Annotation of parser3/ChangeLog, revision 1.135
1.135 ! moko 1: 2020-05-12 moko
! 2:
! 3: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
! 4: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
! 5:
! 6: * configure.ac: FreeBSD1X.X check added to avoid
! 7: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
! 8:
1.134 moko 9: 2020-02-26 moko
10:
11: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
12: compilation issue (related to bug #1201)
13:
14: * src/main/pa_common.C: entry_readable -> entry_exists,
15: undocumented access(fname, R_OK) call removed (fixes bug #1201)
16: -f and -d now works under Windows in UTF-8 with Russian
17: filenames.
18:
19: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
20: advice (related to feature #1199)
21:
22: 2020-02-25 moko
23:
24: * buildall: --silent removed
25:
26: * configure.ac: gmime-3.0 support
27:
28: * buildall: --with-system-mailreceive option added to build with
29: system libgmime
30:
31: * src/types/pa_vmail.C: avoiding
32: https://github.com/jstedfast/gmime/issues/83 "feature" (related
33: to feature #1199)
34:
1.133 moko 35: 2020-02-18 moko
36:
37: * src/classes/op.C: windows x64 debug mode compile fix
38:
39: * src/main/pa_globals.C: no longer required due to -MD -> -MT
40: change (releated to feature #1200)
41:
42: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
43: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
44: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
45: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
46: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
47: targets/apache/ApacheModuleParser3.vcproj,
48: targets/apache/ApacheModuleParser3Core.vcproj,
49: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
50: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
51: dependency (related to feature #1200)
52:
1.132 moko 53: 2020-02-12 moko
54:
55: * src/types/pa_vmail.C: minimize diff
56:
57: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
58: #1199)
59:
1.131 moko 60: 2020-01-18 moko
61:
62: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
63:
1.130 moko 64: 2019-12-28 moko
65:
66: * src/targets/cgi/parser3.C: avoid empty ?
67:
68: 2019-12-27 moko
69:
70: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
71: DOCUMENT_ROOT (related to feature #1164)
72:
73: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
74: fcgiwrap setup (implements feature #1164)
75:
76: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
77: but no issues found (related to feature #1164)
78:
79: * src/targets/cgi/parser3.C: actualized
80:
81: 2019-12-26 moko
82:
83: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
84: removed
85:
86: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
87: removed
88:
89: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
90: allocation errors, we don't want default gc warnings (without
91: timestamp and URI).
92:
93: * src/: classes/memory.C, main/pa_globals.C,
94: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
95: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
96: pa_globals_init
97:
98: * src/main/pa_globals.C: setup_hex_value() removed, static array
99: initialization used (optimization)
100:
101: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
102: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
103: pa_socks_init/pa_socks_done moved inside pa_globals_init
104: (optimization)
105:
1.129 moko 106: 2019-12-09 moko
107:
108: * src/include/pa_config_fixed.h: warning war
109:
1.128 moko 110: 2019-12-08 moko
111:
112: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
113: process grammar under Unix.
114:
115: 2019-12-07 moko
116:
117: * tests/389.html: For Windows XP. :)
118:
119: * tests/388-sql.html: Windows compatibility added
120:
121: 2019-12-06 moko
122:
123: * src/targets/cgi/parser3.C: warning war
124:
125: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
126: == sizeof(CORD)) to avoid aligning bugs in future
127:
128: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
129: XML_STATIC
130:
131: * src/include/pa_request.h: StackItem() not required
132:
133: * src/include/pa_stack.h: warning war
134:
135: * src/include/pa_config_includes.h: GCC warning silenced
136:
137: * src/include/pa_memory.h: warning war: the program should also
138: define 'void operator delete [](void*, std::size_t)'
139: [-Wsized-deallocation]
140:
141: * src/types/: pa_vregex.h, pa_vtable.h: warning war
142:
143: * src/classes/string.C: not reqired cast removed
144:
145: * src/classes/string.C: not reqired cast removed
146:
147: 2019-12-05 moko
148:
149: * src/lib/sdbm/pa_file_io.C: warning war
150:
151: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
152: enum Language : size_t - required for VS2015+ to make
153: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
154: without it (related to feature #1198)
155:
156: 2019-12-04 moko
157:
158: * src/main/pa_base64.C: unsigned char -> uchar
159:
160: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
161: as other libs
162:
163: * src/include/pa_version.h: +amd64
164:
165: 2019-12-03 moko
166:
167: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
168: release
169:
170: * src/include/pa_config_includes.h: warning war
171:
172: * src/classes/image.C: warning war
173:
174: * src/main/pa_globals.C: x64 libs support
175:
176: * src/include/pa_config_includes.h: warning war
177:
178: * src/types/pa_method.h: warning war
179:
1.127 moko 180: 2019-11-28 moko
181:
182: * src/classes/math.C: vs2003 compatibility + warning war
183:
184: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
185: libxml2-2.9.9 (related to feature #1136)
186:
187: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
188: typecast for more compatibility (related to feature #1136)
189:
190: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
191: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
192: feature #1136)
193:
194: 2019-11-26 moko
195:
196: * src/main/: compile_tools.C, compile_tools.h: invalid assert
197: removed (it was failing in $$var case), condition added
198:
1.126 moko 199: 2019-11-25 moko
200:
201: * tests/: 397.html, 399.html, results/141.processed,
202: results/399.processed: base64 options tested
203:
204: * src/: classes/math.C, main/pa_http.C: base64 options used
205:
206: * src/main/pa_base64.C: base64 encode rewritten, base64 options
207: implemented (feature #986)
208:
209: * src/main/pa_cache_managers.C: whitespace
210:
211: * tests/: 397.html, 399.html, results/399.processed: tests for
212: ^base64 encode options added (related to feature #986)
213:
214: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
215: pa_base64_encode(file) removed - more memory, but faster and less
216: code (related fo feature #986)
217:
218: 2019-11-24 moko
219:
220: * tests/: 155.html, results/155.processed: limit and offset in
221: ^table::load[] now supported, thus test added
222:
223: * src/: classes/file.C, classes/table.C, include/pa_common.h,
224: main/pa_common.C: optimization: offset and limit options parsing
225: moved inside file_load.
226:
227: 2019-11-23 moko
228:
229: * src/: classes/file.C, classes/op.C, include/pa_common.h,
230: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
231: optimization: file_read replaced with simplified file_read_binary
232:
233: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
234: types/pa_vform.C: whitespace
235:
236: * src/: include/pa_common.h, main/pa_common.C: never used params
237: removed
238:
239: 2019-11-21 moko
240:
241: * tests/: 193.html, results/193.processed, results/389.processed:
242: test results updated as now base64 does not discard tail without
243: padding (related to feature #986)
244:
245: 2019-11-20 moko
246:
247: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
248: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
249: pa_base64_decode (related to feature #986)
250:
251: * tests/398.html: tests for base64 decode added (related to feature
252: #986)
253:
254: * src/main/pa_base64.C: base64_decode rewritten - padding option
255: support, padding inside base 64 supported (related to feature
256: #096)
257:
258: 2019-11-19 moko
259:
260: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
261: FreeBSD 12
262:
1.125 moko 263: 2019-11-16 moko
264:
265: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
266: support added, step support removed (related to #986)
267:
268: 2019-11-15 moko
269:
270: * src/classes/math.C: using log since log2 is not present on
271: FreeBSD < 8.4 (related to feature #1177)
272:
273: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
274: pa_base64_size extracted and used for files as well (related to
275: feature 986)
276:
277: 2019-11-14 moko
278:
279: * tests/: 397.html, results/397.processed: + content check
280:
281: * tests/: 141.html, results/141.processed: make test resuls more
282: readable
283:
284: * tests/: 397.html, results/193.processed, results/397.processed:
285: test results updated after \x00 character was disabled in
286: math:convert string mode (related to feature #1177)
287:
288: * src/classes/: math.C, string.C: \\x00 character disabled while
289: converting to string (as in base64, related to feature #1177)
290:
291: * src/classes/file.C: more correct arguments separation
292:
293: * src/: classes/file.C, classes/math.C, classes/string.C,
294: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
295: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
296: options added, but not yet implemented (related to feature #986)
297:
298: * src/classes/math.C: whitespace
299:
300: 2019-11-13 moko
301:
302: * tests/: 397.html, results/397.processed: +tainting test (related
303: to feature #1177)
304:
305: * src/classes/math.C: as we now produce not only digits, result
306: should be tainted (related to feature #1177)
307:
308: * src/main/pa_base64.C: whitespace
309:
310: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
311: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
312: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
313: implementation moved from pa_common.h and pa_common.C
314:
315: 2019-11-12 moko
316:
317: * tests/: 275.html, results/275.processed: out of range test fixed,
318: as ^math:convert now supports arbitrary precision
319:
320: 2019-11-11 moko
321:
322: * tests/results/389.processed: uctualized error message
323:
324: * tests/: 389.html, 397.html, results/397.processed: tests for
325: ^math:convert added (related to feature #1177)
326:
327: * src/classes/math.C: ^math:convert now supports arbitrary
328: precision, alphabet support added (implements feature #1177)
329:
1.124 moko 330: 2019-11-06 moko
331:
332: * tests/: 181.html, results/181.processed: entities usage added,
333: more entites load tests (related to bug #842 discussion)
334:
335: 2019-11-05 moko
336:
337: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
338: call from xmlFileOpen if http://localhost/<file> was not found
339: (related to bug #842)
340:
341: * src/main/pa_xml_io.C: rename
342:
343: * src/main/pa_xml_io.C: +MemoryStream constructor
344:
345: * src/main/pa_xml_io.C: whitespace
346:
1.123 moko 347: 2019-10-31 moko
348:
349: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
350: XML_PARSE_NOENT) added to fix entities load, (related to feature
351: #1181)
352:
1.122 moko 353: 2019-10-25 moko
354:
355: * tests/: 388-sql.html, results/388-sql.processed: more multiple
356: queries tests
357:
358: 2019-10-24 moko
359:
360: * tests/: 388-sql.html, results/388-sql.processed: support for
361: pgsql driver test
362:
363: * tests/: 388-sql.html, results/388-sql.processed:
364: multi_statements=1 now tested, mysql test now supported
365: (connection must be specified in [parser3] section in .my.cnf)
366: related to issues #1195 and #1194
367:
1.121 moko 368: 2019-09-11 moko
369:
370: * src/classes/int.C: whitespace
371:
372: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
373: exception test
374:
375: * tests/results/388-sql.processed: sql queries now shown (related
376: to feature #1196)
377:
378: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
379: with old parser versions.
380:
381: * src/: classes/file.C, classes/hash.C, classes/string.C,
382: classes/table.C, classes/void.C, include/pa_sql_connection.h,
383: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
384: instead of connect string in query_event_handlers exceptions
385: (implements feature #1196)
386:
1.120 moko 387: 2019-09-06 moko
388:
389: * tests/388-sql.html: mysql compat
390:
391: * src/: classes/hash.C, classes/string.C, classes/table.C,
392: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
393: sql_ variables declaration moved to pa_common.h
394:
1.116 moko 395: 2019-01-15 moko
396:
397: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
398: logically sorted
399:
400: 2018-12-27 moko
401:
402: * src/include/pa_config_includes.h: warning war:
403: -Wdeprecated-register added for C++ 17
404:
405: 2018-10-15 moko
406:
407: * configure.ac: FreeBSD 11.2 can be build with ./configure
408: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
409: --with-xml=/usr/local/
410:
411: 2018-09-24 moko
412:
413: * tests/: 396.html, 396.tiff, results/396.processed: test for
414: ^image::measure[] now supports tiff added (related to feature
415: #1188)
416:
417: * src/classes/image.C: ^image::measure[] now supports tiff
418: (implements feature #1188)
419:
420: 2018-09-20 moko
421:
422: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
423: files measure added (related to ticket #1188)
424:
425: * src/classes/image.C: measure of bmp files implemented (related to
426: ticket #1188)
427:
428: 2018-09-18 moko
429:
430: * tests/: 394-curl.html, results/394-curl.processed,
431: results/auto.p: test for bug #1187 (max_file_size check for head
432: requests) added
433:
434: 2018-08-24 moko
435:
436: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
437: response content-length check is required (fixes bug #1187)
438:
439: 2018-05-11 moko
440:
441: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
442: $.append(bool) ] option added (related to feature #919)
443:
444: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
445: from misha@ patch (implements feature #919)
446:
447: 2018-03-22 moko
448:
449: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
450: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
451: with 128kb buffer. Now works at least 12 times faster. :) May be
452: Windows-only problem.
453:
454: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
455: build fix)
456:
457: 2018-02-03 moko
458:
459: * src/main/execute.C: removes irrelevant lines from exception stack
460: trace when exceptions occurs in assigment (fixes bug #1165)
461:
462: * tests/: 393.html, results/393.processed: test for behavour after
463: "Property can not be created, already exists field with that
464: name" exception removed (related to feature #1183)
465:
466: * src/types/pa_vclass.C: "Property can not be created, already
467: exists field with that name" exception removed (implements
468: feature #1183)
469:
470: 2018-01-19 moko
471:
472: * src/classes/string.C: whitespace
473:
474: * src/classes/string.C: whitespace
475:
476: * tests/: 392.html, results/392.processed: test for
477: ^regex::create[$regex] added (related to feature #1135)
478:
479: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
480: ^regex::create[$regex] added (implements feature #1135)
481:
482: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
483: commented define added (related to feature #1157)
484:
485: 2018-01-17 moko
486:
487: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
488:
489: 2018-01-15 moko
490:
491: * tests/: 390.html, results/390.processed: real path replaced by
492: stub
493:
494: * tests/: 391.html, results/391.processed: test for feature #1181
495: (XML_PARSE_HUGE exception) added
496:
497: 2018-01-11 moko
498:
499: * bin/auto.p.dist.in: sqlite3 -> libsqlite3
500:
501: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
502: XML_PARSE_HUGE option passed by default (implements feature
503: #1181)
504:
505: * src/classes/string.C: whitespace
506:
507: 2017-12-10 moko
508:
509: * tests/: 389.html, 390.html, results/389.processed,
510: results/390.processed: image code coverage tests added (related
511: to feature #1125)
512:
513: 2017-12-08 moko
514:
515: * tests/: 346-curl.html, 388-sql.html, 389.html,
516: results/346-curl.processed, results/388-sql.processed,
517: results/389.processed: more code coverage tests
518:
519: * tests/: 264.html, results/264.processed: code coverage for
520: ^file::exec[]
521:
522: 2017-12-07 moko
523:
524: * tests/: 174.html, 388-sql.html, 389.html,
525: results/388-sql.processed, results/389.processed,
526: results/174.processed: more coverage tests
527:
528: * src/classes/math.C: exception text actualized
529:
530: 2017-12-06 moko
531:
532: * tests/388-sql.html: $SQL can be here
533:
534: * tests/results/auto.p: $SQL not required here
535:
536: * tests/: 388-sql.html, 389.html, Makefile,
537: results/388-sql.processed, results/389.processed, results/auto.p:
538: code coverage tests for sql (using sqlite) and int/double/bool
539: added (related to feature #1125)
540:
541: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
542: lib/json/json.vcproj, lib/md5/md5.vcproj,
543: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
544: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
545: targets/apache/ApacheModuleParser3Core.vcproj,
546: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
547: types/types.vcproj: gc\include no longer required
548:
549: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
550: required
551:
552: * src/: classes/Makefile.am, classes/table.C,
553: include/pa_config_includes.h, include/pa_string.h,
554: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
555: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
556: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
557: targets/apache/Makefile.am, targets/cgi/Makefile.am,
558: types/Makefile.am: to be sure that our version of gc.h/cord.h is
559: used, we now include it directly
560:
561: 2017-12-04 moko
562:
563: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
564: memcached/memcached.vcproj, punycode/punycode.vcproj,
565: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
566: where required
567:
568: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
569: now can be used to trace memory allocations
570:
571: * src/: classes/table.C, include/pa_config_includes.h,
572: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
573: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
574: method removes, libcord also can work without libgc
575:
576: * src/classes/json.C: pa_gc_malloc_atomic should not be used
577:
578: 2017-11-29 moko
579:
580: * src/classes/curl.C: no exception if some of ^curl:info[] elements
581: are not present (related to feature #1173)
582:
583: * tests/346-curl.html: test updated to test curl content-length bug
584: (related to feature #1173)
585:
586: * tests/results/346-curl.processed: more test for content-length
587: curl bug (related to feature #1173)
588:
589: * tests/results/346-curl.processed: test results updated after
590: #1173 implemented
591:
592: 2017-11-28 moko
593:
594: * src/classes/curl.C: another libcurl Content-length bug walkaround
595: (related to feature #1173)
596:
597: 2017-11-27 moko
598:
599: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
600: $.http_version[version string] added (implements feature #1173),
601: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
602: where $post(true) bug existed.
603:
604: 2017-11-18 moko
605:
606: * src/include/pa_memory.h: warning war (related to feature #1170)
607:
608: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
609: feature #1170)
610:
611: 2017-11-17 moko
612:
613: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
614: std::basic_stringstream used in ^table.csv-string[] is compatible
615: with delete usage check only under Debian 9 (related to feature
616: #1170)
617:
618: 2017-11-16 moko
619:
620: * src/: classes/curl.C, classes/hash.C, classes/json.C,
621: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
622: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
623: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
624: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
625: types/pa_vxdoc.h: regular new/delete no longer used in our code,
626: stubs defend from accidental use (implements feature #1170)
627:
628: 2017-06-24 moko
629:
630: * configure.ac: minor fix: thanks to alx@
631:
1.115 moko 632: 2017-05-29 moko
633:
634: * src/types/pa_vmail.C: mail headers are now correctly truncated -
635: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
636: added to avoid cutting of UTF-8 chars (fixed bug #123)
637:
638: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
639: ignored, =?UTF-8?Q?= should start in case of leading space
640: (related to bug #123)
641:
642: * buildall: echo -n -> printf for OS X. :)
643:
644: 2017-05-25 moko
645:
646: * tests/: 288.html, results/288.processed: test updated afted
647: setting $o.prop without setter exception removed (related to
648: feature #1157)
649:
650: * src/types/pa_vclass.C: no more "this property has no setter
651: method" when setting $o.prop without setter (implements feature
652: #1157)
653:
654: * buildall: echo \c -> echo -n for FreeBSD
655:
656: * configure, configure.ac, src/include/pa_config_auto.h.in,
657: src/types/pa_vdouble.h: isfinite now checked in configure
658:
659: * compile, config.guess, config.sub, depcomp, install-sh, missing:
660: upgraded to automake 1.15
661:
662: 2017-05-23 moko
663:
664: * src/types/pa_vdouble.h: finite returned where isfinite not
665: defined
666:
667: 2017-05-22 moko
668:
669: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
670:
671: * buildall: extern CFLAGS setting support
672:
673: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
674:
675: * buildall: http -> https
676:
677: * buildall: gc-7.2f -> gc-7.6.0
678:
679: 2017-05-20 moko
680:
681: * buildall: https, pcre, xml, xslt updated to current versions
682: (related to feature #1136)
683:
684: 2017-05-19 moko
685:
686: * tests/097.html: after parser.ru moved to https
687:
688: 2017-05-17 moko
689:
690: * tests/results/: 175.processed, 372.processed: tests resuls
691: updated after lintian spelling typos fixed (related to bug #1156)
692:
693: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
694: classes/string.C, classes/table.C, main/pa_charset.C,
695: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
696: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
697: lintian reported by Sergey B Kirpichev (fixes bug #1156)
698:
699: * tests/results/096.processed: +XMP
700:
701: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
702: $.xmp(true) options tested (test for feature #1154)
703:
704: * src/classes/image.C: ^image:measure[] options $.exif(false)
705: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
706: fetched by default! (implements feature #1154)
707:
708: 2017-05-16 moko
709:
710: * tests/: 256.html, results/256.processed: ^json:string[$image] now
711: allowed (related to feature #1154)
712:
713: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
714: initial XMP implementation - without options and transcode
715: (related to feature #1154)
716:
717: 2017-05-12 moko
718:
719: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
720: image: exif moved to ffields, skipped in ^image.html[] where
721: iterators now used (preparation for feature #1154)
722:
723: 2017-05-05 moko
724:
725: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
726: results/387.processed: test for circular class inheritance check
727: added (related to bug #1150)
728:
729: * src/types/pa_vstateless_class.C: circular class inheritance check
730: added (fixes endless add_derived bug #1150)
731:
732: 2017-05-04 moko
733:
734: * tests/: 386.html, results/386.processed: test for
735: $table.value(number) added (related to feature #1152)
736:
737: * src/types/pa_vtable.C: table put_element: column value must be
738: string - > column value must be string compatible to allow
739: $t.value(1) (implements feature #1152)
740:
741: 2017-05-03 moko
742:
743: * src/main/pa_request.C: $use[$method] is not possible, reverting
744: (related to feature #1151)
745:
746: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
747: not possible, removing test (related to feature #1151)
748:
749: * src/: main/pa_request.C, types/pa_vstateless_class.h:
750: get_element_method added and used to allow $use[$method] and
751: $autouse[$method] (implements feature 1151)
752:
753: * tests/: 386.html, 386.p, results/386.processed: test for @use in
754: variable added (related to feature #1151)
755:
756: * tests/results/226.processed: actualized after ^try-catch used
757:
758: * tests/: 226.html, 385.html, results/385.processed: test for
759: @autouse in variable added
760:
761: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
762:
1.114 moko 763: 2017-02-27 moko
764:
765: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
766:
1.113 moko 767: 2017-02-20 moko
768:
769: * operators.txt: actualization + beauty
770:
771: 2017-02-16 moko
772:
773: * tests/: 384.html, results/384.processed: test for
774: ^reflection:mixin[; $.name[] ] option added (related to feature
775: #1089)
776:
777: * tests/: 384.html, results/384.processed: test for
778: ^reflection:mixin[] added (related to feature #1089)
779:
780: * src/types/pa_value.h: warning war: virtual ~Value() added
781:
1.112 moko 782: 2017-02-15 moko
783:
784: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
785: fixed
786:
787: * tests/: 320.html, results/320.processed: $.reverse(true/false)
788: test added (related to feature #1069)
789:
790: * src/: classes/reflection.C, types/pa_vstateless_class.h:
791: compilation without HASH_ORDER fixed
792:
793: * src/: classes/reflection.C, include/pa_hash.h:
794: $.reverse(true/false) added to ^reflection:methods[] (related to
795: feature #1069)
796:
797: 2017-02-14 moko
798:
799: * tests/: 152.html, results/152.processed: test for $._default hash
800: added (related to bug #1131)
801:
802: * tests/: 277.html, results/277.processed: test for hash with only
803: $._default is now defined (related to bug #1131)
804:
805: * src/types/pa_vhash.h: hash with only $._default is now defined
806: (fixed bug #1131)
807:
808: 2017-02-13 moko
809:
810: * tests/cat-windows.sh: cat-windows added (cygwin required)
811:
812: * tests/: 171.html, 264.html, 286.html, 370.html,
813: results/320.processed, results/375.processed, results/auto.p:
814: cat-windows.sh support added
815:
816: * tests/375.html: Windows support
817:
818: * tests/270.html: documented
819:
820: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
821: (not backslashes) even under Windows (broke test 270)
822:
823: 2017-02-12 moko
824:
825: * tests/: descript.ion, todo.txt: cleanup
826:
827: 2017-02-09 moko
828:
829: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
830: run_tests.cmd: Windows compatibility
831:
832: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
833: incorrectly (GMT) if parser is called from cygwin
834:
1.111 moko 835: 2017-02-08 moko
836:
1.112 moko 837: * operators.txt: actualization 15% completed
838:
839: * operators.txt: cp1251 -> utf-8
840:
841: * NEWS, README: minor update
842:
843: * src/include/pa_config_includes.h: warning war continues
844:
845: * src/: include/pa_config_includes.h, include/pa_memory.h,
846: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
847: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
848: gcc 6.x issues fixed
849:
1.111 moko 850: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
851: classes/classes.h, classes/curl.C, classes/date.C,
852: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
853: classes/hashfile.C, classes/image.C, classes/inet.C,
854: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
855: classes/memcached.C, classes/memory.C, classes/op.C,
856: classes/reflection.C, classes/regex.C, classes/response.C,
857: classes/string.C, classes/table.C, classes/void.C,
858: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
859: include/pa_array.h, include/pa_cache_managers.h,
860: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
861: include/pa_config_fixed.h, include/pa_config_includes.h,
862: include/pa_dictionary.h, include/pa_dir.h,
863: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
864: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
865: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
866: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
867: include/pa_request_charsets.h, include/pa_request_info.h,
868: include/pa_sapi.h, include/pa_socks.h,
869: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
870: include/pa_stack.h, include/pa_string.h,
871: include/pa_stylesheet_connection.h,
872: include/pa_stylesheet_manager.h, include/pa_symbols.h,
873: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
874: include/pa_uue.h, include/pa_xml_exception.h,
875: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
876: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
877: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
878: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
879: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
880: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
881: main/compile.tab.C, main/compile.y, main/compile_tools.C,
882: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
883: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
884: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
885: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
886: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
887: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
888: main/pa_string.C, main/pa_stylesheet_connection.C,
889: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
890: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
891: main/untaint.C, sql/pa_sql_driver.h,
892: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
893: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
894: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
895: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
896: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
897: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
898: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
899: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
900: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
901: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
902: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
903: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
904: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
905: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
906: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
907: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
908: types/pa_vmemcached.h, types/pa_vmemory.h,
909: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
910: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
911: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
912: types/pa_vresponse.C, types/pa_vresponse.h,
913: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
914: types/pa_vstateless_object.h, types/pa_vstatus.C,
915: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
916: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
917: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
918: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
919: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
920: 2015->2017
921:
1.110 moko 922: 2017-02-07 moko
923:
924: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
925:
926: 2017-02-06 moko
927:
928: * src/main/pa_common.C: minor fixes, whitespace
929:
930: * src/: classes/curl.C, classes/file.C, classes/image.C,
931: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
932: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
933: now used (implements feature #1081)
934:
935: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
936:
937: 2017-02-01 moko
938:
939: * src/include/pa_request.h: cleanup
940:
941: 2017-01-30 moko
942:
943: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
944:
945: 2017-01-29 moko
946:
947: * tests/: 383.html, results/383.processed: test for
948: ^reflection:stack[] added (related to feature #1052)
949:
950: * src/classes/reflection.C: else added
951:
952: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
953: $.max_file_lock_wait added (implements feature #1128)
954:
955: 2017-01-28 moko
956:
957: * tests/: 379-curl.html, results/379-curl.processed: curl empty
958: body and other cases tests added (related to featue #1014)
959:
960: * src/classes/curl.C: bug if response is empty fixed (related to
961: feature #1014)
962:
963: 2017-01-27 moko
964:
965: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
966: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
967: added (implements feature #1052)
968:
969: 2017-01-25 moko
970:
971: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
972: method test added
973:
974: 2017-01-23 moko
975:
976: * src/classes/reflection.C: optimization: options->get replaced by
977: hash iterator
978:
979: * tests/: 381.html, results/381.processed: now -> fixed date
980:
981: * src/main/pa_request.C: warning war
982:
983: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
984: 5Mb (fixes bug #1058)
985:
986: * src/classes/curl.C: warning war
987:
988: * tests/: 381.html, results/381.processed: tests for ^json:string
989: $.one-line(true) option added (related to feature #1124)
990:
991: * src/: classes/json.C, types/pa_value.h: $json-string
992: $.one-line(true|false) options is now supported (implements
993: feature #1124)
994:
995: * tests/: 380.html, results/380.processed: test for modified
996: $.max_file_size added (related to bug #1014)
997:
998: * tests/: 379.html, results/auto.p: tests for rewritten http file
999: load added (related to bug #1014)
1000:
1001: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1002: main/pa_common.C, main/pa_http.C: check_file_size added and used
1003: in curl / file load from disk and http, http file load rewritten
1004: (related to bug #1014)
1005:
1006: 2017-01-18 moko
1007:
1008: * tests/: 378.html, results/378.processed: tests for ^result[]
1009: added (related to feature #66)
1010:
1011: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
1012: Method::CO_WITHOUT_FRAME as frame still added in expression
1013: (related to feature #66)
1014:
1015: 2017-01-17 moko
1016:
1017: * tests/: 377.html, results/377.processed: test for different
1018: combinations of breaks in body and delimiter (related to bug
1019: #1077)
1020:
1021: * tests/: 376.html, results/376.processed: many ^break[] tests
1022: added (related to bug #1077)
1023:
1024: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
1025: passed to native method" exception added to avoid bugs due to
1026: WRITE_EXPR_RESULT skipped and native methods execution continues
1027: after ^break[] (related to bug #1077)
1028:
1029: 2017-01-14 moko
1030:
1031: * tests/: 330.html, results/330.processed: test results updated
1032: after ^break[] bugs where fixed (related to bug #1077)
1033:
1034: * tests/: 329.html, results/329.processed: test results updated
1035: after ^break[] bugs where fixed (related to bug #1077)
1036:
1037: * tests/results/320.processed: ^return[] added
1038:
1039: 2017-01-13 moko
1040:
1041: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1042: classes/table.C, include/pa_request.h, main/execute.C,
1043: main/pa_request.C, targets/cgi/parser3.C,
1044: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
1045: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
1046: checked after each possible process/execute call (fixes bug
1047: #1077)
1048:
1049: 2016-12-29 moko
1050:
1051: * src/main/pa_common.C: warning war
1052:
1053: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
1054: include/pa_types.h, main/pa_request.C, main/pa_string.C:
1055: pa_file_size_limit added, ^math:random fixed for upper limit and
1056: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
1057: (related to feature #1014)
1058:
1059: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
1060: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
1061: (related to feature #1014)
1062:
1063: 2016-12-28 moko
1064:
1065: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
1066: warning war
1067:
1068: 2016-12-26 moko
1069:
1070: * tests/: 341.html, results/341.processed: test for
1071: ^table.hash[id;;$.type[string]] added (related to feature #1057)
1072:
1073: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
1074: (related to feature #1057)
1075:
1076: * src/types/pa_vdate.C: warning war continues...
1077:
1078: * src/: classes/date.C, classes/image.C, classes/table.C,
1079: include/pa_config_includes.h, types/pa_vfile.C: warning war
1080:
1081: * src/lib/gd/gifio.C: warning war / cleanup
1082:
1083: * src/lib/json/pa_json.C: warning war
1084:
1085: * src/classes/hash.C: warning war
1086:
1087: * src/types/pa_vfile.C: warning war
1088:
1089: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
1090: -Wall warning war continues
1091:
1092: * configure.ac: --with-build-warnings actualized
1093:
1094: 2016-12-25 moko
1095:
1096: * src/main/pa_exec.C: -wAll warning war
1097:
1098: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
1099: -wAll warning war
1100:
1101: * src/: include/pa_common.h, include/pa_sapi.h,
1102: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
1103: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
1104: -wAll warning war
1105:
1106: 2016-12-23 moko
1107:
1108: * src/lib/ltdl/Makefile.am: extra dist added
1109:
1110: * tests/results/344.processed: test result updated after $file.text
1111: prefetched in ^hash::create[$file] (related to feature #1075)
1112:
1113: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
1114: ^hash::create[$file] (related to feature #1075)
1115:
1116: 2016-12-22 moko
1117:
1118: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
1119: main/pa_request.C, main/pa_stylesheet_connection.C,
1120: types/pa_vfile.C: file_stat now return 64-bit size (implements
1121: #1014 under 32-bit unix versions)
1122:
1123: 2016-12-21 moko
1124:
1125: * tests/: 375.html, results/375.processed: test for exec returning
1126: stated file added (related to feature #1119)
1127:
1128: * src/classes/file.C: load should not return file with null body
1129: (fixes bug #1119)
1130:
1131: 2016-12-14 moko
1132:
1133: * tests/: 374.html, results/374.processed: test for $method.name
1134: added (related to feature #1117) plus method returning junction
1135: test
1136:
1137: 2016-12-13 moko
1138:
1139: * src/: include/pa_symbols.h, main/pa_symbols.C,
1140: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
1141: (implements feature #1117)
1142:
1143: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
1144: HEAD and TRACE can't have body (implements feature #1116)
1145:
1146: 2016-12-09 moko
1147:
1148: * tests/: 373.html, results/373.processed: tests for
1149: ^reflection:tainting added (related to feature #1098)
1150:
1151: * src/classes/reflection.C: ^reflection:tainting arguments order
1152: change (related to feature #1098)
1153:
1154: 2016-12-06 moko
1155:
1156: * src/: classes/reflection.C, include/pa_string.h,
1157: main/pa_string.C: ^reflection:tainting[$string] added (implements
1158: feature #1098)
1159:
1160: 2016-12-05 moko
1161:
1162: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
1163: (fixes bug #1114)
1164:
1165: 2016-12-04 moko
1166:
1167: * tests/: 206.html, results/206.processed: negative zero (0/-1)
1168: check added
1169:
1170: 2016-12-03 moko
1171:
1172: * tests/: 346-curl.html, results/346-curl.processed: test modified
1173: to test value.as_hash() usage
1174:
1175: * src/classes/curl.C: value.as_hash() used for correct hash
1176: processing
1177:
1178: * src/classes/reflection.C: exceptions texts fixes
1179:
1180: 2016-12-02 moko
1181:
1182: * tests/: 372.html, results/372.processed: tests for
1183: ^reflection:create[ $.class[name] $.constructor[name]
1184: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
1185: feature #1094)
1186:
1187: * src/types/pa_vmethod_frame.h: comment added: params should be
1188: declared outside of *_FRAME_ACTION as MethodParams destructor
1189: will be called in ~VNativeMethodFrame
1190:
1191: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
1192: ] minor fix
1193:
1194: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
1195: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
1196: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
1197: now supported (implements feature #1094) value::as_hash added
1198: (and should be used everywhere)
1199:
1200: * src/classes/reflection.C: cleanup
1201:
1202: 2016-12-01 moko
1203:
1204: * tests/: 356.html, results/356.processed: test for method
1205: junctions class name added to the resulting hash added (related
1206: to feature #1068)
1207:
1208: * src/classes/reflection.C: for method junctions class name added
1209: to the resulting hash (related to feature #1068)
1210:
1211: 2016-11-30 moko
1212:
1213: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
1214: exception (related to bug #1113)
1215:
1216: * src/types/pa_vhashfile.C: whitespace
1217:
1218: * src/main/pa_os.C: errno now returned as it should (fixes bug
1219: #1113)
1220:
1221: * tests/results/: 175.processed, 192.processed, 224.processed,
1222: 229.processed, 239.processed, 244.processed, 246.processed,
1223: 314.processed, 352.processed: tests results updated after method
1224: call exceptions improved as method now keeps its name
1225:
1226: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
1227: types/pa_vmethod_frame.h: method call exceptions improved as
1228: method now keeps its name
1229:
1230: * tests/: 224.html, 239.html, results/224.processed,
1231: results/239.processed: tests and tests results updated after
1232: Request::construct exception changed
1233:
1234: * src/: classes/reflection.C, main/execute.C: Request::construct
1235: exception optimized
1236:
1237: * tests/: 371.html, results/371.processed: test for
1238: WWrapper.get_element call in $.name.key[value] code added
1239: (related to feature #1091)
1240:
1241: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
1242: in $.name.key[value] code (related to feature #1091)
1243:
1244: 2016-11-29 moko
1245:
1246: * src/classes/op.C: VS warning war
1247:
1248: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
1249: C4239: nonstandard extension used : 'return' : conversion from
1250: 'Value' to 'Value &' (related to feature #1020)
1251:
1252: * src/: main/execute.C, types/pa_vmethod_frame.h,
1253: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
1254: used : 'return' : conversion from 'Value' to 'Value &' (related
1255: to feature #1020)
1256:
1257: * src/main/execute.C: VS warning war
1258:
1259: * src/targets/cgi/parser3.C: VS compatibility fix
1260:
1261: * src/include/pa_request.h: VS warning war
1262:
1263: * tests/: 370.html, results/370.processed: test for ^file::exec[
1264: ... $.stdin[$binary_file] ] added (related to bug #1044)
1265:
1266: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
1267: include/pa_string.h, main/pa_exec.C: pa_exec now supports
1268: $.stdin[$binary_file] (fixes bug #1044)
1269:
1270: 2016-11-28 moko
1271:
1272: * src/main/pa_exec.C: whitespace
1273:
1274: * src/main/pa_request.C: whitespace
1275:
1276: * tests/: 369.html, results/369.processed: test for
1277: $response:status usage added (related to feature #1099)
1278:
1279: * src/targets/cgi/parser3.C: HTTP response code used as exit status
1280: if < 100 (implements feature #1099)
1281:
1282: * src/targets/cgi/parser3.C: whitespace
1283:
1284: * src/targets/cgi/parser3.C: whitespace
1285:
1286: * tests/: 368.html, results/368.processed: test updated after
1287: ^reflection:filename[$method] added (related to feature #1053)
1288:
1289: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
1290: main/compile.y, main/execute.C, main/pa_request.C,
1291: types/pa_vclass.h: filename -> filespec,
1292: ^reflection:filename[$method] added (related to feature #1053)
1293:
1294: 2016-11-27 moko
1295:
1296: * tests/: 368.html, results/368.processed: test for
1297: reflection:filename[$class or object] added (related to feature
1298: #1053)
1299:
1300: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
1301: types/pa_vstateless_class.h: ^reflection:filename[$class or
1302: object] added (implements feature #1053)
1303:
1304: 2016-11-26 moko
1305:
1306: * src/: include/pa_request_info.h,
1307: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1308: remove_absolute_uri -> strip_absolute_uri
1309:
1310: 2016-11-25 moko
1311:
1312: * src/: include/pa_request_info.h,
1313: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1314: request_info.remove_absolute_uri added to remove possible
1315: http://site.name/ from $request:uri (implements feature #1112)
1316:
1317: 2016-11-24 moko
1318:
1319: * tests/: 367-curl.html, results/367-curl.processed: test for
1320: previous request headers clearing after redirect added (related
1321: to bug #1109)
1322:
1323: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
1324: response headers from previous requests are now cleared, only
1325: last request headers are collected (fixes bug #1109)
1326:
1327: * tests/results/: 266.processed, 321.processed, 356.processed:
1328: tests results updated as method name now added to the resulting
1329: hash for new syntax only (Imp1 compatimility fixed, related to
1330: feature #1068)
1331:
1332: * src/classes/reflection.C: method name now added to the resulting
1333: hash for new syntax only (Imp1 compatimility fixed, related to
1334: feature #1068)
1335:
1336: * tests/results/366.processed: test for native and parser
1337: implementation of ^use[] logic (related to feature #1074)
1338:
1339: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
1340: for native and parser implementation of ^use[] logic (related to
1341: feature #1074)
1342:
1343: 2016-11-23 moko
1344:
1345: * src/: classes/op.C, include/pa_request.h, main/compile.y,
1346: main/pa_request.C: @USE file now implemented as ^use[file;
1347: $.origin[origin_file] ] (implements feature #1074)
1348:
1.109 moko 1349: 2016-11-21 moko
1350:
1.110 moko 1351: * tests/: 365.html, results/365.processed: test for $caller bugs in
1352: 3.4.4 and $caller.method now tested (related to feature #1110)
1353:
1354: * tests/: 364.html, results/364.processed: $caller usage in
1355: different contexts now tested (related to feature #1110)
1356:
1357: * src/types/types.vcproj: +pa_vcaller_wrapper.h
1358:
1359: * src/types/Makefile.am: pa_vcaller_wrapper.h added
1360:
1.109 moko 1361: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
1362: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
1363: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
1364: used (implements feature #1110)
1365:
1366: 2016-11-20 moko
1367:
1368: * src/types/pa_vdouble.h: whitespace
1369:
1370: 2016-11-11 moko
1371:
1372: * tests/: 363.html, results/363.processed: more tests for feature
1373: #1091 (how parser methods work in expression context)
1374:
1375: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
1376: expressions strings are now written as strings, not values by
1377: write_as_string (related to feature #1091)
1378:
1379: * src/classes/op.C: to make more correct behavour in expression
1380: context
1381:
1382: 2016-11-07 moko
1383:
1384: * tests/: 362.html, results/362.processed: test for
1385: xsltParseStylesheetDoc caching as xsl modification after it added
1386: (related to bug #1108)
1387:
1388: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
1389: result now cached as xdoc is modified after it (fixes bug #1108)
1390:
1391: 2016-11-06 moko
1392:
1393: * src/types/pa_vxdoc.h: whitespace
1394:
1395: 2016-11-05 moko
1396:
1397: * src/types/pa_vmethod_frame.h: cleanup
1398:
1399: 2016-11-03 moko
1400:
1401: * tests/results/244.processed: more correct exception after method
1402: frames separation
1403:
1404: * src/types/pa_vmethod_frame.h: minor optimizaion
1405:
1406: * src/types/pa_method.h: optimization: params_count added
1407:
1408: * src/: classes/json.C, classes/op.C, classes/reflection.C,
1409: include/pa_request.h, main/execute.C, main/pa_request.C,
1410: types/pa_value.C, types/pa_vmethod_frame.C,
1411: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
1412: VMethodFrame now divided into VNativeMethodFrame,
1413: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
1414: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
1415: and used (related to feature #1104)
1416:
1417: 2016-11-02 moko
1418:
1419: * src/: classes/bool.C, classes/curl.C, classes/date.C,
1420: classes/double.C, classes/file.C, classes/hash.C,
1421: classes/hashfile.C, classes/image.C, classes/inet.C,
1422: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1423: classes/memcached.C, classes/op.C, classes/reflection.C,
1424: classes/regex.C, classes/string.C, classes/table.C,
1425: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
1426: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
1427: r.write (implements feature #1091)
1428:
1429: * src/main/execute.C: cleanup (related to feature #1104)
1430:
1431: * src/: include/pa_request.h, main/execute.C,
1432: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
1433: added, in_expression removed (implements feature #1104)
1434:
1435: 2016-10-31 moko
1436:
1437: * src/types/pa_value.C: whitespace
1438:
1439: 2016-10-28 moko
1440:
1441: * tests/results/244.processed: updated after error reporting fixed
1442: in pa_wcontext.C
1443:
1444: * src/types/pa_wcontext.C: error reporting fixed
1445:
1446: * src/types/pa_wcontext.h: whitespace
1447:
1448: * src/classes/image.C: not fully readed entries are no longer
1449: processed (fixes bug #1106)
1450:
1451: 2016-10-26 moko
1452:
1453: * src/classes/image.C: whitespace
1454:
1455: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
1456: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
1457: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
1458: longer required (related to feature #1091)
1459:
1460: * tests/results/: 264.processed, 350.processed: test results update
1461: reverted (whitespace optimization) after write_no_lang removed :)
1462: (related to feature #1091)
1463:
1464: * src/: classes/file.C, classes/hash.C, classes/op.C,
1465: classes/string.C, classes/table.C, classes/void.C,
1466: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
1467: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
1468: equal write_pass_lang (related to feature #1091)
1469:
1470: * tests/results/: 264.processed, 350.processed: test results
1471: updated (whitespace optimization) after write_assign_lang removed
1472: (related to feature #1091)
1473:
1474: * tests/: 361.html, results/361.processed: test for non-string
1475: ^untaint added (related to feature #1091)
1476:
1477: * src/: classes/curl.C, classes/date.C, classes/file.C,
1478: classes/hash.C, classes/op.C, classes/string.C,
1479: include/pa_request.h, main/execute.C: optimization:
1480: write_assign_lang removed as not required (first part of feature
1481: #1091 implementation)
1482:
1.108 moko 1483: 2016-10-12 moko
1484:
1485: * tests/: 360.html, results/360.processed: more test code (related
1486: to feature #1104)
1487:
1488: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
1489: include/pa_request.h, main/compile.y, main/execute.C: opcode
1490: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
1491: WContext is next task (implements feature #1104)
1492:
1493: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
1494: / CO_WITHOUT_WCONTEXT
1495:
1496: * tests/: 360.html, results/360.processed: test for in expression
1497: state (related to feature #1104)
1498:
1499: 2016-10-11 moko
1500:
1501: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
1502:
1503: * src/classes/op.C: default value removed from initializer
1504:
1505: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
1506:
1507: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
1508:
1509: 2016-10-10 moko
1510:
1511: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
1512: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
1513: to feature #42)
1514:
1515: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
1516: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
1517:
1518: 2016-10-08 moko
1519:
1520: * src/classes/double.C: whitespace
1521:
1522: 2016-10-07 moko
1523:
1524: * src/types/pa_vmethod_frame.h: reorder
1525:
1526: 2016-10-06 moko
1527:
1528: * src/classes/date.C: typo
1529:
1530: * src/types/pa_vmethod_frame.h: whitespace + cleanup
1531:
1532: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1533: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
1534: types/pa_vmethod_frame.h: params.get now returns Value&, not
1535: Value*
1536:
1537: * src/types/pa_vmethod_frame.C: params.get should return Value&.
1538:
1539: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
1540: removed; first as_* code rewrite
1541:
1542: 2016-10-05 moko
1543:
1544: * src/include/pa_request.h: whitespace
1545:
1546: * tests/: 359.html, results/359.processed: test for VCodeFrame and
1547: intercept_string added (related to feature #1097)
1548:
1549: * src/: classes/image.C, classes/op.C, classes/table.C,
1550: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1551: optimization: intercept_string removed (implements feature #1097)
1552:
1553: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
1554:
1555: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
1556: from VCodeFrame and WWrapper as not required
1557:
1558: 2016-10-04 moko
1559:
1560: * src/: classes/curl.C, classes/date.C, classes/double.C,
1561: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
1562: classes/int.C, classes/json.C, classes/op.C,
1563: classes/reflection.C, classes/string.C, classes/table.C,
1564: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1565: proces_to_value -> process after StringOrValue removed (related
1566: to feature #1020)
1567:
1568: * src/classes/form.C: whitespace
1569:
1570: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
1571:
1572: * tests/: 357.html, 358.html, results/357.processed,
1573: results/358.processed, results/auto.p: test for @conf
1574: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
1575:
1576: 2016-10-03 moko
1577:
1578: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
1579: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
1580: supported (implements feature #42)
1581:
1582: * src/types/pa_vregex.h: no reason for VRegex to be
1583: is_evaluated_expr
1584:
1585: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
1586: (implements feature #1095)
1587:
1588: 2016-10-01 moko
1589:
1590: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
1591: false by default (related to feature #1089)
1592:
1593: 2016-09-30 moko
1594:
1595: * src/types/pa_wcontext.h: cleanup
1596:
1597: 2016-09-29 moko
1598:
1599: * src/main/execute.C: whitespace
1600:
1601: * src/include/pa_request.h: whitespace
1602:
1603: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1604: classes/op.C, classes/table.C, include/pa_request.h,
1605: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
1606: types/pa_vobject.C, types/pa_wcontext.h: optimization:
1607: StringOrValue removed as it just slows down and adds complexity
1608: (implements feature #1020)
1609:
1610: 2016-09-28 moko
1611:
1612: * tests/: 356.html, results/266.processed, results/321.processed,
1613: results/356.processed: tests updated after name was added to
1614: method_info hash, test for ^reflection:method_info[junction]
1615: added (related to feature #1068)
1616:
1617: * src/classes/reflection.C: ^reflection:method_info[junction] now
1618: supported, method name added to the resulting hash (implements
1619: feature #1068)
1620:
1621: * tests/: 276.html, results/276.processed: more tests for
1622: ^reflection:delete[]
1623:
1624: * src/classes/reflection.C: fixed bug then ^reflection:delete
1625: didn't work on class and could damage native objects (like file)
1626:
1627: 2016-09-26 moko
1628:
1629: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
1630: results/345.processed, results/346-curl.processed,
1631: results/347-curl.processed, results/348.processed: numbers added
1632: to simplify diff analysis
1633:
1634: * tests/: 352.html, results/352.processed: test result updated as
1635: method name used
1636:
1637: * src/classes/reflection.C: method name used
1638:
1639: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
1640: its name
1641:
1642: * src/types/pa_method.h: whitespace
1643:
1644: * src/classes/reflection.C: both method and field with one name can
1645: exist.
1646:
1647: * src/classes/reflection.C: ^reflection:mixin added (implements
1648: feature #1089)
1649:
1650: * tests/: 355.html, results/355.processed: property appears in
1651: derived class if added in base test added
1652:
1653: * src/types/pa_vstateless_class.h: get_method declaration +
1654: whitespace
1655:
1656: * tests/: 354.html, results/354.processed: nice test from method
1657: and property with one name in class added
1658:
1659: 2016-09-23 moko
1660:
1661: * src/classes/reflection.C: ^reflection:method usage documented
1662:
1663: 2016-09-22 moko
1664:
1665: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
1666: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
1667: compile warning and GPF occures on VS2003 (related to feature
1668: #1087)
1669:
1670: * tests/: 350.html, results/350.processed: test added for
1671: $.encloser[] support in ^table::create (related to feature #11)
1672:
1673: * src/classes/table.C: another minor fix (related to feature #11)
1674:
1.107 moko 1675: 2016-09-21 moko
1676:
1677: * src/include/pa_config_fixed.h: vs2015 compilation fixes
1678:
1679: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1680: classes/json.C, classes/string.C, classes/table.C,
1681: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1682: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1683: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
1684: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
1685: pa_charsets, vs2015 warning war
1686:
1687: * src/classes/table.C: vs2015 warning war
1688:
1689: * src/types/pa_vdate.C: vs2015 warning war
1690:
1691: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
1692:
1693: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
1694: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
1695:
1696: * src/main/pa_common.C: vs2015 compilation fixes
1697:
1698: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
1699: vs2015 compilation fixes
1700:
1701: * src/main/pa_charset.C: vs2015 warning war
1702:
1703: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
1704:
1705: * src/main/pa_charset.C: vs2015 warning war
1706:
1707: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
1708:
1709: * src/types/pa_vdate.C: vs2015 compilation fix
1710:
1711: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
1712:
1713: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
1714: VS2015 compilation fixes
1715:
1716: * src/classes/table.C: minor fix (related to feature #11)
1717:
1718: * tests/results/282.processed: no longer skipping extra enclosers
1719: (related to feature #11)
1720:
1721: * src/classes/table.C: minor fix + no longer skipping extra
1722: enclosers (related to feature #11)
1723:
1724: * src/classes/table.C: minor optimization (related to feature #11)
1725:
1726: * src/classes/table.C: minor fix and optimization (related to
1727: feature #11)
1728:
1729: 2016-09-20 moko
1730:
1731: * tests/: 353.html, results/353.processed: test for
1732: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
1733: added (related to bug #1090)
1734:
1735: * src/main/compile.y: PC.cclass->is_vars_local() check added for
1736: one_big_piece (fixes bug #1090)
1737:
1738: * tests/: 229.html, results/229.processed: code coverage tests
1739:
1740: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
1741: body) was called
1742:
1743: * src/classes/op.C: whitespace
1744:
1745: * tests/: 323.html, results/323.processed: test for code junction
1746: should not be returned by ^reflection:class, ^reflection:base
1747:
1748: * src/classes/reflection.C: bugfix: code junction should not be
1749: returned by ^reflection:class, ^reflection:base
1750:
1751: * tests/: 323.html, 352.html, results/352.processed: no more
1752: exception for ^reflection:method[class;no-such-method] (related
1753: to feature #1087)
1754:
1755: * src/classes/reflection.C:
1756: ^reflection:method[class;no-such-method] : exception -> void
1757: (related to feature #1087)
1758:
1759: * src/include/pa_request.h: request::write_value added to allow
1760: write value without convertion (related to issue #1091)
1761:
1762: 2016-09-19 moko
1763:
1764: * src/main/pa_random.C: windows build fix
1765:
1766: * src/types/pa_vhash.h: warning war
1767:
1768: 2016-09-14 moko
1769:
1770: * tests/: 352.html, 552.html, results/352.processed,
1771: results/552.processed: test for ^reflection:method[] extension
1772: added (related to feature #1087)
1773:
1774: * tests/: 552.html, results/552.processed: test for
1775: ^reflection:method[] extension added (related to feature #1087)
1776:
1777: * src/classes/reflection.C: compatibility issue fixed, VClass
1778: dynamic_cast check added (related to feature #1087)
1779:
1780: * tests/: 351.html, results/351.processed: test for @auto[]
1781: inheritance bug diring ^process[] added (related to bug #1088)
1782:
1783: * src/: classes/op.C, main/pa_request.C,
1784: types/pa_vstateless_class.C: set_method now checks for @auto[] to
1785: disable it inheritance during ^process (fixes bug #1088)
1786:
1787: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
1788: added (implements feature #1087)
1789:
1790: 2016-09-13 moko
1791:
1792: * tests/: 349.html, results/auto.p: test for objects prototyping
1793: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
1794: to feature #1086)
1795:
1796: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
1797: types/pa_vobject.C: objects now are not class instances, but have
1798: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
1799: in @conf (implements feature #1086)
1800:
1801: 2016-09-08 moko
1802:
1803: * src/: classes/file.C, classes/mail.C, classes/string.C,
1804: classes/table.C, main/pa_http.C, main/pa_string.C,
1805: include/pa_string.h: cleanup: string::split limit argument
1806: removed as no longer required, pos_after no longer reference
1807: (related to feature #11)
1808:
1809: * src/classes/table.C, tests/results/348.processed: now exception
1810: is rised when invalid option is passed to ^table::create[]
1811:
1812: * tests/: 282.cfg, 282.html, results/282.processed: more code
1813: coverage tests
1814:
1815: * tests/: 348.html, results/348.processed: code coverage tests
1816: added
1817:
1818: * tests/: 348.html, results/348.processed: generic ^table::create[]
1819: tests
1820:
1821: * tests/: 035.html, results/035.processed, results/272.processed:
1822: tests updated after $.encloser[] support for ^table::create
1823: implementation (related to feature #11)
1824:
1825: * src/classes/table.C: $.encloser[] support for ^table::create
1826: finally added (implements feature #11)
1827:
1828: 2016-09-07 moko
1829:
1830: * src/include/pa_string.h: added StringSplitHelper as friend
1831: (related to feature #11)
1832:
1833: * src/include/pa_string.h: body and langs now protected, not
1834: private to allow inheritance (related to feature #11)
1835:
1836: * src/classes/table.C: lsplit optimized before cloning for
1837: ^table::create with $.encloser[] (related to feature #11)
1838:
1839: * src/classes/table.C: optimizaion: TableControlChars.separators
1840: added and used (related to feature #11)
1841:
1842: * src/classes/table.C: spelling:
1843:
1844: TableSeparators -> TableControlChars column -> separator
1845: separators -> control_chars
1846:
1847: 2016-09-06 moko
1848:
1849: * src/main/pa_string.C: whitespace
1850:
1851: * src/main/pa_string.C: whitespace
1852:
1853: 2016-09-01 moko
1854:
1855: * tests/: 347-curl.html, results/347-curl.processed: to make tests
1856: results OS-independent
1857:
1858: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
1859: compiler (related to feature #1042)
1860:
1861: 2016-08-15 moko
1862:
1863: * src/include/pa_string.h: whitespace
1864:
1865: * src/classes/table.C: whitespace
1866:
1.106 moko 1867: 2016-08-05 moko
1868:
1869: * tests/: 344.html, results/344.processed: test for
1870: ^hash::create[$file] added (related to feature #1075)
1871:
1872: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
1873: supported (implements feature #1075)
1874:
1875: 2016-08-04 moko
1876:
1877: * tests/: 341.html, results/341.processed: more code coverage tests
1878:
1879: * tests/: 346-curl.html, results/346-curl.processed: more code
1880: coverage tests for curl
1881:
1882: * tests/: 346-curl.html, results/346-curl.processed: more code
1883: coverage tests for curl
1884:
1885: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
1886: results/223.processed: code coverage tests: $.form[ $.table[] ]
1887: test added
1888:
1889: * tests/: 223-curl.html, results/223-curl.processed: more code
1890: coverage tests for curl
1891:
1892: 2016-08-03 moko
1893:
1894: * src/classes/curl.C: dlink(curl_library) now called not once, but
1895: until it will be loaded, allowing to find existing library.
1896:
1897: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
1898: results/347-curl.processed: more code coverage tests for curl
1899:
1900: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
1901: results/339-curl.processed, results/346-curl.processed: curl
1902: functionality tests
1903:
1904: 2016-08-02 moko
1905:
1906: * tests/: 339.html, results/339.processed: test for tables in
1907: ^file:load[] and ^curl:load[] (commented) added (related to
1908: feature #1042)
1909:
1910: * tests/: 345.html, results/345.processed: code coverage tests for
1911: file class
1912:
1913: * tests/: 344.html, results/344.processed: code coverage tests
1914:
1915: * tests/: 344.html, results/344.processed: mdate removed from
1916: output
1917:
1918: * src/classes/file.C: minor bugfix: is_text should be taked from
1919: fcontent.is_text_mode() if not set (related to feature #1061)
1920:
1921: * tests/: 344.html, results/344.processed: more tests
1922:
1923: * tests/: 343.html, 344.html, results/343.processed,
1924: results/344.processed: tests for ^file::create[ $.from-charset
1925: and $.to-charset ] (related to feature #1061)
1926:
1927: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1928: aset_text_mode argument optimized
1929:
1930: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1931: checkBOM now used in detect_binary_content (related to feature
1932: #1061)
1933:
1934: * src/main/pa_request.C: load_charset no longer required to_upper
1935:
1936: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
1937: preserves original file mode (if no $.mode specified)
1938:
1939: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1940: ^file::create now supports $.from-charset[] and $.to-charset
1941: options (implements feature #1061), automatic transcode is done
1942: if text file is created from binary file and charset is detected.
1943:
1944: 2016-07-30 moko
1945:
1946: * src/classes/table.C: ^t.hash[..;] now supported (related to
1947: feature #1057)
1948:
1949: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
1950: added (related to feature #1057)
1951:
1952: * tests/: 286.html, results/286.processed: code tests coverage
1953:
1954: 2016-07-29 moko
1955:
1956: * src/classes/table.C: table size should be checked inside menu and
1957: foreach (related to feature #858)
1958:
1959: * src/: classes/curl.C, classes/file.C, classes/string.C,
1960: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1961: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
1962: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
1963: charsets.get now does str_upper inside (related to feature #1061)
1964:
1965: * tests/: 342.html, results/342.processed: more code coverage tests
1966:
1967: * tests/: 342.html, outputs/342.processed: table menu code coverage
1968: + foreach test added (related to feature #858)
1969:
1970: * tests/: 341.html, results/341.processed: tests for
1971: ^table.hash[]{code} added + code coverage tests (related to
1972: feature #1057)
1973:
1974: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
1975: value} support (implements feature #1057)
1976:
1977: * src/classes/table.C: whitespace
1978:
1979: 2016-07-28 moko
1980:
1981: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
1982: from URL, if not specified query string removed from url-based
1983: filenames in ^curl:load[] and ^file::load[] (related to feature
1984: #1042)
1985:
1986: 2016-07-27 moko
1987:
1988: * tests/: 340.html, results/340.processed: test for
1989: transcode_text_result=false added (related to issue #1042)
1990:
1991: 2016-07-26 moko
1992:
1993: * src/types/pa_vfile.C: file name should not be empty (if file path
1994: is folder and ends with /) (related to feature #1042)
1995:
1996: * src/main/pa_http.C: whitespace optimizaion
1997:
1998: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1999: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
2000: multiple headers, ^file::load supports headers transcoding
2001: (implements feature #1042)
2002:
2003: 2016-07-25 moko
2004:
2005: * src/include/pa_common.h: PA_DEFAULT added
2006:
2007: 2016-07-22 moko
2008:
2009: * tests/: 338.html, results/338.processed: test for
2010: $date.field(value) added (related to feature #1066)
2011:
2012: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2013: $date.field(value) now supported for y/m/d/h/m/s (implements
2014: feature #1066)
2015:
1.105 moko 2016: 2016-07-21 moko
2017:
2018: * src/: classes/file.C, classes/image.C, include/pa_common.h,
2019: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
2020: arguments removed; image.C - absolute path shown in exception
2021: (implements feature #1071)
2022:
2023: * tests/: 235.html, results/235.processed: test and test result
2024: updated after static boundary in mail and Errors-To: mail header
2025: removed (related to feature #1047)
2026:
2027: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
2028: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
2029: used, static boundary in mail removed, Errors-To: mail header
2030: removed (implements feature #1047)
2031:
2032: 2016-07-20 moko
2033:
2034: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2035: equest.classes(): Value -> VStateless_class, part 3 (related to
2036: issue #1051)
2037:
2038: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
2039: request.classes(): Value -> VStateless_class, part 2 (related to
2040: issue #1051)
2041:
2042: * tests/results/: 224.processed, 323.processed: classes without
2043: methods should not be methoded (related to issue #1051)
2044:
2045: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
2046: main/compile_tools.h, main/pa_request.C: request.classes(): Value
2047: -> VStateless_class, part 1 (related to issue #1051)
2048:
2049: * tests/: 337.html, results/337.processed: test for
2050: ^reflection:fields_reference[] and VHashReference class added
2051: (related to feature #1072)
2052:
2053: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
2054: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
2055: and VHashReference added, allowing ^reflection:fields_reference[]
2056: implementation (closes feature #1072)
2057:
2058: 2016-07-19 moko
2059:
2060: * tests/: 323.html, results/323.processed: we want to see
2061: "methoded"
2062:
2063: * tests/: 336.html, results/336.processed: test for $BASE:property
2064: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
2065: #1059)
2066:
2067: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
2068: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
2069: somebody_entered_some_class, $BASE:property works again,
2070: ^BASE:method[] bugs fixed (fixes bug #1059)
2071:
2072: 2016-07-14 moko
2073:
2074: * tests/: 335.html, results/335.processed: test for feature #1055
2075: added
2076:
2077: * src/classes/hash.C: bugfix: $._default was not copied if empty
2078: feature: ^hash.contains[_default] added (implements feature
2079: #1055)
2080:
2081: 2016-07-13 moko
2082:
2083: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
2084: should not call @autouse (http://www.parser.ru/forum/?id=83480)
2085:
2086: 2016-07-05 moko
2087:
2088: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
2089: in ^hash.foreach (related to feature #1073)
2090:
2091: 2016-07-04 moko
2092:
2093: * tests/: 134.html, 281.html, results/134.processed,
2094: results/281.processed: tests updated after hash blocking removed
2095: (related to feature #1073)
2096:
2097: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
2098: no longer blocks on change during foreach (implements feature
2099: #1073)
2100:
2101: 2016-06-17 moko
2102:
2103: * tests/: 330.html, results/330.processed: try exception source
2104: test added (related to bug in #1062)
2105:
2106: * tests/: 334.html, results/334.processed: Exception stack trace
2107: test added (related to bug in $1062)
2108:
2109: * src/classes/op.C: Exception trace now correctly restored and
2110: errors reported (related to bug #1062)
2111:
1.104 moko 2112: 2016-05-25 moko
2113:
2114: * src/main/compile.y: minor cleanup + beauty
2115:
2116: 2016-05-24 moko
2117:
2118: * tests/: 333.html, results/333.processed: more exceptions testing
2119:
2120: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
2121: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
2122: features #1056, #1026)
2123:
2124: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
2125: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
2126: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
2127: (implements feature #1056)
2128:
2129: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2130: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
2131: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
2132: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
2133: feature #1026)
2134:
2135: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
2136: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
2137: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
2138: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
2139: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
2140: feature #1026)
2141:
2142: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2143: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
2144: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
2145: SYMBOLS_CACHING define implemented (related to feature #1026)
2146:
2147: * src/main/main.vcproj: + ps_symbols
2148:
2149: * src/: include/Makefile.am, include/pa_string.h,
2150: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
2151: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
2152: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2153: types/pa_vstateless_class.C: initial implementation for symbols
2154: cache (related to feature #1026)
2155:
2156: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
2157:
2158: * src/main/pa_globals.C: minor cleanup
2159:
2160: 2016-05-19 moko
2161:
2162: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
2163: (related to feature #1046)
2164:
2165: * tests/: 331.html, results/331.processed: test for
2166: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
2167: (related to feature #1051)
2168:
2169: * src/main/compile.y:
2170: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
2171: (implements feature #1054)
2172:
2173: 2016-05-18 moko
2174:
2175: * src/types/pa_vtable.C, tests/results/324.processed: no more
2176: "column not found" exception for ^table.no-such-method[] (related
2177: to feature #1046)
2178:
2179: * tests/: 261.html, results/261.processed: test added and updated
2180: after feature #1046 implementation
2181:
2182: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
2183: types/pa_vvoid.h: $string.anything works for whitespace strings,
2184: ^string.contains added for hash compatibility, $string.method no
2185: longer returns stting method (implements feature #1046)
2186:
2187: 2016-05-12 moko
2188:
2189: * src/classes/curl.C: content-type response header no longer
2190: ignored (fixes issue #1045)
2191:
2192: * tests/: 330.html, results/330.processed: test for incomplete
2193: finally execution when break occures added (related to issue
2194: #1077)
2195:
2196: * src/classes/op.C: bugfix: Request::skip reset is called before
2197: executing catch and finally code (fixes issue #1062)
2198:
2199: 2016-05-11 moko
2200:
2201: * tests/: 329.html, results/329.processed: test for invalid
2202: ^break[] behavour added (bug #1077)
2203:
2204: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
2205:
2206: 2016-04-24 moko
2207:
2208: * src/types/pa_vstateless_class.h: warning war
2209:
2210: 2016-04-17 moko
2211:
2212: * tests/: 328.html, results/328.processed: test for
2213: ^break(condition) and ^continue(condition) (related to feature
2214: #1063)
2215:
2216: * src/classes/op.C: ^break(condition) and ^continue(condition)
2217: implemented (feature #1063)
2218:
2219: 2016-04-12 moko
2220:
2221: * tests/results/280.processed: ordered hash now used for class
2222: methods and properties (test results updated for feature #1069)
2223:
2224: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
2225: to xdoc.C as under FreeBSD it was inited after and inheritance
2226: failed (related to issue #1051)
2227:
2228: * tests/: 320.html, results/320.processed: xdoc and xnode methods
2229: are printed to check inheritance (related to feature #1051)
2230:
1.103 moko 2231: 2016-04-09 moko
2232:
2233: * tests/results/320.processed: ordered hash now used for class
2234: methods and properties (test results updated for feature #1069)
2235:
2236: * src/types/pa_vstateless_class.h: ordered hash now used for class
2237: methods and properties (implements feature #1069)
2238:
2239: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
2240: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
2241: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
2242: feature #1051)
2243:
2244: 2016-04-07 moko
2245:
2246: * src/main/execute.C: returned Value in .CLASS case for VJunction
2247: (related to feature #1051)
2248:
2249: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
2250: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
2251: string constants deduplication (related to feature #1051)
2252:
2253: * tests/results/224.processed: test result updated (related to
2254: feature #1051)
2255:
2256: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
2257: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
2258: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
2259: types/pa_vstatus.h: classes hash now contains only
2260: VStateless_class derived objects, .CLASS is also allways
2261: VStateless_class derived object (related to feature #1051).
2262:
2263: 2016-04-06 moko
2264:
2265: * tests/results/323.processed: test result updated after feature
2266: #1051 implementation
2267:
2268: * src/: classes/classes.h, classes/op.C, classes/response.C,
2269: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2270: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
2271: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
2272: types/pa_vresponse.C, types/pa_vresponse.h,
2273: types/pa_vstateless_class.h: base -> methoded_donor for static
2274: classes, type() moved from VStateless_class to VClass and
2275: Methoded (implements feature #1051)
2276:
2277: 2016-04-04 moko
2278:
2279: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
2280: beauty: put_class added (related to feature #1051)
2281:
2282: 2016-04-01 moko
2283:
2284: * tests/results/: 175.processed, 192.processed, 224.processed,
2285: 229.processed, 244.processed, 246.processed, 316.processed: test
2286: results updated as class.type() removed from error messages, only
2287: type() left (related to feature #1051)
2288:
2289: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
2290: classes/op.C, classes/reflection.C, main/compile.y,
2291: main/compile_tools.h, main/execute.C, main/pa_request.C,
2292: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
2293: types/pa_vmethod_frame.h, types/pa_vobject.h,
2294: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
2295: from VStateless_class, type() is used instead (related to feature
2296: #1051)
2297:
2298: * src/classes/mail.C: old logic restored.
2299:
2300: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2301: classes/classes.h, classes/curl.C, classes/date.C,
2302: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2303: classes/hashfile.C, classes/image.C, classes/inet.C,
2304: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2305: classes/memcached.C, classes/memory.C, classes/reflection.C,
2306: classes/regex.C, classes/response.C, classes/string.C,
2307: classes/table.C, classes/xdoc.C, classes/xnode.C,
2308: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
2309: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
2310: feature #1051)
2311:
2312: 2016-03-30 moko
2313:
2314: * tests/: 327.html, results/224.processed, results/327.processed:
2315: test for TZ specification in ^date::create[], TZ is kept during
2316: ^date::create[$dt] (related to feature #1048)
2317:
2318: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
2319: ^date::create[], TZ is kept during ^date::create[$dt] (implements
2320: feature #1048)
2321:
2322: 2016-03-29 moko
2323:
2324: * tests/: 315.html, results/315.processed: test for timezone format
2325: +HHmm added (related to feature #1065)
2326:
2327: * src/classes/date.C: timezone format +HHmm now supported
2328: (implements feature #1065)
2329:
2330: 2016-03-28 moko
2331:
2332: * tests/: 202.html, results/131.processed, results/202.processed,
2333: results/224.processed, results/256.processed,
2334: results/315.processed: test results updated after %.2d now
2335: default for hours offset in iso-string (was %2d), test for
2336: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2337: added (related to feature #1065)
2338:
2339: 2016-03-27 moko
2340:
2341: * src/types/pa_vdate.C: '+' sign for zero offset (related to
2342: feature #1065)
2343:
2344: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2345: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2346: added (implements feature #1065)
2347:
2348: 2016-03-24 moko
2349:
2350: * tests/: 202.html, results/202.processed: test $date.week added
2351: (related to bug #1067)
2352:
2353: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
2354: date (fix for bug #1067)
2355:
2356: 2016-03-10 moko
2357:
2358: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
2359:
1.102 moko 2360: 2015-12-07 moko
2361:
2362: * tests/: 326.html, results/326.processed: test for .CLASS &
2363: .CLASS_NAME optimization added (related to feature #844)
2364:
2365: 2015-11-17 moko
2366:
2367: * tests/: 323.html, results/323.processed: order added
2368:
2369: * tests/: 325.html, results/325.processed: double range test added
2370: (related to bug #1049)
2371:
2372: 2015-11-16 moko
2373:
2374: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
2375: added to disallow NaN and Infinity (fixes bug #1049)
2376:
2377: 2015-11-11 moko
2378:
2379: * tests/324.html: parser 3.4.3 execution support added (related to
2380: feature #1017)
2381:
2382: * tests/: 324.html, results/324.processed: test for
2383: GET_ELEMENT4CALL feature added (feature #1017)
2384:
1.101 moko 2385: 2015-10-29 moko
2386:
2387: * operators.txt: updated for 3.4.4
2388:
2389: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
2390:
2391: * src/main/pa_exec.C: get_exit_status implemented for Windows
2392: (related to bug #1043)
2393:
2394: 2015-10-28 moko
2395:
2396: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
2397: hangup during ^file::exec (fixes bug #1043)
2398:
1.100 moko 2399: 2015-10-27 moko
2400:
2401: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
2402:
1.99 moko 2403: 2015-10-26 moko
2404:
1.100 moko 2405: * tests/322.html, src/classes/reflection.C: arguments reorder
2406: (related to issue #1041)
2407:
2408: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
2409: Copyright year updated
2410:
1.99 moko 2411: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
2412: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
2413: classes/form.C, classes/hash.C, classes/hashfile.C,
2414: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
2415: classes/mail.C, classes/math.C, classes/memcached.C,
2416: classes/memory.C, classes/op.C, classes/reflection.C,
2417: classes/regex.C, classes/response.C, classes/string.C,
2418: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
2419: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
2420: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2421: include/pa_config_fixed.h, include/pa_config_includes.h,
2422: include/pa_dictionary.h, include/pa_dir.h,
2423: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2424: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2425: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2426: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2427: include/pa_request_charsets.h, include/pa_request_info.h,
2428: include/pa_sapi.h, include/pa_socks.h,
2429: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2430: include/pa_stack.h, include/pa_string.h,
2431: include/pa_stylesheet_connection.h,
2432: include/pa_stylesheet_manager.h, include/pa_table.h,
2433: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
2434: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
2435: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
2436: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
2437: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
2438: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
2439: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
2440: main/compile.y, main/compile_tools.C, main/compile_tools.h,
2441: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
2442: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
2443: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
2444: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
2445: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2446: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2447: main/pa_string.C, main/pa_stylesheet_connection.C,
2448: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
2449: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
2450: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
2451: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
2452: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
2453: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
2454: targets/isapi/parser3isapi.C, types/pa_junction.h,
2455: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2456: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
2457: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
2458: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
2459: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
2460: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
2461: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
2462: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
2463: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
2464: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
2465: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
2466: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
2467: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2468: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2469: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2470: types/pa_vresponse.C, types/pa_vresponse.h,
2471: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2472: types/pa_vstateless_object.h, types/pa_vstatus.C,
2473: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2474: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2475: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2476: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2477: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2478:
2479: * src/targets/cgi/parser3.C: year updated
2480:
2481: * src/classes/reflection.C: VS2003 compatibility fixed (related to
2482: issue #1041)
2483:
2484: * tests/: 323.html, results/323.processed: test for base classes
2485: added
2486:
2487: * tests/: 261.html, results/261.processed: updated after better
2488: error reporting done for $string.key exception
2489:
2490: * src/types/pa_vstring.h: better error report for $string.key
2491: exception
2492:
2493: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
2494: copied as VObject::get_element4call to remove extra virtual call
2495:
2496: * tests/: 322.html, results/322.processed: test for
2497: ^reflection:is[] added (related to feature #1041)
2498:
2499: * src/classes/reflection.C: ^reflection:is empty value is void
2500: (related to feature #1041)
2501:
2502: * src/classes/reflection.C:
2503: ^reflection:is[class_name|code|method;[context;]element_name]
2504: added (implements feature #1041)
2505:
2506: 2015-10-24 moko
2507:
2508: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
2509:
1.98 moko 2510: 2015-10-22 moko
2511:
2512: * tests/: 321.html, results/321.processed: test for
2513: ^reflection:method_info[] file detection added
2514:
2515: * tests/: 320.html, results/320.processed: test for
2516: ^reflection:class_by_name[class_name] added (related to feature
2517: #993)
2518:
2519: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
2520: added (implements feature #993)
2521:
2522: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
2523: (related to feature #1017)
2524:
2525: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
2526: added (related to issue #1039)
2527:
2528: * src/main/pa_request.C: ^throw origin fixed (related to feature
2529: #1039)
2530:
2531: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
2532: for VDate
2533:
2534: * tests/results/182.processed: updated after feature #1038
2535: implemented
2536:
2537: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
2538: compile-time exception origin added (test for feature #1039)
2539:
2540: * src/: include/pa_request.h, main/compile.C, main/compile.y,
2541: main/pa_request.C: exception unification: compile-time exceptions
2542: now have origin, @USE origins also tracked (implements feature
2543: #1039)
2544:
2545: 2015-10-20 moko
2546:
2547: * src/main/pa_request.C: cleanup
2548:
2549: 2015-10-15 moko
2550:
2551: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
2552:
2553: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
2554: types/pa_vtable.C: new feature: no more $table.method and
2555: $hash.method, aliases for _at, _count, _key (related to feature
2556: #1017)
2557:
1.97 moko 2558: 2015-10-14 moko
2559:
1.98 moko 2560: * tests/: 317.html, results/317.processed: test for
2561: ^string.unescape[] added (related to feature #120)
2562:
1.97 moko 2563: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
2564: defined" bug (described in issue #1036)
2565:
2566: * tests/: 247.html, results/247.processed: test for checkBOM added
2567: (test for bug #1037)
2568:
2569: * src/: include/pa_charsets.h, main/pa_charsets.C,
2570: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
2571: it's not enforced, skips BOM signature if it complies charset
2572: (fixes bug #1037)
2573:
2574: 2015-10-13 moko
2575:
2576: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
2577: linking
2578:
2579: * src/classes/inet.C: vs2003 compilation fix
2580:
2581: * src/classes/math.C: warning war
2582:
2583: * src/lib/punycode/pa_punycode.c: warning war
2584:
2585: 2015-10-12 moko
2586:
2587: * src/lib/punycode/pa_punycode.c: warning war
2588:
2589: * parser3.sln: moved parser3 first, to make it default startup
2590: project
2591:
2592: * buildall: parser "mirror" now used for external libs sources
2593: (implements feature #1036)
2594:
2595: * buildall: most external libs are updated to their current
2596: versions (related to feature #1036)
2597:
2598: * src/classes/image.C: more tags added
2599:
2600: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
2601:
2602: 2015-10-11 moko
2603:
2604: * src/classes/curl.C: minor optimization (related to feature #1035)
2605:
2606: 2015-10-09 moko
2607:
2608: * src/classes/curl.C: pa_strdup added for strings from curl
2609: (related to feature #1035)
2610:
2611: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
2612: ULLONG_MAX definition
2613:
2614: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
2615: (implements feature #1035)
2616:
2617: * src/main/pa_charset.C: String::Body(String::C) used
2618:
2619: * src/main/pa_charset.C: exceptions unified
2620:
2621: * src/: include/pa_charset.h, main/pa_charset.C: declarations
2622: unified
2623:
2624: * src/: classes/file.C, classes/image.C, classes/mail.C,
2625: classes/op.C, classes/xdoc.C, classes/xnode.C,
2626: include/pa_string.h, main/pa_request.C, main/pa_string.C,
2627: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
2628: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
2629: String::Body(String::C) constructor added (related to bug #957)
2630:
2631: * src/classes/file.C: minor optimization
2632:
2633: * src/include/pa_hash.h: hash.get(char*) added, to minimize
2634: Cord(char*) autocreation (related to bug #957)
2635:
2636: * src/: classes/string.C, main/untaint.C: minor optimizations
2637:
2638: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
2639: String(char*, Lang, length) removed, String(C(), Lang) used
2640: instead (related to bug #957)
2641:
2642: 2015-10-08 moko
2643:
2644: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
2645: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
2646: main/untaint.C: Now char * is converted to CORD only using
2647: AS_CORD() to check for empty cord bug (fixes bug #957)
2648:
2649: * src/include/pa_hash.h: fixed compilation without
2650: HASH_CODE_CACHING
2651:
2652: * src/classes/string.C:
2653: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
2654: feature #120)
2655:
2656: * src/main/pa_common.C: reduce js flags checks count (related to
2657: feature #120)
2658:
1.96 moko 2659: 2015-10-07 moko
2660:
2661: * tests/: 275.html, results/275.processed: test modified after
2662: unsigned long long int support implemented (feature #1034)
2663:
2664: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
2665: pa_atoul added for unsigned long long int support
2666:
2667: 2015-10-06 moko
2668:
2669: * src/types/pa_vdate.C: INT_MAX used
2670:
2671: 2015-10-03 moko
2672:
2673: * tests/: 302.html, results/302.processed: test for bug #1023
2674: (\u2028, \u2029 escaping) added
2675:
2676: * src/main/untaint.C: \u2028, \u2029 are now escaped in
2677: json:string[] (fixes bug #1023)
2678:
2679: 2015-09-29 moko
2680:
2681: * tests/305.html: try-catch added for OS without ipv6 support
2682:
2683: * src/lib/json/pa_json.C: more unique prefixes for Solaris
2684: compilation
2685:
2686: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
2687: main/execute.C, types/pa_value.h, types/pa_vhash.h,
2688: types/pa_vtable.C, types/pa_vtable.h: get_element4call
2689: implemented to distinguish ^hash.method from $hash.field
2690: (implements feature #1017)
2691:
2692: * src/lib/punycode/pa_punycode.c: warning war
2693:
2694: * src/include/pa_config_includes.h: warning war
2695:
2696: * src/include/pa_config_includes.h: pragma warning actualized a bit
2697:
2698: * src/include/pa_config_includes.h: warning war
2699:
2700: * src/include/pa_hash.h: clang compilation fix
2701:
2702: 2015-09-27 moko
2703:
2704: * src/main/compile.tab.C: Bison 3 is now default
2705:
2706: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
2707:
2708: 2015-09-25 moko
2709:
2710: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
2711: works with undefined HASH_ORDER (related to feature #196)
2712:
2713: 2015-09-24 moko
2714:
2715: * tests/: 027.html, results/027.processed: test modified to test
2716: ^hash.sort (feature #196)
2717:
2718: * src/: classes/hash.C, include/pa_hash.h:
2719: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
2720: added (implements feature #196)
2721:
2722: * tests/: 316.html, results/316.processed: Added test for bug #1025
2723: (exception handling in non-cached ^cache), plus for "it does not
2724: have logical value" and "$exception.handled value must be either
2725: boolean or string 'cache'" exceptions.
2726:
2727: * src/classes/op.C: ^cache: exceptions now handled in non-cached
2728: code (fixes bug #1025)
2729:
1.95 moko 2730: 2015-09-23 moko
2731:
2732: * src/classes/table.C: warning war
2733:
2734: * src/: classes/math.C, types/pa_vcookie.C: warning war
2735:
2736: * src/classes/file.C: warning war
2737:
2738: * src/: include/pa_table.h, main/pa_table.C: warning war
2739:
2740: * src/: main/pa_request.C, classes/date.C: warning war
2741:
2742: * src/: types/pa_vdate.C, classes/op.C: warning war
2743:
2744: * tests/: 122.html, results/122.processed: win sync: to remove
2745: differences with OS that doesn't keep timezone change history
2746:
2747: * src/types/pa_vdate.C: tzset() should be called in Windows after
2748: TZ change (related to feature #36)
2749:
2750: * tests/: 075.html, results/075.processed: win sync: to remove
2751: differences with OS that doesn't keep timezone change history
2752:
2753: * tests/: 315.html, results/315.processed: win sync: to remove
2754: differences with OS that doesn't keep timezone change history
2755:
2756: * tests/: 256.html, results/256.processed: win sync: to remove
2757: differences with OS that doesn't keep timezone change history
2758:
2759: * tests/: 124.html, results/124.processed: win results sync: to
2760: avoid hitting time change hole.
2761:
2762: * src/types/pa_vdate.C: static returned. :)
2763:
2764: 2015-09-22 moko
2765:
2766: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
2767:
2768: * tests/results/131.processed: more tests for feature #1032
2769:
2770: * src/classes/date.C: minor fix related to feature #1032
2771:
2772: * operators.txt: ISO date creation documented (related to feature
2773: #1032)
2774:
2775: * operators.txt: iso-string documented (related to feature #1032)
2776:
2777: * tests/: 315.html, results/315.processed: more tests added
2778: (related to feature #1032)
2779:
2780: * tests/: 131.html, results/131.processed: date range checks
2781: updated (related to feature #36)
2782:
2783: * tests/: 315.html, results/057.processed, results/315.processed:
2784: test added for ISO date support (related to issue #315)
2785:
2786: * src/classes/date.C: more readable exceptions in date creation
2787: (related to ticket #1032)
2788:
2789: 2015-09-18 moko
2790:
2791: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
2792: added (related to issue #1032)
2793:
2794: * tests/results/256.processed, src/classes/json.C: iso-string
2795: documented (related to issue #1032)
2796:
2797: * tests/: 256.html, results/256.processed: ISO date check added
2798: (related to issue #1032)
2799:
2800: * tests/: 057.html, results/057.processed, results/224.processed:
2801: tests results updated after ISO date support implemented (related
2802: to feature #1032)
2803:
2804: * src/: classes/date.C, classes/image.C, types/pa_value.h,
2805: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
2806: ^date::create[string] constructor formalized, ^date.iso-string[]
2807: added (implements feature #1032)
2808:
2809: 2015-09-05 moko
2810:
2811: * operators.txt: actualized
2812:
2813: * operators.txt: date changes documented (related to ticket #36)
2814:
2815: 2015-09-04 moko
2816:
2817: * src/types/pa_vdate.C: warning war
2818:
2819: * src/: classes/op.C, types/pa_vhashfile.C: warning war
2820:
2821: 2015-09-03 moko
2822:
2823: * tests/results/096.processed: test result updated for 0..9999 year
2824: date range support (related to feature #36)
2825:
2826: * tests/: 314.html, results/314.processed: test for
2827: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
2828: bug #1031)
2829:
2830: * src/classes/string.C: Static calls fixed for ^string:base64[],
2831: ^string:idna[], ^string:js-escape[] (closes bug #1031)
2832:
1.116 moko 2833: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
2834: configure.in -> configure.ac
1.95 moko 2835:
1.116 moko 2836: * configure, configure.in, src/include/pa_config_auto.h.in: more
2837: correct timezone check for FreeBSD Warning war: configure.in ->
2838: configure.ac
1.95 moko 2839:
2840: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 2841: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
2842: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
2843: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
2844: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
2845: src/main/Makefile.am, src/targets/apache/Makefile.am,
2846: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 2847: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
2848: check added
2849:
2850: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
2851:
2852: * tests/results/: 124.processed, 224.processed: test resuls updated
2853: for new date implementation (related to feature #36)
2854:
2855: * src/: classes/date.C, classes/image.C, include/pa_common.h,
2856: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
2857: types/pa_vdate.h: new double date implementation with internal
2858: support for extended 0..9999 year range, default timezone support
2859: (related to feature #36)
2860:
2861: 2015-08-28 moko
2862:
2863: * src/types/pa_vmail.C: fixed $mail:received.date calculations
2864: (fixes bug #1030)
2865:
2866: 2015-08-21 moko
2867:
2868: * src/classes/inet.C: snprintf size "bug" commented
2869:
2870: * src/main/pa_common.C: snprintf comments updated
2871:
2872: 2015-08-16 moko
2873:
2874: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
2875:
2876: 2015-08-11 moko
2877:
2878: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
2879: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
2880: can be null (fixes bug #1029)
2881:
2882: 2015-08-06 moko
2883:
1.116 moko 2884: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
2885: pa_vdate.C added
1.95 moko 2886:
2887: 2015-08-05 moko
2888:
2889: * tests/: 313.html, results/313.processed: test for
2890: ^table.count[columns] and ^table.flip[] with nameless tables
2891: (feature #1003)
2892:
2893: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2894: max_cell added, now ^table.count[columns] and ^table.flip[] works
2895: correctly for nameless tables (implements feature #1003)
2896:
2897: 2015-08-03 moko
2898:
2899: * tests/312.html: test for ^table.append[$hash] and
2900: ^table.insert[$hash] added (related to feature #1028)
2901:
2902: * src/classes/table.C: ^table.append[$hash] and
2903: ^table.insert[$hash] now supported (implements feature #1028)
2904:
2905: * tests/: 312.html, results/312.processed: test row copy in
2906: ^table.hash[; $.type[table] ] added (related to feature #1016)
2907:
2908: * src/classes/table.C: row copy now created in ^table.hash[;
2909: $.type[table] ] (related to feature #1016)
2910:
2911: 2015-07-29 moko
2912:
2913: * tests/: 312.html, results/312.processed: test for ^table.delete[]
2914: added (related to feature #1016)
2915:
2916: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2917: ^table.delete[] added to delete current row (related to feature
2918: 1016)
2919:
2920: 2015-07-28 moko
2921:
2922: * tests/: 312.html, results/312.processed: test for
2923: $table.column[value] and ^table.insert{row} (related to feature
2924: #1016)
2925:
2926: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
2927: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
2928: ^table.insert{row} are now implemented (feature #1016)
2929:
2930: * src/include/pa_array.h: Optimization: bool reverse removed from
2931: append(), insert() added, memmove arguments order in remove()
2932: fixed (related to feature #1016)
2933:
2934: 2015-07-23 moko
2935:
2936: * src/classes/json.C: tainted json and empty json exception added
2937: (implements feature #1015)
2938:
2939: * tests/: 311.html, results/311.processed: empty json and tainted
2940: json exception test added (related to issue #1015)
2941:
2942: 2015-07-22 moko
2943:
2944: * tests/: 311.html, results/311.processed: test for UTF-8
2945: processing added
2946:
2947: * tests/: 311.html, results/311.processed: test for
2948: json_exception_with_source added (related to issue #394)
2949:
2950: * src/classes/json.C: json_exception_with_source added (implements
2951: feature #394)
2952:
2953: 2015-06-29 moko
2954:
2955: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
2956: directories are now correctly determined if _d_type == DT_UNKNOWN
2957: (closes bug #1027)
2958:
2959: 2015-06-10 moko
2960:
2961: * src/types/pa_vxnode.h: extern "C" not requred and causes build
2962: error if libxml has LIBXML_ICU_ENABLED.
2963:
2964: 2015-06-04 moko
2965:
2966: * tests/099.html: ups, reverting
2967:
2968: * tests/: 099.html, 309.html, 310.html, results/309.processed,
2969: results/310.processed: tests for $response:body[ $.file[] ] and
2970: $response:last-modified added
2971:
2972: * src/main/pa_request.C: last-modified check fixed
2973:
2974: 2015-06-03 moko
2975:
2976: * tests/: 204.html, 205.html, 293.html, results/204.processed,
2977: results/205.processed, results/293.processed: $response:headers
2978: logging added (tests for feature #1007)
2979:
2980: * src/: include/pa_common.h, include/pa_request.h,
2981: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
2982: $response:headers are now in uppercase (closes feature #1007)
2983:
2984: 2015-06-02 moko
2985:
2986: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
2987: build errors reverted for clang compatibility
2988:
2989: 2015-06-01 moko
2990:
2991: * src/include/pa_memory.h: -pedantic build errors fixed
2992:
2993: * src/classes/math.C: -pedantic build error fixed
2994:
2995: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
2996:
2997: 2015-05-31 moko
2998:
2999: * src/classes/table.C: USE_STRINGSTREAM optimized
3000:
3001: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
3002: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
3003: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
3004: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
3005: types/pa_vxnode.h: warning war (-pedantic flag)
3006:
3007: 2015-05-28 moko
3008:
3009: * tests/: 308.html, results/308.processed: test for
3010: ^table::create[$t;], etc work added (related to bug #975)
3011:
3012: * src/classes/table.C: check_option_param removed,
3013: ^table::create[$t;], etc now works (fixes bug #975)
3014:
3015: 2015-05-27 moko
3016:
3017: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
3018: (Debian jessie) fixed (closes issue #1024)
3019:
3020: * tests/Makefile: sort added as in Debian jessie list become
3021: unsorted
3022:
3023: 2015-05-18 moko
3024:
3025: * tests/: 201.html, results/201.processed: test for
3026: ^string.trim[what] feature #1022
3027:
3028: * src/classes/string.C: ^string.trim[what] now supported,
3029: implements feature #1022
3030:
3031: 2015-05-17 moko
3032:
3033: * tests/results/185.processed: test result updated as feature #1021
3034: implemented (left/right accept negative parameter)
3035:
3036: * src/classes/string.C: left/right now accept negative parameter
3037: (implements feature #1021)
3038:
3039: 2015-05-08 moko
3040:
3041: * src/classes/math.C: isalnum -> pa_isalnum
3042:
3043: * src/main/execute.C: optimization in getter-junction processing
3044: (related to issue #997)
3045:
3046: 2015-05-07 moko
3047:
3048: * tests/: 307.html, results/307.processed: test for issue #997
3049: added
3050:
3051: * src/main/execute.C: process_getter result now checked if junction
3052: returned (closes issue #997)
3053:
3054: * tests/: 305.html, results/305.processed: sort added to ignore
3055: different order
3056:
3057: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
3058: assignment (closes issue #994)
3059:
3060: * tests/: 306.html, results/306.processed: test for issue #994
3061: added
3062:
3063: * tests/: 303.html, results/303.processed: two more errors tested
3064:
3065: 2015-05-06 moko
3066:
3067: * tests/: 305.html, results/305.processed: test for name2ip &
3068: ip2name added (related to feature #992)
3069:
3070: * tests/: 303.html, 304.html, results/303.processed,
3071: results/304.processed: tests for idna conversion added (related
3072: to issue #849)
3073:
3074: 2015-05-02 moko
3075:
3076: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
3077: implemented
3078:
3079: 2015-04-30 moko
3080:
3081: * src/main/pa_http.C: idna_host added, related to issue #849
3082:
3083: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
3084: (related to issue #849)
3085:
3086: 2015-04-24 moko
3087:
3088: * src/types/pa_vjunction.C: warning war
3089:
3090: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
3091: unification
3092:
3093: * src/lib/punycode/pa_idna.c: warning war
3094:
3095: 2015-04-22 moko
3096:
3097: * src/main/main.vcproj: punycode include path added
3098:
3099: * src/lib/punycode/pa_idna.c: windows compile error fixed
3100:
3101: * src/lib/punycode/pa_idna.c: warning war
3102:
3103: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
3104: project file added
3105:
3106: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
3107:
3108: * src/include/pa_memory.h: warning war
3109:
3110: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
3111: ^string:idna[xn--...], ^string.idna[] - idna conversion support
3112: implemented (related to feature #849)
3113:
3114: * configure.in, src/main/Makefile.am,
3115: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
3116: libpunycode added in Unix
3117:
3118: 2015-04-21 moko
3119:
3120: * configure.in: large files support
3121:
3122: 2015-04-15 moko
3123:
3124: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
3125: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
3126: pa_punycode.h: initial version for punycode/idna support library
3127: (ticket #849)
3128:
3129: 2015-04-08 moko
3130:
3131: * src/: classes/curl.C, classes/date.C, classes/file.C,
3132: classes/image.C, classes/mail.C, classes/reflection.C,
3133: classes/string.C, classes/xnode.C, include/pa_request.h,
3134: include/pa_string.h, include/pa_stylesheet_connection.h,
3135: main/compile.y, main/compile_tools.h, main/execute.C,
3136: main/pa_common.C, main/pa_request.C, main/pa_string.C,
3137: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
3138: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
3139: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
3140: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
3141: clang compiler warnings (closes issue #1018)
3142:
3143: * src/include/pa_string.h: String::Body comparation operators with
3144: char * added (related to issue #958)
3145:
3146: 2015-04-07 moko
3147:
3148: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
3149: pa_malloc/pa_free to remove system malloc/free usage (related to
3150: issue #1018)
3151:
3152: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
3153: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
3154: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
3155: main/pa_http.C, main/pa_request.C, main/pa_string.C,
3156: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
3157: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
3158: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
3159: malloc/strdup/free replaced with pa_ version and checks for
3160: accidental use of non-pa_ version added (related to issue #1018)
3161:
3162: 2015-04-03 moko
3163:
3164: * buildall: pcre-8.33 -> pcre-8.36
3165:
3166: * src/: main/compile.y, classes/form.C, classes/mail.C,
3167: classes/op.C, classes/string.C, main/compile.tab.C,
3168: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
3169: main/pa_sql_driver_manager.C, types/pa_vfile.C,
3170: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
3171: ticket #958)
3172:
3173: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
3174: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3175: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3176: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
3177: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
3178: $request:headers, $request:method added (implements feature
3179: #1007)
3180:
3181: 2015-03-17 misha
3182:
3183: * tests/302.html: - test for
3184: ^json:string[...;$._default[method-name]]
3185:
3186: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3187: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
3188: option $._default[method-name] is specified in ^json:string[], a
3189: method with specified name will be called for classes/objects
3190: serialization ( new feature: #982 )
3191:
3192: 2015-03-16 misha
3193:
3194: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
3195: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
3196: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
3197: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
3198: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
3199: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
3200: types/pa_vmemory.h, types/pa_vmethod_frame.C,
3201: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
3202: types/pa_vrequest.h, types/pa_vstateless_class.C,
3203: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3204: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
3205: $var.CLASS_NAME now have special opcodes. This can be switched
3206: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
3207: on pa_opcode.h ( new feature: #844 )
3208:
3209: 2015-03-15 misha
3210:
3211: * tests/075.html: - test for $response:header[]
3212:
3213: * src/types/pa_vresponse.C: - $response:header[] deletes header
3214: that was set earlie ( new feature: #1001 )
3215:
3216: 2015-03-12 misha
3217:
3218: * tests/246.html: - more tests for ^hash._at[]
3219:
3220: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
3221: accepts second param [key|value|hash] ( new feature: #1012 )
3222:
3223: 2015-03-09 moko
3224:
3225: * src/types/pa_vmail.C: exception for everything but
3226: $mail:received, closes issue #1011
3227:
3228: 2015-02-20 moko
3229:
3230: * tests/: 275.html, results/275.processed: hex detection in
3231: pa_atoui fix test (closes issue #1010)
3232:
3233: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
3234: issue #1010)
3235:
3236: 2015-02-17 moko
3237:
3238: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
3239: tainted.
3240:
3241: 2015-02-03 misha
3242:
3243: * tests/301.html: - test for ^json:string($double) causes
3244: exception. bugfix: #1008
3245:
3246: * src/classes/json.C: - ^json:string($double) causes exception.
3247: bugfix: #1008
3248:
3249: * tests/014.html: - updated for work with ^hash.delete[]
3250:
3251: 2015-01-12 misha
3252:
3253: * src/: classes/form.C, include/pa_common.h,
3254: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
3255: types/pa_vform.h: - supports body with PUT method as well ( new
3256: feature: #1006 )
3257:
3258: * src/classes/file.C: - warnings war
3259:
3260: 2015-01-11 misha
3261:
3262: * tests/300.html: - test for ^hash.delete[] is added
3263:
3264: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
3265: feature: #989 ) - tiny optimization in intersects
3266:
3267: 2015-01-06 moko
3268:
3269: * src/types/pa_vmail.C: file names transcode added, to and cc added
3270: with transcode, attachments detection fixed
3271:
3272: * src/main/pa_request.C: filling mail received after cgi/auto.p
3273: load to allow charset switch (related to issue #996)
3274:
3275: 2014-12-31 moko
3276:
3277: * src/types/pa_vmail.C: from and subject now transcoded if not
3278: UTF-8 source charset (fixes issue 996)
3279:
3280: * src/main/pa_exception.C: fixed string from stack bug (closes
3281: issue #1000)
3282:
3283: 2014-12-11 misha
3284:
3285: * src/types/pa_vhashfile.C: - check if key is not empty before
3286: access ( bug fix: #1005 )
3287:
3288: 2014-11-13 misha
3289:
3290: * src/main/compile.y: - PC.append does not reset to false while
3291: creating a new class. bugfix: #990
3292:
3293: * tests/299.html: - test for creation class after working with
3294: partial class (create+append)
3295:
3296: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
3297: #995
3298:
3299: * tests/232.html: - test for @get[def] added
3300:
3301: 2014-10-12 moko
3302:
3303: * src/lib/pcre/pcre_internal.vcproj: correct path
3304:
3305: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3306: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
3307: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
3308: targets/apache/ApacheModuleParser3.vcproj,
3309: targets/apache/ApacheModuleParser3Core.vcproj,
3310: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3311: types/types.vcproj: project GUID inserted in *.vcproj for correct
3312: conversion in newer VS versions
3313:
3314: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
3315: pcre_internal.vcproj added
3316:
3317: 2014-08-28 moko
3318:
3319: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
3320: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
3321: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
3322:
3323: 2014-06-30 misha
3324:
3325: * tests/298.html: - tests for ^reflection:def[class;className]
3326: added
3327:
3328: * src/classes/reflection.C: - ^reflection:def[class;className]
3329: added ( new feature: #918 )
3330:
3331: 2014-06-29 misha
3332:
3333: * src/classes/table.C: - ^table::create[unsupported data] -
3334: exception comment changed to "body must be table or code" ( bug
3335: fix: #951 )
3336:
3337: * tests/: 261.html, results/261.processed: - tests for
3338: ^json:string[...;$.void[null|string]] added
3339:
3340: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
3341: option $.void[string|null] added to ^json:string[...] ( new
3342: feature: #952 )
3343:
3344: 2014-06-28 moko
3345:
3346: * src/classes/curl.C: $.charset now processed before other curl
3347: options (closes issue #980)
3348:
3349: 2014-05-23 misha
3350:
3351: * src/classes/json.C: - bug fix: #987
3352:
3353: 2014-05-04 misha
3354:
3355: * tests/: 253.html, 253_json.txt: - test for
3356: ^json:parse[$.int(false)] is added
3357:
3358: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
3359: default true). The option is similar to $.double(bool) but for
3360: integers.
3361:
3362: 2014-05-01 moko
3363:
3364: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
3365: #12 )
3366:
3367: 2014-04-16 moko
3368:
3369: * src/main/pa_http.C: response-charset option should finally work
3370: now (fix for issue #867)
3371:
3372: * src/main/pa_http.C: response-charset option should work now (fix
3373: for issue #867)
3374:
3375: 2014-03-07 moko
3376:
3377: * buildall: libgc moved
3378:
3379: * buildall: libgc moved
3380:
3381: 2013-12-29 moko
3382:
3383: * src/classes/string.C: ^string:js-unescape result now tainted,
3384: closes issue #966
3385:
3386: * tests/: 186.html, results/186.processed: ^string:js-unescape
3387: result now tainted, issue #966
3388:
3389: 2013-12-03 moko
3390:
3391: * src/: classes/memcached.C, types/pa_vmemcached.C,
3392: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
3393: option was added for http://www.parser.ru/forum/?id=79343
3394:
3395: * src/classes/file.C: bugfix for
3396: http://www.parser.ru/forum/?id=79337
3397:
3398: 2013-11-05 moko
3399:
3400: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
3401:
3402: * src/main/pa_globals.C: spelling fixed
3403:
3404: 2013-10-29 moko
3405:
3406: * src/lib/json/json.vcproj: json.c -> pa_json.C
3407:
3408: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
3409: #892
3410:
3411: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
3412: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
3413: exceptions to be thrown thougth json library), related to issue
3414: #892
3415:
3416: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
3417: related to issue #896
3418:
3419: 2013-10-24 moko
3420:
3421: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
3422:
3423: 2013-10-23 moko
3424:
3425: * README: actualization
3426:
3427: 2013-10-22 moko
3428:
3429: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
3430: compatibility patch from Sergey Kirpichev
3431:
3432: * tests/: 297.html, results/297.processed: non-working getter fix
3433: test for issue #948
3434:
3435: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
3436: called when saving value of $match variable in ^string.match[] to
3437: increase compatibility (related to issue #948).
3438:
3439: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
3440: usage optimization
3441:
3442: 2013-10-21 moko
3443:
3444: * tests/: 182.html, results/182.processed: local path removed for
3445: compatibility
3446:
3447: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
3448: results/244.processed, results/253.processed,
3449: results/254.processed, results/275.processed,
3450: results/281.processed: try_catch -> try-catch
3451:
3452: * tests/: 288.html, 294.html, 296.html, results/288.processed,
3453: results/294.processed, results/296.processed: try_catch ->
3454: try-catch
3455:
3456: 2013-10-20 moko
3457:
3458: * tests/: 296.html, results/296.processed: test for xsl exception
3459: for issue #938 added.
3460:
3461: * src/: include/pa_xml_exception.h,
3462: main/pa_stylesheet_connection.C: forgotten to be replaced
3463: XmlException is now replaced (once again closes issue #938)
3464:
3465: 2013-10-19 misha
3466:
3467: * bin/auto.p.dist.in: - more mime-types are added
3468:
3469: 2013-10-18 moko
3470:
3471: * buildall: disable clock_gettime detection to avoid librt linking
3472: (which in turn depends on libpthread), related to issue #943
3473:
3474: 2013-10-18 misha
3475:
3476: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
3477: lib/smtp/smtp.vcproj, main/main.vcproj,
3478: targets/apache/ApacheModuleParser3Core.vcproj,
3479: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3480: types/types.vcproj: - new locations for libxml2 includes where
3481: added to vcproj files
3482:
3483: 2013-10-18 moko
3484:
3485: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
3486: fix
3487:
3488: * tests/: 295.html, results/295.processed: test for issue #948
3489: updated
3490:
3491: * src/classes/table.C: hopefully last lost part for issue #948 fix.
3492: :)
3493:
3494: * tests/: 295.html, results/295.processed: test for issue #948
3495: added
3496:
3497: * src/: classes/hash.C, classes/string.C, classes/table.C,
3498: include/pa_request.h, types/pa_method.h: for getters and setters
3499: to be executed request.put_element should be called, not
3500: context.put_element (fixes issue #948)
3501:
3502: 2013-10-17 moko
3503:
3504: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
3505: LIBXML2_NEW_BUFFER check (closes issue #943)
3506:
3507: * buildall: libxml 2.9.1 build is broken --without-reader.
3508:
3509: 2013-10-16 moko
3510:
3511: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
3512:
3513: * tests/: 294.html, results/294.processed: test for issue #938
3514:
3515: * src/: classes/xdoc.C, classes/xnode.C,
3516: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
3517: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
3518:
3519: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
3520: libxslt-1.1.26 -> libxslt-1.1.28
3521:
3522: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
3523: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
3524: to '?', related to issue #938
3525:
3526: 2013-10-15 moko
3527:
3528: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
3529: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
3530: minor optimizations (closes issue #896)
3531:
3532: * tests/results/: 292.processed, 293.processed: results updated to
3533: comply with issue #896
3534:
3535: * tests/: 292.html, 293.html, results/292.processed,
3536: results/293.processed: tests for json escaping
3537:
3538: 2013-10-14 moko
3539:
3540: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
3541: and cleanup, code moved from .h to .C, no changes in code
3542:
3543: 2013-10-12 moko
3544:
3545: * tests/results/119.processed: updated test result commited
3546:
3547: * tests/: 291.html, results/291.processed: test for issue #894
3548: added
3549:
3550: * src/types/pa_wcontext.h: base methods call support function
3551: get_somebody_entered_some_class should not be true forever, as
3552: wcontext can have many get_elements calls (fixes issue #894)
3553:
3554: 2013-10-11 moko
3555:
3556: * tests/: 290.html, results/290.processed: test for junction GPF
3557: issue #942 added
3558:
3559: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
3560: to native method fixed (closes issue #942)
3561:
3562: * tests/: 158.html, results/158.processed: test for csv-string[]
3563: added
3564:
3565: * src/classes/table.C: minor fixes for table.csv-string[] (closes
3566: feature #907)
3567:
3568: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
3569: feature #907)
3570:
3571: 2013-10-09 moko
3572:
3573: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
3574: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
3575: types/pa_vstateless_class.C: GET_default, SET_default now works
3576: properly not only in objects, but in classes as well (closes
3577: issue #903)
3578:
3579: * tests/: 289.html, results/289.processed: GET/SET_default now
3580: works in classes, not only objects, test case added, related to
3581: issue #903
3582:
3583: * tests/: 288.html, results/288.processed: test for endless
3584: recursion bug added (related to issue #903)
3585:
3586: 2013-10-05 moko
3587:
3588: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3589: classes/table.C, main/execute.C, types/pa_method.h,
3590: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
3591: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3592: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
3593: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
3594: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
3595: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
3596: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
3597: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
3598: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
3599: optimization: put_element no longer has "bool areplace" argument,
3600: related to issue #903
3601:
3602: 2013-10-03 moko
3603:
3604: * tests/results/182.processed: result for $.replace(false) test
3605: commited
3606:
3607: * src/classes/date.C: ^date::create(number) processed correctly
3608: (fixes issue #901)
3609:
3610: * src/classes/image.C: as_no_junction removed, as param can be
3611: expression (closes issue #931)
3612:
3613: * tests/233.html: test for issue #931 added
3614:
3615: 2013-10-02 moko
3616:
3617: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
3618: modified, test for $.replace(false) added
3619:
3620: * src/main/compile_tools.h: forgotten class replace returned. :)
3621:
3622: 2013-09-30 moko
3623:
3624: * tests/: 141.html, results/141.processed: md5 tainting test added
3625:
3626: * src/: classes/op.C, include/pa_request.h, main/compile.y,
3627: main/compile_tools.h, main/pa_request.C: allow_class_replace
3628: implemented; $.replace option added to ^process and ^use
3629:
3630: 2013-08-27 moko
3631:
3632: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
3633: cstr_to_string_body_untaint should be called with charsets for
3634: possible uri language and connection for possible sql language.
3635: related to issue #857
3636:
3637: * buildall: and -> or fixed
3638:
3639: 2013-08-26 moko
3640:
3641: * buildall: prepare_ functions logic changed to support
3642: gc-7.2d.tar.gz extracting to gc-7.2 directory
3643:
3644: 2013-08-23 moko
3645:
3646: * src/include/pa_config_fixed.h: gc and xml libs are now linked
3647: statically
3648:
3649: 2013-08-22 moko
3650:
3651: * src/classes/string.C: String::Empty used (related to issue #912)
3652: append_know_length removed (related to old GPF bug)
3653:
3654: 2013-08-21 moko
3655:
3656: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
3657:
3658: * src/classes/math.C: ^math:digest[...;$file] support added
3659: (related to ticket #857
3660:
3661: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
3662: implemented
3663:
3664: * src/types/pa_vhashfile.h: warning war
3665:
3666: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
3667: include/pa_request.h, main/pa_request.C, types/pa_value.h:
3668: anti_endless_json_string_recoursion removed from request;
3669: json_string_recoursion added to json_options; $.indent[indent
3670: value] now supported and passed within recoursion closes feature
3671: #937
3672:
3673: * tests/: 287.html, results/287.processed: test for feature #937
3674:
3675: 2013-07-31 moko
3676:
3677: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
3678: compilation having #define _S
3679:
3680: * src/main/pa_globals.C: cleanup
3681:
3682: 2013-07-30 moko
3683:
3684: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
3685: main/pa_common.C: vs2003 warning war
3686:
3687: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
3688:
3689: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
3690:
3691: * src/lib/md5/pa_sha2.c: warning war
3692:
3693: 2013-07-29 moko
3694:
3695: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
3696: patches from github
3697:
3698: * src/: classes/bool.C, classes/double.C, classes/int.C,
3699: classes/memcached.C, include/pa_config_includes.h,
3700: types/pa_vfile.C, types/pa_vfile.h: warning war
3701:
3702: * src/lib/json/json.vcproj: C++ -> C
3703:
3704: * src/lib/json/: json.c, pa_json.C: C++ warning revert
3705:
3706: * src/lib/json/: json.c, pa_json.C: windows compatibility
3707:
3708: * src/lib/json/: json.c, pa_json.C: windows compatibility
3709:
3710: * src/lib/json/: json.c, pa_json.C: warning war
3711:
3712: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
3713:
3714: * src/include/pa_config_fixed.h: uint16_t added
3715:
3716: * configure.in: uint16_t check added
3717:
3718: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 3719: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
3720: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
3721: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
3722: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 3723:
3724: 2013-07-25 moko
3725:
3726: * parser3.sln: dependencies added
3727:
3728: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
3729: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
3730: module support
3731:
3732: * src/targets/apache/mod_parser3_core.C: win32 cleanup
3733:
3734: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
3735:
3736: 2013-07-23 moko
3737:
3738: * src/: include/pa_memory.h, main/pa_memory.C: non-working
3739: PA_DEBUG_GC_MEMORY removed
3740:
3741: * src/: main/pa_globals.C, targets/cgi/parser3.C:
3742: PA_DEBUG_DISABLE_GC compilation fix
3743:
3744: * src/: classes/op.C, classes/table.C, include/pa_request.h,
3745: main/pa_request.C: outdated RESOURCES_DEBUG removed
3746:
3747: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
3748: garbage cleanup
3749:
3750: * src/main/pa_common.C: warning war
3751:
3752: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
3753:
3754: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
3755: minor cleanup
3756:
3757: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
3758: uses cygwin, not WIN32 implementation
3759:
3760: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
3761: able to exec shell scripts
3762:
3763: * src/classes/math.C: ifdef WIN32 cleanup
3764:
3765: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
3766:
3767: * bin/auto.p.dist.in: libpq.so -> libpq.
3768:
3769: * src/classes/curl.C: LT_MODULE_EXT used
3770:
3771: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
3772:
3773: 2013-07-22 moko
3774:
3775: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
3776: includes fix
3777:
3778: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
3779:
3780: * configure.in, src/include/pa_config_includes.h,
3781: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
3782: src/main/pa_exec.C: includes cleanup
3783:
3784: * src/targets/cgi/parser3.C: 2012->2013
3785:
3786: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
3787:
3788: * configure.in, src/include/pa_config_includes.h,
3789: src/include/pa_http.h, src/lib/json/JSON_parser.h,
3790: src/main/pa_random.C, src/main/pa_socks.C,
3791: src/types/pa_vstatus.C: cygwin support cleanup
3792:
3793: * configure.in: dirent.h check added
3794:
3795: * src/: include/pa_config_includes.h, include/pa_dir.h,
3796: main/pa_dir.C: includes cleanup, dirent.h check added filePath
3797: not copied
3798:
3799: 2013-07-21 moko
3800:
3801: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
3802:
3803: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
3804: parser3.vcproj: unused getopt.h / getopt.c removed
3805:
3806: * operators.txt, src/classes/file.C, tests/022.html,
3807: tests/results/022.processed: ^file:list[path][$.filter[regexp]
3808: $.stat(true)] usage commented
3809:
3810: * configure.in, src/classes/file.C, src/include/pa_dir.h,
3811: src/main/pa_dir.C: ^file:list[] now has dir column and when
3812: $.stat(true) it has size/*date columns modified patch from misha@
3813: that closes issue #914.
3814:
3815: * src/: include/pa_config_includes.h, main/pa_globals.C:
3816: PA_RELEASE_ASSERTS removed
3817:
3818: * src/lib/md5/pa_md5c.c: minor cleanup
3819:
3820: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
3821: localeconv()->decimal_point usage remoed (related to issue #934)
3822:
3823: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
3824: cordprnt.c removed
3825:
3826: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
3827: pa-include/pa_errno.h, pa-include/pa_file_io.h,
3828: pa-include/pa_strings.h: includes cleanup
3829:
3830: * src/lib/md5/pa_md5c.c: headers cleanup
3831:
3832: 2013-07-20 moko
3833:
3834: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
3835: cleanup
3836:
3837: 2013-07-19 moko
3838:
3839: * src/classes/math.C: extern "C" added for crypt
3840:
3841: 2013-07-18 moko
3842:
3843: * src/classes/math.C: fix redhat7.2 build
3844:
3845: 2013-07-17 moko
3846:
3847: * configure.in, src/include/pa_config_includes.h,
3848: src/include/pa_config_fixed.h: headers actualized (inttypes.h
3849: added for uint8/32/64_t)
3850:
3851: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
3852: pa_config_includes.h used for uint32/64_t
3853:
3854: 2013-07-16 moko
3855:
3856: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
3857: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
3858: war
3859:
3860: * src/main/compile.tab.C: compile.y was updated
3861:
3862: * src/main/compile.y: warning war
3863:
3864: * src/: include/pa_exception.h, main/pa_exception.C,
3865: main/pa_xml_exception.C: warning war
3866:
3867: * src/: include/pa_common.h, main/pa_common.C: warning war
3868:
3869: * configure.in: beauty :)
3870:
3871: * tests/: 141.html, results/141.processed: sha256/512 added
3872:
3873: 2013-07-13 moko
3874:
3875: * src/lib/md5/md5.vcproj: sha2 added
3876:
3877: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
3878: classes/math.C: sha2 support (sha256/sha512 digest)
3879:
3880: 2013-07-08 moko
3881:
3882: * src/classes/image.C: directory read or other read problem message
3883: fixed (related to issue #933)
3884:
3885: 2013-07-07 moko
3886:
3887: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
3888: dependense from $charsetsdir directory existance and content (and
3889: UTF-8 is default allready)
3890:
3891: * AUTHORS: + misha + moko. :)
3892:
3893: 2013-07-06 moko
3894:
3895: * src/: classes/curl.C, include/pa_globals.h,
3896: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
3897: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
3898: for lt_dlinit to be called once and lt_dlexit called at right
3899: place (related to issue #925)
3900:
3901: 2013-07-04 moko
3902:
3903: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
3904: VString::as_vfile now uses vfile.set_binary_string to avoid
3905: content-type to be set, as it brokes badly designed logic in
3906: response output. This hopefully finishes issue #928.
3907:
3908: * tests/results/: 256.processed, 286.processed: file now displayed
3909: as name, size, mode, content-type
3910:
3911: * src/main/pa_common.C: read error now reported cottectly (fixes
3912: issue #933
3913:
3914: 2013-06-28 moko
3915:
3916: * tests/: 286.html, results/286.processed: test extended
3917:
3918: * tests/: 286.html, results/286.processed: Test for issue #928
3919: added. it tests default content-type change.
3920:
3921: * src/types/pa_vfile.C: closes issue #928 - default content-type
3922: now updated
3923:
3924: 2013-06-25 moko
3925:
3926: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
3927: content-type for text/binary files without name added;
3928: ^file::create[$f;...] options now works properly and $f
3929: properties are default (fixes issue #928)
3930:
3931: 2013-05-16 misha
3932:
3933: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
3934: added
3935:
3936: * src/main/pa_table.C: - a tiny memory optimisation while creating
3937: table if specified limit is bigger than source rows count
3938:
3939: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
3940: added ( new feature: #858 )
3941:
3942: 2013-04-29 moko
3943:
3944: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
3945: $.ipresolve(0|1|2) added (closes issue #891)
3946:
3947: * src/lib/curl/curl.h: CURL_IPRESOLVE added
3948:
3949: 2013-04-24 moko
3950:
3951: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3952: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
3953: types/pa_vmemcached.h: ^memcache.release[] added, calls
3954: memcached_quit (refs #893)
3955:
3956: 2013-04-22 moko
3957:
3958: * src/: include/pa_string.h, main/pa_common.C: no more double
3959: slashes in file path (fixes bug #872)
3960:
3961: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
3962: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
3963: #739)
3964:
3965: * tests/results/266.processed: $.max_params added (feature #915)
3966:
3967: * src/: include/pa_common.h, main/pa_http.C: response-charset
3968: option added to file::load (closes issue #867)
3969:
3970: 2013-04-20 misha
3971:
3972: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
3973: commited
3974:
3975: 2013-03-15 misha
3976:
3977: * src/classes/: hash.C, table.C: - Optimisation: do not create
3978: multiple empty strings while ::sql. uae String::Empty instead
3979:
3980: 2013-03-14 misha
3981:
3982: * src/classes/reflection.C: - for user classes
3983: ^reflection:method_info[] returns $.max_params and $.extra_param
3984: with $.call_type if they available ( new feature: #915 )
3985:
3986: * src/classes/file.C: - ^file:delete[] now supports an option
3987: $.exception(false) that suppress any exception while deleting
3988: file ( new feature: #916 )
3989:
3990: * src/classes/curl.C: - parsing cookies after curl:load now should
3991: work :)
3992:
3993: 2013-03-12 misha
3994:
3995: * src/types/pa_vfile.C: - if specified file_name is empty string
3996: set default name for the file
3997:
3998: 2013-03-11 misha
3999:
4000: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
4001: also available in $f.cookies
4002:
4003: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
4004: moved to a separate method
4005:
4006: 2013-03-10 moko
4007:
4008: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
4009: added
4010:
4011: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
4012: removed (declared by autoconf)
4013:
4014: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
4015: uint32_t define
4016:
4017: 2013-03-10 misha
4018:
4019: * src/classes/file.C: ^file:delete and ^file:move now support
4020: option $.keep-empty-dirs(true) ( new feature: #884 )
4021:
4022: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
4023: empty dirs is added
4024:
4025: 2013-03-10 moko
4026:
4027: * src/classes/: bool.C, double.C, int.C: default can be present,
4028: but default check removed from ^int/double/bool.int/double/bool
4029: for string.int/double/bool compatibility (related to issue #913)
4030:
4031: * src/classes/string.C: ^string.int/dobule/bool no longer
4032: internally throws exception if default is present (closes issue
4033: #913)
4034:
4035: 2013-03-09 misha
4036:
4037: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
4038: optimisations ( #845 )
4039:
4040: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
4041:
4042: 2013-03-08 moko
4043:
4044: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
4045: creates correct table (fixes issue #910)
4046:
4047: * src/classes/op.C: r.connection() -> r.connection(false) to allow
4048: use outside of 'connect' operator (fixes issue #911)
4049:
4050: * tests/results/: 096.processed, 122.processed: test results
4051: updated as doubles now printed with 15 significant digits, not 5
4052: (fixes issue #882)
4053:
4054: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
4055: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
4056:
4057: 2013-02-21 moko
4058:
4059: * src/classes/table.C: _locate_name_value does not check arguments
4060: count, so we check it in advance (fixes issue #905)
4061:
4062: 2012-10-23 moko
4063:
4064: * buildall: old shell for and echo compatibility (for six)
4065:
4066: 2012-10-19 moko
4067:
4068: * buildall: --strip added --disable-safe-mode listed in usage
4069:
4070: 2012-10-17 misha
4071:
4072: * src/classes/op.C: - apply-taint should not throw "outside
4073: connect" exception with sql lang now
4074:
4075: 2012-10-17 moko
4076:
4077: * src/main/pa_request.C: bugfix: safe mode should be inited for
4078: each request (for apache module)
4079:
4080: 2012-09-26 moko
4081:
4082: * src/doc/doxygen.cfg: png -> svg
4083:
4084: 2012-09-25 moko
4085:
4086: * tests/: 141.html, results/141.processed: md5 hmac added, long key
4087: test added
4088:
4089: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
4090: double use when key is long
4091:
4092: 2012-09-16 moko
4093:
4094: * src/classes/math.C: Format -> Method Encode -> Format
4095:
4096: * tests/: 141.html, results/141.processed: math:digest hmac test
4097: added
4098:
4099: 2012-09-14 moko
4100:
4101: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
4102: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
4103: implementation added
4104:
4105: 2012-09-12 moko
4106:
4107: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
4108: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
4109: targets.dox and string.dox slightly actualized
4110:
4111: 2012-08-31 moko
4112:
4113: * ChangeLog: now generated with patched cvs2cl.pl
4114:
4115: 2012-07-29 moko
4116:
4117: * tests/285.html, src/main/execute.C, tests/results/285.processed:
4118: result should be pushed after VMethodFrame destructor is called,
4119: as it deletes junctions from stack params (fixes issue #868)
4120:
4121: 2012-07-23 moko
4122:
4123: * INSTALL, README: buildall script usage documented, other outdated
4124: info updated.
4125:
4126: * buildall-with-xml, buildall-without-xml: replaced by buildall
4127:
4128: 2012-07-21 moko
4129:
4130: * buildall: glib does not compile when threads are disabled...
4131:
4132: * src/types/pa_vmail.C: g_assertion fixes for empty input
4133:
4134: * src/types/pa_vmail.C: yet another fix (strange GPF on object
4135: unref, can't unref nested objects)
4136:
4137: * src/types/pa_vmail.C: another check added
4138:
4139: 2012-07-19 moko
4140:
4141: * buildall: usage added
4142:
4143: * buildall: new buildall script that unites buildall-with-xml,
4144: buildall-without-xml, --with-apache and --with-mailreceive
4145:
4146: * configure.in: support for static gmime and dynamic glib linking.
4147: fixes for FreeBSD
4148:
4149: 2012-07-17 moko
4150:
4151: * configure.in: --with-mailreceive replaced
4152: --with-static-mailreceive and --with-shared-mailreceive pathlink
4153: removed
4154:
4155: 2012-07-16 moko
4156:
4157: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
4158: capitalized, content now decoded and text content converted to
4159: $request:charset. all properties are accessed by functions, this
4160: ready for dynamic load.
4161:
4162: 2012-06-28 moko
4163:
1.116 moko 4164: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
4165: 32 bit
1.95 moko 4166:
4167: 2012-06-27 moko
4168:
4169: * buildall-with-xml, buildall-without-xml: fetch requires -p for
4170: passive ftp
4171:
4172: * src/lib/ltdl/ltdl.vcproj: release build fixed
4173:
4174: * configure.in: 3.4.2 RC -> 3.4.2
4175:
4176: 2012-06-22 moko
4177:
4178: * src/types/pa_vfile.C: returned empty mode to stated files (issue
4179: #815)
4180:
4181: * tests/: 284.html, results/284.processed: output options test
4182: (feature #265)
4183:
4184: 2012-06-22 misha
4185:
4186: * tests/215.html: - little changes
4187:
4188: 2012-06-21 moko
4189:
4190: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
4191: types/pa_vxdoc.h: output_options returned and used (bugfix for
4192: feature #265)
4193:
4194: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
4195: breaks long .*, default 10M restored. (issue #216)
4196:
4197: * tests/: 283.html, results/283.processed: test for issue #815
4198: added
4199:
4200: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
4201: again, cstrm not required.
4202:
4203: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
4204: Win32 and broken FreeBSD (issue #45)
4205:
4206: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
4207:
4208: * src/main/pa_string.C: warnings war
4209:
4210: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
4211: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
4212: main/pa_socks.C, targets/apache/pa_threads.C,
4213: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4214: types/pa_vstatus.C: compilation under cygwin fixed
4215:
4216: 2012-06-19 moko
4217:
4218: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
4219: Windows fixed
4220:
4221: * parser3.sln: removed antique pcre_ctype
4222:
4223: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
4224:
4225: * src/include/pa_config_fixed.h: undefined reference to
4226: __imp__pcre_* fix for Windows
4227:
4228: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 4229: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
4230: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
4231: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
4232: define fixed
1.95 moko 4233:
4234: 2012-06-18 moko
4235:
4236: * src/classes/memcached.C: flush -> clear
4237:
4238: * src/classes/memcached.C: memcached does not support quotes even
4239: in server name
4240:
4241: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4242: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
4243: called on open to check servers existance. $.key(true) syntax
4244: now supported
4245:
4246: 2012-06-17 moko
4247:
4248: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
4249: cleanup
4250:
4251: * src/classes/table.C, tests/282.cfg, tests/282.html,
4252: tests/results/282.processed: encloser at the EOF bug fixed,
4253: incorrectly enclosed data now processed more logicaly (fixes
4254: #339)
4255:
4256: 2012-06-15 moko
4257:
4258: * buildall-without-xml: sync with buildall-with-xml
4259:
4260: * buildall-with-xml: download auto-detected between fetch and curl
4261:
4262: * configure.in: --with-gc and --with-pcre now also processed
4263: correctly
4264:
1.116 moko 4265: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
4266: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
4267: should be run on rol1 using automake / aclocal (GNU automake)
4268: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 4269:
4270: * configure.in: new PARSER_VERSION logic
4271:
4272: * src/include/pa_version.h: new pa_version.h logic
4273:
4274: * src/: classes/curl.C, classes/file.C, classes/image.C,
4275: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4276: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
4277: feols_normalized -> fis_text_content set_binary added
4278:
4279: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
4280:
4281: 2012-06-15 misha
4282:
4283: * src/: classes/curl.C, classes/file.C, classes/image.C,
4284: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4285: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
4286: ^file::create[text;content] EOLs in content now is normalized. (
4287: new feature: #815 )
4288:
4289: 2012-06-15 moko
4290:
4291: * configure.in: --disable-version-update added to disable version
4292: update with host information (for debian package) whitespace
4293: optimized
4294:
4295: * configure.in: version changed to 3.4.2 RC no-pic added for
4296: libtool
4297:
4298: * src/include/pa_version.h: Nice pa_version.h default. Please keep
4299: it.
4300:
4301: 2012-06-14 moko
4302:
4303: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
4304: tests/results/281.processed: "hash flocked" error removed for
4305: safe operations like ^h._count[] ( new feature: #335 )
4306:
1.116 moko 4307: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 4308:
4309: * buildall-with-xml, buildall-without-xml: --with-static -> --with
4310:
4311: * configure.in: --with-static/shared xml replaced with --with-xml,
4312: xml compilation check added
4313:
4314: * configure.in: --with-static/shared-gc, --with-static-pcre are
4315: replaced with --with-gc and --with-pcre test for pcre linking
4316: added
4317:
4318: 2012-06-13 moko
4319:
4320: * configure.in: apxs2 check optimized
4321:
4322: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
4323: .la, includes optimized
4324:
4325: * buildall-with-xml: --with-pic looks better for -fPIC
4326:
4327: * configure.in: switched to convenience library in static linking
4328:
4329: * src/targets/apache/Makefile.am: switched to convenience library
4330: usage to avoid libtool warnings
4331:
4332: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
4333: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
4334: smtp/Makefile.am: switched to convenience library usage
4335:
4336: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
4337:
4338: * src/targets/apache/Makefile.am: updated for libtool usage
4339:
4340: * bin/auto.p.dist.in: .cfg removed from charset names.
4341:
4342: * buildall-without-xml: --with-included-ltdl added
4343:
4344: * buildall-without-xml: sync with buildall-with-xml
4345:
4346: * buildall-with-xml: --with-included-ltdl added $cflags added for
4347: -fPIC for x64 $download added for wget success check added
4348:
4349: * buildall-without-xml: --with-dynamic-stdcpp removed
4350:
4351: * configure.in: disable-static returned
4352:
4353: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
4354: LIBTOOLFLAGS
4355:
4356: 2012-06-12 moko
4357:
4358: * configure.in, src/targets/cgi/Makefile.am: disable-static not
4359: compatible with LIBTOOLFLAGS for unknown reasons
4360:
4361: * buildall-with-xml: --with-dynamic-stdcpp removed
4362:
4363: * configure.in: static/dynamic -lstdc++ linking option removed
4364: apxs2 check added
4365:
4366: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
4367: option removed
4368:
4369: 2012-06-10 moko
4370:
4371: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
4372: added
4373:
4374: * src/targets/cgi/pp3.cmd: old PAF stuff
4375:
1.116 moko 4376: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
4377: beauty
1.95 moko 4378:
4379: * depcomp: from libtool 2.4.2
4380:
4381: * configure.in: ltdl directory removed, it has correct Makefile.in
4382:
4383: 2012-06-09 moko
4384:
1.116 moko 4385: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
4386: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 4387: autogenerated files updated after libtool update
4388:
1.116 moko 4389: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
4390: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 4391: config_auto.h.in, config_fixed.h, configure, configure.ac,
4392: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
4393: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
4394: config/compile, config/config.guess, config/config.sub,
4395: config/depcomp, config/install-sh, config/ltmain.sh,
4396: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
4397: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
4398: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
4399: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
4400: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
4401: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
4402: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
4403: m4/lt~obsolete.m4: libtool updated to version 2.4.2
4404:
4405: * configure.in: preparation for new libtool
4406:
4407: * configure.in: Some beauty added :)
4408:
4409: * src/targets/apache/Makefile.am: := -> =
4410:
4411: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
4412: again. :)
4413:
4414: * src/include/pa_config_includes.h, configure.in: limits.h added,
4415: previously was taken from pcre_internal.h. :)
4416:
4417: * src/lib/pcre/Makefile.am: config.h returned
4418:
4419: * src/lib/pcre/config.h: still need this. :)
4420:
4421: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
4422:
4423: * configure.in: --with-charsets removed; --with-mysql-client & co
4424: removed
4425:
4426: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
4427: now in parser tree, no need to copy
4428:
4429: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
4430: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
4431: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
4432: debian/patches/101_pcre.patch - local copy of pcre_internal.h
4433: extracts now used old trash removed
4434:
4435: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
4436: rare charsets/drivers are commented, sql driver quessing removed
4437: (debian/patches/103_auto_p.patch)
4438:
4439: * etc/parser3.charsets/Makefile.am: charsets now in share
4440: (debian/patches/104_automake.patch) + all charsets are copied
4441:
4442: * buildall-with-xml, buildall-without-xml: curl option removed +
4443: extra arguments now supported
4444:
4445: 2012-06-08 misha
4446:
4447: * src/classes/table.C: - one params.as_hash usage was rolled back:
4448: the 2nd option in ^table.hash[] could be hash or table so
4449: .as_hash will throw an exception when table option is specified
4450:
4451: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4452: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
4453: classes/table.C, classes/void.C, classes/xdoc.C,
4454: include/pa_exception.h, types/pa_vmethod_frame.C,
4455: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
4456: and improved (whitespaces are allowed as empty options) -
4457: MethodParams::as_table is added - above methods are used for
4458: parsing methods' options ( new feature: #9 )
4459:
4460: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
4461: to vclass. now class fields can be accessible as a hash:
4462: $h[^hash::create[$asd:CLASS]]
4463:
4464: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
4465: have get_fields method so their fields can be accessed with
4466: ^reflection:fields[...] & ^reflection:field[...]
4467:
4468: 2012-06-06 misha
4469:
4470: * tests/280.html: - tests for
4471: ^reflection:method[obj-or-class;method],
4472: ^reflection:field[obj-or-class;field] and
4473: ^reflection:fields[obj-or-class] are added
4474:
4475: 2012-06-05 misha
4476:
4477: * src/classes/reflection.C: - ^reflection:method[class or
4478: object;method name] and ^reflection:field[class or object;field
4479: name] are added
4480:
4481: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
4482: is used
4483:
4484: * src/types/pa_method.h: - Method::as_vjunction method is added
4485:
4486: 2012-06-05 moko
4487:
1.116 moko 4488: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 4489:
4490: * src/classes/memcached.C: flish ttl fixed
4491:
4492: 2012-06-04 moko
4493:
4494: * src/classes/json.C, src/classes/op.C, tests/279.html,
4495: tests/results/279.processed: ^json:parse[] now supports $.taint
4496: option (new feature #833)
4497:
4498: 2012-06-04 misha
4499:
4500: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
4501: - search_stop method was moved from pa_vcookie.C to pa_common.C
4502:
4503: 2012-06-03 misha
4504:
4505: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
4506: cookies are parced and stored into $.cookies ( new feature: #31 )
4507:
4508: 2012-05-30 misha
4509:
4510: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
4511: incomplete class into a scope while @USE is found
4512:
4513: * src/main/compile.y: - add incomplete class into a scope while
4514: @USE and @CLASS instructions are found ( bugfix: #838 )
4515:
4516: 2012-05-30 moko
4517:
4518: * src/types/pa_vclass.C, tests/278.html,
4519: tests/results/278.processed: removed "property has no getter
4520: method" exception when GET_DEFAULT present (fixes #269)
4521:
4522: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
4523: $._default
4524:
4525: 2012-05-29 moko
4526:
4527: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
4528: uninitialized values usage (new feature: #154)
4529:
4530: 2012-05-28 moko
4531:
4532: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
4533: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
4534: src/types/pa_vdate.h, src/types/pa_vdouble.h,
4535: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
4536: src/types/pa_vobject.C, src/types/pa_vobject.h,
4537: src/types/pa_vstring.h, src/types/pa_vtable.C,
4538: tests/results/277.processed, src/types/pa_vtable.h,
4539: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
4540: ^json:string[$o; $.default[$method]] implemented for VObject (new
4541: feature #803)
4542:
4543: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
4544: tests/results/277.processed: json numbers are now treated as
4545: double ( new feature: #834 )
4546:
4547: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
4548: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
4549: added for out of range checks, zero division in vint/vdouble
4550: check added ( fixes #832 )
4551:
4552: * tests/: 275.html, results/275.processed: tests for pa_atoui added
4553: ( fixes #832 )
4554:
4555: 2012-05-28 misha
4556:
4557: * buildall-with-xml: - --without-lzma option is added to libxml2
4558: configure
4559:
4560: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
4561: added - tests for unsupported values for options $.file, $.table
4562: and $.date are added
4563:
4564: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
4565: accepts "stat" $.file[] option's value in addition to existed
4566: "text" and "base64" ( new feature: #835 )
4567:
4568: * tests/276.html: - test for
4569: ^reflection:delete[$object-or-class;field-name]
4570:
4571: * src/classes/reflection.C: -
4572: ^reflection:delete[$object-or-class;field-name] is added ( new
4573: feature: #268 )
4574:
4575: 2012-05-27 misha
4576:
4577: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
4578:
4579: 2012-05-24 misha
4580:
4581: * src/include/pa_common.h: - method lastposafter was removed
4582:
4583: * src/classes/file.C: - use strrpbrk & rskipchars instead of
4584: lastposafter - ^file:dirname[] & Co proper handle windows file
4585: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
4586: work as *nix commands
4587:
4588: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
4589:
4590: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
4591: rskipchars were added
4592:
4593: * tests/270.html: - more tests for ^file:find[]
4594:
4595: * tests/065.html: - more tests for ^file:dirname[] & Co
4596:
4597: * src/include/pa_version.h: - must be "win32" here. it is
4598: auto-generated on *nix
4599:
4600: 2012-05-24 moko
4601:
4602: * src/classes/math.C: ^math:convert[] now supports uint32 and
4603: throws overflow exception ( new feature: #830 )
4604:
4605: * tests/: 275.html, results/275.processed: test for ^math:convert[]
4606: uint32 support and overflow added ( new feature: #830 )
4607:
4608: 2012-05-23 moko
4609:
4610: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
4611: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
4612: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
4613: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
4614: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4615: types/pa_vregex.h, types/pa_vstateless_class.C,
4616: types/pa_vstateless_class.h, types/pa_vstring.h,
4617: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
4618: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
4619: "return string as-is" removed from as_expr_result. ( new feature:
4620: #831 )
4621:
4622: * tests/results/244.processed: test changed after bug #782 fix
4623: commited
4624:
4625: * tests/results/229.processed: test results for bug #782 commited
4626:
4627: * tests/: 254.html, results/254.processed: uid now just compared,
4628: not printed. :)
4629:
4630: 2012-05-20 moko
4631:
4632: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
4633: feature: #341 )
4634:
4635: * tests/: 254.html, results/254.processed: test for
4636: ^reflection:uid[] added
4637:
4638: * tests/: 254.html, results/254.processed: test for
4639: ^reflection:uid[$obj] added
4640:
4641: 2012-05-17 misha
4642:
4643: * src/main/untaint.C: - do not replace ' char by _26 while
4644: exploding filespec-tainting ( new feature: #829 )
4645:
4646: 2012-05-12 moko
4647:
4648: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
4649: not.
4650:
4651: 2012-05-08 moko
4652:
4653: * src/types/pa_vmethod_frame.h: bug #782 fixed
4654:
4655: * tests/229.html: test for bug #782
4656:
4657: * tests/results/259.processed, src/main/pa_request.C,
4658: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
4659: src/types/pa_vstring.h, src/types/pa_vvoid.C,
4660: src/types/pa_vvoid.h: feature #154 - first empty param now
4661: string; defined locals are empty strings; $STRICT-VARS(true)
4662: added
4663:
4664: 2012-04-27 moko
4665:
1.116 moko 4666: * src/targets/apache/Makefile.am:
1.95 moko 4667: ../../lib/memcached/libmemcached.a added
4668:
4669: 2012-04-27 misha
4670:
4671: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
4672: ( #827 )
4673:
4674: 2012-04-25 moko
4675:
4676: * src/: classes/json.C, classes/memcached.C,
4677: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4678: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
4679: implemented.
4680:
4681: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
4682:
4683: 2012-04-23 moko
4684:
4685: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4686: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4687: types/pa_vmemcached.h: open allows options hash for new
4688: memcached(options) function
4689:
4690: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
4691: not appended
4692:
4693: 2012-04-21 moko
4694:
4695: * src/classes/curl.C: '' added. :)
4696:
4697: * src/classes/classes.vcproj: new curl.h location
4698:
4699: * src/classes/curl.C: verbose output redirection from stderr to
4700: file curl option added
4701:
4702: 2012-04-20 moko
4703:
4704: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
4705: contains what we need from curl, #ifdef HAVE_CURL removed
4706:
1.116 moko 4707: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 4708: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 4709: src/lib/Makefile.am, src/lib/curl/Makefile.am,
4710: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 4711: configure option
4712:
4713: 2012-04-19 moko
4714:
4715: * src/: classes/double.C, classes/inet.C, classes/int.C,
4716: classes/string.C, lib/gc/include/gc_allocator.h,
4717: types/pa_vform.C: PVS-Studio detected errors fixes, unused
4718: options from sql_result_string removed. (closes issue #468)
4719:
4720: * src/types/pa_vmemcached.C: empty string fix
4721:
4722: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
4723: pa_vstring.C, pa_vstring.h: serialization helpers moved to
4724: pa_vmemcached.C
4725:
4726: 2012-04-18 moko
4727:
4728: * src/targets/apache/mod_parser3.c: "Parser3 module requires
4729: apache2-mpm-prefork" error displayed in threaded mpm.
4730:
4731: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
4732: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
4733: installed (issue #354)
4734:
4735: 2012-04-16 moko
4736:
4737: * src/types/pa_vmemcached.C: call to memcached_result_create and
4738: memcached_result_free removed
4739:
4740: 2012-04-14 moko
4741:
4742: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
4743:
4744: * src/types/pa_vmemcached.C: check_key added and used
4745:
4746: 2012-04-13 moko
4747:
4748: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
4749: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
4750: Serialization_data now added and used, VString now serialized
4751: with languages into memcached.
4752:
4753: 2012-03-28 moko
4754:
4755: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
4756: lib/memcached/pa_memcached.h: result lengths added
4757:
4758: 2012-03-27 moko
4759:
4760: * src/types/pa_vmemcached.C: strdup added
4761:
4762: 2012-03-24 moko
4763:
4764: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4765: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4766: types/pa_vmemcached.h: memcached: mget, flush, fttl added
4767:
4768: 2012-03-20 moko
4769:
1.116 moko 4770: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 4771:
4772: * src/targets/cgi/Makefile.am: cleanup
4773:
4774: * src/: types/Makefile.am, types/pa_vmemcached.C,
4775: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
4776:
4777: * src/: classes/Makefile.am, classes/memcached.C,
4778: lib/memcached/Makefile.am, lib/memcached/constants.h,
4779: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4780: lib/memcached/types.h, lib/Makefile.am: memcached initial
4781:
4782: 2012-03-16 moko
4783:
4784: * src/main/execute.C: ident now works under Linux + ident displays
4785: filenames (closes issue #818)
4786:
1.116 moko 4787: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 4788: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
4789: pa_vmethod_frame_local.h removed
4790:
4791: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
4792: classes/classes.h, classes/curl.C, classes/date.C,
4793: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
4794: classes/hashfile.C, classes/image.C, classes/inet.C,
4795: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4796: classes/memory.C, classes/op.C, classes/reflection.C,
4797: classes/regex.C, classes/response.C, classes/string.C,
4798: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
4799: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
4800: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4801: include/pa_config_fixed.h, include/pa_config_includes.h,
4802: include/pa_dictionary.h, include/pa_dir.h,
4803: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4804: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4805: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4806: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4807: include/pa_request_charsets.h, include/pa_request_info.h,
4808: include/pa_sapi.h, include/pa_socks.h,
4809: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4810: include/pa_stack.h, include/pa_string.h,
4811: include/pa_stylesheet_connection.h,
4812: include/pa_stylesheet_manager.h, include/pa_table.h,
4813: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
4814: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
4815: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
4816: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
4817: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
4818: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
4819: main/compile.tab.C, main/compile.y, main/compile_tools.C,
4820: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
4821: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
4822: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
4823: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
4824: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4825: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4826: main/pa_string.C, main/pa_stylesheet_connection.C,
4827: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
4828: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
4829: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
4830: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
4831: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
4832: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
4833: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4834: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
4835: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
4836: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
4837: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
4838: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
4839: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4840: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
4841: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
4842: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
4843: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
4844: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
4845: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4846: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
4847: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
4848: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
4849: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
4850: types/pa_vresponse.h, types/pa_vstateless_class.C,
4851: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4852: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
4853: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
4854: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
4855: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
4856: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
4857: ident now works under Linux + ident displays filenames (closes
4858: issue #818) Copyright updated
4859:
4860: 2012-03-13 moko
4861:
4862: * src/main/pa_string.C: compilation fix for feature #741
4863:
4864: 2012-03-09 misha
4865:
4866: * tests/193.html: - tests for ^string:base64[encoded] are updated
4867:
4868: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
4869: now detects invalid base64 chars in the middle of encoded stricg
4870: ( new feature: #55 )
4871:
4872: * src/include/pa_exception.h: - new exception type for base64
4873: decoding is added
4874:
4875: 2012-03-06 misha
4876:
4877: * tests/274.html: - tests for ^date::today[] and
4878: ^date.sql-string[datetime|date|time] are added
4879:
4880: * src/classes/date.C: - constructor ^date::today[] is added ( new
4881: feature: #811 ) - ^date.sql-string[] now can accept one param --
4882: strings "datetime", "date" or "time" - comments tidying up
4883:
4884: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
4885: date and time
4886:
4887: 2012-03-03 misha
4888:
4889: * tests/193.html: - tests for
4890: ^string:base64[encoded;$.strict(true)] are added
4891:
4892: * tests/results/auto.p: - try-catch operator is added
4893:
4894: * src/: classes/file.C, classes/string.C, include/pa_common.h,
4895: main/pa_common.C: - $.strict(true|false) option is added to
4896: base64 decode methods ( new feature: #55 )
4897:
4898: * src/main/pa_common.C: - base64 decode memory usage was decreased
4899: ( new feature: #819 )
4900:
4901: 2012-02-28 moko
4902:
4903: * src/classes/hash.C: ident test
4904:
4905: 2012-02-27 misha
4906:
4907: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
4908:
4909: 2012-01-08 misha
4910:
4911: * tests/273.html: - tests for ^string.replace[from;to] are added
4912:
4913: * src/: classes/string.C, include/pa_dictionary.h,
4914: main/pa_dictionary.C, main/pa_string.C: -
4915: ^string.replace[from;to] is added ( new feature: #741 ) -
4916: ^string.replace[one subst here] is slightly optimized
4917:
4918: 2011-12-07 misha
4919:
4920: * src/classes/table.C: - $t[^table::create{$empty}] now creates
4921: named table with one empty column ( bugfix: #63 )
4922:
4923: 2011-11-30 misha
4924:
4925: * src/classes/json.C: - it's possible to set user's method for
4926: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
4927: #763 )
4928:
4929: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
4930:
4931: 2011-11-23 misha
4932:
4933: * src/: classes/curl.C, classes/file.C, classes/image.C,
4934: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
4935: types/pa_vfile.h, types/pa_vform.C: - constructor
4936: ^file::create[mode;filename;content[;options]] now accepts binary
4937: mode and file-content - new constructor's format:
4938: ^file::create[string-or-file-content[;$.name[filename]
4939: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
4940: feature: #65 )
4941:
4942: * src/: include/pa_request.h, main/pa_request.C: - new method
4943: mime_type_of(const String*) is added
4944:
4945: * src/include/pa_exception.h: - new exception constant
4946: FILE_NAME_MUST_BE_SPECIFIED is added
4947:
4948: * src/classes/table.C: - bug with negative offset transformed into
4949: a feature. it means pointing to a row from the end of the table (
4950: new feature: #810 )
4951:
4952: 2011-11-19 misha
4953:
4954: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
4955: â ìåòîäå _select ( new feature: #810 )
4956:
4957: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
4958: options were specified together is simplified
4959:
4960: 2011-11-12 misha
4961:
4962: * src/main/pa_request.C: - forgotten fix for escaping filename in
4963: HTTP content-disposition header (a part of bug #361 )
4964:
4965: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
4966: checks for ancestors' classes as well ( new feature: #456 )
4967:
4968: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
4969: "without cycle" now have types "parser.break" and
4970: "parser.continue" instead of "parser.runtime" ( new feature: #799
4971: )
4972:
4973: 2011-11-11 misha
4974:
4975: * tests/results/: 099.processed, 100.processed, 205.processed,
4976: 237.processed: - since bug #361 was fixed the content of filename
4977: in HTTP headers is quoted
4978:
4979: * tests/results/270.processed: - result for test 270
4980:
4981: * tests/: 065.html, results/065.processed: - more tests for
4982: ^file:basename[] & Co were added
4983:
4984: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
4985:
4986: * tests/270.html: - tests for ^file:find[] are added
4987:
4988: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
4989: using option $.charset. option $.engoding is still supported but
4990: these options can not be specified together
4991:
4992: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
4993: comparation charset name with string "UTF-8" ( bugfix: #759 )
4994:
4995: 2011-10-11 misha
4996:
4997: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
4998: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
4999: #622)
5000:
5001: 2011-09-30 misha
5002:
5003: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
5004: exception "saving stat-ed file" ( bugfix: #395 )
5005:
5006: 2011-05-30 misha
5007:
5008: * src/classes/string.C: - fixed bug which was added with
5009: params.as_hash into string:sql
5010:
5011: 2011-05-29 misha
5012:
5013: * src/types/pa_value.C: - filename in content-disposition header
5014: must be quoted ( bugfix: #361 )
5015:
5016: 2011-05-27 misha
5017:
5018: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
5019: created file
5020:
5021: * src/classes/: hash.C, mail.C: - little tunning with get_hash
5022: usage
5023:
5024: * src/include/pa_exception.h: - one more string for exception was
5025: added
5026:
5027: 2011-05-25 misha
5028:
5029: * tests/269.html: - tests for checking input params in some dom
5030: methods
5031:
5032: * src/classes/: xdoc.C, xnode.C: - validation of some input params
5033: was added. it isn't possible not wo create xdoc with invalid
5034: tagName. ( bugfix: #160 )
5035:
5036: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
5037: string "data must be string" was mover from pa_exception.h to
5038: pa_xml_exception.h
5039:
5040: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
5041: as_xmlncname, as_xmlname and as_xmlnsuri were added
5042:
5043: * src/main/pa_xml_exception.C: - XmlException accepts more options
5044:
5045: * src/include/pa_xml_exception.h: - XmlException accepts more
5046: options - XML-related exception's strings were added
5047:
5048: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
5049: output_options were removed)
5050:
5051: 2011-05-19 misha
5052:
5053: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5054: params.as_hash is used more while parsing methods hash-options
5055:
5056: 2011-05-18 misha
5057:
5058: * operators.txt: - info about json-serialization of xdoc was added
5059:
5060: * tests/256.html: - tests for json-serialization xdoc were added
5061:
5062: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
5063:
5064: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5065: classes/json.C, classes/xdoc.C: - now json:string can serialize
5066: xdoc-objects. options (the same as ^xdoc.string[]) could be
5067: specified in $.xdoc[] ( new feature: #265 )
5068:
5069: 2011-05-15 misha
5070:
5071: * tests/268.html: - tests for ^table.count[with options] were added
5072:
5073: * src/classes/table.C: - method ^table.count[] now can accept
5074: options ( new feature: #93 ): ^table.count[column] returns number
5075: of columns for named table; ^table.count[cells] returns number of
5076: cells in the current row; ^table.count[] & ^table.count[rows]
5077: return number of rows in a table.
5078:
5079: * tests/267.html: - test for checking switch/case in boolean mode
5080: was added
5081:
5082: * src/classes/op.C: - if switch's or case's value is bool, they are
5083: compared as bool values, not as double values: new feature: #351
5084:
5085: 2011-05-06 misha
5086:
5087: * tests/242.html: - EOL before EOF was added
5088:
5089: * tests/169.html: - tests for splitting empty string and void were
5090: added
5091:
5092: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
5093: returned table with one empty cell)
5094:
5095: 2011-04-03 misha
5096:
5097: * src/include/pa_version.h, configure.in: - version in head was
5098: changed to 3.4.2b
5099:
5100: 2011-03-30 misha
5101:
5102: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
5103: as well ( new feature #294 )
5104:
5105: 2011-03-29 misha
5106:
5107: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
5108: limited to approx. 6 MB. previous limits were too big for real
5109: life. bugfix: #216
5110:
5111: 2011-03-04 moko
5112:
5113: * etc/parser3.charsets/cp866.cfg: Conforms to
5114: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
5115:
5116: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
5117: vlalek@
5118:
5119: 2011-02-22 misha
5120:
5121: * src/include/pa_charset.h, operators.txt: - some methods mustn't
5122: be under #ifdef XML or parser can't be compiled without xml
5123: support
5124:
5125: 2011-02-21 misha
5126:
1.116 moko 5127: * src/targets/apache/: Makefile.am: - mention
1.95 moko 5128: ApacheModuleParser3.vcproj was removed
5129:
5130: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
5131: removed)
5132:
5133: 2011-02-20 misha
5134:
5135: * tests/: 266.html, 266.p: - tests for checking $.inherited and
5136: $.overridden in ^reflection:method_info[...] were added
5137:
5138: * src/classes/reflection.C: - beautifying result of
5139: ^reflection:method_info[] ($.overridden/inherited)
5140:
5141: 2011-02-18 misha
5142:
5143: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
5144: and pa_isalnum instead of isalpha and isalnum - bug with
5145: redundand quoting lowercased latin chars while building email
5146: body was fixed
5147:
5148: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
5149: added (they check for latin chars only)
5150:
5151: 2011-02-16 misha
5152:
5153: * src/main/pa_charset.C: - bugfix: in some cases the calculating
5154: string size for transcoding gave too small value (should ever
5155: look for availability char in dest charset inspite of the char
5156: size)
5157:
5158: 2011-02-04 moko
5159:
5160: * tests/223.html: header values now not url-encoded (issue #195)
5161:
5162: 2011-02-01 misha
5163:
5164: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
5165:
5166: 2011-01-31 misha
5167:
5168: * src/main/pa_request.C: - throw exception if param file_name in
5169: use_file is empty
5170:
5171: 2011-01-08 moko
5172:
5173: * src/classes/curl.C: compilations errors fixed
5174:
5175: 2010-12-29 moko
5176:
5177: * tests/: 265.html, results/265.processed: test for issue #200
5178: added
5179:
5180: * src/main/pa_string.C: empty regex result check added (fixes issue
5181: #200)
5182:
5183: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
5184:
5185: * tests/results/223.processed: header values now not url-encoded
5186: (issue #195)
5187:
5188: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
5189: main/untaint.C: L_HTTP_HEADER now used in http headers values,
5190: pa_http_safe_header_name added for headers names (fixes bug #195)
5191:
5192: 2010-12-18 misha
5193:
5194: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
5195: => pa-include
5196:
5197: 2010-11-28 moko
5198:
5199: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
5200:
5201: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
5202: -> pa
5203:
5204: * configure.in: apr -> pa
5205:
5206: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
5207:
5208: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
5209: classes/Makefile.am, types/Makefile.am: apr -> pa
5210:
5211: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
5212: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
5213: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
5214: pa-include/pa_apr.h, pa-include/pa_errno.h,
5215: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
5216: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
5217: module apr name conflict resolved)
5218:
5219: 2010-11-27 misha
5220:
5221: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
5222: libbz2
5223:
5224: 2010-11-26 misha
5225:
5226: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
5227: warnings removed
5228:
5229: 2010-11-25 moko
5230:
5231: * operators.txt: $.indent(true)
5232:
5233: * operators.txt: another bugfix. :)
5234:
5235: * operators.txt: bugfix. :)
5236:
5237: * buildall-with-xml: libxml2-2.7.8 + with-apache
5238:
5239: 2010-11-24 moko
5240:
1.116 moko 5241: * configure: apxs support
1.95 moko 5242:
5243: * configure.in: apxs support -Bstatic gc removed for OS X
5244:
5245: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
5246:
5247: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
5248: THREAD_LOCAL usage
5249:
5250: * src/: classes/curl.C, include/pa_config_includes.h,
5251: main/pa_globals.C: THREAD_LOCAL defined and used
5252:
5253: 2010-11-23 moko
5254:
5255: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
5256: should be passed to pa_sleep, and only fractional part (bugfix:
5257: #188)
5258:
5259: * src/targets/apache/mod_parser3.c: 1.3 compatibility
5260:
5261: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5262: GC_dont_gc=1, as in cgi version
5263:
5264: * src/targets/apache/mod_parser3.c: warning war
5265:
5266: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5267: pa_httpd.h: version removed, some trash removed
5268:
5269: * src/targets/apache/mod_parser3.c: version removed (we don't want
5270: to show it), warning war
5271:
5272: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5273: pa_httpd.h: parser_status_allowed removed + merge config
5274: functions removed (override is the default) + beauty
5275:
5276: * src/: include/pa_request.h, main/pa_request.C,
5277: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
5278: hide $status used in apache module removed
5279:
5280: 2010-11-18 moko
5281:
5282: * operators.txt: $.table[compact] added for ^json:string[]
5283:
5284: 2010-11-16 moko
5285:
5286: * src/targets/apache/mod_parser3.c: some cleanup done
5287:
5288: * src/main/untaint.C: bugfix: first, second String::Body argument
5289: is hashcode; second, info.fragment_begin is original, not
5290: resulting length
5291:
5292: * src/classes/file.C: new feature: $.stdin now untainted
5293:
5294: * tests/results/264.processed: new feature: $.stdin[] now untainted
5295:
5296: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
5297:
5298: * src/classes/op.C: ^apply-taint[] method added
5299:
5300: * tests/: 264.html, results/264.processed: ^apply-taint[] test
5301: added; $.stdin untaint test added
5302:
5303: 2010-11-15 moko
5304:
5305: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
5306: removed
5307:
5308: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5309: pa_httpd.h: 2x2 calculated under apache2. :)
5310:
5311: 2010-11-13 moko
5312:
5313: * src/targets/apache/mod_parser3.c: initial changes to build module
5314: with apache 2.x includes
5315:
5316: * src/targets/apache/: Makefile.am, mod_parser3.c,
5317: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
5318: united apache 1.3 / apache 2.x DSO module
5319:
5320: 2010-11-09 moko
5321:
5322: * src/types/pa_method.h: check added to dissallow @method[name;*]
5323: syntax
5324:
5325: * tests/: 263.html, results/263.processed: test from method[*args]
5326: added
5327:
5328: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
5329: number of params can now be passed to a method declared with *arg
5330:
5331: 2010-11-06 moko
5332:
5333: * src/classes/table.C: formating fixed. :)
5334:
5335: * src/classes/table.C: closes #4: ^table.select now supports
5336: $.limit(), $.offset, $.reverse() options
5337:
5338: * tests/: 262.html, results/262.processed: test for ^table:select
5339: with options added (feature #4)
5340:
5341: * src/include/pa_array.h: remove function added
5342:
5343: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
5344: object in get_element/put_element, using static one.
5345:
5346: 2010-11-04 moko
5347:
5348: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
5349: options is passed
5350:
5351: * tests/: 256.html, results/256.processed: $.table[compact] feature
5352: now tested; k and p in handler now tested.
5353:
5354: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
5355: $.table[compact] feature added
5356:
5357: * src/classes/json.C: key is now passed to handler in
5358: value_json_string; ^json:string result now process tainting
5359: inside and returns clean string, related to issue #153
5360:
5361: * src/main/untaint.C: bugfix: charset can be null (in
5362: ^string:save[] as example), thus check is added
5363:
5364: 2010-10-31 moko
5365:
5366: * src/classes/string.C: error message changed (fixes issue #149)
5367:
5368: 2010-10-29 moko
5369:
5370: * src/main/pa_http.C: ":port" is now added to "Host:" header if
5371: port is not default (fixes issue #155); exception on invalid port
5372: added.
5373:
5374: * src/main/untaint.C: '*' is now not urlencoded to allow header
5375: "Accept: */*" to be passed
5376:
5377: 2010-10-28 moko
5378:
5379: * src/classes/curl.C: bugfix: detect_charset() was throwing
5380: exception on unknown charset even if response_charset was
5381: specified
5382:
5383: 2010-10-27 moko
5384:
5385: * src/classes/string.C: ^string.append removed for void
5386: compatibility
5387:
5388: 2010-10-26 moko
5389:
5390: * src/classes/json.C: libjson supports array at top level, we too
5391: (GPF fixed)
5392:
5393: 2010-10-25 moko
5394:
5395: * tests/: 253.html, results/253.processed: libjson supports array
5396: at top level, parser now supports it as well.
5397:
5398: * tests/261.html, tests/results/261.processed,
5399: src/types/pa_vstring.h: empty string is now void compatible
5400: (allows $empty.key)
5401:
5402: 2010-10-22 misha
5403:
5404: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
5405: while adding additional expires checkout)
5406:
5407: * tests/030.html: - test for session cookie was added
5408:
5409: 2010-10-21 moko
5410:
5411: * src/: classes/string.C, classes/void.C, main/execute.C,
5412: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
5413: string (feature #111)
5414:
5415: * tests/: 261.html, results/261.processed: checks void from string
5416: inheritance (feature #111)
5417:
5418: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
5419: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
5420: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
5421: now true by default
5422:
5423: 2010-10-17 moko
5424:
5425: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
5426: upload now uses binary blocks instead of L_FILE_POST tainting.
5427: (bugfix: #128)
5428:
5429: * tests/: 223.html, results/223.processed: binary file upload test
5430: added, GPF (issue #128) also checked in this test
5431:
5432: 2010-10-13 misha
5433:
5434: * tests/260.html: - test for math:convert
5435:
5436: * src/classes/math.C: - error in math:convert was fixed
5437:
5438: * operators.txt: - info about
5439: ^math:convert[number](from-base;to-base) was added
5440:
5441: * src/classes/math.C: - method
5442: ^math:convert[number](from-base;to-base) for converting number
5443: represention from one base to another was added ( new feature:
5444: #23 )
5445:
5446: 2010-10-13 moko
5447:
5448: * src/main/compile.tab.C: [] now is empty string, not void
5449:
5450: * src/main/compile.y: [] now is empty string, not void
5451:
5452: * src/types/pa_vvoid.h: void now passed as parameter
5453:
5454: * tests/: 259.html, results/259.processed: to test difference
5455: between void and empty string (see ticket #111)
5456:
5457: * tests/results/152.processed: $sEmpty[] is now empty string, not
5458: void
5459:
5460: * tests/256.html: $s[$void] is no longer empty string
5461:
5462: * tests/254.html: empty string is no longer void
5463:
5464: 2010-10-12 misha
5465:
5466: * src/types/pa_vcookie.C: - check if $.expires value can be
5467: converted to date during cookies set up ( bugfix: #104 )
5468:
5469: * tests/041.html: - more tests for ^table.locate were added
5470:
5471: * src/classes/table.C: - ^table.locate[field;value;options] didn't
5472: work ( bugfix: #129 ) - exception comment for incorrect options
5473: ^table.locate[field;value;options] was fixed
5474:
5475: 2010-10-10 moko
5476:
5477: * src/: classes/reflection.C, main/execute.C: constructor returning
5478: another object feature returned
5479:
5480: * tests/results/258.processed: test result updated as constructor
5481: returning another object feature returned
5482:
5483: * tests/: 258.html, results/258.processed: test for constructor
5484: returning another object
5485:
5486: 2010-10-08 misha
5487:
5488: * tests/257.html: - whitespaces after @METACOMMANDS and their
5489: options shouldn't cause exceptions any longer
5490:
5491: 2010-10-06 moko
5492:
5493: * src/classes/: hash.C, table.C: length from sql server is now
5494: ignored, as sql string can contain 0x00 inside (bugfix: #119)
5495:
5496: 2010-10-02 misha
5497:
5498: * operators.txt: - the X mark was removed from ^cache[file]. it is
5499: usable to delete cache file.
5500:
5501: 2010-10-02 moko
5502:
5503: * tests/: 253.html, results/253.processed: hook_key added for key
5504: checking
5505:
5506: * src/classes/json.C: null key bug fixed
5507:
5508: 2010-09-29 misha
5509:
5510: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
5511:
5512: 2010-09-25 moko
5513:
5514: * src/classes/json.C: small fixed
5515:
5516: * tests/results/: 253.processed, 255.processed: just updated
5517:
5518: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
5519: results/255.processed: charset transcode test added for
5520: json:parse
5521:
5522: 2010-09-24 moko
5523:
5524: * src/types/pa_value.h: warning war :)
5525:
5526: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
5527: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
5528: ^json:string
5529:
5530: 2010-09-22 moko
5531:
5532: * src/main/pa_charset.C: parser charset tables declare only
5533: white-space before 0x20, thus adding the missing chars
5534:
5535: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
5536: to http://unicode.org/Public/MAPPINGS/VENDORS/
5537:
5538: 2010-09-21 misha
5539:
5540: * src/main/compile.y: - some semicolons were added (VS2010 don't
5541: want to compile grammar if they are absent)
5542:
5543: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
5544:
5545: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
5546:
5547: * src/main/main.vcproj: - path to bison is changed
5548:
5549: 2010-09-21 moko
5550:
1.116 moko 5551: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
5552: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
5553: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 5554:
5555: 2010-09-20 misha
5556:
5557: * src/types/pa_vtable.C: - add EOLs while json-serializing table
5558:
5559: * src/classes/json.C: - add EOL while json-serializing hash
5560:
5561: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
5562: compilers don't like 'ES'.
5563:
5564: 2010-09-17 misha
5565:
5566: * operators.txt: - info about json class was added
5567:
5568: * src/classes/json.C: - ^json:string[object]
5569:
5570: * src/: include/pa_request.h, main/pa_request.C: - stuff for
5571: preventing infinite recursion while executing json:string was
5572: added
5573:
5574: * src/include/pa_string.h: - method append_quoted was added
5575:
5576: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
5577: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
5578: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
5579: was added to Value & Co
5580:
5581: * src/classes/date.C: - methods get_gmt_string and get_sql_string
5582: were used
5583:
5584: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
5585: were added
5586:
5587: 2010-09-10 moko
5588:
5589: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5590: die_or_abort (backport from 3.4.1)
5591:
5592: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5593: die_or_abort (bugfix: #106)
5594:
5595: 2010-09-09 moko
5596:
5597: * src/classes/json.C: warning war. :)
5598:
5599: 2010-09-08 misha
5600:
5601: * src/lib/json/Makefile.am: - additional include directories were
5602: added (for pa_memory.h and gc.h)
5603:
5604: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
5605: compile as C++ instead default - additional include directory was
5606: added (for gc.h)
5607:
5608: * src/types/pa_vform.C: - little code reformating
5609:
5610: * src/classes/file.C: - $.content-type option now can be specified
5611: in ^file::create ( new feature: #102 )
5612:
5613: 2010-09-08 moko
5614:
5615: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
5616: pa_malloc/pa_free
5617:
5618: 2010-09-07 moko
5619:
5620: * tests/results/254.processed: VStateless_class:put_element
5621: exception was fixed
5622:
5623: * src/types/: pa_value.h, pa_vstateless_class.h: now
5624: VStateless_class:put_element barks self.type, not this.type
5625: (bugfix: #105)
5626:
5627: 2010-09-06 moko
5628:
5629: * src/classes/reflection.C: bugfix: new String() is required for
5630: exception handling
5631:
5632: * tests/: 254.html, results/254.processed: test modified
5633:
5634: 2010-09-05 moko
5635:
5636: * tests/: 254.html, results/254.processed: ^reflection:copy test
5637: added
5638:
5639: * src/: classes/reflection.C, include/pa_request.h:
5640: ^reflection:copy implemented (new feature: #100)
5641:
5642: 2010-09-03 moko
5643:
5644: * src/lib/json/JSON_parser.C: c++ compatiblity
5645:
5646: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
5647: option testing added
5648:
5649: 2010-09-02 moko
5650:
5651: * src/classes/json.C: $.distinct[first|last|all] added
5652:
5653: 2010-09-01 moko
5654:
5655: * tests/results/253.processed: json test result
5656:
5657: * tests/: 253.html, 253_json.txt: json test added
5658:
5659: * src/classes/json.C: json.C update to actual version + hash key
5660: creation bugfix
5661:
5662: 2010-08-31 misha
5663:
5664: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
5665: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
5666: src/lib/Makefile.am, src/classes/Makefile.am,
5667: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
5668: json library was added
5669:
5670: 2010-08-30 moko
5671:
5672: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
5673: types/pa_vobject.C: cosmetic optimization in
5674: request:execute_method usage
5675:
5676: * src/: include/pa_charset.h, main/pa_charset.C: small
5677: optimization, just to decrease number of lines. :)
5678:
5679: 2010-08-27 misha
5680:
5681: * src/classes/op.C: - taint[json] was added
5682:
5683: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
5684: were added
5685:
5686: * src/main/pa_exec.C: - warning fix was rolled back.
5687:
5688: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
5689: include/pa_string.h: - taint[json] was added - escaping was
5690: slightly modified
5691:
5692: 2010-08-25 misha
5693:
5694: * src/classes/file.C: - typo in file:sql exception was fixed
5695:
5696: * src/main/pa_exec.C: - warning about declared and not used
5697: variable forced_allow was removed
5698:
5699: 2010-08-14 misha
5700:
5701: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
5702: were removed
5703:
5704: 2010-08-11 moko
5705:
5706: * tests/: 249.html, results/249.processed: default setter and
5707: anti-recursive default getter test added
5708:
5709: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
5710: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
5711: types/pa_vobject.h, types/pa_vstateless_class.C,
5712: types/pa_vstateless_class.h: default setter support +
5713: anti-recursive default getter support ( new feature: #13 )
5714:
5715: * src/include/pa_hash.h: optimization: threshold member removed
5716: from hash, reducing sizeof(hash)
5717:
5718: 2010-08-10 misha
5719:
5720: * tests/196.html: - junction-method was added to the test
5721:
5722: * tests/248.html: - ups. typo :)
5723:
5724: * tests/248.html: - test for checking .match with 4 params
5725:
5726: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
5727: 247_windows1251.txt: - test for "transcode file from utf-8 to
5728: $request:charset during loading if the BOM code is detected"
5729:
5730: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
5731: $request:charset during loading if the BOM code is detected ( new
5732: feature: #98 )
5733:
5734: 2010-08-05 misha
5735:
5736: * src/classes/image.C: - ^image.replace now can accept only 2
5737: params. in this case the whole image is affected ( new feature:
5738: #95 )
5739:
5740: 2010-08-04 misha
5741:
5742: * tests/246.html: - test tor ^hash._at[] was added
5743:
5744: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
5745: #53 )
5746:
5747: * src/include/pa_hash.h: - methods for accessing the first and the
5748: last values of ordered hash were added (first_value and
5749: last_value)
5750:
5751: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
5752: (similar to others file's methods):
5753: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
5754: #68 )
5755:
5756: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
5757:
5758: 2010-08-01 moko
5759:
5760: * src/classes/op.C: to correctly process $result[] in code, called
5761: from ^process
5762:
5763: * tests/245.html: $result in ^process[] test added
5764:
5765: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
5766: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
5767: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
5768: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
5769: caller, self) op_call(VMethodFrame &frame, bool constructing)
5770: removed, construct(class,method) added
5771:
5772: * tests/results/: 192.processed, 244.processed: request::construct
5773: added
5774:
5775: * tests/: 244.html, 245.html, results/244.processed,
5776: results/245.processed: object creation exceptions and ^process
5777: tests added
5778:
5779: 2010-07-28 misha
5780:
5781: * tests/make_tests.cmd: - win32 EOLs
5782:
5783: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
5784: tests on Win32 were added (The system timezone should be GMT+3)
5785:
5786: 2010-07-26 misha
5787:
5788: * tests/: 212.html, results/212.processed: - sizes were removed
5789: mecause they could be different on different OSs
5790:
5791: * tests/065.html: - make it "win32 friendly"
5792:
5793: 2010-07-25 misha
5794:
5795: * src/main/compile.y: - all EOLs between methods are removed during
5796: compilation ( new feature: #47 )
5797:
5798: * tests/results/149.processed: - prepare tests to trim trailing
5799: methods' EOLs
5800:
5801: * tests/149.html: - prepare tests to trim trailing methods' EOLs
5802:
5803: * tests/: results/006.processed, results/014.processed, 006.html,
5804: 014.html, 022.html: - prepare tests to trim trailing methods'
5805: EOLs
5806:
5807: * tests/: 059.html, 071.html, 149.html, results/059.processed,
5808: results/071.processed, results/022.processed: - prepare tests to
5809: trim trailing methods' EOLs
5810:
5811: * tests/: results/073.processed, results/109.processed,
5812: results/142.processed, results/144.processed,
5813: results/149.processed, 073.html, 096.html, 109.html, 142.html,
5814: 144.html: - prepare tests to trim trailing methods' EOLs
5815:
5816: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
5817: 149.html, 152.html, results/096.processed, results/107.processed,
5818: results/109.processed, results/142.processed,
5819: results/144.processed: - prepare tests to trim trailing methods'
5820: EOLs
5821:
5822: 2010-07-24 moko
5823:
5824: * tests/results/: 156.processed, 224.processed: fix for #54 changed
5825: the hash order in this test
5826:
5827: * tests/014.html: to check hash order, hash no is longer sorted
5828: before print
5829:
5830: * src/include/pa_hash.h: hash copy constructor now keeps order
5831: (bugfix: #54)
5832:
5833: 2010-07-23 moko
5834:
5835: * tests/results/224.processed: @auto[] is no longer inherited
5836:
5837: * src/types/pa_vstateless_class.C, tests/227.html,
5838: tests/results/227.processed: @auto[] is no longer inherited
5839: (bugfix: #57)
5840:
5841: 2010-07-22 misha
5842:
5843: * src/classes/table.C: - don't skip comment lines during
5844: table::load if encloser or separator is set as '#' ( new feature:
5845: #30 )
5846:
5847: * src/targets/cgi/parser3.C: - don't run as cgi if
5848: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
5849: #12 )
5850:
5851: * src/classes/file.C: - set PARSER_VARSION env before external
5852: script executing
5853:
5854: 2010-07-13 misha
5855:
5856: * tests/058.html: - test for suppressing @border was added - test
5857: for user attribute was added
5858:
5859: * tests/results/186.processed: unescaping from \uXXXX
5860:
5861: * tests/186.html: unescaping from \uXXXX
5862:
5863: * tests/: 239.html, results/239.processed: method call type
5864:
5865: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
5866: $junction_method.CLASS_NAME (+CLASS)
5867:
5868: 2010-07-07 misha
5869:
5870: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
5871: *nix
5872:
5873: 2010-07-05 misha
5874:
5875: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5876: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
5877: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
5878: comment strings "options must be hash", "options must be hash,
5879: not code" and "called with invalid option" were replaced by
5880: constatns - exception comment string "invalid option passed" was
5881: replaced by "called with invalid option" (now in different
5882: methods are the same exception comment string)
5883:
5884: * src/include/pa_exception.h: - more exception strings were defined
5885:
5886: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5887: types/pa_vstateless_class.h: - now we can define possible
5888: method's call type ( new feature: #5 ) 1.
5889: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
5890: methods 2. @static:method[params] (only static keyword could be
5891: used here) -- for specified methods
5892:
5893: * src/main/pa_common.C: - junction points should not be deleted on
5894: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
5895: cleanup
5896:
5897: 2010-07-03 misha
5898:
5899: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
5900: results/158.processed, results/160.processed,
5901: results/161.processed, results/162.processed,
5902: results/163.processed: - prepare tests to trim trailing methods'
5903: EOLs
5904:
5905: * tests/results/169.processed: - prepare tests to trim trailing
5906: methods' EOLs
5907:
5908: * tests/results/: 168.processed, 169.processed: - prepare tests to
5909: trim trailing methods' EOLs
5910:
5911: * tests/: results/170.processed, results/167.processed,
5912: results/168.processed, results/169.processed, 167.html, 168.html,
5913: 169.html: - prepare tests to trim trailing methods' EOLs
5914:
5915: * tests/: results/170.processed, results/171.processed,
5916: results/172.processed, results/173.processed,
5917: results/174.processed, results/175.processed, 170.html, 171.html,
5918: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
5919: trailing methods' EOLs
5920:
5921: * tests/: results/176.processed, results/180.processed,
5922: results/184.processed, results/185.processed,
5923: results/191.processed, results/192.processed,
5924: results/196.processed, results/197.processed,
5925: results/198.processed, 176.html, 180.html, 184.html, 185.html,
5926: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
5927: to trim trailing methods' EOLs
5928:
5929: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
5930: results/199.processed, results/208.processed,
5931: results/209.processed, results/213.processed,
5932: results/214.processed: - prepare tests to trim trailing methods'
5933: EOLs
5934:
5935: 2010-06-29 misha
5936:
5937: * tests/: 220.html, 218.html, results/218.processed,
5938: results/215.processed, results/217.processed, 215.html, 217.html:
5939: - prepare tests to trim trailing methods' EOLs
5940:
5941: * tests/: results/224.processed, 224.html, 223.html,
5942: results/223.processed, results/220.processed: - prepare tests to
5943: trim trailing methods' EOLs
5944:
5945: * tests/results/: 226.processed, 230.processed: - prepare tests to
5946: trim trailing methods' EOLs
5947:
5948: * tests/: 229.html, results/229.processed: - prepare tests to trim
5949: trailing methods' EOLs
5950:
5951: * tests/: 232.html, 235.html, results/232.processed,
5952: results/235.processed, 226.html, 227.html, 228.html, 230.html,
5953: results/226.processed, results/227.processed,
5954: results/228.processed, results/230.processed: - prepare tests to
5955: trim trailing methods' EOLs
5956:
5957: 2010-06-16 moko
5958:
5959: * tests/: 229.html, results/229.processed: elseif now supported in
5960: ^if
5961:
5962: * src/classes/op.C: new feature: #56 elseif now supported in ^if
5963:
5964: 2010-06-03 misha
5965:
5966: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
5967: instead of memcopy for overlaped regions
5968:
5969: 2010-05-25 misha
5970:
5971: * src/main/pa_common.C: - wanring about unused vars was removed
5972:
5973: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
5974: get_method_filename was moved to execute.C
5975:
5976: 2010-05-23 misha
5977:
5978: * src/main/pa_request.C: - more accurate detection of method's file
5979:
5980: 2010-05-22 misha
5981:
5982: * src/classes/reflection.C: - bugfix: core during detection of
5983: .file if filespec isn't detected successfully
5984:
5985: 2010-05-20 misha
5986:
5987: * src/main/pa_request.C: - fix in get_method_filename
5988:
5989: * src/include/pa_request.h: - new feature: #24 -- searching
5990: included file in @USE/^use is changed. if its filespec doesn't
5991: start from '/' it will be searched in caller file directory
5992:
5993: * src/classes/reflection.C: - ^reflection:method_info returns file
5994: where the method is defined
5995:
5996: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
5997: classes/op.C: - new feature: #24 -- searching included file in
5998: @USE/^use is changed. if its filespec doesn't start from '/' it
5999: will be searched in caller file directory
6000:
6001: * src/: classes/file.C, include/pa_common.h: - method lastposafter
6002: is moved to pa_common.h
6003:
6004: 2010-05-18 misha
6005:
6006: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
6007: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
6008: cookie parser decode \uXXXX as well as %uXXXX
6009:
6010: 2010-05-17 misha
6011:
6012: * src/classes/curl.C: beauty: - unused param is removed in method
6013: _curl_version_action - some spaces were removed or replaced by
6014: tabs
6015:
6016: * src/classes/table.C: - bugfix: #72 core with empty value during
6017: ^table.hash[...;name_of_the_last_column][$.type[string]]
6018:
6019: 2010-05-16 misha
6020:
6021: * src/classes/curl.C: new: #61 more curl options were added
6022: (contributed by Sumo)
6023:
6024: 2010-04-29 pretender
6025:
6026: * src/main/pa_string.C: fixes #63 Split result from empty string
6027: now empty string.
6028:
6029: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
6030: string type.
6031:
6032: 2010-04-28 pretender
6033:
6034: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
6035: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
6036: macrodefinition removed
6037:
6038: 2010-04-19 pretender
6039:
6040: * src/main/execute.C: fixes #60 Stacktrace now contains info for
6041: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
6042:
6043: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
6044: fixes #64 Now file.missing exception generates in unsafe mode to.
6045:
6046: * src/classes/file.C: fixes #48 Now not throw "not save environment
6047: variable" exception in grpunlim version.
6048:
6049: 2010-04-05 misha
6050:
6051: * src/classes/string.C: - new feature: 4th param was added to
6052: match. if specified its value is returned in case of nothing was
6053: found
6054:
6055: 2010-04-01 misha
6056:
6057: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
6058: multiple execution of /a/b/auto.p
6059:
6060: 2010-03-19 misha
6061:
6062: * src/main/execute.C: - core in $table1.$table2 was fixed
6063:
6064: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
6065:
6066: 2010-01-27 misha
6067:
6068: * src/main/pa_common.C: - bugfix: there are no excaption.type if
6069: trying to open file by path /existing-file/non-exixting-file
6070:
6071: 2010-01-26 misha
6072:
6073: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
6074: was added (returns file)
6075:
6076: 2009-12-22 misha
6077:
6078: * src/classes/curl.C: - method 'option' was renamed to 'options' -
6079: now parser doesn't have class curl if it was built without it
6080:
6081: 2009-12-15 misha
6082:
6083: * configure.in: - little cheat with curl include dir was added
6084:
6085: 2009-12-05 misha
6086:
6087: * src/classes/curl.C: - some fixes
6088:
6089: 2009-12-04 misha
6090:
6091: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
6092: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
6093: buildall-with-xml, buildall-without-xml, configure.in: - curl
6094: class was added
6095:
6096: * src/include/pa_hash.h: - hash-iterator was added
6097:
6098: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
6099: was added to pcre
6100:
6101: 2009-11-27 misha
6102:
6103: * src/classes/image.C: - don't add @border attribute to output of
6104: ^image.html[] if it was specified by user with empty value
6105:
6106: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
6107: root element and we are trying to access .documentElement
6108:
6109: 2009-11-11 misha
6110:
6111: * src/classes/table.C: - in ^table.flip[] look at number of columns
6112: instead of number of items in first row for named tables
6113:
6114: 2009-11-10 misha
6115:
6116: * operators.txt: - info about hash-options in ^file::create was
6117: added
6118:
6119: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
6120: added
6121:
6122: 2009-11-09 misha
6123:
6124: * buildall-with-xml: - moving to libxml 2.7.6
6125:
6126: * tests/236.html: - tests for comparations cords with functions
6127: were added
6128:
6129: * src/include/pa_string.h: - optimisation: cacheing of cstr was
6130: added
6131:
6132: * src/main/pa_http.C: - little optimisation
6133:
6134: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
6135: GPF mallocs + stringstream (table.save)
6136:
6137: * src/classes/file.C: - file::create now accepts 4th param: options
6138: with $.charset
6139:
6140: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
6141: bug in cord (comparation cords with functions was buggy)
6142:
6143: 2009-11-06 misha
6144:
6145: * src/main/pa_string.C: - bugfix: calculation string.length
6146: sometimes was buggy
6147:
6148: * src/classes/string.C: - bugfix: Temp_value_element wasn't
6149: destroyed if exception occured during match/replace
6150:
6151: * src/: main/pa_charset.C, include/pa_charset.h: - method
6152: lengthUTF8Char was added
6153:
6154: * src/classes/op.C: - clean tainting lang was added for user's
6155: usage
6156:
6157: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
6158: fixed: checkouts are required after GC_MALLOC
6159:
6160: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
6161:
6162: * operators.txt: - actually, there is no ^untaint[xml] in
6163: file::create
6164:
6165: 2009-10-15 misha
6166:
6167: * tests/: 235.html, 235_attach.txt: - tests for preparing email
6168: were added
6169:
6170: * tests/234.html: - more tests for checking ^taint[uri] escaping
6171: were added
6172:
6173: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
6174: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
6175: hacking: for dealing with transcoding+^taint[uri]
6176: transcode_and_untaint was replaced by untaint_and_transcode
6177:
6178: 2009-10-13 misha
6179:
6180: * tests/: 121.html, results/121.processed: - test transcoding +
6181: url-escaping now
6182:
6183: * tests/results/auto.p: - more helpers' methods were added
6184:
6185: * src/main/pa_globals.C: - die instead of abort
6186:
6187: 2009-10-06 misha
6188:
6189: * src/main/pa_common.C: - don't allocate memory during
6190: capitalization if input string is already capitalized
6191:
6192: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
6193:
6194: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
6195: use format function because it calls malloc
6196:
6197: * src/include/pa_common.h: - more capitalized headers were added
6198:
6199: * src/main/pa_common.C: - in safe mode clear executable bits during
6200: file writing
6201:
6202: 2009-10-05 misha
6203:
6204: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
6205:
6206: 2009-10-03 misha
6207:
6208: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
6209: ^img.text[] & ^img.length[] can work in utf-8 now
6210:
6211: * src/: include/pa_charset.h, main/pa_charset.C: - class
6212: UTF8_string_iterator was added
6213:
6214: * src/classes/image.C: - respect utf-8 when calculate alphabet
6215: length
6216:
6217: * src/classes/mail.C: - check from before get message.cstr
6218:
6219: 2009-10-02 misha
6220:
6221: * tests/233.html: - test for image.font, image.length, image.text
6222: with text in utf-8 were added
6223:
6224: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
6225:
6226: * buildall-with-xml, buildall-without-xml: - comment about gc
6227: version for freebsd 4 was added
6228:
6229: 2009-10-01 misha
6230:
6231: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
6232: terminator) - read_pipe were slightly optimized
6233:
6234: 2009-09-28 misha
6235:
6236: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
6237: removed
6238:
6239: * src/types/pa_vmail.C: - forgot about space after ':'
6240:
6241: * src/types/pa_vmail.C: - escape filenames while preparing mail
6242: body - small simplifications
6243:
6244: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
6245: inout params like pa_base64
6246:
6247: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
6248: option $.debug-print(1) was added to mail:send - changes for
6249: using uue_encode which uses less memory
6250:
6251: * src/main/pa_common.C: - pa_base64_encode uses less memory now
6252:
6253: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
6254: memory now
6255:
6256: 2009-09-26 misha
6257:
6258: * src/types/pa_vmail.C: - default encoding now is base64
6259:
6260: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
6261:
6262: 2009-09-25 misha
6263:
6264: * src/types/pa_vmail.C: - capitalization of headers was added to
6265: sending mail as well
6266:
6267: * buildall-with-xml: - catalog package was removed from libxml
6268:
6269: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
6270: win32 absolute path
6271:
6272: * src/include/pa_common.h: - one more capitalized header was added
6273:
6274: 2009-09-22 misha
6275:
6276: * INSTALL: - comment about building just httpd binary while
6277: building apache module was added
6278:
6279: 2009-09-21 misha
6280:
6281: * buildall-with-xml: - moving to the latest versions of xml libs:
6282: libxml 2.7.4 and libxslt 1.1.25
6283:
6284: 2009-09-19 misha
6285:
6286: * tests/231.html: - test for encoding cookie in win-1251
6287:
6288: 2009-09-18 misha
6289:
6290: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
6291: object] were added
6292:
6293: * operators.txt: - info about method ^reflection:fields[class or
6294: object] was added
6295:
6296: * src/classes/reflection.C: - method ^reflection:fields[class or
6297: object] was added
6298:
6299: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
6300: methods get_fields were added
6301:
6302: * tests/232.html: - tests for @GET[name]
6303:
6304: * src/classes/table.C: - some changes in handling hash-options for
6305: creare, join and locate
6306:
6307: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
6308: defined with option: the type of requested value
6309:
6310: 2009-09-17 misha
6311:
6312: * tests/212.html: - tests for .pattern and .options were added
6313:
6314: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
6315: $regex.options were added
6316:
6317: 2009-09-11 misha
6318:
6319: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
6320: rewrited. it checks not just one case of sending cookies during
6321: file::load[http], but also sending headers and fields (including
6322: files)
6323:
6324: 2009-09-10 misha
6325:
6326: * src/main/untaint.C: - workaround in file-spec lang for old Macs
6327: was removed => now parser can open files with Russian 'r' in
6328: filename
6329:
6330: * src/main/untaint.C: - bugfix: client charset whould be analized
6331: while escaping cookies but now source charset
6332:
6333: * src/main/pa_http.C: - bugfix: the values of http headers didn't
6334: ^tainted[uri] so it was possible to make request with incorrect
6335: http header
6336:
6337: * src/main/pa_http.C: - capitalization of http headers during
6338: file::load[http was slightly changes - bugfix: all headers which
6339: parser sends during file::load[http should be transcoded and only
6340: then escaped
6341:
6342: * src/main/untaint.C: - a bit more comments were added
6343:
6344: * src/classes/: file.C, string.C: - types where changes (minus 2
6345: warnings)
6346:
6347: * src/include/pa_common.h: - 2 capitalized strings for making http
6348: headers during file::load[http were added
6349:
6350: 2009-09-08 misha
6351:
6352: * operators.txt: - changes in file.save and string.save were added
6353:
6354: * tests/: 230.html, 230.txt: - tests for checking options in
6355: file.save and string.save were added
6356:
6357: * src/main/pa_request.C: - http headers names, which are passed to
6358: SAPI::add_header_attribute are lowercased now (it'll be
6359: capitalized in that method)
6360:
6361: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
6362: classes/string.C: - file_write accepts Request_charsets and asked
6363: charset and cound transcode content before writing - string.save
6364: and file.save have option $.charset now
6365:
6366: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
6367: classes/xdoc.C: - file_write accepts Request_charsets and asked
6368: charset and cound transcode content before writing
6369:
6370: * src/include/pa_exception.h: - new exception comment string was
6371: defined
6372:
6373: 2009-09-07 misha
6374:
6375: * src/main/compile.y: - grammar $name\ name stops now for regex
6376: sub-pattern\s
6377:
6378: 2009-09-04 misha
6379:
6380: * src/main/pa_http.C: - capitalization of http headers during
6381: file::load[http was implemented
6382:
6383: 2009-09-03 misha
6384:
6385: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6386: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
6387: types/pa_vmail.C, targets/cgi/parser3.C,
6388: targets/isapi/parser3isapi.C: - back to storing response http
6389: headers in lowercase - capitalize them during output
6390:
6391: 2009-08-31 misha
6392:
6393: * src/classes/table.C: - allow call with any brackets (it could be
6394: useful in methods with explict result declaration)
6395:
6396: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
6397: correctly if $request:charset==koi8-r
6398:
6399: 2009-08-30 misha
6400:
6401: * src/: include/pa_common.h, main/pa_request.C: - http headers were
6402: changed: content-type => Content-type and so on
6403:
6404: * src/classes/file.C, src/include/pa_common.h,
6405: src/include/pa_request.h, src/main/pa_http.C,
6406: src/main/pa_request.C, src/types/pa_vcookie.C,
6407: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
6408: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
6409: tests/results/002.processed, tests/results/003.processed,
6410: tests/results/004.processed, tests/results/005.processed,
6411: tests/results/006.processed, tests/results/007.processed,
6412: tests/results/008.processed, tests/results/009.processed,
6413: tests/results/010.processed, tests/results/011.processed,
6414: tests/results/012.processed, tests/results/013.processed,
6415: tests/results/014.processed, tests/results/015.processed,
6416: tests/results/016.processed, tests/results/017.processed,
6417: tests/results/018.processed, tests/results/019.processed,
6418: tests/results/020.processed, tests/results/021.processed,
6419: tests/results/022.processed, tests/results/023.processed,
6420: tests/results/024.processed, tests/results/025.processed,
6421: tests/results/026.processed, tests/results/027.processed,
6422: tests/results/028.processed, tests/results/029.processed,
6423: tests/results/030.processed, tests/results/031.processed,
6424: tests/results/032.processed, tests/results/033.processed,
6425: tests/results/034.processed, tests/results/035.processed,
6426: tests/results/036.processed, tests/results/037.processed,
6427: tests/results/038.processed, tests/results/039.processed,
6428: tests/results/040.processed, tests/results/041.processed,
6429: tests/results/042.processed, tests/results/043.processed,
6430: tests/results/044.processed, tests/results/045.processed,
6431: tests/results/046.processed, tests/results/047.processed,
6432: tests/results/048.processed, tests/results/049.processed,
6433: tests/results/050.processed, tests/results/051.processed,
6434: tests/results/052.processed, tests/results/053.processed,
6435: tests/results/054.processed, tests/results/055.processed,
6436: tests/results/056.processed, tests/results/057.processed,
6437: tests/results/058.processed, tests/results/059.processed,
6438: tests/results/060.processed, tests/results/061.processed,
6439: tests/results/062.processed, tests/results/063.processed,
6440: tests/results/064.processed, tests/results/065.processed,
6441: tests/results/066.processed, tests/results/067.processed,
6442: tests/results/068.processed, tests/results/069.processed,
6443: tests/results/070.processed, tests/results/071.processed,
6444: tests/results/072.processed, tests/results/073.processed,
6445: tests/results/074.processed, tests/results/075.processed,
6446: tests/results/076.processed, tests/results/077.processed,
6447: tests/results/078.processed, tests/results/079.processed,
6448: tests/results/080.processed, tests/results/081.processed,
6449: tests/results/082.processed, tests/results/083.processed,
6450: tests/results/084.processed, tests/results/085.processed,
6451: tests/results/086.processed, tests/results/087.processed,
6452: tests/results/088.processed, tests/results/089.processed,
6453: tests/results/090.processed, tests/results/091.processed,
6454: tests/results/092.processed, tests/results/093.processed,
6455: tests/results/094.processed, tests/results/095.processed,
6456: tests/results/096.processed, tests/results/097.processed,
6457: tests/results/098.processed, tests/results/099.processed,
6458: tests/results/100.processed, tests/results/101.processed,
6459: tests/results/102.processed, tests/results/103.processed,
6460: tests/results/104.processed, tests/results/105.processed,
6461: tests/results/106.processed, tests/results/107.processed,
6462: tests/results/108.processed, tests/results/109.processed,
6463: tests/results/110.processed, tests/results/111.processed,
6464: tests/results/112.processed, tests/results/113.processed,
6465: tests/results/114.processed, tests/results/115.processed,
6466: tests/results/116.processed, tests/results/117.processed,
6467: tests/results/118.processed, tests/results/119.processed,
6468: tests/results/120.processed, tests/results/121.processed,
6469: tests/results/122.processed, tests/results/123.processed,
6470: tests/results/124.processed, tests/results/125.processed,
6471: tests/results/126.processed, tests/results/127.processed,
6472: tests/results/128.processed, tests/results/129.processed,
6473: tests/results/130.processed, tests/results/131.processed,
6474: tests/results/132.processed, tests/results/133.processed,
6475: tests/results/134.processed, tests/results/135.processed,
6476: tests/results/136.processed, tests/results/138.processed,
6477: tests/results/139.processed, tests/results/140.processed,
6478: tests/results/141.processed, tests/results/142.processed,
6479: tests/results/143.processed, tests/results/144.processed,
6480: tests/results/145.processed, tests/results/146.processed,
6481: tests/results/147.processed, tests/results/148.processed,
6482: tests/results/149.processed, tests/results/150.processed,
6483: tests/results/151.processed, tests/results/152.processed,
6484: tests/results/153.processed, tests/results/154.processed,
6485: tests/results/155.processed, tests/results/156.processed,
6486: tests/results/157.processed, tests/results/158.processed,
6487: tests/results/159.processed, tests/results/160.processed,
6488: tests/results/161.processed, tests/results/162.processed,
6489: tests/results/163.processed, tests/results/164.processed,
6490: tests/results/165.processed, tests/results/166.processed,
6491: tests/results/167.processed, tests/results/168.processed,
6492: tests/results/169.processed, tests/results/170.processed,
6493: tests/results/171.processed, tests/results/172.processed,
6494: tests/results/173.processed, tests/results/174.processed,
6495: tests/results/175.processed, tests/results/176.processed,
6496: tests/results/177.processed, tests/results/178.processed,
6497: tests/results/179.processed, tests/results/180.processed,
6498: tests/results/181.processed, tests/results/182.processed,
6499: tests/results/183.processed, tests/results/184.processed,
6500: tests/results/185.processed, tests/results/186.processed,
6501: tests/results/187.processed, tests/results/188.processed,
6502: tests/results/189.processed, tests/results/190.processed,
6503: tests/results/191.processed, tests/results/192.processed,
6504: tests/results/193.processed, tests/results/194.processed,
6505: tests/results/195.processed, tests/results/196.processed,
6506: tests/results/197.processed, tests/results/198.processed,
6507: tests/results/199.processed, tests/results/200.processed,
6508: tests/results/201.processed, tests/results/202.processed,
6509: tests/results/203.processed, tests/results/204.processed,
6510: tests/results/205.processed, tests/results/206.processed,
6511: tests/results/207.processed, tests/results/208.processed,
6512: tests/results/209.processed, tests/results/210.processed,
6513: tests/results/211.processed, tests/results/212.processed,
6514: tests/results/213.processed, tests/results/214.processed,
6515: tests/results/215.processed, tests/results/216.processed,
6516: tests/results/217.processed, tests/results/218.processed,
6517: tests/results/219.processed, tests/results/220.processed,
6518: tests/results/221.processed, tests/results/222.processed,
6519: tests/results/223.processed, tests/results/224.processed,
6520: tests/results/225.processed, tests/results/226.processed,
6521: tests/results/227.processed, tests/results/228.processed,
6522: tests/results/229.processed: - http headers were changed:
6523: content-type => Content-type and so on
6524:
6525: 2009-08-27 misha
6526:
6527: * src/: main/pa_random.C, include/pa_random.h,
6528: targets/cgi/parser3.C: - year was updated :)
6529:
6530: 2009-08-26 misha
6531:
6532: * tests/: 224.html, 224.p: - test for creating of parser object
6533: using constructor without params - little bugfix in test
6534:
6535: * src/main/compile_tools.h: - bugfix: should't call autouse while
6536: checking existed class while processing partial option
6537:
6538: * src/classes/reflection.C: - bugfix: core when creating object
6539: with reflection and constructor doesn't have params
6540:
6541: 2009-08-24 misha
6542:
6543: * tests/229.html: - tests for checking the number of parameters
6544: were added
6545:
6546: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
6547: number of method's parameters wasn't checked correctly (the bug
6548: was introduced in 3.4.0)
6549:
6550: 2009-08-22 misha
6551:
6552: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
6553: transcoded, but tainted pieces are escaped only when
6554: content-type==url-encoding
6555:
6556: * tests/228.html: - test for checking
6557: ^file::load[http://...;$.body[]]
6558:
6559: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
6560: post charset was too early (charsets is empty at this moment)
6561:
6562: 2009-08-21 misha
6563:
6564: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
6565: main/untaint.C: - some fixes with transcode+untaint
6566:
6567: 2009-08-15 misha
6568:
6569: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
6570: was increaced to 100 (was 50)
6571:
6572: * tests/227.html: - test for checking overriding properties in
6573: static classes was added
6574:
6575: * tests/: 226.html, 226.p: - test for @autoload[] was added
6576:
6577: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
6578: main/execute.C, main/pa_request.C, classes/reflection.C: -
6579: autouse was implemented
6580:
6581: 2009-08-14 misha
6582:
6583: * src/classes/reflection.C: - outdated checkout was removed
6584:
6585: * src/classes/reflection.C: - optimization - method ^dynamical was
6586: added.
6587:
6588: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
6589: types/pa_vstateless_class.h, main/execute.C: - optimization
6590:
6591: * src/types/pa_vclass.C: - exception if base on sytem class
6592:
6593: 2009-08-12 misha
6594:
6595: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
6596: pa_vstateless_class.h: - little optimisation
6597:
6598: 2009-08-11 misha
6599:
6600: * tests/224.html: - method_params => method_info - checking for
6601: $.inherited
6602:
6603: * src/classes/reflection.C, operators.txt: - method method_params
6604: was renamed to method_info and now it returns class name, if
6605: method was defined in ancestor
6606:
6607: * tests/225.html: - tests for cheching properties in hierarhical
6608: classes were added
6609:
6610: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
6611: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6612: main/compile.y, main/execute.C, classes/classes.C: - problems
6613: with properties in new classes implementation were fixed
6614:
6615: 2009-08-10 misha
6616:
6617: * src/main/execute.C: - now constructor shouldn't be defined in
6618: class. it could be defined in parent.
6619:
6620: 2009-08-09 misha
6621:
6622: * src/classes/reflection.C: - ^reflection:methods doesn't return
6623: base's methods
6624:
6625: 2009-08-08 misha
6626:
6627: * src/: classes/classes.h, classes/date.C, classes/file.C,
6628: classes/form.C, classes/hash.C, classes/hashfile.C,
6629: classes/image.C, classes/mail.C, classes/op.C,
6630: classes/reflection.C, classes/regex.C, classes/string.C,
6631: classes/table.C, classes/xdoc.C, classes/xnode.C,
6632: classes/xnode.h, include/pa_hash.h, main/execute.C,
6633: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
6634: types/pa_method.h, types/pa_property.h, types/pa_value.C,
6635: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6636: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6637: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
6638: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6639: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
6640: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
6641: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
6642: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
6643: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
6644: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
6645: types/pa_vresponse.C, types/pa_vresponse.h,
6646: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6647: types/pa_vstateless_object.h, types/pa_vstatus.C,
6648: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
6649: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6650: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6651: types/pa_wwrapper.h, types/types.vcproj: - new classes
6652: implementation
6653:
6654: * buildall-with-xml, buildall-without-xml: - gc has a bug if
6655: USE_MUNMAP is used. so it is disabled as a workaround.
6656:
6657: 2009-08-05 misha
6658:
6659: * src/: main/pa_common.C, include/pa_common.h: - not needed
6660: parameter was removed
6661:
6662: * src/main/pa_http.C: - bugfix: error was during detecting
6663: content-type of file which was loaded by http
6664:
6665: 2009-08-01 misha
6666:
6667: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
6668: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
6669: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
6670: can't be disabled with defines any longer
6671:
6672: 2009-07-29 misha
6673:
6674: * src/classes/reflection.C, tests/results/224.processed: - for
6675: native methods with any call type now returned empty call_type
6676: value
6677:
6678: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6679: classes/table.C, include/pa_hash.h, include/pa_request.h,
6680: main/pa_request.C: - break in cycles was optimized
6681:
6682: * INSTALL: - more defines were described
6683:
6684: 2009-07-28 misha
6685:
6686: * operators.txt: - some changes in information about reflection
6687: class
6688:
6689: * tests/: 224.html, 224.p: - tests for reflection class
6690:
6691: * src/classes/reflection.C: - some bugs were fixed, method classes
6692: was added, refactoring
6693:
6694: 2009-07-26 misha
6695:
6696: * src/classes/classes.vcproj: - reflection class wass added to
6697: project
6698:
6699: * operators.txt: - information about reflection class was added
6700:
6701: * src/classes/reflection.C: - class was redesigned
6702:
6703: 2009-07-24 misha
6704:
6705: * src/classes/: Makefile.am, reflection.C: - class reflection was
6706: added
6707:
6708: * src/types/pa_vstateless_class.h: - method for reflection method's
6709: in classes was added
6710:
6711: 2009-07-22 misha
6712:
6713: * src/main/compile_tools.h: - bugfix: $object.$var was
6714: over-optimized. it failed if $object1.$object2.field
6715:
6716: 2009-07-16 misha
6717:
6718: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
6719: lib/cord/cordxtra.c, lib/cord/include/cord.h,
6720: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
6721: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
6722: one more arg: length of cord
6723:
6724: 2009-07-15 misha
6725:
6726: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
6727: tainted in ^file::load[http://...;$.cookies[]]
6728:
6729: * src/classes/: op.C, regex.C, string.C: - new string with
6730: exception was used
6731:
6732: * src/include/pa_exception.h: - new string with exception was added
6733:
6734: * tests/223.html: - test for checking cookie-encoding during
6735: ^file::load[http was added
6736:
6737: * tests/: 221.html, 222.html: - tests for checking type of
6738: $table.fields.field were added
6739:
6740: * src/types/pa_vtable.C: - not used var decl was removed
6741:
6742: * src/include/pa_string.h: - use cached string length in Body::mid.
6743: it improves speed of match with brackets in pattern
6744:
6745: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
6746: outside
6747:
6748: 2009-07-14 misha
6749:
6750: * src/types/pa_vtable.C: - $table.fields.a return string even if
6751: column is empty (sometime returned void) - $table.fields was
6752: added for nameless tables
6753:
6754: * src/targets/cgi/getopt.c: - one warning resolved
6755:
6756: * src/main/pa_string.C: - potentian bug fixed
6757:
6758: * src/classes/op.C: - small optimization in taint/untaint
6759:
6760: 2009-07-13 misha
6761:
6762: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
6763: added
6764:
6765: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
6766: souldn't add the attribut to output
6767:
6768: 2009-07-11 misha
6769:
6770: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
6771: stack size was increaced to 2MB (default=1MB)
6772:
6773: 2009-07-08 misha
6774:
6775: * src/main/pa_string.C: - link to UTF-8 description was added
6776:
6777: * src/include/pa_hash.h: - hash keeps element's order in more
6778: places (ex: ._keys[])
6779:
6780: * tests/220.html: - test for checking order of elements in hash in
6781: foreach was added
6782:
6783: * tests/172.html: - small changes in printing hash
6784:
6785: * tests/129.html: - small changes in printing hash
6786:
6787: * src/: include/pa_common.h, include/pa_hash.h,
6788: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
6789: types/pa_vmethod_frame.h: - hash now keeps order of elements
6790:
6791: * tests/014.html: - small changes in printing hash
6792:
6793: 2009-07-07 misha
6794:
6795: * src/classes/op.C: - new taint language "parser-code" was added
6796:
6797: * tests/219.html: - test for auto untaint parser code in process
6798: was added
6799:
6800: * src/classes/op.C: - tainted pieces in body of process are
6801: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
6802:
6803: * src/: include/pa_string.h, main/untaint.C: - new language
6804: L_PARSER_CODE for auto-untaint in process was added
6805:
6806: * src/: classes/file.C, classes/hash.C, classes/image.C,
6807: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
6808: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
6809: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
6810: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
6811: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
6812: code cleanup
6813:
6814: 2009-07-06 misha
6815:
6816: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
6817: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
6818: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6819:
6820: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
6821: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
6822: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
6823: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
6824: should be used
6825:
6826: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
6827: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
6828: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
6829: untaint_cstr[m] should be used
6830:
6831: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
6832: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6833:
6834: * tests/218.html: - test for checking automatic file-spec-taint was
6835: added
6836:
6837: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
6838: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
6839: classes/file.C, classes/hash.C, classes/image.C,
6840: classes/string.C, classes/table.C, classes/void.C,
6841: classes/xdoc.C: - optimizations and simplification of
6842: string.cstr(...)
6843:
6844: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
6845: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
6846: - optimizations and simplification of string.cstr(...)
6847:
6848: 2009-07-04 misha
6849:
6850: * tests/217.html: - test for recursion detection was added
6851:
6852: * src/: types/types.vcproj, main/main.vcproj,
6853: classes/classes.vcproj, targets/cgi/parser3.vcproj,
6854: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
6855: from .vcproj
6856:
6857: * src/types/pa_wwrapper.h: - dynamic_cast was removed
6858:
6859: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
6860: uploading files and case-insensitive http-method were added
6861:
6862: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
6863: tainted pattern in ^file:list[] was added
6864:
6865: 2009-07-03 misha
6866:
6867: * src/: classes/classes.vcproj, main/main.vcproj,
6868: types/types.vcproj, targets/cgi/parser3.vcproj,
6869: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
6870: for dynamic_cast) - little options changes
6871:
6872: * src/main/pa_http.C: - file::load[http works now with uploading
6873: files _and_ changing $.charset
6874:
6875: 2009-06-29 misha
6876:
6877: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
6878: while creating pattern
6879:
6880: 2009-06-25 misha
6881:
6882: * src/classes/image.C, operators.txt: - options' names for
6883: ^image.font were changed to $.space, $.width and $spacing -
6884: default space width now == gif's width
6885:
6886: 2009-06-24 misha
6887:
6888: * tests/215.html: - tests for $file.mode were added
6889:
6890: * operators.txt: - added info about $file.mode and changes in
6891: ^image.font[
6892:
6893: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
6894: param now could be omited - third param now could be hash (with
6895: all widths options: $.space-width, $.letter-width) - it's
6896: possible to specify tracking ($.letter-space)
6897:
6898: * src/classes/file.C: - file objects now could have mode field
6899: (text|binary)
6900:
6901: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
6902:
6903: 2009-06-23 misha
6904:
6905: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
6906: trim can work with utf-8 chars now
6907:
6908: 2009-06-20 misha
6909:
6910: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
6911: was implemented
6912:
6913: * src/classes/table.C: - string length cacheing was implemented
6914:
6915: * src/include/pa_string.h: - string length cacheing was implemented
6916:
6917: 2009-06-17 misha
6918:
6919: * src/main/execute.C: - value param was removed from
6920: WContext::WContext
6921:
6922: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
6923: pa_wwrapper.h: - value param was removed from WContext::WContext
6924: - field wcontext was removed from VCodeFrame (using fparent
6925: instead)
6926:
6927: * tests/214.html: - test with hash copying
6928:
6929: 2009-06-16 misha
6930:
6931: * tests/: 062.html, results/062.processed: - evaluation hardcoded
6932: strings doesn't work in expression anymore
6933:
6934: * src/main/execute.C: - less calls for get_constructing() - little
6935: refactoring
6936:
6937: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
6938: include/pa_request.h: - less calls for get_constructing()
6939:
6940: * src/classes/: hash.C, hashfile.C: - fixed bug which was
6941: introduced with OPTIMIZE_SINGLE_STRING optimization
6942:
6943: 2009-06-14 misha
6944:
6945: * src/: classes/date.C, classes/file.C, classes/hash.C,
6946: classes/hashfile.C, classes/image.C, classes/regex.C,
6947: classes/table.C, classes/xdoc.C, classes/xnode.h,
6948: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
6949: types/pa_vstateless_class.h, main/execute.C: - create object for
6950: storing object's fields only for parser objects
6951:
6952: 2009-06-13 misha
6953:
6954: * buildall-with-xml, buildall-without-xml: - new option was added
6955: for building GC (it slightly reduces memory usage)
6956:
6957: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
6958: single string write
6959:
6960: * src/main/execute.C: - bytecode optimization of ^class:constructor
6961: - optimization of single string write
6962:
6963: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
6964: - bytecode optimization of ^class:constructor
6965:
6966: 2009-06-09 misha
6967:
6968: * src/targets/cgi/parser3.C: - type size_t was changed to int in
6969: main (better compatibility)
6970:
6971: 2009-06-08 misha
6972:
6973: * src/main/compile.y: - I've forgot to commit it :(
6974:
6975: 2009-06-07 misha
6976:
6977: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
6978: WITH_READ and WITH_ROOT
6979:
6980: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6981: execute.C: - more optimizations for WITH_SELF, WITH_READ and
6982: WITH_ROOT - little refactoring
6983:
6984: 2009-06-06 misha
6985:
6986: * tests/213.html: - tests for 3rd match string-param were added
6987:
6988: * src/classes/string.C: - 3rd match param could be string now
6989:
6990: * src/main/: compile.y, compile_tools.h: - much more bytecode's
6991: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
6992: GET_OBJECT_ELEMENT
6993:
6994: 2009-06-05 misha
6995:
6996: * src/main/pa_http.C: - bugfix: content-length was not calculated
6997: if $.body was specified
6998:
6999: 2009-06-04 misha
7000:
7001: * src/classes/op.C: - optimizing write_assign_lang in connect
7002:
7003: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
7004:
7005: * src/main/execute.C: - little refactoring - optimizing
7006: write_assign_lang in taint/untaint
7007:
7008: * src/include/pa_opcode.h: - little refactoring
7009:
7010: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
7011: main/compile_tools.h, main/execute.C: - optimizations for
7012: $self.field, ^self.method, $self.field[...] and $self.field(...)
7013: were added
7014:
7015: 2009-06-03 misha
7016:
7017: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
7018:
7019: 2009-06-02 misha
7020:
7021: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
7022: include/pa_opcode.h: - refactoring in last optimizations
7023: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
7024: now but code is much easy and it is ready for further
7025: improvements.
7026:
7027: 2009-05-27 misha
7028:
7029: * src/: types/pa_junction.h, types/pa_vjunction.C,
7030: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
7031: changed in destructing junctions
7032:
7033: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
7034: String:Body
7035:
7036: 2009-05-26 misha
7037:
7038: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
7039: one method detect_charset was deleted - bug was fixed in this
7040: method (error while detecting charset in content_type withot last
7041: ';')
7042:
7043: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
7044: once
7045:
7046: 2009-05-25 misha
7047:
7048: * src/classes/file.C: - bugfix: file::exec didn't work after
7049: optimizing of helper_length
7050:
7051: 2009-05-24 misha
7052:
7053: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
7054: were added - little refactoring
7055:
7056: * src/main/execute.C: - core while printing in debug log
7057: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
7058: optimisations were added
7059:
7060: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
7061: were added
7062:
7063: 2009-05-23 misha
7064:
7065: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
7066: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
7067: CORD_cat optimization
7068:
7069: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
7070: - call constr optimisation under separate define now
7071:
7072: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
7073: in $b should be string, not void
7074:
7075: * src/main/compile.y: - little fix for rem-cut optimisation
7076:
7077: * src/: include/pa_opcode.h, main/compile_tools.C,
7078: main/compile_tools.h, main/execute.C: - optimisations for
7079: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
7080:
7081: * INSTALL: - description of some #defined were added
7082:
7083: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
7084: before 1st access (memory usage is reduced if don't access to
7085: .text field)
7086:
7087: * src/include/pa_array.h: - array grows step now not static (it
7088: reduces numbers of reallocs)
7089:
7090: 2009-05-20 misha
7091:
7092: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
7093: $.b(2), $c[d] and $.e[f] was added
7094:
7095: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7096: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
7097: $.e[f] was added
7098:
7099: * src/main/execute.C: - debug printing moved in defines
7100:
7101: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
7102: and little refactoring for OP_GET_OBJECT_ELEMENT +
7103: OP_GET_OBJECT_VAR_ELEMENT optimisation
7104:
7105: 2009-05-19 misha
7106:
7107: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7108: execute.C: - $a.$b & ^a.$b bytecode optimisation
7109:
7110: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
7111: ^a.$b optimisation)
7112:
7113: * src/main/compile.y: - compiler now generate new opcodes:
7114: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
7115: ^a.b - compiler now cut off ^rem{ with all content ; any number
7116: of params }
7117:
7118: * src/main/execute.C: - code for handle new opcodes
7119: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
7120:
7121: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
7122: added for LA2V and LA2S
7123:
7124: * src/include/pa_opcode.h: - new defines which can be used for
7125: disable some bytecode optimisation and new opcodes were added
7126:
7127: 2009-05-17 misha
7128:
7129: * src/lib/cord/cordxtra.c: - bugfix.
7130:
7131: * tests/212.html: - .size[] and .study_size[] were added to tests
7132:
7133: * operators.txt: - info about regex class was added
7134:
7135: * tests/212.html: - tests for regex class were added
7136:
7137: 2009-05-16 misha
7138:
7139: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
7140: gc7.1
7141:
7142: * tests/022.html: - test for ^file:list[path;] (empty second param)
7143: was added
7144:
7145: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
7146: param) should work
7147:
7148: 2009-05-15 misha
7149:
7150: * src/classes/table.C: - automatically disable stringstream usage
7151: on freebsd4
7152:
7153: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
7154: scope
7155:
7156: * tests/211.html: - test with different types of access to hash was
7157: added
7158:
7159: * tests/210.html: - test which checks for loosing tainting in
7160: hash's keys was added
7161:
7162: * tests/208.html: - some parser work added. or stime == 0 %-)
7163:
7164: * src/lib/cord/cordbscs.c: - little hack was added to cord
7165:
7166: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
7167:
7168: * src/include/pa_version.h, configure.in: - moko have made a lot of
7169: optimisations for increacing version number more dramatically :)
7170:
7171: * src/classes/date.C: - little refactoring: use constructor which
7172: accepts formated string
7173:
7174: * src/: include/pa_string.h, main/pa_string.C: - String constructor
7175: which can print formatted string was added
7176:
7177: 2009-05-14 misha
7178:
7179: * src/include/pa_string.h: - type was fixed
7180:
7181: * src/: classes/hashfile.C, classes/op.C,
7182: include/pa_cache_managers.h, include/pa_charset.h,
7183: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
7184: include/pa_request.h, include/pa_sql_driver_manager.h,
7185: include/pa_string.h, include/pa_stylesheet_manager.h,
7186: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
7187: main/pa_charsets.C, main/pa_string.C,
7188: main/pa_stylesheet_connection.C, types/pa_value.h,
7189: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7190: types/pa_vobject.C, types/pa_vstateless_class.C,
7191: types/pa_vstateless_class.h: - hash_code caching was implemented
7192: (seaches should be faster now)
7193:
7194: * src/: classes/file.C, classes/hash.C, classes/image.C,
7195: classes/string.C, classes/table.C, include/pa_string.h,
7196: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
7197: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
7198: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
7199: types/pa_vrequest.C: - String constructors don't have that stupid
7200: true/false param which means 'tainted'. they accept lang instead.
7201:
7202: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
7203: with OPTIMIZE_RESULT
7204:
7205: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
7206: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
7207:
7208: 2009-05-13 misha
7209:
7210: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
7211: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
7212: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7213: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
7214: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
7215: main/pa_common.C, main/pa_request.C, main/pa_string.C,
7216: include/pa_string.h, classes/date.C, classes/file.C,
7217: classes/hash.C, classes/image.C, classes/string.C,
7218: classes/table.C, classes/xdoc.C: - result optimisation -
7219: helper_length parameter removed from string constructors
7220:
7221: 2009-05-11 misha
7222:
7223: * tests/209.html: - tests for ^hash::create[hash] were added
7224:
7225: * tests/208.html: - tests for $status:rusage, $status:memory,
7226: ^memory:compact[] were added
7227:
7228: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
7229: log10 were added
7230:
7231: * tests/206.html: - test for try with finally was added
7232:
7233: 2009-05-10 misha
7234:
7235: * tests/205.html: - test for ^file::create[...] was added
7236:
7237: * tests/204.html: - test for ^response:clear[] was added
7238:
7239: * tests/038.html: - tests for trigonometric functions were added
7240:
7241: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
7242: added - more tests for .add, .sub, .union, .intersects and
7243: .intersections
7244:
7245: * tests/065.html: - test for ^file:dirname was added
7246:
7247: * tests/030.html: - test for $cookie:fields was added
7248:
7249: * tests/203.html: - test for ^h._keys[column name] was added
7250:
7251: * tests/201.html: - tests for .trim were added
7252:
7253: * tests/202.html: - tests for last-day,
7254: date:calendar[type](YYYY;MM;DD) were added
7255:
7256: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
7257: .offset[type](N) were added
7258:
7259: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
7260: and .pos[c](N) were added
7261:
7262: * tests/141.html: - test for math:sha1 was added
7263:
7264: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
7265:
7266: 2009-05-09 misha
7267:
7268: * src/main/compile.y: - rollback
7269:
7270: 2009-05-05 misha
7271:
7272: * src/main/pa_exec.C: - little optimisation: somewhere length() was
7273: replaced by is_empty()
7274:
7275: * src/: include/pa_string.h, main/pa_charset.C: - little
7276: optimisation: somewhere length() was replaced by is_empty()
7277:
7278: * src/classes/table.C: - little optimisation: somewhere length()
7279: was replaced by is_empty()
7280:
7281: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
7282: classes/op.C, classes/table.C, main/pa_exception.C: - little
7283: optimisation: somewhere length() was replaced by is_empty()
7284:
7285: 2009-05-04 misha
7286:
7287: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7288: types/pa_vstateless_class.h, main/execute.C,
7289: include/pa_request.h, classes/hash.C, classes/op.C,
7290: classes/table.C: - more optimisations were added: some operators
7291: don't switch write context anylonger
7292:
7293: 2009-05-01 misha
7294:
7295: * src/main/compile.y: - slightly more opcode optimisations for
7296: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
7297:
7298: * src/main/execute.C: - simplifying process for getters
7299:
7300: 2009-04-30 misha
7301:
7302: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
7303:
7304: * tests/results/199.processed: - test for checking $result into
7305: ^rem was added
7306:
7307: * tests/199.html: - test for checking $result into ^rem was added
7308:
7309: * tests/: 022.html, 096.html: - þsort after :list was asses (on
7310: some OS it returns list in different order)
7311:
7312: * src/: include/pa_array.h, include/pa_request.h,
7313: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
7314: changes in stack impl - get_element() optimisation: 3rd param
7315: removed - bugfix: problems with reading empty input param -
7316: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
7317:
7318: * tests/results/198.processed: - test for reading empty local var
7319: was added
7320:
7321: * tests/198.html: - test for reading empty local var was added
7322:
7323: 2009-04-29 misha
7324:
7325: * src/main/compile.y: - bugfix: couldn't compile because
7326: OP_VALUE__GET_ELEMENT should be unde #ifdef
7327:
7328: * src/: include/pa_array.h, include/pa_opcode.h,
7329: include/pa_request.h, main/compile.y, main/execute.C,
7330: main/pa_request.C, types/pa_vmethod_frame.C,
7331: types/pa_vmethod_frame.h: - we can work without opcode
7332: OP_STORE_PARAM, so it was removed
7333:
7334: 2009-04-28 misha
7335:
7336: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
7337: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
7338: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
7339: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
7340: 4.
7341: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
7342:
7343: * src/main/compile_tools.h: - new stuff for op-codes optimisation
7344:
7345: * src/: main/pa_string.C, classes/string.C: - !length() =>
7346: is_empty()
7347:
7348: 2009-04-27 misha
7349:
7350: * src/types/pa_vregex.h: - back explicit vars initialisation
7351:
7352: 2009-04-24 misha
7353:
7354: * src/classes/string.C: - ups. typo fixed
7355:
7356: * src/main/execute.C: - more replacements '*new VBool' to
7357: 'VBool::get' - checks for ^break[], ^continue[] and
7358: parser.interrupted were optimised
7359:
7360: * src/classes/string.C: - number of params.count() calls was
7361: slightly reduced
7362:
7363: 2009-04-23 misha
7364:
7365: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7366: make it x64 friendly
7367:
7368: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7369: parser is x64 friendly now
7370:
7371: 2009-04-22 misha
7372:
7373: * src/types/pa_vhashfile.C: - coder friendly exception about
7374: exceeding record size was added
7375:
7376: * src/classes/file.C: - use vregex object instead of direct calls
7377: methods from pcre lib
7378:
7379: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
7380: classes/string.C: - use vregex object instead of direct calls
7381: methods from pcre lib
7382:
7383: * src/: include/pa_common.h, main/pa_common.C: - method
7384: print_pcre_exec_error_text was moved to class vregex
7385:
7386: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
7387: was added
7388:
7389: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
7390: - class vregex was added
7391:
7392: 2009-04-21 misha
7393:
7394: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
7395:
7396: * src/: types/pa_junction.h, types/pa_value.C,
7397: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
7398: types/pa_wcontext.h, main/execute.C, classes/op.C: -
7399: junction-optimisation (destructors)
7400:
7401: * src/include/pa_array.h: - free under if now
7402:
7403: 2009-04-19 misha
7404:
7405: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
7406:
7407: 2009-04-18 misha
7408:
7409: * src/include/pa_version.h:
7410: :q :
7411:
7412: CV:
7413: ----------------------------------------------------------------------
7414:
7415: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
7416: refactoring
7417:
7418: * src/: include/pa_array.h, include/pa_hash.h,
7419: types/pa_vmethod_frame.h: - destructors under #ifdef now
7420:
7421: * src/include/pa_memory.h: - define for using destructors was added
7422:
7423: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7424: main/execute.C: - some junctions will be cached now
7425:
7426: * src/include/pa_hash.h: - hash destructor frees pairs now
7427:
7428: * src/include/pa_array.h: - inline was added to destructor
7429:
7430: * src/types/pa_method.h: - comment was changed
7431:
7432: 2009-04-17 misha
7433:
7434: * src/: include/pa_array.h, include/pa_hash.h,
7435: types/pa_vmethod_frame.h: - destructors were added
7436:
7437: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
7438: renamed to always_use_result
7439:
7440: * src/main/: compile.y, compile_tools.h: - rollback changes in
7441: compiler: full backward compatibility is better
7442:
7443: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
7444: result in var's hash
7445:
7446: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7447: optimisation in method_frame
7448:
7449: * src/include/pa_array.h: - optimisation in array (allocate
7450: elements only when needed)
7451:
7452: * src/types/pa_vresponse.C: - check for $response:headers field
7453: before looking at custom fields
7454:
7455: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
7456: not needed to check existance var with name 'result' in var's
7457: hash
7458:
7459: * src/main/compile.y: - compiler was changed: now it detects
7460: writings to $result and set flag writo_to_result in method
7461:
7462: * src/classes/string.C: - little optimisation: no needed to write
7463: number with lang
7464:
7465: * src/main/pa_charset.C: - methods readChar and skipChar which is
7466: used for read utf8-strings were renamed - is_escaped was renamed
7467: to isEscaped (to the same name convention)
7468:
7469: * src/: types/pa_method.h, main/compile_tools.h: - flag
7470: write_to_result added. compiler get this info from code.
7471:
7472: 2009-04-16 misha
7473:
7474: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
7475: String only before 1st write
7476:
7477: * src/include/pa_string.h: - not needed template removed
7478:
7479: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
7480: types/pa_vjunction.C, types/pa_vproperty.C,
7481: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
7482: main/pa_request.C, classes/bool.C, classes/double.C,
7483: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
7484: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
7485: bool objects)
7486:
7487: 2009-04-15 misha
7488:
7489: * src/lib/cord/cordxtra.c: - more optimisation
7490:
7491: * src/: include/pa_string.h, main/untaint.C: - String::append
7492: optimisation
7493:
7494: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
7495: then get and can sometime be used)
7496:
7497: * src/main/pa_string.C: - String::length optimisation
7498:
7499: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
7500: these methods read different strings
7501:
7502: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7503: fresult_initial_void removed + some optimisation - if $result
7504: defined we don't write to context anymore
7505:
7506: * src/main/pa_charset.C: - readChar => skipChar (in this place we
7507: need just skip char)
7508:
7509: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7510: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
7511: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
7512:
7513: * src/types/pa_vvoid.h: - added get() method for retreave one
7514: instance
7515:
7516: 2009-04-11 misha
7517:
7518: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
7519:
7520: * tests/197.html: - test for parser://test in xml was added
7521:
7522: * src/classes/string.C: - small optimisation
7523:
7524: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
7525: optimisation
7526:
7527: 2009-04-10 misha
7528:
7529: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
7530: to pcre-7.8
7531:
7532: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
7533:
7534: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
7535: added
7536:
7537: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
7538: $request:CLASS_NAME were added
7539:
7540: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
7541: were added
7542:
7543: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
7544: $env:CLASS_NAME were added
7545:
7546: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
7547: '@todo' now
7548:
7549: * src/targets/cgi/parser3.C: - size_t -> int for calming down
7550: compirer
7551:
7552: * src/main/pa_string.C: - little code cleanup
7553:
7554: * src/main/pa_common.C: - describe one more UTF-8 related error
7555: during PCRE compile/execute
7556:
7557: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
7558: normalizing todo-comments: '@todo' now
7559:
7560: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
7561:
7562: * src/main/pa_charset.C: - type changed for making compiler happy
7563:
7564: 2009-03-10 misha
7565:
7566: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
7567: in main()
7568:
7569: 2009-02-01 misha
7570:
7571: * src/main/pa_http.C: - bugfix: double CRLF before the end of
7572: boundary
7573:
7574: 2009-01-25 misha
7575:
7576: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
7577:
7578: * src/classes/file.C: - more changes for parsing different number
7579: of params for file::load
7580:
7581: * tests/193.html: - tests for exception while base64-decode binary
7582: to string was added
7583:
7584: * tests/192.html: - tests for file::load with different number of
7585: options
7586:
7587: * src/classes/math.C: - ups. forgot '+1'
7588:
7589: * src/: classes/table.C, classes/file.C, include/pa_common.h,
7590: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
7591: main/pa_http.C: - ^file::load[...;http://...;] now can post files
7592: (new option $.encode[multipart-form/data] should be specified) -
7593: $.method[] option for file::load now is not case-sensitive
7594:
7595: * src/: include/pa_string.h, main/untaint.C: - for file post the
7596: new taint language L_FILE_POST was added
7597:
7598: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
7599: main/main.vcproj, classes/math.C, include/Makefile.am: - some
7600: stuff was moved to separate files
7601:
7602: 2009-01-23 misha
7603:
7604: * src/classes/math.C: - little optimisation in ^math:sha1[] -
7605: spaces to tabs were converted
7606:
7607: 2009-01-12 misha
7608:
7609: * src/main/pa_http.C: - value of $.method[] option force uppercased
7610: now
7611:
7612: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
7613: types/pa_vform.C, types/pa_vmail.C: - some constants changed
7614: their names
7615:
7616: * src/main/pa_common.C: - changes in formating
7617:
7618: * src/: classes/file.C, main/pa_http.C: - some constants changed
7619: their names
7620:
7621: * src/include/pa_http.h: - some spaces were converted to tabs
7622:
7623: * src/include/pa_common.h: - some constants changed their names
7624:
7625: * src/classes/file.C: - fixed 4-th paramether for file::load -
7626: little code rewriting
7627:
7628: * src/types/pa_vfile.C: - little code rewriting
7629:
7630: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
7631: types/pa_value.h: - some formating changes
7632:
7633: * src/include/pa_common.h: - some formating spaces transformed to
7634: tabs
7635:
7636: * src/classes/string.C: - exception while base64-decode binary to a
7637: string
7638:
7639: 2009-01-11 misha
7640:
7641: * configure.in: - version changed to 3.3.1b
7642:
7643: 2008-09-05 misha
7644:
7645: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
7646: release_3_3_0 on 2008-09-05 10:59:35 +0000
7647:
7648: 2008-09-04 misha
7649:
7650: * tests/: 130.html, 131.html: - these exceptions not typeless
7651: anymore
7652:
7653: * src/classes/op.C: - exception with 'invalid taint language' not
7654: typeless anylonger
7655:
7656: * src/classes/image.C: - some exceptions while operations with
7657: image not typeless anymore
7658:
7659: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
7660: main/pa_exec.C, main/pa_http.C: - some exceptions while
7661: operations with files not typeless anymore
7662:
7663: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
7664: types/pa_vdate.h: - exceptions while checking date range not
7665: typeless anymore
7666:
7667: * src/include/pa_exception.h: - exception type string for invalid
7668: date range was added
7669:
7670: 2008-09-03 misha
7671:
7672: * src/: classes/file.C, main/pa_string.C: - exception while pce
7673: operations not typeless anymore
7674:
7675: * src/include/pa_exception.h: - exception type for pce operations
7676: was added
7677:
7678: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
7679: and .CLASS_NAME insite classes
7680:
7681: * src/classes/table.C: - don't save table header whiile
7682: ^table.save[append;filename] if file exists
7683:
7684: 2008-09-02 misha
7685:
7686: * src/main/compile.y, src/main/compile_tools.h,
7687: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
7688: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
7689: renamed to partial and it login changed: we must mark class as
7690: partial for allow their modifications in future.
7691:
7692: 2008-08-29 misha
7693:
7694: * tests/results/022.processed: - testing taint[regex] in mask for
7695: file:list
7696:
7697: * tests/022.html: - testing taint[regex] in mask for file:list
7698:
7699: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
7700: for file:list was added
7701:
7702: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
7703: file:list
7704:
7705: 2008-08-26 misha
7706:
7707: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
7708: last derived object
7709:
7710: * src/classes/image.C: - many strings "image.format" replaced by
7711: IMAGE_FORMAT constant string - handle GPS info while parse exif -
7712: understand some more exif tags
7713:
7714: * src/include/pa_exception.h: - string "image.format" was added
7715:
7716: 2008-08-21 misha
7717:
7718: * src/: main/pa_string.C, classes/file.C: - use method for print
7719: pcre_exec text error
7720:
7721: * src/main/pa_common.C: - method for print pcre_exec text error was
7722: added
7723:
7724: * src/include/pa_common.h: - method declaration for print pcre_exec
7725: text error was added
7726:
7727: 2008-08-19 misha
7728:
7729: * src/main/execute.C: - bugfix: opcodes must be in separate
7730: namespace while debug execution as well
7731:
7732: * tests/: 015.html, results/015.processed: - test for escaping some
7733: parser chars was added
7734:
7735: 2008-08-18 misha
7736:
7737: * tests/: 190.html, 190.p, results/190.processed: - test for
7738: $caller.self.field + default getter in one class was added
7739:
7740: * tests/: 189.html, results/189.processed: - test for
7741: ^date::create[date object]
7742:
7743: * tests/: 188.html, results/188.processed: - tests for match with
7744: UTF-8 strings
7745:
7746: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
7747: ^string.match[]
7748:
7749: * ChangeLog: - parser 3.3.0 beta13
7750:
7751: 2008-08-15 misha
7752:
1.116 moko 7753: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
7754: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
7755: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
7756: dftables.c: - old PCRE files removed
1.95 moko 7757:
7758: * src/lib/pcre/config.h: - configuration for PCRE library
7759:
7760: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7761: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
7762:
7763: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
7764: library and set flag UTF8 if $request:charset is UTF-8
7765:
7766: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
7767: include/pa_config_fixed.h: - moved to new PCRE library
7768:
7769: * src/: main/main.vcproj, types/types.vcproj,
7770: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
7771: win32\pcre instead of parser3\src\lib\pcre
7772:
7773: * src/: include/pa_opcode.h, include/pa_operation.h,
7774: main/compile.C, main/compile.y, main/compile_tools.C,
7775: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
7776: opcodes were moved to separate namespace
7777:
7778: 2008-08-14 misha
7779:
7780: * src/types/pa_vstateless_class.C: - newline at the end missed
7781:
7782: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
7783: tainting
7784:
7785: 2008-08-11 misha
7786:
7787: * tests/: 187.html, 187.p, results/187.processed: - tests for
7788: $caller.self, $caller.self.field and $caller.self.field[value]
7789: were added
7790:
7791: * src/types/pa_vmethod_frame.h: - still need to check 'self'
7792: runtime as well (for $caller.self)
7793:
7794: 2008-07-25 misha
7795:
7796: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
7797: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
7798: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
7799: tests with international characters
7800:
7801: 2008-07-23 misha
7802:
7803: * src/main/pa_http.C: - escape $cookies as %uXXXX while
7804: file::load[...;http://
7805:
7806: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
7807: now everywhere in separate namespace
7808:
7809: * src/types/pa_vmethod_frame.h: - looking for caller before looking
7810: for vars
7811:
7812: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
7813: can be escaped by '^'
7814:
7815: 2008-07-22 misha
7816:
7817: * src/classes/string.C, tests/186.html: - names changes:
7818: escape=>js-escape, unescape=>js-unescape
7819:
7820: 2008-07-21 misha
7821:
7822: * tests/results/186.processed: - test for string escape/unescape
7823:
7824: * tests/186.html: - test for string escape/unescape
7825:
7826: * src/classes/string.C: - string has escape and unescape methods
7827: now
7828:
7829: * src/: include/pa_string.h, main/pa_string.C: - escape method was
7830: added
7831:
7832: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
7833: method-layers added (with different params)
7834:
7835: 2008-07-18 misha
7836:
7837: * tests/results/185.processed: - test for ^str.pos[substr](offset)
7838: was added
7839:
7840: * tests/185.html: - test for ^str.pos[sub](offset) added
7841:
7842: * src/classes/string.C, src/classes/void.C, operators.txt: -
7843: ^string.pos[substr](offset) -- 2nd param accepted now
7844:
7845: * src/main/pa_string.C: - .pos works fine with offset for utf-8
7846: strings
7847:
7848: 2008-07-17 misha
7849:
7850: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7851: helper length added for mid for small optimisation
7852:
7853: 2008-07-16 misha
7854:
7855: * tests/: 185.html, results/185.processed: - tests for
7856: length/left/right/mid/pos with utf-8 strings
7857:
7858: * src/classes/string.C: - left/right/mid/length/pos works fine for
7859: utf-8 strings
7860:
7861: * src/main/untaint.C: - comments removed
7862:
7863: * src/: include/pa_string.h, main/pa_string.C,
7864: include/pa_charset.h, main/pa_charset.C: - methods for working
7865: with pos/mid for strings in utf-8 were added
7866:
7867: 2008-07-15 misha
7868:
7869: * tests/: 184.html, results/184.processed: - test for case body as
7870: expression: $var(^switch(1){^case(1)(true)..})
7871:
7872: * src/classes/op.C: - case body can be expression now:
7873: $var(^switch(1){^case(1)(true)..})
7874:
7875: * tests/: results/183.processed, 183.html: - added test for testing
7876: new cookie encoding (%uXXXX)
7877:
7878: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
7879: decoding for backward compatibility they decoded from %XX in
7880: request:charset too
7881:
7882: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
7883: - cookie class now decode cookies before first access after last
7884: request:charset changing (as form class).
7885:
7886: * src/main/pa_charset.C: - added method escape for escaping cookies
7887: as %uXXXX - before transcode calculate required space for dest
7888: string. it reduce mem usage for transcode
7889:
7890: * src/include/pa_charset.h: - added method escape for escaping
7891: cookies as %uXXXX
7892:
7893: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
7894: was added. will used for escaping cookies as %uXXXX
7895:
7896: * src/include/pa_common.h: - escape method has new option for skip
7897: converting '+' to a space char
7898:
7899: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
7900: transcode - escape method has new option for skip converting '+'
7901: to a space char
7902:
7903: 2008-07-08 misha
7904:
7905: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
7906: (no UE if more then 1 case matches anylonger) - optimization:
7907: doing searching.as_string() || searching.as_double() only once
7908:
7909: 2008-07-04 misha
7910:
7911: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
7912: now ^date::create[date object] works
7913:
7914: * src/classes/string.C: - left and right added as aliases for start
7915: and end in ^string.trim[]
7916:
7917: 2008-07-03 misha
7918:
7919: * src/classes/file.C: - allow $.limit for file::sql as well
7920:
7921: * src/classes/file.C: - allow $.offset option for file::sql - force
7922: send limit=1 to query for use sql specifics authomatically
7923:
7924: * src/classes/: hash.C, string.C, table.C: - don't throw exception
7925: if $.limit value if empty. autoconvert it as everywere
7926:
7927: 2008-07-02 misha
7928:
7929: * configure.in: - time to change version number to 3.3.0 %-)
7930:
7931: * src/include/pa_version.h: - time to change version number to
7932: 3.3.0 %-)
7933:
7934: 2008-06-26 misha
7935:
7936: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7937: $.limit(0) fixes
7938:
7939: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
7940: - $.limit(0) fixes
7941:
7942: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
7943: new API)
7944:
7945: * src/: include/pa_sql_driver_manager.h,
7946: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
7947: classes/op.C: - document_root added
7948:
7949: * src/main/compile.tab.C: - error message was changed
7950:
7951: 2008-06-25 misha
7952:
7953: * src/main/compile.y: - error message was changed
7954:
7955: 2008-06-24 misha
7956:
7957: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
7958:
7959: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
7960: tests for @OPTIONS\nappend
7961:
7962: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
7963:
7964: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
7965:
7966: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
7967:
7968: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
7969: compile.y
7970:
7971: 2008-06-17 misha
7972:
7973: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
7974: compilation: ^if(default){true. it's incorrect. must be
7975: exception}
7976:
7977: 2008-06-16 misha
7978:
7979: * tests/: 181.ent, 181.html, results/181.processed: - test for
7980: checking external reference loading with 'http://localhost'
7981: prefix while creating xdoc
7982:
7983: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
7984: ^math:long2ip[] and ^math:ip2long[]
7985:
7986: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
7987: added which use scalar stateless class method when user object
7988: used in scalar context - use get_scalar_value when user object
7989: requested in scalar context
7990:
7991: * src/main/pa_common.C: - size must be int but not size_t or we
7992: can't compare with 0 sprintf result
7993:
7994: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7995: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
7996: with internal switch between local/global vars
7997:
7998: * src/types/pa_vclass.C: - register scalar if method @GET[] was
7999: specified
8000:
8001: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
8002: pa_vstateless_object.h: - stateless class and object now has
8003: private scalar field and getter/setter for working with it
8004:
8005: * src/classes/math.C: - methods math:long2ip & math:ip2long were
8006: moved to inet static class
8007:
8008: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
8009: class added (^inet:aton[IP], ^inet:ntoa(number))
8010:
8011: * tests/: 180.html, results/180.processed: - tests for
8012: ^math:long2ip(long) and ^math:ip2long[IP]
8013:
8014: * src/classes/math.C: - ^math:ip2long[IP] added
8015:
8016: 2008-06-11 misha
8017:
8018: * src/main/pa_xml_io.C: - use file_read_text again because of we
8019: need cut BOM code and remove DOS newline chars. but don't
8020: transcode it anyway.
8021:
8022: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
8023: main/pa_http.C: - option for disable transcoding while file_read
8024: and file_read_text added
8025:
8026: 2008-06-10 misha
8027:
8028: * tests/: 179.html, 179.p, results/179.processed: - test for many
8029: classes in 1 file
8030:
8031: * src/main/: compile.C, compile_tools.h: - compile return list of
8032: classes now.
8033:
8034: * src/main/: compile.y, compile.tab.C: - compile return list of
8035: classes now. internals.
8036:
8037: * src/main/pa_request.C: - compile return list of classes now. try
8038: call @conf and @auto for each returned class
8039:
8040: * src/include/pa_request.h: - compile return list of classes now
8041:
8042: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
8043: return list of classes when compile buf)
8044:
8045: 2008-06-07 misha
8046:
8047: * src/main/pa_request.C: - constructing VRequest object with 3rd
8048: param -- form
8049:
8050: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
8051: 3rd param: form. needed for get post_charset
8052:
8053: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
8054: added
8055:
8056: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
8057: types/pa_vform.C, types/pa_vform.h: - some polish
8058:
8059: 2008-06-06 misha
8060:
8061: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
8062: charset and decode chars from it but not from response:charset
8063:
8064: * src/main/pa_http.C: - detect_charset moved out of here
8065:
8066: * src/: include/pa_common.h, main/pa_common.C: - more helpers
8067: methods moved here - unescape_chars accepn one charset now
8068:
8069: * src/main/pa_http.C: - new constants used - don't allow
8070: $.content-type in ^file::load[;http://;$.method[POST]] - add
8071: charset info while ^file::load[;http://;$.method[POST]] - option
8072: $.omit-post-charset(true) added to ^file::load[;http://] for
8073: disabling charset during post
8074:
8075: * src/types/pa_vform.C: - new constants used
8076:
8077: * src/include/pa_common.h: - some constants were added
8078:
8079: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
8080: instead of StrEqNc
8081:
8082: * src/main/pa_common.C: - new method for caseless search
8083: c-substring in c-string - use isxdigit instead of is_hex_digit
8084:
8085: * src/include/pa_common.h: - new method for caseless search
8086: c-substring in c-string
8087:
8088: 2008-06-05 misha
8089:
8090: * tests/results/178.processed: - test for testing default getter
8091:
8092: * tests/178.html: - test for testing default getter
8093:
8094: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
8095: for test for testing default getter
8096:
8097: * src/main/execute.C: - default getter soul
8098:
8099: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
8100: requested objects' field not found
8101:
8102: * src/types/pa_vclass.C: - register default getter if defined - get
8103: default getter if requested field not found
8104:
8105: * src/types/pa_vstateless_object.h: - method get_default_getter was
8106: added
8107:
8108: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8109: pointer to default getter and methods for get/set it were added
8110:
8111: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
8112: auto_name field (for default getter)
8113:
8114: 2008-06-04 misha
8115:
8116: * src/main/pa_xml_io.C: - load external xml in binary mode (no
8117: transcoding, no cutting BOM code, no fixing line breaks) and get
8118: it to libxml "as is"
8119:
8120: 2008-06-03 misha
8121:
8122: * src/main/pa_common.C: - use store_Char instead of
8123: transcodeCharFromUTF8
8124:
8125: * src/: include/pa_charset.h, main/pa_charset.C: - method
8126: store_Char added, transcodeCharFromUTF8 -- removed
8127:
8128: 2008-06-02 misha
8129:
8130: * tests/: results/177.processed, 177.html: - test for checking
8131: .[acm]date after local ^file::load[] was added
8132:
8133: * tests/: results/176.processed, 176.html: - test for checking
8134: @OPTION\locals + @method[vars][locals] added
8135:
8136: * tests/results/auto.p: - CLASS_PATH specified for checking use
8137:
8138: 2008-05-30 misha
8139:
8140: * src/main/: compile.y, compile.tab.C: - changes in compiler:
8141: @OPTION\nlocals + @method[vars][;locals;] were added
8142:
8143: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
8144: moved to separate method op_code - switch from VMethodFrame to
8145: VMethodFrameGlobal + VMethodFrameLocal
8146:
8147: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
8148: was moved to separate method op_code
8149:
8150: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
8151: VMethodFrame now
8152:
8153: * src/types/pa_vstateless_class.h: - stateless class have bool flag
8154: all_vars_local as well
8155:
8156: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
8157: pa_vmethod_frame_local.h, Makefile.am: - who children for
8158: VMethodFrame were added: one (global) works as VMethodFrame
8159: before and second (local) write all vars in self vars scope
8160:
8161: * src/types/pa_method.h: - method has bool flag all_vars_local now
8162:
8163: 2008-05-29 misha
8164:
8165: * tests/: 129.html, results/129.processed: - more tests for
8166: ^table.hash[]
8167:
8168: * src/classes/hash.C: - ^hash::sql has a new option:
8169: $.type[hash|string|table] as ^table.hash[] one.
8170:
8171: * src/classes/op.C: - ^try has 3rd param now: finally code which
8172: executed anyway after try or catch section
8173:
8174: 2008-05-27 misha
8175:
8176: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
8177: must not fail if $.distinct(1) wasn't specified
8178:
8179: 2008-05-26 misha
8180:
8181: * src/classes/op.C: - allow ^throw[my type]
8182:
8183: 2008-05-22 misha
8184:
8185: * configure.in, configure: - version number updated to 3.2.4b
8186:
8187: * src/classes/: op.C, string.C: - trim format string before
8188: eval/format
8189:
8190: * tests/: results/175.processed, 175.html: - more tests for
8191: different format strings in .format[]
8192:
8193: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
8194: as well (not only %XX)
8195:
8196: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
8197: charset specified - checks for format before print number
8198: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
8199: (instead of tabs) removed
8200:
8201: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
8202: charset specified
8203:
8204: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
8205: char in requested charset from utf code was added
8206:
8207: 2008-05-19 misha
8208:
8209: * tests/: 174.html, results/174.processed: - test for
8210: ^hashfile.cleanup[] added
8211:
8212: * src/classes/hashfile.C: - optimization: don't create any key or
8213: value variable if it's name weren't specified
8214: (^hf.foreach[;v]{...})
8215:
8216: 2008-05-16 misha
8217:
8218: * src/classes/hash.C: - optimization: don't create any key variable
8219: if variable name wasn't specified (^h.foreach[;v]{...})
8220:
8221: 2008-05-15 misha
8222:
8223: * src/classes/op.C: - small changes
8224:
8225: * src/classes/hashfile.C: - code reformating (as hash.foreach)
8226:
8227: * src/classes/hash.C: - calculate var_context once before foreach
8228:
8229: 2008-05-14 misha
8230:
8231: * src/classes/hashfile.C: - incorrect vars context calculation for
8232: ^hashfile.foreach[;]{} fixed
8233:
8234: * src/classes/: hash.C, table.C: - little optimisation
8235:
8236: * src/classes/file.C: - bugfix: double absolute path while loading
8237: file
8238:
8239: * tests/: 174.html, results/174.processed: - tests for hashfile
8240: were added
8241:
8242: * buildall-with-xml: - moving to libxslt 1.1.24
8243:
8244: 2008-04-30 misha
8245:
8246: * src/classes/file.C: - stat file while loading (local only) so
8247: .adate, .mdate and .cdate available without additional ::stat
8248:
8249: 2008-04-28 misha
8250:
8251: * src/classes/file.C: - $.name and $.content-type available for
8252: stated file
8253:
8254: 2008-04-14 misha
8255:
8256: * src/targets/cgi/parser3.C: - new year in copyright %-)
8257:
8258: * src/include/pa_version.h: - new version number in head
8259:
8260: 2008-04-10 misha
8261:
8262: * tests/: 080.html, results/080.processed: - cut '0' from
8263: exponential part because of on diff OS it differ (20 or 020 for
8264: ex)
8265:
8266: * tests/: 119.html, results/119.processed: - check for encoding
8267: while creating xdoc
8268:
8269: 2008-04-09 misha
8270:
8271: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
8272:
8273: * src/main/pa_common.C: - comment added
8274:
8275: * src/classes/date.C: - little refactoring
8276:
8277: 2008-04-07 misha
8278:
8279: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
8280: style of ^table.save[]: prepare one big string and sabe it at
8281: once. it's safe on freebsd 4.x but use much more memory.
8282:
8283: * buildall-with-xml, buildall-without-xml: - option
8284: --disable-stringstream added (under comment. use it on freebsd
8285: 4.x)
8286:
8287: 2008-02-22 misha
8288:
8289: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
8290: specified together in file::load[;http] - get back transcoding
8291: $.body[] in file::load[;http]
8292:
8293: 2008-02-21 misha
8294:
8295: * src/classes/date.C: - ^date.gmt-string[] was added
8296:
8297: * src/types/pa_value.C: - method for output date in RFC 822 format
8298: moved to pa_common.h
8299:
8300: * src/include/pa_common.h: - method for output date in RFC 822
8301: format moved here from pa_value.C
8302:
8303: * src/types/pa_vmail.C: - fixed core in sending mail with
8304: attachment in simple mode ($.file[file here]) introduced in 3.2.2
8305:
8306: 2008-02-20 misha
8307:
8308: * src/main/pa_http.C: - transcode $.headers before escaping into
8309: specified charset while ^file::load[...;http://...] (L_URI
8310: instead of L_HTTP_HEADER) - $.cookies param available in
8311: ^file::load[;http://...] now (but we don't parse set-cookies from
8312: response yet) (cookies not transcoded as common $cookies)
8313:
8314: 2008-02-19 misha
8315:
8316: * src/main/pa_request.C: - rollback: we mustn't force taint
8317: $response:field values because in this case
8318: $response:locateion[http://...] don't works.
8319:
8320: 2008-02-15 misha
8321:
8322: * src/classes/op.C: - little refactoring
8323:
8324: * src/main/pa_http.C: - taint names of $.headers for load[;http
8325:
8326: * src/main/pa_request.C: - force taint values of $response:field
8327:
8328: 2008-02-14 misha
8329:
8330: * src/main/pa_request.C: - $response:field transcoded to
8331: $response:charset before escaping now
8332:
8333: * src/main/pa_http.C: - some outdated comments removed
8334:
8335: * src/classes/date.C: - lastdat -> last-day
8336:
8337: * src/classes/date.C: - ^date:lastday(year;month) and
8338: ^date.lastday[] were added - little code refactoring - comments
8339: changes
8340:
8341: * tests/: 159.html, results/159.processed: - test for number of
8342: days in February
8343:
8344: * src/types/pa_value.C: - fixes in code formatting
8345:
8346: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
8347: and comments
8348:
8349: 2008-02-13 misha
8350:
8351: * src/main/pa_common.C: - bugfix for february at leap year
8352:
8353: 2008-01-28 misha
8354:
8355: * tests/: 160.html, results/160.processed: - more test for cache
8356: added
8357:
8358: * src/classes/op.C: - bugfix: cache body executed twice if contains
8359: unhandled exception
8360:
8361: 2008-01-25 misha
8362:
8363: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
8364: bug when hashfile became inavailable after memory:compact)
8365:
8366: * src/lib/sdbm/apr_strings.C: - +arp_malloc
8367:
8368: 2008-01-22 misha
8369:
8370: * src/classes/table.C: - little refactiring and exception texts
8371: changes in method ^table.hash[]
8372:
8373: * src/types/pa_vcookie.C: - link to cookie specification changed
8374:
8375: 2008-01-21 misha
8376:
8377: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
8378: file::exec/cgi
8379:
8380: * src/classes/file.C: - bugfix: core while processing headers if
8381: executed cgi script don't return content
8382:
8383: 2008-01-18 misha
8384:
8385: * buildall-with-xml: - move to libxml2 version 2.6.31
8386:
8387: * src/include/pa_version.h, configure.in: - version number updated
8388: to '3.2.3b'
8389:
8390: 2007-12-28 misha
8391:
8392: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
8393: hash.contains
8394:
8395: 2007-12-27 misha
8396:
8397: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
8398: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
8399: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
8400: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
8401: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8402: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
8403: src/targets/cgi/parser3.vcproj,
8404: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
8405: back to VS2003 because of Apache 1.3 module can't work if it was
8406: built in VS 2005. with cgi all file so VS2003 project files can
8407: be easy converted to the new format.
8408:
8409: 2007-12-04 misha
8410:
8411: * src/types/pa_vcode_frame.h: - changes in comment
8412:
8413: 2007-11-29 misha
8414:
8415: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
8416: intercept strings any longer
8417:
8418: * tests/: 173.html, results/173.processed: - tests for
8419: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
8420: but not in main code frame
8421:
8422: * tests/: 172.html, results/172.processed: - more tests for pass
8423: objects from code frames
8424:
8425: 2007-11-27 misha
8426:
8427: * tests/: 152.html, results/152.processed: - tests for converting
8428: strings 'true'/'false' to bool were added
8429:
8430: * tests/152.html: - added checks for converting strings
8431: 'true'/'false' to bool
8432:
8433: * src/classes/string.C: - ^srting.bool[] now can convert to bool
8434: not only strings with numbers but with values 'true'/'false' as
8435: well
8436:
8437: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
8438: for parser3.log increased
8439:
8440: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
8441:
8442: * src/include/pa_common.h: - remove_crlf return cstring size now
8443:
8444: * src/include/pa_types.h: - constant with buffer size for
8445: parser3.log added
8446:
8447: 2007-11-16 misha
8448:
8449: * tests/cat.sh: - script for tests for file::exec/cgi
8450:
8451: * tests/171.html: - tests for file::exec/cgi
8452:
8453: * tests/results/171.processed: - tests results for file::exec/cgi
8454:
8455: 2007-11-15 misha
8456:
8457: * src/main/pa_exec.C: - fixed incorrect exec code for unix
8458:
8459: * src/classes/file.C: - .body must be set before analyzing cgi
8460: headers
8461:
8462: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
8463: only if exec/cgi return anything.
8464:
8465: 2007-11-14 misha
8466:
8467: * operators.txt: - info about new text|binary option for
8468: file::exec/cgi was added
8469:
8470: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
8471: ^file:exec[[text|binary];script;...]
8472:
8473: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
8474: classes/string.C, classes/table.C: - more text strings moved to
8475: the one place
8476:
8477: 2007-11-09 misha
8478:
8479: * src/types/pa_vrequest.C: - $request:argv must be taint
8480:
8481: * ChangeLog: - $request:argv [patch from Sumo]
8482:
8483: * operators.txt: - $request:argv
8484:
8485: * src/: include/pa_request_info.h, types/pa_vrequest.C,
8486: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
8487:
8488: 2007-10-25 misha
8489:
8490: * buildall-with-xml, buildall-without-xml: - options preparations
8491: for ./configure rewrited
8492:
8493: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
8494: error occure in unhandled_exception finally fixed
8495:
8496: 2007-10-23 misha
8497:
8498: * tests/: 170.html, results/170.processed: - test for
8499: @method[][result]
8500:
8501: * operators.txt: - added info about node.prefix and
8502: node.namespaceURI
8503:
8504: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
8505:
8506: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
8507: added for node and attribute
8508:
8509: 2007-10-22 misha
8510:
8511: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
8512:
8513: * src/main/pa_request.C: - added const content-transfer-encoding
8514:
8515: * src/include/pa_request.h: - added const content-transfer-encoding
8516: - ups. constants must be in lowercase (for search)
8517:
8518: * src/types/pa_vmail.C: - more constants used -
8519: content-transfer-encoding: 8bit added
8520:
8521: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
8522:
8523: * src/include/pa_request.h: - more constants
8524:
8525: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
8526: ommit anymore if $.content-disposition was specified - little
8527: refactoring
8528:
8529: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
8530:
8531: 2007-10-17 misha
8532:
8533: * operators.txt: - info about
8534: table::create[nameless]{data}[>options<] was added
8535:
8536: * src/main/: compile.tab.C, compile.y: - if error occure while
8537: compile method don't put this method in methods table anymore.
8538: in other case the parser coredumped if @unhandled_exception
8539: method can't be compiled because of parser.compile error.
8540:
8541: * src/main/execute.C: - little code reformating
8542:
8543: * src/main/pa_request.C: - little code reformating - comment
8544: changed
8545:
8546: 2007-10-16 misha
8547:
8548: * tests/: 035.html, results/035.processed: - tests
8549: table::create[]{}[options] added
8550:
8551: * src/classes/table.C: - table::create[]{} now accept 3rd param:
8552: options (only $.seperator[] yet)
8553:
8554: 2007-10-10 misha
8555:
8556: * src/classes/table.C: - some contstants moved to pa_common.h -
8557: some code changes
8558:
8559: 2007-10-02 misha
8560:
8561: * src/main/pa_uue.C: - memory usage during uuencode reduced more
8562: then three time as much. but base64 encoding method still use
8563: less memory anyway.
8564:
8565: 2007-09-17 misha
8566:
8567: * operators.txt: - added info about $cookie:fields
8568:
8569: * src/types/pa_vcookie.C: - $cookie:fields available now
8570:
8571: * src/classes/hash.C: - some stuff for use with .for_each moved to
8572: common
8573:
8574: * src/include/pa_common.h: - some stuff for use with .for_each
8575: moved here
8576:
8577: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
8578:
8579: 2007-09-14 misha
8580:
8581: * buildall-with-xml: - new xml libs again =)
8582:
8583: 2007-08-28 misha
8584:
8585: * operators.txt: - texts about ^table.columns[[column name]] and
8586: ^string.split[...][v][column name] were added
8587:
8588: * tests/: 168.html, 169.html, results/168.processed,
8589: results/169.processed: - tests for ^table.columns[[column name]]
8590: and ^string.split[...][v][column name] were added
8591:
8592: * src/classes/table.C: - new option ^table.columns[[column name]]
8593: was added
8594:
8595: * src/classes/string.C: - new option ^string.split[...;v;[column
8596: name]]
8597:
8598: * src/include/pa_exception.h: - error text message for
8599: ^hash._keys[], ^table.columns[] and ^string.split[]
8600:
8601: 2007-08-27 misha
8602:
8603: * src/main/untaint.C: - try to fix coredump on unix if print to
8604: body ^taint[sql][something] outside of connect
8605:
8606: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
8607: outside of connect
8608:
8609: * buildall-with-xml, buildall-without-xml: - strip parser3 was
8610: added (commented by default)
8611:
8612: 2007-08-20 misha
8613:
8614: * operators.txt: - comment about new method ^node.hasAttributes[]
8615: was added
8616:
8617: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
8618: duplicated exception text strings were removed
8619:
8620: * src/include/pa_exception.h: - more exception text strings moved
8621: here
8622:
8623: * src/classes/table.C: - some duplicate exceptions' text strings
8624: removed
8625:
8626: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
8627: xdoc.C, xnode.C: - some duplicate exceptions' text strings
8628: removed
8629:
8630: * src/include/pa_exception.h: - some exception text strings movet
8631: to pa_exception
8632:
8633: * tests/: 149.html, results/149.processed: - test for
8634: ^xnode.hasAttributes[] was added - some code changes
8635:
8636: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
8637: added
8638:
8639: 2007-08-17 misha
8640:
8641: * tests/: results/006.processed, results/059.processed, 006.html,
8642: 059.html: - more tests for match
8643:
8644: * tests/: 129.html, results/129.processed: - tests for
8645: ^table.hash[...][$.type[string|hash|table]] added
8646:
8647: * src/targets/cgi/parser3.C: - little syntax changes
8648:
8649: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
8650: syntax changes
8651:
8652: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
8653: messages in parser3.log switched off by default. If someone
8654: really still need it: use $SIGPIPE(1)
8655:
8656: 2007-08-08 misha
8657:
8658: * buildall-with-xml, buildall-without-xml: - remove libs source
8659: files by default since now
8660:
8661: 2007-08-07 misha
8662:
8663: * buildall-without-xml: - some option syntax changes
8664:
8665: * buildall-with-xml: - compile libxml2 without http support - some
8666: option syntax changes
8667:
8668: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
8669:
8670: 2007-08-06 misha
8671:
8672: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
8673:
8674: * tests/: 160.html, results/160.processed: - cache test was
8675: rewrited
8676:
8677: 2007-07-06 misha
8678:
8679: * tests/: 153.html, results/153.processed: - added test for
8680: ^math:sha1[string]
8681:
8682: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
8683: transcoded
8684:
8685: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
8686: were added
8687:
8688: 2007-06-28 misha
8689:
8690: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
8691: some incorrect chars
8692:
8693: 2007-06-19 misha
8694:
8695: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
8696: were moved on top because of gcc 4 had a problems during
8697: building.
8698:
8699: 2007-06-18 misha
8700:
8701: * tests/results/019.processed: - new image commited
8702:
8703: 2007-06-09 misha
8704:
8705: * src/classes/: op.C, table.C: - in while and table.select method
8706: as_expression used now
8707:
8708: * src/types/pa_vmethod_frame.h: - method as_expression was added
8709:
8710: 2007-06-08 misha
8711:
8712: * tests/: 166.html, results/166.processed: - test for
8713: ^match[...][n]
8714:
8715: * tests/: 165.html, results/165.processed: - tests for loops
8716:
8717: * src/lib/cord/include/private/cord_pos.h: - back to origin value
8718: because of no speed/memory optimisation but some proglems with
8719: long cycles occure
8720:
8721: 2007-06-06 misha
8722:
8723: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
8724: ^table.select(true) and ^table.select(1) didn't works because of
8725: awaiting junction-param only. fixed.
8726:
8727: 2007-05-24 misha
8728:
8729: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
8730: with 0.5 secs interval
8731:
8732: * src/classes/op.C: - cache was rewrited. I hope it works with
8733: locking system now on unix
8734:
8735: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
8736: system locks which wait till other threads release it but try get
8737: lock, if fail wait 1 sec and make 10 attempts.
8738:
8739: * src/include/pa_os.h: - consts for blocking locks + some comments
8740: were added
8741:
8742: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
8743: opening files
8744:
8745: * src/classes/table.C: - changes in includes. if unclude <sstream>
8746: after our classes on unix it can't be build
8747:
8748: * src/types/pa_vhashfile.C: - not needed code removed
8749:
8750: 2007-05-23 misha
8751:
8752: * src/: classes/file.C, classes/op.C, main/pa_common.C,
8753: include/pa_common.h: - cosmetic changes
8754:
8755: 2007-05-18 misha
8756:
8757: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
8758: often. it's give some speed increasing
8759:
8760: * tests/results/160.processed: - returned time corrected
8761:
8762: * tests/160.html: - time increased because on unix 1 mean nothing
8763: :(
8764:
8765: * operators.txt: - added info about ^hash.contain[key]
8766:
8767: * src/classes/hash.C: - added ^hash.contain[key]
8768:
8769: * src/include/pa_hash.h: - added method for checking key exists in
8770: hash
8771:
8772: 2007-05-07 misha
8773:
8774: * src/include/pa_string.h: - was compilation error during build on
8775: freebsd4
8776:
8777: 2007-05-03 misha
8778:
8779: * src/classes/table.C: - option $.type[hash|string|table] was added
8780: for ^table.hash[]
8781:
8782: * src/classes/file.C: - comment removed
8783:
8784: 2007-04-26 misha
8785:
8786: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
8787: real files doesn't opened in place anymore
8788:
8789: 2007-04-24 misha
8790:
8791: * src/classes/math.C: - I thought one more time and remove lg(N) :)
8792:
8793: * src/include/pa_exception.h: "static" removed
8794:
8795: 2007-04-23 misha
8796:
8797: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
8798:
8799: * src/classes/math.C: added: - ^math:ln(N) (the same as
8800: ^math:log(N)) - ^math:lg(N)
8801:
8802: * tests/: 097.html, results/097.processed: - charsets converstion
8803: during ^file::load[text;http://...] added
8804:
8805: * tests/: 164.html, results/164.processed: - check for set expires
8806: as a date
8807:
8808: * tests/: 164.html, results/164.processed: - test for hashfile
8809:
8810: * src/classes/hashfile.C: - little comment changes
8811:
8812: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
8813: access
8814:
8815: * src/: classes/date.C, classes/double.C, classes/file.C,
8816: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
8817: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
8818: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
8819: classes/xnode.h, include/pa_request.h, main/execute.C,
8820: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
8821: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
8822: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
8823: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
8824: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
8825: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
8826: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8827: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
8828: "parser.runtime" strings were removed
8829:
8830: * src/classes/hashfile.C: - with .clear[] called files_delete()
8831: now.
8832:
8833: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
8834:
8835: * src/include/pa_exception.h: - string constant with
8836: "parser.runtime" text was added
8837:
8838: 2007-04-20 misha
8839:
8840: * operators.txt: - some comments changing
8841:
8842: * operators.txt: - added info about .^hashfile.release[],
8843: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
8844:
8845: * configure: =cheching for unsetenv
8846:
8847: * src/classes/hashfile.C: - ^hashfile.cleanup[],
8848: ^hashfile.release[] were added
8849:
8850: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
8851: ^string.match[][] understand new option now: return number of
8852: matches but not table wit results
8853:
8854: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
8855: reopen now
8856:
8857: * src/classes/op.C: - bug. must be false
8858:
8859: * configure.in: - checking for unsetenv was added
8860:
8861: * src/types/pa_vform.C: - some comments
8862:
8863: 2007-04-18 misha
8864:
8865: * buildall-with-xml: moving to libxml2-2.6.28
8866:
8867: * buildall-with-xml, buildall-without-xml: added commented lines
8868: with --disable-safe-mode option
8869:
8870: * operators.txt: - info about $form:files
8871:
8872: 2007-04-17 misha
8873:
8874: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
8875: $form:files was added
8876:
8877: * tests/: 163.html, results/163.processed: removing auto format
8878:
8879: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
8880:
8881: 2007-04-16 misha
8882:
8883: * tests/: 163.html, results/163.processed: - test for .int[],
8884: floor, round, ceiling and .format[]
8885:
8886: * src/classes/file.C: - little optimization for getting args in
8887: exec/cgi
8888:
8889: 2007-04-13 misha
8890:
8891: * src/classes/file.C: - arguments for file::exec/cgi can be
8892: specified now as s table with one column
8893:
8894: 2007-03-27 misha
8895:
8896: * tests/: 162.html, results/162.processed: - test for
8897: ^table.select(^condition[$t])
8898:
8899: * tests/results/auto.p: - load windows-1251 charset for some tests
8900:
8901: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
8902:
8903: * tests/: results/161.processed, 161.html, 161_utf8.txt,
8904: 161_windows1251.txt: - added test for
8905: ^file::load[text;/local/file.txt;$.charset[...]]
8906:
8907: * tests/: results/013.processed, 013.html: - added test for
8908: checking $._default value while hash modifications
8909:
8910: * tests/: 160.html, results/160.processed: - add test for
8911: ^cache[key](secs){code}, ^cache[] and ^cache(0)
8912:
8913: 2007-03-22 misha
8914:
8915: * src/include/pa_common.h: - "charset" string defined for
8916: ^file::load[text;/local.txt] and ^table::load[/table.txt]
8917:
8918: * src/main/: pa_common.C, pa_http.C: - $.charset option for
8919: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
8920: added - not needed transcodes were removed from
8921: ^file::load[...;http://...]
8922:
8923: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
8924: added
8925:
8926: * src/classes/date.C: - date.week was fixed
8927:
8928: * operators.txt: - added info about date.weekyear
8929:
8930: * tests/: 159.html, results/159.processed: - tests for date.week
8931: and date.weekyear added
8932:
8933: 2007-03-15 misha
8934:
8935: * src/classes/table.C: - enclose column numbers for nameless tables
8936: as well
8937:
8938: 2007-03-14 misha
8939:
8940: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
8941:
8942: * src/classes/table.C: - table.save optimization: now required much
8943: less memory
8944:
8945: 2007-03-13 misha
8946:
8947: * tests/results/: 158.processed, 158.processes: - tests for
8948: table.save/table.load
8949:
8950: * tests/: 158.html, results/158.processes: - tests for
8951: table.save/table.load
8952:
8953: * buildall-with-xml: libxml2: --without-ftp --without-docbook
8954:
8955: * buildall-with-xml: - pattern needed now for building
8956:
8957: * tests/results/097.processed: - added test results for xdoc::load
8958: & xdoc::load[http://...]
8959:
8960: * tests/097.html: - added test for xdoc::load
8961:
8962: 2007-03-12 misha
8963:
8964: * tests/: 107.html, results/107.processed: - added test for xpath
8965: '//man'
8966:
8967: 2007-03-01 misha
8968:
8969: * tests/: 097.html, results/097.processed: - added test for
8970: creating xdoc from file
8971:
8972: * tests/: results/157.processed, 157.html: - added test for
8973: file:move
8974:
8975: 2007-02-28 misha
8976:
8977: * src/classes/xdoc.C: - another attempt
8978:
8979: * src/classes/xdoc.C: - roll back last changes for a while
8980:
8981: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
8982:
8983: * src/classes/file.C: - under lock we create non-exist dir anyway
8984:
8985: * tests/results/099.processed: - ever send content-disposition to
8986: client with file
8987:
8988: * tests/157.html: + test for file:copy
8989:
8990: 2007-02-26 misha
8991:
8992: * src/classes/file.C: - some similar strings moved to #define
8993: instead of to be copy/pasted many times
8994:
8995: * src/types/pa_vfile.h: - class name string ("file") moved to
8996: #define
8997:
8998: 2007-02-20 misha
8999:
9000: * bin/auto.p.dist.in: - added lines for sqlite
9001:
9002: * configure.in: - added some strings for sqlite detection
9003:
9004: 2007-02-19 misha
9005:
9006: * operators.txt: - some comments changes
9007:
9008: * buildall-with-xml, buildall-without-xml: - some modifications
9009:
9010: 2007-02-17 misha
9011:
9012: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
9013:
9014: * src/main/pa_request.C: - damn, i forgot to commit it while I
9015: change console behaviour
9016:
9017: 2007-02-12 misha
9018:
9019: * src/targets/cgi/parser3.C: - don't print headers if
9020: $console:line[data] was used during cgi execution.
9021:
9022: * src/types/pa_vconsole.h: - console class have bool flag now which
9023: marked as 'true' if class was used.
9024:
9025: * tests/: 152.html, results/152.processed: - more types was added
9026: to test 152
9027:
9028: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
9029: adding 'bool' (^if($image){} caused exception)
9030:
9031: 2007-02-09 misha
9032:
9033: * tests/: 152.html, results/152.processed: - test alightly updated
9034:
9035: * tests/: 152.html, results/152.processed: - test rewrited
9036:
9037: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
9038: bugfix. I broke xdoc & xnode in expression
9039:
9040: 2007-02-08 misha
9041:
9042: * tests/: 152.html, results/152.processed: - add test for checking
9043: 'def' for void, string, bool, int & double
9044:
9045: 2007-02-07 misha
9046:
9047: * operators.txt: - ^file:base64[filespec] was added
9048:
9049: * tests/results/153.processed: - result test for
9050: ^file:base64[filespec] was updated
9051:
9052: * tests/153.html: - test for ^file:base64[filespec] was added
9053:
9054: * src/types/pa_vconsole.h: - little optimization
9055:
9056: * src/classes/file.C: - ^file:base64[filespec]
9057:
9058: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
9059:
9060: * src/include/pa_common.h: - declarations for
9061: ^file:base64[filespec]
9062:
9063: * src/types/pa_vcookie.C: - little optimization
9064:
9065: 2007-02-06 misha
9066:
9067: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
9068: were temporary commented
9069:
9070: * src/types/pa_vbool.h: - bugfix
9071:
9072: * tests/156.html: - added test for bool cookie
9073:
9074: * src/types/pa_vcookie.h: - not needed string "cookie" removed
9075:
9076: * tests/: 155.html, results/155.processed: - added test for check
9077: $.encloser[] option for table save/load
9078:
9079: * tests/: 153.html, 154.html, todo.txt: - two more tests added
9080:
9081: 2007-02-05 misha
9082:
9083: * tests/results/152.processed: - newline at the end was missed
9084:
9085: * tests/results/141.processed: - math:md5 must be lowercased
9086:
9087: * src/targets/cgi/parser3.C: - 2007 in help ;)
9088:
9089: 2007-02-03 misha
9090:
9091: * tests/results/: 150.processed, 151.processed, 152.processed: -
9092: test for bool added and some content length fixes
9093:
9094: * tests/152.html: - test for bool added
9095:
9096: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
9097:
9098: * operators.txt: - info bool class was added
9099:
1.116 moko 9100: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 9101: classes/classes.vcproj, classes/double.C, classes/int.C,
9102: classes/string.C, classes/void.C, classes/xnode.C,
9103: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
9104: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
9105: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
9106: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9107: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
9108: types/types.vcproj: - bool class was added
9109:
9110: * src/main/pa_request.C: - fix
9111:
9112: 2007-01-18 misha
9113:
9114: * src/: main/pa_string.C, classes/string.C: - return table during
9115: ^string.match[][] even if no matched found.
9116:
9117: 2006-12-20 misha
9118:
9119: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
9120: http://www.parser.ru/forum/?id=55598 ]
9121:
9122: 2006-12-19 misha
9123:
9124: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
9125: details: http://www.parser.ru/forum/?id=52359
9126:
9127: * src/main/pa_request.C: - always set content-disposition for
9128: $response:body[hash here]. more details:
9129: http://www.parser.ru/forum/?id=52130
9130:
9131: 2006-12-07 misha
9132:
9133: * operators.txt: - added info about bool params in cookie set
9134:
9135: * src/types/pa_vcookie.C: - bool param in cookies available now
9136: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
9137: ]
9138:
9139: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
9140: was added
9141:
9142: 2006-12-02 misha
9143:
9144: * src/classes/file.C: - file_block_read used instead of native read
9145:
9146: * src/main/pa_common.C: - added file_block_read with read error
9147: detection - file_block_read used instead of native read
9148:
9149: * src/include/pa_common.h: - added file_block_read declaration
9150:
9151: 2006-12-01 misha
9152:
9153: * operators.txt: - info about $var.CLASS_NAME was added
9154:
9155: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9156: $var.CLASS_NAME added
9157:
9158: * operators.txt: - added info about ^file:copy[]
9159:
9160: * src/classes/file.C: - ^file:copy[from;fo] was added
9161:
9162: 2006-11-20 misha
9163:
9164: * src/classes/date.C: - bug fix :)
9165:
9166: 2006-11-17 misha
9167:
9168: * src/include/pa_common.h: - array in crc32 calculation was changed
9169: to static
9170:
9171: * src/main/pa_common.C: - little optimization in getMonthDays -
9172: small changes in crc32 calculation
9173:
9174: * src/classes/date.C: - not needed code was removed
9175:
9176: 2006-11-16 misha
9177:
9178: * src/types/pa_vmail.C: - fix missed brakes
9179:
9180: * src/types/pa_vmail.C: - mail:send now set content-type:
9181: multipart/related instead of multipart/mixed if file have
9182: $.content-id[]
9183:
9184: 2006-11-15 misha
9185:
9186: * src/types/pa_vdouble.h: abs -> fabs
9187:
9188: 2006-11-14 misha
9189:
9190: * operators.txt: - added info about ^file.md5[] and
9191: ^file:md5[file-name]
9192:
9193: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
9194: added
9195:
9196: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
9197: FILE_BUFFER_SIZE
9198:
9199: * src/classes/math.C: - hex_string was moved to pa_common.h
9200:
9201: * src/include/pa_common.h: - hex_string was moved from math.C -
9202: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
9203:
9204: * src/types/pa_vdouble.h: - incorrect frac detection with negative
9205: values was fixed
9206:
9207: 2006-11-13 misha
9208:
9209: * operators.txt: - added info about ^math:crc32[string],
9210: ^file:crc32[file-name] & ^file.crc32[]
9211:
9212: * src/classes/math.C: - added ^math:crc32[string]
9213:
9214: * src/classes/file.C: - some comments were changed - added
9215: ^file:crc32[file-name] and ^file.crc32[]
9216:
9217: * src/: include/pa_common.h, main/pa_common.C: - some functions for
9218: crc32 calculation added
9219:
9220: 2006-11-03 misha
9221:
9222: * src/include/pa_array.h: - not needed variable removed
9223:
9224: * tests/: 150.html, 151.html, results/150.processed,
9225: results/151.processed: - 2 tests were added
9226:
9227: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
9228: with $.reverse(1) were fixed
9229:
9230: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
9231: query converted to $.charset during ^file::load[http://...]
9232:
9233: 2006-11-02 misha
9234:
9235: * src/include/pa_table.h: ups. forget '=' char
9236:
9237: * src/include/pa_table.h: - one more fix in
9238: .locate[...][$.reverse(1)]
9239:
9240: 2006-11-01 misha
9241:
9242: * src/classes/math.C: - bug fix, details:
9243: http://www.parser.ru/forum/?id=53360
9244:
9245: * src/include/pa_table.h: - bug fix during ^table.locate( condition
9246: false for all records )[$.reverse(1)]
9247:
9248: * src/main/pa_http.C: - second param for this mid method is length
9249: but not end_index so this method has error and can't detect
9250: charsets in next content-types: Content-type: text/html;
9251: charset="windows-1251" Content-type: text/html;
9252: charset="windows-1251"; Content-type: text/html;
9253: charset=windows-1251;
9254:
9255: only Content-type: text/html; charset=windows-1251 was fine
9256:
9257: 2006-10-31 misha
9258:
9259: * src/classes/file.C: - empty args in file::exec removed now
9260:
9261: 2006-09-11 misha
9262:
9263: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
9264: replaced to table::create - some changes in text/code formatting
9265:
9266: 2006-09-03 paf
9267:
9268: * src/classes/file.C: proper tainting of
9269: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
9270:
9271: 2006-06-09 paf
9272:
9273: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
9274:
9275: * src/classes/table.C: formatting
9276:
9277: * src/classes/table.C: incorporated patch from misha: Sent:
9278: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
9279: ignoring string options for ^table.save[]
9280:
9281: * src/classes/hash.C: incorporated patch from misha Sent:
9282: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
9283: $hash._default disappear while
9284:
9285: * operators.txt: ^mail:send[ $.file1[ $.value[file]
9286: $.format[!uue|!base64] << new base64 option. default uue ] ]
9287:
9288: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
9289: PM Subject: patch for base64 in ^mail:send[] %-)
9290:
9291: 2006-04-09 paf
9292:
9293: * src/main/compile.tab.C: ` change compiled
9294:
9295: * gnu.vcproj, operators.txt, parser3.sln,
9296: src/classes/classes.vcproj, src/classes/file.C,
9297: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
9298: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9299: src/classes/xnode.C, src/include/pa_array.h,
9300: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9301: src/include/pa_memory.h, src/include/pa_request.h,
9302: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9303: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9304: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9305: src/lib/pcre/pcre_dftables.vcproj,
9306: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9307: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9308: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9309: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9310: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9311: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9312: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9313: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9314: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9315: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9316: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9317: src/types/pa_value.h, src/types/pa_vcookie.C,
9318: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
9319: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9320: src/types/pa_vstatus.C, src/types/types.vcproj,
9321: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
9322: ^menu, ^hash/hashfile.foreach
9323:
9324: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9325: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
9326: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9327: src/classes/xnode.C, src/include/pa_array.h,
9328: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9329: src/include/pa_memory.h, src/include/pa_request.h,
9330: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9331: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9332: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9333: src/lib/pcre/pcre_dftables.vcproj,
9334: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9335: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9336: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9337: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9338: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9339: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9340: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9341: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9342: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9343: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9344: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9345: src/types/pa_value.h, src/types/pa_vcookie.C,
9346: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9347: src/types/pa_vstatus.C, src/types/types.vcproj,
9348: tests/descript.ion: ! switched to VS2005 (projects and
9349: object<info explicitly typed>.for_each(, info)) +
9350: $response:field[] setting void means removing + grammar $name`
9351: name stops now, for mysql `$field` + started ^break[]
9352: ^continue[], in ^for. TODO: to other iterators (while, menu,
9353: foreach) + all log messages += [uri=, method=, cl=]
9354:
9355: * buildall-with-xml: merged . ftp paths update
9356:
9357: * buildall-with-xml: . ftp paths update
9358:
9359: 2006-03-04 paf
9360:
9361: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
9362: checks++ [thanks to Igor Zinkovsky for detailed report]
9363:
9364: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
9365: Igor Zinkovsky for detailed report]
9366:
9367: 2006-03-01 paf
9368:
9369: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9370: \n to ' ' in
9371:
9372: 2006-02-18 paf
9373:
9374: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9375: \n to ' ' in
9376:
9377: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
9378:
9379: 2006-02-03 paf
9380:
9381: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
9382: base64
9383:
9384: * src/main/pa_common.C: ! bugfix: decoding from base64
9385:
9386: 2006-01-20 paf
9387:
9388: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9389: economy fix
9390:
9391: * src/classes/: table.C: merged from HEAD ! bugfix
9392: ^table.save[$.encloser-s now handled properly
9393:
9394: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
9395: handled properly
9396:
9397: 2006-01-19 paf
9398:
9399: * buildall-with-xml, buildall-without-xml: merged from HEAD !
9400: libgc:USE_MUNMAP activates merging of free memory blocks which
9401: helps a lot in our case: after transform we want
9402: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
9403:
9404: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9405: economy fix
9406:
9407: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
9408: activates merging of free memory blocks which helps a lot in our
9409: case: after transform we want CORD(main.result)->cstr[big
9410: malloc]->transcode[big malloc]
9411:
9412: 2006-01-17 paf
9413:
9414: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
9415: before reading them. got rid of reallocs = became quicker and
9416: less fragmentated
9417:
9418: 2005-12-29 paf
9419:
1.116 moko 9420: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
9421: configure, configure.in, src/include/pa_version.h,
9422: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 9423: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
9424: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
9425: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
9426: src/lib/ltdl/missing: . merged from 3.2.1
9427:
1.116 moko 9428: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
9429: packaged when 'make dist', so do configure companion files in
9430: src/lib/ltdl
9431:
9432: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
9433: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
9434: missing: . now config_auto.h is created with configure [were
9435: constant]
1.95 moko 9436:
9437: * INSTALL: . references to documentation and some clarification
9438:
9439: * buildall-with-xml, buildall-without-xml: . farawell doc
9440: indication
9441:
1.116 moko 9442: * Makefile.am: . dist+=buildall*
1.95 moko 9443:
9444: 2005-12-28 paf
9445:
9446: * configure: . 3.2.1
9447:
9448: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
9449: simplify build process, see INSTALL
9450:
9451: 2005-12-26 paf
9452:
9453: * configure: ver
9454:
9455: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
9456: version
9457:
9458: 2005-12-21 paf
9459:
9460: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
9461: compiled with bison 1.875b, it reports unexpected token names
9462:
9463: 2005-12-19 paf
9464:
9465: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
9466: holds a link to xmlNode to prevent premature gc(xmlNode)
9467:
9468: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
9469: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
9470: src/main/main.vcproj, src/main/pa_globals.C,
9471: src/targets/cgi/parser3.vcproj,
9472: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
9473: configure, configure.in, src/include/pa_version.h: . killing
9474: gdome [what a relief]
9475:
9476: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
9477: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
9478: run_parser.sh, results/001.processed, results/002.processed,
9479: results/003.processed, results/004.processed,
9480: results/005.processed, results/006.processed,
9481: results/008.processed, results/009.processed,
9482: results/010.processed, results/011.processed,
9483: results/012.processed, results/013.processed,
9484: results/014.processed, results/015.processed,
9485: results/016.processed, results/017.processed,
9486: results/018.processed, results/020.processed,
9487: results/021.processed, results/022.processed,
9488: results/023.processed, results/024.processed,
9489: results/025.processed, results/026.processed,
9490: results/027.processed, results/028.processed,
9491: results/029.processed, results/030.processed,
9492: results/031.processed, results/032.processed,
9493: results/033.processed, results/034.processed,
9494: results/035.processed, results/036.processed,
9495: results/037.processed, results/038.processed,
9496: results/039.processed, results/040.processed,
9497: results/041.processed, results/042.processed,
9498: results/043.processed, results/044.processed,
9499: results/045.processed, results/046.processed,
9500: results/047.processed, results/048.processed,
9501: results/049.processed, results/050.processed,
9502: results/051.processed, results/052.processed,
9503: results/053.processed, results/054.processed,
9504: results/055.processed, results/056.processed,
9505: results/057.processed, results/058.processed,
9506: results/059.processed, results/060.processed,
9507: results/061.processed, results/062.processed,
9508: results/063.processed, results/064.processed,
9509: results/065.processed, results/066.processed,
9510: results/067.processed, results/068.processed,
9511: results/069.processed, results/070.processed,
9512: results/071.processed, results/072.processed,
9513: results/073.processed, results/074.processed,
9514: results/075.processed, results/076.processed,
9515: results/077.processed, results/078.processed,
9516: results/079.processed, results/080.processed,
9517: results/081.processed, results/082.processed,
9518: results/083.processed, results/084.processed,
9519: results/085.processed, results/086.processed,
9520: results/087.processed, results/088.processed,
9521: results/089.processed, results/090.processed,
9522: results/091.processed, results/092.processed,
9523: results/093.processed, results/094.processed,
9524: results/095.processed, results/096.processed,
9525: results/097.processed, results/099.processed,
9526: results/100.processed, results/101.processed,
9527: results/102.processed, results/104.processed,
9528: results/105.processed, results/106.processed,
9529: results/107.processed, results/108.processed,
9530: results/109.processed, results/110.processed,
9531: results/111.processed, results/112.processed,
9532: results/113.processed, results/114.processed,
9533: results/115.processed, results/117.processed,
9534: results/119.processed, results/120.processed,
9535: results/121.processed, results/122.processed,
9536: results/123.processed, results/124.processed,
9537: results/125.processed, results/126.processed,
9538: results/127.processed, results/128.processed,
9539: results/129.processed, results/130.processed,
9540: results/131.processed, results/132.processed,
9541: results/133.processed, results/134.processed,
9542: results/135.processed, results/136.processed,
9543: results/138.processed, results/139.processed,
9544: results/140.processed, results/141.processed,
9545: results/142.processed, results/143.processed,
9546: results/144.processed, results/145.processed,
9547: results/146.processed, results/147.processed,
9548: results/148.processed, results/149.processed, results/auto.p: .
9549: now works if we turn off default auto.p
9550:
1.116 moko 9551: * configure: . makes
1.95 moko 9552:
9553: * src/types/pa_vxnode.C: . less warnings
9554:
9555: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
9556: tests/145.html, tests/149.html, tests/descript.ion,
9557: tests/outputs/d.cmd, tests/results/142.processed,
9558: tests/results/143.processed, tests/results/144.processed,
9559: tests/results/145.processed, tests/results/146.processed,
9560: tests/results/147.processed, tests/results/148.processed,
9561: tests/results/149.processed: . removed .nodeValue from all node
9562: types other than 5 (grabbed piece from gdome)
9563:
9564: * tests/: 137.html, results/137.processed: . not handled this case
9565: yet. code does not hang from inserting parent into child,
9566: considering thing minor issue -- nodes are removed from source
9567: anyway, don't know why shold that be an error after all
9568:
9569: * src/targets/cgi/parser3.C: . style
9570:
9571: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
9572: xdoc too [were barking "not element"]
9573:
9574: 2005-12-16 paf
9575:
9576: * tests/: 146.html, 147.html, 148.html: . more tests
9577:
9578: * src/classes/xnode.C: . also bark on possible errors
9579:
9580: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
9581: props
9582:
9583: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
9584: main/compile.y: merged from HEAD ! fixed overoptimized
9585: ^call(false) case. (confused it with ^call[] case)
9586:
9587: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
9588: ^call(false) case. (confused it with ^call[] case)
9589:
9590: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
9591:
9592: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
9593: results/001.processed, results/002.processed,
9594: results/003.processed, results/004.processed,
9595: results/005.processed, results/006.processed,
9596: results/008.processed, results/009.processed,
9597: results/010.processed, results/011.processed,
9598: results/012.processed, results/013.processed,
9599: results/014.processed, results/015.processed,
9600: results/016.processed, results/017.processed,
9601: results/018.processed, results/019.processed,
9602: results/020.processed, results/021.processed,
9603: results/022.processed, results/023.processed,
9604: results/024.processed, results/025.processed,
9605: results/026.processed, results/027.processed,
9606: results/028.processed, results/029.processed,
9607: results/030.processed, results/031.processed,
9608: results/032.processed, results/033.processed,
9609: results/034.processed, results/035.processed,
9610: results/036.processed, results/037.processed,
9611: results/038.processed, results/039.processed,
9612: results/040.processed, results/041.processed,
9613: results/042.processed, results/043.processed,
9614: results/044.processed, results/045.processed,
9615: results/046.processed, results/047.processed,
9616: results/048.processed, results/049.processed,
9617: results/050.processed, results/051.processed,
9618: results/052.processed, results/053.processed,
9619: results/054.processed, results/055.processed,
9620: results/056.processed, results/057.processed,
9621: results/058.processed, results/059.processed,
9622: results/060.processed, results/061.processed,
9623: results/062.processed, results/063.processed,
9624: results/064.processed, results/065.processed,
9625: results/066.processed, results/067.processed,
9626: results/068.processed, results/069.processed,
9627: results/070.processed, results/071.processed,
9628: results/072.processed, results/073.processed,
9629: results/074.processed, results/075.processed,
9630: results/076.processed, results/077.processed,
9631: results/078.processed, results/079.processed,
9632: results/080.processed, results/081.processed,
9633: results/082.processed, results/083.processed,
9634: results/084.processed, results/085.processed,
9635: results/086.processed, results/087.processed,
9636: results/088.processed, results/089.processed,
9637: results/090.processed, results/091.processed,
9638: results/092.processed, results/093.processed,
9639: results/094.processed, results/095.processed,
9640: results/096.processed, results/097.processed,
9641: results/099.processed, results/101.processed,
9642: results/102.processed, results/104.processed,
9643: results/105.processed, results/106.processed,
9644: results/107.processed, results/108.processed,
9645: results/109.processed, results/110.processed,
9646: results/111.processed, results/112.processed,
9647: results/113.processed, results/114.processed,
9648: results/115.processed, results/116.processed,
9649: results/117.processed, results/118.processed,
9650: results/119.processed, results/120.processed,
9651: results/121.processed, results/122.processed,
9652: results/123.processed, results/124.processed,
9653: results/125.processed, results/126.processed,
9654: results/127.processed, results/128.processed,
9655: results/129.processed, results/130.processed,
9656: results/131.processed, results/132.processed,
9657: results/133.processed, results/134.processed,
9658: results/135.processed, results/136.processed,
9659: results/137.processed, results/138.processed,
9660: results/139.processed, results/140.processed,
9661: results/141.processed: . refreshed old tests, made them work
9662: without auto.p (in utf8) . things noted: . gif got encoded
9663: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
9664: some strange year)
9665:
9666: * INSTALL: . revived linux libgc fix
9667:
9668: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
9669: glib/gdome in INSTALL and patches]
9670:
9671: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9672: include/pa_charset.h, include/pa_config_includes.h,
9673: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
9674: include/pa_xml_exception.h, lib/cord/Makefile.am,
9675: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9676: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
9677: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
9678: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
9679: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
9680: types/pa_vxnode.h: . started killing gdome
9681:
9682: 2005-12-13 paf
9683:
9684: * src/main/: pa_request.C: merged from HEAD ! when code in
9685: @unhandled_exception thrown another exception, print correct
9686: origin (earlier code in catch of exception inside of
9687: @unhandled_exception grabbed parent_frame(original_exception)
9688: origin and printed it, instead of true origin)
9689:
9690: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
9691: another exception, print correct origin (earlier code in catch of
9692: exception inside of @unhandled_exception grabbed
9693: parent_frame(original_exception) origin and printed it, instead
9694: of true origin)
9695:
9696: 2005-12-09 paf
9697:
9698: * INSTALL: . updated INSTALL doc to work around linux stack base
9699: detection problem, due to change in gc6.4 code
9700:
9701: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
9702: ignored in ^string.matched :(
9703:
9704: * src/main/pa_string.C: ! regex tainting were ignored in
9705: ^string.matched :(
9706:
9707: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
9708: src/include/pa_config_fixed.h, src/include/pa_version.h,
9709: src/main/compile.y, src/main/compile_tools.h,
9710: src/main/pa_charset.C, src/main/pa_common.C,
9711: src/main/pa_globals.C, src/main/pa_string.C,
9712: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
9713: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
9714:
9715: 2005-12-08 paf
9716:
9717: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
9718: 500 chars now handled OK [were wrapped on 500th char according to
9719: rfc, but sendmail failed to unwrap it properly]
9720:
9721: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
9722: handled OK [were wrapped on 500th char according to rfc, but
9723: sendmail failed to unwrap it properly]
9724:
9725: * src/targets/isapi/parser3isapi.C: . less warnings
9726:
9727: * src/targets/isapi/parser3isapi.C: . undone some strange change
9728: since 3.1.5
9729:
9730: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
9731: link fixes
9732:
9733: * src/: classes/date.C, include/pa_config_fixed.h,
9734: main/compile.tab.C, main/compile.y, main/compile_tools.h,
9735: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
9736: main/pa_string.C, targets/cgi/getopt.c: . less warnings
9737:
9738: * src/include/pa_config_fixed.h: . removed outdated string origins
9739: [in current storage scheme there's no place for them. someday we
9740: can add third CORD to store origins and special version of parser
9741: which stores origins there [separate binary]]
9742:
9743: 2005-12-07 paf
9744:
9745: * src/targets/isapi/parser3isapi.C: . now links in release mode
9746:
9747: * src/include/pa_version.h: makefiles
9748:
9749: * src/include/pa_version.h: . not beta
9750:
9751: * configure, configure.in, src/include/pa_version.h: not beta
9752:
9753: 2005-12-06 paf
9754:
9755: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
9756: [some details here http://i2/tasks/edit/?id=4869912143891354460]
9757: decided to undo the change ^call[$void] passes void. now it will
9758: pass empty string again.
9759:
9760: * src/main/: compile.tab.C, compile.y: . version readded
9761:
9762: * src/classes/op.C: . in this version there is no ^switch[$nothing]
9763: = ^switch[void] problem
9764:
9765: 2005-12-01 paf
9766:
9767: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
9768: caused ^case[string] to be coerced to double since searching
9769: value were not string (it was vvoid)
9770:
9771: * src/classes/op.C: . bugfix ^switch[$void_value] caused
9772: ^case[string] to be coerced to double since searching value were
9773: not string (it was vvoid)
9774:
9775: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
9776: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
9777:
9778: 2005-11-30 paf
9779:
9780: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
9781: win32 must putenv("TZ="), on unix works only putenv("TZ")
9782:
9783: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
9784: putenv("TZ="), on unix works only putenv("TZ")
9785:
9786: * INSTALL: . xml libs versions updated
9787:
9788: * src/main/pa_globals.C: //20051130 trying to remove this, author
9789: claims that fixed a lot there // 20040920 for now both
9790: workarounds needed. wait for new libxml/xsl versions
9791:
9792: 2005-11-28 paf
9793:
9794: * src/classes/table.C: merged from HEAD: ! nameless table has
9795: columns==0
9796:
9797: * src/classes/table.C: ! nameless table has columns==0
9798:
9799: * src/main/pa_http.C: merged from HEAD: ! status line check made
9800: earlier [was totally wrong]
9801:
9802: * src/main/pa_http.C: ! status line check made earlier [was totally
9803: wrong]
9804:
9805: 2005-11-25 paf
9806:
9807: * src/include/pa_array.h: -this reduces speed(table::load) strange.
9808: undoing for now...
9809:
9810: * src/include/pa_version.h: -this reduces speed(table::load),
9811: strange. undoing
9812:
9813: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
9814:
9815: * src/classes/op.C: + ^while(){}[SEPARATOR]
9816:
9817: * src/include/pa_array.h: + optimistics added: all arrays (table
9818: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
9819: this speeds things up and saves memory a LOT! (not noticed
9820: negative effect on syntetic tests, future will tell...)
9821:
9822: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
9823: changed gc_malloc implementation, which obscured profiling
9824:
9825: * src/classes/table.C: merged from HEAD: + optimized
9826: table::load/sql, now row ArrayString-s allocated with
9827: columns.count() elements and don't always grow from
9828: count=3[realloc,realloc]
9829:
9830: * src/classes/table.C: + optimized table::load/sql, now row
9831: ArrayString-s allocated with columns.count() elements and don't
9832: always grow from count=3[realloc,realloc]
9833:
9834: * src/classes/table.C: merged from HEAD: . ^table.save unused
9835: buffer after save
9836:
9837: * src/classes/table.C: . ^table.save unused buffer after save
9838:
9839: 2005-11-24 paf
9840:
9841: * configure.in: . merged glib2-config patch
9842:
9843: * configure.in: + trying to find glib2-config
9844:
9845: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9846: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
9847: file/dir_readable to simple file/dir_exist, this would help in
9848: situations "class not found because .p file has bad rights" << in
9849: that case error would be explicit "access denied to 'this' file"
9850:
1.116 moko 9851: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 9852:
9853: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9854: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
9855: to simple file/dir_exist, this would help in situations "class
9856: not found because .p file has bad rights" << in that case error
9857: would be explicit "access denied to 'this' file"
9858:
9859: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
9860: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9861: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
9862: ^file::exec/cgi[script;$.charset[changed]
9863: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9864: encoded in $.charset charset
9865:
9866: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
9867: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9868: encoded in $.charset charset
9869:
9870: * src/: include/Makefile.am, include/pa_common.h,
9871: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9872: main/pa_common.C, main/pa_http.C: . extracted http:// into
9873: separate file [preparation for
9874: ^file::cgi[script;$.form[$.field1[]
9875:
9876: 2005-11-22 paf
9877:
9878: * src/: include/pa_version.h, main/compile.tab.C: makefiles
9879:
9880: * acinclude.m4, configure.in: . merged underquting fixes
9881:
1.116 moko 9882: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 9883:
9884: * src/classes/op.C: . overmerged a little
9885:
9886: * src/main/compile.tab.C: Makefile
9887:
9888: * src/main/: pa_common.C: . less gcc warnings
9889:
9890: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
9891: now reports original exception if we have no old cache
9892:
9893: * src/classes/op.C: + $exception.handled[cache] now reports
9894: original exception if we have no old cache
9895:
9896: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
9897: from HEAD: + ^taint/untaint[regex] << escapes these:
9898: \^$.[]|()?*+{}
9899:
9900: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
9901: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
9902:
9903: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9904: getenv-ed variable, which does not work both on win32&unix.
9905: copied old TZ value now
9906:
9907: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
9908: stored pointer to getenv-ed variable, which does not work both on
9909: win32&unix. copied old TZ value now
9910:
9911: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9912: getenv-ed variable, which does not work both on win32&unix.
9913: copied old TZ value now
9914:
9915: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
9916: access to internal hash
9917:
9918: * src/types/pa_vresponse.C: + $response:headers access to internal
9919: hash
9920:
9921: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
9922: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9923: isapi] this reduces number of "GC Warning: Repeated allocation of
9924: very large block" messages to only important onces
9925:
9926: * src/targets/isapi/parser3isapi.C: +
9927: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9928: isapi] this reduces number of "GC Warning: Repeated allocation of
9929: very large block" messages to only important onces
9930:
9931: * src/classes/string.C: merged from HEAD: + removed limitation on
9932: ^string/int/double:sql{}[$.default[({param style})] ]
9933:
9934: * src/classes/string.C: + removed limitation on
9935: ^string/int/double:sql{}[$.default[({param style})] ]
9936:
9937: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
9938: with ?params or $.form option" limitation
9939:
9940: * src/main/pa_common.C: + removed "use either uri with ?params or
9941: $.form option" limitation
9942:
9943: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9944: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
9945: ^file::base64[encoded] decode
9946:
9947: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9948: main/pa_common.C: + ^file.base64[] encode +
9949: ^file::base64[encoded] decode
9950:
9951: * src/classes/: file.C, string.C: + ^string.base64[] encode +
9952: ^string:base64[encoded] decode
9953:
9954: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
9955: ^string:base64[in] encode + ^string.base64[] decode
9956:
9957: 2005-11-21 paf
9958:
9959: * src/classes/file.C: + merged from HEAD:
9960: ^file::create[text;file.xml;^untaint[xml]{data}]
9961:
9962: * src/classes/file.C: +
9963: ^file::create[text;file.xml;^untaint[xml]{data}]
9964:
9965: * src/main/pa_request.C: ! merged: $response:body[file] now
9966: differes from :download, it does not return content-disposition
9967: at all now [previusely it returned valueless content-disposition]
9968:
9969: * src/main/pa_request.C: ! $response:body[file] now differes from
9970: :download, it does not return content-disposition at all now
9971: [previusely it returned valueless content-disposition]
9972:
9973: * src/main/: compile.tab.C, compile.y: ! overoptimized void
9974: literals, reverted to just vvod, recreating empty array with each
9975: void_value token. that's absolutely needed, since that array
9976: grows
9977:
9978: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
9979: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
9980: types/pa_vmethod_frame.h: + merged: expression literals:
9981: true/false. ^format[$.indent(true)]
9982:
9983: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
9984: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
9985: types/pa_vmethod_frame.h: + expression literals: true/false.
9986: ^format[$.indent(true)]
9987:
9988: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
9989: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
9990: i386-pc-win32)"
9991:
9992: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
9993: $env:PARSER_VERSION reports "3.1.5beta (compiled on
9994: i386-pc-win32)"
9995:
9996: 2005-11-18 paf
9997:
9998: * src/classes/: double.C, int.C: ! ^int/double:sql{select
9999: null}[$.default(123)] will now return default value
10000:
10001: * src/classes/op.C: + merged ^cache[] << returns current cache
10002: expiration time
10003:
10004: * src/classes/op.C: + ^cache[] << returns current cache expiration
10005: time
10006:
10007: * src/classes/table.C: ! merged ^table::create[not'nameless';
10008: failed << Exception.problem_source pointed to local var!
10009:
10010: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
10011: Exception.problem_source pointed to local var!
10012:
10013: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
10014: now loads VFile.ptr!=0, so such files can be saved now
10015:
10016: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
10017: loads VFile.ptr!=0, so such files can be saved now
10018:
10019: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
10020: only . and .. now removed from list [were removed all .*]
10021:
10022: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
10023: .. now removed from list [were removed all .*]
10024:
10025: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
10026: open error now checked, were not :( [stole that piece from apache
10027: 1.3 sources]
10028:
10029: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
10030: checked, were not :( [stole that piece from apache 1.3 sources]
10031:
10032: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
10033: untainting of @main result if returned by $result or
10034: $response:body
10035:
10036: * src/main/pa_request.C: ! ensured proper untainting of @main
10037: result if returned by $result or $response:body
10038:
10039: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
10040: issue: now tries to guess content-length and allocates one big
10041: piece if possible [regretfully gc_realloc works as malloc+free,
10042: leaving lots of holes behind]
10043:
10044: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
10045: fixed file load memory issue: now tries to guess content-length
10046: and allocates one big piece if possible [regretfully gc_realloc
10047: works as malloc+free, leaving lots of holes behind]
10048:
10049: 2005-11-16 paf
10050:
10051: * src/: include/pa_common.h, classes/file.C, classes/table.C,
10052: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
10053: table::save with enclosers now doubles them: "->"" !
10054: table::save/load do not remove elements from options hash
10055:
10056: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
10057: [were overoptimized ^if(double_literal), compiler confused
10058: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10059:
10060: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
10061: [were overoptimized ^if(double_literal), compiler confused
10062: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10063:
10064: * src/: classes/file.C, classes/table.C, include/pa_common.h,
10065: main/pa_common.C: ! table::save with enclosers now doubles them:
10066: "->"" ! table::save/load do not remove elements from options hash
10067:
10068: 2005-11-03 paf
10069:
1.116 moko 10070: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
10071: compilation, not all makefiles liked that
1.95 moko 10072:
10073: 2005-08-30 paf
10074:
10075: * src/classes/op.C: merge . speedup check of [DEFAULT]
10076:
10077: * src/classes/op.C: . speedup check of [DEFAULT]
10078:
10079: 2005-08-26 paf
10080:
10081: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
10082:
10083: * src/: classes/date.C, types/pa_vdate.h: + date.week
10084:
10085: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
10086: complains about bad!=nameless
10087:
10088: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
10089: about bad!=nameless
10090:
10091: * src/classes/: hash.C, string.C, table.C, void.C: merged !
10092: optional options were allowed to be empty. were checked
10093: if(is_string), changed to !defined||is_string to allow void
10094:
10095: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
10096: classes/string.C, classes/table.C, classes/void.C: ! optional
10097: options were allowed to be empty. were checked if(is_string),
10098: changed to !defined||is_string to allow void
10099:
10100: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
10101: as_junction where they needed as_int/double, so failed with
10102: recent "(const) now no junction" optimization
10103:
10104: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
10105: merged ! many classes/* used as_junction where they needed
10106: as_int/double, so failed with recent "(const) now no junction"
10107: optimization
10108:
10109: * src/: classes/double.C, classes/int.C, classes/math.C,
10110: classes/op.C, classes/string.C, classes/table.C,
10111: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
10112: used as_junction where they needed as_int/double, so failed with
10113: recent "(const) now no junction" optimization
10114:
10115: 2005-08-24 paf
10116:
10117: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
10118: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
10119: stripped it
10120:
10121: 2005-08-09 paf
10122:
10123: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10124: not cleared
10125:
10126: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10127: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10128: classes/hashfile.C, classes/image.C, classes/int.C,
10129: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10130: classes/response.C, classes/string.C, classes/table.C,
10131: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10132: include/pa_array.h, include/pa_cache_managers.h,
10133: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10134: include/pa_config_fixed.h, include/pa_config_includes.h,
10135: include/pa_dictionary.h, include/pa_dir.h,
10136: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10137: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10138: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10139: include/pa_request_charsets.h, include/pa_request_info.h,
10140: include/pa_sapi.h, include/pa_socks.h,
10141: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10142: include/pa_stack.h, include/pa_string.h,
10143: include/pa_stylesheet_connection.h,
10144: include/pa_stylesheet_manager.h, include/pa_table.h,
10145: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10146: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10147: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10148: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10149: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
10150: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
10151: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10152: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
10153: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
10154: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
10155: main/pa_sql_driver_manager.C, main/pa_string.C,
10156: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10157: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10158: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10159: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10160: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10161: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
10162: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
10163: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10164: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10165: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
10166: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
10167: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
10168: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10169: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
10170: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
10171: types/pa_vmemory.h, types/pa_vmethod_frame.C,
10172: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10173: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
10174: types/pa_vresponse.C, types/pa_vresponse.h,
10175: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10176: types/pa_vstateless_object.h, types/pa_vstatus.C,
10177: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10178: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10179: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10180: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10181: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
10182:
10183: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10184: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
10185: speedup consequent checks in vmethod_frame
10186:
10187: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10188: not cleared
10189:
10190: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
10191: params: 50 max (were 10)
10192:
10193: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
10194: params: 50 max (were 10)
10195:
10196: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10197: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
10198: pa_wcontext.h: + ^call[$void] param inside now is void (were:
10199: empty string) ! simplified (double) speedup consequent checks in
10200: vmethod_frame
10201:
10202: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
10203: optimized constants in expressions vstring->vdouble + optimized
10204: ^call(vdouble), no junction creation, no calls later
10205:
10206: 2005-08-08 paf
10207:
10208: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
10209: integrated
10210:
10211: * bin/auto.p.dist.in: . apache bad 404 handling workaround
10212: integrated
10213:
10214: * src/main/: compile.tab.C, compile.y, compile_tools.C,
10215: compile_tools.h: merged + optimized constants in expressions
10216: vstring->vdouble + optimized ^call(vdouble), no junction
10217: creation, no calls later
10218:
10219: * src/types/pa_vdouble.h: merged . double values without fractional
10220: part now default printed as %.0f instead of %g
10221:
10222: * src/types/pa_vdouble.h: . double values without fractional part
10223: now default printed as %.0f instead of %g
10224:
10225: * src/classes/hashfile.C: . merged ! second hashfile::open would
10226: cause an exception
10227:
10228: * src/classes/hashfile.C: ! second hashfile::open would cause an
10229: exception
10230:
10231: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
10232: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10233: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10234: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10235: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
10236: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10237: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10238: types/pa_vresponse.h, types/pa_vstateless_class.C,
10239: types/pa_vstateless_object.h, types/pa_vvoid.h,
10240: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10241: merged VJunction(new Junction) optimization from 3.1.4
10242:
10243: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
10244: types/pa_vstateless_class.C: + optimized new VJunction(new
10245: Junction(params)) to new VJunction(params), thousands of mallocs
10246: removed
10247:
10248: 2005-08-05 paf
10249:
10250: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
10251: types/pa_vdouble.h, types/pa_vmethod_frame.C,
10252: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
10253: creation, no calls later
10254:
10255: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10256: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10257: classes/hashfile.C, classes/image.C, classes/int.C,
10258: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10259: classes/response.C, classes/string.C, classes/table.C,
10260: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10261: include/pa_array.h, include/pa_cache_managers.h,
10262: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10263: include/pa_config_fixed.h, include/pa_config_includes.h,
10264: include/pa_dictionary.h, include/pa_dir.h,
10265: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10266: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10267: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10268: include/pa_request_charsets.h, include/pa_request_info.h,
10269: include/pa_sapi.h, include/pa_socks.h,
10270: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10271: include/pa_stack.h, include/pa_string.h,
10272: include/pa_stylesheet_connection.h,
10273: include/pa_stylesheet_manager.h, include/pa_table.h,
10274: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10275: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10276: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10277: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10278: lib/smtp/smtp.h, main/compile.C, main/compile.y,
10279: main/compile_tools.C, main/compile_tools.h, main/execute.C,
10280: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
10281: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
10282: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
10283: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
10284: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
10285: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10286: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10287: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10288: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10289: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10290: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
10291: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
10292: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10293: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
10294: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
10295: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
10296: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
10297: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
10298: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
10299: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
10300: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10301: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10302: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10303: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10304: types/pa_vstateless_object.h, types/pa_vstatus.C,
10305: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10306: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10307: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10308: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10309: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
10310:
10311: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
10312: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
10313: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
10314: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
10315: main/compile.y, main/compile_tools.C, main/compile_tools.h,
10316: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
10317: optimized constants in expressions vstring->vdouble
10318:
10319: 2005-07-29 paf
10320:
10321: * src/types/pa_vclass.C: . shaped up error messages a bit
10322:
10323: * src/types/pa_vclass.C: + property getter can now be overridden
10324:
10325: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
10326: bug fix: static parent fields were not replaced in case
10327: $derived:field[put] + property setter can now be overridden
10328:
10329: 2005-07-28 paf
10330:
10331: * configure, configure.in, src/classes/classes.h,
10332: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
10333: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
10334: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
10335: src/classes/xnode.h, src/include/pa_hash.h,
10336: src/include/pa_version.h, src/main/execute.C,
1.116 moko 10337: src/types/Makefile.am, src/types/pa_method.h,
10338: src/types/pa_value.h, src/types/pa_vclass.C,
10339: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
10340: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
10341: src/types/pa_vcookie.h, src/types/pa_vhash.h,
10342: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
10343: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
10344: src/types/pa_vobject.C, src/types/pa_vobject.h,
10345: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
10346: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
10347: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
10348: src/types/pa_vstateless_class.h,
1.95 moko 10349: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
10350: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
10351: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
10352: dynamic_fields_join
10353:
10354: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
10355: classes/xnode.C, include/pa_hash.h, main/execute.C,
10356: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10357: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10358: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10359: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10360: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10361: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10362: types/pa_vresponse.h, types/pa_vstateless_object.h,
10363: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
10364: types/pa_wwrapper.h: ! restored put_element('replace' param), and
10365: restored its checks in vobject.put_element->static fields |
10366: dynamic properties
10367:
10368: 2005-07-27 paf
10369:
10370: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
10371: is some old code containing @set_name $name
10372:
10373: * src/types/pa_vobject.h: . fixed warning
10374:
10375: * configure, configure.in, src/include/pa_version.h,
1.116 moko 10376: src/types/Makefile.am: 3.2.0beta started
1.95 moko 10377:
10378: * src/: classes/xnode.C, include/pa_hash.h,
10379: types/pa_vstateless_class.C: ! new asserts were all false.
10380: regretfully reverted them all to checks
10381:
10382: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10383: classes/op.C, main/execute.C, types/pa_method.h,
10384: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10385: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10386: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10387: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10388: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10389: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10390: types/pa_vstateless_object.h, types/pa_vvoid.h,
10391: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10392: joined_dynamic_fields: removed unused param from put_method
10393: (returned to 3 params)
10394:
10395: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
10396: joined_dynamic_fields: dynamic get/set works with overriding
10397: props [alpha2]
10398:
10399: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
10400: works [alfa]
10401:
10402: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10403: classes/op.C, include/pa_hash.h, main/execute.C,
10404: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10405: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10406: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10407: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10408: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10409: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10410: types/pa_vresponse.h, types/pa_vstateless_class.C,
10411: types/pa_vstateless_object.h, types/pa_vvoid.h,
10412: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10413: joined_dynamic_fields: just compiled
10414:
10415: * src/: classes/date.C, classes/file.C, classes/hash.C,
10416: classes/hashfile.C, classes/image.C, classes/table.C,
10417: classes/xdoc.C, classes/xnode.h, main/execute.C,
10418: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10419: types/pa_vstateless_class.h: joined_dynamic_fields: started
10420:
10421: * src/types/pa_vobject.C: . object setters [only started, does not
10422: work yet]
10423:
10424: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
10425: object setters [only started, does not work yet]
10426:
10427: 2005-07-26 paf
10428:
10429: * src/: include/pa_request.h, main/execute.C: . properties: set
10430: works [alpha2]. for classes. todo: for objects
10431:
10432: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
10433: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10434: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10435: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10436: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10437: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10438: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10439: types/pa_vstateless_object.h, types/pa_vvoid.h,
10440: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10441: properties: set works [alpha1]
10442:
10443: 2005-07-25 paf
10444:
10445: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
10446: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
10447: properties: started, get works [alpha1, other approach]
10448:
10449: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
10450: properties: started, get works [alpha2]
10451:
10452: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
10453: pa_vstateless_class.h: . properties: started, get works [alpha]
10454:
10455: 2005-07-15 paf
10456:
10457: * src/: classes/classes.h, classes/op.C, main/execute.C,
10458: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
10459: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10460: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10461: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
10462: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
10463: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
10464: types/pa_vresponse.C, types/pa_vresponse.h,
10465: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10466: types/pa_vstateless_object.h, types/pa_vvoid.h,
10467: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
10468: types/pa_wwrapper.h, types/types.vcproj: + started property
10469: [getters work but think of changing them too to precaching]
10470:
10471: 2005-07-08 paf
10472:
10473: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
10474: gpf
10475:
10476: 2005-06-28 paf
10477:
10478: * src/: classes/file.C, main/untaint.C: ! string invariant violated
10479: in passing empty strings to file::exec/cgi environment
10480:
10481: 2005-06-06 paf
10482:
10483: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
10484: ^table:sql ^hash:sql now DO process $.bind option
10485:
10486: 2005-05-24 paf
10487:
10488: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
10489: $.limit] now work again [support was broken in 3.1.4]
10490:
10491: * src/: main/pa_string.C, classes/op.C: . steps toward removing
10492: ALL_INTERIOR_POINTERS
10493:
10494: 2005-05-12 paf
10495:
10496: * configure: 3.1.5beta
10497:
10498: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
10499:
10500: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
10501: $.limit] now work again [support was broken in 3.1.4]
10502:
10503: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
10504: line-width [was refusing to fill if line-width >1, thanks to
10505: Seras <seras@pinxit.lt> for repro case
10506:
10507: 2005-04-25 paf
10508:
10509: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
10510: correctly
10511:
10512: 2005-04-19 paf
10513:
10514: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
10515: in VString violating invariant!!
10516:
10517: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
10518: getenv("TZ")==null
10519:
10520: 2005-04-08 paf
10521:
10522: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
10523: bugfix: when there is no char in charset one byte produces 6
10524: (ÿ <<max). increased buffer size!
10525:
10526: 2005-03-23 paf
10527:
10528: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
10529: ^date.sql-string now takes TZ into account
10530:
10531: 2005-03-16 paf
10532:
10533: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
10534: gcc 3.4
10535:
10536: * src/types/pa_vhash.C: . warning about eof eol
10537:
10538: 2005-02-17 paf
10539:
10540: * operators.txt, src/classes/op.C: + operator ^sleep(double
10541: seconds)
10542:
10543: 2005-02-02 paf
10544:
10545: * src/classes/xnode.C: beauty: removed needless includes
10546:
10547: 2005-01-31 paf
10548:
10549: * src/types/pa_vmail.C: change: $.partX now always 1... change:
10550: $.partNoNumber now alias to $.part1
10551:
10552: * src/types/pa_vmail.C: change: incoming letter part contains
10553: "content-disposition" header with any value? now considering that
10554: part to be "file#" [for text/plain text/html were $.text#
10555: $.html#]
10556:
10557: * INSTALL: updatet to latest working versions available
10558:
10559: 2005-01-20 paf
10560:
10561: * configure.in, src/include/pa_version.h: version
10562:
10563: 2005-01-19 paf
10564:
1.116 moko 10565: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
10566: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
10567: couple warnings in parser3.C
1.95 moko 10568:
10569: 2004-12-23 paf
10570:
10571: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
10572:
10573: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
10574: dir to directory of script (when shbang used), not to directory
10575: of its interpreter
10576:
10577: * src/include/pa_version.h: compiled on win32...
10578:
10579: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
10580: we need more hspace
10581:
10582: * configure, configure.in, src/include/pa_version.h: configured
10583: host to pa_version. will be displayed everywhere
10584:
10585: * src/main/pa_request.C: new: @unhandled_exception can prevent
10586: exception from being logged by setting $exception.handled(1)
10587:
10588: * operators.txt, src/classes/file.C: change:
10589: ^file::sql{query}[[options]] options: $.name[file name]
10590: $.content-type[application/what]
10591:
10592: * src/: include/pa_common.h, main/pa_common.C,
10593: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
10594: new file
10595:
10596: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
10597: bugfix: table->hash now regards _default
10598:
10599: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
10600: created by accessing $name_of_method it acquired bad self=closest
10601: methodframe; instead of proper self (current class)
10602:
10603: * src/types/pa_vhashfile.C: bugfix: reading empty string from
10604: hashfile produced bad cord
10605:
10606: 2004-12-10 paf
10607:
10608: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
10609: subsequent failures though defined in .h
10610:
10611: * src/main/pa_common.C: comment on volatile
10612:
10613: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
10614: alarm function were not used since the beginning due to stupid
10615: error [setsigjmp were not checked in configure.in]
10616:
10617: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
10618: unix too
10619:
10620: * src/main/pa_common.C: http: exception status of send/recv errors
10621: change to most probable http.timeout
10622:
10623: * src/main/pa_common.C: win32: http connection $.timeout option now
10624: works [setsockopt on send/receive]
10625:
10626: 2004-12-08 paf
10627:
10628: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
10629: cstr-ed knowing mail charset, and untainting uri lang now knows
10630: proper charset
10631:
10632: 2004-11-24 paf
10633:
10634: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
10635:
10636: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
10637: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
10638:
10639: 2004-11-12 paf
10640:
10641: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
10642: [since 3.0.4]
10643:
10644: 2004-11-09 paf
10645:
10646: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
10647: writes basics to c:\parser3.log
10648:
10649: 2004-10-21 paf
10650:
10651: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
10652: tainted strings [were returning clean onces]
10653:
10654: 2004-10-15 paf
10655:
10656: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
10657: cycles(i=1; i=2), which was wrong, now does ONE
10658:
10659: 2004-10-12 paf
10660:
10661: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
10662:
10663: 2004-10-07 paf
10664:
10665: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
10666: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
10667: release asserts
10668:
10669: * src/: main/pa_string.C, include/pa_string.h: debugger help:
10670: String.dump() to stdout in detailed form [were String.v() in
10671: short form]
10672:
10673: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
10674: \t\r\n as @#| and truncates long char sequences less
10675:
10676: 2004-10-06 paf
10677:
10678: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
10679: win32 beauty: socket errors properly decoded
10680:
10681: 2004-10-05 paf
10682:
10683: * src/: include/pa_request.h, main/pa_request.C: bugfix:
10684: request::configure_user/admin done always, even if no
10685: file-to-process useful in @unhandled_exception [say, if they
10686: would want to mail by SMTP something]
10687:
10688: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
10689: now performed prior to file loading [and @auto executing] thus
10690: making $cookie:value available in @auto and in
10691: @unhandled_exception when IIS is configured to run interpreter
10692: even if no file exist
10693:
10694: 2004-09-20 paf
10695:
10696: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
10697: somewhere where it should have called xmlMalloc and it calls
10698: xmlFree when it should have not called it. inserted two
10699: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
10700: xmlFree just ignored. put away a testcase, maybe someday libxml
10701: author would fix all that. until that day: we have SLOW garbage
10702: collecting when many xml objects are alive hint: do
10703: ^memory:compact[] before xdoc::create
10704:
10705: 2004-09-17 paf
10706:
10707: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
10708: error from 3.0.8 version]
10709:
10710: 2004-09-14 paf
10711:
10712: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
10713: part bugfix: hashfile.foreach iterated only part if hashfile were
10714: modified inside
10715:
10716: 2004-09-13 paf
10717:
10718: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
10719: [were as octal]
10720:
10721: * src/types/pa_vhashfile.C: beauty: not reproduced
10722: $hashfile.key[$novalue] bug [reported by motorin], inserted
10723: safety-check
10724:
10725: * src/types/pa_vhashfile.C: change: empty keys now error in parser
10726: [not something obscure from sdbm lib]
10727:
10728: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
10729: = strerror now returnes something and we can properly report that
10730: to client
10731:
10732: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
10733: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
10734:
10735: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10736: [tainted as-is] this helps //[space][newline] to remain as-is and
10737: not be unnecessary optimized away [ruining javascript]
10738:
10739: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10740: [tainted as-is]
10741:
10742: * src/classes/mail.C: bugfix: typo error
10743:
10744: 2004-09-09 paf
10745:
10746: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
10747: separators bugfix: loads header with endings \r\n\r\n and \n\n
10748: (bloody yandex.server)
10749:
10750: 2004-09-06 paf
10751:
10752: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
10753: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
10754: encoded
10755:
10756: 2004-09-01 paf
10757:
10758: * src/types/pa_vmail.C: change: multipart/mixed changed to
10759: multipart/related outlook express have no problems showing
10760: unrelated attachments. todo: someday figure out a way of
10761: multipart/mixed multipart/related text/html
10762: image/xxx application/octet-stream << true attachments
10763:
10764: * src/types/pa_vmail.C: new:
10765: ^mail:send[$.file[$.content-disposition can be overriden new:
10766: empty mail header fields removed from letter
10767:
10768: * src/: classes/mail.C, include/pa_config_fixed.h,
10769: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
10770: ^mail:send[ $.file[ $.any[header]
10771:
10772: 2004-08-30 paf
10773:
10774: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
10775: warnings
10776:
10777: * src/main/pa_common.C: beauty: do not bother with charset
10778: detection when ^file::load[binary
10779:
10780: 2004-08-27 paf
10781:
10782: * src/main/pa_common.C: hack: for yandex.server http server
10783:
10784: 2004-08-18 paf
10785:
10786: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
10787: possibly-chunked response
10788:
10789: 2004-08-17 paf
10790:
10791: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10792: $f.content-type now = that of http response
10793:
10794: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10795: $f.content-type now = that of http response
10796:
10797: 2004-07-30 paf
10798:
10799: * src/: include/pa_request.h, main/pa_request.C,
10800: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
10801: win32: system&parser exceptions in release mode reported properly
10802: parser exception in exception handler WERE mistakenly reported as
10803: system exception, without details [in apache & isapi] +some
10804: beauty in exception text
10805:
10806: * src/: include/pa_exception.h, main/pa_request.C,
10807: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
10808: release mode reported properly parser exception in exception
10809: handler WERE mistakenly reported as system exception, without
10810: details
10811:
10812: * src/main/execute.C: beauty: simplified system exception handling
10813:
10814: 2004-07-29 paf
10815:
10816: * src/classes/table.C: bugfix:
10817: ^table.save[export.csv;$.separator[^;]] now works fine [separator
10818: were ignored, and \t used unconditionally]
10819:
10820: * src/types/Makefile.am: added vhash.c
10821:
10822: 2004-07-28 paf
10823:
10824: * src/: classes/date.C, classes/image.C, classes/math.C,
10825: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
10826: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
10827: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
10828: failed on russian letters
10829:
10830: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
10831: bugfix: isspace((unsigned char)c) everywhere. failed on russian
10832: letters
10833:
10834: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
10835: as 'currentDirectory' parameter to CreateProcess
10836:
10837: 2004-07-27 paf
10838:
10839: * src/targets/cgi/parser3.vcproj: beauty: win32:
10840: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
10841: from release somewhere [to help searching for unhandled system
10842: exceptions]
10843:
10844: * src/types/pa_vdate.h: check: for invalid datetime after temporary
10845: TZ shift
10846:
10847: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
10848: but also in ctor
10849:
10850: 2004-07-26 paf
10851:
10852: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
10853: src/main/pa_request.C, src/types/pa_vfile.h,
10854: src/types/pa_vhash.C, src/types/pa_vhash.h,
10855: src/types/types.vcproj: new: $response:body/download[
10856: $.file[name on disk] $.name[of file for user]
10857: $.mdate[date of last-modified. default from directory] ]
10858:
10859: * src/classes/file.C: moving file:send somewhere else..
10860:
10861: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
10862: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
10863: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
10864: $response:download[ $.filename[filename] $.option[] ,, ]
10865:
10866: * src/classes/file.C: beauty: invalid mode thoroughly reported
10867:
10868: 2004-07-21 paf
10869:
10870: * src/types/pa_vmail.C: bugfix: too long header values now splitted
10871: to several lines
10872:
10873: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
10874:
10875: note: ms outlook[!express] shows only first 255 characters of
10876: subject
10877:
10878: 2004-07-15 paf
10879:
10880: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
10881: off]
10882:
10883: 2004-07-14 paf
10884:
10885: * src/classes/table.C: bugfix: $.bind values now got untainted
10886: according to lang [were: as-is]
10887:
10888: 2004-07-07 paf
10889:
10890: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
10891: checked that
10892:
10893: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
10894: now untainted according to their languages. were: as-is.
10895: EVERYWHERE
10896:
10897: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
10898: environment string now untainted according to their languages.
10899: were: as-is. EVERYWHERE
10900:
10901: * src/main/pa_exec.C: bufix: on unix environment string now
10902: untainted according to their languages. were: as-is. on win32:
10903: ok
10904:
10905: * parser3.vssscc: ...would not go unnoticed
10906:
10907: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
10908: fails. in case on input appears nonutf, those bytes will be
10909: printed in %HH form. that can be easily decoded/recovered.
10910:
10911: this form is quite noticable, and hopefully would not go noticed
10912:
10913: 2004-07-06 paf
10914:
10915: * src/main/pa_exec.C: bufix: on unix environment string now
10916: untainted according to their languages. were: as-is. on win32:
10917: ok
10918:
10919: 2004-07-01 paf
10920:
10921: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
10922: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
10923: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
10924: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
10925: main/main.vcproj, targets/cgi/parser3.vcproj,
10926: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
10927: option: global optimization ON
10928:
10929: * src/main/untaint.C: workaround kinda bug in libxml: life requires
10930: to do xdoc::create{invalid chars} standard disables chars less
10931: then \x20, except tab, cr, lf.
10932:
10933: changed tainting so that those become '!'
10934:
10935: 2004-06-25 paf
10936:
10937: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10938: int on odd address [prev bugfix failed due to superwize
10939: optimizer, which turned memcpy into same 'ld' asm command]
10940:
10941: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10942: int on odd address
10943:
10944: 2004-06-22 paf
10945:
10946: * src/sql/pa_sql_driver.h: note: about possible optimization
10947:
10948: * operators.txt, src/classes/hash.C, src/classes/memory.C,
10949: src/classes/string.C, src/classes/table.C, src/classes/void.C,
10950: src/include/pa_config_includes.h: new: ^void:sql{call
10951: paf(:a)}[ $.bind[ $.a[2]
10952: ] ] output variables work. todo: check in out
10953: variables
10954:
10955: 2004-06-18 paf
10956:
10957: * src/: classes/file.C, classes/hash.C, classes/string.C,
10958: classes/table.C, classes/void.C, include/pa_globals.h,
10959: include/pa_sql_connection.h, main/compile.tab.C,
10960: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
10961: $.bind[ $.a[2] ]
10962: ] input variables work. todo:output
10963:
10964: * src/targets/cgi/parser3.C: bugfix: iis specific
10965: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
10966: /_bug.html?404;http://hpsv/test/
10967: --------------------------------------------------------------------------------
10968: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
10969: --------------------------------------------------------------------------------
10970: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
10971:
10972: 2004-06-16 paf
10973:
10974: * src/targets/cgi/parser3.C: new: iis specific
10975: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
10976: $request:query
10977: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
10978: $form:fields IIS-STATUS="404"
10979: IIS-DOCUMENT="http://server/_bug.html" f="v"
10980:
10981: todo: isapi too
10982:
10983: 2004-05-26 paf
10984:
10985: * src/include/pa_version.h: 3.1.3
10986:
10987: * operators.txt: beauty: removed outdated level 'table'
10988:
10989: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
10990:
10991: * src/main/pa_string.C: beauty: removed 3 warnings
10992:
10993: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
10994: classes/op.C: beauty: removed outdated level 'table'
10995:
10996: 2004-05-25 paf
10997:
10998: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
10999: implementation. mistery: how anything worked
11000:
11001: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
11002: changed, it is now safe to use url if pointers to it are stored
11003: to gc mem
11004:
11005: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
11006: unknown errors reported and not cause SIGSEGV now
11007:
11008: 2004-05-24 paf
11009:
11010: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11011: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
11012: less memory: CORD_chars_block originally intended to ... it was
11013: good that CORD_chars_block were not used: it consumes more memory
11014: [and, might be slow too] undoing that. [and removed that func so
11015: that it would not confuse parser developer in future]
11016:
11017: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
11018: less memory: CORD_chars_block originally intended to
11019: speedup/reduce mem usage were forgotten, and were used stupid
11020: CORD_chars
11021:
11022: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
11023:
11024: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
11025: BIGENDIAN processors space-conserving mech failed, causing
11026: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
11027: (1|2|3));
11028:
11029: 2004-05-14 paf
11030:
11031: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
11032: bugfix: void now has vfile value, and $response:body[] works OK
11033:
11034: 2004-05-12 paf
11035:
11036: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
11037: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
11038: sources to use is_defined() {return as_bool();} along VBool
11039:
11040: 2004-05-11 paf
11041:
11042: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
11043: referencing to local objects
11044:
11045: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
11046: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
11047: left intact
11048:
11049: 2004-04-15 paf
11050:
11051: * src/classes/date.C: merged: beauty: unused var removed
11052:
11053: * src/classes/date.C: beauty: unused var removed
11054:
11055: * src/include/: pa_exec.h: bugfix: interface without pointer
11056: provoked bug
11057:
11058: 2004-04-09 paf
11059:
11060: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
11061:
11062: * src/types/pa_vform.C: bugfix: form:imap were incorrect
11063:
11064: 2004-04-08 paf
11065:
11066: * src/classes/date.C: new: ^date::create[y-m-d
11067: h-M-s>>.milliseconds<<] now allowed, ignored so far
11068:
11069: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
11070:
11071: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
11072: to consult default catalog [usually, that file belongs to other
11073: user/group]
11074:
11075: 2004-04-06 paf
11076:
11077: * src/main/pa_common.C: beauty: gcc warning removed
11078:
11079: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
11080: accept that trick, trying other
11081:
11082: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
11083: explicit result problem
11084:
11085: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
11086: explicit result problem
11087:
11088: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
11089: explicit result problem
11090:
11091: * operators.txt, src/classes/string.C: new: ^string.append[string]
11092:
11093: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
11094: main/execute.C: attempt_check_call_in_explicit_result_mode:
11095: failed
11096:
11097: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11098: http://i.p.a.ddress gethostbyaddr added [on some platforms
11099: gethostbyname failed with such 'domains'] now checked properly,
11100: were: needless reverse/forward dns lookup
11101:
11102: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11103: http://i.p.a.ddress gethostbyaddr added [on some platforms
11104: gethostbyname failed with such 'domains'] now checked properly,
11105: were: needless reverse/forward dns lookup
11106:
11107: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
11108: @method[][result] means "no string output here" moved to lexical
11109: level [on grammar level it were too difficult]
11110:
11111: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
11112: src/main/compile.y, src/main/compile_tools.h,
11113: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
11114: @method[][result] means "no string output here", implemented part
11115: of that idea: compiler throws away string literal generation
11116: code. and barks nonwhitespace chars
11117:
11118: * operators.txt: truth: removed comment about $ORIGIN
11119:
11120: 2004-04-05 paf
11121:
11122: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
11123: src/include/pa_version.h, src/main/pa_common.C,
11124: src/targets/isapi/parser3isapi.C: merged with 3.1.3
11125:
11126: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
11127: Konstantin Tomashevitch [mailto:konst@design.ru]
11128:
11129: * src/doc/html2chm.cmd: beauty: no need in bg here
11130:
11131: * src/doc/sources2html.cmd: beauty: same window, in bg it
11132: interfered with FAR console
11133:
11134: * configure, configure.in: 3.1.3
11135:
11136: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
11137:
11138: * src/main/pa_common.C: removed warning
11139:
11140: * src/include/pa_version.h: 3.1.3
11141:
11142: 2004-04-02 paf
11143:
11144: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
11145:
11146: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
11147: allows to specify where to put parser log file
11148:
11149: 2004-04-01 paf
11150:
11151: * src/classes/table.C: bugfix: bugfix: table::load last line
11152: without tab and enter were ignored
11153:
11154: * src/: include/pa_cache_managers.h, include/pa_globals.h,
11155: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
11156: main/pa_socks.C, targets/cgi/parser3.C,
11157: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
11158: bugfix: sql connections now are disconnected
11159:
11160: 2004-03-30 paf
11161:
11162: * src/classes/table.C: bugfix: table::load last line without tab
11163: and enter were ignored
11164:
11165: * src/classes/table.C: bufix: if last table lines were commented,
11166: gpfed
11167:
11168: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
11169: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
11170: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
11171: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
11172: doc/methoded.dox, doc/object.dox, doc/string.dox,
11173: doc/targets.dox, doc/value.dox, include/pa_version.h,
11174: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
11175: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
11176: bugfixes from 3.1.2, changed version to 3.1.3beta
11177:
11178: 2004-03-29 paf
11179:
11180: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
11181: causes gpf
11182:
11183: * src/doc/: ClassExample1.dox, ClassExample2.dox,
11184: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
11185: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
11186: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
11187: value.dox: translated to english
11188:
11189: 2004-03-25 paf
11190:
11191: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
11192: parser3project dependency removed
11193:
11194: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
11195: bugfix: refused to compile without xml
11196:
11197: * src/types/pa_vform.C: beauty: removed warning
11198:
11199: * src/classes/classes.vcproj: merged bugfix: now all compiles in
11200: any folder [removed last ;) folder dependency]
11201:
11202: * src/classes/classes.vcproj: bugfix: now all compiles in any
11203: folder [removed last ;) folder dependency]
11204:
11205: * src/include/pa_version.h: release
11206:
11207: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
11208:
11209: * src/classes/table.C: beauty: comment& more meaningful error
11210: message
11211:
11212: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
11213: $.hash[$.column_value1(true) ... ] [were producing some strang
11214: thing]
11215:
11216: 2004-03-23 paf
11217:
11218: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
11219: and http status line parsing checked number of columns in table
11220: [user reported an assert]
11221:
11222: * operators.txt: example: on hashfile
11223:
11224: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
11225: bugfix: junction reattach now actually reattaches a junction to
11226: new wcontext [were only assigning it to junction, which caused
11227: junction tracking to loose junction, and it's context were not
11228: killed, and it tried to process in invalid context, gpf]
11229:
11230: * src/targets/cgi/parser3.C: debug helper added
11231:
11232: 2004-03-19 paf
11233:
11234: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
11235: "type(type)" in braces
11236:
11237: 2004-03-10 paf
11238:
11239: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
11240: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11241: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
11242: solution to search-in-namespaces problem:
11243: $xdoc.search-namespaces.x[http://pif.design.ru/]
11244: $nodes[^xdoc.select[//x:second]]
11245:
11246: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
11247: expression][[NAMESPACES HASH]] allows to search for info in
11248: namespaces
11249:
11250: $nodes[^xdoc.select[//x:second][
11251: $.x[http://pif.design.ru/] ]]
11252:
11253: 2004-03-09 paf
11254:
11255: * operators.txt, src/main/pa_common.C: new:
11256: ^file::load[...][options] $.form[
11257: !$.field1[string]
11258: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
11259: ] !$.body[string]
11260:
11261: GET ?here notGET(POST, HEAD, others) in content-type:
11262: application/x-www-form-urlencoded
11263:
11264: todo: upload files ability
11265:
11266: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
11267: properly, done
11268:
11269: 2004-03-05 paf
11270:
11271: * operators.txt, src/main/pa_common.C: new: file::load[;http://
11272: GET/POST $.form[$.fields started, not tested yet
11273: todo:$.field[table] for multiple values
11274:
11275: * operators.txt: new: http:// options $.user $.password basic
11276: authorization
11277:
11278: * src/main/pa_common.C: beauty: link to rtf added
11279:
11280: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
11281: new: http:// options $.user $.password basic authorization
11282:
11283: * src/main/pa_common.C: beauty: removed needless vars
11284:
11285: * operators.txt: new: pgsql option [like that recently added to
11286: oracle driver] ClientCharset=parser-charset <<
11287: charset in which parser thinks client works
11288:
11289: * operators.txt: new: odbc option [like that recently added to
11290: oracle driver] ClientCharset=parser-charset <<
11291: charset in which parser thinks client works
11292:
11293: * src/sql/pa_sql_driver.h: beauty: important warning added
11294:
11295: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
11296: char!
11297:
11298: * etc/parser3.charsets/windows-1251.cfg: typo
11299:
11300: 2004-03-04 paf
11301:
11302: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
11303: cached, sql transcoding now goes faster
11304:
11305: * operators.txt: new: mysql option [like that recently added to
11306: oracle driver] ClientCharset=parser-charset <<
11307: charset in which parser thinks client works
11308:
11309: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
11310: typo error
11311:
11312: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
11313: chars commented
11314:
11315: 2004-03-03 paf
11316:
11317: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
11318: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
11319:
11320: 2004-03-02 paf
11321:
11322: * operators.txt: new[update typo]: !^void.left(n)
11323: nothing !^void.right(n) nothing !^void.mid(p[;n])
11324: nothing
11325:
11326: * operators.txt, src/classes/void.C: new: !^void.left(n)
11327: nothing !^void.right(n) nothing !^void.pos(p[;n])
11328: nothing
11329:
11330: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
11331: ^file::sql[[name_to_become_$.name]]{} query result must be one
11332: row with columns: first: data second: file name third:
11333: content-type
11334:
11335: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
11336: ^connect gets properly escaped string, which can be passed to
11337: request now this for mysql only. it's up to parser sql driver to
11338: fix zeros properly
11339:
11340: * INSTALL: note: added on building apache with this option:
11341: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
11342:
11343: 2004-03-01 paf
11344:
11345: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
11346: extension memory:compact befor processingrequest
11347:
11348: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
11349: call sole column of result
11350:
11351: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
11352: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
11353: pixel color
11354:
11355: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
11356: beauty: image -- less checks [were ugly impl]
11357:
11358: * src/classes/string.C: bugfix: ^string.left/right/mid with
11359: negative values now considered bad
11360:
11361: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
11362:
11363: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
11364: options now have unified defaults [after transform
11365: indent/omit-xml-declaration/standalone 'default' erroreously
11366: meant 'true']
11367:
11368: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
11369: added [on some platforms gethostbyname failed with such
11370: 'domains']
11371:
11372: * src/include/pa_config_auto.h.in: no select check, no define
11373:
11374: * src/classes/string.C: feature: ^string.trim both parameters may
11375: be empty-strings, meaning kind=both chars=whitespaces
11376:
11377: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
11378: exist
11379:
11380: * src/classes/string.C: check: trim 'chars' must not be empty,
11381: exception if it is
11382:
11383: * src/classes/string.C: changed: ^string.trim [] << both,
11384: whitespaces [start|both|end] << kind, whitespaces
11385: [start|both|end;chars] full
11386:
11387: 2004-02-27 paf
11388:
11389: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
11390: method: ^string.trim[start|both|end[;chars]] default
11391: 'chars' -- whitespace chars finished
11392:
11393: * operators.txt, src/classes/string.C, src/include/pa_string.h,
11394: src/main/pa_string.C: new method:
11395: ^string.trim[start|both|end[;chars]] default 'chars' --
11396: whitespace chars started, only start works
11397:
11398: * src/main/compile.C: bugfix: line numbers after
11399: ^process{}[$.line(-10]] can be negative, allowed to print they as
11400: signed
11401:
11402: * src/main/untaint.C: speed: there's no \n chars in output
11403: [normally], so no need to optimize them they could be retrived
11404: from databases, though. but 1. should be replaced 2. if not
11405: optimized, no harm done
11406:
11407: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
11408: ^file::exec/cgi could return invalid status & zombie child can
11409: remain for short period until process exists [very bad in
11410: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
11411:
11412: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
11413: malicious SMTP server to attack as by returning too long status
11414: responses http://i2/tasks/edit/?id=4629448401140924947
11415:
11416: 2004-02-26 paf
11417:
11418: * operators.txt: feature: ^process...{CODE}[now has options] which
11419: are $.main[to what to rename @main] $.file[file,
11420: from which (user says) goes that CODE] $.lineno(line
11421: number in that file, where CODE starts. may be negative)
11422:
11423: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11424: src/main/compile.C, src/main/compile_tools.h,
11425: src/main/pa_request.C: feature: ^process...{CODE}[now has
11426: options] which are $.main[to what to rename @main]
11427: $.file[file, from which (user says) goes that CODE]
11428: $.lineno(line number in that file, where CODE starts. may be
11429: negative)
11430:
11431: 2004-02-25 paf
11432:
1.116 moko 11433: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
11434: old @charsetsdir@ recently erased from configure.in]
1.95 moko 11435:
11436: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
11437: produces hash of column=>1
11438:
11439: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
11440: with incomplete errno constants set
11441:
11442: 2004-02-24 paf
11443:
11444: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
11445: "man select"
11446:
11447: * src/main/pa_os.C: beauty: <0 better then ==-1
11448:
11449: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
11450:
11451: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
11452:
1.116 moko 11453: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 11454:
11455: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
11456: unix: steps to work on unix [extracted 'to']
11457:
11458: * src/classes/mail.C: smtp on unix: steps to work on unix
11459:
11460: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
11461:
1.116 moko 11462: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
11463: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
11464: unix [testing on solaris]
1.95 moko 11465:
11466: 2004-02-20 paf
11467:
11468: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
11469: pointing that out
11470:
11471: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
11472: fixed again [same solution, mistanenly removed one line]
11473:
11474: 2004-02-19 paf
11475:
11476: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
11477: date::create from bad datetime in spring daylightsaving hole now
11478: OK for all platforms [on some platforms it failed]
11479:
11480: * src/classes/: date.C, image.C: beauty: date::create[bad date time
11481: in daylightsaving hole] now throws error
11482:
11483: * src/classes/date.C: comment: mistake fixed
11484:
11485: 2004-02-18 paf
11486:
11487: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
11488: now renderes in $request:charset, but in header puts
11489: $response:charset todo: make that default only so that coder
11490: could override that
11491:
11492: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
11493: turns off omit-xml-declaration
11494:
11495: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
11496: /.xsl for sample
11497:
11498: 2004-02-17 paf
11499:
11500: * src/classes/xdoc.C: beauty: needless helper class removed
11501:
11502: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
11503: copied extra time
11504:
11505: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
11506: part of libxml
11507:
11508: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
11509: libxml to do the work] <xsl:output method="html"
11510: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
11511: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
11512: />
11513:
11514: * src/classes/xdoc.C: beauty: no <meta ... charset generated
11515:
11516: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
11517: caused assertion
11518:
11519: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
11520: could hang. now such add does nothing, sub clears $hash
11521:
11522: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
11523: not made quoted-printable
11524:
11525: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
11526: string invariant
11527:
11528: 2004-02-16 paf
11529:
11530: * src/main/pa_globals.C: bugfix: xml errors copy from library now
11531: cleared [were not cleared properly]
11532:
11533: 2004-02-13 paf
11534:
1.116 moko 11535: * src/include/pa_version.h: prerelease
1.95 moko 11536:
11537: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
11538: used, introducing dependencies timestamp check
11539:
11540: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11541: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
11542: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
11543: .xsl.stamp now not used, introducing dependencies timestamp check
11544:
11545: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
11546:
11547: 2004-02-12 paf
11548:
11549: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
11550: ruined empty <input type=file> submits. parser thought there were
11551: nameless empty file and $form:field got value of type 'file'
11552:
11553: * INSTALL: --without-threads
11554:
11555: * src/include/pa_sapi.h: 2004
11556:
11557: 2004-02-11 paf
11558:
11559: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11560: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11561: classes/hashfile.C, classes/image.C, classes/int.C,
11562: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11563: classes/response.C, classes/string.C, classes/table.C,
11564: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11565: include/pa_array.h, include/pa_cache_managers.h,
11566: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11567: include/pa_config_fixed.h, include/pa_config_includes.h,
11568: include/pa_dictionary.h, include/pa_dir.h,
11569: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11570: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11571: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11572: include/pa_request_charsets.h, include/pa_request_info.h,
11573: include/pa_socks.h, include/pa_sql_connection.h,
11574: include/pa_sql_driver_manager.h, include/pa_stack.h,
11575: include/pa_string.h, include/pa_stylesheet_connection.h,
11576: include/pa_stylesheet_manager.h, include/pa_table.h,
11577: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11578: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11579: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11580: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11581: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11582: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11583: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11584: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11585: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11586: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11587: main/pa_sql_driver_manager.C, main/pa_string.C,
11588: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
11589: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
11590: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11591: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11592: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11593: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11594: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11595: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11596: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11597: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11598: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11599: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11600: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11601: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11602: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11603: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11604: types/pa_vresponse.h, types/pa_vstateless_class.C,
11605: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11606: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11607: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11608: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11609: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11610: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
11611:
11612: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
11613: debug version of gc.dll
11614:
11615: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11616: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11617: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
11618: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
11619: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
11620: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
11621: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
11622: processes
11623:
11624: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
11625: main/pa_globals.C, targets/cgi/parser3.vcproj,
11626: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
11627: changes to reflect libxml xsl new folders
11628:
11629: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11630: lib/smtp/smtp.vcproj, main/main.vcproj,
11631: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
11632: to reflect libxml xsl new folders
11633:
11634: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11635: lib/smtp/smtp.vcproj, main/main.vcproj,
11636: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
11637: types/types.vcproj: started changes to reflect libxml xsl new
11638: folders
11639:
11640: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
11641: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
11642: src/main/compile.tab.C, src/main/main.vcproj,
11643: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
11644: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
11645: started changes to reflect libxml xsl new folders
11646:
11647: 2004-02-10 paf
11648:
11649: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
11650: compile. recommened latest libxml up to date
11651:
11652: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
11653: pattern compilation errors", on which spent 4 hours worktime. use
11654: versions higher than that. recommended now latest up to date
11655:
11656: 2004-02-06 paf
11657:
11658: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
11659: beauty: unified destructing style
11660:
11661: * src/main/untaint.C: beauty: removed old def/ifdef
11662:
11663: * src/main/untaint.C: beauty: coredump @unknown untaint language
11664: now
11665:
11666: 2004-02-03 paf
11667:
11668: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
11669: targets/isapi/parser3isapi.C, types/pa_value.C,
11670: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
11671: then %ld/%lu
11672:
11673: * src/main/pa_common.C: typo: %l -> %u
11674:
11675: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
11676: in attributes or documents-results of transform now not xx;
11677:
11678: * src/classes/xnode.C: memleaks found: not fixed yet. todo
11679:
11680: * src/main/pa_charset.C: bugfix: forgot to undo some
11681:
11682: * src/main/pa_charset.C: beauty: uncomment
11683: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
11684: libraries
11685:
11686: 2004-02-02 paf
11687:
11688: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
11689: $cookie:example[ $.value[value] $.path[/there/] ]
11690:
11691: $cookie:example[ $.value[] $.expires[session]
11692: $.path[/there/] $.domain[test.com] ]
11693:
11694: * src/types/pa_vform.C: bugfix: empty values with
11695: enctype=multipart/form-data now produce entries in $form:tables
11696: <form method=post enctype=multipart/form-data> <input type=hidden
11697: name=a> <input type=hidden name=b>
11698:
11699: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
11700: <hr> <pre>$request:body
11701:
11702: 2004-01-30 paf
11703:
11704: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
11705: or documents-results of transform now not xx;
11706:
11707: * src/classes/date.C: bugfix: ^date::create[invalid fields now
11708: produce exception.
11709:
11710: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
11711: bugfix: ^date::create[invalid fields now produce exception.
11712:
11713: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
11714: year] now produces exception. todo: check other fields
11715:
11716: 2004-01-29 paf
11717:
11718: * src/include/pa_memory.h: typo error
11719:
11720: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
11721: more byte then specified, then zeroed it << useless and
11722: potentially harmful(could gpf)
11723:
11724: 2004-01-22 paf
11725:
11726: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
11727:
11728: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
11729: optimization
11730:
11731: * src/main/untaint.C: bugfix: whitespace now optimized properly
11732: [were bug: ^taint[1 & 2]="1 &2"
11733:
11734: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
11735: errors
11736:
11737: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
11738: overflow
11739:
11740: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
11741: error-reporting code * in parser-error reporting code [when no
11742: @unhandled_exception defined]
11743:
11744: fixed in one place: my *snprintf override
11745:
11746: 2004-01-13 paf
11747:
11748: * operators.txt: typo erro
11749:
11750: 2003-12-25 paf
11751:
11752: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
11753: garbled [pieces after zero bytes were removed]
11754:
11755: 2003-12-22 paf
11756:
1.116 moko 11757: * src/include/Makefile.am: bugfix: removed from dist:
11758: src/include/pa_config_auto.h which were configured for
1.95 moko 11759: make-dist-platform and badly updated proper config file in target
11760: [when .tar used for updating existing source tree]
11761:
11762: * ChangeLog, operators.txt, src/classes/op.C,
11763: src/include/pa_sql_connection.h,
11764: src/include/pa_sql_driver_manager.h,
11765: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
11766: feature: sql introducing ability to transcode charsets
11767:
11768: 2003-12-19 paf
11769:
11770: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
11771: error message
11772:
11773: * src/main/pa_charset.C: bugfix: memory for charsethandler
11774: structure for libxml now allocated properly
11775:
11776: 2003-12-17 paf
11777:
11778: * src/types/pa_vfile.C: beauty: removed outdated cast
11779:
11780: * src/main/pa_common.C: bugfix: empty http response caused gpf
11781:
11782: * src/include/pa_string.h: bugfix: removed too strong a assert
11783:
11784: * src/main/pa_globals.C: bugfix: removed false warning [warning:
11785: unreported xmlGenericErrors]
11786:
11787: 2003-12-15 paf
11788:
11789: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
11790: works}
11791:
11792: 2003-12-11 paf
11793:
11794: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
11795: id
11796: !$status:tid thread id
11797:
11798: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
11799: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
11800: bugfix(solaris): removed dependency on object initialization
11801: order [one more place]
11802:
11803: * src/: classes/file.C, classes/mail.C, classes/op.C,
11804: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
11805: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
11806: understand that
11807:
11808: * src/: classes/file.C, classes/mail.C, classes/op.C,
11809: classes/xdoc.C, include/pa_cache_managers.h,
11810: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11811: include/pa_stylesheet_manager.h, main/pa_request.C,
11812: main/pa_stylesheet_manager.C, types/pa_vimage.C,
11813: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
11814: ctor call [relying on implicit String::Body(cstr) call]
11815:
11816: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
11817: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
11818: object initialization order [two places]
11819:
11820: 2003-12-10 paf
11821:
11822: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
11823: << time now ok
11824:
11825: * operators.txt, src/main/pa_sql_driver_manager.C,
11826: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
11827: operational
11828:
11829: * ChangeLog, operators.txt, src/classes/xdoc.C,
11830: src/include/pa_charset.h, src/include/pa_sql_connection.h,
11831: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
11832: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
11833: back operational
11834:
11835: 2003-12-02 paf
11836:
11837: * src/types/pa_vmail.C: bugfix:
11838: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
11839: as-is forced]
11840:
11841: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
11842: exceptions out of libxml callbacks: reimplemented error handling
11843: of http://localhost, parser://method and safemode check callbacks
11844:
11845: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
11846: [merged from HEAD]
11847:
11848: * src/classes/image.C: nothing: comment removed
11849:
11850: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
11851: addresses to int
11852:
11853: 2003-12-01 paf
11854:
11855: * src/main/pa_xml_io.C: bugfix: typo
11856:
11857: * src/main/pa_globals.C: bugfix: win32: compile prob
11858:
11859: * src/classes/xdoc.C: bugfix: typo
11860:
11861: * src/main/pa_xml_io.C: todo: safe mode check not to throw
11862: exception
11863:
11864: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
11865:
11866: 2003-11-28 paf
11867:
11868: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
11869: all xml documents read
11870:
11871: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
11872:
11873: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11874: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
11875: replaced original open mech of xdoc::create & co to use libxml
11876: open, so that this would work for root document todo: safe mode
11877: checks to libxml: ideally to some 1 point
11878:
11879: * src/main/pa_xml_io.C: comment
11880:
11881: * operators.txt, src/main/pa_xml_io.C: leading / in
11882: http://parser[abscent params]
11883:
11884: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
11885: works. todo: maybe replace original open mech of xdoc::create &
11886: co to use libxml open, so that this would work for root document
11887:
11888: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
11889: "parser://method/params/here"> <test> &test^; </test> }]
11890:
11891: ^taint[^xdoc.string[]]
11892:
11893: @method[param] <!ENTITY test
11894: "test-entity-value+$form:user+$param!">
11895:
11896: 2003-11-27 paf
11897:
11898: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
11899:
11900: * src/classes/date.C: bugfix: typo error
11901:
11902: 2003-11-26 paf
11903:
11904: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
11905: src/main/Makefile.am, src/main/main.vcproj,
11906: src/main/pa_globals.C, src/main/pa_request.C,
11907: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
11908: xml errors to hash<thread_id,error> reorganization: xml io moved
11909: to pa_xml_io.C/h
11910:
11911: * src/types/pa_value.h: warnings: --
11912:
11913: 2003-11-25 paf
11914:
11915: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
11916: whatever)
11917:
11918: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
11919: a, (c?x:y, z)
11920:
11921: * src/main/untaint.C: bugfix: consequences of not reading this
11922: comment: CORD_pos_chars_left /* Number of characters in cache.
11923: <= 0 ==> none */
11924:
11925: * src/include/pa_array.h: removed needless checks
11926:
11927: 2003-11-24 paf
11928:
11929: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
11930: removed limit: now $form:xxx can be accessed anytime, even in
11931: @auto/conf [and request/response:charset still can be changed
11932: anytime]
11933:
11934: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
11935: now not transcodes response body
11936:
11937: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
11938: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
11939: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
11940: $xdoc.firstChild.firstChild.nodeValue[different]
11941: ^taint[^xdoc.string[]]
11942:
11943: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
11944: workaround: static Hash::allocates -> static Hash_allocates
11945:
11946: 2003-11-21 paf
11947:
1.116 moko 11948: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
11949: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
11950: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 11951:
11952: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
11953:
11954: * src/classes/mail.C: bugfix: typo
11955:
11956: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 11957: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
11958: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
11959: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
11960: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 11961: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
11962:
11963: * src/main/pa_exec.C: bug in safe mode
11964:
11965: * src/include/Makefile.am: pa_xml_exception.h
11966:
11967: * src/targets/isapi/parser3isapi.C: more warnings --
11968:
11969: 2003-11-20 paf
11970:
11971: * src/: classes/math.C, classes/op.C, classes/string.C,
11972: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
11973: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
11974: --
11975:
11976: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
11977: more warnings --
11978:
11979: * src/classes/xdoc.C: more warnings --
11980:
11981: * src/classes/: date.C, image.C, xdoc.C: more warnings --
11982:
11983: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
11984: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
11985:
11986: * src/: classes/date.C, classes/file.C, classes/hash.C,
11987: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
11988: classes/table.C, include/pa_cache_managers.h,
11989: include/pa_stylesheet_connection.h, main/pa_request.C,
11990: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
11991: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
11992: --
11993:
11994: * src/main/: execute.C, pa_request.C: old forgotten todo: when
11995: can't report problem (undefined @unhandled_exception) problem
11996: source string were not reported
11997:
11998: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11999: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12000: classes/hashfile.C, classes/image.C, classes/int.C,
12001: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12002: classes/response.C, classes/string.C, classes/table.C,
12003: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12004: include/pa_array.h, include/pa_cache_managers.h,
12005: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12006: include/pa_config_fixed.h, include/pa_dictionary.h,
12007: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
12008: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
12009: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
12010: include/pa_request.h, include/pa_request_charsets.h,
12011: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
12012: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12013: include/pa_stack.h, include/pa_string.h,
12014: include/pa_stylesheet_connection.h,
12015: include/pa_stylesheet_manager.h, include/pa_table.h,
12016: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12017: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
12018: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
12019: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12020: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12021: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12022: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12023: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
12024: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
12025: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
12026: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
12027: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12028: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
12029: targets/isapi/parser3isapi.C, types/pa_junction.h,
12030: types/pa_method.h, types/pa_value.C, types/pa_value.h,
12031: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
12032: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12033: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12034: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12035: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12036: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
12037: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12038: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12039: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12040: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12041: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12042: types/pa_vresponse.h, types/pa_vstateless_class.C,
12043: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12044: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12045: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12046: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12047: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12048: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
12049: const IDENT
12050:
12051: * src/: include/pa_array.h, include/pa_pool.h,
12052: include/pa_request.h, include/pa_string.h, include/pa_table.h,
12053: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
12054: types/pa_wcontext.h: more warnings --
12055:
12056: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
12057: classes/file.C, classes/hash.C, classes/hashfile.C,
12058: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12059: classes/memory.C, classes/op.C, classes/string.C,
12060: classes/table.C, classes/xdoc.C, classes/xnode.C,
12061: include/pa_config_includes.h, include/pa_operation.h,
12062: include/pa_sql_connection.h, include/pa_table.h,
12063: include/pa_types.h, lib/ltdl/config_fixed.h,
12064: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
12065: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12066: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
12067: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
12068: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
12069: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
12070: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
12071: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
12072: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
12073: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
12074: types/pa_vmail.C, types/pa_vobject.C,
12075: types/pa_vstateless_class.h, types/pa_vtable.C,
12076: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12077: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
12078: on all projects (except libltdl=off & libsdbm=level3) found
12079: several unitialized vars
12080:
12081: 2003-11-19 paf
12082:
12083: * src/classes/op.C: more ansi C++ comp
12084:
12085: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12086: src/main/pa_request.C: ^cache[...]{body}{catch block with
12087: $exception.handled[cache] meaning "get expired cache, if any.
12088: else error"}
12089:
12090: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
12091: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
12092: ^cache[...]{body}{catch code with $exception.cache field}
12093:
12094: 2003-11-12 paf
12095:
12096: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
12097: [copy/paste bug]
12098:
12099: 2003-11-11 paf
12100:
12101: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
12102: failed]
12103:
12104: * bin/auto.p.dist.in: colno
12105:
12106: 2003-11-10 paf
12107:
12108: * src/types/pa_vconsole.h: flush
12109:
12110: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
12111: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
12112: read/write [for nntp]
12113:
12114: * operators.txt: mysql: transaction support: ?autocommit=0
12115:
12116: * operators.txt: comment: updated
12117:
12118: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
12119: serialize version and exipire now removes entries
12120:
12121: * operators.txt: ^hashfile.delete[] removes files altogether [and
12122: dir, if could]
12123:
12124: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
12125: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
12126: removes files altogether [and dir, if could]
12127:
12128: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
12129: nonexistent pair. .c coded that that was error. fixed
12130:
12131: * src/types/pa_vhashfile.C: sdbm: exception type change to
12132: file.access [regretfull can't split it to different exceptions
12133: without modifying sdbm source wich would prefer not to]
12134:
12135: 2003-11-07 paf
12136:
12137: * src/: classes/date.C, classes/file.C, classes/hash.C,
12138: classes/hashfile.C, classes/image.C, classes/table.C,
12139: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
12140: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
12141: main/execute.C, main/main.vcproj, main/pa_pool.C,
12142: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
12143: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
12144: types/pa_vstateless_class.h: resurrected: pool idea. now only for
12145: destructing objects at request processing end
12146:
12147: 2003-11-06 paf
12148:
12149: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
12150: updates
12151:
12152: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
12153: to include sdbm
12154:
1.116 moko 12155: * src/include/: pa_config_includes.h, pa_version.h: our
12156: replacements of max& co only for cpp
1.95 moko 12157:
12158: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
12159: upper dir, .am updated
12160:
12161: * tests/todo.txt: hashfile: done
12162:
12163: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
12164: expiration [time in value. todo: move time to key]
12165:
12166: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
12167:
12168: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
12169: to do that in foreach, no errors, but surely wrong]
12170:
12171: * operators.txt, src/types/pa_vhashfile.C,
12172: src/types/pa_vhashfile.h: hashfile: clear and proper locking
12173:
12174: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
12175: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
12176: foreach
12177:
12178: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
12179: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
12180:
12181: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
12182: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
12183:
12184: * src/: include/pa_memory.h, targets/cgi/parser3.C,
12185: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
12186: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
12187: get/put [raw]
12188:
12189: * src/: classes/op.C, main/pa_os.C: just linked
12190:
12191: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
12192: XmlException changes
12193:
12194: * src/: include/pa_charset.h, include/pa_globals.h,
12195: include/pa_stylesheet_connection.h, main/pa_exception.C:
12196: XmlException changes
12197:
12198: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
12199:
12200: * src/: include/pa_common.h, include/pa_exception.h,
12201: main/main.vcproj, main/pa_common.C, include/pa_os.h,
12202: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
12203: main/pa_xml_exception.C: locking move to pa_os [along with
12204: pa_sleep] apr-impl locking done
12205:
12206: * configure, configure.in, operators.txt, parser3.sln,
12207: src/classes/classes.vcproj, src/classes/hashfile.C,
12208: src/classes/xdoc.C, src/include/pa_config_fixed.h,
12209: src/include/pa_exception.h, src/include/pa_globals.h,
12210: src/include/pa_memory.h, src/include/pa_version.h,
12211: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
12212: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
12213: src/main/compile.tab.C, src/main/main.vcproj,
12214: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
12215: src/types/Makefile.am, src/types/pa_vhash.C,
12216: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12217: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
12218: again with sdbm from apache
12219:
12220: 2003-11-05 paf
12221:
12222: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12223: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
12224: \parser3project dir anymore
12225:
12226: * src/main/pa_charset.C: bugfix: had broken binary search [copied
12227: thoughtlessly from xalan]
12228:
12229: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
12230: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
12231: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
12232:
12233: * src/main/helpers/CaseFolding.txt:
12234: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
12235:
12236: 2003-11-04 paf
12237:
12238: * operators.txt: comment: ^mail:send[$.options[
12239:
12240: * src/classes/table.C: compiled on unix
12241:
1.116 moko 12242: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 12243:
12244: * src/classes/mail.C: compiled on unix
12245:
12246: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
12247: src/types/pa_vmail.h: !^mail:send[
12248: $.options[unix: string to append to sendmail command
12249: line]
12250:
12251: * operators.txt, src/classes/table.C, src/main/pa_string.C,
12252: tests/todo.txt: ^table.save[... $.separator[^#09]
12253: $.encloser["] <nothing> by default
12254:
12255: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
12256: !$.separator[^#09] !$.encloser["] <nothing> by
12257: default
12258:
12259: 2003-11-03 paf
12260:
12261: * operators.txt, src/classes/table.C, src/main/pa_common.C:
12262: ^table::load[; options: !$.column-separator[^#09]
12263: !$.column-encloser["]
12264:
12265: * operators.txt, src/include/pa_config_fixed.h,
12266: src/types/pa_vrequest.C: $request:document-root
12267:
12268: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
12269: [already included into uri=xxx]
12270:
12271: * operators.txt, src/classes/image.C, tests/todo.txt:
12272: ^image.gif[filename] for $response:download
12273:
12274: * src/classes/date.C: minor precaution
12275:
12276: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
12277: !^date.unix-timestamp[]
12278:
12279: 2003-10-30 paf
12280:
12281: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
12282: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
12283:
12284: * src/classes/: date.C, image.C: improvement diagnostics:
12285: $now[^date::create[$undefined]] now is error
12286:
12287: * src/main/pa_common.C: read errors would now be reported 'actually
12288: read -1 bytes'
12289:
12290: 2003-10-24 paf
12291:
12292: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
12293: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
12294: src/main/Makefile.am, src/targets/cgi/Makefile.am,
12295: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
12296:
12297: 2003-10-22 paf
12298:
12299: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
12300:
12301: 2003-10-21 paf
12302:
12303: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
12304: fixed: string.match[g] without <'> option produced columns with
12305: NULL's, which gpf'ed at table.save time
12306:
12307: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
12308: recoursion' message with intensive throw-catches fixed: incorrect
12309: name and line (one name upper then needed) in error message about
12310: problems inside try block
12311:
12312: 2003-10-10 paf
12313:
12314: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
12315: check offset argument for validity did that in String::Body::pos
12316: myself http://i2/tasks/edit/?id=4577425257580789777
12317:
12318: 2003-10-07 paf
12319:
12320: * src/main/: compile.tab.C, compile.y: ^if ( better error:
12321: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
12322:
12323: 2003-10-03 paf
12324:
12325: * parser3.sln, src/include/pa_dictionary.h,
12326: src/main/pa_dictionary.C, src/main/pa_string.C,
12327: src/targets/cgi/parser3.vcproj: dictionary optimized by
12328: precalculating cstr&length
12329:
12330: 2003-10-02 paf
12331:
12332: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
12333: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
12334: main/pa_stylesheet_manager.C: bugfix: ^throw context were
12335: saved/restored incompletely http://www.parser.ru/forum/?id=21484
12336:
12337: 2003-09-30 paf
12338:
12339: * src/main/pa_string.C: string::replace bug fix [were ignoring
12340: occurrances after lang-mismatched
12341:
12342: 2003-09-29 paf
12343:
12344: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
12345: helper
12346:
12347: * src/main/pa_string.C: string::serialize bug fix with
12348: zero-terminator
12349:
12350: * src/classes/table.C: ^nameless_table.save column row now has no
12351: \t at the end
12352:
12353: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
12354: @postprocess now takes $response:body/download
12355:
12356: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
12357: error message
12358:
12359: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
12360:
12361: * src/classes/table.C: bugfix: flip: must produce nameless
12362: http://i2/tasks/edit/?id=4573405524674081244
12363:
12364: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
12365: main/helpers/simple_folding.pl: utf-8 upper/lower
12366:
12367: * src/main/pa_common.C: bugfix: utf signature were not ignored due
12368: to typo error http://i2/tasks/edit/?id=4573354650786434584
12369:
12370: 2003-09-26 paf
12371:
12372: * src/main/untaint.C: removed needless field
12373:
12374: * src/main/untaint.C: removed needless const
12375:
12376: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
12377: String.for_each bug fixed [omited one-char cases]
12378:
12379: * src/include/pa_stack.h: bugfix: before collecting garbage,
12380: runtime-executor stack were cleared... BADLY
12381:
12382: * src/main/pa_string.C: ^stirng.replace code used old
12383: param-convention on langs.append, fixed that search fo the like,
12384: found none
12385:
12386: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
12387: string::serialize/deserialize implemented Language enum assigned
12388: meaningful letters [more convinient for debugging. read warning
12389: before adding/changing anything]
12390:
12391: 2003-09-25 paf
12392:
12393: * src/: include/pa_string.h, include/pa_version.h,
12394: main/pa_string.C, main/untaint.C: templates and anonymous unions
12395: differences on unix
12396:
12397: * parser3.sln, src/classes/file.C, src/classes/image.C,
12398: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
12399: src/classes/xdoc.C, src/classes/xnode.C,
12400: src/include/pa_cache_managers.h, src/include/pa_charset.h,
12401: src/include/pa_charsets.h, src/include/pa_common.h,
12402: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
12403: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
12404: src/include/pa_table.h, src/lib/cord/cordbscs.c,
12405: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
12406: src/lib/cord/include/cord.h, src/main/compile.tab.C,
12407: src/main/compile_tools.h, src/main/pa_charset.C,
12408: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
12409: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12410: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
12411: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
12412: src/types/pa_vmail.C, src/types/pa_vmath.C,
12413: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
12414: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
12415:
12416: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
12417: functions aligned to that of eeparser3 look
12418:
12419: * src/lib/cord/cordprnt.c: removed warnings
12420:
12421: 2003-09-24 paf
12422:
12423: * src/: classes/file.C, classes/image.C, classes/mail.C,
12424: classes/op.C, classes/xdoc.C, classes/xnode.C,
12425: include/pa_cache_managers.h, include/pa_charset.h,
12426: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
12427: include/pa_sql_driver_manager.h, include/pa_string.h,
12428: include/pa_stylesheet_manager.h, include/pa_table.h,
12429: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
12430: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
12431: main/pa_sql_driver_manager.C, main/pa_string.C,
12432: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
12433: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
12434: types/pa_vstateless_class.h, types/pa_vstatus.C,
12435: types/pa_vxnode.C: v() functions of String::Body,
12436: String::Languages and String itself StringBody->String::Body
12437:
12438: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12439: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
12440: never optimized anything. todo: somehow speed up harder cases:
12441: concatenationA+concatenationB when last block of A and first of B
12442: contain same letters
12443:
12444: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12445: lib/cord/include/cord.h: langs: speed up by joining adjucent
12446: blocks of same char [CORD_append_block]
12447:
12448: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12449: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
12450: save space by extending blocks when appending block with c ==
12451: lastblock.c
12452:
12453: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
12454: working yet :( but more working &understood :)
12455:
12456: * src/: classes/table.C, include/pa_string.h,
12457: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
12458:
12459: 2003-09-23 paf
12460:
12461: * src/main/untaint.C: $a[ok!] $a works!
12462:
12463: * src/main/untaint.C: something even more works :)
12464:
12465: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
12466: something more works :)
12467:
12468: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12469: lib/cord/cordxtra.c: something already works :)
12470:
12471: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
12472: serialize&deserialize
12473:
12474: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
12475: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
12476: main/untaint.C: main idea implemented, details left
12477:
12478: 2003-09-22 paf
12479:
12480: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
12481:
12482: * src/classes/xnode.C: copy/paste comment bugfix
12483:
12484: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
12485: allocator returns 0, just die.
12486: http://i2/tasks/edit/?id=4570798492410259445
12487:
12488: * src/classes/xdoc.C: copy/paste comment bugfix
12489:
12490: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
12491: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
12492: xnode: getAttributeNS setAttributeNS removeAttributeNS
12493: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
12494:
12495: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
12496: chars due to bitwise operation signed-char error]
12497:
12498: 2003-09-19 paf
12499:
12500: * src/types/pa_wcontext.C: output message: more practical
12501: suggestion
12502:
12503: * src/main/pa_common.C, operators.txt: merged
12504: $f[^file::load[binary;http://...]] $f.tables
12505:
12506: 2003-09-02 paf
12507:
12508: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
12509: flush stdout without referencing 'stdout' symbol. to hell with
12510: non-ansi libraries without 'stdout' symbol
12511:
12512: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
12513: unix (users reported problems with some old libc)
12514:
12515: * src/types/pa_vdate.h: forgot initializer
12516:
12517: 2003-09-01 paf
12518:
12519: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
12520: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
12521: zone]
12522:
12523: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
12524:
12525: 2003-08-19 paf
12526:
12527: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
12528: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
12529: simplified a little
12530:
12531: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
12532: [lost fix from 3.0.8]
12533:
12534: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
12535: visible here }
12536:
12537: bug fix
12538:
12539: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
12540:
12541: * src/main/compile.tab.C: initialized couple of variables about
12542: which user reported runtime problems when parser were compiled
12543: with VC7, warning level4. study shows that later in bison
12544: they've fixed that. would migrate to latest bison someday
12545:
12546: * src/types/pa_vmail.C: turned off recoding in gmime (were still
12547: recoding headers)
12548:
12549: * src/types/pa_vmail.C: works as before, same charset problems:
12550: gmime recodes to UTF-8 only headers, not body. so not recoding
12551: anything for now
12552:
12553: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
12554: problems with body
12555:
12556: * src/types/pa_vmail.C: mail_receive just compiled
12557:
12558: 2003-08-18 paf
12559:
12560: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12561: main/main.vcproj, types/types.vcproj: win32: continued process
12562: detaching from \parser3project directory
12563:
12564: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
12565: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
12566: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
12567: src/lib/pcre/pcre_dftables.dsp,
12568: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
12569: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
12570: src/types/types.dsp: moved to MSVC 7
12571:
12572: * gnu.vcproj.vspscc, parser3.vssscc,
12573: src/classes/classes.vcproj.vspscc,
12574: src/lib/cord/cord.vcproj.vspscc,
12575: src/lib/ltdl/libltdl.vcproj.vspscc,
12576: src/lib/md5/md5.vcproj.vspscc,
12577: src/lib/pcre/pcre_dftables.vcproj.vspscc,
12578: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
12579: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
12580: src/targets/isapi/parser3isapi.vcproj.vspscc,
12581: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
12582: moved to MSVC 7
12583:
12584: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
12585: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
12586: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12587: src/lib/pcre/pcre_dftables.vcproj,
12588: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
12589: src/targets/cgi/parser3.vcproj,
12590: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12591: new VS project files
12592:
12593: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
12594: .NET to detect Jalindi Igloo capabilities.
12595:
12596: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 12597: src/classes/classes.awk, src/doc/footer.htm,
12598: src/include/pa_config_fixed.h, src/include/pa_version.h,
12599: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 12600: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
12601: src/types/pa_vmail.C: merged 3.1.0 latest changes
12602:
12603: 2003-08-15 paf
12604:
12605: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12606: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
12607:
12608: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12609: non-ascii <yyy> now encoded correctly
12610:
12611: 2003-07-29 paf
12612:
1.116 moko 12613: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
12614: dist
1.95 moko 12615:
12616: * src/types/pa_vmail.C: just started --with-mail-receive
12617:
12618: 2003-07-28 paf
12619:
1.116 moko 12620: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
12621: dependence in src/classes, src/lib/gc now in dist
1.95 moko 12622:
12623: * src/main/pa_string.C: ^cache bug fix [were not working at all]
12624:
12625: 2003-07-25 paf
12626:
12627: * src/doc/footer.htm: year
12628:
12629: 2003-07-24 paf
12630:
12631: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
12632: fix
12633:
12634: * src/include/pa_version.h: release
12635:
1.116 moko 12636: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 12637:
12638: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
12639: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
12640: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
12641: getting rid of win32xml pseudo project
12642:
12643: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
12644:
1.116 moko 12645: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
12646: configure.in, operators.txt, parser3.dsw,
1.95 moko 12647: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 12648: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 12649: src/classes/classes.C, src/classes/classes.awk,
12650: src/classes/classes.dsp, src/classes/classes.h,
12651: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12652: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12653: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12654: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
12655: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12656: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
12657: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
12658: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 12659: src/include/pa_array.h, src/include/pa_cache_managers.h,
12660: src/include/pa_charset.h, src/include/pa_charsets.h,
12661: src/include/pa_common.h, src/include/pa_config_auto.h.in,
12662: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
12663: src/include/pa_dictionary.h, src/include/pa_dir.h,
12664: src/include/pa_exception.h, src/include/pa_exec.h,
12665: src/include/pa_globals.h, src/include/pa_hash.h,
12666: src/include/pa_memory.h, src/include/pa_opcode.h,
12667: src/include/pa_operation.h, src/include/pa_pool.h,
12668: src/include/pa_pragma_pack_begin.h,
1.95 moko 12669: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
12670: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
12671: src/include/pa_sapi.h, src/include/pa_socks.h,
12672: src/include/pa_sql_connection.h,
12673: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
12674: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
12675: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
12676: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 12677: src/include/pa_uue.h, src/lib/Makefile.am,
12678: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
12679: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
12680: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
12681: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 12682: src/lib/cord/include/ec.h,
12683: src/lib/cord/include/private/Makefile.am,
12684: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 12685: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
12686: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 12687: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 12688: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
12689: src/main/compile_tools.C, src/main/compile_tools.h,
12690: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
12691: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12692: src/main/pa_charsets.C, src/main/pa_common.C,
12693: src/main/pa_dictionary.C, src/main/pa_dir.C,
12694: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 12695: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
12696: src/main/pa_request.C, src/main/pa_socks.C,
12697: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12698: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 12699: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
12700: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
12701: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
12702: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
12703: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
12704: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
12705: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 12706: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12707: src/targets/isapi/parser3isapi.dsp,
12708: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 12709: src/types/pa_junction.h, src/types/pa_method.h,
12710: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 12711: src/types/pa_vclass.C, src/types/pa_vclass.h,
12712: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12713: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12714: src/types/pa_vdouble.h, src/types/pa_venv.h,
12715: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
12716: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
12717: src/types/pa_vimage.C, src/types/pa_vimage.h,
12718: src/types/pa_vint.h, src/types/pa_vjunction.h,
12719: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
12720: src/types/pa_vmath.h, src/types/pa_vmemory.h,
12721: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12722: src/types/pa_vobject.C, src/types/pa_vobject.h,
12723: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12724: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12725: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12726: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
12727: src/types/pa_vstatus.h, src/types/pa_vstring.C,
12728: src/types/pa_vstring.h, src/types/pa_vtable.C,
12729: src/types/pa_vtable.h, src/types/pa_vvoid.h,
12730: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12731: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12732: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
12733: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
12734: HEAD
12735:
12736: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
12737: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
12738: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
12739: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
12740: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
12741: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
12742: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
12743: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
12744: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
12745: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
12746: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
12747: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
12748: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
12749: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
12750: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
12751: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
12752: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
12753: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
12754: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
12755: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
12756: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
12757: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
12758: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
12759: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
12760: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
12761: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
12762: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
12763: outputs/create-dir, results/001.processed, results/002.processed,
12764: results/003.processed, results/004.processed,
12765: results/005.processed, results/006.processed,
12766: results/007.processed, results/008.processed,
12767: results/009.processed, results/010.processed,
12768: results/011.processed, results/012.processed,
12769: results/013.processed, results/014.processed,
12770: results/015.processed, results/016.processed,
12771: results/017.processed, results/018.processed,
12772: results/019.processed, results/020.processed,
12773: results/021.processed, results/022.processed,
12774: results/023.processed, results/024.processed,
12775: results/025.processed, results/026.processed,
12776: results/027.processed, results/028.processed,
12777: results/029.processed, results/030.processed,
12778: results/031.processed, results/032.processed,
12779: results/033.processed, results/034.processed,
12780: results/035.processed, results/036.processed,
12781: results/037.processed, results/038.processed,
12782: results/039.processed, results/040.processed,
12783: results/041.processed, results/042.processed,
12784: results/043.processed, results/044.processed,
12785: results/045.processed, results/046.processed,
12786: results/047.processed, results/048.processed,
12787: results/049.processed, results/050.processed,
12788: results/051.processed, results/052.processed,
12789: results/053.processed, results/054.processed,
12790: results/055.processed, results/056.processed,
12791: results/057.processed, results/058.processed,
12792: results/059.processed, results/060.processed,
12793: results/061.processed, results/062.processed,
12794: results/063.processed, results/064.processed,
12795: results/065.processed, results/066.processed,
12796: results/067.processed, results/068.processed,
12797: results/069.processed, results/070.processed,
12798: results/071.processed, results/072.processed,
12799: results/073.processed, results/074.processed,
12800: results/075.processed, results/076.processed,
12801: results/077.processed, results/078.processed,
12802: results/079.processed, results/080.processed,
12803: results/081.processed, results/082.processed,
12804: results/083.processed, results/084.processed,
12805: results/085.processed, results/086.processed,
12806: results/087.processed, results/088.processed,
12807: results/089.processed, results/090.processed,
12808: results/091.processed, results/092.processed,
12809: results/093.processed, results/094.processed,
12810: results/095.processed, results/096.processed,
12811: results/097.processed, results/098.processed,
12812: results/099.processed, results/100.processed,
12813: results/101.processed, results/102.processed,
12814: results/103.processed, results/104.processed,
12815: results/105.processed, results/106.processed,
12816: results/107.processed, results/108.processed,
12817: results/109.processed, results/110.processed,
12818: results/111.processed, results/112.processed,
12819: results/113.processed, results/114.processed,
12820: results/115.processed, results/116.processed,
12821: results/117.processed, results/118.processed,
12822: results/119.processed, results/120.processed,
12823: results/121.processed, results/122.processed,
12824: results/123.processed, results/124.processed,
12825: results/125.processed, results/126.processed,
12826: results/127.processed, results/128.processed,
12827: results/129.processed, results/130.processed,
12828: results/131.processed, results/132.processed,
12829: results/133.processed, results/134.processed,
12830: results/135.processed, results/136.processed,
12831: results/137.processed, results/138.processed,
12832: results/139.processed, results/140.processed,
12833: results/141.processed: merged(copied) to HEAD from template_gc
12834:
12835: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
12836: towards \parser3project not having to be in root
12837:
12838: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
12839: module compiled [were minor unnecessary changes in lib/md5
12840: interface]
12841:
12842: * src/include/pa_version.h: release
12843:
12844: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
12845:
12846: * src/classes/math.C: merged uuid bugfix
12847:
12848: * tests/: 141.html, results/141.processed: fixed bug with
12849: too-small-a-buffer
12850:
12851: * src/classes/math.C: uuid bugfix
12852:
12853: * tests/: 141.html, Makefile, results/005.processed,
12854: results/030.processed, results/075.processed,
12855: results/078.processed: to reflect date format change (were -
12856: become ' ')
12857:
12858: * src/classes/math.C: uuid bugfix
12859:
12860: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
12861: debug/release changes
12862:
12863: * src/lib/md5/pa_md5c.c: PA_ -> pa_
12864:
12865: 2003-07-23 paf
12866:
12867: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
12868: renamed a little [to move to comman naming conv]
12869:
1.116 moko 12870: * src/targets/Makefile.am: apache13 splitted to simplify apache
12871: build
1.95 moko 12872:
12873: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
12874: main/pa_request.C, main/pa_sql_driver_manager.C,
12875: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
12876: stack top_index() fixed
12877:
12878: * src/main/pa_globals.C: minor style changes
12879:
12880: * src/: classes/op.C, include/pa_sql_connection.h: connection
12881: closing/caching fixed [connections were not closed/put to cache]
12882:
12883: 2003-07-22 paf
12884:
12885: * INSTALL: gc part updated stightly
12886:
12887: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
12888: new sapi interface
12889:
12890: * src/classes/file.C: comment on OS
12891:
12892: * src/main/pa_string.C: removed reduntant invariant check [there is
12893: one deeper in cord lib]
12894:
12895: * src/main/pa_exec.C: on win32 bugfix in handling shbang
12896:
12897: * src/main/pa_memory.C: out of memory is no longer coredump
12898:
12899: * INSTALL: disable-threads adviced
12900:
12901: 2003-07-21 paf
12902:
1.116 moko 12903: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 12904:
12905: * src/classes/file.C: file::exec/cgi environment variables now must
12906: be UPPERCASE and A-Z 0-9 _-
12907:
12908: * src/classes/file.C: env passing fixed
12909:
12910: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
12911:
12912: * src/main/pa_common.C: http:// CRLF now
12913:
12914: 2003-07-02 paf
12915:
12916: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
12917: fields to reflect their real meaning
12918:
12919: 2003-06-27 paf
12920:
12921: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
12922: include/pa_hash.h, main/pa_charset.C: merged from HEAD
12923: file::exec/cgi .charset
12924:
12925: 2003-06-26 paf
12926:
12927: * ChangeLog, src/classes/file.C, src/classes/hash.C,
12928: src/classes/image.C, src/classes/op.C, src/classes/string.C,
12929: src/classes/table.C: fixed several uninitialized local
12930: structures. notably ^hash.foreach now inserts delimiters
12931: properly [were inserting it before first body]
12932:
12933: 2003-06-24 paf
12934:
12935: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
12936:
12937: 2003-06-20 paf
12938:
12939: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
12940: src/main/pa_globals.C: introducing
12941: $f[^file::load[binary;http://...]] $f.tables
12942:
12943: 2003-06-06 paf
12944:
12945: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
12946: table. [were method lookup: inconsistent]
12947:
12948: 2003-06-02 paf
12949:
12950: * src/include/pa_memory.h: empty string clone fixed to return
12951: writable memory
12952:
12953: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
12954: were not appended] which violated string invariant
12955:
12956: 2003-05-30 paf
12957:
12958: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
12959: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
12960:
12961: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
12962: GMT ; RFC 822, updated by RFC 1123
12963:
12964: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
12965: targets/isapi/parser3isapi.C: initialized request_info properly
12966:
12967: * src/classes/xnode.C: found minor bug, commended for future
12968:
12969: 2003-05-28 paf
12970:
12971: * src/classes/form.C: request_info.content_length can't be <0,
12972: size_t for some time
12973:
12974: 2003-05-26 paf
12975:
12976: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
12977: forgotten <0 changed to !=STRING_NOT_FOUND
12978:
12979: * src/classes/math.C: merged ffffu from HEAD
12980:
12981: 2003-05-11 paf
12982:
12983: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
12984:
12985: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
12986: premature doc free. transformed document had xmlDoc reference
12987: stored to non-gc-memory (libgdome) added holding-reference
12988:
12989: 2003-04-29 paf
12990:
12991: * src/main/pa_globals.C: started digging on double free. on win32
12992: found that that's perfectly normal.
12993:
12994: 2003-04-25 paf
12995:
12996: * src/classes/table.C: table.join bug fix [bad limit check]
12997:
12998: * src/classes/math.C: merged from HEAD: simpiler hash_string
12999:
13000: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
13001: print anything. changed to quicker and simplier code
13002:
13003: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
13004: strict a check]
13005:
13006: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
13007:
13008: 2003-04-24 paf
13009:
13010: * src/include/pa_table.h: too strict assert loosened
13011:
13012: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
13013: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
13014: report
13015:
13016: 2003-04-21 paf
13017:
1.116 moko 13018: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 13019:
13020: * src/main/pa_globals.C: pcre memory management changed to use GC
13021: memory
13022:
13023: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
13024: xmlMallocAtomic [author agreed to my suggestion], used that
13025:
13026: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
13027:
13028: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
13029: types/pa_vmail.C: attributed_meaning_to_string added
13030: L_UNSPECIFIED piece which was sortof OK, but violated string
13031: invariant [assertion barked on that] changed to L_PASS_APPEND,
13032: made that param obligatory
13033:
13034: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
13035: fixed [assert helped]
13036:
13037: * src/include/pa_string.h: assert added [looking for bug]
13038:
13039: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
13040: names on Win32 considered disk-global
13041:
13042: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
13043: considered disk-global
13044:
13045: 2003-04-18 paf
13046:
13047: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
13048: filenames
13049:
13050: * src/main/untaint.C: enabled '~' letter in filenames
13051:
13052: 2003-04-16 paf
13053:
13054: * src/classes/file.C: small bug introduced in autoptr times fixed
13055:
13056: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
13057: HEAD
13058:
1.116 moko 13059: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 13060:
13061: 2003-04-15 paf
13062:
13063: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13064: src/lib/md5/pa_md5c.c, tests/141.html,
13065: tests/results/141.processed: merged from head ^math:uuid[]
13066: ^math:uid64[] ^math:md5[string]
13067:
13068: test added: 141.html
13069:
13070: * operators.txt, src/classes/math.C: ^math:uid64[]
13071:
13072: * src/classes/math.C: ^math:uuid[]
13073:
13074: * operators.txt, src/classes/math.C: ^math:uuid[]
13075:
13076: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13077: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
13078:
13079: * operators.txt, src/classes/file.C, src/include/pa_common.h,
13080: src/include/pa_config_fixed.h, src/main/pa_common.C:
13081: ^file::load[mode;name; $.offset $.limit
13082:
13083: 2003-04-14 paf
13084:
13085: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13086: started ^math:md5
13087:
13088: * src/classes/table.C, src/include/pa_array.h,
13089: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
13090: tests/results/140.processed: table $.reverse option works in
13091: create&co table $.distinct[tables] bug fix merged
13092:
13093: * src/: classes/table.C, include/pa_table.h: table
13094: $.distinct[tables] bug fixed
13095:
13096: * src/classes/table.C: more warnings
13097:
13098: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
13099: removed checks in table::set_current, moved them back to
13100: table::locate implemented table::create/join ñ $.reverse
13101:
13102: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
13103: removed checks in table::set_current, moved them back to
13104: table::locate
13105:
13106: 2003-04-11 paf
13107:
13108: * operators.txt, src/classes/date.C, src/classes/table.C,
13109: src/include/pa_array.h, src/include/pa_common.h,
13110: src/include/pa_config_includes.h, src/include/pa_string.h,
13111: src/include/pa_table.h, src/main/pa_request.C,
13112: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13113: src/main/pa_table.C: merged from HEAD from
13114: before_append_array_limit_sense_change to
13115: after_append_array_limit_sense_change
13116:
13117: * src/classes/table.C: typo
13118:
13119: * operators.txt, src/classes/date.C, src/classes/table.C,
13120: src/include/pa_array.h, src/include/pa_common.h,
13121: src/include/pa_config_includes.h, src/include/pa_globals.h,
13122: src/include/pa_table.h, src/main/pa_array.C,
13123: src/main/pa_globals.C, src/main/pa_request.C,
13124: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13125: src/main/pa_table.C: append_array_limit_sense_change locate
13126: accepts options same as create new option: $.reverse(1) [do not
13127: work in table::create]
13128:
13129: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
13130: (stat xxx,
13131:
13132: * src/classes/: table.C: typo
13133:
13134: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
13135: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
13136: results/130.processed, results/131.processed,
13137: results/132.processed, results/133.processed,
13138: results/134.processed, results/135.processed,
13139: results/136.processed, results/137.processed,
13140: results/138.processed, results/139.processed: added few mustfail
13141: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
13142: date/time 132.html mustfail: access to junction outside of
13143: context 133.html mustfail: access to junction outside of context,
13144: case version 134.html mustfail: hash: adding a key inside of
13145: foreach 135.html mustfail: modifying system class 136.html
13146: mustfail: $.name outside of $hash[here] 137.html mustfail:
13147: appendChild without import 138.html mustfail: invalid encoding
13148: inside of xml 139.html mustfail: bad XPath
13149:
13150: * operators.txt, src/classes/table.C, tests/084.html,
13151: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
13152: tests/129.html, tests/results/125.processed,
13153: tests/results/126.processed, tests/results/127.processed,
13154: tests/results/128.processed, tests/results/129.processed: merged
13155: from HEAD ^table.hash[key][$.distinct[tables]]
13156:
13157: maked appropriate tests [changed one old nonconforming]
13158:
13159: * operators.txt, src/classes/table.C:
13160: ^table.hash[key][$.distinct[tables]]
13161:
13162: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13163: merged fix for found very old xml (dom) bug: were passing
13164: domString objects and later ERROREOUSLY freed them
13165:
13166: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
13167: src/main/pa_charset.C: re-added libgdome patch. regretfully
13168: libgdome bug can not be worked around
13169:
13170: 2003-04-10 paf
13171:
13172: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13173: found very old xml (dom) bug: were passing domString objects and
13174: later ERROREOUSLY freed them
13175:
13176: * src/doc/string.dox, src/include/pa_memory.h,
13177: src/include/pa_string.h, src/lib/cord/cordbscs.c,
13178: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
13179: tests/123.html, tests/124.html, tests/results/001.processed,
13180: tests/results/002.processed, tests/results/003.processed,
13181: tests/results/004.processed, tests/results/005.processed,
13182: tests/results/006.processed, tests/results/008.processed,
13183: tests/results/009.processed, tests/results/010.processed,
13184: tests/results/011.processed, tests/results/012.processed,
13185: tests/results/013.processed, tests/results/014.processed,
13186: tests/results/015.processed, tests/results/016.processed,
13187: tests/results/017.processed, tests/results/018.processed,
13188: tests/results/020.processed, tests/results/021.processed,
13189: tests/results/022.processed, tests/results/023.processed,
13190: tests/results/024.processed, tests/results/025.processed,
13191: tests/results/026.processed, tests/results/027.processed,
13192: tests/results/028.processed, tests/results/029.processed,
13193: tests/results/030.processed, tests/results/031.processed,
13194: tests/results/032.processed, tests/results/033.processed,
13195: tests/results/034.processed, tests/results/035.processed,
13196: tests/results/036.processed, tests/results/037.processed,
13197: tests/results/038.processed, tests/results/039.processed,
13198: tests/results/040.processed, tests/results/041.processed,
13199: tests/results/042.processed, tests/results/043.processed,
13200: tests/results/044.processed, tests/results/045.processed,
13201: tests/results/046.processed, tests/results/047.processed,
13202: tests/results/048.processed, tests/results/049.processed,
13203: tests/results/050.processed, tests/results/051.processed,
13204: tests/results/052.processed, tests/results/053.processed,
13205: tests/results/054.processed, tests/results/055.processed,
13206: tests/results/056.processed, tests/results/057.processed,
13207: tests/results/058.processed, tests/results/059.processed,
13208: tests/results/060.processed, tests/results/061.processed,
13209: tests/results/062.processed, tests/results/063.processed,
13210: tests/results/064.processed, tests/results/065.processed,
13211: tests/results/066.processed, tests/results/067.processed,
13212: tests/results/068.processed, tests/results/069.processed,
13213: tests/results/070.processed, tests/results/071.processed,
13214: tests/results/072.processed, tests/results/073.processed,
13215: tests/results/074.processed, tests/results/075.processed,
13216: tests/results/076.processed, tests/results/077.processed,
13217: tests/results/078.processed, tests/results/079.processed,
13218: tests/results/080.processed, tests/results/081.processed,
13219: tests/results/082.processed, tests/results/083.processed,
13220: tests/results/084.processed, tests/results/085.processed,
13221: tests/results/086.processed, tests/results/087.processed,
13222: tests/results/088.processed, tests/results/089.processed,
13223: tests/results/090.processed, tests/results/091.processed,
13224: tests/results/092.processed, tests/results/093.processed,
13225: tests/results/094.processed, tests/results/095.processed,
13226: tests/results/096.processed, tests/results/097.processed,
13227: tests/results/101.processed, tests/results/102.processed,
13228: tests/results/104.processed, tests/results/105.processed,
13229: tests/results/106.processed, tests/results/107.processed,
13230: tests/results/108.processed, tests/results/109.processed,
13231: tests/results/110.processed, tests/results/111.processed,
13232: tests/results/112.processed, tests/results/113.processed,
13233: tests/results/114.processed, tests/results/115.processed,
13234: tests/results/116.processed, tests/results/117.processed,
13235: tests/results/118.processed, tests/results/119.processed,
13236: tests/results/120.processed, tests/results/121.processed,
13237: tests/results/122.processed, tests/results/123.processed,
13238: tests/results/124.processed: new convention: char* never 0.
13239: assert in cord on that
13240:
13241: * src/main/pa_charset.C: couple more asserts
13242:
13243: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
13244: speedup
13245:
13246: * src/main/pa_charset.C: couple assertions on fantastic situations
13247: added [may be those is the case now?]
13248:
13249: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13250: that's memory from gc_malloc, not from g_malloc :(, but would
13251: hope]
13252:
13253: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13254: that's memory from gc_malloc, not from g_malloc :(, but would
13255: hope]
13256:
13257: * src/main/pa_charset.C: checked custom malloc for returning 0
13258:
13259: 2003-04-09 paf
13260:
13261: * src/classes/date.C: merged ^date.roll changes
13262:
13263: * src/classes/date.C: ^date.roll bug fix
13264:
13265: * src/classes/date.C: ^date.roll now throws less errors: month
13266: shifts handles end of month situation by reducing day number
13267: hour-hole shift reduces hour to recover
13268:
13269: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
13270: Sort by function time
13271:
13272: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
13273: http:// $.charset[] param done
13274:
13275: * tests/: 122.html, results/122.processed: 122 date test <= and ==
13276: added [after volatile fix. passes on win&intel-solaris]
13277:
13278: 2003-04-08 paf
13279:
13280: * src/: classes/file.C, classes/op.C, classes/table.C,
13281: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
13282: include/pa_common.h, include/pa_request_charsets.h,
13283: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13284: main/pa_exec.C, main/pa_request.C, main/untaint.C,
13285: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
13286: types/pa_vresponse.C: started http:// $.charset[] param and
13287: http response charset detection just compiled. todo:test
13288:
13289: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
13290:
13291: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
13292: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
13293: types/pa_vmail.C: changed transcode param converntion along with
13294: string creating convention -- all strings are zero-terminated,
13295: this allowed to fix one remaining String("123", 2) case
13296:
13297: * src/: classes/date.C, classes/file.C, classes/hash.C,
13298: classes/op.C, classes/string.C, classes/table.C,
13299: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
13300: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
13301: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13302: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
13303: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
13304: violated String::invariant. started fixing [not compiled now]
13305:
13306: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
13307: main/compile.tab.C, main/compile.y, main/pa_string.C,
13308: main/untaint.C, targets/cgi/parser3.C: number of string style
13309: improvements & optimizations
13310:
13311: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
13312: :(]
13313:
13314: * src/main/untaint.C: removed redundant & in CORD_pos param passing
13315: [for it's a pointer really]
13316:
13317: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
13318: 'n' param. worked that around
13319:
13320: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
13321: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
13322: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
13323: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
13324: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
13325:
13326: Thanks for the bug report and patch.
13327:
13328: I hadn't looked at this code in a while. Reading it now, it
13329: seems to me that the tests should also be ">= MAX_DEPTH" to
13330: comply with the invariant, though that may not matter a lot. I
13331: changed that, too.
13332:
13333: Hans
13334:
13335: 2003-04-07 paf
13336:
13337: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
13338: merged from head:safe mode error message now includes numbers
13339:
13340: * src/main/execute.C: n-th attempt to make a=a work with double.
13341: problem: as_double returns it's result in fp-register compiler
13342: optimizes access to that register after b->as_double, and just
13343: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13344: from memory. _SAME_ double values do not match here. when
13345: forced to REload fp-register, values do match.
13346:
13347: tried to make them volatile.
13348:
13349: * src/main/execute.C: n-th attempt to make a=a work with double.
13350: problem: as_double returns it's result in fp-register compiler
13351: optimizes access to that register after b->as_double, and just
13352: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13353: from memory. _SAME_ double values do not match here. when
13354: forced to REload fp-register, values do match.
13355:
13356: tried to make them volatile.
13357:
13358: * src/types/pa_vobject.h: small style change
13359:
13360: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
13361:
13362: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
13363: mode error message now includes numbers
13364:
13365: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
13366: now causes death
13367:
13368: 2003-04-04 paf
13369:
13370: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
13371: incorportated pa_exec patch by From: "Victor Fedoseev"
13372: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
13373: Sent: Thursday, January 23, 2003 9:14 AM
13374:
13375: huge speedup on ^file::cgi with big result
13376:
13377: * src/classes/table.C: sort table with 0 rows bug fixed
13378:
13379: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
13380: fix http://i2/tasks/edit/?id=4493701604654042676
13381:
13382: @main[] $with_default[ $.a[1] $._default[default from
13383: with_default] ] ^show[$with_default]
13384:
13385: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13386: =$to_add_to.xxx=<br>
13387:
13388: ^show[$to_add_to]
13389:
13390: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13391: ^show[$cloned]
13392:
13393: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13394:
13395: } <hr>
13396:
13397: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
13398: http://i2/tasks/edit/?id=4493701604654042676
13399:
13400: @main[] $with_default[ $.a[1] $._default[default from
13401: with_default] ] ^show[$with_default]
13402:
13403: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13404: =$to_add_to.xxx=<br>
13405:
13406: ^show[$to_add_to]
13407:
13408: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13409: ^show[$cloned]
13410:
13411: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13412:
13413: } <hr>
13414:
13415: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
13416: http://i2/tasks/edit/?id=4507350336410850921
13417:
13418: * src/classes/xdoc.C: memory allocation func bugfix
13419: http://i2/tasks/edit/?id=4499303470368629745
13420:
13421: * src/classes/math.C: allowed random 1...
13422:
13423: * src/classes/math.C: allowed random 0..
13424:
13425: * src/main/pa_globals.C: exif mem leak
13426: http://i2/tasks/edit/?id=4480590323629807263
13427:
13428: * src/: classes/classes.dsp, main/main.dsp,
13429: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
13430: fix http://i2/tasks/edit/?id=4493946731322521294
13431: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
13432:
13433: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13434: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
13435: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
13436: links to xml libs made relative, no need to unpack parser3project
13437: to /parser3project.
13438:
13439: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
13440: column more precise - tab handling bug fixed
13441:
13442: * src/main/: compile.tab.C, compile.y: more understandable error
13443: message in case @CLASS with more then one line inside
13444:
13445: * src/targets/cgi/parser3.C: more understandable error message in
13446: case of errors in @unhandled_exception
13447:
13448: 2003-04-03 paf
13449:
13450: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
13451: src/main/compile.tab.C, src/main/compile.y,
13452: src/main/compile_tools.C, src/main/compile_tools.h,
13453: src/main/execute.C, src/main/pa_request.C: debug info format
13454: simplified, now it's: OP_VALUE Operation::Origin << here value*
13455:
13456: higher limits: file number (max: 255) line number (max:
13457: 64535) column number (max: 255)
13458:
13459: * src/classes/math.C: top limit
13460:
13461: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
13462: precise parse error position in case of
13463:
13464: ^bug ]
13465:
13466: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
13467: changed to realities, and passed [bug fixed]
13468:
13469: * src/: classes/op.C, include/pa_request.h, main/compile.C,
13470: main/compile.tab.C, main/compile.y, main/compile_tools.C,
13471: main/compile_tools.h, main/pa_request.C: introducing
13472: ^process...[main-method-alias]
13473:
13474: * src/: classes/date.C, classes/image.C, classes/op.C,
13475: classes/string.C, classes/table.C, classes/xdoc.C,
13476: types/pa_vmethod_frame.h: MethodParams& now [methods without
13477: params receive zero reference, but they are expected not to look
13478: there]
13479:
13480: * operators.txt, src/classes/date.C, src/classes/double.C,
13481: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
13482: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13483: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13484: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13485: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13486: src/main/execute.C, src/types/pa_method.h: MethodParams& now
13487: [methods without params receive zero reference, but they are
13488: expected not to look there]
13489:
13490: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13491: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
13492: ^process...[filename] useful for better error reporting
13493: [file/line/col]
13494:
13495: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
13496: types/pa_vstring.h: slightly improved error messages text: 1. is
13497: '%s', it 2. method undefined in case of ^void[]
13498:
13499: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13500: include/pa_types.h, main/execute.C, main/pa_request.C: exception
13501: handling done. now we have error columns todo: test it
13502:
13503: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
13504: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
13505:
13506: this makes life easier: were: bad stack order -- were in
13507: exception catch unwind order, which didn't match execution order
13508:
13509: @main[] ^try{ ^first[] }{ ^throw[c;3] }
13510:
13511: @first[] ^throw[a;1]
13512:
13513: showed throw a first throw b try
13514:
13515: which is no good
13516:
13517: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13518: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
13519: trace reset after handled exception [old bug fixed]
13520:
13521: * src/main/: compile.tab.C, compile.y: parse position old bug
13522: fixed. position reporting made precise [both, in parse erros and
13523: runtime errors]
13524:
13525: 2003-04-02 paf
13526:
13527: * src/: include/pa_operation.h, include/pa_request.h,
13528: main/compile.C, main/compile.tab.C, main/compile.y,
13529: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13530: main/pa_exception.C, main/pa_request.C: debug info: started
13531: using. todo:complete
13532:
13533: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
13534: main/compile.C, main/compile.tab.C, main/compile.y,
13535: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13536: main/pa_request.C: prepared debug info todo:use it
13537:
13538: * src/include/pa_operation.h: strange mistake fixed: forgot to
13539: return Operation class->union after switching from autoptrs.
13540:
13541: * tests/: Makefile, results/108.processed, results/117.processed:
13542: meta considered OK [it's up to coder now to remove it not needed]
13543:
13544: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
13545: Dictionary constructor when moved to gc]
13546:
13547: * src/main/pa_common.C: uncommented http:// file loading
13548:
13549: * src/include/pa_array.h, src/main/execute.C,
13550: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
13551: fix [gdGrowingBuf]
13552:
13553: * configure.in, src/lib/Makefile.am: removed patches
13554:
13555: * configure, src/include/pa_config_auto.h.in,
13556: src/main/pa_charset.C: --enable-assertions autoconf-ed
13557:
13558: * src/main/pa_common.C: uncommented http:// file loading
13559:
13560: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
13561: xdoc::create/load
13562:
13563: * src/: classes/form.C, classes/hash.C, classes/image.C,
13564: classes/string.C, classes/table.C, classes/void.C,
13565: include/pa_common.h, main/pa_common.C, main/pa_request.C,
13566: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
13567: String::String(str,helper_length) are checked. found/fixed one
13568: place: $request:body now zero-terminated,
13569:
13570: * src/: classes/op.C, classes/table.C, include/pa_request.h,
13571: main/compile_tools.C, main/execute.C, types/pa_value.h,
13572: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
13573: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
13574: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13575: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
13576: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13577: types/pa_vxnode.h: more locally scoped vars in execute (more
13578: easily optimizable)
13579:
13580: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
13581: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
13582:
13583: * src/: include/pa_array.h, include/pa_stack.h,
13584: include/pa_string.h, main/compile_tools.C, main/main.dsp,
13585: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
13586: become assertion iterator in methodframe filler
13587:
13588: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
13589: targets/cgi/parser3.C: array::get/put inlined
13590:
13591: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
13592: gc_substitute_memory_management_functions +installed CORD_oom
13593: function
13594:
13595: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
13596: src/include/pa_config_includes.h, src/include/pa_string.h,
13597: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
13598: src/targets/cgi/parser3.C: converted debug hacks to ANSI
13599: assertions started configure.in --enable-assertions
13600:
13601: 2003-04-01 paf
13602:
13603: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
13604: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
13605: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
13606: gdome uses glib memory, and stores last pointer to xmlDoc there,
13607: gc misses that and collects valid memory fixed by remembering
13608: xmlDoc from dom object in xdoc. todo: do something with
13609: premature free of xdoc with xnodes/node values referring into it
13610:
13611: * src/classes/: mail.C: typo fix
13612:
13613: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
13614: changes
13615:
13616: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
13617: main/pa_memory.C: moved memory debugging to global level: to
13618: pa_gc_malloc
13619:
13620: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
13621: debugging showed no errors. todo: debug parser memory
13622:
13623: * src/targets/cgi/: parser3.C, parser3.dsp: more build
13624: configurations
13625:
13626: * src/: classes/classes.dsp, include/pa_config_fixed.h,
13627: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
13628: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
13629: types/types.dsp: prepared xml-static configuration
13630:
13631: 2003-03-31 paf
13632:
13633: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
13634: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
13635: xml lib memory debugging, simple checks failed: it seems that
13636: library does realloc(bad ptr), and recording those ptrs in heap
13637: [for debugging] was bad: heap situation changes = everything
13638: works fine
13639:
13640: * src/: main/pa_charset.C, include/pa_charset.h: worked around
13641: xmlRegisterCharEncodingHandler limitation [currently imposed
13642: limit of 10 user-defined charsets]
13643:
13644: 2003-03-28 paf
13645:
13646: * src/main/execute.C: execution stack copied to local register
13647: variable, removed lots [~2e7) of memory accesses
13648:
13649: 2003-03-27 paf
13650:
13651: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
13652: works in debug, but fails in release todo: fix that
13653:
13654: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
13655: targets/cgi/parser3.C: forgot to merge XML memory funcs
13656: replacement from gc branch
13657:
13658: * src/main/pa_exec.C: introducing append_help_length [radical
13659: improvement here]
13660:
13661: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
13662: 'not recommened' in gc.h, on win32 noticed no difference]
13663:
13664: * src/include/pa_array.h: returned checked array get [were disabled
13665: for debugging] result:not slower [don't understand that, it were
13666: INLINED] todo: find out a way of inlining it!
13667:
13668: * src/: include/pa_string.h, lib/gc/include/gc.h,
13669: lib/gc/include/gc_fake.h, main/compile.tab.C,
13670: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
13671: convention changed: all resulting strings are zero-terminated
13672:
13673: * src/: classes/date.C, classes/file.C, classes/hash.C,
13674: classes/string.C, classes/table.C, classes/void.C,
13675: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
13676: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
13677: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
13678: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13679: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
13680: types/pa_vfile.C, types/pa_vmail.C: introducing
13681: append_help_length [radical improvement here]
13682:
13683: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
13684: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
13685: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
13686: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
13687: even slower
13688:
13689: * src/: classes/string.C, classes/table.C, include/pa_array.h,
13690: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
13691: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
13692: clients of &get(): most to use non-ref version, some[in tight
13693: places] to get_unchecked_ref
13694:
13695: * src/doc/memory.dox: forgot to add
13696:
13697: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
13698: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
13699: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
13700: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
13701: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13702: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
13703: targets/cgi/parser3.dsp, types/pa_vmail.C,
13704: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
13705: T>>&<< removed after Stack::pop wiping removed [moved to separate
13706: func] other Array & removed
13707:
13708: 2003-03-26 paf
13709:
13710: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
13711: classes/table.C, include/pa_array.h, include/pa_charset.h,
13712: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
13713: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13714: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
13715: main/main.dsp, main/pa_charset.C, main/pa_common.C,
13716: main/pa_exec.C, main/pa_sql_driver_manager.C,
13717: main/pa_stylesheet_manager.C, main/pa_table.C,
13718: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
13719: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13720: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
13721: pre-evaluated .count() in some places
13722:
13723: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13724: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
13725: types/types.dsp: .dsp profiling updated
13726:
13727: * src/: classes/classes.dsp, lib/cord/cord.dsp,
13728: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
13729: targets/cgi/parser3.dsp, types/types.dsp: started profiling
13730:
13731: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
13732: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
13733: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
13734: use lib/gc,lib/cord
13735:
1.116 moko 13736: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
13737: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 13738: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
13739: src/include/pa_config_includes.h, src/include/pa_request.h,
13740: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
13741: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 13742: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 13743: src/lib/cord/include/Makefile.am,
1.116 moko 13744: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
13745: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
13746: src/targets/cgi/Makefile.am, src/types/Makefile.am,
13747: src/types/pa_vclass.h, src/types/pa_vcookie.h,
13748: src/types/pa_vform.h, src/types/pa_vhash.h,
13749: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
13750: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
13751: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
13752: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
13753: funcs ported pa_exec
1.95 moko 13754:
13755: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
13756:
13757: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
13758: bundled gc includes
13759:
13760: * src/: classes/op.C, include/pa_array.h,
13761: include/pa_sql_connection.h, include/pa_string.h,
13762: include/pa_version.h, main/compile.tab.C, main/compile.y,
13763: main/execute.C, main/pa_common.C, main/pa_exception.C,
13764: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
13765: targets/cgi/parser3.dsp: a number of bugfixes [while testing
13766: first real site (aval)]
13767:
13768: 2003-03-25 paf
13769:
13770: * operators.txt, src/main/pa_sql_driver_manager.C,
13771: src/types/pa_vstatus.C: $status.memory used free since_compact
13772: process
13773:
13774: * src/: include/pa_sql_connection.h, main/pa_globals.C,
13775: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
13776:
13777: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
13778:
13779: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
13780: src/types/pa_value.h, src/types/pa_vfile.h,
13781: src/types/pa_vobject.C, src/types/pa_vobject.h,
13782: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
13783: tests/results/121.processed: untaint.C L_URI
13784:
13785: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
13786: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
13787: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
13788: src/types/pa_vmemory.h: ^memory:compact[]
13789:
13790: * tests/results/109.processed: it was a bug in parser. updated 109
13791: test result
13792:
13793: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
13794:
13795: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
13796: tests/results/107.processed: fixed dom language [values are now
13797: considered tainted. it was a bug in parser. updated 107 test
13798: result
13799:
13800: * src/classes/xdoc.C: fixed transform params
13801:
13802: * src/: include/pa_stylesheet_manager.h,
13803: main/pa_stylesheet_manager.C: fixed stylesheet caching
13804:
13805: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
13806: overloads for structure handling
13807:
13808: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
13809: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
13810: StringBody(0) ambiguilty, introducting static
13811: StringBody::Format(int)
13812:
13813: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
13814: linked
13815:
13816: * src/types/pa_vxdoc.C: vxdoc compiled
13817:
13818: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
13819: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
13820: finalizers isntalled
13821:
13822: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
13823: doc/exception.dox, doc/index.dox, include/pa_charset.h,
13824: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
13825: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
13826: compiled todo: xnode.C / finalizers
13827:
13828: * src/doc/string.dox: updated: new string internals
13829:
13830: 2003-03-24 paf
13831:
13832: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13833: include/pa_charset.h, include/pa_config_fixed.h,
13834: include/pa_request.h, include/pa_stylesheet_connection.h,
13835: include/pa_stylesheet_manager.h, main/pa_charset.C,
13836: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
13837: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
13838: types/pa_vxnode.h: started XML
13839:
13840: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
13841:
13842: * src/: classes/file.C, classes/image.C, classes/mail.C,
13843: include/pa_string.h, main/pa_common.C,
13844: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
13845:
13846: * src/: classes/file.C, classes/image.C, classes/mail.C,
13847: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
13848: main/pa_request.C, main/pa_sql_driver_manager.C,
13849: types/pa_vimage.h: size_t pos everywhere checks changed to check
13850: for eq STRING_NOT_FOUND
13851:
13852: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
13853: optimize bit implemented
13854:
13855: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13856: String::ArrayFragment::append_positions fixed
13857:
13858: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
13859: String::this_starts fixed
13860:
13861: * src/main/pa_string.C, tests/Makefile: string::pos fixed
13862:
13863: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
13864: hashcode implemented fully, including per-char callback [it can
13865: be - substr CORD node]
13866:
13867: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
13868: rewritten to rewalloc with 100byte buf ahead
13869:
13870: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
13871: src/include/pa_string.h, src/main/compile.tab.C,
13872: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
13873: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
13874: CORD_ec [bad] would rewrite as realloc now
13875:
13876: * src/: classes/date.C, classes/file.C, classes/form.C,
13877: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
13878: include/pa_cache_managers.h, include/pa_charsets.h,
13879: include/pa_common.h, include/pa_request.h,
13880: include/pa_sql_driver_manager.h, include/pa_table.h,
13881: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
13882: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
13883: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
13884: types/pa_vmail.C, types/pa_vmethod_frame.C,
13885: types/pa_vstateless_class.h: 2*2 worked :)
13886:
13887: * parser3.dsw, src/classes/date.C, src/classes/file.C,
13888: src/include/pa_exec.h, src/include/pa_string.h,
13889: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
13890: passed OK
13891:
13892: * src/: classes/hash.C, classes/string.C, classes/table.C,
13893: types/pa_value.C: all linked todo: debug
13894:
13895: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
13896: types/pa_vstateless_class.C: all compiled. todo:link
13897:
13898: * src/types/pa_wcontext.C: pa_wcontext.C compiled
13899:
13900: * src/types/pa_vtable.C: pa_vtable.C compiled
13901:
13902: * src/types/pa_vstring.C: pa_vstring.C compiled
13903:
13904: * src/types/pa_vstatus.C: pa_vstatus.C compiled
13905:
13906: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
13907: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
13908: pa_vstateless_class.C, pa_vstateless_class.h:
13909: pa_vstateless_class.C compiled
13910:
13911: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
13912: types/pa_vmath.C: pa_vmail.C compiled
13913:
13914: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
13915:
13916: * src/types/pa_vform.C: pa_vform.C compiled
13917:
13918: * src/types/pa_vfile.C: pa_vfile.C compiled
13919:
13920: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
13921: pa_vstateless_class.C: pa_vcookie.C compiled
13922:
13923: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
13924: types/pa_vhash.h: pa_value.C compiled
13925:
13926: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
13927: classes.lib main.lib compiled
13928:
13929: * src/classes/void.C: void.C compiled
13930:
13931: * src/: classes/string.C, classes/table.C, include/pa_string.h,
13932: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
13933: compiled
13934:
13935: * src/: classes/string.C, include/pa_request.h,
13936: include/pa_string.h, main/pa_string.C: string.C compiled
13937:
13938: * src/: classes/op.C, classes/string.C, classes/table.C,
13939: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
13940: main/pa_request.C, main/pa_string.C: op.C compiled
13941:
13942: * src/classes/: math.C, op.C: math.C compiled
13943:
13944: * src/: classes/mail.C, classes/string.C, classes/table.C,
13945: types/pa_vmail.h: mail.C compiled
13946:
13947: * src/classes/: int.C, table.C: int.C compiled
13948:
13949: * src/: classes/hash.C, classes/image.C, classes/string.C,
13950: classes/table.C, include/pa_memory.h, include/pa_string.h,
13951: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
13952: compiled
13953:
13954: * src/: classes/hash.C, classes/string.C, classes/table.C,
13955: classes/void.C, classes/xdoc.C, include/pa_request.h,
13956: include/pa_sql_connection.h: hash.C compiled
13957:
13958: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
13959: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
13960: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
13961: classes/math.C, classes/op.C, classes/response.C,
13962: classes/string.C, classes/table.C, classes/void.C,
13963: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
13964: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
13965: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
13966: file.C table.C compiled
13967:
13968: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
13969: main/untaint.C: main.lib compiled
13970:
13971: 2003-03-21 paf
13972:
13973: * src/: classes/op.C, include/pa_cache_managers.h,
13974: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13975: include/pa_stylesheet_manager.h, main/pa_exception.C,
13976: main/pa_globals.C, main/pa_sql_driver_manager.C,
13977: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
13978: compiled
13979:
13980: * src/: classes/hash.C, classes/image.C, classes/op.C,
13981: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
13982: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
13983: main/compile.C, main/pa_common.C, main/pa_request.C,
13984: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
13985: pa_request.C compiled
13986:
13987: * src/: classes/hash.C, classes/mail.C, classes/op.C,
13988: include/pa_request.h, main/execute.C, main/pa_request.C,
13989: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13990: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
13991: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13992: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
13993: compiled
13994:
13995: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
13996: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
13997: on unix
13998:
13999: * src/: include/pa_charset.h, include/pa_charsets.h,
14000: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
14001: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
14002: pa_charsets.C compiled
14003:
14004: * src/: classes/image.C, classes/mail.C, classes/op.C,
14005: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
14006: main/compile.y, main/execute.C, main/pa_common.C,
14007: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
14008: types/pa_vcode_frame.h, types/pa_vimage.h,
14009: types/pa_vmethod_frame.h: execute.C compiled
14010:
14011: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14012: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14013: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14014: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
14015: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14016: include/pa_cache_managers.h, include/pa_charsets.h,
14017: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
14018: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
14019: include/pa_sql_driver_manager.h, include/pa_string.h,
14020: include/pa_stylesheet_connection.h,
14021: include/pa_stylesheet_manager.h, include/pa_table.h,
14022: main/compile.C, main/compile.tab.C, main/compile.y,
14023: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14024: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14025: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14026: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
14027: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14028: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14029: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14030: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14031: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14032: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14033: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14034: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14035: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14036: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14037: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14038: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14039: types/pa_vresponse.h, types/pa_vstateless_class.C,
14040: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14041: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14042: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14043: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14044: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14045: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
14046: [C++ CORD wrapper]
14047:
14048: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
14049:
14050: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
14051: $file::exec/cgi[script; $.charset[this is script's charset]
14052:
14053: command line, env values, input got transcoded before call
14054: stdout, stderr got transcoded after call
14055:
14056: * src/classes/file.C: ^file::exec/cgi now does not pass post data
14057: by default. use: ^file::exec[...;$.stdin[$request.body]
14058:
14059: * src/main/pa_common.C: } typo bug fix
14060:
14061: * src/main/pa_common.C: } typo bug fix
14062:
14063: 2003-03-20 paf
14064:
14065: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
14066: main/untaint.C: cord bug fix, but still errors todo: clear out
14067:
14068: * src/include/pa_string.h: more tests
14069:
14070: * src/main/pa_string.C: string.pos fixed
14071:
1.116 moko 14072: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
14073: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
14074: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
14075: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
14076: replaces
1.95 moko 14077:
14078: * src/: classes/image.C, include/pa_dictionary.h,
14079: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14080: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
14081: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
14082: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
14083:
14084: * src/include/pa_string.h: warning
14085:
14086: * src/include/pa_string.h: this_starts fixed
14087:
14088: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
14089: new String ctor & append params convention
14090:
14091: * src/: classes/file.C, classes/hash.C, classes/image.C,
14092: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
14093: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
14094: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
14095: main/pa_exception.C, main/pa_exec.C,
14096: main/pa_sql_driver_manager.C, main/pa_string.C,
14097: main/pa_stylesheet_manager.C, main/untaint.C,
14098: targets/isapi/parser3isapi.C, types/pa_vimage.C,
14099: types/pa_vmail.C: more tests OK
14100:
14101: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
14102: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
14103: gc/exit runned OK
14104:
14105: * src/types/pa_vmail.C: another naming problem: should not name
14106: vars like that: unpredictable close caused problems with later
14107: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
14108: descriptors missing on startup: stdin; Bad file number
14109:
14110: todo: find out why so many filters(stream) here. probably wrong?
14111:
14112: * src/: include/pa_dictionary.h, include/pa_string.h,
14113: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
14114: main/untaint.C: test compiled
14115:
14116: * src/: classes/image.C, classes/mail.C, classes/math.C,
14117: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
14118: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
14119: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
14120: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
14121: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14122: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
14123: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
14124: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
14125: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
14126:
14127: * parser3.dsw, src/classes/file.C, src/classes/image.C,
14128: src/classes/op.C, src/classes/string.C, src/classes/table.C,
14129: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
14130: src/include/pa_memory.h, src/include/pa_request.h,
14131: src/include/pa_request_charsets.h,
14132: src/include/pa_sql_connection.h, src/include/pa_string.h,
14133: src/main/compile.tab.C, src/main/execute.C,
14134: src/main/pa_charset.C, src/main/pa_common.C,
14135: src/main/pa_exception.C, src/main/pa_exec.C,
14136: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14137: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
14138: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
14139: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
14140: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14141: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
14142: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14143: src/types/pa_vobject.C, src/types/pa_vresponse.C,
14144: src/types/pa_vstatus.C, src/types/pa_vstring.C,
14145: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14146: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
14147: pa_common.C [done, without http for now]
14148:
14149: 2003-03-19 paf
14150:
14151: * src/: classes/date.C, classes/form.C, classes/hash.C,
14152: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
14153: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
14154: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
14155: include/pa_string.h, include/pa_table.h, main/compile.C,
14156: main/compile_tools.C, main/execute.C, main/pa_charset.C,
14157: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
14158: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
14159: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14160: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
14161: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
14162: types/pa_vstateless_class.h, types/pa_vtable.C,
14163: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
14164: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
14165: types/pa_wwrapper.h: started test
14166:
1.116 moko 14167: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
14168: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 14169:
14170: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
14171: include/pa_string.h, main/pa_string.C: string compiled todo: test
14172: it
14173:
14174: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
14175: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
14176: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
14177: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
14178: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
14179: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
14180: types/pa_vmethod_frame.h, types/types.dsp: string
14181: reimplementation with cord+array<fragment>: 70%
14182:
14183: 2003-03-18 paf
14184:
14185: * src/: classes/date.C, classes/file.C, classes/form.C,
14186: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
14187: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
14188: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
14189: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
14190: can ignore lang in cmp and pos really, but would
14191: split properly!
14192:
14193: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
14194: cord part made parser/src/lib: it's not compiled into libgc by
14195: default
14196:
14197: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
14198: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14199: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14200: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14201: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14202: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14203: src/classes/xnode.C, src/classes/xnode.h,
14204: src/include/Makefile.am, src/include/pa_cache_managers.h,
14205: src/include/pa_charset.h, src/include/pa_charsets.h,
14206: src/include/pa_common.h, src/include/pa_dictionary.h,
14207: src/include/pa_exception.h, src/include/pa_exec.h,
14208: src/include/pa_globals.h, src/include/pa_hash.h,
14209: src/include/pa_memory.h, src/include/pa_pool.h,
14210: src/include/pa_request.h, src/include/pa_request_charsets.h,
14211: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
14212: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14213: src/include/pa_stylesheet_connection.h,
14214: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14215: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
14216: src/main/compile.C, src/main/compile.tab.C,
14217: src/main/compile_tools.C, src/main/compile_tools.h,
14218: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
14219: src/main/pa_charsets.C, src/main/pa_common.C,
14220: src/main/pa_dictionary.C, src/main/pa_exception.C,
14221: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
14222: src/main/pa_pool.C, src/main/pa_request.C,
14223: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14224: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
14225: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
14226: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
14227: src/types/pa_junction.h, src/types/pa_method.h,
14228: src/types/pa_value.C, src/types/pa_value.h,
14229: src/types/pa_vclass.C, src/types/pa_vclass.h,
14230: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14231: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14232: src/types/pa_vdouble.h, src/types/pa_venv.h,
14233: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14234: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14235: src/types/pa_vimage.C, src/types/pa_vimage.h,
14236: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
14237: src/types/pa_vmath.C, src/types/pa_vmath.h,
14238: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14239: src/types/pa_vobject.C, src/types/pa_vobject.h,
14240: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14241: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14242: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14243: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14244: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14245: src/types/pa_vstring.h, src/types/pa_vtable.C,
14246: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14247: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14248: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14249: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14250: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
14251: gc: PA_Object done lots of replacements also
14252:
14253: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
14254: gc logging
14255:
14256: 2003-03-17 paf
14257:
14258: * src/: classes/date.C, classes/file.C, classes/form.C,
14259: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
14260: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
14261: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14262: include/pa_string.h, include/pa_types.h, main/compile.C,
14263: main/compile.tab.C, main/execute.C, main/pa_charset.C,
14264: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
14265: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
14266: main/pa_sql_driver_manager.C, main/pa_string.C,
14267: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
14268: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
14269: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
14270: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
14271: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
14272: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14273: types/pa_vxnode.h: libgc attempt
14274:
14275: 2003-03-13 paf
14276:
14277: * src/: include/pa_sql_driver_manager.h,
14278: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
14279: called
14280:
14281: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
14282: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
14283: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
14284: types/pa_value.h, types/pa_vobject.h,
14285: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
14286: set_base, set_derived simplified [counter leaks fixed]
14287:
14288: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
14289: src/types/types.dsp: incorporated status class patch From:
14290: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
14291: 2003 8:14 AM
14292:
14293: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
14294: Win32 specific: QuotaPeakNonPagedPoolUsage
14295: QuotaPeakPagedPoolUsage PeakPagefileUsage]
14296:
14297: 2003-03-12 paf
14298:
1.116 moko 14299: * configure, configure.in, src/lib/ltdl/configure,
14300: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 14301: lib/ltdl/Makefile now created by /configure.in only [were by
14302: lib/ltdl/configure.in OVERWRITE]
14303:
1.116 moko 14304: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
14305: linkage fixed for g++ 3.2.2
1.95 moko 14306:
14307: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
14308: on using privately declared class [fixed]
14309:
14310: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
14311: 3.2 rightliy complained on using privately declared class [fixed]
14312:
14313: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
14314: sigpipe before request constructor now causes death
14315:
14316: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
14317: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
14318: not cause exception in exception handler
14319:
1.116 moko 14320: * configure, configure.in, src/targets/cgi/Makefile.am: configure
14321: now default links libstdc++ statically. that can be overriden by
14322: --with-dynamic-stdcpp
1.95 moko 14323:
14324: 2003-03-11 paf
14325:
14326: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
14327: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
14328: necessity of libstdc++
14329:
14330: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14331:
14332: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14333:
14334: 2003-03-08 paf
14335:
14336: * tests/Makefile: make install & co
14337:
14338: * src/: include/pa_request.h, classes/op.C: removing
14339: vclass,object.h -> pa_request.h dependency
14340:
14341: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
14342: main/pa_request.C: removing vform,response,cookie.h ->
14343: pa_request.h dependency
14344:
14345: * src/include/pa_request.h: removing vmail.h -> pa_request.h
14346: dependency [testing...]
14347:
14348: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
14349: return 0; fixed
14350:
14351: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
14352: types/pa_vmail.h: vmail.C received just compiled [not tested]
14353:
14354: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
14355:
14356: * src/main/pa_request.C: forgotten: ifdef XML
14357:
14358: * src/main/pa_request.C: forgotten: ifdef XML
14359:
14360: * src/targets/cgi/parser3.C: todo: move to latest xml version on
14361: win32 and run memleak tests again
14362:
14363: * src/targets/cgi/parser3.C: charsets: see some strange things with
14364: old xml lib-- it's internal memory handling has faults
14365:
14366: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
14367: problems when transcode from charset A to A.
14368:
14369: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
14370: todo: still problems when transcode from charset A to A.
14371:
14372: * src/: classes/hash.C, classes/mail.C, classes/string.C,
14373: classes/table.C, include/pa_array.h,
14374: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
14375: started full-scale-site-test [~ http://parser.ru sources]
14376:
14377: some fixes
14378:
14379: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
14380: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14381: 117.html, 118.html, 119.html, 120.html, results/109.processed,
14382: results/110.processed, results/111.processed,
14383: results/112.processed, results/113.processed,
14384: results/114.processed, results/115.processed,
14385: results/116.processed, results/117.processed,
14386: results/118.processed, results/119.processed,
14387: results/120.processed: xml: tests 109 dom create/show 110 xpath
14388: selectSingle 111 xdoc.create from tainted & 112
14389: xdoc.create/output with russian attr value 113 xpath
14390: selectString/Number 114 dom attributes.count 115 xpath selectBool
14391: 116 output media-type change 117 transform by dom stylesheet 118
14392: empty transform result 119 dom setAttribute 120 nbsp letter
14393: output
14394:
14395: =END OF PREPARED XML TESTS=
14396:
14397: 2003-03-07 paf
14398:
14399: * src/classes/xdoc.C, src/include/pa_charset.h,
14400: src/include/pa_stylesheet_connection.h, tests/108.html,
14401: tests/108.xsl, tests/results/108.processed: xml: test 108
14402: transform with params [bugs fixed]
14403:
14404: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
14405: from copy/paste bug
14406:
14407: * src/classes/xdoc.C, src/include/pa_charset.h,
14408: src/include/pa_request.h, src/main/execute.C,
14409: src/main/pa_charset.C, src/main/pa_exception.C,
14410: src/main/pa_globals.C, src/main/pa_request.C,
14411: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14412: src/types/pa_vxnode.C, tests/107.html,
14413: tests/results/107.processed: xml: test: 107 bug fixes
14414:
14415: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14416: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14417: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
14418:
14419: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
14420: string
14421:
14422: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
14423: mem alloc functions used for different cases [libxml, libxsl]
14424:
14425: * src/classes/classes.C: fixed: prevent system classes from
14426: modification to lock ALL the classes, not only directly used
14427:
14428: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
14429: linked
14430:
14431: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
14432:
14433: 2003-03-06 paf
14434:
14435: * src/classes/xdoc.C: xdoc.C 50%
14436:
14437: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
14438: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14439: main/pa_globals.C, main/pa_request.C,
14440: main/pa_stylesheet_manager.C: xnode.C compiled
14441:
14442: * src/: include/pa_stylesheet_connection.h,
14443: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
14444: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
14445:
14446: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
14447: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14448: xml: stylesheet&manager STARTED
14449:
14450: * src/: include/pa_globals.h, main/pa_charset.C,
14451: main/pa_exception.C, main/pa_globals.C: xml: exceptions
14452:
14453: * src/: include/pa_charset.h, include/pa_config_fixed.h,
14454: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
14455: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
14456: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
14457: charsets
14458:
14459: * tests/023.html: in some cases it rounded up badly. postponing
14460: solution of that problem, making more simple test
14461:
14462: * tests/: 058_paf2000.png, results/058.processed: .png added with
14463: -kb now
14464:
14465: * src/: include/pa_charset.h, include/pa_charsets.h,
14466: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
14467: moved to charsets.C
14468:
14469: 2003-03-05 paf
14470:
14471: * src/classes/string.C, src/include/pa_string.h,
14472: src/main/pa_string.C, tests/105.html,
14473: tests/results/105.processed: String::match bug fixed
14474:
14475: * src/classes/op.C, src/main/main.dsp, tests/104.html,
14476: tests/results/104.processed: ^bpt operator added [does int3 in
14477: debug build on win32]
14478:
14479: * tests/: 057.html, results/057.processed: test bug fixed
14480:
1.116 moko 14481: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 14482:
14483: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
14484: missing
14485:
1.116 moko 14486: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
14487: forgotten files added to Makes
1.95 moko 14488:
14489: * ltmain.sh: ltmain.sh added
14490:
14491: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14492: change undone ;(
14493:
14494: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14495: made static
14496:
14497: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 14498: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
14499: todo:make linker happy
1.95 moko 14500:
14501: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
14502: env param made optional
14503:
14504: 2003-03-04 paf
14505:
14506: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
14507: types/pa_vimage.h: number of gcc compiler bugs fixed
14508:
14509: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
14510: results/103.processed: tests: 103 image.copy transparence test
14511:
14512: * src/main/execute.C, tests/101.html, tests/102.html,
14513: tests/results/101.processed, tests/results/102.processed: tests:
14514: 101 method/variable name conflict test 102 form fields change
14515: should not not change anything [bug fix]
14516:
14517: * tests/: 057.html, 099.html, 100.html, results/057.processed,
14518: results/099.processed, results/100.processed: tests: 57 date
14519: create 2002: added 99,100 response:body/download
14520:
14521: * src/classes/image.C, tests/098.html, tests/098font.gif,
14522: tests/results/098.processed: test: 98 image font text [bug fixed]
14523:
14524: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
14525: tests/results/097.processed: test: 97 file::load http:// [bugs
14526: fixed]
14527:
14528: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
14529: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
14530: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
14531: image EXIF [bug fixed]
14532:
14533: * src/classes/table.C, src/main/execute.C, tests/061.dat,
14534: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
14535: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
14536: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
14537: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
14538: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
14539: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
14540: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
14541: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
14542: tests/094.html, tests/095.html, tests/results/061.processed,
14543: tests/results/062.processed, tests/results/063.processed,
14544: tests/results/064.processed, tests/results/065.processed,
14545: tests/results/066.processed, tests/results/067.processed,
14546: tests/results/068.processed, tests/results/069.processed,
14547: tests/results/070.processed, tests/results/071.processed,
14548: tests/results/072.processed, tests/results/073.processed,
14549: tests/results/074.processed, tests/results/075.processed,
14550: tests/results/076.processed, tests/results/077.processed,
14551: tests/results/078.processed, tests/results/080.processed,
14552: tests/results/081.processed, tests/results/082.processed,
14553: tests/results/083.processed, tests/results/084.processed,
14554: tests/results/085.processed, tests/results/086.processed,
14555: tests/results/087.processed, tests/results/088.processed,
14556: tests/results/089.processed, tests/results/090.processed,
14557: tests/results/091.processed, tests/results/092.processed,
14558: tests/results/093.processed, tests/results/094.processed,
14559: tests/results/095.processed, tests/079.html,
14560: tests/results/079.processed: tests: 61 file::stat size 62
14561: string->int autoconvert 63 double .int,dec,div,mul 64 date
14562: compare 65 file: basename,justname,justext 66 math:crypt 67
14563: string.match simple on long 68 string.match normalized simple on
14564: long 69 string.int 70 file::stat content-type 71 table.join 72
14565: hash parameter conditional pass 73 date daylightsaving,yearday 74
14566: date arithmetics 75 response date values/attributes 76 string.pos
14567: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
14568: with local 80 scientific numeric literal in string autoconvert 81
14569: xor: logical and numerical 82 for delims 83 menu delims 84
14570: table.hash distinct 85 long string replace 86 throw+catch
14571: current language preserve 87 bit shifts 88 junction tests +
14572: $caller test 89 hash.foreach selfmodification 90 int/void to int
14573: 91 $caller test 92 junction is + def junction tests 93 $caller
14574: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
14575:
14576: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
14577: fixed] 60 string eq string [bug fixed]
14578:
14579: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
14580: 058.html, 058_paf2000.png, 059.html, 060.html,
14581: results/053.processed, results/054.processed,
14582: results/055.processed, results/056.processed,
14583: results/057.processed, results/058.processed,
14584: results/059.processed, results/060.processed: test: 53
14585: string.replace 54 junctions 55 table.hash 56 call indirect 57
14586: date.create[string] 58 image.measure[png]
14587:
14588: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
14589: outputs/051.processed, results/052.processed: test: 52
14590: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
14591: task: fix that
14592:
14593: 2003-03-03 paf
14594:
14595: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
14596: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
14597: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
14598: outputs/049.processed, outputs/050.processed,
14599: outputs/051.processed, results/001.processed,
14600: results/002.processed, results/003.processed,
14601: results/005.processed, results/006.processed,
14602: results/008.processed, results/009.processed,
14603: results/011.processed, results/012.processed,
14604: results/013.processed, results/014.processed,
14605: results/015.processed, results/016.processed,
14606: results/017.processed, results/020.processed,
14607: results/021.processed, results/022.processed,
14608: results/024.processed, results/025.processed,
14609: results/026.processed, results/027.processed,
14610: results/028.processed, results/029.processed,
14611: results/030.processed, results/031.processed,
14612: results/049.processed, results/050.processed,
14613: results/051.processed, results/043.processed,
14614: results/044.processed, results/045.processed,
14615: results/046.processed, results/047.processed,
14616: results/048.processed: tests: 43,44,45 date rolls 46
14617: autoevaluating junction 47 table.select 48 name with subvar 49
14618: hash-creating switch 50 process 51 started parent/child, works as
14619: it were but it were NOT GOOD, created separate task to fix that
14620:
14621: * tests/: 042.html, results/042.processed: test: 42
14622: exception.handled
14623:
14624: * tests/: 041.html, results/041.processed: test: 41 table.locate by
14625: expression
14626:
14627: * tests/: 040.html, results/040.processed: test: 39 method result
14628: of type table 40 method param junction auto evaluate
14629:
14630: * tests/: 039.html, results/039.processed: test: 37 method result
14631: of type table
14632:
14633: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
14634: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
14635: tests/038.html, tests/results/033.processed,
14636: tests/results/034.processed, tests/results/035.processed,
14637: tests/results/036.processed, tests/results/037.processed,
14638: tests/results/038.processed: tests: 33 string.replace 34
14639: string.upper 35 table created 36 local/global vars with juntions
14640: 37 table clone 38 math PI & number formatting
14641:
14642: math class registring typo fixed
14643:
14644: * src/classes/op.C, src/include/pa_request.h,
14645: src/include/pa_string.h, src/main/execute.C,
14646: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
14647: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
14648: tests/032.html, tests/results/032.processed: uchar changed to
14649: String_UL in all places [was not everywhere] untaint test: 032
14650:
14651: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
14652: tests/results/004.processed, tests/parser-cygwin.sh,
14653: tests/parser-unix.sh: removed -H command line key, now testing
14654: using .sh file with SERVER_SOFTWARE=xxx
14655:
14656: 2003-02-26 paf
14657:
14658: * src/main/execute.C, src/types/pa_vstateless_class.h,
14659: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
14660: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
14661: tests/results/024.processed, tests/results/025.processed,
14662: tests/results/026.processed, tests/results/027.processed,
14663: tests/results/028.processed, tests/results/029.processed,
14664: tests/results/030.processed, tests/results/031.processed: fixed
14665: bug with name_cstr mutable CharPtr more tests
14666:
14667: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
14668: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
14669: << abort. die now just exits
14670:
14671: * src/classes/classes.awk, src/classes/classes.h,
14672: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14673: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14674: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14675: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14676: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14677: src/classes/xnode.C, src/include/pa_memory.h,
14678: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
14679: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
14680: src/types/pa_vform.C, tests/015.html, tests/016.html,
14681: tests/017.html, tests/018.html, tests/019.html,
14682: tests/019paf2001.gif, tests/020.html, tests/021.html,
14683: tests/022.html, tests/023.html, tests/022_dir/a.html,
14684: tests/022_dir/b.txt, tests/022_dir/c.htm,
14685: tests/results/015.processed, tests/results/016.processed,
14686: tests/results/017.processed, tests/results/018.processed,
14687: tests/results/019.processed, tests/results/020.processed,
14688: tests/results/021.processed, tests/results/022.processed,
14689: tests/results/023.processed: methoded_array now contains all Mxxx
14690: classes SAPI::get_env now returns info on pool more tests
14691:
14692: * src/include/pa_array.h, src/include/pa_hash.h,
14693: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
14694: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
14695: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
14696: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
14697: tests/014.html, tests/Makefile, tests/outputs/create-dir,
14698: tests/results/001.processed, tests/results/002.processed,
14699: tests/results/003.processed, tests/results/004.processed,
14700: tests/results/005.processed, tests/results/006.processed,
14701: tests/results/007.processed, tests/results/008.processed,
14702: tests/results/009.processed, tests/results/010.processed,
14703: tests/results/011.processed, tests/results/012.processed,
14704: tests/results/013.processed, tests/results/014.processed: hash
14705: cloning fixed
14706:
14707: 2003-02-25 paf
14708:
14709: * src/main/pa_common.C: typo fixed
14710:
14711: 2003-02-24 paf
14712:
14713: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
14714: [one remained]
14715:
14716: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
14717: [should have been get_string(&pool)] todo: check other such calls
14718:
14719: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
14720: test10, bad lookups
14721:
14722: xxx* xxx=smartptr.get(); << is bad style, after ";" original
14723: object got destructed, and xxx points to sky
14724:
14725: * ChangeLog, src/classes/string.C: match bug fixed
14726:
14727: * src/types/pa_vmail.C: body [text/html] transcoded to
14728: $.charset[specified] now
14729:
14730: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14731: which failed to handle sigsetjmp+throw: crashed inside of
14732: pre-throw code. rewritten simplier [though duplicating
14733: closesocket code]
14734:
14735: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14736: which failed to handle sigsetjmp+throw: crashed inside of
14737: pre-throw code. rewritten simplier [though duplicating
14738: closesocket code]
14739:
14740: 2003-02-21 paf
14741:
14742: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
14743: $cookie:name[$.expires[date << can be now]]
14744:
14745: written makefile with regression tests [raw]
14746:
14747: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
14748: tests' only [it's not forcing CGI mode now] now use -H to output
14749: CGI header when parser used in command line [useful for tests
14750: also]
14751:
14752: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
14753: switches on CGI mode, and is used in regression tests
14754:
14755: * src/: include/pa_request.h, main/pa_request.C,
14756: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
14757: fixed
14758:
14759: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
14760: handling pa_*
14761:
14762: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
14763: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
14764: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
14765: memory handling files
14766:
14767: * src/main/pa_array.C: pool::format_integer terminator fixed
14768:
14769: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
14770: compiles OK test to show benefits of free
14771:
14772: * src/: classes/file.C, classes/image.C, classes/mail.C,
14773: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
14774: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14775: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
14776: use pool [as the one in ^process]
14777:
14778: * src/classes/op.C: fixed process. sould now check for all cstr's
14779: -- some must use pool [as the one in ^process]
14780:
14781: 2003-02-20 paf
14782:
14783: * src/: classes/date.C, classes/double.C, classes/file.C,
14784: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14785: classes/math.C, classes/op.C, classes/response.C,
14786: classes/string.C, classes/table.C, classes/void.C,
14787: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
14788: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
14789: string cmp fixed
14790:
14791: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
14792: values passed OK now
14793:
14794: 2003-02-19 paf
14795:
14796: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
14797: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
14798: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
14799: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
14800: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
14801: all remaning leaks resulted from pooled::malloc calls [excluding
14802: in gd -- planning complete rewrite extremely ugly code]
14803:
14804: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
14805: files
14806:
14807: 2003-02-17 paf
14808:
14809: * src/: classes/date.C, classes/double.C, classes/file.C,
14810: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14811: classes/response.C, classes/string.C, classes/table.C,
14812: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
14813: include/pa_stylesheet_connection.h,
14814: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
14815: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
14816: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
14817: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
14818: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
14819: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
14820: of unitialized simple-typed field
14821:
14822: * src/: classes/classes.C, classes/classes.h, main/execute.C,
14823: main/pa_charset.C, main/pa_request.C: another bug of unitialized
14824: simple-typed field fixed. todo: find&kill all like that one
14825:
14826: * src/: main/execute.C, targets/cgi/pa_pool.C,
14827: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
14828: debug output fixed
14829:
14830: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
14831: main/pa_request.C: stack-stored items need extra .ref to prevent
14832: object_ptr from delete[them]
14833:
14834: * src/: classes/date.C, classes/op.C, classes/table.C,
14835: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
14836: include/pa_charset.h, main/Makefile.am, main/main.dsp,
14837: main/pa_charset.C, main/pa_common.C,
14838: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14839: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14840: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
14841: calls
14842:
14843: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
14844: couple mem leaks rusulted from old pooled::malloc usage.
14845: todo:find more like those
14846:
14847: * src/main/: compile.C, compile_tools.C: 2*2!
14848:
14849: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
14850: stackItem fixed [there were no string on stack before]
14851:
14852: * src/: main/execute.C, main/pa_request.C,
14853: types/pa_vmethod_frame.C: first letters out OK
14854:
14855: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
14856: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
14857: main/pa_string.C, main/untaint.C, types/pa_value.h,
14858: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
14859: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
14860: type not initialized with zeros :( while class fields of class
14861: types initialized with default constructors. learn C++
14862:
14863: * src/: classes/classes.awk, classes/double.C, classes/file.C,
14864: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
14865: classes/math.C, classes/xdoc.C, classes/xnode.C,
14866: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
14867: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
14868:
14869: 2003-02-14 paf
14870:
14871: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
14872: 13 link errors
14873:
14874: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
14875: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
14876: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
14877: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
14878: errors :)
14879:
14880: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
14881: classes/hash.C, classes/mail.C, classes/op.C,
14882: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
14883: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
14884: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
14885: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
14886:
14887: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
14888: classes/table.C, include/pa_common.h, include/pa_globals.h,
14889: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
14890: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
14891: types/pa_vint.h, types/types.dsp: op compiled
14892:
14893: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
14894: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
14895: main/untaint.C, types/pa_vtable.h: string, response compiled
14896:
14897: 2003-02-07 paf
14898:
14899: * src/: classes/table.C, types/pa_vtable.h: table compiled
14900:
14901: 2003-02-06 paf
14902:
14903: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
14904: mail compiled
14905:
14906: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
14907: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
14908: types/pa_vfile.h, types/pa_vimage.h: image compiled
14909:
14910: * src/classes/: file.C, form.C: form compiled
14911:
14912: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
14913: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
14914: types/pa_vfile.C, types/pa_vfile.h: file compiled
14915:
14916: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
14917: types/pa_vmath.h: math compiled [win32]
14918:
14919: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
14920: types/pa_vstring.h: hash compiled
14921:
14922: 2003-02-04 paf
14923:
14924: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
14925: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14926: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
14927: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
14928: types/pa_vhash.h: hash 50% compiled
14929:
14930: * src/: classes/date.C, classes/file.C, classes/hash.C,
14931: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
14932: classes/string.C, classes/table.C, classes/xdoc.C,
14933: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
14934: main/pa_string.C: date compiled
14935:
14936: * src/classes/: classes.dsp, double.C: double compiled
14937:
14938: * src/: classes/date.C, classes/double.C, classes/file.C,
14939: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
14940: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
14941: classes/string.C, classes/table.C, classes/void.C,
14942: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
14943: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
14944: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
14945: compiled
14946:
14947: * src/: classes/date.C, classes/double.C, classes/file.C,
14948: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14949: classes/math.C, classes/op.C, classes/response.C,
14950: classes/string.C, classes/table.C, classes/void.C,
14951: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14952: types/pa_vvoid.h: void compiled :)
14953:
14954: * src/: include/pa_globals.h, main/pa_cache_managers.C,
14955: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14956: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14957: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
14958: main/pa_string.C, main/pa_uue.C, main/untaint.C,
14959: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
14960: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
14961: types/pa_vresponse.C, types/pa_vstateless_class.C,
14962: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
14963: types/pa_wcontext.C, types/types.dsp: removed stupid
14964: value_includes.h
14965:
14966: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
14967: trying to remove stupid value_includes.h
14968:
14969: * src/main/pa_exec.C: pa_exec compiled on win32
14970:
14971: * src/main/pa_exec.C: libmain.a compiled on six [unix]
14972:
14973: * src/: include/pa_globals.h, include/pa_request.h,
14974: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
14975: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
14976: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
14977: types/pa_vrequest.C, types/pa_vstateless_class.C,
14978: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
14979:
14980: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
14981: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
14982: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
14983:
14984: * src/: include/pa_array.h, include/pa_config_includes.h,
14985: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
14986: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
14987: compiled
14988:
14989: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
14990: name conflicts)
14991:
14992: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
14993: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
14994: yelds "virtual memory exhausted" while trying to compile
14995: execute.C [eating up to 127MB]
14996:
14997: 2003-02-03 paf
14998:
14999: * src/: include/pa_config_includes.h, include/pa_hash.h,
15000: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
15001: main/pa_common.C, types/pa_value.C, types/pa_value.h,
15002: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15003: types/pa_vint.h, types/pa_vjunction.h,
15004: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
15005: started gcc compiling pa_common compiled
15006:
15007: * src/: include/pa_exception.h, include/pa_pool.h,
15008: main/pa_exception.C: exception gcc change #1
15009:
1.116 moko 15010: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
15011: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 15012:
15013: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
15014:
15015: * src/types/pa_vtable.C: vtable compiled
15016:
15017: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
15018:
15019: * src/: include/pa_cache_managers.h, main/pa_request.C,
15020: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
15021:
15022: * src/types/pa_vstateless_class.C: vstateless_class compiled
15023:
15024: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
15025:
15026: * src/types/pa_vrequest.C: vrequest compiled
15027:
15028: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
15029: pa_vobject.C, pa_vobject.h: vobject compiled
15030:
15031: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
15032: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15033: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
15034: compiled
15035:
15036: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
15037:
15038: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
15039: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
15040: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
15041: compiled
15042:
15043: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15044: main.lib - 0 error(s), 0 warning(s)
15045:
15046: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15047: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
15048:
15049: 2003-01-31 paf
15050:
15051: * src/: include/pa_array.h, include/pa_operation.h,
15052: include/pa_request.h, main/execute.C, main/main.dsp,
15053: types/pa_vjunction.h: started last file from main library:
15054: execute
15055:
15056: * src/: include/pa_request.h, include/pa_sapi.h,
15057: main/compile.tab.C, main/compile.y, main/compile_tools.h,
15058: main/pa_request.C, targets/cgi/parser3.C,
15059: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
15060: types/pa_vhash.h: pa_request compiled
15061:
15062: * src/: classes/op.C, classes/string.C, include/pa_common.h,
15063: include/pa_globals.h, include/pa_request.h,
15064: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
15065: main/execute.C, main/main.dsp, main/pa_common.C,
15066: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15067: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
15068: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
15069: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
15070: types/types.dsp: most pa_request compiled
15071:
15072: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15073: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15074: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15075: classes/op.C, classes/response.C, classes/string.C,
15076: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15077: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15078: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15079: include/pa_config_fixed.h, include/pa_config_includes.h,
15080: include/pa_dictionary.h, include/pa_dir.h,
15081: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15082: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
15083: include/pa_pool.h, include/pa_request.h,
15084: include/pa_request_charsets.h, include/pa_request_info.h,
15085: include/pa_sapi.h, include/pa_socks.h,
15086: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15087: include/pa_stack.h, include/pa_string.h,
15088: include/pa_stylesheet_connection.h,
15089: include/pa_stylesheet_manager.h, include/pa_table.h,
15090: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15091: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15092: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
15093: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
15094: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15095: main/compile.C, main/compile.tab.C, main/compile.y,
15096: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15097: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
15098: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15099: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15100: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15101: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15102: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
15103: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
15104: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
15105: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15106: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
15107: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
15108: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
15109: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
15110: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15111: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15112: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15113: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15114: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15115: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15116: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15117: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15118: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15119: types/pa_vresponse.h, types/pa_vstateless_class.C,
15120: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15121: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15122: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15123: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15124: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15125: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
15126:
15127: * ChangeLog, src/classes/classes.h, src/classes/op.C,
15128: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15129: src/include/pa_charsets.h, src/include/pa_common.h,
15130: src/include/pa_dictionary.h, src/include/pa_exception.h,
15131: src/include/pa_exec.h, src/include/pa_pool.h,
15132: src/include/pa_request.h, src/include/pa_sapi.h,
15133: src/include/pa_sql_connection.h,
15134: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15135: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
15136: src/main/compile.tab.C, src/main/compile_tools.C,
15137: src/main/compile_tools.h, src/main/main.dsp,
15138: src/main/pa_charset.C, src/main/pa_charsets.C,
15139: src/main/pa_common.C, src/main/pa_dictionary.C,
15140: src/main/pa_exception.C, src/main/pa_exec.C,
15141: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15142: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
15143: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
15144: src/types/pa_vclass.h, src/types/pa_vcookie.C,
15145: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15146: src/types/pa_vdouble.h, src/types/pa_venv.h,
15147: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
15148: src/types/pa_vhash.h, src/types/pa_vimage.C,
15149: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
15150: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
15151: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15152: src/types/pa_vobject.C, src/types/pa_vobject.h,
15153: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15154: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15155: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15156: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
15157: src/types/pa_vstring.h, src/types/pa_vtable.h,
15158: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
15159: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
15160: died, long live StringPtr
15161:
15162: 2003-01-30 paf
15163:
15164: * src/: include/pa_charset.h, include/pa_request.h,
15165: include/pa_sql_driver_manager.h, main/compile.tab.C,
15166: main/compile.y, main/compile_tools.h, main/pa_request.C,
15167: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
15168:
15169: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
15170: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
15171: types/pa_vhash.h, types/pa_vmethod_frame.h,
15172: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15173: types/types.dsp: vstateless_class compiled
15174:
15175: * src/main/compile.C: compile compiled
15176:
15177: * src/: include/pa_array.h, include/pa_operation.h,
15178: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
15179: main/pa_table.C: compile_tools compiled
15180:
15181: * src/: include/pa_operation.h, main/compile.y,
15182: main/compile_tools.C, main/compile_tools.h: started
15183: compile_tools. vagues ideas of how to free compiled code
15184:
15185: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
15186: main/main.dsp, types/pa_value.C, types/pa_value.h,
15187: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
15188: compiled
15189:
15190: 2003-01-29 paf
15191:
15192: * src/: include/pa_globals.h, include/pa_request.h,
15193: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15194: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
15195: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
15196: compiled
15197:
15198: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
15199: now
15200:
15201: * src/: include/pa_array.h, include/pa_exception.h,
15202: include/pa_pool.h, main/pa_exception.C: gd compiled
15203:
15204: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
15205: compiled
15206:
15207: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
15208: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
15209: types/pa_vfile.h: vfile compiled
15210:
15211: * src/: include/pa_common.h, include/pa_globals.h,
15212: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
15213: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
15214: types/pa_vform.C, types/pa_vform.h: vcookie compiled
15215:
15216: * src/: include/pa_exception.h, main/pa_cache_managers.C,
15217: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
15218: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
15219: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15220: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
15221:
15222: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
15223: main/main.dsp, main/untaint.C: more compiled
15224:
15225: * src/: include/pa_charsets.h, include/pa_request.h,
15226: include/pa_request_info.h, include/pa_string.h,
15227: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
15228: types/pa_vresponse.h: vrequest compiled
15229:
15230: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
15231: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
15232: pa_vresponse.h, pa_wcontext.h: vrequest compiled
15233:
15234: * src/: classes/classes.h, include/pa_charset.h,
15235: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
15236: include/pa_request.h, include/pa_string.h, main/main.dsp,
15237: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
15238: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
15239: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
15240: types/pa_vrequest.C, types/pa_vrequest.h,
15241: types/pa_vstateless_class.h, types/pa_vstring.h,
15242: types/pa_vvoid.h: vrequest,vdouble,vint compiled
15243:
15244: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
15245: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15246: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
15247: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
15248: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15249: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
15250: types/pa_vobject.h, types/pa_vstateless_class.h,
15251: types/pa_vstateless_object.h, types/pa_vstatus.h,
15252: types/pa_vstring.h, types/types.dsp: vmath compiled
15253:
15254: 2003-01-28 paf
15255:
15256: * src/: classes/classes.h, classes/date.C, classes/file.C,
15257: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
15258: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
15259: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
15260: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
15261: compile_tools
15262:
15263: * src/: include/pa_charset.h, include/pa_exception.h,
15264: include/pa_request.h, include/pa_string.h, main/untaint.C:
15265: untaint compiled
15266:
15267: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
15268: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
15269: more compiled. struck with string::store_to needing to know
15270: source/client charsets
15271:
15272: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
15273: types/pa_vfile.h: uue compiled
15274:
15275: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
15276: table compiled
15277:
15278: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
15279: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
15280:
15281: * src/: include/pa_charset.h, main/pa_charset.C,
15282: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
15283: introduced]
15284:
15285: * src/: classes/date.C, include/pa_charset.h,
15286: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
15287: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
15288: pa_charsets compiled
15289:
15290: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
15291: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
15292:
15293: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
15294: common compiled
15295:
15296: * src/: include/pa_charsets.h, main/pa_charsets.C,
15297: main/pa_sql_driver_manager.C: pa_charsets compiled
15298:
15299: * src/: include/pa_array.h, include/pa_charset.h,
15300: include/pa_charsets.h, include/pa_pool.h,
15301: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15302: include/pa_stack.h, include/pa_string.h,
15303: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
15304: sql_driver_manager compiled
15305:
15306: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
15307: letter i with two dots added to koi, all ukranian letters added
15308: to win1251.
15309:
15310: typographic simbol 0xb9 deleted from win1251 [strange one & were
15311: abscent from koi]
15312:
15313: 2003-01-27 paf
15314:
15315: * src/: include/pa_exception.h, include/pa_sql_connection.h,
15316: include/pa_sql_driver_manager.h, include/pa_string.h,
15317: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
15318: sql/pa_sql_driver.h: paused on sql_manager
15319:
15320: * src/: include/pa_cache_managers.h, include/pa_pool.h,
15321: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15322: include/pa_stack.h, main/pa_sql_driver_manager.C,
15323: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
15324:
15325: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
15326: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15327: include/pa_table.h, main/pa_sql_driver_manager.C,
15328: main/pa_table.C: table compiled
15329:
15330: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
15331: cache_managers compiled
15332:
15333: * src/: include/pa_array.h, include/pa_charset.h,
15334: include/pa_pool.h, main/pa_charset.C: charset compiled
15335:
15336: * src/: include/pa_pool.h, main/pa_common.C: common compiled
15337:
15338: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
15339: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15340: main/pa_string.C, types/pa_value.C, types/pa_value.h,
15341: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
15342: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
15343:
15344: 2003-01-24 paf
15345:
15346: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
15347: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
15348: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15349: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
15350: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
15351: types/pa_vint.h, types/pa_vjunction.h,
15352: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15353: types/pa_vstatus.h, types/pa_vstring.h: more patched
15354:
15355: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
15356: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
15357: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
15358: main/pa_string.C, main/pa_table.C: string compiled
15359:
15360: * src/: include/pa_array.h, include/pa_common.h,
15361: include/pa_dictionary.h, include/pa_exception.h,
15362: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
15363: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
15364: main/pa_string.C: dictionary compiled
15365:
15366: 2003-01-23 paf
15367:
15368: * src/: include/pa_array.h, include/pa_common.h,
15369: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
15370: include/pa_request.h, include/pa_string.h, main/pa_common.C,
15371: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
15372: types/pa_value.h: resurrected pool in new sense: now it's
15373: factory, producing&accounting memory chunks for read[autofree]
15374: buffers
15375:
15376: * src/: include/pa_array.h, include/pa_exception.h,
15377: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
15378: main/pa_exception.C, main/pa_table.C: table compiled
15379:
15380: * src/: classes/image.C, classes/op.C, include/pa_array.h,
15381: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
15382: include/pa_pool.h, include/pa_pragma_pack_begin.h,
15383: include/pa_pragma_pack_end.h, include/pa_sapi.h,
15384: include/pa_string.h, include/pa_table.h, include/pa_types.h,
15385: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
15386: main/pa_table.C: aint that easy
15387:
15388: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
15389: main/main.dsp: continued with Hash
15390:
15391: * src/main/pa_common.C: connect_string allocated on heap[wes on
15392: stack] now. and exception can be reported OK now [can be reported
15393: outside of pro c with that stack]
15394:
15395: 2003-01-22 paf
15396:
15397: * src/: include/pa_array.h, include/pa_charset.h,
15398: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
15399: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
15400: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
15401: base: contains references_count. auto_ptr template calls
15402: add_ref/release
15403:
15404: 2003-01-21 paf
15405:
15406: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15407: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15408: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15409: classes/op.C, classes/response.C, classes/string.C,
15410: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15411: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15412: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15413: include/pa_config_fixed.h, include/pa_config_includes.h,
15414: include/pa_dictionary.h, include/pa_dir.h,
15415: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15416: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15417: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15418: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15419: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15420: include/pa_stack.h, include/pa_string.h,
15421: include/pa_stylesheet_connection.h,
15422: include/pa_stylesheet_manager.h, include/pa_table.h,
15423: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15424: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15425: lib/pcre/pcre_parser_ctype.c, main/compile.C,
15426: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15427: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
15428: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15429: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15430: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
15431: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15432: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15433: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
15434: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
15435: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
15436: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15437: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
15438: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
15439: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
15440: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
15441: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
15442: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15443: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
15444: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
15445: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15446: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15447: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15448: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15449: types/pa_vstateless_object.h, types/pa_vstatus.C,
15450: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
15451: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15452: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15453: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15454: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
15455: 2002->2003
15456:
15457: 2003-01-16 paf
15458:
15459: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
15460: src/main/pa_globals.C: http:// introducing $.any-status(1)
15461:
15462: * operators.txt, src/include/pa_config_fixed.h,
15463: src/main/pa_common.C: http request now return status. and not
15464: fail on status!=200
15465:
15466: 2003-01-15 paf
15467:
15468: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
15469:
15470: 2003-01-14 paf
15471:
15472: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
15473: mkinstalldirs: removed some ancient files [they in / really]
15474:
15475: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
15476: regretfully needed patch in two places. in config_fixed.h made
15477: stubs for lib to compile in MSVC
15478:
15479: 2003-01-13 paf
15480:
15481: * config.guess, config.sub, ltmain.sh: removed last piece of
15482: configure.in(libtool) hacks
15483:
1.116 moko 15484: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 15485: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
15486: ltdl.h: moved to latest libtool (1.4.3)
15487:
15488: 2003-01-10 paf
15489:
15490: * src/lib/ltdl/: configure, configure.in: PROG_NM
15491:
15492: * src/main/pa_globals.C: moved to latest xml lib versions, changed
15493: patches. libxml2 >= 2.5.1
15494: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
15495: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
15496: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15497:
15498: * INSTALL: moved to latest versions of xml libs libxml2 >=
15499: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
15500: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
15501: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15502:
15503: 2003-01-09 paf
15504:
15505: * INSTALL: xml,xslt,gdome lib urls updated
15506:
15507: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 15508: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 15509: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 15510: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
15511: 1.7.2
1.95 moko 15512:
15513: * depcomp: moving to automake 1.7.2
15514:
15515: 2002-12-27 paf
15516:
15517: * src/include/pa_version.h: 0007
15518:
15519: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
15520: outdated parts, made links to language docs
15521:
15522: * src/include/pa_config_auto.h.in: comment
15523:
15524: 2002-12-26 paf
15525:
15526: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
15527: not contain trailing / fixed.
15528:
15529: * INSTALL: changing SAFE_MODE politics
15530:
15531: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
15532:
15533: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
15534:
15535: 2002-12-25 paf
15536:
15537: * src/main/pa_globals.C: optimized-xml
15538:
15539: * src/main/pa_globals.C: optimized-as-is
15540:
15541: 2002-12-24 paf
15542:
15543: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
15544: fixed [were really called with zero size when .html?a=&b=]
15545:
15546: * src/classes/mail.C: $MAIL in @conf now invalid when configured
15547: with --with-sendmail
15548:
15549: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
15550: fixed]
15551:
15552: 2002-12-23 paf
15553:
15554: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
15555: ignoring parameters & were storing only string with default
15556: expires
15557:
15558: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
15559: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
15560: December 23, 2002 4:22 AM Subject: bug â
15561: Charset::transcode_buf2xchar
15562:
15563: 2002-12-20 paf
15564:
15565: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
15566: non-cgi [script] runs
15567:
15568: 2002-12-19 paf
15569:
15570: * INSTALL: --without-iconv recommended [it crashes on some systems
15571: [tested on elik]] moreover, it's not needed there [parser
15572: registers charsets itself]
15573:
15574: * INSTALL: --without-iconv recommended [it crashes on some systems
15575: [tested on elik]]
15576:
15577: * operators.txt, src/include/pa_globals.h,
15578: src/include/pa_request.h, src/main/pa_globals.C,
15579: src/main/pa_request.C: $response:download
15580:
15581: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
15582: compiler [win32]].
15583:
15584: 2002-12-18 paf
15585:
15586: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
15587:
15588: 2002-12-17 paf
15589:
15590: * src/targets/cgi/parser3.C: merged die&iis changes
15591:
15592: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
15593: to exit(1) 2. more flexible iilegal call check
15594:
15595: 2002-12-16 paf
15596:
15597: * ltmain.sh: some automakes silly insist on having this handy
15598:
15599: * src/main/untaint.C: filespec russian small 'r' changed to latin
15600: 'p' bug fix
15601:
15602: 2002-12-15 paf
15603:
15604: * src/main/untaint.C: filespec russian small 'r' changed to latin
15605: 'p'
15606:
15607: * configure.in, src/include/pa_config_auto.h.in,
15608: src/main/compile.C, src/main/pa_common.C: merged small changes
15609: from branch 6 to HEAD
15610:
15611: * src/main/compile.C: removed warning
15612:
15613: * src/main/pa_common.C: ftruncate having checked
15614:
15615: * configure.in, src/include/pa_version.h: new version
15616:
15617: 2002-12-14 paf
15618:
15619: * src/classes/table.C: removed unnecessary code
15620:
15621: * src/sql/pa_sql_driver.h: exception type fixed
15622:
15623: 2002-12-09 paf
15624:
15625: * src/types/pa_vvoid.h: $void.store[now] error
15626:
15627: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15628:
15629: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
15630: tries to write core dump
15631:
15632: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15633:
15634: * src/: classes/hash.C, classes/string.C, classes/table.C,
15635: classes/void.C, main/pa_sql_driver_manager.C,
15636: sql/pa_sql_driver.h: changed exception handling mech in sql
15637: handlers #2
15638:
15639: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
15640: exception handling mech in sql handlers
15641:
15642: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
15643: handlers
15644:
15645: * src/: classes/hash.C, classes/string.C, classes/table.C,
15646: classes/void.C, main/pa_sql_driver_manager.C,
15647: sql/pa_sql_driver.h: changed exception handling mech in sql
15648: handlers
15649:
1.116 moko 15650: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
15651: to write makefile which used libtool to install things, which is
15652: not needed
1.95 moko 15653:
15654: 2002-12-06 paf
15655:
15656: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
15657: $hash.fields -- pseudo field to make 'hash' more like 'table'
15658:
15659: 2002-12-05 paf
15660:
15661: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
15662: cc/bcc OK now
15663:
15664: * src/main/untaint.C: mail header closed properly
15665:
15666: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
15667: header ',' allowed. still bugs in smtp [only one receiptient
15668: works, cc, bcc ignored now, and MAILED ;)]
15669:
15670: [strncpy killed, memnchr used]
15671:
15672: * src/main/pa_table.C: table-copy now current=0
15673:
15674: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
15675: lowlevel proc
15676:
15677: * src/targets/cgi/parser3.C: more checks on
15678: http://domain/parser.cgi start [maybe some getenv returns "",
15679: checked that now
15680:
15681: * src/targets/cgi/parser3.C: more checks on
15682: http://domain/parser.cgi start [maybe some getenv returns "",
15683: checked that now
15684:
15685: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
15686: out-of-mem errors reached log]
15687:
15688: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
15689: mail:send MIME-Version default
15690:
15691: * src/main/main.dsp: pa_version included into main.dsp
15692:
15693: 2002-12-04 paf
15694:
15695: * src/types/pa_vform.C: $form:field string value cut by premature 0
15696:
15697: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
15698: lib/libltdl -> lib/ltdl Win32 changes. s
15699:
15700: * src/classes/classes.awk: more strict *.C$
15701:
15702: * gnu.dsp: restored
15703:
1.116 moko 15704: * configure.in, gnu.dsp, src/lib/Makefile.am,
15705: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
15706: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
15707: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
15708: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
15709: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
15710: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
15711: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
15712: now created with /configure, not ltdl/configure, so it does have
15713: no problems with automake. ltdl/configure
15714: AC_OUTPUT(Makefile<<removed)
1.95 moko 15715:
15716: 2002-12-02 paf
15717:
15718: * operators.txt: removed outdated status:db
15719:
15720: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
15721: src/main/pa_common.C, src/main/pa_request.C,
15722: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
15723: tainted parts becomes http-header
15724:
15725: 2002-11-29 paf
15726:
15727: * src/classes/date.C, src/classes/image.C, operators.txt: exif
15728: dates now objects of type date
15729:
15730: * src/classes/image.C: file.seek removed [it were used in image.C
15731: only, and for parser user this means that jpeg image has bad
15732: size in fragment's header] now used image.format
15733:
15734: * src/: include/pa_common.h, main/pa_common.C,
15735: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
15736: now handled exactly like $response:header values. e.g. can be
15737: hash [can have subattributes] & contain date values.
15738:
15739: * src/main/pa_common.C: http:// param values lang forced URI
15740:
15741: * src/main/pa_common.C: http:// tainted partes now %xx
15742:
15743: 2002-11-28 paf
15744:
15745: * operators.txt: http.timeout
15746:
15747: * src/classes/image.C: ^image.length now counts interchar space.
15748: plus space after last char
15749:
15750: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
15751:
15752: * src/classes/image.C: ^image.font width measurer now scans full
15753: height [were -1]
15754:
15755: * configure.in: stopped double libltdl/Makefile generation
15756:
15757: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
15758: chars [one top horizontal line of 1pixel height were missing]
15759:
15760: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
15761: 'false' to go into (Hash *) parameter
15762:
15763: 2002-11-27 paf
15764:
15765: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
15766: types/pa_vmail.C: response:body[file] if file nows it's name now
15767: returns content-disposition: >>attachment<<
15768:
15769: * src/classes/image.C: ^image.font << bad font file-size now
15770: properly reported
15771:
15772: 2002-11-26 paf
15773:
15774: * src/main/pa_request.C: fixed lang in reponse header
15775:
15776: * src/main/pa_common.C: utf8 prefix ignored @read text
15777:
15778: * operators.txt, src/main/pa_common.C: http:// response status!=200
15779: made exception: http.status with source=bad status#
15780:
15781: 2002-11-25 paf
15782:
15783: * configure.in, src/classes/image.C,
15784: src/include/pa_config_auto.h.in,
15785: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 15786: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
15787: const void related probs fixed
1.95 moko 15788:
15789: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
15790:
15791: $file[^file::load[http://there]] $file.SERVER
15792:
15793: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
15794: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
15795: http options [invalid onces now reported] made default
15796: user-agent: paf
15797:
15798: * operators.txt, src/classes/file.C, src/classes/table.C,
15799: src/classes/xdoc.C, src/include/pa_common.h,
15800: src/include/pa_globals.h, src/main/pa_common.C,
15801: src/main/pa_globals.C, src/main/pa_request.C,
15802: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
15803: now understand http:// prefix and additional params, sample:
15804: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
15805: $.USER-AGENT[parser3] ]]
15806:
15807: 2002-11-22 paf
15808:
15809: * src/classes/image.C, src/include/pa_globals.h,
15810: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
15811: src/types/pa_vimage.h, operators.txt: $image.exif support
15812: $image.exif.DateTime & co
15813:
15814: 2002-11-21 paf
15815:
15816: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
15817: _PASS_APPENDED)
15818:
15819: * src/classes/image.C: jpeg size measure fixed: were badly skipping
15820: EXIF information [were big block and it's size were considered
15821: negative :(]
15822:
15823: * operators.txt, src/classes/image.C, src/include/pa_common.h,
15824: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
15825: internals rewritten. no there's reader.seek, and all's ready for
15826: EXIF extraction [now we fail to measure files with EXIF info]
15827:
15828: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
15829: O_TRUNC truncates even exclusevely write-locked file [thanks to
15830: Igor Milyakov <virtan@rotabanner.com> for discovering]
15831:
15832: 2002-11-20 paf
15833:
15834: * src/targets/cgi/parser3.C: logging @signal += query_string
15835:
15836: * configure.in, src/include/pa_config_auto.h.in,
15837: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
15838: comment
15839:
15840: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
15841:
15842: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15843: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
15844: currently processed document SIGPIPE >> interrupts request
15845: processing [exception = DB rollback]
15846:
15847: * src/main/pa_exec.C: comment
15848:
15849: * src/main/pa_exec.C: pa_exec: data written only if size>0
15850:
15851: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
15852: << disable HTTP-POST repassing
15853:
15854: * src/: include/pa_config_fixed.h, main/pa_common.C,
15855: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
15856: pipe read errors now checked
15857:
15858: 2002-11-19 paf
15859:
15860: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
15861: CGI: Illegal call
15862:
15863: 2002-11-01 paf
15864:
15865: * src/main/execute.C: comment
15866:
15867: 2002-10-31 paf
15868:
15869: * src/main/execute.C: found out why, checked that for now. todo:
15870: find out a way for that user could do that
15871:
15872: * src/types/pa_vstateless_object.h: object put replaces static
15873: parent if any
15874:
15875: * src/types/pa_vobject.C: object put replaces static parent if any
15876:
15877: * src/: classes/form.C, classes/mail.C, classes/op.C,
15878: classes/xnode.h, main/compile.tab.C, main/execute.C,
15879: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
15880: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15881: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
15882: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15883: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
15884: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15885: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15886: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15887: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15888: types/pa_vstateless_object.h, types/pa_vstatus.C,
15889: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15890: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15891: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15892: types/pa_wwrapper.h: static fix merged
15893:
15894: * src/: main/compile.tab.C, types/pa_vobject.C: killed
15895: $virtual_fields in dynamic, but one can reach derived
15896: static[class] variable from base
15897:
15898: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
15899: types/pa_vobject.C, types/pa_vobject.h,
15900: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
15901: statics, left $virtual_fields in dynamic
15902:
15903: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
15904: one can't remember derivates in base class: there's so many of
15905: them. also there can be no virtual method calls in static
15906: classes
15907:
15908: * src/: classes/form.C, classes/mail.C, classes/op.C,
15909: classes/xnode.h, main/execute.C, main/pa_request.C,
15910: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
15911: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
15912: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
15913: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15914: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
15915: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
15916: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
15917: types/pa_vresponse.C, types/pa_vresponse.h,
15918: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15919: types/pa_vstateless_object.h, types/pa_vstatus.C,
15920: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15921: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15922: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15923: types/pa_wwrapper.h: static call $self fixed
15924:
15925: * src/main/execute.C: comment
15926:
15927: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
15928: ^process[$caller.self]{...} now compiles to last derived object
15929: part of that 'self'
15930:
15931: 2002-10-29 paf
15932:
15933: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
15934: re-passing [iis to blame]
15935:
15936: * src/classes/string.C: changed string.save to pass current sql
15937: connection to cstr thus one can ^connect[some server]{
15938: $s[insert into table x (x) values (^taint[sql]{value})]
15939: ^s.save[some.sql] } and he'd get in some.sql file code with
15940: properly escaped. [tried in mssql->mysql export->import of
15941: binary data]
15942:
15943: 2002-10-25 paf
15944:
15945: * src/types/pa_vresponse.C: case insensitive response user fields
15946: get/put
15947:
15948: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
15949: types/pa_vresponse.C: saving for maybe-future
15950:
15951: 2002-10-23 paf
15952:
15953: * operators.txt, src/classes/table.C: ^table.hash{code}...
15954: ^table.hash(expr)...
15955:
15956: * src/types/pa_vmail.C: email whitespace trimBoth-ed
15957:
15958: 2002-10-22 paf
15959:
15960: * src/types/: pa_vform.C, pa_vform.h: removed needless
15961: VForm::Append...(...Value)
15962:
15963: * src/main/execute.C: $.name outside of $name[...] checked
15964:
15965: * src/main/: compile.tab.C, compile.y: lexer changed to fix
15966: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
15967:
15968: 2002-10-21 paf
15969:
15970: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
15971: $form:qtail $form:imap.x/y
15972:
15973: * operators.txt, src/types/pa_vform.C: $form:nameless =
15974: "?value&...", "...&value&...", "...&value"
15975:
15976: * operators.txt, src/types/pa_vform.C: $form:image-map
15977:
15978: * operators.txt, src/classes/file.C: /some/page.html:
15979: ^file:fullpath[a.gif] => /some/a.gif
15980:
15981: 2002-10-17 paf
15982:
15983: * src/main/: compile.tab.C, compile.y: operators precedence changed
15984: a little: logical not and bitwise negation precedence made
15985: highest, << and >> bitshits precedence made equal [were << higher
15986: than >>]
15987:
15988: * src/classes/op.C: exception handling fixed [were bad with
15989: contexts]
15990:
15991: 2002-10-16 paf
15992:
15993: * src/: classes/op.C, include/pa_request.h, main/execute.C,
15994: main/pa_request.C: Request::self considered equal to
15995: VMethodFrame::self, and removed, Request::get_self() mapped to
15996: VMethodFrame.self()
15997:
15998: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
15999: $hash in open field now gives old good error meesage
16000:
16001: 2002-10-15 paf
16002:
16003: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
16004: use ^if($junction is junction){was and now true}
16005:
16006: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16007: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
16008: types/pa_vxnode.C: xml->parser strings now have origin, which
16009: points to place where value left xml library and came to parser:
16010: place of dom field extraction/call
16011:
16012: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
16013: main/compile.tab.C, main/compile.y, main/execute.C,
16014: types/pa_vmethod_frame.h: removed last pieces of old code
16015: allowing $junction.xxx at compile time
16016:
16017: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
16018: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
16019: objects also considered [were only classes]
16020:
16021: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
16022: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
16023: with CLASS self. [ (request&method_frame).self temporarily
16024: changed ]
16025:
16026: * src/classes/: hash.C, op.C: method_frame now always changed, with
16027: no exception to native calls. for&foreach changed to use
16028: method_frame.caller for their var's name context
16029:
16030: * src/: main/execute.C, targets/cgi/parser3.C,
16031: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
16032: compiling to system classes disabled
16033:
16034: * operators.txt, src/classes/op.C:
16035: ^process[$caller.CLASS]{code-string} added
16036:
16037: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
16038: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
16039: src/types/Makefile.am, src/types/pa_vjunction.C,
16040: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
16041: src/types/types.dsp: removed $junction.get $junction.set[]
16042: introducing $caller
16043:
16044: * src/types/pa_value.h: removed outdated comments. doxygen would
16045: find them lower by inheritance tree
16046:
16047: * src/types/pa_vjunction.C: ident
16048:
16049: 2002-10-14 paf
16050:
16051: * src/classes/op.C: process compiles to code's class class
16052:
16053: * src/: classes/form.C, classes/mail.C, classes/op.C,
16054: include/pa_request.h, main/compile.C, main/compile.tab.C,
16055: main/compile.y, main/execute.C, main/pa_request.C,
16056: types/pa_vstateless_class.h: operators now main-class-methods
16057:
16058: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
16059: better stack trace [has "call" & co there]
16060:
16061: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16062: operators @auto now executed in MAIN context
16063:
16064: * src/main/execute.C: operator execution context now = MAIN, not
16065: closest stack frame
16066:
16067: @touchit[] $i[after]
16068:
16069: ----t.html $i[before] << local ^touchit[] $i << now 'before',
16070: were 'after'
16071:
16072: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
16073: 'after'
16074:
16075: * src/main/execute.C: comment
16076:
16077: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
16078: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
16079: action]
16080:
16081: * src/types/pa_vxnode.C: misreplace fixed
16082:
16083: * configure, configure.in, src/include/pa_config_auto.h.in,
16084: src/types/pa_vstatus.C, operators.txt:
16085: $status:rusage.tv_secs/usecs introduced
16086:
16087: 2002-10-09 paf
16088:
16089: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
16090: on empty string [or uses (default)]
16091:
16092: 2002-10-08 paf
16093:
16094: * src/main/untaint.C: mail header quoted printable changed after
16095: RFC reread
16096:
16097: * operators.txt: plan on ^if(method
16098:
16099: * src/types/pa_vxnode.C: misreplace
16100:
16101: 2002-09-24 paf
16102:
1.116 moko 16103: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 16104:
16105: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
16106: mailreceive would compile on freebsd now
16107:
16108: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
16109: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 16110: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
16111: mailreceive would compile on freebsd now
1.95 moko 16112:
16113: * src/: classes/file.C, main/untaint.C: 1. file spec language
16114: changed: now there are only few chars are untainted: * ? ' " < >
16115: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
16116: one should use ^untaint[uri]{...} now]
16117:
16118: 2. $list[^file:list[dir]] now returns simply tainted names in
16119: $list.name, not tainted as filespec
16120:
16121: @russianindex[] #dir with files with russian-lang names
16122: $where[dir]
16123:
16124: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
16125: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
16126:
16127: 2002-09-23 paf
16128:
16129: * src/types/pa_vdouble.h: double->int round added
16130:
16131: * src/classes/date.C: date bug fix, now
16132: round(floatDays*secondsPerDay)
16133:
16134: * src/classes/date.C: date bug fix, now
16135: round(floatDays*secondsPerDay)
16136:
16137: 2002-09-20 paf
16138:
16139: * src/main/execute.C: code junction calls disabled [before: code
16140: was compiled in such a way, that there were no code-junctions in
16141: OP_CALL]
16142:
16143: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
16144:
16145: @badjunctioncallinside[code] ^code[]
16146:
16147: * src/main/: compile.tab.C, compile.y: changed grammer on junction
16148: expanding to include ^junction.method
16149:
16150: * src/main/pa_common.C: -d "DIR/" now true
16151:
16152: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
16153: as internal xdoc encoding, and after decoding attributes set by
16154: dom functions now encoded OK, not as digital entities
16155:
16156: * src/classes/xdoc.C: empty transform result, being taken as file
16157: now returns empty file, not raises stupid error about "stat-ed
16158: file"
16159:
16160: * src/types/pa_vhash.h: hash.foreach modification of existing keys
16161: allowed
16162:
16163: * src/types/types.dsp: introducing $junction.get/put(1) one can
16164: write iterators now:
16165:
16166: ^user-foreach[key;value]{$key=$value<br>}
16167:
16168: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16169: $code.value($i*2) $code }
16170:
16171: * src/main/compile_tools.h: mistype
16172:
1.116 moko 16173: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
16174: thus taking linking options configure changes into account [were:
16175: ignoring]
1.95 moko 16176:
16177: * src/types/: pa_vjunction.C, Makefile.am: introducing
16178: $junction.get/put(1) one can write iterators now:
16179:
16180: ^user-foreach[key;value]{$key=$value<br>}
16181:
16182: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16183: $code.value($i*2) $code }
16184:
16185: * src/: include/pa_opcode.h, include/pa_request.h,
16186: main/compile.tab.C, main/compile.y, main/execute.C,
16187: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
16188: introducing $junction.get/put(1) one can write iterators now:
16189:
16190: ^user-foreach[key;value]{$key=$value<br>}
16191:
16192: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16193: $code.value($i*2) $code }
16194:
16195: 2002-09-19 paf
16196:
1.116 moko 16197: * Makefile.am: new: make commit
1.95 moko 16198:
16199: * aclocal.m4: forced to be older
16200:
16201: 2002-09-18 paf
16202:
16203: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
16204: src/main/compile.y, src/main/execute.C: << >> int shifts
16205:
16206: * src/: include/pa_common.h, include/pa_request.h,
16207: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
16208: - now this - fatal error
16209:
16210: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
16211: that one can pass binary data there
16212:
16213: * src/: classes/date.C, classes/double.C, classes/file.C,
16214: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16215: classes/op.C, classes/response.C, classes/string.C,
16216: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16217: include/pa_request.h: pa_request contexts made privated, plus
16218: get_{self/method_frame} to read. Request_context_saver used in
16219: ^try to save flang too. [were not saved]
16220:
16221: * src/types/pa_vresponse.C: header value chains joined before
16222: output, this should help $.subject[$var $var] from being
16223: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
16224:
16225: 2002-09-17 paf
16226:
16227: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
16228: removed changes, operators executed with calling self. lots of
16229: code with ^include code relies on defined/defining self variables
16230:
16231: $a[1] ^include[print_a.p] print_a.p: $a
16232:
16233: ^include[set_a.p] a=$a set_a.p: $a[1]
16234:
16235: * src/: classes/op.C, main/execute.C, main/pa_request.C,
16236: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
16237: types/pa_vstateless_class.h: operators now executed with MAIN
16238: self. it's for ^include sake, too strong a change
16239:
16240: * src/classes/op.C: made place for ^process to compile it's code to
16241: in case of no self
16242:
16243: * src/main/execute.C: found ancient param to Junction, removed.
16244: allowed passing self to native_code_operators [for ^process to
16245: work, she needs self]
16246:
16247: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16248: types/pa_vstateless_class.h: found ancient param to Junction,
16249: removed. allowed passing self to native_code_operators [for
16250: ^process to work, she needs self]
16251:
16252: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
16253: types/pa_value.h, types/pa_vmethod_frame.h,
16254: types/pa_vstateless_class.h: allowed Request.self to be 0,
16255: checked that in VMethodFrame get/put and $self.
16256:
16257: * src/classes/: table.C, xdoc.C: table::sql options table::create
16258: copy options options checked, wrong option now fatal error
16259:
16260: * src/main/pa_string.C: string.replace fixed [were missing words on
16261: pieces boundaries]
16262:
16263: * bin/auto.p.dist.in: strange \n
16264:
16265: * configure, configure.in: .so now detected [can be .sl on hpux,
16266: .dll on cygwin, .so in other cases)
16267:
1.116 moko 16268: * configure, configure.in, bin/auto.p.dist.in: .so now detected
16269: [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95 moko 16270:
16271: * operators.txt, src/classes/hash.C, src/classes/table.C,
16272: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
16273: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
16274: record taken [were last]
16275:
16276: * src/: classes/hash.C, classes/table.C,
16277: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
16278: now errors
16279:
16280: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
16281:
16282: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
16283: ,2,3]
16284:
16285: 2002-09-16 paf
16286:
16287: * src/classes/file.C: file::cgi line ends can be both unix & dos.
16288: and they can be unix [\n\n] on win when 'use CGI' used, it causes
16289: stdout to be binary. now detected closest header break.
16290:
16291: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
16292: closed right
16293:
16294: 2002-09-13 paf
16295:
16296: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
16297: src/main/compile_tools.h: (expression #comment)
16298:
16299: (multiline expression #comment line2 #comment )
16300:
16301: (expression #comment with (brackets) comment) << OK
16302:
16303: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
16304: bitwise !|| numerical xor now [preparing for expression
16305: #comments]
16306:
16307: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
16308: error
16309:
16310: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
16311: cheched in pa_socks.C
16312:
1.116 moko 16313: * configure, configure.in, src/include/pa_config_auto.h.in:
16314: HAVE_WINSOCK_H created in configure.in
1.95 moko 16315:
16316: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
16317: cookie date now clean [were mistakenly tainted & that worked bad
16318: with opera -- 'happily' that worked OK with msie]
16319:
16320: 2002-09-12 paf
16321:
16322: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
16323: VClass get_element now first looks to fields, next to methods &
16324: co todo: the rest reason: more speed
16325:
16326: * src/main/untaint.C: quoted printable encoding stops before
16327: \s*<...>$
16328:
16329: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
16330: stops before <...>$
16331:
16332: 2002-09-11 paf
16333:
16334: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
16335: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
16336: forgot to check users of those funcs. not all were using that
16337: return value convention
16338:
16339: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
16340: windows-1254 added
16341:
16342: 2002-09-10 paf
16343:
16344: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
16345: VCodeFrame parent param were specified badly
16346:
16347: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
16348: WWrapper which used in constructing objects(second param to sql
16349: method) ^...sql{}[$.default{code}] now has parent, wich helps
16350: code in hash to survivi
16351:
16352: * src/: include/pa_request.h, main/execute.C: removed redundant
16353: param to execute [stack said 'thanks']
16354:
16355: * src/: classes/op.C, main/execute.C, types/pa_value.C,
16356: types/pa_value.h, types/pa_vcode_frame.h,
16357: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16358: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
16359: responsibility to wcontext
16360:
16361: * src/classes/file.C: decided not to log exec's with stderr, that
16362: could be warnings, and it's up to scritper to log/show them
16363:
16364: * src/: classes/double.C, main/execute.C: double:sql badly called
16365: write_assign_lang, not write_no_lang, thus doing unnecessary
16366: double/string converstion, which were loosing time&precesion
16367:
16368: * src/: main/pa_charset.C, types/pa_vmail.C:
16369: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
16370: case of unfinished in buffer processing, causing accidental
16371: transcode stop [in case that source enc != utf-8 & there is
16372: incomplete utf-8 sequence at the end of 16000block iside of
16373: libxml lib] tfm readed & code updated
16374:
16375: 2002-09-04 paf
16376:
16377: * configure: makes with sjlj
16378:
16379: * INSTALL, src/include/pa_config_fixed.h,
16380: src/include/pa_sql_connection.h,
16381: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
16382: checked. on win32 it made default
16383:
16384: * src/include/pa_config_auto.h.in: sjlj define
16385:
16386: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
16387: can not work with longjump/throw pair, and one must switch that
16388: on there. todo: detect that automatically]
16389:
16390: * src/types/pa_vxnode.C: removed too strong checks of
16391: xnode.elements. now, for instance, if element does not have any
16392: attributes, $xnode.attributes is void, not error
16393:
16394: 2002-09-02 paf
16395:
16396: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
16397: removed double_result, didn't help
16398:
16399: * src/main/execute.C: double_result made to move that var away from
16400: hungry g++ optimizer (-O2), before: it were optimized and
16401: comparison operators worked badly
16402:
16403: * src/types/pa_vdate.h: removed debug
16404:
1.116 moko 16405: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 16406:
16407: * src/main/execute.C: fixed numeric < & co so that thay now use
16408: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
16409: unknown reason.
16410:
16411: 2002-08-29 paf
16412:
16413: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
16414: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
16415: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
16416: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
16417: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
16418: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
16419: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
16420: [called less frequent, allowed to remove ugly
16421: Junction.change_context-s from many places, switch,
16422: mail:send..html{}, ..] request.root renamed to method_frame [more
16423: easyreading] ancient {...PUSH/POPs...} changed to stack vars
16424: [speed up]
16425:
16426: 2002-08-28 paf
16427:
16428: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
16429: tainted
16430:
16431: * src/types/pa_vcookie.C: fixed cookie delete when
16432: $cookie:name[$.value[]]
16433:
16434: * operators.txt, src/classes/string.C:
16435: ^string.split[delim[;options]]
16436:
16437: 2002-08-27 paf
16438:
1.116 moko 16439: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 16440:
16441: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
16442: delimiter
16443:
16444: * INSTALL: recommended latest gmime 1.0.5
16445:
16446: 2002-08-26 paf
16447:
16448: * configure, configure.in: apache13/hook added to make dist.
16449:
16450: 2002-08-23 paf
16451:
16452: * src/: include/pa_common.h, main/pa_common.C,
16453: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
16454: beside binary [cgi, isapi] not accessible [due to bad rights or
16455: whatever] it's error now
16456:
16457: 2002-08-21 paf
16458:
1.116 moko 16459: * Makefile.am: can use: make happy equals to make update install
1.95 moko 16460:
16461: * src/main/: compile.tab.C, compile.y, compile_tools.C,
16462: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
16463: class". compiled as if here they named base class
16464:
16465: * src/main/pa_string.C: fixed bad language bug, [were wrong string
16466: cloning constructor]
16467:
16468: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
16469:
16470: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
16471: src/types/pa_vfile.C, src/types/pa_vmail.C:
16472: $mail.received.file.value.content-type fixed
16473:
16474: 2002-08-20 paf
16475:
16476: * src/classes/file.C: fixed language of file:file result
16477:
16478: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
16479: from 3.0.0005
16480:
16481: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
16482:
16483: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
16484: 3.0.0005
16485:
16486: * src/classes/void.C, operators.txt: ^void.length[] = 0
16487:
16488: 2002-08-19 paf
16489:
16490: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
16491: work now
16492:
16493: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
16494: error in xnode, which were not catched in xdoc]
16495:
16496: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
16497: prepared: // validate each document after load/create (?)
16498: //xmlDoValidityCheckingDefaultValue = 1;
16499:
16500: 2002-08-15 paf
16501:
16502: * src/classes/classes.h: write to static var caused useless
16503: Exception, introduced Methoded::put_element wich consumes those
16504:
16505: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
16506: src/types/pa_vcookie.C, src/types/pa_vdate.h,
16507: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
16508: $response:field[date] $response:field[$.xxx[date]]
16509:
16510: * src/: classes/hash.C, classes/string.C, classes/table.C,
16511: classes/void.C, include/pa_sql_connection.h: fixed source of
16512: ^hash::sql{bad}
16513:
16514: * operators.txt: $request:body unprecessed POST request body
16515:
16516: * src/types/pa_vrequest.C: $request:body unprecessed POST request
16517:
16518: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
16519: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
16520:
16521: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
16522: src/include/pa_request.h, src/main/pa_pool.C,
16523: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
16524: $request:body r.post_data now const
16525:
16526: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
16527: classes/xnode.C, main/execute.C, types/pa_value.h,
16528: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
16529: types/pa_vtable.h: instead of type() checking everywhere used
16530: Value.as now user descendants can be used in params.
16531:
16532: VObject::as_*, is_defined now taken from bases. xtable(table)
16533: ^if($xtable) now OK
16534:
16535: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
16536: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
16537: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
16538:
16539: 2002-08-14 paf
16540:
16541: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
16542: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16543: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16544: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16545: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16546: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16547: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16548: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16549: types/pa_vresponse.C, types/pa_vresponse.h,
16550: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16551: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16552: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16553: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16554: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
16555: & VClass
16556:
16557: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
16558:
16559: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
16560: removed fixopt stupidity. on stupid linux use cd /document/root
16561: ../cgi/parser3 script
16562:
16563: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
16564: params, splitting them by space, excluding argv[0], argv[argc-1]
16565:
16566: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
16567: fixopt.h: fixopt now preprocesses command line params, splitting
16568: them by space, excluding argv[0], argv[argc-1]
16569:
16570: * src/targets/cgi/parser3.C: -f config file
16571:
16572: * src/targets/cgi/parser3.C: fixed .log file dir
16573:
16574: 2002-08-13 paf
16575:
16576: * src/types/pa_vobject.C: allow override parent variables, useful
16577: for form descendants [in vobject too, were in vclass]
16578:
16579: * src/types/pa_vclass.C: allow override parent variables, useful
16580: for form descendants
16581:
16582: * src/types/pa_vclass.C: checked: form[vclass]fields can be
16583: overwritten in derived(table)
16584:
16585: * src/: classes/form.C, classes/mail.C, classes/op.C,
16586: classes/xnode.h, include/pa_request.h, main/execute.C,
16587: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16588: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16589: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16590: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16591: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16592: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16593: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16594: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16595: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16596: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16597: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16598: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16599: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
16600: Value::get_element(..., bool looking_down) [needed to exclude
16601: endless recoursion]
16602:
16603: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
16604: fix bug with put endless recoursion todo: check 'as'
16605:
16606: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
16607: reorganized modules todo: fix bug with put endless recoursion
16608: todo: check 'as'
16609:
16610: * src/types/pa_vobject.h: checked: table fields can be overwritten
16611: in derived(table)
16612:
16613: * src/types/pa_vobject.h: derived classes can have fields of their
16614: own now
16615:
16616: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
16617: fixed error message on using non-created table
16618:
16619: * src/: classes/form.C, classes/hash.C, classes/mail.C,
16620: classes/op.C, classes/xnode.h, include/pa_request.h,
16621: main/compile.C, main/compile.tab.C, main/execute.C,
16622: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16623: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16624: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16625: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16626: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
16627: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16628: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16629: types/pa_vresponse.C, types/pa_vresponse.h,
16630: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16631: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16632: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16633: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16634: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
16635: looking down/up tree todo: fix error message on non-constructed
16636: parents
16637:
16638: 2002-08-12 paf
16639:
16640: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
16641: derived OK
16642:
16643: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
16644: thorough testing
16645:
16646: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
16647: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16648: types/pa_vobject.h, types/pa_vstateless_class.h,
16649: types/pa_vstateless_object.h, types/pa_wcontext.h,
16650: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
16651: ^base:create[] dynamic call rewritten todo: thorough testing
16652:
16653: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
16654: now instantates base class, remembers it and saves child in
16655: parent VObject.get_class now returns last child = downward
16656: virtual calls OK
16657:
16658: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16659: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16660: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
16661: types/pa_vobject.h, types/pa_vresponse.h,
16662: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16663: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
16664: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
16665: VAliased [redundant], moved $CLASS to VObject only [parser class
16666: instance]
16667:
16668: * bin/auto.p.dist.in: more like in dist on parser.ru
16669:
16670: * bin/auto.p.dist.in: fixed sendmail default comment
16671:
16672: * src/main/pa_request.C: $response:body[file] content-type check
16673: fixed [were bad when content-type is hash]
16674:
16675: 2002-08-09 paf
16676:
16677: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16678: types/pa_vobject.h, types/pa_vxdoc.h: started as()
16679:
16680: 2002-08-08 paf
16681:
16682: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
16683: src/main/pa_globals.C: year column in month calendar [week year]
16684:
16685: * src/main/execute.C: error reporting on object writes to MAIN
16686: improved [were ruind with fixing $obj[^if(1){$obj}] ]
16687:
16688: * operators.txt, src/types/pa_vdate.h: $date.yearday
16689: $date.daylightsaving
16690:
16691: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
16692: use tainted data now. only she must specify the language.
16693:
16694: ^mail:send[ $.from[paf@mail.design.ru]
16695: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
16696: $.text[^taint[uri][ìîñêâà]=] ]
16697:
16698: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
16699: now prints more precise origin
16700:
16701: * src/include/pa_string.h: String::first_char now not fails on
16702: empty strings ^if(-f '') now ok and in 3 other places.
16703:
16704: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
16705: String::first_char now not fails on empty strings ^if(-f '') now
16706: ok and in 3 other places.
16707:
16708: 2002-08-07 paf
16709:
16710: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
16711: fixed
16712:
16713: * src/main/pa_string.C: ^string.mid(0;bad) fixed
16714:
16715: * src/: main/execute.C, types/pa_vcode_frame.h,
16716: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16717: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
16718: mistakenly not completely transparent to object writes.
16719: $hash[^if(1){$hash}] now works
16720:
16721: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
16722: now erasing cache file [there were bad check on that]
16723:
16724: * src/: classes/classes.dsp, classes/table.C,
16725: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
16726: all Debug dirs in .dsp now named 'Debug'
16727:
1.116 moko 16728: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 16729:
16730: * operators.txt, src/classes/mail.C: exception_type email.send
16731:
16732: * operators.txt, src/types/pa_vmail.C: exception_type email.format
16733:
16734: * src/types/pa_vmail.C: mail:send empty email checked
16735:
16736: 2002-08-06 paf
16737:
16738: * operators.txt, src/classes/table.C, src/include/pa_array.h,
16739: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
16740: ^table::create[$source;$.options] ^table::join[$source;$.options]
16741:
16742: * operators.txt, src/classes/hash.C, src/classes/string.C,
16743: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
16744: # $.default() }
16745:
16746: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
16747:
16748: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16749: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
16750: $file.content-type [instead of .mime-type] now works for
16751: file::stat also
16752:
16753: * src/main/pa_request.C: case insensitive mime_type_of
16754:
16755: * bin/auto.p.dist.in: jpeg
16756:
16757: 2002-08-05 paf
16758:
16759: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
16760:
16761: * src/types/pa_vmail.C: file buffer relocated to parser heap
16762:
16763: * operators.txt: comment on date:calendar week column
16764:
16765: * src/main/pa_common.C: write checked
16766:
16767: * src/main/: pa_common.C: write checked
16768:
16769: * src/classes/date.C: +1 buf size for stupid snprintfs
16770:
16771: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
16772: month calendar week column [ISO 8601 Week Numbers]
16773:
16774: 2002-08-02 paf
16775:
16776: * src/: include/pa_config_fixed.h, main/pa_string.C,
16777: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
16778: DEBUG*
16779:
16780: * configure, configure.in, src/include/pa_version.h: release
16781: 3_0_0005
16782:
16783: * bin/auto.p.dist.in: unhandled_exception comments
16784:
16785: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
16786: multipart post fixed
16787:
16788: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
16789: response transcoded source->client only when text/* or simple
16790: onoverridden $response:body
16791:
16792: 2002-08-01 paf
16793:
16794: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16795: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16796: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16797: classes/op.C, classes/response.C, classes/string.C,
16798: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16799: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16800: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16801: include/pa_config_fixed.h, include/pa_dictionary.h,
16802: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
16803: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
16804: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
16805: include/pa_socks.h, include/pa_sql_connection.h,
16806: include/pa_sql_driver_manager.h, include/pa_stack.h,
16807: include/pa_string.h, include/pa_stylesheet_connection.h,
16808: include/pa_stylesheet_manager.h, include/pa_table.h,
16809: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16810: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16811: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
16812: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16813: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16814: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16815: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16816: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16817: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16818: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16819: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16820: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16821: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16822: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16823: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16824: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
16825: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
16826: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16827: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
16828: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16829: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
16830: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16831: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
16832: types/pa_vmethod_frame.h, types/pa_vobject.h,
16833: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16834: types/pa_vresponse.h, types/pa_vstateless_class.C,
16835: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16836: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16837: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16838: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16839: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 16840: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 16841:
16842: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
16843: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16844: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16845: classes/math.C, classes/op.C, classes/response.C,
16846: classes/string.C, classes/table.C, classes/void.C,
16847: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16848: include/pa_array.h, include/pa_cache_managers.h,
16849: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16850: include/pa_config_fixed.h, include/pa_config_includes.h,
16851: include/pa_dictionary.h, include/pa_dir.h,
16852: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16853: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16854: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16855: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16856: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16857: include/pa_stack.h, include/pa_string.h,
16858: include/pa_stylesheet_connection.h,
16859: include/pa_stylesheet_manager.h, include/pa_table.h,
16860: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16861: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
16862: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16863: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
16864: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16865: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
16866: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
16867: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
16868: main/pa_sql_driver_manager.C, main/pa_string.C,
16869: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16870: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16871: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16872: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
16873: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16874: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
16875: targets/isapi/pool_storage.h, types/pa_valiased.C,
16876: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
16877: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
16878: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16879: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16880: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16881: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16882: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16883: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16884: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16885: types/pa_vresponse.C, types/pa_vresponse.h,
16886: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16887: types/pa_vstateless_object.h, types/pa_vstatus.C,
16888: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16889: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16890: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16891: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16892: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
16893: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
16894: types/Makefile.am: ident.C* removed
16895:
16896: * operators.txt, src/classes/file.C, src/main/pa_request.C:
16897: file:find[/can/do/this/now.txt]
16898:
16899: * src/targets/cgi/parser3.C: usage to stdout now
16900:
16901: 2002-07-31 paf
16902:
16903: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
16904:
16905: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
16906: default "postmaster"
16907:
16908: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
16909: -f postmaster now default sendmail key word "postmaster"
16910: replaced to $.from
16911:
16912: 2002-07-30 paf
16913:
1.116 moko 16914: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
16915: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 16916:
16917: * src/main/pa_charset.C: comment
16918:
16919: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
16920: table, &#decimal;
16921:
16922: * src/main/pa_request.C: comment
16923:
16924: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
16925: paragraf]
16926:
16927: 2002-07-11 paf
16928:
16929: * src/main/pa_exec.C: build command line badly added params twice
16930: [and first time without ' ']. double wrong. fixed.
16931:
16932: * src/main/pa_exec.C: invalid .exe caused error message with params
16933: wich parser did not provide = reported badly. fixed that.
16934:
16935: * src/classes/mail.C: $MAIL[ # xxx ]
16936:
16937: now ok
16938:
16939: * operators.txt: plan: sql detailed exception
16940:
16941: 2002-07-01 paf
16942:
16943: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
16944: [MForm.configure_admin were called when request.main_class ==0
16945:
16946: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
16947:
16948: * src/classes/form.C: content_length type fix
16949:
16950: 2002-06-30 paf
16951:
16952: * src/classes/mail.C: merged from 4
16953:
16954: * src/classes/mail.C: restored $MAIL
16955:
16956: 2002-06-28 paf
16957:
16958: * configure, configure.in: removed paths.h
16959:
1.116 moko 16960: * configure, src/include/pa_version.h,
1.95 moko 16961: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
16962: merged, makes updated
16963:
16964: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
16965: src/include/pa_charset.h, src/include/pa_config_fixed.h,
16966: src/include/pa_pool.h, src/include/pa_version.h,
16967: src/main/pa_charset.C, src/main/pa_pool.C,
16968: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
16969: src/types/pa_vmail.C: merged latest updates to head
16970:
16971: 2002-06-27 paf
16972:
16973: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
16974: not error now
16975:
16976: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
16977: src/include/pa_config_fixed.h, src/include/pa_pool.h,
16978: src/main/pa_charset.C, src/main/pa_pool.C:
16979: ^xdoc::create[[uri]]... base uri for document being created,
16980: imports and other relative file names would be relative to this
16981: uri default uri=path_translated
16982:
16983: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
16984:
16985: 2002-06-26 paf
16986:
16987: * configure, configure.in, src/include/pa_version.h:
16988: release_3_0_0004
16989:
16990: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
16991: 0 now
16992:
16993: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
16994:
16995: 2002-06-25 paf
16996:
16997: * src/main/pa_string.C: emtpy string, or string of whitespaces
16998: considered bad number now
16999:
17000: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
17001: now
17002:
17003: * operators.txt, src/classes/string.C: ^string.normalize [old
17004: name: optimize
17005:
17006: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
17007: library configured
17008:
17009: * src/main/pa_request.C: configure_admin forced if no @conf
17010:
17011: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
17012: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
17013: when needed and to call system crypt() if not $apr1$ prefix
17014:
17015: 2002-06-24 paf
17016:
17017: * INSTALL: --with-static/shared-mailreceive described
17018:
17019: * src/include/pa_config_fixed.h: ssize_t fixed
17020:
1.116 moko 17021: * configure, configure.in, src/include/pa_config_auto.h.in,
17022: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 17023: src/types/pa_vmail.C: $mail:received makes update
17024:
17025: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
17026: WITH_MAILRECEIVE
17027:
17028: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
17029:
17030: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
17031: option, for $mail:receive
17032:
17033: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
17034: introducting $message:received ^mail:send rewritten with backward
17035: comp
17036:
17037: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17038: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17039: types/types.dsp: win32xml win32mailreceive pseudomodules paths
17040: now
17041:
17042: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
17043: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17044: src/include/pa_request.h, src/include/pa_string.h,
17045: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
17046: src/main/pa_globals.C, src/main/pa_request.C,
17047: src/main/pa_string.C, src/main/pa_uue.C,
17048: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
17049: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17050: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
17051: uue to separate file introducting $message:received ^mail:send
17052: rewritten with backward comp
17053:
17054: 2002-06-21 paf
17055:
1.116 moko 17056: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
17057: co changes
1.95 moko 17058:
1.116 moko 17059: * configure, configure.in, src/lib/md5/Makefile.am,
17060: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
17061: restructure .in and .am files appropriate changes
1.95 moko 17062:
17063: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
17064: pcre to libs/ added libs/md5 which is linked to non-apache
17065: targets ^math:crypt[password;$apr1$salt]
17066:
17067: * INSTALL, configure.in, operators.txt, parser3.dsw,
17068: src/Makefile.am, src/classes/Makefile.am,
17069: src/classes/classes.dsp, src/classes/math.C,
17070: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 17071: src/lib/pcre/Makefile.am, src/lib/pcre/README,
17072: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
17073: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
17074: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
17075: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
17076: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
17077: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
17078: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 17079: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
17080: src/lib/pcre/pcre_parser_ctype.dsp,
17081: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
17082: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
17083: src/main/compile.tab.C, src/main/main.dsp,
17084: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
17085: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
17086: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
17087: to libs/ added libs/md5 which is linked to non-apache targets
17088: ^math:crypt[password;$apr1$salt]
17089:
17090: 2002-06-20 paf
17091:
17092: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.116 moko 17093: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
17094: src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 17095: src/include/pa_request.h, src/main/execute.C,
17096: src/main/pa_request.C, src/targets/cgi/parser3.C,
17097: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
17098: marged latest HEAD updates, mainly file:justname&co &
17099: @auto/conf[filespec
17100:
17101: * operators.txt, src/classes/file.C:
17102: !^file:dirname[/a/some.tar.gz]=/a
17103: !^file:dirname[/a/b/]=/a
17104: !^file:basename[/a/some.tar.gz]=some.tar.gz
17105: !^file:justname[/a/some.tar.gz]=some.tar
17106: !^file:justext[/a/some.tar.gz]=gz
17107:
17108: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17109: main/pa_request.C, types/pa_vmethod_frame.h: introducing
17110: @conf/auto[filespec]
17111:
17112: * bin/auto.p.dist.in: <noindex>
17113:
1.116 moko 17114: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 17115:
17116: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
17117: bin/auto.p.dist.in, src/doc/doxygen.cfg,
17118: src/include/pa_globals.h, src/targets/cgi/parser3.C,
17119: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
17120:
17121: 2002-06-18 paf
17122:
17123: * configure, configure.in, src/include/pa_version.h: version to
17124: configure.in
17125:
17126: * INSTALL: reflected .conf.dist dir change
17127:
1.116 moko 17128: * Makefile.am, configure, configure.in, bin/Makefile.am,
17129: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 17130: .in & *.am updated
17131:
17132: * src/classes/file.C: strncasecmp
17133:
17134: * src/classes/file.C: strcasecmp
17135:
1.116 moko 17136: * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
17137: from etc
1.95 moko 17138:
17139: * src/classes/file.C: ^file::exec[script;$.bad error case
17140: insensitive check now
17141:
17142: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
17143:
17144: * configure, configure.in, src/include/pa_pool.h,
17145: src/include/pa_types.h: pack configure.in detection simplified.
17146: figured out that gcc on sparc not that stupid as thought
17147: previously: on sparc: when it sees packed class it modifies it's
17148: field-access-code to byte operations [stb, ldub] instead of 4byte
17149: operations [st, lduh] so packed must be all parts of packed
17150: class, i.e. it's parents&fields(classes). for now it's only
17151: String that packed and what was wrong is that it's parent -
17152: Pooled, were not packed. fixed that.
17153:
17154: 2002-06-14 paf
17155:
17156: * operators.txt: more precise xml-to-text options
17157:
17158: * operators.txt, src/types/pa_vxnode.C: xnode
17159: attribute_node.name/value xnode pi.node.data
17160:
17161: 2002-06-12 paf
17162:
1.116 moko 17163: * configure, configure.in, src/targets/cgi/Makefile.am,
17164: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 17165:
17166: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
17167: src/include/pa_globals.h, src/include/pa_request.h,
17168: src/main/compile.tab.C, src/main/pa_globals.C,
17169: src/main/pa_request.C, src/targets/cgi/parser3.C,
17170: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
17171:
17172: * src/classes/mail.C: sendmail -ti [default now]
17173:
17174: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
17175: to be strings. for convinient #ing
17176:
17177: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
17178: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
17179:
17180: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
17181: main/pa_globals.C, main/pa_request.C: @conf
17182:
17183: 2002-06-11 paf
17184:
17185: * src/classes/file.C: check simplified
17186:
17187: * src/: classes/file.C, targets/cgi/parser3.dsp,
17188: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
17189: valid prefix
17190:
17191: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
17192: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
17193: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
17194:
17195: 2002-06-10 paf
17196:
17197: * operators.txt, src/classes/op.C, src/include/pa_common.h,
17198: src/main/pa_common.C: lock failures reported now
17199:
17200: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
17201: string->double @ compile time were not-enough-checking...
17202:
17203: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
17204: autoconvert now ignored
17205:
17206: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
17207: check
17208:
17209: * src/classes/mail.C: mail netscape attachment name fixed. todo:
17210: $response:body content-type:name
17211:
17212: * configure, configure.in: hpux check, nsl link, no socket
17213:
17214: * operators.txt: old merge conflict removed
17215:
17216: * configure, configure.in: pack even address access on sparc&co
17217: arch checked in configure
17218:
17219: * configure, src/include/pa_version.h: makes
17220:
17221: * configure, configure.in, src/include/pa_version.h: makes
17222:
17223: * src/main/untaint.C: (bug#2) mail subject got always prepended
17224: with charset even when all letters were 7bit one
17225:
17226: * src/main/pa_common.C: merged fixed -d (bug)
17227:
17228: * src/main/pa_common.C: fixed -d (bug)
17229:
17230: 2002-06-03 paf
17231:
17232: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
17233: src/classes/classes.dsp, src/main/compile.tab.C,
17234: src/main/main.dsp, src/main/pa_globals.C,
17235: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
17236: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
17237: .dsp-s along with reorganized cvs modules dirs structure
17238:
17239: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17240: main/pa_globals.C, targets/cgi/parser3.dsp,
17241: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
17242: modules
17243:
17244: 2002-05-28 paf
17245:
17246: * src/targets/cgi/parser3.C: info.uri now ""
17247:
17248: 2002-05-17 paf
17249:
17250: * src/classes/: table.C: ^table.save << checked empty
17251: pre/match/post columns
17252:
17253: 2002-05-16 paf
17254:
17255: * src/classes/image.C: image::measure can png now
17256:
17257: 2002-05-15 paf
17258:
17259: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
17260: added
17261:
17262: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
17263:
17264: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
17265: %H[:%M[:%S]]]]]] [-%m now
17266:
17267: 2002-05-14 paf
17268:
17269: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
17270:
17271: 2002-05-07 paf
17272:
17273: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
17274: src/include/pa_globals.h, src/include/pa_request.h,
17275: src/include/pa_table.h, src/main/compile.tab.C,
17276: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
17277: src/main/pa_request.C, src/main/pa_table.C,
17278: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
17279: src/targets/isapi/parser3isapi.dsp,
17280: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
17281: name2number field now &. main_method_name now on Request pool
17282: rather on global_pool [Junction+VJunction created on same pool as
17283: name = were created on global pool, causing mem leaks]
17284:
17285: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
17286: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
17287: main/compile.y, main/main.dsp, main/pa_globals.C,
17288: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
17289: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17290: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
17291: field now &. main_method_name now on Request pool rather on
17292: global_pool [Junction+VJunction created on same pool as name =
17293: were created on global pool, causing mem leaks]
17294:
17295: 2002-05-06 paf
17296:
17297: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17298: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17299: 100*40 bytes per request memory leak [nonpool malloc in globals]
17300:
17301: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17302: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17303: 100*40 bytes per request memory leak [nonpool malloc in globals]
17304:
17305: 2002-04-30 paf
17306:
17307: * configure, src/include/pa_version.h: version now not b
17308:
17309: * src/targets/cgi/parser3.C: request.uri now never 0
17310:
17311: 2002-04-29 paf
17312:
17313: * configure.in: removed b
17314:
17315: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
17316: Exception::comment/type checked in (), no there's no empty
17317: type/comment by default
17318:
17319: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
17320: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
17321: src/doc/value.dox, src/include/pa_exception.h,
17322: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
17323: 0001
17324:
17325: 2002-04-26 paf
17326:
17327: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
17328: size reduced
17329:
17330: 2002-04-25 paf
17331:
17332: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
17333: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
17334: now that took into account
17335:
17336: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
17337: 01:03:04]
17338:
17339: * ChangeLog, operators.txt, src/classes/date.C:
17340: ^date::create[2002-12-33 01:03:04]
17341:
17342: * ChangeLog: updated changelog
17343:
17344: * src/classes/table.C: removed restriction on column count to
17345: ^table.hash to work, now must be >0 [were >1]
17346:
17347: 2002-04-24 paf
17348:
17349: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17350: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17351: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
17352: targets
17353:
17354: 2002-04-23 paf
17355:
17356: * operators.txt, src/classes/string.C:
17357: int/double/string:sql{}[$.default{code}] fixed [were barking:
17358: "junction used outside of context"]
17359:
17360: 2002-04-22 paf
17361:
17362: * types.txt, src/classes/string.C, src/include/pa_string.h,
17363: src/main/pa_string.C, src/types/pa_vstring.C,
17364: src/types/pa_vstring.h: ^string.optimize[]
17365:
17366: * src/: include/pa_globals.h, include/pa_table.h,
17367: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
17368: table template
17369:
17370: * src/classes/: string.C: optimize removed from string
17371: .left/right/pos
17372:
17373: * src/main/execute.C: rolled back to
17374: before_killing_userjunction_contexts
17375:
17376: * src/main/execute.C: user junctions context killed
17377:
17378: * src/main/execute.C: junctions to local contexts got
17379: cleanized&checked later
17380:
17381: 2002-04-19 paf
17382:
17383: * src/: classes/string.C, include/pa_request.h,
17384: include/pa_string.h, main/pa_request.C, main/pa_string.C,
17385: types/pa_vstring.C, types/pa_vstring.h: string now optimized
17386: prior to .left .right .mid .pos .match when that is profitable,
17387: and always before .replace when $ORIGINS(1) optimization disabled
17388: economy from not wasting mem on lots of strings which occur by
17389: lots of String:mid calls to get parts of source string between
17390: found_occurances
17391:
17392: * src/classes/file.C: ovector now local economy: 16 bytes per
17393: ^file:list
17394:
17395: * src/: include/pa_globals.h, include/pa_table.h,
17396: main/pa_globals.C, main/pa_string.C: String::match table columns
17397: globalized, not created @ each ^match anymore economy:
17398: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
17399:
17400: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
17401: removed from each String::match replace iteration, and made
17402: stacked sizeof(VTable)=12bytes economy on each replace code
17403:
17404: * src/doc/footer.htm: 2001,
17405:
17406: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
17407: string.match[]['] option enables generation of $match.prematch
17408: .match .postmatch columns
17409:
17410: * src/main/pa_string.C: String::match options analized without
17411: cstr-ing them now
17412:
17413: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
17414: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
17415: config updated to doxygen 1.2.15, created helper which fixes
17416: minor bugs in chm project files & htm tree. changed extension to
17417: .htm
17418:
17419: 2002-04-18 paf
17420:
17421: * src/doc/doxygen.cfg: .chi generation disabled
17422:
17423: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
17424: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
17425: fields&methods
17426:
17427: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
17428: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
17429: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
17430: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
17431: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
17432: types/pa_vresponse.h, types/pa_vstateless_class.h,
17433: types/pa_vstateless_object.h, types/pa_vstatus.h,
17434: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
17435: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
17436: VStateless_class to VObject
17437:
17438: * src/: main/pa_request.C, types/pa_valiased.h,
17439: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17440: types/pa_vstring.h: VStateless_string_object speicalized light
17441: version of VStateless_object
17442:
17443: * src/classes/op.C: ^throw comment param made optional
17444:
17445: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
17446: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
17447: and implemented down in VClass, fclass_alias removed,
17448:
17449: * src/types/pa_value.C: forced to cut that from .h because of
17450: VStateless_class usage [undefined in .h]
17451:
17452: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17453: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17454: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
17455: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
17456: on each CALL]
17457:
17458: * src/: classes/classes.h, classes/date.C, classes/double.C,
17459: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
17460: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
17461: classes/response.C, classes/string.C, classes/table.C,
17462: classes/void.C, classes/xnode.C, include/pa_globals.h,
17463: include/pa_request.h, main/execute.C, main/pa_globals.C,
17464: main/pa_request.C, types/Makefile.am, types/pa_value.h,
17465: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
17466: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17467: types/pa_vstateless_class.h, types/pa_wcontext.C,
17468: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
17469: removed Value::fname
17470:
17471: 2002-04-17 paf
17472:
17473: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
17474: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
17475: doc/pooled.dox, doc/string.dox, doc/targets.dox,
17476: include/pa_pool.h, include/pa_types.h: dox updated to current
17477: state, PTHROW freshen to throw & co
17478:
17479: * src/types/pa_vhash.h: vstring wrong parent fixed
17480:
17481: * src/classes/op.C: taint local result var bug fixed
17482:
17483: 2002-04-16 paf
17484:
17485: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
17486: Attic asm.txt as most interesting
17487:
17488: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
17489: check, preventing content-length: 0 from appearing
17490:
17491: * src/main/execute.C: $result in @main now taken into account as in
17492: usual functions
17493:
17494: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
17495: & @unhandled_exception now taken into account as in usual
17496: functions
17497:
17498: * src/doc/postbuild.txt: instructions on post .html build
17499:
17500: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
17501:
17502: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
17503: tainted
17504:
17505: * src/main/pa_request.C: uri in error log
17506:
17507: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
17508: cheched date:create(days) param for validity [later were assumed
17509: valid and crashed on invalid onces]
17510:
17511: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17512: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
17513: and used that for removing VString wrapper
17514:
17515: * src/classes/op.C: exception2vhash file now tainted
17516:
17517: * src/classes/op.C: _process pseudo origin copied from local var to
17518: heap
17519:
17520: * src/classes/op.C: extra check on empty file in origin in _execute
17521:
17522: 2002-04-15 paf
17523:
17524: * src/: main/execute.C, types/pa_value.h: fixed name update
17525:
17526: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
17527: functions
17528:
17529: * src/: classes/file.C, classes/hash.C, classes/op.C,
17530: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
17531: started dual write_xxx_lang functions, if checked & works
17532:
17533: * src/: classes/date.C, classes/file.C, classes/mail.C,
17534: classes/string.C, classes/xnode.C, include/pa_request.h,
17535: types/pa_value.h, types/pa_wcontext.h: removed absolutely
17536: unnecessary VString shells
17537:
17538: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
17539: prev changes]
17540:
17541: * src/: classes/image.C, classes/op.C, classes/string.C,
17542: classes/table.C, include/pa_request.h, main/execute.C,
17543: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
17544: StringOrValue wcontext result, now ready for dual writes
17545:
17546: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
17547: checked that
17548:
17549: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17550: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
17551: changed to OP_WRITE_VALUE in var get cases
17552:
17553: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
17554: include/pa_request.h, main/compile.tab.C, main/compile.y,
17555: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17556: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
17557: switch in hash constructor fixed [were problems with using of
17558: stacked wwrapper after it's death]
17559:
17560: 2002-04-12 paf
17561:
17562: * operators.txt, src/classes/table.C: table.select(expression) 0
17563:
17564: 2002-04-11 paf
17565:
17566: * src/: classes/string.C, include/pa_request.h, main/execute.C:
17567: Request::process_internal codeFrame & wwrapper stacked [not
17568: wasting heap anymore]
17569:
17570: 2002-04-10 paf
17571:
17572: * src/: classes/double.C, classes/file.C, classes/hash.C,
17573: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
17574: classes/string.C, classes/table.C, classes/void.C,
17575: classes/xdoc.C, include/pa_request.h, main/execute.C,
17576: main/pa_string.C: killed Request::process() wrapping
17577: VString(String) in case we need only String
17578:
17579: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17580: killed 8 bytes from String.head
17581:
17582: 2002-04-09 paf
17583:
17584: * src/: main/compile.tab.C, targets/cgi/parser3.C,
17585: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
17586: local*/char b[...]; a=b; situations
17587:
17588: * operators.txt, src/classes/xdoc.C: xslt params made literal
17589:
17590: * src/classes/xdoc.C: xslt params fixed
17591:
17592: * src/: main/pa_common.C, targets/cgi/parser3.C,
17593: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
17594: not pool.malloc(MAX_NUMBER) but really neaded
17595:
17596: * operators.txt, src/classes/double.C, src/classes/int.C:
17597: int/double.int/double(default)
17598:
17599: 2002-04-04 paf
17600:
17601: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
17602: [when reconstructing pieces were split by
17603: max_integral(piece.size), thus some strings to replace happen to
17604: be split into two = not replaced)
17605:
17606: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
17607: standalone version = current dir
17608:
17609: * src/targets/cgi/parser3.C: document root in standalone version =
17610: current dir
17611:
17612: 2002-04-03 paf
17613:
17614: * configure, configure.in: more checks on nonexistent charset
17615:
1.116 moko 17616: * INSTALL, configure, configure.in: root config configure options
1.95 moko 17617:
17618: 2002-04-02 paf
17619:
17620: * src/main/compile.C: parser.compile [exception name more like in
17621: doc]
17622:
17623: 2002-04-01 paf
17624:
17625: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
17626: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
17627: .content-type.charset, not .charset
17628:
17629: 2002-03-29 paf
17630:
17631: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
17632:
17633: * operators.txt, src/classes/date.C: ^date::create now may not
17634: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
17635: days' year. | 31.05->31.04 roll
17636:
17637: 2002-03-28 paf
17638:
17639: * operators.txt, src/classes/date.C, src/classes/op.C,
17640: src/include/pa_globals.h, src/include/pa_hash.h,
17641: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
17642: ^cache(seconds) ^cache[date] }
17643:
17644: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
17645: param
17646:
17647: 2002-03-27 paf
17648:
17649: * operators.txt, src/classes/date.C, src/classes/double.C,
17650: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
17651: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
17652: src/classes/math.C, src/classes/op.C, src/classes/string.C,
17653: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17654: src/classes/xnode.C, src/include/pa_exception.h,
17655: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
17656: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
17657: src/main/pa_array.C, src/main/pa_charset.C,
17658: src/main/pa_charsets.C, src/main/pa_common.C,
17659: src/main/pa_dictionary.C, src/main/pa_exception.C,
17660: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
17661: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
17662: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
17663: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17664: src/types/pa_value.h, src/types/pa_vcookie.C,
17665: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
17666: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
17667: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
17668: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
17669: src/types/pa_wwrapper.h: assigned exception types
17670:
17671: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
17672: src/include/pa_request.h, src/main/execute.C,
17673: src/main/pa_request.C: decided agains resetting exception_trace,
17674: just changed name
17675:
17676: 2002-03-26 paf
17677:
17678: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
17679: fixed
17680:
17681: * src/classes/op.C: forced language of $source field of exception
17682: to 'tainted', so that sql-langed-frags could be outputed outside
17683: of connect
17684:
17685: * operators.txt: removed date.roll limit of +-1 offset
17686:
17687: * src/classes/date.C: removed date.roll limit of +-1 offset
17688:
17689: * operators.txt, src/classes/date.C: fixed date roll on
17690: daylightsaving days mktime took into account tm_isdst flag, which
17691: remained from BEFORE roll, but should have been reset
17692:
17693: 2002-03-25 paf
17694:
17695: * operators.txt, src/targets/cgi/parser3.C:
17696: http_site_config_filespec
17697:
17698: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
17699: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
17700: with any/both --disable-foreign-group-files --disable-execs
17701:
17702: * INSTALL: "--with=sendmail=COMMAND" comment
17703:
17704: * INSTALL, configure, configure.in, src/classes/mail.C,
17705: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 17706: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
17707: disables execs also. introducing --sendmail
1.95 moko 17708:
17709: * operators.txt: pgsql options comment
17710:
17711: * INSTALL: comment on --disable-link-stdcpp
17712:
1.116 moko 17713: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17714: libstdc++ link skipping configure option
1.95 moko 17715:
17716: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
17717: with error were put to cache with 'marked_to_rollback' flag, all
17718: consequent even OK requests rolled back
17719:
17720: 2002-03-22 paf
17721:
17722: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
17723: false return
17724:
17725: * operators.txt: few comments on sets
17726:
17727: 2002-03-18 paf
17728:
17729: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
17730: src/include/pa_globals.h, src/include/pa_request.h,
17731: src/include/pa_stack.h, src/main/pa_globals.C,
17732: src/main/pa_request.C: introducing ^try
17733:
17734: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
17735: types/pa_vdouble.h: removed some tested @tests
17736:
17737: 2002-03-15 paf
17738:
17739: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
17740:
17741: 2002-03-13 paf
17742:
17743: * src/main/pa_exception.C: checked not-pooled malloc
17744:
17745: 2002-03-11 paf
17746:
17747: * INSTALL, configure, configure.in,
17748: src/include/pa_config_auto.h.in: --disable-foreign-group-files
17749:
17750: * src/main/pa_common.C: --disable-foreign-group-files
17751:
17752: * INSTALL: --disable-execs
17753:
17754: * src/main/pa_exec.C: --disable-execs
17755:
17756: * configure, configure.in, src/include/pa_config_auto.h.in:
17757: --disable-execs
17758:
17759: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
17760:
17761: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
17762: file::exec/cgi linebreaks "0D0A" changed to 0A onces
17763:
17764: 2002-03-05 paf
17765:
17766: * operators.txt, src/classes/date.C: date week calendar columns
17767: named
17768:
17769: * operators.txt, src/classes/date.C: date week calendar columns
17770: named
17771:
17772: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
17773: requires headers to be terminated with \r\n manually [refuses to
17774: separate header/body itself]
17775:
17776: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17777: targets/isapi/parser3isapi.C: isapi site config beside .dll
17778:
17779: 2002-03-04 paf
17780:
17781: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
17782: in PASS language
17783:
17784: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
17785: deserialize checks on broken file
17786:
17787: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
17788: parser3isapi.dsp: isapi updated
17789:
17790: 2002-03-01 paf
17791:
17792: * src/main/pa_exec.C: execle -> execve, now argc OK
17793:
17794: 2002-02-28 paf
17795:
17796: * src/main/untaint.C: removed some debug comments
17797:
17798: * src/main/pa_charsets.C: when placing charset to cache using
17799: global name now [were request]
17800:
17801: * configure, configure.in: apache module updated
17802:
17803: * src/main/pa_string.C: origin by first piece preferred before last
17804: piece
17805:
17806: 2002-02-27 paf
17807:
17808: * src/main/pa_charset.C: size_t
17809:
17810: * INSTALL: shared/static-xml with-pathlink
17811:
17812: * operators.txt: SMTP comment
17813:
17814: 2002-02-26 paf
17815:
17816: * src/main/pa_exec.C: more precise names for vars, cosmetic
17817:
17818: * src/classes/xnode.C: in some situation, xpath query returned
17819: result with type NODESET, but empty nodeset member field, checked
17820: that
17821:
17822: 2002-02-22 paf
17823:
17824: * INSTALL: without-zlib comment
17825:
17826: * etc/parser3.charsets/windows-1251.cfg: °
17827:
17828: * configure, configure.in: glib###.a detection fixed
17829:
17830: * INSTALL: hashfile removed from INSTALL
17831:
1.116 moko 17832: * Makefile.am: make update
1.95 moko 17833:
17834: * src/main/pa_string.C: string iterators fixed again, so were
17835: String::join_chain
17836:
17837: * src/main/pa_string.C: string iterators fixed again, so were
17838: String::join_chain
17839:
17840: * src/: include/pa_string.h, main/pa_string.C: string iterators
17841: fixed again, so were String::join_chain
17842:
17843: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
17844:
17845: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
17846: "session"
17847:
1.116 moko 17848: * configure, configure.in, src/include/pa_config_auto.h.in:
17849: --with-shared-xml --with-static-xml
1.95 moko 17850:
17851: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17852: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17853: types/types.dsp: *.dsp: removed refereces to win32db & ancient
17854: xalan&xml
17855:
17856: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
17857:
17858: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
17859: src/types/types.dsp: removed hashfile support from sources for
17860: now
17861:
1.116 moko 17862: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 17863: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 17864: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
17865: src/include/pa_db_manager.h, src/include/pa_db_table.h,
17866: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 17867: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 17868: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
17869: src/types/Makefile.am, src/types/pa_vhashfile.C,
17870: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 17871:
17872: 2002-02-21 paf
17873:
17874: * src/main/untaint.C: removed debug code, activated commented-for
17875: debug parts
17876:
1.116 moko 17877: * Makefile.am: make cvsupdate
1.95 moko 17878:
17879: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
17880: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
17881: append_row, not at link zero now string to string appending works
17882:
17883: 2002-02-20 paf
17884:
17885: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
17886: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
17887: DEBUG_STRING_APPENDS_VS_EXPANDS
17888:
17889: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17890: economy: 22%
17891:
17892: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17893: space uptimized: string::link_row removed
17894:
17895: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
17896: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
17897: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
17898: types/pa_vstring.h: speed uptimized: string::is_empty
17899:
17900: * operators.txt, src/include/pa_common.h,
17901: src/include/pa_config_fixed.h, src/include/pa_string.h,
17902: src/include/pa_types.h, src/main/compile.tab.C,
17903: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
17904: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
17905: string append optimiziation idea and estimates
17906:
17907: 2002-02-19 paf
17908:
17909: * src/classes/math.C: not used directly [but erroreously reported
17910: that 'is', thus registering twice&other probs]
17911:
17912: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
17913: to node [element]
17914:
17915: * src/main/compile.C: without string_origins parse error
17916: file+line+col possible
17917:
17918: * src/main/: compile.C: without string_origins not worked
17919:
17920: 2002-02-18 paf
17921:
17922: * src/types/pa_vdouble.h: since we have in_expression removed that
17923: trick i've installed into double::as_string
17924:
17925: * src/main/pa_globals.C: extern "C" was removed too fast
17926:
17927: * src/: include/pa_opcode.h, include/pa_request.h,
17928: main/compile.tab.C, main/compile.y, main/execute.C,
17929: types/pa_wcontext.h: in_expression aimed to solve old problem
17930: with string/nonstring values, now in expressions double/int
17931: values are passed as-is, without stupid tostring/fromstring
17932: conversions
17933:
17934: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
17935: __cplusplus } #endif
17936:
17937: * src/main/compile.tab.C: bison env set so one could compile
17938: without cygwin installed
17939:
17940: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17941: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
17942: gnome xml libs parser .dsp-s changed accordingly
17943:
17944: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
17945:
17946: * operators.txt, src/classes/date.C: date::create [were date::set,
17947: with backward comp
17948:
17949: * src/classes/math.C: math:random range check fixed
17950:
17951: * src/main/: compile.tab.C, compile.y: integer division stops name
17952:
17953: * INSTALL: local install comment
17954:
1.116 moko 17955: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 17956:
1.116 moko 17957: * acinclude.m4, aclocal.m4, configure, configure.in,
17958: src/include/pa_config_auto.h.in,
17959: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
17960: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 17961:
17962: * operators.txt: \ comment
17963:
17964: 2002-02-13 paf
17965:
17966: * src/include/pa_config_includes.h: sys/time time both included
17967: now. vaguely remember confilicts on this on some system [not on
17968: six|ablv] so when would see them again would think up proper
17969: check
17970:
1.116 moko 17971: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17972: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 17973:
17974: * src/main/pa_common.C: truncation never occured when writing files
17975: on unix [since i've changed cache mech] fix
17976:
17977: * src/main/pa_common.C: strnchr: sanity check added
17978:
17979: * etc/parser3.charsets/windows-1257.cfg: id added
17980:
17981: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
17982: baltic charset file generated, in generation script ispunct check
17983: added
17984:
17985: 2002-02-08 paf
17986:
1.116 moko 17987: * src/: include/Makefile.am, sql/Makefile.am,
17988: targets/isapi/Makefile.am: forgotten makes
1.95 moko 17989:
17990: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
17991: forgotten
17992:
17993: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
17994:
17995: * INSTALL, README: install&others updated
17996:
17997: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
17998:
1.116 moko 17999: * Makefile.am, configure, configure.in,
18000: etc/parser3.charsets/Makefile.am, src/Makefile.am,
18001: src/classes/Makefile.am, src/main/Makefile.am,
18002: src/main/pa_status_provider.C, src/targets/Makefile.am,
18003: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
18004: works
1.95 moko 18005:
18006: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18007: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18008: classes/hashfile.C, classes/int.C, classes/mail.C,
18009: classes/math.C, classes/op.C, classes/response.C,
18010: classes/string.C, classes/table.C, classes/void.C,
18011: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18012: include/pa_array.h, include/pa_cache_managers.h,
18013: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18014: include/pa_config_fixed.h, include/pa_config_includes.h,
18015: include/pa_db_connection.h, include/pa_db_manager.h,
18016: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18017: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18018: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18019: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18020: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18021: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18022: include/pa_stack.h, include/pa_string.h,
18023: include/pa_stylesheet_connection.h,
18024: include/pa_stylesheet_manager.h, include/pa_table.h,
18025: include/pa_threads.h, include/pa_types.h, main/compile.C,
18026: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18027: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
18028: main/pa_db_connection.C, main/pa_db_manager.C,
18029: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18030: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
18031: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18032: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18033: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18034: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18035: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
18036: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18037: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18038: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18039: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18040: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18041: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
18042: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
18043: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18044: types/pa_vmethod_frame.h, types/pa_vobject.h,
18045: types/pa_vrequest.h, types/pa_vresponse.h,
18046: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18047: types/pa_vstateless_object.h, types/pa_vstatus.C,
18048: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18049: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18050: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
18051: classes/image.C, main/pa_common.C, main/pa_exec.C,
18052: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18053: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
18054: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
18055: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
18056: types/pa_vxnode.C, main/pa_charset.C: name spelling
18057:
18058: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18059: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18060: classes/hashfile.C, classes/image.C, classes/int.C,
18061: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18062: classes/string.C, classes/table.C, classes/void.C,
18063: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18064: include/pa_array.h, include/pa_cache_managers.h,
18065: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18066: include/pa_config_fixed.h, include/pa_config_includes.h,
18067: include/pa_db_connection.h, include/pa_db_manager.h,
18068: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18069: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18070: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18071: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18072: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18073: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18074: include/pa_stack.h, include/pa_string.h,
18075: include/pa_stylesheet_connection.h,
18076: include/pa_stylesheet_manager.h, include/pa_table.h,
18077: include/pa_threads.h, include/pa_types.h, main/compile.C,
18078: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18079: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
18080: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18081: main/pa_db_connection.C, main/pa_db_manager.C,
18082: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18083: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18084: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18085: main/pa_socks.C, main/pa_sql_driver_manager.C,
18086: main/pa_status_provider.C, main/pa_string.C,
18087: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18088: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18089: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18090: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18091: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18092: targets/isapi/pool_storage.h, types/pa_valiased.C,
18093: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18094: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18095: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18096: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18097: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18098: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18099: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18100: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18101: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18102: types/pa_vresponse.h, types/pa_vstateless_class.C,
18103: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18104: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18105: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18106: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18107: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18108: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
18109:
18110: 2002-02-07 paf
18111:
18112: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
18113:
1.116 moko 18114: * configure, configure.in, src/include/pa_config_auto.h.in,
18115: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
18116: added yet another locking function: fcntl
1.95 moko 18117:
18118: * config.sub: on cygwin configure passes it with strange i1586
18119: const, hacked it to mean i586
18120:
18121: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
18122: disabled $if reference due to conflicts with local variables
18123:
18124: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
18125: xdoc::set obsolete now, now xdoc::create, with both sences
18126:
18127: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18128: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18129: table::create now // 'set' name obsolete now table clone.
18130:
18131: * operators.txt, src/classes/string.C,
18132: src/include/pa_config_fixed.h, src/main/compile.tab.C:
18133: ^int/double/string.format now can be called with normal []
18134: brackets, not stupid {} as it were implemented for some strange
18135: reason. retaining backward compatibility due to some
18136: already-implemented servers
18137:
18138: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
18139: main/compile.y, main/compile_tools.C, main/compile_tools.h:
18140: operators now detected by check at name_without_curly_rdive_read
18141: rule whether diving code constists only of
18142: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
18143: with OP_GET_ELEMENT_OR_OPERATOR to form
18144: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
18145:
18146: 2002-02-06 paf
18147:
18148: * configure, configure.in: prefix expanded, grr
18149:
18150: * operators.txt, src/classes/mail.C: mail:send config changed
18151:
18152: 2002-02-05 paf
18153:
18154: * operators.txt: regex options commented
18155:
18156: * src/main/: pa_exec.C: argv0 now correct
18157:
18158: * src/types/pa_vstatus.C: status:rusage 3
18159:
18160: * src/types/pa_vstatus.C: status:rusage 2
18161:
18162: * operators.txt: status:rusage described int operators
18163:
18164: * src/types/pa_vstatus.C: status:rusage 1
18165:
18166: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
18167: src/types/types.dsp: status:rusage
18168:
18169: * configure.in, operators.txt, src/classes/file.C,
18170: src/classes/op.C, src/include/pa_common.h,
18171: src/include/pa_config_includes.h, src/main/compile.tab.C,
18172: src/main/pa_common.C: rewritten ^cache to use
18173: non-blocking-exclusive-caches
18174:
18175: * src/main/pa_common.C: text file read mode on win32 adjusted
18176: [speed impact. was off for debugging purpose, but forgotten
18177: afterwards]
18178:
18179: 2002-02-01 paf
18180:
18181: * src/classes/op.C: file_write does EX lock after create, while
18182: file_read does SH after open, so there's a moment after create
18183: but before EX lock when read can sneak into, and read
18184: just-created-for-writing-and-not-yet-locked file, added a check
18185: for that in ^cache...read
18186:
18187: 2002-01-31 paf
18188:
18189: * src/main/: compile.y, compile.tab.C: disabled operator call after
18190: ^xxx:
18191:
18192: * src/main/: compile.tab.C, execute.C: made operators lookup first
18193: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
18194:
18195: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
18196: main/compile.tab.C, main/compile.y, main/compile_tools.C,
18197: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
18198: operators check 6.1 rewritten. now check is done at compile time
18199:
18200: * src/main/execute.C: operators check 5 floated up old error of
18201: staying in 'entered class/object' state after $a($a..) it
18202: prevented operators from being called thereafter
18203:
18204: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18205: main/execute.C: operators check 4 floated up old error of staying
18206: in 'entered object' state after ^a.a(a) it prevented operators
18207: from being called thereafter
18208:
18209: * src/main/execute.C: operators check 3 floated up old error of
18210: staying in 'entered class' state after $a:a(a) it prevented
18211: operators from being called thereafter
18212:
18213: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
18214: floated up old error of staying in 'entered class' state after
18215: $a:a[a] it prevented operators from being called thereafter
18216:
18217: * src/main/execute.C: operators check, thay mistakenly seen in
18218: $class:operator $object.operators contexts
18219:
18220: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
18221: win32
18222:
1.116 moko 18223: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
18224: src/classes/Makefile.am, src/main/Makefile.am,
18225: src/targets/cgi/Makefile.am,
1.95 moko 18226: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 18227: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 18228:
1.116 moko 18229: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
18230: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
18231: configure, configure.in, form.txt, ident.awk, install-sh,
18232: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
18233: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 18234: etc/parser3.charsets/Makefile.am,
18235: etc/parser3.charsets/koi8-r.cfg,
18236: etc/parser3.charsets/windows-1250.cfg,
18237: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 18238: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
18239: src/main/Makefile.am, src/targets/cgi/Makefile.am,
18240: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
18241: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 18242: straightened installation scripts procedure made
18243: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
18244: change
18245:
18246: 2002-01-30 paf
18247:
18248: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
18249: removed] those comments were a mistake, and prevented libltdl
18250: from function properly
18251:
18252: 2002-01-29 paf
18253:
1.116 moko 18254: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
18255: creation [modified acinclude.m4 which were creating int into just
18256: assignment LIBTOOL=../libtool] added default system
18257: config&charsetts prepared 'make install', now it installs
18258: targets/cgi/parser3 into bin directory etc/parser3.conf &
18259: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 18260: $sysconfdir/parser3.charsets respectively
18261:
18262: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
18263: main/pa_globals.C: few forgotten ifdef XML added
18264:
18265: 2002-01-28 paf
18266:
1.116 moko 18267: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 18268: removed
18269:
18270: * src/main/pa_exception.C: dom|generic error output fix
18271:
18272: * src/classes/xnode.C: xdoc.importNode 3 [check err]
18273:
18274: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
18275:
18276: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
18277: [fixed as_node helper func to accept docs]
18278:
18279: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
18280: xdoc.importNode 0
18281:
18282: * src/classes/xdoc.C: xdoc::set now untaints OK
18283:
18284: 2002-01-25 paf
18285:
18286: * src/main/: compile.tab.C, compile.y: #comment before @ after
18287: @SPECIAL now works OK
18288:
18289: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
18290:
18291: * src/main/pa_exec.C: max arg count now 10, and proper message on
18292: violation that added
18293:
18294: * src/classes/hash.C: unified hash::sql, now
18295: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
18296:
18297: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
18298: ^file:lock[filename]{code}
18299:
18300: * src/: classes/file.C, classes/op.C, classes/string.C,
18301: classes/table.C, classes/xdoc.C, include/pa_common.h,
18302: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
18303: to some pa_common funcs
18304:
18305: * src/: include/pa_charset.h, main/pa_globals.C:
18306: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
18307:
18308: * src/: include/pa_charset.h, main/pa_charset.C,
18309: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
18310: not stupid illegal define
18311:
18312: 2002-01-24 paf
18313:
18314: * src/include/pa_version.h: changed version number
18315:
18316: * src/: classes/hashfile.C, include/pa_db_table.h,
18317: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18318: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18319: main/pa_db_connection.C, main/pa_db_table.C,
18320: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
18321: hashfile without logfiles
18322:
18323: * src/: classes/hashfile.C, include/pa_db_table.h,
18324: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
18325: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
18326: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
18327: DB_INIT_TXN init bits, thus got rid of huge log files, which
18328: cluttered disk without huge need]
18329:
18330: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
18331: handy macro, which is strangly abscent in dome lib
18332:
18333: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
18334:
18335: * src/classes/xdoc.C: checked empty response
18336:
18337: * src/classes/xnode.C: xdoc.select fixed context node [were always
18338: /, not self node]
18339:
18340: * src/classes/xnode.C: xnode.select returns array always now, in
18341: case 'nothing found' returns empty array
18342:
18343: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
18344: be more tender with ctrl/c/v
18345:
18346: 2002-01-23 paf
18347:
18348: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
18349: substituted. // 2. when dom tree with entites goes under
18350: transform text nodes // got [erroreosly] cut on first
18351: entity occurance
18352:
18353: * src/types/pa_vdouble.h: double prec. todo: get rid of
18354: twice-converting
18355:
18356: * src/types/pa_vdouble.h: %.20E now float format when %g produced
18357: 'e' in output this is for regretful twice-converting here:
18358: $a(double value) when they write double falue they convert it to
18359: string first, thus %g were losing precesion.
18360:
18361: todo: think up some way to remove double->string string->double
18362: twice-converting
18363:
18364: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
18365: %.20E now default float format this is for regretful
18366: twice-converting here: $a(double value) when they write double
18367: falue they convert it to string first, thus %g were losing
18368: precesion.
18369:
18370: todo: think up some way to remove double->string string->double
18371: twice-converting
18372:
18373: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18374: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
18375: reasons in comment inside
18376:
18377: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
18378: statically linked]
18379:
18380: * src/: include/pa_exception.h, main/compile.tab.C,
18381: main/pa_exception.C: removed exception va_list constructor. 1.
18382: not needed anymore 2. there were a conflict[causing errors]
18383: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
18384: never detected an ambiguilty here, compiling ctor(, "hello") into
18385: ctor(, va_list) which, of course, caused gpf
18386:
18387: * src/main/pa_globals.C: removed debug xslt messages
18388:
18389: 2002-01-22 paf
18390:
18391: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18392: main/pa_globals.C: xsl stylesheet load: parsed entities, this
18393: helps compiling stylesheet properly. example: this refused to
18394: work, <b>«<xsl:value-of select="@title"
18395: />»</b> stranly worked only this way:
18396: <b>«<xsl:value-of select="@title" />»</b>
18397:
18398: docs says "set it to 1", never going into details, so I decided
18399: to try NOT to do that
18400:
18401: * src/classes/table.C: join behaived badly in case named tables
18402: structure mismatched: 0 strings sneaked into dest failing
18403: afterwards. replaced them with empty strings
18404:
18405: 2002-01-21 paf
18406:
18407: * src/main/pa_charset.C: checked empty transcoders in
18408: transcode_cstr|buf
18409:
18410: * src/classes/xdoc.C: xdoc::load error source = filespec
18411:
18412: * src/classes/xdoc.C: transform error source now
18413: stylesheet_filespec
18414:
1.116 moko 18415: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 18416: include/pa_stylesheet_connection.h, main/pa_charset.C,
18417: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 18418: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
18419: gnome
1.95 moko 18420:
18421: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
18422: include/pa_globals.h, include/pa_stylesheet_connection.h,
18423: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
18424: xslt generic error 1
18425:
18426: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
18427: xml generic message 1
18428:
18429: * src/classes/table.C: ^table::load empty lines or #comments before
18430: headline
18431:
18432: * src/: include/pa_array.h, include/pa_globals.h,
18433: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
18434: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
18435: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
18436: errors 0
18437:
18438: 2002-01-16 paf
18439:
18440: * src/: classes/hash.C, classes/op.C, classes/string.C,
18441: classes/table.C, classes/void.C, classes/xdoc.C,
18442: include/pa_db_connection.h, include/pa_request.h,
18443: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18444: include/pa_stylesheet_connection.h,
18445: include/pa_stylesheet_manager.h, main/pa_request.C,
18446: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18447: targets/cgi/pool_storage.h: auto closers to sql_connection,
18448: stylesheet_connection auto destroyers to remaining gnome objects
18449:
18450: * src/classes/xdoc.C: few comments
18451:
18452: 2002-01-15 paf
18453:
18454: * src/classes/xdoc.C: xdoc file save string
18455:
18456: ready. todo: error handling
18457:
18458: * src/classes/xdoc.C: xdoc save rewritten using
18459: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
18460: result
18461:
18462: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
18463: started output options parsing
18464:
18465: 2002-01-14 paf
18466:
18467: * src/classes/xdoc.C: method
18468:
18469: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18470: include/pa_pool.h, include/pa_stylesheet_connection.h,
18471: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
18472: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
18473: xslt transform0. TODO: use output options handle errors
18474:
18475: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
18476:
18477: 2002-01-11 paf
18478:
18479: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18480: main/compile_tools.C, main/compile_tools.h, main/execute.C:
18481: partial logical && || evaluation
18482:
18483: * src/classes/xnode.C: xpath selectNodes
18484:
18485: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
18486: string/number/bool
18487:
18488: * src/classes/xnode.C: xpath selectNode 2
18489:
18490: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
18491: xpath selectNode 1
18492:
18493: 2002-01-10 paf
18494:
18495: * src/classes/xnode.C: xpath selectNode -100 [just written]
18496:
18497: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18498: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
18499: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
18500: refcounter]
18501:
18502: 2001-12-29 paf
18503:
18504: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
18505: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
18506: glib works 0
18507:
18508: 2001-12-28 paf
18509:
18510: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
18511: main/pa_exception.C: started glib transcoders
18512:
18513: * src/main/pa_globals.C: renamed gdome to libgdome.dll
18514:
18515: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
18516: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
18517: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
18518: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
18519: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
18520: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
18521: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
18522: libs just compiled in. no refcounting no xpath no xslt yet
18523:
18524: 2001-12-27 paf
18525:
18526: * src/: include/pa_charset.h, include/pa_common.h,
18527: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18528: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
18529: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
18530: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
18531: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
18532: from xalan&xerces, started the process. globals [initialization
18533: pool [charset update charset [transcodings vxnode vxdoc [DOM
18534: calls
18535:
18536: * src/classes/Makefile.am: going away from xalan&xerces, not needed
18537: anymore
18538:
18539: 2001-12-26 paf
18540:
18541: * src/: include/pa_charset.h, include/pa_charsets.h,
18542: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
18543: key globalized [bug]
18544:
18545: 2001-12-25 paf
18546:
18547: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
18548: main/pa_string.C: table set & append changed splitting languages,
18549: separators now can be clean AND as-is same to mail command line
18550: $MAIN:MAIL.progX arguments
18551:
18552: 2001-12-24 paf
18553:
18554: * src/classes/mail.C: one parted text messages - no multipart
18555: mime-type anymore. for convinient if $.attach-ments
18556:
18557: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
18558: main/pa_string.C: read from cache size check updated
18559:
18560: * src/main/: pa_string.C: String::join_chain another ugly bug :(
18561:
18562: 2001-12-21 paf
18563:
18564: * src/classes/date.C: date:sql-string now returns localtime
18565:
18566: * src/main/pa_request.C: $result in @main actually not working, to
18567: hell with it for now
18568:
18569: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18570: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
18571: @postprocess @exception
18572:
18573: * src/main/execute.C: junction evaluation canceled - endless
18574: recursion detected
18575:
18576: 2001-12-19 paf
18577:
18578: * src/main/pa_charset.C: charset->charset transcoding via unicode
18579: intermediate
18580:
18581: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
18582:
18583: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
18584:
18585: * src/classes/op.C: ^cache keypath now relative
18586:
18587: * src/classes/mail.C: changed weighting prior to sort
18588:
18589: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
18590: were missing
18591:
18592: 2001-12-17 paf
18593:
18594: * src/main/pa_charset.C: ifndef XML were bad type
18595:
18596: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
18597: outdated unset services_pool
18598:
18599: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
18600: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
18601: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
18602:
18603: * src/main/untaint.C: allowed space in filespec
18604:
18605: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
18606:
18607: * src/classes/image.C: no govno
18608:
18609: * src/classes/image.C: govno
18610:
18611: 2001-12-16 paf
18612:
18613: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
18614:
18615: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
18616: charset_connection&manager replaced by charset&charsets
18617:
18618: * src/main/pa_charset.C: name_cstr 0
18619:
18620: * src/main/untaint.C: uri lang now knows about client/source
18621: charsets
18622:
18623: * src/: classes/file.C, classes/math.C, classes/op.C,
18624: classes/string.C, classes/table.C, classes/xdoc.C,
18625: include/pa_array.h, include/pa_cache_managers.h,
18626: include/pa_charset_connection.h, include/pa_charset_manager.h,
18627: include/pa_common.h, include/pa_db_connection.h,
18628: include/pa_db_manager.h, include/pa_db_table.h,
18629: include/pa_dictionary.h, include/pa_exception.h,
18630: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
18631: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
18632: include/pa_sapi.h, include/pa_socks.h,
18633: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18634: include/pa_string.h, include/pa_stylesheet_connection.h,
18635: include/pa_stylesheet_manager.h, include/pa_table.h,
18636: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
18637: main/pa_charset.C, main/pa_charset_connection.C,
18638: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
18639: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
18640: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
18641: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
18642: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18643: types/types.dsp: introducing Charset
18644:
18645: 2001-12-14 paf
18646:
18647: * src/: include/pa_request.h, include/pa_transcoder.h,
18648: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
18649: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
18650: uri lang
18651:
18652: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
18653:
18654: * src/targets/cgi/Makefile.am: -I../../pcre to .am
18655:
18656: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
18657: defalts_name global
18658:
18659: * src/: include/pa_charset_connection.h, include/pa_pool.h,
18660: include/pa_request.h, main/main.dsp,
18661: main/pa_charset_connection.C, main/pa_charset_manager.C,
18662: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
18663: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
18664: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
18665: changed charset model. now important: $request:charset
18666: $response:charset while $response:content-type.charset become
18667: unimportant [informational]
18668:
18669: 2001-12-13 paf
18670:
18671: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
18672:
18673: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
18674: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
18675: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
18676: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
18677: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
18678: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
18679:
18680: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
18681: auto_ptr part other way, because of stupid gcc 2.96
18682: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
18683: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
18684: FormatterListener] /usr/include/g++-3/memory:48:
18685: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
18686: _Tp1 = FormatterListener, _Tp = FormatterListener]
18687:
18688: * src/classes/xdoc.C: removed extra inc
18689:
18690: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
18691:
18692: * src/include/pa_types.h: msvc head debugging flag
18693:
18694: * src/classes/xdoc.C: freed up listener
18695:
18696: * src/classes/string.C: change msg '... code is not code'
18697:
18698: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
18699: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18700: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
18701: [past/future prob]
18702:
18703: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18704: include/pa_config_fixed.h, include/pa_db_manager.h,
18705: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18706: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
18707:
18708: * src/: include/pa_config_fixed.h, main/pa_common.C,
18709: main/pa_string.C: removed signed mismatch warnings
18710:
18711: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
18712: 'expires' from header outputs
18713:
18714: * src/main/pa_string.C: string::recustruct erroreusly used outdated
18715: row ptr
18716:
18717: * src/classes/file.C: file::cgi bug, request_method were passed to
18718: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
18719:
18720: * src/classes/xdoc.C: lang list updated
18721:
18722: 2001-12-10 paf
18723:
18724: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
18725:
18726: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
18727: erase files like that, knowing their full name introducing //
18728: theoretical problem with, for instance, "_2B" and "." fragments,
18729: // they would yield the same // because
18730: need_file_encode('_')=false // but we need to delete such files
18731: somehow, getting names from ^index
18732:
18733: * src/main/pa_string.C: ^string.replace bug fixed [bad
18734: string::join_chank break]
18735:
18736: 2001-12-07 paf
18737:
18738: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
18739: include/pa_common.h, include/pa_config_auto.h.in,
18740: include/pa_config_fixed.h, include/pa_config_includes.h,
18741: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
18742: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
18743: types/pa_vhashfile.C: merged from r14_simple_cache
18744:
18745: * src/main/pa_string.C: stupid sparc architecture failed to access
18746: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
18747: lduh [ %i2 + 1 ], %l0
18748:
18749: bus error, fixed that
18750:
18751: * src/main/pa_string.C: strange string deserialize bug on
18752: client[pmts], a bit shortened,
18753:
18754: * src/include/pa_config_auto.h.in: makes
18755:
18756: * src/: include/pa_common.h, include/pa_config_fixed.h,
18757: include/pa_config_includes.h, main/pa_common.C: exclusive lock
18758: file write shared lock file read
18759:
18760: * src/: classes/op.C, include/pa_common.h,
18761: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
18762:
18763: 2001-12-06 paf
18764:
18765: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18766: main/pa_request.C: #ifdef RESOURCES_DEBUG
18767:
18768: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
18769: info
18770:
18771: * src/classes/hashfile.C: removed transaction from ^cache
18772:
18773: 2001-12-05 paf
18774:
18775: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
18776: IIS5 there were a prob with illegal call check
18777:
18778: 2001-12-04 paf
18779:
18780: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18781: main/pa_request.C: measures to log
18782:
18783: 2001-11-23 paf
18784:
18785: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18786: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
18787: types/pa_vhashfile.C: merged from _0014, 1
18788:
18789: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18790: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
18791: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
18792: ^cache(33) would change
18793:
18794: 0660 bits in file_write & hashfile create
18795:
18796: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
18797: after pa_string optimization]
18798:
18799: 2001-11-22 paf
18800:
18801: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
18802: table.offset[whence]
18803:
18804: * src/classes/op.C: process cstr(,connection)
18805:
18806: * src/classes/op.C: process now gets its body on current language,
18807: not as-is
18808:
18809: * src/main/untaint.C: ORIGINS mode removed UHTML
18810:
18811: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
18812: bit
18813:
1.116 moko 18814: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 18815:
18816: 2001-11-21 paf
18817:
18818: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
18819: <xsl:output output options made identical to xsl:output
18820: attributes exclusion: cdata-section-elements what xalan can do
18821: but that not used now: it can escape and remove CDATA sections
18822:
18823: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
18824: produced by xslt
18825:
18826: * src/targets/cgi/parser3.C: removed debug cgi||1
18827:
18828: * src/main/: pa_string.C, untaint.C: cached some string::size() es
18829:
18830: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
18831: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
18832: default language for {code}, it happen to change it's language
18833: from CLEAN, so later refused to split by CLEAN \t
18834:
18835: 2001-11-20 paf
18836:
1.116 moko 18837: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
18838: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 18839: bottom of dependeces, so that errors would popup quicklier, fixed
18840: line numbering in table::sql
18841:
18842: 2001-11-19 paf
18843:
18844: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
18845: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
18846: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
18847: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
18848: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
18849: at wcontext.write
18850:
1.116 moko 18851: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 18852: _set_new_handler
18853:
1.116 moko 18854: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
18855: set_new_handler in apache&isapi
1.95 moko 18856:
18857: 2001-11-16 paf
18858:
18859: * src/targets/cgi/parser3.C: pool debug @ die
18860:
18861: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
18862: removed 8 bytes from String, 2 bytes from
18863: string::chunk::row::item
18864:
18865: * src/main/pa_string.C: removed 1+4 bytes from String
18866:
18867: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
18868: types/pa_vstring.C: removed 1+4 bytes from String
18869:
18870: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
18871: 0
18872:
18873: * src/: include/pa_globals.h, include/pa_string.h,
18874: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
18875: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
18876: targets/cgi/parser3.C: introducing estimating
18877: String::cstr_bufsize, 0
18878:
18879: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
18880:
18881: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
18882:
18883: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
18884: include/pa_pool.h: die in pool::fail
18885:
18886: 2001-11-15 paf
18887:
18888: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
18889: main/pa_exception.C, targets/cgi/parser3.C: exception with
18890: dynamic buffer re-back now with counter
18891:
18892: * src/: include/pa_exception.h, main/pa_exception.C: exception with
18893: static buffer back
18894:
18895: * src/targets/cgi/parser3.C: std::
18896:
18897: * src/: classes/classes.awk, include/pa_config_auto.h.in,
18898: include/pa_config_includes.h: setnewhandler check
18899:
1.116 moko 18900: * src/include/pa_config_auto.h.in: makes
1.95 moko 18901:
18902: * src/targets/cgi/parser3.C: set_new_handler started
18903:
18904: 2001-11-14 paf
18905:
18906: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18907: was wrong
18908:
18909: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18910: was wrong
18911:
18912: * src/main/pa_request.C: z
18913:
18914: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
18915: full returns win32 -1 solaris >buffer_size
18916:
18917: checked all that
18918:
18919: * src/classes/op.C: ^untaint{body} as-is default now
18920:
18921: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18922: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
18923: with no_bad_constructors_try
18924:
18925: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18926: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
18927: this: $bred[^string::length[]] $bred[^response::clear[]]
18928: $bred[^int::int[]]
18929:
18930: now VObject creation moved into overriden
18931: VClass::create_new_value, thus 0 from create_new_value means that
18932: class has no ctors
18933:
18934: 2001-11-13 paf
18935:
18936: * src/classes/classes.C: returned accedently removed if in foreach
18937: callbacks [when hash no-0-restructure]
18938:
18939: 2001-11-12 paf
18940:
18941: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
18942: passed as-is to method, xalan makes & into & itself
18943:
18944: * src/classes/date.C: date.roll parser2 alg used
18945:
18946: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
18947: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
18948: main/pa_dictionary.C, main/pa_hash.C,
18949: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
18950: now does not containt 0 values. put 0 actullay removes. no check
18951: on 0 value in foreach now required
18952:
18953: 2001-11-11 paf
18954:
18955: * src/sql/pa_sql_driver.h: removed extra constructor, doc
18956:
18957: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
18958:
18959: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
18960: driver initialize not const
18961:
18962: 2001-11-10 paf
18963:
18964: * src/main/pa_exec.C: doc
18965:
18966: 2001-11-09 paf
18967:
18968: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
18969: param properly
18970:
18971: * src/classes/string.C: string.save now does untainting before
18972: saving
18973:
18974: * src/main/pa_common.C: line endings fixing fixed last piece[was
18975: still cstr oriented]
18976:
18977: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
18978: line endings fixing got rid of cstr, now must work ok with post
18979: multipart
18980:
18981: * src/types/pa_vform.C: line endings fixed at post / multipart /
18982: not file also now
18983:
18984: 2001-11-08 paf
18985:
18986: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18987: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
18988: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
18989: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
18990: main/pa_stylesheet_manager.C: restructured Cache manager to be
18991: simple parent, not second parent [gcc 2.96 strangly refused to
18992: call virtual from second parent]
18993:
1.116 moko 18994: * src/: include/pa_common.h, main/Makefile.am,
18995: targets/cgi/pa_pool.C: makes
1.95 moko 18996:
18997: * src/: include/pa_request.h, main/pa_request.C,
18998: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
18999: 'status' class enabler
19000:
19001: <Location /parser-status.html> ParserStatusAllowed </Location>
19002:
19003: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19004: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19005: include/pa_stylesheet_manager.h, main/main.dsp,
19006: main/pa_cache_managers.C, main/pa_charset_manager.C,
19007: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19008: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19009: types/pa_vstatus.h: cache_managers, maybe-expiring every request
19010: todo: apache 'status' class enabler
19011:
19012: 2001-11-05 paf
19013:
19014: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
19015: debug to normal
19016:
19017: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
19018: hence i removed skipping 0 values in hash::for_each-es we need to
19019: check cleaned cache items manually. few more checks.
19020:
19021: expiring to 0 time was wrong, changed to 'now' time
19022:
19023: * src/targets/cgi/parser3.C: read can return 0, that means sort of
19024: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
19025: on apache already done :)
19026:
19027: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
19028: skipping 0 values in hash::for_each-es we need to check cleaned
19029: cache items manually
19030:
19031: * src/main/: pa_db_connection.C, pa_db_table.C:
19032: parser_multithreaded check was wrong
19033:
19034: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19035: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19036: classes/hashfile.C, classes/image.C, classes/int.C,
19037: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19038: classes/string.C, classes/table.C, classes/void.C,
19039: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19040: include/pa_array.h, include/pa_charset_connection.h,
19041: include/pa_charset_manager.h, include/pa_common.h,
19042: include/pa_config_fixed.h, include/pa_config_includes.h,
19043: include/pa_db_connection.h, include/pa_db_manager.h,
19044: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19045: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19046: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19047: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19048: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19049: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19050: include/pa_stack.h, include/pa_string.h,
19051: include/pa_stylesheet_connection.h,
19052: include/pa_stylesheet_manager.h, include/pa_table.h,
19053: include/pa_threads.h, include/pa_types.h, main/compile.C,
19054: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19055: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
19056: main/pa_charset_manager.C, main/pa_common.C,
19057: main/pa_db_connection.C, main/pa_db_manager.C,
19058: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19059: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19060: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19061: main/pa_socks.C, main/pa_sql_driver_manager.C,
19062: main/pa_status_provider.C, main/pa_string.C,
19063: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19064: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19065: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19066: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19067: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19068: targets/isapi/pool_storage.h, types/pa_valiased.C,
19069: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19070: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19071: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19072: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19073: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19074: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19075: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19076: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19077: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19078: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19079: types/pa_vstateless_object.h, types/pa_vstatus.h,
19080: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
19081: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19082: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19083: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
19084: $status:db fixed used not initialized in db_connection & db_table
19085:
19086: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
19087: $status:charset
19088:
19089: * src/: classes/xdoc.C, include/pa_db_connection.h,
19090: include/pa_stylesheet_connection.h,
19091: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
19092: types/pa_vstatus.h: $status:stylesheet
19093:
19094: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
19095: include/pa_request.h, include/pa_sql_connection.h,
19096: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19097: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
19098: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19099: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19100: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
19101: types/pa_vxnode.C, types/types.dsp: started status parser class
19102:
19103: 2001-11-01 paf
19104:
19105: * src/include/pa_config_auto.h.in: makes
19106:
19107: * src/main/pa_hash.C: removed old extra include
19108:
19109: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
19110: checks [for hp, there are such in math.h]
19111:
19112: * src/classes/op.C: ^for endless loop check strightened
19113:
19114: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
19115: behavior in native calls. it left unchanged, so ^for ^foreach &
19116: co can use r.root to write their i & key,value there
19117:
19118: * src/classes/op.C: detected for var storage bug, fixed.
19119: todo:foreach
19120:
19121: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
19122: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19123: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
19124: changing of hash inside of foreach
19125:
19126: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
19127: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
19128: were hash.foreach
19129:
19130: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
19131: types/pa_vstring.C, types/pa_vstring.h:
19132: ^foreach[key|value]{body}[[separator]|{separator}]
19133:
19134: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
19135: types/pa_vcookie.C: ^hash.delete[key]
19136:
19137: 2001-10-31 paf
19138:
19139: * src/main/: compile.C, pa_common.C: completely empty file now
19140: considered "read", not ignored [not perfect trick used]
19141:
19142: * src/main/pa_common.C: simplier common ifdefs
19143:
19144: * src/main/pa_common.C: typing bug in common - bad ifdeff
19145:
19146: * src/main/pa_db_connection.C: z
19147:
19148: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
19149: lockdetector flags
19150: dbenv.lk_detect=DB_LOCK_RANDOM;
19151:
19152: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
19153: from accidental show [imagine user forgot @exception]
19154:
19155: * src/classes/table.C: ^table.save[[nameless|+append;]path]
19156:
19157: * src/: classes/file.C, classes/image.C, classes/mail.C,
19158: classes/string.C, classes/xnode.C, include/pa_common.h,
19159: main/pa_common.C: ^string.save[[append;]path]
19160:
19161: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19162: main/execute.C: \ in expression: int divide 10/3=3
19163:
19164: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
19165: inside of ^cache
19166:
19167: * src/: include/pa_threads.h, main/pa_db_connection.C,
19168: main/pa_db_table.C, targets/cgi/pa_threads.C,
19169: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
19170: needed
19171:
19172: 2001-10-30 paf
19173:
19174: * src/: classes/classes.dsp, main/main.dsp,
19175: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19176: types/types.dsp: enabled debug incremental compile
19177:
19178: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19179: form post data line endings not reformatted now.
19180:
19181: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
19182: now required [had bug when file= has no value]
19183:
19184: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
19185: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
19186: cstr(asis) default param removed
19187:
19188: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
19189:
19190: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
19191:
19192: * src/include/pa_dir.h: LOAD_DIR fixed
19193:
19194: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
19195: was broken} fix_line_breaks
19196:
19197: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
19198: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
19199: packed with #pragma pack
19200:
1.116 moko 19201: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 19202:
19203: 2001-10-29 paf
19204:
19205: * src/types/pa_wcontext.h: bitfield syntax stricter
19206:
19207: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
19208: string hash.puts
19209:
19210: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
19211:
19212: * src/include/pa_sql_connection.h: there were one wrong
19213: SQL_CONNECTION_FUNC_GUARDED [failed]
19214:
19215: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
19216: param.someday either ifdef or remove it
19217:
19218: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
19219:
19220: * src/main/untaint.C: optimizing returned after debugging
19221:
19222: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19223: main/untaint.C: memory hunging #pragma pack(1)
19224:
19225: 16 419 844 13 169 394
19226:
19227: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19228: targets/cgi/pa_pool.C: String size_t replace to uint in proper
19229: places [todo:Array]
19230:
19231: * src/: main/execute.C, targets/cgi/pa_pool.C,
19232: targets/cgi/parser3.dsp, types/pa_wcontext.h,
19233: types/pa_wwrapper.h: debugging memory WContext flags to bits
19234:
19235: total 5 652 652/158731 total 5 469 332/158731
19236:
19237: * src/: include/pa_array.h, main/pa_array.C: debugging memory
19238: Array:: without cache in get/put now
19239:
19240: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
19241: 18:25:27 2001] total 5 652 652/158731
19242:
19243: * src/: include/pa_string.h, main/pa_string.C,
19244: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
19245: now
19246:
19247: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
19248: 18:11:53 2001] total 5796092/158731
19249:
19250: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
19251: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
19252: key ref now
19253:
19254: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
19255: 17:11:17 2001] total 16867948/202658
19256:
19257: * src/: classes/file.C, classes/image.C, classes/string.C,
19258: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
19259: main/execute.C, main/pa_array.C, main/pa_common.C,
19260: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
19261: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
19262: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
19263: string::as_int/double now usually uses stack, not heap [200K out
19264: of 17M :)] VString(String&) not copies reference [29M -> 17M]
19265:
19266: * src/main/pa_sql_driver_manager.C: ping to have services [old
19267: hiding bug]
19268:
19269: * src/Makefile.am: .am order
19270:
19271: * src/: include/pa_array.h, include/pa_charset_manager.h,
19272: include/pa_db_connection.h, include/pa_db_manager.h,
19273: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
19274: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19275: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
19276: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
19277: required "friend class"
19278:
19279: ../include/pa_request.h:51: friend declaration requires
19280: class-key, i.e. `friend class Temp_lang'
19281:
19282: * src/: include/pa_exception.h, include/pa_sql_connection.h,
19283: main/pa_exception.C, main/pa_sql_driver_manager.C,
19284: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
19285:
19286: the idea is to #1 jump to C++ some function to main body, where
19287: every function stack frame has exception unwind information and
19288: from there... #2 propagate_exception()
19289:
19290: 2001-10-28 paf
19291:
19292: * src/main/pa_db_connection.C: removed old consts
19293:
19294: * src/main/pa_db_connection.C: expire table [was accidently pasted
19295: with wrong type/cast]
19296:
19297: * src/main/: pa_db_connection.C, pa_db_table.C: exception
19298: translation
19299:
1.116 moko 19300: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 19301: remember to build DB2 with -fexceptions!!!
19302:
19303: * src/main/pa_db_table.C: DB_RMW defed
19304:
19305: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
19306: include/pa_db_connection.h, include/pa_db_manager.h,
19307: include/pa_db_table.h, main/pa_db_connection.C,
19308: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
19309:
19310: 2001-10-27 paf
19311:
19312: * src/: classes/hashfile.C, include/pa_db_connection.h,
19313: include/pa_db_table.h, main/pa_db_connection.C,
19314: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
19315: types/pa_vhashfile.C: DB2 ifdefs
19316:
1.116 moko 19317: * src/: classes/Makefile.am, include/pa_config_fixed.h,
19318: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 19319: makes with DB2
19320:
1.116 moko 19321: * src/: include/pa_config_auto.h.in, main/Makefile.am,
19322: types/Makefile.am: makes db
1.95 moko 19323:
19324: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
19325: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
19326: globals.C
19327:
19328: * src/: classes/hashfile.C, include/pa_db_connection.h,
19329: include/pa_db_table.h, main/pa_db_connection.C,
19330: main/pa_db_table.C: ^hashfile.clear[]
19331:
19332: * src/classes/classes.awk: no $ in var names
19333:
19334: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
19335: connection&table [forgotten calls]
19336:
19337: 2001-10-26 paf
19338:
19339: * src/main/pa_db_connection.C: db checkpoints
19340:
19341: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
19342: checkpoints
19343:
19344: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
19345: default. but entities still reparsed. todo: tothink
19346:
19347: * src/main/pa_db_connection.C: db recover mech 2
19348:
19349: * src/: classes/hashfile.C, include/pa_db_connection.h,
19350: include/pa_db_manager.h, include/pa_db_table.h,
19351: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19352: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
19353: types/pa_vhashfile.h: db connections & tables now cached at
19354: create time & multithreaded
19355:
19356: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
19357: parsed_source
19358:
19359: * src/main/pa_db_connection.C: about to remove connection from
19360: vhashfile
19361:
19362: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
19363: transaction commit/rollback responsibility left to parent [as it
19364: sould - else there were a bug with double free]
19365:
19366: * src/include/pa_db_table.h: db: child transaction commit/rollback
19367: responsibility left to parent [as it sould - else there were a
19368: bug with double free]
19369:
19370: 2001-10-25 paf
19371:
19372: * src/: classes/hashfile.C, include/pa_common.h,
19373: include/pa_db_connection.h, include/pa_db_manager.h,
19374: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
19375: types/pa_vhashfile.C, types/pa_vhashfile.h,
19376: include/pa_db_table.h, main/pa_db_table.C: started db_home
19377: [multiple, cached] todo: autorecover [tried, but not succeded,
19378: yet]
19379:
19380: * src/include/pa_dir.h: ancient gpf on dir not found fixed
19381:
19382: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
19383: transaction parent passed
19384:
19385: 2001-10-24 parser
19386:
1.116 moko 19387: * src/classes/Makefile.am: makes
1.95 moko 19388:
19389: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
19390: isapi/pool_storage.h: pool_storage fixed
19391:
19392: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
19393: types/pa_vform.h: form fix_line_breaks
19394:
1.116 moko 19395: * src/targets/cgi/pool_storage.h: makes
1.95 moko 19396:
19397: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
19398: targets/cgi/pool_storage.h: makes
19399:
19400: * src/sql/pa_sql_driver.h: version
19401:
19402: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
19403: types/pa_vform.C, types/pa_vform.h: .am
19404:
19405: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
19406: this: DB_RMW Acquire write locks instead of read locks when doing
19407: the retrieval. Setting this flag may decrease the likelihood of
19408: deadlock during a read-modify-write cycle by immediately
19409: acquiring the write lock during the read part of the cycle so
19410: that another thread of control acquiring a read lock for the same
19411: item, in its own read-modify-write cycle, will not result in
19412: deadlock
19413:
19414: * src/targets/isapi/parser3isapi.dsp: doc
19415:
19416: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
19417:
19418: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
19419:
19420: * src/: classes/hashfile.C, include/pa_db_connection.h,
19421: main/pa_db_connection.C: hashfile expired deleted from db when
19422: get & iterate
19423:
19424: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
19425: expiring 1
19426:
19427: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
19428:
19429: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
19430: db_connection not bothers with key when not returning expired
19431: data
19432:
19433: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19434: types/pa_vhashfile.C: db_cursor constructor public now
19435:
19436: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19437: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
19438: stamped, todo: put_element analize
19439:
19440: * src/: include/pa_db_connection.h, include/pa_string.h,
19441: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
19442: serialize. todo stamp
19443:
19444: 2001-10-23 parser
19445:
19446: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
19447: classes/image.C, classes/mail.C, classes/response.C,
19448: classes/string.C, classes/table.C, classes/xdoc.C,
19449: include/pa_config_fixed.h, include/pa_db_connection.h,
19450: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
19451: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
19452: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
19453: types/pa_vtable.C: ^hashfile.hash[]
19454:
19455: * src/: classes/hashfile.C, classes/xdoc.C,
19456: include/pa_config_fixed.h, main/pa_db_manager.C,
19457: main/pa_globals.C: ifdefs so it compiled without db
19458:
19459: * src/: classes/hashfile.C, include/pa_db_connection.h,
19460: include/pa_db_manager.h, main/pa_db_connection.C,
19461: main/pa_db_manager.C, types/pa_vhashfile.h:
19462: ^hashfile.transaction{code} ^hashfile:clear[filename]
19463: ^hashfile.delete[key]
19464:
19465: 2001-10-22 parser
19466:
19467: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
19468: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
19469:
19470: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
19471: classes/xnode.C, include/pa_charset_connection.h,
19472: include/pa_db_connection.h, include/pa_db_manager.h,
19473: include/pa_exception.h, include/pa_sapi.h,
19474: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19475: include/pa_stylesheet_connection.h,
19476: include/pa_stylesheet_manager.h,
19477: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19478: main/pa_db_connection.C, main/pa_db_manager.C,
19479: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
19480: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19481: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
19482: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
19483: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
19484: types/types.dsp: hashfile 0
19485:
19486: * src/types/pa_vhashfile.C: z
19487:
19488: * src/: classes/classes.dsp, classes/hashfile.C,
19489: include/pa_config_fixed.h, main/execute.C,
19490: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
19491: types/pa_vhashfile.h, types/types.dsp: hashfile -100
19492:
19493: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
19494:
19495: * src/: include/pa_exception.h, include/pa_request.h,
19496: main/execute.C, main/pa_exception.C, main/pa_request.C,
19497: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19498: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
19499:
19500: 2001-10-19 parser
19501:
19502: * src/include/pa_pool.h: header
19503:
19504: * src/main/pa_pool.C: auto compiled on gcc
19505:
19506: * src/classes/image.C: comment
19507:
1.116 moko 19508: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 19509:
19510: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19511: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19512: types/pa_vxnode.h: xnode clone got freed
19513:
19514: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19515: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
19516: can free up xalandomstring resulting from pool::transcode
19517:
19518: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
19519: include/pa_config_fixed.h, include/pa_exception.h,
19520: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
19521: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
19522: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
19523: to c++ exceptions 1xml configure fixed to exclude xalan-patch
19524: from non-xml compile
19525:
19526: * src/main/pa_request.C: pool:: context - get_context
19527:
19528: * src/: classes/classes.h, classes/date.C, classes/double.C,
19529: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
19530: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
19531: classes/string.C, classes/table.C, classes/void.C,
19532: include/pa_config_fixed.h, include/pa_exception.h,
19533: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
19534: main/compile.C, main/compile_tools.C, main/execute.C,
19535: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
19536: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
19537: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19538: main/pa_string.C, main/pa_table.C, main/untaint.C,
19539: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19540: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
19541: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
19542: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
19543: types/pa_vstateless_class.h, types/pa_vtable.C,
19544: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
19545: exceptions 0
19546:
19547: * src/classes/classes.awk: $ removed
19548:
19549: 2001-10-18 parser
19550:
19551: * src/types/pa_vcookie.C: cookie:CLASS
19552:
19553: * src/main/main.dsp: project
19554:
19555: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
19556: set_document & ctor question "who owns document" solved
19557:
19558: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
19559:
19560: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19561: main/pa_pool.C: encoding in dom creating funcs
19562:
19563: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
19564: be transformed now
19565:
19566: * src/classes/xdoc.C: dom created by create can be transformed now
19567:
19568: * src/classes/xdoc.C: z
19569:
19570: * src/classes/xdoc.C: comment
19571:
19572: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
19573: create now uses XercesDocumentBridge, appendChild&co now works
19574:
19575: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
19576: @ recompile
19577:
19578: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
19579: $origin @exception[
19580:
19581: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
19582: tag names forced to XML lang
19583:
19584: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
19585: leechy-found bugs in code&doc fixed
19586:
19587: 2001-10-17 parser
19588:
19589: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
19590: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
19591: n functionality preserved
19592:
19593: * src/types/pa_vimage.h: removed unused vimage::save
19594:
19595: 2001-10-16 parser
19596:
19597: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
19598:
19599: * src/classes/: xnode.C: removed few dom returns & changed op.txt
19600:
19601: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
19602:
19603: * src/classes/image.C: image.copy tolerance
19604:
19605: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
19606: ineffective, but works for small paleted image
19607:
19608: * src/types/pa_vimage.C: comment
19609:
19610: * src/classes/image.C: gd size/resize bugfix
19611:
19612: * src/: classes/classes.dsp, main/main.dsp,
19613: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19614: types/types.dsp: ident >nul 2>&1
19615:
19616: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
19617: systems
19618:
19619: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
19620: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
19621:
19622: 2001-10-15 parser
19623:
19624: * src/main/execute.C: z
19625:
19626: * src/classes/: xdoc.C: !::create{qualifiedName}
19627:
19628: * src/types/pa_vxnode.C: document_type_node.
19629: !readonly attribute DOMString name
19630: !notation_node.
19631: !readonly attribute DOMString publicId
19632: !readonly attribute DOMString systemId
19633:
1.116 moko 19634: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
19635: ::write badly passed string too transparently [failed to
19636: intercept it]
1.95 moko 19637:
19638: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
19639: include/pa_request.h, main/pa_sql_driver_manager.C,
19640: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19641: types/pa_vxnode.h: DOM1 major addtion, only few
19642: attributes/methods left
19643:
19644: 2001-10-13 parser
19645:
19646: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19647: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
19648: in main handler
19649:
19650: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
19651: cleanups & frees order
19652:
19653: * src/types/pa_vcode_frame.h: couple comments
19654:
19655: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
19656: transparent enough to handle hash if creation&passing
19657:
19658: * src/: include/pa_config_fixed.h, main/execute.C,
19659: main/pa_exception.C: noticed that vcodeframe not transparent
19660: enough, would change now
19661:
19662: 2001-10-12 parser
19663:
19664: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
19665: fixed. initialization&free on each thread!
19666:
19667: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
19668: handling changed: now type of default param analized always, not
19669: only at problem time, thus helping early problem spotting
19670:
19671: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
19672: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
19673: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
19674: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
19675: multithread bug fixed. initialization&free on each thread!
19676:
19677: 2001-10-11 parser
19678:
19679: * src/classes/xnode.C: xnode.selectSingle now
19680:
19681: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19682: include/pa_pool.h, include/pa_stylesheet_connection.h,
19683: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
19684: convertors out of Pool into Exception
19685:
19686: * src/main/pa_string.C: const
19687:
19688: * src/: include/pa_string.h, main/pa_string.C: restructured string:
19689: linked pieces of same language together prior to String::replace
19690:
19691: * src/classes/hash.C: !^hash.add[addme]
19692: !^hash.sub[subme]
19693: !^a.union[b] = new
19694: !^a.intersection[b] = new
19695: !^a.intersects[b] = bool
19696:
19697: * src/classes/hash.C: !^hash::append[append_from]
19698:
19699: * src/: classes/hash.C, types/pa_vhash.h:
19700: !^hash::create[[copy_from]]
19701:
19702: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
19703: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
19704: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
19705: fixed. got rid of empty_string, which caused errors - it hasnt
19706: exception but somebody[value.bark] tried to throw it on it's pool
19707:
1.116 moko 19708: * src/include/pa_config_auto.h.in: makes
1.95 moko 19709:
19710: 2001-10-10 parser
19711:
19712: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
19713:
19714: * src/main/: compile.tab.C, compile.y: ^a[
19715:
19716: @next_method << now unclosed ] would be reported here
19717:
19718: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
19719: compile error
19720:
19721: 2001-10-09 parser
19722:
1.116 moko 19723: * src/: classes/Makefile.am, main/Makefile.am,
19724: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 19725:
19726: * src/classes/Makefile.am: makes
19727:
19728: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
19729: win32 errors intercepted [xalan transformer patched and
19730: incorporated]
19731:
19732: * src/: classes/classes.dsp, classes/xdoc.C,
19733: include/pa_stylesheet_connection.h, main/main.dsp,
19734: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19735: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
19736: patches starting
19737:
19738: * src/classes/: string.C, table.C: ^string.save[file]
19739:
19740: * src/classes/: date.C, table.C: calendar moved to date
19741:
19742: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
19743: string/table] now
19744:
19745: * src/classes/: op.C, table.C: z
19746:
19747: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
19748: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
19749: types/pa_vxnode.h: table:menu & op for delims made allowed not to
19750: be code [be string..]
19751:
19752: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
19753: table.C: lots of
19754: params->as_int/double/as_string/as_junction/as_no_junction
19755: messages added
19756:
19757: 2001-10-08 parser
19758:
19759: * src/: classes/date.C, classes/image.C, classes/string.C,
19760: classes/table.C, classes/void.C, include/pa_request.h:
19761: params->as_int/double message added
19762:
19763: * src/classes/image.C: image:circle [and round arc] uses Bresenham
19764:
19765: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
19766: image:sector removed image:html internal "line-*" attribs
19767:
19768: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
19769: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
19770:
19771: * src/types/pa_vcookie.C: removing cookie made more netscape-like
19772: way
19773:
19774: * src/: classes/file.C, classes/form.C, main/pa_common.C,
19775: main/untaint.C: header untainting to UL_HTTP_HEADER,
19776: UL_MAIL_HEADER made nonforced [only tainted pieces]
19777:
19778: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
19779: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
19780: @ SAPI::log
19781:
19782: * src/main/untaint.C: \r to ' ' in origins mode
19783:
19784: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
19785: set]
19786:
19787: * src/: classes/xdoc.C, include/pa_config_fixed.h,
19788: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
19789: nonstandard liaison freed up
19790:
19791: 2001-10-07 parser
19792:
19793: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
19794: project
19795:
19796: 2001-10-05 parser
19797:
19798: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
19799: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
19800: from outputing to cerr. lots of "todos"
19801:
19802: * src/main/untaint.C: http_header tainting more gentle with
19803: enquoting now
19804:
19805: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
19806: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
19807: xml errorhandler. fixed string.replace a little, read @test
19808:
19809: * src/main/pa_string.C: found replace bug - first_that_starts(char
19810: *) does not have limit, and looks further eos, fixing....
19811:
19812: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
19813:
19814: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
19815:
19816: * src/main/: pa_charset_connection.C: ctype another mem clear
19817: bugfix
19818:
1.116 moko 19819: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
19820: $result[^[$p^]z] now works fine
1.95 moko 19821:
19822: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
19823: wrong. fixed it
19824:
19825: * src/main/pa_charset_connection.C: unicode zero pair at the beging
19826: of totable appered to be vital
19827:
19828: 2001-10-04 parser
19829:
19830: * src/classes/image.C: ^image.length[text]
19831:
19832: 2001-10-03 parser
19833:
19834: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
19835:
19836: * src/main/pa_request.C: restored pcre defaulting in request
19837: [mindlessly "optimized" yesterday] comment left
19838:
19839: 2001-10-02 parser
19840:
19841: * src/: main/pa_charset_manager.C,
19842: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
19843: needed
19844:
19845: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
19846: forgot non-xml pool.*charset needed
19847:
19848: * src/classes/table.C: # config comments fixed
19849:
19850: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
19851: charset_connection #comment now
19852:
19853: * src/: classes/classes.dsp, types/types.dsp: release projects
19854: options fixed to use release msvcrt lib
19855:
19856: * src/main/pa_charset_connection.C: pcre tables now const inside
19857: removed default - pcre handles that internally fixed bug on
19858: not-cleaning tables [previously was calloced, now member]
19859:
19860: * src/: include/pa_request.h, main/pa_charset_connection.C,
19861: main/pa_request.C, types/pa_vstring.h: pcre tables now const
19862: inside removed default - pcre handles that internally fixed bug
19863: on not-cleaning tables [previously was calloced, now member]
19864:
19865: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
19866: tested charset reload on file change @ apache version = OK tested
19867: freeing up prev encoding on adding new = OK
19868:
19869: 2001-10-01 parser
19870:
19871: * src/main/pa_charset_connection.C: removed entitify external hack
19872: [internal installed]
19873:
1.116 moko 19874: * src/main/Makefile.am: makes+removed dtd
1.95 moko 19875:
19876: * src/: include/pa_charset_connection.h,
19877: include/pa_charset_manager.h,
19878: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19879: main/pa_charset_connection.C, main/pa_charset_manager.C,
19880: main/pa_request.C: charset loading & caching mech 0
19881:
19882: * src/: include/pa_stylesheet_connection.h,
19883: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19884: main/pa_globals.C, main/pa_request.C: would make charset loading
19885: & caching mech now
19886:
19887: 2001-09-30 parser
19888:
19889: * src/main/pa_request.C: forgot to fill toTable
19890:
19891: * src/: include/pa_config_fixed.h, main/pa_request.C: started
19892: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
19893: failed on win32 for now..
19894:
19895: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
19896: now charsets table configuration variable is: CHARSETS
19897:
19898: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
19899: ctype with unicode 1. todo: no П entities on output somehow
19900:
19901: * src/: classes/file.C, classes/op.C, classes/string.C,
19902: include/pa_request.h, main/pa_request.C: started ctype with
19903: unicode values
19904:
19905: 2001-09-28 parser
19906:
19907: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
19908: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
19909: string passed AS-IS now
19910:
19911: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
19912: way of user-configuring... todo: implement
19913:
19914: 2001-09-27 parser
19915:
19916: * src/classes/table.C: table.sort changed to sort table itself
19917:
19918: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
19919: X^.getElementsByTagName[tagname] = array of xnode
19920: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
19921: nodes removed - regretfully not supported @ xalan. maybe someday
19922: would reimplement, if needed.
19923:
19924: win32build system: solved long waiting anti-non-started-apache
19925: problem
19926:
19927: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
19928: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19929: types/types.dsp: win32 ident make system so not to rebuild
19930: library [ident.C.new]
19931:
19932: 2001-09-26 parser
19933:
19934: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
19935: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
19936: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19937: types/pa_vxnode.C, types/types.dsp: z
19938:
19939: * src/classes/classes.C: forgot one non-xml check
19940:
1.116 moko 19941: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
19942: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 19943:
19944: * src/targets/cgi/parser3.C: z
19945:
19946: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
19947: targets/isapi/parser3isapi.C: #ifdef SMTP
19948:
19949: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
19950: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19951: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
19952: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
19953: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19954: types/types.dsp: xdoc&xnode now
19955:
19956: * src/: classes/classes.C, classes/classes.awk,
19957: classes/classes.dsp, classes/classes.h, classes/date.C,
19958: classes/dnode.C, classes/dnode.h, classes/dom.C,
19959: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19960: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19961: classes/op.C, classes/response.C, classes/string.C,
19962: classes/table.C, classes/void.C, include/pa_array.h,
19963: include/pa_common.h, include/pa_config_fixed.h,
19964: include/pa_config_includes.h, include/pa_dictionary.h,
19965: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19966: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
19967: include/pa_socks.h, include/pa_sql_connection.h,
19968: include/pa_sql_driver_manager.h, include/pa_stack.h,
19969: include/pa_string.h, include/pa_stylesheet_connection.h,
19970: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
19971: include/pa_xslt_stylesheet_manager.h, main/compile.C,
19972: main/compile.y, main/compile_tools.C, main/compile_tools.h,
19973: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
19974: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19975: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19976: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19977: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
19978: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
19979: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19980: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19981: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
19982: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19983: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
19984: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19985: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19986: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19987: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
19988: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
19989: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19990: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
19991: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19992: types/pa_vmethod_frame.h, types/pa_vobject.h,
19993: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19994: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19995: types/pa_vstateless_object.h, types/pa_vstring.C,
19996: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19997: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
19998: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
19999: main.dsp splitted to main+classes+types along to .am
20000:
20001: * src/classes/Makefile.am: removed useless var
20002:
20003: * src/: classes/classes.cmd, main/main.dsp,
20004: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
20005: main.dsp
20006:
20007: 2001-09-25 parser
20008:
20009: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
20010: 1251 though, todo ICU
20011:
1.116 moko 20012: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 20013: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 20014: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
20015: types/pa_vdom.h: xml configure makes
1.95 moko 20016:
20017: 2001-09-24 parser
20018:
1.116 moko 20019: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
20020: types/Makefile.am: makes
1.95 moko 20021:
1.116 moko 20022: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 20023:
20024: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
20025: started unix makes update
20026:
20027: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
20028: started unix makes update
20029:
20030: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
20031:
20032: * src/types/pa_value.h: z
20033:
20034: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
20035: bugs with usinge hash/table in expressions
20036:
20037: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
20038: resolved conflicts fixed [const]
20039:
20040: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
20041: classes/table.C, include/pa_request.h, include/pa_sapi.h,
20042: main/compile.C, main/compile.tab.C, main/compile.y,
20043: main/compile_tools.h, main/main.dsp, main/pa_common.C,
20044: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20045: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
20046: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
20047: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20048: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
20049: with before_xml [merge2 actually didn't happen - i've created
20050: tags on wrong branch. so this merge is in fact re-merge]
20051:
20052: 2001-09-21 parser
20053:
20054: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20055: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
20056: produced "" in make file and sadly wrong interpreted on load]
20057:
1.116 moko 20058: * src/: classes/classes.h, classes/hash.C, classes/op.C,
20059: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
20060: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20061: include/pa_sql_driver_manager.h, include/pa_string.h,
20062: main/compile.tab.C, main/main.dsp, main/pa_common.C,
20063: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
20064: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 20065:
20066: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
20067: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
20068: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
20069: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20070: main/pa_pool.C, main/pa_request.C,
20071: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
20072: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20073: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20074: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
20075: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
20076: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
20077: types/pa_vrequest.C, types/pa_vresponse.h,
20078: types/pa_vstateless_class.C, types/pa_vstring.C,
20079: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
20080: created new projects for sql drivers [planning to remove sql
20081: drivers from main cvs project] first, will join latest changes
20082:
20083: * src/classes/: dom.C: defaulted dom writing methods encoding to
20084: pool.get_charset
20085:
20086: * src/classes/dom.C: defaulted dom writing methods encoding to
20087: pool.get_charset
20088:
20089: * src/include/pa_pool.h: defaulted dom writing methods encoding to
20090: pool.get_charset
20091:
20092: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
20093: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
20094: methods encoding to pool.get_charset
20095:
20096: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
20097: transcoder were created right "unsupported encoding" message.
20098: not @ set time, but @ use time, so until xml output functions
20099: .string, .file, .save used - no encoding name check occur
20100:
20101: reduced transcode buffer size to 60 fixed pool cleanup - no
20102: registration needed, pools are officially destructured
20103:
20104: 2001-09-20 parser
20105:
20106: * src/classes/image.C: 20K preload on jpg measure [image::measure]
20107:
20108: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
20109: $MAIN:DEFAULTS.content-type[$.charset[here]]
20110:
20111: * src/: classes/dnode.C, classes/dom.C,
20112: include/pa_config_includes.h, include/pa_globals.h,
20113: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20114: main/pa_pool.C, targets/cgi/parser3.dsp,
20115: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20116: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
20117: Pool::transcode 0
20118:
20119: * src/classes/dom.C: dom. string save file moved output xml options
20120: to last param and made it optional
20121:
20122: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
20123: dnodes
20124: !$attributenode.specified = boolean
20125: true if the attribute received its value explicitly
20126: in the XML document,
20127: or if a value was assigned programatically with the
20128: setValue function.
20129: false if the attribute value came from the default value
20130: declared in the document's DTD.
20131: !$pinode.target = target of this processing instruction
20132: XML defines this as being the first token following the
20133: markup
20134: that begins the processing instruction.
20135: XPath:
20136: !^node.select[xpath/query/expression] = hash of 0->node0
20137: 1->node1
20138: !^node.select-single[xpath/query/expression] = first node if
20139: any
20140:
20141: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
20142: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
20143: some 'const's added
20144:
20145: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
20146: expression context now, there value = size and boolean value
20147: size!=0
20148:
20149: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
20150: can be used in expression context now, there value = size and
20151: boolean value size!=0
20152:
20153: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
20154: types/pa_vstring.h: dnode .file .string .save moved back to dom
20155: due to strange xalan bug
20156:
20157: 2001-09-18 parser
20158:
20159: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
20160: classes/image.C, classes/op.C, classes/table.C,
20161: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
20162: include/pa_sql_driver_manager.h, main/compile.C,
20163: main/compile.tab.C, main/compile.y, main/compile_tools.h,
20164: main/execute.C, main/pa_common.C, main/pa_request.C,
20165: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20166: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20167: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
20168: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
20169: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
20170: before_xml branch ^if(def $hash) now true only when
20171: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
20172:
20173: * src/: classes/op.C, main/execute.C: operators self changed to
20174: root ^for variable context changed to self
20175:
20176: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
20177: dnode 1
20178:
20179: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
20180: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
20181:
20182: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
20183: poly* fixed
20184:
20185: 2001-09-17 parser
20186:
20187: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
20188: types/pa_vdom.h: started dnode+dom
20189:
20190: dnode DOM methods: $node.name $node.value
20191: ...others...
20192:
20193: ^node.xpath[/rates/USD] = hash
20194: $hash[
20195: $.0[node0]
20196: $.1[node1]
20197: ]
20198:
20199: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
20200: applies to all linear primitives
20201:
20202: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
20203: include/pa_stylesheet_connection.h, main/main.dsp,
20204: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
20205: types/pa_vimage.h: started dnode DOM: $node.name
20206: $node.value ...others... ^node.xpath[/rates/USD] = hash
20207: dom(dnode)
20208:
20209: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
20210: main/compile.y, main/compile_tools.h, main/execute.C,
20211: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
20212: in expression compound($aa.zz.xx) names now can have minus '-' in
20213: name after '.'
20214:
20215: 2001-09-15 parser
20216:
20217: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
20218: image: $line-width ^line(...)[**** style]
20219:
20220: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
20221: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
20222: pool_storage - cleanups first, allocations second. apache wisely
20223: does just like that
20224:
20225: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
20226: rewritten using template, no bugs now
20227:
20228: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
20229: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
20230: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
20231: poorly started isapi pool_storage, would rewrite using template
20232: now
20233:
20234: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
20235: include/pa_stylesheet_connection.h, main/main.dsp,
20236: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
20237: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
20238: xalan objects freed up [introducing Pool::register_cleanup]
20239:
20240: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
20241: comments
20242:
20243: 2001-09-14 parser
20244:
20245: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
20246: z
20247:
20248: * src/: classes/dom.C, classes/file.C, classes/image.C,
20249: classes/mail.C, include/pa_common.h,
20250: include/pa_sql_driver_manager.h, include/pa_string.h,
20251: include/pa_stylesheet_connection.h,
20252: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20253: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
20254: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
20255: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
20256: compiled&cached
20257:
20258: 2001-09-13 parser
20259:
20260: * src/: classes/dom.C, classes/file.C, classes/image.C,
20261: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
20262:
20263: * src/classes/dom.C: dom:file content-type(.method)
20264:
20265: * src/: include/pa_common.h, include/pa_globals.h,
20266: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
20267: string now more informative error messages
20268:
20269: * src/: include/pa_globals.h, include/pa_request.h,
20270: main/pa_request.C, targets/cgi/parser3.C,
20271: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
20272: ParserSiteConfig .../parser3.conf
20273:
20274: cgi&isapi looks for {configure|c:\windows}/parser3.conf
20275:
20276: 2001-09-12 parser
20277:
20278: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20279: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
20280: precise error reporting: "connection string must start with
20281: protocol://" now
20282:
20283: * src/main/compile.tab.C: fixed - subname code parts actually []
20284: braced
20285:
20286: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
20287: lexer on LS_USER level did [] matching without setting nestage,
20288: introduced special LS_NAME_SQUARE_PART state
20289:
20290: 2001-09-11 parser
20291:
20292: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
20293: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
20294: languages+=xml
20295:
20296: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
20297:
20298: * src/classes/dom.C: ^dom:save/string/file[output options] output
20299: options: $.method[xml|html|text] detection fixed
20300:
20301: * src/types/pa_vdom.h: messages
20302:
20303: * src/classes/dom.C: ^dom:save/string/file[output options] output
20304: options: $.method[xml|html|text] detection fixed
20305:
20306: 2001-09-10 parser
20307:
20308: * src/classes/dom.C: ^dom:save/string/file[output options] output
20309: options: $.method[xml|html|text] $.encoding[windows-1251|...]
20310:
20311: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
20312: added]
20313:
20314: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20315: ^dom.xslt[stylesheet filename] 0
20316:
20317: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20318: ^dom.xslt[stylesheet filename] -1 doc is lying
20319:
20320: * src/classes/dom.C: ^dom.file[encoding] = file
20321:
20322: * src/classes/: dom.C: ^dom.string[encoding] 1
20323: ^dom.save[encoding;filename]
20324:
20325: * src/classes/dom.C: ^dom.string[] 0
20326:
20327: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
20328:
20329: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
20330: types/pa_vform.h: ^dom.save[b.xml] 0
20331:
20332: 2001-09-08 parser
20333:
20334: * src/types/pa_vform.C: $form:tables.name.field
20335:
20336: 2001-09-07 parser
20337:
20338: * src/classes/table.C: table:empty removed, superceded by ^if(def
20339: $table)...
20340:
20341: * src/targets/cgi/parser3.C: z
20342:
20343: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
20344: from '' to int/double is 0]
20345:
20346: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
20347: $table) is false when table is empty
20348:
20349: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
20350: !$form:tables $atable[$form:tables.a]
20351: ^atable.menu{a=$atable.element}[,]
20352:
20353: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
20354: types/pa_vform.h, types/pa_vhash.h: !$form:fields
20355:
1.116 moko 20356: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20357: types/pa_vdom.h, types/pa_vform.C: merged with successful start
20358: of dom
20359:
20360: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
20361: types/pa_vform.C, types/pa_vform.h: z
20362:
20363: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
20364: element [not last]
20365:
1.116 moko 20366: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20367: types/pa_vdom.h: introducing dom. dom:load[a.xml]
20368:
20369: 2001-09-06 parser
20370:
20371: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20372: table with one column 'element' and two rows: 1 and 2
20373:
20374: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20375: table with one column 'element' and two rows: 1 and 2
20376:
20377: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
20378: bad int/double conversions, and now $form:nonexistent.int(88)
20379: would return 88
20380:
20381: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
20382: types/pa_vhash.h: now there's special hash key '_default'
20383: [instead of ^_default method] $hash[ $.a[1] $.b[2]
20384: $._default[xx] ] $hash.c
20385:
20386: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
20387: fixed [thanks, fif], ^; were treated there non-literally
20388:
20389: * src/doc/doxygen.cfg: merged new default options from 1.2.10
20390: doxygen
20391:
20392: * src/: classes/image.C, classes/op.C, classes/string.C,
20393: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
20394: types/pa_vtable.C: few #ifndef DOXYGEN
20395:
20396: 2001-09-05 parser
20397:
20398: * src/classes/: string.C, table.C: sql options can be void [same as
20399: image:html the other day]
20400:
20401: * src/targets/cgi/Makefile.am: .am undo
20402:
20403: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20404: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
20405: macro expantion on param, simply qoutes whatever passed, undone
20406:
20407: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20408: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
20409: STRINGIZE(name) #name invented
20410:
20411: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20412: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
20413: MAIN_SQL_DRIVERS_NAME "drivers"
20414:
20415: moved to be availible to all users
20416:
20417: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
20418: SQL_DRIVER_CREATE_FUNC_NAME
20419:
20420: * src/classes/mail.C: MAIN:MAIL check fixed
20421:
20422: 2001-09-04 parser
20423:
20424: * src/classes/image.C: image.html now can accept void params
20425:
20426: * src/targets/isapi/parser3isapi.C: z
20427:
20428: * src/targets/cgi/parser3.C: full_file_spec bug
20429:
20430: * src/targets/cgi/parser3.C: getenvcheck
20431:
20432: * src/targets/cgi/parser3.C: zz
20433:
20434: * src/targets/cgi/parser3.C: zzz
20435:
20436: * src/classes/date.C: date
20437:
20438: * src/classes/date.C: date:sql-string is now without ''
20439:
1.116 moko 20440: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 20441: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
20442: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
20443:
1.116 moko 20444: * src/include/pa_config_auto.h.in: makes
1.95 moko 20445:
20446: 2001-09-03 parser
20447:
20448: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
20449:
20450: 2001-09-01 parser
20451:
20452: * src/classes/image.C: letter_spacing
20453:
20454: * src/classes/image.C: image: font params changed
20455:
20456: * src/classes/image.C: image: as_int as_string used
20457:
20458: * src/types/pa_vmethod_frame.h: $result[] now gets properly
20459: analized
20460:
20461: 2001-08-31 parser
20462:
20463: * src/targets/cgi/parser3.C: z
20464:
1.116 moko 20465: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
20466: cygwin
1.95 moko 20467:
20468: * src/classes/void.C: void:int/double += (default)
20469:
20470: * src/classes/image.C: image:font added space param image:font
20471: changed charwidth alg, added kerning const[for now]
20472:
20473: * src/classes/: string.C, table.C: string:int/double (defaults)
20474:
20475: 2001-08-29 parser
20476:
20477: * src/main/pa_exception.C: exception redundant debug info
20478:
20479: 2001-08-28 parser
20480:
20481: * src/classes/image.C: image error msgs
20482:
20483: * src/classes/image.C: image: gifsize little endian
20484:
20485: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
20486: doxygeneration
20487:
20488: * src/: classes/Makefile.am, main/Makefile.am,
20489: targets/cgi/Makefile.am, types/Makefile.am: .am-s
20490:
20491: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
20492: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
20493:
20494: * src/main/compile.C: NO_STRING_ORIGIN check2
20495:
20496: * src/classes/table.C: NO_STRING_ORIGIN check
20497:
20498: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
20499: storage class specifiers invalid in friend function declarations
20500:
20501: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
20502: main/untaint.C, targets/cgi/parser3.C,
20503: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
20504: case of limit
20505:
20506: * src/: classes/file.C, main/pa_common.C: file:move
20507: autocreate/remove dest/src dir
20508:
20509: * src/: classes/string.C, include/pa_dictionary.h,
20510: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
20511: main/untaint.C: pa_directory speeded up. moved zero 'from' check
20512: to directory constructor. string:replace
20513:
20514: 2001-08-27 parser
20515:
20516: * src/classes/image.C: fixed jpgsize alg
20517:
20518: * src/classes/image.C: fixed jpgsize alg
20519:
20520: * src/main/pa_exception.C: z
20521:
20522: * src/main/pa_common.C: removed debug info from pa_common
20523:
20524: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
20525: [auto.p from current dir loading]
20526:
1.116 moko 20527: * src/: main/pa_common.C, main/pa_exception.C,
20528: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
20529: for solaris -lsocket
1.95 moko 20530:
20531: 2001-08-24 parser
20532:
20533: * src/targets/cgi/parser3.C: not cgi extra \n 3
20534:
20535: * src/targets/cgi/parser3.C: not cgi extra \n 2
20536:
20537: * src/targets/cgi/parser3.C: not cgi extra \n
20538:
20539: * src/main/pa_sql_driver_manager.C: z
20540:
20541: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
20542: sql* removed services from disconnect - cross-request ideological
20543: probs.
20544:
20545: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
20546: cross-request ideological probs. oracle - fixed bug: cs
20547: allocated on request.pool and got freed before disconnect
20548:
20549: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
20550: mallocs fixed
20551:
20552: 2001-08-23 parser
20553:
20554: * src/classes/file.C: minor bug in file:save fixed
20555:
20556: * src/main/pa_sql_driver_manager.C: oracle: dlink
20557:
20558: 2001-08-22 parser
20559:
20560: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
20561: types/pa_vfile.h: file:load|save[text|binary;
20562:
20563: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
20564:
20565: 2001-08-21 parser
20566:
20567: * src/classes/: file.C, table.C: ^file:list
20568:
20569: 2001-08-20 parser
20570:
20571: * src/: main/compile.tab.C, main/compile.y,
20572: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
20573: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
20574: recousively caused problems: inc incremeted 123 literal!! fixed
20575:
20576: 2001-08-10 parser
20577:
20578: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
20579:
20580: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20581: added
20582:
20583: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20584: added
20585:
20586: * src/classes/table.C: table:sort restored [it was bad test :(]
20587:
20588: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
20589: ''
20590:
20591: * src/main/: pa_request.C: wanted to make const int
20592: MAX_EXECUTE_SECONDS=1;
20593:
20594: but couldnt, set_callback_and_alarm appeared to be not exported
20595: :(
20596:
20597: * src/main/pa_string.C: string.match hanged on. there were a hang
20598: check but it weren't wise enough
20599:
20600: @parse[dateString][tmp]
20601: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
20602: #end
20603:
20604: @main[] ^parse[2001-02-03]
20605:
20606: * src/classes/: table.C: table:sort now default desc
20607:
20608: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20609: table.sort now creates new sorted table
20610:
20611: 2001-08-09 parser
20612:
20613: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
20614:
20615: * src/classes/hash.C: hash:_default now [was hash:default]
20616:
20617: * src/classes/op.C: case without switch check added
20618:
20619: * src/types/pa_vcookie.C: cookie name&value origins added, more
20620: precise $ORIGINS(1)
20621:
20622: * src/main/Makefile.am: .am
20623:
20624: * src/classes/void.C: void: int double copy/paste from int: bug
20625: fixed
20626:
20627: * src/classes/void.C: void: int double copy/paste from int: bug
20628: fixed
20629:
20630: 2001-08-07 parser
20631:
20632: * src/: classes/double.C, classes/int.C, classes/string.C,
20633: classes/table.C, include/pa_globals.h, main/pa_globals.C:
20634: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
20635: string, table
20636:
20637: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
20638: srand made working
20639:
20640: 2001-08-06 parser
20641:
20642: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
20643: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
20644: main/compile.tab.C, main/compile.y, main/pa_array.C,
20645: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
20646: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
20647:
20648: * src/main/pa_exec.C: exec win32 real filename
20649:
20650: * src/classes/file.C: exec stderr out
20651:
20652: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
20653:
20654: 2001-08-03 parser
20655:
20656: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
20657:
20658: 2001-08-02 parser
20659:
20660: * src/: classes/string.C, classes/table.C, include/pa_array.h,
20661: main/execute.C, main/pa_exec.C: introducing Array_iter
20662:
20663: * src/main/execute.C: detected quick_get recursion bug. changed to
20664: get@execute, but needs array iterator, separate from array to
20665: avoid it & use caching
20666:
20667: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
20668: bug fixed
20669:
20670: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
20671: main/execute.C, main/pa_globals.C: found another multithread bug
20672: in op.C (last, last global var killed) :)
20673:
20674: 2001-08-01 parser
20675:
20676: * src/: include/pa_dictionary.h, include/pa_globals.h,
20677: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
20678: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20679: main/untaint.C: speeded up typo-html replacements. introducing
20680: Dictionary with first-char caching
20681:
20682: 2001-07-31 parser
20683:
20684: * src/types/Makefile.am: pa_vtable.C added to .am
20685:
20686: * src/main/compile.tab.C: added, so that could be compiled even on
20687: non-bison-enabled platforms
20688:
20689: 2001-07-28 parser
20690:
20691: * src/classes/table.C: table:hash always produces hash, when can't
20692: - empty
20693:
20694: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
20695: skipped \n
20696:
20697: 2001-07-27 parser
20698:
20699: * src/classes/: double.C, int.C, string.C: provided meaningful msg
20700: on int/double/string :sql without result and default
20701:
20702: 2001-07-26 parser
20703:
20704: * src/classes/op.C: fixed bad multithread bug with strangly global
20705: OP
20706:
20707: * src/main/compile.y: $man[$.age[zzz]] 0
20708:
20709: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
20710: creation syntax problem persists. restored $: for a while.
20711: thinking of $man[$.age[zzz]] syntax now
20712:
20713: * src/: classes/double.C, classes/int.C, classes/string.C,
20714: include/pa_opcode.h, main/compile.C, main/compile.y,
20715: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
20716: types/pa_vmethod_frame.h, types/pa_wcontext.h,
20717: types/pa_wwrapper.h: fixing :: realization #1
20718:
20719: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
20720: main/compile_tools.h, main/execute.C, main/pa_request.C,
20721: types/pa_vmethod_frame.h: introducing :: this is constructor call
20722: prefix. ordinary : remains for static accesses
20723:
20724: 2001-07-25 parser
20725:
20726: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
20727: fields 2. methods 3. columns
20728:
20729: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
20730: quote. optimized double&int tostring-s
20731:
20732: * src/main/: compile.C, compile.y, compile_tools.h: allowed
20733: whitespace before first method decl
20734:
20735: * src/classes/table.C: allowed nontable result in table:sql,
20736: results in empty table
20737:
20738: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
20739: lines before first method decl
20740:
20741: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
20742: types/pa_vtable.h: ^table.record[] now $table.fields
20743:
20744: * src/main/compile.y: $var[] is now empty string, not void
20745:
20746: * src/main/: compile.y, execute.C: $var[] is now empty string, not
20747: void
20748:
20749: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
20750: main/pa_globals.C: match replace code context moved to implicit
20751: $match context
20752:
20753: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
20754: main/compile_tools.h, main/execute.C: with killed, code storage
20755: introduced with former 'with' syntax
20756:
20757: 2001-07-24 parser
20758:
20759: * src/: main/compile.C, main/execute.C, main/pa_string.C,
20760: types/pa_value.h: first get_element, next get operator
20761:
20762: * src/main/compile.y: removed @end handling
20763:
20764: * src/main/: compile.C, compile.y: @end handling method2
20765:
20766: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
20767: file:move
20768:
20769: * src/main/pa_common.C: file_read close @ eof when imgsize bug
20770: fixed
20771:
20772: 2001-07-23 parser
20773:
20774: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
20775: driver
20776:
20777: * src/classes/hash.C: changed sql driver query interface
20778:
20779: * src/: classes/hash.C, classes/string.C, classes/table.C,
20780: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
20781: changed sql driver query interface
20782:
20783: 2001-07-20 parser
20784:
20785: * src/types/pa_vrequest.C: X!$browser:type
20786:
20787: * src/: classes/file.C, classes/string.C, include/pa_string.h,
20788: main/execute.C, main/pa_string.C, types/pa_valiased.C,
20789: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
20790: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
20791: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
20792: types/pa_vobject.h, types/pa_vrequest.C,
20793: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
20794: ^class:method dynamic calls allowed. ^BASE.method call disabled.
20795: BASE element globally removed
20796:
20797: 2001-07-18 parser
20798:
20799: * src/classes/file.C: file:exec/cgi msg
20800:
20801: * src/classes/file.C: $file:exit-code renamed to 'status'
20802:
20803: * src/: classes/file.C, main/pa_exec.C: file:exec
20804:
1.116 moko 20805: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20806: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
20807: removed $id from *.in *.am
1.95 moko 20808:
20809: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
20810: abbrevations
20811:
20812: * src/: classes/date.C, classes/mail.C, classes/math.C,
20813: classes/string.C, classes/table.C, include/pa_globals.h,
20814: include/pa_string.h, main/execute.C, main/pa_globals.C,
20815: main/pa_request.C, main/pa_string.C, main/untaint.C,
20816: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
20817: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
20818: $ORIGINS(1) output tracing mode
20819:
20820: 2001-07-13 parser
20821:
20822: * src/: classes/double.C, classes/int.C, classes/string.C,
20823: include/pa_request.h, main/execute.C, main/pa_request.C:
20824: auto.p[@auto], /news/auto.p[no @auto], so that initializing
20825: second would not call first @auto
20826:
20827: * src/main/: execute.C, pa_request.C: order of MAIN parents was
20828: wrong, fixed
20829:
20830: 2001-07-12 parser
20831:
20832: * src/types/pa_value.h: pa_value.putelement modification of system
20833: classes prevented
20834:
20835: 2001-07-11 parser
20836:
20837: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
20838: table $piece
20839:
20840: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
20841: types/pa_vstateless_class.h: $file created by file:state +=
20842: .atime .mtime .ctime +found&fixed bug with exceptions on
20843: get_junction-created objects [they were on wrong pool]
20844:
20845: 2001-07-09 parser
20846:
20847: * src/main/untaint.C: qp wrong name
20848:
20849: * src/: classes/date.C, classes/string.C, classes/table.C,
20850: main/compile.y: date format 0
20851:
20852: 2001-07-07 parser
20853:
20854: * src/: classes/date.C, classes/table.C, include/pa_common.h,
20855: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
20856: roll table calendar
20857:
20858: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
20859: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
20860: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
20861: include/pa_request.h, main/main.dsp, types/pa_value.h,
20862: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
20863: string. todo: sql, calendar
20864:
20865: 2001-07-06 parser
20866:
20867: * src/: classes/math.C, include/pa_request.h, main/execute.C,
20868: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
20869:
20870: 2001-07-03 parser
20871:
20872: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
20873: classes/random.C, main/main.dsp: class random renamed to math,
20874: operators became methods
20875:
20876: * src/classes/op.C: pow sqrt
20877:
20878: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
20879:
20880: 2001-07-02 parser
20881:
20882: * src/classes/table.C: ^table.columns column renamed from 'name' to
20883: 'column'
20884:
20885: * src/classes/hash.C: ^hash.keys[]
20886:
20887: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
20888:
20889: * src/main/: compile.y, compile_tools.h: in expressions now allowed
20890: 'strings'
20891:
20892: 2001-06-29 parser
20893:
20894: * src/main/: execute.C: /0 %0 checkes ver 2
20895:
20896: * src/main/execute.C: /0 %0 checke
20897:
20898: * src/classes/Makefile.am: nothing - void
20899:
20900: * src/classes/table.C: empty strings @ sql
20901:
20902: 2001-06-28 parser
20903:
20904: * src/: classes/double.C, classes/file.C, classes/form.C,
20905: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20906: classes/op.C, classes/random.C, classes/response.C,
20907: classes/string.C, classes/table.C, classes/void.C,
20908: main/compile.C, main/compile_tools.C, main/execute.C,
20909: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20910: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20911: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20912: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20913: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
20914: targets/isapi/parser3isapi.C, main/compile.y: */ static const
20915: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
20916: $";
20917:
20918: * src/: classes/double.C, classes/file.C, classes/form.C,
20919: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20920: classes/op.C, classes/random.C, classes/response.C,
20921: classes/string.C, classes/table.C, classes/void.C,
20922: main/compile.C, main/compile.y, main/compile_tools.C,
20923: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20924: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20925: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20926: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20927: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 20928: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 20929:
20930: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
20931: $class:name: == ${class:name}:
20932:
20933: * src/classes/string.C: exactly one
20934:
20935: 2001-06-27 parser
20936:
20937: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
20938: types/pa_vvoid.h: nothing renamed to void
20939:
20940: * src/classes/op.C: ^switch ^case
20941:
20942: * src/main/compile.y: nothing renamed to void
20943:
20944: * src/: classes/hash.C, classes/table.C, main/compile.y,
20945: main/execute.C, main/main.dsp, main/pa_request.C,
20946: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
20947: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
20948: void
20949:
20950: * src/main/compile.y: lexer: $zzzz^zzzz were name part
20951:
20952: 2001-05-28 parser
20953:
20954: * src/doc/html2chm.cmd: removed >a
20955:
20956: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
20957: project options [some bugs]
20958:
20959: * src/doc/sources2html.cmd: z
20960:
20961: * src/: classes/classes.C, main/compile.C, main/compile.y,
20962: main/execute.C: operators are not in root class again
20963:
20964: 2001-05-24 parser
20965:
20966: * src/targets/cgi/parser3.dsp: project file
20967:
20968: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
20969: ^log ^exp
20970:
20971: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
20972: conversions in @exception[params]
20973:
20974: * src/main/pa_request.C: // no _ conversions in @exception[params]
20975:
20976: 2001-05-23 parser
20977:
20978: * src/main/pa_string.C: string cmp bug
20979:
20980: * src/classes/: mail.C, op.C: rem max 1000
20981:
20982: * src/: classes/op.C, main/compile.y: allow one empty line before
20983: LS_DEF_NAME
20984:
20985: 2001-05-22 parser
20986:
20987: * src/classes/op.C: if params code-required
20988:
20989: 2001-05-21 parser
20990:
20991: * src/types/pa_vstring.C: eoleof
20992:
20993: * src/classes/Makefile.am: .AM
20994:
20995: * src/classes/nothing.C: resultless ^sql moved to nothing:
20996:
20997: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
20998:
20999: * src/: classes/double.C, classes/nothing.C, classes/string.C,
21000: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
21001: types/pa_vunknown.h, classes/hash.C, main/compile.y,
21002: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
21003: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
21004: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
21005: 'nothing'
21006:
21007: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
21008: vstring::set_string
21009:
21010: * src/classes/: double.C, int.C, string.C: int,double;sql
21011:
21012: * src/: classes/hash.C, classes/int.C, classes/string.C,
21013: classes/table.C, include/pa_string.h, main/pa_string.C,
21014: types/pa_vstring.C, types/pa_vstring.h: started int:sql
21015:
21016: * src/: classes/classes.C, classes/hash.C, classes/op.C,
21017: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
21018: hash:sql moved to main trunc. operators.txt updated
21019:
21020: * src/classes/: hash.C, op.C, table.C: hash:sql
21021:
21022: * src/classes/op.C: z
21023:
21024: * src/: main/compile.C, classes/classes.C: 1
21025:
21026: * src/: classes/classes.C, main/compile.C, main/compile.y,
21027: main/execute.C: 0
21028:
21029: * src/main/execute.C: z
21030:
21031: * src/targets/cgi/parser3.C: z
21032:
21033: * src/targets/cgi/parser3.C: argv can be just "parser3". made
21034: site_auto_path "." in that case
21035:
21036: * src/targets/cgi/: parser3.C: z
21037:
21038: * src/main/pa_request.C: .am
21039:
21040: * src/: main/pa_request.C, targets/cgi/parser3.C:
21041: pcre_tables=pcre_default_tables;
21042:
21043: 2001-05-19 parser
21044:
21045: * src/main/pa_string.C: z
21046:
21047: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
21048: introducing String::cstr_bufsize, returns just size+1 for as_is
21049: target.
21050:
21051: * src/: main/untaint.C, targets/cgi/pa_pool.C,
21052: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
21053: used, 4* mem wasted
21054:
21055: * src/classes/string.C: root context in match replace body now
21056: unchanged
21057:
21058: * src/types/pa_value.h: parameter # 1 based
21059:
21060: * src/main/pa_common.C: common: actual filename '%s'
21061:
21062: * src/classes/string.C: z
21063:
21064: * src/classes/Makefile.am: classes/.am
21065:
21066: * src/classes/: Makefile.am: classes/.am
21067:
21068: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
21069: targets/cgi/pa_pool.C: classes/.am
21070:
21071: 2001-05-18 parser
21072:
1.116 moko 21073: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
21074: pa_threads.C ins
1.95 moko 21075:
21076: * src/targets/cgi/Makefile.am: .am pa_threads.C added
21077:
21078: 2001-05-17 parser
21079:
21080: * src/: classes/string.C, include/pa_config_fixed.h,
21081: include/pa_config_includes.h, main/compile.y,
21082: main/compile_tools.h, main/execute.C, main/pa_array.C,
21083: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
21084: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
21085: types/pa_vform.C: #include "pa_config_includes.h" removed from
21086: most .C
21087:
21088: * src/doc/html2chm.cmd: z
21089:
21090: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
21091: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
21092:
21093: * src/main/pa_sql_driver_manager.C: moved expiration to
21094: get_connection_from_cache
21095:
21096: * src/main/pa_sql_driver_manager.C: cache expiration bf
21097:
21098: * src/: classes/classes.h, include/pa_sql_connection.h,
21099: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
21100: cache expiration[use SQL_Driver::disconnect]
21101:
21102: * src/main/pa_table.C: table.locate current restored on "not found"
21103:
21104: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
21105: line no
21106:
21107: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21108: ANTI_ENDLESS_EXECUTE_RECOURSION
21109:
21110: * src/: classes/op.C, include/pa_sql_connection.h,
21111: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
21112: sql/pa_sql_driver.h: fixed problem at last: 2connections own
21113: 1driver and set_services fight for driver::fservices. before fix
21114:
21115: * src/: classes/op.C, include/pa_config_fixed.h,
21116: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21117: main/pa_sql_driver_manager.C: found problem at last: 2connections
21118: own 1driver and set_services fight for driver::fservices. before
21119: fix
21120:
21121: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21122: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21123: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
21124: pa_threads.C
21125:
21126: * src/include/pa_threads.h: removed targets/parser
21127:
21128: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
21129: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
21130: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
21131: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
21132: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
21133: headers
21134:
21135: * src/: classes/image.C, include/pa_sql_driver_manager.h,
21136: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
21137: order prevented sqlmanager to see MULTYTHREAD define
21138:
21139: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21140: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
21141: put/gets
21142:
21143: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
21144: from hash.h
21145:
21146: * src/: classes/op.C, include/pa_sql_connection.h,
21147: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
21148: from cache ->set_services(&services);
21149:
21150: 2001-05-16 parser
21151:
21152: * src/targets/cgi/parser3.C: z
21153:
21154: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
21155: debug, #ifdefed some. would debug later, on more precise sample
21156: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
21157: $name.$tail[$tail!] $name.$tail } ok3
21158:
21159: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
21160: removed array debug. before vstring rebasing
21161:
21162: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
21163: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
21164: array debugged; adjusted
21165:
21166: * src/main/: pa_sql_driver_manager.C, pa_string.C:
21167: SQL_Driver_manager line no for connect/charset errors
21168:
21169: 2001-05-15 parser
21170:
21171: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
21172: main/pa_string.C: string+array made linear grows
21173:
21174: * src/: include/pa_string.h, main/pa_string.C,
21175: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
21176: grow lineary, not exponentialy
21177:
21178: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
21179: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
21180: with fullchunk cmps
21181:
21182: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
21183: 70041= 81
21184:
21185: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
21186: targets/cgi/parser3.C: detected huge mem allocation: size/times
21187: malloc 27809390/368771, calloc 3232/83. would test now
21188:
21189: * src/: classes/random.C, main/compile.y, main/execute.C,
21190: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
21191: numbered params had wrong name - for instance: bad error message
21192: in ^for[] bad body type. fixed
21193:
21194: 2001-05-14 parser
21195:
21196: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
21197: main/untaint.C: ^string.upper|lower[]
21198:
21199: 2001-05-11 parser
21200:
21201: * src/: classes/double.C, classes/image.C, classes/op.C,
21202: classes/string.C, classes/table.C, classes/unknown.C,
21203: main/execute.C, types/pa_value.h, types/pa_vbool.h,
21204: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
21205: types/pa_vunknown.h: op: MAX_LOOPS as_int
21206:
21207: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
21208: .dsp for win32tools
21209:
21210: 2001-05-11 paf
21211:
21212: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
21213: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
21214: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
21215: targets/isapi/kill.pl: moved win32 helpers to /win32tools
21216:
21217: 2001-05-10 paf
21218:
21219: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
21220: for C++, that's all
21221:
1.116 moko 21222: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
21223: pa_config_includes.h: inline wonders
1.95 moko 21224:
21225: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
21226: doc/doxygen.cmd: hash.C added
21227:
21228: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
21229:
21230: * src/main/compile.y: @end grammar: allowed zero strings in control
21231: menthod
21232:
21233: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
21234: pa_vstateless_object.h: changed priority: field before method
21235: lookup in vclass & vobject
21236:
21237: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
21238: grammar: priorities changes [lowerd && prior] vobject: now first
21239: fields, next methods
21240:
21241: 2001-05-08 paf
21242:
21243: * src/main/pa_table.C: table columnname2item on nameless ignored
21244: bark=false. fixed
21245:
21246: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
21247: types/pa_vmethod_frame.h: hash:default works at last!
21248:
21249: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
21250: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
21251: hash:default
21252:
21253: * src/classes/table.C: z
21254:
21255: * src/classes/table.C: table:hash always hash of hash now
21256:
21257: * src/classes/table.C: table:empty return bool now
21258:
21259: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
21260: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21261: types/pa_vtable.h: table:hash
21262:
21263: * src/classes/table.C: table:record have name
21264:
21265: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
21266: returns vunknown
21267:
21268: * src/classes/: double.C, int.C, op.C, string.C:
21269: int,double,string:int[] double[] string:length[] results now have
21270: hames
21271:
21272: * src/: classes/op.C, classes/table.C, main/main.dsp,
21273: types/pa_vtable.h: removed table:find. table:locate and op:eval
21274: now return bool
21275:
21276: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
21277: in method checkparams again. fixed
21278:
21279: 2001-05-07 paf
21280:
21281: * src/doc/chm.cmd: cmd
21282:
21283: * src/: classes/image.C, classes/mail.C, classes/string.C,
21284: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
21285: types/pa_value.h: method reported errors on wrong pool
21286:
21287: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
21288: now
21289:
21290: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
21291: include/code.h, include/pa_opcode.h, main/compile.C,
21292: main/compile_tools.h, main/execute.C, types/pa_value.h,
21293: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21294: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21295: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
21296: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21297: types/pa_vmethod_frame.h, types/pa_vobject.h,
21298: types/pa_vrequest.h, types/pa_vresponse.h,
21299: types/pa_vstateless_class.h, types/pa_vstring.h,
21300: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21301: types/pa_wwrapper.h: pa_code.h
21302:
21303: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
21304:
21305: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
21306: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
21307: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21308: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
21309: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21310: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
21311: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
21312: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
21313: types/pa_vtable.h: dox, split by not clean parts also
21314:
21315: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21316: types/pa_vtable.h: table: fields, then methods. so to enable
21317: 'dir' fields & co. more
21318:
21319: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
21320: so to enable 'dir' fields & co.
21321:
21322: * src/main/compile.y: grammar: @end
21323:
21324: 2001-05-04 paf
21325:
21326: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
21327: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
21328:
21329: * src/: classes/classes.h, classes/double.C, classes/file.C,
21330: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21331: classes/op.C, classes/random.C, classes/response.C,
21332: classes/string.C, classes/table.C, classes/unknown.C,
21333: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
21334: method dox
21335:
21336: 2001-05-03 paf
21337:
21338: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
21339: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21340: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
21341: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21342: doc/string.dox, doc/targets.dox, doc/value.dox,
21343: main/pa_request.C: dox splitted .dox files and added some
21344:
21345: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
21346:
21347: 2001-05-02 paf
21348:
21349: * src/classes/: image.C, table.C: table:dir result are not tainted
21350: by file_name language now
21351:
21352: 2001-04-28 paf
21353:
21354: * src/classes/classes.inc: removed classes.inc
21355:
21356: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
21357: from .am
21358:
21359: * src/classes/classes.awk: skipped classes in .awk
21360:
21361: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
21362: classes/classes.inc, classes/double.C, classes/file.C,
21363: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
21364: classes/string.C, classes/table.C, classes/unknown.C,
21365: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
21366: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
21367: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
21368: pa_methoded back to classes/classes.h
21369:
21370: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
21371:
21372: * src/: classes/Makefile.am, classes/classes.awk,
21373: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
21374: classes/ls.exe, main/bison.exe: classes.inc autogenerator
21375:
21376: * src/: classes/classes.C, classes/classes.h, classes/double.C,
21377: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
21378: classes/response.C, classes/string.C, classes/table.C,
21379: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
21380: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
21381: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
21382: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
21383: include|main/pa_methoded
21384:
21385: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
21386: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
21387:
21388: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
21389: moved some configured data to request::classes_conf moved some
21390: string crations from globals to M... [works]
21391:
21392: * src/: classes/form.C, classes/mail.C, classes/op.C,
21393: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
21394: main/pa_request.C: moved some configured data to
21395: request::classes_conf moved some string crations from globals to
21396: M...
21397:
21398: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
21399: about to move configured data to special request hash
21400:
21401: * src/: classes/classes.C, classes/classes.h, classes/file.C,
21402: classes/form.C, classes/mail.C, include/pa_request.h,
21403: main/pa_request.C: configure started
21404:
21405: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
21406: 2. todo: methoded-configure
21407:
21408: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21409: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21410: classes/_random.h, classes/_response.h, classes/_string.h,
21411: classes/_table.h, classes/_unknown.h, classes/classes.inc,
21412: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21413: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21414: classes/random.C, classes/response.C, classes/string.C,
21415: classes/table.C, classes/unknown.C, include/pa_globals.h,
21416: include/pa_request.h, main/compile.y, main/execute.C,
21417: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21418: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21419: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
21420: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
21421: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21422: types/pa_vrequest.h, types/pa_vresponse.h,
21423: types/pa_vstateless_class.h, types/pa_vstring.h,
21424: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21425: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
21426: methoded-configure
21427:
21428: * src/: classes/file.C, classes/table.C, main/compile.y,
21429: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
21430: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
21431: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
21432:
21433: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
21434: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21435: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21436: classes/random.C, classes/response.C, classes/string.C,
21437: classes/table.C, classes/unknown.C, include/pa_request.h,
21438: main/compile.y, main/execute.C, main/pa_globals.C,
21439: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
21440: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
21441: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
21442: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
21443: beautifying just compiled. todo: debug, configure
21444:
21445: 2001-04-27 paf
21446:
21447: * src/: classes/file.C, classes/image.C, classes/table.C,
21448: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
21449: beautifying -99
21450:
21451: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
21452: classes/_response.h, classes/_unknown.h, classes/classes.C,
21453: classes/classes.h, classes/double.C, classes/file.C,
21454: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21455: classes/op.C, classes/random.C, classes/response.C,
21456: classes/string.C, include/pa_globals.h, main/main.dsp,
21457: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
21458: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21459: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
21460: types/pa_vunknown.h: beautifying -100
21461:
21462: * src/main/compile.y: serge@ found @CLASS bug. fixed
21463:
21464: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
21465: classes/_op.h, classes/_random.h, classes/_table.h,
21466: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
21467: classes/op.C, classes/random.C, classes/response.C,
21468: classes/string.C, classes/table.C, classes/unknown.C,
21469: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21470: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21471: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
21472: beautifying
21473:
21474: 2001-04-26 paf
21475:
21476: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
21477:
21478: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
21479: documentation ++
21480:
21481: * src/: classes/_exec.h, doc/doxygen.cfg,
21482: include/pa_config_fixed.h, include/pa_config_includes.h,
21483: targets/cgi/pa_pool.C: code documentation ++
21484:
21485: * src/: classes/_image.h, classes/op.C, classes/random.C,
21486: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21487: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21488: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
21489: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21490: types/pa_vmethod_frame.h, types/pa_vobject.h,
21491: types/pa_vrequest.C, types/pa_vrequest.h,
21492: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
21493: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
21494: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
21495: code documentation ++
21496:
21497: * src/: classes/image.C, classes/mail.C, classes/string.C,
21498: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
21499: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
21500: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
21501: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21502: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21503: types/pa_vobject.h, types/pa_vstateless_class.h,
21504: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
21505:
21506: * src/main/: pa_request.C, pa_string.C: z
21507:
21508: * src/: include/pa_common.h, include/pa_types.h,
21509: main/pa_sql_driver_manager.C: module [and, guess, isapi]
21510: connection caching fixed. request-pooled-url were stored into
21511: global connectioncache
21512:
21513: 2001-04-25 paf
21514:
21515: * src/: doc/doxygen.cfg, doc/doxygen.txt,
21516: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
21517:
21518: * src/: include/code.h, include/pa_common.h, main/compile.y,
21519: main/execute.C, main/pa_common.C: -d
21520:
21521: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
21522: illegal call check a bit improved, but still under iis no mapping
21523: of dir with parser allowed!
21524:
21525: 2001-04-24 paf
21526:
21527: * src/targets/Makefile.am: apache module lib .am
21528:
21529: * src/main/pa_exec.C: windows32 buildCommand
21530:
21531: 2001-04-23 paf
21532:
21533: * src/targets/cgi/Makefile.am: win32 conditional
21534:
21535: * src/targets/cgi/Makefile.am: win32 conditional
21536:
21537: * src/targets/cgi/Makefile.am: liblink
21538:
21539: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
21540: vfile fields return type
21541:
21542: * src/types/pa_vfile.h: vfile fields return type
21543:
21544: * src/include/pa_config_auto.h.in: .h.in
21545:
21546: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
21547: types/Makefile: makefiles removed
21548:
21549: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
21550: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
21551:
21552: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
21553: [tested: i & g ]
21554:
21555: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
21556: @test noticed series in isapi, check how initialize_random_class
21557: is called! [must be called only once]
21558:
21559: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
21560: would not be 'unknown column'
21561:
21562: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
21563: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
21564:
21565: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
21566: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
21567: [now doesnt]
21568:
21569: * src/targets/cgi/parser3.C: cgi cmdline ver
21570:
21571: * src/targets/cgi/parser3.C: cgi /// @test disable
21572: /cgi-bin/parser3/auto.p
21573:
21574: * src/main/untaint.C: untaint without charset
21575:
21576: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21577: main/pa_common.C: common: file_write /// @test mkdirs
21578: file_delete rmdirs
21579:
21580: * src/main/untaint.C: mail header only once to =?
21581:
21582: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
21583: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
21584: main/untaint.C: untaint - @test optimize whitespaces for
21585: all but 'html'
21586:
21587: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
21588: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
21589: main/untaint.C: untaint - @test mail-header
21590:
21591: 2001-04-20 paf
21592:
21593: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21594: include/pa_request.h, include/pa_string.h, main/compile.y,
21595: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21596: targets/cgi/parser3.C: $MAIN:LOCALE
21597:
21598: * src/main/untaint.C: z
21599:
21600: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
21601:
21602: 2001-04-19 paf
21603:
21604: * src/main/compile_tools.h: $a$b bugfix
21605:
21606: * src/targets/cgi/parser3.C: z
21607:
21608: * src/classes/file.C: z
21609:
21610: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
21611: done: header to $fields. waits for header '\' tricks
21612:
21613: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
21614: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
21615: changed urlencode here and in untaint.C to HTTP standard's " and
21616: \" mech
21617:
21618: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
21619: http://alx/~paf/ doesnt load /auto.p
21620:
21621: 2001-04-18 paf
21622:
21623: * src/main/pa_request.C: 1
21624:
21625: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
21626: linux @alx
21627:
21628: 2001-04-17 paf
21629:
21630: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
21631: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
21632: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
21633: enabled
21634:
21635: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21636: classes/_exec.h, classes/_file.h, classes/_form.h,
21637: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21638: classes/_random.h, classes/_response.h, classes/_string.h,
21639: classes/_table.h, classes/_unknown.h, classes/file.C,
21640: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
21641: include/pa_config_fixed.h, include/pa_config_includes.h,
21642: include/pa_hash.h, include/pa_sql_driver_manager.h,
21643: include/pa_version.h, main/Makefile.am, main/compile.y,
21644: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
21645: main/pa_sql_driver_manager.C, sql/Makefile.am,
21646: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
21647: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
21648: types/pa_vform.C, types/pa_vimage.h: exec @jav
21649:
21650: * src/: include/pa_sql_driver_manager.h,
21651: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21652: types/pa_vimage.h: sql driver interface now has initialize(client
21653: .so)
21654:
21655: 2001-04-16 paf
21656:
21657: * src/Makefile.am: compile2 cygwin
21658:
21659: * src/: include/pa_config_includes.h, main/pa_exec.C,
21660: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
21661:
21662: * src/targets/cgi/Makefile.am: compile0 jav
21663:
21664: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21665: classes/_exec.h, classes/_file.h, classes/_form.h,
21666: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21667: classes/_random.h, classes/_response.h, classes/_string.h,
21668: classes/_table.h, classes/_unknown.h, classes/image.C,
21669: classes/mail.C, classes/op.C, classes/random.C,
21670: include/pa_config_fixed.h, include/pa_config_includes.h,
21671: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
21672: main/compile.y, main/pa_common.C, main/pa_exec.C,
21673: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
21674: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
21675: compile-1
21676:
21677: 2001-04-15 paf
21678:
21679: * src/classes/op.C: z
21680:
21681: * src/classes/table.C: table:empty +=process
21682:
21683: * src/types/pa_value.h: MethodParams !junction
21684:
21685: * src/: classes/_string.h, classes/double.C, classes/file.C,
21686: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21687: classes/random.C, classes/response.C, classes/string.C,
21688: classes/table.C, classes/unknown.C, main/pa_request.C:
21689: MethodParams everywhere
21690:
21691: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
21692: types/pa_vmethod_frame.h: MethodParams in op.C
21693:
21694: 2001-04-12 paf
21695:
21696: * src/: classes/image.C, types/pa_vimage.h: image:font :text
21697:
21698: * src/: classes/_unknown.h, classes/unknown.C,
21699: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21700: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
21701:
21702: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
21703:
21704: * src/classes/image.C: image:gif now does not have params
21705:
21706: * src/classes/image.C:
21707: image:line/fill/rectangle/bar/replace/polygon/polybar
21708:
21709: * src/: classes/image.C, classes/op.C, main/execute.C,
21710: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
21711: for var now written not to r.wcontext, but to r.root cleared
21712: "entered_object" state
21713:
21714: 2001-04-11 paf
21715:
21716: * src/classes/image.C: image:create image:load
21717:
21718: * src/: classes/image.C, main/main.dsp: gd with mem write + image
21719: just compiled
21720:
21721: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21722: todo: gif without file
21723:
21724: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21725: started porting to Pooled descendant
21726:
21727: * src/: classes/image.C, main/execute.C, main/main.dsp,
21728: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
21729: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
21730: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
21731:
21732: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
21733: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
21734: end. switching to python imaging lib
21735:
21736: * src/main/main.dsp: gd+smtp made separate libs
21737:
21738: * src/: include/pa_globals.h, include/pa_string.h,
21739: main/pa_common.C, main/pa_request.C, main/untaint.C,
21740: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
21741: length
21742:
21743: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
21744: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
21745: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
21746: UL_FILE_NAME of posted file name
21747:
21748: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
21749: post [broke when moved post read to core]
21750:
21751: 2001-04-10 paf
21752:
21753: * src/classes/image.C: image:html done
21754:
21755: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
21756:
21757: * src/classes/image.C: z
21758:
21759: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
21760: forgotten!
21761:
21762: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
21763: main/pa_request.C, main/pa_string.C, main/untaint.C,
21764: types/pa_vimage.h: image:measure -90
21765:
21766: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21767: classes/_int.h, classes/_mail.h, classes/_op.h,
21768: classes/_random.h, classes/_response.h, classes/_string.h,
21769: classes/_table.h, classes/file.C, classes/mail.C,
21770: include/pa_common.h, include/pa_globals.h, main/execute.C,
21771: main/main.dsp, main/pa_common.C, main/pa_globals.C,
21772: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
21773: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
21774: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
21775: compiled
21776:
21777: * src/classes/mail.C: minor bug with unclear from/to
21778:
21779: * src/classes/mail.C: sendmail unix skipping defaults
21780:
21781: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
21782: sendmail unix added defaults
21783:
21784: * src/classes/mail.C: unix sendmail compiled. todo:testing
21785:
21786: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
21787:
21788: 2001-04-09 paf
21789:
21790: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
21791: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
21792: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21793: targets/isapi/parser3isapi.dsp: all targets exec
21794:
21795: * src/: include/pa_sapi.h, include/pa_string.h,
21796: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21797: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
21798: args in apache:util.script
21799:
21800: * src/include/pa_string.h: written but not tested exec with env for
21801: unix
21802:
21803: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
21804: targets/cgi/parser3.C: exec win32 env
21805:
21806: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
21807: 0
21808:
21809: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
21810: main/execute.C, main/main.dsp, main/pa_globals.C,
21811: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
21812: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
21813:
21814: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
21815: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
21816:
21817: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
21818: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
21819:
21820: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
21821: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
21822: main/pa_common.C, main/pa_request.C, main/pa_string.C,
21823: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21824: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
21825: exec class just compiled. moved post read to request core
21826:
21827: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
21828: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
21829: main/pa_globals.C, targets/cgi/parser3.C,
21830: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
21831: are already read by vform
21832:
21833: 2001-04-08 paf
21834:
21835: * src/: classes/file.C, classes/mail.C, classes/string.C,
21836: include/pa_request.h, include/pa_string.h, main/pa_request.C:
21837: uuencode. string<<
21838:
21839: 2001-04-07 paf
21840:
21841: * src/classes/mail.C: z
21842:
21843: * src/classes/mail.C: z
21844:
21845: * src/classes/mail.C: ^mail[$attach
21846:
21847: * src/classes/mail.C: ^attach dead end
21848:
21849: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
21850: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21851: targets/isapi/parser3isapi.C: mail:send 1
21852:
21853: * src/: classes/mail.C, main/pa_request.C: z
21854:
21855: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
21856: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
21857: compiled
21858:
21859: * src/classes/mail.C: +=
21860:
21861: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
21862: prepared
21863:
21864: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
21865: include/pa_globals.h, include/pa_string.h, main/main.dsp,
21866: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21867: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
21868:
21869: 2001-04-06 paf
21870:
21871: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
21872: main/pa_string.C: table:dir 1
21873:
21874: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
21875: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
21876:
21877: * src/: classes/_op.h, classes/_root.h, classes/op.C,
21878: classes/root.C, include/pa_globals.h, include/pa_request.h,
21879: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
21880: main/pa_request.C: renamed 'root' to 'op'
21881:
21882: * src/classes/: _op.h, op.C: renamed from 'root'
21883:
21884: * src/types/pa_valiased.C: another root inherititance skipped
21885:
21886: * src/main/: compile.C, compile.y, execute.C: operators are now not
21887: root methods of parent class. just 'ROOT' class
21888:
21889: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
21890: @office
21891:
21892: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
21893:
21894: 2001-04-05 paf
21895:
21896: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
21897: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
21898: constructor flag dropped at get_method_frame and remembered into
21899: method_frame
21900:
21901: * src/: classes/file.C, classes/root.C, classes/string.C,
21902: classes/table.C, main/pa_request.C: junction to code&expression
21903: in errors
21904:
21905: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
21906: main/pa_string.C, targets/isapi/parser3isapi.dsp:
21907: $LOCALE:ctype[Russian_Russia.1251]
21908:
21909: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21910: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
21911: main/pa_table.C: hash now not thread-safe.
21912:
21913: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
21914: main/untaint.C: z
21915:
21916: * src/: classes/random.C, classes/root.C, classes/table.C,
21917: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
21918: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
21919: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
21920: types/pa_wcontext.h: sql quote. string untaint UL_SQL
21921:
21922: * src/: classes/table.C, include/pa_sql_connection.h,
21923: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
21924:
21925: * src/classes/table.C: select * from hren error contains statement
21926:
21927: * src/: classes/table.C, include/pa_sql_connection.h,
21928: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
21929: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
21930:
21931: * src/: classes/root.C, include/pa_sql_connection.h,
21932: include/pa_sql_driver.h, main/main.dsp,
21933: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
21934: services for conv memory & error reporting
21935:
21936: 2001-04-04 paf
21937:
21938: * src/doc/doxygen.cfg: z
21939:
21940: * src/include/pa_sql_driver.h: mysql connect
21941:
21942: * src/include/pa_sql_driver.h: mysql info
21943:
21944: * src/: classes/root.C, include/pa_sql_driver.h,
21945: include/pa_sql_driver_manager.h, main/main.dsp,
21946: main/pa_sql_driver_manager.C: more manager&connection&driver
21947:
21948: * src/sql/Makefile.am: forgot to add mysql client
21949:
21950: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
21951: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
21952: [forgot to add libltdl, added]
21953:
21954: * src/: Makefile.am, classes/root.C, classes/string.C,
21955: classes/table.C, include/pa_globals.h, include/pa_hash.h,
21956: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
21957: include/pa_string.h, include/pa_table.h, main/main.dsp,
21958: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
21959: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
21960: -1000 just compiled
21961:
21962: * src/: classes/random.C, classes/root.C, classes/table.C,
21963: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
21964: main/pa_request.C, types/pa_vclass.h: sql frame -10
21965:
21966: 2001-04-03 paf
21967:
21968: * src/types/pa_vform.C: z
21969:
21970: * src/: classes/string.C, types/pa_vform.C: string:match replace
21971: assigned lang
21972:
21973: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
21974: {}[]< empty []
21975:
21976: * src/: classes/file.C, classes/string.C, classes/table.C,
21977: include/pa_string.h, main/pa_common.C, main/pa_string.C,
21978: main/untaint.C: string:match replace 2. string.cstr(forced lang)
21979:
21980: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21981: string:match replace strange matches
21982:
21983: * src/classes/string.C: string:match replace 0
21984:
21985: * src/: classes/string.C, main/pa_string.C: string:match replace
21986: prepared 2
21987:
21988: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21989: string:match replace prepared
21990:
21991: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21992: string:match replace -11
21993:
21994: * src/: classes/string.C, include/pa_globals.h,
21995: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
21996: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
21997:
21998: * src/: classes/string.C, include/pa_globals.h,
21999: include/pa_string.h, main/main.dsp, main/pa_globals.C,
22000: main/pa_string.C: string:match [search] -1 just compiled
22001:
22002: * src/types/pa_vstring.C: z
22003:
22004: * src/: classes/double.C, classes/file.C, classes/form.C,
22005: classes/int.C, classes/response.C, classes/root.C,
22006: classes/string.C, classes/table.C, include/pa_string.h,
22007: main/pa_string.C: string:match -10 [frame]
22008:
22009: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
22010: main/pa_request.C: z
22011:
22012: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
22013: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
22014: todo/tests
22015:
22016: * src/include/pa_common.h: z
22017:
22018: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
22019: main/pa_request.C, targets/cgi/parser3.C,
22020: targets/isapi/parser3isapi.C, types/pa_vfile.C:
22021: content-disposition
22022:
22023: * src/: include/pa_common.h, include/pa_globals.h,
22024: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22025: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
22026:
22027: * src/: include/pa_common.h, include/pa_request.h,
22028: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
22029: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22030: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
22031: response:body
22032:
22033: * src/classes/table.C: table:append now uses string::split
22034:
22035: * src/classes/table.C: z
22036:
22037: * src/: classes/file.C, classes/root.C, classes/string.C,
22038: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
22039: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
22040: include/pa_string.h, main/execute.C, main/pa_string.C,
22041: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
22042: string::pos & cmp & piece bugs fixed. string::split new
22043: table:load separated from set table:set implemented with clean \n
22044: \t searches
22045:
22046: 2001-04-02 paf
22047:
22048: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22049: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
22050: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22051: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
22052: it in table:set/load
22053:
22054: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
22055: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
22056:
22057: * src/classes/random.C: random:generate 1
22058:
22059: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
22060: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22061: types/pa_value.h: random:generate
22062:
22063: 2001-03-30 paf
22064:
22065: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
22066: todo: table flip and append. string::pos
22067:
22068: * src/: classes/double.C, classes/file.C, classes/int.C,
22069: classes/response.C, classes/root.C, classes/string.C,
22070: classes/table.C, main/compile.y, main/execute.C,
22071: types/pa_value.h, types/pa_vstateless_class.C,
22072: types/pa_vstateless_class.h: static|dynamic|any method
22073: registration
22074:
22075: * src/: classes/file.C, classes/table.C, include/pa_table.h,
22076: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
22077: table:flip
22078:
22079: 2001-03-29 paf
22080:
22081: * src/classes/string.C: string:xsplit forgot that they must result
22082: in 1 row N column [not vice versa]
22083:
22084: * src/classes/string.C: z
22085:
22086: * src/classes/string.C: string: rsplit
22087:
22088: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22089: string: lsplit
22090:
22091: * src/: classes/string.C, include/pa_string.h, main/execute.C,
22092: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
22093: lsplit -1
22094:
22095: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
22096: string: pos
22097:
22098: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22099: string: pos -1
22100:
22101: * src/: classes/string.C, classes/table.C, include/pa_string.h,
22102: main/compile.y, main/pa_request.C, main/pa_string.C,
22103: main/untaint.C: string: left right mid
22104:
22105: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
22106: main/compile_tools.h, main/main.dsp, types/pa_value.h,
22107: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
22108: and [;] are different now.
22109:
22110: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22111: main/untaint.C: pool.request undone
22112:
22113: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22114: main/untaint.C: pool.request
22115:
22116: 2001-03-28 paf
22117:
22118: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22119: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22120: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
22121: $request:browser [.type .version]; unknown.get_double now = 0.
22122:
22123: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22124: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
22125: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
22126: types/pa_vform.C: file:load autodetection of mime-type by
22127: user-file-name
22128:
22129: * src/: classes/file.C, main/execute.C, main/pa_common.C,
22130: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
22131: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
22132:
22133: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22134: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
22135: write. must be self.set
22136:
22137: * src/: classes/file.C, classes/root.C, classes/table.C,
22138: include/pa_table.h, main/pa_table.C: table:locate1, file:test
22139:
22140: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
22141: include/pa_table.h, main/pa_array.C, main/pa_table.C,
22142: types/pa_vtable.h: table:locate just compiled
22143:
22144: 2001-03-27 paf
22145:
22146: * src/main/: execute.C, pa_common.C: fixed r/w context of
22147: code-params2, fixed ntfs hardlink slow dir update
22148:
22149: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
22150: types/pa_wcontext.h: fixed r/w context of code-params
22151:
22152: * src/: classes/table.C, main/execute.C: about to change junction
22153: rcontext!!
22154:
22155: * src/: classes/double.C, classes/int.C, classes/root.C,
22156: classes/string.C, classes/table.C, main/compile_tools.C,
22157: main/execute.C, main/pa_request.C, main/untaint.C,
22158: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
22159: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22160: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
22161: types/pa_vunknown.h: sort 0
22162:
22163: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
22164: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
22165: renamed to are_static_calls_disabled
22166:
22167: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
22168: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
22169: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22170: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
22171:
22172: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
22173:
22174: * src/: classes/table.C, include/pa_common.h, main/compile.y:
22175: started table:sort fixed minor bug in #...^{
22176:
22177: * src/: classes/table.C, include/pa_common.h, main/compile.y,
22178: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
22179: decided to have as it were. stepped back. grammar: added 'in'
22180: 'is' 'lt'&co follow-space check
22181:
22182: 2001-03-26 paf
22183:
22184: * src/: classes/file.C, classes/root.C, classes/table.C,
22185: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
22186: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22187: main/pa_table.C: moved ::save to pa_table. disabled @auto
22188: invocation in ^process
22189:
22190: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
22191:
22192: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
22193: main/pa_array.C: table:record
22194:
22195: * src/: main/untaint.C, targets/cgi/parser3.C,
22196: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22197: targets/isapi/pool_storage.h, types/pa_valiased.h,
22198: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
22199: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
22200: types/pa_vtable.h: z
22201:
22202: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
22203: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
22204: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22205: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
22206: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
22207: method realisations on 'self' validity - they now can simply
22208: assume that 'self' is V{Proper} .
22209:
22210: 2001-03-25 paf
22211:
22212: * src/main/untaint.C: z
22213:
22214: * src/main/: pa_request.C, untaint.C: moved default typo-table to
22215: lowlevel - it initialization could be skipped if failed in @auto.
22216: so that exception report would use some table
22217:
22218: * src/main/pa_request.C: table empty lines ignored. system-default
22219: content type assigned in output:result [can fail in main:auto and
22220: skipped normal defaults extraction]
22221:
22222: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
22223: bug
22224:
22225: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
22226: processing to table [except preliminary \r\n \r \n replacements
22227: to "\n"]
22228:
22229: * src/: classes/table.C, main/untaint.C: html-typo - decided to
22230: move all the processing to table
22231:
22232: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
22233: main/pa_table.C, main/untaint.C: returned table originating.
22234: useful for reporting typo table problems origin. think would be
22235: useful somewhere else
22236:
22237: * src/main/untaint.C: typo \r \r\n \n properly handled
22238:
22239: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
22240: include/pa_table.h, main/compile.y, main/compile_tools.C,
22241: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
22242: main/pa_string.C, main/pa_table.C, main/untaint.C,
22243: types/pa_vcookie.h: typo & typo-default
22244:
22245: 2001-03-24 paf
22246:
22247: * src/main/pa_common.C: z
22248:
22249: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22250: targets/cgi/parser3.C: html-typo 2
22251:
22252: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
22253: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
22254: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
22255: main/execute.C, main/pa_array.C, main/pa_globals.C,
22256: main/pa_request.C, main/pa_string.C, main/untaint.C,
22257: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22258: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
22259: noticed double default content-type prob. run cgi.cmd tomorrow
22260: first html-typo sample. detected << problem: they become ltlt too
22261: fast
22262:
22263: * src/main/compile.y: z
22264:
22265: * src/main/: compile.y, compile_tools.h: #comment
22266:
22267: * src/: classes/file.C, classes/root.C, classes/table.C,
22268: include/pa_common.h, include/pa_request.h, main/compile.y,
22269: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22270: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
22271: stringified
22272:
22273: * src/types/pa_valiased.C: decided to String-ify file_read
22274:
22275: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
22276: isapi/parser3isapi.dsp: cgi: sapi::log
22277:
22278: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
22279: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
22280: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
22281: error log experiments failed - cgi under iis got no access to
22282: log. registereventsource simply failed with 5(illegal call) code,
22283: while worked OK as standalone executable. isapi: used
22284: HSE_APPEND_LOG_PARAMETER feature
22285:
22286: * src/: include/pa_common.h, include/pa_globals.h,
22287: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22288: targets/isapi/parser3isapi.C: fixed default content-type
22289: allocation storage
22290:
22291: * src/: include/pa_globals.h, include/pa_request.h,
22292: main/pa_globals.C, main/pa_request.C: z
22293:
22294: * src/: include/pa_array.h, include/pa_hash.h,
22295: include/pa_request.h, main/compile.y, main/pa_array.C,
22296: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22297: types/pa_vcookie.C: cyclic uses ignored. defaulted default
22298: content-type
22299:
22300: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
22301: sanity
22302:
22303: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
22304: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
22305: away freeze mech. no danger now for you can't do
22306: ^request:process[@new-method[] body] trick anymore. still
22307: remains $some_instance.process[@new-method[] possibility] but
22308: would leave it as a feature. see index for sample
22309:
22310: * src/: include/pa_common.h, main/pa_common.C,
22311: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
22312: monkey every target
22313:
22314: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22315: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
22316: types/pa_vform.C, types/pa_vform.h: auto.p monkey
22317:
22318: 2001-03-23 paf
22319:
22320: * src/: include/pa_pool.h, main/pa_request.C,
22321: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
22322: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22323: targets/isapi/pool_storage.h: isapi: dumb pool storage
22324:
22325: * src/targets/isapi/pa_pool.C: decided to continue with extension
22326:
22327: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
22328: it would be better to rewrite as filter then to deal with pool
22329:
22330: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
22331: now like in cgi, not from APPL_PHYSICAL_PATH
22332:
22333: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22334: include/pa_config_fixed.h, include/pa_config_includes.h,
22335: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
22336: include/pa_version.h, main/compile.y, main/execute.C,
22337: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
22338: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22339: main/untaint.C, targets/cgi/parser3.C,
22340: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
22341: cgi: reinvent document_root and request_uri under iis. autoconf
22342: updated. introducing ap_config_includes
22343:
22344: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
22345:
22346: * src/targets/cgi/parser3.C: cgi: only one pool now
22347:
22348: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
22349: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22350: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22351: types/pa_venv.h, types/pa_vform.C: sapi made object
22352:
22353: * src/: include/pa_globals.h, main/pa_request.C,
22354: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22355: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22356: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
22357:
22358: * src/: main/pa_request.C, targets/cgi/parser3.C,
22359: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22360: isapi minor env beauty
22361:
22362: * src/: main/pa_request.C, targets/cgi/parser3.C,
22363: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22364: isapi document_root 0
22365:
22366: 2001-03-22 paf
22367:
22368: * src/targets/isapi/parser3isapi.C: isapi keep-alive
22369:
22370: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
22371: isapi/parser3isapi.C: z
22372:
22373: * src/: include/pa_pool.h, main/pa_request.C,
22374: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
22375:
22376: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
22377: kill.pl: isapi added utils
22378:
22379: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
22380: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22381: types/pa_vform.C: isapi 0
22382:
22383: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
22384: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22385: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22386: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
22387: started isapi
22388:
22389: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
22390: some comments
22391:
22392: * src/: include/pa_globals.h, include/pa_request.h,
22393: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
22394: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
22395: parser_root_auto_path parser_site_auto_path
22396:
22397: * src/types/pa_vcookie.C: cookie attr decoded
22398:
22399: 2001-03-21 paf
22400:
22401: * src/targets/cgi/parser3.C: z
22402:
22403: * src/include/pa_globals.h: post. todo: config of auto.p path
22404:
22405: * src/: include/pa_globals.h, targets/cgi/parser3.C,
22406: types/pa_venv.h: in cookie & env. todo:post
22407:
22408: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
22409: classes/root.C, classes/table.C, include/pa_array.h,
22410: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
22411: include/pa_request.h, include/pa_string.h, main/Makefile.am,
22412: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
22413: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22414: main/pa_table.C, main/untaint.C, targets/Makefile.am,
22415: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22416: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
22417: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
22418: shifted apache branch on main trunc
22419:
22420: * src/: include/pa_common.h, include/pa_globals.h,
22421: include/pa_pool.h, include/pa_request.h, main/main.dsp,
22422: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
22423: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
22424: starting mod_parser3
22425:
22426: * src/targets/cgi/parser3.C: starting mod_parser3
22427:
22428: 2001-03-20 paf
22429:
22430: * src/: main/pa_common.C, targets/cgi/Makefile.am,
22431: targets/cgi/parser3.C: automake compiled and works. todo:make
22432: win32 ifdefs work and add ifdef unistd
22433:
22434: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
22435: main/Makefile.am, main/pa_common.C, main/pa_request.C,
22436: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
22437: z
22438:
22439: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
22440: main/execute.C, main/pa_common.C, types/Makefile.am: removing
22441: locking
22442:
22443: * src/: classes/Makefile.am, types/Makefile.am: z
22444:
22445: * src/: Makefile.am, classes/file.C, classes/root.C,
22446: classes/table.C, include/pa_array.h, include/pa_request.h,
22447: include/pa_string.h, main/Makefile.am, main/execute.C,
22448: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22449: main/pa_string.C, main/untaint.C, targets/Makefile.am,
22450: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22451: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
22452:
22453: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22454: main/pa_request.C, types/pa_vfile.h: ^table:save
22455:
22456: * src/: classes/file.C, classes/table.C, include/pa_array.h,
22457: include/pa_common.h, include/pa_request.h, include/pa_string.h,
22458: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
22459: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
22460: types/pa_vform.h: z
22461:
22462: * src/include/pa_string.h: z
22463:
22464: * src/: classes/_request.h, classes/request.C, main/main.dsp,
22465: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
22466: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22467: :Value
22468:
22469: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
22470: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22471: :VStateless_object
22472:
22473: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
22474: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
22475: :VStateless_object
22476:
22477: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22478: types/pa_valiased.C, types/pa_vform.h: commented VForm
22479:
22480: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
22481: types/pa_valiased.h, types/pa_value.h,
22482: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22483: types/pa_vstateless_object.h: moved common get_element part from
22484: stateless object&class into VAliased
22485:
22486: * src/: classes/_env.h, classes/_table.h, classes/env.C,
22487: classes/table.C, main/execute.C, main/main.dsp,
22488: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
22489: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
22490: now :Value
22491:
22492: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
22493: main/execute.C, main/main.dsp, main/pa_globals.C,
22494: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
22495:
22496: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
22497: doxx
22498:
22499: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
22500: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22501: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
22502: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
22503: and ^file:save
22504:
22505: 2001-03-19 paf
22506:
22507: * src/types/pa_vfile.C: z
22508:
22509: * src/: classes/file.C, classes/request.C, classes/table.C,
22510: include/pa_string.h, main/main.dsp, main/pa_pool.C,
22511: main/pa_request.C, main/untaint.C, types/pa_value.h,
22512: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
22513:
22514: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
22515: include/pa_string.h, include/pa_table.h, main/main.dsp,
22516: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
22517: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
22518: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
22519: classes/_file.h, classes/file.C, types/pa_vfile.C,
22520: types/pa_vfile.h: file class just compiled
22521:
22522: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
22523: include/pa_table.h, include/pa_types.h, main/execute.C,
22524: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22525: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
22526: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
22527:
22528: * src/include/pa_pool.h: z
22529:
22530: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
22531: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
22532: Hash::Value to Val so to doxygen would finlly stop confusing
22533: those Value-s
22534:
22535: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
22536: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
22537: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22538: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22539: include/pa_types.h, main/compile.C, main/compile.y,
22540: main/compile_tools.C, main/compile_tools.h, main/execute.C,
22541: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
22542: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
22543: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22544: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
22545:
22546: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
22547: derivates somehow unlinked. don't know why yet
22548:
22549: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
22550: include/pa_string.h, include/pa_threads.h, main/compile.C,
22551: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22552: main/execute.C, main/pa_array.C, main/pa_common.C,
22553: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
22554: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22555: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
22556:
22557: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
22558: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
22559: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
22560: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
22561: types/pa_vrequest.h: doc: detected Value derivates prob
22562:
22563: * src/include/pa_globals.h: z
22564:
22565: * src/: classes/_request.h, classes/request.C, include/code.h,
22566: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
22567: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
22568: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
22569: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22570: main/execute.C, main/pa_pool.C, main/pa_request.C,
22571: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22572: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
22573:
22574: 2001-03-18 paf
22575:
22576: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
22577: cookie: allowed access to hash-assigned
22578:
22579: * src/targets/cgi/parser3.C: z
22580:
22581: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
22582: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
22583: include/pa_types.h, main/main.dsp, main/pa_common.C,
22584: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22585: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22586: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
22587: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22588: types/pa_vunknown.h: cookie class
22589:
22590: * src/main/pa_request.C: zero length output allowed
22591:
22592: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
22593: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
22594:
22595: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
22596: lang switch
22597:
22598: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
22599: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22600: types/pa_value.h, types/pa_vhash.h:
22601: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
22602:
22603: * src/main/execute.C: z
22604:
22605: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
22606: targets/cgi/parser3.C: taint[uri
22607:
22608: * src/: classes/request.C, classes/response.C, classes/root.C,
22609: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22610: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
22611: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
22612:
22613: * src/: classes/root.C, classes/string.C, include/pa_string.h,
22614: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22615: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
22616: types/pa_vstateless_class.C: convinient string(pool, char *src,
22617: bool tainted) ctor
22618:
22619: * src/: include/pa_hash.h, include/pa_request.h,
22620: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
22621: main/pa_request.C, main/pa_string.C, main/untaint.C,
22622: targets/cgi/parser3.C: proper @exceptions params tainting
22623:
22624: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
22625: response fields to header
22626:
22627: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22628: z
22629:
22630: * src/: classes/_response.h, classes/response.C,
22631: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22632: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
22633: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22634: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
22635: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
22636: $response: 0 request::core exception rethrow
22637:
22638: 2001-03-16 paf
22639:
22640: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
22641: types/pa_vrequest.h: native method' class call with less params
22642: then needed error reporting
22643:
22644: * src/: classes/_request.h, classes/request.C,
22645: include/pa_globals.h, include/pa_request.h, main/execute.C,
22646: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22647: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
22648: types/pa_vrequest.h: $request : query :uri
22649:
22650: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
22651: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
22652: types/pa_wcontext.h: $result
22653:
22654: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
22655:
22656: * src/: classes/double.C, include/code.h, main/compile.y,
22657: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
22658: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
22659:
22660: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
22661: main/compile.y, main/execute.C, types/pa_value.h,
22662: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
22663: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
22664: wcontext conflict
22665:
22666: * src/: main/execute.C, types/pa_value.h,
22667: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
22668: $string.field
22669:
22670: 2001-03-15 paf
22671:
22672: * src/main/pa_request.C: news sample
22673:
22674: * src/: main/compile.y, main/execute.C, main/pa_request.C,
22675: targets/cgi/parser3.C, types/pa_vstring.h: @exception
22676:
22677: * src/main/: compile.y, execute.C: z
22678:
22679: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
22680: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
22681: pre pre works
22682:
22683: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22684: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
22685: fillfields just compiled
22686:
22687: 2001-03-14 paf
22688:
22689: * src/: include/pa_request.h, main/pa_request.C,
22690: targets/cgi/parser3.C: z
22691:
22692: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22693: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
22694: types/pa_vstring.h: limits -1
22695:
22696: * src/: include/pa_globals.h, include/pa_request.h,
22697: include/pa_types.h, main/main.dsp, main/pa_globals.C,
22698: main/pa_request.C, targets/cgi/parser3.C,
22699: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
22700: request_info -1
22701:
22702: * src/: include/pa_globals.h, main/pa_globals.C,
22703: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22704: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
22705: vform_fields_fill
22706:
22707: * src/targets/cgi/parser3.C: # if MSVC
22708:
22709: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
22710: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
22711:
22712: * src/targets/cgi/parser3.C: z
22713:
22714: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
22715: include/pa_string.h, include/pa_types.h, main/compile.y,
22716: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
22717: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
22718: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
22719: types/pa_vunknown.h: global handler, exceptions in parser3
22720:
22721: 2001-03-13 paf
22722:
22723: * src/: classes/form.C, main/compile.y, main/core.C,
22724: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
22725: types/pa_vform.h, types/pa_vstateless_class.C,
22726: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
22727: instead
22728:
22729: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22730: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
22731: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
22732: started cgi target
22733:
22734: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22735: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
22736: before error show with parser
22737:
22738: * src/: classes/_form.h, classes/form.C, include/core.h,
22739: include/pa_request.h, main/core.C, main/pa_request.C,
22740: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
22741:
22742: * src/targets/cgi/: parser.dsp, parser3.dsp: z
22743:
22744: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
22745: parser3.C: renamed targets/ parser to cgi
22746:
22747: * src/: classes/double.C, classes/env.C, classes/int.C,
22748: classes/root.C, classes/string.C, classes/table.C,
22749: include/pa_request.h, types/pa_vhash.h: z
22750:
22751: * src/: classes/_env.h, classes/env.C, classes/root.C,
22752: include/core.h, include/pa_pool.h, include/pa_request.h,
22753: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
22754: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22755: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
22756: [historical moment :)]
22757:
22758: * src/: include/code.h, include/pa_string.h, main/compile.y,
22759: main/execute.C, main/pa_string.C: 'value is type' expr operator
22760:
22761: * src/types/pa_venv.h: $ENV 1
22762:
22763: * src/main/execute.C: z
22764:
22765: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
22766: future methods of ENV constructor if
22767:
22768: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
22769: class
22770:
22771: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22772: classes/_root.h, classes/_string.h, classes/_table.h,
22773: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22774: classes/string.C, classes/table.C, include/pa_request.h,
22775: main/compile.C, main/compile_tools.h, main/core.C,
22776: main/execute.C, main/main.dsp, main/pa_request.C,
22777: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22778: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22779: types/pa_vobject.h, types/pa_vstateless_class.C,
22780: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22781: types/pa_wcontext.h: $ENV: re 0, stateless classes
22782:
22783: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22784: classes/_root.h, classes/_string.h, classes/_table.h,
22785: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22786: classes/string.C, classes/table.C, include/pa_request.h,
22787: main/compile.C, main/compile_tools.h, main/core.C,
22788: main/execute.C, main/main.dsp, main/pa_request.C,
22789: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22790: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22791: types/pa_vobject.h, types/pa_vstateless_class.C,
22792: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22793: types/pa_wcontext.h: $ENV: re 0, stateless classes
22794:
22795: * src/: include/pa_request.h, main/compile.C, main/execute.C,
22796: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
22797: yesterdays bad decision on execute_static_method
22798:
22799: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
22800:
22801: * src/: classes/double.C, classes/int.C, classes/root.C,
22802: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
22803:
22804: * src/main/pa_request.C: z
22805:
22806: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22807: include/pa_pool.h: skipped_restructure_exceptions_dead_end
22808:
22809: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22810: include/pa_pool.h, main/pa_request.C:
22811: restructure_exceptions_dead_end
22812:
22813: * src/: classes/root.C, main/compile.y: ^if required junctions.
22814: allowed ; inside {} to break params
22815:
22816: * src/classes/root.C: ^eval
22817:
22818: * src/: classes/_string.h, classes/double.C, classes/int.C,
22819: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
22820: string ^format
22821:
22822: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
22823: 'bad' but not 'enough'
22824:
22825: * src/: classes/double.C, classes/root.C, classes/table.C,
22826: include/pa_common.h, include/pa_types.h, main/compile.y,
22827: main/pa_common.C, main/pa_request.C, main/untaint.C,
22828: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
22829: types/pa_wwrapper.h: think constructing flag as is is bad
22830:
22831: * src/: classes/double.C, classes/int.C, classes/root.C,
22832: classes/string.C, classes/table.C, main/core.C, main/execute.C,
22833: types/pa_vint.h: ^for
22834:
22835: 2001-03-12 paf
22836:
22837: * src/classes/table.C: table ^empty
22838:
22839: * src/: classes/table.C, include/pa_table.h: table ^menu
22840:
22841: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
22842: ^offset ^line ^count
22843:
22844: * src/classes/root.C: ^round() ^floor() ^ceiling()
22845: ^abs() ^sign()
22846:
22847: * src/classes/: root.C, table.C: ^use
22848:
22849: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22850: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
22851: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22852: ^while. switched off wcontext.constructing after write(value) or
22853: auto-vhash-constructing
22854:
22855: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22856: main/pa_request.C: fail_if_junction_ helper func
22857:
22858: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22859: include/pa_request.h, main/execute.C, main/main.dsp,
22860: main/pa_common.C, main/pa_request.C: ^process error point by
22861: actual method_name, not source. ^load
22862:
22863: * src/types/pa_vtable.h: table: no, better with string in cells...
22864:
22865: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
22866: classes/_table.h, classes/table.C, main/untaint.C: z
22867:
22868: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
22869: include/pa_table.h, main/core.C, main/execute.C,
22870: main/pa_common.C, main/pa_request.C, main/pa_table.C,
22871: types/pa_value.h: table:set 0
22872:
22873: * src/: classes/root.C, include/core.h, include/pa_array.h,
22874: include/pa_request.h, include/pa_table.h, main/core.C,
22875: main/main.dsp, main/pa_request.C, main/pa_table.C,
22876: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
22877: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
22878: types/pa_vstring.h: freeze, ^table:create[] -1
22879:
22880: * src/: classes/root.C, types/pa_value.h: z
22881:
22882: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
22883: get_method in couple places optimizing them
22884:
22885: * src/classes/root.C: z
22886:
22887: * src/: classes/root.C, types/pa_vclass.h: process temp main
22888: zeroing
22889:
22890: * src/: classes/double.C, classes/int.C, classes/root.C,
22891: classes/string.C, include/pa_common.h, include/pa_request.h,
22892: include/pa_string.h, include/pa_types.h, main/compile.C,
22893: main/compile.y, main/compile_tools.h, main/execute.C,
22894: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22895: types/pa_vmframe.h: ^process. actual names to store param and
22896: check_actual_numbered_params for better place diagnostics
22897:
22898: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
22899: method-junctions bug fixed
22900:
22901: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
22902: pa_vstateless_object.h, pa_vstring.h: stateless_object
22903:
22904: 2001-03-11 paf
22905:
22906: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
22907: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
22908: VDouble VInt base now VObject_base - without fields
22909:
22910: * src/: classes/root.C, include/core.h, main/core.C: z
22911:
22912: * src/: classes/double.C, classes/int.C, classes/root.C,
22913: classes/string.C, include/core.h, include/pa_hash.h,
22914: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
22915: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
22916:
22917: * src/: classes/double.C, classes/int.C, classes/root.C,
22918: include/pa_request.h, main/execute.C: intercept_string
22919:
22920: * src/: classes/double.C, classes/int.C, classes/root.C,
22921: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
22922:
22923: * src/: classes/double.C, classes/int.C, include/pa_request.h:
22924: ^inc-s(expr)
22925:
22926: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22927: classes/_root.h, classes/_string.h, classes/double.C,
22928: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
22929: include/code.h, include/core.h, include/pa_array.h,
22930: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
22931: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22932: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22933: include/pa_types.h, main/compile.C, main/compile.y,
22934: main/compile_tools.C, main/compile_tools.h, main/core.C,
22935: main/execute.C, main/pa_array.C, main/pa_common.C,
22936: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
22937: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22938: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22939: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22940: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22941: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22942: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22943: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
22944:
22945: * src/: main/pa_request.C, types/pa_vhash.h: z
22946:
22947: * src/: include/core.h, include/pa_request.h, main/core.C,
22948: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
22949:
22950: * src/: include/pa_valiased.h, include/pa_value.h,
22951: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22952: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22953: include/pa_vjunction.h, include/pa_vmframe.h,
22954: include/pa_vobject.h, include/pa_vstring.h,
22955: include/pa_vunknown.h, include/pa_wcontext.h,
22956: include/pa_wwrapper.h, main/compile.y, main/core.C,
22957: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
22958: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
22959: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22960: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22961: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22962: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22963: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22964: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
22965: include/
22966:
22967: 2001-03-10 paf
22968:
22969: * src/: include/core.h, include/pa_request.h, main/core.C,
22970: main/pa_request.C: run+auto=run
22971:
22972: * src/: classes/root.C, include/pa_request.h: minor if junction bug
22973:
22974: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22975: classes/_root.h, classes/_string.h, classes/double.C,
22976: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
22977: include/code.h, include/core.h, include/pa_array.h,
22978: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
22979: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22980: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22981: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
22982: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22983: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22984: include/pa_vjunction.h, include/pa_vmframe.h,
22985: include/pa_vobject.h, include/pa_vstring.h,
22986: include/pa_vunknown.h, include/pa_wcontext.h,
22987: include/pa_wwrapper.h, main/compile.C, main/compile.y,
22988: main/compile_tools.C, main/compile_tools.h, main/core.C,
22989: main/execute.C, main/pa_array.C, main/pa_cframe.C,
22990: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
22991: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22992: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
22993: main/pa_wcontext.C: sources header
22994:
22995: * src/main/pa_request.C: auto..
22996:
22997: * src/: include/pa_request.h, main/compile.C, main/compile.y,
22998: main/pa_request.C: auto tree0
22999:
23000: * src/: include/core.h, include/pa_request.h, main/compile.y,
23001: main/core.C, main/pa_request.C: names to core.C
23002:
23003: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
23004: include/pa_request.h, main/core.C, main/execute.C,
23005: main/pa_common.C, main/pa_request.C: root auto.p loaded
23006:
23007: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
23008: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
23009: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23010: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23011:
23012: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23013: @auto[] realised. auto.p scan togo
23014:
23015: * src/: include/pa_request.h, main/execute.C: autocalc
23016: code-junctions result now have names
23017:
23018: * src/: classes/double.C, classes/int.C, classes/root.C,
23019: classes/string.C, include/pa_request.h, include/pa_string.h,
23020: include/pa_wcontext.h, main/compile.y, main/execute.C,
23021: main/pa_string.C, main/pa_wcontext.C: tainting 0
23022:
23023: * src/classes/env.C: env:file/line
23024:
23025: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
23026: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
23027: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
23028: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
23029: main/compile_tools.C, main/compile_tools.h, main/core.C,
23030: main/execute.C, main/main.dsp, main/pa_cframe.C,
23031: main/pa_request.C, main/pa_wcontext.C: const fight finished
23032:
23033: * src/include/pa_vclass.h: const fight to go
23034:
23035: * src/: classes/_env.h, classes/env.C, classes/root.C,
23036: include/pa_request.h, include/pa_vclass.h, main/core.C,
23037: main/main.dsp: env0
23038:
23039: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
23040: classes/_string.h, classes/double.C, classes/int.C,
23041: classes/root.C, classes/string.C, include/pa_request.h,
23042: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
23043: include/pa_wcontext.h, main/core.C, main/main.dsp,
23044: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
23045: main/pa_wcontext.C: ^lang prepare0
23046:
23047: 2001-03-09 paf
23048:
23049: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
23050: construct proper naming
23051:
23052: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
23053: classes/double.C, classes/int.C, classes/root.C,
23054: classes/string.C, include/code.h, include/pa_value.h,
23055: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
23056: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23057: main/compile.y, main/compile_tools.C, main/core.C,
23058: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
23059: and ^double[]. fixed expr type
23060:
23061: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23062: ^string.length[]
23063:
23064: 2001-03-08 paf
23065:
23066: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
23067:
23068: * src/: include/pa_vclass.h, include/pa_vstring.h,
23069: include/pa_wcontext.h, main/compile.y, main/core.C,
23070: main/execute.C, main/main.dsp: dead end: vstring can't be
23071: derivated from vobject
23072:
23073: * src/: include/pa_vclass.h, include/pa_vhash.h,
23074: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
23075:
23076: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
23077: remained clone conseqs
23078:
23079: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
23080:
23081: * src/main/pa_vclass.C: wow! vclass were out of vcs
23082:
23083: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
23084: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
23085: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
23086: include/pa_vobject.h, include/pa_vstring.h,
23087: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23088: main/execute.C: withoud cloning. didn't need it actually, params
23089: got passed from out unnamed ewpool
23090:
23091: * src/: include/pa_vdouble.h, include/pa_vhash.h,
23092: include/pa_vjunction.h, include/pa_vobject.h,
23093: include/pa_vunknown.h, main/compile.y: cloning dead end
23094:
23095: * src/: include/pa_bool.h, include/pa_double.h,
23096: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
23097: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
23098: include/pa_vjunction.h, include/pa_vmframe.h,
23099: include/pa_vobject.h, include/pa_vstring.h,
23100: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23101: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
23102: to give params proper names
23103:
23104: * src/main/pa_wcontext.C: z
23105:
23106: * src/: include/pa_vmframe.h, main/execute.C: added names to
23107: unknown values in get_element and unfilled params. removed wrong
23108: name change in get_element
23109:
23110: * src/main/execute.C: z
23111:
23112: * src/main/execute.C: fixed problems calling operators in
23113: constructors
23114:
23115: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
23116: detected problems calling operators in constructors
23117:
23118: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23119: autocalc def to string
23120:
23121: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
23122: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
23123:
23124: * src/classes/root.C: added root.c
23125:
23126: * src/: include/pa_request.h, include/pa_value.h,
23127: include/pa_vcframe.h, include/pa_vmframe.h,
23128: include/pa_wcontext.h, main/compile.C, main/compile.y,
23129: main/core.C, main/execute.C, main/pa_cframe.C,
23130: main/pa_wcontext.C: 'if' just compiled
23131:
23132: * src/: include/pa_vbool.h, include/pa_vdouble.h,
23133: include/pa_vjunction.h, include/pa_vmframe.h,
23134: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
23135: main/pa_wcontext.C: z
23136:
23137: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
23138: main/core.C, main/execute.C, main/main.dsp: z. detected probs
23139: with parameter names in operator methods
23140:
23141: * src/main/compile.y: minor renamings in .y
23142:
23143: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23144: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
23145: @BASE. changed 'RUN' assignment mech
23146:
23147: * src/main/execute.C: z
23148:
23149: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23150: main/compile_tools.h, main/execute.C: made class: dynamic, not
23151: static. so to enable runtime ^use
23152:
23153: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
23154:
23155: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23156: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
23157:
23158: * src/main/execute.C: root root in code-junction
23159:
23160: 2001-03-07 paf
23161:
23162: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
23163: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
23164:
23165: * src/: include/pa_stack.h, include/pa_value.h,
23166: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
23167: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
23168: fixed rwcontext of {} params up
23169:
23170: * src/main/: compile.y, compile_tools.h: ^func(params)
23171:
23172: * src/main/compile.y: .y priorities syntax shaped up a bit
23173:
23174: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
23175: include/pa_vunknown.h, main/compile.y, main/execute.C,
23176: main/pa_hash.C: expr def in -f
23177:
23178: * src/main/: compile.y, execute.C: expr calls
23179:
23180: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
23181: fixed
23182:
23183: * src/main/compile.y: expr quoted code
23184:
23185: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
23186: support0
23187:
23188: * src/main/compile.y: expr string comparisons 0
23189:
23190: * src/: include/pa_string.h, main/compile.y, main/execute.C,
23191: main/pa_string.C: just compiled lt&co
23192:
23193: * src/main/execute.C: ^var.menu{$field} problem detected. that
23194: $field not a $var.field
23195:
23196: 2001-03-06 paf
23197:
23198: * src/main/compile.y: .y expr visible-shorter
23199:
23200: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
23201: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
23202: logical
23203:
23204: * src/: include/pa_vstring.h, main/compile.y: problems with
23205: skipping whitespace in yylex
23206:
23207: * src/include/pa_vbool.h: forgot this
23208:
23209: * src/: include/code.h, main/compile.y, main/execute.C: without
23210: string ops in expressions 0
23211:
23212: * src/: include/pa_value.h, include/pa_vdouble.h,
23213: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
23214: main/execute.C, main/main.dsp: !~
23215:
23216: * src/: include/pa_vcframe.h, include/pa_vclass.h,
23217: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
23218: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23219: include/pa_vunknown.h, include/pa_wcontext.h,
23220: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23221: main/compile_tools.h, main/execute.C: +-*/
23222:
23223: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
23224: main/compile_tools.h: grammar-1.1 $a(z) $a=0
23225:
23226: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
23227: main/execute.C: expr grammar-1 2*2=4.000000 :)
23228:
23229: * src/main/compile.y: expr grammar-1
23230:
23231: * src/main/compile.y: expr lexx1
23232:
23233: * src/main/: compile.y, execute.C, main.dsp: z
23234:
23235: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
23236: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
23237: main/execute.C: expr lex0 exec-1
23238:
23239: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
23240:
23241: 2001-02-26 paf
23242:
23243: * src/main/compile.y: max_string in yyerror bug fix
23244:
23245: 2001-02-25 paf
23246:
23247: * src/: include/pa_value.h, include/pa_vmframe.h,
23248: include/pa_wcontext.h, main/execute.C: VAliased3
23249:
23250: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
23251:
23252: * src/main/execute.C: VAliased1
23253:
23254: * src/: include/pa_request.h, include/pa_value.h,
23255: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
23256: VAliased0
23257:
23258: * src/: include/pa_pool.h, include/pa_request.h,
23259: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
23260: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
23261: VAliased just compiled
23262:
23263: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
23264: include/pa_vobject.h, main/execute.C: alias dead end
23265:
23266: * src/: include/pa_value.h, include/pa_vclass.h,
23267: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23268: main/main.dsp: no not get fields into interm VFielded class.
23269: fields & staticfields 1
23270:
23271: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
23272: include/pa_vobject.h, include/pa_wcontext.h,
23273: include/pa_wwrapper.h, main/core.C, main/execute.C,
23274: main/main.dsp: would now get fields into interm VFielded class
23275:
23276: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23277: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23278: include/pa_wcontext.h, main/compile.y, main/core.C,
23279: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
23280: main/pa_wcontext.C: virtuals2
23281:
23282: * src/main/compile.y: : 1
23283:
23284: * src/main/compile.y: rethought to $class:static.field.subfield
23285:
23286: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
23287: $class:element
23288:
23289: * src/: include/pa_value.h, include/pa_vmframe.h,
23290: include/pa_wwrapper.h, main/compile.y, main/execute.C,
23291: main/pa_wcontext.C: before execute class calls rewrite
23292:
23293: * src/: include/pa_request.h, main/compile.C, main/core.C: default
23294: name RUN, also alias
23295:
23296: * src/main/compile.y: escaping bug
23297:
23298: * src/: include/pa_request.h, include/pa_value.h,
23299: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
23300: main/core.C, main/execute.C, main/pa_common.C: vobject1
23301:
23302: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23303: include/pa_vmframe.h, include/pa_vobject.h,
23304: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23305: main/compile_tools.h, main/execute.C: ^class:method() just
23306: compiled
23307:
23308: 2001-02-24 paf
23309:
23310: * src/main/main.dsp: no bison -d
23311:
23312: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
23313: class' err msg wrong
23314:
23315: * src/main/compile.y: z
23316:
23317: * src/main/: compile.y, core.C: yylex need some @special lines adj
23318:
23319: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
23320: main/compile.y, main/compile_tools.h, main/core.C: modules0
23321:
23322: * src/: include/pa_vclass.h, main/core.C: z
23323:
23324: * src/: include/pa_value.h, include/pa_vclass.h,
23325: include/pa_vobject.h, main/main.dsp: vobject00
23326:
23327: * src/main/pa_array.C: minor bug in expanding very small arrays.
23328: 60% from 1 were 0
23329:
23330: * src/: include/pa_value.h, include/pa_wcontext.h,
23331: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
23332: as bad as you've named it: wcontext.value() was not a perfect
23333: idea
23334:
23335: * src/main/execute.C: codeframe1
23336:
23337: * src/: include/pa_value.h, include/pa_vcframe.h,
23338: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
23339: include/pa_vjunction.h, include/pa_vmframe.h,
23340: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23341: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
23342: just compiled
23343:
23344: * src/: include/pa_vframe.h, main/compile.y: found junction
23345: ideology @: ^x{$a()) must construct current wcontext element, so
23346: smart wcontext handling needed
23347:
23348: * src/main/compile.y: fixed grammar bugs in constructor/params
23349: klinch
23350:
23351: * src/main/: compile.y, execute.C: fixed empty constructor
23352: optimized empty case. failed on calls - produced empty string
23353: param
23354:
23355: * src/main/compile.y: fixed last \n macrotemplate strip bug
23356:
23357: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
23358: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
23359: main/compile_tools.C, main/compile_tools.h, main/core.C,
23360: main/execute.C: code junctions0. something wrong with last \n
23361: macrotemplate strip
23362:
23363: * src/: include/pa_value.h, main/compile.C, main/core.C,
23364: main/pa_value.C: minor error reporting format beautifyings
23365:
23366: * src/: include/pa_value.h, include/pa_vclass.h,
23367: include/pa_vframe.h, main/core.C, main/execute.C,
23368: main/pa_value.C: get_method RIP. junctions everywhere. call with
23369: junctions0
23370:
23371: 2001-02-23 paf
23372:
23373: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
23374: pa_wwrapper.h: lara came, can't work, sorry :(
23375:
23376: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
23377: junction
23378:
23379: * src/: include/pa_vframe.h, include/pa_vunknown.h,
23380: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
23381: main/execute.C, main/main.dsp, main/pa_value.C: call0
23382:
23383: * src/: include/pa_hash.h, include/pa_value.h,
23384: include/pa_wcontext.h, main/core.C, main/execute.C,
23385: main/main.dsp, main/pa_hash.C: started call. store param, vframe
23386: done
23387:
23388: * src/include/pa_wcontext.h: z
23389:
23390: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
23391: wrong grammar in complex constructor case
23392:
23393: * src/main/: compile.y, execute.C: empty constructor bug fixed
23394:
23395: * src/main/execute.C: with result rwpool
23396:
23397: * src/: include/pa_value.h, main/core.C, main/execute.C,
23398: main/main.dsp: value named
23399:
23400: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
23401: strign 2 value in 2 places in execute
23402:
23403: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
23404: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
23405: wcontext.put_element when wcontext fvalue==0
23406:
23407: 2001-02-22 paf
23408:
23409: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23410: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
23411: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
23412:
23413: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
23414: erroreos checkout
23415:
23416: * src/: include/pa_request.h, main/compile.y: $self.put(val)
23417:
23418: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
23419: main/compile_tools.h, main/pa_array.C: $self.get
23420:
23421: * src/main/: compile.C, compile.y, compile_tools.C: z
23422:
23423: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
23424: bit. finished now.
23425:
23426: * src/main/compile.y: $: finished
23427:
23428: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
23429:
23430: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
23431: main/execute.C: OP_STRING better then some xxx _VALUE
23432:
23433: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
23434: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23435: string to vstring it .y all
23436:
23437: * src/: include/pa_request.h, include/pa_stack.h,
23438: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
23439: all
23440:
23441: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
23442: precise parse error line:col
23443:
23444: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
23445: main/pa_hash.C, main/pa_pool.C: TRY...
23446:
23447: * src/: include/pa_exception.h, include/pa_pool.h,
23448: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
23449: main/compile.C, main/compile.y, main/compile_tools.C,
23450: main/core.C, main/pa_array.C, main/pa_exception.C,
23451: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
23452: main/pa_table.C: removed exception from request
23453:
23454: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
23455: some forgotten
23456:
23457: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23458: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
23459: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
23460: get/put simple vars to VClass works0
23461:
23462: * src/: include/pa_array.h, include/pa_wcontext.h,
23463: main/pa_string.C: in process, but found that exceptions are too
23464: global
23465:
23466: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
23467: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
23468: main/execute.C, main/pa_string.C: write_value write_string 0 it
23469: seems wcontext must write strings regardles of fvalue!=0
23470:
23471: 2001-02-21 paf
23472:
23473: * src/main/execute.C: tired :)
23474:
23475: * src/main/: compile.C, compile.y, execute.C: store0
23476:
23477: * src/: include/compile.h, include/execute.h, include/pa_array.h,
23478: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
23479: include/pa_wcontext.h, main/compile.C, main/compile.y,
23480: main/execute.C, main/main.dsp, main/pa_array.C,
23481: main/pa_request.C: get put -1 [just compiled]
23482:
23483: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
23484: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
23485: main/main.dsp, main/pa_request.C: request core methods0
23486:
23487: * src/: include/compile.h, include/pa_array.h, main/compile.C,
23488: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
23489: execute
23490:
23491: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
23492: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
23493: methods and one_big_piece. now compile returns array<method*>
23494:
23495: * src/main/compile.y: more straightforward yylex[end]
23496:
23497: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
23498: string.operator==(char*)
23499:
23500: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
23501: main/execute.C, main/pa_array.C: after array.const get wonders
23502:
23503: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
23504: pa_string.h, pa_value.h: struck with const array.gets
23505:
23506: * src/main/: execute.C: z
23507:
23508: * src/main/: compile.y, execute.C: z
23509:
23510: * src/main/: compile.C, compile.y, compile_tools.h: error
23511: processing in eval & yyerror so it wouldn't cause memleaks.
23512:
23513: * src/main/: compile.C, compile.y: failed to add absolute precies
23514: parse error positions. leaving RIGHTMOST position as
23515: @file[line:col]
23516:
23517: * src/: include/compile.h, main/compile.C, main/compile.y,
23518: main/compile_tools.h: line numbers needed. would add them to .y
23519: now internally. externally it's not as precise as needed
23520:
23521: * src/: include/code.h, include/pa_types.h, main/compile.C,
23522: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23523: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
23524: compiler works ok
23525:
23526: 2001-02-20 paf
23527:
23528: * src/main/: compile.C, compile.y, compile_tools.C,
23529: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
23530: not perfect
23531:
23532: * src/: include/code.h, include/compile.h, include/execute.h,
23533: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
23534: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23535: main/compile.C, main/compile.y, main/compile_tools.C,
23536: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
23537: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23538: main/pa_string.C, main/pa_table.C: bison[yacc] first time
23539: compiled. execute=dump for now
23540:
23541: * src/main/core.C: core rewrite using yacc investigations now will
23542: be compile[yacc]/execute[opcodes]
23543:
23544: 2001-02-15 paf
23545:
23546: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
23547: rewrite as turing machine? for it seems it would be it's too many
23548: ifs with this syntax now
23549:
23550: 2001-02-14 paf
23551:
23552: * src/main/core.C: get_params 1
23553:
23554: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
23555: :( ]
23556:
23557: * src/main/core.C: varios breaks
23558:
23559: * src/main/core.C: get names 3
23560:
23561: * src/main/core.C: get names 2
23562:
23563: * src/main/core.C: get names 1
23564:
23565: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
23566: names 0
23567:
23568: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
23569: text repassing2 operator static vars
23570:
23571: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
23572: main/pa_string.C: process text repassing
23573:
23574: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23575: module:calls changes
23576:
23577: 2001-02-13 paf
23578:
23579: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23580: ^class:calls[] started
23581:
23582: * src/: include/pa_value.h, main/core.C: z
23583:
23584: * src/main/core.C: operators : and self. prefixes
23585:
23586: * src/main/core.C: z
23587:
23588: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23589: tested
23590:
23591: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23592: optimized
23593:
23594: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
23595: would change privates to better support optimization
23596:
23597: * src/: include/pa_string.h, main/pa_string.C:
23598: String_iterator::skip_to todo:optimize
23599:
23600: 2001-02-12 paf
23601:
23602: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
23603: String_iterator
23604:
23605: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
23606: comments
23607:
23608: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
23609: self/methodref joined
23610:
23611: 2001-02-11 paf
23612:
23613: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
23614: main/main.dsp: core started. core.C, context&value .h
23615:
23616: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23617: include/pa_string.h, main/main.dsp, main/pa_array.C,
23618: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
23619:
23620: 2001-01-30 paf
23621:
23622: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
23623: comments
23624:
23625: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
23626: main/pa_pool.C: moved pa_pool.C to be target specific
23627:
23628: * src/: include/pa_exception.h, include/pa_pool.h,
23629: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
23630: to & changes
23631:
23632: * src/: include/pa_exception.h, include/pa_pool.h,
23633: include/pa_request.h, include/pa_table.h, main/pa_array.C,
23634: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
23635: re-associated. that's much better even removed 'die' necessety
23636:
23637: * src/: include/pa_error.h, include/pa_exception.h,
23638: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23639: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
23640: targets/Makefile.am: lowered targets/parser into subdir, added
23641: parser_Pool(Pool) failed to add. would think..
23642:
23643: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
23644: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
23645: main/pa_string.C, main/pa_table.C: Table more like C++ style
23646: hence lots of 'const'
23647:
23648: * src/: include/pa_error.h, include/pa_request.h,
23649: include/pa_string.h, include/pa_table.h, main/pa_error.C,
23650: main/pa_table.C: Error fixed
23651:
23652: 2001-01-29 paf
23653:
23654: * src/: include/pa_array.h, include/pa_common.h,
23655: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
23656: include/pa_request.h, include/pa_string.h, include/pa_table.h,
23657: main/Makefile.am, main/pa_array.C, main/pa_common.C,
23658: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
23659:
23660: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23661: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23662: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
23663: main/pa_string.C, main/pa_table.C: Request Error Table
23664:
23665: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
23666: templates"
23667:
23668: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
23669: main/main.dsp, main/pa_array.C: templates failed no template
23670: specializations [VC6], no library auto instantation [VC6, GNU c++
23671: 2.95.2-6 from latest cygwin]
23672:
23673: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23674: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23675: main/main.dsp, main/pa_array.C, main/pa_string.C,
23676: main/pa_table.C: Table started would test template Array now
23677:
23678: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23679: String originating
23680:
23681: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
23682: main/pa_hash.C: made local Hash-es not thread safe=quicker by
23683: SYNCHRONIZED(thread_safe)
23684:
23685: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
23686: parts to top
23687:
23688: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
23689: main/pa_threads.C: decided on one global_mutex, like PHP as I can
23690: see: needed only in global Hash now, made Hash:: put/get
23691: SYNCHRONIZED
23692:
23693: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
23694: main/pa_threads.C: added pa_threads
23695:
23696: Mutex
23697:
23698: * src/include/pa_hash.h: some comments
23699:
23700: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
23701: Array& operator += (Array& src)
23702:
23703: * src/main/pa_array.C: expand not convinient, would rewrite
23704:
23705: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
23706: (Array& src)
23707:
23708: rethought, would change now
23709:
23710: 2001-01-27 paf
23711:
23712: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
23713: caching
23714:
23715: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23716: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
23717: cache rethought to chunk caching
23718:
23719: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23720: include/pa_string.h, main/main.dsp, main/pa_array.C,
23721: main/pa_hash.C, main/pa_string.C: Array 0
23722:
23723: * src/main/pa_string.C: String::operator ==
23724:
23725: * src/main/pa_hash.C: String(&String)
23726:
23727: * src/main/pa_hash.C: added pa_hash.C [forgotten]
23728:
23729: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
23730: main/main.dsp, main/pa_string.C: uint, and added pa_types &
23731: pa_hash[forgotten]
23732:
23733: 2001-01-26 paf
23734:
23735: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23736: removed templates [vc++ suxx]
23737:
23738: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
23739: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
23740:
23741: * src/include/: pa_pool.h, pa_string.h: pa_pool split
23742:
1.119 moko 23743: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 23744:
1.119 moko 23745: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 23746: check
23747:
23748: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
23749: dynamic row_count
23750:
23751: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23752: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23753: targets/Makefile.am: Initial revision
23754:
23755: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23756: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23757: targets/Makefile.am: creating parser3 module
23758:
E-mail: