Annotation of parser3/ChangeLog, revision 1.139
1.139 ! moko 1: 2020-07-13 moko
! 2:
! 3: * tests/: 401.html, results/401.processed: test for hash key does
! 4: not keep language, but tainted in foreach.
! 5:
1.138 moko 6: 2020-07-01 moko
7:
8: * tests/: 235.html, results/235.processed: test result updated as
9: messages before attachments implemented (feature #1176)
10:
1.137 moko 11: 2020-06-27 moko
12:
13: * tests/: 400.html, results/400.processed: test updated to check
14: ^return{code}
15:
16: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
17: fixed
18:
19: 2020-06-26 moko
20:
21: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
22: added (related to https://www.parser.ru/forum/?id=85319)
23:
24: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
25: when $result assignment was last statement in the method
26: (https://www.parser.ru/forum/?id=85319)
27:
1.136 moko 28: 2020-05-23 moko
29:
30: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
31: whitespace, unused level removed
32:
33: 2020-05-19 moko
34:
35: * src/types/pa_vmail.C: whitespace
36:
37: * src/types/pa_vmail.C: files should be processed last (related to
38: feature #1176)
39:
1.135 moko 40: 2020-05-12 moko
41:
42: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
43: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
44:
45: * configure.ac: FreeBSD1X.X check added to avoid
46: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
47:
1.134 moko 48: 2020-02-26 moko
49:
50: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
51: compilation issue (related to bug #1201)
52:
53: * src/main/pa_common.C: entry_readable -> entry_exists,
54: undocumented access(fname, R_OK) call removed (fixes bug #1201)
55: -f and -d now works under Windows in UTF-8 with Russian
56: filenames.
57:
58: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
59: advice (related to feature #1199)
60:
61: 2020-02-25 moko
62:
63: * buildall: --silent removed
64:
65: * configure.ac: gmime-3.0 support
66:
67: * buildall: --with-system-mailreceive option added to build with
68: system libgmime
69:
70: * src/types/pa_vmail.C: avoiding
71: https://github.com/jstedfast/gmime/issues/83 "feature" (related
72: to feature #1199)
73:
1.133 moko 74: 2020-02-18 moko
75:
76: * src/classes/op.C: windows x64 debug mode compile fix
77:
78: * src/main/pa_globals.C: no longer required due to -MD -> -MT
79: change (releated to feature #1200)
80:
81: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
82: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
83: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
84: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
85: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
86: targets/apache/ApacheModuleParser3.vcproj,
87: targets/apache/ApacheModuleParser3Core.vcproj,
88: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
89: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
90: dependency (related to feature #1200)
91:
1.132 moko 92: 2020-02-12 moko
93:
94: * src/types/pa_vmail.C: minimize diff
95:
96: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
97: #1199)
98:
1.131 moko 99: 2020-01-18 moko
100:
101: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
102:
1.130 moko 103: 2019-12-28 moko
104:
105: * src/targets/cgi/parser3.C: avoid empty ?
106:
107: 2019-12-27 moko
108:
109: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
110: DOCUMENT_ROOT (related to feature #1164)
111:
112: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
113: fcgiwrap setup (implements feature #1164)
114:
115: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
116: but no issues found (related to feature #1164)
117:
118: * src/targets/cgi/parser3.C: actualized
119:
120: 2019-12-26 moko
121:
122: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
123: removed
124:
125: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
126: removed
127:
128: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
129: allocation errors, we don't want default gc warnings (without
130: timestamp and URI).
131:
132: * src/: classes/memory.C, main/pa_globals.C,
133: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
134: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
135: pa_globals_init
136:
137: * src/main/pa_globals.C: setup_hex_value() removed, static array
138: initialization used (optimization)
139:
140: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
141: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
142: pa_socks_init/pa_socks_done moved inside pa_globals_init
143: (optimization)
144:
1.129 moko 145: 2019-12-09 moko
146:
147: * src/include/pa_config_fixed.h: warning war
148:
1.128 moko 149: 2019-12-08 moko
150:
151: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
152: process grammar under Unix.
153:
154: 2019-12-07 moko
155:
156: * tests/389.html: For Windows XP. :)
157:
158: * tests/388-sql.html: Windows compatibility added
159:
160: 2019-12-06 moko
161:
162: * src/targets/cgi/parser3.C: warning war
163:
164: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
165: == sizeof(CORD)) to avoid aligning bugs in future
166:
167: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
168: XML_STATIC
169:
170: * src/include/pa_request.h: StackItem() not required
171:
172: * src/include/pa_stack.h: warning war
173:
174: * src/include/pa_config_includes.h: GCC warning silenced
175:
176: * src/include/pa_memory.h: warning war: the program should also
177: define 'void operator delete [](void*, std::size_t)'
178: [-Wsized-deallocation]
179:
180: * src/types/: pa_vregex.h, pa_vtable.h: warning war
181:
182: * src/classes/string.C: not reqired cast removed
183:
184: * src/classes/string.C: not reqired cast removed
185:
186: 2019-12-05 moko
187:
188: * src/lib/sdbm/pa_file_io.C: warning war
189:
190: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
191: enum Language : size_t - required for VS2015+ to make
192: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
193: without it (related to feature #1198)
194:
195: 2019-12-04 moko
196:
197: * src/main/pa_base64.C: unsigned char -> uchar
198:
199: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
200: as other libs
201:
202: * src/include/pa_version.h: +amd64
203:
204: 2019-12-03 moko
205:
206: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
207: release
208:
209: * src/include/pa_config_includes.h: warning war
210:
211: * src/classes/image.C: warning war
212:
213: * src/main/pa_globals.C: x64 libs support
214:
215: * src/include/pa_config_includes.h: warning war
216:
217: * src/types/pa_method.h: warning war
218:
1.127 moko 219: 2019-11-28 moko
220:
221: * src/classes/math.C: vs2003 compatibility + warning war
222:
223: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
224: libxml2-2.9.9 (related to feature #1136)
225:
226: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
227: typecast for more compatibility (related to feature #1136)
228:
229: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
230: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
231: feature #1136)
232:
233: 2019-11-26 moko
234:
235: * src/main/: compile_tools.C, compile_tools.h: invalid assert
236: removed (it was failing in $$var case), condition added
237:
1.126 moko 238: 2019-11-25 moko
239:
240: * tests/: 397.html, 399.html, results/141.processed,
241: results/399.processed: base64 options tested
242:
243: * src/: classes/math.C, main/pa_http.C: base64 options used
244:
245: * src/main/pa_base64.C: base64 encode rewritten, base64 options
246: implemented (feature #986)
247:
248: * src/main/pa_cache_managers.C: whitespace
249:
250: * tests/: 397.html, 399.html, results/399.processed: tests for
251: ^base64 encode options added (related to feature #986)
252:
253: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
254: pa_base64_encode(file) removed - more memory, but faster and less
255: code (related fo feature #986)
256:
257: 2019-11-24 moko
258:
259: * tests/: 155.html, results/155.processed: limit and offset in
260: ^table::load[] now supported, thus test added
261:
262: * src/: classes/file.C, classes/table.C, include/pa_common.h,
263: main/pa_common.C: optimization: offset and limit options parsing
264: moved inside file_load.
265:
266: 2019-11-23 moko
267:
268: * src/: classes/file.C, classes/op.C, include/pa_common.h,
269: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
270: optimization: file_read replaced with simplified file_read_binary
271:
272: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
273: types/pa_vform.C: whitespace
274:
275: * src/: include/pa_common.h, main/pa_common.C: never used params
276: removed
277:
278: 2019-11-21 moko
279:
280: * tests/: 193.html, results/193.processed, results/389.processed:
281: test results updated as now base64 does not discard tail without
282: padding (related to feature #986)
283:
284: 2019-11-20 moko
285:
286: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
287: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
288: pa_base64_decode (related to feature #986)
289:
290: * tests/398.html: tests for base64 decode added (related to feature
291: #986)
292:
293: * src/main/pa_base64.C: base64_decode rewritten - padding option
294: support, padding inside base 64 supported (related to feature
295: #096)
296:
297: 2019-11-19 moko
298:
299: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
300: FreeBSD 12
301:
1.125 moko 302: 2019-11-16 moko
303:
304: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
305: support added, step support removed (related to #986)
306:
307: 2019-11-15 moko
308:
309: * src/classes/math.C: using log since log2 is not present on
310: FreeBSD < 8.4 (related to feature #1177)
311:
312: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
313: pa_base64_size extracted and used for files as well (related to
314: feature 986)
315:
316: 2019-11-14 moko
317:
318: * tests/: 397.html, results/397.processed: + content check
319:
320: * tests/: 141.html, results/141.processed: make test resuls more
321: readable
322:
323: * tests/: 397.html, results/193.processed, results/397.processed:
324: test results updated after \x00 character was disabled in
325: math:convert string mode (related to feature #1177)
326:
327: * src/classes/: math.C, string.C: \\x00 character disabled while
328: converting to string (as in base64, related to feature #1177)
329:
330: * src/classes/file.C: more correct arguments separation
331:
332: * src/: classes/file.C, classes/math.C, classes/string.C,
333: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
334: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
335: options added, but not yet implemented (related to feature #986)
336:
337: * src/classes/math.C: whitespace
338:
339: 2019-11-13 moko
340:
341: * tests/: 397.html, results/397.processed: +tainting test (related
342: to feature #1177)
343:
344: * src/classes/math.C: as we now produce not only digits, result
345: should be tainted (related to feature #1177)
346:
347: * src/main/pa_base64.C: whitespace
348:
349: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
350: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
351: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
352: implementation moved from pa_common.h and pa_common.C
353:
354: 2019-11-12 moko
355:
356: * tests/: 275.html, results/275.processed: out of range test fixed,
357: as ^math:convert now supports arbitrary precision
358:
359: 2019-11-11 moko
360:
361: * tests/results/389.processed: uctualized error message
362:
363: * tests/: 389.html, 397.html, results/397.processed: tests for
364: ^math:convert added (related to feature #1177)
365:
366: * src/classes/math.C: ^math:convert now supports arbitrary
367: precision, alphabet support added (implements feature #1177)
368:
1.124 moko 369: 2019-11-06 moko
370:
371: * tests/: 181.html, results/181.processed: entities usage added,
372: more entites load tests (related to bug #842 discussion)
373:
374: 2019-11-05 moko
375:
376: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
377: call from xmlFileOpen if http://localhost/<file> was not found
378: (related to bug #842)
379:
380: * src/main/pa_xml_io.C: rename
381:
382: * src/main/pa_xml_io.C: +MemoryStream constructor
383:
384: * src/main/pa_xml_io.C: whitespace
385:
1.123 moko 386: 2019-10-31 moko
387:
388: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
389: XML_PARSE_NOENT) added to fix entities load, (related to feature
390: #1181)
391:
1.122 moko 392: 2019-10-25 moko
393:
394: * tests/: 388-sql.html, results/388-sql.processed: more multiple
395: queries tests
396:
397: 2019-10-24 moko
398:
399: * tests/: 388-sql.html, results/388-sql.processed: support for
400: pgsql driver test
401:
402: * tests/: 388-sql.html, results/388-sql.processed:
403: multi_statements=1 now tested, mysql test now supported
404: (connection must be specified in [parser3] section in .my.cnf)
405: related to issues #1195 and #1194
406:
1.121 moko 407: 2019-09-11 moko
408:
409: * src/classes/int.C: whitespace
410:
411: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
412: exception test
413:
414: * tests/results/388-sql.processed: sql queries now shown (related
415: to feature #1196)
416:
417: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
418: with old parser versions.
419:
420: * src/: classes/file.C, classes/hash.C, classes/string.C,
421: classes/table.C, classes/void.C, include/pa_sql_connection.h,
422: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
423: instead of connect string in query_event_handlers exceptions
424: (implements feature #1196)
425:
1.120 moko 426: 2019-09-06 moko
427:
428: * tests/388-sql.html: mysql compat
429:
430: * src/: classes/hash.C, classes/string.C, classes/table.C,
431: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
432: sql_ variables declaration moved to pa_common.h
433:
1.116 moko 434: 2019-01-15 moko
435:
436: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
437: logically sorted
438:
439: 2018-12-27 moko
440:
441: * src/include/pa_config_includes.h: warning war:
442: -Wdeprecated-register added for C++ 17
443:
444: 2018-10-15 moko
445:
446: * configure.ac: FreeBSD 11.2 can be build with ./configure
447: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
448: --with-xml=/usr/local/
449:
450: 2018-09-24 moko
451:
452: * tests/: 396.html, 396.tiff, results/396.processed: test for
453: ^image::measure[] now supports tiff added (related to feature
454: #1188)
455:
456: * src/classes/image.C: ^image::measure[] now supports tiff
457: (implements feature #1188)
458:
459: 2018-09-20 moko
460:
461: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
462: files measure added (related to ticket #1188)
463:
464: * src/classes/image.C: measure of bmp files implemented (related to
465: ticket #1188)
466:
467: 2018-09-18 moko
468:
469: * tests/: 394-curl.html, results/394-curl.processed,
470: results/auto.p: test for bug #1187 (max_file_size check for head
471: requests) added
472:
473: 2018-08-24 moko
474:
475: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
476: response content-length check is required (fixes bug #1187)
477:
478: 2018-05-11 moko
479:
480: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
481: $.append(bool) ] option added (related to feature #919)
482:
483: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
484: from misha@ patch (implements feature #919)
485:
486: 2018-03-22 moko
487:
488: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
489: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
490: with 128kb buffer. Now works at least 12 times faster. :) May be
491: Windows-only problem.
492:
493: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
494: build fix)
495:
496: 2018-02-03 moko
497:
498: * src/main/execute.C: removes irrelevant lines from exception stack
499: trace when exceptions occurs in assigment (fixes bug #1165)
500:
501: * tests/: 393.html, results/393.processed: test for behavour after
502: "Property can not be created, already exists field with that
503: name" exception removed (related to feature #1183)
504:
505: * src/types/pa_vclass.C: "Property can not be created, already
506: exists field with that name" exception removed (implements
507: feature #1183)
508:
509: 2018-01-19 moko
510:
511: * src/classes/string.C: whitespace
512:
513: * src/classes/string.C: whitespace
514:
515: * tests/: 392.html, results/392.processed: test for
516: ^regex::create[$regex] added (related to feature #1135)
517:
518: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
519: ^regex::create[$regex] added (implements feature #1135)
520:
521: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
522: commented define added (related to feature #1157)
523:
524: 2018-01-17 moko
525:
526: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
527:
528: 2018-01-15 moko
529:
530: * tests/: 390.html, results/390.processed: real path replaced by
531: stub
532:
533: * tests/: 391.html, results/391.processed: test for feature #1181
534: (XML_PARSE_HUGE exception) added
535:
536: 2018-01-11 moko
537:
538: * bin/auto.p.dist.in: sqlite3 -> libsqlite3
539:
540: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
541: XML_PARSE_HUGE option passed by default (implements feature
542: #1181)
543:
544: * src/classes/string.C: whitespace
545:
546: 2017-12-10 moko
547:
548: * tests/: 389.html, 390.html, results/389.processed,
549: results/390.processed: image code coverage tests added (related
550: to feature #1125)
551:
552: 2017-12-08 moko
553:
554: * tests/: 346-curl.html, 388-sql.html, 389.html,
555: results/346-curl.processed, results/388-sql.processed,
556: results/389.processed: more code coverage tests
557:
558: * tests/: 264.html, results/264.processed: code coverage for
559: ^file::exec[]
560:
561: 2017-12-07 moko
562:
563: * tests/: 174.html, 388-sql.html, 389.html,
564: results/388-sql.processed, results/389.processed,
565: results/174.processed: more coverage tests
566:
567: * src/classes/math.C: exception text actualized
568:
569: 2017-12-06 moko
570:
571: * tests/388-sql.html: $SQL can be here
572:
573: * tests/results/auto.p: $SQL not required here
574:
575: * tests/: 388-sql.html, 389.html, Makefile,
576: results/388-sql.processed, results/389.processed, results/auto.p:
577: code coverage tests for sql (using sqlite) and int/double/bool
578: added (related to feature #1125)
579:
580: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
581: lib/json/json.vcproj, lib/md5/md5.vcproj,
582: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
583: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
584: targets/apache/ApacheModuleParser3Core.vcproj,
585: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
586: types/types.vcproj: gc\include no longer required
587:
588: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
589: required
590:
591: * src/: classes/Makefile.am, classes/table.C,
592: include/pa_config_includes.h, include/pa_string.h,
593: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
594: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
595: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
596: targets/apache/Makefile.am, targets/cgi/Makefile.am,
597: types/Makefile.am: to be sure that our version of gc.h/cord.h is
598: used, we now include it directly
599:
600: 2017-12-04 moko
601:
602: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
603: memcached/memcached.vcproj, punycode/punycode.vcproj,
604: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
605: where required
606:
607: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
608: now can be used to trace memory allocations
609:
610: * src/: classes/table.C, include/pa_config_includes.h,
611: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
612: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
613: method removes, libcord also can work without libgc
614:
615: * src/classes/json.C: pa_gc_malloc_atomic should not be used
616:
617: 2017-11-29 moko
618:
619: * src/classes/curl.C: no exception if some of ^curl:info[] elements
620: are not present (related to feature #1173)
621:
622: * tests/346-curl.html: test updated to test curl content-length bug
623: (related to feature #1173)
624:
625: * tests/results/346-curl.processed: more test for content-length
626: curl bug (related to feature #1173)
627:
628: * tests/results/346-curl.processed: test results updated after
629: #1173 implemented
630:
631: 2017-11-28 moko
632:
633: * src/classes/curl.C: another libcurl Content-length bug walkaround
634: (related to feature #1173)
635:
636: 2017-11-27 moko
637:
638: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
639: $.http_version[version string] added (implements feature #1173),
640: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
641: where $post(true) bug existed.
642:
643: 2017-11-18 moko
644:
645: * src/include/pa_memory.h: warning war (related to feature #1170)
646:
647: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
648: feature #1170)
649:
650: 2017-11-17 moko
651:
652: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
653: std::basic_stringstream used in ^table.csv-string[] is compatible
654: with delete usage check only under Debian 9 (related to feature
655: #1170)
656:
657: 2017-11-16 moko
658:
659: * src/: classes/curl.C, classes/hash.C, classes/json.C,
660: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
661: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
662: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
663: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
664: types/pa_vxdoc.h: regular new/delete no longer used in our code,
665: stubs defend from accidental use (implements feature #1170)
666:
667: 2017-06-24 moko
668:
669: * configure.ac: minor fix: thanks to alx@
670:
1.115 moko 671: 2017-05-29 moko
672:
673: * src/types/pa_vmail.C: mail headers are now correctly truncated -
674: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
675: added to avoid cutting of UTF-8 chars (fixed bug #123)
676:
677: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
678: ignored, =?UTF-8?Q?= should start in case of leading space
679: (related to bug #123)
680:
681: * buildall: echo -n -> printf for OS X. :)
682:
683: 2017-05-25 moko
684:
685: * tests/: 288.html, results/288.processed: test updated afted
686: setting $o.prop without setter exception removed (related to
687: feature #1157)
688:
689: * src/types/pa_vclass.C: no more "this property has no setter
690: method" when setting $o.prop without setter (implements feature
691: #1157)
692:
693: * buildall: echo \c -> echo -n for FreeBSD
694:
695: * configure, configure.ac, src/include/pa_config_auto.h.in,
696: src/types/pa_vdouble.h: isfinite now checked in configure
697:
698: * compile, config.guess, config.sub, depcomp, install-sh, missing:
699: upgraded to automake 1.15
700:
701: 2017-05-23 moko
702:
703: * src/types/pa_vdouble.h: finite returned where isfinite not
704: defined
705:
706: 2017-05-22 moko
707:
708: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
709:
710: * buildall: extern CFLAGS setting support
711:
712: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
713:
714: * buildall: http -> https
715:
716: * buildall: gc-7.2f -> gc-7.6.0
717:
718: 2017-05-20 moko
719:
720: * buildall: https, pcre, xml, xslt updated to current versions
721: (related to feature #1136)
722:
723: 2017-05-19 moko
724:
725: * tests/097.html: after parser.ru moved to https
726:
727: 2017-05-17 moko
728:
729: * tests/results/: 175.processed, 372.processed: tests resuls
730: updated after lintian spelling typos fixed (related to bug #1156)
731:
732: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
733: classes/string.C, classes/table.C, main/pa_charset.C,
734: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
735: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
736: lintian reported by Sergey B Kirpichev (fixes bug #1156)
737:
738: * tests/results/096.processed: +XMP
739:
740: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
741: $.xmp(true) options tested (test for feature #1154)
742:
743: * src/classes/image.C: ^image:measure[] options $.exif(false)
744: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
745: fetched by default! (implements feature #1154)
746:
747: 2017-05-16 moko
748:
749: * tests/: 256.html, results/256.processed: ^json:string[$image] now
750: allowed (related to feature #1154)
751:
752: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
753: initial XMP implementation - without options and transcode
754: (related to feature #1154)
755:
756: 2017-05-12 moko
757:
758: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
759: image: exif moved to ffields, skipped in ^image.html[] where
760: iterators now used (preparation for feature #1154)
761:
762: 2017-05-05 moko
763:
764: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
765: results/387.processed: test for circular class inheritance check
766: added (related to bug #1150)
767:
768: * src/types/pa_vstateless_class.C: circular class inheritance check
769: added (fixes endless add_derived bug #1150)
770:
771: 2017-05-04 moko
772:
773: * tests/: 386.html, results/386.processed: test for
774: $table.value(number) added (related to feature #1152)
775:
776: * src/types/pa_vtable.C: table put_element: column value must be
777: string - > column value must be string compatible to allow
778: $t.value(1) (implements feature #1152)
779:
780: 2017-05-03 moko
781:
782: * src/main/pa_request.C: $use[$method] is not possible, reverting
783: (related to feature #1151)
784:
785: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
786: not possible, removing test (related to feature #1151)
787:
788: * src/: main/pa_request.C, types/pa_vstateless_class.h:
789: get_element_method added and used to allow $use[$method] and
790: $autouse[$method] (implements feature 1151)
791:
792: * tests/: 386.html, 386.p, results/386.processed: test for @use in
793: variable added (related to feature #1151)
794:
795: * tests/results/226.processed: actualized after ^try-catch used
796:
797: * tests/: 226.html, 385.html, results/385.processed: test for
798: @autouse in variable added
799:
800: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
801:
1.114 moko 802: 2017-02-27 moko
803:
804: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
805:
1.113 moko 806: 2017-02-20 moko
807:
808: * operators.txt: actualization + beauty
809:
810: 2017-02-16 moko
811:
812: * tests/: 384.html, results/384.processed: test for
813: ^reflection:mixin[; $.name[] ] option added (related to feature
814: #1089)
815:
816: * tests/: 384.html, results/384.processed: test for
817: ^reflection:mixin[] added (related to feature #1089)
818:
819: * src/types/pa_value.h: warning war: virtual ~Value() added
820:
1.112 moko 821: 2017-02-15 moko
822:
823: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
824: fixed
825:
826: * tests/: 320.html, results/320.processed: $.reverse(true/false)
827: test added (related to feature #1069)
828:
829: * src/: classes/reflection.C, types/pa_vstateless_class.h:
830: compilation without HASH_ORDER fixed
831:
832: * src/: classes/reflection.C, include/pa_hash.h:
833: $.reverse(true/false) added to ^reflection:methods[] (related to
834: feature #1069)
835:
836: 2017-02-14 moko
837:
838: * tests/: 152.html, results/152.processed: test for $._default hash
839: added (related to bug #1131)
840:
841: * tests/: 277.html, results/277.processed: test for hash with only
842: $._default is now defined (related to bug #1131)
843:
844: * src/types/pa_vhash.h: hash with only $._default is now defined
845: (fixed bug #1131)
846:
847: 2017-02-13 moko
848:
849: * tests/cat-windows.sh: cat-windows added (cygwin required)
850:
851: * tests/: 171.html, 264.html, 286.html, 370.html,
852: results/320.processed, results/375.processed, results/auto.p:
853: cat-windows.sh support added
854:
855: * tests/375.html: Windows support
856:
857: * tests/270.html: documented
858:
859: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
860: (not backslashes) even under Windows (broke test 270)
861:
862: 2017-02-12 moko
863:
864: * tests/: descript.ion, todo.txt: cleanup
865:
866: 2017-02-09 moko
867:
868: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
869: run_tests.cmd: Windows compatibility
870:
871: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
872: incorrectly (GMT) if parser is called from cygwin
873:
1.111 moko 874: 2017-02-08 moko
875:
1.112 moko 876: * operators.txt: actualization 15% completed
877:
878: * operators.txt: cp1251 -> utf-8
879:
880: * NEWS, README: minor update
881:
882: * src/include/pa_config_includes.h: warning war continues
883:
884: * src/: include/pa_config_includes.h, include/pa_memory.h,
885: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
886: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
887: gcc 6.x issues fixed
888:
1.111 moko 889: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
890: classes/classes.h, classes/curl.C, classes/date.C,
891: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
892: classes/hashfile.C, classes/image.C, classes/inet.C,
893: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
894: classes/memcached.C, classes/memory.C, classes/op.C,
895: classes/reflection.C, classes/regex.C, classes/response.C,
896: classes/string.C, classes/table.C, classes/void.C,
897: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
898: include/pa_array.h, include/pa_cache_managers.h,
899: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
900: include/pa_config_fixed.h, include/pa_config_includes.h,
901: include/pa_dictionary.h, include/pa_dir.h,
902: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
903: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
904: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
905: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
906: include/pa_request_charsets.h, include/pa_request_info.h,
907: include/pa_sapi.h, include/pa_socks.h,
908: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
909: include/pa_stack.h, include/pa_string.h,
910: include/pa_stylesheet_connection.h,
911: include/pa_stylesheet_manager.h, include/pa_symbols.h,
912: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
913: include/pa_uue.h, include/pa_xml_exception.h,
914: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
915: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
916: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
917: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
918: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
919: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
920: main/compile.tab.C, main/compile.y, main/compile_tools.C,
921: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
922: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
923: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
924: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
925: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
926: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
927: main/pa_string.C, main/pa_stylesheet_connection.C,
928: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
929: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
930: main/untaint.C, sql/pa_sql_driver.h,
931: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
932: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
933: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
934: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
935: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
936: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
937: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
938: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
939: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
940: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
941: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
942: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
943: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
944: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
945: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
946: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
947: types/pa_vmemcached.h, types/pa_vmemory.h,
948: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
949: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
950: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
951: types/pa_vresponse.C, types/pa_vresponse.h,
952: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
953: types/pa_vstateless_object.h, types/pa_vstatus.C,
954: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
955: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
956: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
957: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
958: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
959: 2015->2017
960:
1.110 moko 961: 2017-02-07 moko
962:
963: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
964:
965: 2017-02-06 moko
966:
967: * src/main/pa_common.C: minor fixes, whitespace
968:
969: * src/: classes/curl.C, classes/file.C, classes/image.C,
970: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
971: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
972: now used (implements feature #1081)
973:
974: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
975:
976: 2017-02-01 moko
977:
978: * src/include/pa_request.h: cleanup
979:
980: 2017-01-30 moko
981:
982: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
983:
984: 2017-01-29 moko
985:
986: * tests/: 383.html, results/383.processed: test for
987: ^reflection:stack[] added (related to feature #1052)
988:
989: * src/classes/reflection.C: else added
990:
991: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
992: $.max_file_lock_wait added (implements feature #1128)
993:
994: 2017-01-28 moko
995:
996: * tests/: 379-curl.html, results/379-curl.processed: curl empty
997: body and other cases tests added (related to featue #1014)
998:
999: * src/classes/curl.C: bug if response is empty fixed (related to
1000: feature #1014)
1001:
1002: 2017-01-27 moko
1003:
1004: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
1005: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
1006: added (implements feature #1052)
1007:
1008: 2017-01-25 moko
1009:
1010: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
1011: method test added
1012:
1013: 2017-01-23 moko
1014:
1015: * src/classes/reflection.C: optimization: options->get replaced by
1016: hash iterator
1017:
1018: * tests/: 381.html, results/381.processed: now -> fixed date
1019:
1020: * src/main/pa_request.C: warning war
1021:
1022: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
1023: 5Mb (fixes bug #1058)
1024:
1025: * src/classes/curl.C: warning war
1026:
1027: * tests/: 381.html, results/381.processed: tests for ^json:string
1028: $.one-line(true) option added (related to feature #1124)
1029:
1030: * src/: classes/json.C, types/pa_value.h: $json-string
1031: $.one-line(true|false) options is now supported (implements
1032: feature #1124)
1033:
1034: * tests/: 380.html, results/380.processed: test for modified
1035: $.max_file_size added (related to bug #1014)
1036:
1037: * tests/: 379.html, results/auto.p: tests for rewritten http file
1038: load added (related to bug #1014)
1039:
1040: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1041: main/pa_common.C, main/pa_http.C: check_file_size added and used
1042: in curl / file load from disk and http, http file load rewritten
1043: (related to bug #1014)
1044:
1045: 2017-01-18 moko
1046:
1047: * tests/: 378.html, results/378.processed: tests for ^result[]
1048: added (related to feature #66)
1049:
1050: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
1051: Method::CO_WITHOUT_FRAME as frame still added in expression
1052: (related to feature #66)
1053:
1054: 2017-01-17 moko
1055:
1056: * tests/: 377.html, results/377.processed: test for different
1057: combinations of breaks in body and delimiter (related to bug
1058: #1077)
1059:
1060: * tests/: 376.html, results/376.processed: many ^break[] tests
1061: added (related to bug #1077)
1062:
1063: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
1064: passed to native method" exception added to avoid bugs due to
1065: WRITE_EXPR_RESULT skipped and native methods execution continues
1066: after ^break[] (related to bug #1077)
1067:
1068: 2017-01-14 moko
1069:
1070: * tests/: 330.html, results/330.processed: test results updated
1071: after ^break[] bugs where fixed (related to bug #1077)
1072:
1073: * tests/: 329.html, results/329.processed: test results updated
1074: after ^break[] bugs where fixed (related to bug #1077)
1075:
1076: * tests/results/320.processed: ^return[] added
1077:
1078: 2017-01-13 moko
1079:
1080: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1081: classes/table.C, include/pa_request.h, main/execute.C,
1082: main/pa_request.C, targets/cgi/parser3.C,
1083: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
1084: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
1085: checked after each possible process/execute call (fixes bug
1086: #1077)
1087:
1088: 2016-12-29 moko
1089:
1090: * src/main/pa_common.C: warning war
1091:
1092: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
1093: include/pa_types.h, main/pa_request.C, main/pa_string.C:
1094: pa_file_size_limit added, ^math:random fixed for upper limit and
1095: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
1096: (related to feature #1014)
1097:
1098: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
1099: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
1100: (related to feature #1014)
1101:
1102: 2016-12-28 moko
1103:
1104: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
1105: warning war
1106:
1107: 2016-12-26 moko
1108:
1109: * tests/: 341.html, results/341.processed: test for
1110: ^table.hash[id;;$.type[string]] added (related to feature #1057)
1111:
1112: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
1113: (related to feature #1057)
1114:
1115: * src/types/pa_vdate.C: warning war continues...
1116:
1117: * src/: classes/date.C, classes/image.C, classes/table.C,
1118: include/pa_config_includes.h, types/pa_vfile.C: warning war
1119:
1120: * src/lib/gd/gifio.C: warning war / cleanup
1121:
1122: * src/lib/json/pa_json.C: warning war
1123:
1124: * src/classes/hash.C: warning war
1125:
1126: * src/types/pa_vfile.C: warning war
1127:
1128: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
1129: -Wall warning war continues
1130:
1131: * configure.ac: --with-build-warnings actualized
1132:
1133: 2016-12-25 moko
1134:
1135: * src/main/pa_exec.C: -wAll warning war
1136:
1137: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
1138: -wAll warning war
1139:
1140: * src/: include/pa_common.h, include/pa_sapi.h,
1141: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
1142: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
1143: -wAll warning war
1144:
1145: 2016-12-23 moko
1146:
1147: * src/lib/ltdl/Makefile.am: extra dist added
1148:
1149: * tests/results/344.processed: test result updated after $file.text
1150: prefetched in ^hash::create[$file] (related to feature #1075)
1151:
1152: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
1153: ^hash::create[$file] (related to feature #1075)
1154:
1155: 2016-12-22 moko
1156:
1157: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
1158: main/pa_request.C, main/pa_stylesheet_connection.C,
1159: types/pa_vfile.C: file_stat now return 64-bit size (implements
1160: #1014 under 32-bit unix versions)
1161:
1162: 2016-12-21 moko
1163:
1164: * tests/: 375.html, results/375.processed: test for exec returning
1165: stated file added (related to feature #1119)
1166:
1167: * src/classes/file.C: load should not return file with null body
1168: (fixes bug #1119)
1169:
1170: 2016-12-14 moko
1171:
1172: * tests/: 374.html, results/374.processed: test for $method.name
1173: added (related to feature #1117) plus method returning junction
1174: test
1175:
1176: 2016-12-13 moko
1177:
1178: * src/: include/pa_symbols.h, main/pa_symbols.C,
1179: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
1180: (implements feature #1117)
1181:
1182: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
1183: HEAD and TRACE can't have body (implements feature #1116)
1184:
1185: 2016-12-09 moko
1186:
1187: * tests/: 373.html, results/373.processed: tests for
1188: ^reflection:tainting added (related to feature #1098)
1189:
1190: * src/classes/reflection.C: ^reflection:tainting arguments order
1191: change (related to feature #1098)
1192:
1193: 2016-12-06 moko
1194:
1195: * src/: classes/reflection.C, include/pa_string.h,
1196: main/pa_string.C: ^reflection:tainting[$string] added (implements
1197: feature #1098)
1198:
1199: 2016-12-05 moko
1200:
1201: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
1202: (fixes bug #1114)
1203:
1204: 2016-12-04 moko
1205:
1206: * tests/: 206.html, results/206.processed: negative zero (0/-1)
1207: check added
1208:
1209: 2016-12-03 moko
1210:
1211: * tests/: 346-curl.html, results/346-curl.processed: test modified
1212: to test value.as_hash() usage
1213:
1214: * src/classes/curl.C: value.as_hash() used for correct hash
1215: processing
1216:
1217: * src/classes/reflection.C: exceptions texts fixes
1218:
1219: 2016-12-02 moko
1220:
1221: * tests/: 372.html, results/372.processed: tests for
1222: ^reflection:create[ $.class[name] $.constructor[name]
1223: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
1224: feature #1094)
1225:
1226: * src/types/pa_vmethod_frame.h: comment added: params should be
1227: declared outside of *_FRAME_ACTION as MethodParams destructor
1228: will be called in ~VNativeMethodFrame
1229:
1230: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
1231: ] minor fix
1232:
1233: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
1234: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
1235: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
1236: now supported (implements feature #1094) value::as_hash added
1237: (and should be used everywhere)
1238:
1239: * src/classes/reflection.C: cleanup
1240:
1241: 2016-12-01 moko
1242:
1243: * tests/: 356.html, results/356.processed: test for method
1244: junctions class name added to the resulting hash added (related
1245: to feature #1068)
1246:
1247: * src/classes/reflection.C: for method junctions class name added
1248: to the resulting hash (related to feature #1068)
1249:
1250: 2016-11-30 moko
1251:
1252: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
1253: exception (related to bug #1113)
1254:
1255: * src/types/pa_vhashfile.C: whitespace
1256:
1257: * src/main/pa_os.C: errno now returned as it should (fixes bug
1258: #1113)
1259:
1260: * tests/results/: 175.processed, 192.processed, 224.processed,
1261: 229.processed, 239.processed, 244.processed, 246.processed,
1262: 314.processed, 352.processed: tests results updated after method
1263: call exceptions improved as method now keeps its name
1264:
1265: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
1266: types/pa_vmethod_frame.h: method call exceptions improved as
1267: method now keeps its name
1268:
1269: * tests/: 224.html, 239.html, results/224.processed,
1270: results/239.processed: tests and tests results updated after
1271: Request::construct exception changed
1272:
1273: * src/: classes/reflection.C, main/execute.C: Request::construct
1274: exception optimized
1275:
1276: * tests/: 371.html, results/371.processed: test for
1277: WWrapper.get_element call in $.name.key[value] code added
1278: (related to feature #1091)
1279:
1280: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
1281: in $.name.key[value] code (related to feature #1091)
1282:
1283: 2016-11-29 moko
1284:
1285: * src/classes/op.C: VS warning war
1286:
1287: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
1288: C4239: nonstandard extension used : 'return' : conversion from
1289: 'Value' to 'Value &' (related to feature #1020)
1290:
1291: * src/: main/execute.C, types/pa_vmethod_frame.h,
1292: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
1293: used : 'return' : conversion from 'Value' to 'Value &' (related
1294: to feature #1020)
1295:
1296: * src/main/execute.C: VS warning war
1297:
1298: * src/targets/cgi/parser3.C: VS compatibility fix
1299:
1300: * src/include/pa_request.h: VS warning war
1301:
1302: * tests/: 370.html, results/370.processed: test for ^file::exec[
1303: ... $.stdin[$binary_file] ] added (related to bug #1044)
1304:
1305: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
1306: include/pa_string.h, main/pa_exec.C: pa_exec now supports
1307: $.stdin[$binary_file] (fixes bug #1044)
1308:
1309: 2016-11-28 moko
1310:
1311: * src/main/pa_exec.C: whitespace
1312:
1313: * src/main/pa_request.C: whitespace
1314:
1315: * tests/: 369.html, results/369.processed: test for
1316: $response:status usage added (related to feature #1099)
1317:
1318: * src/targets/cgi/parser3.C: HTTP response code used as exit status
1319: if < 100 (implements feature #1099)
1320:
1321: * src/targets/cgi/parser3.C: whitespace
1322:
1323: * src/targets/cgi/parser3.C: whitespace
1324:
1325: * tests/: 368.html, results/368.processed: test updated after
1326: ^reflection:filename[$method] added (related to feature #1053)
1327:
1328: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
1329: main/compile.y, main/execute.C, main/pa_request.C,
1330: types/pa_vclass.h: filename -> filespec,
1331: ^reflection:filename[$method] added (related to feature #1053)
1332:
1333: 2016-11-27 moko
1334:
1335: * tests/: 368.html, results/368.processed: test for
1336: reflection:filename[$class or object] added (related to feature
1337: #1053)
1338:
1339: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
1340: types/pa_vstateless_class.h: ^reflection:filename[$class or
1341: object] added (implements feature #1053)
1342:
1343: 2016-11-26 moko
1344:
1345: * src/: include/pa_request_info.h,
1346: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1347: remove_absolute_uri -> strip_absolute_uri
1348:
1349: 2016-11-25 moko
1350:
1351: * src/: include/pa_request_info.h,
1352: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1353: request_info.remove_absolute_uri added to remove possible
1354: http://site.name/ from $request:uri (implements feature #1112)
1355:
1356: 2016-11-24 moko
1357:
1358: * tests/: 367-curl.html, results/367-curl.processed: test for
1359: previous request headers clearing after redirect added (related
1360: to bug #1109)
1361:
1362: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
1363: response headers from previous requests are now cleared, only
1364: last request headers are collected (fixes bug #1109)
1365:
1366: * tests/results/: 266.processed, 321.processed, 356.processed:
1367: tests results updated as method name now added to the resulting
1368: hash for new syntax only (Imp1 compatimility fixed, related to
1369: feature #1068)
1370:
1371: * src/classes/reflection.C: method name now added to the resulting
1372: hash for new syntax only (Imp1 compatimility fixed, related to
1373: feature #1068)
1374:
1375: * tests/results/366.processed: test for native and parser
1376: implementation of ^use[] logic (related to feature #1074)
1377:
1378: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
1379: for native and parser implementation of ^use[] logic (related to
1380: feature #1074)
1381:
1382: 2016-11-23 moko
1383:
1384: * src/: classes/op.C, include/pa_request.h, main/compile.y,
1385: main/pa_request.C: @USE file now implemented as ^use[file;
1386: $.origin[origin_file] ] (implements feature #1074)
1387:
1.109 moko 1388: 2016-11-21 moko
1389:
1.110 moko 1390: * tests/: 365.html, results/365.processed: test for $caller bugs in
1391: 3.4.4 and $caller.method now tested (related to feature #1110)
1392:
1393: * tests/: 364.html, results/364.processed: $caller usage in
1394: different contexts now tested (related to feature #1110)
1395:
1396: * src/types/types.vcproj: +pa_vcaller_wrapper.h
1397:
1398: * src/types/Makefile.am: pa_vcaller_wrapper.h added
1399:
1.109 moko 1400: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
1401: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
1402: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
1403: used (implements feature #1110)
1404:
1405: 2016-11-20 moko
1406:
1407: * src/types/pa_vdouble.h: whitespace
1408:
1409: 2016-11-11 moko
1410:
1411: * tests/: 363.html, results/363.processed: more tests for feature
1412: #1091 (how parser methods work in expression context)
1413:
1414: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
1415: expressions strings are now written as strings, not values by
1416: write_as_string (related to feature #1091)
1417:
1418: * src/classes/op.C: to make more correct behavour in expression
1419: context
1420:
1421: 2016-11-07 moko
1422:
1423: * tests/: 362.html, results/362.processed: test for
1424: xsltParseStylesheetDoc caching as xsl modification after it added
1425: (related to bug #1108)
1426:
1427: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
1428: result now cached as xdoc is modified after it (fixes bug #1108)
1429:
1430: 2016-11-06 moko
1431:
1432: * src/types/pa_vxdoc.h: whitespace
1433:
1434: 2016-11-05 moko
1435:
1436: * src/types/pa_vmethod_frame.h: cleanup
1437:
1438: 2016-11-03 moko
1439:
1440: * tests/results/244.processed: more correct exception after method
1441: frames separation
1442:
1443: * src/types/pa_vmethod_frame.h: minor optimizaion
1444:
1445: * src/types/pa_method.h: optimization: params_count added
1446:
1447: * src/: classes/json.C, classes/op.C, classes/reflection.C,
1448: include/pa_request.h, main/execute.C, main/pa_request.C,
1449: types/pa_value.C, types/pa_vmethod_frame.C,
1450: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
1451: VMethodFrame now divided into VNativeMethodFrame,
1452: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
1453: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
1454: and used (related to feature #1104)
1455:
1456: 2016-11-02 moko
1457:
1458: * src/: classes/bool.C, classes/curl.C, classes/date.C,
1459: classes/double.C, classes/file.C, classes/hash.C,
1460: classes/hashfile.C, classes/image.C, classes/inet.C,
1461: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1462: classes/memcached.C, classes/op.C, classes/reflection.C,
1463: classes/regex.C, classes/string.C, classes/table.C,
1464: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
1465: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
1466: r.write (implements feature #1091)
1467:
1468: * src/main/execute.C: cleanup (related to feature #1104)
1469:
1470: * src/: include/pa_request.h, main/execute.C,
1471: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
1472: added, in_expression removed (implements feature #1104)
1473:
1474: 2016-10-31 moko
1475:
1476: * src/types/pa_value.C: whitespace
1477:
1478: 2016-10-28 moko
1479:
1480: * tests/results/244.processed: updated after error reporting fixed
1481: in pa_wcontext.C
1482:
1483: * src/types/pa_wcontext.C: error reporting fixed
1484:
1485: * src/types/pa_wcontext.h: whitespace
1486:
1487: * src/classes/image.C: not fully readed entries are no longer
1488: processed (fixes bug #1106)
1489:
1490: 2016-10-26 moko
1491:
1492: * src/classes/image.C: whitespace
1493:
1494: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
1495: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
1496: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
1497: longer required (related to feature #1091)
1498:
1499: * tests/results/: 264.processed, 350.processed: test results update
1500: reverted (whitespace optimization) after write_no_lang removed :)
1501: (related to feature #1091)
1502:
1503: * src/: classes/file.C, classes/hash.C, classes/op.C,
1504: classes/string.C, classes/table.C, classes/void.C,
1505: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
1506: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
1507: equal write_pass_lang (related to feature #1091)
1508:
1509: * tests/results/: 264.processed, 350.processed: test results
1510: updated (whitespace optimization) after write_assign_lang removed
1511: (related to feature #1091)
1512:
1513: * tests/: 361.html, results/361.processed: test for non-string
1514: ^untaint added (related to feature #1091)
1515:
1516: * src/: classes/curl.C, classes/date.C, classes/file.C,
1517: classes/hash.C, classes/op.C, classes/string.C,
1518: include/pa_request.h, main/execute.C: optimization:
1519: write_assign_lang removed as not required (first part of feature
1520: #1091 implementation)
1521:
1.108 moko 1522: 2016-10-12 moko
1523:
1524: * tests/: 360.html, results/360.processed: more test code (related
1525: to feature #1104)
1526:
1527: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
1528: include/pa_request.h, main/compile.y, main/execute.C: opcode
1529: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
1530: WContext is next task (implements feature #1104)
1531:
1532: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
1533: / CO_WITHOUT_WCONTEXT
1534:
1535: * tests/: 360.html, results/360.processed: test for in expression
1536: state (related to feature #1104)
1537:
1538: 2016-10-11 moko
1539:
1540: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
1541:
1542: * src/classes/op.C: default value removed from initializer
1543:
1544: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
1545:
1546: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
1547:
1548: 2016-10-10 moko
1549:
1550: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
1551: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
1552: to feature #42)
1553:
1554: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
1555: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
1556:
1557: 2016-10-08 moko
1558:
1559: * src/classes/double.C: whitespace
1560:
1561: 2016-10-07 moko
1562:
1563: * src/types/pa_vmethod_frame.h: reorder
1564:
1565: 2016-10-06 moko
1566:
1567: * src/classes/date.C: typo
1568:
1569: * src/types/pa_vmethod_frame.h: whitespace + cleanup
1570:
1571: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1572: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
1573: types/pa_vmethod_frame.h: params.get now returns Value&, not
1574: Value*
1575:
1576: * src/types/pa_vmethod_frame.C: params.get should return Value&.
1577:
1578: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
1579: removed; first as_* code rewrite
1580:
1581: 2016-10-05 moko
1582:
1583: * src/include/pa_request.h: whitespace
1584:
1585: * tests/: 359.html, results/359.processed: test for VCodeFrame and
1586: intercept_string added (related to feature #1097)
1587:
1588: * src/: classes/image.C, classes/op.C, classes/table.C,
1589: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1590: optimization: intercept_string removed (implements feature #1097)
1591:
1592: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
1593:
1594: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
1595: from VCodeFrame and WWrapper as not required
1596:
1597: 2016-10-04 moko
1598:
1599: * src/: classes/curl.C, classes/date.C, classes/double.C,
1600: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
1601: classes/int.C, classes/json.C, classes/op.C,
1602: classes/reflection.C, classes/string.C, classes/table.C,
1603: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1604: proces_to_value -> process after StringOrValue removed (related
1605: to feature #1020)
1606:
1607: * src/classes/form.C: whitespace
1608:
1609: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
1610:
1611: * tests/: 357.html, 358.html, results/357.processed,
1612: results/358.processed, results/auto.p: test for @conf
1613: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
1614:
1615: 2016-10-03 moko
1616:
1617: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
1618: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
1619: supported (implements feature #42)
1620:
1621: * src/types/pa_vregex.h: no reason for VRegex to be
1622: is_evaluated_expr
1623:
1624: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
1625: (implements feature #1095)
1626:
1627: 2016-10-01 moko
1628:
1629: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
1630: false by default (related to feature #1089)
1631:
1632: 2016-09-30 moko
1633:
1634: * src/types/pa_wcontext.h: cleanup
1635:
1636: 2016-09-29 moko
1637:
1638: * src/main/execute.C: whitespace
1639:
1640: * src/include/pa_request.h: whitespace
1641:
1642: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1643: classes/op.C, classes/table.C, include/pa_request.h,
1644: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
1645: types/pa_vobject.C, types/pa_wcontext.h: optimization:
1646: StringOrValue removed as it just slows down and adds complexity
1647: (implements feature #1020)
1648:
1649: 2016-09-28 moko
1650:
1651: * tests/: 356.html, results/266.processed, results/321.processed,
1652: results/356.processed: tests updated after name was added to
1653: method_info hash, test for ^reflection:method_info[junction]
1654: added (related to feature #1068)
1655:
1656: * src/classes/reflection.C: ^reflection:method_info[junction] now
1657: supported, method name added to the resulting hash (implements
1658: feature #1068)
1659:
1660: * tests/: 276.html, results/276.processed: more tests for
1661: ^reflection:delete[]
1662:
1663: * src/classes/reflection.C: fixed bug then ^reflection:delete
1664: didn't work on class and could damage native objects (like file)
1665:
1666: 2016-09-26 moko
1667:
1668: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
1669: results/345.processed, results/346-curl.processed,
1670: results/347-curl.processed, results/348.processed: numbers added
1671: to simplify diff analysis
1672:
1673: * tests/: 352.html, results/352.processed: test result updated as
1674: method name used
1675:
1676: * src/classes/reflection.C: method name used
1677:
1678: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
1679: its name
1680:
1681: * src/types/pa_method.h: whitespace
1682:
1683: * src/classes/reflection.C: both method and field with one name can
1684: exist.
1685:
1686: * src/classes/reflection.C: ^reflection:mixin added (implements
1687: feature #1089)
1688:
1689: * tests/: 355.html, results/355.processed: property appears in
1690: derived class if added in base test added
1691:
1692: * src/types/pa_vstateless_class.h: get_method declaration +
1693: whitespace
1694:
1695: * tests/: 354.html, results/354.processed: nice test from method
1696: and property with one name in class added
1697:
1698: 2016-09-23 moko
1699:
1700: * src/classes/reflection.C: ^reflection:method usage documented
1701:
1702: 2016-09-22 moko
1703:
1704: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
1705: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
1706: compile warning and GPF occures on VS2003 (related to feature
1707: #1087)
1708:
1709: * tests/: 350.html, results/350.processed: test added for
1710: $.encloser[] support in ^table::create (related to feature #11)
1711:
1712: * src/classes/table.C: another minor fix (related to feature #11)
1713:
1.107 moko 1714: 2016-09-21 moko
1715:
1716: * src/include/pa_config_fixed.h: vs2015 compilation fixes
1717:
1718: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1719: classes/json.C, classes/string.C, classes/table.C,
1720: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1721: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1722: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
1723: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
1724: pa_charsets, vs2015 warning war
1725:
1726: * src/classes/table.C: vs2015 warning war
1727:
1728: * src/types/pa_vdate.C: vs2015 warning war
1729:
1730: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
1731:
1732: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
1733: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
1734:
1735: * src/main/pa_common.C: vs2015 compilation fixes
1736:
1737: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
1738: vs2015 compilation fixes
1739:
1740: * src/main/pa_charset.C: vs2015 warning war
1741:
1742: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
1743:
1744: * src/main/pa_charset.C: vs2015 warning war
1745:
1746: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
1747:
1748: * src/types/pa_vdate.C: vs2015 compilation fix
1749:
1750: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
1751:
1752: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
1753: VS2015 compilation fixes
1754:
1755: * src/classes/table.C: minor fix (related to feature #11)
1756:
1757: * tests/results/282.processed: no longer skipping extra enclosers
1758: (related to feature #11)
1759:
1760: * src/classes/table.C: minor fix + no longer skipping extra
1761: enclosers (related to feature #11)
1762:
1763: * src/classes/table.C: minor optimization (related to feature #11)
1764:
1765: * src/classes/table.C: minor fix and optimization (related to
1766: feature #11)
1767:
1768: 2016-09-20 moko
1769:
1770: * tests/: 353.html, results/353.processed: test for
1771: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
1772: added (related to bug #1090)
1773:
1774: * src/main/compile.y: PC.cclass->is_vars_local() check added for
1775: one_big_piece (fixes bug #1090)
1776:
1777: * tests/: 229.html, results/229.processed: code coverage tests
1778:
1779: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
1780: body) was called
1781:
1782: * src/classes/op.C: whitespace
1783:
1784: * tests/: 323.html, results/323.processed: test for code junction
1785: should not be returned by ^reflection:class, ^reflection:base
1786:
1787: * src/classes/reflection.C: bugfix: code junction should not be
1788: returned by ^reflection:class, ^reflection:base
1789:
1790: * tests/: 323.html, 352.html, results/352.processed: no more
1791: exception for ^reflection:method[class;no-such-method] (related
1792: to feature #1087)
1793:
1794: * src/classes/reflection.C:
1795: ^reflection:method[class;no-such-method] : exception -> void
1796: (related to feature #1087)
1797:
1798: * src/include/pa_request.h: request::write_value added to allow
1799: write value without convertion (related to issue #1091)
1800:
1801: 2016-09-19 moko
1802:
1803: * src/main/pa_random.C: windows build fix
1804:
1805: * src/types/pa_vhash.h: warning war
1806:
1807: 2016-09-14 moko
1808:
1809: * tests/: 352.html, 552.html, results/352.processed,
1810: results/552.processed: test for ^reflection:method[] extension
1811: added (related to feature #1087)
1812:
1813: * tests/: 552.html, results/552.processed: test for
1814: ^reflection:method[] extension added (related to feature #1087)
1815:
1816: * src/classes/reflection.C: compatibility issue fixed, VClass
1817: dynamic_cast check added (related to feature #1087)
1818:
1819: * tests/: 351.html, results/351.processed: test for @auto[]
1820: inheritance bug diring ^process[] added (related to bug #1088)
1821:
1822: * src/: classes/op.C, main/pa_request.C,
1823: types/pa_vstateless_class.C: set_method now checks for @auto[] to
1824: disable it inheritance during ^process (fixes bug #1088)
1825:
1826: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
1827: added (implements feature #1087)
1828:
1829: 2016-09-13 moko
1830:
1831: * tests/: 349.html, results/auto.p: test for objects prototyping
1832: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
1833: to feature #1086)
1834:
1835: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
1836: types/pa_vobject.C: objects now are not class instances, but have
1837: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
1838: in @conf (implements feature #1086)
1839:
1840: 2016-09-08 moko
1841:
1842: * src/: classes/file.C, classes/mail.C, classes/string.C,
1843: classes/table.C, main/pa_http.C, main/pa_string.C,
1844: include/pa_string.h: cleanup: string::split limit argument
1845: removed as no longer required, pos_after no longer reference
1846: (related to feature #11)
1847:
1848: * src/classes/table.C, tests/results/348.processed: now exception
1849: is rised when invalid option is passed to ^table::create[]
1850:
1851: * tests/: 282.cfg, 282.html, results/282.processed: more code
1852: coverage tests
1853:
1854: * tests/: 348.html, results/348.processed: code coverage tests
1855: added
1856:
1857: * tests/: 348.html, results/348.processed: generic ^table::create[]
1858: tests
1859:
1860: * tests/: 035.html, results/035.processed, results/272.processed:
1861: tests updated after $.encloser[] support for ^table::create
1862: implementation (related to feature #11)
1863:
1864: * src/classes/table.C: $.encloser[] support for ^table::create
1865: finally added (implements feature #11)
1866:
1867: 2016-09-07 moko
1868:
1869: * src/include/pa_string.h: added StringSplitHelper as friend
1870: (related to feature #11)
1871:
1872: * src/include/pa_string.h: body and langs now protected, not
1873: private to allow inheritance (related to feature #11)
1874:
1875: * src/classes/table.C: lsplit optimized before cloning for
1876: ^table::create with $.encloser[] (related to feature #11)
1877:
1878: * src/classes/table.C: optimizaion: TableControlChars.separators
1879: added and used (related to feature #11)
1880:
1881: * src/classes/table.C: spelling:
1882:
1883: TableSeparators -> TableControlChars column -> separator
1884: separators -> control_chars
1885:
1886: 2016-09-06 moko
1887:
1888: * src/main/pa_string.C: whitespace
1889:
1890: * src/main/pa_string.C: whitespace
1891:
1892: 2016-09-01 moko
1893:
1894: * tests/: 347-curl.html, results/347-curl.processed: to make tests
1895: results OS-independent
1896:
1897: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
1898: compiler (related to feature #1042)
1899:
1900: 2016-08-15 moko
1901:
1902: * src/include/pa_string.h: whitespace
1903:
1904: * src/classes/table.C: whitespace
1905:
1.106 moko 1906: 2016-08-05 moko
1907:
1908: * tests/: 344.html, results/344.processed: test for
1909: ^hash::create[$file] added (related to feature #1075)
1910:
1911: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
1912: supported (implements feature #1075)
1913:
1914: 2016-08-04 moko
1915:
1916: * tests/: 341.html, results/341.processed: more code coverage tests
1917:
1918: * tests/: 346-curl.html, results/346-curl.processed: more code
1919: coverage tests for curl
1920:
1921: * tests/: 346-curl.html, results/346-curl.processed: more code
1922: coverage tests for curl
1923:
1924: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
1925: results/223.processed: code coverage tests: $.form[ $.table[] ]
1926: test added
1927:
1928: * tests/: 223-curl.html, results/223-curl.processed: more code
1929: coverage tests for curl
1930:
1931: 2016-08-03 moko
1932:
1933: * src/classes/curl.C: dlink(curl_library) now called not once, but
1934: until it will be loaded, allowing to find existing library.
1935:
1936: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
1937: results/347-curl.processed: more code coverage tests for curl
1938:
1939: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
1940: results/339-curl.processed, results/346-curl.processed: curl
1941: functionality tests
1942:
1943: 2016-08-02 moko
1944:
1945: * tests/: 339.html, results/339.processed: test for tables in
1946: ^file:load[] and ^curl:load[] (commented) added (related to
1947: feature #1042)
1948:
1949: * tests/: 345.html, results/345.processed: code coverage tests for
1950: file class
1951:
1952: * tests/: 344.html, results/344.processed: code coverage tests
1953:
1954: * tests/: 344.html, results/344.processed: mdate removed from
1955: output
1956:
1957: * src/classes/file.C: minor bugfix: is_text should be taked from
1958: fcontent.is_text_mode() if not set (related to feature #1061)
1959:
1960: * tests/: 344.html, results/344.processed: more tests
1961:
1962: * tests/: 343.html, 344.html, results/343.processed,
1963: results/344.processed: tests for ^file::create[ $.from-charset
1964: and $.to-charset ] (related to feature #1061)
1965:
1966: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1967: aset_text_mode argument optimized
1968:
1969: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1970: checkBOM now used in detect_binary_content (related to feature
1971: #1061)
1972:
1973: * src/main/pa_request.C: load_charset no longer required to_upper
1974:
1975: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
1976: preserves original file mode (if no $.mode specified)
1977:
1978: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1979: ^file::create now supports $.from-charset[] and $.to-charset
1980: options (implements feature #1061), automatic transcode is done
1981: if text file is created from binary file and charset is detected.
1982:
1983: 2016-07-30 moko
1984:
1985: * src/classes/table.C: ^t.hash[..;] now supported (related to
1986: feature #1057)
1987:
1988: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
1989: added (related to feature #1057)
1990:
1991: * tests/: 286.html, results/286.processed: code tests coverage
1992:
1993: 2016-07-29 moko
1994:
1995: * src/classes/table.C: table size should be checked inside menu and
1996: foreach (related to feature #858)
1997:
1998: * src/: classes/curl.C, classes/file.C, classes/string.C,
1999: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2000: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
2001: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
2002: charsets.get now does str_upper inside (related to feature #1061)
2003:
2004: * tests/: 342.html, results/342.processed: more code coverage tests
2005:
2006: * tests/: 342.html, outputs/342.processed: table menu code coverage
2007: + foreach test added (related to feature #858)
2008:
2009: * tests/: 341.html, results/341.processed: tests for
2010: ^table.hash[]{code} added + code coverage tests (related to
2011: feature #1057)
2012:
2013: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
2014: value} support (implements feature #1057)
2015:
2016: * src/classes/table.C: whitespace
2017:
2018: 2016-07-28 moko
2019:
2020: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
2021: from URL, if not specified query string removed from url-based
2022: filenames in ^curl:load[] and ^file::load[] (related to feature
2023: #1042)
2024:
2025: 2016-07-27 moko
2026:
2027: * tests/: 340.html, results/340.processed: test for
2028: transcode_text_result=false added (related to issue #1042)
2029:
2030: 2016-07-26 moko
2031:
2032: * src/types/pa_vfile.C: file name should not be empty (if file path
2033: is folder and ends with /) (related to feature #1042)
2034:
2035: * src/main/pa_http.C: whitespace optimizaion
2036:
2037: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2038: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
2039: multiple headers, ^file::load supports headers transcoding
2040: (implements feature #1042)
2041:
2042: 2016-07-25 moko
2043:
2044: * src/include/pa_common.h: PA_DEFAULT added
2045:
2046: 2016-07-22 moko
2047:
2048: * tests/: 338.html, results/338.processed: test for
2049: $date.field(value) added (related to feature #1066)
2050:
2051: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2052: $date.field(value) now supported for y/m/d/h/m/s (implements
2053: feature #1066)
2054:
1.105 moko 2055: 2016-07-21 moko
2056:
2057: * src/: classes/file.C, classes/image.C, include/pa_common.h,
2058: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
2059: arguments removed; image.C - absolute path shown in exception
2060: (implements feature #1071)
2061:
2062: * tests/: 235.html, results/235.processed: test and test result
2063: updated after static boundary in mail and Errors-To: mail header
2064: removed (related to feature #1047)
2065:
2066: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
2067: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
2068: used, static boundary in mail removed, Errors-To: mail header
2069: removed (implements feature #1047)
2070:
2071: 2016-07-20 moko
2072:
2073: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2074: equest.classes(): Value -> VStateless_class, part 3 (related to
2075: issue #1051)
2076:
2077: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
2078: request.classes(): Value -> VStateless_class, part 2 (related to
2079: issue #1051)
2080:
2081: * tests/results/: 224.processed, 323.processed: classes without
2082: methods should not be methoded (related to issue #1051)
2083:
2084: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
2085: main/compile_tools.h, main/pa_request.C: request.classes(): Value
2086: -> VStateless_class, part 1 (related to issue #1051)
2087:
2088: * tests/: 337.html, results/337.processed: test for
2089: ^reflection:fields_reference[] and VHashReference class added
2090: (related to feature #1072)
2091:
2092: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
2093: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
2094: and VHashReference added, allowing ^reflection:fields_reference[]
2095: implementation (closes feature #1072)
2096:
2097: 2016-07-19 moko
2098:
2099: * tests/: 323.html, results/323.processed: we want to see
2100: "methoded"
2101:
2102: * tests/: 336.html, results/336.processed: test for $BASE:property
2103: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
2104: #1059)
2105:
2106: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
2107: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
2108: somebody_entered_some_class, $BASE:property works again,
2109: ^BASE:method[] bugs fixed (fixes bug #1059)
2110:
2111: 2016-07-14 moko
2112:
2113: * tests/: 335.html, results/335.processed: test for feature #1055
2114: added
2115:
2116: * src/classes/hash.C: bugfix: $._default was not copied if empty
2117: feature: ^hash.contains[_default] added (implements feature
2118: #1055)
2119:
2120: 2016-07-13 moko
2121:
2122: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
2123: should not call @autouse (http://www.parser.ru/forum/?id=83480)
2124:
2125: 2016-07-05 moko
2126:
2127: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
2128: in ^hash.foreach (related to feature #1073)
2129:
2130: 2016-07-04 moko
2131:
2132: * tests/: 134.html, 281.html, results/134.processed,
2133: results/281.processed: tests updated after hash blocking removed
2134: (related to feature #1073)
2135:
2136: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
2137: no longer blocks on change during foreach (implements feature
2138: #1073)
2139:
2140: 2016-06-17 moko
2141:
2142: * tests/: 330.html, results/330.processed: try exception source
2143: test added (related to bug in #1062)
2144:
2145: * tests/: 334.html, results/334.processed: Exception stack trace
2146: test added (related to bug in $1062)
2147:
2148: * src/classes/op.C: Exception trace now correctly restored and
2149: errors reported (related to bug #1062)
2150:
1.104 moko 2151: 2016-05-25 moko
2152:
2153: * src/main/compile.y: minor cleanup + beauty
2154:
2155: 2016-05-24 moko
2156:
2157: * tests/: 333.html, results/333.processed: more exceptions testing
2158:
2159: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
2160: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
2161: features #1056, #1026)
2162:
2163: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
2164: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
2165: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
2166: (implements feature #1056)
2167:
2168: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2169: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
2170: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
2171: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
2172: feature #1026)
2173:
2174: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
2175: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
2176: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
2177: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
2178: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
2179: feature #1026)
2180:
2181: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2182: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
2183: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
2184: SYMBOLS_CACHING define implemented (related to feature #1026)
2185:
2186: * src/main/main.vcproj: + ps_symbols
2187:
2188: * src/: include/Makefile.am, include/pa_string.h,
2189: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
2190: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
2191: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2192: types/pa_vstateless_class.C: initial implementation for symbols
2193: cache (related to feature #1026)
2194:
2195: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
2196:
2197: * src/main/pa_globals.C: minor cleanup
2198:
2199: 2016-05-19 moko
2200:
2201: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
2202: (related to feature #1046)
2203:
2204: * tests/: 331.html, results/331.processed: test for
2205: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
2206: (related to feature #1051)
2207:
2208: * src/main/compile.y:
2209: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
2210: (implements feature #1054)
2211:
2212: 2016-05-18 moko
2213:
2214: * src/types/pa_vtable.C, tests/results/324.processed: no more
2215: "column not found" exception for ^table.no-such-method[] (related
2216: to feature #1046)
2217:
2218: * tests/: 261.html, results/261.processed: test added and updated
2219: after feature #1046 implementation
2220:
2221: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
2222: types/pa_vvoid.h: $string.anything works for whitespace strings,
2223: ^string.contains added for hash compatibility, $string.method no
2224: longer returns stting method (implements feature #1046)
2225:
2226: 2016-05-12 moko
2227:
2228: * src/classes/curl.C: content-type response header no longer
2229: ignored (fixes issue #1045)
2230:
2231: * tests/: 330.html, results/330.processed: test for incomplete
2232: finally execution when break occures added (related to issue
2233: #1077)
2234:
2235: * src/classes/op.C: bugfix: Request::skip reset is called before
2236: executing catch and finally code (fixes issue #1062)
2237:
2238: 2016-05-11 moko
2239:
2240: * tests/: 329.html, results/329.processed: test for invalid
2241: ^break[] behavour added (bug #1077)
2242:
2243: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
2244:
2245: 2016-04-24 moko
2246:
2247: * src/types/pa_vstateless_class.h: warning war
2248:
2249: 2016-04-17 moko
2250:
2251: * tests/: 328.html, results/328.processed: test for
2252: ^break(condition) and ^continue(condition) (related to feature
2253: #1063)
2254:
2255: * src/classes/op.C: ^break(condition) and ^continue(condition)
2256: implemented (feature #1063)
2257:
2258: 2016-04-12 moko
2259:
2260: * tests/results/280.processed: ordered hash now used for class
2261: methods and properties (test results updated for feature #1069)
2262:
2263: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
2264: to xdoc.C as under FreeBSD it was inited after and inheritance
2265: failed (related to issue #1051)
2266:
2267: * tests/: 320.html, results/320.processed: xdoc and xnode methods
2268: are printed to check inheritance (related to feature #1051)
2269:
1.103 moko 2270: 2016-04-09 moko
2271:
2272: * tests/results/320.processed: ordered hash now used for class
2273: methods and properties (test results updated for feature #1069)
2274:
2275: * src/types/pa_vstateless_class.h: ordered hash now used for class
2276: methods and properties (implements feature #1069)
2277:
2278: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
2279: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
2280: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
2281: feature #1051)
2282:
2283: 2016-04-07 moko
2284:
2285: * src/main/execute.C: returned Value in .CLASS case for VJunction
2286: (related to feature #1051)
2287:
2288: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
2289: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
2290: string constants deduplication (related to feature #1051)
2291:
2292: * tests/results/224.processed: test result updated (related to
2293: feature #1051)
2294:
2295: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
2296: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
2297: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
2298: types/pa_vstatus.h: classes hash now contains only
2299: VStateless_class derived objects, .CLASS is also allways
2300: VStateless_class derived object (related to feature #1051).
2301:
2302: 2016-04-06 moko
2303:
2304: * tests/results/323.processed: test result updated after feature
2305: #1051 implementation
2306:
2307: * src/: classes/classes.h, classes/op.C, classes/response.C,
2308: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2309: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
2310: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
2311: types/pa_vresponse.C, types/pa_vresponse.h,
2312: types/pa_vstateless_class.h: base -> methoded_donor for static
2313: classes, type() moved from VStateless_class to VClass and
2314: Methoded (implements feature #1051)
2315:
2316: 2016-04-04 moko
2317:
2318: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
2319: beauty: put_class added (related to feature #1051)
2320:
2321: 2016-04-01 moko
2322:
2323: * tests/results/: 175.processed, 192.processed, 224.processed,
2324: 229.processed, 244.processed, 246.processed, 316.processed: test
2325: results updated as class.type() removed from error messages, only
2326: type() left (related to feature #1051)
2327:
2328: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
2329: classes/op.C, classes/reflection.C, main/compile.y,
2330: main/compile_tools.h, main/execute.C, main/pa_request.C,
2331: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
2332: types/pa_vmethod_frame.h, types/pa_vobject.h,
2333: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
2334: from VStateless_class, type() is used instead (related to feature
2335: #1051)
2336:
2337: * src/classes/mail.C: old logic restored.
2338:
2339: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2340: classes/classes.h, classes/curl.C, classes/date.C,
2341: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2342: classes/hashfile.C, classes/image.C, classes/inet.C,
2343: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2344: classes/memcached.C, classes/memory.C, classes/reflection.C,
2345: classes/regex.C, classes/response.C, classes/string.C,
2346: classes/table.C, classes/xdoc.C, classes/xnode.C,
2347: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
2348: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
2349: feature #1051)
2350:
2351: 2016-03-30 moko
2352:
2353: * tests/: 327.html, results/224.processed, results/327.processed:
2354: test for TZ specification in ^date::create[], TZ is kept during
2355: ^date::create[$dt] (related to feature #1048)
2356:
2357: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
2358: ^date::create[], TZ is kept during ^date::create[$dt] (implements
2359: feature #1048)
2360:
2361: 2016-03-29 moko
2362:
2363: * tests/: 315.html, results/315.processed: test for timezone format
2364: +HHmm added (related to feature #1065)
2365:
2366: * src/classes/date.C: timezone format +HHmm now supported
2367: (implements feature #1065)
2368:
2369: 2016-03-28 moko
2370:
2371: * tests/: 202.html, results/131.processed, results/202.processed,
2372: results/224.processed, results/256.processed,
2373: results/315.processed: test results updated after %.2d now
2374: default for hours offset in iso-string (was %2d), test for
2375: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2376: added (related to feature #1065)
2377:
2378: 2016-03-27 moko
2379:
2380: * src/types/pa_vdate.C: '+' sign for zero offset (related to
2381: feature #1065)
2382:
2383: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2384: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2385: added (implements feature #1065)
2386:
2387: 2016-03-24 moko
2388:
2389: * tests/: 202.html, results/202.processed: test $date.week added
2390: (related to bug #1067)
2391:
2392: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
2393: date (fix for bug #1067)
2394:
2395: 2016-03-10 moko
2396:
2397: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
2398:
1.102 moko 2399: 2015-12-07 moko
2400:
2401: * tests/: 326.html, results/326.processed: test for .CLASS &
2402: .CLASS_NAME optimization added (related to feature #844)
2403:
2404: 2015-11-17 moko
2405:
2406: * tests/: 323.html, results/323.processed: order added
2407:
2408: * tests/: 325.html, results/325.processed: double range test added
2409: (related to bug #1049)
2410:
2411: 2015-11-16 moko
2412:
2413: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
2414: added to disallow NaN and Infinity (fixes bug #1049)
2415:
2416: 2015-11-11 moko
2417:
2418: * tests/324.html: parser 3.4.3 execution support added (related to
2419: feature #1017)
2420:
2421: * tests/: 324.html, results/324.processed: test for
2422: GET_ELEMENT4CALL feature added (feature #1017)
2423:
1.101 moko 2424: 2015-10-29 moko
2425:
2426: * operators.txt: updated for 3.4.4
2427:
2428: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
2429:
2430: * src/main/pa_exec.C: get_exit_status implemented for Windows
2431: (related to bug #1043)
2432:
2433: 2015-10-28 moko
2434:
2435: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
2436: hangup during ^file::exec (fixes bug #1043)
2437:
1.100 moko 2438: 2015-10-27 moko
2439:
2440: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
2441:
1.99 moko 2442: 2015-10-26 moko
2443:
1.100 moko 2444: * tests/322.html, src/classes/reflection.C: arguments reorder
2445: (related to issue #1041)
2446:
2447: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
2448: Copyright year updated
2449:
1.99 moko 2450: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
2451: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
2452: classes/form.C, classes/hash.C, classes/hashfile.C,
2453: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
2454: classes/mail.C, classes/math.C, classes/memcached.C,
2455: classes/memory.C, classes/op.C, classes/reflection.C,
2456: classes/regex.C, classes/response.C, classes/string.C,
2457: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
2458: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
2459: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2460: include/pa_config_fixed.h, include/pa_config_includes.h,
2461: include/pa_dictionary.h, include/pa_dir.h,
2462: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2463: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2464: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2465: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2466: include/pa_request_charsets.h, include/pa_request_info.h,
2467: include/pa_sapi.h, include/pa_socks.h,
2468: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2469: include/pa_stack.h, include/pa_string.h,
2470: include/pa_stylesheet_connection.h,
2471: include/pa_stylesheet_manager.h, include/pa_table.h,
2472: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
2473: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
2474: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
2475: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
2476: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
2477: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
2478: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
2479: main/compile.y, main/compile_tools.C, main/compile_tools.h,
2480: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
2481: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
2482: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
2483: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
2484: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2485: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2486: main/pa_string.C, main/pa_stylesheet_connection.C,
2487: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
2488: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
2489: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
2490: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
2491: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
2492: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
2493: targets/isapi/parser3isapi.C, types/pa_junction.h,
2494: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2495: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
2496: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
2497: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
2498: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
2499: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
2500: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
2501: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
2502: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
2503: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
2504: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
2505: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
2506: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2507: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2508: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2509: types/pa_vresponse.C, types/pa_vresponse.h,
2510: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2511: types/pa_vstateless_object.h, types/pa_vstatus.C,
2512: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2513: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2514: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2515: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2516: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2517:
2518: * src/targets/cgi/parser3.C: year updated
2519:
2520: * src/classes/reflection.C: VS2003 compatibility fixed (related to
2521: issue #1041)
2522:
2523: * tests/: 323.html, results/323.processed: test for base classes
2524: added
2525:
2526: * tests/: 261.html, results/261.processed: updated after better
2527: error reporting done for $string.key exception
2528:
2529: * src/types/pa_vstring.h: better error report for $string.key
2530: exception
2531:
2532: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
2533: copied as VObject::get_element4call to remove extra virtual call
2534:
2535: * tests/: 322.html, results/322.processed: test for
2536: ^reflection:is[] added (related to feature #1041)
2537:
2538: * src/classes/reflection.C: ^reflection:is empty value is void
2539: (related to feature #1041)
2540:
2541: * src/classes/reflection.C:
2542: ^reflection:is[class_name|code|method;[context;]element_name]
2543: added (implements feature #1041)
2544:
2545: 2015-10-24 moko
2546:
2547: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
2548:
1.98 moko 2549: 2015-10-22 moko
2550:
2551: * tests/: 321.html, results/321.processed: test for
2552: ^reflection:method_info[] file detection added
2553:
2554: * tests/: 320.html, results/320.processed: test for
2555: ^reflection:class_by_name[class_name] added (related to feature
2556: #993)
2557:
2558: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
2559: added (implements feature #993)
2560:
2561: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
2562: (related to feature #1017)
2563:
2564: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
2565: added (related to issue #1039)
2566:
2567: * src/main/pa_request.C: ^throw origin fixed (related to feature
2568: #1039)
2569:
2570: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
2571: for VDate
2572:
2573: * tests/results/182.processed: updated after feature #1038
2574: implemented
2575:
2576: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
2577: compile-time exception origin added (test for feature #1039)
2578:
2579: * src/: include/pa_request.h, main/compile.C, main/compile.y,
2580: main/pa_request.C: exception unification: compile-time exceptions
2581: now have origin, @USE origins also tracked (implements feature
2582: #1039)
2583:
2584: 2015-10-20 moko
2585:
2586: * src/main/pa_request.C: cleanup
2587:
2588: 2015-10-15 moko
2589:
2590: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
2591:
2592: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
2593: types/pa_vtable.C: new feature: no more $table.method and
2594: $hash.method, aliases for _at, _count, _key (related to feature
2595: #1017)
2596:
1.97 moko 2597: 2015-10-14 moko
2598:
1.98 moko 2599: * tests/: 317.html, results/317.processed: test for
2600: ^string.unescape[] added (related to feature #120)
2601:
1.97 moko 2602: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
2603: defined" bug (described in issue #1036)
2604:
2605: * tests/: 247.html, results/247.processed: test for checkBOM added
2606: (test for bug #1037)
2607:
2608: * src/: include/pa_charsets.h, main/pa_charsets.C,
2609: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
2610: it's not enforced, skips BOM signature if it complies charset
2611: (fixes bug #1037)
2612:
2613: 2015-10-13 moko
2614:
2615: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
2616: linking
2617:
2618: * src/classes/inet.C: vs2003 compilation fix
2619:
2620: * src/classes/math.C: warning war
2621:
2622: * src/lib/punycode/pa_punycode.c: warning war
2623:
2624: 2015-10-12 moko
2625:
2626: * src/lib/punycode/pa_punycode.c: warning war
2627:
2628: * parser3.sln: moved parser3 first, to make it default startup
2629: project
2630:
2631: * buildall: parser "mirror" now used for external libs sources
2632: (implements feature #1036)
2633:
2634: * buildall: most external libs are updated to their current
2635: versions (related to feature #1036)
2636:
2637: * src/classes/image.C: more tags added
2638:
2639: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
2640:
2641: 2015-10-11 moko
2642:
2643: * src/classes/curl.C: minor optimization (related to feature #1035)
2644:
2645: 2015-10-09 moko
2646:
2647: * src/classes/curl.C: pa_strdup added for strings from curl
2648: (related to feature #1035)
2649:
2650: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
2651: ULLONG_MAX definition
2652:
2653: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
2654: (implements feature #1035)
2655:
2656: * src/main/pa_charset.C: String::Body(String::C) used
2657:
2658: * src/main/pa_charset.C: exceptions unified
2659:
2660: * src/: include/pa_charset.h, main/pa_charset.C: declarations
2661: unified
2662:
2663: * src/: classes/file.C, classes/image.C, classes/mail.C,
2664: classes/op.C, classes/xdoc.C, classes/xnode.C,
2665: include/pa_string.h, main/pa_request.C, main/pa_string.C,
2666: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
2667: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
2668: String::Body(String::C) constructor added (related to bug #957)
2669:
2670: * src/classes/file.C: minor optimization
2671:
2672: * src/include/pa_hash.h: hash.get(char*) added, to minimize
2673: Cord(char*) autocreation (related to bug #957)
2674:
2675: * src/: classes/string.C, main/untaint.C: minor optimizations
2676:
2677: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
2678: String(char*, Lang, length) removed, String(C(), Lang) used
2679: instead (related to bug #957)
2680:
2681: 2015-10-08 moko
2682:
2683: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
2684: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
2685: main/untaint.C: Now char * is converted to CORD only using
2686: AS_CORD() to check for empty cord bug (fixes bug #957)
2687:
2688: * src/include/pa_hash.h: fixed compilation without
2689: HASH_CODE_CACHING
2690:
2691: * src/classes/string.C:
2692: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
2693: feature #120)
2694:
2695: * src/main/pa_common.C: reduce js flags checks count (related to
2696: feature #120)
2697:
1.96 moko 2698: 2015-10-07 moko
2699:
2700: * tests/: 275.html, results/275.processed: test modified after
2701: unsigned long long int support implemented (feature #1034)
2702:
2703: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
2704: pa_atoul added for unsigned long long int support
2705:
2706: 2015-10-06 moko
2707:
2708: * src/types/pa_vdate.C: INT_MAX used
2709:
2710: 2015-10-03 moko
2711:
2712: * tests/: 302.html, results/302.processed: test for bug #1023
2713: (\u2028, \u2029 escaping) added
2714:
2715: * src/main/untaint.C: \u2028, \u2029 are now escaped in
2716: json:string[] (fixes bug #1023)
2717:
2718: 2015-09-29 moko
2719:
2720: * tests/305.html: try-catch added for OS without ipv6 support
2721:
2722: * src/lib/json/pa_json.C: more unique prefixes for Solaris
2723: compilation
2724:
2725: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
2726: main/execute.C, types/pa_value.h, types/pa_vhash.h,
2727: types/pa_vtable.C, types/pa_vtable.h: get_element4call
2728: implemented to distinguish ^hash.method from $hash.field
2729: (implements feature #1017)
2730:
2731: * src/lib/punycode/pa_punycode.c: warning war
2732:
2733: * src/include/pa_config_includes.h: warning war
2734:
2735: * src/include/pa_config_includes.h: pragma warning actualized a bit
2736:
2737: * src/include/pa_config_includes.h: warning war
2738:
2739: * src/include/pa_hash.h: clang compilation fix
2740:
2741: 2015-09-27 moko
2742:
2743: * src/main/compile.tab.C: Bison 3 is now default
2744:
2745: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
2746:
2747: 2015-09-25 moko
2748:
2749: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
2750: works with undefined HASH_ORDER (related to feature #196)
2751:
2752: 2015-09-24 moko
2753:
2754: * tests/: 027.html, results/027.processed: test modified to test
2755: ^hash.sort (feature #196)
2756:
2757: * src/: classes/hash.C, include/pa_hash.h:
2758: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
2759: added (implements feature #196)
2760:
2761: * tests/: 316.html, results/316.processed: Added test for bug #1025
2762: (exception handling in non-cached ^cache), plus for "it does not
2763: have logical value" and "$exception.handled value must be either
2764: boolean or string 'cache'" exceptions.
2765:
2766: * src/classes/op.C: ^cache: exceptions now handled in non-cached
2767: code (fixes bug #1025)
2768:
1.95 moko 2769: 2015-09-23 moko
2770:
2771: * src/classes/table.C: warning war
2772:
2773: * src/: classes/math.C, types/pa_vcookie.C: warning war
2774:
2775: * src/classes/file.C: warning war
2776:
2777: * src/: include/pa_table.h, main/pa_table.C: warning war
2778:
2779: * src/: main/pa_request.C, classes/date.C: warning war
2780:
2781: * src/: types/pa_vdate.C, classes/op.C: warning war
2782:
2783: * tests/: 122.html, results/122.processed: win sync: to remove
2784: differences with OS that doesn't keep timezone change history
2785:
2786: * src/types/pa_vdate.C: tzset() should be called in Windows after
2787: TZ change (related to feature #36)
2788:
2789: * tests/: 075.html, results/075.processed: win sync: to remove
2790: differences with OS that doesn't keep timezone change history
2791:
2792: * tests/: 315.html, results/315.processed: win sync: to remove
2793: differences with OS that doesn't keep timezone change history
2794:
2795: * tests/: 256.html, results/256.processed: win sync: to remove
2796: differences with OS that doesn't keep timezone change history
2797:
2798: * tests/: 124.html, results/124.processed: win results sync: to
2799: avoid hitting time change hole.
2800:
2801: * src/types/pa_vdate.C: static returned. :)
2802:
2803: 2015-09-22 moko
2804:
2805: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
2806:
2807: * tests/results/131.processed: more tests for feature #1032
2808:
2809: * src/classes/date.C: minor fix related to feature #1032
2810:
2811: * operators.txt: ISO date creation documented (related to feature
2812: #1032)
2813:
2814: * operators.txt: iso-string documented (related to feature #1032)
2815:
2816: * tests/: 315.html, results/315.processed: more tests added
2817: (related to feature #1032)
2818:
2819: * tests/: 131.html, results/131.processed: date range checks
2820: updated (related to feature #36)
2821:
2822: * tests/: 315.html, results/057.processed, results/315.processed:
2823: test added for ISO date support (related to issue #315)
2824:
2825: * src/classes/date.C: more readable exceptions in date creation
2826: (related to ticket #1032)
2827:
2828: 2015-09-18 moko
2829:
2830: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
2831: added (related to issue #1032)
2832:
2833: * tests/results/256.processed, src/classes/json.C: iso-string
2834: documented (related to issue #1032)
2835:
2836: * tests/: 256.html, results/256.processed: ISO date check added
2837: (related to issue #1032)
2838:
2839: * tests/: 057.html, results/057.processed, results/224.processed:
2840: tests results updated after ISO date support implemented (related
2841: to feature #1032)
2842:
2843: * src/: classes/date.C, classes/image.C, types/pa_value.h,
2844: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
2845: ^date::create[string] constructor formalized, ^date.iso-string[]
2846: added (implements feature #1032)
2847:
2848: 2015-09-05 moko
2849:
2850: * operators.txt: actualized
2851:
2852: * operators.txt: date changes documented (related to ticket #36)
2853:
2854: 2015-09-04 moko
2855:
2856: * src/types/pa_vdate.C: warning war
2857:
2858: * src/: classes/op.C, types/pa_vhashfile.C: warning war
2859:
2860: 2015-09-03 moko
2861:
2862: * tests/results/096.processed: test result updated for 0..9999 year
2863: date range support (related to feature #36)
2864:
2865: * tests/: 314.html, results/314.processed: test for
2866: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
2867: bug #1031)
2868:
2869: * src/classes/string.C: Static calls fixed for ^string:base64[],
2870: ^string:idna[], ^string:js-escape[] (closes bug #1031)
2871:
1.116 moko 2872: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
2873: configure.in -> configure.ac
1.95 moko 2874:
1.116 moko 2875: * configure, configure.in, src/include/pa_config_auto.h.in: more
2876: correct timezone check for FreeBSD Warning war: configure.in ->
2877: configure.ac
1.95 moko 2878:
2879: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 2880: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
2881: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
2882: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
2883: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
2884: src/main/Makefile.am, src/targets/apache/Makefile.am,
2885: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 2886: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
2887: check added
2888:
2889: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
2890:
2891: * tests/results/: 124.processed, 224.processed: test resuls updated
2892: for new date implementation (related to feature #36)
2893:
2894: * src/: classes/date.C, classes/image.C, include/pa_common.h,
2895: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
2896: types/pa_vdate.h: new double date implementation with internal
2897: support for extended 0..9999 year range, default timezone support
2898: (related to feature #36)
2899:
2900: 2015-08-28 moko
2901:
2902: * src/types/pa_vmail.C: fixed $mail:received.date calculations
2903: (fixes bug #1030)
2904:
2905: 2015-08-21 moko
2906:
2907: * src/classes/inet.C: snprintf size "bug" commented
2908:
2909: * src/main/pa_common.C: snprintf comments updated
2910:
2911: 2015-08-16 moko
2912:
2913: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
2914:
2915: 2015-08-11 moko
2916:
2917: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
2918: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
2919: can be null (fixes bug #1029)
2920:
2921: 2015-08-06 moko
2922:
1.116 moko 2923: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
2924: pa_vdate.C added
1.95 moko 2925:
2926: 2015-08-05 moko
2927:
2928: * tests/: 313.html, results/313.processed: test for
2929: ^table.count[columns] and ^table.flip[] with nameless tables
2930: (feature #1003)
2931:
2932: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2933: max_cell added, now ^table.count[columns] and ^table.flip[] works
2934: correctly for nameless tables (implements feature #1003)
2935:
2936: 2015-08-03 moko
2937:
2938: * tests/312.html: test for ^table.append[$hash] and
2939: ^table.insert[$hash] added (related to feature #1028)
2940:
2941: * src/classes/table.C: ^table.append[$hash] and
2942: ^table.insert[$hash] now supported (implements feature #1028)
2943:
2944: * tests/: 312.html, results/312.processed: test row copy in
2945: ^table.hash[; $.type[table] ] added (related to feature #1016)
2946:
2947: * src/classes/table.C: row copy now created in ^table.hash[;
2948: $.type[table] ] (related to feature #1016)
2949:
2950: 2015-07-29 moko
2951:
2952: * tests/: 312.html, results/312.processed: test for ^table.delete[]
2953: added (related to feature #1016)
2954:
2955: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2956: ^table.delete[] added to delete current row (related to feature
2957: 1016)
2958:
2959: 2015-07-28 moko
2960:
2961: * tests/: 312.html, results/312.processed: test for
2962: $table.column[value] and ^table.insert{row} (related to feature
2963: #1016)
2964:
2965: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
2966: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
2967: ^table.insert{row} are now implemented (feature #1016)
2968:
2969: * src/include/pa_array.h: Optimization: bool reverse removed from
2970: append(), insert() added, memmove arguments order in remove()
2971: fixed (related to feature #1016)
2972:
2973: 2015-07-23 moko
2974:
2975: * src/classes/json.C: tainted json and empty json exception added
2976: (implements feature #1015)
2977:
2978: * tests/: 311.html, results/311.processed: empty json and tainted
2979: json exception test added (related to issue #1015)
2980:
2981: 2015-07-22 moko
2982:
2983: * tests/: 311.html, results/311.processed: test for UTF-8
2984: processing added
2985:
2986: * tests/: 311.html, results/311.processed: test for
2987: json_exception_with_source added (related to issue #394)
2988:
2989: * src/classes/json.C: json_exception_with_source added (implements
2990: feature #394)
2991:
2992: 2015-06-29 moko
2993:
2994: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
2995: directories are now correctly determined if _d_type == DT_UNKNOWN
2996: (closes bug #1027)
2997:
2998: 2015-06-10 moko
2999:
3000: * src/types/pa_vxnode.h: extern "C" not requred and causes build
3001: error if libxml has LIBXML_ICU_ENABLED.
3002:
3003: 2015-06-04 moko
3004:
3005: * tests/099.html: ups, reverting
3006:
3007: * tests/: 099.html, 309.html, 310.html, results/309.processed,
3008: results/310.processed: tests for $response:body[ $.file[] ] and
3009: $response:last-modified added
3010:
3011: * src/main/pa_request.C: last-modified check fixed
3012:
3013: 2015-06-03 moko
3014:
3015: * tests/: 204.html, 205.html, 293.html, results/204.processed,
3016: results/205.processed, results/293.processed: $response:headers
3017: logging added (tests for feature #1007)
3018:
3019: * src/: include/pa_common.h, include/pa_request.h,
3020: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
3021: $response:headers are now in uppercase (closes feature #1007)
3022:
3023: 2015-06-02 moko
3024:
3025: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
3026: build errors reverted for clang compatibility
3027:
3028: 2015-06-01 moko
3029:
3030: * src/include/pa_memory.h: -pedantic build errors fixed
3031:
3032: * src/classes/math.C: -pedantic build error fixed
3033:
3034: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
3035:
3036: 2015-05-31 moko
3037:
3038: * src/classes/table.C: USE_STRINGSTREAM optimized
3039:
3040: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
3041: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
3042: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
3043: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
3044: types/pa_vxnode.h: warning war (-pedantic flag)
3045:
3046: 2015-05-28 moko
3047:
3048: * tests/: 308.html, results/308.processed: test for
3049: ^table::create[$t;], etc work added (related to bug #975)
3050:
3051: * src/classes/table.C: check_option_param removed,
3052: ^table::create[$t;], etc now works (fixes bug #975)
3053:
3054: 2015-05-27 moko
3055:
3056: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
3057: (Debian jessie) fixed (closes issue #1024)
3058:
3059: * tests/Makefile: sort added as in Debian jessie list become
3060: unsorted
3061:
3062: 2015-05-18 moko
3063:
3064: * tests/: 201.html, results/201.processed: test for
3065: ^string.trim[what] feature #1022
3066:
3067: * src/classes/string.C: ^string.trim[what] now supported,
3068: implements feature #1022
3069:
3070: 2015-05-17 moko
3071:
3072: * tests/results/185.processed: test result updated as feature #1021
3073: implemented (left/right accept negative parameter)
3074:
3075: * src/classes/string.C: left/right now accept negative parameter
3076: (implements feature #1021)
3077:
3078: 2015-05-08 moko
3079:
3080: * src/classes/math.C: isalnum -> pa_isalnum
3081:
3082: * src/main/execute.C: optimization in getter-junction processing
3083: (related to issue #997)
3084:
3085: 2015-05-07 moko
3086:
3087: * tests/: 307.html, results/307.processed: test for issue #997
3088: added
3089:
3090: * src/main/execute.C: process_getter result now checked if junction
3091: returned (closes issue #997)
3092:
3093: * tests/: 305.html, results/305.processed: sort added to ignore
3094: different order
3095:
3096: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
3097: assignment (closes issue #994)
3098:
3099: * tests/: 306.html, results/306.processed: test for issue #994
3100: added
3101:
3102: * tests/: 303.html, results/303.processed: two more errors tested
3103:
3104: 2015-05-06 moko
3105:
3106: * tests/: 305.html, results/305.processed: test for name2ip &
3107: ip2name added (related to feature #992)
3108:
3109: * tests/: 303.html, 304.html, results/303.processed,
3110: results/304.processed: tests for idna conversion added (related
3111: to issue #849)
3112:
3113: 2015-05-02 moko
3114:
3115: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
3116: implemented
3117:
3118: 2015-04-30 moko
3119:
3120: * src/main/pa_http.C: idna_host added, related to issue #849
3121:
3122: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
3123: (related to issue #849)
3124:
3125: 2015-04-24 moko
3126:
3127: * src/types/pa_vjunction.C: warning war
3128:
3129: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
3130: unification
3131:
3132: * src/lib/punycode/pa_idna.c: warning war
3133:
3134: 2015-04-22 moko
3135:
3136: * src/main/main.vcproj: punycode include path added
3137:
3138: * src/lib/punycode/pa_idna.c: windows compile error fixed
3139:
3140: * src/lib/punycode/pa_idna.c: warning war
3141:
3142: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
3143: project file added
3144:
3145: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
3146:
3147: * src/include/pa_memory.h: warning war
3148:
3149: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
3150: ^string:idna[xn--...], ^string.idna[] - idna conversion support
3151: implemented (related to feature #849)
3152:
3153: * configure.in, src/main/Makefile.am,
3154: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
3155: libpunycode added in Unix
3156:
3157: 2015-04-21 moko
3158:
3159: * configure.in: large files support
3160:
3161: 2015-04-15 moko
3162:
3163: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
3164: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
3165: pa_punycode.h: initial version for punycode/idna support library
3166: (ticket #849)
3167:
3168: 2015-04-08 moko
3169:
3170: * src/: classes/curl.C, classes/date.C, classes/file.C,
3171: classes/image.C, classes/mail.C, classes/reflection.C,
3172: classes/string.C, classes/xnode.C, include/pa_request.h,
3173: include/pa_string.h, include/pa_stylesheet_connection.h,
3174: main/compile.y, main/compile_tools.h, main/execute.C,
3175: main/pa_common.C, main/pa_request.C, main/pa_string.C,
3176: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
3177: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
3178: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
3179: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
3180: clang compiler warnings (closes issue #1018)
3181:
3182: * src/include/pa_string.h: String::Body comparation operators with
3183: char * added (related to issue #958)
3184:
3185: 2015-04-07 moko
3186:
3187: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
3188: pa_malloc/pa_free to remove system malloc/free usage (related to
3189: issue #1018)
3190:
3191: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
3192: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
3193: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
3194: main/pa_http.C, main/pa_request.C, main/pa_string.C,
3195: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
3196: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
3197: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
3198: malloc/strdup/free replaced with pa_ version and checks for
3199: accidental use of non-pa_ version added (related to issue #1018)
3200:
3201: 2015-04-03 moko
3202:
3203: * buildall: pcre-8.33 -> pcre-8.36
3204:
3205: * src/: main/compile.y, classes/form.C, classes/mail.C,
3206: classes/op.C, classes/string.C, main/compile.tab.C,
3207: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
3208: main/pa_sql_driver_manager.C, types/pa_vfile.C,
3209: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
3210: ticket #958)
3211:
3212: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
3213: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3214: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3215: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
3216: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
3217: $request:headers, $request:method added (implements feature
3218: #1007)
3219:
3220: 2015-03-17 misha
3221:
3222: * tests/302.html: - test for
3223: ^json:string[...;$._default[method-name]]
3224:
3225: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3226: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
3227: option $._default[method-name] is specified in ^json:string[], a
3228: method with specified name will be called for classes/objects
3229: serialization ( new feature: #982 )
3230:
3231: 2015-03-16 misha
3232:
3233: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
3234: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
3235: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
3236: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
3237: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
3238: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
3239: types/pa_vmemory.h, types/pa_vmethod_frame.C,
3240: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
3241: types/pa_vrequest.h, types/pa_vstateless_class.C,
3242: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3243: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
3244: $var.CLASS_NAME now have special opcodes. This can be switched
3245: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
3246: on pa_opcode.h ( new feature: #844 )
3247:
3248: 2015-03-15 misha
3249:
3250: * tests/075.html: - test for $response:header[]
3251:
3252: * src/types/pa_vresponse.C: - $response:header[] deletes header
3253: that was set earlie ( new feature: #1001 )
3254:
3255: 2015-03-12 misha
3256:
3257: * tests/246.html: - more tests for ^hash._at[]
3258:
3259: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
3260: accepts second param [key|value|hash] ( new feature: #1012 )
3261:
3262: 2015-03-09 moko
3263:
3264: * src/types/pa_vmail.C: exception for everything but
3265: $mail:received, closes issue #1011
3266:
3267: 2015-02-20 moko
3268:
3269: * tests/: 275.html, results/275.processed: hex detection in
3270: pa_atoui fix test (closes issue #1010)
3271:
3272: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
3273: issue #1010)
3274:
3275: 2015-02-17 moko
3276:
3277: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
3278: tainted.
3279:
3280: 2015-02-03 misha
3281:
3282: * tests/301.html: - test for ^json:string($double) causes
3283: exception. bugfix: #1008
3284:
3285: * src/classes/json.C: - ^json:string($double) causes exception.
3286: bugfix: #1008
3287:
3288: * tests/014.html: - updated for work with ^hash.delete[]
3289:
3290: 2015-01-12 misha
3291:
3292: * src/: classes/form.C, include/pa_common.h,
3293: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
3294: types/pa_vform.h: - supports body with PUT method as well ( new
3295: feature: #1006 )
3296:
3297: * src/classes/file.C: - warnings war
3298:
3299: 2015-01-11 misha
3300:
3301: * tests/300.html: - test for ^hash.delete[] is added
3302:
3303: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
3304: feature: #989 ) - tiny optimization in intersects
3305:
3306: 2015-01-06 moko
3307:
3308: * src/types/pa_vmail.C: file names transcode added, to and cc added
3309: with transcode, attachments detection fixed
3310:
3311: * src/main/pa_request.C: filling mail received after cgi/auto.p
3312: load to allow charset switch (related to issue #996)
3313:
3314: 2014-12-31 moko
3315:
3316: * src/types/pa_vmail.C: from and subject now transcoded if not
3317: UTF-8 source charset (fixes issue 996)
3318:
3319: * src/main/pa_exception.C: fixed string from stack bug (closes
3320: issue #1000)
3321:
3322: 2014-12-11 misha
3323:
3324: * src/types/pa_vhashfile.C: - check if key is not empty before
3325: access ( bug fix: #1005 )
3326:
3327: 2014-11-13 misha
3328:
3329: * src/main/compile.y: - PC.append does not reset to false while
3330: creating a new class. bugfix: #990
3331:
3332: * tests/299.html: - test for creation class after working with
3333: partial class (create+append)
3334:
3335: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
3336: #995
3337:
3338: * tests/232.html: - test for @get[def] added
3339:
3340: 2014-10-12 moko
3341:
3342: * src/lib/pcre/pcre_internal.vcproj: correct path
3343:
3344: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3345: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
3346: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
3347: targets/apache/ApacheModuleParser3.vcproj,
3348: targets/apache/ApacheModuleParser3Core.vcproj,
3349: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3350: types/types.vcproj: project GUID inserted in *.vcproj for correct
3351: conversion in newer VS versions
3352:
3353: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
3354: pcre_internal.vcproj added
3355:
3356: 2014-08-28 moko
3357:
3358: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
3359: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
3360: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
3361:
3362: 2014-06-30 misha
3363:
3364: * tests/298.html: - tests for ^reflection:def[class;className]
3365: added
3366:
3367: * src/classes/reflection.C: - ^reflection:def[class;className]
3368: added ( new feature: #918 )
3369:
3370: 2014-06-29 misha
3371:
3372: * src/classes/table.C: - ^table::create[unsupported data] -
3373: exception comment changed to "body must be table or code" ( bug
3374: fix: #951 )
3375:
3376: * tests/: 261.html, results/261.processed: - tests for
3377: ^json:string[...;$.void[null|string]] added
3378:
3379: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
3380: option $.void[string|null] added to ^json:string[...] ( new
3381: feature: #952 )
3382:
3383: 2014-06-28 moko
3384:
3385: * src/classes/curl.C: $.charset now processed before other curl
3386: options (closes issue #980)
3387:
3388: 2014-05-23 misha
3389:
3390: * src/classes/json.C: - bug fix: #987
3391:
3392: 2014-05-04 misha
3393:
3394: * tests/: 253.html, 253_json.txt: - test for
3395: ^json:parse[$.int(false)] is added
3396:
3397: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
3398: default true). The option is similar to $.double(bool) but for
3399: integers.
3400:
3401: 2014-05-01 moko
3402:
3403: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
3404: #12 )
3405:
3406: 2014-04-16 moko
3407:
3408: * src/main/pa_http.C: response-charset option should finally work
3409: now (fix for issue #867)
3410:
3411: * src/main/pa_http.C: response-charset option should work now (fix
3412: for issue #867)
3413:
3414: 2014-03-07 moko
3415:
3416: * buildall: libgc moved
3417:
3418: * buildall: libgc moved
3419:
3420: 2013-12-29 moko
3421:
3422: * src/classes/string.C: ^string:js-unescape result now tainted,
3423: closes issue #966
3424:
3425: * tests/: 186.html, results/186.processed: ^string:js-unescape
3426: result now tainted, issue #966
3427:
3428: 2013-12-03 moko
3429:
3430: * src/: classes/memcached.C, types/pa_vmemcached.C,
3431: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
3432: option was added for http://www.parser.ru/forum/?id=79343
3433:
3434: * src/classes/file.C: bugfix for
3435: http://www.parser.ru/forum/?id=79337
3436:
3437: 2013-11-05 moko
3438:
3439: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
3440:
3441: * src/main/pa_globals.C: spelling fixed
3442:
3443: 2013-10-29 moko
3444:
3445: * src/lib/json/json.vcproj: json.c -> pa_json.C
3446:
3447: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
3448: #892
3449:
3450: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
3451: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
3452: exceptions to be thrown thougth json library), related to issue
3453: #892
3454:
3455: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
3456: related to issue #896
3457:
3458: 2013-10-24 moko
3459:
3460: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
3461:
3462: 2013-10-23 moko
3463:
3464: * README: actualization
3465:
3466: 2013-10-22 moko
3467:
3468: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
3469: compatibility patch from Sergey Kirpichev
3470:
3471: * tests/: 297.html, results/297.processed: non-working getter fix
3472: test for issue #948
3473:
3474: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
3475: called when saving value of $match variable in ^string.match[] to
3476: increase compatibility (related to issue #948).
3477:
3478: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
3479: usage optimization
3480:
3481: 2013-10-21 moko
3482:
3483: * tests/: 182.html, results/182.processed: local path removed for
3484: compatibility
3485:
3486: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
3487: results/244.processed, results/253.processed,
3488: results/254.processed, results/275.processed,
3489: results/281.processed: try_catch -> try-catch
3490:
3491: * tests/: 288.html, 294.html, 296.html, results/288.processed,
3492: results/294.processed, results/296.processed: try_catch ->
3493: try-catch
3494:
3495: 2013-10-20 moko
3496:
3497: * tests/: 296.html, results/296.processed: test for xsl exception
3498: for issue #938 added.
3499:
3500: * src/: include/pa_xml_exception.h,
3501: main/pa_stylesheet_connection.C: forgotten to be replaced
3502: XmlException is now replaced (once again closes issue #938)
3503:
3504: 2013-10-19 misha
3505:
3506: * bin/auto.p.dist.in: - more mime-types are added
3507:
3508: 2013-10-18 moko
3509:
3510: * buildall: disable clock_gettime detection to avoid librt linking
3511: (which in turn depends on libpthread), related to issue #943
3512:
3513: 2013-10-18 misha
3514:
3515: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
3516: lib/smtp/smtp.vcproj, main/main.vcproj,
3517: targets/apache/ApacheModuleParser3Core.vcproj,
3518: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3519: types/types.vcproj: - new locations for libxml2 includes where
3520: added to vcproj files
3521:
3522: 2013-10-18 moko
3523:
3524: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
3525: fix
3526:
3527: * tests/: 295.html, results/295.processed: test for issue #948
3528: updated
3529:
3530: * src/classes/table.C: hopefully last lost part for issue #948 fix.
3531: :)
3532:
3533: * tests/: 295.html, results/295.processed: test for issue #948
3534: added
3535:
3536: * src/: classes/hash.C, classes/string.C, classes/table.C,
3537: include/pa_request.h, types/pa_method.h: for getters and setters
3538: to be executed request.put_element should be called, not
3539: context.put_element (fixes issue #948)
3540:
3541: 2013-10-17 moko
3542:
3543: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
3544: LIBXML2_NEW_BUFFER check (closes issue #943)
3545:
3546: * buildall: libxml 2.9.1 build is broken --without-reader.
3547:
3548: 2013-10-16 moko
3549:
3550: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
3551:
3552: * tests/: 294.html, results/294.processed: test for issue #938
3553:
3554: * src/: classes/xdoc.C, classes/xnode.C,
3555: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
3556: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
3557:
3558: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
3559: libxslt-1.1.26 -> libxslt-1.1.28
3560:
3561: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
3562: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
3563: to '?', related to issue #938
3564:
3565: 2013-10-15 moko
3566:
3567: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
3568: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
3569: minor optimizations (closes issue #896)
3570:
3571: * tests/results/: 292.processed, 293.processed: results updated to
3572: comply with issue #896
3573:
3574: * tests/: 292.html, 293.html, results/292.processed,
3575: results/293.processed: tests for json escaping
3576:
3577: 2013-10-14 moko
3578:
3579: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
3580: and cleanup, code moved from .h to .C, no changes in code
3581:
3582: 2013-10-12 moko
3583:
3584: * tests/results/119.processed: updated test result commited
3585:
3586: * tests/: 291.html, results/291.processed: test for issue #894
3587: added
3588:
3589: * src/types/pa_wcontext.h: base methods call support function
3590: get_somebody_entered_some_class should not be true forever, as
3591: wcontext can have many get_elements calls (fixes issue #894)
3592:
3593: 2013-10-11 moko
3594:
3595: * tests/: 290.html, results/290.processed: test for junction GPF
3596: issue #942 added
3597:
3598: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
3599: to native method fixed (closes issue #942)
3600:
3601: * tests/: 158.html, results/158.processed: test for csv-string[]
3602: added
3603:
3604: * src/classes/table.C: minor fixes for table.csv-string[] (closes
3605: feature #907)
3606:
3607: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
3608: feature #907)
3609:
3610: 2013-10-09 moko
3611:
3612: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
3613: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
3614: types/pa_vstateless_class.C: GET_default, SET_default now works
3615: properly not only in objects, but in classes as well (closes
3616: issue #903)
3617:
3618: * tests/: 289.html, results/289.processed: GET/SET_default now
3619: works in classes, not only objects, test case added, related to
3620: issue #903
3621:
3622: * tests/: 288.html, results/288.processed: test for endless
3623: recursion bug added (related to issue #903)
3624:
3625: 2013-10-05 moko
3626:
3627: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3628: classes/table.C, main/execute.C, types/pa_method.h,
3629: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
3630: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3631: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
3632: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
3633: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
3634: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
3635: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
3636: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
3637: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
3638: optimization: put_element no longer has "bool areplace" argument,
3639: related to issue #903
3640:
3641: 2013-10-03 moko
3642:
3643: * tests/results/182.processed: result for $.replace(false) test
3644: commited
3645:
3646: * src/classes/date.C: ^date::create(number) processed correctly
3647: (fixes issue #901)
3648:
3649: * src/classes/image.C: as_no_junction removed, as param can be
3650: expression (closes issue #931)
3651:
3652: * tests/233.html: test for issue #931 added
3653:
3654: 2013-10-02 moko
3655:
3656: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
3657: modified, test for $.replace(false) added
3658:
3659: * src/main/compile_tools.h: forgotten class replace returned. :)
3660:
3661: 2013-09-30 moko
3662:
3663: * tests/: 141.html, results/141.processed: md5 tainting test added
3664:
3665: * src/: classes/op.C, include/pa_request.h, main/compile.y,
3666: main/compile_tools.h, main/pa_request.C: allow_class_replace
3667: implemented; $.replace option added to ^process and ^use
3668:
3669: 2013-08-27 moko
3670:
3671: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
3672: cstr_to_string_body_untaint should be called with charsets for
3673: possible uri language and connection for possible sql language.
3674: related to issue #857
3675:
3676: * buildall: and -> or fixed
3677:
3678: 2013-08-26 moko
3679:
3680: * buildall: prepare_ functions logic changed to support
3681: gc-7.2d.tar.gz extracting to gc-7.2 directory
3682:
3683: 2013-08-23 moko
3684:
3685: * src/include/pa_config_fixed.h: gc and xml libs are now linked
3686: statically
3687:
3688: 2013-08-22 moko
3689:
3690: * src/classes/string.C: String::Empty used (related to issue #912)
3691: append_know_length removed (related to old GPF bug)
3692:
3693: 2013-08-21 moko
3694:
3695: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
3696:
3697: * src/classes/math.C: ^math:digest[...;$file] support added
3698: (related to ticket #857
3699:
3700: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
3701: implemented
3702:
3703: * src/types/pa_vhashfile.h: warning war
3704:
3705: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
3706: include/pa_request.h, main/pa_request.C, types/pa_value.h:
3707: anti_endless_json_string_recoursion removed from request;
3708: json_string_recoursion added to json_options; $.indent[indent
3709: value] now supported and passed within recoursion closes feature
3710: #937
3711:
3712: * tests/: 287.html, results/287.processed: test for feature #937
3713:
3714: 2013-07-31 moko
3715:
3716: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
3717: compilation having #define _S
3718:
3719: * src/main/pa_globals.C: cleanup
3720:
3721: 2013-07-30 moko
3722:
3723: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
3724: main/pa_common.C: vs2003 warning war
3725:
3726: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
3727:
3728: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
3729:
3730: * src/lib/md5/pa_sha2.c: warning war
3731:
3732: 2013-07-29 moko
3733:
3734: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
3735: patches from github
3736:
3737: * src/: classes/bool.C, classes/double.C, classes/int.C,
3738: classes/memcached.C, include/pa_config_includes.h,
3739: types/pa_vfile.C, types/pa_vfile.h: warning war
3740:
3741: * src/lib/json/json.vcproj: C++ -> C
3742:
3743: * src/lib/json/: json.c, pa_json.C: C++ warning revert
3744:
3745: * src/lib/json/: json.c, pa_json.C: windows compatibility
3746:
3747: * src/lib/json/: json.c, pa_json.C: windows compatibility
3748:
3749: * src/lib/json/: json.c, pa_json.C: warning war
3750:
3751: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
3752:
3753: * src/include/pa_config_fixed.h: uint16_t added
3754:
3755: * configure.in: uint16_t check added
3756:
3757: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 3758: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
3759: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
3760: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
3761: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 3762:
3763: 2013-07-25 moko
3764:
3765: * parser3.sln: dependencies added
3766:
3767: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
3768: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
3769: module support
3770:
3771: * src/targets/apache/mod_parser3_core.C: win32 cleanup
3772:
3773: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
3774:
3775: 2013-07-23 moko
3776:
3777: * src/: include/pa_memory.h, main/pa_memory.C: non-working
3778: PA_DEBUG_GC_MEMORY removed
3779:
3780: * src/: main/pa_globals.C, targets/cgi/parser3.C:
3781: PA_DEBUG_DISABLE_GC compilation fix
3782:
3783: * src/: classes/op.C, classes/table.C, include/pa_request.h,
3784: main/pa_request.C: outdated RESOURCES_DEBUG removed
3785:
3786: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
3787: garbage cleanup
3788:
3789: * src/main/pa_common.C: warning war
3790:
3791: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
3792:
3793: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
3794: minor cleanup
3795:
3796: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
3797: uses cygwin, not WIN32 implementation
3798:
3799: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
3800: able to exec shell scripts
3801:
3802: * src/classes/math.C: ifdef WIN32 cleanup
3803:
3804: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
3805:
3806: * bin/auto.p.dist.in: libpq.so -> libpq.
3807:
3808: * src/classes/curl.C: LT_MODULE_EXT used
3809:
3810: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
3811:
3812: 2013-07-22 moko
3813:
3814: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
3815: includes fix
3816:
3817: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
3818:
3819: * configure.in, src/include/pa_config_includes.h,
3820: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
3821: src/main/pa_exec.C: includes cleanup
3822:
3823: * src/targets/cgi/parser3.C: 2012->2013
3824:
3825: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
3826:
3827: * configure.in, src/include/pa_config_includes.h,
3828: src/include/pa_http.h, src/lib/json/JSON_parser.h,
3829: src/main/pa_random.C, src/main/pa_socks.C,
3830: src/types/pa_vstatus.C: cygwin support cleanup
3831:
3832: * configure.in: dirent.h check added
3833:
3834: * src/: include/pa_config_includes.h, include/pa_dir.h,
3835: main/pa_dir.C: includes cleanup, dirent.h check added filePath
3836: not copied
3837:
3838: 2013-07-21 moko
3839:
3840: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
3841:
3842: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
3843: parser3.vcproj: unused getopt.h / getopt.c removed
3844:
3845: * operators.txt, src/classes/file.C, tests/022.html,
3846: tests/results/022.processed: ^file:list[path][$.filter[regexp]
3847: $.stat(true)] usage commented
3848:
3849: * configure.in, src/classes/file.C, src/include/pa_dir.h,
3850: src/main/pa_dir.C: ^file:list[] now has dir column and when
3851: $.stat(true) it has size/*date columns modified patch from misha@
3852: that closes issue #914.
3853:
3854: * src/: include/pa_config_includes.h, main/pa_globals.C:
3855: PA_RELEASE_ASSERTS removed
3856:
3857: * src/lib/md5/pa_md5c.c: minor cleanup
3858:
3859: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
3860: localeconv()->decimal_point usage remoed (related to issue #934)
3861:
3862: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
3863: cordprnt.c removed
3864:
3865: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
3866: pa-include/pa_errno.h, pa-include/pa_file_io.h,
3867: pa-include/pa_strings.h: includes cleanup
3868:
3869: * src/lib/md5/pa_md5c.c: headers cleanup
3870:
3871: 2013-07-20 moko
3872:
3873: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
3874: cleanup
3875:
3876: 2013-07-19 moko
3877:
3878: * src/classes/math.C: extern "C" added for crypt
3879:
3880: 2013-07-18 moko
3881:
3882: * src/classes/math.C: fix redhat7.2 build
3883:
3884: 2013-07-17 moko
3885:
3886: * configure.in, src/include/pa_config_includes.h,
3887: src/include/pa_config_fixed.h: headers actualized (inttypes.h
3888: added for uint8/32/64_t)
3889:
3890: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
3891: pa_config_includes.h used for uint32/64_t
3892:
3893: 2013-07-16 moko
3894:
3895: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
3896: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
3897: war
3898:
3899: * src/main/compile.tab.C: compile.y was updated
3900:
3901: * src/main/compile.y: warning war
3902:
3903: * src/: include/pa_exception.h, main/pa_exception.C,
3904: main/pa_xml_exception.C: warning war
3905:
3906: * src/: include/pa_common.h, main/pa_common.C: warning war
3907:
3908: * configure.in: beauty :)
3909:
3910: * tests/: 141.html, results/141.processed: sha256/512 added
3911:
3912: 2013-07-13 moko
3913:
3914: * src/lib/md5/md5.vcproj: sha2 added
3915:
3916: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
3917: classes/math.C: sha2 support (sha256/sha512 digest)
3918:
3919: 2013-07-08 moko
3920:
3921: * src/classes/image.C: directory read or other read problem message
3922: fixed (related to issue #933)
3923:
3924: 2013-07-07 moko
3925:
3926: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
3927: dependense from $charsetsdir directory existance and content (and
3928: UTF-8 is default allready)
3929:
3930: * AUTHORS: + misha + moko. :)
3931:
3932: 2013-07-06 moko
3933:
3934: * src/: classes/curl.C, include/pa_globals.h,
3935: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
3936: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
3937: for lt_dlinit to be called once and lt_dlexit called at right
3938: place (related to issue #925)
3939:
3940: 2013-07-04 moko
3941:
3942: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
3943: VString::as_vfile now uses vfile.set_binary_string to avoid
3944: content-type to be set, as it brokes badly designed logic in
3945: response output. This hopefully finishes issue #928.
3946:
3947: * tests/results/: 256.processed, 286.processed: file now displayed
3948: as name, size, mode, content-type
3949:
3950: * src/main/pa_common.C: read error now reported cottectly (fixes
3951: issue #933
3952:
3953: 2013-06-28 moko
3954:
3955: * tests/: 286.html, results/286.processed: test extended
3956:
3957: * tests/: 286.html, results/286.processed: Test for issue #928
3958: added. it tests default content-type change.
3959:
3960: * src/types/pa_vfile.C: closes issue #928 - default content-type
3961: now updated
3962:
3963: 2013-06-25 moko
3964:
3965: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
3966: content-type for text/binary files without name added;
3967: ^file::create[$f;...] options now works properly and $f
3968: properties are default (fixes issue #928)
3969:
3970: 2013-05-16 misha
3971:
3972: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
3973: added
3974:
3975: * src/main/pa_table.C: - a tiny memory optimisation while creating
3976: table if specified limit is bigger than source rows count
3977:
3978: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
3979: added ( new feature: #858 )
3980:
3981: 2013-04-29 moko
3982:
3983: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
3984: $.ipresolve(0|1|2) added (closes issue #891)
3985:
3986: * src/lib/curl/curl.h: CURL_IPRESOLVE added
3987:
3988: 2013-04-24 moko
3989:
3990: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3991: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
3992: types/pa_vmemcached.h: ^memcache.release[] added, calls
3993: memcached_quit (refs #893)
3994:
3995: 2013-04-22 moko
3996:
3997: * src/: include/pa_string.h, main/pa_common.C: no more double
3998: slashes in file path (fixes bug #872)
3999:
4000: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
4001: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
4002: #739)
4003:
4004: * tests/results/266.processed: $.max_params added (feature #915)
4005:
4006: * src/: include/pa_common.h, main/pa_http.C: response-charset
4007: option added to file::load (closes issue #867)
4008:
4009: 2013-04-20 misha
4010:
4011: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
4012: commited
4013:
4014: 2013-03-15 misha
4015:
4016: * src/classes/: hash.C, table.C: - Optimisation: do not create
4017: multiple empty strings while ::sql. uae String::Empty instead
4018:
4019: 2013-03-14 misha
4020:
4021: * src/classes/reflection.C: - for user classes
4022: ^reflection:method_info[] returns $.max_params and $.extra_param
4023: with $.call_type if they available ( new feature: #915 )
4024:
4025: * src/classes/file.C: - ^file:delete[] now supports an option
4026: $.exception(false) that suppress any exception while deleting
4027: file ( new feature: #916 )
4028:
4029: * src/classes/curl.C: - parsing cookies after curl:load now should
4030: work :)
4031:
4032: 2013-03-12 misha
4033:
4034: * src/types/pa_vfile.C: - if specified file_name is empty string
4035: set default name for the file
4036:
4037: 2013-03-11 misha
4038:
4039: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
4040: also available in $f.cookies
4041:
4042: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
4043: moved to a separate method
4044:
4045: 2013-03-10 moko
4046:
4047: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
4048: added
4049:
4050: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
4051: removed (declared by autoconf)
4052:
4053: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
4054: uint32_t define
4055:
4056: 2013-03-10 misha
4057:
4058: * src/classes/file.C: ^file:delete and ^file:move now support
4059: option $.keep-empty-dirs(true) ( new feature: #884 )
4060:
4061: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
4062: empty dirs is added
4063:
4064: 2013-03-10 moko
4065:
4066: * src/classes/: bool.C, double.C, int.C: default can be present,
4067: but default check removed from ^int/double/bool.int/double/bool
4068: for string.int/double/bool compatibility (related to issue #913)
4069:
4070: * src/classes/string.C: ^string.int/dobule/bool no longer
4071: internally throws exception if default is present (closes issue
4072: #913)
4073:
4074: 2013-03-09 misha
4075:
4076: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
4077: optimisations ( #845 )
4078:
4079: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
4080:
4081: 2013-03-08 moko
4082:
4083: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
4084: creates correct table (fixes issue #910)
4085:
4086: * src/classes/op.C: r.connection() -> r.connection(false) to allow
4087: use outside of 'connect' operator (fixes issue #911)
4088:
4089: * tests/results/: 096.processed, 122.processed: test results
4090: updated as doubles now printed with 15 significant digits, not 5
4091: (fixes issue #882)
4092:
4093: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
4094: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
4095:
4096: 2013-02-21 moko
4097:
4098: * src/classes/table.C: _locate_name_value does not check arguments
4099: count, so we check it in advance (fixes issue #905)
4100:
4101: 2012-10-23 moko
4102:
4103: * buildall: old shell for and echo compatibility (for six)
4104:
4105: 2012-10-19 moko
4106:
4107: * buildall: --strip added --disable-safe-mode listed in usage
4108:
4109: 2012-10-17 misha
4110:
4111: * src/classes/op.C: - apply-taint should not throw "outside
4112: connect" exception with sql lang now
4113:
4114: 2012-10-17 moko
4115:
4116: * src/main/pa_request.C: bugfix: safe mode should be inited for
4117: each request (for apache module)
4118:
4119: 2012-09-26 moko
4120:
4121: * src/doc/doxygen.cfg: png -> svg
4122:
4123: 2012-09-25 moko
4124:
4125: * tests/: 141.html, results/141.processed: md5 hmac added, long key
4126: test added
4127:
4128: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
4129: double use when key is long
4130:
4131: 2012-09-16 moko
4132:
4133: * src/classes/math.C: Format -> Method Encode -> Format
4134:
4135: * tests/: 141.html, results/141.processed: math:digest hmac test
4136: added
4137:
4138: 2012-09-14 moko
4139:
4140: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
4141: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
4142: implementation added
4143:
4144: 2012-09-12 moko
4145:
4146: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
4147: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
4148: targets.dox and string.dox slightly actualized
4149:
4150: 2012-08-31 moko
4151:
4152: * ChangeLog: now generated with patched cvs2cl.pl
4153:
4154: 2012-07-29 moko
4155:
4156: * tests/285.html, src/main/execute.C, tests/results/285.processed:
4157: result should be pushed after VMethodFrame destructor is called,
4158: as it deletes junctions from stack params (fixes issue #868)
4159:
4160: 2012-07-23 moko
4161:
4162: * INSTALL, README: buildall script usage documented, other outdated
4163: info updated.
4164:
4165: * buildall-with-xml, buildall-without-xml: replaced by buildall
4166:
4167: 2012-07-21 moko
4168:
4169: * buildall: glib does not compile when threads are disabled...
4170:
4171: * src/types/pa_vmail.C: g_assertion fixes for empty input
4172:
4173: * src/types/pa_vmail.C: yet another fix (strange GPF on object
4174: unref, can't unref nested objects)
4175:
4176: * src/types/pa_vmail.C: another check added
4177:
4178: 2012-07-19 moko
4179:
4180: * buildall: usage added
4181:
4182: * buildall: new buildall script that unites buildall-with-xml,
4183: buildall-without-xml, --with-apache and --with-mailreceive
4184:
4185: * configure.in: support for static gmime and dynamic glib linking.
4186: fixes for FreeBSD
4187:
4188: 2012-07-17 moko
4189:
4190: * configure.in: --with-mailreceive replaced
4191: --with-static-mailreceive and --with-shared-mailreceive pathlink
4192: removed
4193:
4194: 2012-07-16 moko
4195:
4196: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
4197: capitalized, content now decoded and text content converted to
4198: $request:charset. all properties are accessed by functions, this
4199: ready for dynamic load.
4200:
4201: 2012-06-28 moko
4202:
1.116 moko 4203: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
4204: 32 bit
1.95 moko 4205:
4206: 2012-06-27 moko
4207:
4208: * buildall-with-xml, buildall-without-xml: fetch requires -p for
4209: passive ftp
4210:
4211: * src/lib/ltdl/ltdl.vcproj: release build fixed
4212:
4213: * configure.in: 3.4.2 RC -> 3.4.2
4214:
4215: 2012-06-22 moko
4216:
4217: * src/types/pa_vfile.C: returned empty mode to stated files (issue
4218: #815)
4219:
4220: * tests/: 284.html, results/284.processed: output options test
4221: (feature #265)
4222:
4223: 2012-06-22 misha
4224:
4225: * tests/215.html: - little changes
4226:
4227: 2012-06-21 moko
4228:
4229: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
4230: types/pa_vxdoc.h: output_options returned and used (bugfix for
4231: feature #265)
4232:
4233: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
4234: breaks long .*, default 10M restored. (issue #216)
4235:
4236: * tests/: 283.html, results/283.processed: test for issue #815
4237: added
4238:
4239: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
4240: again, cstrm not required.
4241:
4242: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
4243: Win32 and broken FreeBSD (issue #45)
4244:
4245: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
4246:
4247: * src/main/pa_string.C: warnings war
4248:
4249: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
4250: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
4251: main/pa_socks.C, targets/apache/pa_threads.C,
4252: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4253: types/pa_vstatus.C: compilation under cygwin fixed
4254:
4255: 2012-06-19 moko
4256:
4257: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
4258: Windows fixed
4259:
4260: * parser3.sln: removed antique pcre_ctype
4261:
4262: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
4263:
4264: * src/include/pa_config_fixed.h: undefined reference to
4265: __imp__pcre_* fix for Windows
4266:
4267: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 4268: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
4269: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
4270: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
4271: define fixed
1.95 moko 4272:
4273: 2012-06-18 moko
4274:
4275: * src/classes/memcached.C: flush -> clear
4276:
4277: * src/classes/memcached.C: memcached does not support quotes even
4278: in server name
4279:
4280: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4281: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
4282: called on open to check servers existance. $.key(true) syntax
4283: now supported
4284:
4285: 2012-06-17 moko
4286:
4287: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
4288: cleanup
4289:
4290: * src/classes/table.C, tests/282.cfg, tests/282.html,
4291: tests/results/282.processed: encloser at the EOF bug fixed,
4292: incorrectly enclosed data now processed more logicaly (fixes
4293: #339)
4294:
4295: 2012-06-15 moko
4296:
4297: * buildall-without-xml: sync with buildall-with-xml
4298:
4299: * buildall-with-xml: download auto-detected between fetch and curl
4300:
4301: * configure.in: --with-gc and --with-pcre now also processed
4302: correctly
4303:
1.116 moko 4304: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
4305: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
4306: should be run on rol1 using automake / aclocal (GNU automake)
4307: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 4308:
4309: * configure.in: new PARSER_VERSION logic
4310:
4311: * src/include/pa_version.h: new pa_version.h logic
4312:
4313: * src/: classes/curl.C, classes/file.C, classes/image.C,
4314: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4315: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
4316: feols_normalized -> fis_text_content set_binary added
4317:
4318: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
4319:
4320: 2012-06-15 misha
4321:
4322: * src/: classes/curl.C, classes/file.C, classes/image.C,
4323: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4324: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
4325: ^file::create[text;content] EOLs in content now is normalized. (
4326: new feature: #815 )
4327:
4328: 2012-06-15 moko
4329:
4330: * configure.in: --disable-version-update added to disable version
4331: update with host information (for debian package) whitespace
4332: optimized
4333:
4334: * configure.in: version changed to 3.4.2 RC no-pic added for
4335: libtool
4336:
4337: * src/include/pa_version.h: Nice pa_version.h default. Please keep
4338: it.
4339:
4340: 2012-06-14 moko
4341:
4342: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
4343: tests/results/281.processed: "hash flocked" error removed for
4344: safe operations like ^h._count[] ( new feature: #335 )
4345:
1.116 moko 4346: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 4347:
4348: * buildall-with-xml, buildall-without-xml: --with-static -> --with
4349:
4350: * configure.in: --with-static/shared xml replaced with --with-xml,
4351: xml compilation check added
4352:
4353: * configure.in: --with-static/shared-gc, --with-static-pcre are
4354: replaced with --with-gc and --with-pcre test for pcre linking
4355: added
4356:
4357: 2012-06-13 moko
4358:
4359: * configure.in: apxs2 check optimized
4360:
4361: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
4362: .la, includes optimized
4363:
4364: * buildall-with-xml: --with-pic looks better for -fPIC
4365:
4366: * configure.in: switched to convenience library in static linking
4367:
4368: * src/targets/apache/Makefile.am: switched to convenience library
4369: usage to avoid libtool warnings
4370:
4371: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
4372: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
4373: smtp/Makefile.am: switched to convenience library usage
4374:
4375: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
4376:
4377: * src/targets/apache/Makefile.am: updated for libtool usage
4378:
4379: * bin/auto.p.dist.in: .cfg removed from charset names.
4380:
4381: * buildall-without-xml: --with-included-ltdl added
4382:
4383: * buildall-without-xml: sync with buildall-with-xml
4384:
4385: * buildall-with-xml: --with-included-ltdl added $cflags added for
4386: -fPIC for x64 $download added for wget success check added
4387:
4388: * buildall-without-xml: --with-dynamic-stdcpp removed
4389:
4390: * configure.in: disable-static returned
4391:
4392: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
4393: LIBTOOLFLAGS
4394:
4395: 2012-06-12 moko
4396:
4397: * configure.in, src/targets/cgi/Makefile.am: disable-static not
4398: compatible with LIBTOOLFLAGS for unknown reasons
4399:
4400: * buildall-with-xml: --with-dynamic-stdcpp removed
4401:
4402: * configure.in: static/dynamic -lstdc++ linking option removed
4403: apxs2 check added
4404:
4405: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
4406: option removed
4407:
4408: 2012-06-10 moko
4409:
4410: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
4411: added
4412:
4413: * src/targets/cgi/pp3.cmd: old PAF stuff
4414:
1.116 moko 4415: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
4416: beauty
1.95 moko 4417:
4418: * depcomp: from libtool 2.4.2
4419:
4420: * configure.in: ltdl directory removed, it has correct Makefile.in
4421:
4422: 2012-06-09 moko
4423:
1.116 moko 4424: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
4425: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 4426: autogenerated files updated after libtool update
4427:
1.116 moko 4428: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
4429: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 4430: config_auto.h.in, config_fixed.h, configure, configure.ac,
4431: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
4432: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
4433: config/compile, config/config.guess, config/config.sub,
4434: config/depcomp, config/install-sh, config/ltmain.sh,
4435: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
4436: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
4437: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
4438: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
4439: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
4440: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
4441: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
4442: m4/lt~obsolete.m4: libtool updated to version 2.4.2
4443:
4444: * configure.in: preparation for new libtool
4445:
4446: * configure.in: Some beauty added :)
4447:
4448: * src/targets/apache/Makefile.am: := -> =
4449:
4450: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
4451: again. :)
4452:
4453: * src/include/pa_config_includes.h, configure.in: limits.h added,
4454: previously was taken from pcre_internal.h. :)
4455:
4456: * src/lib/pcre/Makefile.am: config.h returned
4457:
4458: * src/lib/pcre/config.h: still need this. :)
4459:
4460: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
4461:
4462: * configure.in: --with-charsets removed; --with-mysql-client & co
4463: removed
4464:
4465: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
4466: now in parser tree, no need to copy
4467:
4468: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
4469: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
4470: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
4471: debian/patches/101_pcre.patch - local copy of pcre_internal.h
4472: extracts now used old trash removed
4473:
4474: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
4475: rare charsets/drivers are commented, sql driver quessing removed
4476: (debian/patches/103_auto_p.patch)
4477:
4478: * etc/parser3.charsets/Makefile.am: charsets now in share
4479: (debian/patches/104_automake.patch) + all charsets are copied
4480:
4481: * buildall-with-xml, buildall-without-xml: curl option removed +
4482: extra arguments now supported
4483:
4484: 2012-06-08 misha
4485:
4486: * src/classes/table.C: - one params.as_hash usage was rolled back:
4487: the 2nd option in ^table.hash[] could be hash or table so
4488: .as_hash will throw an exception when table option is specified
4489:
4490: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4491: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
4492: classes/table.C, classes/void.C, classes/xdoc.C,
4493: include/pa_exception.h, types/pa_vmethod_frame.C,
4494: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
4495: and improved (whitespaces are allowed as empty options) -
4496: MethodParams::as_table is added - above methods are used for
4497: parsing methods' options ( new feature: #9 )
4498:
4499: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
4500: to vclass. now class fields can be accessible as a hash:
4501: $h[^hash::create[$asd:CLASS]]
4502:
4503: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
4504: have get_fields method so their fields can be accessed with
4505: ^reflection:fields[...] & ^reflection:field[...]
4506:
4507: 2012-06-06 misha
4508:
4509: * tests/280.html: - tests for
4510: ^reflection:method[obj-or-class;method],
4511: ^reflection:field[obj-or-class;field] and
4512: ^reflection:fields[obj-or-class] are added
4513:
4514: 2012-06-05 misha
4515:
4516: * src/classes/reflection.C: - ^reflection:method[class or
4517: object;method name] and ^reflection:field[class or object;field
4518: name] are added
4519:
4520: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
4521: is used
4522:
4523: * src/types/pa_method.h: - Method::as_vjunction method is added
4524:
4525: 2012-06-05 moko
4526:
1.116 moko 4527: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 4528:
4529: * src/classes/memcached.C: flish ttl fixed
4530:
4531: 2012-06-04 moko
4532:
4533: * src/classes/json.C, src/classes/op.C, tests/279.html,
4534: tests/results/279.processed: ^json:parse[] now supports $.taint
4535: option (new feature #833)
4536:
4537: 2012-06-04 misha
4538:
4539: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
4540: - search_stop method was moved from pa_vcookie.C to pa_common.C
4541:
4542: 2012-06-03 misha
4543:
4544: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
4545: cookies are parced and stored into $.cookies ( new feature: #31 )
4546:
4547: 2012-05-30 misha
4548:
4549: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
4550: incomplete class into a scope while @USE is found
4551:
4552: * src/main/compile.y: - add incomplete class into a scope while
4553: @USE and @CLASS instructions are found ( bugfix: #838 )
4554:
4555: 2012-05-30 moko
4556:
4557: * src/types/pa_vclass.C, tests/278.html,
4558: tests/results/278.processed: removed "property has no getter
4559: method" exception when GET_DEFAULT present (fixes #269)
4560:
4561: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
4562: $._default
4563:
4564: 2012-05-29 moko
4565:
4566: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
4567: uninitialized values usage (new feature: #154)
4568:
4569: 2012-05-28 moko
4570:
4571: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
4572: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
4573: src/types/pa_vdate.h, src/types/pa_vdouble.h,
4574: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
4575: src/types/pa_vobject.C, src/types/pa_vobject.h,
4576: src/types/pa_vstring.h, src/types/pa_vtable.C,
4577: tests/results/277.processed, src/types/pa_vtable.h,
4578: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
4579: ^json:string[$o; $.default[$method]] implemented for VObject (new
4580: feature #803)
4581:
4582: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
4583: tests/results/277.processed: json numbers are now treated as
4584: double ( new feature: #834 )
4585:
4586: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
4587: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
4588: added for out of range checks, zero division in vint/vdouble
4589: check added ( fixes #832 )
4590:
4591: * tests/: 275.html, results/275.processed: tests for pa_atoui added
4592: ( fixes #832 )
4593:
4594: 2012-05-28 misha
4595:
4596: * buildall-with-xml: - --without-lzma option is added to libxml2
4597: configure
4598:
4599: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
4600: added - tests for unsupported values for options $.file, $.table
4601: and $.date are added
4602:
4603: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
4604: accepts "stat" $.file[] option's value in addition to existed
4605: "text" and "base64" ( new feature: #835 )
4606:
4607: * tests/276.html: - test for
4608: ^reflection:delete[$object-or-class;field-name]
4609:
4610: * src/classes/reflection.C: -
4611: ^reflection:delete[$object-or-class;field-name] is added ( new
4612: feature: #268 )
4613:
4614: 2012-05-27 misha
4615:
4616: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
4617:
4618: 2012-05-24 misha
4619:
4620: * src/include/pa_common.h: - method lastposafter was removed
4621:
4622: * src/classes/file.C: - use strrpbrk & rskipchars instead of
4623: lastposafter - ^file:dirname[] & Co proper handle windows file
4624: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
4625: work as *nix commands
4626:
4627: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
4628:
4629: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
4630: rskipchars were added
4631:
4632: * tests/270.html: - more tests for ^file:find[]
4633:
4634: * tests/065.html: - more tests for ^file:dirname[] & Co
4635:
4636: * src/include/pa_version.h: - must be "win32" here. it is
4637: auto-generated on *nix
4638:
4639: 2012-05-24 moko
4640:
4641: * src/classes/math.C: ^math:convert[] now supports uint32 and
4642: throws overflow exception ( new feature: #830 )
4643:
4644: * tests/: 275.html, results/275.processed: test for ^math:convert[]
4645: uint32 support and overflow added ( new feature: #830 )
4646:
4647: 2012-05-23 moko
4648:
4649: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
4650: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
4651: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
4652: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
4653: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4654: types/pa_vregex.h, types/pa_vstateless_class.C,
4655: types/pa_vstateless_class.h, types/pa_vstring.h,
4656: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
4657: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
4658: "return string as-is" removed from as_expr_result. ( new feature:
4659: #831 )
4660:
4661: * tests/results/244.processed: test changed after bug #782 fix
4662: commited
4663:
4664: * tests/results/229.processed: test results for bug #782 commited
4665:
4666: * tests/: 254.html, results/254.processed: uid now just compared,
4667: not printed. :)
4668:
4669: 2012-05-20 moko
4670:
4671: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
4672: feature: #341 )
4673:
4674: * tests/: 254.html, results/254.processed: test for
4675: ^reflection:uid[] added
4676:
4677: * tests/: 254.html, results/254.processed: test for
4678: ^reflection:uid[$obj] added
4679:
4680: 2012-05-17 misha
4681:
4682: * src/main/untaint.C: - do not replace ' char by _26 while
4683: exploding filespec-tainting ( new feature: #829 )
4684:
4685: 2012-05-12 moko
4686:
4687: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
4688: not.
4689:
4690: 2012-05-08 moko
4691:
4692: * src/types/pa_vmethod_frame.h: bug #782 fixed
4693:
4694: * tests/229.html: test for bug #782
4695:
4696: * tests/results/259.processed, src/main/pa_request.C,
4697: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
4698: src/types/pa_vstring.h, src/types/pa_vvoid.C,
4699: src/types/pa_vvoid.h: feature #154 - first empty param now
4700: string; defined locals are empty strings; $STRICT-VARS(true)
4701: added
4702:
4703: 2012-04-27 moko
4704:
1.116 moko 4705: * src/targets/apache/Makefile.am:
1.95 moko 4706: ../../lib/memcached/libmemcached.a added
4707:
4708: 2012-04-27 misha
4709:
4710: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
4711: ( #827 )
4712:
4713: 2012-04-25 moko
4714:
4715: * src/: classes/json.C, classes/memcached.C,
4716: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4717: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
4718: implemented.
4719:
4720: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
4721:
4722: 2012-04-23 moko
4723:
4724: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4725: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4726: types/pa_vmemcached.h: open allows options hash for new
4727: memcached(options) function
4728:
4729: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
4730: not appended
4731:
4732: 2012-04-21 moko
4733:
4734: * src/classes/curl.C: '' added. :)
4735:
4736: * src/classes/classes.vcproj: new curl.h location
4737:
4738: * src/classes/curl.C: verbose output redirection from stderr to
4739: file curl option added
4740:
4741: 2012-04-20 moko
4742:
4743: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
4744: contains what we need from curl, #ifdef HAVE_CURL removed
4745:
1.116 moko 4746: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 4747: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 4748: src/lib/Makefile.am, src/lib/curl/Makefile.am,
4749: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 4750: configure option
4751:
4752: 2012-04-19 moko
4753:
4754: * src/: classes/double.C, classes/inet.C, classes/int.C,
4755: classes/string.C, lib/gc/include/gc_allocator.h,
4756: types/pa_vform.C: PVS-Studio detected errors fixes, unused
4757: options from sql_result_string removed. (closes issue #468)
4758:
4759: * src/types/pa_vmemcached.C: empty string fix
4760:
4761: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
4762: pa_vstring.C, pa_vstring.h: serialization helpers moved to
4763: pa_vmemcached.C
4764:
4765: 2012-04-18 moko
4766:
4767: * src/targets/apache/mod_parser3.c: "Parser3 module requires
4768: apache2-mpm-prefork" error displayed in threaded mpm.
4769:
4770: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
4771: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
4772: installed (issue #354)
4773:
4774: 2012-04-16 moko
4775:
4776: * src/types/pa_vmemcached.C: call to memcached_result_create and
4777: memcached_result_free removed
4778:
4779: 2012-04-14 moko
4780:
4781: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
4782:
4783: * src/types/pa_vmemcached.C: check_key added and used
4784:
4785: 2012-04-13 moko
4786:
4787: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
4788: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
4789: Serialization_data now added and used, VString now serialized
4790: with languages into memcached.
4791:
4792: 2012-03-28 moko
4793:
4794: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
4795: lib/memcached/pa_memcached.h: result lengths added
4796:
4797: 2012-03-27 moko
4798:
4799: * src/types/pa_vmemcached.C: strdup added
4800:
4801: 2012-03-24 moko
4802:
4803: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4804: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4805: types/pa_vmemcached.h: memcached: mget, flush, fttl added
4806:
4807: 2012-03-20 moko
4808:
1.116 moko 4809: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 4810:
4811: * src/targets/cgi/Makefile.am: cleanup
4812:
4813: * src/: types/Makefile.am, types/pa_vmemcached.C,
4814: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
4815:
4816: * src/: classes/Makefile.am, classes/memcached.C,
4817: lib/memcached/Makefile.am, lib/memcached/constants.h,
4818: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4819: lib/memcached/types.h, lib/Makefile.am: memcached initial
4820:
4821: 2012-03-16 moko
4822:
4823: * src/main/execute.C: ident now works under Linux + ident displays
4824: filenames (closes issue #818)
4825:
1.116 moko 4826: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 4827: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
4828: pa_vmethod_frame_local.h removed
4829:
4830: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
4831: classes/classes.h, classes/curl.C, classes/date.C,
4832: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
4833: classes/hashfile.C, classes/image.C, classes/inet.C,
4834: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4835: classes/memory.C, classes/op.C, classes/reflection.C,
4836: classes/regex.C, classes/response.C, classes/string.C,
4837: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
4838: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
4839: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4840: include/pa_config_fixed.h, include/pa_config_includes.h,
4841: include/pa_dictionary.h, include/pa_dir.h,
4842: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4843: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4844: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4845: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4846: include/pa_request_charsets.h, include/pa_request_info.h,
4847: include/pa_sapi.h, include/pa_socks.h,
4848: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4849: include/pa_stack.h, include/pa_string.h,
4850: include/pa_stylesheet_connection.h,
4851: include/pa_stylesheet_manager.h, include/pa_table.h,
4852: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
4853: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
4854: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
4855: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
4856: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
4857: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
4858: main/compile.tab.C, main/compile.y, main/compile_tools.C,
4859: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
4860: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
4861: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
4862: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
4863: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4864: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4865: main/pa_string.C, main/pa_stylesheet_connection.C,
4866: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
4867: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
4868: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
4869: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
4870: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
4871: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
4872: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4873: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
4874: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
4875: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
4876: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
4877: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
4878: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4879: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
4880: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
4881: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
4882: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
4883: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
4884: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4885: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
4886: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
4887: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
4888: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
4889: types/pa_vresponse.h, types/pa_vstateless_class.C,
4890: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4891: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
4892: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
4893: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
4894: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
4895: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
4896: ident now works under Linux + ident displays filenames (closes
4897: issue #818) Copyright updated
4898:
4899: 2012-03-13 moko
4900:
4901: * src/main/pa_string.C: compilation fix for feature #741
4902:
4903: 2012-03-09 misha
4904:
4905: * tests/193.html: - tests for ^string:base64[encoded] are updated
4906:
4907: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
4908: now detects invalid base64 chars in the middle of encoded stricg
4909: ( new feature: #55 )
4910:
4911: * src/include/pa_exception.h: - new exception type for base64
4912: decoding is added
4913:
4914: 2012-03-06 misha
4915:
4916: * tests/274.html: - tests for ^date::today[] and
4917: ^date.sql-string[datetime|date|time] are added
4918:
4919: * src/classes/date.C: - constructor ^date::today[] is added ( new
4920: feature: #811 ) - ^date.sql-string[] now can accept one param --
4921: strings "datetime", "date" or "time" - comments tidying up
4922:
4923: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
4924: date and time
4925:
4926: 2012-03-03 misha
4927:
4928: * tests/193.html: - tests for
4929: ^string:base64[encoded;$.strict(true)] are added
4930:
4931: * tests/results/auto.p: - try-catch operator is added
4932:
4933: * src/: classes/file.C, classes/string.C, include/pa_common.h,
4934: main/pa_common.C: - $.strict(true|false) option is added to
4935: base64 decode methods ( new feature: #55 )
4936:
4937: * src/main/pa_common.C: - base64 decode memory usage was decreased
4938: ( new feature: #819 )
4939:
4940: 2012-02-28 moko
4941:
4942: * src/classes/hash.C: ident test
4943:
4944: 2012-02-27 misha
4945:
4946: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
4947:
4948: 2012-01-08 misha
4949:
4950: * tests/273.html: - tests for ^string.replace[from;to] are added
4951:
4952: * src/: classes/string.C, include/pa_dictionary.h,
4953: main/pa_dictionary.C, main/pa_string.C: -
4954: ^string.replace[from;to] is added ( new feature: #741 ) -
4955: ^string.replace[one subst here] is slightly optimized
4956:
4957: 2011-12-07 misha
4958:
4959: * src/classes/table.C: - $t[^table::create{$empty}] now creates
4960: named table with one empty column ( bugfix: #63 )
4961:
4962: 2011-11-30 misha
4963:
4964: * src/classes/json.C: - it's possible to set user's method for
4965: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
4966: #763 )
4967:
4968: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
4969:
4970: 2011-11-23 misha
4971:
4972: * src/: classes/curl.C, classes/file.C, classes/image.C,
4973: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
4974: types/pa_vfile.h, types/pa_vform.C: - constructor
4975: ^file::create[mode;filename;content[;options]] now accepts binary
4976: mode and file-content - new constructor's format:
4977: ^file::create[string-or-file-content[;$.name[filename]
4978: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
4979: feature: #65 )
4980:
4981: * src/: include/pa_request.h, main/pa_request.C: - new method
4982: mime_type_of(const String*) is added
4983:
4984: * src/include/pa_exception.h: - new exception constant
4985: FILE_NAME_MUST_BE_SPECIFIED is added
4986:
4987: * src/classes/table.C: - bug with negative offset transformed into
4988: a feature. it means pointing to a row from the end of the table (
4989: new feature: #810 )
4990:
4991: 2011-11-19 misha
4992:
4993: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
4994: â ìåòîäå _select ( new feature: #810 )
4995:
4996: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
4997: options were specified together is simplified
4998:
4999: 2011-11-12 misha
5000:
5001: * src/main/pa_request.C: - forgotten fix for escaping filename in
5002: HTTP content-disposition header (a part of bug #361 )
5003:
5004: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
5005: checks for ancestors' classes as well ( new feature: #456 )
5006:
5007: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
5008: "without cycle" now have types "parser.break" and
5009: "parser.continue" instead of "parser.runtime" ( new feature: #799
5010: )
5011:
5012: 2011-11-11 misha
5013:
5014: * tests/results/: 099.processed, 100.processed, 205.processed,
5015: 237.processed: - since bug #361 was fixed the content of filename
5016: in HTTP headers is quoted
5017:
5018: * tests/results/270.processed: - result for test 270
5019:
5020: * tests/: 065.html, results/065.processed: - more tests for
5021: ^file:basename[] & Co were added
5022:
5023: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
5024:
5025: * tests/270.html: - tests for ^file:find[] are added
5026:
5027: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
5028: using option $.charset. option $.engoding is still supported but
5029: these options can not be specified together
5030:
5031: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
5032: comparation charset name with string "UTF-8" ( bugfix: #759 )
5033:
5034: 2011-10-11 misha
5035:
5036: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
5037: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
5038: #622)
5039:
5040: 2011-09-30 misha
5041:
5042: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
5043: exception "saving stat-ed file" ( bugfix: #395 )
5044:
5045: 2011-05-30 misha
5046:
5047: * src/classes/string.C: - fixed bug which was added with
5048: params.as_hash into string:sql
5049:
5050: 2011-05-29 misha
5051:
5052: * src/types/pa_value.C: - filename in content-disposition header
5053: must be quoted ( bugfix: #361 )
5054:
5055: 2011-05-27 misha
5056:
5057: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
5058: created file
5059:
5060: * src/classes/: hash.C, mail.C: - little tunning with get_hash
5061: usage
5062:
5063: * src/include/pa_exception.h: - one more string for exception was
5064: added
5065:
5066: 2011-05-25 misha
5067:
5068: * tests/269.html: - tests for checking input params in some dom
5069: methods
5070:
5071: * src/classes/: xdoc.C, xnode.C: - validation of some input params
5072: was added. it isn't possible not wo create xdoc with invalid
5073: tagName. ( bugfix: #160 )
5074:
5075: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
5076: string "data must be string" was mover from pa_exception.h to
5077: pa_xml_exception.h
5078:
5079: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
5080: as_xmlncname, as_xmlname and as_xmlnsuri were added
5081:
5082: * src/main/pa_xml_exception.C: - XmlException accepts more options
5083:
5084: * src/include/pa_xml_exception.h: - XmlException accepts more
5085: options - XML-related exception's strings were added
5086:
5087: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
5088: output_options were removed)
5089:
5090: 2011-05-19 misha
5091:
5092: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5093: params.as_hash is used more while parsing methods hash-options
5094:
5095: 2011-05-18 misha
5096:
5097: * operators.txt: - info about json-serialization of xdoc was added
5098:
5099: * tests/256.html: - tests for json-serialization xdoc were added
5100:
5101: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
5102:
5103: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5104: classes/json.C, classes/xdoc.C: - now json:string can serialize
5105: xdoc-objects. options (the same as ^xdoc.string[]) could be
5106: specified in $.xdoc[] ( new feature: #265 )
5107:
5108: 2011-05-15 misha
5109:
5110: * tests/268.html: - tests for ^table.count[with options] were added
5111:
5112: * src/classes/table.C: - method ^table.count[] now can accept
5113: options ( new feature: #93 ): ^table.count[column] returns number
5114: of columns for named table; ^table.count[cells] returns number of
5115: cells in the current row; ^table.count[] & ^table.count[rows]
5116: return number of rows in a table.
5117:
5118: * tests/267.html: - test for checking switch/case in boolean mode
5119: was added
5120:
5121: * src/classes/op.C: - if switch's or case's value is bool, they are
5122: compared as bool values, not as double values: new feature: #351
5123:
5124: 2011-05-06 misha
5125:
5126: * tests/242.html: - EOL before EOF was added
5127:
5128: * tests/169.html: - tests for splitting empty string and void were
5129: added
5130:
5131: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
5132: returned table with one empty cell)
5133:
5134: 2011-04-03 misha
5135:
5136: * src/include/pa_version.h, configure.in: - version in head was
5137: changed to 3.4.2b
5138:
5139: 2011-03-30 misha
5140:
5141: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
5142: as well ( new feature #294 )
5143:
5144: 2011-03-29 misha
5145:
5146: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
5147: limited to approx. 6 MB. previous limits were too big for real
5148: life. bugfix: #216
5149:
5150: 2011-03-04 moko
5151:
5152: * etc/parser3.charsets/cp866.cfg: Conforms to
5153: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
5154:
5155: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
5156: vlalek@
5157:
5158: 2011-02-22 misha
5159:
5160: * src/include/pa_charset.h, operators.txt: - some methods mustn't
5161: be under #ifdef XML or parser can't be compiled without xml
5162: support
5163:
5164: 2011-02-21 misha
5165:
1.116 moko 5166: * src/targets/apache/: Makefile.am: - mention
1.95 moko 5167: ApacheModuleParser3.vcproj was removed
5168:
5169: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
5170: removed)
5171:
5172: 2011-02-20 misha
5173:
5174: * tests/: 266.html, 266.p: - tests for checking $.inherited and
5175: $.overridden in ^reflection:method_info[...] were added
5176:
5177: * src/classes/reflection.C: - beautifying result of
5178: ^reflection:method_info[] ($.overridden/inherited)
5179:
5180: 2011-02-18 misha
5181:
5182: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
5183: and pa_isalnum instead of isalpha and isalnum - bug with
5184: redundand quoting lowercased latin chars while building email
5185: body was fixed
5186:
5187: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
5188: added (they check for latin chars only)
5189:
5190: 2011-02-16 misha
5191:
5192: * src/main/pa_charset.C: - bugfix: in some cases the calculating
5193: string size for transcoding gave too small value (should ever
5194: look for availability char in dest charset inspite of the char
5195: size)
5196:
5197: 2011-02-04 moko
5198:
5199: * tests/223.html: header values now not url-encoded (issue #195)
5200:
5201: 2011-02-01 misha
5202:
5203: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
5204:
5205: 2011-01-31 misha
5206:
5207: * src/main/pa_request.C: - throw exception if param file_name in
5208: use_file is empty
5209:
5210: 2011-01-08 moko
5211:
5212: * src/classes/curl.C: compilations errors fixed
5213:
5214: 2010-12-29 moko
5215:
5216: * tests/: 265.html, results/265.processed: test for issue #200
5217: added
5218:
5219: * src/main/pa_string.C: empty regex result check added (fixes issue
5220: #200)
5221:
5222: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
5223:
5224: * tests/results/223.processed: header values now not url-encoded
5225: (issue #195)
5226:
5227: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
5228: main/untaint.C: L_HTTP_HEADER now used in http headers values,
5229: pa_http_safe_header_name added for headers names (fixes bug #195)
5230:
5231: 2010-12-18 misha
5232:
5233: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
5234: => pa-include
5235:
5236: 2010-11-28 moko
5237:
5238: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
5239:
5240: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
5241: -> pa
5242:
5243: * configure.in: apr -> pa
5244:
5245: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
5246:
5247: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
5248: classes/Makefile.am, types/Makefile.am: apr -> pa
5249:
5250: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
5251: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
5252: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
5253: pa-include/pa_apr.h, pa-include/pa_errno.h,
5254: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
5255: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
5256: module apr name conflict resolved)
5257:
5258: 2010-11-27 misha
5259:
5260: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
5261: libbz2
5262:
5263: 2010-11-26 misha
5264:
5265: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
5266: warnings removed
5267:
5268: 2010-11-25 moko
5269:
5270: * operators.txt: $.indent(true)
5271:
5272: * operators.txt: another bugfix. :)
5273:
5274: * operators.txt: bugfix. :)
5275:
5276: * buildall-with-xml: libxml2-2.7.8 + with-apache
5277:
5278: 2010-11-24 moko
5279:
1.116 moko 5280: * configure: apxs support
1.95 moko 5281:
5282: * configure.in: apxs support -Bstatic gc removed for OS X
5283:
5284: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
5285:
5286: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
5287: THREAD_LOCAL usage
5288:
5289: * src/: classes/curl.C, include/pa_config_includes.h,
5290: main/pa_globals.C: THREAD_LOCAL defined and used
5291:
5292: 2010-11-23 moko
5293:
5294: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
5295: should be passed to pa_sleep, and only fractional part (bugfix:
5296: #188)
5297:
5298: * src/targets/apache/mod_parser3.c: 1.3 compatibility
5299:
5300: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5301: GC_dont_gc=1, as in cgi version
5302:
5303: * src/targets/apache/mod_parser3.c: warning war
5304:
5305: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5306: pa_httpd.h: version removed, some trash removed
5307:
5308: * src/targets/apache/mod_parser3.c: version removed (we don't want
5309: to show it), warning war
5310:
5311: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5312: pa_httpd.h: parser_status_allowed removed + merge config
5313: functions removed (override is the default) + beauty
5314:
5315: * src/: include/pa_request.h, main/pa_request.C,
5316: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
5317: hide $status used in apache module removed
5318:
5319: 2010-11-18 moko
5320:
5321: * operators.txt: $.table[compact] added for ^json:string[]
5322:
5323: 2010-11-16 moko
5324:
5325: * src/targets/apache/mod_parser3.c: some cleanup done
5326:
5327: * src/main/untaint.C: bugfix: first, second String::Body argument
5328: is hashcode; second, info.fragment_begin is original, not
5329: resulting length
5330:
5331: * src/classes/file.C: new feature: $.stdin now untainted
5332:
5333: * tests/results/264.processed: new feature: $.stdin[] now untainted
5334:
5335: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
5336:
5337: * src/classes/op.C: ^apply-taint[] method added
5338:
5339: * tests/: 264.html, results/264.processed: ^apply-taint[] test
5340: added; $.stdin untaint test added
5341:
5342: 2010-11-15 moko
5343:
5344: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
5345: removed
5346:
5347: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5348: pa_httpd.h: 2x2 calculated under apache2. :)
5349:
5350: 2010-11-13 moko
5351:
5352: * src/targets/apache/mod_parser3.c: initial changes to build module
5353: with apache 2.x includes
5354:
5355: * src/targets/apache/: Makefile.am, mod_parser3.c,
5356: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
5357: united apache 1.3 / apache 2.x DSO module
5358:
5359: 2010-11-09 moko
5360:
5361: * src/types/pa_method.h: check added to dissallow @method[name;*]
5362: syntax
5363:
5364: * tests/: 263.html, results/263.processed: test from method[*args]
5365: added
5366:
5367: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
5368: number of params can now be passed to a method declared with *arg
5369:
5370: 2010-11-06 moko
5371:
5372: * src/classes/table.C: formating fixed. :)
5373:
5374: * src/classes/table.C: closes #4: ^table.select now supports
5375: $.limit(), $.offset, $.reverse() options
5376:
5377: * tests/: 262.html, results/262.processed: test for ^table:select
5378: with options added (feature #4)
5379:
5380: * src/include/pa_array.h: remove function added
5381:
5382: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
5383: object in get_element/put_element, using static one.
5384:
5385: 2010-11-04 moko
5386:
5387: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
5388: options is passed
5389:
5390: * tests/: 256.html, results/256.processed: $.table[compact] feature
5391: now tested; k and p in handler now tested.
5392:
5393: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
5394: $.table[compact] feature added
5395:
5396: * src/classes/json.C: key is now passed to handler in
5397: value_json_string; ^json:string result now process tainting
5398: inside and returns clean string, related to issue #153
5399:
5400: * src/main/untaint.C: bugfix: charset can be null (in
5401: ^string:save[] as example), thus check is added
5402:
5403: 2010-10-31 moko
5404:
5405: * src/classes/string.C: error message changed (fixes issue #149)
5406:
5407: 2010-10-29 moko
5408:
5409: * src/main/pa_http.C: ":port" is now added to "Host:" header if
5410: port is not default (fixes issue #155); exception on invalid port
5411: added.
5412:
5413: * src/main/untaint.C: '*' is now not urlencoded to allow header
5414: "Accept: */*" to be passed
5415:
5416: 2010-10-28 moko
5417:
5418: * src/classes/curl.C: bugfix: detect_charset() was throwing
5419: exception on unknown charset even if response_charset was
5420: specified
5421:
5422: 2010-10-27 moko
5423:
5424: * src/classes/string.C: ^string.append removed for void
5425: compatibility
5426:
5427: 2010-10-26 moko
5428:
5429: * src/classes/json.C: libjson supports array at top level, we too
5430: (GPF fixed)
5431:
5432: 2010-10-25 moko
5433:
5434: * tests/: 253.html, results/253.processed: libjson supports array
5435: at top level, parser now supports it as well.
5436:
5437: * tests/261.html, tests/results/261.processed,
5438: src/types/pa_vstring.h: empty string is now void compatible
5439: (allows $empty.key)
5440:
5441: 2010-10-22 misha
5442:
5443: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
5444: while adding additional expires checkout)
5445:
5446: * tests/030.html: - test for session cookie was added
5447:
5448: 2010-10-21 moko
5449:
5450: * src/: classes/string.C, classes/void.C, main/execute.C,
5451: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
5452: string (feature #111)
5453:
5454: * tests/: 261.html, results/261.processed: checks void from string
5455: inheritance (feature #111)
5456:
5457: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
5458: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
5459: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
5460: now true by default
5461:
5462: 2010-10-17 moko
5463:
5464: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
5465: upload now uses binary blocks instead of L_FILE_POST tainting.
5466: (bugfix: #128)
5467:
5468: * tests/: 223.html, results/223.processed: binary file upload test
5469: added, GPF (issue #128) also checked in this test
5470:
5471: 2010-10-13 misha
5472:
5473: * tests/260.html: - test for math:convert
5474:
5475: * src/classes/math.C: - error in math:convert was fixed
5476:
5477: * operators.txt: - info about
5478: ^math:convert[number](from-base;to-base) was added
5479:
5480: * src/classes/math.C: - method
5481: ^math:convert[number](from-base;to-base) for converting number
5482: represention from one base to another was added ( new feature:
5483: #23 )
5484:
5485: 2010-10-13 moko
5486:
5487: * src/main/compile.tab.C: [] now is empty string, not void
5488:
5489: * src/main/compile.y: [] now is empty string, not void
5490:
5491: * src/types/pa_vvoid.h: void now passed as parameter
5492:
5493: * tests/: 259.html, results/259.processed: to test difference
5494: between void and empty string (see ticket #111)
5495:
5496: * tests/results/152.processed: $sEmpty[] is now empty string, not
5497: void
5498:
5499: * tests/256.html: $s[$void] is no longer empty string
5500:
5501: * tests/254.html: empty string is no longer void
5502:
5503: 2010-10-12 misha
5504:
5505: * src/types/pa_vcookie.C: - check if $.expires value can be
5506: converted to date during cookies set up ( bugfix: #104 )
5507:
5508: * tests/041.html: - more tests for ^table.locate were added
5509:
5510: * src/classes/table.C: - ^table.locate[field;value;options] didn't
5511: work ( bugfix: #129 ) - exception comment for incorrect options
5512: ^table.locate[field;value;options] was fixed
5513:
5514: 2010-10-10 moko
5515:
5516: * src/: classes/reflection.C, main/execute.C: constructor returning
5517: another object feature returned
5518:
5519: * tests/results/258.processed: test result updated as constructor
5520: returning another object feature returned
5521:
5522: * tests/: 258.html, results/258.processed: test for constructor
5523: returning another object
5524:
5525: 2010-10-08 misha
5526:
5527: * tests/257.html: - whitespaces after @METACOMMANDS and their
5528: options shouldn't cause exceptions any longer
5529:
5530: 2010-10-06 moko
5531:
5532: * src/classes/: hash.C, table.C: length from sql server is now
5533: ignored, as sql string can contain 0x00 inside (bugfix: #119)
5534:
5535: 2010-10-02 misha
5536:
5537: * operators.txt: - the X mark was removed from ^cache[file]. it is
5538: usable to delete cache file.
5539:
5540: 2010-10-02 moko
5541:
5542: * tests/: 253.html, results/253.processed: hook_key added for key
5543: checking
5544:
5545: * src/classes/json.C: null key bug fixed
5546:
5547: 2010-09-29 misha
5548:
5549: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
5550:
5551: 2010-09-25 moko
5552:
5553: * src/classes/json.C: small fixed
5554:
5555: * tests/results/: 253.processed, 255.processed: just updated
5556:
5557: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
5558: results/255.processed: charset transcode test added for
5559: json:parse
5560:
5561: 2010-09-24 moko
5562:
5563: * src/types/pa_value.h: warning war :)
5564:
5565: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
5566: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
5567: ^json:string
5568:
5569: 2010-09-22 moko
5570:
5571: * src/main/pa_charset.C: parser charset tables declare only
5572: white-space before 0x20, thus adding the missing chars
5573:
5574: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
5575: to http://unicode.org/Public/MAPPINGS/VENDORS/
5576:
5577: 2010-09-21 misha
5578:
5579: * src/main/compile.y: - some semicolons were added (VS2010 don't
5580: want to compile grammar if they are absent)
5581:
5582: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
5583:
5584: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
5585:
5586: * src/main/main.vcproj: - path to bison is changed
5587:
5588: 2010-09-21 moko
5589:
1.116 moko 5590: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
5591: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
5592: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 5593:
5594: 2010-09-20 misha
5595:
5596: * src/types/pa_vtable.C: - add EOLs while json-serializing table
5597:
5598: * src/classes/json.C: - add EOL while json-serializing hash
5599:
5600: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
5601: compilers don't like 'ES'.
5602:
5603: 2010-09-17 misha
5604:
5605: * operators.txt: - info about json class was added
5606:
5607: * src/classes/json.C: - ^json:string[object]
5608:
5609: * src/: include/pa_request.h, main/pa_request.C: - stuff for
5610: preventing infinite recursion while executing json:string was
5611: added
5612:
5613: * src/include/pa_string.h: - method append_quoted was added
5614:
5615: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
5616: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
5617: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
5618: was added to Value & Co
5619:
5620: * src/classes/date.C: - methods get_gmt_string and get_sql_string
5621: were used
5622:
5623: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
5624: were added
5625:
5626: 2010-09-10 moko
5627:
5628: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5629: die_or_abort (backport from 3.4.1)
5630:
5631: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5632: die_or_abort (bugfix: #106)
5633:
5634: 2010-09-09 moko
5635:
5636: * src/classes/json.C: warning war. :)
5637:
5638: 2010-09-08 misha
5639:
5640: * src/lib/json/Makefile.am: - additional include directories were
5641: added (for pa_memory.h and gc.h)
5642:
5643: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
5644: compile as C++ instead default - additional include directory was
5645: added (for gc.h)
5646:
5647: * src/types/pa_vform.C: - little code reformating
5648:
5649: * src/classes/file.C: - $.content-type option now can be specified
5650: in ^file::create ( new feature: #102 )
5651:
5652: 2010-09-08 moko
5653:
5654: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
5655: pa_malloc/pa_free
5656:
5657: 2010-09-07 moko
5658:
5659: * tests/results/254.processed: VStateless_class:put_element
5660: exception was fixed
5661:
5662: * src/types/: pa_value.h, pa_vstateless_class.h: now
5663: VStateless_class:put_element barks self.type, not this.type
5664: (bugfix: #105)
5665:
5666: 2010-09-06 moko
5667:
5668: * src/classes/reflection.C: bugfix: new String() is required for
5669: exception handling
5670:
5671: * tests/: 254.html, results/254.processed: test modified
5672:
5673: 2010-09-05 moko
5674:
5675: * tests/: 254.html, results/254.processed: ^reflection:copy test
5676: added
5677:
5678: * src/: classes/reflection.C, include/pa_request.h:
5679: ^reflection:copy implemented (new feature: #100)
5680:
5681: 2010-09-03 moko
5682:
5683: * src/lib/json/JSON_parser.C: c++ compatiblity
5684:
5685: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
5686: option testing added
5687:
5688: 2010-09-02 moko
5689:
5690: * src/classes/json.C: $.distinct[first|last|all] added
5691:
5692: 2010-09-01 moko
5693:
5694: * tests/results/253.processed: json test result
5695:
5696: * tests/: 253.html, 253_json.txt: json test added
5697:
5698: * src/classes/json.C: json.C update to actual version + hash key
5699: creation bugfix
5700:
5701: 2010-08-31 misha
5702:
5703: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
5704: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
5705: src/lib/Makefile.am, src/classes/Makefile.am,
5706: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
5707: json library was added
5708:
5709: 2010-08-30 moko
5710:
5711: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
5712: types/pa_vobject.C: cosmetic optimization in
5713: request:execute_method usage
5714:
5715: * src/: include/pa_charset.h, main/pa_charset.C: small
5716: optimization, just to decrease number of lines. :)
5717:
5718: 2010-08-27 misha
5719:
5720: * src/classes/op.C: - taint[json] was added
5721:
5722: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
5723: were added
5724:
5725: * src/main/pa_exec.C: - warning fix was rolled back.
5726:
5727: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
5728: include/pa_string.h: - taint[json] was added - escaping was
5729: slightly modified
5730:
5731: 2010-08-25 misha
5732:
5733: * src/classes/file.C: - typo in file:sql exception was fixed
5734:
5735: * src/main/pa_exec.C: - warning about declared and not used
5736: variable forced_allow was removed
5737:
5738: 2010-08-14 misha
5739:
5740: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
5741: were removed
5742:
5743: 2010-08-11 moko
5744:
5745: * tests/: 249.html, results/249.processed: default setter and
5746: anti-recursive default getter test added
5747:
5748: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
5749: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
5750: types/pa_vobject.h, types/pa_vstateless_class.C,
5751: types/pa_vstateless_class.h: default setter support +
5752: anti-recursive default getter support ( new feature: #13 )
5753:
5754: * src/include/pa_hash.h: optimization: threshold member removed
5755: from hash, reducing sizeof(hash)
5756:
5757: 2010-08-10 misha
5758:
5759: * tests/196.html: - junction-method was added to the test
5760:
5761: * tests/248.html: - ups. typo :)
5762:
5763: * tests/248.html: - test for checking .match with 4 params
5764:
5765: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
5766: 247_windows1251.txt: - test for "transcode file from utf-8 to
5767: $request:charset during loading if the BOM code is detected"
5768:
5769: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
5770: $request:charset during loading if the BOM code is detected ( new
5771: feature: #98 )
5772:
5773: 2010-08-05 misha
5774:
5775: * src/classes/image.C: - ^image.replace now can accept only 2
5776: params. in this case the whole image is affected ( new feature:
5777: #95 )
5778:
5779: 2010-08-04 misha
5780:
5781: * tests/246.html: - test tor ^hash._at[] was added
5782:
5783: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
5784: #53 )
5785:
5786: * src/include/pa_hash.h: - methods for accessing the first and the
5787: last values of ordered hash were added (first_value and
5788: last_value)
5789:
5790: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
5791: (similar to others file's methods):
5792: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
5793: #68 )
5794:
5795: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
5796:
5797: 2010-08-01 moko
5798:
5799: * src/classes/op.C: to correctly process $result[] in code, called
5800: from ^process
5801:
5802: * tests/245.html: $result in ^process[] test added
5803:
5804: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
5805: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
5806: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
5807: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
5808: caller, self) op_call(VMethodFrame &frame, bool constructing)
5809: removed, construct(class,method) added
5810:
5811: * tests/results/: 192.processed, 244.processed: request::construct
5812: added
5813:
5814: * tests/: 244.html, 245.html, results/244.processed,
5815: results/245.processed: object creation exceptions and ^process
5816: tests added
5817:
5818: 2010-07-28 misha
5819:
5820: * tests/make_tests.cmd: - win32 EOLs
5821:
5822: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
5823: tests on Win32 were added (The system timezone should be GMT+3)
5824:
5825: 2010-07-26 misha
5826:
5827: * tests/: 212.html, results/212.processed: - sizes were removed
5828: mecause they could be different on different OSs
5829:
5830: * tests/065.html: - make it "win32 friendly"
5831:
5832: 2010-07-25 misha
5833:
5834: * src/main/compile.y: - all EOLs between methods are removed during
5835: compilation ( new feature: #47 )
5836:
5837: * tests/results/149.processed: - prepare tests to trim trailing
5838: methods' EOLs
5839:
5840: * tests/149.html: - prepare tests to trim trailing methods' EOLs
5841:
5842: * tests/: results/006.processed, results/014.processed, 006.html,
5843: 014.html, 022.html: - prepare tests to trim trailing methods'
5844: EOLs
5845:
5846: * tests/: 059.html, 071.html, 149.html, results/059.processed,
5847: results/071.processed, results/022.processed: - prepare tests to
5848: trim trailing methods' EOLs
5849:
5850: * tests/: results/073.processed, results/109.processed,
5851: results/142.processed, results/144.processed,
5852: results/149.processed, 073.html, 096.html, 109.html, 142.html,
5853: 144.html: - prepare tests to trim trailing methods' EOLs
5854:
5855: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
5856: 149.html, 152.html, results/096.processed, results/107.processed,
5857: results/109.processed, results/142.processed,
5858: results/144.processed: - prepare tests to trim trailing methods'
5859: EOLs
5860:
5861: 2010-07-24 moko
5862:
5863: * tests/results/: 156.processed, 224.processed: fix for #54 changed
5864: the hash order in this test
5865:
5866: * tests/014.html: to check hash order, hash no is longer sorted
5867: before print
5868:
5869: * src/include/pa_hash.h: hash copy constructor now keeps order
5870: (bugfix: #54)
5871:
5872: 2010-07-23 moko
5873:
5874: * tests/results/224.processed: @auto[] is no longer inherited
5875:
5876: * src/types/pa_vstateless_class.C, tests/227.html,
5877: tests/results/227.processed: @auto[] is no longer inherited
5878: (bugfix: #57)
5879:
5880: 2010-07-22 misha
5881:
5882: * src/classes/table.C: - don't skip comment lines during
5883: table::load if encloser or separator is set as '#' ( new feature:
5884: #30 )
5885:
5886: * src/targets/cgi/parser3.C: - don't run as cgi if
5887: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
5888: #12 )
5889:
5890: * src/classes/file.C: - set PARSER_VARSION env before external
5891: script executing
5892:
5893: 2010-07-13 misha
5894:
5895: * tests/058.html: - test for suppressing @border was added - test
5896: for user attribute was added
5897:
5898: * tests/results/186.processed: unescaping from \uXXXX
5899:
5900: * tests/186.html: unescaping from \uXXXX
5901:
5902: * tests/: 239.html, results/239.processed: method call type
5903:
5904: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
5905: $junction_method.CLASS_NAME (+CLASS)
5906:
5907: 2010-07-07 misha
5908:
5909: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
5910: *nix
5911:
5912: 2010-07-05 misha
5913:
5914: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5915: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
5916: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
5917: comment strings "options must be hash", "options must be hash,
5918: not code" and "called with invalid option" were replaced by
5919: constatns - exception comment string "invalid option passed" was
5920: replaced by "called with invalid option" (now in different
5921: methods are the same exception comment string)
5922:
5923: * src/include/pa_exception.h: - more exception strings were defined
5924:
5925: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5926: types/pa_vstateless_class.h: - now we can define possible
5927: method's call type ( new feature: #5 ) 1.
5928: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
5929: methods 2. @static:method[params] (only static keyword could be
5930: used here) -- for specified methods
5931:
5932: * src/main/pa_common.C: - junction points should not be deleted on
5933: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
5934: cleanup
5935:
5936: 2010-07-03 misha
5937:
5938: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
5939: results/158.processed, results/160.processed,
5940: results/161.processed, results/162.processed,
5941: results/163.processed: - prepare tests to trim trailing methods'
5942: EOLs
5943:
5944: * tests/results/169.processed: - prepare tests to trim trailing
5945: methods' EOLs
5946:
5947: * tests/results/: 168.processed, 169.processed: - prepare tests to
5948: trim trailing methods' EOLs
5949:
5950: * tests/: results/170.processed, results/167.processed,
5951: results/168.processed, results/169.processed, 167.html, 168.html,
5952: 169.html: - prepare tests to trim trailing methods' EOLs
5953:
5954: * tests/: results/170.processed, results/171.processed,
5955: results/172.processed, results/173.processed,
5956: results/174.processed, results/175.processed, 170.html, 171.html,
5957: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
5958: trailing methods' EOLs
5959:
5960: * tests/: results/176.processed, results/180.processed,
5961: results/184.processed, results/185.processed,
5962: results/191.processed, results/192.processed,
5963: results/196.processed, results/197.processed,
5964: results/198.processed, 176.html, 180.html, 184.html, 185.html,
5965: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
5966: to trim trailing methods' EOLs
5967:
5968: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
5969: results/199.processed, results/208.processed,
5970: results/209.processed, results/213.processed,
5971: results/214.processed: - prepare tests to trim trailing methods'
5972: EOLs
5973:
5974: 2010-06-29 misha
5975:
5976: * tests/: 220.html, 218.html, results/218.processed,
5977: results/215.processed, results/217.processed, 215.html, 217.html:
5978: - prepare tests to trim trailing methods' EOLs
5979:
5980: * tests/: results/224.processed, 224.html, 223.html,
5981: results/223.processed, results/220.processed: - prepare tests to
5982: trim trailing methods' EOLs
5983:
5984: * tests/results/: 226.processed, 230.processed: - prepare tests to
5985: trim trailing methods' EOLs
5986:
5987: * tests/: 229.html, results/229.processed: - prepare tests to trim
5988: trailing methods' EOLs
5989:
5990: * tests/: 232.html, 235.html, results/232.processed,
5991: results/235.processed, 226.html, 227.html, 228.html, 230.html,
5992: results/226.processed, results/227.processed,
5993: results/228.processed, results/230.processed: - prepare tests to
5994: trim trailing methods' EOLs
5995:
5996: 2010-06-16 moko
5997:
5998: * tests/: 229.html, results/229.processed: elseif now supported in
5999: ^if
6000:
6001: * src/classes/op.C: new feature: #56 elseif now supported in ^if
6002:
6003: 2010-06-03 misha
6004:
6005: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
6006: instead of memcopy for overlaped regions
6007:
6008: 2010-05-25 misha
6009:
6010: * src/main/pa_common.C: - wanring about unused vars was removed
6011:
6012: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
6013: get_method_filename was moved to execute.C
6014:
6015: 2010-05-23 misha
6016:
6017: * src/main/pa_request.C: - more accurate detection of method's file
6018:
6019: 2010-05-22 misha
6020:
6021: * src/classes/reflection.C: - bugfix: core during detection of
6022: .file if filespec isn't detected successfully
6023:
6024: 2010-05-20 misha
6025:
6026: * src/main/pa_request.C: - fix in get_method_filename
6027:
6028: * src/include/pa_request.h: - new feature: #24 -- searching
6029: included file in @USE/^use is changed. if its filespec doesn't
6030: start from '/' it will be searched in caller file directory
6031:
6032: * src/classes/reflection.C: - ^reflection:method_info returns file
6033: where the method is defined
6034:
6035: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
6036: classes/op.C: - new feature: #24 -- searching included file in
6037: @USE/^use is changed. if its filespec doesn't start from '/' it
6038: will be searched in caller file directory
6039:
6040: * src/: classes/file.C, include/pa_common.h: - method lastposafter
6041: is moved to pa_common.h
6042:
6043: 2010-05-18 misha
6044:
6045: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
6046: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
6047: cookie parser decode \uXXXX as well as %uXXXX
6048:
6049: 2010-05-17 misha
6050:
6051: * src/classes/curl.C: beauty: - unused param is removed in method
6052: _curl_version_action - some spaces were removed or replaced by
6053: tabs
6054:
6055: * src/classes/table.C: - bugfix: #72 core with empty value during
6056: ^table.hash[...;name_of_the_last_column][$.type[string]]
6057:
6058: 2010-05-16 misha
6059:
6060: * src/classes/curl.C: new: #61 more curl options were added
6061: (contributed by Sumo)
6062:
6063: 2010-04-29 pretender
6064:
6065: * src/main/pa_string.C: fixes #63 Split result from empty string
6066: now empty string.
6067:
6068: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
6069: string type.
6070:
6071: 2010-04-28 pretender
6072:
6073: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
6074: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
6075: macrodefinition removed
6076:
6077: 2010-04-19 pretender
6078:
6079: * src/main/execute.C: fixes #60 Stacktrace now contains info for
6080: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
6081:
6082: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
6083: fixes #64 Now file.missing exception generates in unsafe mode to.
6084:
6085: * src/classes/file.C: fixes #48 Now not throw "not save environment
6086: variable" exception in grpunlim version.
6087:
6088: 2010-04-05 misha
6089:
6090: * src/classes/string.C: - new feature: 4th param was added to
6091: match. if specified its value is returned in case of nothing was
6092: found
6093:
6094: 2010-04-01 misha
6095:
6096: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
6097: multiple execution of /a/b/auto.p
6098:
6099: 2010-03-19 misha
6100:
6101: * src/main/execute.C: - core in $table1.$table2 was fixed
6102:
6103: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
6104:
6105: 2010-01-27 misha
6106:
6107: * src/main/pa_common.C: - bugfix: there are no excaption.type if
6108: trying to open file by path /existing-file/non-exixting-file
6109:
6110: 2010-01-26 misha
6111:
6112: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
6113: was added (returns file)
6114:
6115: 2009-12-22 misha
6116:
6117: * src/classes/curl.C: - method 'option' was renamed to 'options' -
6118: now parser doesn't have class curl if it was built without it
6119:
6120: 2009-12-15 misha
6121:
6122: * configure.in: - little cheat with curl include dir was added
6123:
6124: 2009-12-05 misha
6125:
6126: * src/classes/curl.C: - some fixes
6127:
6128: 2009-12-04 misha
6129:
6130: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
6131: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
6132: buildall-with-xml, buildall-without-xml, configure.in: - curl
6133: class was added
6134:
6135: * src/include/pa_hash.h: - hash-iterator was added
6136:
6137: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
6138: was added to pcre
6139:
6140: 2009-11-27 misha
6141:
6142: * src/classes/image.C: - don't add @border attribute to output of
6143: ^image.html[] if it was specified by user with empty value
6144:
6145: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
6146: root element and we are trying to access .documentElement
6147:
6148: 2009-11-11 misha
6149:
6150: * src/classes/table.C: - in ^table.flip[] look at number of columns
6151: instead of number of items in first row for named tables
6152:
6153: 2009-11-10 misha
6154:
6155: * operators.txt: - info about hash-options in ^file::create was
6156: added
6157:
6158: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
6159: added
6160:
6161: 2009-11-09 misha
6162:
6163: * buildall-with-xml: - moving to libxml 2.7.6
6164:
6165: * tests/236.html: - tests for comparations cords with functions
6166: were added
6167:
6168: * src/include/pa_string.h: - optimisation: cacheing of cstr was
6169: added
6170:
6171: * src/main/pa_http.C: - little optimisation
6172:
6173: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
6174: GPF mallocs + stringstream (table.save)
6175:
6176: * src/classes/file.C: - file::create now accepts 4th param: options
6177: with $.charset
6178:
6179: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
6180: bug in cord (comparation cords with functions was buggy)
6181:
6182: 2009-11-06 misha
6183:
6184: * src/main/pa_string.C: - bugfix: calculation string.length
6185: sometimes was buggy
6186:
6187: * src/classes/string.C: - bugfix: Temp_value_element wasn't
6188: destroyed if exception occured during match/replace
6189:
6190: * src/: main/pa_charset.C, include/pa_charset.h: - method
6191: lengthUTF8Char was added
6192:
6193: * src/classes/op.C: - clean tainting lang was added for user's
6194: usage
6195:
6196: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
6197: fixed: checkouts are required after GC_MALLOC
6198:
6199: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
6200:
6201: * operators.txt: - actually, there is no ^untaint[xml] in
6202: file::create
6203:
6204: 2009-10-15 misha
6205:
6206: * tests/: 235.html, 235_attach.txt: - tests for preparing email
6207: were added
6208:
6209: * tests/234.html: - more tests for checking ^taint[uri] escaping
6210: were added
6211:
6212: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
6213: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
6214: hacking: for dealing with transcoding+^taint[uri]
6215: transcode_and_untaint was replaced by untaint_and_transcode
6216:
6217: 2009-10-13 misha
6218:
6219: * tests/: 121.html, results/121.processed: - test transcoding +
6220: url-escaping now
6221:
6222: * tests/results/auto.p: - more helpers' methods were added
6223:
6224: * src/main/pa_globals.C: - die instead of abort
6225:
6226: 2009-10-06 misha
6227:
6228: * src/main/pa_common.C: - don't allocate memory during
6229: capitalization if input string is already capitalized
6230:
6231: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
6232:
6233: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
6234: use format function because it calls malloc
6235:
6236: * src/include/pa_common.h: - more capitalized headers were added
6237:
6238: * src/main/pa_common.C: - in safe mode clear executable bits during
6239: file writing
6240:
6241: 2009-10-05 misha
6242:
6243: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
6244:
6245: 2009-10-03 misha
6246:
6247: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
6248: ^img.text[] & ^img.length[] can work in utf-8 now
6249:
6250: * src/: include/pa_charset.h, main/pa_charset.C: - class
6251: UTF8_string_iterator was added
6252:
6253: * src/classes/image.C: - respect utf-8 when calculate alphabet
6254: length
6255:
6256: * src/classes/mail.C: - check from before get message.cstr
6257:
6258: 2009-10-02 misha
6259:
6260: * tests/233.html: - test for image.font, image.length, image.text
6261: with text in utf-8 were added
6262:
6263: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
6264:
6265: * buildall-with-xml, buildall-without-xml: - comment about gc
6266: version for freebsd 4 was added
6267:
6268: 2009-10-01 misha
6269:
6270: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
6271: terminator) - read_pipe were slightly optimized
6272:
6273: 2009-09-28 misha
6274:
6275: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
6276: removed
6277:
6278: * src/types/pa_vmail.C: - forgot about space after ':'
6279:
6280: * src/types/pa_vmail.C: - escape filenames while preparing mail
6281: body - small simplifications
6282:
6283: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
6284: inout params like pa_base64
6285:
6286: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
6287: option $.debug-print(1) was added to mail:send - changes for
6288: using uue_encode which uses less memory
6289:
6290: * src/main/pa_common.C: - pa_base64_encode uses less memory now
6291:
6292: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
6293: memory now
6294:
6295: 2009-09-26 misha
6296:
6297: * src/types/pa_vmail.C: - default encoding now is base64
6298:
6299: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
6300:
6301: 2009-09-25 misha
6302:
6303: * src/types/pa_vmail.C: - capitalization of headers was added to
6304: sending mail as well
6305:
6306: * buildall-with-xml: - catalog package was removed from libxml
6307:
6308: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
6309: win32 absolute path
6310:
6311: * src/include/pa_common.h: - one more capitalized header was added
6312:
6313: 2009-09-22 misha
6314:
6315: * INSTALL: - comment about building just httpd binary while
6316: building apache module was added
6317:
6318: 2009-09-21 misha
6319:
6320: * buildall-with-xml: - moving to the latest versions of xml libs:
6321: libxml 2.7.4 and libxslt 1.1.25
6322:
6323: 2009-09-19 misha
6324:
6325: * tests/231.html: - test for encoding cookie in win-1251
6326:
6327: 2009-09-18 misha
6328:
6329: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
6330: object] were added
6331:
6332: * operators.txt: - info about method ^reflection:fields[class or
6333: object] was added
6334:
6335: * src/classes/reflection.C: - method ^reflection:fields[class or
6336: object] was added
6337:
6338: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
6339: methods get_fields were added
6340:
6341: * tests/232.html: - tests for @GET[name]
6342:
6343: * src/classes/table.C: - some changes in handling hash-options for
6344: creare, join and locate
6345:
6346: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
6347: defined with option: the type of requested value
6348:
6349: 2009-09-17 misha
6350:
6351: * tests/212.html: - tests for .pattern and .options were added
6352:
6353: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
6354: $regex.options were added
6355:
6356: 2009-09-11 misha
6357:
6358: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
6359: rewrited. it checks not just one case of sending cookies during
6360: file::load[http], but also sending headers and fields (including
6361: files)
6362:
6363: 2009-09-10 misha
6364:
6365: * src/main/untaint.C: - workaround in file-spec lang for old Macs
6366: was removed => now parser can open files with Russian 'r' in
6367: filename
6368:
6369: * src/main/untaint.C: - bugfix: client charset whould be analized
6370: while escaping cookies but now source charset
6371:
6372: * src/main/pa_http.C: - bugfix: the values of http headers didn't
6373: ^tainted[uri] so it was possible to make request with incorrect
6374: http header
6375:
6376: * src/main/pa_http.C: - capitalization of http headers during
6377: file::load[http was slightly changes - bugfix: all headers which
6378: parser sends during file::load[http should be transcoded and only
6379: then escaped
6380:
6381: * src/main/untaint.C: - a bit more comments were added
6382:
6383: * src/classes/: file.C, string.C: - types where changes (minus 2
6384: warnings)
6385:
6386: * src/include/pa_common.h: - 2 capitalized strings for making http
6387: headers during file::load[http were added
6388:
6389: 2009-09-08 misha
6390:
6391: * operators.txt: - changes in file.save and string.save were added
6392:
6393: * tests/: 230.html, 230.txt: - tests for checking options in
6394: file.save and string.save were added
6395:
6396: * src/main/pa_request.C: - http headers names, which are passed to
6397: SAPI::add_header_attribute are lowercased now (it'll be
6398: capitalized in that method)
6399:
6400: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
6401: classes/string.C: - file_write accepts Request_charsets and asked
6402: charset and cound transcode content before writing - string.save
6403: and file.save have option $.charset now
6404:
6405: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
6406: classes/xdoc.C: - file_write accepts Request_charsets and asked
6407: charset and cound transcode content before writing
6408:
6409: * src/include/pa_exception.h: - new exception comment string was
6410: defined
6411:
6412: 2009-09-07 misha
6413:
6414: * src/main/compile.y: - grammar $name\ name stops now for regex
6415: sub-pattern\s
6416:
6417: 2009-09-04 misha
6418:
6419: * src/main/pa_http.C: - capitalization of http headers during
6420: file::load[http was implemented
6421:
6422: 2009-09-03 misha
6423:
6424: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6425: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
6426: types/pa_vmail.C, targets/cgi/parser3.C,
6427: targets/isapi/parser3isapi.C: - back to storing response http
6428: headers in lowercase - capitalize them during output
6429:
6430: 2009-08-31 misha
6431:
6432: * src/classes/table.C: - allow call with any brackets (it could be
6433: useful in methods with explict result declaration)
6434:
6435: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
6436: correctly if $request:charset==koi8-r
6437:
6438: 2009-08-30 misha
6439:
6440: * src/: include/pa_common.h, main/pa_request.C: - http headers were
6441: changed: content-type => Content-type and so on
6442:
6443: * src/classes/file.C, src/include/pa_common.h,
6444: src/include/pa_request.h, src/main/pa_http.C,
6445: src/main/pa_request.C, src/types/pa_vcookie.C,
6446: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
6447: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
6448: tests/results/002.processed, tests/results/003.processed,
6449: tests/results/004.processed, tests/results/005.processed,
6450: tests/results/006.processed, tests/results/007.processed,
6451: tests/results/008.processed, tests/results/009.processed,
6452: tests/results/010.processed, tests/results/011.processed,
6453: tests/results/012.processed, tests/results/013.processed,
6454: tests/results/014.processed, tests/results/015.processed,
6455: tests/results/016.processed, tests/results/017.processed,
6456: tests/results/018.processed, tests/results/019.processed,
6457: tests/results/020.processed, tests/results/021.processed,
6458: tests/results/022.processed, tests/results/023.processed,
6459: tests/results/024.processed, tests/results/025.processed,
6460: tests/results/026.processed, tests/results/027.processed,
6461: tests/results/028.processed, tests/results/029.processed,
6462: tests/results/030.processed, tests/results/031.processed,
6463: tests/results/032.processed, tests/results/033.processed,
6464: tests/results/034.processed, tests/results/035.processed,
6465: tests/results/036.processed, tests/results/037.processed,
6466: tests/results/038.processed, tests/results/039.processed,
6467: tests/results/040.processed, tests/results/041.processed,
6468: tests/results/042.processed, tests/results/043.processed,
6469: tests/results/044.processed, tests/results/045.processed,
6470: tests/results/046.processed, tests/results/047.processed,
6471: tests/results/048.processed, tests/results/049.processed,
6472: tests/results/050.processed, tests/results/051.processed,
6473: tests/results/052.processed, tests/results/053.processed,
6474: tests/results/054.processed, tests/results/055.processed,
6475: tests/results/056.processed, tests/results/057.processed,
6476: tests/results/058.processed, tests/results/059.processed,
6477: tests/results/060.processed, tests/results/061.processed,
6478: tests/results/062.processed, tests/results/063.processed,
6479: tests/results/064.processed, tests/results/065.processed,
6480: tests/results/066.processed, tests/results/067.processed,
6481: tests/results/068.processed, tests/results/069.processed,
6482: tests/results/070.processed, tests/results/071.processed,
6483: tests/results/072.processed, tests/results/073.processed,
6484: tests/results/074.processed, tests/results/075.processed,
6485: tests/results/076.processed, tests/results/077.processed,
6486: tests/results/078.processed, tests/results/079.processed,
6487: tests/results/080.processed, tests/results/081.processed,
6488: tests/results/082.processed, tests/results/083.processed,
6489: tests/results/084.processed, tests/results/085.processed,
6490: tests/results/086.processed, tests/results/087.processed,
6491: tests/results/088.processed, tests/results/089.processed,
6492: tests/results/090.processed, tests/results/091.processed,
6493: tests/results/092.processed, tests/results/093.processed,
6494: tests/results/094.processed, tests/results/095.processed,
6495: tests/results/096.processed, tests/results/097.processed,
6496: tests/results/098.processed, tests/results/099.processed,
6497: tests/results/100.processed, tests/results/101.processed,
6498: tests/results/102.processed, tests/results/103.processed,
6499: tests/results/104.processed, tests/results/105.processed,
6500: tests/results/106.processed, tests/results/107.processed,
6501: tests/results/108.processed, tests/results/109.processed,
6502: tests/results/110.processed, tests/results/111.processed,
6503: tests/results/112.processed, tests/results/113.processed,
6504: tests/results/114.processed, tests/results/115.processed,
6505: tests/results/116.processed, tests/results/117.processed,
6506: tests/results/118.processed, tests/results/119.processed,
6507: tests/results/120.processed, tests/results/121.processed,
6508: tests/results/122.processed, tests/results/123.processed,
6509: tests/results/124.processed, tests/results/125.processed,
6510: tests/results/126.processed, tests/results/127.processed,
6511: tests/results/128.processed, tests/results/129.processed,
6512: tests/results/130.processed, tests/results/131.processed,
6513: tests/results/132.processed, tests/results/133.processed,
6514: tests/results/134.processed, tests/results/135.processed,
6515: tests/results/136.processed, tests/results/138.processed,
6516: tests/results/139.processed, tests/results/140.processed,
6517: tests/results/141.processed, tests/results/142.processed,
6518: tests/results/143.processed, tests/results/144.processed,
6519: tests/results/145.processed, tests/results/146.processed,
6520: tests/results/147.processed, tests/results/148.processed,
6521: tests/results/149.processed, tests/results/150.processed,
6522: tests/results/151.processed, tests/results/152.processed,
6523: tests/results/153.processed, tests/results/154.processed,
6524: tests/results/155.processed, tests/results/156.processed,
6525: tests/results/157.processed, tests/results/158.processed,
6526: tests/results/159.processed, tests/results/160.processed,
6527: tests/results/161.processed, tests/results/162.processed,
6528: tests/results/163.processed, tests/results/164.processed,
6529: tests/results/165.processed, tests/results/166.processed,
6530: tests/results/167.processed, tests/results/168.processed,
6531: tests/results/169.processed, tests/results/170.processed,
6532: tests/results/171.processed, tests/results/172.processed,
6533: tests/results/173.processed, tests/results/174.processed,
6534: tests/results/175.processed, tests/results/176.processed,
6535: tests/results/177.processed, tests/results/178.processed,
6536: tests/results/179.processed, tests/results/180.processed,
6537: tests/results/181.processed, tests/results/182.processed,
6538: tests/results/183.processed, tests/results/184.processed,
6539: tests/results/185.processed, tests/results/186.processed,
6540: tests/results/187.processed, tests/results/188.processed,
6541: tests/results/189.processed, tests/results/190.processed,
6542: tests/results/191.processed, tests/results/192.processed,
6543: tests/results/193.processed, tests/results/194.processed,
6544: tests/results/195.processed, tests/results/196.processed,
6545: tests/results/197.processed, tests/results/198.processed,
6546: tests/results/199.processed, tests/results/200.processed,
6547: tests/results/201.processed, tests/results/202.processed,
6548: tests/results/203.processed, tests/results/204.processed,
6549: tests/results/205.processed, tests/results/206.processed,
6550: tests/results/207.processed, tests/results/208.processed,
6551: tests/results/209.processed, tests/results/210.processed,
6552: tests/results/211.processed, tests/results/212.processed,
6553: tests/results/213.processed, tests/results/214.processed,
6554: tests/results/215.processed, tests/results/216.processed,
6555: tests/results/217.processed, tests/results/218.processed,
6556: tests/results/219.processed, tests/results/220.processed,
6557: tests/results/221.processed, tests/results/222.processed,
6558: tests/results/223.processed, tests/results/224.processed,
6559: tests/results/225.processed, tests/results/226.processed,
6560: tests/results/227.processed, tests/results/228.processed,
6561: tests/results/229.processed: - http headers were changed:
6562: content-type => Content-type and so on
6563:
6564: 2009-08-27 misha
6565:
6566: * src/: main/pa_random.C, include/pa_random.h,
6567: targets/cgi/parser3.C: - year was updated :)
6568:
6569: 2009-08-26 misha
6570:
6571: * tests/: 224.html, 224.p: - test for creating of parser object
6572: using constructor without params - little bugfix in test
6573:
6574: * src/main/compile_tools.h: - bugfix: should't call autouse while
6575: checking existed class while processing partial option
6576:
6577: * src/classes/reflection.C: - bugfix: core when creating object
6578: with reflection and constructor doesn't have params
6579:
6580: 2009-08-24 misha
6581:
6582: * tests/229.html: - tests for checking the number of parameters
6583: were added
6584:
6585: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
6586: number of method's parameters wasn't checked correctly (the bug
6587: was introduced in 3.4.0)
6588:
6589: 2009-08-22 misha
6590:
6591: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
6592: transcoded, but tainted pieces are escaped only when
6593: content-type==url-encoding
6594:
6595: * tests/228.html: - test for checking
6596: ^file::load[http://...;$.body[]]
6597:
6598: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
6599: post charset was too early (charsets is empty at this moment)
6600:
6601: 2009-08-21 misha
6602:
6603: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
6604: main/untaint.C: - some fixes with transcode+untaint
6605:
6606: 2009-08-15 misha
6607:
6608: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
6609: was increaced to 100 (was 50)
6610:
6611: * tests/227.html: - test for checking overriding properties in
6612: static classes was added
6613:
6614: * tests/: 226.html, 226.p: - test for @autoload[] was added
6615:
6616: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
6617: main/execute.C, main/pa_request.C, classes/reflection.C: -
6618: autouse was implemented
6619:
6620: 2009-08-14 misha
6621:
6622: * src/classes/reflection.C: - outdated checkout was removed
6623:
6624: * src/classes/reflection.C: - optimization - method ^dynamical was
6625: added.
6626:
6627: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
6628: types/pa_vstateless_class.h, main/execute.C: - optimization
6629:
6630: * src/types/pa_vclass.C: - exception if base on sytem class
6631:
6632: 2009-08-12 misha
6633:
6634: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
6635: pa_vstateless_class.h: - little optimisation
6636:
6637: 2009-08-11 misha
6638:
6639: * tests/224.html: - method_params => method_info - checking for
6640: $.inherited
6641:
6642: * src/classes/reflection.C, operators.txt: - method method_params
6643: was renamed to method_info and now it returns class name, if
6644: method was defined in ancestor
6645:
6646: * tests/225.html: - tests for cheching properties in hierarhical
6647: classes were added
6648:
6649: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
6650: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6651: main/compile.y, main/execute.C, classes/classes.C: - problems
6652: with properties in new classes implementation were fixed
6653:
6654: 2009-08-10 misha
6655:
6656: * src/main/execute.C: - now constructor shouldn't be defined in
6657: class. it could be defined in parent.
6658:
6659: 2009-08-09 misha
6660:
6661: * src/classes/reflection.C: - ^reflection:methods doesn't return
6662: base's methods
6663:
6664: 2009-08-08 misha
6665:
6666: * src/: classes/classes.h, classes/date.C, classes/file.C,
6667: classes/form.C, classes/hash.C, classes/hashfile.C,
6668: classes/image.C, classes/mail.C, classes/op.C,
6669: classes/reflection.C, classes/regex.C, classes/string.C,
6670: classes/table.C, classes/xdoc.C, classes/xnode.C,
6671: classes/xnode.h, include/pa_hash.h, main/execute.C,
6672: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
6673: types/pa_method.h, types/pa_property.h, types/pa_value.C,
6674: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6675: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6676: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
6677: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6678: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
6679: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
6680: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
6681: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
6682: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
6683: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
6684: types/pa_vresponse.C, types/pa_vresponse.h,
6685: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6686: types/pa_vstateless_object.h, types/pa_vstatus.C,
6687: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
6688: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6689: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6690: types/pa_wwrapper.h, types/types.vcproj: - new classes
6691: implementation
6692:
6693: * buildall-with-xml, buildall-without-xml: - gc has a bug if
6694: USE_MUNMAP is used. so it is disabled as a workaround.
6695:
6696: 2009-08-05 misha
6697:
6698: * src/: main/pa_common.C, include/pa_common.h: - not needed
6699: parameter was removed
6700:
6701: * src/main/pa_http.C: - bugfix: error was during detecting
6702: content-type of file which was loaded by http
6703:
6704: 2009-08-01 misha
6705:
6706: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
6707: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
6708: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
6709: can't be disabled with defines any longer
6710:
6711: 2009-07-29 misha
6712:
6713: * src/classes/reflection.C, tests/results/224.processed: - for
6714: native methods with any call type now returned empty call_type
6715: value
6716:
6717: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6718: classes/table.C, include/pa_hash.h, include/pa_request.h,
6719: main/pa_request.C: - break in cycles was optimized
6720:
6721: * INSTALL: - more defines were described
6722:
6723: 2009-07-28 misha
6724:
6725: * operators.txt: - some changes in information about reflection
6726: class
6727:
6728: * tests/: 224.html, 224.p: - tests for reflection class
6729:
6730: * src/classes/reflection.C: - some bugs were fixed, method classes
6731: was added, refactoring
6732:
6733: 2009-07-26 misha
6734:
6735: * src/classes/classes.vcproj: - reflection class wass added to
6736: project
6737:
6738: * operators.txt: - information about reflection class was added
6739:
6740: * src/classes/reflection.C: - class was redesigned
6741:
6742: 2009-07-24 misha
6743:
6744: * src/classes/: Makefile.am, reflection.C: - class reflection was
6745: added
6746:
6747: * src/types/pa_vstateless_class.h: - method for reflection method's
6748: in classes was added
6749:
6750: 2009-07-22 misha
6751:
6752: * src/main/compile_tools.h: - bugfix: $object.$var was
6753: over-optimized. it failed if $object1.$object2.field
6754:
6755: 2009-07-16 misha
6756:
6757: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
6758: lib/cord/cordxtra.c, lib/cord/include/cord.h,
6759: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
6760: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
6761: one more arg: length of cord
6762:
6763: 2009-07-15 misha
6764:
6765: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
6766: tainted in ^file::load[http://...;$.cookies[]]
6767:
6768: * src/classes/: op.C, regex.C, string.C: - new string with
6769: exception was used
6770:
6771: * src/include/pa_exception.h: - new string with exception was added
6772:
6773: * tests/223.html: - test for checking cookie-encoding during
6774: ^file::load[http was added
6775:
6776: * tests/: 221.html, 222.html: - tests for checking type of
6777: $table.fields.field were added
6778:
6779: * src/types/pa_vtable.C: - not used var decl was removed
6780:
6781: * src/include/pa_string.h: - use cached string length in Body::mid.
6782: it improves speed of match with brackets in pattern
6783:
6784: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
6785: outside
6786:
6787: 2009-07-14 misha
6788:
6789: * src/types/pa_vtable.C: - $table.fields.a return string even if
6790: column is empty (sometime returned void) - $table.fields was
6791: added for nameless tables
6792:
6793: * src/targets/cgi/getopt.c: - one warning resolved
6794:
6795: * src/main/pa_string.C: - potentian bug fixed
6796:
6797: * src/classes/op.C: - small optimization in taint/untaint
6798:
6799: 2009-07-13 misha
6800:
6801: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
6802: added
6803:
6804: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
6805: souldn't add the attribut to output
6806:
6807: 2009-07-11 misha
6808:
6809: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
6810: stack size was increaced to 2MB (default=1MB)
6811:
6812: 2009-07-08 misha
6813:
6814: * src/main/pa_string.C: - link to UTF-8 description was added
6815:
6816: * src/include/pa_hash.h: - hash keeps element's order in more
6817: places (ex: ._keys[])
6818:
6819: * tests/220.html: - test for checking order of elements in hash in
6820: foreach was added
6821:
6822: * tests/172.html: - small changes in printing hash
6823:
6824: * tests/129.html: - small changes in printing hash
6825:
6826: * src/: include/pa_common.h, include/pa_hash.h,
6827: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
6828: types/pa_vmethod_frame.h: - hash now keeps order of elements
6829:
6830: * tests/014.html: - small changes in printing hash
6831:
6832: 2009-07-07 misha
6833:
6834: * src/classes/op.C: - new taint language "parser-code" was added
6835:
6836: * tests/219.html: - test for auto untaint parser code in process
6837: was added
6838:
6839: * src/classes/op.C: - tainted pieces in body of process are
6840: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
6841:
6842: * src/: include/pa_string.h, main/untaint.C: - new language
6843: L_PARSER_CODE for auto-untaint in process was added
6844:
6845: * src/: classes/file.C, classes/hash.C, classes/image.C,
6846: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
6847: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
6848: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
6849: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
6850: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
6851: code cleanup
6852:
6853: 2009-07-06 misha
6854:
6855: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
6856: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
6857: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6858:
6859: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
6860: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
6861: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
6862: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
6863: should be used
6864:
6865: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
6866: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
6867: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
6868: untaint_cstr[m] should be used
6869:
6870: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
6871: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6872:
6873: * tests/218.html: - test for checking automatic file-spec-taint was
6874: added
6875:
6876: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
6877: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
6878: classes/file.C, classes/hash.C, classes/image.C,
6879: classes/string.C, classes/table.C, classes/void.C,
6880: classes/xdoc.C: - optimizations and simplification of
6881: string.cstr(...)
6882:
6883: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
6884: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
6885: - optimizations and simplification of string.cstr(...)
6886:
6887: 2009-07-04 misha
6888:
6889: * tests/217.html: - test for recursion detection was added
6890:
6891: * src/: types/types.vcproj, main/main.vcproj,
6892: classes/classes.vcproj, targets/cgi/parser3.vcproj,
6893: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
6894: from .vcproj
6895:
6896: * src/types/pa_wwrapper.h: - dynamic_cast was removed
6897:
6898: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
6899: uploading files and case-insensitive http-method were added
6900:
6901: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
6902: tainted pattern in ^file:list[] was added
6903:
6904: 2009-07-03 misha
6905:
6906: * src/: classes/classes.vcproj, main/main.vcproj,
6907: types/types.vcproj, targets/cgi/parser3.vcproj,
6908: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
6909: for dynamic_cast) - little options changes
6910:
6911: * src/main/pa_http.C: - file::load[http works now with uploading
6912: files _and_ changing $.charset
6913:
6914: 2009-06-29 misha
6915:
6916: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
6917: while creating pattern
6918:
6919: 2009-06-25 misha
6920:
6921: * src/classes/image.C, operators.txt: - options' names for
6922: ^image.font were changed to $.space, $.width and $spacing -
6923: default space width now == gif's width
6924:
6925: 2009-06-24 misha
6926:
6927: * tests/215.html: - tests for $file.mode were added
6928:
6929: * operators.txt: - added info about $file.mode and changes in
6930: ^image.font[
6931:
6932: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
6933: param now could be omited - third param now could be hash (with
6934: all widths options: $.space-width, $.letter-width) - it's
6935: possible to specify tracking ($.letter-space)
6936:
6937: * src/classes/file.C: - file objects now could have mode field
6938: (text|binary)
6939:
6940: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
6941:
6942: 2009-06-23 misha
6943:
6944: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
6945: trim can work with utf-8 chars now
6946:
6947: 2009-06-20 misha
6948:
6949: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
6950: was implemented
6951:
6952: * src/classes/table.C: - string length cacheing was implemented
6953:
6954: * src/include/pa_string.h: - string length cacheing was implemented
6955:
6956: 2009-06-17 misha
6957:
6958: * src/main/execute.C: - value param was removed from
6959: WContext::WContext
6960:
6961: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
6962: pa_wwrapper.h: - value param was removed from WContext::WContext
6963: - field wcontext was removed from VCodeFrame (using fparent
6964: instead)
6965:
6966: * tests/214.html: - test with hash copying
6967:
6968: 2009-06-16 misha
6969:
6970: * tests/: 062.html, results/062.processed: - evaluation hardcoded
6971: strings doesn't work in expression anymore
6972:
6973: * src/main/execute.C: - less calls for get_constructing() - little
6974: refactoring
6975:
6976: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
6977: include/pa_request.h: - less calls for get_constructing()
6978:
6979: * src/classes/: hash.C, hashfile.C: - fixed bug which was
6980: introduced with OPTIMIZE_SINGLE_STRING optimization
6981:
6982: 2009-06-14 misha
6983:
6984: * src/: classes/date.C, classes/file.C, classes/hash.C,
6985: classes/hashfile.C, classes/image.C, classes/regex.C,
6986: classes/table.C, classes/xdoc.C, classes/xnode.h,
6987: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
6988: types/pa_vstateless_class.h, main/execute.C: - create object for
6989: storing object's fields only for parser objects
6990:
6991: 2009-06-13 misha
6992:
6993: * buildall-with-xml, buildall-without-xml: - new option was added
6994: for building GC (it slightly reduces memory usage)
6995:
6996: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
6997: single string write
6998:
6999: * src/main/execute.C: - bytecode optimization of ^class:constructor
7000: - optimization of single string write
7001:
7002: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
7003: - bytecode optimization of ^class:constructor
7004:
7005: 2009-06-09 misha
7006:
7007: * src/targets/cgi/parser3.C: - type size_t was changed to int in
7008: main (better compatibility)
7009:
7010: 2009-06-08 misha
7011:
7012: * src/main/compile.y: - I've forgot to commit it :(
7013:
7014: 2009-06-07 misha
7015:
7016: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
7017: WITH_READ and WITH_ROOT
7018:
7019: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7020: execute.C: - more optimizations for WITH_SELF, WITH_READ and
7021: WITH_ROOT - little refactoring
7022:
7023: 2009-06-06 misha
7024:
7025: * tests/213.html: - tests for 3rd match string-param were added
7026:
7027: * src/classes/string.C: - 3rd match param could be string now
7028:
7029: * src/main/: compile.y, compile_tools.h: - much more bytecode's
7030: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
7031: GET_OBJECT_ELEMENT
7032:
7033: 2009-06-05 misha
7034:
7035: * src/main/pa_http.C: - bugfix: content-length was not calculated
7036: if $.body was specified
7037:
7038: 2009-06-04 misha
7039:
7040: * src/classes/op.C: - optimizing write_assign_lang in connect
7041:
7042: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
7043:
7044: * src/main/execute.C: - little refactoring - optimizing
7045: write_assign_lang in taint/untaint
7046:
7047: * src/include/pa_opcode.h: - little refactoring
7048:
7049: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
7050: main/compile_tools.h, main/execute.C: - optimizations for
7051: $self.field, ^self.method, $self.field[...] and $self.field(...)
7052: were added
7053:
7054: 2009-06-03 misha
7055:
7056: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
7057:
7058: 2009-06-02 misha
7059:
7060: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
7061: include/pa_opcode.h: - refactoring in last optimizations
7062: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
7063: now but code is much easy and it is ready for further
7064: improvements.
7065:
7066: 2009-05-27 misha
7067:
7068: * src/: types/pa_junction.h, types/pa_vjunction.C,
7069: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
7070: changed in destructing junctions
7071:
7072: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
7073: String:Body
7074:
7075: 2009-05-26 misha
7076:
7077: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
7078: one method detect_charset was deleted - bug was fixed in this
7079: method (error while detecting charset in content_type withot last
7080: ';')
7081:
7082: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
7083: once
7084:
7085: 2009-05-25 misha
7086:
7087: * src/classes/file.C: - bugfix: file::exec didn't work after
7088: optimizing of helper_length
7089:
7090: 2009-05-24 misha
7091:
7092: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
7093: were added - little refactoring
7094:
7095: * src/main/execute.C: - core while printing in debug log
7096: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
7097: optimisations were added
7098:
7099: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
7100: were added
7101:
7102: 2009-05-23 misha
7103:
7104: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
7105: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
7106: CORD_cat optimization
7107:
7108: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
7109: - call constr optimisation under separate define now
7110:
7111: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
7112: in $b should be string, not void
7113:
7114: * src/main/compile.y: - little fix for rem-cut optimisation
7115:
7116: * src/: include/pa_opcode.h, main/compile_tools.C,
7117: main/compile_tools.h, main/execute.C: - optimisations for
7118: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
7119:
7120: * INSTALL: - description of some #defined were added
7121:
7122: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
7123: before 1st access (memory usage is reduced if don't access to
7124: .text field)
7125:
7126: * src/include/pa_array.h: - array grows step now not static (it
7127: reduces numbers of reallocs)
7128:
7129: 2009-05-20 misha
7130:
7131: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
7132: $.b(2), $c[d] and $.e[f] was added
7133:
7134: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7135: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
7136: $.e[f] was added
7137:
7138: * src/main/execute.C: - debug printing moved in defines
7139:
7140: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
7141: and little refactoring for OP_GET_OBJECT_ELEMENT +
7142: OP_GET_OBJECT_VAR_ELEMENT optimisation
7143:
7144: 2009-05-19 misha
7145:
7146: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7147: execute.C: - $a.$b & ^a.$b bytecode optimisation
7148:
7149: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
7150: ^a.$b optimisation)
7151:
7152: * src/main/compile.y: - compiler now generate new opcodes:
7153: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
7154: ^a.b - compiler now cut off ^rem{ with all content ; any number
7155: of params }
7156:
7157: * src/main/execute.C: - code for handle new opcodes
7158: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
7159:
7160: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
7161: added for LA2V and LA2S
7162:
7163: * src/include/pa_opcode.h: - new defines which can be used for
7164: disable some bytecode optimisation and new opcodes were added
7165:
7166: 2009-05-17 misha
7167:
7168: * src/lib/cord/cordxtra.c: - bugfix.
7169:
7170: * tests/212.html: - .size[] and .study_size[] were added to tests
7171:
7172: * operators.txt: - info about regex class was added
7173:
7174: * tests/212.html: - tests for regex class were added
7175:
7176: 2009-05-16 misha
7177:
7178: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
7179: gc7.1
7180:
7181: * tests/022.html: - test for ^file:list[path;] (empty second param)
7182: was added
7183:
7184: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
7185: param) should work
7186:
7187: 2009-05-15 misha
7188:
7189: * src/classes/table.C: - automatically disable stringstream usage
7190: on freebsd4
7191:
7192: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
7193: scope
7194:
7195: * tests/211.html: - test with different types of access to hash was
7196: added
7197:
7198: * tests/210.html: - test which checks for loosing tainting in
7199: hash's keys was added
7200:
7201: * tests/208.html: - some parser work added. or stime == 0 %-)
7202:
7203: * src/lib/cord/cordbscs.c: - little hack was added to cord
7204:
7205: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
7206:
7207: * src/include/pa_version.h, configure.in: - moko have made a lot of
7208: optimisations for increacing version number more dramatically :)
7209:
7210: * src/classes/date.C: - little refactoring: use constructor which
7211: accepts formated string
7212:
7213: * src/: include/pa_string.h, main/pa_string.C: - String constructor
7214: which can print formatted string was added
7215:
7216: 2009-05-14 misha
7217:
7218: * src/include/pa_string.h: - type was fixed
7219:
7220: * src/: classes/hashfile.C, classes/op.C,
7221: include/pa_cache_managers.h, include/pa_charset.h,
7222: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
7223: include/pa_request.h, include/pa_sql_driver_manager.h,
7224: include/pa_string.h, include/pa_stylesheet_manager.h,
7225: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
7226: main/pa_charsets.C, main/pa_string.C,
7227: main/pa_stylesheet_connection.C, types/pa_value.h,
7228: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7229: types/pa_vobject.C, types/pa_vstateless_class.C,
7230: types/pa_vstateless_class.h: - hash_code caching was implemented
7231: (seaches should be faster now)
7232:
7233: * src/: classes/file.C, classes/hash.C, classes/image.C,
7234: classes/string.C, classes/table.C, include/pa_string.h,
7235: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
7236: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
7237: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
7238: types/pa_vrequest.C: - String constructors don't have that stupid
7239: true/false param which means 'tainted'. they accept lang instead.
7240:
7241: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
7242: with OPTIMIZE_RESULT
7243:
7244: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
7245: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
7246:
7247: 2009-05-13 misha
7248:
7249: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
7250: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
7251: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7252: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
7253: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
7254: main/pa_common.C, main/pa_request.C, main/pa_string.C,
7255: include/pa_string.h, classes/date.C, classes/file.C,
7256: classes/hash.C, classes/image.C, classes/string.C,
7257: classes/table.C, classes/xdoc.C: - result optimisation -
7258: helper_length parameter removed from string constructors
7259:
7260: 2009-05-11 misha
7261:
7262: * tests/209.html: - tests for ^hash::create[hash] were added
7263:
7264: * tests/208.html: - tests for $status:rusage, $status:memory,
7265: ^memory:compact[] were added
7266:
7267: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
7268: log10 were added
7269:
7270: * tests/206.html: - test for try with finally was added
7271:
7272: 2009-05-10 misha
7273:
7274: * tests/205.html: - test for ^file::create[...] was added
7275:
7276: * tests/204.html: - test for ^response:clear[] was added
7277:
7278: * tests/038.html: - tests for trigonometric functions were added
7279:
7280: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
7281: added - more tests for .add, .sub, .union, .intersects and
7282: .intersections
7283:
7284: * tests/065.html: - test for ^file:dirname was added
7285:
7286: * tests/030.html: - test for $cookie:fields was added
7287:
7288: * tests/203.html: - test for ^h._keys[column name] was added
7289:
7290: * tests/201.html: - tests for .trim were added
7291:
7292: * tests/202.html: - tests for last-day,
7293: date:calendar[type](YYYY;MM;DD) were added
7294:
7295: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
7296: .offset[type](N) were added
7297:
7298: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
7299: and .pos[c](N) were added
7300:
7301: * tests/141.html: - test for math:sha1 was added
7302:
7303: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
7304:
7305: 2009-05-09 misha
7306:
7307: * src/main/compile.y: - rollback
7308:
7309: 2009-05-05 misha
7310:
7311: * src/main/pa_exec.C: - little optimisation: somewhere length() was
7312: replaced by is_empty()
7313:
7314: * src/: include/pa_string.h, main/pa_charset.C: - little
7315: optimisation: somewhere length() was replaced by is_empty()
7316:
7317: * src/classes/table.C: - little optimisation: somewhere length()
7318: was replaced by is_empty()
7319:
7320: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
7321: classes/op.C, classes/table.C, main/pa_exception.C: - little
7322: optimisation: somewhere length() was replaced by is_empty()
7323:
7324: 2009-05-04 misha
7325:
7326: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7327: types/pa_vstateless_class.h, main/execute.C,
7328: include/pa_request.h, classes/hash.C, classes/op.C,
7329: classes/table.C: - more optimisations were added: some operators
7330: don't switch write context anylonger
7331:
7332: 2009-05-01 misha
7333:
7334: * src/main/compile.y: - slightly more opcode optimisations for
7335: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
7336:
7337: * src/main/execute.C: - simplifying process for getters
7338:
7339: 2009-04-30 misha
7340:
7341: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
7342:
7343: * tests/results/199.processed: - test for checking $result into
7344: ^rem was added
7345:
7346: * tests/199.html: - test for checking $result into ^rem was added
7347:
7348: * tests/: 022.html, 096.html: - þsort after :list was asses (on
7349: some OS it returns list in different order)
7350:
7351: * src/: include/pa_array.h, include/pa_request.h,
7352: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
7353: changes in stack impl - get_element() optimisation: 3rd param
7354: removed - bugfix: problems with reading empty input param -
7355: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
7356:
7357: * tests/results/198.processed: - test for reading empty local var
7358: was added
7359:
7360: * tests/198.html: - test for reading empty local var was added
7361:
7362: 2009-04-29 misha
7363:
7364: * src/main/compile.y: - bugfix: couldn't compile because
7365: OP_VALUE__GET_ELEMENT should be unde #ifdef
7366:
7367: * src/: include/pa_array.h, include/pa_opcode.h,
7368: include/pa_request.h, main/compile.y, main/execute.C,
7369: main/pa_request.C, types/pa_vmethod_frame.C,
7370: types/pa_vmethod_frame.h: - we can work without opcode
7371: OP_STORE_PARAM, so it was removed
7372:
7373: 2009-04-28 misha
7374:
7375: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
7376: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
7377: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
7378: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
7379: 4.
7380: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
7381:
7382: * src/main/compile_tools.h: - new stuff for op-codes optimisation
7383:
7384: * src/: main/pa_string.C, classes/string.C: - !length() =>
7385: is_empty()
7386:
7387: 2009-04-27 misha
7388:
7389: * src/types/pa_vregex.h: - back explicit vars initialisation
7390:
7391: 2009-04-24 misha
7392:
7393: * src/classes/string.C: - ups. typo fixed
7394:
7395: * src/main/execute.C: - more replacements '*new VBool' to
7396: 'VBool::get' - checks for ^break[], ^continue[] and
7397: parser.interrupted were optimised
7398:
7399: * src/classes/string.C: - number of params.count() calls was
7400: slightly reduced
7401:
7402: 2009-04-23 misha
7403:
7404: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7405: make it x64 friendly
7406:
7407: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7408: parser is x64 friendly now
7409:
7410: 2009-04-22 misha
7411:
7412: * src/types/pa_vhashfile.C: - coder friendly exception about
7413: exceeding record size was added
7414:
7415: * src/classes/file.C: - use vregex object instead of direct calls
7416: methods from pcre lib
7417:
7418: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
7419: classes/string.C: - use vregex object instead of direct calls
7420: methods from pcre lib
7421:
7422: * src/: include/pa_common.h, main/pa_common.C: - method
7423: print_pcre_exec_error_text was moved to class vregex
7424:
7425: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
7426: was added
7427:
7428: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
7429: - class vregex was added
7430:
7431: 2009-04-21 misha
7432:
7433: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
7434:
7435: * src/: types/pa_junction.h, types/pa_value.C,
7436: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
7437: types/pa_wcontext.h, main/execute.C, classes/op.C: -
7438: junction-optimisation (destructors)
7439:
7440: * src/include/pa_array.h: - free under if now
7441:
7442: 2009-04-19 misha
7443:
7444: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
7445:
7446: 2009-04-18 misha
7447:
7448: * src/include/pa_version.h:
7449: :q :
7450:
7451: CV:
7452: ----------------------------------------------------------------------
7453:
7454: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
7455: refactoring
7456:
7457: * src/: include/pa_array.h, include/pa_hash.h,
7458: types/pa_vmethod_frame.h: - destructors under #ifdef now
7459:
7460: * src/include/pa_memory.h: - define for using destructors was added
7461:
7462: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7463: main/execute.C: - some junctions will be cached now
7464:
7465: * src/include/pa_hash.h: - hash destructor frees pairs now
7466:
7467: * src/include/pa_array.h: - inline was added to destructor
7468:
7469: * src/types/pa_method.h: - comment was changed
7470:
7471: 2009-04-17 misha
7472:
7473: * src/: include/pa_array.h, include/pa_hash.h,
7474: types/pa_vmethod_frame.h: - destructors were added
7475:
7476: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
7477: renamed to always_use_result
7478:
7479: * src/main/: compile.y, compile_tools.h: - rollback changes in
7480: compiler: full backward compatibility is better
7481:
7482: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
7483: result in var's hash
7484:
7485: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7486: optimisation in method_frame
7487:
7488: * src/include/pa_array.h: - optimisation in array (allocate
7489: elements only when needed)
7490:
7491: * src/types/pa_vresponse.C: - check for $response:headers field
7492: before looking at custom fields
7493:
7494: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
7495: not needed to check existance var with name 'result' in var's
7496: hash
7497:
7498: * src/main/compile.y: - compiler was changed: now it detects
7499: writings to $result and set flag writo_to_result in method
7500:
7501: * src/classes/string.C: - little optimisation: no needed to write
7502: number with lang
7503:
7504: * src/main/pa_charset.C: - methods readChar and skipChar which is
7505: used for read utf8-strings were renamed - is_escaped was renamed
7506: to isEscaped (to the same name convention)
7507:
7508: * src/: types/pa_method.h, main/compile_tools.h: - flag
7509: write_to_result added. compiler get this info from code.
7510:
7511: 2009-04-16 misha
7512:
7513: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
7514: String only before 1st write
7515:
7516: * src/include/pa_string.h: - not needed template removed
7517:
7518: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
7519: types/pa_vjunction.C, types/pa_vproperty.C,
7520: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
7521: main/pa_request.C, classes/bool.C, classes/double.C,
7522: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
7523: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
7524: bool objects)
7525:
7526: 2009-04-15 misha
7527:
7528: * src/lib/cord/cordxtra.c: - more optimisation
7529:
7530: * src/: include/pa_string.h, main/untaint.C: - String::append
7531: optimisation
7532:
7533: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
7534: then get and can sometime be used)
7535:
7536: * src/main/pa_string.C: - String::length optimisation
7537:
7538: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
7539: these methods read different strings
7540:
7541: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7542: fresult_initial_void removed + some optimisation - if $result
7543: defined we don't write to context anymore
7544:
7545: * src/main/pa_charset.C: - readChar => skipChar (in this place we
7546: need just skip char)
7547:
7548: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7549: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
7550: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
7551:
7552: * src/types/pa_vvoid.h: - added get() method for retreave one
7553: instance
7554:
7555: 2009-04-11 misha
7556:
7557: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
7558:
7559: * tests/197.html: - test for parser://test in xml was added
7560:
7561: * src/classes/string.C: - small optimisation
7562:
7563: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
7564: optimisation
7565:
7566: 2009-04-10 misha
7567:
7568: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
7569: to pcre-7.8
7570:
7571: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
7572:
7573: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
7574: added
7575:
7576: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
7577: $request:CLASS_NAME were added
7578:
7579: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
7580: were added
7581:
7582: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
7583: $env:CLASS_NAME were added
7584:
7585: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
7586: '@todo' now
7587:
7588: * src/targets/cgi/parser3.C: - size_t -> int for calming down
7589: compirer
7590:
7591: * src/main/pa_string.C: - little code cleanup
7592:
7593: * src/main/pa_common.C: - describe one more UTF-8 related error
7594: during PCRE compile/execute
7595:
7596: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
7597: normalizing todo-comments: '@todo' now
7598:
7599: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
7600:
7601: * src/main/pa_charset.C: - type changed for making compiler happy
7602:
7603: 2009-03-10 misha
7604:
7605: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
7606: in main()
7607:
7608: 2009-02-01 misha
7609:
7610: * src/main/pa_http.C: - bugfix: double CRLF before the end of
7611: boundary
7612:
7613: 2009-01-25 misha
7614:
7615: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
7616:
7617: * src/classes/file.C: - more changes for parsing different number
7618: of params for file::load
7619:
7620: * tests/193.html: - tests for exception while base64-decode binary
7621: to string was added
7622:
7623: * tests/192.html: - tests for file::load with different number of
7624: options
7625:
7626: * src/classes/math.C: - ups. forgot '+1'
7627:
7628: * src/: classes/table.C, classes/file.C, include/pa_common.h,
7629: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
7630: main/pa_http.C: - ^file::load[...;http://...;] now can post files
7631: (new option $.encode[multipart-form/data] should be specified) -
7632: $.method[] option for file::load now is not case-sensitive
7633:
7634: * src/: include/pa_string.h, main/untaint.C: - for file post the
7635: new taint language L_FILE_POST was added
7636:
7637: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
7638: main/main.vcproj, classes/math.C, include/Makefile.am: - some
7639: stuff was moved to separate files
7640:
7641: 2009-01-23 misha
7642:
7643: * src/classes/math.C: - little optimisation in ^math:sha1[] -
7644: spaces to tabs were converted
7645:
7646: 2009-01-12 misha
7647:
7648: * src/main/pa_http.C: - value of $.method[] option force uppercased
7649: now
7650:
7651: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
7652: types/pa_vform.C, types/pa_vmail.C: - some constants changed
7653: their names
7654:
7655: * src/main/pa_common.C: - changes in formating
7656:
7657: * src/: classes/file.C, main/pa_http.C: - some constants changed
7658: their names
7659:
7660: * src/include/pa_http.h: - some spaces were converted to tabs
7661:
7662: * src/include/pa_common.h: - some constants changed their names
7663:
7664: * src/classes/file.C: - fixed 4-th paramether for file::load -
7665: little code rewriting
7666:
7667: * src/types/pa_vfile.C: - little code rewriting
7668:
7669: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
7670: types/pa_value.h: - some formating changes
7671:
7672: * src/include/pa_common.h: - some formating spaces transformed to
7673: tabs
7674:
7675: * src/classes/string.C: - exception while base64-decode binary to a
7676: string
7677:
7678: 2009-01-11 misha
7679:
7680: * configure.in: - version changed to 3.3.1b
7681:
7682: 2008-09-05 misha
7683:
7684: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
7685: release_3_3_0 on 2008-09-05 10:59:35 +0000
7686:
7687: 2008-09-04 misha
7688:
7689: * tests/: 130.html, 131.html: - these exceptions not typeless
7690: anymore
7691:
7692: * src/classes/op.C: - exception with 'invalid taint language' not
7693: typeless anylonger
7694:
7695: * src/classes/image.C: - some exceptions while operations with
7696: image not typeless anymore
7697:
7698: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
7699: main/pa_exec.C, main/pa_http.C: - some exceptions while
7700: operations with files not typeless anymore
7701:
7702: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
7703: types/pa_vdate.h: - exceptions while checking date range not
7704: typeless anymore
7705:
7706: * src/include/pa_exception.h: - exception type string for invalid
7707: date range was added
7708:
7709: 2008-09-03 misha
7710:
7711: * src/: classes/file.C, main/pa_string.C: - exception while pce
7712: operations not typeless anymore
7713:
7714: * src/include/pa_exception.h: - exception type for pce operations
7715: was added
7716:
7717: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
7718: and .CLASS_NAME insite classes
7719:
7720: * src/classes/table.C: - don't save table header whiile
7721: ^table.save[append;filename] if file exists
7722:
7723: 2008-09-02 misha
7724:
7725: * src/main/compile.y, src/main/compile_tools.h,
7726: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
7727: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
7728: renamed to partial and it login changed: we must mark class as
7729: partial for allow their modifications in future.
7730:
7731: 2008-08-29 misha
7732:
7733: * tests/results/022.processed: - testing taint[regex] in mask for
7734: file:list
7735:
7736: * tests/022.html: - testing taint[regex] in mask for file:list
7737:
7738: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
7739: for file:list was added
7740:
7741: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
7742: file:list
7743:
7744: 2008-08-26 misha
7745:
7746: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
7747: last derived object
7748:
7749: * src/classes/image.C: - many strings "image.format" replaced by
7750: IMAGE_FORMAT constant string - handle GPS info while parse exif -
7751: understand some more exif tags
7752:
7753: * src/include/pa_exception.h: - string "image.format" was added
7754:
7755: 2008-08-21 misha
7756:
7757: * src/: main/pa_string.C, classes/file.C: - use method for print
7758: pcre_exec text error
7759:
7760: * src/main/pa_common.C: - method for print pcre_exec text error was
7761: added
7762:
7763: * src/include/pa_common.h: - method declaration for print pcre_exec
7764: text error was added
7765:
7766: 2008-08-19 misha
7767:
7768: * src/main/execute.C: - bugfix: opcodes must be in separate
7769: namespace while debug execution as well
7770:
7771: * tests/: 015.html, results/015.processed: - test for escaping some
7772: parser chars was added
7773:
7774: 2008-08-18 misha
7775:
7776: * tests/: 190.html, 190.p, results/190.processed: - test for
7777: $caller.self.field + default getter in one class was added
7778:
7779: * tests/: 189.html, results/189.processed: - test for
7780: ^date::create[date object]
7781:
7782: * tests/: 188.html, results/188.processed: - tests for match with
7783: UTF-8 strings
7784:
7785: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
7786: ^string.match[]
7787:
7788: * ChangeLog: - parser 3.3.0 beta13
7789:
7790: 2008-08-15 misha
7791:
1.116 moko 7792: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
7793: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
7794: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
7795: dftables.c: - old PCRE files removed
1.95 moko 7796:
7797: * src/lib/pcre/config.h: - configuration for PCRE library
7798:
7799: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7800: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
7801:
7802: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
7803: library and set flag UTF8 if $request:charset is UTF-8
7804:
7805: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
7806: include/pa_config_fixed.h: - moved to new PCRE library
7807:
7808: * src/: main/main.vcproj, types/types.vcproj,
7809: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
7810: win32\pcre instead of parser3\src\lib\pcre
7811:
7812: * src/: include/pa_opcode.h, include/pa_operation.h,
7813: main/compile.C, main/compile.y, main/compile_tools.C,
7814: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
7815: opcodes were moved to separate namespace
7816:
7817: 2008-08-14 misha
7818:
7819: * src/types/pa_vstateless_class.C: - newline at the end missed
7820:
7821: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
7822: tainting
7823:
7824: 2008-08-11 misha
7825:
7826: * tests/: 187.html, 187.p, results/187.processed: - tests for
7827: $caller.self, $caller.self.field and $caller.self.field[value]
7828: were added
7829:
7830: * src/types/pa_vmethod_frame.h: - still need to check 'self'
7831: runtime as well (for $caller.self)
7832:
7833: 2008-07-25 misha
7834:
7835: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
7836: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
7837: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
7838: tests with international characters
7839:
7840: 2008-07-23 misha
7841:
7842: * src/main/pa_http.C: - escape $cookies as %uXXXX while
7843: file::load[...;http://
7844:
7845: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
7846: now everywhere in separate namespace
7847:
7848: * src/types/pa_vmethod_frame.h: - looking for caller before looking
7849: for vars
7850:
7851: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
7852: can be escaped by '^'
7853:
7854: 2008-07-22 misha
7855:
7856: * src/classes/string.C, tests/186.html: - names changes:
7857: escape=>js-escape, unescape=>js-unescape
7858:
7859: 2008-07-21 misha
7860:
7861: * tests/results/186.processed: - test for string escape/unescape
7862:
7863: * tests/186.html: - test for string escape/unescape
7864:
7865: * src/classes/string.C: - string has escape and unescape methods
7866: now
7867:
7868: * src/: include/pa_string.h, main/pa_string.C: - escape method was
7869: added
7870:
7871: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
7872: method-layers added (with different params)
7873:
7874: 2008-07-18 misha
7875:
7876: * tests/results/185.processed: - test for ^str.pos[substr](offset)
7877: was added
7878:
7879: * tests/185.html: - test for ^str.pos[sub](offset) added
7880:
7881: * src/classes/string.C, src/classes/void.C, operators.txt: -
7882: ^string.pos[substr](offset) -- 2nd param accepted now
7883:
7884: * src/main/pa_string.C: - .pos works fine with offset for utf-8
7885: strings
7886:
7887: 2008-07-17 misha
7888:
7889: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7890: helper length added for mid for small optimisation
7891:
7892: 2008-07-16 misha
7893:
7894: * tests/: 185.html, results/185.processed: - tests for
7895: length/left/right/mid/pos with utf-8 strings
7896:
7897: * src/classes/string.C: - left/right/mid/length/pos works fine for
7898: utf-8 strings
7899:
7900: * src/main/untaint.C: - comments removed
7901:
7902: * src/: include/pa_string.h, main/pa_string.C,
7903: include/pa_charset.h, main/pa_charset.C: - methods for working
7904: with pos/mid for strings in utf-8 were added
7905:
7906: 2008-07-15 misha
7907:
7908: * tests/: 184.html, results/184.processed: - test for case body as
7909: expression: $var(^switch(1){^case(1)(true)..})
7910:
7911: * src/classes/op.C: - case body can be expression now:
7912: $var(^switch(1){^case(1)(true)..})
7913:
7914: * tests/: results/183.processed, 183.html: - added test for testing
7915: new cookie encoding (%uXXXX)
7916:
7917: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
7918: decoding for backward compatibility they decoded from %XX in
7919: request:charset too
7920:
7921: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
7922: - cookie class now decode cookies before first access after last
7923: request:charset changing (as form class).
7924:
7925: * src/main/pa_charset.C: - added method escape for escaping cookies
7926: as %uXXXX - before transcode calculate required space for dest
7927: string. it reduce mem usage for transcode
7928:
7929: * src/include/pa_charset.h: - added method escape for escaping
7930: cookies as %uXXXX
7931:
7932: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
7933: was added. will used for escaping cookies as %uXXXX
7934:
7935: * src/include/pa_common.h: - escape method has new option for skip
7936: converting '+' to a space char
7937:
7938: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
7939: transcode - escape method has new option for skip converting '+'
7940: to a space char
7941:
7942: 2008-07-08 misha
7943:
7944: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
7945: (no UE if more then 1 case matches anylonger) - optimization:
7946: doing searching.as_string() || searching.as_double() only once
7947:
7948: 2008-07-04 misha
7949:
7950: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
7951: now ^date::create[date object] works
7952:
7953: * src/classes/string.C: - left and right added as aliases for start
7954: and end in ^string.trim[]
7955:
7956: 2008-07-03 misha
7957:
7958: * src/classes/file.C: - allow $.limit for file::sql as well
7959:
7960: * src/classes/file.C: - allow $.offset option for file::sql - force
7961: send limit=1 to query for use sql specifics authomatically
7962:
7963: * src/classes/: hash.C, string.C, table.C: - don't throw exception
7964: if $.limit value if empty. autoconvert it as everywere
7965:
7966: 2008-07-02 misha
7967:
7968: * configure.in: - time to change version number to 3.3.0 %-)
7969:
7970: * src/include/pa_version.h: - time to change version number to
7971: 3.3.0 %-)
7972:
7973: 2008-06-26 misha
7974:
7975: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7976: $.limit(0) fixes
7977:
7978: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
7979: - $.limit(0) fixes
7980:
7981: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
7982: new API)
7983:
7984: * src/: include/pa_sql_driver_manager.h,
7985: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
7986: classes/op.C: - document_root added
7987:
7988: * src/main/compile.tab.C: - error message was changed
7989:
7990: 2008-06-25 misha
7991:
7992: * src/main/compile.y: - error message was changed
7993:
7994: 2008-06-24 misha
7995:
7996: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
7997:
7998: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
7999: tests for @OPTIONS\nappend
8000:
8001: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
8002:
8003: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
8004:
8005: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
8006:
8007: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
8008: compile.y
8009:
8010: 2008-06-17 misha
8011:
8012: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
8013: compilation: ^if(default){true. it's incorrect. must be
8014: exception}
8015:
8016: 2008-06-16 misha
8017:
8018: * tests/: 181.ent, 181.html, results/181.processed: - test for
8019: checking external reference loading with 'http://localhost'
8020: prefix while creating xdoc
8021:
8022: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
8023: ^math:long2ip[] and ^math:ip2long[]
8024:
8025: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
8026: added which use scalar stateless class method when user object
8027: used in scalar context - use get_scalar_value when user object
8028: requested in scalar context
8029:
8030: * src/main/pa_common.C: - size must be int but not size_t or we
8031: can't compare with 0 sprintf result
8032:
8033: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8034: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
8035: with internal switch between local/global vars
8036:
8037: * src/types/pa_vclass.C: - register scalar if method @GET[] was
8038: specified
8039:
8040: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
8041: pa_vstateless_object.h: - stateless class and object now has
8042: private scalar field and getter/setter for working with it
8043:
8044: * src/classes/math.C: - methods math:long2ip & math:ip2long were
8045: moved to inet static class
8046:
8047: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
8048: class added (^inet:aton[IP], ^inet:ntoa(number))
8049:
8050: * tests/: 180.html, results/180.processed: - tests for
8051: ^math:long2ip(long) and ^math:ip2long[IP]
8052:
8053: * src/classes/math.C: - ^math:ip2long[IP] added
8054:
8055: 2008-06-11 misha
8056:
8057: * src/main/pa_xml_io.C: - use file_read_text again because of we
8058: need cut BOM code and remove DOS newline chars. but don't
8059: transcode it anyway.
8060:
8061: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
8062: main/pa_http.C: - option for disable transcoding while file_read
8063: and file_read_text added
8064:
8065: 2008-06-10 misha
8066:
8067: * tests/: 179.html, 179.p, results/179.processed: - test for many
8068: classes in 1 file
8069:
8070: * src/main/: compile.C, compile_tools.h: - compile return list of
8071: classes now.
8072:
8073: * src/main/: compile.y, compile.tab.C: - compile return list of
8074: classes now. internals.
8075:
8076: * src/main/pa_request.C: - compile return list of classes now. try
8077: call @conf and @auto for each returned class
8078:
8079: * src/include/pa_request.h: - compile return list of classes now
8080:
8081: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
8082: return list of classes when compile buf)
8083:
8084: 2008-06-07 misha
8085:
8086: * src/main/pa_request.C: - constructing VRequest object with 3rd
8087: param -- form
8088:
8089: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
8090: 3rd param: form. needed for get post_charset
8091:
8092: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
8093: added
8094:
8095: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
8096: types/pa_vform.C, types/pa_vform.h: - some polish
8097:
8098: 2008-06-06 misha
8099:
8100: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
8101: charset and decode chars from it but not from response:charset
8102:
8103: * src/main/pa_http.C: - detect_charset moved out of here
8104:
8105: * src/: include/pa_common.h, main/pa_common.C: - more helpers
8106: methods moved here - unescape_chars accepn one charset now
8107:
8108: * src/main/pa_http.C: - new constants used - don't allow
8109: $.content-type in ^file::load[;http://;$.method[POST]] - add
8110: charset info while ^file::load[;http://;$.method[POST]] - option
8111: $.omit-post-charset(true) added to ^file::load[;http://] for
8112: disabling charset during post
8113:
8114: * src/types/pa_vform.C: - new constants used
8115:
8116: * src/include/pa_common.h: - some constants were added
8117:
8118: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
8119: instead of StrEqNc
8120:
8121: * src/main/pa_common.C: - new method for caseless search
8122: c-substring in c-string - use isxdigit instead of is_hex_digit
8123:
8124: * src/include/pa_common.h: - new method for caseless search
8125: c-substring in c-string
8126:
8127: 2008-06-05 misha
8128:
8129: * tests/results/178.processed: - test for testing default getter
8130:
8131: * tests/178.html: - test for testing default getter
8132:
8133: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
8134: for test for testing default getter
8135:
8136: * src/main/execute.C: - default getter soul
8137:
8138: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
8139: requested objects' field not found
8140:
8141: * src/types/pa_vclass.C: - register default getter if defined - get
8142: default getter if requested field not found
8143:
8144: * src/types/pa_vstateless_object.h: - method get_default_getter was
8145: added
8146:
8147: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8148: pointer to default getter and methods for get/set it were added
8149:
8150: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
8151: auto_name field (for default getter)
8152:
8153: 2008-06-04 misha
8154:
8155: * src/main/pa_xml_io.C: - load external xml in binary mode (no
8156: transcoding, no cutting BOM code, no fixing line breaks) and get
8157: it to libxml "as is"
8158:
8159: 2008-06-03 misha
8160:
8161: * src/main/pa_common.C: - use store_Char instead of
8162: transcodeCharFromUTF8
8163:
8164: * src/: include/pa_charset.h, main/pa_charset.C: - method
8165: store_Char added, transcodeCharFromUTF8 -- removed
8166:
8167: 2008-06-02 misha
8168:
8169: * tests/: results/177.processed, 177.html: - test for checking
8170: .[acm]date after local ^file::load[] was added
8171:
8172: * tests/: results/176.processed, 176.html: - test for checking
8173: @OPTION\locals + @method[vars][locals] added
8174:
8175: * tests/results/auto.p: - CLASS_PATH specified for checking use
8176:
8177: 2008-05-30 misha
8178:
8179: * src/main/: compile.y, compile.tab.C: - changes in compiler:
8180: @OPTION\nlocals + @method[vars][;locals;] were added
8181:
8182: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
8183: moved to separate method op_code - switch from VMethodFrame to
8184: VMethodFrameGlobal + VMethodFrameLocal
8185:
8186: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
8187: was moved to separate method op_code
8188:
8189: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
8190: VMethodFrame now
8191:
8192: * src/types/pa_vstateless_class.h: - stateless class have bool flag
8193: all_vars_local as well
8194:
8195: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
8196: pa_vmethod_frame_local.h, Makefile.am: - who children for
8197: VMethodFrame were added: one (global) works as VMethodFrame
8198: before and second (local) write all vars in self vars scope
8199:
8200: * src/types/pa_method.h: - method has bool flag all_vars_local now
8201:
8202: 2008-05-29 misha
8203:
8204: * tests/: 129.html, results/129.processed: - more tests for
8205: ^table.hash[]
8206:
8207: * src/classes/hash.C: - ^hash::sql has a new option:
8208: $.type[hash|string|table] as ^table.hash[] one.
8209:
8210: * src/classes/op.C: - ^try has 3rd param now: finally code which
8211: executed anyway after try or catch section
8212:
8213: 2008-05-27 misha
8214:
8215: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
8216: must not fail if $.distinct(1) wasn't specified
8217:
8218: 2008-05-26 misha
8219:
8220: * src/classes/op.C: - allow ^throw[my type]
8221:
8222: 2008-05-22 misha
8223:
8224: * configure.in, configure: - version number updated to 3.2.4b
8225:
8226: * src/classes/: op.C, string.C: - trim format string before
8227: eval/format
8228:
8229: * tests/: results/175.processed, 175.html: - more tests for
8230: different format strings in .format[]
8231:
8232: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
8233: as well (not only %XX)
8234:
8235: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
8236: charset specified - checks for format before print number
8237: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
8238: (instead of tabs) removed
8239:
8240: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
8241: charset specified
8242:
8243: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
8244: char in requested charset from utf code was added
8245:
8246: 2008-05-19 misha
8247:
8248: * tests/: 174.html, results/174.processed: - test for
8249: ^hashfile.cleanup[] added
8250:
8251: * src/classes/hashfile.C: - optimization: don't create any key or
8252: value variable if it's name weren't specified
8253: (^hf.foreach[;v]{...})
8254:
8255: 2008-05-16 misha
8256:
8257: * src/classes/hash.C: - optimization: don't create any key variable
8258: if variable name wasn't specified (^h.foreach[;v]{...})
8259:
8260: 2008-05-15 misha
8261:
8262: * src/classes/op.C: - small changes
8263:
8264: * src/classes/hashfile.C: - code reformating (as hash.foreach)
8265:
8266: * src/classes/hash.C: - calculate var_context once before foreach
8267:
8268: 2008-05-14 misha
8269:
8270: * src/classes/hashfile.C: - incorrect vars context calculation for
8271: ^hashfile.foreach[;]{} fixed
8272:
8273: * src/classes/: hash.C, table.C: - little optimisation
8274:
8275: * src/classes/file.C: - bugfix: double absolute path while loading
8276: file
8277:
8278: * tests/: 174.html, results/174.processed: - tests for hashfile
8279: were added
8280:
8281: * buildall-with-xml: - moving to libxslt 1.1.24
8282:
8283: 2008-04-30 misha
8284:
8285: * src/classes/file.C: - stat file while loading (local only) so
8286: .adate, .mdate and .cdate available without additional ::stat
8287:
8288: 2008-04-28 misha
8289:
8290: * src/classes/file.C: - $.name and $.content-type available for
8291: stated file
8292:
8293: 2008-04-14 misha
8294:
8295: * src/targets/cgi/parser3.C: - new year in copyright %-)
8296:
8297: * src/include/pa_version.h: - new version number in head
8298:
8299: 2008-04-10 misha
8300:
8301: * tests/: 080.html, results/080.processed: - cut '0' from
8302: exponential part because of on diff OS it differ (20 or 020 for
8303: ex)
8304:
8305: * tests/: 119.html, results/119.processed: - check for encoding
8306: while creating xdoc
8307:
8308: 2008-04-09 misha
8309:
8310: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
8311:
8312: * src/main/pa_common.C: - comment added
8313:
8314: * src/classes/date.C: - little refactoring
8315:
8316: 2008-04-07 misha
8317:
8318: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
8319: style of ^table.save[]: prepare one big string and sabe it at
8320: once. it's safe on freebsd 4.x but use much more memory.
8321:
8322: * buildall-with-xml, buildall-without-xml: - option
8323: --disable-stringstream added (under comment. use it on freebsd
8324: 4.x)
8325:
8326: 2008-02-22 misha
8327:
8328: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
8329: specified together in file::load[;http] - get back transcoding
8330: $.body[] in file::load[;http]
8331:
8332: 2008-02-21 misha
8333:
8334: * src/classes/date.C: - ^date.gmt-string[] was added
8335:
8336: * src/types/pa_value.C: - method for output date in RFC 822 format
8337: moved to pa_common.h
8338:
8339: * src/include/pa_common.h: - method for output date in RFC 822
8340: format moved here from pa_value.C
8341:
8342: * src/types/pa_vmail.C: - fixed core in sending mail with
8343: attachment in simple mode ($.file[file here]) introduced in 3.2.2
8344:
8345: 2008-02-20 misha
8346:
8347: * src/main/pa_http.C: - transcode $.headers before escaping into
8348: specified charset while ^file::load[...;http://...] (L_URI
8349: instead of L_HTTP_HEADER) - $.cookies param available in
8350: ^file::load[;http://...] now (but we don't parse set-cookies from
8351: response yet) (cookies not transcoded as common $cookies)
8352:
8353: 2008-02-19 misha
8354:
8355: * src/main/pa_request.C: - rollback: we mustn't force taint
8356: $response:field values because in this case
8357: $response:locateion[http://...] don't works.
8358:
8359: 2008-02-15 misha
8360:
8361: * src/classes/op.C: - little refactoring
8362:
8363: * src/main/pa_http.C: - taint names of $.headers for load[;http
8364:
8365: * src/main/pa_request.C: - force taint values of $response:field
8366:
8367: 2008-02-14 misha
8368:
8369: * src/main/pa_request.C: - $response:field transcoded to
8370: $response:charset before escaping now
8371:
8372: * src/main/pa_http.C: - some outdated comments removed
8373:
8374: * src/classes/date.C: - lastdat -> last-day
8375:
8376: * src/classes/date.C: - ^date:lastday(year;month) and
8377: ^date.lastday[] were added - little code refactoring - comments
8378: changes
8379:
8380: * tests/: 159.html, results/159.processed: - test for number of
8381: days in February
8382:
8383: * src/types/pa_value.C: - fixes in code formatting
8384:
8385: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
8386: and comments
8387:
8388: 2008-02-13 misha
8389:
8390: * src/main/pa_common.C: - bugfix for february at leap year
8391:
8392: 2008-01-28 misha
8393:
8394: * tests/: 160.html, results/160.processed: - more test for cache
8395: added
8396:
8397: * src/classes/op.C: - bugfix: cache body executed twice if contains
8398: unhandled exception
8399:
8400: 2008-01-25 misha
8401:
8402: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
8403: bug when hashfile became inavailable after memory:compact)
8404:
8405: * src/lib/sdbm/apr_strings.C: - +arp_malloc
8406:
8407: 2008-01-22 misha
8408:
8409: * src/classes/table.C: - little refactiring and exception texts
8410: changes in method ^table.hash[]
8411:
8412: * src/types/pa_vcookie.C: - link to cookie specification changed
8413:
8414: 2008-01-21 misha
8415:
8416: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
8417: file::exec/cgi
8418:
8419: * src/classes/file.C: - bugfix: core while processing headers if
8420: executed cgi script don't return content
8421:
8422: 2008-01-18 misha
8423:
8424: * buildall-with-xml: - move to libxml2 version 2.6.31
8425:
8426: * src/include/pa_version.h, configure.in: - version number updated
8427: to '3.2.3b'
8428:
8429: 2007-12-28 misha
8430:
8431: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
8432: hash.contains
8433:
8434: 2007-12-27 misha
8435:
8436: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
8437: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
8438: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
8439: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
8440: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8441: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
8442: src/targets/cgi/parser3.vcproj,
8443: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
8444: back to VS2003 because of Apache 1.3 module can't work if it was
8445: built in VS 2005. with cgi all file so VS2003 project files can
8446: be easy converted to the new format.
8447:
8448: 2007-12-04 misha
8449:
8450: * src/types/pa_vcode_frame.h: - changes in comment
8451:
8452: 2007-11-29 misha
8453:
8454: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
8455: intercept strings any longer
8456:
8457: * tests/: 173.html, results/173.processed: - tests for
8458: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
8459: but not in main code frame
8460:
8461: * tests/: 172.html, results/172.processed: - more tests for pass
8462: objects from code frames
8463:
8464: 2007-11-27 misha
8465:
8466: * tests/: 152.html, results/152.processed: - tests for converting
8467: strings 'true'/'false' to bool were added
8468:
8469: * tests/152.html: - added checks for converting strings
8470: 'true'/'false' to bool
8471:
8472: * src/classes/string.C: - ^srting.bool[] now can convert to bool
8473: not only strings with numbers but with values 'true'/'false' as
8474: well
8475:
8476: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
8477: for parser3.log increased
8478:
8479: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
8480:
8481: * src/include/pa_common.h: - remove_crlf return cstring size now
8482:
8483: * src/include/pa_types.h: - constant with buffer size for
8484: parser3.log added
8485:
8486: 2007-11-16 misha
8487:
8488: * tests/cat.sh: - script for tests for file::exec/cgi
8489:
8490: * tests/171.html: - tests for file::exec/cgi
8491:
8492: * tests/results/171.processed: - tests results for file::exec/cgi
8493:
8494: 2007-11-15 misha
8495:
8496: * src/main/pa_exec.C: - fixed incorrect exec code for unix
8497:
8498: * src/classes/file.C: - .body must be set before analyzing cgi
8499: headers
8500:
8501: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
8502: only if exec/cgi return anything.
8503:
8504: 2007-11-14 misha
8505:
8506: * operators.txt: - info about new text|binary option for
8507: file::exec/cgi was added
8508:
8509: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
8510: ^file:exec[[text|binary];script;...]
8511:
8512: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
8513: classes/string.C, classes/table.C: - more text strings moved to
8514: the one place
8515:
8516: 2007-11-09 misha
8517:
8518: * src/types/pa_vrequest.C: - $request:argv must be taint
8519:
8520: * ChangeLog: - $request:argv [patch from Sumo]
8521:
8522: * operators.txt: - $request:argv
8523:
8524: * src/: include/pa_request_info.h, types/pa_vrequest.C,
8525: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
8526:
8527: 2007-10-25 misha
8528:
8529: * buildall-with-xml, buildall-without-xml: - options preparations
8530: for ./configure rewrited
8531:
8532: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
8533: error occure in unhandled_exception finally fixed
8534:
8535: 2007-10-23 misha
8536:
8537: * tests/: 170.html, results/170.processed: - test for
8538: @method[][result]
8539:
8540: * operators.txt: - added info about node.prefix and
8541: node.namespaceURI
8542:
8543: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
8544:
8545: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
8546: added for node and attribute
8547:
8548: 2007-10-22 misha
8549:
8550: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
8551:
8552: * src/main/pa_request.C: - added const content-transfer-encoding
8553:
8554: * src/include/pa_request.h: - added const content-transfer-encoding
8555: - ups. constants must be in lowercase (for search)
8556:
8557: * src/types/pa_vmail.C: - more constants used -
8558: content-transfer-encoding: 8bit added
8559:
8560: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
8561:
8562: * src/include/pa_request.h: - more constants
8563:
8564: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
8565: ommit anymore if $.content-disposition was specified - little
8566: refactoring
8567:
8568: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
8569:
8570: 2007-10-17 misha
8571:
8572: * operators.txt: - info about
8573: table::create[nameless]{data}[>options<] was added
8574:
8575: * src/main/: compile.tab.C, compile.y: - if error occure while
8576: compile method don't put this method in methods table anymore.
8577: in other case the parser coredumped if @unhandled_exception
8578: method can't be compiled because of parser.compile error.
8579:
8580: * src/main/execute.C: - little code reformating
8581:
8582: * src/main/pa_request.C: - little code reformating - comment
8583: changed
8584:
8585: 2007-10-16 misha
8586:
8587: * tests/: 035.html, results/035.processed: - tests
8588: table::create[]{}[options] added
8589:
8590: * src/classes/table.C: - table::create[]{} now accept 3rd param:
8591: options (only $.seperator[] yet)
8592:
8593: 2007-10-10 misha
8594:
8595: * src/classes/table.C: - some contstants moved to pa_common.h -
8596: some code changes
8597:
8598: 2007-10-02 misha
8599:
8600: * src/main/pa_uue.C: - memory usage during uuencode reduced more
8601: then three time as much. but base64 encoding method still use
8602: less memory anyway.
8603:
8604: 2007-09-17 misha
8605:
8606: * operators.txt: - added info about $cookie:fields
8607:
8608: * src/types/pa_vcookie.C: - $cookie:fields available now
8609:
8610: * src/classes/hash.C: - some stuff for use with .for_each moved to
8611: common
8612:
8613: * src/include/pa_common.h: - some stuff for use with .for_each
8614: moved here
8615:
8616: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
8617:
8618: 2007-09-14 misha
8619:
8620: * buildall-with-xml: - new xml libs again =)
8621:
8622: 2007-08-28 misha
8623:
8624: * operators.txt: - texts about ^table.columns[[column name]] and
8625: ^string.split[...][v][column name] were added
8626:
8627: * tests/: 168.html, 169.html, results/168.processed,
8628: results/169.processed: - tests for ^table.columns[[column name]]
8629: and ^string.split[...][v][column name] were added
8630:
8631: * src/classes/table.C: - new option ^table.columns[[column name]]
8632: was added
8633:
8634: * src/classes/string.C: - new option ^string.split[...;v;[column
8635: name]]
8636:
8637: * src/include/pa_exception.h: - error text message for
8638: ^hash._keys[], ^table.columns[] and ^string.split[]
8639:
8640: 2007-08-27 misha
8641:
8642: * src/main/untaint.C: - try to fix coredump on unix if print to
8643: body ^taint[sql][something] outside of connect
8644:
8645: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
8646: outside of connect
8647:
8648: * buildall-with-xml, buildall-without-xml: - strip parser3 was
8649: added (commented by default)
8650:
8651: 2007-08-20 misha
8652:
8653: * operators.txt: - comment about new method ^node.hasAttributes[]
8654: was added
8655:
8656: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
8657: duplicated exception text strings were removed
8658:
8659: * src/include/pa_exception.h: - more exception text strings moved
8660: here
8661:
8662: * src/classes/table.C: - some duplicate exceptions' text strings
8663: removed
8664:
8665: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
8666: xdoc.C, xnode.C: - some duplicate exceptions' text strings
8667: removed
8668:
8669: * src/include/pa_exception.h: - some exception text strings movet
8670: to pa_exception
8671:
8672: * tests/: 149.html, results/149.processed: - test for
8673: ^xnode.hasAttributes[] was added - some code changes
8674:
8675: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
8676: added
8677:
8678: 2007-08-17 misha
8679:
8680: * tests/: results/006.processed, results/059.processed, 006.html,
8681: 059.html: - more tests for match
8682:
8683: * tests/: 129.html, results/129.processed: - tests for
8684: ^table.hash[...][$.type[string|hash|table]] added
8685:
8686: * src/targets/cgi/parser3.C: - little syntax changes
8687:
8688: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
8689: syntax changes
8690:
8691: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
8692: messages in parser3.log switched off by default. If someone
8693: really still need it: use $SIGPIPE(1)
8694:
8695: 2007-08-08 misha
8696:
8697: * buildall-with-xml, buildall-without-xml: - remove libs source
8698: files by default since now
8699:
8700: 2007-08-07 misha
8701:
8702: * buildall-without-xml: - some option syntax changes
8703:
8704: * buildall-with-xml: - compile libxml2 without http support - some
8705: option syntax changes
8706:
8707: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
8708:
8709: 2007-08-06 misha
8710:
8711: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
8712:
8713: * tests/: 160.html, results/160.processed: - cache test was
8714: rewrited
8715:
8716: 2007-07-06 misha
8717:
8718: * tests/: 153.html, results/153.processed: - added test for
8719: ^math:sha1[string]
8720:
8721: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
8722: transcoded
8723:
8724: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
8725: were added
8726:
8727: 2007-06-28 misha
8728:
8729: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
8730: some incorrect chars
8731:
8732: 2007-06-19 misha
8733:
8734: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
8735: were moved on top because of gcc 4 had a problems during
8736: building.
8737:
8738: 2007-06-18 misha
8739:
8740: * tests/results/019.processed: - new image commited
8741:
8742: 2007-06-09 misha
8743:
8744: * src/classes/: op.C, table.C: - in while and table.select method
8745: as_expression used now
8746:
8747: * src/types/pa_vmethod_frame.h: - method as_expression was added
8748:
8749: 2007-06-08 misha
8750:
8751: * tests/: 166.html, results/166.processed: - test for
8752: ^match[...][n]
8753:
8754: * tests/: 165.html, results/165.processed: - tests for loops
8755:
8756: * src/lib/cord/include/private/cord_pos.h: - back to origin value
8757: because of no speed/memory optimisation but some proglems with
8758: long cycles occure
8759:
8760: 2007-06-06 misha
8761:
8762: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
8763: ^table.select(true) and ^table.select(1) didn't works because of
8764: awaiting junction-param only. fixed.
8765:
8766: 2007-05-24 misha
8767:
8768: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
8769: with 0.5 secs interval
8770:
8771: * src/classes/op.C: - cache was rewrited. I hope it works with
8772: locking system now on unix
8773:
8774: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
8775: system locks which wait till other threads release it but try get
8776: lock, if fail wait 1 sec and make 10 attempts.
8777:
8778: * src/include/pa_os.h: - consts for blocking locks + some comments
8779: were added
8780:
8781: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
8782: opening files
8783:
8784: * src/classes/table.C: - changes in includes. if unclude <sstream>
8785: after our classes on unix it can't be build
8786:
8787: * src/types/pa_vhashfile.C: - not needed code removed
8788:
8789: 2007-05-23 misha
8790:
8791: * src/: classes/file.C, classes/op.C, main/pa_common.C,
8792: include/pa_common.h: - cosmetic changes
8793:
8794: 2007-05-18 misha
8795:
8796: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
8797: often. it's give some speed increasing
8798:
8799: * tests/results/160.processed: - returned time corrected
8800:
8801: * tests/160.html: - time increased because on unix 1 mean nothing
8802: :(
8803:
8804: * operators.txt: - added info about ^hash.contain[key]
8805:
8806: * src/classes/hash.C: - added ^hash.contain[key]
8807:
8808: * src/include/pa_hash.h: - added method for checking key exists in
8809: hash
8810:
8811: 2007-05-07 misha
8812:
8813: * src/include/pa_string.h: - was compilation error during build on
8814: freebsd4
8815:
8816: 2007-05-03 misha
8817:
8818: * src/classes/table.C: - option $.type[hash|string|table] was added
8819: for ^table.hash[]
8820:
8821: * src/classes/file.C: - comment removed
8822:
8823: 2007-04-26 misha
8824:
8825: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
8826: real files doesn't opened in place anymore
8827:
8828: 2007-04-24 misha
8829:
8830: * src/classes/math.C: - I thought one more time and remove lg(N) :)
8831:
8832: * src/include/pa_exception.h: "static" removed
8833:
8834: 2007-04-23 misha
8835:
8836: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
8837:
8838: * src/classes/math.C: added: - ^math:ln(N) (the same as
8839: ^math:log(N)) - ^math:lg(N)
8840:
8841: * tests/: 097.html, results/097.processed: - charsets converstion
8842: during ^file::load[text;http://...] added
8843:
8844: * tests/: 164.html, results/164.processed: - check for set expires
8845: as a date
8846:
8847: * tests/: 164.html, results/164.processed: - test for hashfile
8848:
8849: * src/classes/hashfile.C: - little comment changes
8850:
8851: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
8852: access
8853:
8854: * src/: classes/date.C, classes/double.C, classes/file.C,
8855: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
8856: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
8857: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
8858: classes/xnode.h, include/pa_request.h, main/execute.C,
8859: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
8860: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
8861: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
8862: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
8863: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
8864: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
8865: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8866: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
8867: "parser.runtime" strings were removed
8868:
8869: * src/classes/hashfile.C: - with .clear[] called files_delete()
8870: now.
8871:
8872: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
8873:
8874: * src/include/pa_exception.h: - string constant with
8875: "parser.runtime" text was added
8876:
8877: 2007-04-20 misha
8878:
8879: * operators.txt: - some comments changing
8880:
8881: * operators.txt: - added info about .^hashfile.release[],
8882: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
8883:
8884: * configure: =cheching for unsetenv
8885:
8886: * src/classes/hashfile.C: - ^hashfile.cleanup[],
8887: ^hashfile.release[] were added
8888:
8889: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
8890: ^string.match[][] understand new option now: return number of
8891: matches but not table wit results
8892:
8893: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
8894: reopen now
8895:
8896: * src/classes/op.C: - bug. must be false
8897:
8898: * configure.in: - checking for unsetenv was added
8899:
8900: * src/types/pa_vform.C: - some comments
8901:
8902: 2007-04-18 misha
8903:
8904: * buildall-with-xml: moving to libxml2-2.6.28
8905:
8906: * buildall-with-xml, buildall-without-xml: added commented lines
8907: with --disable-safe-mode option
8908:
8909: * operators.txt: - info about $form:files
8910:
8911: 2007-04-17 misha
8912:
8913: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
8914: $form:files was added
8915:
8916: * tests/: 163.html, results/163.processed: removing auto format
8917:
8918: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
8919:
8920: 2007-04-16 misha
8921:
8922: * tests/: 163.html, results/163.processed: - test for .int[],
8923: floor, round, ceiling and .format[]
8924:
8925: * src/classes/file.C: - little optimization for getting args in
8926: exec/cgi
8927:
8928: 2007-04-13 misha
8929:
8930: * src/classes/file.C: - arguments for file::exec/cgi can be
8931: specified now as s table with one column
8932:
8933: 2007-03-27 misha
8934:
8935: * tests/: 162.html, results/162.processed: - test for
8936: ^table.select(^condition[$t])
8937:
8938: * tests/results/auto.p: - load windows-1251 charset for some tests
8939:
8940: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
8941:
8942: * tests/: results/161.processed, 161.html, 161_utf8.txt,
8943: 161_windows1251.txt: - added test for
8944: ^file::load[text;/local/file.txt;$.charset[...]]
8945:
8946: * tests/: results/013.processed, 013.html: - added test for
8947: checking $._default value while hash modifications
8948:
8949: * tests/: 160.html, results/160.processed: - add test for
8950: ^cache[key](secs){code}, ^cache[] and ^cache(0)
8951:
8952: 2007-03-22 misha
8953:
8954: * src/include/pa_common.h: - "charset" string defined for
8955: ^file::load[text;/local.txt] and ^table::load[/table.txt]
8956:
8957: * src/main/: pa_common.C, pa_http.C: - $.charset option for
8958: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
8959: added - not needed transcodes were removed from
8960: ^file::load[...;http://...]
8961:
8962: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
8963: added
8964:
8965: * src/classes/date.C: - date.week was fixed
8966:
8967: * operators.txt: - added info about date.weekyear
8968:
8969: * tests/: 159.html, results/159.processed: - tests for date.week
8970: and date.weekyear added
8971:
8972: 2007-03-15 misha
8973:
8974: * src/classes/table.C: - enclose column numbers for nameless tables
8975: as well
8976:
8977: 2007-03-14 misha
8978:
8979: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
8980:
8981: * src/classes/table.C: - table.save optimization: now required much
8982: less memory
8983:
8984: 2007-03-13 misha
8985:
8986: * tests/results/: 158.processed, 158.processes: - tests for
8987: table.save/table.load
8988:
8989: * tests/: 158.html, results/158.processes: - tests for
8990: table.save/table.load
8991:
8992: * buildall-with-xml: libxml2: --without-ftp --without-docbook
8993:
8994: * buildall-with-xml: - pattern needed now for building
8995:
8996: * tests/results/097.processed: - added test results for xdoc::load
8997: & xdoc::load[http://...]
8998:
8999: * tests/097.html: - added test for xdoc::load
9000:
9001: 2007-03-12 misha
9002:
9003: * tests/: 107.html, results/107.processed: - added test for xpath
9004: '//man'
9005:
9006: 2007-03-01 misha
9007:
9008: * tests/: 097.html, results/097.processed: - added test for
9009: creating xdoc from file
9010:
9011: * tests/: results/157.processed, 157.html: - added test for
9012: file:move
9013:
9014: 2007-02-28 misha
9015:
9016: * src/classes/xdoc.C: - another attempt
9017:
9018: * src/classes/xdoc.C: - roll back last changes for a while
9019:
9020: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
9021:
9022: * src/classes/file.C: - under lock we create non-exist dir anyway
9023:
9024: * tests/results/099.processed: - ever send content-disposition to
9025: client with file
9026:
9027: * tests/157.html: + test for file:copy
9028:
9029: 2007-02-26 misha
9030:
9031: * src/classes/file.C: - some similar strings moved to #define
9032: instead of to be copy/pasted many times
9033:
9034: * src/types/pa_vfile.h: - class name string ("file") moved to
9035: #define
9036:
9037: 2007-02-20 misha
9038:
9039: * bin/auto.p.dist.in: - added lines for sqlite
9040:
9041: * configure.in: - added some strings for sqlite detection
9042:
9043: 2007-02-19 misha
9044:
9045: * operators.txt: - some comments changes
9046:
9047: * buildall-with-xml, buildall-without-xml: - some modifications
9048:
9049: 2007-02-17 misha
9050:
9051: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
9052:
9053: * src/main/pa_request.C: - damn, i forgot to commit it while I
9054: change console behaviour
9055:
9056: 2007-02-12 misha
9057:
9058: * src/targets/cgi/parser3.C: - don't print headers if
9059: $console:line[data] was used during cgi execution.
9060:
9061: * src/types/pa_vconsole.h: - console class have bool flag now which
9062: marked as 'true' if class was used.
9063:
9064: * tests/: 152.html, results/152.processed: - more types was added
9065: to test 152
9066:
9067: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
9068: adding 'bool' (^if($image){} caused exception)
9069:
9070: 2007-02-09 misha
9071:
9072: * tests/: 152.html, results/152.processed: - test alightly updated
9073:
9074: * tests/: 152.html, results/152.processed: - test rewrited
9075:
9076: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
9077: bugfix. I broke xdoc & xnode in expression
9078:
9079: 2007-02-08 misha
9080:
9081: * tests/: 152.html, results/152.processed: - add test for checking
9082: 'def' for void, string, bool, int & double
9083:
9084: 2007-02-07 misha
9085:
9086: * operators.txt: - ^file:base64[filespec] was added
9087:
9088: * tests/results/153.processed: - result test for
9089: ^file:base64[filespec] was updated
9090:
9091: * tests/153.html: - test for ^file:base64[filespec] was added
9092:
9093: * src/types/pa_vconsole.h: - little optimization
9094:
9095: * src/classes/file.C: - ^file:base64[filespec]
9096:
9097: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
9098:
9099: * src/include/pa_common.h: - declarations for
9100: ^file:base64[filespec]
9101:
9102: * src/types/pa_vcookie.C: - little optimization
9103:
9104: 2007-02-06 misha
9105:
9106: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
9107: were temporary commented
9108:
9109: * src/types/pa_vbool.h: - bugfix
9110:
9111: * tests/156.html: - added test for bool cookie
9112:
9113: * src/types/pa_vcookie.h: - not needed string "cookie" removed
9114:
9115: * tests/: 155.html, results/155.processed: - added test for check
9116: $.encloser[] option for table save/load
9117:
9118: * tests/: 153.html, 154.html, todo.txt: - two more tests added
9119:
9120: 2007-02-05 misha
9121:
9122: * tests/results/152.processed: - newline at the end was missed
9123:
9124: * tests/results/141.processed: - math:md5 must be lowercased
9125:
9126: * src/targets/cgi/parser3.C: - 2007 in help ;)
9127:
9128: 2007-02-03 misha
9129:
9130: * tests/results/: 150.processed, 151.processed, 152.processed: -
9131: test for bool added and some content length fixes
9132:
9133: * tests/152.html: - test for bool added
9134:
9135: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
9136:
9137: * operators.txt: - info bool class was added
9138:
1.116 moko 9139: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 9140: classes/classes.vcproj, classes/double.C, classes/int.C,
9141: classes/string.C, classes/void.C, classes/xnode.C,
9142: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
9143: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
9144: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
9145: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9146: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
9147: types/types.vcproj: - bool class was added
9148:
9149: * src/main/pa_request.C: - fix
9150:
9151: 2007-01-18 misha
9152:
9153: * src/: main/pa_string.C, classes/string.C: - return table during
9154: ^string.match[][] even if no matched found.
9155:
9156: 2006-12-20 misha
9157:
9158: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
9159: http://www.parser.ru/forum/?id=55598 ]
9160:
9161: 2006-12-19 misha
9162:
9163: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
9164: details: http://www.parser.ru/forum/?id=52359
9165:
9166: * src/main/pa_request.C: - always set content-disposition for
9167: $response:body[hash here]. more details:
9168: http://www.parser.ru/forum/?id=52130
9169:
9170: 2006-12-07 misha
9171:
9172: * operators.txt: - added info about bool params in cookie set
9173:
9174: * src/types/pa_vcookie.C: - bool param in cookies available now
9175: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
9176: ]
9177:
9178: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
9179: was added
9180:
9181: 2006-12-02 misha
9182:
9183: * src/classes/file.C: - file_block_read used instead of native read
9184:
9185: * src/main/pa_common.C: - added file_block_read with read error
9186: detection - file_block_read used instead of native read
9187:
9188: * src/include/pa_common.h: - added file_block_read declaration
9189:
9190: 2006-12-01 misha
9191:
9192: * operators.txt: - info about $var.CLASS_NAME was added
9193:
9194: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9195: $var.CLASS_NAME added
9196:
9197: * operators.txt: - added info about ^file:copy[]
9198:
9199: * src/classes/file.C: - ^file:copy[from;fo] was added
9200:
9201: 2006-11-20 misha
9202:
9203: * src/classes/date.C: - bug fix :)
9204:
9205: 2006-11-17 misha
9206:
9207: * src/include/pa_common.h: - array in crc32 calculation was changed
9208: to static
9209:
9210: * src/main/pa_common.C: - little optimization in getMonthDays -
9211: small changes in crc32 calculation
9212:
9213: * src/classes/date.C: - not needed code was removed
9214:
9215: 2006-11-16 misha
9216:
9217: * src/types/pa_vmail.C: - fix missed brakes
9218:
9219: * src/types/pa_vmail.C: - mail:send now set content-type:
9220: multipart/related instead of multipart/mixed if file have
9221: $.content-id[]
9222:
9223: 2006-11-15 misha
9224:
9225: * src/types/pa_vdouble.h: abs -> fabs
9226:
9227: 2006-11-14 misha
9228:
9229: * operators.txt: - added info about ^file.md5[] and
9230: ^file:md5[file-name]
9231:
9232: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
9233: added
9234:
9235: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
9236: FILE_BUFFER_SIZE
9237:
9238: * src/classes/math.C: - hex_string was moved to pa_common.h
9239:
9240: * src/include/pa_common.h: - hex_string was moved from math.C -
9241: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
9242:
9243: * src/types/pa_vdouble.h: - incorrect frac detection with negative
9244: values was fixed
9245:
9246: 2006-11-13 misha
9247:
9248: * operators.txt: - added info about ^math:crc32[string],
9249: ^file:crc32[file-name] & ^file.crc32[]
9250:
9251: * src/classes/math.C: - added ^math:crc32[string]
9252:
9253: * src/classes/file.C: - some comments were changed - added
9254: ^file:crc32[file-name] and ^file.crc32[]
9255:
9256: * src/: include/pa_common.h, main/pa_common.C: - some functions for
9257: crc32 calculation added
9258:
9259: 2006-11-03 misha
9260:
9261: * src/include/pa_array.h: - not needed variable removed
9262:
9263: * tests/: 150.html, 151.html, results/150.processed,
9264: results/151.processed: - 2 tests were added
9265:
9266: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
9267: with $.reverse(1) were fixed
9268:
9269: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
9270: query converted to $.charset during ^file::load[http://...]
9271:
9272: 2006-11-02 misha
9273:
9274: * src/include/pa_table.h: ups. forget '=' char
9275:
9276: * src/include/pa_table.h: - one more fix in
9277: .locate[...][$.reverse(1)]
9278:
9279: 2006-11-01 misha
9280:
9281: * src/classes/math.C: - bug fix, details:
9282: http://www.parser.ru/forum/?id=53360
9283:
9284: * src/include/pa_table.h: - bug fix during ^table.locate( condition
9285: false for all records )[$.reverse(1)]
9286:
9287: * src/main/pa_http.C: - second param for this mid method is length
9288: but not end_index so this method has error and can't detect
9289: charsets in next content-types: Content-type: text/html;
9290: charset="windows-1251" Content-type: text/html;
9291: charset="windows-1251"; Content-type: text/html;
9292: charset=windows-1251;
9293:
9294: only Content-type: text/html; charset=windows-1251 was fine
9295:
9296: 2006-10-31 misha
9297:
9298: * src/classes/file.C: - empty args in file::exec removed now
9299:
9300: 2006-09-11 misha
9301:
9302: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
9303: replaced to table::create - some changes in text/code formatting
9304:
9305: 2006-09-03 paf
9306:
9307: * src/classes/file.C: proper tainting of
9308: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
9309:
9310: 2006-06-09 paf
9311:
9312: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
9313:
9314: * src/classes/table.C: formatting
9315:
9316: * src/classes/table.C: incorporated patch from misha: Sent:
9317: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
9318: ignoring string options for ^table.save[]
9319:
9320: * src/classes/hash.C: incorporated patch from misha Sent:
9321: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
9322: $hash._default disappear while
9323:
9324: * operators.txt: ^mail:send[ $.file1[ $.value[file]
9325: $.format[!uue|!base64] << new base64 option. default uue ] ]
9326:
9327: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
9328: PM Subject: patch for base64 in ^mail:send[] %-)
9329:
9330: 2006-04-09 paf
9331:
9332: * src/main/compile.tab.C: ` change compiled
9333:
9334: * gnu.vcproj, operators.txt, parser3.sln,
9335: src/classes/classes.vcproj, src/classes/file.C,
9336: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
9337: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9338: src/classes/xnode.C, src/include/pa_array.h,
9339: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9340: src/include/pa_memory.h, src/include/pa_request.h,
9341: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9342: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9343: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9344: src/lib/pcre/pcre_dftables.vcproj,
9345: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9346: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9347: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9348: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9349: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9350: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9351: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9352: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9353: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9354: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9355: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9356: src/types/pa_value.h, src/types/pa_vcookie.C,
9357: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
9358: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9359: src/types/pa_vstatus.C, src/types/types.vcproj,
9360: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
9361: ^menu, ^hash/hashfile.foreach
9362:
9363: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9364: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
9365: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9366: src/classes/xnode.C, src/include/pa_array.h,
9367: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9368: src/include/pa_memory.h, src/include/pa_request.h,
9369: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9370: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9371: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9372: src/lib/pcre/pcre_dftables.vcproj,
9373: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9374: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9375: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9376: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9377: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9378: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9379: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9380: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9381: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9382: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9383: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9384: src/types/pa_value.h, src/types/pa_vcookie.C,
9385: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9386: src/types/pa_vstatus.C, src/types/types.vcproj,
9387: tests/descript.ion: ! switched to VS2005 (projects and
9388: object<info explicitly typed>.for_each(, info)) +
9389: $response:field[] setting void means removing + grammar $name`
9390: name stops now, for mysql `$field` + started ^break[]
9391: ^continue[], in ^for. TODO: to other iterators (while, menu,
9392: foreach) + all log messages += [uri=, method=, cl=]
9393:
9394: * buildall-with-xml: merged . ftp paths update
9395:
9396: * buildall-with-xml: . ftp paths update
9397:
9398: 2006-03-04 paf
9399:
9400: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
9401: checks++ [thanks to Igor Zinkovsky for detailed report]
9402:
9403: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
9404: Igor Zinkovsky for detailed report]
9405:
9406: 2006-03-01 paf
9407:
9408: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9409: \n to ' ' in
9410:
9411: 2006-02-18 paf
9412:
9413: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9414: \n to ' ' in
9415:
9416: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
9417:
9418: 2006-02-03 paf
9419:
9420: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
9421: base64
9422:
9423: * src/main/pa_common.C: ! bugfix: decoding from base64
9424:
9425: 2006-01-20 paf
9426:
9427: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9428: economy fix
9429:
9430: * src/classes/: table.C: merged from HEAD ! bugfix
9431: ^table.save[$.encloser-s now handled properly
9432:
9433: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
9434: handled properly
9435:
9436: 2006-01-19 paf
9437:
9438: * buildall-with-xml, buildall-without-xml: merged from HEAD !
9439: libgc:USE_MUNMAP activates merging of free memory blocks which
9440: helps a lot in our case: after transform we want
9441: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
9442:
9443: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9444: economy fix
9445:
9446: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
9447: activates merging of free memory blocks which helps a lot in our
9448: case: after transform we want CORD(main.result)->cstr[big
9449: malloc]->transcode[big malloc]
9450:
9451: 2006-01-17 paf
9452:
9453: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
9454: before reading them. got rid of reallocs = became quicker and
9455: less fragmentated
9456:
9457: 2005-12-29 paf
9458:
1.116 moko 9459: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
9460: configure, configure.in, src/include/pa_version.h,
9461: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 9462: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
9463: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
9464: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
9465: src/lib/ltdl/missing: . merged from 3.2.1
9466:
1.116 moko 9467: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
9468: packaged when 'make dist', so do configure companion files in
9469: src/lib/ltdl
9470:
9471: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
9472: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
9473: missing: . now config_auto.h is created with configure [were
9474: constant]
1.95 moko 9475:
9476: * INSTALL: . references to documentation and some clarification
9477:
9478: * buildall-with-xml, buildall-without-xml: . farawell doc
9479: indication
9480:
1.116 moko 9481: * Makefile.am: . dist+=buildall*
1.95 moko 9482:
9483: 2005-12-28 paf
9484:
9485: * configure: . 3.2.1
9486:
9487: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
9488: simplify build process, see INSTALL
9489:
9490: 2005-12-26 paf
9491:
9492: * configure: ver
9493:
9494: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
9495: version
9496:
9497: 2005-12-21 paf
9498:
9499: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
9500: compiled with bison 1.875b, it reports unexpected token names
9501:
9502: 2005-12-19 paf
9503:
9504: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
9505: holds a link to xmlNode to prevent premature gc(xmlNode)
9506:
9507: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
9508: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
9509: src/main/main.vcproj, src/main/pa_globals.C,
9510: src/targets/cgi/parser3.vcproj,
9511: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
9512: configure, configure.in, src/include/pa_version.h: . killing
9513: gdome [what a relief]
9514:
9515: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
9516: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
9517: run_parser.sh, results/001.processed, results/002.processed,
9518: results/003.processed, results/004.processed,
9519: results/005.processed, results/006.processed,
9520: results/008.processed, results/009.processed,
9521: results/010.processed, results/011.processed,
9522: results/012.processed, results/013.processed,
9523: results/014.processed, results/015.processed,
9524: results/016.processed, results/017.processed,
9525: results/018.processed, results/020.processed,
9526: results/021.processed, results/022.processed,
9527: results/023.processed, results/024.processed,
9528: results/025.processed, results/026.processed,
9529: results/027.processed, results/028.processed,
9530: results/029.processed, results/030.processed,
9531: results/031.processed, results/032.processed,
9532: results/033.processed, results/034.processed,
9533: results/035.processed, results/036.processed,
9534: results/037.processed, results/038.processed,
9535: results/039.processed, results/040.processed,
9536: results/041.processed, results/042.processed,
9537: results/043.processed, results/044.processed,
9538: results/045.processed, results/046.processed,
9539: results/047.processed, results/048.processed,
9540: results/049.processed, results/050.processed,
9541: results/051.processed, results/052.processed,
9542: results/053.processed, results/054.processed,
9543: results/055.processed, results/056.processed,
9544: results/057.processed, results/058.processed,
9545: results/059.processed, results/060.processed,
9546: results/061.processed, results/062.processed,
9547: results/063.processed, results/064.processed,
9548: results/065.processed, results/066.processed,
9549: results/067.processed, results/068.processed,
9550: results/069.processed, results/070.processed,
9551: results/071.processed, results/072.processed,
9552: results/073.processed, results/074.processed,
9553: results/075.processed, results/076.processed,
9554: results/077.processed, results/078.processed,
9555: results/079.processed, results/080.processed,
9556: results/081.processed, results/082.processed,
9557: results/083.processed, results/084.processed,
9558: results/085.processed, results/086.processed,
9559: results/087.processed, results/088.processed,
9560: results/089.processed, results/090.processed,
9561: results/091.processed, results/092.processed,
9562: results/093.processed, results/094.processed,
9563: results/095.processed, results/096.processed,
9564: results/097.processed, results/099.processed,
9565: results/100.processed, results/101.processed,
9566: results/102.processed, results/104.processed,
9567: results/105.processed, results/106.processed,
9568: results/107.processed, results/108.processed,
9569: results/109.processed, results/110.processed,
9570: results/111.processed, results/112.processed,
9571: results/113.processed, results/114.processed,
9572: results/115.processed, results/117.processed,
9573: results/119.processed, results/120.processed,
9574: results/121.processed, results/122.processed,
9575: results/123.processed, results/124.processed,
9576: results/125.processed, results/126.processed,
9577: results/127.processed, results/128.processed,
9578: results/129.processed, results/130.processed,
9579: results/131.processed, results/132.processed,
9580: results/133.processed, results/134.processed,
9581: results/135.processed, results/136.processed,
9582: results/138.processed, results/139.processed,
9583: results/140.processed, results/141.processed,
9584: results/142.processed, results/143.processed,
9585: results/144.processed, results/145.processed,
9586: results/146.processed, results/147.processed,
9587: results/148.processed, results/149.processed, results/auto.p: .
9588: now works if we turn off default auto.p
9589:
1.116 moko 9590: * configure: . makes
1.95 moko 9591:
9592: * src/types/pa_vxnode.C: . less warnings
9593:
9594: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
9595: tests/145.html, tests/149.html, tests/descript.ion,
9596: tests/outputs/d.cmd, tests/results/142.processed,
9597: tests/results/143.processed, tests/results/144.processed,
9598: tests/results/145.processed, tests/results/146.processed,
9599: tests/results/147.processed, tests/results/148.processed,
9600: tests/results/149.processed: . removed .nodeValue from all node
9601: types other than 5 (grabbed piece from gdome)
9602:
9603: * tests/: 137.html, results/137.processed: . not handled this case
9604: yet. code does not hang from inserting parent into child,
9605: considering thing minor issue -- nodes are removed from source
9606: anyway, don't know why shold that be an error after all
9607:
9608: * src/targets/cgi/parser3.C: . style
9609:
9610: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
9611: xdoc too [were barking "not element"]
9612:
9613: 2005-12-16 paf
9614:
9615: * tests/: 146.html, 147.html, 148.html: . more tests
9616:
9617: * src/classes/xnode.C: . also bark on possible errors
9618:
9619: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
9620: props
9621:
9622: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
9623: main/compile.y: merged from HEAD ! fixed overoptimized
9624: ^call(false) case. (confused it with ^call[] case)
9625:
9626: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
9627: ^call(false) case. (confused it with ^call[] case)
9628:
9629: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
9630:
9631: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
9632: results/001.processed, results/002.processed,
9633: results/003.processed, results/004.processed,
9634: results/005.processed, results/006.processed,
9635: results/008.processed, results/009.processed,
9636: results/010.processed, results/011.processed,
9637: results/012.processed, results/013.processed,
9638: results/014.processed, results/015.processed,
9639: results/016.processed, results/017.processed,
9640: results/018.processed, results/019.processed,
9641: results/020.processed, results/021.processed,
9642: results/022.processed, results/023.processed,
9643: results/024.processed, results/025.processed,
9644: results/026.processed, results/027.processed,
9645: results/028.processed, results/029.processed,
9646: results/030.processed, results/031.processed,
9647: results/032.processed, results/033.processed,
9648: results/034.processed, results/035.processed,
9649: results/036.processed, results/037.processed,
9650: results/038.processed, results/039.processed,
9651: results/040.processed, results/041.processed,
9652: results/042.processed, results/043.processed,
9653: results/044.processed, results/045.processed,
9654: results/046.processed, results/047.processed,
9655: results/048.processed, results/049.processed,
9656: results/050.processed, results/051.processed,
9657: results/052.processed, results/053.processed,
9658: results/054.processed, results/055.processed,
9659: results/056.processed, results/057.processed,
9660: results/058.processed, results/059.processed,
9661: results/060.processed, results/061.processed,
9662: results/062.processed, results/063.processed,
9663: results/064.processed, results/065.processed,
9664: results/066.processed, results/067.processed,
9665: results/068.processed, results/069.processed,
9666: results/070.processed, results/071.processed,
9667: results/072.processed, results/073.processed,
9668: results/074.processed, results/075.processed,
9669: results/076.processed, results/077.processed,
9670: results/078.processed, results/079.processed,
9671: results/080.processed, results/081.processed,
9672: results/082.processed, results/083.processed,
9673: results/084.processed, results/085.processed,
9674: results/086.processed, results/087.processed,
9675: results/088.processed, results/089.processed,
9676: results/090.processed, results/091.processed,
9677: results/092.processed, results/093.processed,
9678: results/094.processed, results/095.processed,
9679: results/096.processed, results/097.processed,
9680: results/099.processed, results/101.processed,
9681: results/102.processed, results/104.processed,
9682: results/105.processed, results/106.processed,
9683: results/107.processed, results/108.processed,
9684: results/109.processed, results/110.processed,
9685: results/111.processed, results/112.processed,
9686: results/113.processed, results/114.processed,
9687: results/115.processed, results/116.processed,
9688: results/117.processed, results/118.processed,
9689: results/119.processed, results/120.processed,
9690: results/121.processed, results/122.processed,
9691: results/123.processed, results/124.processed,
9692: results/125.processed, results/126.processed,
9693: results/127.processed, results/128.processed,
9694: results/129.processed, results/130.processed,
9695: results/131.processed, results/132.processed,
9696: results/133.processed, results/134.processed,
9697: results/135.processed, results/136.processed,
9698: results/137.processed, results/138.processed,
9699: results/139.processed, results/140.processed,
9700: results/141.processed: . refreshed old tests, made them work
9701: without auto.p (in utf8) . things noted: . gif got encoded
9702: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
9703: some strange year)
9704:
9705: * INSTALL: . revived linux libgc fix
9706:
9707: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
9708: glib/gdome in INSTALL and patches]
9709:
9710: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9711: include/pa_charset.h, include/pa_config_includes.h,
9712: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
9713: include/pa_xml_exception.h, lib/cord/Makefile.am,
9714: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9715: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
9716: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
9717: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
9718: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
9719: types/pa_vxnode.h: . started killing gdome
9720:
9721: 2005-12-13 paf
9722:
9723: * src/main/: pa_request.C: merged from HEAD ! when code in
9724: @unhandled_exception thrown another exception, print correct
9725: origin (earlier code in catch of exception inside of
9726: @unhandled_exception grabbed parent_frame(original_exception)
9727: origin and printed it, instead of true origin)
9728:
9729: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
9730: another exception, print correct origin (earlier code in catch of
9731: exception inside of @unhandled_exception grabbed
9732: parent_frame(original_exception) origin and printed it, instead
9733: of true origin)
9734:
9735: 2005-12-09 paf
9736:
9737: * INSTALL: . updated INSTALL doc to work around linux stack base
9738: detection problem, due to change in gc6.4 code
9739:
9740: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
9741: ignored in ^string.matched :(
9742:
9743: * src/main/pa_string.C: ! regex tainting were ignored in
9744: ^string.matched :(
9745:
9746: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
9747: src/include/pa_config_fixed.h, src/include/pa_version.h,
9748: src/main/compile.y, src/main/compile_tools.h,
9749: src/main/pa_charset.C, src/main/pa_common.C,
9750: src/main/pa_globals.C, src/main/pa_string.C,
9751: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
9752: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
9753:
9754: 2005-12-08 paf
9755:
9756: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
9757: 500 chars now handled OK [were wrapped on 500th char according to
9758: rfc, but sendmail failed to unwrap it properly]
9759:
9760: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
9761: handled OK [were wrapped on 500th char according to rfc, but
9762: sendmail failed to unwrap it properly]
9763:
9764: * src/targets/isapi/parser3isapi.C: . less warnings
9765:
9766: * src/targets/isapi/parser3isapi.C: . undone some strange change
9767: since 3.1.5
9768:
9769: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
9770: link fixes
9771:
9772: * src/: classes/date.C, include/pa_config_fixed.h,
9773: main/compile.tab.C, main/compile.y, main/compile_tools.h,
9774: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
9775: main/pa_string.C, targets/cgi/getopt.c: . less warnings
9776:
9777: * src/include/pa_config_fixed.h: . removed outdated string origins
9778: [in current storage scheme there's no place for them. someday we
9779: can add third CORD to store origins and special version of parser
9780: which stores origins there [separate binary]]
9781:
9782: 2005-12-07 paf
9783:
9784: * src/targets/isapi/parser3isapi.C: . now links in release mode
9785:
9786: * src/include/pa_version.h: makefiles
9787:
9788: * src/include/pa_version.h: . not beta
9789:
9790: * configure, configure.in, src/include/pa_version.h: not beta
9791:
9792: 2005-12-06 paf
9793:
9794: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
9795: [some details here http://i2/tasks/edit/?id=4869912143891354460]
9796: decided to undo the change ^call[$void] passes void. now it will
9797: pass empty string again.
9798:
9799: * src/main/: compile.tab.C, compile.y: . version readded
9800:
9801: * src/classes/op.C: . in this version there is no ^switch[$nothing]
9802: = ^switch[void] problem
9803:
9804: 2005-12-01 paf
9805:
9806: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
9807: caused ^case[string] to be coerced to double since searching
9808: value were not string (it was vvoid)
9809:
9810: * src/classes/op.C: . bugfix ^switch[$void_value] caused
9811: ^case[string] to be coerced to double since searching value were
9812: not string (it was vvoid)
9813:
9814: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
9815: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
9816:
9817: 2005-11-30 paf
9818:
9819: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
9820: win32 must putenv("TZ="), on unix works only putenv("TZ")
9821:
9822: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
9823: putenv("TZ="), on unix works only putenv("TZ")
9824:
9825: * INSTALL: . xml libs versions updated
9826:
9827: * src/main/pa_globals.C: //20051130 trying to remove this, author
9828: claims that fixed a lot there // 20040920 for now both
9829: workarounds needed. wait for new libxml/xsl versions
9830:
9831: 2005-11-28 paf
9832:
9833: * src/classes/table.C: merged from HEAD: ! nameless table has
9834: columns==0
9835:
9836: * src/classes/table.C: ! nameless table has columns==0
9837:
9838: * src/main/pa_http.C: merged from HEAD: ! status line check made
9839: earlier [was totally wrong]
9840:
9841: * src/main/pa_http.C: ! status line check made earlier [was totally
9842: wrong]
9843:
9844: 2005-11-25 paf
9845:
9846: * src/include/pa_array.h: -this reduces speed(table::load) strange.
9847: undoing for now...
9848:
9849: * src/include/pa_version.h: -this reduces speed(table::load),
9850: strange. undoing
9851:
9852: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
9853:
9854: * src/classes/op.C: + ^while(){}[SEPARATOR]
9855:
9856: * src/include/pa_array.h: + optimistics added: all arrays (table
9857: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
9858: this speeds things up and saves memory a LOT! (not noticed
9859: negative effect on syntetic tests, future will tell...)
9860:
9861: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
9862: changed gc_malloc implementation, which obscured profiling
9863:
9864: * src/classes/table.C: merged from HEAD: + optimized
9865: table::load/sql, now row ArrayString-s allocated with
9866: columns.count() elements and don't always grow from
9867: count=3[realloc,realloc]
9868:
9869: * src/classes/table.C: + optimized table::load/sql, now row
9870: ArrayString-s allocated with columns.count() elements and don't
9871: always grow from count=3[realloc,realloc]
9872:
9873: * src/classes/table.C: merged from HEAD: . ^table.save unused
9874: buffer after save
9875:
9876: * src/classes/table.C: . ^table.save unused buffer after save
9877:
9878: 2005-11-24 paf
9879:
9880: * configure.in: . merged glib2-config patch
9881:
9882: * configure.in: + trying to find glib2-config
9883:
9884: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9885: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
9886: file/dir_readable to simple file/dir_exist, this would help in
9887: situations "class not found because .p file has bad rights" << in
9888: that case error would be explicit "access denied to 'this' file"
9889:
1.116 moko 9890: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 9891:
9892: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9893: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
9894: to simple file/dir_exist, this would help in situations "class
9895: not found because .p file has bad rights" << in that case error
9896: would be explicit "access denied to 'this' file"
9897:
9898: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
9899: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9900: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
9901: ^file::exec/cgi[script;$.charset[changed]
9902: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9903: encoded in $.charset charset
9904:
9905: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
9906: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9907: encoded in $.charset charset
9908:
9909: * src/: include/Makefile.am, include/pa_common.h,
9910: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9911: main/pa_common.C, main/pa_http.C: . extracted http:// into
9912: separate file [preparation for
9913: ^file::cgi[script;$.form[$.field1[]
9914:
9915: 2005-11-22 paf
9916:
9917: * src/: include/pa_version.h, main/compile.tab.C: makefiles
9918:
9919: * acinclude.m4, configure.in: . merged underquting fixes
9920:
1.116 moko 9921: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 9922:
9923: * src/classes/op.C: . overmerged a little
9924:
9925: * src/main/compile.tab.C: Makefile
9926:
9927: * src/main/: pa_common.C: . less gcc warnings
9928:
9929: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
9930: now reports original exception if we have no old cache
9931:
9932: * src/classes/op.C: + $exception.handled[cache] now reports
9933: original exception if we have no old cache
9934:
9935: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
9936: from HEAD: + ^taint/untaint[regex] << escapes these:
9937: \^$.[]|()?*+{}
9938:
9939: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
9940: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
9941:
9942: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9943: getenv-ed variable, which does not work both on win32&unix.
9944: copied old TZ value now
9945:
9946: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
9947: stored pointer to getenv-ed variable, which does not work both on
9948: win32&unix. copied old TZ value now
9949:
9950: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9951: getenv-ed variable, which does not work both on win32&unix.
9952: copied old TZ value now
9953:
9954: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
9955: access to internal hash
9956:
9957: * src/types/pa_vresponse.C: + $response:headers access to internal
9958: hash
9959:
9960: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
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/targets/isapi/parser3isapi.C: +
9966: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9967: isapi] this reduces number of "GC Warning: Repeated allocation of
9968: very large block" messages to only important onces
9969:
9970: * src/classes/string.C: merged from HEAD: + removed limitation on
9971: ^string/int/double:sql{}[$.default[({param style})] ]
9972:
9973: * src/classes/string.C: + removed limitation on
9974: ^string/int/double:sql{}[$.default[({param style})] ]
9975:
9976: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
9977: with ?params or $.form option" limitation
9978:
9979: * src/main/pa_common.C: + removed "use either uri with ?params or
9980: $.form option" limitation
9981:
9982: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9983: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
9984: ^file::base64[encoded] decode
9985:
9986: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9987: main/pa_common.C: + ^file.base64[] encode +
9988: ^file::base64[encoded] decode
9989:
9990: * src/classes/: file.C, string.C: + ^string.base64[] encode +
9991: ^string:base64[encoded] decode
9992:
9993: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
9994: ^string:base64[in] encode + ^string.base64[] decode
9995:
9996: 2005-11-21 paf
9997:
9998: * src/classes/file.C: + merged from HEAD:
9999: ^file::create[text;file.xml;^untaint[xml]{data}]
10000:
10001: * src/classes/file.C: +
10002: ^file::create[text;file.xml;^untaint[xml]{data}]
10003:
10004: * src/main/pa_request.C: ! merged: $response:body[file] now
10005: differes from :download, it does not return content-disposition
10006: at all now [previusely it returned valueless content-disposition]
10007:
10008: * src/main/pa_request.C: ! $response:body[file] now differes from
10009: :download, it does not return content-disposition at all now
10010: [previusely it returned valueless content-disposition]
10011:
10012: * src/main/: compile.tab.C, compile.y: ! overoptimized void
10013: literals, reverted to just vvod, recreating empty array with each
10014: void_value token. that's absolutely needed, since that array
10015: grows
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: + merged: expression literals:
10020: true/false. ^format[$.indent(true)]
10021:
10022: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10023: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10024: types/pa_vmethod_frame.h: + expression literals: true/false.
10025: ^format[$.indent(true)]
10026:
10027: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10028: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10029: i386-pc-win32)"
10030:
10031: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10032: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10033: i386-pc-win32)"
10034:
10035: 2005-11-18 paf
10036:
10037: * src/classes/: double.C, int.C: ! ^int/double:sql{select
10038: null}[$.default(123)] will now return default value
10039:
10040: * src/classes/op.C: + merged ^cache[] << returns current cache
10041: expiration time
10042:
10043: * src/classes/op.C: + ^cache[] << returns current cache expiration
10044: time
10045:
10046: * src/classes/table.C: ! merged ^table::create[not'nameless';
10047: failed << Exception.problem_source pointed to local var!
10048:
10049: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
10050: Exception.problem_source pointed to local var!
10051:
10052: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
10053: now loads VFile.ptr!=0, so such files can be saved now
10054:
10055: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
10056: loads VFile.ptr!=0, so such files can be saved now
10057:
10058: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
10059: only . and .. now removed from list [were removed all .*]
10060:
10061: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
10062: .. now removed from list [were removed all .*]
10063:
10064: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
10065: open error now checked, were not :( [stole that piece from apache
10066: 1.3 sources]
10067:
10068: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
10069: checked, were not :( [stole that piece from apache 1.3 sources]
10070:
10071: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
10072: untainting of @main result if returned by $result or
10073: $response:body
10074:
10075: * src/main/pa_request.C: ! ensured proper untainting of @main
10076: result if returned by $result or $response:body
10077:
10078: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
10079: issue: now tries to guess content-length and allocates one big
10080: piece if possible [regretfully gc_realloc works as malloc+free,
10081: leaving lots of holes behind]
10082:
10083: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
10084: fixed file load memory issue: now tries to guess content-length
10085: and allocates one big piece if possible [regretfully gc_realloc
10086: works as malloc+free, leaving lots of holes behind]
10087:
10088: 2005-11-16 paf
10089:
10090: * src/: include/pa_common.h, classes/file.C, classes/table.C,
10091: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
10092: table::save with enclosers now doubles them: "->"" !
10093: table::save/load do not remove elements from options hash
10094:
10095: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
10096: [were overoptimized ^if(double_literal), compiler confused
10097: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10098:
10099: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
10100: [were overoptimized ^if(double_literal), compiler confused
10101: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10102:
10103: * src/: classes/file.C, classes/table.C, include/pa_common.h,
10104: main/pa_common.C: ! table::save with enclosers now doubles them:
10105: "->"" ! table::save/load do not remove elements from options hash
10106:
10107: 2005-11-03 paf
10108:
1.116 moko 10109: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
10110: compilation, not all makefiles liked that
1.95 moko 10111:
10112: 2005-08-30 paf
10113:
10114: * src/classes/op.C: merge . speedup check of [DEFAULT]
10115:
10116: * src/classes/op.C: . speedup check of [DEFAULT]
10117:
10118: 2005-08-26 paf
10119:
10120: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
10121:
10122: * src/: classes/date.C, types/pa_vdate.h: + date.week
10123:
10124: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
10125: complains about bad!=nameless
10126:
10127: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
10128: about bad!=nameless
10129:
10130: * src/classes/: hash.C, string.C, table.C, void.C: merged !
10131: optional options were allowed to be empty. were checked
10132: if(is_string), changed to !defined||is_string to allow void
10133:
10134: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
10135: classes/string.C, classes/table.C, classes/void.C: ! optional
10136: options were allowed to be empty. were checked if(is_string),
10137: changed to !defined||is_string to allow void
10138:
10139: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
10140: as_junction where they needed as_int/double, so failed with
10141: recent "(const) now no junction" optimization
10142:
10143: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
10144: merged ! many classes/* used as_junction where they needed
10145: as_int/double, so failed with recent "(const) now no junction"
10146: optimization
10147:
10148: * src/: classes/double.C, classes/int.C, classes/math.C,
10149: classes/op.C, classes/string.C, classes/table.C,
10150: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
10151: used as_junction where they needed as_int/double, so failed with
10152: recent "(const) now no junction" optimization
10153:
10154: 2005-08-24 paf
10155:
10156: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
10157: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
10158: stripped it
10159:
10160: 2005-08-09 paf
10161:
10162: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10163: not cleared
10164:
10165: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10166: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10167: classes/hashfile.C, classes/image.C, classes/int.C,
10168: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10169: classes/response.C, classes/string.C, classes/table.C,
10170: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10171: include/pa_array.h, include/pa_cache_managers.h,
10172: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10173: include/pa_config_fixed.h, include/pa_config_includes.h,
10174: include/pa_dictionary.h, include/pa_dir.h,
10175: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10176: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10177: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10178: include/pa_request_charsets.h, include/pa_request_info.h,
10179: include/pa_sapi.h, include/pa_socks.h,
10180: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10181: include/pa_stack.h, include/pa_string.h,
10182: include/pa_stylesheet_connection.h,
10183: include/pa_stylesheet_manager.h, include/pa_table.h,
10184: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10185: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10186: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10187: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10188: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
10189: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
10190: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10191: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
10192: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
10193: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
10194: main/pa_sql_driver_manager.C, main/pa_string.C,
10195: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10196: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10197: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10198: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10199: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10200: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
10201: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
10202: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10203: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10204: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
10205: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
10206: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
10207: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10208: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
10209: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
10210: types/pa_vmemory.h, types/pa_vmethod_frame.C,
10211: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10212: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
10213: types/pa_vresponse.C, types/pa_vresponse.h,
10214: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10215: types/pa_vstateless_object.h, types/pa_vstatus.C,
10216: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10217: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10218: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10219: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10220: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
10221:
10222: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10223: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
10224: speedup consequent checks in vmethod_frame
10225:
10226: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10227: not cleared
10228:
10229: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
10230: params: 50 max (were 10)
10231:
10232: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
10233: params: 50 max (were 10)
10234:
10235: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10236: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
10237: pa_wcontext.h: + ^call[$void] param inside now is void (were:
10238: empty string) ! simplified (double) speedup consequent checks in
10239: vmethod_frame
10240:
10241: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
10242: optimized constants in expressions vstring->vdouble + optimized
10243: ^call(vdouble), no junction creation, no calls later
10244:
10245: 2005-08-08 paf
10246:
10247: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
10248: integrated
10249:
10250: * bin/auto.p.dist.in: . apache bad 404 handling workaround
10251: integrated
10252:
10253: * src/main/: compile.tab.C, compile.y, compile_tools.C,
10254: compile_tools.h: merged + optimized constants in expressions
10255: vstring->vdouble + optimized ^call(vdouble), no junction
10256: creation, no calls later
10257:
10258: * src/types/pa_vdouble.h: merged . double values without fractional
10259: part now default printed as %.0f instead of %g
10260:
10261: * src/types/pa_vdouble.h: . double values without fractional part
10262: now default printed as %.0f instead of %g
10263:
10264: * src/classes/hashfile.C: . merged ! second hashfile::open would
10265: cause an exception
10266:
10267: * src/classes/hashfile.C: ! second hashfile::open would cause an
10268: exception
10269:
10270: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
10271: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10272: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10273: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10274: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
10275: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10276: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10277: types/pa_vresponse.h, types/pa_vstateless_class.C,
10278: types/pa_vstateless_object.h, types/pa_vvoid.h,
10279: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10280: merged VJunction(new Junction) optimization from 3.1.4
10281:
10282: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
10283: types/pa_vstateless_class.C: + optimized new VJunction(new
10284: Junction(params)) to new VJunction(params), thousands of mallocs
10285: removed
10286:
10287: 2005-08-05 paf
10288:
10289: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
10290: types/pa_vdouble.h, types/pa_vmethod_frame.C,
10291: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
10292: creation, no calls later
10293:
10294: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10295: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10296: classes/hashfile.C, classes/image.C, classes/int.C,
10297: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10298: classes/response.C, classes/string.C, classes/table.C,
10299: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10300: include/pa_array.h, include/pa_cache_managers.h,
10301: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10302: include/pa_config_fixed.h, include/pa_config_includes.h,
10303: include/pa_dictionary.h, include/pa_dir.h,
10304: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10305: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10306: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10307: include/pa_request_charsets.h, include/pa_request_info.h,
10308: include/pa_sapi.h, include/pa_socks.h,
10309: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10310: include/pa_stack.h, include/pa_string.h,
10311: include/pa_stylesheet_connection.h,
10312: include/pa_stylesheet_manager.h, include/pa_table.h,
10313: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10314: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10315: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10316: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10317: lib/smtp/smtp.h, main/compile.C, main/compile.y,
10318: main/compile_tools.C, main/compile_tools.h, main/execute.C,
10319: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
10320: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
10321: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
10322: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
10323: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
10324: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10325: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10326: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10327: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10328: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10329: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
10330: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
10331: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10332: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
10333: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
10334: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
10335: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
10336: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
10337: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
10338: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
10339: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10340: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10341: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10342: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10343: types/pa_vstateless_object.h, types/pa_vstatus.C,
10344: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10345: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10346: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10347: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10348: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
10349:
10350: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
10351: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
10352: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
10353: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
10354: main/compile.y, main/compile_tools.C, main/compile_tools.h,
10355: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
10356: optimized constants in expressions vstring->vdouble
10357:
10358: 2005-07-29 paf
10359:
10360: * src/types/pa_vclass.C: . shaped up error messages a bit
10361:
10362: * src/types/pa_vclass.C: + property getter can now be overridden
10363:
10364: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
10365: bug fix: static parent fields were not replaced in case
10366: $derived:field[put] + property setter can now be overridden
10367:
10368: 2005-07-28 paf
10369:
10370: * configure, configure.in, src/classes/classes.h,
10371: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
10372: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
10373: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
10374: src/classes/xnode.h, src/include/pa_hash.h,
10375: src/include/pa_version.h, src/main/execute.C,
1.116 moko 10376: src/types/Makefile.am, src/types/pa_method.h,
10377: src/types/pa_value.h, src/types/pa_vclass.C,
10378: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
10379: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
10380: src/types/pa_vcookie.h, src/types/pa_vhash.h,
10381: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
10382: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
10383: src/types/pa_vobject.C, src/types/pa_vobject.h,
10384: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
10385: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
10386: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
10387: src/types/pa_vstateless_class.h,
1.95 moko 10388: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
10389: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
10390: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
10391: dynamic_fields_join
10392:
10393: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
10394: classes/xnode.C, include/pa_hash.h, main/execute.C,
10395: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10396: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10397: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10398: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10399: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10400: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10401: types/pa_vresponse.h, types/pa_vstateless_object.h,
10402: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
10403: types/pa_wwrapper.h: ! restored put_element('replace' param), and
10404: restored its checks in vobject.put_element->static fields |
10405: dynamic properties
10406:
10407: 2005-07-27 paf
10408:
10409: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
10410: is some old code containing @set_name $name
10411:
10412: * src/types/pa_vobject.h: . fixed warning
10413:
10414: * configure, configure.in, src/include/pa_version.h,
1.116 moko 10415: src/types/Makefile.am: 3.2.0beta started
1.95 moko 10416:
10417: * src/: classes/xnode.C, include/pa_hash.h,
10418: types/pa_vstateless_class.C: ! new asserts were all false.
10419: regretfully reverted them all to checks
10420:
10421: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10422: classes/op.C, main/execute.C, types/pa_method.h,
10423: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10424: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10425: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10426: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10427: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10428: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10429: types/pa_vstateless_object.h, types/pa_vvoid.h,
10430: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10431: joined_dynamic_fields: removed unused param from put_method
10432: (returned to 3 params)
10433:
10434: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
10435: joined_dynamic_fields: dynamic get/set works with overriding
10436: props [alpha2]
10437:
10438: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
10439: works [alfa]
10440:
10441: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10442: classes/op.C, include/pa_hash.h, main/execute.C,
10443: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10444: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10445: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10446: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10447: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10448: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10449: types/pa_vresponse.h, types/pa_vstateless_class.C,
10450: types/pa_vstateless_object.h, types/pa_vvoid.h,
10451: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10452: joined_dynamic_fields: just compiled
10453:
10454: * src/: classes/date.C, classes/file.C, classes/hash.C,
10455: classes/hashfile.C, classes/image.C, classes/table.C,
10456: classes/xdoc.C, classes/xnode.h, main/execute.C,
10457: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10458: types/pa_vstateless_class.h: joined_dynamic_fields: started
10459:
10460: * src/types/pa_vobject.C: . object setters [only started, does not
10461: work yet]
10462:
10463: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
10464: object setters [only started, does not work yet]
10465:
10466: 2005-07-26 paf
10467:
10468: * src/: include/pa_request.h, main/execute.C: . properties: set
10469: works [alpha2]. for classes. todo: for objects
10470:
10471: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
10472: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10473: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10474: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10475: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10476: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10477: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10478: types/pa_vstateless_object.h, types/pa_vvoid.h,
10479: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10480: properties: set works [alpha1]
10481:
10482: 2005-07-25 paf
10483:
10484: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
10485: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
10486: properties: started, get works [alpha1, other approach]
10487:
10488: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
10489: properties: started, get works [alpha2]
10490:
10491: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
10492: pa_vstateless_class.h: . properties: started, get works [alpha]
10493:
10494: 2005-07-15 paf
10495:
10496: * src/: classes/classes.h, classes/op.C, main/execute.C,
10497: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
10498: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10499: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10500: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
10501: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
10502: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
10503: types/pa_vresponse.C, types/pa_vresponse.h,
10504: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10505: types/pa_vstateless_object.h, types/pa_vvoid.h,
10506: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
10507: types/pa_wwrapper.h, types/types.vcproj: + started property
10508: [getters work but think of changing them too to precaching]
10509:
10510: 2005-07-08 paf
10511:
10512: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
10513: gpf
10514:
10515: 2005-06-28 paf
10516:
10517: * src/: classes/file.C, main/untaint.C: ! string invariant violated
10518: in passing empty strings to file::exec/cgi environment
10519:
10520: 2005-06-06 paf
10521:
10522: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
10523: ^table:sql ^hash:sql now DO process $.bind option
10524:
10525: 2005-05-24 paf
10526:
10527: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
10528: $.limit] now work again [support was broken in 3.1.4]
10529:
10530: * src/: main/pa_string.C, classes/op.C: . steps toward removing
10531: ALL_INTERIOR_POINTERS
10532:
10533: 2005-05-12 paf
10534:
10535: * configure: 3.1.5beta
10536:
10537: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
10538:
10539: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
10540: $.limit] now work again [support was broken in 3.1.4]
10541:
10542: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
10543: line-width [was refusing to fill if line-width >1, thanks to
10544: Seras <seras@pinxit.lt> for repro case
10545:
10546: 2005-04-25 paf
10547:
10548: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
10549: correctly
10550:
10551: 2005-04-19 paf
10552:
10553: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
10554: in VString violating invariant!!
10555:
10556: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
10557: getenv("TZ")==null
10558:
10559: 2005-04-08 paf
10560:
10561: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
10562: bugfix: when there is no char in charset one byte produces 6
10563: (ÿ <<max). increased buffer size!
10564:
10565: 2005-03-23 paf
10566:
10567: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
10568: ^date.sql-string now takes TZ into account
10569:
10570: 2005-03-16 paf
10571:
10572: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
10573: gcc 3.4
10574:
10575: * src/types/pa_vhash.C: . warning about eof eol
10576:
10577: 2005-02-17 paf
10578:
10579: * operators.txt, src/classes/op.C: + operator ^sleep(double
10580: seconds)
10581:
10582: 2005-02-02 paf
10583:
10584: * src/classes/xnode.C: beauty: removed needless includes
10585:
10586: 2005-01-31 paf
10587:
10588: * src/types/pa_vmail.C: change: $.partX now always 1... change:
10589: $.partNoNumber now alias to $.part1
10590:
10591: * src/types/pa_vmail.C: change: incoming letter part contains
10592: "content-disposition" header with any value? now considering that
10593: part to be "file#" [for text/plain text/html were $.text#
10594: $.html#]
10595:
10596: * INSTALL: updatet to latest working versions available
10597:
10598: 2005-01-20 paf
10599:
10600: * configure.in, src/include/pa_version.h: version
10601:
10602: 2005-01-19 paf
10603:
1.116 moko 10604: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
10605: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
10606: couple warnings in parser3.C
1.95 moko 10607:
10608: 2004-12-23 paf
10609:
10610: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
10611:
10612: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
10613: dir to directory of script (when shbang used), not to directory
10614: of its interpreter
10615:
10616: * src/include/pa_version.h: compiled on win32...
10617:
10618: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
10619: we need more hspace
10620:
10621: * configure, configure.in, src/include/pa_version.h: configured
10622: host to pa_version. will be displayed everywhere
10623:
10624: * src/main/pa_request.C: new: @unhandled_exception can prevent
10625: exception from being logged by setting $exception.handled(1)
10626:
10627: * operators.txt, src/classes/file.C: change:
10628: ^file::sql{query}[[options]] options: $.name[file name]
10629: $.content-type[application/what]
10630:
10631: * src/: include/pa_common.h, main/pa_common.C,
10632: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
10633: new file
10634:
10635: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
10636: bugfix: table->hash now regards _default
10637:
10638: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
10639: created by accessing $name_of_method it acquired bad self=closest
10640: methodframe; instead of proper self (current class)
10641:
10642: * src/types/pa_vhashfile.C: bugfix: reading empty string from
10643: hashfile produced bad cord
10644:
10645: 2004-12-10 paf
10646:
10647: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
10648: subsequent failures though defined in .h
10649:
10650: * src/main/pa_common.C: comment on volatile
10651:
10652: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
10653: alarm function were not used since the beginning due to stupid
10654: error [setsigjmp were not checked in configure.in]
10655:
10656: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
10657: unix too
10658:
10659: * src/main/pa_common.C: http: exception status of send/recv errors
10660: change to most probable http.timeout
10661:
10662: * src/main/pa_common.C: win32: http connection $.timeout option now
10663: works [setsockopt on send/receive]
10664:
10665: 2004-12-08 paf
10666:
10667: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
10668: cstr-ed knowing mail charset, and untainting uri lang now knows
10669: proper charset
10670:
10671: 2004-11-24 paf
10672:
10673: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
10674:
10675: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
10676: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
10677:
10678: 2004-11-12 paf
10679:
10680: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
10681: [since 3.0.4]
10682:
10683: 2004-11-09 paf
10684:
10685: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
10686: writes basics to c:\parser3.log
10687:
10688: 2004-10-21 paf
10689:
10690: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
10691: tainted strings [were returning clean onces]
10692:
10693: 2004-10-15 paf
10694:
10695: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
10696: cycles(i=1; i=2), which was wrong, now does ONE
10697:
10698: 2004-10-12 paf
10699:
10700: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
10701:
10702: 2004-10-07 paf
10703:
10704: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
10705: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
10706: release asserts
10707:
10708: * src/: main/pa_string.C, include/pa_string.h: debugger help:
10709: String.dump() to stdout in detailed form [were String.v() in
10710: short form]
10711:
10712: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
10713: \t\r\n as @#| and truncates long char sequences less
10714:
10715: 2004-10-06 paf
10716:
10717: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
10718: win32 beauty: socket errors properly decoded
10719:
10720: 2004-10-05 paf
10721:
10722: * src/: include/pa_request.h, main/pa_request.C: bugfix:
10723: request::configure_user/admin done always, even if no
10724: file-to-process useful in @unhandled_exception [say, if they
10725: would want to mail by SMTP something]
10726:
10727: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
10728: now performed prior to file loading [and @auto executing] thus
10729: making $cookie:value available in @auto and in
10730: @unhandled_exception when IIS is configured to run interpreter
10731: even if no file exist
10732:
10733: 2004-09-20 paf
10734:
10735: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
10736: somewhere where it should have called xmlMalloc and it calls
10737: xmlFree when it should have not called it. inserted two
10738: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
10739: xmlFree just ignored. put away a testcase, maybe someday libxml
10740: author would fix all that. until that day: we have SLOW garbage
10741: collecting when many xml objects are alive hint: do
10742: ^memory:compact[] before xdoc::create
10743:
10744: 2004-09-17 paf
10745:
10746: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
10747: error from 3.0.8 version]
10748:
10749: 2004-09-14 paf
10750:
10751: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
10752: part bugfix: hashfile.foreach iterated only part if hashfile were
10753: modified inside
10754:
10755: 2004-09-13 paf
10756:
10757: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
10758: [were as octal]
10759:
10760: * src/types/pa_vhashfile.C: beauty: not reproduced
10761: $hashfile.key[$novalue] bug [reported by motorin], inserted
10762: safety-check
10763:
10764: * src/types/pa_vhashfile.C: change: empty keys now error in parser
10765: [not something obscure from sdbm lib]
10766:
10767: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
10768: = strerror now returnes something and we can properly report that
10769: to client
10770:
10771: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
10772: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
10773:
10774: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10775: [tainted as-is] this helps //[space][newline] to remain as-is and
10776: not be unnecessary optimized away [ruining javascript]
10777:
10778: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10779: [tainted as-is]
10780:
10781: * src/classes/mail.C: bugfix: typo error
10782:
10783: 2004-09-09 paf
10784:
10785: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
10786: separators bugfix: loads header with endings \r\n\r\n and \n\n
10787: (bloody yandex.server)
10788:
10789: 2004-09-06 paf
10790:
10791: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
10792: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
10793: encoded
10794:
10795: 2004-09-01 paf
10796:
10797: * src/types/pa_vmail.C: change: multipart/mixed changed to
10798: multipart/related outlook express have no problems showing
10799: unrelated attachments. todo: someday figure out a way of
10800: multipart/mixed multipart/related text/html
10801: image/xxx application/octet-stream << true attachments
10802:
10803: * src/types/pa_vmail.C: new:
10804: ^mail:send[$.file[$.content-disposition can be overriden new:
10805: empty mail header fields removed from letter
10806:
10807: * src/: classes/mail.C, include/pa_config_fixed.h,
10808: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
10809: ^mail:send[ $.file[ $.any[header]
10810:
10811: 2004-08-30 paf
10812:
10813: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
10814: warnings
10815:
10816: * src/main/pa_common.C: beauty: do not bother with charset
10817: detection when ^file::load[binary
10818:
10819: 2004-08-27 paf
10820:
10821: * src/main/pa_common.C: hack: for yandex.server http server
10822:
10823: 2004-08-18 paf
10824:
10825: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
10826: possibly-chunked response
10827:
10828: 2004-08-17 paf
10829:
10830: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10831: $f.content-type now = that of http response
10832:
10833: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10834: $f.content-type now = that of http response
10835:
10836: 2004-07-30 paf
10837:
10838: * src/: include/pa_request.h, main/pa_request.C,
10839: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
10840: win32: system&parser exceptions in release mode reported properly
10841: parser exception in exception handler WERE mistakenly reported as
10842: system exception, without details [in apache & isapi] +some
10843: beauty in exception text
10844:
10845: * src/: include/pa_exception.h, main/pa_request.C,
10846: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
10847: release mode reported properly parser exception in exception
10848: handler WERE mistakenly reported as system exception, without
10849: details
10850:
10851: * src/main/execute.C: beauty: simplified system exception handling
10852:
10853: 2004-07-29 paf
10854:
10855: * src/classes/table.C: bugfix:
10856: ^table.save[export.csv;$.separator[^;]] now works fine [separator
10857: were ignored, and \t used unconditionally]
10858:
10859: * src/types/Makefile.am: added vhash.c
10860:
10861: 2004-07-28 paf
10862:
10863: * src/: classes/date.C, classes/image.C, classes/math.C,
10864: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
10865: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
10866: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
10867: failed on russian letters
10868:
10869: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
10870: bugfix: isspace((unsigned char)c) everywhere. failed on russian
10871: letters
10872:
10873: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
10874: as 'currentDirectory' parameter to CreateProcess
10875:
10876: 2004-07-27 paf
10877:
10878: * src/targets/cgi/parser3.vcproj: beauty: win32:
10879: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
10880: from release somewhere [to help searching for unhandled system
10881: exceptions]
10882:
10883: * src/types/pa_vdate.h: check: for invalid datetime after temporary
10884: TZ shift
10885:
10886: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
10887: but also in ctor
10888:
10889: 2004-07-26 paf
10890:
10891: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
10892: src/main/pa_request.C, src/types/pa_vfile.h,
10893: src/types/pa_vhash.C, src/types/pa_vhash.h,
10894: src/types/types.vcproj: new: $response:body/download[
10895: $.file[name on disk] $.name[of file for user]
10896: $.mdate[date of last-modified. default from directory] ]
10897:
10898: * src/classes/file.C: moving file:send somewhere else..
10899:
10900: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
10901: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
10902: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
10903: $response:download[ $.filename[filename] $.option[] ,, ]
10904:
10905: * src/classes/file.C: beauty: invalid mode thoroughly reported
10906:
10907: 2004-07-21 paf
10908:
10909: * src/types/pa_vmail.C: bugfix: too long header values now splitted
10910: to several lines
10911:
10912: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
10913:
10914: note: ms outlook[!express] shows only first 255 characters of
10915: subject
10916:
10917: 2004-07-15 paf
10918:
10919: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
10920: off]
10921:
10922: 2004-07-14 paf
10923:
10924: * src/classes/table.C: bugfix: $.bind values now got untainted
10925: according to lang [were: as-is]
10926:
10927: 2004-07-07 paf
10928:
10929: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
10930: checked that
10931:
10932: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
10933: now untainted according to their languages. were: as-is.
10934: EVERYWHERE
10935:
10936: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
10937: environment string now untainted according to their languages.
10938: were: as-is. EVERYWHERE
10939:
10940: * src/main/pa_exec.C: bufix: on unix environment string now
10941: untainted according to their languages. were: as-is. on win32:
10942: ok
10943:
10944: * parser3.vssscc: ...would not go unnoticed
10945:
10946: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
10947: fails. in case on input appears nonutf, those bytes will be
10948: printed in %HH form. that can be easily decoded/recovered.
10949:
10950: this form is quite noticable, and hopefully would not go noticed
10951:
10952: 2004-07-06 paf
10953:
10954: * src/main/pa_exec.C: bufix: on unix environment string now
10955: untainted according to their languages. were: as-is. on win32:
10956: ok
10957:
10958: 2004-07-01 paf
10959:
10960: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
10961: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
10962: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
10963: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
10964: main/main.vcproj, targets/cgi/parser3.vcproj,
10965: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
10966: option: global optimization ON
10967:
10968: * src/main/untaint.C: workaround kinda bug in libxml: life requires
10969: to do xdoc::create{invalid chars} standard disables chars less
10970: then \x20, except tab, cr, lf.
10971:
10972: changed tainting so that those become '!'
10973:
10974: 2004-06-25 paf
10975:
10976: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10977: int on odd address [prev bugfix failed due to superwize
10978: optimizer, which turned memcpy into same 'ld' asm command]
10979:
10980: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10981: int on odd address
10982:
10983: 2004-06-22 paf
10984:
10985: * src/sql/pa_sql_driver.h: note: about possible optimization
10986:
10987: * operators.txt, src/classes/hash.C, src/classes/memory.C,
10988: src/classes/string.C, src/classes/table.C, src/classes/void.C,
10989: src/include/pa_config_includes.h: new: ^void:sql{call
10990: paf(:a)}[ $.bind[ $.a[2]
10991: ] ] output variables work. todo: check in out
10992: variables
10993:
10994: 2004-06-18 paf
10995:
10996: * src/: classes/file.C, classes/hash.C, classes/string.C,
10997: classes/table.C, classes/void.C, include/pa_globals.h,
10998: include/pa_sql_connection.h, main/compile.tab.C,
10999: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
11000: $.bind[ $.a[2] ]
11001: ] input variables work. todo:output
11002:
11003: * src/targets/cgi/parser3.C: bugfix: iis specific
11004: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
11005: /_bug.html?404;http://hpsv/test/
11006: --------------------------------------------------------------------------------
11007: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
11008: --------------------------------------------------------------------------------
11009: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
11010:
11011: 2004-06-16 paf
11012:
11013: * src/targets/cgi/parser3.C: new: iis specific
11014: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
11015: $request:query
11016: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
11017: $form:fields IIS-STATUS="404"
11018: IIS-DOCUMENT="http://server/_bug.html" f="v"
11019:
11020: todo: isapi too
11021:
11022: 2004-05-26 paf
11023:
11024: * src/include/pa_version.h: 3.1.3
11025:
11026: * operators.txt: beauty: removed outdated level 'table'
11027:
11028: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
11029:
11030: * src/main/pa_string.C: beauty: removed 3 warnings
11031:
11032: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
11033: classes/op.C: beauty: removed outdated level 'table'
11034:
11035: 2004-05-25 paf
11036:
11037: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
11038: implementation. mistery: how anything worked
11039:
11040: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
11041: changed, it is now safe to use url if pointers to it are stored
11042: to gc mem
11043:
11044: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
11045: unknown errors reported and not cause SIGSEGV now
11046:
11047: 2004-05-24 paf
11048:
11049: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11050: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
11051: less memory: CORD_chars_block originally intended to ... it was
11052: good that CORD_chars_block were not used: it consumes more memory
11053: [and, might be slow too] undoing that. [and removed that func so
11054: that it would not confuse parser developer in future]
11055:
11056: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
11057: less memory: CORD_chars_block originally intended to
11058: speedup/reduce mem usage were forgotten, and were used stupid
11059: CORD_chars
11060:
11061: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
11062:
11063: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
11064: BIGENDIAN processors space-conserving mech failed, causing
11065: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
11066: (1|2|3));
11067:
11068: 2004-05-14 paf
11069:
11070: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
11071: bugfix: void now has vfile value, and $response:body[] works OK
11072:
11073: 2004-05-12 paf
11074:
11075: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
11076: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
11077: sources to use is_defined() {return as_bool();} along VBool
11078:
11079: 2004-05-11 paf
11080:
11081: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
11082: referencing to local objects
11083:
11084: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
11085: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
11086: left intact
11087:
11088: 2004-04-15 paf
11089:
11090: * src/classes/date.C: merged: beauty: unused var removed
11091:
11092: * src/classes/date.C: beauty: unused var removed
11093:
11094: * src/include/: pa_exec.h: bugfix: interface without pointer
11095: provoked bug
11096:
11097: 2004-04-09 paf
11098:
11099: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
11100:
11101: * src/types/pa_vform.C: bugfix: form:imap were incorrect
11102:
11103: 2004-04-08 paf
11104:
11105: * src/classes/date.C: new: ^date::create[y-m-d
11106: h-M-s>>.milliseconds<<] now allowed, ignored so far
11107:
11108: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
11109:
11110: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
11111: to consult default catalog [usually, that file belongs to other
11112: user/group]
11113:
11114: 2004-04-06 paf
11115:
11116: * src/main/pa_common.C: beauty: gcc warning removed
11117:
11118: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
11119: accept that trick, trying other
11120:
11121: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
11122: explicit result problem
11123:
11124: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
11125: explicit result problem
11126:
11127: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
11128: explicit result problem
11129:
11130: * operators.txt, src/classes/string.C: new: ^string.append[string]
11131:
11132: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
11133: main/execute.C: attempt_check_call_in_explicit_result_mode:
11134: failed
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/pa_common.C: bugfix: of 1.175 bugfix:
11142: http://i.p.a.ddress gethostbyaddr added [on some platforms
11143: gethostbyname failed with such 'domains'] now checked properly,
11144: were: needless reverse/forward dns lookup
11145:
11146: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
11147: @method[][result] means "no string output here" moved to lexical
11148: level [on grammar level it were too difficult]
11149:
11150: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
11151: src/main/compile.y, src/main/compile_tools.h,
11152: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
11153: @method[][result] means "no string output here", implemented part
11154: of that idea: compiler throws away string literal generation
11155: code. and barks nonwhitespace chars
11156:
11157: * operators.txt: truth: removed comment about $ORIGIN
11158:
11159: 2004-04-05 paf
11160:
11161: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
11162: src/include/pa_version.h, src/main/pa_common.C,
11163: src/targets/isapi/parser3isapi.C: merged with 3.1.3
11164:
11165: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
11166: Konstantin Tomashevitch [mailto:konst@design.ru]
11167:
11168: * src/doc/html2chm.cmd: beauty: no need in bg here
11169:
11170: * src/doc/sources2html.cmd: beauty: same window, in bg it
11171: interfered with FAR console
11172:
11173: * configure, configure.in: 3.1.3
11174:
11175: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
11176:
11177: * src/main/pa_common.C: removed warning
11178:
11179: * src/include/pa_version.h: 3.1.3
11180:
11181: 2004-04-02 paf
11182:
11183: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
11184:
11185: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
11186: allows to specify where to put parser log file
11187:
11188: 2004-04-01 paf
11189:
11190: * src/classes/table.C: bugfix: bugfix: table::load last line
11191: without tab and enter were ignored
11192:
11193: * src/: include/pa_cache_managers.h, include/pa_globals.h,
11194: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
11195: main/pa_socks.C, targets/cgi/parser3.C,
11196: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
11197: bugfix: sql connections now are disconnected
11198:
11199: 2004-03-30 paf
11200:
11201: * src/classes/table.C: bugfix: table::load last line without tab
11202: and enter were ignored
11203:
11204: * src/classes/table.C: bufix: if last table lines were commented,
11205: gpfed
11206:
11207: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
11208: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
11209: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
11210: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
11211: doc/methoded.dox, doc/object.dox, doc/string.dox,
11212: doc/targets.dox, doc/value.dox, include/pa_version.h,
11213: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
11214: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
11215: bugfixes from 3.1.2, changed version to 3.1.3beta
11216:
11217: 2004-03-29 paf
11218:
11219: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
11220: causes gpf
11221:
11222: * src/doc/: ClassExample1.dox, ClassExample2.dox,
11223: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
11224: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
11225: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
11226: value.dox: translated to english
11227:
11228: 2004-03-25 paf
11229:
11230: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
11231: parser3project dependency removed
11232:
11233: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
11234: bugfix: refused to compile without xml
11235:
11236: * src/types/pa_vform.C: beauty: removed warning
11237:
11238: * src/classes/classes.vcproj: merged bugfix: now all compiles in
11239: any folder [removed last ;) folder dependency]
11240:
11241: * src/classes/classes.vcproj: bugfix: now all compiles in any
11242: folder [removed last ;) folder dependency]
11243:
11244: * src/include/pa_version.h: release
11245:
11246: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
11247:
11248: * src/classes/table.C: beauty: comment& more meaningful error
11249: message
11250:
11251: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
11252: $.hash[$.column_value1(true) ... ] [were producing some strang
11253: thing]
11254:
11255: 2004-03-23 paf
11256:
11257: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
11258: and http status line parsing checked number of columns in table
11259: [user reported an assert]
11260:
11261: * operators.txt: example: on hashfile
11262:
11263: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
11264: bugfix: junction reattach now actually reattaches a junction to
11265: new wcontext [were only assigning it to junction, which caused
11266: junction tracking to loose junction, and it's context were not
11267: killed, and it tried to process in invalid context, gpf]
11268:
11269: * src/targets/cgi/parser3.C: debug helper added
11270:
11271: 2004-03-19 paf
11272:
11273: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
11274: "type(type)" in braces
11275:
11276: 2004-03-10 paf
11277:
11278: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
11279: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11280: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
11281: solution to search-in-namespaces problem:
11282: $xdoc.search-namespaces.x[http://pif.design.ru/]
11283: $nodes[^xdoc.select[//x:second]]
11284:
11285: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
11286: expression][[NAMESPACES HASH]] allows to search for info in
11287: namespaces
11288:
11289: $nodes[^xdoc.select[//x:second][
11290: $.x[http://pif.design.ru/] ]]
11291:
11292: 2004-03-09 paf
11293:
11294: * operators.txt, src/main/pa_common.C: new:
11295: ^file::load[...][options] $.form[
11296: !$.field1[string]
11297: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
11298: ] !$.body[string]
11299:
11300: GET ?here notGET(POST, HEAD, others) in content-type:
11301: application/x-www-form-urlencoded
11302:
11303: todo: upload files ability
11304:
11305: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
11306: properly, done
11307:
11308: 2004-03-05 paf
11309:
11310: * operators.txt, src/main/pa_common.C: new: file::load[;http://
11311: GET/POST $.form[$.fields started, not tested yet
11312: todo:$.field[table] for multiple values
11313:
11314: * operators.txt: new: http:// options $.user $.password basic
11315: authorization
11316:
11317: * src/main/pa_common.C: beauty: link to rtf added
11318:
11319: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
11320: new: http:// options $.user $.password basic authorization
11321:
11322: * src/main/pa_common.C: beauty: removed needless vars
11323:
11324: * operators.txt: new: pgsql option [like that recently added to
11325: oracle driver] ClientCharset=parser-charset <<
11326: charset in which parser thinks client works
11327:
11328: * operators.txt: new: odbc option [like that recently added to
11329: oracle driver] ClientCharset=parser-charset <<
11330: charset in which parser thinks client works
11331:
11332: * src/sql/pa_sql_driver.h: beauty: important warning added
11333:
11334: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
11335: char!
11336:
11337: * etc/parser3.charsets/windows-1251.cfg: typo
11338:
11339: 2004-03-04 paf
11340:
11341: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
11342: cached, sql transcoding now goes faster
11343:
11344: * operators.txt: new: mysql option [like that recently added to
11345: oracle driver] ClientCharset=parser-charset <<
11346: charset in which parser thinks client works
11347:
11348: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
11349: typo error
11350:
11351: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
11352: chars commented
11353:
11354: 2004-03-03 paf
11355:
11356: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
11357: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
11358:
11359: 2004-03-02 paf
11360:
11361: * operators.txt: new[update typo]: !^void.left(n)
11362: nothing !^void.right(n) nothing !^void.mid(p[;n])
11363: nothing
11364:
11365: * operators.txt, src/classes/void.C: new: !^void.left(n)
11366: nothing !^void.right(n) nothing !^void.pos(p[;n])
11367: nothing
11368:
11369: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
11370: ^file::sql[[name_to_become_$.name]]{} query result must be one
11371: row with columns: first: data second: file name third:
11372: content-type
11373:
11374: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
11375: ^connect gets properly escaped string, which can be passed to
11376: request now this for mysql only. it's up to parser sql driver to
11377: fix zeros properly
11378:
11379: * INSTALL: note: added on building apache with this option:
11380: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
11381:
11382: 2004-03-01 paf
11383:
11384: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
11385: extension memory:compact befor processingrequest
11386:
11387: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
11388: call sole column of result
11389:
11390: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
11391: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
11392: pixel color
11393:
11394: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
11395: beauty: image -- less checks [were ugly impl]
11396:
11397: * src/classes/string.C: bugfix: ^string.left/right/mid with
11398: negative values now considered bad
11399:
11400: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
11401:
11402: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
11403: options now have unified defaults [after transform
11404: indent/omit-xml-declaration/standalone 'default' erroreously
11405: meant 'true']
11406:
11407: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
11408: added [on some platforms gethostbyname failed with such
11409: 'domains']
11410:
11411: * src/include/pa_config_auto.h.in: no select check, no define
11412:
11413: * src/classes/string.C: feature: ^string.trim both parameters may
11414: be empty-strings, meaning kind=both chars=whitespaces
11415:
11416: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
11417: exist
11418:
11419: * src/classes/string.C: check: trim 'chars' must not be empty,
11420: exception if it is
11421:
11422: * src/classes/string.C: changed: ^string.trim [] << both,
11423: whitespaces [start|both|end] << kind, whitespaces
11424: [start|both|end;chars] full
11425:
11426: 2004-02-27 paf
11427:
11428: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
11429: method: ^string.trim[start|both|end[;chars]] default
11430: 'chars' -- whitespace chars finished
11431:
11432: * operators.txt, src/classes/string.C, src/include/pa_string.h,
11433: src/main/pa_string.C: new method:
11434: ^string.trim[start|both|end[;chars]] default 'chars' --
11435: whitespace chars started, only start works
11436:
11437: * src/main/compile.C: bugfix: line numbers after
11438: ^process{}[$.line(-10]] can be negative, allowed to print they as
11439: signed
11440:
11441: * src/main/untaint.C: speed: there's no \n chars in output
11442: [normally], so no need to optimize them they could be retrived
11443: from databases, though. but 1. should be replaced 2. if not
11444: optimized, no harm done
11445:
11446: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
11447: ^file::exec/cgi could return invalid status & zombie child can
11448: remain for short period until process exists [very bad in
11449: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
11450:
11451: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
11452: malicious SMTP server to attack as by returning too long status
11453: responses http://i2/tasks/edit/?id=4629448401140924947
11454:
11455: 2004-02-26 paf
11456:
11457: * operators.txt: feature: ^process...{CODE}[now has options] which
11458: are $.main[to what to rename @main] $.file[file,
11459: from which (user says) goes that CODE] $.lineno(line
11460: number in that file, where CODE starts. may be negative)
11461:
11462: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11463: src/main/compile.C, src/main/compile_tools.h,
11464: src/main/pa_request.C: feature: ^process...{CODE}[now has
11465: options] which are $.main[to what to rename @main]
11466: $.file[file, from which (user says) goes that CODE]
11467: $.lineno(line number in that file, where CODE starts. may be
11468: negative)
11469:
11470: 2004-02-25 paf
11471:
1.116 moko 11472: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
11473: old @charsetsdir@ recently erased from configure.in]
1.95 moko 11474:
11475: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
11476: produces hash of column=>1
11477:
11478: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
11479: with incomplete errno constants set
11480:
11481: 2004-02-24 paf
11482:
11483: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
11484: "man select"
11485:
11486: * src/main/pa_os.C: beauty: <0 better then ==-1
11487:
11488: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
11489:
11490: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
11491:
1.116 moko 11492: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 11493:
11494: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
11495: unix: steps to work on unix [extracted 'to']
11496:
11497: * src/classes/mail.C: smtp on unix: steps to work on unix
11498:
11499: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
11500:
1.116 moko 11501: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
11502: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
11503: unix [testing on solaris]
1.95 moko 11504:
11505: 2004-02-20 paf
11506:
11507: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
11508: pointing that out
11509:
11510: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
11511: fixed again [same solution, mistanenly removed one line]
11512:
11513: 2004-02-19 paf
11514:
11515: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
11516: date::create from bad datetime in spring daylightsaving hole now
11517: OK for all platforms [on some platforms it failed]
11518:
11519: * src/classes/: date.C, image.C: beauty: date::create[bad date time
11520: in daylightsaving hole] now throws error
11521:
11522: * src/classes/date.C: comment: mistake fixed
11523:
11524: 2004-02-18 paf
11525:
11526: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
11527: now renderes in $request:charset, but in header puts
11528: $response:charset todo: make that default only so that coder
11529: could override that
11530:
11531: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
11532: turns off omit-xml-declaration
11533:
11534: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
11535: /.xsl for sample
11536:
11537: 2004-02-17 paf
11538:
11539: * src/classes/xdoc.C: beauty: needless helper class removed
11540:
11541: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
11542: copied extra time
11543:
11544: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
11545: part of libxml
11546:
11547: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
11548: libxml to do the work] <xsl:output method="html"
11549: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
11550: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
11551: />
11552:
11553: * src/classes/xdoc.C: beauty: no <meta ... charset generated
11554:
11555: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
11556: caused assertion
11557:
11558: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
11559: could hang. now such add does nothing, sub clears $hash
11560:
11561: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
11562: not made quoted-printable
11563:
11564: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
11565: string invariant
11566:
11567: 2004-02-16 paf
11568:
11569: * src/main/pa_globals.C: bugfix: xml errors copy from library now
11570: cleared [were not cleared properly]
11571:
11572: 2004-02-13 paf
11573:
1.116 moko 11574: * src/include/pa_version.h: prerelease
1.95 moko 11575:
11576: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
11577: used, introducing dependencies timestamp check
11578:
11579: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11580: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
11581: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
11582: .xsl.stamp now not used, introducing dependencies timestamp check
11583:
11584: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
11585:
11586: 2004-02-12 paf
11587:
11588: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
11589: ruined empty <input type=file> submits. parser thought there were
11590: nameless empty file and $form:field got value of type 'file'
11591:
11592: * INSTALL: --without-threads
11593:
11594: * src/include/pa_sapi.h: 2004
11595:
11596: 2004-02-11 paf
11597:
11598: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11599: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11600: classes/hashfile.C, classes/image.C, classes/int.C,
11601: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11602: classes/response.C, classes/string.C, classes/table.C,
11603: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11604: include/pa_array.h, include/pa_cache_managers.h,
11605: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11606: include/pa_config_fixed.h, include/pa_config_includes.h,
11607: include/pa_dictionary.h, include/pa_dir.h,
11608: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11609: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11610: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11611: include/pa_request_charsets.h, include/pa_request_info.h,
11612: include/pa_socks.h, include/pa_sql_connection.h,
11613: include/pa_sql_driver_manager.h, include/pa_stack.h,
11614: include/pa_string.h, include/pa_stylesheet_connection.h,
11615: include/pa_stylesheet_manager.h, include/pa_table.h,
11616: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11617: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11618: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11619: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11620: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11621: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11622: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11623: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11624: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11625: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11626: main/pa_sql_driver_manager.C, main/pa_string.C,
11627: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
11628: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
11629: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11630: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11631: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11632: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11633: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11634: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11635: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11636: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11637: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11638: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11639: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11640: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11641: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11642: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11643: types/pa_vresponse.h, types/pa_vstateless_class.C,
11644: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11645: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11646: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11647: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11648: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11649: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
11650:
11651: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
11652: debug version of gc.dll
11653:
11654: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11655: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11656: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
11657: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
11658: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
11659: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
11660: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
11661: processes
11662:
11663: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
11664: main/pa_globals.C, targets/cgi/parser3.vcproj,
11665: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
11666: changes 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, types/types.vcproj: continued changes
11671: to reflect libxml xsl new folders
11672:
11673: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11674: lib/smtp/smtp.vcproj, main/main.vcproj,
11675: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
11676: types/types.vcproj: started changes to reflect libxml xsl new
11677: folders
11678:
11679: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
11680: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
11681: src/main/compile.tab.C, src/main/main.vcproj,
11682: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
11683: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
11684: started changes to reflect libxml xsl new folders
11685:
11686: 2004-02-10 paf
11687:
11688: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
11689: compile. recommened latest libxml up to date
11690:
11691: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
11692: pattern compilation errors", on which spent 4 hours worktime. use
11693: versions higher than that. recommended now latest up to date
11694:
11695: 2004-02-06 paf
11696:
11697: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
11698: beauty: unified destructing style
11699:
11700: * src/main/untaint.C: beauty: removed old def/ifdef
11701:
11702: * src/main/untaint.C: beauty: coredump @unknown untaint language
11703: now
11704:
11705: 2004-02-03 paf
11706:
11707: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
11708: targets/isapi/parser3isapi.C, types/pa_value.C,
11709: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
11710: then %ld/%lu
11711:
11712: * src/main/pa_common.C: typo: %l -> %u
11713:
11714: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
11715: in attributes or documents-results of transform now not xx;
11716:
11717: * src/classes/xnode.C: memleaks found: not fixed yet. todo
11718:
11719: * src/main/pa_charset.C: bugfix: forgot to undo some
11720:
11721: * src/main/pa_charset.C: beauty: uncomment
11722: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
11723: libraries
11724:
11725: 2004-02-02 paf
11726:
11727: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
11728: $cookie:example[ $.value[value] $.path[/there/] ]
11729:
11730: $cookie:example[ $.value[] $.expires[session]
11731: $.path[/there/] $.domain[test.com] ]
11732:
11733: * src/types/pa_vform.C: bugfix: empty values with
11734: enctype=multipart/form-data now produce entries in $form:tables
11735: <form method=post enctype=multipart/form-data> <input type=hidden
11736: name=a> <input type=hidden name=b>
11737:
11738: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
11739: <hr> <pre>$request:body
11740:
11741: 2004-01-30 paf
11742:
11743: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
11744: or documents-results of transform now not xx;
11745:
11746: * src/classes/date.C: bugfix: ^date::create[invalid fields now
11747: produce exception.
11748:
11749: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
11750: bugfix: ^date::create[invalid fields now produce exception.
11751:
11752: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
11753: year] now produces exception. todo: check other fields
11754:
11755: 2004-01-29 paf
11756:
11757: * src/include/pa_memory.h: typo error
11758:
11759: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
11760: more byte then specified, then zeroed it << useless and
11761: potentially harmful(could gpf)
11762:
11763: 2004-01-22 paf
11764:
11765: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
11766:
11767: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
11768: optimization
11769:
11770: * src/main/untaint.C: bugfix: whitespace now optimized properly
11771: [were bug: ^taint[1 & 2]="1 &2"
11772:
11773: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
11774: errors
11775:
11776: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
11777: overflow
11778:
11779: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
11780: error-reporting code * in parser-error reporting code [when no
11781: @unhandled_exception defined]
11782:
11783: fixed in one place: my *snprintf override
11784:
11785: 2004-01-13 paf
11786:
11787: * operators.txt: typo erro
11788:
11789: 2003-12-25 paf
11790:
11791: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
11792: garbled [pieces after zero bytes were removed]
11793:
11794: 2003-12-22 paf
11795:
1.116 moko 11796: * src/include/Makefile.am: bugfix: removed from dist:
11797: src/include/pa_config_auto.h which were configured for
1.95 moko 11798: make-dist-platform and badly updated proper config file in target
11799: [when .tar used for updating existing source tree]
11800:
11801: * ChangeLog, operators.txt, src/classes/op.C,
11802: src/include/pa_sql_connection.h,
11803: src/include/pa_sql_driver_manager.h,
11804: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
11805: feature: sql introducing ability to transcode charsets
11806:
11807: 2003-12-19 paf
11808:
11809: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
11810: error message
11811:
11812: * src/main/pa_charset.C: bugfix: memory for charsethandler
11813: structure for libxml now allocated properly
11814:
11815: 2003-12-17 paf
11816:
11817: * src/types/pa_vfile.C: beauty: removed outdated cast
11818:
11819: * src/main/pa_common.C: bugfix: empty http response caused gpf
11820:
11821: * src/include/pa_string.h: bugfix: removed too strong a assert
11822:
11823: * src/main/pa_globals.C: bugfix: removed false warning [warning:
11824: unreported xmlGenericErrors]
11825:
11826: 2003-12-15 paf
11827:
11828: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
11829: works}
11830:
11831: 2003-12-11 paf
11832:
11833: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
11834: id
11835: !$status:tid thread id
11836:
11837: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
11838: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
11839: bugfix(solaris): removed dependency on object initialization
11840: order [one more place]
11841:
11842: * src/: classes/file.C, classes/mail.C, classes/op.C,
11843: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
11844: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
11845: understand that
11846:
11847: * src/: classes/file.C, classes/mail.C, classes/op.C,
11848: classes/xdoc.C, include/pa_cache_managers.h,
11849: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11850: include/pa_stylesheet_manager.h, main/pa_request.C,
11851: main/pa_stylesheet_manager.C, types/pa_vimage.C,
11852: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
11853: ctor call [relying on implicit String::Body(cstr) call]
11854:
11855: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
11856: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
11857: object initialization order [two places]
11858:
11859: 2003-12-10 paf
11860:
11861: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
11862: << time now ok
11863:
11864: * operators.txt, src/main/pa_sql_driver_manager.C,
11865: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
11866: operational
11867:
11868: * ChangeLog, operators.txt, src/classes/xdoc.C,
11869: src/include/pa_charset.h, src/include/pa_sql_connection.h,
11870: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
11871: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
11872: back operational
11873:
11874: 2003-12-02 paf
11875:
11876: * src/types/pa_vmail.C: bugfix:
11877: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
11878: as-is forced]
11879:
11880: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
11881: exceptions out of libxml callbacks: reimplemented error handling
11882: of http://localhost, parser://method and safemode check callbacks
11883:
11884: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
11885: [merged from HEAD]
11886:
11887: * src/classes/image.C: nothing: comment removed
11888:
11889: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
11890: addresses to int
11891:
11892: 2003-12-01 paf
11893:
11894: * src/main/pa_xml_io.C: bugfix: typo
11895:
11896: * src/main/pa_globals.C: bugfix: win32: compile prob
11897:
11898: * src/classes/xdoc.C: bugfix: typo
11899:
11900: * src/main/pa_xml_io.C: todo: safe mode check not to throw
11901: exception
11902:
11903: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
11904:
11905: 2003-11-28 paf
11906:
11907: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
11908: all xml documents read
11909:
11910: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
11911:
11912: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11913: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
11914: replaced original open mech of xdoc::create & co to use libxml
11915: open, so that this would work for root document todo: safe mode
11916: checks to libxml: ideally to some 1 point
11917:
11918: * src/main/pa_xml_io.C: comment
11919:
11920: * operators.txt, src/main/pa_xml_io.C: leading / in
11921: http://parser[abscent params]
11922:
11923: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
11924: works. todo: maybe replace original open mech of xdoc::create &
11925: co to use libxml open, so that this would work for root document
11926:
11927: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
11928: "parser://method/params/here"> <test> &test^; </test> }]
11929:
11930: ^taint[^xdoc.string[]]
11931:
11932: @method[param] <!ENTITY test
11933: "test-entity-value+$form:user+$param!">
11934:
11935: 2003-11-27 paf
11936:
11937: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
11938:
11939: * src/classes/date.C: bugfix: typo error
11940:
11941: 2003-11-26 paf
11942:
11943: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
11944: src/main/Makefile.am, src/main/main.vcproj,
11945: src/main/pa_globals.C, src/main/pa_request.C,
11946: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
11947: xml errors to hash<thread_id,error> reorganization: xml io moved
11948: to pa_xml_io.C/h
11949:
11950: * src/types/pa_value.h: warnings: --
11951:
11952: 2003-11-25 paf
11953:
11954: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
11955: whatever)
11956:
11957: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
11958: a, (c?x:y, z)
11959:
11960: * src/main/untaint.C: bugfix: consequences of not reading this
11961: comment: CORD_pos_chars_left /* Number of characters in cache.
11962: <= 0 ==> none */
11963:
11964: * src/include/pa_array.h: removed needless checks
11965:
11966: 2003-11-24 paf
11967:
11968: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
11969: removed limit: now $form:xxx can be accessed anytime, even in
11970: @auto/conf [and request/response:charset still can be changed
11971: anytime]
11972:
11973: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
11974: now not transcodes response body
11975:
11976: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
11977: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
11978: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
11979: $xdoc.firstChild.firstChild.nodeValue[different]
11980: ^taint[^xdoc.string[]]
11981:
11982: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
11983: workaround: static Hash::allocates -> static Hash_allocates
11984:
11985: 2003-11-21 paf
11986:
1.116 moko 11987: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
11988: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
11989: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 11990:
11991: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
11992:
11993: * src/classes/mail.C: bugfix: typo
11994:
11995: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 11996: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
11997: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
11998: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
11999: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 12000: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
12001:
12002: * src/main/pa_exec.C: bug in safe mode
12003:
12004: * src/include/Makefile.am: pa_xml_exception.h
12005:
12006: * src/targets/isapi/parser3isapi.C: more warnings --
12007:
12008: 2003-11-20 paf
12009:
12010: * src/: classes/math.C, classes/op.C, classes/string.C,
12011: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
12012: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
12013: --
12014:
12015: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
12016: more warnings --
12017:
12018: * src/classes/xdoc.C: more warnings --
12019:
12020: * src/classes/: date.C, image.C, xdoc.C: more warnings --
12021:
12022: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
12023: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
12024:
12025: * src/: classes/date.C, classes/file.C, classes/hash.C,
12026: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
12027: classes/table.C, include/pa_cache_managers.h,
12028: include/pa_stylesheet_connection.h, main/pa_request.C,
12029: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
12030: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
12031: --
12032:
12033: * src/main/: execute.C, pa_request.C: old forgotten todo: when
12034: can't report problem (undefined @unhandled_exception) problem
12035: source string were not reported
12036:
12037: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12038: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12039: classes/hashfile.C, classes/image.C, classes/int.C,
12040: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12041: classes/response.C, classes/string.C, classes/table.C,
12042: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12043: include/pa_array.h, include/pa_cache_managers.h,
12044: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12045: include/pa_config_fixed.h, include/pa_dictionary.h,
12046: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
12047: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
12048: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
12049: include/pa_request.h, include/pa_request_charsets.h,
12050: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
12051: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12052: include/pa_stack.h, include/pa_string.h,
12053: include/pa_stylesheet_connection.h,
12054: include/pa_stylesheet_manager.h, include/pa_table.h,
12055: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12056: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
12057: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
12058: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12059: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12060: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12061: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12062: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
12063: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
12064: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
12065: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
12066: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12067: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
12068: targets/isapi/parser3isapi.C, types/pa_junction.h,
12069: types/pa_method.h, types/pa_value.C, types/pa_value.h,
12070: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
12071: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12072: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12073: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12074: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12075: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
12076: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12077: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12078: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12079: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12080: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12081: types/pa_vresponse.h, types/pa_vstateless_class.C,
12082: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12083: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12084: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12085: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12086: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12087: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
12088: const IDENT
12089:
12090: * src/: include/pa_array.h, include/pa_pool.h,
12091: include/pa_request.h, include/pa_string.h, include/pa_table.h,
12092: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
12093: types/pa_wcontext.h: more warnings --
12094:
12095: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
12096: classes/file.C, classes/hash.C, classes/hashfile.C,
12097: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12098: classes/memory.C, classes/op.C, classes/string.C,
12099: classes/table.C, classes/xdoc.C, classes/xnode.C,
12100: include/pa_config_includes.h, include/pa_operation.h,
12101: include/pa_sql_connection.h, include/pa_table.h,
12102: include/pa_types.h, lib/ltdl/config_fixed.h,
12103: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
12104: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12105: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
12106: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
12107: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
12108: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
12109: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
12110: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
12111: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
12112: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
12113: types/pa_vmail.C, types/pa_vobject.C,
12114: types/pa_vstateless_class.h, types/pa_vtable.C,
12115: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12116: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
12117: on all projects (except libltdl=off & libsdbm=level3) found
12118: several unitialized vars
12119:
12120: 2003-11-19 paf
12121:
12122: * src/classes/op.C: more ansi C++ comp
12123:
12124: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12125: src/main/pa_request.C: ^cache[...]{body}{catch block with
12126: $exception.handled[cache] meaning "get expired cache, if any.
12127: else error"}
12128:
12129: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
12130: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
12131: ^cache[...]{body}{catch code with $exception.cache field}
12132:
12133: 2003-11-12 paf
12134:
12135: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
12136: [copy/paste bug]
12137:
12138: 2003-11-11 paf
12139:
12140: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
12141: failed]
12142:
12143: * bin/auto.p.dist.in: colno
12144:
12145: 2003-11-10 paf
12146:
12147: * src/types/pa_vconsole.h: flush
12148:
12149: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
12150: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
12151: read/write [for nntp]
12152:
12153: * operators.txt: mysql: transaction support: ?autocommit=0
12154:
12155: * operators.txt: comment: updated
12156:
12157: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
12158: serialize version and exipire now removes entries
12159:
12160: * operators.txt: ^hashfile.delete[] removes files altogether [and
12161: dir, if could]
12162:
12163: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
12164: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
12165: removes files altogether [and dir, if could]
12166:
12167: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
12168: nonexistent pair. .c coded that that was error. fixed
12169:
12170: * src/types/pa_vhashfile.C: sdbm: exception type change to
12171: file.access [regretfull can't split it to different exceptions
12172: without modifying sdbm source wich would prefer not to]
12173:
12174: 2003-11-07 paf
12175:
12176: * src/: classes/date.C, classes/file.C, classes/hash.C,
12177: classes/hashfile.C, classes/image.C, classes/table.C,
12178: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
12179: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
12180: main/execute.C, main/main.vcproj, main/pa_pool.C,
12181: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
12182: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
12183: types/pa_vstateless_class.h: resurrected: pool idea. now only for
12184: destructing objects at request processing end
12185:
12186: 2003-11-06 paf
12187:
12188: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
12189: updates
12190:
12191: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
12192: to include sdbm
12193:
1.116 moko 12194: * src/include/: pa_config_includes.h, pa_version.h: our
12195: replacements of max& co only for cpp
1.95 moko 12196:
12197: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
12198: upper dir, .am updated
12199:
12200: * tests/todo.txt: hashfile: done
12201:
12202: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
12203: expiration [time in value. todo: move time to key]
12204:
12205: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
12206:
12207: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
12208: to do that in foreach, no errors, but surely wrong]
12209:
12210: * operators.txt, src/types/pa_vhashfile.C,
12211: src/types/pa_vhashfile.h: hashfile: clear and proper locking
12212:
12213: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
12214: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
12215: foreach
12216:
12217: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
12218: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
12219:
12220: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
12221: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
12222:
12223: * src/: include/pa_memory.h, targets/cgi/parser3.C,
12224: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
12225: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
12226: get/put [raw]
12227:
12228: * src/: classes/op.C, main/pa_os.C: just linked
12229:
12230: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
12231: XmlException changes
12232:
12233: * src/: include/pa_charset.h, include/pa_globals.h,
12234: include/pa_stylesheet_connection.h, main/pa_exception.C:
12235: XmlException changes
12236:
12237: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
12238:
12239: * src/: include/pa_common.h, include/pa_exception.h,
12240: main/main.vcproj, main/pa_common.C, include/pa_os.h,
12241: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
12242: main/pa_xml_exception.C: locking move to pa_os [along with
12243: pa_sleep] apr-impl locking done
12244:
12245: * configure, configure.in, operators.txt, parser3.sln,
12246: src/classes/classes.vcproj, src/classes/hashfile.C,
12247: src/classes/xdoc.C, src/include/pa_config_fixed.h,
12248: src/include/pa_exception.h, src/include/pa_globals.h,
12249: src/include/pa_memory.h, src/include/pa_version.h,
12250: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
12251: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
12252: src/main/compile.tab.C, src/main/main.vcproj,
12253: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
12254: src/types/Makefile.am, src/types/pa_vhash.C,
12255: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12256: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
12257: again with sdbm from apache
12258:
12259: 2003-11-05 paf
12260:
12261: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12262: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
12263: \parser3project dir anymore
12264:
12265: * src/main/pa_charset.C: bugfix: had broken binary search [copied
12266: thoughtlessly from xalan]
12267:
12268: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
12269: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
12270: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
12271:
12272: * src/main/helpers/CaseFolding.txt:
12273: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
12274:
12275: 2003-11-04 paf
12276:
12277: * operators.txt: comment: ^mail:send[$.options[
12278:
12279: * src/classes/table.C: compiled on unix
12280:
1.116 moko 12281: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 12282:
12283: * src/classes/mail.C: compiled on unix
12284:
12285: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
12286: src/types/pa_vmail.h: !^mail:send[
12287: $.options[unix: string to append to sendmail command
12288: line]
12289:
12290: * operators.txt, src/classes/table.C, src/main/pa_string.C,
12291: tests/todo.txt: ^table.save[... $.separator[^#09]
12292: $.encloser["] <nothing> by default
12293:
12294: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
12295: !$.separator[^#09] !$.encloser["] <nothing> by
12296: default
12297:
12298: 2003-11-03 paf
12299:
12300: * operators.txt, src/classes/table.C, src/main/pa_common.C:
12301: ^table::load[; options: !$.column-separator[^#09]
12302: !$.column-encloser["]
12303:
12304: * operators.txt, src/include/pa_config_fixed.h,
12305: src/types/pa_vrequest.C: $request:document-root
12306:
12307: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
12308: [already included into uri=xxx]
12309:
12310: * operators.txt, src/classes/image.C, tests/todo.txt:
12311: ^image.gif[filename] for $response:download
12312:
12313: * src/classes/date.C: minor precaution
12314:
12315: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
12316: !^date.unix-timestamp[]
12317:
12318: 2003-10-30 paf
12319:
12320: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
12321: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
12322:
12323: * src/classes/: date.C, image.C: improvement diagnostics:
12324: $now[^date::create[$undefined]] now is error
12325:
12326: * src/main/pa_common.C: read errors would now be reported 'actually
12327: read -1 bytes'
12328:
12329: 2003-10-24 paf
12330:
12331: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
12332: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
12333: src/main/Makefile.am, src/targets/cgi/Makefile.am,
12334: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
12335:
12336: 2003-10-22 paf
12337:
12338: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
12339:
12340: 2003-10-21 paf
12341:
12342: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
12343: fixed: string.match[g] without <'> option produced columns with
12344: NULL's, which gpf'ed at table.save time
12345:
12346: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
12347: recoursion' message with intensive throw-catches fixed: incorrect
12348: name and line (one name upper then needed) in error message about
12349: problems inside try block
12350:
12351: 2003-10-10 paf
12352:
12353: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
12354: check offset argument for validity did that in String::Body::pos
12355: myself http://i2/tasks/edit/?id=4577425257580789777
12356:
12357: 2003-10-07 paf
12358:
12359: * src/main/: compile.tab.C, compile.y: ^if ( better error:
12360: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
12361:
12362: 2003-10-03 paf
12363:
12364: * parser3.sln, src/include/pa_dictionary.h,
12365: src/main/pa_dictionary.C, src/main/pa_string.C,
12366: src/targets/cgi/parser3.vcproj: dictionary optimized by
12367: precalculating cstr&length
12368:
12369: 2003-10-02 paf
12370:
12371: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
12372: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
12373: main/pa_stylesheet_manager.C: bugfix: ^throw context were
12374: saved/restored incompletely http://www.parser.ru/forum/?id=21484
12375:
12376: 2003-09-30 paf
12377:
12378: * src/main/pa_string.C: string::replace bug fix [were ignoring
12379: occurrances after lang-mismatched
12380:
12381: 2003-09-29 paf
12382:
12383: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
12384: helper
12385:
12386: * src/main/pa_string.C: string::serialize bug fix with
12387: zero-terminator
12388:
12389: * src/classes/table.C: ^nameless_table.save column row now has no
12390: \t at the end
12391:
12392: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
12393: @postprocess now takes $response:body/download
12394:
12395: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
12396: error message
12397:
12398: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
12399:
12400: * src/classes/table.C: bugfix: flip: must produce nameless
12401: http://i2/tasks/edit/?id=4573405524674081244
12402:
12403: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
12404: main/helpers/simple_folding.pl: utf-8 upper/lower
12405:
12406: * src/main/pa_common.C: bugfix: utf signature were not ignored due
12407: to typo error http://i2/tasks/edit/?id=4573354650786434584
12408:
12409: 2003-09-26 paf
12410:
12411: * src/main/untaint.C: removed needless field
12412:
12413: * src/main/untaint.C: removed needless const
12414:
12415: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
12416: String.for_each bug fixed [omited one-char cases]
12417:
12418: * src/include/pa_stack.h: bugfix: before collecting garbage,
12419: runtime-executor stack were cleared... BADLY
12420:
12421: * src/main/pa_string.C: ^stirng.replace code used old
12422: param-convention on langs.append, fixed that search fo the like,
12423: found none
12424:
12425: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
12426: string::serialize/deserialize implemented Language enum assigned
12427: meaningful letters [more convinient for debugging. read warning
12428: before adding/changing anything]
12429:
12430: 2003-09-25 paf
12431:
12432: * src/: include/pa_string.h, include/pa_version.h,
12433: main/pa_string.C, main/untaint.C: templates and anonymous unions
12434: differences on unix
12435:
12436: * parser3.sln, src/classes/file.C, src/classes/image.C,
12437: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
12438: src/classes/xdoc.C, src/classes/xnode.C,
12439: src/include/pa_cache_managers.h, src/include/pa_charset.h,
12440: src/include/pa_charsets.h, src/include/pa_common.h,
12441: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
12442: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
12443: src/include/pa_table.h, src/lib/cord/cordbscs.c,
12444: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
12445: src/lib/cord/include/cord.h, src/main/compile.tab.C,
12446: src/main/compile_tools.h, src/main/pa_charset.C,
12447: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
12448: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12449: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
12450: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
12451: src/types/pa_vmail.C, src/types/pa_vmath.C,
12452: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
12453: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
12454:
12455: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
12456: functions aligned to that of eeparser3 look
12457:
12458: * src/lib/cord/cordprnt.c: removed warnings
12459:
12460: 2003-09-24 paf
12461:
12462: * src/: classes/file.C, classes/image.C, classes/mail.C,
12463: classes/op.C, classes/xdoc.C, classes/xnode.C,
12464: include/pa_cache_managers.h, include/pa_charset.h,
12465: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
12466: include/pa_sql_driver_manager.h, include/pa_string.h,
12467: include/pa_stylesheet_manager.h, include/pa_table.h,
12468: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
12469: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
12470: main/pa_sql_driver_manager.C, main/pa_string.C,
12471: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
12472: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
12473: types/pa_vstateless_class.h, types/pa_vstatus.C,
12474: types/pa_vxnode.C: v() functions of String::Body,
12475: String::Languages and String itself StringBody->String::Body
12476:
12477: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12478: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
12479: never optimized anything. todo: somehow speed up harder cases:
12480: concatenationA+concatenationB when last block of A and first of B
12481: contain same letters
12482:
12483: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12484: lib/cord/include/cord.h: langs: speed up by joining adjucent
12485: blocks of same char [CORD_append_block]
12486:
12487: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12488: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
12489: save space by extending blocks when appending block with c ==
12490: lastblock.c
12491:
12492: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
12493: working yet :( but more working &understood :)
12494:
12495: * src/: classes/table.C, include/pa_string.h,
12496: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
12497:
12498: 2003-09-23 paf
12499:
12500: * src/main/untaint.C: $a[ok!] $a works!
12501:
12502: * src/main/untaint.C: something even more works :)
12503:
12504: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
12505: something more works :)
12506:
12507: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12508: lib/cord/cordxtra.c: something already works :)
12509:
12510: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
12511: serialize&deserialize
12512:
12513: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
12514: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
12515: main/untaint.C: main idea implemented, details left
12516:
12517: 2003-09-22 paf
12518:
12519: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
12520:
12521: * src/classes/xnode.C: copy/paste comment bugfix
12522:
12523: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
12524: allocator returns 0, just die.
12525: http://i2/tasks/edit/?id=4570798492410259445
12526:
12527: * src/classes/xdoc.C: copy/paste comment bugfix
12528:
12529: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
12530: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
12531: xnode: getAttributeNS setAttributeNS removeAttributeNS
12532: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
12533:
12534: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
12535: chars due to bitwise operation signed-char error]
12536:
12537: 2003-09-19 paf
12538:
12539: * src/types/pa_wcontext.C: output message: more practical
12540: suggestion
12541:
12542: * src/main/pa_common.C, operators.txt: merged
12543: $f[^file::load[binary;http://...]] $f.tables
12544:
12545: 2003-09-02 paf
12546:
12547: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
12548: flush stdout without referencing 'stdout' symbol. to hell with
12549: non-ansi libraries without 'stdout' symbol
12550:
12551: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
12552: unix (users reported problems with some old libc)
12553:
12554: * src/types/pa_vdate.h: forgot initializer
12555:
12556: 2003-09-01 paf
12557:
12558: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
12559: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
12560: zone]
12561:
12562: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
12563:
12564: 2003-08-19 paf
12565:
12566: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
12567: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
12568: simplified a little
12569:
12570: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
12571: [lost fix from 3.0.8]
12572:
12573: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
12574: visible here }
12575:
12576: bug fix
12577:
12578: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
12579:
12580: * src/main/compile.tab.C: initialized couple of variables about
12581: which user reported runtime problems when parser were compiled
12582: with VC7, warning level4. study shows that later in bison
12583: they've fixed that. would migrate to latest bison someday
12584:
12585: * src/types/pa_vmail.C: turned off recoding in gmime (were still
12586: recoding headers)
12587:
12588: * src/types/pa_vmail.C: works as before, same charset problems:
12589: gmime recodes to UTF-8 only headers, not body. so not recoding
12590: anything for now
12591:
12592: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
12593: problems with body
12594:
12595: * src/types/pa_vmail.C: mail_receive just compiled
12596:
12597: 2003-08-18 paf
12598:
12599: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12600: main/main.vcproj, types/types.vcproj: win32: continued process
12601: detaching from \parser3project directory
12602:
12603: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
12604: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
12605: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
12606: src/lib/pcre/pcre_dftables.dsp,
12607: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
12608: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
12609: src/types/types.dsp: moved to MSVC 7
12610:
12611: * gnu.vcproj.vspscc, parser3.vssscc,
12612: src/classes/classes.vcproj.vspscc,
12613: src/lib/cord/cord.vcproj.vspscc,
12614: src/lib/ltdl/libltdl.vcproj.vspscc,
12615: src/lib/md5/md5.vcproj.vspscc,
12616: src/lib/pcre/pcre_dftables.vcproj.vspscc,
12617: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
12618: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
12619: src/targets/isapi/parser3isapi.vcproj.vspscc,
12620: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
12621: moved to MSVC 7
12622:
12623: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
12624: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
12625: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12626: src/lib/pcre/pcre_dftables.vcproj,
12627: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
12628: src/targets/cgi/parser3.vcproj,
12629: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12630: new VS project files
12631:
12632: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
12633: .NET to detect Jalindi Igloo capabilities.
12634:
12635: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 12636: src/classes/classes.awk, src/doc/footer.htm,
12637: src/include/pa_config_fixed.h, src/include/pa_version.h,
12638: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 12639: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
12640: src/types/pa_vmail.C: merged 3.1.0 latest changes
12641:
12642: 2003-08-15 paf
12643:
12644: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12645: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
12646:
12647: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12648: non-ascii <yyy> now encoded correctly
12649:
12650: 2003-07-29 paf
12651:
1.116 moko 12652: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
12653: dist
1.95 moko 12654:
12655: * src/types/pa_vmail.C: just started --with-mail-receive
12656:
12657: 2003-07-28 paf
12658:
1.116 moko 12659: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
12660: dependence in src/classes, src/lib/gc now in dist
1.95 moko 12661:
12662: * src/main/pa_string.C: ^cache bug fix [were not working at all]
12663:
12664: 2003-07-25 paf
12665:
12666: * src/doc/footer.htm: year
12667:
12668: 2003-07-24 paf
12669:
12670: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
12671: fix
12672:
12673: * src/include/pa_version.h: release
12674:
1.116 moko 12675: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 12676:
12677: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
12678: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
12679: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
12680: getting rid of win32xml pseudo project
12681:
12682: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
12683:
1.116 moko 12684: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
12685: configure.in, operators.txt, parser3.dsw,
1.95 moko 12686: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 12687: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 12688: src/classes/classes.C, src/classes/classes.awk,
12689: src/classes/classes.dsp, src/classes/classes.h,
12690: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12691: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12692: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12693: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
12694: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12695: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
12696: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
12697: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 12698: src/include/pa_array.h, src/include/pa_cache_managers.h,
12699: src/include/pa_charset.h, src/include/pa_charsets.h,
12700: src/include/pa_common.h, src/include/pa_config_auto.h.in,
12701: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
12702: src/include/pa_dictionary.h, src/include/pa_dir.h,
12703: src/include/pa_exception.h, src/include/pa_exec.h,
12704: src/include/pa_globals.h, src/include/pa_hash.h,
12705: src/include/pa_memory.h, src/include/pa_opcode.h,
12706: src/include/pa_operation.h, src/include/pa_pool.h,
12707: src/include/pa_pragma_pack_begin.h,
1.95 moko 12708: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
12709: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
12710: src/include/pa_sapi.h, src/include/pa_socks.h,
12711: src/include/pa_sql_connection.h,
12712: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
12713: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
12714: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
12715: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 12716: src/include/pa_uue.h, src/lib/Makefile.am,
12717: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
12718: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
12719: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
12720: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 12721: src/lib/cord/include/ec.h,
12722: src/lib/cord/include/private/Makefile.am,
12723: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 12724: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
12725: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 12726: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 12727: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
12728: src/main/compile_tools.C, src/main/compile_tools.h,
12729: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
12730: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12731: src/main/pa_charsets.C, src/main/pa_common.C,
12732: src/main/pa_dictionary.C, src/main/pa_dir.C,
12733: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 12734: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
12735: src/main/pa_request.C, src/main/pa_socks.C,
12736: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12737: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 12738: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
12739: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
12740: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
12741: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
12742: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
12743: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
12744: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 12745: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12746: src/targets/isapi/parser3isapi.dsp,
12747: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 12748: src/types/pa_junction.h, src/types/pa_method.h,
12749: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 12750: src/types/pa_vclass.C, src/types/pa_vclass.h,
12751: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12752: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12753: src/types/pa_vdouble.h, src/types/pa_venv.h,
12754: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
12755: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
12756: src/types/pa_vimage.C, src/types/pa_vimage.h,
12757: src/types/pa_vint.h, src/types/pa_vjunction.h,
12758: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
12759: src/types/pa_vmath.h, src/types/pa_vmemory.h,
12760: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12761: src/types/pa_vobject.C, src/types/pa_vobject.h,
12762: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12763: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12764: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12765: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
12766: src/types/pa_vstatus.h, src/types/pa_vstring.C,
12767: src/types/pa_vstring.h, src/types/pa_vtable.C,
12768: src/types/pa_vtable.h, src/types/pa_vvoid.h,
12769: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12770: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12771: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
12772: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
12773: HEAD
12774:
12775: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
12776: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
12777: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
12778: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
12779: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
12780: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
12781: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
12782: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
12783: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
12784: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
12785: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
12786: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
12787: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
12788: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
12789: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
12790: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
12791: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
12792: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
12793: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
12794: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
12795: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
12796: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
12797: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
12798: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
12799: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
12800: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
12801: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
12802: outputs/create-dir, results/001.processed, results/002.processed,
12803: results/003.processed, results/004.processed,
12804: results/005.processed, results/006.processed,
12805: results/007.processed, results/008.processed,
12806: results/009.processed, results/010.processed,
12807: results/011.processed, results/012.processed,
12808: results/013.processed, results/014.processed,
12809: results/015.processed, results/016.processed,
12810: results/017.processed, results/018.processed,
12811: results/019.processed, results/020.processed,
12812: results/021.processed, results/022.processed,
12813: results/023.processed, results/024.processed,
12814: results/025.processed, results/026.processed,
12815: results/027.processed, results/028.processed,
12816: results/029.processed, results/030.processed,
12817: results/031.processed, results/032.processed,
12818: results/033.processed, results/034.processed,
12819: results/035.processed, results/036.processed,
12820: results/037.processed, results/038.processed,
12821: results/039.processed, results/040.processed,
12822: results/041.processed, results/042.processed,
12823: results/043.processed, results/044.processed,
12824: results/045.processed, results/046.processed,
12825: results/047.processed, results/048.processed,
12826: results/049.processed, results/050.processed,
12827: results/051.processed, results/052.processed,
12828: results/053.processed, results/054.processed,
12829: results/055.processed, results/056.processed,
12830: results/057.processed, results/058.processed,
12831: results/059.processed, results/060.processed,
12832: results/061.processed, results/062.processed,
12833: results/063.processed, results/064.processed,
12834: results/065.processed, results/066.processed,
12835: results/067.processed, results/068.processed,
12836: results/069.processed, results/070.processed,
12837: results/071.processed, results/072.processed,
12838: results/073.processed, results/074.processed,
12839: results/075.processed, results/076.processed,
12840: results/077.processed, results/078.processed,
12841: results/079.processed, results/080.processed,
12842: results/081.processed, results/082.processed,
12843: results/083.processed, results/084.processed,
12844: results/085.processed, results/086.processed,
12845: results/087.processed, results/088.processed,
12846: results/089.processed, results/090.processed,
12847: results/091.processed, results/092.processed,
12848: results/093.processed, results/094.processed,
12849: results/095.processed, results/096.processed,
12850: results/097.processed, results/098.processed,
12851: results/099.processed, results/100.processed,
12852: results/101.processed, results/102.processed,
12853: results/103.processed, results/104.processed,
12854: results/105.processed, results/106.processed,
12855: results/107.processed, results/108.processed,
12856: results/109.processed, results/110.processed,
12857: results/111.processed, results/112.processed,
12858: results/113.processed, results/114.processed,
12859: results/115.processed, results/116.processed,
12860: results/117.processed, results/118.processed,
12861: results/119.processed, results/120.processed,
12862: results/121.processed, results/122.processed,
12863: results/123.processed, results/124.processed,
12864: results/125.processed, results/126.processed,
12865: results/127.processed, results/128.processed,
12866: results/129.processed, results/130.processed,
12867: results/131.processed, results/132.processed,
12868: results/133.processed, results/134.processed,
12869: results/135.processed, results/136.processed,
12870: results/137.processed, results/138.processed,
12871: results/139.processed, results/140.processed,
12872: results/141.processed: merged(copied) to HEAD from template_gc
12873:
12874: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
12875: towards \parser3project not having to be in root
12876:
12877: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
12878: module compiled [were minor unnecessary changes in lib/md5
12879: interface]
12880:
12881: * src/include/pa_version.h: release
12882:
12883: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
12884:
12885: * src/classes/math.C: merged uuid bugfix
12886:
12887: * tests/: 141.html, results/141.processed: fixed bug with
12888: too-small-a-buffer
12889:
12890: * src/classes/math.C: uuid bugfix
12891:
12892: * tests/: 141.html, Makefile, results/005.processed,
12893: results/030.processed, results/075.processed,
12894: results/078.processed: to reflect date format change (were -
12895: become ' ')
12896:
12897: * src/classes/math.C: uuid bugfix
12898:
12899: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
12900: debug/release changes
12901:
12902: * src/lib/md5/pa_md5c.c: PA_ -> pa_
12903:
12904: 2003-07-23 paf
12905:
12906: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
12907: renamed a little [to move to comman naming conv]
12908:
1.116 moko 12909: * src/targets/Makefile.am: apache13 splitted to simplify apache
12910: build
1.95 moko 12911:
12912: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
12913: main/pa_request.C, main/pa_sql_driver_manager.C,
12914: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
12915: stack top_index() fixed
12916:
12917: * src/main/pa_globals.C: minor style changes
12918:
12919: * src/: classes/op.C, include/pa_sql_connection.h: connection
12920: closing/caching fixed [connections were not closed/put to cache]
12921:
12922: 2003-07-22 paf
12923:
12924: * INSTALL: gc part updated stightly
12925:
12926: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
12927: new sapi interface
12928:
12929: * src/classes/file.C: comment on OS
12930:
12931: * src/main/pa_string.C: removed reduntant invariant check [there is
12932: one deeper in cord lib]
12933:
12934: * src/main/pa_exec.C: on win32 bugfix in handling shbang
12935:
12936: * src/main/pa_memory.C: out of memory is no longer coredump
12937:
12938: * INSTALL: disable-threads adviced
12939:
12940: 2003-07-21 paf
12941:
1.116 moko 12942: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 12943:
12944: * src/classes/file.C: file::exec/cgi environment variables now must
12945: be UPPERCASE and A-Z 0-9 _-
12946:
12947: * src/classes/file.C: env passing fixed
12948:
12949: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
12950:
12951: * src/main/pa_common.C: http:// CRLF now
12952:
12953: 2003-07-02 paf
12954:
12955: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
12956: fields to reflect their real meaning
12957:
12958: 2003-06-27 paf
12959:
12960: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
12961: include/pa_hash.h, main/pa_charset.C: merged from HEAD
12962: file::exec/cgi .charset
12963:
12964: 2003-06-26 paf
12965:
12966: * ChangeLog, src/classes/file.C, src/classes/hash.C,
12967: src/classes/image.C, src/classes/op.C, src/classes/string.C,
12968: src/classes/table.C: fixed several uninitialized local
12969: structures. notably ^hash.foreach now inserts delimiters
12970: properly [were inserting it before first body]
12971:
12972: 2003-06-24 paf
12973:
12974: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
12975:
12976: 2003-06-20 paf
12977:
12978: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
12979: src/main/pa_globals.C: introducing
12980: $f[^file::load[binary;http://...]] $f.tables
12981:
12982: 2003-06-06 paf
12983:
12984: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
12985: table. [were method lookup: inconsistent]
12986:
12987: 2003-06-02 paf
12988:
12989: * src/include/pa_memory.h: empty string clone fixed to return
12990: writable memory
12991:
12992: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
12993: were not appended] which violated string invariant
12994:
12995: 2003-05-30 paf
12996:
12997: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
12998: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
12999:
13000: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
13001: GMT ; RFC 822, updated by RFC 1123
13002:
13003: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
13004: targets/isapi/parser3isapi.C: initialized request_info properly
13005:
13006: * src/classes/xnode.C: found minor bug, commended for future
13007:
13008: 2003-05-28 paf
13009:
13010: * src/classes/form.C: request_info.content_length can't be <0,
13011: size_t for some time
13012:
13013: 2003-05-26 paf
13014:
13015: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
13016: forgotten <0 changed to !=STRING_NOT_FOUND
13017:
13018: * src/classes/math.C: merged ffffu from HEAD
13019:
13020: 2003-05-11 paf
13021:
13022: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
13023:
13024: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
13025: premature doc free. transformed document had xmlDoc reference
13026: stored to non-gc-memory (libgdome) added holding-reference
13027:
13028: 2003-04-29 paf
13029:
13030: * src/main/pa_globals.C: started digging on double free. on win32
13031: found that that's perfectly normal.
13032:
13033: 2003-04-25 paf
13034:
13035: * src/classes/table.C: table.join bug fix [bad limit check]
13036:
13037: * src/classes/math.C: merged from HEAD: simpiler hash_string
13038:
13039: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
13040: print anything. changed to quicker and simplier code
13041:
13042: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
13043: strict a check]
13044:
13045: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
13046:
13047: 2003-04-24 paf
13048:
13049: * src/include/pa_table.h: too strict assert loosened
13050:
13051: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
13052: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
13053: report
13054:
13055: 2003-04-21 paf
13056:
1.116 moko 13057: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 13058:
13059: * src/main/pa_globals.C: pcre memory management changed to use GC
13060: memory
13061:
13062: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
13063: xmlMallocAtomic [author agreed to my suggestion], used that
13064:
13065: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
13066:
13067: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
13068: types/pa_vmail.C: attributed_meaning_to_string added
13069: L_UNSPECIFIED piece which was sortof OK, but violated string
13070: invariant [assertion barked on that] changed to L_PASS_APPEND,
13071: made that param obligatory
13072:
13073: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
13074: fixed [assert helped]
13075:
13076: * src/include/pa_string.h: assert added [looking for bug]
13077:
13078: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
13079: names on Win32 considered disk-global
13080:
13081: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
13082: considered disk-global
13083:
13084: 2003-04-18 paf
13085:
13086: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
13087: filenames
13088:
13089: * src/main/untaint.C: enabled '~' letter in filenames
13090:
13091: 2003-04-16 paf
13092:
13093: * src/classes/file.C: small bug introduced in autoptr times fixed
13094:
13095: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
13096: HEAD
13097:
1.116 moko 13098: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 13099:
13100: 2003-04-15 paf
13101:
13102: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13103: src/lib/md5/pa_md5c.c, tests/141.html,
13104: tests/results/141.processed: merged from head ^math:uuid[]
13105: ^math:uid64[] ^math:md5[string]
13106:
13107: test added: 141.html
13108:
13109: * operators.txt, src/classes/math.C: ^math:uid64[]
13110:
13111: * src/classes/math.C: ^math:uuid[]
13112:
13113: * operators.txt, src/classes/math.C: ^math:uuid[]
13114:
13115: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13116: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
13117:
13118: * operators.txt, src/classes/file.C, src/include/pa_common.h,
13119: src/include/pa_config_fixed.h, src/main/pa_common.C:
13120: ^file::load[mode;name; $.offset $.limit
13121:
13122: 2003-04-14 paf
13123:
13124: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13125: started ^math:md5
13126:
13127: * src/classes/table.C, src/include/pa_array.h,
13128: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
13129: tests/results/140.processed: table $.reverse option works in
13130: create&co table $.distinct[tables] bug fix merged
13131:
13132: * src/: classes/table.C, include/pa_table.h: table
13133: $.distinct[tables] bug fixed
13134:
13135: * src/classes/table.C: more warnings
13136:
13137: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
13138: removed checks in table::set_current, moved them back to
13139: table::locate implemented table::create/join ñ $.reverse
13140:
13141: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
13142: removed checks in table::set_current, moved them back to
13143: table::locate
13144:
13145: 2003-04-11 paf
13146:
13147: * operators.txt, src/classes/date.C, src/classes/table.C,
13148: src/include/pa_array.h, src/include/pa_common.h,
13149: src/include/pa_config_includes.h, src/include/pa_string.h,
13150: src/include/pa_table.h, src/main/pa_request.C,
13151: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13152: src/main/pa_table.C: merged from HEAD from
13153: before_append_array_limit_sense_change to
13154: after_append_array_limit_sense_change
13155:
13156: * src/classes/table.C: typo
13157:
13158: * operators.txt, src/classes/date.C, src/classes/table.C,
13159: src/include/pa_array.h, src/include/pa_common.h,
13160: src/include/pa_config_includes.h, src/include/pa_globals.h,
13161: src/include/pa_table.h, src/main/pa_array.C,
13162: src/main/pa_globals.C, src/main/pa_request.C,
13163: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13164: src/main/pa_table.C: append_array_limit_sense_change locate
13165: accepts options same as create new option: $.reverse(1) [do not
13166: work in table::create]
13167:
13168: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
13169: (stat xxx,
13170:
13171: * src/classes/: table.C: typo
13172:
13173: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
13174: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
13175: results/130.processed, results/131.processed,
13176: results/132.processed, results/133.processed,
13177: results/134.processed, results/135.processed,
13178: results/136.processed, results/137.processed,
13179: results/138.processed, results/139.processed: added few mustfail
13180: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
13181: date/time 132.html mustfail: access to junction outside of
13182: context 133.html mustfail: access to junction outside of context,
13183: case version 134.html mustfail: hash: adding a key inside of
13184: foreach 135.html mustfail: modifying system class 136.html
13185: mustfail: $.name outside of $hash[here] 137.html mustfail:
13186: appendChild without import 138.html mustfail: invalid encoding
13187: inside of xml 139.html mustfail: bad XPath
13188:
13189: * operators.txt, src/classes/table.C, tests/084.html,
13190: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
13191: tests/129.html, tests/results/125.processed,
13192: tests/results/126.processed, tests/results/127.processed,
13193: tests/results/128.processed, tests/results/129.processed: merged
13194: from HEAD ^table.hash[key][$.distinct[tables]]
13195:
13196: maked appropriate tests [changed one old nonconforming]
13197:
13198: * operators.txt, src/classes/table.C:
13199: ^table.hash[key][$.distinct[tables]]
13200:
13201: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13202: merged fix for found very old xml (dom) bug: were passing
13203: domString objects and later ERROREOUSLY freed them
13204:
13205: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
13206: src/main/pa_charset.C: re-added libgdome patch. regretfully
13207: libgdome bug can not be worked around
13208:
13209: 2003-04-10 paf
13210:
13211: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13212: found very old xml (dom) bug: were passing domString objects and
13213: later ERROREOUSLY freed them
13214:
13215: * src/doc/string.dox, src/include/pa_memory.h,
13216: src/include/pa_string.h, src/lib/cord/cordbscs.c,
13217: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
13218: tests/123.html, tests/124.html, tests/results/001.processed,
13219: tests/results/002.processed, tests/results/003.processed,
13220: tests/results/004.processed, tests/results/005.processed,
13221: tests/results/006.processed, tests/results/008.processed,
13222: tests/results/009.processed, tests/results/010.processed,
13223: tests/results/011.processed, tests/results/012.processed,
13224: tests/results/013.processed, tests/results/014.processed,
13225: tests/results/015.processed, tests/results/016.processed,
13226: tests/results/017.processed, tests/results/018.processed,
13227: tests/results/020.processed, tests/results/021.processed,
13228: tests/results/022.processed, tests/results/023.processed,
13229: tests/results/024.processed, tests/results/025.processed,
13230: tests/results/026.processed, tests/results/027.processed,
13231: tests/results/028.processed, tests/results/029.processed,
13232: tests/results/030.processed, tests/results/031.processed,
13233: tests/results/032.processed, tests/results/033.processed,
13234: tests/results/034.processed, tests/results/035.processed,
13235: tests/results/036.processed, tests/results/037.processed,
13236: tests/results/038.processed, tests/results/039.processed,
13237: tests/results/040.processed, tests/results/041.processed,
13238: tests/results/042.processed, tests/results/043.processed,
13239: tests/results/044.processed, tests/results/045.processed,
13240: tests/results/046.processed, tests/results/047.processed,
13241: tests/results/048.processed, tests/results/049.processed,
13242: tests/results/050.processed, tests/results/051.processed,
13243: tests/results/052.processed, tests/results/053.processed,
13244: tests/results/054.processed, tests/results/055.processed,
13245: tests/results/056.processed, tests/results/057.processed,
13246: tests/results/058.processed, tests/results/059.processed,
13247: tests/results/060.processed, tests/results/061.processed,
13248: tests/results/062.processed, tests/results/063.processed,
13249: tests/results/064.processed, tests/results/065.processed,
13250: tests/results/066.processed, tests/results/067.processed,
13251: tests/results/068.processed, tests/results/069.processed,
13252: tests/results/070.processed, tests/results/071.processed,
13253: tests/results/072.processed, tests/results/073.processed,
13254: tests/results/074.processed, tests/results/075.processed,
13255: tests/results/076.processed, tests/results/077.processed,
13256: tests/results/078.processed, tests/results/079.processed,
13257: tests/results/080.processed, tests/results/081.processed,
13258: tests/results/082.processed, tests/results/083.processed,
13259: tests/results/084.processed, tests/results/085.processed,
13260: tests/results/086.processed, tests/results/087.processed,
13261: tests/results/088.processed, tests/results/089.processed,
13262: tests/results/090.processed, tests/results/091.processed,
13263: tests/results/092.processed, tests/results/093.processed,
13264: tests/results/094.processed, tests/results/095.processed,
13265: tests/results/096.processed, tests/results/097.processed,
13266: tests/results/101.processed, tests/results/102.processed,
13267: tests/results/104.processed, tests/results/105.processed,
13268: tests/results/106.processed, tests/results/107.processed,
13269: tests/results/108.processed, tests/results/109.processed,
13270: tests/results/110.processed, tests/results/111.processed,
13271: tests/results/112.processed, tests/results/113.processed,
13272: tests/results/114.processed, tests/results/115.processed,
13273: tests/results/116.processed, tests/results/117.processed,
13274: tests/results/118.processed, tests/results/119.processed,
13275: tests/results/120.processed, tests/results/121.processed,
13276: tests/results/122.processed, tests/results/123.processed,
13277: tests/results/124.processed: new convention: char* never 0.
13278: assert in cord on that
13279:
13280: * src/main/pa_charset.C: couple more asserts
13281:
13282: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
13283: speedup
13284:
13285: * src/main/pa_charset.C: couple assertions on fantastic situations
13286: added [may be those is the case now?]
13287:
13288: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13289: that's memory from gc_malloc, not from g_malloc :(, but would
13290: hope]
13291:
13292: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13293: that's memory from gc_malloc, not from g_malloc :(, but would
13294: hope]
13295:
13296: * src/main/pa_charset.C: checked custom malloc for returning 0
13297:
13298: 2003-04-09 paf
13299:
13300: * src/classes/date.C: merged ^date.roll changes
13301:
13302: * src/classes/date.C: ^date.roll bug fix
13303:
13304: * src/classes/date.C: ^date.roll now throws less errors: month
13305: shifts handles end of month situation by reducing day number
13306: hour-hole shift reduces hour to recover
13307:
13308: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
13309: Sort by function time
13310:
13311: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
13312: http:// $.charset[] param done
13313:
13314: * tests/: 122.html, results/122.processed: 122 date test <= and ==
13315: added [after volatile fix. passes on win&intel-solaris]
13316:
13317: 2003-04-08 paf
13318:
13319: * src/: classes/file.C, classes/op.C, classes/table.C,
13320: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
13321: include/pa_common.h, include/pa_request_charsets.h,
13322: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13323: main/pa_exec.C, main/pa_request.C, main/untaint.C,
13324: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
13325: types/pa_vresponse.C: started http:// $.charset[] param and
13326: http response charset detection just compiled. todo:test
13327:
13328: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
13329:
13330: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
13331: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
13332: types/pa_vmail.C: changed transcode param converntion along with
13333: string creating convention -- all strings are zero-terminated,
13334: this allowed to fix one remaining String("123", 2) case
13335:
13336: * src/: classes/date.C, classes/file.C, classes/hash.C,
13337: classes/op.C, classes/string.C, classes/table.C,
13338: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
13339: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
13340: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13341: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
13342: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
13343: violated String::invariant. started fixing [not compiled now]
13344:
13345: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
13346: main/compile.tab.C, main/compile.y, main/pa_string.C,
13347: main/untaint.C, targets/cgi/parser3.C: number of string style
13348: improvements & optimizations
13349:
13350: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
13351: :(]
13352:
13353: * src/main/untaint.C: removed redundant & in CORD_pos param passing
13354: [for it's a pointer really]
13355:
13356: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
13357: 'n' param. worked that around
13358:
13359: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
13360: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
13361: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
13362: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
13363: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
13364:
13365: Thanks for the bug report and patch.
13366:
13367: I hadn't looked at this code in a while. Reading it now, it
13368: seems to me that the tests should also be ">= MAX_DEPTH" to
13369: comply with the invariant, though that may not matter a lot. I
13370: changed that, too.
13371:
13372: Hans
13373:
13374: 2003-04-07 paf
13375:
13376: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
13377: merged from head:safe mode error message now includes numbers
13378:
13379: * src/main/execute.C: n-th attempt to make a=a work with double.
13380: problem: as_double returns it's result in fp-register compiler
13381: optimizes access to that register after b->as_double, and just
13382: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13383: from memory. _SAME_ double values do not match here. when
13384: forced to REload fp-register, values do match.
13385:
13386: tried to make them volatile.
13387:
13388: * src/main/execute.C: n-th attempt to make a=a work with double.
13389: problem: as_double returns it's result in fp-register compiler
13390: optimizes access to that register after b->as_double, and just
13391: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13392: from memory. _SAME_ double values do not match here. when
13393: forced to REload fp-register, values do match.
13394:
13395: tried to make them volatile.
13396:
13397: * src/types/pa_vobject.h: small style change
13398:
13399: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
13400:
13401: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
13402: mode error message now includes numbers
13403:
13404: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
13405: now causes death
13406:
13407: 2003-04-04 paf
13408:
13409: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
13410: incorportated pa_exec patch by From: "Victor Fedoseev"
13411: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
13412: Sent: Thursday, January 23, 2003 9:14 AM
13413:
13414: huge speedup on ^file::cgi with big result
13415:
13416: * src/classes/table.C: sort table with 0 rows bug fixed
13417:
13418: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
13419: fix http://i2/tasks/edit/?id=4493701604654042676
13420:
13421: @main[] $with_default[ $.a[1] $._default[default from
13422: with_default] ] ^show[$with_default]
13423:
13424: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13425: =$to_add_to.xxx=<br>
13426:
13427: ^show[$to_add_to]
13428:
13429: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13430: ^show[$cloned]
13431:
13432: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13433:
13434: } <hr>
13435:
13436: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
13437: http://i2/tasks/edit/?id=4493701604654042676
13438:
13439: @main[] $with_default[ $.a[1] $._default[default from
13440: with_default] ] ^show[$with_default]
13441:
13442: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13443: =$to_add_to.xxx=<br>
13444:
13445: ^show[$to_add_to]
13446:
13447: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13448: ^show[$cloned]
13449:
13450: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13451:
13452: } <hr>
13453:
13454: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
13455: http://i2/tasks/edit/?id=4507350336410850921
13456:
13457: * src/classes/xdoc.C: memory allocation func bugfix
13458: http://i2/tasks/edit/?id=4499303470368629745
13459:
13460: * src/classes/math.C: allowed random 1...
13461:
13462: * src/classes/math.C: allowed random 0..
13463:
13464: * src/main/pa_globals.C: exif mem leak
13465: http://i2/tasks/edit/?id=4480590323629807263
13466:
13467: * src/: classes/classes.dsp, main/main.dsp,
13468: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
13469: fix http://i2/tasks/edit/?id=4493946731322521294
13470: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
13471:
13472: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13473: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
13474: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
13475: links to xml libs made relative, no need to unpack parser3project
13476: to /parser3project.
13477:
13478: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
13479: column more precise - tab handling bug fixed
13480:
13481: * src/main/: compile.tab.C, compile.y: more understandable error
13482: message in case @CLASS with more then one line inside
13483:
13484: * src/targets/cgi/parser3.C: more understandable error message in
13485: case of errors in @unhandled_exception
13486:
13487: 2003-04-03 paf
13488:
13489: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
13490: src/main/compile.tab.C, src/main/compile.y,
13491: src/main/compile_tools.C, src/main/compile_tools.h,
13492: src/main/execute.C, src/main/pa_request.C: debug info format
13493: simplified, now it's: OP_VALUE Operation::Origin << here value*
13494:
13495: higher limits: file number (max: 255) line number (max:
13496: 64535) column number (max: 255)
13497:
13498: * src/classes/math.C: top limit
13499:
13500: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
13501: precise parse error position in case of
13502:
13503: ^bug ]
13504:
13505: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
13506: changed to realities, and passed [bug fixed]
13507:
13508: * src/: classes/op.C, include/pa_request.h, main/compile.C,
13509: main/compile.tab.C, main/compile.y, main/compile_tools.C,
13510: main/compile_tools.h, main/pa_request.C: introducing
13511: ^process...[main-method-alias]
13512:
13513: * src/: classes/date.C, classes/image.C, classes/op.C,
13514: classes/string.C, classes/table.C, classes/xdoc.C,
13515: types/pa_vmethod_frame.h: MethodParams& now [methods without
13516: params receive zero reference, but they are expected not to look
13517: there]
13518:
13519: * operators.txt, src/classes/date.C, src/classes/double.C,
13520: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
13521: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13522: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13523: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13524: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13525: src/main/execute.C, src/types/pa_method.h: MethodParams& now
13526: [methods without params receive zero reference, but they are
13527: expected not to look there]
13528:
13529: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13530: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
13531: ^process...[filename] useful for better error reporting
13532: [file/line/col]
13533:
13534: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
13535: types/pa_vstring.h: slightly improved error messages text: 1. is
13536: '%s', it 2. method undefined in case of ^void[]
13537:
13538: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13539: include/pa_types.h, main/execute.C, main/pa_request.C: exception
13540: handling done. now we have error columns todo: test it
13541:
13542: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
13543: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
13544:
13545: this makes life easier: were: bad stack order -- were in
13546: exception catch unwind order, which didn't match execution order
13547:
13548: @main[] ^try{ ^first[] }{ ^throw[c;3] }
13549:
13550: @first[] ^throw[a;1]
13551:
13552: showed throw a first throw b try
13553:
13554: which is no good
13555:
13556: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13557: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
13558: trace reset after handled exception [old bug fixed]
13559:
13560: * src/main/: compile.tab.C, compile.y: parse position old bug
13561: fixed. position reporting made precise [both, in parse erros and
13562: runtime errors]
13563:
13564: 2003-04-02 paf
13565:
13566: * src/: include/pa_operation.h, include/pa_request.h,
13567: main/compile.C, main/compile.tab.C, main/compile.y,
13568: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13569: main/pa_exception.C, main/pa_request.C: debug info: started
13570: using. todo:complete
13571:
13572: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
13573: main/compile.C, main/compile.tab.C, main/compile.y,
13574: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13575: main/pa_request.C: prepared debug info todo:use it
13576:
13577: * src/include/pa_operation.h: strange mistake fixed: forgot to
13578: return Operation class->union after switching from autoptrs.
13579:
13580: * tests/: Makefile, results/108.processed, results/117.processed:
13581: meta considered OK [it's up to coder now to remove it not needed]
13582:
13583: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
13584: Dictionary constructor when moved to gc]
13585:
13586: * src/main/pa_common.C: uncommented http:// file loading
13587:
13588: * src/include/pa_array.h, src/main/execute.C,
13589: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
13590: fix [gdGrowingBuf]
13591:
13592: * configure.in, src/lib/Makefile.am: removed patches
13593:
13594: * configure, src/include/pa_config_auto.h.in,
13595: src/main/pa_charset.C: --enable-assertions autoconf-ed
13596:
13597: * src/main/pa_common.C: uncommented http:// file loading
13598:
13599: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
13600: xdoc::create/load
13601:
13602: * src/: classes/form.C, classes/hash.C, classes/image.C,
13603: classes/string.C, classes/table.C, classes/void.C,
13604: include/pa_common.h, main/pa_common.C, main/pa_request.C,
13605: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
13606: String::String(str,helper_length) are checked. found/fixed one
13607: place: $request:body now zero-terminated,
13608:
13609: * src/: classes/op.C, classes/table.C, include/pa_request.h,
13610: main/compile_tools.C, main/execute.C, types/pa_value.h,
13611: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
13612: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
13613: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13614: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
13615: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13616: types/pa_vxnode.h: more locally scoped vars in execute (more
13617: easily optimizable)
13618:
13619: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
13620: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
13621:
13622: * src/: include/pa_array.h, include/pa_stack.h,
13623: include/pa_string.h, main/compile_tools.C, main/main.dsp,
13624: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
13625: become assertion iterator in methodframe filler
13626:
13627: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
13628: targets/cgi/parser3.C: array::get/put inlined
13629:
13630: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
13631: gc_substitute_memory_management_functions +installed CORD_oom
13632: function
13633:
13634: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
13635: src/include/pa_config_includes.h, src/include/pa_string.h,
13636: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
13637: src/targets/cgi/parser3.C: converted debug hacks to ANSI
13638: assertions started configure.in --enable-assertions
13639:
13640: 2003-04-01 paf
13641:
13642: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
13643: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
13644: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
13645: gdome uses glib memory, and stores last pointer to xmlDoc there,
13646: gc misses that and collects valid memory fixed by remembering
13647: xmlDoc from dom object in xdoc. todo: do something with
13648: premature free of xdoc with xnodes/node values referring into it
13649:
13650: * src/classes/: mail.C: typo fix
13651:
13652: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
13653: changes
13654:
13655: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
13656: main/pa_memory.C: moved memory debugging to global level: to
13657: pa_gc_malloc
13658:
13659: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
13660: debugging showed no errors. todo: debug parser memory
13661:
13662: * src/targets/cgi/: parser3.C, parser3.dsp: more build
13663: configurations
13664:
13665: * src/: classes/classes.dsp, include/pa_config_fixed.h,
13666: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
13667: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
13668: types/types.dsp: prepared xml-static configuration
13669:
13670: 2003-03-31 paf
13671:
13672: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
13673: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
13674: xml lib memory debugging, simple checks failed: it seems that
13675: library does realloc(bad ptr), and recording those ptrs in heap
13676: [for debugging] was bad: heap situation changes = everything
13677: works fine
13678:
13679: * src/: main/pa_charset.C, include/pa_charset.h: worked around
13680: xmlRegisterCharEncodingHandler limitation [currently imposed
13681: limit of 10 user-defined charsets]
13682:
13683: 2003-03-28 paf
13684:
13685: * src/main/execute.C: execution stack copied to local register
13686: variable, removed lots [~2e7) of memory accesses
13687:
13688: 2003-03-27 paf
13689:
13690: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
13691: works in debug, but fails in release todo: fix that
13692:
13693: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
13694: targets/cgi/parser3.C: forgot to merge XML memory funcs
13695: replacement from gc branch
13696:
13697: * src/main/pa_exec.C: introducing append_help_length [radical
13698: improvement here]
13699:
13700: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
13701: 'not recommened' in gc.h, on win32 noticed no difference]
13702:
13703: * src/include/pa_array.h: returned checked array get [were disabled
13704: for debugging] result:not slower [don't understand that, it were
13705: INLINED] todo: find out a way of inlining it!
13706:
13707: * src/: include/pa_string.h, lib/gc/include/gc.h,
13708: lib/gc/include/gc_fake.h, main/compile.tab.C,
13709: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
13710: convention changed: all resulting strings are zero-terminated
13711:
13712: * src/: classes/date.C, classes/file.C, classes/hash.C,
13713: classes/string.C, classes/table.C, classes/void.C,
13714: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
13715: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
13716: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
13717: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13718: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
13719: types/pa_vfile.C, types/pa_vmail.C: introducing
13720: append_help_length [radical improvement here]
13721:
13722: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
13723: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
13724: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
13725: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
13726: even slower
13727:
13728: * src/: classes/string.C, classes/table.C, include/pa_array.h,
13729: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
13730: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
13731: clients of &get(): most to use non-ref version, some[in tight
13732: places] to get_unchecked_ref
13733:
13734: * src/doc/memory.dox: forgot to add
13735:
13736: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
13737: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
13738: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
13739: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
13740: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13741: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
13742: targets/cgi/parser3.dsp, types/pa_vmail.C,
13743: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
13744: T>>&<< removed after Stack::pop wiping removed [moved to separate
13745: func] other Array & removed
13746:
13747: 2003-03-26 paf
13748:
13749: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
13750: classes/table.C, include/pa_array.h, include/pa_charset.h,
13751: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
13752: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13753: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
13754: main/main.dsp, main/pa_charset.C, main/pa_common.C,
13755: main/pa_exec.C, main/pa_sql_driver_manager.C,
13756: main/pa_stylesheet_manager.C, main/pa_table.C,
13757: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
13758: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13759: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
13760: pre-evaluated .count() in some places
13761:
13762: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13763: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
13764: types/types.dsp: .dsp profiling updated
13765:
13766: * src/: classes/classes.dsp, lib/cord/cord.dsp,
13767: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
13768: targets/cgi/parser3.dsp, types/types.dsp: started profiling
13769:
13770: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
13771: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
13772: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
13773: use lib/gc,lib/cord
13774:
1.116 moko 13775: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
13776: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 13777: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
13778: src/include/pa_config_includes.h, src/include/pa_request.h,
13779: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
13780: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 13781: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 13782: src/lib/cord/include/Makefile.am,
1.116 moko 13783: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
13784: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
13785: src/targets/cgi/Makefile.am, src/types/Makefile.am,
13786: src/types/pa_vclass.h, src/types/pa_vcookie.h,
13787: src/types/pa_vform.h, src/types/pa_vhash.h,
13788: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
13789: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
13790: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
13791: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
13792: funcs ported pa_exec
1.95 moko 13793:
13794: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
13795:
13796: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
13797: bundled gc includes
13798:
13799: * src/: classes/op.C, include/pa_array.h,
13800: include/pa_sql_connection.h, include/pa_string.h,
13801: include/pa_version.h, main/compile.tab.C, main/compile.y,
13802: main/execute.C, main/pa_common.C, main/pa_exception.C,
13803: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
13804: targets/cgi/parser3.dsp: a number of bugfixes [while testing
13805: first real site (aval)]
13806:
13807: 2003-03-25 paf
13808:
13809: * operators.txt, src/main/pa_sql_driver_manager.C,
13810: src/types/pa_vstatus.C: $status.memory used free since_compact
13811: process
13812:
13813: * src/: include/pa_sql_connection.h, main/pa_globals.C,
13814: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
13815:
13816: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
13817:
13818: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
13819: src/types/pa_value.h, src/types/pa_vfile.h,
13820: src/types/pa_vobject.C, src/types/pa_vobject.h,
13821: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
13822: tests/results/121.processed: untaint.C L_URI
13823:
13824: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
13825: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
13826: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
13827: src/types/pa_vmemory.h: ^memory:compact[]
13828:
13829: * tests/results/109.processed: it was a bug in parser. updated 109
13830: test result
13831:
13832: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
13833:
13834: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
13835: tests/results/107.processed: fixed dom language [values are now
13836: considered tainted. it was a bug in parser. updated 107 test
13837: result
13838:
13839: * src/classes/xdoc.C: fixed transform params
13840:
13841: * src/: include/pa_stylesheet_manager.h,
13842: main/pa_stylesheet_manager.C: fixed stylesheet caching
13843:
13844: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
13845: overloads for structure handling
13846:
13847: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
13848: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
13849: StringBody(0) ambiguilty, introducting static
13850: StringBody::Format(int)
13851:
13852: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
13853: linked
13854:
13855: * src/types/pa_vxdoc.C: vxdoc compiled
13856:
13857: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
13858: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
13859: finalizers isntalled
13860:
13861: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
13862: doc/exception.dox, doc/index.dox, include/pa_charset.h,
13863: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
13864: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
13865: compiled todo: xnode.C / finalizers
13866:
13867: * src/doc/string.dox: updated: new string internals
13868:
13869: 2003-03-24 paf
13870:
13871: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13872: include/pa_charset.h, include/pa_config_fixed.h,
13873: include/pa_request.h, include/pa_stylesheet_connection.h,
13874: include/pa_stylesheet_manager.h, main/pa_charset.C,
13875: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
13876: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
13877: types/pa_vxnode.h: started XML
13878:
13879: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
13880:
13881: * src/: classes/file.C, classes/image.C, classes/mail.C,
13882: include/pa_string.h, main/pa_common.C,
13883: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
13884:
13885: * src/: classes/file.C, classes/image.C, classes/mail.C,
13886: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
13887: main/pa_request.C, main/pa_sql_driver_manager.C,
13888: types/pa_vimage.h: size_t pos everywhere checks changed to check
13889: for eq STRING_NOT_FOUND
13890:
13891: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
13892: optimize bit implemented
13893:
13894: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13895: String::ArrayFragment::append_positions fixed
13896:
13897: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
13898: String::this_starts fixed
13899:
13900: * src/main/pa_string.C, tests/Makefile: string::pos fixed
13901:
13902: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
13903: hashcode implemented fully, including per-char callback [it can
13904: be - substr CORD node]
13905:
13906: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
13907: rewritten to rewalloc with 100byte buf ahead
13908:
13909: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
13910: src/include/pa_string.h, src/main/compile.tab.C,
13911: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
13912: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
13913: CORD_ec [bad] would rewrite as realloc now
13914:
13915: * src/: classes/date.C, classes/file.C, classes/form.C,
13916: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
13917: include/pa_cache_managers.h, include/pa_charsets.h,
13918: include/pa_common.h, include/pa_request.h,
13919: include/pa_sql_driver_manager.h, include/pa_table.h,
13920: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
13921: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
13922: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
13923: types/pa_vmail.C, types/pa_vmethod_frame.C,
13924: types/pa_vstateless_class.h: 2*2 worked :)
13925:
13926: * parser3.dsw, src/classes/date.C, src/classes/file.C,
13927: src/include/pa_exec.h, src/include/pa_string.h,
13928: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
13929: passed OK
13930:
13931: * src/: classes/hash.C, classes/string.C, classes/table.C,
13932: types/pa_value.C: all linked todo: debug
13933:
13934: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
13935: types/pa_vstateless_class.C: all compiled. todo:link
13936:
13937: * src/types/pa_wcontext.C: pa_wcontext.C compiled
13938:
13939: * src/types/pa_vtable.C: pa_vtable.C compiled
13940:
13941: * src/types/pa_vstring.C: pa_vstring.C compiled
13942:
13943: * src/types/pa_vstatus.C: pa_vstatus.C compiled
13944:
13945: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
13946: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
13947: pa_vstateless_class.C, pa_vstateless_class.h:
13948: pa_vstateless_class.C compiled
13949:
13950: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
13951: types/pa_vmath.C: pa_vmail.C compiled
13952:
13953: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
13954:
13955: * src/types/pa_vform.C: pa_vform.C compiled
13956:
13957: * src/types/pa_vfile.C: pa_vfile.C compiled
13958:
13959: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
13960: pa_vstateless_class.C: pa_vcookie.C compiled
13961:
13962: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
13963: types/pa_vhash.h: pa_value.C compiled
13964:
13965: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
13966: classes.lib main.lib compiled
13967:
13968: * src/classes/void.C: void.C compiled
13969:
13970: * src/: classes/string.C, classes/table.C, include/pa_string.h,
13971: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
13972: compiled
13973:
13974: * src/: classes/string.C, include/pa_request.h,
13975: include/pa_string.h, main/pa_string.C: string.C compiled
13976:
13977: * src/: classes/op.C, classes/string.C, classes/table.C,
13978: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
13979: main/pa_request.C, main/pa_string.C: op.C compiled
13980:
13981: * src/classes/: math.C, op.C: math.C compiled
13982:
13983: * src/: classes/mail.C, classes/string.C, classes/table.C,
13984: types/pa_vmail.h: mail.C compiled
13985:
13986: * src/classes/: int.C, table.C: int.C compiled
13987:
13988: * src/: classes/hash.C, classes/image.C, classes/string.C,
13989: classes/table.C, include/pa_memory.h, include/pa_string.h,
13990: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
13991: compiled
13992:
13993: * src/: classes/hash.C, classes/string.C, classes/table.C,
13994: classes/void.C, classes/xdoc.C, include/pa_request.h,
13995: include/pa_sql_connection.h: hash.C compiled
13996:
13997: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
13998: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
13999: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14000: classes/math.C, classes/op.C, classes/response.C,
14001: classes/string.C, classes/table.C, classes/void.C,
14002: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
14003: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14004: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
14005: file.C table.C compiled
14006:
14007: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
14008: main/untaint.C: main.lib compiled
14009:
14010: 2003-03-21 paf
14011:
14012: * src/: classes/op.C, include/pa_cache_managers.h,
14013: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14014: include/pa_stylesheet_manager.h, main/pa_exception.C,
14015: main/pa_globals.C, main/pa_sql_driver_manager.C,
14016: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
14017: compiled
14018:
14019: * src/: classes/hash.C, classes/image.C, classes/op.C,
14020: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
14021: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14022: main/compile.C, main/pa_common.C, main/pa_request.C,
14023: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
14024: pa_request.C compiled
14025:
14026: * src/: classes/hash.C, classes/mail.C, classes/op.C,
14027: include/pa_request.h, main/execute.C, main/pa_request.C,
14028: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14029: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
14030: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14031: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
14032: compiled
14033:
14034: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
14035: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
14036: on unix
14037:
14038: * src/: include/pa_charset.h, include/pa_charsets.h,
14039: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
14040: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
14041: pa_charsets.C compiled
14042:
14043: * src/: classes/image.C, classes/mail.C, classes/op.C,
14044: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
14045: main/compile.y, main/execute.C, main/pa_common.C,
14046: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
14047: types/pa_vcode_frame.h, types/pa_vimage.h,
14048: types/pa_vmethod_frame.h: execute.C compiled
14049:
14050: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14051: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14052: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14053: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
14054: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14055: include/pa_cache_managers.h, include/pa_charsets.h,
14056: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
14057: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
14058: include/pa_sql_driver_manager.h, include/pa_string.h,
14059: include/pa_stylesheet_connection.h,
14060: include/pa_stylesheet_manager.h, include/pa_table.h,
14061: main/compile.C, main/compile.tab.C, main/compile.y,
14062: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14063: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14064: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14065: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
14066: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14067: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14068: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14069: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14070: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14071: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14072: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14073: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14074: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14075: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14076: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14077: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14078: types/pa_vresponse.h, types/pa_vstateless_class.C,
14079: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14080: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14081: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14082: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14083: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14084: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
14085: [C++ CORD wrapper]
14086:
14087: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
14088:
14089: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
14090: $file::exec/cgi[script; $.charset[this is script's charset]
14091:
14092: command line, env values, input got transcoded before call
14093: stdout, stderr got transcoded after call
14094:
14095: * src/classes/file.C: ^file::exec/cgi now does not pass post data
14096: by default. use: ^file::exec[...;$.stdin[$request.body]
14097:
14098: * src/main/pa_common.C: } typo bug fix
14099:
14100: * src/main/pa_common.C: } typo bug fix
14101:
14102: 2003-03-20 paf
14103:
14104: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
14105: main/untaint.C: cord bug fix, but still errors todo: clear out
14106:
14107: * src/include/pa_string.h: more tests
14108:
14109: * src/main/pa_string.C: string.pos fixed
14110:
1.116 moko 14111: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
14112: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
14113: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
14114: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
14115: replaces
1.95 moko 14116:
14117: * src/: classes/image.C, include/pa_dictionary.h,
14118: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14119: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
14120: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
14121: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
14122:
14123: * src/include/pa_string.h: warning
14124:
14125: * src/include/pa_string.h: this_starts fixed
14126:
14127: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
14128: new String ctor & append params convention
14129:
14130: * src/: classes/file.C, classes/hash.C, classes/image.C,
14131: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
14132: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
14133: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
14134: main/pa_exception.C, main/pa_exec.C,
14135: main/pa_sql_driver_manager.C, main/pa_string.C,
14136: main/pa_stylesheet_manager.C, main/untaint.C,
14137: targets/isapi/parser3isapi.C, types/pa_vimage.C,
14138: types/pa_vmail.C: more tests OK
14139:
14140: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
14141: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
14142: gc/exit runned OK
14143:
14144: * src/types/pa_vmail.C: another naming problem: should not name
14145: vars like that: unpredictable close caused problems with later
14146: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
14147: descriptors missing on startup: stdin; Bad file number
14148:
14149: todo: find out why so many filters(stream) here. probably wrong?
14150:
14151: * src/: include/pa_dictionary.h, include/pa_string.h,
14152: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
14153: main/untaint.C: test compiled
14154:
14155: * src/: classes/image.C, classes/mail.C, classes/math.C,
14156: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
14157: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
14158: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
14159: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
14160: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14161: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
14162: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
14163: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
14164: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
14165:
14166: * parser3.dsw, src/classes/file.C, src/classes/image.C,
14167: src/classes/op.C, src/classes/string.C, src/classes/table.C,
14168: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
14169: src/include/pa_memory.h, src/include/pa_request.h,
14170: src/include/pa_request_charsets.h,
14171: src/include/pa_sql_connection.h, src/include/pa_string.h,
14172: src/main/compile.tab.C, src/main/execute.C,
14173: src/main/pa_charset.C, src/main/pa_common.C,
14174: src/main/pa_exception.C, src/main/pa_exec.C,
14175: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14176: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
14177: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
14178: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
14179: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14180: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
14181: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14182: src/types/pa_vobject.C, src/types/pa_vresponse.C,
14183: src/types/pa_vstatus.C, src/types/pa_vstring.C,
14184: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14185: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
14186: pa_common.C [done, without http for now]
14187:
14188: 2003-03-19 paf
14189:
14190: * src/: classes/date.C, classes/form.C, classes/hash.C,
14191: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
14192: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
14193: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
14194: include/pa_string.h, include/pa_table.h, main/compile.C,
14195: main/compile_tools.C, main/execute.C, main/pa_charset.C,
14196: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
14197: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
14198: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14199: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
14200: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
14201: types/pa_vstateless_class.h, types/pa_vtable.C,
14202: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
14203: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
14204: types/pa_wwrapper.h: started test
14205:
1.116 moko 14206: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
14207: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 14208:
14209: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
14210: include/pa_string.h, main/pa_string.C: string compiled todo: test
14211: it
14212:
14213: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
14214: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
14215: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
14216: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
14217: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
14218: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
14219: types/pa_vmethod_frame.h, types/types.dsp: string
14220: reimplementation with cord+array<fragment>: 70%
14221:
14222: 2003-03-18 paf
14223:
14224: * src/: classes/date.C, classes/file.C, classes/form.C,
14225: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
14226: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
14227: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
14228: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
14229: can ignore lang in cmp and pos really, but would
14230: split properly!
14231:
14232: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
14233: cord part made parser/src/lib: it's not compiled into libgc by
14234: default
14235:
14236: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
14237: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14238: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14239: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14240: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14241: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14242: src/classes/xnode.C, src/classes/xnode.h,
14243: src/include/Makefile.am, src/include/pa_cache_managers.h,
14244: src/include/pa_charset.h, src/include/pa_charsets.h,
14245: src/include/pa_common.h, src/include/pa_dictionary.h,
14246: src/include/pa_exception.h, src/include/pa_exec.h,
14247: src/include/pa_globals.h, src/include/pa_hash.h,
14248: src/include/pa_memory.h, src/include/pa_pool.h,
14249: src/include/pa_request.h, src/include/pa_request_charsets.h,
14250: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
14251: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14252: src/include/pa_stylesheet_connection.h,
14253: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14254: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
14255: src/main/compile.C, src/main/compile.tab.C,
14256: src/main/compile_tools.C, src/main/compile_tools.h,
14257: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
14258: src/main/pa_charsets.C, src/main/pa_common.C,
14259: src/main/pa_dictionary.C, src/main/pa_exception.C,
14260: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
14261: src/main/pa_pool.C, src/main/pa_request.C,
14262: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14263: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
14264: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
14265: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
14266: src/types/pa_junction.h, src/types/pa_method.h,
14267: src/types/pa_value.C, src/types/pa_value.h,
14268: src/types/pa_vclass.C, src/types/pa_vclass.h,
14269: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14270: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14271: src/types/pa_vdouble.h, src/types/pa_venv.h,
14272: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14273: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14274: src/types/pa_vimage.C, src/types/pa_vimage.h,
14275: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
14276: src/types/pa_vmath.C, src/types/pa_vmath.h,
14277: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14278: src/types/pa_vobject.C, src/types/pa_vobject.h,
14279: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14280: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14281: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14282: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14283: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14284: src/types/pa_vstring.h, src/types/pa_vtable.C,
14285: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14286: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14287: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14288: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14289: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
14290: gc: PA_Object done lots of replacements also
14291:
14292: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
14293: gc logging
14294:
14295: 2003-03-17 paf
14296:
14297: * src/: classes/date.C, classes/file.C, classes/form.C,
14298: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
14299: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
14300: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14301: include/pa_string.h, include/pa_types.h, main/compile.C,
14302: main/compile.tab.C, main/execute.C, main/pa_charset.C,
14303: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
14304: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
14305: main/pa_sql_driver_manager.C, main/pa_string.C,
14306: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
14307: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
14308: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
14309: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
14310: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
14311: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14312: types/pa_vxnode.h: libgc attempt
14313:
14314: 2003-03-13 paf
14315:
14316: * src/: include/pa_sql_driver_manager.h,
14317: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
14318: called
14319:
14320: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
14321: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
14322: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
14323: types/pa_value.h, types/pa_vobject.h,
14324: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
14325: set_base, set_derived simplified [counter leaks fixed]
14326:
14327: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
14328: src/types/types.dsp: incorporated status class patch From:
14329: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
14330: 2003 8:14 AM
14331:
14332: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
14333: Win32 specific: QuotaPeakNonPagedPoolUsage
14334: QuotaPeakPagedPoolUsage PeakPagefileUsage]
14335:
14336: 2003-03-12 paf
14337:
1.116 moko 14338: * configure, configure.in, src/lib/ltdl/configure,
14339: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 14340: lib/ltdl/Makefile now created by /configure.in only [were by
14341: lib/ltdl/configure.in OVERWRITE]
14342:
1.116 moko 14343: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
14344: linkage fixed for g++ 3.2.2
1.95 moko 14345:
14346: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
14347: on using privately declared class [fixed]
14348:
14349: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
14350: 3.2 rightliy complained on using privately declared class [fixed]
14351:
14352: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
14353: sigpipe before request constructor now causes death
14354:
14355: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
14356: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
14357: not cause exception in exception handler
14358:
1.116 moko 14359: * configure, configure.in, src/targets/cgi/Makefile.am: configure
14360: now default links libstdc++ statically. that can be overriden by
14361: --with-dynamic-stdcpp
1.95 moko 14362:
14363: 2003-03-11 paf
14364:
14365: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
14366: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
14367: necessity of libstdc++
14368:
14369: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14370:
14371: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14372:
14373: 2003-03-08 paf
14374:
14375: * tests/Makefile: make install & co
14376:
14377: * src/: include/pa_request.h, classes/op.C: removing
14378: vclass,object.h -> pa_request.h dependency
14379:
14380: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
14381: main/pa_request.C: removing vform,response,cookie.h ->
14382: pa_request.h dependency
14383:
14384: * src/include/pa_request.h: removing vmail.h -> pa_request.h
14385: dependency [testing...]
14386:
14387: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
14388: return 0; fixed
14389:
14390: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
14391: types/pa_vmail.h: vmail.C received just compiled [not tested]
14392:
14393: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
14394:
14395: * src/main/pa_request.C: forgotten: ifdef XML
14396:
14397: * src/main/pa_request.C: forgotten: ifdef XML
14398:
14399: * src/targets/cgi/parser3.C: todo: move to latest xml version on
14400: win32 and run memleak tests again
14401:
14402: * src/targets/cgi/parser3.C: charsets: see some strange things with
14403: old xml lib-- it's internal memory handling has faults
14404:
14405: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
14406: problems when transcode from charset A to A.
14407:
14408: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
14409: todo: still problems when transcode from charset A to A.
14410:
14411: * src/: classes/hash.C, classes/mail.C, classes/string.C,
14412: classes/table.C, include/pa_array.h,
14413: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
14414: started full-scale-site-test [~ http://parser.ru sources]
14415:
14416: some fixes
14417:
14418: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
14419: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14420: 117.html, 118.html, 119.html, 120.html, results/109.processed,
14421: results/110.processed, results/111.processed,
14422: results/112.processed, results/113.processed,
14423: results/114.processed, results/115.processed,
14424: results/116.processed, results/117.processed,
14425: results/118.processed, results/119.processed,
14426: results/120.processed: xml: tests 109 dom create/show 110 xpath
14427: selectSingle 111 xdoc.create from tainted & 112
14428: xdoc.create/output with russian attr value 113 xpath
14429: selectString/Number 114 dom attributes.count 115 xpath selectBool
14430: 116 output media-type change 117 transform by dom stylesheet 118
14431: empty transform result 119 dom setAttribute 120 nbsp letter
14432: output
14433:
14434: =END OF PREPARED XML TESTS=
14435:
14436: 2003-03-07 paf
14437:
14438: * src/classes/xdoc.C, src/include/pa_charset.h,
14439: src/include/pa_stylesheet_connection.h, tests/108.html,
14440: tests/108.xsl, tests/results/108.processed: xml: test 108
14441: transform with params [bugs fixed]
14442:
14443: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
14444: from copy/paste bug
14445:
14446: * src/classes/xdoc.C, src/include/pa_charset.h,
14447: src/include/pa_request.h, src/main/execute.C,
14448: src/main/pa_charset.C, src/main/pa_exception.C,
14449: src/main/pa_globals.C, src/main/pa_request.C,
14450: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14451: src/types/pa_vxnode.C, tests/107.html,
14452: tests/results/107.processed: xml: test: 107 bug fixes
14453:
14454: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14455: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14456: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
14457:
14458: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
14459: string
14460:
14461: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
14462: mem alloc functions used for different cases [libxml, libxsl]
14463:
14464: * src/classes/classes.C: fixed: prevent system classes from
14465: modification to lock ALL the classes, not only directly used
14466:
14467: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
14468: linked
14469:
14470: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
14471:
14472: 2003-03-06 paf
14473:
14474: * src/classes/xdoc.C: xdoc.C 50%
14475:
14476: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
14477: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14478: main/pa_globals.C, main/pa_request.C,
14479: main/pa_stylesheet_manager.C: xnode.C compiled
14480:
14481: * src/: include/pa_stylesheet_connection.h,
14482: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
14483: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
14484:
14485: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
14486: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14487: xml: stylesheet&manager STARTED
14488:
14489: * src/: include/pa_globals.h, main/pa_charset.C,
14490: main/pa_exception.C, main/pa_globals.C: xml: exceptions
14491:
14492: * src/: include/pa_charset.h, include/pa_config_fixed.h,
14493: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
14494: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
14495: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
14496: charsets
14497:
14498: * tests/023.html: in some cases it rounded up badly. postponing
14499: solution of that problem, making more simple test
14500:
14501: * tests/: 058_paf2000.png, results/058.processed: .png added with
14502: -kb now
14503:
14504: * src/: include/pa_charset.h, include/pa_charsets.h,
14505: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
14506: moved to charsets.C
14507:
14508: 2003-03-05 paf
14509:
14510: * src/classes/string.C, src/include/pa_string.h,
14511: src/main/pa_string.C, tests/105.html,
14512: tests/results/105.processed: String::match bug fixed
14513:
14514: * src/classes/op.C, src/main/main.dsp, tests/104.html,
14515: tests/results/104.processed: ^bpt operator added [does int3 in
14516: debug build on win32]
14517:
14518: * tests/: 057.html, results/057.processed: test bug fixed
14519:
1.116 moko 14520: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 14521:
14522: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
14523: missing
14524:
1.116 moko 14525: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
14526: forgotten files added to Makes
1.95 moko 14527:
14528: * ltmain.sh: ltmain.sh added
14529:
14530: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14531: change undone ;(
14532:
14533: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14534: made static
14535:
14536: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 14537: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
14538: todo:make linker happy
1.95 moko 14539:
14540: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
14541: env param made optional
14542:
14543: 2003-03-04 paf
14544:
14545: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
14546: types/pa_vimage.h: number of gcc compiler bugs fixed
14547:
14548: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
14549: results/103.processed: tests: 103 image.copy transparence test
14550:
14551: * src/main/execute.C, tests/101.html, tests/102.html,
14552: tests/results/101.processed, tests/results/102.processed: tests:
14553: 101 method/variable name conflict test 102 form fields change
14554: should not not change anything [bug fix]
14555:
14556: * tests/: 057.html, 099.html, 100.html, results/057.processed,
14557: results/099.processed, results/100.processed: tests: 57 date
14558: create 2002: added 99,100 response:body/download
14559:
14560: * src/classes/image.C, tests/098.html, tests/098font.gif,
14561: tests/results/098.processed: test: 98 image font text [bug fixed]
14562:
14563: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
14564: tests/results/097.processed: test: 97 file::load http:// [bugs
14565: fixed]
14566:
14567: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
14568: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
14569: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
14570: image EXIF [bug fixed]
14571:
14572: * src/classes/table.C, src/main/execute.C, tests/061.dat,
14573: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
14574: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
14575: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
14576: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
14577: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
14578: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
14579: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
14580: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
14581: tests/094.html, tests/095.html, tests/results/061.processed,
14582: tests/results/062.processed, tests/results/063.processed,
14583: tests/results/064.processed, tests/results/065.processed,
14584: tests/results/066.processed, tests/results/067.processed,
14585: tests/results/068.processed, tests/results/069.processed,
14586: tests/results/070.processed, tests/results/071.processed,
14587: tests/results/072.processed, tests/results/073.processed,
14588: tests/results/074.processed, tests/results/075.processed,
14589: tests/results/076.processed, tests/results/077.processed,
14590: tests/results/078.processed, tests/results/080.processed,
14591: tests/results/081.processed, tests/results/082.processed,
14592: tests/results/083.processed, tests/results/084.processed,
14593: tests/results/085.processed, tests/results/086.processed,
14594: tests/results/087.processed, tests/results/088.processed,
14595: tests/results/089.processed, tests/results/090.processed,
14596: tests/results/091.processed, tests/results/092.processed,
14597: tests/results/093.processed, tests/results/094.processed,
14598: tests/results/095.processed, tests/079.html,
14599: tests/results/079.processed: tests: 61 file::stat size 62
14600: string->int autoconvert 63 double .int,dec,div,mul 64 date
14601: compare 65 file: basename,justname,justext 66 math:crypt 67
14602: string.match simple on long 68 string.match normalized simple on
14603: long 69 string.int 70 file::stat content-type 71 table.join 72
14604: hash parameter conditional pass 73 date daylightsaving,yearday 74
14605: date arithmetics 75 response date values/attributes 76 string.pos
14606: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
14607: with local 80 scientific numeric literal in string autoconvert 81
14608: xor: logical and numerical 82 for delims 83 menu delims 84
14609: table.hash distinct 85 long string replace 86 throw+catch
14610: current language preserve 87 bit shifts 88 junction tests +
14611: $caller test 89 hash.foreach selfmodification 90 int/void to int
14612: 91 $caller test 92 junction is + def junction tests 93 $caller
14613: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
14614:
14615: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
14616: fixed] 60 string eq string [bug fixed]
14617:
14618: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
14619: 058.html, 058_paf2000.png, 059.html, 060.html,
14620: results/053.processed, results/054.processed,
14621: results/055.processed, results/056.processed,
14622: results/057.processed, results/058.processed,
14623: results/059.processed, results/060.processed: test: 53
14624: string.replace 54 junctions 55 table.hash 56 call indirect 57
14625: date.create[string] 58 image.measure[png]
14626:
14627: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
14628: outputs/051.processed, results/052.processed: test: 52
14629: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
14630: task: fix that
14631:
14632: 2003-03-03 paf
14633:
14634: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
14635: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
14636: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
14637: outputs/049.processed, outputs/050.processed,
14638: outputs/051.processed, results/001.processed,
14639: results/002.processed, results/003.processed,
14640: results/005.processed, results/006.processed,
14641: results/008.processed, results/009.processed,
14642: results/011.processed, results/012.processed,
14643: results/013.processed, results/014.processed,
14644: results/015.processed, results/016.processed,
14645: results/017.processed, results/020.processed,
14646: results/021.processed, results/022.processed,
14647: results/024.processed, results/025.processed,
14648: results/026.processed, results/027.processed,
14649: results/028.processed, results/029.processed,
14650: results/030.processed, results/031.processed,
14651: results/049.processed, results/050.processed,
14652: results/051.processed, results/043.processed,
14653: results/044.processed, results/045.processed,
14654: results/046.processed, results/047.processed,
14655: results/048.processed: tests: 43,44,45 date rolls 46
14656: autoevaluating junction 47 table.select 48 name with subvar 49
14657: hash-creating switch 50 process 51 started parent/child, works as
14658: it were but it were NOT GOOD, created separate task to fix that
14659:
14660: * tests/: 042.html, results/042.processed: test: 42
14661: exception.handled
14662:
14663: * tests/: 041.html, results/041.processed: test: 41 table.locate by
14664: expression
14665:
14666: * tests/: 040.html, results/040.processed: test: 39 method result
14667: of type table 40 method param junction auto evaluate
14668:
14669: * tests/: 039.html, results/039.processed: test: 37 method result
14670: of type table
14671:
14672: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
14673: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
14674: tests/038.html, tests/results/033.processed,
14675: tests/results/034.processed, tests/results/035.processed,
14676: tests/results/036.processed, tests/results/037.processed,
14677: tests/results/038.processed: tests: 33 string.replace 34
14678: string.upper 35 table created 36 local/global vars with juntions
14679: 37 table clone 38 math PI & number formatting
14680:
14681: math class registring typo fixed
14682:
14683: * src/classes/op.C, src/include/pa_request.h,
14684: src/include/pa_string.h, src/main/execute.C,
14685: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
14686: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
14687: tests/032.html, tests/results/032.processed: uchar changed to
14688: String_UL in all places [was not everywhere] untaint test: 032
14689:
14690: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
14691: tests/results/004.processed, tests/parser-cygwin.sh,
14692: tests/parser-unix.sh: removed -H command line key, now testing
14693: using .sh file with SERVER_SOFTWARE=xxx
14694:
14695: 2003-02-26 paf
14696:
14697: * src/main/execute.C, src/types/pa_vstateless_class.h,
14698: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
14699: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
14700: tests/results/024.processed, tests/results/025.processed,
14701: tests/results/026.processed, tests/results/027.processed,
14702: tests/results/028.processed, tests/results/029.processed,
14703: tests/results/030.processed, tests/results/031.processed: fixed
14704: bug with name_cstr mutable CharPtr more tests
14705:
14706: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
14707: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
14708: << abort. die now just exits
14709:
14710: * src/classes/classes.awk, src/classes/classes.h,
14711: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14712: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14713: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14714: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14715: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14716: src/classes/xnode.C, src/include/pa_memory.h,
14717: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
14718: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
14719: src/types/pa_vform.C, tests/015.html, tests/016.html,
14720: tests/017.html, tests/018.html, tests/019.html,
14721: tests/019paf2001.gif, tests/020.html, tests/021.html,
14722: tests/022.html, tests/023.html, tests/022_dir/a.html,
14723: tests/022_dir/b.txt, tests/022_dir/c.htm,
14724: tests/results/015.processed, tests/results/016.processed,
14725: tests/results/017.processed, tests/results/018.processed,
14726: tests/results/019.processed, tests/results/020.processed,
14727: tests/results/021.processed, tests/results/022.processed,
14728: tests/results/023.processed: methoded_array now contains all Mxxx
14729: classes SAPI::get_env now returns info on pool more tests
14730:
14731: * src/include/pa_array.h, src/include/pa_hash.h,
14732: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
14733: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
14734: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
14735: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
14736: tests/014.html, tests/Makefile, tests/outputs/create-dir,
14737: tests/results/001.processed, tests/results/002.processed,
14738: tests/results/003.processed, tests/results/004.processed,
14739: tests/results/005.processed, tests/results/006.processed,
14740: tests/results/007.processed, tests/results/008.processed,
14741: tests/results/009.processed, tests/results/010.processed,
14742: tests/results/011.processed, tests/results/012.processed,
14743: tests/results/013.processed, tests/results/014.processed: hash
14744: cloning fixed
14745:
14746: 2003-02-25 paf
14747:
14748: * src/main/pa_common.C: typo fixed
14749:
14750: 2003-02-24 paf
14751:
14752: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
14753: [one remained]
14754:
14755: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
14756: [should have been get_string(&pool)] todo: check other such calls
14757:
14758: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
14759: test10, bad lookups
14760:
14761: xxx* xxx=smartptr.get(); << is bad style, after ";" original
14762: object got destructed, and xxx points to sky
14763:
14764: * ChangeLog, src/classes/string.C: match bug fixed
14765:
14766: * src/types/pa_vmail.C: body [text/html] transcoded to
14767: $.charset[specified] now
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: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14775: which failed to handle sigsetjmp+throw: crashed inside of
14776: pre-throw code. rewritten simplier [though duplicating
14777: closesocket code]
14778:
14779: 2003-02-21 paf
14780:
14781: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
14782: $cookie:name[$.expires[date << can be now]]
14783:
14784: written makefile with regression tests [raw]
14785:
14786: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
14787: tests' only [it's not forcing CGI mode now] now use -H to output
14788: CGI header when parser used in command line [useful for tests
14789: also]
14790:
14791: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
14792: switches on CGI mode, and is used in regression tests
14793:
14794: * src/: include/pa_request.h, main/pa_request.C,
14795: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
14796: fixed
14797:
14798: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
14799: handling pa_*
14800:
14801: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
14802: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
14803: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
14804: memory handling files
14805:
14806: * src/main/pa_array.C: pool::format_integer terminator fixed
14807:
14808: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
14809: compiles OK test to show benefits of free
14810:
14811: * src/: classes/file.C, classes/image.C, classes/mail.C,
14812: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
14813: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14814: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
14815: use pool [as the one in ^process]
14816:
14817: * src/classes/op.C: fixed process. sould now check for all cstr's
14818: -- some must use pool [as the one in ^process]
14819:
14820: 2003-02-20 paf
14821:
14822: * src/: classes/date.C, classes/double.C, classes/file.C,
14823: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14824: classes/math.C, classes/op.C, classes/response.C,
14825: classes/string.C, classes/table.C, classes/void.C,
14826: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
14827: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
14828: string cmp fixed
14829:
14830: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
14831: values passed OK now
14832:
14833: 2003-02-19 paf
14834:
14835: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
14836: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
14837: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
14838: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
14839: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
14840: all remaning leaks resulted from pooled::malloc calls [excluding
14841: in gd -- planning complete rewrite extremely ugly code]
14842:
14843: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
14844: files
14845:
14846: 2003-02-17 paf
14847:
14848: * src/: classes/date.C, classes/double.C, classes/file.C,
14849: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14850: classes/response.C, classes/string.C, classes/table.C,
14851: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
14852: include/pa_stylesheet_connection.h,
14853: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
14854: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
14855: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
14856: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
14857: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
14858: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
14859: of unitialized simple-typed field
14860:
14861: * src/: classes/classes.C, classes/classes.h, main/execute.C,
14862: main/pa_charset.C, main/pa_request.C: another bug of unitialized
14863: simple-typed field fixed. todo: find&kill all like that one
14864:
14865: * src/: main/execute.C, targets/cgi/pa_pool.C,
14866: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
14867: debug output fixed
14868:
14869: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
14870: main/pa_request.C: stack-stored items need extra .ref to prevent
14871: object_ptr from delete[them]
14872:
14873: * src/: classes/date.C, classes/op.C, classes/table.C,
14874: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
14875: include/pa_charset.h, main/Makefile.am, main/main.dsp,
14876: main/pa_charset.C, main/pa_common.C,
14877: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14878: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14879: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
14880: calls
14881:
14882: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
14883: couple mem leaks rusulted from old pooled::malloc usage.
14884: todo:find more like those
14885:
14886: * src/main/: compile.C, compile_tools.C: 2*2!
14887:
14888: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
14889: stackItem fixed [there were no string on stack before]
14890:
14891: * src/: main/execute.C, main/pa_request.C,
14892: types/pa_vmethod_frame.C: first letters out OK
14893:
14894: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
14895: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
14896: main/pa_string.C, main/untaint.C, types/pa_value.h,
14897: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
14898: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
14899: type not initialized with zeros :( while class fields of class
14900: types initialized with default constructors. learn C++
14901:
14902: * src/: classes/classes.awk, classes/double.C, classes/file.C,
14903: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
14904: classes/math.C, classes/xdoc.C, classes/xnode.C,
14905: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
14906: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
14907:
14908: 2003-02-14 paf
14909:
14910: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
14911: 13 link errors
14912:
14913: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
14914: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
14915: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
14916: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
14917: errors :)
14918:
14919: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
14920: classes/hash.C, classes/mail.C, classes/op.C,
14921: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
14922: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
14923: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
14924: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
14925:
14926: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
14927: classes/table.C, include/pa_common.h, include/pa_globals.h,
14928: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
14929: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
14930: types/pa_vint.h, types/types.dsp: op compiled
14931:
14932: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
14933: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
14934: main/untaint.C, types/pa_vtable.h: string, response compiled
14935:
14936: 2003-02-07 paf
14937:
14938: * src/: classes/table.C, types/pa_vtable.h: table compiled
14939:
14940: 2003-02-06 paf
14941:
14942: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
14943: mail compiled
14944:
14945: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
14946: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
14947: types/pa_vfile.h, types/pa_vimage.h: image compiled
14948:
14949: * src/classes/: file.C, form.C: form compiled
14950:
14951: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
14952: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
14953: types/pa_vfile.C, types/pa_vfile.h: file compiled
14954:
14955: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
14956: types/pa_vmath.h: math compiled [win32]
14957:
14958: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
14959: types/pa_vstring.h: hash compiled
14960:
14961: 2003-02-04 paf
14962:
14963: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
14964: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14965: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
14966: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
14967: types/pa_vhash.h: hash 50% compiled
14968:
14969: * src/: classes/date.C, classes/file.C, classes/hash.C,
14970: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
14971: classes/string.C, classes/table.C, classes/xdoc.C,
14972: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
14973: main/pa_string.C: date compiled
14974:
14975: * src/classes/: classes.dsp, double.C: double compiled
14976:
14977: * src/: classes/date.C, classes/double.C, classes/file.C,
14978: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
14979: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
14980: classes/string.C, classes/table.C, classes/void.C,
14981: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
14982: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
14983: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
14984: compiled
14985:
14986: * src/: classes/date.C, classes/double.C, classes/file.C,
14987: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14988: classes/math.C, classes/op.C, classes/response.C,
14989: classes/string.C, classes/table.C, classes/void.C,
14990: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14991: types/pa_vvoid.h: void compiled :)
14992:
14993: * src/: include/pa_globals.h, main/pa_cache_managers.C,
14994: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14995: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14996: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
14997: main/pa_string.C, main/pa_uue.C, main/untaint.C,
14998: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
14999: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
15000: types/pa_vresponse.C, types/pa_vstateless_class.C,
15001: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
15002: types/pa_wcontext.C, types/types.dsp: removed stupid
15003: value_includes.h
15004:
15005: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
15006: trying to remove stupid value_includes.h
15007:
15008: * src/main/pa_exec.C: pa_exec compiled on win32
15009:
15010: * src/main/pa_exec.C: libmain.a compiled on six [unix]
15011:
15012: * src/: include/pa_globals.h, include/pa_request.h,
15013: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
15014: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
15015: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
15016: types/pa_vrequest.C, types/pa_vstateless_class.C,
15017: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
15018:
15019: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
15020: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
15021: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
15022:
15023: * src/: include/pa_array.h, include/pa_config_includes.h,
15024: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
15025: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
15026: compiled
15027:
15028: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
15029: name conflicts)
15030:
15031: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
15032: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
15033: yelds "virtual memory exhausted" while trying to compile
15034: execute.C [eating up to 127MB]
15035:
15036: 2003-02-03 paf
15037:
15038: * src/: include/pa_config_includes.h, include/pa_hash.h,
15039: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
15040: main/pa_common.C, types/pa_value.C, types/pa_value.h,
15041: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15042: types/pa_vint.h, types/pa_vjunction.h,
15043: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
15044: started gcc compiling pa_common compiled
15045:
15046: * src/: include/pa_exception.h, include/pa_pool.h,
15047: main/pa_exception.C: exception gcc change #1
15048:
1.116 moko 15049: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
15050: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 15051:
15052: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
15053:
15054: * src/types/pa_vtable.C: vtable compiled
15055:
15056: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
15057:
15058: * src/: include/pa_cache_managers.h, main/pa_request.C,
15059: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
15060:
15061: * src/types/pa_vstateless_class.C: vstateless_class compiled
15062:
15063: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
15064:
15065: * src/types/pa_vrequest.C: vrequest compiled
15066:
15067: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
15068: pa_vobject.C, pa_vobject.h: vobject compiled
15069:
15070: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
15071: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15072: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
15073: compiled
15074:
15075: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
15076:
15077: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
15078: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
15079: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
15080: compiled
15081:
15082: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15083: main.lib - 0 error(s), 0 warning(s)
15084:
15085: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15086: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
15087:
15088: 2003-01-31 paf
15089:
15090: * src/: include/pa_array.h, include/pa_operation.h,
15091: include/pa_request.h, main/execute.C, main/main.dsp,
15092: types/pa_vjunction.h: started last file from main library:
15093: execute
15094:
15095: * src/: include/pa_request.h, include/pa_sapi.h,
15096: main/compile.tab.C, main/compile.y, main/compile_tools.h,
15097: main/pa_request.C, targets/cgi/parser3.C,
15098: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
15099: types/pa_vhash.h: pa_request compiled
15100:
15101: * src/: classes/op.C, classes/string.C, include/pa_common.h,
15102: include/pa_globals.h, include/pa_request.h,
15103: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
15104: main/execute.C, main/main.dsp, main/pa_common.C,
15105: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15106: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
15107: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
15108: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
15109: types/types.dsp: most pa_request compiled
15110:
15111: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15112: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15113: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15114: classes/op.C, classes/response.C, classes/string.C,
15115: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15116: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15117: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15118: include/pa_config_fixed.h, include/pa_config_includes.h,
15119: include/pa_dictionary.h, include/pa_dir.h,
15120: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15121: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
15122: include/pa_pool.h, include/pa_request.h,
15123: include/pa_request_charsets.h, include/pa_request_info.h,
15124: include/pa_sapi.h, include/pa_socks.h,
15125: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15126: include/pa_stack.h, include/pa_string.h,
15127: include/pa_stylesheet_connection.h,
15128: include/pa_stylesheet_manager.h, include/pa_table.h,
15129: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15130: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15131: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
15132: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
15133: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15134: main/compile.C, main/compile.tab.C, main/compile.y,
15135: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15136: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
15137: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15138: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15139: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15140: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15141: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
15142: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
15143: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
15144: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15145: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
15146: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
15147: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
15148: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
15149: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15150: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15151: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15152: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15153: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15154: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15155: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15156: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15157: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15158: types/pa_vresponse.h, types/pa_vstateless_class.C,
15159: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15160: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15161: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15162: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15163: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15164: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
15165:
15166: * ChangeLog, src/classes/classes.h, src/classes/op.C,
15167: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15168: src/include/pa_charsets.h, src/include/pa_common.h,
15169: src/include/pa_dictionary.h, src/include/pa_exception.h,
15170: src/include/pa_exec.h, src/include/pa_pool.h,
15171: src/include/pa_request.h, src/include/pa_sapi.h,
15172: src/include/pa_sql_connection.h,
15173: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15174: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
15175: src/main/compile.tab.C, src/main/compile_tools.C,
15176: src/main/compile_tools.h, src/main/main.dsp,
15177: src/main/pa_charset.C, src/main/pa_charsets.C,
15178: src/main/pa_common.C, src/main/pa_dictionary.C,
15179: src/main/pa_exception.C, src/main/pa_exec.C,
15180: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15181: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
15182: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
15183: src/types/pa_vclass.h, src/types/pa_vcookie.C,
15184: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15185: src/types/pa_vdouble.h, src/types/pa_venv.h,
15186: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
15187: src/types/pa_vhash.h, src/types/pa_vimage.C,
15188: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
15189: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
15190: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15191: src/types/pa_vobject.C, src/types/pa_vobject.h,
15192: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15193: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15194: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15195: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
15196: src/types/pa_vstring.h, src/types/pa_vtable.h,
15197: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
15198: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
15199: died, long live StringPtr
15200:
15201: 2003-01-30 paf
15202:
15203: * src/: include/pa_charset.h, include/pa_request.h,
15204: include/pa_sql_driver_manager.h, main/compile.tab.C,
15205: main/compile.y, main/compile_tools.h, main/pa_request.C,
15206: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
15207:
15208: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
15209: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
15210: types/pa_vhash.h, types/pa_vmethod_frame.h,
15211: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15212: types/types.dsp: vstateless_class compiled
15213:
15214: * src/main/compile.C: compile compiled
15215:
15216: * src/: include/pa_array.h, include/pa_operation.h,
15217: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
15218: main/pa_table.C: compile_tools compiled
15219:
15220: * src/: include/pa_operation.h, main/compile.y,
15221: main/compile_tools.C, main/compile_tools.h: started
15222: compile_tools. vagues ideas of how to free compiled code
15223:
15224: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
15225: main/main.dsp, types/pa_value.C, types/pa_value.h,
15226: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
15227: compiled
15228:
15229: 2003-01-29 paf
15230:
15231: * src/: include/pa_globals.h, include/pa_request.h,
15232: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15233: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
15234: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
15235: compiled
15236:
15237: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
15238: now
15239:
15240: * src/: include/pa_array.h, include/pa_exception.h,
15241: include/pa_pool.h, main/pa_exception.C: gd compiled
15242:
15243: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
15244: compiled
15245:
15246: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
15247: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
15248: types/pa_vfile.h: vfile compiled
15249:
15250: * src/: include/pa_common.h, include/pa_globals.h,
15251: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
15252: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
15253: types/pa_vform.C, types/pa_vform.h: vcookie compiled
15254:
15255: * src/: include/pa_exception.h, main/pa_cache_managers.C,
15256: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
15257: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
15258: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15259: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
15260:
15261: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
15262: main/main.dsp, main/untaint.C: more compiled
15263:
15264: * src/: include/pa_charsets.h, include/pa_request.h,
15265: include/pa_request_info.h, include/pa_string.h,
15266: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
15267: types/pa_vresponse.h: vrequest compiled
15268:
15269: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
15270: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
15271: pa_vresponse.h, pa_wcontext.h: vrequest compiled
15272:
15273: * src/: classes/classes.h, include/pa_charset.h,
15274: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
15275: include/pa_request.h, include/pa_string.h, main/main.dsp,
15276: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
15277: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
15278: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
15279: types/pa_vrequest.C, types/pa_vrequest.h,
15280: types/pa_vstateless_class.h, types/pa_vstring.h,
15281: types/pa_vvoid.h: vrequest,vdouble,vint compiled
15282:
15283: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
15284: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15285: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
15286: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
15287: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15288: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
15289: types/pa_vobject.h, types/pa_vstateless_class.h,
15290: types/pa_vstateless_object.h, types/pa_vstatus.h,
15291: types/pa_vstring.h, types/types.dsp: vmath compiled
15292:
15293: 2003-01-28 paf
15294:
15295: * src/: classes/classes.h, classes/date.C, classes/file.C,
15296: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
15297: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
15298: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
15299: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
15300: compile_tools
15301:
15302: * src/: include/pa_charset.h, include/pa_exception.h,
15303: include/pa_request.h, include/pa_string.h, main/untaint.C:
15304: untaint compiled
15305:
15306: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
15307: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
15308: more compiled. struck with string::store_to needing to know
15309: source/client charsets
15310:
15311: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
15312: types/pa_vfile.h: uue compiled
15313:
15314: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
15315: table compiled
15316:
15317: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
15318: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
15319:
15320: * src/: include/pa_charset.h, main/pa_charset.C,
15321: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
15322: introduced]
15323:
15324: * src/: classes/date.C, include/pa_charset.h,
15325: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
15326: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
15327: pa_charsets compiled
15328:
15329: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
15330: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
15331:
15332: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
15333: common compiled
15334:
15335: * src/: include/pa_charsets.h, main/pa_charsets.C,
15336: main/pa_sql_driver_manager.C: pa_charsets compiled
15337:
15338: * src/: include/pa_array.h, include/pa_charset.h,
15339: include/pa_charsets.h, include/pa_pool.h,
15340: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15341: include/pa_stack.h, include/pa_string.h,
15342: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
15343: sql_driver_manager compiled
15344:
15345: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
15346: letter i with two dots added to koi, all ukranian letters added
15347: to win1251.
15348:
15349: typographic simbol 0xb9 deleted from win1251 [strange one & were
15350: abscent from koi]
15351:
15352: 2003-01-27 paf
15353:
15354: * src/: include/pa_exception.h, include/pa_sql_connection.h,
15355: include/pa_sql_driver_manager.h, include/pa_string.h,
15356: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
15357: sql/pa_sql_driver.h: paused on sql_manager
15358:
15359: * src/: include/pa_cache_managers.h, include/pa_pool.h,
15360: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15361: include/pa_stack.h, main/pa_sql_driver_manager.C,
15362: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
15363:
15364: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
15365: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15366: include/pa_table.h, main/pa_sql_driver_manager.C,
15367: main/pa_table.C: table compiled
15368:
15369: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
15370: cache_managers compiled
15371:
15372: * src/: include/pa_array.h, include/pa_charset.h,
15373: include/pa_pool.h, main/pa_charset.C: charset compiled
15374:
15375: * src/: include/pa_pool.h, main/pa_common.C: common compiled
15376:
15377: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
15378: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15379: main/pa_string.C, types/pa_value.C, types/pa_value.h,
15380: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
15381: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
15382:
15383: 2003-01-24 paf
15384:
15385: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
15386: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
15387: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15388: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
15389: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
15390: types/pa_vint.h, types/pa_vjunction.h,
15391: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15392: types/pa_vstatus.h, types/pa_vstring.h: more patched
15393:
15394: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
15395: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
15396: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
15397: main/pa_string.C, main/pa_table.C: string compiled
15398:
15399: * src/: include/pa_array.h, include/pa_common.h,
15400: include/pa_dictionary.h, include/pa_exception.h,
15401: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
15402: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
15403: main/pa_string.C: dictionary compiled
15404:
15405: 2003-01-23 paf
15406:
15407: * src/: include/pa_array.h, include/pa_common.h,
15408: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
15409: include/pa_request.h, include/pa_string.h, main/pa_common.C,
15410: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
15411: types/pa_value.h: resurrected pool in new sense: now it's
15412: factory, producing&accounting memory chunks for read[autofree]
15413: buffers
15414:
15415: * src/: include/pa_array.h, include/pa_exception.h,
15416: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
15417: main/pa_exception.C, main/pa_table.C: table compiled
15418:
15419: * src/: classes/image.C, classes/op.C, include/pa_array.h,
15420: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
15421: include/pa_pool.h, include/pa_pragma_pack_begin.h,
15422: include/pa_pragma_pack_end.h, include/pa_sapi.h,
15423: include/pa_string.h, include/pa_table.h, include/pa_types.h,
15424: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
15425: main/pa_table.C: aint that easy
15426:
15427: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
15428: main/main.dsp: continued with Hash
15429:
15430: * src/main/pa_common.C: connect_string allocated on heap[wes on
15431: stack] now. and exception can be reported OK now [can be reported
15432: outside of pro c with that stack]
15433:
15434: 2003-01-22 paf
15435:
15436: * src/: include/pa_array.h, include/pa_charset.h,
15437: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
15438: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
15439: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
15440: base: contains references_count. auto_ptr template calls
15441: add_ref/release
15442:
15443: 2003-01-21 paf
15444:
15445: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15446: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15447: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15448: classes/op.C, classes/response.C, classes/string.C,
15449: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15450: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15451: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15452: include/pa_config_fixed.h, include/pa_config_includes.h,
15453: include/pa_dictionary.h, include/pa_dir.h,
15454: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15455: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15456: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15457: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15458: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15459: include/pa_stack.h, include/pa_string.h,
15460: include/pa_stylesheet_connection.h,
15461: include/pa_stylesheet_manager.h, include/pa_table.h,
15462: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15463: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15464: lib/pcre/pcre_parser_ctype.c, main/compile.C,
15465: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15466: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
15467: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15468: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15469: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
15470: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15471: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15472: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
15473: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
15474: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
15475: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15476: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
15477: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
15478: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
15479: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
15480: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
15481: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15482: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
15483: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
15484: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15485: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15486: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15487: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15488: types/pa_vstateless_object.h, types/pa_vstatus.C,
15489: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
15490: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15491: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15492: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15493: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
15494: 2002->2003
15495:
15496: 2003-01-16 paf
15497:
15498: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
15499: src/main/pa_globals.C: http:// introducing $.any-status(1)
15500:
15501: * operators.txt, src/include/pa_config_fixed.h,
15502: src/main/pa_common.C: http request now return status. and not
15503: fail on status!=200
15504:
15505: 2003-01-15 paf
15506:
15507: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
15508:
15509: 2003-01-14 paf
15510:
15511: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
15512: mkinstalldirs: removed some ancient files [they in / really]
15513:
15514: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
15515: regretfully needed patch in two places. in config_fixed.h made
15516: stubs for lib to compile in MSVC
15517:
15518: 2003-01-13 paf
15519:
15520: * config.guess, config.sub, ltmain.sh: removed last piece of
15521: configure.in(libtool) hacks
15522:
1.116 moko 15523: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 15524: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
15525: ltdl.h: moved to latest libtool (1.4.3)
15526:
15527: 2003-01-10 paf
15528:
15529: * src/lib/ltdl/: configure, configure.in: PROG_NM
15530:
15531: * src/main/pa_globals.C: moved to latest xml lib versions, changed
15532: patches. libxml2 >= 2.5.1
15533: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
15534: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
15535: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15536:
15537: * INSTALL: moved to latest versions of xml libs libxml2 >=
15538: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
15539: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
15540: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15541:
15542: 2003-01-09 paf
15543:
15544: * INSTALL: xml,xslt,gdome lib urls updated
15545:
15546: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 15547: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 15548: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 15549: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
15550: 1.7.2
1.95 moko 15551:
15552: * depcomp: moving to automake 1.7.2
15553:
15554: 2002-12-27 paf
15555:
15556: * src/include/pa_version.h: 0007
15557:
15558: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
15559: outdated parts, made links to language docs
15560:
15561: * src/include/pa_config_auto.h.in: comment
15562:
15563: 2002-12-26 paf
15564:
15565: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
15566: not contain trailing / fixed.
15567:
15568: * INSTALL: changing SAFE_MODE politics
15569:
15570: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
15571:
15572: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
15573:
15574: 2002-12-25 paf
15575:
15576: * src/main/pa_globals.C: optimized-xml
15577:
15578: * src/main/pa_globals.C: optimized-as-is
15579:
15580: 2002-12-24 paf
15581:
15582: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
15583: fixed [were really called with zero size when .html?a=&b=]
15584:
15585: * src/classes/mail.C: $MAIL in @conf now invalid when configured
15586: with --with-sendmail
15587:
15588: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
15589: fixed]
15590:
15591: 2002-12-23 paf
15592:
15593: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
15594: ignoring parameters & were storing only string with default
15595: expires
15596:
15597: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
15598: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
15599: December 23, 2002 4:22 AM Subject: bug â
15600: Charset::transcode_buf2xchar
15601:
15602: 2002-12-20 paf
15603:
15604: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
15605: non-cgi [script] runs
15606:
15607: 2002-12-19 paf
15608:
15609: * INSTALL: --without-iconv recommended [it crashes on some systems
15610: [tested on elik]] moreover, it's not needed there [parser
15611: registers charsets itself]
15612:
15613: * INSTALL: --without-iconv recommended [it crashes on some systems
15614: [tested on elik]]
15615:
15616: * operators.txt, src/include/pa_globals.h,
15617: src/include/pa_request.h, src/main/pa_globals.C,
15618: src/main/pa_request.C: $response:download
15619:
15620: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
15621: compiler [win32]].
15622:
15623: 2002-12-18 paf
15624:
15625: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
15626:
15627: 2002-12-17 paf
15628:
15629: * src/targets/cgi/parser3.C: merged die&iis changes
15630:
15631: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
15632: to exit(1) 2. more flexible iilegal call check
15633:
15634: 2002-12-16 paf
15635:
15636: * ltmain.sh: some automakes silly insist on having this handy
15637:
15638: * src/main/untaint.C: filespec russian small 'r' changed to latin
15639: 'p' bug fix
15640:
15641: 2002-12-15 paf
15642:
15643: * src/main/untaint.C: filespec russian small 'r' changed to latin
15644: 'p'
15645:
15646: * configure.in, src/include/pa_config_auto.h.in,
15647: src/main/compile.C, src/main/pa_common.C: merged small changes
15648: from branch 6 to HEAD
15649:
15650: * src/main/compile.C: removed warning
15651:
15652: * src/main/pa_common.C: ftruncate having checked
15653:
15654: * configure.in, src/include/pa_version.h: new version
15655:
15656: 2002-12-14 paf
15657:
15658: * src/classes/table.C: removed unnecessary code
15659:
15660: * src/sql/pa_sql_driver.h: exception type fixed
15661:
15662: 2002-12-09 paf
15663:
15664: * src/types/pa_vvoid.h: $void.store[now] error
15665:
15666: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15667:
15668: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
15669: tries to write core dump
15670:
15671: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15672:
15673: * src/: classes/hash.C, classes/string.C, classes/table.C,
15674: classes/void.C, main/pa_sql_driver_manager.C,
15675: sql/pa_sql_driver.h: changed exception handling mech in sql
15676: handlers #2
15677:
15678: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
15679: exception handling mech in sql handlers
15680:
15681: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
15682: handlers
15683:
15684: * src/: classes/hash.C, classes/string.C, classes/table.C,
15685: classes/void.C, main/pa_sql_driver_manager.C,
15686: sql/pa_sql_driver.h: changed exception handling mech in sql
15687: handlers
15688:
1.116 moko 15689: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
15690: to write makefile which used libtool to install things, which is
15691: not needed
1.95 moko 15692:
15693: 2002-12-06 paf
15694:
15695: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
15696: $hash.fields -- pseudo field to make 'hash' more like 'table'
15697:
15698: 2002-12-05 paf
15699:
15700: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
15701: cc/bcc OK now
15702:
15703: * src/main/untaint.C: mail header closed properly
15704:
15705: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
15706: header ',' allowed. still bugs in smtp [only one receiptient
15707: works, cc, bcc ignored now, and MAILED ;)]
15708:
15709: [strncpy killed, memnchr used]
15710:
15711: * src/main/pa_table.C: table-copy now current=0
15712:
15713: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
15714: lowlevel proc
15715:
15716: * src/targets/cgi/parser3.C: more checks on
15717: http://domain/parser.cgi start [maybe some getenv returns "",
15718: checked that now
15719:
15720: * src/targets/cgi/parser3.C: more checks on
15721: http://domain/parser.cgi start [maybe some getenv returns "",
15722: checked that now
15723:
15724: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
15725: out-of-mem errors reached log]
15726:
15727: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
15728: mail:send MIME-Version default
15729:
15730: * src/main/main.dsp: pa_version included into main.dsp
15731:
15732: 2002-12-04 paf
15733:
15734: * src/types/pa_vform.C: $form:field string value cut by premature 0
15735:
15736: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
15737: lib/libltdl -> lib/ltdl Win32 changes. s
15738:
15739: * src/classes/classes.awk: more strict *.C$
15740:
15741: * gnu.dsp: restored
15742:
1.116 moko 15743: * configure.in, gnu.dsp, src/lib/Makefile.am,
15744: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
15745: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
15746: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
15747: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
15748: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
15749: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
15750: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
15751: now created with /configure, not ltdl/configure, so it does have
15752: no problems with automake. ltdl/configure
15753: AC_OUTPUT(Makefile<<removed)
1.95 moko 15754:
15755: 2002-12-02 paf
15756:
15757: * operators.txt: removed outdated status:db
15758:
15759: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
15760: src/main/pa_common.C, src/main/pa_request.C,
15761: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
15762: tainted parts becomes http-header
15763:
15764: 2002-11-29 paf
15765:
15766: * src/classes/date.C, src/classes/image.C, operators.txt: exif
15767: dates now objects of type date
15768:
15769: * src/classes/image.C: file.seek removed [it were used in image.C
15770: only, and for parser user this means that jpeg image has bad
15771: size in fragment's header] now used image.format
15772:
15773: * src/: include/pa_common.h, main/pa_common.C,
15774: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
15775: now handled exactly like $response:header values. e.g. can be
15776: hash [can have subattributes] & contain date values.
15777:
15778: * src/main/pa_common.C: http:// param values lang forced URI
15779:
15780: * src/main/pa_common.C: http:// tainted partes now %xx
15781:
15782: 2002-11-28 paf
15783:
15784: * operators.txt: http.timeout
15785:
15786: * src/classes/image.C: ^image.length now counts interchar space.
15787: plus space after last char
15788:
15789: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
15790:
15791: * src/classes/image.C: ^image.font width measurer now scans full
15792: height [were -1]
15793:
15794: * configure.in: stopped double libltdl/Makefile generation
15795:
15796: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
15797: chars [one top horizontal line of 1pixel height were missing]
15798:
15799: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
15800: 'false' to go into (Hash *) parameter
15801:
15802: 2002-11-27 paf
15803:
15804: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
15805: types/pa_vmail.C: response:body[file] if file nows it's name now
15806: returns content-disposition: >>attachment<<
15807:
15808: * src/classes/image.C: ^image.font << bad font file-size now
15809: properly reported
15810:
15811: 2002-11-26 paf
15812:
15813: * src/main/pa_request.C: fixed lang in reponse header
15814:
15815: * src/main/pa_common.C: utf8 prefix ignored @read text
15816:
15817: * operators.txt, src/main/pa_common.C: http:// response status!=200
15818: made exception: http.status with source=bad status#
15819:
15820: 2002-11-25 paf
15821:
15822: * configure.in, src/classes/image.C,
15823: src/include/pa_config_auto.h.in,
15824: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 15825: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
15826: const void related probs fixed
1.95 moko 15827:
15828: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
15829:
15830: $file[^file::load[http://there]] $file.SERVER
15831:
15832: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
15833: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
15834: http options [invalid onces now reported] made default
15835: user-agent: paf
15836:
15837: * operators.txt, src/classes/file.C, src/classes/table.C,
15838: src/classes/xdoc.C, src/include/pa_common.h,
15839: src/include/pa_globals.h, src/main/pa_common.C,
15840: src/main/pa_globals.C, src/main/pa_request.C,
15841: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
15842: now understand http:// prefix and additional params, sample:
15843: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
15844: $.USER-AGENT[parser3] ]]
15845:
15846: 2002-11-22 paf
15847:
15848: * src/classes/image.C, src/include/pa_globals.h,
15849: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
15850: src/types/pa_vimage.h, operators.txt: $image.exif support
15851: $image.exif.DateTime & co
15852:
15853: 2002-11-21 paf
15854:
15855: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
15856: _PASS_APPENDED)
15857:
15858: * src/classes/image.C: jpeg size measure fixed: were badly skipping
15859: EXIF information [were big block and it's size were considered
15860: negative :(]
15861:
15862: * operators.txt, src/classes/image.C, src/include/pa_common.h,
15863: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
15864: internals rewritten. no there's reader.seek, and all's ready for
15865: EXIF extraction [now we fail to measure files with EXIF info]
15866:
15867: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
15868: O_TRUNC truncates even exclusevely write-locked file [thanks to
15869: Igor Milyakov <virtan@rotabanner.com> for discovering]
15870:
15871: 2002-11-20 paf
15872:
15873: * src/targets/cgi/parser3.C: logging @signal += query_string
15874:
15875: * configure.in, src/include/pa_config_auto.h.in,
15876: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
15877: comment
15878:
15879: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
15880:
15881: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15882: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
15883: currently processed document SIGPIPE >> interrupts request
15884: processing [exception = DB rollback]
15885:
15886: * src/main/pa_exec.C: comment
15887:
15888: * src/main/pa_exec.C: pa_exec: data written only if size>0
15889:
15890: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
15891: << disable HTTP-POST repassing
15892:
15893: * src/: include/pa_config_fixed.h, main/pa_common.C,
15894: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
15895: pipe read errors now checked
15896:
15897: 2002-11-19 paf
15898:
15899: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
15900: CGI: Illegal call
15901:
15902: 2002-11-01 paf
15903:
15904: * src/main/execute.C: comment
15905:
15906: 2002-10-31 paf
15907:
15908: * src/main/execute.C: found out why, checked that for now. todo:
15909: find out a way for that user could do that
15910:
15911: * src/types/pa_vstateless_object.h: object put replaces static
15912: parent if any
15913:
15914: * src/types/pa_vobject.C: object put replaces static parent if any
15915:
15916: * src/: classes/form.C, classes/mail.C, classes/op.C,
15917: classes/xnode.h, main/compile.tab.C, main/execute.C,
15918: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
15919: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15920: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
15921: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15922: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
15923: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15924: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15925: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15926: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15927: types/pa_vstateless_object.h, types/pa_vstatus.C,
15928: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15929: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15930: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15931: types/pa_wwrapper.h: static fix merged
15932:
15933: * src/: main/compile.tab.C, types/pa_vobject.C: killed
15934: $virtual_fields in dynamic, but one can reach derived
15935: static[class] variable from base
15936:
15937: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
15938: types/pa_vobject.C, types/pa_vobject.h,
15939: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
15940: statics, left $virtual_fields in dynamic
15941:
15942: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
15943: one can't remember derivates in base class: there's so many of
15944: them. also there can be no virtual method calls in static
15945: classes
15946:
15947: * src/: classes/form.C, classes/mail.C, classes/op.C,
15948: classes/xnode.h, main/execute.C, main/pa_request.C,
15949: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
15950: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
15951: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
15952: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15953: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
15954: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
15955: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
15956: types/pa_vresponse.C, types/pa_vresponse.h,
15957: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15958: types/pa_vstateless_object.h, types/pa_vstatus.C,
15959: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15960: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15961: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15962: types/pa_wwrapper.h: static call $self fixed
15963:
15964: * src/main/execute.C: comment
15965:
15966: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
15967: ^process[$caller.self]{...} now compiles to last derived object
15968: part of that 'self'
15969:
15970: 2002-10-29 paf
15971:
15972: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
15973: re-passing [iis to blame]
15974:
15975: * src/classes/string.C: changed string.save to pass current sql
15976: connection to cstr thus one can ^connect[some server]{
15977: $s[insert into table x (x) values (^taint[sql]{value})]
15978: ^s.save[some.sql] } and he'd get in some.sql file code with
15979: properly escaped. [tried in mssql->mysql export->import of
15980: binary data]
15981:
15982: 2002-10-25 paf
15983:
15984: * src/types/pa_vresponse.C: case insensitive response user fields
15985: get/put
15986:
15987: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
15988: types/pa_vresponse.C: saving for maybe-future
15989:
15990: 2002-10-23 paf
15991:
15992: * operators.txt, src/classes/table.C: ^table.hash{code}...
15993: ^table.hash(expr)...
15994:
15995: * src/types/pa_vmail.C: email whitespace trimBoth-ed
15996:
15997: 2002-10-22 paf
15998:
15999: * src/types/: pa_vform.C, pa_vform.h: removed needless
16000: VForm::Append...(...Value)
16001:
16002: * src/main/execute.C: $.name outside of $name[...] checked
16003:
16004: * src/main/: compile.tab.C, compile.y: lexer changed to fix
16005: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
16006:
16007: 2002-10-21 paf
16008:
16009: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
16010: $form:qtail $form:imap.x/y
16011:
16012: * operators.txt, src/types/pa_vform.C: $form:nameless =
16013: "?value&...", "...&value&...", "...&value"
16014:
16015: * operators.txt, src/types/pa_vform.C: $form:image-map
16016:
16017: * operators.txt, src/classes/file.C: /some/page.html:
16018: ^file:fullpath[a.gif] => /some/a.gif
16019:
16020: 2002-10-17 paf
16021:
16022: * src/main/: compile.tab.C, compile.y: operators precedence changed
16023: a little: logical not and bitwise negation precedence made
16024: highest, << and >> bitshits precedence made equal [were << higher
16025: than >>]
16026:
16027: * src/classes/op.C: exception handling fixed [were bad with
16028: contexts]
16029:
16030: 2002-10-16 paf
16031:
16032: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16033: main/pa_request.C: Request::self considered equal to
16034: VMethodFrame::self, and removed, Request::get_self() mapped to
16035: VMethodFrame.self()
16036:
16037: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
16038: $hash in open field now gives old good error meesage
16039:
16040: 2002-10-15 paf
16041:
16042: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
16043: use ^if($junction is junction){was and now true}
16044:
16045: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16046: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
16047: types/pa_vxnode.C: xml->parser strings now have origin, which
16048: points to place where value left xml library and came to parser:
16049: place of dom field extraction/call
16050:
16051: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
16052: main/compile.tab.C, main/compile.y, main/execute.C,
16053: types/pa_vmethod_frame.h: removed last pieces of old code
16054: allowing $junction.xxx at compile time
16055:
16056: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
16057: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
16058: objects also considered [were only classes]
16059:
16060: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
16061: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
16062: with CLASS self. [ (request&method_frame).self temporarily
16063: changed ]
16064:
16065: * src/classes/: hash.C, op.C: method_frame now always changed, with
16066: no exception to native calls. for&foreach changed to use
16067: method_frame.caller for their var's name context
16068:
16069: * src/: main/execute.C, targets/cgi/parser3.C,
16070: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
16071: compiling to system classes disabled
16072:
16073: * operators.txt, src/classes/op.C:
16074: ^process[$caller.CLASS]{code-string} added
16075:
16076: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
16077: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
16078: src/types/Makefile.am, src/types/pa_vjunction.C,
16079: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
16080: src/types/types.dsp: removed $junction.get $junction.set[]
16081: introducing $caller
16082:
16083: * src/types/pa_value.h: removed outdated comments. doxygen would
16084: find them lower by inheritance tree
16085:
16086: * src/types/pa_vjunction.C: ident
16087:
16088: 2002-10-14 paf
16089:
16090: * src/classes/op.C: process compiles to code's class class
16091:
16092: * src/: classes/form.C, classes/mail.C, classes/op.C,
16093: include/pa_request.h, main/compile.C, main/compile.tab.C,
16094: main/compile.y, main/execute.C, main/pa_request.C,
16095: types/pa_vstateless_class.h: operators now main-class-methods
16096:
16097: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
16098: better stack trace [has "call" & co there]
16099:
16100: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16101: operators @auto now executed in MAIN context
16102:
16103: * src/main/execute.C: operator execution context now = MAIN, not
16104: closest stack frame
16105:
16106: @touchit[] $i[after]
16107:
16108: ----t.html $i[before] << local ^touchit[] $i << now 'before',
16109: were 'after'
16110:
16111: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
16112: 'after'
16113:
16114: * src/main/execute.C: comment
16115:
16116: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
16117: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
16118: action]
16119:
16120: * src/types/pa_vxnode.C: misreplace fixed
16121:
16122: * configure, configure.in, src/include/pa_config_auto.h.in,
16123: src/types/pa_vstatus.C, operators.txt:
16124: $status:rusage.tv_secs/usecs introduced
16125:
16126: 2002-10-09 paf
16127:
16128: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
16129: on empty string [or uses (default)]
16130:
16131: 2002-10-08 paf
16132:
16133: * src/main/untaint.C: mail header quoted printable changed after
16134: RFC reread
16135:
16136: * operators.txt: plan on ^if(method
16137:
16138: * src/types/pa_vxnode.C: misreplace
16139:
16140: 2002-09-24 paf
16141:
1.116 moko 16142: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 16143:
16144: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
16145: mailreceive would compile on freebsd now
16146:
16147: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
16148: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 16149: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
16150: mailreceive would compile on freebsd now
1.95 moko 16151:
16152: * src/: classes/file.C, main/untaint.C: 1. file spec language
16153: changed: now there are only few chars are untainted: * ? ' " < >
16154: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
16155: one should use ^untaint[uri]{...} now]
16156:
16157: 2. $list[^file:list[dir]] now returns simply tainted names in
16158: $list.name, not tainted as filespec
16159:
16160: @russianindex[] #dir with files with russian-lang names
16161: $where[dir]
16162:
16163: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
16164: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
16165:
16166: 2002-09-23 paf
16167:
16168: * src/types/pa_vdouble.h: double->int round added
16169:
16170: * src/classes/date.C: date bug fix, now
16171: round(floatDays*secondsPerDay)
16172:
16173: * src/classes/date.C: date bug fix, now
16174: round(floatDays*secondsPerDay)
16175:
16176: 2002-09-20 paf
16177:
16178: * src/main/execute.C: code junction calls disabled [before: code
16179: was compiled in such a way, that there were no code-junctions in
16180: OP_CALL]
16181:
16182: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
16183:
16184: @badjunctioncallinside[code] ^code[]
16185:
16186: * src/main/: compile.tab.C, compile.y: changed grammer on junction
16187: expanding to include ^junction.method
16188:
16189: * src/main/pa_common.C: -d "DIR/" now true
16190:
16191: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
16192: as internal xdoc encoding, and after decoding attributes set by
16193: dom functions now encoded OK, not as digital entities
16194:
16195: * src/classes/xdoc.C: empty transform result, being taken as file
16196: now returns empty file, not raises stupid error about "stat-ed
16197: file"
16198:
16199: * src/types/pa_vhash.h: hash.foreach modification of existing keys
16200: allowed
16201:
16202: * src/types/types.dsp: introducing $junction.get/put(1) one can
16203: write iterators now:
16204:
16205: ^user-foreach[key;value]{$key=$value<br>}
16206:
16207: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16208: $code.value($i*2) $code }
16209:
16210: * src/main/compile_tools.h: mistype
16211:
1.116 moko 16212: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
16213: thus taking linking options configure changes into account [were:
16214: ignoring]
1.95 moko 16215:
16216: * src/types/: pa_vjunction.C, Makefile.am: introducing
16217: $junction.get/put(1) one can write iterators now:
16218:
16219: ^user-foreach[key;value]{$key=$value<br>}
16220:
16221: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16222: $code.value($i*2) $code }
16223:
16224: * src/: include/pa_opcode.h, include/pa_request.h,
16225: main/compile.tab.C, main/compile.y, main/execute.C,
16226: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
16227: introducing $junction.get/put(1) one can write iterators now:
16228:
16229: ^user-foreach[key;value]{$key=$value<br>}
16230:
16231: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16232: $code.value($i*2) $code }
16233:
16234: 2002-09-19 paf
16235:
1.116 moko 16236: * Makefile.am: new: make commit
1.95 moko 16237:
16238: * aclocal.m4: forced to be older
16239:
16240: 2002-09-18 paf
16241:
16242: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
16243: src/main/compile.y, src/main/execute.C: << >> int shifts
16244:
16245: * src/: include/pa_common.h, include/pa_request.h,
16246: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
16247: - now this - fatal error
16248:
16249: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
16250: that one can pass binary data there
16251:
16252: * src/: classes/date.C, classes/double.C, classes/file.C,
16253: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16254: classes/op.C, classes/response.C, classes/string.C,
16255: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16256: include/pa_request.h: pa_request contexts made privated, plus
16257: get_{self/method_frame} to read. Request_context_saver used in
16258: ^try to save flang too. [were not saved]
16259:
16260: * src/types/pa_vresponse.C: header value chains joined before
16261: output, this should help $.subject[$var $var] from being
16262: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
16263:
16264: 2002-09-17 paf
16265:
16266: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
16267: removed changes, operators executed with calling self. lots of
16268: code with ^include code relies on defined/defining self variables
16269:
16270: $a[1] ^include[print_a.p] print_a.p: $a
16271:
16272: ^include[set_a.p] a=$a set_a.p: $a[1]
16273:
16274: * src/: classes/op.C, main/execute.C, main/pa_request.C,
16275: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
16276: types/pa_vstateless_class.h: operators now executed with MAIN
16277: self. it's for ^include sake, too strong a change
16278:
16279: * src/classes/op.C: made place for ^process to compile it's code to
16280: in case of no self
16281:
16282: * src/main/execute.C: found ancient param to Junction, removed.
16283: allowed passing self to native_code_operators [for ^process to
16284: work, she needs self]
16285:
16286: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16287: types/pa_vstateless_class.h: found ancient param to Junction,
16288: removed. allowed passing self to native_code_operators [for
16289: ^process to work, she needs self]
16290:
16291: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
16292: types/pa_value.h, types/pa_vmethod_frame.h,
16293: types/pa_vstateless_class.h: allowed Request.self to be 0,
16294: checked that in VMethodFrame get/put and $self.
16295:
16296: * src/classes/: table.C, xdoc.C: table::sql options table::create
16297: copy options options checked, wrong option now fatal error
16298:
16299: * src/main/pa_string.C: string.replace fixed [were missing words on
16300: pieces boundaries]
16301:
16302: * bin/auto.p.dist.in: strange \n
16303:
16304: * configure, configure.in: .so now detected [can be .sl on hpux,
16305: .dll on cygwin, .so in other cases)
16306:
1.116 moko 16307: * configure, configure.in, bin/auto.p.dist.in: .so now detected
16308: [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95 moko 16309:
16310: * operators.txt, src/classes/hash.C, src/classes/table.C,
16311: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
16312: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
16313: record taken [were last]
16314:
16315: * src/: classes/hash.C, classes/table.C,
16316: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
16317: now errors
16318:
16319: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
16320:
16321: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
16322: ,2,3]
16323:
16324: 2002-09-16 paf
16325:
16326: * src/classes/file.C: file::cgi line ends can be both unix & dos.
16327: and they can be unix [\n\n] on win when 'use CGI' used, it causes
16328: stdout to be binary. now detected closest header break.
16329:
16330: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
16331: closed right
16332:
16333: 2002-09-13 paf
16334:
16335: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
16336: src/main/compile_tools.h: (expression #comment)
16337:
16338: (multiline expression #comment line2 #comment )
16339:
16340: (expression #comment with (brackets) comment) << OK
16341:
16342: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
16343: bitwise !|| numerical xor now [preparing for expression
16344: #comments]
16345:
16346: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
16347: error
16348:
16349: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
16350: cheched in pa_socks.C
16351:
1.116 moko 16352: * configure, configure.in, src/include/pa_config_auto.h.in:
16353: HAVE_WINSOCK_H created in configure.in
1.95 moko 16354:
16355: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
16356: cookie date now clean [were mistakenly tainted & that worked bad
16357: with opera -- 'happily' that worked OK with msie]
16358:
16359: 2002-09-12 paf
16360:
16361: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
16362: VClass get_element now first looks to fields, next to methods &
16363: co todo: the rest reason: more speed
16364:
16365: * src/main/untaint.C: quoted printable encoding stops before
16366: \s*<...>$
16367:
16368: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
16369: stops before <...>$
16370:
16371: 2002-09-11 paf
16372:
16373: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
16374: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
16375: forgot to check users of those funcs. not all were using that
16376: return value convention
16377:
16378: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
16379: windows-1254 added
16380:
16381: 2002-09-10 paf
16382:
16383: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
16384: VCodeFrame parent param were specified badly
16385:
16386: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
16387: WWrapper which used in constructing objects(second param to sql
16388: method) ^...sql{}[$.default{code}] now has parent, wich helps
16389: code in hash to survivi
16390:
16391: * src/: include/pa_request.h, main/execute.C: removed redundant
16392: param to execute [stack said 'thanks']
16393:
16394: * src/: classes/op.C, main/execute.C, types/pa_value.C,
16395: types/pa_value.h, types/pa_vcode_frame.h,
16396: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16397: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
16398: responsibility to wcontext
16399:
16400: * src/classes/file.C: decided not to log exec's with stderr, that
16401: could be warnings, and it's up to scritper to log/show them
16402:
16403: * src/: classes/double.C, main/execute.C: double:sql badly called
16404: write_assign_lang, not write_no_lang, thus doing unnecessary
16405: double/string converstion, which were loosing time&precesion
16406:
16407: * src/: main/pa_charset.C, types/pa_vmail.C:
16408: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
16409: case of unfinished in buffer processing, causing accidental
16410: transcode stop [in case that source enc != utf-8 & there is
16411: incomplete utf-8 sequence at the end of 16000block iside of
16412: libxml lib] tfm readed & code updated
16413:
16414: 2002-09-04 paf
16415:
16416: * configure: makes with sjlj
16417:
16418: * INSTALL, src/include/pa_config_fixed.h,
16419: src/include/pa_sql_connection.h,
16420: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
16421: checked. on win32 it made default
16422:
16423: * src/include/pa_config_auto.h.in: sjlj define
16424:
16425: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
16426: can not work with longjump/throw pair, and one must switch that
16427: on there. todo: detect that automatically]
16428:
16429: * src/types/pa_vxnode.C: removed too strong checks of
16430: xnode.elements. now, for instance, if element does not have any
16431: attributes, $xnode.attributes is void, not error
16432:
16433: 2002-09-02 paf
16434:
16435: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
16436: removed double_result, didn't help
16437:
16438: * src/main/execute.C: double_result made to move that var away from
16439: hungry g++ optimizer (-O2), before: it were optimized and
16440: comparison operators worked badly
16441:
16442: * src/types/pa_vdate.h: removed debug
16443:
1.116 moko 16444: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 16445:
16446: * src/main/execute.C: fixed numeric < & co so that thay now use
16447: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
16448: unknown reason.
16449:
16450: 2002-08-29 paf
16451:
16452: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
16453: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
16454: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
16455: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
16456: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
16457: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
16458: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
16459: [called less frequent, allowed to remove ugly
16460: Junction.change_context-s from many places, switch,
16461: mail:send..html{}, ..] request.root renamed to method_frame [more
16462: easyreading] ancient {...PUSH/POPs...} changed to stack vars
16463: [speed up]
16464:
16465: 2002-08-28 paf
16466:
16467: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
16468: tainted
16469:
16470: * src/types/pa_vcookie.C: fixed cookie delete when
16471: $cookie:name[$.value[]]
16472:
16473: * operators.txt, src/classes/string.C:
16474: ^string.split[delim[;options]]
16475:
16476: 2002-08-27 paf
16477:
1.116 moko 16478: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 16479:
16480: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
16481: delimiter
16482:
16483: * INSTALL: recommended latest gmime 1.0.5
16484:
16485: 2002-08-26 paf
16486:
16487: * configure, configure.in: apache13/hook added to make dist.
16488:
16489: 2002-08-23 paf
16490:
16491: * src/: include/pa_common.h, main/pa_common.C,
16492: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
16493: beside binary [cgi, isapi] not accessible [due to bad rights or
16494: whatever] it's error now
16495:
16496: 2002-08-21 paf
16497:
1.116 moko 16498: * Makefile.am: can use: make happy equals to make update install
1.95 moko 16499:
16500: * src/main/: compile.tab.C, compile.y, compile_tools.C,
16501: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
16502: class". compiled as if here they named base class
16503:
16504: * src/main/pa_string.C: fixed bad language bug, [were wrong string
16505: cloning constructor]
16506:
16507: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
16508:
16509: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
16510: src/types/pa_vfile.C, src/types/pa_vmail.C:
16511: $mail.received.file.value.content-type fixed
16512:
16513: 2002-08-20 paf
16514:
16515: * src/classes/file.C: fixed language of file:file result
16516:
16517: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
16518: from 3.0.0005
16519:
16520: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
16521:
16522: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
16523: 3.0.0005
16524:
16525: * src/classes/void.C, operators.txt: ^void.length[] = 0
16526:
16527: 2002-08-19 paf
16528:
16529: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
16530: work now
16531:
16532: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
16533: error in xnode, which were not catched in xdoc]
16534:
16535: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
16536: prepared: // validate each document after load/create (?)
16537: //xmlDoValidityCheckingDefaultValue = 1;
16538:
16539: 2002-08-15 paf
16540:
16541: * src/classes/classes.h: write to static var caused useless
16542: Exception, introduced Methoded::put_element wich consumes those
16543:
16544: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
16545: src/types/pa_vcookie.C, src/types/pa_vdate.h,
16546: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
16547: $response:field[date] $response:field[$.xxx[date]]
16548:
16549: * src/: classes/hash.C, classes/string.C, classes/table.C,
16550: classes/void.C, include/pa_sql_connection.h: fixed source of
16551: ^hash::sql{bad}
16552:
16553: * operators.txt: $request:body unprecessed POST request body
16554:
16555: * src/types/pa_vrequest.C: $request:body unprecessed POST request
16556:
16557: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
16558: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
16559:
16560: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
16561: src/include/pa_request.h, src/main/pa_pool.C,
16562: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
16563: $request:body r.post_data now const
16564:
16565: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
16566: classes/xnode.C, main/execute.C, types/pa_value.h,
16567: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
16568: types/pa_vtable.h: instead of type() checking everywhere used
16569: Value.as now user descendants can be used in params.
16570:
16571: VObject::as_*, is_defined now taken from bases. xtable(table)
16572: ^if($xtable) now OK
16573:
16574: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
16575: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
16576: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
16577:
16578: 2002-08-14 paf
16579:
16580: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
16581: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16582: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16583: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16584: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16585: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16586: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16587: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16588: types/pa_vresponse.C, types/pa_vresponse.h,
16589: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16590: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16591: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16592: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16593: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
16594: & VClass
16595:
16596: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
16597:
16598: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
16599: removed fixopt stupidity. on stupid linux use cd /document/root
16600: ../cgi/parser3 script
16601:
16602: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
16603: params, splitting them by space, excluding argv[0], argv[argc-1]
16604:
16605: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
16606: fixopt.h: fixopt now preprocesses command line params, splitting
16607: them by space, excluding argv[0], argv[argc-1]
16608:
16609: * src/targets/cgi/parser3.C: -f config file
16610:
16611: * src/targets/cgi/parser3.C: fixed .log file dir
16612:
16613: 2002-08-13 paf
16614:
16615: * src/types/pa_vobject.C: allow override parent variables, useful
16616: for form descendants [in vobject too, were in vclass]
16617:
16618: * src/types/pa_vclass.C: allow override parent variables, useful
16619: for form descendants
16620:
16621: * src/types/pa_vclass.C: checked: form[vclass]fields can be
16622: overwritten in derived(table)
16623:
16624: * src/: classes/form.C, classes/mail.C, classes/op.C,
16625: classes/xnode.h, include/pa_request.h, main/execute.C,
16626: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16627: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16628: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16629: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16630: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16631: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16632: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16633: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16634: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16635: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16636: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16637: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16638: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
16639: Value::get_element(..., bool looking_down) [needed to exclude
16640: endless recoursion]
16641:
16642: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
16643: fix bug with put endless recoursion todo: check 'as'
16644:
16645: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
16646: reorganized modules todo: fix bug with put endless recoursion
16647: todo: check 'as'
16648:
16649: * src/types/pa_vobject.h: checked: table fields can be overwritten
16650: in derived(table)
16651:
16652: * src/types/pa_vobject.h: derived classes can have fields of their
16653: own now
16654:
16655: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
16656: fixed error message on using non-created table
16657:
16658: * src/: classes/form.C, classes/hash.C, classes/mail.C,
16659: classes/op.C, classes/xnode.h, include/pa_request.h,
16660: main/compile.C, main/compile.tab.C, main/execute.C,
16661: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16662: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16663: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16664: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16665: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
16666: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16667: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16668: types/pa_vresponse.C, types/pa_vresponse.h,
16669: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16670: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16671: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16672: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16673: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
16674: looking down/up tree todo: fix error message on non-constructed
16675: parents
16676:
16677: 2002-08-12 paf
16678:
16679: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
16680: derived OK
16681:
16682: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
16683: thorough testing
16684:
16685: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
16686: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16687: types/pa_vobject.h, types/pa_vstateless_class.h,
16688: types/pa_vstateless_object.h, types/pa_wcontext.h,
16689: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
16690: ^base:create[] dynamic call rewritten todo: thorough testing
16691:
16692: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
16693: now instantates base class, remembers it and saves child in
16694: parent VObject.get_class now returns last child = downward
16695: virtual calls OK
16696:
16697: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16698: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16699: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
16700: types/pa_vobject.h, types/pa_vresponse.h,
16701: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16702: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
16703: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
16704: VAliased [redundant], moved $CLASS to VObject only [parser class
16705: instance]
16706:
16707: * bin/auto.p.dist.in: more like in dist on parser.ru
16708:
16709: * bin/auto.p.dist.in: fixed sendmail default comment
16710:
16711: * src/main/pa_request.C: $response:body[file] content-type check
16712: fixed [were bad when content-type is hash]
16713:
16714: 2002-08-09 paf
16715:
16716: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16717: types/pa_vobject.h, types/pa_vxdoc.h: started as()
16718:
16719: 2002-08-08 paf
16720:
16721: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
16722: src/main/pa_globals.C: year column in month calendar [week year]
16723:
16724: * src/main/execute.C: error reporting on object writes to MAIN
16725: improved [were ruind with fixing $obj[^if(1){$obj}] ]
16726:
16727: * operators.txt, src/types/pa_vdate.h: $date.yearday
16728: $date.daylightsaving
16729:
16730: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
16731: use tainted data now. only she must specify the language.
16732:
16733: ^mail:send[ $.from[paf@mail.design.ru]
16734: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
16735: $.text[^taint[uri][ìîñêâà]=] ]
16736:
16737: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
16738: now prints more precise origin
16739:
16740: * src/include/pa_string.h: String::first_char now not fails on
16741: empty strings ^if(-f '') now ok and in 3 other places.
16742:
16743: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
16744: String::first_char now not fails on empty strings ^if(-f '') now
16745: ok and in 3 other places.
16746:
16747: 2002-08-07 paf
16748:
16749: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
16750: fixed
16751:
16752: * src/main/pa_string.C: ^string.mid(0;bad) fixed
16753:
16754: * src/: main/execute.C, types/pa_vcode_frame.h,
16755: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16756: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
16757: mistakenly not completely transparent to object writes.
16758: $hash[^if(1){$hash}] now works
16759:
16760: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
16761: now erasing cache file [there were bad check on that]
16762:
16763: * src/: classes/classes.dsp, classes/table.C,
16764: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
16765: all Debug dirs in .dsp now named 'Debug'
16766:
1.116 moko 16767: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 16768:
16769: * operators.txt, src/classes/mail.C: exception_type email.send
16770:
16771: * operators.txt, src/types/pa_vmail.C: exception_type email.format
16772:
16773: * src/types/pa_vmail.C: mail:send empty email checked
16774:
16775: 2002-08-06 paf
16776:
16777: * operators.txt, src/classes/table.C, src/include/pa_array.h,
16778: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
16779: ^table::create[$source;$.options] ^table::join[$source;$.options]
16780:
16781: * operators.txt, src/classes/hash.C, src/classes/string.C,
16782: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
16783: # $.default() }
16784:
16785: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
16786:
16787: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16788: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
16789: $file.content-type [instead of .mime-type] now works for
16790: file::stat also
16791:
16792: * src/main/pa_request.C: case insensitive mime_type_of
16793:
16794: * bin/auto.p.dist.in: jpeg
16795:
16796: 2002-08-05 paf
16797:
16798: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
16799:
16800: * src/types/pa_vmail.C: file buffer relocated to parser heap
16801:
16802: * operators.txt: comment on date:calendar week column
16803:
16804: * src/main/pa_common.C: write checked
16805:
16806: * src/main/: pa_common.C: write checked
16807:
16808: * src/classes/date.C: +1 buf size for stupid snprintfs
16809:
16810: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
16811: month calendar week column [ISO 8601 Week Numbers]
16812:
16813: 2002-08-02 paf
16814:
16815: * src/: include/pa_config_fixed.h, main/pa_string.C,
16816: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
16817: DEBUG*
16818:
16819: * configure, configure.in, src/include/pa_version.h: release
16820: 3_0_0005
16821:
16822: * bin/auto.p.dist.in: unhandled_exception comments
16823:
16824: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
16825: multipart post fixed
16826:
16827: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
16828: response transcoded source->client only when text/* or simple
16829: onoverridden $response:body
16830:
16831: 2002-08-01 paf
16832:
16833: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16834: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16835: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16836: classes/op.C, classes/response.C, classes/string.C,
16837: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16838: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16839: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16840: include/pa_config_fixed.h, include/pa_dictionary.h,
16841: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
16842: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
16843: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
16844: include/pa_socks.h, include/pa_sql_connection.h,
16845: include/pa_sql_driver_manager.h, include/pa_stack.h,
16846: include/pa_string.h, include/pa_stylesheet_connection.h,
16847: include/pa_stylesheet_manager.h, include/pa_table.h,
16848: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16849: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16850: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
16851: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16852: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16853: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16854: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16855: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16856: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16857: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16858: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16859: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16860: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16861: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16862: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16863: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
16864: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
16865: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16866: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
16867: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16868: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
16869: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16870: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
16871: types/pa_vmethod_frame.h, types/pa_vobject.h,
16872: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16873: types/pa_vresponse.h, types/pa_vstateless_class.C,
16874: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16875: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16876: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16877: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16878: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 16879: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 16880:
16881: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
16882: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16883: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16884: classes/math.C, classes/op.C, classes/response.C,
16885: classes/string.C, classes/table.C, classes/void.C,
16886: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16887: include/pa_array.h, include/pa_cache_managers.h,
16888: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16889: include/pa_config_fixed.h, include/pa_config_includes.h,
16890: include/pa_dictionary.h, include/pa_dir.h,
16891: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16892: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16893: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16894: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16895: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16896: include/pa_stack.h, include/pa_string.h,
16897: include/pa_stylesheet_connection.h,
16898: include/pa_stylesheet_manager.h, include/pa_table.h,
16899: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16900: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
16901: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16902: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
16903: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16904: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
16905: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
16906: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
16907: main/pa_sql_driver_manager.C, main/pa_string.C,
16908: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16909: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16910: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16911: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
16912: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16913: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
16914: targets/isapi/pool_storage.h, types/pa_valiased.C,
16915: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
16916: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
16917: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16918: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16919: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16920: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16921: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16922: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16923: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16924: types/pa_vresponse.C, types/pa_vresponse.h,
16925: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16926: types/pa_vstateless_object.h, types/pa_vstatus.C,
16927: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16928: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16929: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16930: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16931: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
16932: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
16933: types/Makefile.am: ident.C* removed
16934:
16935: * operators.txt, src/classes/file.C, src/main/pa_request.C:
16936: file:find[/can/do/this/now.txt]
16937:
16938: * src/targets/cgi/parser3.C: usage to stdout now
16939:
16940: 2002-07-31 paf
16941:
16942: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
16943:
16944: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
16945: default "postmaster"
16946:
16947: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
16948: -f postmaster now default sendmail key word "postmaster"
16949: replaced to $.from
16950:
16951: 2002-07-30 paf
16952:
1.116 moko 16953: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
16954: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 16955:
16956: * src/main/pa_charset.C: comment
16957:
16958: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
16959: table, &#decimal;
16960:
16961: * src/main/pa_request.C: comment
16962:
16963: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
16964: paragraf]
16965:
16966: 2002-07-11 paf
16967:
16968: * src/main/pa_exec.C: build command line badly added params twice
16969: [and first time without ' ']. double wrong. fixed.
16970:
16971: * src/main/pa_exec.C: invalid .exe caused error message with params
16972: wich parser did not provide = reported badly. fixed that.
16973:
16974: * src/classes/mail.C: $MAIL[ # xxx ]
16975:
16976: now ok
16977:
16978: * operators.txt: plan: sql detailed exception
16979:
16980: 2002-07-01 paf
16981:
16982: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
16983: [MForm.configure_admin were called when request.main_class ==0
16984:
16985: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
16986:
16987: * src/classes/form.C: content_length type fix
16988:
16989: 2002-06-30 paf
16990:
16991: * src/classes/mail.C: merged from 4
16992:
16993: * src/classes/mail.C: restored $MAIL
16994:
16995: 2002-06-28 paf
16996:
16997: * configure, configure.in: removed paths.h
16998:
1.116 moko 16999: * configure, src/include/pa_version.h,
1.95 moko 17000: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
17001: merged, makes updated
17002:
17003: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
17004: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17005: src/include/pa_pool.h, src/include/pa_version.h,
17006: src/main/pa_charset.C, src/main/pa_pool.C,
17007: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
17008: src/types/pa_vmail.C: merged latest updates to head
17009:
17010: 2002-06-27 paf
17011:
17012: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
17013: not error now
17014:
17015: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
17016: src/include/pa_config_fixed.h, src/include/pa_pool.h,
17017: src/main/pa_charset.C, src/main/pa_pool.C:
17018: ^xdoc::create[[uri]]... base uri for document being created,
17019: imports and other relative file names would be relative to this
17020: uri default uri=path_translated
17021:
17022: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
17023:
17024: 2002-06-26 paf
17025:
17026: * configure, configure.in, src/include/pa_version.h:
17027: release_3_0_0004
17028:
17029: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
17030: 0 now
17031:
17032: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
17033:
17034: 2002-06-25 paf
17035:
17036: * src/main/pa_string.C: emtpy string, or string of whitespaces
17037: considered bad number now
17038:
17039: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
17040: now
17041:
17042: * operators.txt, src/classes/string.C: ^string.normalize [old
17043: name: optimize
17044:
17045: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
17046: library configured
17047:
17048: * src/main/pa_request.C: configure_admin forced if no @conf
17049:
17050: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
17051: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
17052: when needed and to call system crypt() if not $apr1$ prefix
17053:
17054: 2002-06-24 paf
17055:
17056: * INSTALL: --with-static/shared-mailreceive described
17057:
17058: * src/include/pa_config_fixed.h: ssize_t fixed
17059:
1.116 moko 17060: * configure, configure.in, src/include/pa_config_auto.h.in,
17061: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 17062: src/types/pa_vmail.C: $mail:received makes update
17063:
17064: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
17065: WITH_MAILRECEIVE
17066:
17067: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
17068:
17069: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
17070: option, for $mail:receive
17071:
17072: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
17073: introducting $message:received ^mail:send rewritten with backward
17074: comp
17075:
17076: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17077: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17078: types/types.dsp: win32xml win32mailreceive pseudomodules paths
17079: now
17080:
17081: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
17082: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17083: src/include/pa_request.h, src/include/pa_string.h,
17084: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
17085: src/main/pa_globals.C, src/main/pa_request.C,
17086: src/main/pa_string.C, src/main/pa_uue.C,
17087: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
17088: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17089: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
17090: uue to separate file introducting $message:received ^mail:send
17091: rewritten with backward comp
17092:
17093: 2002-06-21 paf
17094:
1.116 moko 17095: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
17096: co changes
1.95 moko 17097:
1.116 moko 17098: * configure, configure.in, src/lib/md5/Makefile.am,
17099: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
17100: restructure .in and .am files appropriate changes
1.95 moko 17101:
17102: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
17103: pcre to libs/ added libs/md5 which is linked to non-apache
17104: targets ^math:crypt[password;$apr1$salt]
17105:
17106: * INSTALL, configure.in, operators.txt, parser3.dsw,
17107: src/Makefile.am, src/classes/Makefile.am,
17108: src/classes/classes.dsp, src/classes/math.C,
17109: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 17110: src/lib/pcre/Makefile.am, src/lib/pcre/README,
17111: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
17112: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
17113: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
17114: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
17115: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
17116: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
17117: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 17118: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
17119: src/lib/pcre/pcre_parser_ctype.dsp,
17120: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
17121: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
17122: src/main/compile.tab.C, src/main/main.dsp,
17123: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
17124: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
17125: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
17126: to libs/ added libs/md5 which is linked to non-apache targets
17127: ^math:crypt[password;$apr1$salt]
17128:
17129: 2002-06-20 paf
17130:
17131: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.116 moko 17132: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
17133: src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 17134: src/include/pa_request.h, src/main/execute.C,
17135: src/main/pa_request.C, src/targets/cgi/parser3.C,
17136: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
17137: marged latest HEAD updates, mainly file:justname&co &
17138: @auto/conf[filespec
17139:
17140: * operators.txt, src/classes/file.C:
17141: !^file:dirname[/a/some.tar.gz]=/a
17142: !^file:dirname[/a/b/]=/a
17143: !^file:basename[/a/some.tar.gz]=some.tar.gz
17144: !^file:justname[/a/some.tar.gz]=some.tar
17145: !^file:justext[/a/some.tar.gz]=gz
17146:
17147: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17148: main/pa_request.C, types/pa_vmethod_frame.h: introducing
17149: @conf/auto[filespec]
17150:
17151: * bin/auto.p.dist.in: <noindex>
17152:
1.116 moko 17153: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 17154:
17155: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
17156: bin/auto.p.dist.in, src/doc/doxygen.cfg,
17157: src/include/pa_globals.h, src/targets/cgi/parser3.C,
17158: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
17159:
17160: 2002-06-18 paf
17161:
17162: * configure, configure.in, src/include/pa_version.h: version to
17163: configure.in
17164:
17165: * INSTALL: reflected .conf.dist dir change
17166:
1.116 moko 17167: * Makefile.am, configure, configure.in, bin/Makefile.am,
17168: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 17169: .in & *.am updated
17170:
17171: * src/classes/file.C: strncasecmp
17172:
17173: * src/classes/file.C: strcasecmp
17174:
1.116 moko 17175: * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
17176: from etc
1.95 moko 17177:
17178: * src/classes/file.C: ^file::exec[script;$.bad error case
17179: insensitive check now
17180:
17181: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
17182:
17183: * configure, configure.in, src/include/pa_pool.h,
17184: src/include/pa_types.h: pack configure.in detection simplified.
17185: figured out that gcc on sparc not that stupid as thought
17186: previously: on sparc: when it sees packed class it modifies it's
17187: field-access-code to byte operations [stb, ldub] instead of 4byte
17188: operations [st, lduh] so packed must be all parts of packed
17189: class, i.e. it's parents&fields(classes). for now it's only
17190: String that packed and what was wrong is that it's parent -
17191: Pooled, were not packed. fixed that.
17192:
17193: 2002-06-14 paf
17194:
17195: * operators.txt: more precise xml-to-text options
17196:
17197: * operators.txt, src/types/pa_vxnode.C: xnode
17198: attribute_node.name/value xnode pi.node.data
17199:
17200: 2002-06-12 paf
17201:
1.116 moko 17202: * configure, configure.in, src/targets/cgi/Makefile.am,
17203: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 17204:
17205: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
17206: src/include/pa_globals.h, src/include/pa_request.h,
17207: src/main/compile.tab.C, src/main/pa_globals.C,
17208: src/main/pa_request.C, src/targets/cgi/parser3.C,
17209: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
17210:
17211: * src/classes/mail.C: sendmail -ti [default now]
17212:
17213: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
17214: to be strings. for convinient #ing
17215:
17216: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
17217: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
17218:
17219: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
17220: main/pa_globals.C, main/pa_request.C: @conf
17221:
17222: 2002-06-11 paf
17223:
17224: * src/classes/file.C: check simplified
17225:
17226: * src/: classes/file.C, targets/cgi/parser3.dsp,
17227: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
17228: valid prefix
17229:
17230: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
17231: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
17232: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
17233:
17234: 2002-06-10 paf
17235:
17236: * operators.txt, src/classes/op.C, src/include/pa_common.h,
17237: src/main/pa_common.C: lock failures reported now
17238:
17239: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
17240: string->double @ compile time were not-enough-checking...
17241:
17242: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
17243: autoconvert now ignored
17244:
17245: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
17246: check
17247:
17248: * src/classes/mail.C: mail netscape attachment name fixed. todo:
17249: $response:body content-type:name
17250:
17251: * configure, configure.in: hpux check, nsl link, no socket
17252:
17253: * operators.txt: old merge conflict removed
17254:
17255: * configure, configure.in: pack even address access on sparc&co
17256: arch checked in configure
17257:
17258: * configure, src/include/pa_version.h: makes
17259:
17260: * configure, configure.in, src/include/pa_version.h: makes
17261:
17262: * src/main/untaint.C: (bug#2) mail subject got always prepended
17263: with charset even when all letters were 7bit one
17264:
17265: * src/main/pa_common.C: merged fixed -d (bug)
17266:
17267: * src/main/pa_common.C: fixed -d (bug)
17268:
17269: 2002-06-03 paf
17270:
17271: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
17272: src/classes/classes.dsp, src/main/compile.tab.C,
17273: src/main/main.dsp, src/main/pa_globals.C,
17274: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
17275: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
17276: .dsp-s along with reorganized cvs modules dirs structure
17277:
17278: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17279: main/pa_globals.C, targets/cgi/parser3.dsp,
17280: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
17281: modules
17282:
17283: 2002-05-28 paf
17284:
17285: * src/targets/cgi/parser3.C: info.uri now ""
17286:
17287: 2002-05-17 paf
17288:
17289: * src/classes/: table.C: ^table.save << checked empty
17290: pre/match/post columns
17291:
17292: 2002-05-16 paf
17293:
17294: * src/classes/image.C: image::measure can png now
17295:
17296: 2002-05-15 paf
17297:
17298: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
17299: added
17300:
17301: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
17302:
17303: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
17304: %H[:%M[:%S]]]]]] [-%m now
17305:
17306: 2002-05-14 paf
17307:
17308: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
17309:
17310: 2002-05-07 paf
17311:
17312: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
17313: src/include/pa_globals.h, src/include/pa_request.h,
17314: src/include/pa_table.h, src/main/compile.tab.C,
17315: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
17316: src/main/pa_request.C, src/main/pa_table.C,
17317: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
17318: src/targets/isapi/parser3isapi.dsp,
17319: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
17320: name2number field now &. main_method_name now on Request pool
17321: rather on global_pool [Junction+VJunction created on same pool as
17322: name = were created on global pool, causing mem leaks]
17323:
17324: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
17325: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
17326: main/compile.y, main/main.dsp, main/pa_globals.C,
17327: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
17328: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17329: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
17330: field now &. main_method_name now on Request pool rather on
17331: global_pool [Junction+VJunction created on same pool as name =
17332: were created on global pool, causing mem leaks]
17333:
17334: 2002-05-06 paf
17335:
17336: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17337: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17338: 100*40 bytes per request memory leak [nonpool malloc in globals]
17339:
17340: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17341: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17342: 100*40 bytes per request memory leak [nonpool malloc in globals]
17343:
17344: 2002-04-30 paf
17345:
17346: * configure, src/include/pa_version.h: version now not b
17347:
17348: * src/targets/cgi/parser3.C: request.uri now never 0
17349:
17350: 2002-04-29 paf
17351:
17352: * configure.in: removed b
17353:
17354: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
17355: Exception::comment/type checked in (), no there's no empty
17356: type/comment by default
17357:
17358: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
17359: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
17360: src/doc/value.dox, src/include/pa_exception.h,
17361: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
17362: 0001
17363:
17364: 2002-04-26 paf
17365:
17366: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
17367: size reduced
17368:
17369: 2002-04-25 paf
17370:
17371: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
17372: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
17373: now that took into account
17374:
17375: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
17376: 01:03:04]
17377:
17378: * ChangeLog, operators.txt, src/classes/date.C:
17379: ^date::create[2002-12-33 01:03:04]
17380:
17381: * ChangeLog: updated changelog
17382:
17383: * src/classes/table.C: removed restriction on column count to
17384: ^table.hash to work, now must be >0 [were >1]
17385:
17386: 2002-04-24 paf
17387:
17388: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17389: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17390: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
17391: targets
17392:
17393: 2002-04-23 paf
17394:
17395: * operators.txt, src/classes/string.C:
17396: int/double/string:sql{}[$.default{code}] fixed [were barking:
17397: "junction used outside of context"]
17398:
17399: 2002-04-22 paf
17400:
17401: * types.txt, src/classes/string.C, src/include/pa_string.h,
17402: src/main/pa_string.C, src/types/pa_vstring.C,
17403: src/types/pa_vstring.h: ^string.optimize[]
17404:
17405: * src/: include/pa_globals.h, include/pa_table.h,
17406: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
17407: table template
17408:
17409: * src/classes/: string.C: optimize removed from string
17410: .left/right/pos
17411:
17412: * src/main/execute.C: rolled back to
17413: before_killing_userjunction_contexts
17414:
17415: * src/main/execute.C: user junctions context killed
17416:
17417: * src/main/execute.C: junctions to local contexts got
17418: cleanized&checked later
17419:
17420: 2002-04-19 paf
17421:
17422: * src/: classes/string.C, include/pa_request.h,
17423: include/pa_string.h, main/pa_request.C, main/pa_string.C,
17424: types/pa_vstring.C, types/pa_vstring.h: string now optimized
17425: prior to .left .right .mid .pos .match when that is profitable,
17426: and always before .replace when $ORIGINS(1) optimization disabled
17427: economy from not wasting mem on lots of strings which occur by
17428: lots of String:mid calls to get parts of source string between
17429: found_occurances
17430:
17431: * src/classes/file.C: ovector now local economy: 16 bytes per
17432: ^file:list
17433:
17434: * src/: include/pa_globals.h, include/pa_table.h,
17435: main/pa_globals.C, main/pa_string.C: String::match table columns
17436: globalized, not created @ each ^match anymore economy:
17437: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
17438:
17439: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
17440: removed from each String::match replace iteration, and made
17441: stacked sizeof(VTable)=12bytes economy on each replace code
17442:
17443: * src/doc/footer.htm: 2001,
17444:
17445: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
17446: string.match[]['] option enables generation of $match.prematch
17447: .match .postmatch columns
17448:
17449: * src/main/pa_string.C: String::match options analized without
17450: cstr-ing them now
17451:
17452: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
17453: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
17454: config updated to doxygen 1.2.15, created helper which fixes
17455: minor bugs in chm project files & htm tree. changed extension to
17456: .htm
17457:
17458: 2002-04-18 paf
17459:
17460: * src/doc/doxygen.cfg: .chi generation disabled
17461:
17462: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
17463: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
17464: fields&methods
17465:
17466: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
17467: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
17468: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
17469: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
17470: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
17471: types/pa_vresponse.h, types/pa_vstateless_class.h,
17472: types/pa_vstateless_object.h, types/pa_vstatus.h,
17473: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
17474: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
17475: VStateless_class to VObject
17476:
17477: * src/: main/pa_request.C, types/pa_valiased.h,
17478: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17479: types/pa_vstring.h: VStateless_string_object speicalized light
17480: version of VStateless_object
17481:
17482: * src/classes/op.C: ^throw comment param made optional
17483:
17484: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
17485: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
17486: and implemented down in VClass, fclass_alias removed,
17487:
17488: * src/types/pa_value.C: forced to cut that from .h because of
17489: VStateless_class usage [undefined in .h]
17490:
17491: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17492: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17493: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
17494: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
17495: on each CALL]
17496:
17497: * src/: classes/classes.h, classes/date.C, classes/double.C,
17498: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
17499: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
17500: classes/response.C, classes/string.C, classes/table.C,
17501: classes/void.C, classes/xnode.C, include/pa_globals.h,
17502: include/pa_request.h, main/execute.C, main/pa_globals.C,
17503: main/pa_request.C, types/Makefile.am, types/pa_value.h,
17504: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
17505: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17506: types/pa_vstateless_class.h, types/pa_wcontext.C,
17507: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
17508: removed Value::fname
17509:
17510: 2002-04-17 paf
17511:
17512: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
17513: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
17514: doc/pooled.dox, doc/string.dox, doc/targets.dox,
17515: include/pa_pool.h, include/pa_types.h: dox updated to current
17516: state, PTHROW freshen to throw & co
17517:
17518: * src/types/pa_vhash.h: vstring wrong parent fixed
17519:
17520: * src/classes/op.C: taint local result var bug fixed
17521:
17522: 2002-04-16 paf
17523:
17524: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
17525: Attic asm.txt as most interesting
17526:
17527: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
17528: check, preventing content-length: 0 from appearing
17529:
17530: * src/main/execute.C: $result in @main now taken into account as in
17531: usual functions
17532:
17533: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
17534: & @unhandled_exception now taken into account as in usual
17535: functions
17536:
17537: * src/doc/postbuild.txt: instructions on post .html build
17538:
17539: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
17540:
17541: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
17542: tainted
17543:
17544: * src/main/pa_request.C: uri in error log
17545:
17546: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
17547: cheched date:create(days) param for validity [later were assumed
17548: valid and crashed on invalid onces]
17549:
17550: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17551: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
17552: and used that for removing VString wrapper
17553:
17554: * src/classes/op.C: exception2vhash file now tainted
17555:
17556: * src/classes/op.C: _process pseudo origin copied from local var to
17557: heap
17558:
17559: * src/classes/op.C: extra check on empty file in origin in _execute
17560:
17561: 2002-04-15 paf
17562:
17563: * src/: main/execute.C, types/pa_value.h: fixed name update
17564:
17565: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
17566: functions
17567:
17568: * src/: classes/file.C, classes/hash.C, classes/op.C,
17569: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
17570: started dual write_xxx_lang functions, if checked & works
17571:
17572: * src/: classes/date.C, classes/file.C, classes/mail.C,
17573: classes/string.C, classes/xnode.C, include/pa_request.h,
17574: types/pa_value.h, types/pa_wcontext.h: removed absolutely
17575: unnecessary VString shells
17576:
17577: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
17578: prev changes]
17579:
17580: * src/: classes/image.C, classes/op.C, classes/string.C,
17581: classes/table.C, include/pa_request.h, main/execute.C,
17582: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
17583: StringOrValue wcontext result, now ready for dual writes
17584:
17585: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
17586: checked that
17587:
17588: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17589: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
17590: changed to OP_WRITE_VALUE in var get cases
17591:
17592: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
17593: include/pa_request.h, main/compile.tab.C, main/compile.y,
17594: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17595: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
17596: switch in hash constructor fixed [were problems with using of
17597: stacked wwrapper after it's death]
17598:
17599: 2002-04-12 paf
17600:
17601: * operators.txt, src/classes/table.C: table.select(expression) 0
17602:
17603: 2002-04-11 paf
17604:
17605: * src/: classes/string.C, include/pa_request.h, main/execute.C:
17606: Request::process_internal codeFrame & wwrapper stacked [not
17607: wasting heap anymore]
17608:
17609: 2002-04-10 paf
17610:
17611: * src/: classes/double.C, classes/file.C, classes/hash.C,
17612: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
17613: classes/string.C, classes/table.C, classes/void.C,
17614: classes/xdoc.C, include/pa_request.h, main/execute.C,
17615: main/pa_string.C: killed Request::process() wrapping
17616: VString(String) in case we need only String
17617:
17618: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17619: killed 8 bytes from String.head
17620:
17621: 2002-04-09 paf
17622:
17623: * src/: main/compile.tab.C, targets/cgi/parser3.C,
17624: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
17625: local*/char b[...]; a=b; situations
17626:
17627: * operators.txt, src/classes/xdoc.C: xslt params made literal
17628:
17629: * src/classes/xdoc.C: xslt params fixed
17630:
17631: * src/: main/pa_common.C, targets/cgi/parser3.C,
17632: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
17633: not pool.malloc(MAX_NUMBER) but really neaded
17634:
17635: * operators.txt, src/classes/double.C, src/classes/int.C:
17636: int/double.int/double(default)
17637:
17638: 2002-04-04 paf
17639:
17640: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
17641: [when reconstructing pieces were split by
17642: max_integral(piece.size), thus some strings to replace happen to
17643: be split into two = not replaced)
17644:
17645: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
17646: standalone version = current dir
17647:
17648: * src/targets/cgi/parser3.C: document root in standalone version =
17649: current dir
17650:
17651: 2002-04-03 paf
17652:
17653: * configure, configure.in: more checks on nonexistent charset
17654:
1.116 moko 17655: * INSTALL, configure, configure.in: root config configure options
1.95 moko 17656:
17657: 2002-04-02 paf
17658:
17659: * src/main/compile.C: parser.compile [exception name more like in
17660: doc]
17661:
17662: 2002-04-01 paf
17663:
17664: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
17665: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
17666: .content-type.charset, not .charset
17667:
17668: 2002-03-29 paf
17669:
17670: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
17671:
17672: * operators.txt, src/classes/date.C: ^date::create now may not
17673: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
17674: days' year. | 31.05->31.04 roll
17675:
17676: 2002-03-28 paf
17677:
17678: * operators.txt, src/classes/date.C, src/classes/op.C,
17679: src/include/pa_globals.h, src/include/pa_hash.h,
17680: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
17681: ^cache(seconds) ^cache[date] }
17682:
17683: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
17684: param
17685:
17686: 2002-03-27 paf
17687:
17688: * operators.txt, src/classes/date.C, src/classes/double.C,
17689: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
17690: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
17691: src/classes/math.C, src/classes/op.C, src/classes/string.C,
17692: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17693: src/classes/xnode.C, src/include/pa_exception.h,
17694: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
17695: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
17696: src/main/pa_array.C, src/main/pa_charset.C,
17697: src/main/pa_charsets.C, src/main/pa_common.C,
17698: src/main/pa_dictionary.C, src/main/pa_exception.C,
17699: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
17700: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
17701: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
17702: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17703: src/types/pa_value.h, src/types/pa_vcookie.C,
17704: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
17705: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
17706: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
17707: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
17708: src/types/pa_wwrapper.h: assigned exception types
17709:
17710: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
17711: src/include/pa_request.h, src/main/execute.C,
17712: src/main/pa_request.C: decided agains resetting exception_trace,
17713: just changed name
17714:
17715: 2002-03-26 paf
17716:
17717: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
17718: fixed
17719:
17720: * src/classes/op.C: forced language of $source field of exception
17721: to 'tainted', so that sql-langed-frags could be outputed outside
17722: of connect
17723:
17724: * operators.txt: removed date.roll limit of +-1 offset
17725:
17726: * src/classes/date.C: removed date.roll limit of +-1 offset
17727:
17728: * operators.txt, src/classes/date.C: fixed date roll on
17729: daylightsaving days mktime took into account tm_isdst flag, which
17730: remained from BEFORE roll, but should have been reset
17731:
17732: 2002-03-25 paf
17733:
17734: * operators.txt, src/targets/cgi/parser3.C:
17735: http_site_config_filespec
17736:
17737: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
17738: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
17739: with any/both --disable-foreign-group-files --disable-execs
17740:
17741: * INSTALL: "--with=sendmail=COMMAND" comment
17742:
17743: * INSTALL, configure, configure.in, src/classes/mail.C,
17744: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 17745: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
17746: disables execs also. introducing --sendmail
1.95 moko 17747:
17748: * operators.txt: pgsql options comment
17749:
17750: * INSTALL: comment on --disable-link-stdcpp
17751:
1.116 moko 17752: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17753: libstdc++ link skipping configure option
1.95 moko 17754:
17755: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
17756: with error were put to cache with 'marked_to_rollback' flag, all
17757: consequent even OK requests rolled back
17758:
17759: 2002-03-22 paf
17760:
17761: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
17762: false return
17763:
17764: * operators.txt: few comments on sets
17765:
17766: 2002-03-18 paf
17767:
17768: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
17769: src/include/pa_globals.h, src/include/pa_request.h,
17770: src/include/pa_stack.h, src/main/pa_globals.C,
17771: src/main/pa_request.C: introducing ^try
17772:
17773: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
17774: types/pa_vdouble.h: removed some tested @tests
17775:
17776: 2002-03-15 paf
17777:
17778: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
17779:
17780: 2002-03-13 paf
17781:
17782: * src/main/pa_exception.C: checked not-pooled malloc
17783:
17784: 2002-03-11 paf
17785:
17786: * INSTALL, configure, configure.in,
17787: src/include/pa_config_auto.h.in: --disable-foreign-group-files
17788:
17789: * src/main/pa_common.C: --disable-foreign-group-files
17790:
17791: * INSTALL: --disable-execs
17792:
17793: * src/main/pa_exec.C: --disable-execs
17794:
17795: * configure, configure.in, src/include/pa_config_auto.h.in:
17796: --disable-execs
17797:
17798: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
17799:
17800: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
17801: file::exec/cgi linebreaks "0D0A" changed to 0A onces
17802:
17803: 2002-03-05 paf
17804:
17805: * operators.txt, src/classes/date.C: date week calendar columns
17806: named
17807:
17808: * operators.txt, src/classes/date.C: date week calendar columns
17809: named
17810:
17811: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
17812: requires headers to be terminated with \r\n manually [refuses to
17813: separate header/body itself]
17814:
17815: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17816: targets/isapi/parser3isapi.C: isapi site config beside .dll
17817:
17818: 2002-03-04 paf
17819:
17820: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
17821: in PASS language
17822:
17823: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
17824: deserialize checks on broken file
17825:
17826: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
17827: parser3isapi.dsp: isapi updated
17828:
17829: 2002-03-01 paf
17830:
17831: * src/main/pa_exec.C: execle -> execve, now argc OK
17832:
17833: 2002-02-28 paf
17834:
17835: * src/main/untaint.C: removed some debug comments
17836:
17837: * src/main/pa_charsets.C: when placing charset to cache using
17838: global name now [were request]
17839:
17840: * configure, configure.in: apache module updated
17841:
17842: * src/main/pa_string.C: origin by first piece preferred before last
17843: piece
17844:
17845: 2002-02-27 paf
17846:
17847: * src/main/pa_charset.C: size_t
17848:
17849: * INSTALL: shared/static-xml with-pathlink
17850:
17851: * operators.txt: SMTP comment
17852:
17853: 2002-02-26 paf
17854:
17855: * src/main/pa_exec.C: more precise names for vars, cosmetic
17856:
17857: * src/classes/xnode.C: in some situation, xpath query returned
17858: result with type NODESET, but empty nodeset member field, checked
17859: that
17860:
17861: 2002-02-22 paf
17862:
17863: * INSTALL: without-zlib comment
17864:
17865: * etc/parser3.charsets/windows-1251.cfg: °
17866:
17867: * configure, configure.in: glib###.a detection fixed
17868:
17869: * INSTALL: hashfile removed from INSTALL
17870:
1.116 moko 17871: * Makefile.am: make update
1.95 moko 17872:
17873: * src/main/pa_string.C: string iterators fixed again, so were
17874: String::join_chain
17875:
17876: * src/main/pa_string.C: string iterators fixed again, so were
17877: String::join_chain
17878:
17879: * src/: include/pa_string.h, main/pa_string.C: string iterators
17880: fixed again, so were String::join_chain
17881:
17882: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
17883:
17884: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
17885: "session"
17886:
1.116 moko 17887: * configure, configure.in, src/include/pa_config_auto.h.in:
17888: --with-shared-xml --with-static-xml
1.95 moko 17889:
17890: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17891: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17892: types/types.dsp: *.dsp: removed refereces to win32db & ancient
17893: xalan&xml
17894:
17895: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
17896:
17897: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
17898: src/types/types.dsp: removed hashfile support from sources for
17899: now
17900:
1.116 moko 17901: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 17902: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 17903: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
17904: src/include/pa_db_manager.h, src/include/pa_db_table.h,
17905: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 17906: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 17907: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
17908: src/types/Makefile.am, src/types/pa_vhashfile.C,
17909: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 17910:
17911: 2002-02-21 paf
17912:
17913: * src/main/untaint.C: removed debug code, activated commented-for
17914: debug parts
17915:
1.116 moko 17916: * Makefile.am: make cvsupdate
1.95 moko 17917:
17918: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
17919: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
17920: append_row, not at link zero now string to string appending works
17921:
17922: 2002-02-20 paf
17923:
17924: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
17925: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
17926: DEBUG_STRING_APPENDS_VS_EXPANDS
17927:
17928: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17929: economy: 22%
17930:
17931: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17932: space uptimized: string::link_row removed
17933:
17934: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
17935: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
17936: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
17937: types/pa_vstring.h: speed uptimized: string::is_empty
17938:
17939: * operators.txt, src/include/pa_common.h,
17940: src/include/pa_config_fixed.h, src/include/pa_string.h,
17941: src/include/pa_types.h, src/main/compile.tab.C,
17942: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
17943: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
17944: string append optimiziation idea and estimates
17945:
17946: 2002-02-19 paf
17947:
17948: * src/classes/math.C: not used directly [but erroreously reported
17949: that 'is', thus registering twice&other probs]
17950:
17951: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
17952: to node [element]
17953:
17954: * src/main/compile.C: without string_origins parse error
17955: file+line+col possible
17956:
17957: * src/main/: compile.C: without string_origins not worked
17958:
17959: 2002-02-18 paf
17960:
17961: * src/types/pa_vdouble.h: since we have in_expression removed that
17962: trick i've installed into double::as_string
17963:
17964: * src/main/pa_globals.C: extern "C" was removed too fast
17965:
17966: * src/: include/pa_opcode.h, include/pa_request.h,
17967: main/compile.tab.C, main/compile.y, main/execute.C,
17968: types/pa_wcontext.h: in_expression aimed to solve old problem
17969: with string/nonstring values, now in expressions double/int
17970: values are passed as-is, without stupid tostring/fromstring
17971: conversions
17972:
17973: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
17974: __cplusplus } #endif
17975:
17976: * src/main/compile.tab.C: bison env set so one could compile
17977: without cygwin installed
17978:
17979: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17980: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
17981: gnome xml libs parser .dsp-s changed accordingly
17982:
17983: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
17984:
17985: * operators.txt, src/classes/date.C: date::create [were date::set,
17986: with backward comp
17987:
17988: * src/classes/math.C: math:random range check fixed
17989:
17990: * src/main/: compile.tab.C, compile.y: integer division stops name
17991:
17992: * INSTALL: local install comment
17993:
1.116 moko 17994: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 17995:
1.116 moko 17996: * acinclude.m4, aclocal.m4, configure, configure.in,
17997: src/include/pa_config_auto.h.in,
17998: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
17999: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 18000:
18001: * operators.txt: \ comment
18002:
18003: 2002-02-13 paf
18004:
18005: * src/include/pa_config_includes.h: sys/time time both included
18006: now. vaguely remember confilicts on this on some system [not on
18007: six|ablv] so when would see them again would think up proper
18008: check
18009:
1.116 moko 18010: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18011: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 18012:
18013: * src/main/pa_common.C: truncation never occured when writing files
18014: on unix [since i've changed cache mech] fix
18015:
18016: * src/main/pa_common.C: strnchr: sanity check added
18017:
18018: * etc/parser3.charsets/windows-1257.cfg: id added
18019:
18020: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
18021: baltic charset file generated, in generation script ispunct check
18022: added
18023:
18024: 2002-02-08 paf
18025:
1.116 moko 18026: * src/: include/Makefile.am, sql/Makefile.am,
18027: targets/isapi/Makefile.am: forgotten makes
1.95 moko 18028:
18029: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
18030: forgotten
18031:
18032: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
18033:
18034: * INSTALL, README: install&others updated
18035:
18036: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
18037:
1.116 moko 18038: * Makefile.am, configure, configure.in,
18039: etc/parser3.charsets/Makefile.am, src/Makefile.am,
18040: src/classes/Makefile.am, src/main/Makefile.am,
18041: src/main/pa_status_provider.C, src/targets/Makefile.am,
18042: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
18043: works
1.95 moko 18044:
18045: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18046: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18047: classes/hashfile.C, classes/int.C, classes/mail.C,
18048: classes/math.C, classes/op.C, classes/response.C,
18049: classes/string.C, classes/table.C, classes/void.C,
18050: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18051: include/pa_array.h, include/pa_cache_managers.h,
18052: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18053: include/pa_config_fixed.h, include/pa_config_includes.h,
18054: include/pa_db_connection.h, include/pa_db_manager.h,
18055: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18056: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18057: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18058: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18059: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18060: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18061: include/pa_stack.h, include/pa_string.h,
18062: include/pa_stylesheet_connection.h,
18063: include/pa_stylesheet_manager.h, include/pa_table.h,
18064: include/pa_threads.h, include/pa_types.h, main/compile.C,
18065: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18066: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
18067: main/pa_db_connection.C, main/pa_db_manager.C,
18068: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18069: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
18070: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18071: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18072: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18073: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18074: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
18075: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18076: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18077: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18078: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18079: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18080: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
18081: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
18082: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18083: types/pa_vmethod_frame.h, types/pa_vobject.h,
18084: types/pa_vrequest.h, types/pa_vresponse.h,
18085: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18086: types/pa_vstateless_object.h, types/pa_vstatus.C,
18087: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18088: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18089: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
18090: classes/image.C, main/pa_common.C, main/pa_exec.C,
18091: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18092: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
18093: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
18094: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
18095: types/pa_vxnode.C, main/pa_charset.C: name spelling
18096:
18097: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18098: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18099: classes/hashfile.C, classes/image.C, classes/int.C,
18100: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18101: classes/string.C, classes/table.C, classes/void.C,
18102: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18103: include/pa_array.h, include/pa_cache_managers.h,
18104: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18105: include/pa_config_fixed.h, include/pa_config_includes.h,
18106: include/pa_db_connection.h, include/pa_db_manager.h,
18107: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18108: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18109: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18110: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18111: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18112: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18113: include/pa_stack.h, include/pa_string.h,
18114: include/pa_stylesheet_connection.h,
18115: include/pa_stylesheet_manager.h, include/pa_table.h,
18116: include/pa_threads.h, include/pa_types.h, main/compile.C,
18117: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18118: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
18119: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18120: main/pa_db_connection.C, main/pa_db_manager.C,
18121: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18122: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18123: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18124: main/pa_socks.C, main/pa_sql_driver_manager.C,
18125: main/pa_status_provider.C, main/pa_string.C,
18126: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18127: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18128: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18129: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18130: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18131: targets/isapi/pool_storage.h, types/pa_valiased.C,
18132: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18133: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18134: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18135: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18136: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18137: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18138: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18139: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18140: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18141: types/pa_vresponse.h, types/pa_vstateless_class.C,
18142: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18143: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18144: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18145: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18146: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18147: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
18148:
18149: 2002-02-07 paf
18150:
18151: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
18152:
1.116 moko 18153: * configure, configure.in, src/include/pa_config_auto.h.in,
18154: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
18155: added yet another locking function: fcntl
1.95 moko 18156:
18157: * config.sub: on cygwin configure passes it with strange i1586
18158: const, hacked it to mean i586
18159:
18160: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
18161: disabled $if reference due to conflicts with local variables
18162:
18163: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
18164: xdoc::set obsolete now, now xdoc::create, with both sences
18165:
18166: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18167: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18168: table::create now // 'set' name obsolete now table clone.
18169:
18170: * operators.txt, src/classes/string.C,
18171: src/include/pa_config_fixed.h, src/main/compile.tab.C:
18172: ^int/double/string.format now can be called with normal []
18173: brackets, not stupid {} as it were implemented for some strange
18174: reason. retaining backward compatibility due to some
18175: already-implemented servers
18176:
18177: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
18178: main/compile.y, main/compile_tools.C, main/compile_tools.h:
18179: operators now detected by check at name_without_curly_rdive_read
18180: rule whether diving code constists only of
18181: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
18182: with OP_GET_ELEMENT_OR_OPERATOR to form
18183: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
18184:
18185: 2002-02-06 paf
18186:
18187: * configure, configure.in: prefix expanded, grr
18188:
18189: * operators.txt, src/classes/mail.C: mail:send config changed
18190:
18191: 2002-02-05 paf
18192:
18193: * operators.txt: regex options commented
18194:
18195: * src/main/: pa_exec.C: argv0 now correct
18196:
18197: * src/types/pa_vstatus.C: status:rusage 3
18198:
18199: * src/types/pa_vstatus.C: status:rusage 2
18200:
18201: * operators.txt: status:rusage described int operators
18202:
18203: * src/types/pa_vstatus.C: status:rusage 1
18204:
18205: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
18206: src/types/types.dsp: status:rusage
18207:
18208: * configure.in, operators.txt, src/classes/file.C,
18209: src/classes/op.C, src/include/pa_common.h,
18210: src/include/pa_config_includes.h, src/main/compile.tab.C,
18211: src/main/pa_common.C: rewritten ^cache to use
18212: non-blocking-exclusive-caches
18213:
18214: * src/main/pa_common.C: text file read mode on win32 adjusted
18215: [speed impact. was off for debugging purpose, but forgotten
18216: afterwards]
18217:
18218: 2002-02-01 paf
18219:
18220: * src/classes/op.C: file_write does EX lock after create, while
18221: file_read does SH after open, so there's a moment after create
18222: but before EX lock when read can sneak into, and read
18223: just-created-for-writing-and-not-yet-locked file, added a check
18224: for that in ^cache...read
18225:
18226: 2002-01-31 paf
18227:
18228: * src/main/: compile.y, compile.tab.C: disabled operator call after
18229: ^xxx:
18230:
18231: * src/main/: compile.tab.C, execute.C: made operators lookup first
18232: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
18233:
18234: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
18235: main/compile.tab.C, main/compile.y, main/compile_tools.C,
18236: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
18237: operators check 6.1 rewritten. now check is done at compile time
18238:
18239: * src/main/execute.C: operators check 5 floated up old error of
18240: staying in 'entered class/object' state after $a($a..) it
18241: prevented operators from being called thereafter
18242:
18243: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18244: main/execute.C: operators check 4 floated up old error of staying
18245: in 'entered object' state after ^a.a(a) it prevented operators
18246: from being called thereafter
18247:
18248: * src/main/execute.C: operators check 3 floated up old error of
18249: staying in 'entered class' state after $a:a(a) it prevented
18250: operators from being called thereafter
18251:
18252: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
18253: floated up old error of staying in 'entered class' state after
18254: $a:a[a] it prevented operators from being called thereafter
18255:
18256: * src/main/execute.C: operators check, thay mistakenly seen in
18257: $class:operator $object.operators contexts
18258:
18259: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
18260: win32
18261:
1.116 moko 18262: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
18263: src/classes/Makefile.am, src/main/Makefile.am,
18264: src/targets/cgi/Makefile.am,
1.95 moko 18265: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 18266: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 18267:
1.116 moko 18268: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
18269: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
18270: configure, configure.in, form.txt, ident.awk, install-sh,
18271: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
18272: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 18273: etc/parser3.charsets/Makefile.am,
18274: etc/parser3.charsets/koi8-r.cfg,
18275: etc/parser3.charsets/windows-1250.cfg,
18276: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 18277: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
18278: src/main/Makefile.am, src/targets/cgi/Makefile.am,
18279: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
18280: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 18281: straightened installation scripts procedure made
18282: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
18283: change
18284:
18285: 2002-01-30 paf
18286:
18287: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
18288: removed] those comments were a mistake, and prevented libltdl
18289: from function properly
18290:
18291: 2002-01-29 paf
18292:
1.116 moko 18293: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
18294: creation [modified acinclude.m4 which were creating int into just
18295: assignment LIBTOOL=../libtool] added default system
18296: config&charsetts prepared 'make install', now it installs
18297: targets/cgi/parser3 into bin directory etc/parser3.conf &
18298: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 18299: $sysconfdir/parser3.charsets respectively
18300:
18301: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
18302: main/pa_globals.C: few forgotten ifdef XML added
18303:
18304: 2002-01-28 paf
18305:
1.116 moko 18306: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 18307: removed
18308:
18309: * src/main/pa_exception.C: dom|generic error output fix
18310:
18311: * src/classes/xnode.C: xdoc.importNode 3 [check err]
18312:
18313: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
18314:
18315: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
18316: [fixed as_node helper func to accept docs]
18317:
18318: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
18319: xdoc.importNode 0
18320:
18321: * src/classes/xdoc.C: xdoc::set now untaints OK
18322:
18323: 2002-01-25 paf
18324:
18325: * src/main/: compile.tab.C, compile.y: #comment before @ after
18326: @SPECIAL now works OK
18327:
18328: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
18329:
18330: * src/main/pa_exec.C: max arg count now 10, and proper message on
18331: violation that added
18332:
18333: * src/classes/hash.C: unified hash::sql, now
18334: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
18335:
18336: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
18337: ^file:lock[filename]{code}
18338:
18339: * src/: classes/file.C, classes/op.C, classes/string.C,
18340: classes/table.C, classes/xdoc.C, include/pa_common.h,
18341: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
18342: to some pa_common funcs
18343:
18344: * src/: include/pa_charset.h, main/pa_globals.C:
18345: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
18346:
18347: * src/: include/pa_charset.h, main/pa_charset.C,
18348: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
18349: not stupid illegal define
18350:
18351: 2002-01-24 paf
18352:
18353: * src/include/pa_version.h: changed version number
18354:
18355: * src/: classes/hashfile.C, include/pa_db_table.h,
18356: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18357: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18358: main/pa_db_connection.C, main/pa_db_table.C,
18359: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
18360: hashfile without logfiles
18361:
18362: * src/: classes/hashfile.C, include/pa_db_table.h,
18363: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
18364: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
18365: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
18366: DB_INIT_TXN init bits, thus got rid of huge log files, which
18367: cluttered disk without huge need]
18368:
18369: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
18370: handy macro, which is strangly abscent in dome lib
18371:
18372: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
18373:
18374: * src/classes/xdoc.C: checked empty response
18375:
18376: * src/classes/xnode.C: xdoc.select fixed context node [were always
18377: /, not self node]
18378:
18379: * src/classes/xnode.C: xnode.select returns array always now, in
18380: case 'nothing found' returns empty array
18381:
18382: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
18383: be more tender with ctrl/c/v
18384:
18385: 2002-01-23 paf
18386:
18387: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
18388: substituted. // 2. when dom tree with entites goes under
18389: transform text nodes // got [erroreosly] cut on first
18390: entity occurance
18391:
18392: * src/types/pa_vdouble.h: double prec. todo: get rid of
18393: twice-converting
18394:
18395: * src/types/pa_vdouble.h: %.20E now float format when %g produced
18396: 'e' in output this is for regretful twice-converting here:
18397: $a(double value) when they write double falue they convert it to
18398: string first, thus %g were losing precesion.
18399:
18400: todo: think up some way to remove double->string string->double
18401: twice-converting
18402:
18403: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
18404: %.20E now default float format this is for regretful
18405: twice-converting here: $a(double value) when they write double
18406: falue they convert it to string first, thus %g were losing
18407: precesion.
18408:
18409: todo: think up some way to remove double->string string->double
18410: twice-converting
18411:
18412: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18413: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
18414: reasons in comment inside
18415:
18416: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
18417: statically linked]
18418:
18419: * src/: include/pa_exception.h, main/compile.tab.C,
18420: main/pa_exception.C: removed exception va_list constructor. 1.
18421: not needed anymore 2. there were a conflict[causing errors]
18422: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
18423: never detected an ambiguilty here, compiling ctor(, "hello") into
18424: ctor(, va_list) which, of course, caused gpf
18425:
18426: * src/main/pa_globals.C: removed debug xslt messages
18427:
18428: 2002-01-22 paf
18429:
18430: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18431: main/pa_globals.C: xsl stylesheet load: parsed entities, this
18432: helps compiling stylesheet properly. example: this refused to
18433: work, <b>«<xsl:value-of select="@title"
18434: />»</b> stranly worked only this way:
18435: <b>«<xsl:value-of select="@title" />»</b>
18436:
18437: docs says "set it to 1", never going into details, so I decided
18438: to try NOT to do that
18439:
18440: * src/classes/table.C: join behaived badly in case named tables
18441: structure mismatched: 0 strings sneaked into dest failing
18442: afterwards. replaced them with empty strings
18443:
18444: 2002-01-21 paf
18445:
18446: * src/main/pa_charset.C: checked empty transcoders in
18447: transcode_cstr|buf
18448:
18449: * src/classes/xdoc.C: xdoc::load error source = filespec
18450:
18451: * src/classes/xdoc.C: transform error source now
18452: stylesheet_filespec
18453:
1.116 moko 18454: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 18455: include/pa_stylesheet_connection.h, main/pa_charset.C,
18456: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 18457: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
18458: gnome
1.95 moko 18459:
18460: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
18461: include/pa_globals.h, include/pa_stylesheet_connection.h,
18462: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
18463: xslt generic error 1
18464:
18465: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
18466: xml generic message 1
18467:
18468: * src/classes/table.C: ^table::load empty lines or #comments before
18469: headline
18470:
18471: * src/: include/pa_array.h, include/pa_globals.h,
18472: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
18473: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
18474: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
18475: errors 0
18476:
18477: 2002-01-16 paf
18478:
18479: * src/: classes/hash.C, classes/op.C, classes/string.C,
18480: classes/table.C, classes/void.C, classes/xdoc.C,
18481: include/pa_db_connection.h, include/pa_request.h,
18482: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18483: include/pa_stylesheet_connection.h,
18484: include/pa_stylesheet_manager.h, main/pa_request.C,
18485: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18486: targets/cgi/pool_storage.h: auto closers to sql_connection,
18487: stylesheet_connection auto destroyers to remaining gnome objects
18488:
18489: * src/classes/xdoc.C: few comments
18490:
18491: 2002-01-15 paf
18492:
18493: * src/classes/xdoc.C: xdoc file save string
18494:
18495: ready. todo: error handling
18496:
18497: * src/classes/xdoc.C: xdoc save rewritten using
18498: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
18499: result
18500:
18501: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
18502: started output options parsing
18503:
18504: 2002-01-14 paf
18505:
18506: * src/classes/xdoc.C: method
18507:
18508: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18509: include/pa_pool.h, include/pa_stylesheet_connection.h,
18510: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
18511: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
18512: xslt transform0. TODO: use output options handle errors
18513:
18514: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
18515:
18516: 2002-01-11 paf
18517:
18518: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18519: main/compile_tools.C, main/compile_tools.h, main/execute.C:
18520: partial logical && || evaluation
18521:
18522: * src/classes/xnode.C: xpath selectNodes
18523:
18524: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
18525: string/number/bool
18526:
18527: * src/classes/xnode.C: xpath selectNode 2
18528:
18529: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
18530: xpath selectNode 1
18531:
18532: 2002-01-10 paf
18533:
18534: * src/classes/xnode.C: xpath selectNode -100 [just written]
18535:
18536: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18537: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
18538: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
18539: refcounter]
18540:
18541: 2001-12-29 paf
18542:
18543: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
18544: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
18545: glib works 0
18546:
18547: 2001-12-28 paf
18548:
18549: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
18550: main/pa_exception.C: started glib transcoders
18551:
18552: * src/main/pa_globals.C: renamed gdome to libgdome.dll
18553:
18554: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
18555: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
18556: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
18557: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
18558: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
18559: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
18560: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
18561: libs just compiled in. no refcounting no xpath no xslt yet
18562:
18563: 2001-12-27 paf
18564:
18565: * src/: include/pa_charset.h, include/pa_common.h,
18566: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18567: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
18568: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
18569: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
18570: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
18571: from xalan&xerces, started the process. globals [initialization
18572: pool [charset update charset [transcodings vxnode vxdoc [DOM
18573: calls
18574:
18575: * src/classes/Makefile.am: going away from xalan&xerces, not needed
18576: anymore
18577:
18578: 2001-12-26 paf
18579:
18580: * src/: include/pa_charset.h, include/pa_charsets.h,
18581: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
18582: key globalized [bug]
18583:
18584: 2001-12-25 paf
18585:
18586: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
18587: main/pa_string.C: table set & append changed splitting languages,
18588: separators now can be clean AND as-is same to mail command line
18589: $MAIN:MAIL.progX arguments
18590:
18591: 2001-12-24 paf
18592:
18593: * src/classes/mail.C: one parted text messages - no multipart
18594: mime-type anymore. for convinient if $.attach-ments
18595:
18596: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
18597: main/pa_string.C: read from cache size check updated
18598:
18599: * src/main/: pa_string.C: String::join_chain another ugly bug :(
18600:
18601: 2001-12-21 paf
18602:
18603: * src/classes/date.C: date:sql-string now returns localtime
18604:
18605: * src/main/pa_request.C: $result in @main actually not working, to
18606: hell with it for now
18607:
18608: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18609: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
18610: @postprocess @exception
18611:
18612: * src/main/execute.C: junction evaluation canceled - endless
18613: recursion detected
18614:
18615: 2001-12-19 paf
18616:
18617: * src/main/pa_charset.C: charset->charset transcoding via unicode
18618: intermediate
18619:
18620: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
18621:
18622: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
18623:
18624: * src/classes/op.C: ^cache keypath now relative
18625:
18626: * src/classes/mail.C: changed weighting prior to sort
18627:
18628: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
18629: were missing
18630:
18631: 2001-12-17 paf
18632:
18633: * src/main/pa_charset.C: ifndef XML were bad type
18634:
18635: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
18636: outdated unset services_pool
18637:
18638: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
18639: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
18640: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
18641:
18642: * src/main/untaint.C: allowed space in filespec
18643:
18644: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
18645:
18646: * src/classes/image.C: no govno
18647:
18648: * src/classes/image.C: govno
18649:
18650: 2001-12-16 paf
18651:
18652: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
18653:
18654: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
18655: charset_connection&manager replaced by charset&charsets
18656:
18657: * src/main/pa_charset.C: name_cstr 0
18658:
18659: * src/main/untaint.C: uri lang now knows about client/source
18660: charsets
18661:
18662: * src/: classes/file.C, classes/math.C, classes/op.C,
18663: classes/string.C, classes/table.C, classes/xdoc.C,
18664: include/pa_array.h, include/pa_cache_managers.h,
18665: include/pa_charset_connection.h, include/pa_charset_manager.h,
18666: include/pa_common.h, include/pa_db_connection.h,
18667: include/pa_db_manager.h, include/pa_db_table.h,
18668: include/pa_dictionary.h, include/pa_exception.h,
18669: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
18670: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
18671: include/pa_sapi.h, include/pa_socks.h,
18672: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18673: include/pa_string.h, include/pa_stylesheet_connection.h,
18674: include/pa_stylesheet_manager.h, include/pa_table.h,
18675: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
18676: main/pa_charset.C, main/pa_charset_connection.C,
18677: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
18678: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
18679: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
18680: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
18681: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18682: types/types.dsp: introducing Charset
18683:
18684: 2001-12-14 paf
18685:
18686: * src/: include/pa_request.h, include/pa_transcoder.h,
18687: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
18688: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
18689: uri lang
18690:
18691: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
18692:
18693: * src/targets/cgi/Makefile.am: -I../../pcre to .am
18694:
18695: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
18696: defalts_name global
18697:
18698: * src/: include/pa_charset_connection.h, include/pa_pool.h,
18699: include/pa_request.h, main/main.dsp,
18700: main/pa_charset_connection.C, main/pa_charset_manager.C,
18701: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
18702: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
18703: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
18704: changed charset model. now important: $request:charset
18705: $response:charset while $response:content-type.charset become
18706: unimportant [informational]
18707:
18708: 2001-12-13 paf
18709:
18710: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
18711:
18712: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
18713: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
18714: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
18715: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
18716: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
18717: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
18718:
18719: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
18720: auto_ptr part other way, because of stupid gcc 2.96
18721: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
18722: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
18723: FormatterListener] /usr/include/g++-3/memory:48:
18724: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
18725: _Tp1 = FormatterListener, _Tp = FormatterListener]
18726:
18727: * src/classes/xdoc.C: removed extra inc
18728:
18729: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
18730:
18731: * src/include/pa_types.h: msvc head debugging flag
18732:
18733: * src/classes/xdoc.C: freed up listener
18734:
18735: * src/classes/string.C: change msg '... code is not code'
18736:
18737: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
18738: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18739: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
18740: [past/future prob]
18741:
18742: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18743: include/pa_config_fixed.h, include/pa_db_manager.h,
18744: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18745: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
18746:
18747: * src/: include/pa_config_fixed.h, main/pa_common.C,
18748: main/pa_string.C: removed signed mismatch warnings
18749:
18750: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
18751: 'expires' from header outputs
18752:
18753: * src/main/pa_string.C: string::recustruct erroreusly used outdated
18754: row ptr
18755:
18756: * src/classes/file.C: file::cgi bug, request_method were passed to
18757: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
18758:
18759: * src/classes/xdoc.C: lang list updated
18760:
18761: 2001-12-10 paf
18762:
18763: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
18764:
18765: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
18766: erase files like that, knowing their full name introducing //
18767: theoretical problem with, for instance, "_2B" and "." fragments,
18768: // they would yield the same // because
18769: need_file_encode('_')=false // but we need to delete such files
18770: somehow, getting names from ^index
18771:
18772: * src/main/pa_string.C: ^string.replace bug fixed [bad
18773: string::join_chank break]
18774:
18775: 2001-12-07 paf
18776:
18777: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
18778: include/pa_common.h, include/pa_config_auto.h.in,
18779: include/pa_config_fixed.h, include/pa_config_includes.h,
18780: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
18781: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
18782: types/pa_vhashfile.C: merged from r14_simple_cache
18783:
18784: * src/main/pa_string.C: stupid sparc architecture failed to access
18785: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
18786: lduh [ %i2 + 1 ], %l0
18787:
18788: bus error, fixed that
18789:
18790: * src/main/pa_string.C: strange string deserialize bug on
18791: client[pmts], a bit shortened,
18792:
18793: * src/include/pa_config_auto.h.in: makes
18794:
18795: * src/: include/pa_common.h, include/pa_config_fixed.h,
18796: include/pa_config_includes.h, main/pa_common.C: exclusive lock
18797: file write shared lock file read
18798:
18799: * src/: classes/op.C, include/pa_common.h,
18800: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
18801:
18802: 2001-12-06 paf
18803:
18804: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18805: main/pa_request.C: #ifdef RESOURCES_DEBUG
18806:
18807: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
18808: info
18809:
18810: * src/classes/hashfile.C: removed transaction from ^cache
18811:
18812: 2001-12-05 paf
18813:
18814: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
18815: IIS5 there were a prob with illegal call check
18816:
18817: 2001-12-04 paf
18818:
18819: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18820: main/pa_request.C: measures to log
18821:
18822: 2001-11-23 paf
18823:
18824: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18825: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
18826: types/pa_vhashfile.C: merged from _0014, 1
18827:
18828: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18829: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
18830: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
18831: ^cache(33) would change
18832:
18833: 0660 bits in file_write & hashfile create
18834:
18835: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
18836: after pa_string optimization]
18837:
18838: 2001-11-22 paf
18839:
18840: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
18841: table.offset[whence]
18842:
18843: * src/classes/op.C: process cstr(,connection)
18844:
18845: * src/classes/op.C: process now gets its body on current language,
18846: not as-is
18847:
18848: * src/main/untaint.C: ORIGINS mode removed UHTML
18849:
18850: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
18851: bit
18852:
1.116 moko 18853: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 18854:
18855: 2001-11-21 paf
18856:
18857: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
18858: <xsl:output output options made identical to xsl:output
18859: attributes exclusion: cdata-section-elements what xalan can do
18860: but that not used now: it can escape and remove CDATA sections
18861:
18862: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
18863: produced by xslt
18864:
18865: * src/targets/cgi/parser3.C: removed debug cgi||1
18866:
18867: * src/main/: pa_string.C, untaint.C: cached some string::size() es
18868:
18869: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
18870: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
18871: default language for {code}, it happen to change it's language
18872: from CLEAN, so later refused to split by CLEAN \t
18873:
18874: 2001-11-20 paf
18875:
1.116 moko 18876: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
18877: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 18878: bottom of dependeces, so that errors would popup quicklier, fixed
18879: line numbering in table::sql
18880:
18881: 2001-11-19 paf
18882:
18883: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
18884: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
18885: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
18886: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
18887: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
18888: at wcontext.write
18889:
1.116 moko 18890: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 18891: _set_new_handler
18892:
1.116 moko 18893: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
18894: set_new_handler in apache&isapi
1.95 moko 18895:
18896: 2001-11-16 paf
18897:
18898: * src/targets/cgi/parser3.C: pool debug @ die
18899:
18900: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
18901: removed 8 bytes from String, 2 bytes from
18902: string::chunk::row::item
18903:
18904: * src/main/pa_string.C: removed 1+4 bytes from String
18905:
18906: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
18907: types/pa_vstring.C: removed 1+4 bytes from String
18908:
18909: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
18910: 0
18911:
18912: * src/: include/pa_globals.h, include/pa_string.h,
18913: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
18914: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
18915: targets/cgi/parser3.C: introducing estimating
18916: String::cstr_bufsize, 0
18917:
18918: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
18919:
18920: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
18921:
18922: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
18923: include/pa_pool.h: die in pool::fail
18924:
18925: 2001-11-15 paf
18926:
18927: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
18928: main/pa_exception.C, targets/cgi/parser3.C: exception with
18929: dynamic buffer re-back now with counter
18930:
18931: * src/: include/pa_exception.h, main/pa_exception.C: exception with
18932: static buffer back
18933:
18934: * src/targets/cgi/parser3.C: std::
18935:
18936: * src/: classes/classes.awk, include/pa_config_auto.h.in,
18937: include/pa_config_includes.h: setnewhandler check
18938:
1.116 moko 18939: * src/include/pa_config_auto.h.in: makes
1.95 moko 18940:
18941: * src/targets/cgi/parser3.C: set_new_handler started
18942:
18943: 2001-11-14 paf
18944:
18945: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18946: was wrong
18947:
18948: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18949: was wrong
18950:
18951: * src/main/pa_request.C: z
18952:
18953: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
18954: full returns win32 -1 solaris >buffer_size
18955:
18956: checked all that
18957:
18958: * src/classes/op.C: ^untaint{body} as-is default now
18959:
18960: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18961: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
18962: with no_bad_constructors_try
18963:
18964: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18965: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
18966: this: $bred[^string::length[]] $bred[^response::clear[]]
18967: $bred[^int::int[]]
18968:
18969: now VObject creation moved into overriden
18970: VClass::create_new_value, thus 0 from create_new_value means that
18971: class has no ctors
18972:
18973: 2001-11-13 paf
18974:
18975: * src/classes/classes.C: returned accedently removed if in foreach
18976: callbacks [when hash no-0-restructure]
18977:
18978: 2001-11-12 paf
18979:
18980: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
18981: passed as-is to method, xalan makes & into & itself
18982:
18983: * src/classes/date.C: date.roll parser2 alg used
18984:
18985: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
18986: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
18987: main/pa_dictionary.C, main/pa_hash.C,
18988: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
18989: now does not containt 0 values. put 0 actullay removes. no check
18990: on 0 value in foreach now required
18991:
18992: 2001-11-11 paf
18993:
18994: * src/sql/pa_sql_driver.h: removed extra constructor, doc
18995:
18996: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
18997:
18998: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
18999: driver initialize not const
19000:
19001: 2001-11-10 paf
19002:
19003: * src/main/pa_exec.C: doc
19004:
19005: 2001-11-09 paf
19006:
19007: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
19008: param properly
19009:
19010: * src/classes/string.C: string.save now does untainting before
19011: saving
19012:
19013: * src/main/pa_common.C: line endings fixing fixed last piece[was
19014: still cstr oriented]
19015:
19016: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19017: line endings fixing got rid of cstr, now must work ok with post
19018: multipart
19019:
19020: * src/types/pa_vform.C: line endings fixed at post / multipart /
19021: not file also now
19022:
19023: 2001-11-08 paf
19024:
19025: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19026: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19027: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
19028: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
19029: main/pa_stylesheet_manager.C: restructured Cache manager to be
19030: simple parent, not second parent [gcc 2.96 strangly refused to
19031: call virtual from second parent]
19032:
1.116 moko 19033: * src/: include/pa_common.h, main/Makefile.am,
19034: targets/cgi/pa_pool.C: makes
1.95 moko 19035:
19036: * src/: include/pa_request.h, main/pa_request.C,
19037: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
19038: 'status' class enabler
19039:
19040: <Location /parser-status.html> ParserStatusAllowed </Location>
19041:
19042: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19043: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19044: include/pa_stylesheet_manager.h, main/main.dsp,
19045: main/pa_cache_managers.C, main/pa_charset_manager.C,
19046: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19047: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19048: types/pa_vstatus.h: cache_managers, maybe-expiring every request
19049: todo: apache 'status' class enabler
19050:
19051: 2001-11-05 paf
19052:
19053: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
19054: debug to normal
19055:
19056: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
19057: hence i removed skipping 0 values in hash::for_each-es we need to
19058: check cleaned cache items manually. few more checks.
19059:
19060: expiring to 0 time was wrong, changed to 'now' time
19061:
19062: * src/targets/cgi/parser3.C: read can return 0, that means sort of
19063: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
19064: on apache already done :)
19065:
19066: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
19067: skipping 0 values in hash::for_each-es we need to check cleaned
19068: cache items manually
19069:
19070: * src/main/: pa_db_connection.C, pa_db_table.C:
19071: parser_multithreaded check was wrong
19072:
19073: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19074: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19075: classes/hashfile.C, classes/image.C, classes/int.C,
19076: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19077: classes/string.C, classes/table.C, classes/void.C,
19078: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19079: include/pa_array.h, include/pa_charset_connection.h,
19080: include/pa_charset_manager.h, include/pa_common.h,
19081: include/pa_config_fixed.h, include/pa_config_includes.h,
19082: include/pa_db_connection.h, include/pa_db_manager.h,
19083: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19084: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19085: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19086: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19087: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19088: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19089: include/pa_stack.h, include/pa_string.h,
19090: include/pa_stylesheet_connection.h,
19091: include/pa_stylesheet_manager.h, include/pa_table.h,
19092: include/pa_threads.h, include/pa_types.h, main/compile.C,
19093: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19094: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
19095: main/pa_charset_manager.C, main/pa_common.C,
19096: main/pa_db_connection.C, main/pa_db_manager.C,
19097: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19098: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19099: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19100: main/pa_socks.C, main/pa_sql_driver_manager.C,
19101: main/pa_status_provider.C, main/pa_string.C,
19102: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19103: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19104: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19105: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19106: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19107: targets/isapi/pool_storage.h, types/pa_valiased.C,
19108: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19109: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19110: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19111: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19112: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19113: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19114: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19115: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19116: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19117: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19118: types/pa_vstateless_object.h, types/pa_vstatus.h,
19119: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
19120: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19121: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19122: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
19123: $status:db fixed used not initialized in db_connection & db_table
19124:
19125: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
19126: $status:charset
19127:
19128: * src/: classes/xdoc.C, include/pa_db_connection.h,
19129: include/pa_stylesheet_connection.h,
19130: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
19131: types/pa_vstatus.h: $status:stylesheet
19132:
19133: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
19134: include/pa_request.h, include/pa_sql_connection.h,
19135: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19136: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
19137: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19138: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19139: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
19140: types/pa_vxnode.C, types/types.dsp: started status parser class
19141:
19142: 2001-11-01 paf
19143:
19144: * src/include/pa_config_auto.h.in: makes
19145:
19146: * src/main/pa_hash.C: removed old extra include
19147:
19148: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
19149: checks [for hp, there are such in math.h]
19150:
19151: * src/classes/op.C: ^for endless loop check strightened
19152:
19153: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
19154: behavior in native calls. it left unchanged, so ^for ^foreach &
19155: co can use r.root to write their i & key,value there
19156:
19157: * src/classes/op.C: detected for var storage bug, fixed.
19158: todo:foreach
19159:
19160: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
19161: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19162: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
19163: changing of hash inside of foreach
19164:
19165: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
19166: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
19167: were hash.foreach
19168:
19169: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
19170: types/pa_vstring.C, types/pa_vstring.h:
19171: ^foreach[key|value]{body}[[separator]|{separator}]
19172:
19173: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
19174: types/pa_vcookie.C: ^hash.delete[key]
19175:
19176: 2001-10-31 paf
19177:
19178: * src/main/: compile.C, pa_common.C: completely empty file now
19179: considered "read", not ignored [not perfect trick used]
19180:
19181: * src/main/pa_common.C: simplier common ifdefs
19182:
19183: * src/main/pa_common.C: typing bug in common - bad ifdeff
19184:
19185: * src/main/pa_db_connection.C: z
19186:
19187: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
19188: lockdetector flags
19189: dbenv.lk_detect=DB_LOCK_RANDOM;
19190:
19191: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
19192: from accidental show [imagine user forgot @exception]
19193:
19194: * src/classes/table.C: ^table.save[[nameless|+append;]path]
19195:
19196: * src/: classes/file.C, classes/image.C, classes/mail.C,
19197: classes/string.C, classes/xnode.C, include/pa_common.h,
19198: main/pa_common.C: ^string.save[[append;]path]
19199:
19200: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19201: main/execute.C: \ in expression: int divide 10/3=3
19202:
19203: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
19204: inside of ^cache
19205:
19206: * src/: include/pa_threads.h, main/pa_db_connection.C,
19207: main/pa_db_table.C, targets/cgi/pa_threads.C,
19208: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
19209: needed
19210:
19211: 2001-10-30 paf
19212:
19213: * src/: classes/classes.dsp, main/main.dsp,
19214: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19215: types/types.dsp: enabled debug incremental compile
19216:
19217: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19218: form post data line endings not reformatted now.
19219:
19220: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
19221: now required [had bug when file= has no value]
19222:
19223: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
19224: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
19225: cstr(asis) default param removed
19226:
19227: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
19228:
19229: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
19230:
19231: * src/include/pa_dir.h: LOAD_DIR fixed
19232:
19233: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
19234: was broken} fix_line_breaks
19235:
19236: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
19237: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
19238: packed with #pragma pack
19239:
1.116 moko 19240: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 19241:
19242: 2001-10-29 paf
19243:
19244: * src/types/pa_wcontext.h: bitfield syntax stricter
19245:
19246: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
19247: string hash.puts
19248:
19249: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
19250:
19251: * src/include/pa_sql_connection.h: there were one wrong
19252: SQL_CONNECTION_FUNC_GUARDED [failed]
19253:
19254: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
19255: param.someday either ifdef or remove it
19256:
19257: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
19258:
19259: * src/main/untaint.C: optimizing returned after debugging
19260:
19261: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19262: main/untaint.C: memory hunging #pragma pack(1)
19263:
19264: 16 419 844 13 169 394
19265:
19266: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19267: targets/cgi/pa_pool.C: String size_t replace to uint in proper
19268: places [todo:Array]
19269:
19270: * src/: main/execute.C, targets/cgi/pa_pool.C,
19271: targets/cgi/parser3.dsp, types/pa_wcontext.h,
19272: types/pa_wwrapper.h: debugging memory WContext flags to bits
19273:
19274: total 5 652 652/158731 total 5 469 332/158731
19275:
19276: * src/: include/pa_array.h, main/pa_array.C: debugging memory
19277: Array:: without cache in get/put now
19278:
19279: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
19280: 18:25:27 2001] total 5 652 652/158731
19281:
19282: * src/: include/pa_string.h, main/pa_string.C,
19283: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
19284: now
19285:
19286: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
19287: 18:11:53 2001] total 5796092/158731
19288:
19289: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
19290: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
19291: key ref now
19292:
19293: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
19294: 17:11:17 2001] total 16867948/202658
19295:
19296: * src/: classes/file.C, classes/image.C, classes/string.C,
19297: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
19298: main/execute.C, main/pa_array.C, main/pa_common.C,
19299: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
19300: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
19301: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
19302: string::as_int/double now usually uses stack, not heap [200K out
19303: of 17M :)] VString(String&) not copies reference [29M -> 17M]
19304:
19305: * src/main/pa_sql_driver_manager.C: ping to have services [old
19306: hiding bug]
19307:
19308: * src/Makefile.am: .am order
19309:
19310: * src/: include/pa_array.h, include/pa_charset_manager.h,
19311: include/pa_db_connection.h, include/pa_db_manager.h,
19312: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
19313: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19314: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
19315: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
19316: required "friend class"
19317:
19318: ../include/pa_request.h:51: friend declaration requires
19319: class-key, i.e. `friend class Temp_lang'
19320:
19321: * src/: include/pa_exception.h, include/pa_sql_connection.h,
19322: main/pa_exception.C, main/pa_sql_driver_manager.C,
19323: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
19324:
19325: the idea is to #1 jump to C++ some function to main body, where
19326: every function stack frame has exception unwind information and
19327: from there... #2 propagate_exception()
19328:
19329: 2001-10-28 paf
19330:
19331: * src/main/pa_db_connection.C: removed old consts
19332:
19333: * src/main/pa_db_connection.C: expire table [was accidently pasted
19334: with wrong type/cast]
19335:
19336: * src/main/: pa_db_connection.C, pa_db_table.C: exception
19337: translation
19338:
1.116 moko 19339: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 19340: remember to build DB2 with -fexceptions!!!
19341:
19342: * src/main/pa_db_table.C: DB_RMW defed
19343:
19344: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
19345: include/pa_db_connection.h, include/pa_db_manager.h,
19346: include/pa_db_table.h, main/pa_db_connection.C,
19347: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
19348:
19349: 2001-10-27 paf
19350:
19351: * src/: classes/hashfile.C, include/pa_db_connection.h,
19352: include/pa_db_table.h, main/pa_db_connection.C,
19353: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
19354: types/pa_vhashfile.C: DB2 ifdefs
19355:
1.116 moko 19356: * src/: classes/Makefile.am, include/pa_config_fixed.h,
19357: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 19358: makes with DB2
19359:
1.116 moko 19360: * src/: include/pa_config_auto.h.in, main/Makefile.am,
19361: types/Makefile.am: makes db
1.95 moko 19362:
19363: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
19364: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
19365: globals.C
19366:
19367: * src/: classes/hashfile.C, include/pa_db_connection.h,
19368: include/pa_db_table.h, main/pa_db_connection.C,
19369: main/pa_db_table.C: ^hashfile.clear[]
19370:
19371: * src/classes/classes.awk: no $ in var names
19372:
19373: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
19374: connection&table [forgotten calls]
19375:
19376: 2001-10-26 paf
19377:
19378: * src/main/pa_db_connection.C: db checkpoints
19379:
19380: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
19381: checkpoints
19382:
19383: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
19384: default. but entities still reparsed. todo: tothink
19385:
19386: * src/main/pa_db_connection.C: db recover mech 2
19387:
19388: * src/: classes/hashfile.C, include/pa_db_connection.h,
19389: include/pa_db_manager.h, include/pa_db_table.h,
19390: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19391: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
19392: types/pa_vhashfile.h: db connections & tables now cached at
19393: create time & multithreaded
19394:
19395: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
19396: parsed_source
19397:
19398: * src/main/pa_db_connection.C: about to remove connection from
19399: vhashfile
19400:
19401: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
19402: transaction commit/rollback responsibility left to parent [as it
19403: sould - else there were a bug with double free]
19404:
19405: * src/include/pa_db_table.h: db: child transaction commit/rollback
19406: responsibility left to parent [as it sould - else there were a
19407: bug with double free]
19408:
19409: 2001-10-25 paf
19410:
19411: * src/: classes/hashfile.C, include/pa_common.h,
19412: include/pa_db_connection.h, include/pa_db_manager.h,
19413: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
19414: types/pa_vhashfile.C, types/pa_vhashfile.h,
19415: include/pa_db_table.h, main/pa_db_table.C: started db_home
19416: [multiple, cached] todo: autorecover [tried, but not succeded,
19417: yet]
19418:
19419: * src/include/pa_dir.h: ancient gpf on dir not found fixed
19420:
19421: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
19422: transaction parent passed
19423:
19424: 2001-10-24 parser
19425:
1.116 moko 19426: * src/classes/Makefile.am: makes
1.95 moko 19427:
19428: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
19429: isapi/pool_storage.h: pool_storage fixed
19430:
19431: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
19432: types/pa_vform.h: form fix_line_breaks
19433:
1.116 moko 19434: * src/targets/cgi/pool_storage.h: makes
1.95 moko 19435:
19436: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
19437: targets/cgi/pool_storage.h: makes
19438:
19439: * src/sql/pa_sql_driver.h: version
19440:
19441: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
19442: types/pa_vform.C, types/pa_vform.h: .am
19443:
19444: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
19445: this: DB_RMW Acquire write locks instead of read locks when doing
19446: the retrieval. Setting this flag may decrease the likelihood of
19447: deadlock during a read-modify-write cycle by immediately
19448: acquiring the write lock during the read part of the cycle so
19449: that another thread of control acquiring a read lock for the same
19450: item, in its own read-modify-write cycle, will not result in
19451: deadlock
19452:
19453: * src/targets/isapi/parser3isapi.dsp: doc
19454:
19455: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
19456:
19457: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
19458:
19459: * src/: classes/hashfile.C, include/pa_db_connection.h,
19460: main/pa_db_connection.C: hashfile expired deleted from db when
19461: get & iterate
19462:
19463: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
19464: expiring 1
19465:
19466: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
19467:
19468: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
19469: db_connection not bothers with key when not returning expired
19470: data
19471:
19472: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19473: types/pa_vhashfile.C: db_cursor constructor public now
19474:
19475: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19476: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
19477: stamped, todo: put_element analize
19478:
19479: * src/: include/pa_db_connection.h, include/pa_string.h,
19480: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
19481: serialize. todo stamp
19482:
19483: 2001-10-23 parser
19484:
19485: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
19486: classes/image.C, classes/mail.C, classes/response.C,
19487: classes/string.C, classes/table.C, classes/xdoc.C,
19488: include/pa_config_fixed.h, include/pa_db_connection.h,
19489: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
19490: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
19491: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
19492: types/pa_vtable.C: ^hashfile.hash[]
19493:
19494: * src/: classes/hashfile.C, classes/xdoc.C,
19495: include/pa_config_fixed.h, main/pa_db_manager.C,
19496: main/pa_globals.C: ifdefs so it compiled without db
19497:
19498: * src/: classes/hashfile.C, include/pa_db_connection.h,
19499: include/pa_db_manager.h, main/pa_db_connection.C,
19500: main/pa_db_manager.C, types/pa_vhashfile.h:
19501: ^hashfile.transaction{code} ^hashfile:clear[filename]
19502: ^hashfile.delete[key]
19503:
19504: 2001-10-22 parser
19505:
19506: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
19507: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
19508:
19509: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
19510: classes/xnode.C, include/pa_charset_connection.h,
19511: include/pa_db_connection.h, include/pa_db_manager.h,
19512: include/pa_exception.h, include/pa_sapi.h,
19513: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19514: include/pa_stylesheet_connection.h,
19515: include/pa_stylesheet_manager.h,
19516: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19517: main/pa_db_connection.C, main/pa_db_manager.C,
19518: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
19519: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19520: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
19521: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
19522: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
19523: types/types.dsp: hashfile 0
19524:
19525: * src/types/pa_vhashfile.C: z
19526:
19527: * src/: classes/classes.dsp, classes/hashfile.C,
19528: include/pa_config_fixed.h, main/execute.C,
19529: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
19530: types/pa_vhashfile.h, types/types.dsp: hashfile -100
19531:
19532: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
19533:
19534: * src/: include/pa_exception.h, include/pa_request.h,
19535: main/execute.C, main/pa_exception.C, main/pa_request.C,
19536: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19537: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
19538:
19539: 2001-10-19 parser
19540:
19541: * src/include/pa_pool.h: header
19542:
19543: * src/main/pa_pool.C: auto compiled on gcc
19544:
19545: * src/classes/image.C: comment
19546:
1.116 moko 19547: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 19548:
19549: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19550: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19551: types/pa_vxnode.h: xnode clone got freed
19552:
19553: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19554: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
19555: can free up xalandomstring resulting from pool::transcode
19556:
19557: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
19558: include/pa_config_fixed.h, include/pa_exception.h,
19559: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
19560: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
19561: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
19562: to c++ exceptions 1xml configure fixed to exclude xalan-patch
19563: from non-xml compile
19564:
19565: * src/main/pa_request.C: pool:: context - get_context
19566:
19567: * src/: classes/classes.h, classes/date.C, classes/double.C,
19568: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
19569: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
19570: classes/string.C, classes/table.C, classes/void.C,
19571: include/pa_config_fixed.h, include/pa_exception.h,
19572: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
19573: main/compile.C, main/compile_tools.C, main/execute.C,
19574: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
19575: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
19576: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19577: main/pa_string.C, main/pa_table.C, main/untaint.C,
19578: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19579: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
19580: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
19581: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
19582: types/pa_vstateless_class.h, types/pa_vtable.C,
19583: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
19584: exceptions 0
19585:
19586: * src/classes/classes.awk: $ removed
19587:
19588: 2001-10-18 parser
19589:
19590: * src/types/pa_vcookie.C: cookie:CLASS
19591:
19592: * src/main/main.dsp: project
19593:
19594: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
19595: set_document & ctor question "who owns document" solved
19596:
19597: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
19598:
19599: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19600: main/pa_pool.C: encoding in dom creating funcs
19601:
19602: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
19603: be transformed now
19604:
19605: * src/classes/xdoc.C: dom created by create can be transformed now
19606:
19607: * src/classes/xdoc.C: z
19608:
19609: * src/classes/xdoc.C: comment
19610:
19611: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
19612: create now uses XercesDocumentBridge, appendChild&co now works
19613:
19614: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
19615: @ recompile
19616:
19617: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
19618: $origin @exception[
19619:
19620: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
19621: tag names forced to XML lang
19622:
19623: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
19624: leechy-found bugs in code&doc fixed
19625:
19626: 2001-10-17 parser
19627:
19628: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
19629: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
19630: n functionality preserved
19631:
19632: * src/types/pa_vimage.h: removed unused vimage::save
19633:
19634: 2001-10-16 parser
19635:
19636: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
19637:
19638: * src/classes/: xnode.C: removed few dom returns & changed op.txt
19639:
19640: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
19641:
19642: * src/classes/image.C: image.copy tolerance
19643:
19644: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
19645: ineffective, but works for small paleted image
19646:
19647: * src/types/pa_vimage.C: comment
19648:
19649: * src/classes/image.C: gd size/resize bugfix
19650:
19651: * src/: classes/classes.dsp, main/main.dsp,
19652: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19653: types/types.dsp: ident >nul 2>&1
19654:
19655: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
19656: systems
19657:
19658: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
19659: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
19660:
19661: 2001-10-15 parser
19662:
19663: * src/main/execute.C: z
19664:
19665: * src/classes/: xdoc.C: !::create{qualifiedName}
19666:
19667: * src/types/pa_vxnode.C: document_type_node.
19668: !readonly attribute DOMString name
19669: !notation_node.
19670: !readonly attribute DOMString publicId
19671: !readonly attribute DOMString systemId
19672:
1.116 moko 19673: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
19674: ::write badly passed string too transparently [failed to
19675: intercept it]
1.95 moko 19676:
19677: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
19678: include/pa_request.h, main/pa_sql_driver_manager.C,
19679: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19680: types/pa_vxnode.h: DOM1 major addtion, only few
19681: attributes/methods left
19682:
19683: 2001-10-13 parser
19684:
19685: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19686: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
19687: in main handler
19688:
19689: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
19690: cleanups & frees order
19691:
19692: * src/types/pa_vcode_frame.h: couple comments
19693:
19694: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
19695: transparent enough to handle hash if creation&passing
19696:
19697: * src/: include/pa_config_fixed.h, main/execute.C,
19698: main/pa_exception.C: noticed that vcodeframe not transparent
19699: enough, would change now
19700:
19701: 2001-10-12 parser
19702:
19703: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
19704: fixed. initialization&free on each thread!
19705:
19706: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
19707: handling changed: now type of default param analized always, not
19708: only at problem time, thus helping early problem spotting
19709:
19710: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
19711: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
19712: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
19713: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
19714: multithread bug fixed. initialization&free on each thread!
19715:
19716: 2001-10-11 parser
19717:
19718: * src/classes/xnode.C: xnode.selectSingle now
19719:
19720: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19721: include/pa_pool.h, include/pa_stylesheet_connection.h,
19722: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
19723: convertors out of Pool into Exception
19724:
19725: * src/main/pa_string.C: const
19726:
19727: * src/: include/pa_string.h, main/pa_string.C: restructured string:
19728: linked pieces of same language together prior to String::replace
19729:
19730: * src/classes/hash.C: !^hash.add[addme]
19731: !^hash.sub[subme]
19732: !^a.union[b] = new
19733: !^a.intersection[b] = new
19734: !^a.intersects[b] = bool
19735:
19736: * src/classes/hash.C: !^hash::append[append_from]
19737:
19738: * src/: classes/hash.C, types/pa_vhash.h:
19739: !^hash::create[[copy_from]]
19740:
19741: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
19742: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
19743: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
19744: fixed. got rid of empty_string, which caused errors - it hasnt
19745: exception but somebody[value.bark] tried to throw it on it's pool
19746:
1.116 moko 19747: * src/include/pa_config_auto.h.in: makes
1.95 moko 19748:
19749: 2001-10-10 parser
19750:
19751: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
19752:
19753: * src/main/: compile.tab.C, compile.y: ^a[
19754:
19755: @next_method << now unclosed ] would be reported here
19756:
19757: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
19758: compile error
19759:
19760: 2001-10-09 parser
19761:
1.116 moko 19762: * src/: classes/Makefile.am, main/Makefile.am,
19763: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 19764:
19765: * src/classes/Makefile.am: makes
19766:
19767: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
19768: win32 errors intercepted [xalan transformer patched and
19769: incorporated]
19770:
19771: * src/: classes/classes.dsp, classes/xdoc.C,
19772: include/pa_stylesheet_connection.h, main/main.dsp,
19773: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19774: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
19775: patches starting
19776:
19777: * src/classes/: string.C, table.C: ^string.save[file]
19778:
19779: * src/classes/: date.C, table.C: calendar moved to date
19780:
19781: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
19782: string/table] now
19783:
19784: * src/classes/: op.C, table.C: z
19785:
19786: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
19787: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
19788: types/pa_vxnode.h: table:menu & op for delims made allowed not to
19789: be code [be string..]
19790:
19791: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
19792: table.C: lots of
19793: params->as_int/double/as_string/as_junction/as_no_junction
19794: messages added
19795:
19796: 2001-10-08 parser
19797:
19798: * src/: classes/date.C, classes/image.C, classes/string.C,
19799: classes/table.C, classes/void.C, include/pa_request.h:
19800: params->as_int/double message added
19801:
19802: * src/classes/image.C: image:circle [and round arc] uses Bresenham
19803:
19804: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
19805: image:sector removed image:html internal "line-*" attribs
19806:
19807: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
19808: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
19809:
19810: * src/types/pa_vcookie.C: removing cookie made more netscape-like
19811: way
19812:
19813: * src/: classes/file.C, classes/form.C, main/pa_common.C,
19814: main/untaint.C: header untainting to UL_HTTP_HEADER,
19815: UL_MAIL_HEADER made nonforced [only tainted pieces]
19816:
19817: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
19818: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
19819: @ SAPI::log
19820:
19821: * src/main/untaint.C: \r to ' ' in origins mode
19822:
19823: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
19824: set]
19825:
19826: * src/: classes/xdoc.C, include/pa_config_fixed.h,
19827: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
19828: nonstandard liaison freed up
19829:
19830: 2001-10-07 parser
19831:
19832: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
19833: project
19834:
19835: 2001-10-05 parser
19836:
19837: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
19838: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
19839: from outputing to cerr. lots of "todos"
19840:
19841: * src/main/untaint.C: http_header tainting more gentle with
19842: enquoting now
19843:
19844: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
19845: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
19846: xml errorhandler. fixed string.replace a little, read @test
19847:
19848: * src/main/pa_string.C: found replace bug - first_that_starts(char
19849: *) does not have limit, and looks further eos, fixing....
19850:
19851: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
19852:
19853: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
19854:
19855: * src/main/: pa_charset_connection.C: ctype another mem clear
19856: bugfix
19857:
1.116 moko 19858: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
19859: $result[^[$p^]z] now works fine
1.95 moko 19860:
19861: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
19862: wrong. fixed it
19863:
19864: * src/main/pa_charset_connection.C: unicode zero pair at the beging
19865: of totable appered to be vital
19866:
19867: 2001-10-04 parser
19868:
19869: * src/classes/image.C: ^image.length[text]
19870:
19871: 2001-10-03 parser
19872:
19873: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
19874:
19875: * src/main/pa_request.C: restored pcre defaulting in request
19876: [mindlessly "optimized" yesterday] comment left
19877:
19878: 2001-10-02 parser
19879:
19880: * src/: main/pa_charset_manager.C,
19881: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
19882: needed
19883:
19884: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
19885: forgot non-xml pool.*charset needed
19886:
19887: * src/classes/table.C: # config comments fixed
19888:
19889: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
19890: charset_connection #comment now
19891:
19892: * src/: classes/classes.dsp, types/types.dsp: release projects
19893: options fixed to use release msvcrt lib
19894:
19895: * src/main/pa_charset_connection.C: pcre tables now const inside
19896: removed default - pcre handles that internally fixed bug on
19897: not-cleaning tables [previously was calloced, now member]
19898:
19899: * src/: include/pa_request.h, main/pa_charset_connection.C,
19900: main/pa_request.C, types/pa_vstring.h: pcre tables now const
19901: inside removed default - pcre handles that internally fixed bug
19902: on not-cleaning tables [previously was calloced, now member]
19903:
19904: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
19905: tested charset reload on file change @ apache version = OK tested
19906: freeing up prev encoding on adding new = OK
19907:
19908: 2001-10-01 parser
19909:
19910: * src/main/pa_charset_connection.C: removed entitify external hack
19911: [internal installed]
19912:
1.116 moko 19913: * src/main/Makefile.am: makes+removed dtd
1.95 moko 19914:
19915: * src/: include/pa_charset_connection.h,
19916: include/pa_charset_manager.h,
19917: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19918: main/pa_charset_connection.C, main/pa_charset_manager.C,
19919: main/pa_request.C: charset loading & caching mech 0
19920:
19921: * src/: include/pa_stylesheet_connection.h,
19922: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19923: main/pa_globals.C, main/pa_request.C: would make charset loading
19924: & caching mech now
19925:
19926: 2001-09-30 parser
19927:
19928: * src/main/pa_request.C: forgot to fill toTable
19929:
19930: * src/: include/pa_config_fixed.h, main/pa_request.C: started
19931: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
19932: failed on win32 for now..
19933:
19934: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
19935: now charsets table configuration variable is: CHARSETS
19936:
19937: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
19938: ctype with unicode 1. todo: no П entities on output somehow
19939:
19940: * src/: classes/file.C, classes/op.C, classes/string.C,
19941: include/pa_request.h, main/pa_request.C: started ctype with
19942: unicode values
19943:
19944: 2001-09-28 parser
19945:
19946: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
19947: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
19948: string passed AS-IS now
19949:
19950: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
19951: way of user-configuring... todo: implement
19952:
19953: 2001-09-27 parser
19954:
19955: * src/classes/table.C: table.sort changed to sort table itself
19956:
19957: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
19958: X^.getElementsByTagName[tagname] = array of xnode
19959: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
19960: nodes removed - regretfully not supported @ xalan. maybe someday
19961: would reimplement, if needed.
19962:
19963: win32build system: solved long waiting anti-non-started-apache
19964: problem
19965:
19966: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
19967: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19968: types/types.dsp: win32 ident make system so not to rebuild
19969: library [ident.C.new]
19970:
19971: 2001-09-26 parser
19972:
19973: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
19974: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
19975: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19976: types/pa_vxnode.C, types/types.dsp: z
19977:
19978: * src/classes/classes.C: forgot one non-xml check
19979:
1.116 moko 19980: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
19981: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 19982:
19983: * src/targets/cgi/parser3.C: z
19984:
19985: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
19986: targets/isapi/parser3isapi.C: #ifdef SMTP
19987:
19988: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
19989: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19990: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
19991: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
19992: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19993: types/types.dsp: xdoc&xnode now
19994:
19995: * src/: classes/classes.C, classes/classes.awk,
19996: classes/classes.dsp, classes/classes.h, classes/date.C,
19997: classes/dnode.C, classes/dnode.h, classes/dom.C,
19998: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19999: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20000: classes/op.C, classes/response.C, classes/string.C,
20001: classes/table.C, classes/void.C, include/pa_array.h,
20002: include/pa_common.h, include/pa_config_fixed.h,
20003: include/pa_config_includes.h, include/pa_dictionary.h,
20004: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20005: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20006: include/pa_socks.h, include/pa_sql_connection.h,
20007: include/pa_sql_driver_manager.h, include/pa_stack.h,
20008: include/pa_string.h, include/pa_stylesheet_connection.h,
20009: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20010: include/pa_xslt_stylesheet_manager.h, main/compile.C,
20011: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20012: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
20013: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20014: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20015: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20016: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20017: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
20018: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20019: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20020: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
20021: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20022: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
20023: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20024: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20025: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20026: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
20027: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
20028: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20029: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
20030: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20031: types/pa_vmethod_frame.h, types/pa_vobject.h,
20032: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20033: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20034: types/pa_vstateless_object.h, types/pa_vstring.C,
20035: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20036: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
20037: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
20038: main.dsp splitted to main+classes+types along to .am
20039:
20040: * src/classes/Makefile.am: removed useless var
20041:
20042: * src/: classes/classes.cmd, main/main.dsp,
20043: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
20044: main.dsp
20045:
20046: 2001-09-25 parser
20047:
20048: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
20049: 1251 though, todo ICU
20050:
1.116 moko 20051: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 20052: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 20053: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
20054: types/pa_vdom.h: xml configure makes
1.95 moko 20055:
20056: 2001-09-24 parser
20057:
1.116 moko 20058: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
20059: types/Makefile.am: makes
1.95 moko 20060:
1.116 moko 20061: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 20062:
20063: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
20064: started unix makes update
20065:
20066: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
20067: started unix makes update
20068:
20069: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
20070:
20071: * src/types/pa_value.h: z
20072:
20073: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
20074: bugs with usinge hash/table in expressions
20075:
20076: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
20077: resolved conflicts fixed [const]
20078:
20079: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
20080: classes/table.C, include/pa_request.h, include/pa_sapi.h,
20081: main/compile.C, main/compile.tab.C, main/compile.y,
20082: main/compile_tools.h, main/main.dsp, main/pa_common.C,
20083: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20084: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
20085: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
20086: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20087: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
20088: with before_xml [merge2 actually didn't happen - i've created
20089: tags on wrong branch. so this merge is in fact re-merge]
20090:
20091: 2001-09-21 parser
20092:
20093: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20094: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
20095: produced "" in make file and sadly wrong interpreted on load]
20096:
1.116 moko 20097: * src/: classes/classes.h, classes/hash.C, classes/op.C,
20098: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
20099: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20100: include/pa_sql_driver_manager.h, include/pa_string.h,
20101: main/compile.tab.C, main/main.dsp, main/pa_common.C,
20102: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
20103: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 20104:
20105: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
20106: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
20107: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
20108: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20109: main/pa_pool.C, main/pa_request.C,
20110: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
20111: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20112: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20113: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
20114: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
20115: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
20116: types/pa_vrequest.C, types/pa_vresponse.h,
20117: types/pa_vstateless_class.C, types/pa_vstring.C,
20118: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
20119: created new projects for sql drivers [planning to remove sql
20120: drivers from main cvs project] first, will join latest changes
20121:
20122: * src/classes/: dom.C: defaulted dom writing methods encoding to
20123: pool.get_charset
20124:
20125: * src/classes/dom.C: defaulted dom writing methods encoding to
20126: pool.get_charset
20127:
20128: * src/include/pa_pool.h: defaulted dom writing methods encoding to
20129: pool.get_charset
20130:
20131: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
20132: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
20133: methods encoding to pool.get_charset
20134:
20135: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
20136: transcoder were created right "unsupported encoding" message.
20137: not @ set time, but @ use time, so until xml output functions
20138: .string, .file, .save used - no encoding name check occur
20139:
20140: reduced transcode buffer size to 60 fixed pool cleanup - no
20141: registration needed, pools are officially destructured
20142:
20143: 2001-09-20 parser
20144:
20145: * src/classes/image.C: 20K preload on jpg measure [image::measure]
20146:
20147: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
20148: $MAIN:DEFAULTS.content-type[$.charset[here]]
20149:
20150: * src/: classes/dnode.C, classes/dom.C,
20151: include/pa_config_includes.h, include/pa_globals.h,
20152: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20153: main/pa_pool.C, targets/cgi/parser3.dsp,
20154: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20155: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
20156: Pool::transcode 0
20157:
20158: * src/classes/dom.C: dom. string save file moved output xml options
20159: to last param and made it optional
20160:
20161: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
20162: dnodes
20163: !$attributenode.specified = boolean
20164: true if the attribute received its value explicitly
20165: in the XML document,
20166: or if a value was assigned programatically with the
20167: setValue function.
20168: false if the attribute value came from the default value
20169: declared in the document's DTD.
20170: !$pinode.target = target of this processing instruction
20171: XML defines this as being the first token following the
20172: markup
20173: that begins the processing instruction.
20174: XPath:
20175: !^node.select[xpath/query/expression] = hash of 0->node0
20176: 1->node1
20177: !^node.select-single[xpath/query/expression] = first node if
20178: any
20179:
20180: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
20181: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
20182: some 'const's added
20183:
20184: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
20185: expression context now, there value = size and boolean value
20186: size!=0
20187:
20188: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
20189: can be used in expression context now, there value = size and
20190: boolean value size!=0
20191:
20192: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
20193: types/pa_vstring.h: dnode .file .string .save moved back to dom
20194: due to strange xalan bug
20195:
20196: 2001-09-18 parser
20197:
20198: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
20199: classes/image.C, classes/op.C, classes/table.C,
20200: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
20201: include/pa_sql_driver_manager.h, main/compile.C,
20202: main/compile.tab.C, main/compile.y, main/compile_tools.h,
20203: main/execute.C, main/pa_common.C, main/pa_request.C,
20204: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20205: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20206: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
20207: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
20208: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
20209: before_xml branch ^if(def $hash) now true only when
20210: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
20211:
20212: * src/: classes/op.C, main/execute.C: operators self changed to
20213: root ^for variable context changed to self
20214:
20215: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
20216: dnode 1
20217:
20218: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
20219: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
20220:
20221: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
20222: poly* fixed
20223:
20224: 2001-09-17 parser
20225:
20226: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
20227: types/pa_vdom.h: started dnode+dom
20228:
20229: dnode DOM methods: $node.name $node.value
20230: ...others...
20231:
20232: ^node.xpath[/rates/USD] = hash
20233: $hash[
20234: $.0[node0]
20235: $.1[node1]
20236: ]
20237:
20238: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
20239: applies to all linear primitives
20240:
20241: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
20242: include/pa_stylesheet_connection.h, main/main.dsp,
20243: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
20244: types/pa_vimage.h: started dnode DOM: $node.name
20245: $node.value ...others... ^node.xpath[/rates/USD] = hash
20246: dom(dnode)
20247:
20248: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
20249: main/compile.y, main/compile_tools.h, main/execute.C,
20250: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
20251: in expression compound($aa.zz.xx) names now can have minus '-' in
20252: name after '.'
20253:
20254: 2001-09-15 parser
20255:
20256: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
20257: image: $line-width ^line(...)[**** style]
20258:
20259: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
20260: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
20261: pool_storage - cleanups first, allocations second. apache wisely
20262: does just like that
20263:
20264: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
20265: rewritten using template, no bugs now
20266:
20267: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
20268: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
20269: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
20270: poorly started isapi pool_storage, would rewrite using template
20271: now
20272:
20273: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
20274: include/pa_stylesheet_connection.h, main/main.dsp,
20275: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
20276: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
20277: xalan objects freed up [introducing Pool::register_cleanup]
20278:
20279: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
20280: comments
20281:
20282: 2001-09-14 parser
20283:
20284: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
20285: z
20286:
20287: * src/: classes/dom.C, classes/file.C, classes/image.C,
20288: classes/mail.C, include/pa_common.h,
20289: include/pa_sql_driver_manager.h, include/pa_string.h,
20290: include/pa_stylesheet_connection.h,
20291: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20292: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
20293: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
20294: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
20295: compiled&cached
20296:
20297: 2001-09-13 parser
20298:
20299: * src/: classes/dom.C, classes/file.C, classes/image.C,
20300: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
20301:
20302: * src/classes/dom.C: dom:file content-type(.method)
20303:
20304: * src/: include/pa_common.h, include/pa_globals.h,
20305: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
20306: string now more informative error messages
20307:
20308: * src/: include/pa_globals.h, include/pa_request.h,
20309: main/pa_request.C, targets/cgi/parser3.C,
20310: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
20311: ParserSiteConfig .../parser3.conf
20312:
20313: cgi&isapi looks for {configure|c:\windows}/parser3.conf
20314:
20315: 2001-09-12 parser
20316:
20317: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20318: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
20319: precise error reporting: "connection string must start with
20320: protocol://" now
20321:
20322: * src/main/compile.tab.C: fixed - subname code parts actually []
20323: braced
20324:
20325: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
20326: lexer on LS_USER level did [] matching without setting nestage,
20327: introduced special LS_NAME_SQUARE_PART state
20328:
20329: 2001-09-11 parser
20330:
20331: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
20332: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
20333: languages+=xml
20334:
20335: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
20336:
20337: * src/classes/dom.C: ^dom:save/string/file[output options] output
20338: options: $.method[xml|html|text] detection fixed
20339:
20340: * src/types/pa_vdom.h: messages
20341:
20342: * src/classes/dom.C: ^dom:save/string/file[output options] output
20343: options: $.method[xml|html|text] detection fixed
20344:
20345: 2001-09-10 parser
20346:
20347: * src/classes/dom.C: ^dom:save/string/file[output options] output
20348: options: $.method[xml|html|text] $.encoding[windows-1251|...]
20349:
20350: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
20351: added]
20352:
20353: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20354: ^dom.xslt[stylesheet filename] 0
20355:
20356: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20357: ^dom.xslt[stylesheet filename] -1 doc is lying
20358:
20359: * src/classes/dom.C: ^dom.file[encoding] = file
20360:
20361: * src/classes/: dom.C: ^dom.string[encoding] 1
20362: ^dom.save[encoding;filename]
20363:
20364: * src/classes/dom.C: ^dom.string[] 0
20365:
20366: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
20367:
20368: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
20369: types/pa_vform.h: ^dom.save[b.xml] 0
20370:
20371: 2001-09-08 parser
20372:
20373: * src/types/pa_vform.C: $form:tables.name.field
20374:
20375: 2001-09-07 parser
20376:
20377: * src/classes/table.C: table:empty removed, superceded by ^if(def
20378: $table)...
20379:
20380: * src/targets/cgi/parser3.C: z
20381:
20382: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
20383: from '' to int/double is 0]
20384:
20385: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
20386: $table) is false when table is empty
20387:
20388: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
20389: !$form:tables $atable[$form:tables.a]
20390: ^atable.menu{a=$atable.element}[,]
20391:
20392: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
20393: types/pa_vform.h, types/pa_vhash.h: !$form:fields
20394:
1.116 moko 20395: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20396: types/pa_vdom.h, types/pa_vform.C: merged with successful start
20397: of dom
20398:
20399: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
20400: types/pa_vform.C, types/pa_vform.h: z
20401:
20402: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
20403: element [not last]
20404:
1.116 moko 20405: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20406: types/pa_vdom.h: introducing dom. dom:load[a.xml]
20407:
20408: 2001-09-06 parser
20409:
20410: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20411: table with one column 'element' and two rows: 1 and 2
20412:
20413: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20414: table with one column 'element' and two rows: 1 and 2
20415:
20416: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
20417: bad int/double conversions, and now $form:nonexistent.int(88)
20418: would return 88
20419:
20420: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
20421: types/pa_vhash.h: now there's special hash key '_default'
20422: [instead of ^_default method] $hash[ $.a[1] $.b[2]
20423: $._default[xx] ] $hash.c
20424:
20425: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
20426: fixed [thanks, fif], ^; were treated there non-literally
20427:
20428: * src/doc/doxygen.cfg: merged new default options from 1.2.10
20429: doxygen
20430:
20431: * src/: classes/image.C, classes/op.C, classes/string.C,
20432: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
20433: types/pa_vtable.C: few #ifndef DOXYGEN
20434:
20435: 2001-09-05 parser
20436:
20437: * src/classes/: string.C, table.C: sql options can be void [same as
20438: image:html the other day]
20439:
20440: * src/targets/cgi/Makefile.am: .am undo
20441:
20442: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20443: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
20444: macro expantion on param, simply qoutes whatever passed, undone
20445:
20446: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20447: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
20448: STRINGIZE(name) #name invented
20449:
20450: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20451: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
20452: MAIN_SQL_DRIVERS_NAME "drivers"
20453:
20454: moved to be availible to all users
20455:
20456: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
20457: SQL_DRIVER_CREATE_FUNC_NAME
20458:
20459: * src/classes/mail.C: MAIN:MAIL check fixed
20460:
20461: 2001-09-04 parser
20462:
20463: * src/classes/image.C: image.html now can accept void params
20464:
20465: * src/targets/isapi/parser3isapi.C: z
20466:
20467: * src/targets/cgi/parser3.C: full_file_spec bug
20468:
20469: * src/targets/cgi/parser3.C: getenvcheck
20470:
20471: * src/targets/cgi/parser3.C: zz
20472:
20473: * src/targets/cgi/parser3.C: zzz
20474:
20475: * src/classes/date.C: date
20476:
20477: * src/classes/date.C: date:sql-string is now without ''
20478:
1.116 moko 20479: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 20480: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
20481: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
20482:
1.116 moko 20483: * src/include/pa_config_auto.h.in: makes
1.95 moko 20484:
20485: 2001-09-03 parser
20486:
20487: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
20488:
20489: 2001-09-01 parser
20490:
20491: * src/classes/image.C: letter_spacing
20492:
20493: * src/classes/image.C: image: font params changed
20494:
20495: * src/classes/image.C: image: as_int as_string used
20496:
20497: * src/types/pa_vmethod_frame.h: $result[] now gets properly
20498: analized
20499:
20500: 2001-08-31 parser
20501:
20502: * src/targets/cgi/parser3.C: z
20503:
1.116 moko 20504: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
20505: cygwin
1.95 moko 20506:
20507: * src/classes/void.C: void:int/double += (default)
20508:
20509: * src/classes/image.C: image:font added space param image:font
20510: changed charwidth alg, added kerning const[for now]
20511:
20512: * src/classes/: string.C, table.C: string:int/double (defaults)
20513:
20514: 2001-08-29 parser
20515:
20516: * src/main/pa_exception.C: exception redundant debug info
20517:
20518: 2001-08-28 parser
20519:
20520: * src/classes/image.C: image error msgs
20521:
20522: * src/classes/image.C: image: gifsize little endian
20523:
20524: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
20525: doxygeneration
20526:
20527: * src/: classes/Makefile.am, main/Makefile.am,
20528: targets/cgi/Makefile.am, types/Makefile.am: .am-s
20529:
20530: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
20531: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
20532:
20533: * src/main/compile.C: NO_STRING_ORIGIN check2
20534:
20535: * src/classes/table.C: NO_STRING_ORIGIN check
20536:
20537: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
20538: storage class specifiers invalid in friend function declarations
20539:
20540: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
20541: main/untaint.C, targets/cgi/parser3.C,
20542: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
20543: case of limit
20544:
20545: * src/: classes/file.C, main/pa_common.C: file:move
20546: autocreate/remove dest/src dir
20547:
20548: * src/: classes/string.C, include/pa_dictionary.h,
20549: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
20550: main/untaint.C: pa_directory speeded up. moved zero 'from' check
20551: to directory constructor. string:replace
20552:
20553: 2001-08-27 parser
20554:
20555: * src/classes/image.C: fixed jpgsize alg
20556:
20557: * src/classes/image.C: fixed jpgsize alg
20558:
20559: * src/main/pa_exception.C: z
20560:
20561: * src/main/pa_common.C: removed debug info from pa_common
20562:
20563: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
20564: [auto.p from current dir loading]
20565:
1.116 moko 20566: * src/: main/pa_common.C, main/pa_exception.C,
20567: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
20568: for solaris -lsocket
1.95 moko 20569:
20570: 2001-08-24 parser
20571:
20572: * src/targets/cgi/parser3.C: not cgi extra \n 3
20573:
20574: * src/targets/cgi/parser3.C: not cgi extra \n 2
20575:
20576: * src/targets/cgi/parser3.C: not cgi extra \n
20577:
20578: * src/main/pa_sql_driver_manager.C: z
20579:
20580: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
20581: sql* removed services from disconnect - cross-request ideological
20582: probs.
20583:
20584: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
20585: cross-request ideological probs. oracle - fixed bug: cs
20586: allocated on request.pool and got freed before disconnect
20587:
20588: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
20589: mallocs fixed
20590:
20591: 2001-08-23 parser
20592:
20593: * src/classes/file.C: minor bug in file:save fixed
20594:
20595: * src/main/pa_sql_driver_manager.C: oracle: dlink
20596:
20597: 2001-08-22 parser
20598:
20599: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
20600: types/pa_vfile.h: file:load|save[text|binary;
20601:
20602: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
20603:
20604: 2001-08-21 parser
20605:
20606: * src/classes/: file.C, table.C: ^file:list
20607:
20608: 2001-08-20 parser
20609:
20610: * src/: main/compile.tab.C, main/compile.y,
20611: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
20612: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
20613: recousively caused problems: inc incremeted 123 literal!! fixed
20614:
20615: 2001-08-10 parser
20616:
20617: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
20618:
20619: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20620: added
20621:
20622: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20623: added
20624:
20625: * src/classes/table.C: table:sort restored [it was bad test :(]
20626:
20627: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
20628: ''
20629:
20630: * src/main/: pa_request.C: wanted to make const int
20631: MAX_EXECUTE_SECONDS=1;
20632:
20633: but couldnt, set_callback_and_alarm appeared to be not exported
20634: :(
20635:
20636: * src/main/pa_string.C: string.match hanged on. there were a hang
20637: check but it weren't wise enough
20638:
20639: @parse[dateString][tmp]
20640: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
20641: #end
20642:
20643: @main[] ^parse[2001-02-03]
20644:
20645: * src/classes/: table.C: table:sort now default desc
20646:
20647: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20648: table.sort now creates new sorted table
20649:
20650: 2001-08-09 parser
20651:
20652: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
20653:
20654: * src/classes/hash.C: hash:_default now [was hash:default]
20655:
20656: * src/classes/op.C: case without switch check added
20657:
20658: * src/types/pa_vcookie.C: cookie name&value origins added, more
20659: precise $ORIGINS(1)
20660:
20661: * src/main/Makefile.am: .am
20662:
20663: * src/classes/void.C: void: int double copy/paste from int: bug
20664: fixed
20665:
20666: * src/classes/void.C: void: int double copy/paste from int: bug
20667: fixed
20668:
20669: 2001-08-07 parser
20670:
20671: * src/: classes/double.C, classes/int.C, classes/string.C,
20672: classes/table.C, include/pa_globals.h, main/pa_globals.C:
20673: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
20674: string, table
20675:
20676: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
20677: srand made working
20678:
20679: 2001-08-06 parser
20680:
20681: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
20682: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
20683: main/compile.tab.C, main/compile.y, main/pa_array.C,
20684: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
20685: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
20686:
20687: * src/main/pa_exec.C: exec win32 real filename
20688:
20689: * src/classes/file.C: exec stderr out
20690:
20691: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
20692:
20693: 2001-08-03 parser
20694:
20695: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
20696:
20697: 2001-08-02 parser
20698:
20699: * src/: classes/string.C, classes/table.C, include/pa_array.h,
20700: main/execute.C, main/pa_exec.C: introducing Array_iter
20701:
20702: * src/main/execute.C: detected quick_get recursion bug. changed to
20703: get@execute, but needs array iterator, separate from array to
20704: avoid it & use caching
20705:
20706: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
20707: bug fixed
20708:
20709: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
20710: main/execute.C, main/pa_globals.C: found another multithread bug
20711: in op.C (last, last global var killed) :)
20712:
20713: 2001-08-01 parser
20714:
20715: * src/: include/pa_dictionary.h, include/pa_globals.h,
20716: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
20717: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20718: main/untaint.C: speeded up typo-html replacements. introducing
20719: Dictionary with first-char caching
20720:
20721: 2001-07-31 parser
20722:
20723: * src/types/Makefile.am: pa_vtable.C added to .am
20724:
20725: * src/main/compile.tab.C: added, so that could be compiled even on
20726: non-bison-enabled platforms
20727:
20728: 2001-07-28 parser
20729:
20730: * src/classes/table.C: table:hash always produces hash, when can't
20731: - empty
20732:
20733: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
20734: skipped \n
20735:
20736: 2001-07-27 parser
20737:
20738: * src/classes/: double.C, int.C, string.C: provided meaningful msg
20739: on int/double/string :sql without result and default
20740:
20741: 2001-07-26 parser
20742:
20743: * src/classes/op.C: fixed bad multithread bug with strangly global
20744: OP
20745:
20746: * src/main/compile.y: $man[$.age[zzz]] 0
20747:
20748: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
20749: creation syntax problem persists. restored $: for a while.
20750: thinking of $man[$.age[zzz]] syntax now
20751:
20752: * src/: classes/double.C, classes/int.C, classes/string.C,
20753: include/pa_opcode.h, main/compile.C, main/compile.y,
20754: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
20755: types/pa_vmethod_frame.h, types/pa_wcontext.h,
20756: types/pa_wwrapper.h: fixing :: realization #1
20757:
20758: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
20759: main/compile_tools.h, main/execute.C, main/pa_request.C,
20760: types/pa_vmethod_frame.h: introducing :: this is constructor call
20761: prefix. ordinary : remains for static accesses
20762:
20763: 2001-07-25 parser
20764:
20765: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
20766: fields 2. methods 3. columns
20767:
20768: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
20769: quote. optimized double&int tostring-s
20770:
20771: * src/main/: compile.C, compile.y, compile_tools.h: allowed
20772: whitespace before first method decl
20773:
20774: * src/classes/table.C: allowed nontable result in table:sql,
20775: results in empty table
20776:
20777: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
20778: lines before first method decl
20779:
20780: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
20781: types/pa_vtable.h: ^table.record[] now $table.fields
20782:
20783: * src/main/compile.y: $var[] is now empty string, not void
20784:
20785: * src/main/: compile.y, execute.C: $var[] is now empty string, not
20786: void
20787:
20788: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
20789: main/pa_globals.C: match replace code context moved to implicit
20790: $match context
20791:
20792: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
20793: main/compile_tools.h, main/execute.C: with killed, code storage
20794: introduced with former 'with' syntax
20795:
20796: 2001-07-24 parser
20797:
20798: * src/: main/compile.C, main/execute.C, main/pa_string.C,
20799: types/pa_value.h: first get_element, next get operator
20800:
20801: * src/main/compile.y: removed @end handling
20802:
20803: * src/main/: compile.C, compile.y: @end handling method2
20804:
20805: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
20806: file:move
20807:
20808: * src/main/pa_common.C: file_read close @ eof when imgsize bug
20809: fixed
20810:
20811: 2001-07-23 parser
20812:
20813: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
20814: driver
20815:
20816: * src/classes/hash.C: changed sql driver query interface
20817:
20818: * src/: classes/hash.C, classes/string.C, classes/table.C,
20819: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
20820: changed sql driver query interface
20821:
20822: 2001-07-20 parser
20823:
20824: * src/types/pa_vrequest.C: X!$browser:type
20825:
20826: * src/: classes/file.C, classes/string.C, include/pa_string.h,
20827: main/execute.C, main/pa_string.C, types/pa_valiased.C,
20828: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
20829: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
20830: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
20831: types/pa_vobject.h, types/pa_vrequest.C,
20832: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
20833: ^class:method dynamic calls allowed. ^BASE.method call disabled.
20834: BASE element globally removed
20835:
20836: 2001-07-18 parser
20837:
20838: * src/classes/file.C: file:exec/cgi msg
20839:
20840: * src/classes/file.C: $file:exit-code renamed to 'status'
20841:
20842: * src/: classes/file.C, main/pa_exec.C: file:exec
20843:
1.116 moko 20844: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20845: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
20846: removed $id from *.in *.am
1.95 moko 20847:
20848: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
20849: abbrevations
20850:
20851: * src/: classes/date.C, classes/mail.C, classes/math.C,
20852: classes/string.C, classes/table.C, include/pa_globals.h,
20853: include/pa_string.h, main/execute.C, main/pa_globals.C,
20854: main/pa_request.C, main/pa_string.C, main/untaint.C,
20855: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
20856: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
20857: $ORIGINS(1) output tracing mode
20858:
20859: 2001-07-13 parser
20860:
20861: * src/: classes/double.C, classes/int.C, classes/string.C,
20862: include/pa_request.h, main/execute.C, main/pa_request.C:
20863: auto.p[@auto], /news/auto.p[no @auto], so that initializing
20864: second would not call first @auto
20865:
20866: * src/main/: execute.C, pa_request.C: order of MAIN parents was
20867: wrong, fixed
20868:
20869: 2001-07-12 parser
20870:
20871: * src/types/pa_value.h: pa_value.putelement modification of system
20872: classes prevented
20873:
20874: 2001-07-11 parser
20875:
20876: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
20877: table $piece
20878:
20879: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
20880: types/pa_vstateless_class.h: $file created by file:state +=
20881: .atime .mtime .ctime +found&fixed bug with exceptions on
20882: get_junction-created objects [they were on wrong pool]
20883:
20884: 2001-07-09 parser
20885:
20886: * src/main/untaint.C: qp wrong name
20887:
20888: * src/: classes/date.C, classes/string.C, classes/table.C,
20889: main/compile.y: date format 0
20890:
20891: 2001-07-07 parser
20892:
20893: * src/: classes/date.C, classes/table.C, include/pa_common.h,
20894: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
20895: roll table calendar
20896:
20897: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
20898: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
20899: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
20900: include/pa_request.h, main/main.dsp, types/pa_value.h,
20901: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
20902: string. todo: sql, calendar
20903:
20904: 2001-07-06 parser
20905:
20906: * src/: classes/math.C, include/pa_request.h, main/execute.C,
20907: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
20908:
20909: 2001-07-03 parser
20910:
20911: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
20912: classes/random.C, main/main.dsp: class random renamed to math,
20913: operators became methods
20914:
20915: * src/classes/op.C: pow sqrt
20916:
20917: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
20918:
20919: 2001-07-02 parser
20920:
20921: * src/classes/table.C: ^table.columns column renamed from 'name' to
20922: 'column'
20923:
20924: * src/classes/hash.C: ^hash.keys[]
20925:
20926: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
20927:
20928: * src/main/: compile.y, compile_tools.h: in expressions now allowed
20929: 'strings'
20930:
20931: 2001-06-29 parser
20932:
20933: * src/main/: execute.C: /0 %0 checkes ver 2
20934:
20935: * src/main/execute.C: /0 %0 checke
20936:
20937: * src/classes/Makefile.am: nothing - void
20938:
20939: * src/classes/table.C: empty strings @ sql
20940:
20941: 2001-06-28 parser
20942:
20943: * src/: classes/double.C, classes/file.C, classes/form.C,
20944: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20945: classes/op.C, classes/random.C, classes/response.C,
20946: classes/string.C, classes/table.C, classes/void.C,
20947: main/compile.C, main/compile_tools.C, main/execute.C,
20948: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20949: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20950: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20951: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20952: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
20953: targets/isapi/parser3isapi.C, main/compile.y: */ static const
20954: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
20955: $";
20956:
20957: * src/: classes/double.C, classes/file.C, classes/form.C,
20958: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20959: classes/op.C, classes/random.C, classes/response.C,
20960: classes/string.C, classes/table.C, classes/void.C,
20961: main/compile.C, main/compile.y, main/compile_tools.C,
20962: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20963: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20964: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20965: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20966: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 20967: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 20968:
20969: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
20970: $class:name: == ${class:name}:
20971:
20972: * src/classes/string.C: exactly one
20973:
20974: 2001-06-27 parser
20975:
20976: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
20977: types/pa_vvoid.h: nothing renamed to void
20978:
20979: * src/classes/op.C: ^switch ^case
20980:
20981: * src/main/compile.y: nothing renamed to void
20982:
20983: * src/: classes/hash.C, classes/table.C, main/compile.y,
20984: main/execute.C, main/main.dsp, main/pa_request.C,
20985: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
20986: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
20987: void
20988:
20989: * src/main/compile.y: lexer: $zzzz^zzzz were name part
20990:
20991: 2001-05-28 parser
20992:
20993: * src/doc/html2chm.cmd: removed >a
20994:
20995: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
20996: project options [some bugs]
20997:
20998: * src/doc/sources2html.cmd: z
20999:
21000: * src/: classes/classes.C, main/compile.C, main/compile.y,
21001: main/execute.C: operators are not in root class again
21002:
21003: 2001-05-24 parser
21004:
21005: * src/targets/cgi/parser3.dsp: project file
21006:
21007: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
21008: ^log ^exp
21009:
21010: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
21011: conversions in @exception[params]
21012:
21013: * src/main/pa_request.C: // no _ conversions in @exception[params]
21014:
21015: 2001-05-23 parser
21016:
21017: * src/main/pa_string.C: string cmp bug
21018:
21019: * src/classes/: mail.C, op.C: rem max 1000
21020:
21021: * src/: classes/op.C, main/compile.y: allow one empty line before
21022: LS_DEF_NAME
21023:
21024: 2001-05-22 parser
21025:
21026: * src/classes/op.C: if params code-required
21027:
21028: 2001-05-21 parser
21029:
21030: * src/types/pa_vstring.C: eoleof
21031:
21032: * src/classes/Makefile.am: .AM
21033:
21034: * src/classes/nothing.C: resultless ^sql moved to nothing:
21035:
21036: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
21037:
21038: * src/: classes/double.C, classes/nothing.C, classes/string.C,
21039: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
21040: types/pa_vunknown.h, classes/hash.C, main/compile.y,
21041: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
21042: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
21043: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
21044: 'nothing'
21045:
21046: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
21047: vstring::set_string
21048:
21049: * src/classes/: double.C, int.C, string.C: int,double;sql
21050:
21051: * src/: classes/hash.C, classes/int.C, classes/string.C,
21052: classes/table.C, include/pa_string.h, main/pa_string.C,
21053: types/pa_vstring.C, types/pa_vstring.h: started int:sql
21054:
21055: * src/: classes/classes.C, classes/hash.C, classes/op.C,
21056: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
21057: hash:sql moved to main trunc. operators.txt updated
21058:
21059: * src/classes/: hash.C, op.C, table.C: hash:sql
21060:
21061: * src/classes/op.C: z
21062:
21063: * src/: main/compile.C, classes/classes.C: 1
21064:
21065: * src/: classes/classes.C, main/compile.C, main/compile.y,
21066: main/execute.C: 0
21067:
21068: * src/main/execute.C: z
21069:
21070: * src/targets/cgi/parser3.C: z
21071:
21072: * src/targets/cgi/parser3.C: argv can be just "parser3". made
21073: site_auto_path "." in that case
21074:
21075: * src/targets/cgi/: parser3.C: z
21076:
21077: * src/main/pa_request.C: .am
21078:
21079: * src/: main/pa_request.C, targets/cgi/parser3.C:
21080: pcre_tables=pcre_default_tables;
21081:
21082: 2001-05-19 parser
21083:
21084: * src/main/pa_string.C: z
21085:
21086: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
21087: introducing String::cstr_bufsize, returns just size+1 for as_is
21088: target.
21089:
21090: * src/: main/untaint.C, targets/cgi/pa_pool.C,
21091: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
21092: used, 4* mem wasted
21093:
21094: * src/classes/string.C: root context in match replace body now
21095: unchanged
21096:
21097: * src/types/pa_value.h: parameter # 1 based
21098:
21099: * src/main/pa_common.C: common: actual filename '%s'
21100:
21101: * src/classes/string.C: z
21102:
21103: * src/classes/Makefile.am: classes/.am
21104:
21105: * src/classes/: Makefile.am: classes/.am
21106:
21107: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
21108: targets/cgi/pa_pool.C: classes/.am
21109:
21110: 2001-05-18 parser
21111:
1.116 moko 21112: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
21113: pa_threads.C ins
1.95 moko 21114:
21115: * src/targets/cgi/Makefile.am: .am pa_threads.C added
21116:
21117: 2001-05-17 parser
21118:
21119: * src/: classes/string.C, include/pa_config_fixed.h,
21120: include/pa_config_includes.h, main/compile.y,
21121: main/compile_tools.h, main/execute.C, main/pa_array.C,
21122: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
21123: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
21124: types/pa_vform.C: #include "pa_config_includes.h" removed from
21125: most .C
21126:
21127: * src/doc/html2chm.cmd: z
21128:
21129: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
21130: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
21131:
21132: * src/main/pa_sql_driver_manager.C: moved expiration to
21133: get_connection_from_cache
21134:
21135: * src/main/pa_sql_driver_manager.C: cache expiration bf
21136:
21137: * src/: classes/classes.h, include/pa_sql_connection.h,
21138: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
21139: cache expiration[use SQL_Driver::disconnect]
21140:
21141: * src/main/pa_table.C: table.locate current restored on "not found"
21142:
21143: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
21144: line no
21145:
21146: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21147: ANTI_ENDLESS_EXECUTE_RECOURSION
21148:
21149: * src/: classes/op.C, include/pa_sql_connection.h,
21150: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
21151: sql/pa_sql_driver.h: fixed problem at last: 2connections own
21152: 1driver and set_services fight for driver::fservices. before fix
21153:
21154: * src/: classes/op.C, include/pa_config_fixed.h,
21155: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21156: main/pa_sql_driver_manager.C: found problem at last: 2connections
21157: own 1driver and set_services fight for driver::fservices. before
21158: fix
21159:
21160: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21161: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21162: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
21163: pa_threads.C
21164:
21165: * src/include/pa_threads.h: removed targets/parser
21166:
21167: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
21168: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
21169: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
21170: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
21171: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
21172: headers
21173:
21174: * src/: classes/image.C, include/pa_sql_driver_manager.h,
21175: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
21176: order prevented sqlmanager to see MULTYTHREAD define
21177:
21178: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21179: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
21180: put/gets
21181:
21182: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
21183: from hash.h
21184:
21185: * src/: classes/op.C, include/pa_sql_connection.h,
21186: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
21187: from cache ->set_services(&services);
21188:
21189: 2001-05-16 parser
21190:
21191: * src/targets/cgi/parser3.C: z
21192:
21193: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
21194: debug, #ifdefed some. would debug later, on more precise sample
21195: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
21196: $name.$tail[$tail!] $name.$tail } ok3
21197:
21198: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
21199: removed array debug. before vstring rebasing
21200:
21201: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
21202: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
21203: array debugged; adjusted
21204:
21205: * src/main/: pa_sql_driver_manager.C, pa_string.C:
21206: SQL_Driver_manager line no for connect/charset errors
21207:
21208: 2001-05-15 parser
21209:
21210: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
21211: main/pa_string.C: string+array made linear grows
21212:
21213: * src/: include/pa_string.h, main/pa_string.C,
21214: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
21215: grow lineary, not exponentialy
21216:
21217: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
21218: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
21219: with fullchunk cmps
21220:
21221: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
21222: 70041= 81
21223:
21224: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
21225: targets/cgi/parser3.C: detected huge mem allocation: size/times
21226: malloc 27809390/368771, calloc 3232/83. would test now
21227:
21228: * src/: classes/random.C, main/compile.y, main/execute.C,
21229: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
21230: numbered params had wrong name - for instance: bad error message
21231: in ^for[] bad body type. fixed
21232:
21233: 2001-05-14 parser
21234:
21235: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
21236: main/untaint.C: ^string.upper|lower[]
21237:
21238: 2001-05-11 parser
21239:
21240: * src/: classes/double.C, classes/image.C, classes/op.C,
21241: classes/string.C, classes/table.C, classes/unknown.C,
21242: main/execute.C, types/pa_value.h, types/pa_vbool.h,
21243: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
21244: types/pa_vunknown.h: op: MAX_LOOPS as_int
21245:
21246: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
21247: .dsp for win32tools
21248:
21249: 2001-05-11 paf
21250:
21251: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
21252: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
21253: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
21254: targets/isapi/kill.pl: moved win32 helpers to /win32tools
21255:
21256: 2001-05-10 paf
21257:
21258: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
21259: for C++, that's all
21260:
1.116 moko 21261: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
21262: pa_config_includes.h: inline wonders
1.95 moko 21263:
21264: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
21265: doc/doxygen.cmd: hash.C added
21266:
21267: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
21268:
21269: * src/main/compile.y: @end grammar: allowed zero strings in control
21270: menthod
21271:
21272: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
21273: pa_vstateless_object.h: changed priority: field before method
21274: lookup in vclass & vobject
21275:
21276: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
21277: grammar: priorities changes [lowerd && prior] vobject: now first
21278: fields, next methods
21279:
21280: 2001-05-08 paf
21281:
21282: * src/main/pa_table.C: table columnname2item on nameless ignored
21283: bark=false. fixed
21284:
21285: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
21286: types/pa_vmethod_frame.h: hash:default works at last!
21287:
21288: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
21289: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
21290: hash:default
21291:
21292: * src/classes/table.C: z
21293:
21294: * src/classes/table.C: table:hash always hash of hash now
21295:
21296: * src/classes/table.C: table:empty return bool now
21297:
21298: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
21299: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21300: types/pa_vtable.h: table:hash
21301:
21302: * src/classes/table.C: table:record have name
21303:
21304: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
21305: returns vunknown
21306:
21307: * src/classes/: double.C, int.C, op.C, string.C:
21308: int,double,string:int[] double[] string:length[] results now have
21309: hames
21310:
21311: * src/: classes/op.C, classes/table.C, main/main.dsp,
21312: types/pa_vtable.h: removed table:find. table:locate and op:eval
21313: now return bool
21314:
21315: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
21316: in method checkparams again. fixed
21317:
21318: 2001-05-07 paf
21319:
21320: * src/doc/chm.cmd: cmd
21321:
21322: * src/: classes/image.C, classes/mail.C, classes/string.C,
21323: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
21324: types/pa_value.h: method reported errors on wrong pool
21325:
21326: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
21327: now
21328:
21329: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
21330: include/code.h, include/pa_opcode.h, main/compile.C,
21331: main/compile_tools.h, main/execute.C, types/pa_value.h,
21332: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21333: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21334: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
21335: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21336: types/pa_vmethod_frame.h, types/pa_vobject.h,
21337: types/pa_vrequest.h, types/pa_vresponse.h,
21338: types/pa_vstateless_class.h, types/pa_vstring.h,
21339: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21340: types/pa_wwrapper.h: pa_code.h
21341:
21342: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
21343:
21344: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
21345: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
21346: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21347: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
21348: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21349: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
21350: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
21351: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
21352: types/pa_vtable.h: dox, split by not clean parts also
21353:
21354: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21355: types/pa_vtable.h: table: fields, then methods. so to enable
21356: 'dir' fields & co. more
21357:
21358: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
21359: so to enable 'dir' fields & co.
21360:
21361: * src/main/compile.y: grammar: @end
21362:
21363: 2001-05-04 paf
21364:
21365: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
21366: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
21367:
21368: * src/: classes/classes.h, classes/double.C, classes/file.C,
21369: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21370: classes/op.C, classes/random.C, classes/response.C,
21371: classes/string.C, classes/table.C, classes/unknown.C,
21372: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
21373: method dox
21374:
21375: 2001-05-03 paf
21376:
21377: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
21378: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21379: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
21380: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21381: doc/string.dox, doc/targets.dox, doc/value.dox,
21382: main/pa_request.C: dox splitted .dox files and added some
21383:
21384: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
21385:
21386: 2001-05-02 paf
21387:
21388: * src/classes/: image.C, table.C: table:dir result are not tainted
21389: by file_name language now
21390:
21391: 2001-04-28 paf
21392:
21393: * src/classes/classes.inc: removed classes.inc
21394:
21395: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
21396: from .am
21397:
21398: * src/classes/classes.awk: skipped classes in .awk
21399:
21400: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
21401: classes/classes.inc, classes/double.C, classes/file.C,
21402: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
21403: classes/string.C, classes/table.C, classes/unknown.C,
21404: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
21405: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
21406: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
21407: pa_methoded back to classes/classes.h
21408:
21409: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
21410:
21411: * src/: classes/Makefile.am, classes/classes.awk,
21412: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
21413: classes/ls.exe, main/bison.exe: classes.inc autogenerator
21414:
21415: * src/: classes/classes.C, classes/classes.h, classes/double.C,
21416: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
21417: classes/response.C, classes/string.C, classes/table.C,
21418: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
21419: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
21420: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
21421: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
21422: include|main/pa_methoded
21423:
21424: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
21425: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
21426:
21427: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
21428: moved some configured data to request::classes_conf moved some
21429: string crations from globals to M... [works]
21430:
21431: * src/: classes/form.C, classes/mail.C, classes/op.C,
21432: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
21433: main/pa_request.C: moved some configured data to
21434: request::classes_conf moved some string crations from globals to
21435: M...
21436:
21437: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
21438: about to move configured data to special request hash
21439:
21440: * src/: classes/classes.C, classes/classes.h, classes/file.C,
21441: classes/form.C, classes/mail.C, include/pa_request.h,
21442: main/pa_request.C: configure started
21443:
21444: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
21445: 2. todo: methoded-configure
21446:
21447: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21448: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21449: classes/_random.h, classes/_response.h, classes/_string.h,
21450: classes/_table.h, classes/_unknown.h, classes/classes.inc,
21451: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21452: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21453: classes/random.C, classes/response.C, classes/string.C,
21454: classes/table.C, classes/unknown.C, include/pa_globals.h,
21455: include/pa_request.h, main/compile.y, main/execute.C,
21456: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21457: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21458: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
21459: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
21460: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21461: types/pa_vrequest.h, types/pa_vresponse.h,
21462: types/pa_vstateless_class.h, types/pa_vstring.h,
21463: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21464: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
21465: methoded-configure
21466:
21467: * src/: classes/file.C, classes/table.C, main/compile.y,
21468: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
21469: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
21470: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
21471:
21472: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
21473: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21474: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21475: classes/random.C, classes/response.C, classes/string.C,
21476: classes/table.C, classes/unknown.C, include/pa_request.h,
21477: main/compile.y, main/execute.C, main/pa_globals.C,
21478: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
21479: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
21480: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
21481: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
21482: beautifying just compiled. todo: debug, configure
21483:
21484: 2001-04-27 paf
21485:
21486: * src/: classes/file.C, classes/image.C, classes/table.C,
21487: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
21488: beautifying -99
21489:
21490: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
21491: classes/_response.h, classes/_unknown.h, classes/classes.C,
21492: classes/classes.h, classes/double.C, classes/file.C,
21493: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21494: classes/op.C, classes/random.C, classes/response.C,
21495: classes/string.C, include/pa_globals.h, main/main.dsp,
21496: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
21497: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21498: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
21499: types/pa_vunknown.h: beautifying -100
21500:
21501: * src/main/compile.y: serge@ found @CLASS bug. fixed
21502:
21503: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
21504: classes/_op.h, classes/_random.h, classes/_table.h,
21505: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
21506: classes/op.C, classes/random.C, classes/response.C,
21507: classes/string.C, classes/table.C, classes/unknown.C,
21508: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21509: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21510: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
21511: beautifying
21512:
21513: 2001-04-26 paf
21514:
21515: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
21516:
21517: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
21518: documentation ++
21519:
21520: * src/: classes/_exec.h, doc/doxygen.cfg,
21521: include/pa_config_fixed.h, include/pa_config_includes.h,
21522: targets/cgi/pa_pool.C: code documentation ++
21523:
21524: * src/: classes/_image.h, classes/op.C, classes/random.C,
21525: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21526: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21527: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
21528: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21529: types/pa_vmethod_frame.h, types/pa_vobject.h,
21530: types/pa_vrequest.C, types/pa_vrequest.h,
21531: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
21532: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
21533: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
21534: code documentation ++
21535:
21536: * src/: classes/image.C, classes/mail.C, classes/string.C,
21537: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
21538: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
21539: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
21540: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21541: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21542: types/pa_vobject.h, types/pa_vstateless_class.h,
21543: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
21544:
21545: * src/main/: pa_request.C, pa_string.C: z
21546:
21547: * src/: include/pa_common.h, include/pa_types.h,
21548: main/pa_sql_driver_manager.C: module [and, guess, isapi]
21549: connection caching fixed. request-pooled-url were stored into
21550: global connectioncache
21551:
21552: 2001-04-25 paf
21553:
21554: * src/: doc/doxygen.cfg, doc/doxygen.txt,
21555: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
21556:
21557: * src/: include/code.h, include/pa_common.h, main/compile.y,
21558: main/execute.C, main/pa_common.C: -d
21559:
21560: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
21561: illegal call check a bit improved, but still under iis no mapping
21562: of dir with parser allowed!
21563:
21564: 2001-04-24 paf
21565:
21566: * src/targets/Makefile.am: apache module lib .am
21567:
21568: * src/main/pa_exec.C: windows32 buildCommand
21569:
21570: 2001-04-23 paf
21571:
21572: * src/targets/cgi/Makefile.am: win32 conditional
21573:
21574: * src/targets/cgi/Makefile.am: win32 conditional
21575:
21576: * src/targets/cgi/Makefile.am: liblink
21577:
21578: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
21579: vfile fields return type
21580:
21581: * src/types/pa_vfile.h: vfile fields return type
21582:
21583: * src/include/pa_config_auto.h.in: .h.in
21584:
21585: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
21586: types/Makefile: makefiles removed
21587:
21588: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
21589: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
21590:
21591: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
21592: [tested: i & g ]
21593:
21594: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
21595: @test noticed series in isapi, check how initialize_random_class
21596: is called! [must be called only once]
21597:
21598: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
21599: would not be 'unknown column'
21600:
21601: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
21602: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
21603:
21604: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
21605: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
21606: [now doesnt]
21607:
21608: * src/targets/cgi/parser3.C: cgi cmdline ver
21609:
21610: * src/targets/cgi/parser3.C: cgi /// @test disable
21611: /cgi-bin/parser3/auto.p
21612:
21613: * src/main/untaint.C: untaint without charset
21614:
21615: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21616: main/pa_common.C: common: file_write /// @test mkdirs
21617: file_delete rmdirs
21618:
21619: * src/main/untaint.C: mail header only once to =?
21620:
21621: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
21622: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
21623: main/untaint.C: untaint - @test optimize whitespaces for
21624: all but 'html'
21625:
21626: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
21627: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
21628: main/untaint.C: untaint - @test mail-header
21629:
21630: 2001-04-20 paf
21631:
21632: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21633: include/pa_request.h, include/pa_string.h, main/compile.y,
21634: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21635: targets/cgi/parser3.C: $MAIN:LOCALE
21636:
21637: * src/main/untaint.C: z
21638:
21639: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
21640:
21641: 2001-04-19 paf
21642:
21643: * src/main/compile_tools.h: $a$b bugfix
21644:
21645: * src/targets/cgi/parser3.C: z
21646:
21647: * src/classes/file.C: z
21648:
21649: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
21650: done: header to $fields. waits for header '\' tricks
21651:
21652: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
21653: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
21654: changed urlencode here and in untaint.C to HTTP standard's " and
21655: \" mech
21656:
21657: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
21658: http://alx/~paf/ doesnt load /auto.p
21659:
21660: 2001-04-18 paf
21661:
21662: * src/main/pa_request.C: 1
21663:
21664: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
21665: linux @alx
21666:
21667: 2001-04-17 paf
21668:
21669: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
21670: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
21671: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
21672: enabled
21673:
21674: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21675: classes/_exec.h, classes/_file.h, classes/_form.h,
21676: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21677: classes/_random.h, classes/_response.h, classes/_string.h,
21678: classes/_table.h, classes/_unknown.h, classes/file.C,
21679: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
21680: include/pa_config_fixed.h, include/pa_config_includes.h,
21681: include/pa_hash.h, include/pa_sql_driver_manager.h,
21682: include/pa_version.h, main/Makefile.am, main/compile.y,
21683: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
21684: main/pa_sql_driver_manager.C, sql/Makefile.am,
21685: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
21686: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
21687: types/pa_vform.C, types/pa_vimage.h: exec @jav
21688:
21689: * src/: include/pa_sql_driver_manager.h,
21690: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21691: types/pa_vimage.h: sql driver interface now has initialize(client
21692: .so)
21693:
21694: 2001-04-16 paf
21695:
21696: * src/Makefile.am: compile2 cygwin
21697:
21698: * src/: include/pa_config_includes.h, main/pa_exec.C,
21699: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
21700:
21701: * src/targets/cgi/Makefile.am: compile0 jav
21702:
21703: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21704: classes/_exec.h, classes/_file.h, classes/_form.h,
21705: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21706: classes/_random.h, classes/_response.h, classes/_string.h,
21707: classes/_table.h, classes/_unknown.h, classes/image.C,
21708: classes/mail.C, classes/op.C, classes/random.C,
21709: include/pa_config_fixed.h, include/pa_config_includes.h,
21710: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
21711: main/compile.y, main/pa_common.C, main/pa_exec.C,
21712: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
21713: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
21714: compile-1
21715:
21716: 2001-04-15 paf
21717:
21718: * src/classes/op.C: z
21719:
21720: * src/classes/table.C: table:empty +=process
21721:
21722: * src/types/pa_value.h: MethodParams !junction
21723:
21724: * src/: classes/_string.h, classes/double.C, classes/file.C,
21725: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21726: classes/random.C, classes/response.C, classes/string.C,
21727: classes/table.C, classes/unknown.C, main/pa_request.C:
21728: MethodParams everywhere
21729:
21730: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
21731: types/pa_vmethod_frame.h: MethodParams in op.C
21732:
21733: 2001-04-12 paf
21734:
21735: * src/: classes/image.C, types/pa_vimage.h: image:font :text
21736:
21737: * src/: classes/_unknown.h, classes/unknown.C,
21738: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21739: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
21740:
21741: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
21742:
21743: * src/classes/image.C: image:gif now does not have params
21744:
21745: * src/classes/image.C:
21746: image:line/fill/rectangle/bar/replace/polygon/polybar
21747:
21748: * src/: classes/image.C, classes/op.C, main/execute.C,
21749: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
21750: for var now written not to r.wcontext, but to r.root cleared
21751: "entered_object" state
21752:
21753: 2001-04-11 paf
21754:
21755: * src/classes/image.C: image:create image:load
21756:
21757: * src/: classes/image.C, main/main.dsp: gd with mem write + image
21758: just compiled
21759:
21760: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21761: todo: gif without file
21762:
21763: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21764: started porting to Pooled descendant
21765:
21766: * src/: classes/image.C, main/execute.C, main/main.dsp,
21767: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
21768: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
21769: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
21770:
21771: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
21772: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
21773: end. switching to python imaging lib
21774:
21775: * src/main/main.dsp: gd+smtp made separate libs
21776:
21777: * src/: include/pa_globals.h, include/pa_string.h,
21778: main/pa_common.C, main/pa_request.C, main/untaint.C,
21779: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
21780: length
21781:
21782: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
21783: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
21784: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
21785: UL_FILE_NAME of posted file name
21786:
21787: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
21788: post [broke when moved post read to core]
21789:
21790: 2001-04-10 paf
21791:
21792: * src/classes/image.C: image:html done
21793:
21794: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
21795:
21796: * src/classes/image.C: z
21797:
21798: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
21799: forgotten!
21800:
21801: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
21802: main/pa_request.C, main/pa_string.C, main/untaint.C,
21803: types/pa_vimage.h: image:measure -90
21804:
21805: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21806: classes/_int.h, classes/_mail.h, classes/_op.h,
21807: classes/_random.h, classes/_response.h, classes/_string.h,
21808: classes/_table.h, classes/file.C, classes/mail.C,
21809: include/pa_common.h, include/pa_globals.h, main/execute.C,
21810: main/main.dsp, main/pa_common.C, main/pa_globals.C,
21811: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
21812: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
21813: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
21814: compiled
21815:
21816: * src/classes/mail.C: minor bug with unclear from/to
21817:
21818: * src/classes/mail.C: sendmail unix skipping defaults
21819:
21820: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
21821: sendmail unix added defaults
21822:
21823: * src/classes/mail.C: unix sendmail compiled. todo:testing
21824:
21825: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
21826:
21827: 2001-04-09 paf
21828:
21829: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
21830: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
21831: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21832: targets/isapi/parser3isapi.dsp: all targets exec
21833:
21834: * src/: include/pa_sapi.h, include/pa_string.h,
21835: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21836: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
21837: args in apache:util.script
21838:
21839: * src/include/pa_string.h: written but not tested exec with env for
21840: unix
21841:
21842: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
21843: targets/cgi/parser3.C: exec win32 env
21844:
21845: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
21846: 0
21847:
21848: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
21849: main/execute.C, main/main.dsp, main/pa_globals.C,
21850: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
21851: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
21852:
21853: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
21854: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
21855:
21856: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
21857: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
21858:
21859: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
21860: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
21861: main/pa_common.C, main/pa_request.C, main/pa_string.C,
21862: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21863: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
21864: exec class just compiled. moved post read to request core
21865:
21866: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
21867: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
21868: main/pa_globals.C, targets/cgi/parser3.C,
21869: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
21870: are already read by vform
21871:
21872: 2001-04-08 paf
21873:
21874: * src/: classes/file.C, classes/mail.C, classes/string.C,
21875: include/pa_request.h, include/pa_string.h, main/pa_request.C:
21876: uuencode. string<<
21877:
21878: 2001-04-07 paf
21879:
21880: * src/classes/mail.C: z
21881:
21882: * src/classes/mail.C: z
21883:
21884: * src/classes/mail.C: ^mail[$attach
21885:
21886: * src/classes/mail.C: ^attach dead end
21887:
21888: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
21889: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21890: targets/isapi/parser3isapi.C: mail:send 1
21891:
21892: * src/: classes/mail.C, main/pa_request.C: z
21893:
21894: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
21895: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
21896: compiled
21897:
21898: * src/classes/mail.C: +=
21899:
21900: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
21901: prepared
21902:
21903: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
21904: include/pa_globals.h, include/pa_string.h, main/main.dsp,
21905: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21906: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
21907:
21908: 2001-04-06 paf
21909:
21910: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
21911: main/pa_string.C: table:dir 1
21912:
21913: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
21914: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
21915:
21916: * src/: classes/_op.h, classes/_root.h, classes/op.C,
21917: classes/root.C, include/pa_globals.h, include/pa_request.h,
21918: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
21919: main/pa_request.C: renamed 'root' to 'op'
21920:
21921: * src/classes/: _op.h, op.C: renamed from 'root'
21922:
21923: * src/types/pa_valiased.C: another root inherititance skipped
21924:
21925: * src/main/: compile.C, compile.y, execute.C: operators are now not
21926: root methods of parent class. just 'ROOT' class
21927:
21928: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
21929: @office
21930:
21931: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
21932:
21933: 2001-04-05 paf
21934:
21935: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
21936: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
21937: constructor flag dropped at get_method_frame and remembered into
21938: method_frame
21939:
21940: * src/: classes/file.C, classes/root.C, classes/string.C,
21941: classes/table.C, main/pa_request.C: junction to code&expression
21942: in errors
21943:
21944: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
21945: main/pa_string.C, targets/isapi/parser3isapi.dsp:
21946: $LOCALE:ctype[Russian_Russia.1251]
21947:
21948: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21949: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
21950: main/pa_table.C: hash now not thread-safe.
21951:
21952: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
21953: main/untaint.C: z
21954:
21955: * src/: classes/random.C, classes/root.C, classes/table.C,
21956: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
21957: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
21958: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
21959: types/pa_wcontext.h: sql quote. string untaint UL_SQL
21960:
21961: * src/: classes/table.C, include/pa_sql_connection.h,
21962: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
21963:
21964: * src/classes/table.C: select * from hren error contains statement
21965:
21966: * src/: classes/table.C, include/pa_sql_connection.h,
21967: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
21968: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
21969:
21970: * src/: classes/root.C, include/pa_sql_connection.h,
21971: include/pa_sql_driver.h, main/main.dsp,
21972: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
21973: services for conv memory & error reporting
21974:
21975: 2001-04-04 paf
21976:
21977: * src/doc/doxygen.cfg: z
21978:
21979: * src/include/pa_sql_driver.h: mysql connect
21980:
21981: * src/include/pa_sql_driver.h: mysql info
21982:
21983: * src/: classes/root.C, include/pa_sql_driver.h,
21984: include/pa_sql_driver_manager.h, main/main.dsp,
21985: main/pa_sql_driver_manager.C: more manager&connection&driver
21986:
21987: * src/sql/Makefile.am: forgot to add mysql client
21988:
21989: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
21990: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
21991: [forgot to add libltdl, added]
21992:
21993: * src/: Makefile.am, classes/root.C, classes/string.C,
21994: classes/table.C, include/pa_globals.h, include/pa_hash.h,
21995: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
21996: include/pa_string.h, include/pa_table.h, main/main.dsp,
21997: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
21998: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
21999: -1000 just compiled
22000:
22001: * src/: classes/random.C, classes/root.C, classes/table.C,
22002: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
22003: main/pa_request.C, types/pa_vclass.h: sql frame -10
22004:
22005: 2001-04-03 paf
22006:
22007: * src/types/pa_vform.C: z
22008:
22009: * src/: classes/string.C, types/pa_vform.C: string:match replace
22010: assigned lang
22011:
22012: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
22013: {}[]< empty []
22014:
22015: * src/: classes/file.C, classes/string.C, classes/table.C,
22016: include/pa_string.h, main/pa_common.C, main/pa_string.C,
22017: main/untaint.C: string:match replace 2. string.cstr(forced lang)
22018:
22019: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22020: string:match replace strange matches
22021:
22022: * src/classes/string.C: string:match replace 0
22023:
22024: * src/: classes/string.C, main/pa_string.C: string:match replace
22025: prepared 2
22026:
22027: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22028: string:match replace prepared
22029:
22030: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22031: string:match replace -11
22032:
22033: * src/: classes/string.C, include/pa_globals.h,
22034: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
22035: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
22036:
22037: * src/: classes/string.C, include/pa_globals.h,
22038: include/pa_string.h, main/main.dsp, main/pa_globals.C,
22039: main/pa_string.C: string:match [search] -1 just compiled
22040:
22041: * src/types/pa_vstring.C: z
22042:
22043: * src/: classes/double.C, classes/file.C, classes/form.C,
22044: classes/int.C, classes/response.C, classes/root.C,
22045: classes/string.C, classes/table.C, include/pa_string.h,
22046: main/pa_string.C: string:match -10 [frame]
22047:
22048: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
22049: main/pa_request.C: z
22050:
22051: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
22052: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
22053: todo/tests
22054:
22055: * src/include/pa_common.h: z
22056:
22057: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
22058: main/pa_request.C, targets/cgi/parser3.C,
22059: targets/isapi/parser3isapi.C, types/pa_vfile.C:
22060: content-disposition
22061:
22062: * src/: include/pa_common.h, include/pa_globals.h,
22063: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22064: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
22065:
22066: * src/: include/pa_common.h, include/pa_request.h,
22067: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
22068: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22069: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
22070: response:body
22071:
22072: * src/classes/table.C: table:append now uses string::split
22073:
22074: * src/classes/table.C: z
22075:
22076: * src/: classes/file.C, classes/root.C, classes/string.C,
22077: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
22078: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
22079: include/pa_string.h, main/execute.C, main/pa_string.C,
22080: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
22081: string::pos & cmp & piece bugs fixed. string::split new
22082: table:load separated from set table:set implemented with clean \n
22083: \t searches
22084:
22085: 2001-04-02 paf
22086:
22087: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22088: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
22089: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22090: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
22091: it in table:set/load
22092:
22093: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
22094: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
22095:
22096: * src/classes/random.C: random:generate 1
22097:
22098: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
22099: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22100: types/pa_value.h: random:generate
22101:
22102: 2001-03-30 paf
22103:
22104: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
22105: todo: table flip and append. string::pos
22106:
22107: * src/: classes/double.C, classes/file.C, classes/int.C,
22108: classes/response.C, classes/root.C, classes/string.C,
22109: classes/table.C, main/compile.y, main/execute.C,
22110: types/pa_value.h, types/pa_vstateless_class.C,
22111: types/pa_vstateless_class.h: static|dynamic|any method
22112: registration
22113:
22114: * src/: classes/file.C, classes/table.C, include/pa_table.h,
22115: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
22116: table:flip
22117:
22118: 2001-03-29 paf
22119:
22120: * src/classes/string.C: string:xsplit forgot that they must result
22121: in 1 row N column [not vice versa]
22122:
22123: * src/classes/string.C: z
22124:
22125: * src/classes/string.C: string: rsplit
22126:
22127: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22128: string: lsplit
22129:
22130: * src/: classes/string.C, include/pa_string.h, main/execute.C,
22131: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
22132: lsplit -1
22133:
22134: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
22135: string: pos
22136:
22137: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22138: string: pos -1
22139:
22140: * src/: classes/string.C, classes/table.C, include/pa_string.h,
22141: main/compile.y, main/pa_request.C, main/pa_string.C,
22142: main/untaint.C: string: left right mid
22143:
22144: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
22145: main/compile_tools.h, main/main.dsp, types/pa_value.h,
22146: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
22147: and [;] are different now.
22148:
22149: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22150: main/untaint.C: pool.request undone
22151:
22152: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22153: main/untaint.C: pool.request
22154:
22155: 2001-03-28 paf
22156:
22157: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22158: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22159: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
22160: $request:browser [.type .version]; unknown.get_double now = 0.
22161:
22162: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22163: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
22164: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
22165: types/pa_vform.C: file:load autodetection of mime-type by
22166: user-file-name
22167:
22168: * src/: classes/file.C, main/execute.C, main/pa_common.C,
22169: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
22170: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
22171:
22172: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22173: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
22174: write. must be self.set
22175:
22176: * src/: classes/file.C, classes/root.C, classes/table.C,
22177: include/pa_table.h, main/pa_table.C: table:locate1, file:test
22178:
22179: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
22180: include/pa_table.h, main/pa_array.C, main/pa_table.C,
22181: types/pa_vtable.h: table:locate just compiled
22182:
22183: 2001-03-27 paf
22184:
22185: * src/main/: execute.C, pa_common.C: fixed r/w context of
22186: code-params2, fixed ntfs hardlink slow dir update
22187:
22188: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
22189: types/pa_wcontext.h: fixed r/w context of code-params
22190:
22191: * src/: classes/table.C, main/execute.C: about to change junction
22192: rcontext!!
22193:
22194: * src/: classes/double.C, classes/int.C, classes/root.C,
22195: classes/string.C, classes/table.C, main/compile_tools.C,
22196: main/execute.C, main/pa_request.C, main/untaint.C,
22197: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
22198: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22199: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
22200: types/pa_vunknown.h: sort 0
22201:
22202: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
22203: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
22204: renamed to are_static_calls_disabled
22205:
22206: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
22207: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
22208: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22209: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
22210:
22211: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
22212:
22213: * src/: classes/table.C, include/pa_common.h, main/compile.y:
22214: started table:sort fixed minor bug in #...^{
22215:
22216: * src/: classes/table.C, include/pa_common.h, main/compile.y,
22217: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
22218: decided to have as it were. stepped back. grammar: added 'in'
22219: 'is' 'lt'&co follow-space check
22220:
22221: 2001-03-26 paf
22222:
22223: * src/: classes/file.C, classes/root.C, classes/table.C,
22224: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
22225: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22226: main/pa_table.C: moved ::save to pa_table. disabled @auto
22227: invocation in ^process
22228:
22229: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
22230:
22231: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
22232: main/pa_array.C: table:record
22233:
22234: * src/: main/untaint.C, targets/cgi/parser3.C,
22235: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22236: targets/isapi/pool_storage.h, types/pa_valiased.h,
22237: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
22238: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
22239: types/pa_vtable.h: z
22240:
22241: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
22242: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
22243: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22244: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
22245: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
22246: method realisations on 'self' validity - they now can simply
22247: assume that 'self' is V{Proper} .
22248:
22249: 2001-03-25 paf
22250:
22251: * src/main/untaint.C: z
22252:
22253: * src/main/: pa_request.C, untaint.C: moved default typo-table to
22254: lowlevel - it initialization could be skipped if failed in @auto.
22255: so that exception report would use some table
22256:
22257: * src/main/pa_request.C: table empty lines ignored. system-default
22258: content type assigned in output:result [can fail in main:auto and
22259: skipped normal defaults extraction]
22260:
22261: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
22262: bug
22263:
22264: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
22265: processing to table [except preliminary \r\n \r \n replacements
22266: to "\n"]
22267:
22268: * src/: classes/table.C, main/untaint.C: html-typo - decided to
22269: move all the processing to table
22270:
22271: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
22272: main/pa_table.C, main/untaint.C: returned table originating.
22273: useful for reporting typo table problems origin. think would be
22274: useful somewhere else
22275:
22276: * src/main/untaint.C: typo \r \r\n \n properly handled
22277:
22278: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
22279: include/pa_table.h, main/compile.y, main/compile_tools.C,
22280: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
22281: main/pa_string.C, main/pa_table.C, main/untaint.C,
22282: types/pa_vcookie.h: typo & typo-default
22283:
22284: 2001-03-24 paf
22285:
22286: * src/main/pa_common.C: z
22287:
22288: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22289: targets/cgi/parser3.C: html-typo 2
22290:
22291: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
22292: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
22293: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
22294: main/execute.C, main/pa_array.C, main/pa_globals.C,
22295: main/pa_request.C, main/pa_string.C, main/untaint.C,
22296: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22297: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
22298: noticed double default content-type prob. run cgi.cmd tomorrow
22299: first html-typo sample. detected << problem: they become ltlt too
22300: fast
22301:
22302: * src/main/compile.y: z
22303:
22304: * src/main/: compile.y, compile_tools.h: #comment
22305:
22306: * src/: classes/file.C, classes/root.C, classes/table.C,
22307: include/pa_common.h, include/pa_request.h, main/compile.y,
22308: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22309: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
22310: stringified
22311:
22312: * src/types/pa_valiased.C: decided to String-ify file_read
22313:
22314: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
22315: isapi/parser3isapi.dsp: cgi: sapi::log
22316:
22317: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
22318: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
22319: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
22320: error log experiments failed - cgi under iis got no access to
22321: log. registereventsource simply failed with 5(illegal call) code,
22322: while worked OK as standalone executable. isapi: used
22323: HSE_APPEND_LOG_PARAMETER feature
22324:
22325: * src/: include/pa_common.h, include/pa_globals.h,
22326: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22327: targets/isapi/parser3isapi.C: fixed default content-type
22328: allocation storage
22329:
22330: * src/: include/pa_globals.h, include/pa_request.h,
22331: main/pa_globals.C, main/pa_request.C: z
22332:
22333: * src/: include/pa_array.h, include/pa_hash.h,
22334: include/pa_request.h, main/compile.y, main/pa_array.C,
22335: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22336: types/pa_vcookie.C: cyclic uses ignored. defaulted default
22337: content-type
22338:
22339: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
22340: sanity
22341:
22342: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
22343: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
22344: away freeze mech. no danger now for you can't do
22345: ^request:process[@new-method[] body] trick anymore. still
22346: remains $some_instance.process[@new-method[] possibility] but
22347: would leave it as a feature. see index for sample
22348:
22349: * src/: include/pa_common.h, main/pa_common.C,
22350: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
22351: monkey every target
22352:
22353: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22354: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
22355: types/pa_vform.C, types/pa_vform.h: auto.p monkey
22356:
22357: 2001-03-23 paf
22358:
22359: * src/: include/pa_pool.h, main/pa_request.C,
22360: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
22361: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22362: targets/isapi/pool_storage.h: isapi: dumb pool storage
22363:
22364: * src/targets/isapi/pa_pool.C: decided to continue with extension
22365:
22366: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
22367: it would be better to rewrite as filter then to deal with pool
22368:
22369: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
22370: now like in cgi, not from APPL_PHYSICAL_PATH
22371:
22372: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22373: include/pa_config_fixed.h, include/pa_config_includes.h,
22374: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
22375: include/pa_version.h, main/compile.y, main/execute.C,
22376: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
22377: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22378: main/untaint.C, targets/cgi/parser3.C,
22379: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
22380: cgi: reinvent document_root and request_uri under iis. autoconf
22381: updated. introducing ap_config_includes
22382:
22383: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
22384:
22385: * src/targets/cgi/parser3.C: cgi: only one pool now
22386:
22387: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
22388: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22389: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22390: types/pa_venv.h, types/pa_vform.C: sapi made object
22391:
22392: * src/: include/pa_globals.h, main/pa_request.C,
22393: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22394: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22395: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
22396:
22397: * src/: main/pa_request.C, targets/cgi/parser3.C,
22398: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22399: isapi minor env beauty
22400:
22401: * src/: main/pa_request.C, targets/cgi/parser3.C,
22402: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22403: isapi document_root 0
22404:
22405: 2001-03-22 paf
22406:
22407: * src/targets/isapi/parser3isapi.C: isapi keep-alive
22408:
22409: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
22410: isapi/parser3isapi.C: z
22411:
22412: * src/: include/pa_pool.h, main/pa_request.C,
22413: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
22414:
22415: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
22416: kill.pl: isapi added utils
22417:
22418: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
22419: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22420: types/pa_vform.C: isapi 0
22421:
22422: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
22423: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22424: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22425: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
22426: started isapi
22427:
22428: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
22429: some comments
22430:
22431: * src/: include/pa_globals.h, include/pa_request.h,
22432: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
22433: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
22434: parser_root_auto_path parser_site_auto_path
22435:
22436: * src/types/pa_vcookie.C: cookie attr decoded
22437:
22438: 2001-03-21 paf
22439:
22440: * src/targets/cgi/parser3.C: z
22441:
22442: * src/include/pa_globals.h: post. todo: config of auto.p path
22443:
22444: * src/: include/pa_globals.h, targets/cgi/parser3.C,
22445: types/pa_venv.h: in cookie & env. todo:post
22446:
22447: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
22448: classes/root.C, classes/table.C, include/pa_array.h,
22449: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
22450: include/pa_request.h, include/pa_string.h, main/Makefile.am,
22451: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
22452: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22453: main/pa_table.C, main/untaint.C, targets/Makefile.am,
22454: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22455: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
22456: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
22457: shifted apache branch on main trunc
22458:
22459: * src/: include/pa_common.h, include/pa_globals.h,
22460: include/pa_pool.h, include/pa_request.h, main/main.dsp,
22461: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
22462: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
22463: starting mod_parser3
22464:
22465: * src/targets/cgi/parser3.C: starting mod_parser3
22466:
22467: 2001-03-20 paf
22468:
22469: * src/: main/pa_common.C, targets/cgi/Makefile.am,
22470: targets/cgi/parser3.C: automake compiled and works. todo:make
22471: win32 ifdefs work and add ifdef unistd
22472:
22473: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
22474: main/Makefile.am, main/pa_common.C, main/pa_request.C,
22475: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
22476: z
22477:
22478: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
22479: main/execute.C, main/pa_common.C, types/Makefile.am: removing
22480: locking
22481:
22482: * src/: classes/Makefile.am, types/Makefile.am: z
22483:
22484: * src/: Makefile.am, classes/file.C, classes/root.C,
22485: classes/table.C, include/pa_array.h, include/pa_request.h,
22486: include/pa_string.h, main/Makefile.am, main/execute.C,
22487: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22488: main/pa_string.C, main/untaint.C, targets/Makefile.am,
22489: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22490: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
22491:
22492: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22493: main/pa_request.C, types/pa_vfile.h: ^table:save
22494:
22495: * src/: classes/file.C, classes/table.C, include/pa_array.h,
22496: include/pa_common.h, include/pa_request.h, include/pa_string.h,
22497: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
22498: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
22499: types/pa_vform.h: z
22500:
22501: * src/include/pa_string.h: z
22502:
22503: * src/: classes/_request.h, classes/request.C, main/main.dsp,
22504: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
22505: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22506: :Value
22507:
22508: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
22509: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22510: :VStateless_object
22511:
22512: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
22513: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
22514: :VStateless_object
22515:
22516: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22517: types/pa_valiased.C, types/pa_vform.h: commented VForm
22518:
22519: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
22520: types/pa_valiased.h, types/pa_value.h,
22521: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22522: types/pa_vstateless_object.h: moved common get_element part from
22523: stateless object&class into VAliased
22524:
22525: * src/: classes/_env.h, classes/_table.h, classes/env.C,
22526: classes/table.C, main/execute.C, main/main.dsp,
22527: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
22528: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
22529: now :Value
22530:
22531: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
22532: main/execute.C, main/main.dsp, main/pa_globals.C,
22533: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
22534:
22535: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
22536: doxx
22537:
22538: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
22539: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22540: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
22541: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
22542: and ^file:save
22543:
22544: 2001-03-19 paf
22545:
22546: * src/types/pa_vfile.C: z
22547:
22548: * src/: classes/file.C, classes/request.C, classes/table.C,
22549: include/pa_string.h, main/main.dsp, main/pa_pool.C,
22550: main/pa_request.C, main/untaint.C, types/pa_value.h,
22551: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
22552:
22553: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
22554: include/pa_string.h, include/pa_table.h, main/main.dsp,
22555: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
22556: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
22557: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
22558: classes/_file.h, classes/file.C, types/pa_vfile.C,
22559: types/pa_vfile.h: file class just compiled
22560:
22561: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
22562: include/pa_table.h, include/pa_types.h, main/execute.C,
22563: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22564: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
22565: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
22566:
22567: * src/include/pa_pool.h: z
22568:
22569: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
22570: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
22571: Hash::Value to Val so to doxygen would finlly stop confusing
22572: those Value-s
22573:
22574: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
22575: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
22576: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22577: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22578: include/pa_types.h, main/compile.C, main/compile.y,
22579: main/compile_tools.C, main/compile_tools.h, main/execute.C,
22580: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
22581: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
22582: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22583: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
22584:
22585: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
22586: derivates somehow unlinked. don't know why yet
22587:
22588: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
22589: include/pa_string.h, include/pa_threads.h, main/compile.C,
22590: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22591: main/execute.C, main/pa_array.C, main/pa_common.C,
22592: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
22593: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22594: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
22595:
22596: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
22597: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
22598: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
22599: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
22600: types/pa_vrequest.h: doc: detected Value derivates prob
22601:
22602: * src/include/pa_globals.h: z
22603:
22604: * src/: classes/_request.h, classes/request.C, include/code.h,
22605: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
22606: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
22607: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
22608: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22609: main/execute.C, main/pa_pool.C, main/pa_request.C,
22610: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22611: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
22612:
22613: 2001-03-18 paf
22614:
22615: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
22616: cookie: allowed access to hash-assigned
22617:
22618: * src/targets/cgi/parser3.C: z
22619:
22620: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
22621: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
22622: include/pa_types.h, main/main.dsp, main/pa_common.C,
22623: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22624: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22625: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
22626: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22627: types/pa_vunknown.h: cookie class
22628:
22629: * src/main/pa_request.C: zero length output allowed
22630:
22631: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
22632: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
22633:
22634: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
22635: lang switch
22636:
22637: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
22638: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22639: types/pa_value.h, types/pa_vhash.h:
22640: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
22641:
22642: * src/main/execute.C: z
22643:
22644: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
22645: targets/cgi/parser3.C: taint[uri
22646:
22647: * src/: classes/request.C, classes/response.C, classes/root.C,
22648: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22649: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
22650: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
22651:
22652: * src/: classes/root.C, classes/string.C, include/pa_string.h,
22653: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22654: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
22655: types/pa_vstateless_class.C: convinient string(pool, char *src,
22656: bool tainted) ctor
22657:
22658: * src/: include/pa_hash.h, include/pa_request.h,
22659: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
22660: main/pa_request.C, main/pa_string.C, main/untaint.C,
22661: targets/cgi/parser3.C: proper @exceptions params tainting
22662:
22663: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
22664: response fields to header
22665:
22666: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22667: z
22668:
22669: * src/: classes/_response.h, classes/response.C,
22670: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22671: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
22672: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22673: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
22674: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
22675: $response: 0 request::core exception rethrow
22676:
22677: 2001-03-16 paf
22678:
22679: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
22680: types/pa_vrequest.h: native method' class call with less params
22681: then needed error reporting
22682:
22683: * src/: classes/_request.h, classes/request.C,
22684: include/pa_globals.h, include/pa_request.h, main/execute.C,
22685: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22686: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
22687: types/pa_vrequest.h: $request : query :uri
22688:
22689: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
22690: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
22691: types/pa_wcontext.h: $result
22692:
22693: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
22694:
22695: * src/: classes/double.C, include/code.h, main/compile.y,
22696: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
22697: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
22698:
22699: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
22700: main/compile.y, main/execute.C, types/pa_value.h,
22701: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
22702: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
22703: wcontext conflict
22704:
22705: * src/: main/execute.C, types/pa_value.h,
22706: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
22707: $string.field
22708:
22709: 2001-03-15 paf
22710:
22711: * src/main/pa_request.C: news sample
22712:
22713: * src/: main/compile.y, main/execute.C, main/pa_request.C,
22714: targets/cgi/parser3.C, types/pa_vstring.h: @exception
22715:
22716: * src/main/: compile.y, execute.C: z
22717:
22718: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
22719: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
22720: pre pre works
22721:
22722: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22723: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
22724: fillfields just compiled
22725:
22726: 2001-03-14 paf
22727:
22728: * src/: include/pa_request.h, main/pa_request.C,
22729: targets/cgi/parser3.C: z
22730:
22731: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22732: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
22733: types/pa_vstring.h: limits -1
22734:
22735: * src/: include/pa_globals.h, include/pa_request.h,
22736: include/pa_types.h, main/main.dsp, main/pa_globals.C,
22737: main/pa_request.C, targets/cgi/parser3.C,
22738: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
22739: request_info -1
22740:
22741: * src/: include/pa_globals.h, main/pa_globals.C,
22742: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22743: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
22744: vform_fields_fill
22745:
22746: * src/targets/cgi/parser3.C: # if MSVC
22747:
22748: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
22749: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
22750:
22751: * src/targets/cgi/parser3.C: z
22752:
22753: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
22754: include/pa_string.h, include/pa_types.h, main/compile.y,
22755: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
22756: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
22757: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
22758: types/pa_vunknown.h: global handler, exceptions in parser3
22759:
22760: 2001-03-13 paf
22761:
22762: * src/: classes/form.C, main/compile.y, main/core.C,
22763: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
22764: types/pa_vform.h, types/pa_vstateless_class.C,
22765: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
22766: instead
22767:
22768: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22769: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
22770: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
22771: started cgi target
22772:
22773: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22774: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
22775: before error show with parser
22776:
22777: * src/: classes/_form.h, classes/form.C, include/core.h,
22778: include/pa_request.h, main/core.C, main/pa_request.C,
22779: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
22780:
22781: * src/targets/cgi/: parser.dsp, parser3.dsp: z
22782:
22783: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
22784: parser3.C: renamed targets/ parser to cgi
22785:
22786: * src/: classes/double.C, classes/env.C, classes/int.C,
22787: classes/root.C, classes/string.C, classes/table.C,
22788: include/pa_request.h, types/pa_vhash.h: z
22789:
22790: * src/: classes/_env.h, classes/env.C, classes/root.C,
22791: include/core.h, include/pa_pool.h, include/pa_request.h,
22792: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
22793: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22794: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
22795: [historical moment :)]
22796:
22797: * src/: include/code.h, include/pa_string.h, main/compile.y,
22798: main/execute.C, main/pa_string.C: 'value is type' expr operator
22799:
22800: * src/types/pa_venv.h: $ENV 1
22801:
22802: * src/main/execute.C: z
22803:
22804: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
22805: future methods of ENV constructor if
22806:
22807: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
22808: class
22809:
22810: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22811: classes/_root.h, classes/_string.h, classes/_table.h,
22812: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22813: classes/string.C, classes/table.C, include/pa_request.h,
22814: main/compile.C, main/compile_tools.h, main/core.C,
22815: main/execute.C, main/main.dsp, main/pa_request.C,
22816: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22817: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22818: types/pa_vobject.h, types/pa_vstateless_class.C,
22819: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22820: types/pa_wcontext.h: $ENV: re 0, stateless classes
22821:
22822: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22823: classes/_root.h, classes/_string.h, classes/_table.h,
22824: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22825: classes/string.C, classes/table.C, include/pa_request.h,
22826: main/compile.C, main/compile_tools.h, main/core.C,
22827: main/execute.C, main/main.dsp, main/pa_request.C,
22828: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22829: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22830: types/pa_vobject.h, types/pa_vstateless_class.C,
22831: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22832: types/pa_wcontext.h: $ENV: re 0, stateless classes
22833:
22834: * src/: include/pa_request.h, main/compile.C, main/execute.C,
22835: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
22836: yesterdays bad decision on execute_static_method
22837:
22838: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
22839:
22840: * src/: classes/double.C, classes/int.C, classes/root.C,
22841: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
22842:
22843: * src/main/pa_request.C: z
22844:
22845: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22846: include/pa_pool.h: skipped_restructure_exceptions_dead_end
22847:
22848: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22849: include/pa_pool.h, main/pa_request.C:
22850: restructure_exceptions_dead_end
22851:
22852: * src/: classes/root.C, main/compile.y: ^if required junctions.
22853: allowed ; inside {} to break params
22854:
22855: * src/classes/root.C: ^eval
22856:
22857: * src/: classes/_string.h, classes/double.C, classes/int.C,
22858: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
22859: string ^format
22860:
22861: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
22862: 'bad' but not 'enough'
22863:
22864: * src/: classes/double.C, classes/root.C, classes/table.C,
22865: include/pa_common.h, include/pa_types.h, main/compile.y,
22866: main/pa_common.C, main/pa_request.C, main/untaint.C,
22867: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
22868: types/pa_wwrapper.h: think constructing flag as is is bad
22869:
22870: * src/: classes/double.C, classes/int.C, classes/root.C,
22871: classes/string.C, classes/table.C, main/core.C, main/execute.C,
22872: types/pa_vint.h: ^for
22873:
22874: 2001-03-12 paf
22875:
22876: * src/classes/table.C: table ^empty
22877:
22878: * src/: classes/table.C, include/pa_table.h: table ^menu
22879:
22880: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
22881: ^offset ^line ^count
22882:
22883: * src/classes/root.C: ^round() ^floor() ^ceiling()
22884: ^abs() ^sign()
22885:
22886: * src/classes/: root.C, table.C: ^use
22887:
22888: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22889: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
22890: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22891: ^while. switched off wcontext.constructing after write(value) or
22892: auto-vhash-constructing
22893:
22894: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22895: main/pa_request.C: fail_if_junction_ helper func
22896:
22897: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22898: include/pa_request.h, main/execute.C, main/main.dsp,
22899: main/pa_common.C, main/pa_request.C: ^process error point by
22900: actual method_name, not source. ^load
22901:
22902: * src/types/pa_vtable.h: table: no, better with string in cells...
22903:
22904: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
22905: classes/_table.h, classes/table.C, main/untaint.C: z
22906:
22907: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
22908: include/pa_table.h, main/core.C, main/execute.C,
22909: main/pa_common.C, main/pa_request.C, main/pa_table.C,
22910: types/pa_value.h: table:set 0
22911:
22912: * src/: classes/root.C, include/core.h, include/pa_array.h,
22913: include/pa_request.h, include/pa_table.h, main/core.C,
22914: main/main.dsp, main/pa_request.C, main/pa_table.C,
22915: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
22916: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
22917: types/pa_vstring.h: freeze, ^table:create[] -1
22918:
22919: * src/: classes/root.C, types/pa_value.h: z
22920:
22921: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
22922: get_method in couple places optimizing them
22923:
22924: * src/classes/root.C: z
22925:
22926: * src/: classes/root.C, types/pa_vclass.h: process temp main
22927: zeroing
22928:
22929: * src/: classes/double.C, classes/int.C, classes/root.C,
22930: classes/string.C, include/pa_common.h, include/pa_request.h,
22931: include/pa_string.h, include/pa_types.h, main/compile.C,
22932: main/compile.y, main/compile_tools.h, main/execute.C,
22933: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22934: types/pa_vmframe.h: ^process. actual names to store param and
22935: check_actual_numbered_params for better place diagnostics
22936:
22937: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
22938: method-junctions bug fixed
22939:
22940: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
22941: pa_vstateless_object.h, pa_vstring.h: stateless_object
22942:
22943: 2001-03-11 paf
22944:
22945: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
22946: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
22947: VDouble VInt base now VObject_base - without fields
22948:
22949: * src/: classes/root.C, include/core.h, main/core.C: z
22950:
22951: * src/: classes/double.C, classes/int.C, classes/root.C,
22952: classes/string.C, include/core.h, include/pa_hash.h,
22953: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
22954: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
22955:
22956: * src/: classes/double.C, classes/int.C, classes/root.C,
22957: include/pa_request.h, main/execute.C: intercept_string
22958:
22959: * src/: classes/double.C, classes/int.C, classes/root.C,
22960: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
22961:
22962: * src/: classes/double.C, classes/int.C, include/pa_request.h:
22963: ^inc-s(expr)
22964:
22965: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22966: classes/_root.h, classes/_string.h, classes/double.C,
22967: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
22968: include/code.h, include/core.h, include/pa_array.h,
22969: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
22970: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22971: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22972: include/pa_types.h, main/compile.C, main/compile.y,
22973: main/compile_tools.C, main/compile_tools.h, main/core.C,
22974: main/execute.C, main/pa_array.C, main/pa_common.C,
22975: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
22976: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22977: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22978: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22979: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22980: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22981: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22982: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
22983:
22984: * src/: main/pa_request.C, types/pa_vhash.h: z
22985:
22986: * src/: include/core.h, include/pa_request.h, main/core.C,
22987: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
22988:
22989: * src/: include/pa_valiased.h, include/pa_value.h,
22990: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22991: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22992: include/pa_vjunction.h, include/pa_vmframe.h,
22993: include/pa_vobject.h, include/pa_vstring.h,
22994: include/pa_vunknown.h, include/pa_wcontext.h,
22995: include/pa_wwrapper.h, main/compile.y, main/core.C,
22996: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
22997: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
22998: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22999: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23000: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23001: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23002: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23003: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
23004: include/
23005:
23006: 2001-03-10 paf
23007:
23008: * src/: include/core.h, include/pa_request.h, main/core.C,
23009: main/pa_request.C: run+auto=run
23010:
23011: * src/: classes/root.C, include/pa_request.h: minor if junction bug
23012:
23013: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23014: classes/_root.h, classes/_string.h, classes/double.C,
23015: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23016: include/code.h, include/core.h, include/pa_array.h,
23017: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23018: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23019: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23020: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
23021: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23022: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23023: include/pa_vjunction.h, include/pa_vmframe.h,
23024: include/pa_vobject.h, include/pa_vstring.h,
23025: include/pa_vunknown.h, include/pa_wcontext.h,
23026: include/pa_wwrapper.h, main/compile.C, main/compile.y,
23027: main/compile_tools.C, main/compile_tools.h, main/core.C,
23028: main/execute.C, main/pa_array.C, main/pa_cframe.C,
23029: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
23030: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23031: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
23032: main/pa_wcontext.C: sources header
23033:
23034: * src/main/pa_request.C: auto..
23035:
23036: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23037: main/pa_request.C: auto tree0
23038:
23039: * src/: include/core.h, include/pa_request.h, main/compile.y,
23040: main/core.C, main/pa_request.C: names to core.C
23041:
23042: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
23043: include/pa_request.h, main/core.C, main/execute.C,
23044: main/pa_common.C, main/pa_request.C: root auto.p loaded
23045:
23046: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
23047: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
23048: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23049: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23050:
23051: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23052: @auto[] realised. auto.p scan togo
23053:
23054: * src/: include/pa_request.h, main/execute.C: autocalc
23055: code-junctions result now have names
23056:
23057: * src/: classes/double.C, classes/int.C, classes/root.C,
23058: classes/string.C, include/pa_request.h, include/pa_string.h,
23059: include/pa_wcontext.h, main/compile.y, main/execute.C,
23060: main/pa_string.C, main/pa_wcontext.C: tainting 0
23061:
23062: * src/classes/env.C: env:file/line
23063:
23064: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
23065: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
23066: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
23067: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
23068: main/compile_tools.C, main/compile_tools.h, main/core.C,
23069: main/execute.C, main/main.dsp, main/pa_cframe.C,
23070: main/pa_request.C, main/pa_wcontext.C: const fight finished
23071:
23072: * src/include/pa_vclass.h: const fight to go
23073:
23074: * src/: classes/_env.h, classes/env.C, classes/root.C,
23075: include/pa_request.h, include/pa_vclass.h, main/core.C,
23076: main/main.dsp: env0
23077:
23078: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
23079: classes/_string.h, classes/double.C, classes/int.C,
23080: classes/root.C, classes/string.C, include/pa_request.h,
23081: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
23082: include/pa_wcontext.h, main/core.C, main/main.dsp,
23083: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
23084: main/pa_wcontext.C: ^lang prepare0
23085:
23086: 2001-03-09 paf
23087:
23088: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
23089: construct proper naming
23090:
23091: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
23092: classes/double.C, classes/int.C, classes/root.C,
23093: classes/string.C, include/code.h, include/pa_value.h,
23094: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
23095: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23096: main/compile.y, main/compile_tools.C, main/core.C,
23097: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
23098: and ^double[]. fixed expr type
23099:
23100: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23101: ^string.length[]
23102:
23103: 2001-03-08 paf
23104:
23105: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
23106:
23107: * src/: include/pa_vclass.h, include/pa_vstring.h,
23108: include/pa_wcontext.h, main/compile.y, main/core.C,
23109: main/execute.C, main/main.dsp: dead end: vstring can't be
23110: derivated from vobject
23111:
23112: * src/: include/pa_vclass.h, include/pa_vhash.h,
23113: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
23114:
23115: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
23116: remained clone conseqs
23117:
23118: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
23119:
23120: * src/main/pa_vclass.C: wow! vclass were out of vcs
23121:
23122: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
23123: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
23124: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
23125: include/pa_vobject.h, include/pa_vstring.h,
23126: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23127: main/execute.C: withoud cloning. didn't need it actually, params
23128: got passed from out unnamed ewpool
23129:
23130: * src/: include/pa_vdouble.h, include/pa_vhash.h,
23131: include/pa_vjunction.h, include/pa_vobject.h,
23132: include/pa_vunknown.h, main/compile.y: cloning dead end
23133:
23134: * src/: include/pa_bool.h, include/pa_double.h,
23135: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
23136: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
23137: include/pa_vjunction.h, include/pa_vmframe.h,
23138: include/pa_vobject.h, include/pa_vstring.h,
23139: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23140: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
23141: to give params proper names
23142:
23143: * src/main/pa_wcontext.C: z
23144:
23145: * src/: include/pa_vmframe.h, main/execute.C: added names to
23146: unknown values in get_element and unfilled params. removed wrong
23147: name change in get_element
23148:
23149: * src/main/execute.C: z
23150:
23151: * src/main/execute.C: fixed problems calling operators in
23152: constructors
23153:
23154: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
23155: detected problems calling operators in constructors
23156:
23157: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23158: autocalc def to string
23159:
23160: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
23161: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
23162:
23163: * src/classes/root.C: added root.c
23164:
23165: * src/: include/pa_request.h, include/pa_value.h,
23166: include/pa_vcframe.h, include/pa_vmframe.h,
23167: include/pa_wcontext.h, main/compile.C, main/compile.y,
23168: main/core.C, main/execute.C, main/pa_cframe.C,
23169: main/pa_wcontext.C: 'if' just compiled
23170:
23171: * src/: include/pa_vbool.h, include/pa_vdouble.h,
23172: include/pa_vjunction.h, include/pa_vmframe.h,
23173: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
23174: main/pa_wcontext.C: z
23175:
23176: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
23177: main/core.C, main/execute.C, main/main.dsp: z. detected probs
23178: with parameter names in operator methods
23179:
23180: * src/main/compile.y: minor renamings in .y
23181:
23182: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23183: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
23184: @BASE. changed 'RUN' assignment mech
23185:
23186: * src/main/execute.C: z
23187:
23188: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23189: main/compile_tools.h, main/execute.C: made class: dynamic, not
23190: static. so to enable runtime ^use
23191:
23192: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
23193:
23194: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23195: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
23196:
23197: * src/main/execute.C: root root in code-junction
23198:
23199: 2001-03-07 paf
23200:
23201: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
23202: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
23203:
23204: * src/: include/pa_stack.h, include/pa_value.h,
23205: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
23206: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
23207: fixed rwcontext of {} params up
23208:
23209: * src/main/: compile.y, compile_tools.h: ^func(params)
23210:
23211: * src/main/compile.y: .y priorities syntax shaped up a bit
23212:
23213: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
23214: include/pa_vunknown.h, main/compile.y, main/execute.C,
23215: main/pa_hash.C: expr def in -f
23216:
23217: * src/main/: compile.y, execute.C: expr calls
23218:
23219: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
23220: fixed
23221:
23222: * src/main/compile.y: expr quoted code
23223:
23224: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
23225: support0
23226:
23227: * src/main/compile.y: expr string comparisons 0
23228:
23229: * src/: include/pa_string.h, main/compile.y, main/execute.C,
23230: main/pa_string.C: just compiled lt&co
23231:
23232: * src/main/execute.C: ^var.menu{$field} problem detected. that
23233: $field not a $var.field
23234:
23235: 2001-03-06 paf
23236:
23237: * src/main/compile.y: .y expr visible-shorter
23238:
23239: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
23240: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
23241: logical
23242:
23243: * src/: include/pa_vstring.h, main/compile.y: problems with
23244: skipping whitespace in yylex
23245:
23246: * src/include/pa_vbool.h: forgot this
23247:
23248: * src/: include/code.h, main/compile.y, main/execute.C: without
23249: string ops in expressions 0
23250:
23251: * src/: include/pa_value.h, include/pa_vdouble.h,
23252: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
23253: main/execute.C, main/main.dsp: !~
23254:
23255: * src/: include/pa_vcframe.h, include/pa_vclass.h,
23256: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
23257: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23258: include/pa_vunknown.h, include/pa_wcontext.h,
23259: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23260: main/compile_tools.h, main/execute.C: +-*/
23261:
23262: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
23263: main/compile_tools.h: grammar-1.1 $a(z) $a=0
23264:
23265: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
23266: main/execute.C: expr grammar-1 2*2=4.000000 :)
23267:
23268: * src/main/compile.y: expr grammar-1
23269:
23270: * src/main/compile.y: expr lexx1
23271:
23272: * src/main/: compile.y, execute.C, main.dsp: z
23273:
23274: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
23275: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
23276: main/execute.C: expr lex0 exec-1
23277:
23278: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
23279:
23280: 2001-02-26 paf
23281:
23282: * src/main/compile.y: max_string in yyerror bug fix
23283:
23284: 2001-02-25 paf
23285:
23286: * src/: include/pa_value.h, include/pa_vmframe.h,
23287: include/pa_wcontext.h, main/execute.C: VAliased3
23288:
23289: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
23290:
23291: * src/main/execute.C: VAliased1
23292:
23293: * src/: include/pa_request.h, include/pa_value.h,
23294: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
23295: VAliased0
23296:
23297: * src/: include/pa_pool.h, include/pa_request.h,
23298: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
23299: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
23300: VAliased just compiled
23301:
23302: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
23303: include/pa_vobject.h, main/execute.C: alias dead end
23304:
23305: * src/: include/pa_value.h, include/pa_vclass.h,
23306: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23307: main/main.dsp: no not get fields into interm VFielded class.
23308: fields & staticfields 1
23309:
23310: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
23311: include/pa_vobject.h, include/pa_wcontext.h,
23312: include/pa_wwrapper.h, main/core.C, main/execute.C,
23313: main/main.dsp: would now get fields into interm VFielded class
23314:
23315: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23316: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23317: include/pa_wcontext.h, main/compile.y, main/core.C,
23318: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
23319: main/pa_wcontext.C: virtuals2
23320:
23321: * src/main/compile.y: : 1
23322:
23323: * src/main/compile.y: rethought to $class:static.field.subfield
23324:
23325: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
23326: $class:element
23327:
23328: * src/: include/pa_value.h, include/pa_vmframe.h,
23329: include/pa_wwrapper.h, main/compile.y, main/execute.C,
23330: main/pa_wcontext.C: before execute class calls rewrite
23331:
23332: * src/: include/pa_request.h, main/compile.C, main/core.C: default
23333: name RUN, also alias
23334:
23335: * src/main/compile.y: escaping bug
23336:
23337: * src/: include/pa_request.h, include/pa_value.h,
23338: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
23339: main/core.C, main/execute.C, main/pa_common.C: vobject1
23340:
23341: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23342: include/pa_vmframe.h, include/pa_vobject.h,
23343: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23344: main/compile_tools.h, main/execute.C: ^class:method() just
23345: compiled
23346:
23347: 2001-02-24 paf
23348:
23349: * src/main/main.dsp: no bison -d
23350:
23351: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
23352: class' err msg wrong
23353:
23354: * src/main/compile.y: z
23355:
23356: * src/main/: compile.y, core.C: yylex need some @special lines adj
23357:
23358: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
23359: main/compile.y, main/compile_tools.h, main/core.C: modules0
23360:
23361: * src/: include/pa_vclass.h, main/core.C: z
23362:
23363: * src/: include/pa_value.h, include/pa_vclass.h,
23364: include/pa_vobject.h, main/main.dsp: vobject00
23365:
23366: * src/main/pa_array.C: minor bug in expanding very small arrays.
23367: 60% from 1 were 0
23368:
23369: * src/: include/pa_value.h, include/pa_wcontext.h,
23370: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
23371: as bad as you've named it: wcontext.value() was not a perfect
23372: idea
23373:
23374: * src/main/execute.C: codeframe1
23375:
23376: * src/: include/pa_value.h, include/pa_vcframe.h,
23377: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
23378: include/pa_vjunction.h, include/pa_vmframe.h,
23379: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23380: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
23381: just compiled
23382:
23383: * src/: include/pa_vframe.h, main/compile.y: found junction
23384: ideology @: ^x{$a()) must construct current wcontext element, so
23385: smart wcontext handling needed
23386:
23387: * src/main/compile.y: fixed grammar bugs in constructor/params
23388: klinch
23389:
23390: * src/main/: compile.y, execute.C: fixed empty constructor
23391: optimized empty case. failed on calls - produced empty string
23392: param
23393:
23394: * src/main/compile.y: fixed last \n macrotemplate strip bug
23395:
23396: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
23397: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
23398: main/compile_tools.C, main/compile_tools.h, main/core.C,
23399: main/execute.C: code junctions0. something wrong with last \n
23400: macrotemplate strip
23401:
23402: * src/: include/pa_value.h, main/compile.C, main/core.C,
23403: main/pa_value.C: minor error reporting format beautifyings
23404:
23405: * src/: include/pa_value.h, include/pa_vclass.h,
23406: include/pa_vframe.h, main/core.C, main/execute.C,
23407: main/pa_value.C: get_method RIP. junctions everywhere. call with
23408: junctions0
23409:
23410: 2001-02-23 paf
23411:
23412: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
23413: pa_wwrapper.h: lara came, can't work, sorry :(
23414:
23415: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
23416: junction
23417:
23418: * src/: include/pa_vframe.h, include/pa_vunknown.h,
23419: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
23420: main/execute.C, main/main.dsp, main/pa_value.C: call0
23421:
23422: * src/: include/pa_hash.h, include/pa_value.h,
23423: include/pa_wcontext.h, main/core.C, main/execute.C,
23424: main/main.dsp, main/pa_hash.C: started call. store param, vframe
23425: done
23426:
23427: * src/include/pa_wcontext.h: z
23428:
23429: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
23430: wrong grammar in complex constructor case
23431:
23432: * src/main/: compile.y, execute.C: empty constructor bug fixed
23433:
23434: * src/main/execute.C: with result rwpool
23435:
23436: * src/: include/pa_value.h, main/core.C, main/execute.C,
23437: main/main.dsp: value named
23438:
23439: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
23440: strign 2 value in 2 places in execute
23441:
23442: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
23443: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
23444: wcontext.put_element when wcontext fvalue==0
23445:
23446: 2001-02-22 paf
23447:
23448: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23449: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
23450: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
23451:
23452: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
23453: erroreos checkout
23454:
23455: * src/: include/pa_request.h, main/compile.y: $self.put(val)
23456:
23457: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
23458: main/compile_tools.h, main/pa_array.C: $self.get
23459:
23460: * src/main/: compile.C, compile.y, compile_tools.C: z
23461:
23462: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
23463: bit. finished now.
23464:
23465: * src/main/compile.y: $: finished
23466:
23467: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
23468:
23469: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
23470: main/execute.C: OP_STRING better then some xxx _VALUE
23471:
23472: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
23473: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23474: string to vstring it .y all
23475:
23476: * src/: include/pa_request.h, include/pa_stack.h,
23477: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
23478: all
23479:
23480: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
23481: precise parse error line:col
23482:
23483: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
23484: main/pa_hash.C, main/pa_pool.C: TRY...
23485:
23486: * src/: include/pa_exception.h, include/pa_pool.h,
23487: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
23488: main/compile.C, main/compile.y, main/compile_tools.C,
23489: main/core.C, main/pa_array.C, main/pa_exception.C,
23490: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
23491: main/pa_table.C: removed exception from request
23492:
23493: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
23494: some forgotten
23495:
23496: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23497: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
23498: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
23499: get/put simple vars to VClass works0
23500:
23501: * src/: include/pa_array.h, include/pa_wcontext.h,
23502: main/pa_string.C: in process, but found that exceptions are too
23503: global
23504:
23505: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
23506: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
23507: main/execute.C, main/pa_string.C: write_value write_string 0 it
23508: seems wcontext must write strings regardles of fvalue!=0
23509:
23510: 2001-02-21 paf
23511:
23512: * src/main/execute.C: tired :)
23513:
23514: * src/main/: compile.C, compile.y, execute.C: store0
23515:
23516: * src/: include/compile.h, include/execute.h, include/pa_array.h,
23517: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
23518: include/pa_wcontext.h, main/compile.C, main/compile.y,
23519: main/execute.C, main/main.dsp, main/pa_array.C,
23520: main/pa_request.C: get put -1 [just compiled]
23521:
23522: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
23523: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
23524: main/main.dsp, main/pa_request.C: request core methods0
23525:
23526: * src/: include/compile.h, include/pa_array.h, main/compile.C,
23527: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
23528: execute
23529:
23530: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
23531: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
23532: methods and one_big_piece. now compile returns array<method*>
23533:
23534: * src/main/compile.y: more straightforward yylex[end]
23535:
23536: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
23537: string.operator==(char*)
23538:
23539: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
23540: main/execute.C, main/pa_array.C: after array.const get wonders
23541:
23542: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
23543: pa_string.h, pa_value.h: struck with const array.gets
23544:
23545: * src/main/: execute.C: z
23546:
23547: * src/main/: compile.y, execute.C: z
23548:
23549: * src/main/: compile.C, compile.y, compile_tools.h: error
23550: processing in eval & yyerror so it wouldn't cause memleaks.
23551:
23552: * src/main/: compile.C, compile.y: failed to add absolute precies
23553: parse error positions. leaving RIGHTMOST position as
23554: @file[line:col]
23555:
23556: * src/: include/compile.h, main/compile.C, main/compile.y,
23557: main/compile_tools.h: line numbers needed. would add them to .y
23558: now internally. externally it's not as precise as needed
23559:
23560: * src/: include/code.h, include/pa_types.h, main/compile.C,
23561: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23562: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
23563: compiler works ok
23564:
23565: 2001-02-20 paf
23566:
23567: * src/main/: compile.C, compile.y, compile_tools.C,
23568: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
23569: not perfect
23570:
23571: * src/: include/code.h, include/compile.h, include/execute.h,
23572: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
23573: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23574: main/compile.C, main/compile.y, main/compile_tools.C,
23575: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
23576: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23577: main/pa_string.C, main/pa_table.C: bison[yacc] first time
23578: compiled. execute=dump for now
23579:
23580: * src/main/core.C: core rewrite using yacc investigations now will
23581: be compile[yacc]/execute[opcodes]
23582:
23583: 2001-02-15 paf
23584:
23585: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
23586: rewrite as turing machine? for it seems it would be it's too many
23587: ifs with this syntax now
23588:
23589: 2001-02-14 paf
23590:
23591: * src/main/core.C: get_params 1
23592:
23593: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
23594: :( ]
23595:
23596: * src/main/core.C: varios breaks
23597:
23598: * src/main/core.C: get names 3
23599:
23600: * src/main/core.C: get names 2
23601:
23602: * src/main/core.C: get names 1
23603:
23604: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
23605: names 0
23606:
23607: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
23608: text repassing2 operator static vars
23609:
23610: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
23611: main/pa_string.C: process text repassing
23612:
23613: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23614: module:calls changes
23615:
23616: 2001-02-13 paf
23617:
23618: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23619: ^class:calls[] started
23620:
23621: * src/: include/pa_value.h, main/core.C: z
23622:
23623: * src/main/core.C: operators : and self. prefixes
23624:
23625: * src/main/core.C: z
23626:
23627: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23628: tested
23629:
23630: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23631: optimized
23632:
23633: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
23634: would change privates to better support optimization
23635:
23636: * src/: include/pa_string.h, main/pa_string.C:
23637: String_iterator::skip_to todo:optimize
23638:
23639: 2001-02-12 paf
23640:
23641: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
23642: String_iterator
23643:
23644: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
23645: comments
23646:
23647: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
23648: self/methodref joined
23649:
23650: 2001-02-11 paf
23651:
23652: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
23653: main/main.dsp: core started. core.C, context&value .h
23654:
23655: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23656: include/pa_string.h, main/main.dsp, main/pa_array.C,
23657: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
23658:
23659: 2001-01-30 paf
23660:
23661: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
23662: comments
23663:
23664: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
23665: main/pa_pool.C: moved pa_pool.C to be target specific
23666:
23667: * src/: include/pa_exception.h, include/pa_pool.h,
23668: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
23669: to & changes
23670:
23671: * src/: include/pa_exception.h, include/pa_pool.h,
23672: include/pa_request.h, include/pa_table.h, main/pa_array.C,
23673: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
23674: re-associated. that's much better even removed 'die' necessety
23675:
23676: * src/: include/pa_error.h, include/pa_exception.h,
23677: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23678: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
23679: targets/Makefile.am: lowered targets/parser into subdir, added
23680: parser_Pool(Pool) failed to add. would think..
23681:
23682: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
23683: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
23684: main/pa_string.C, main/pa_table.C: Table more like C++ style
23685: hence lots of 'const'
23686:
23687: * src/: include/pa_error.h, include/pa_request.h,
23688: include/pa_string.h, include/pa_table.h, main/pa_error.C,
23689: main/pa_table.C: Error fixed
23690:
23691: 2001-01-29 paf
23692:
23693: * src/: include/pa_array.h, include/pa_common.h,
23694: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
23695: include/pa_request.h, include/pa_string.h, include/pa_table.h,
23696: main/Makefile.am, main/pa_array.C, main/pa_common.C,
23697: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
23698:
23699: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23700: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23701: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
23702: main/pa_string.C, main/pa_table.C: Request Error Table
23703:
23704: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
23705: templates"
23706:
23707: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
23708: main/main.dsp, main/pa_array.C: templates failed no template
23709: specializations [VC6], no library auto instantation [VC6, GNU c++
23710: 2.95.2-6 from latest cygwin]
23711:
23712: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23713: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23714: main/main.dsp, main/pa_array.C, main/pa_string.C,
23715: main/pa_table.C: Table started would test template Array now
23716:
23717: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23718: String originating
23719:
23720: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
23721: main/pa_hash.C: made local Hash-es not thread safe=quicker by
23722: SYNCHRONIZED(thread_safe)
23723:
23724: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
23725: parts to top
23726:
23727: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
23728: main/pa_threads.C: decided on one global_mutex, like PHP as I can
23729: see: needed only in global Hash now, made Hash:: put/get
23730: SYNCHRONIZED
23731:
23732: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
23733: main/pa_threads.C: added pa_threads
23734:
23735: Mutex
23736:
23737: * src/include/pa_hash.h: some comments
23738:
23739: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
23740: Array& operator += (Array& src)
23741:
23742: * src/main/pa_array.C: expand not convinient, would rewrite
23743:
23744: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
23745: (Array& src)
23746:
23747: rethought, would change now
23748:
23749: 2001-01-27 paf
23750:
23751: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
23752: caching
23753:
23754: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23755: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
23756: cache rethought to chunk caching
23757:
23758: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23759: include/pa_string.h, main/main.dsp, main/pa_array.C,
23760: main/pa_hash.C, main/pa_string.C: Array 0
23761:
23762: * src/main/pa_string.C: String::operator ==
23763:
23764: * src/main/pa_hash.C: String(&String)
23765:
23766: * src/main/pa_hash.C: added pa_hash.C [forgotten]
23767:
23768: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
23769: main/main.dsp, main/pa_string.C: uint, and added pa_types &
23770: pa_hash[forgotten]
23771:
23772: 2001-01-26 paf
23773:
23774: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23775: removed templates [vc++ suxx]
23776:
23777: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
23778: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
23779:
23780: * src/include/: pa_pool.h, pa_string.h: pa_pool split
23781:
1.119 moko 23782: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 23783:
1.119 moko 23784: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 23785: check
23786:
23787: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
23788: dynamic row_count
23789:
23790: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23791: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23792: targets/Makefile.am: Initial revision
23793:
23794: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23795: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23796: targets/Makefile.am: creating parser3 module
23797:
E-mail: