Annotation of parser3/ChangeLog, revision 1.134
1.134 ! moko 1: 2020-02-26 moko
! 2:
! 3: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
! 4: compilation issue (related to bug #1201)
! 5:
! 6: * src/main/pa_common.C: entry_readable -> entry_exists,
! 7: undocumented access(fname, R_OK) call removed (fixes bug #1201)
! 8: -f and -d now works under Windows in UTF-8 with Russian
! 9: filenames.
! 10:
! 11: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
! 12: advice (related to feature #1199)
! 13:
! 14: 2020-02-25 moko
! 15:
! 16: * buildall: --silent removed
! 17:
! 18: * configure.ac: gmime-3.0 support
! 19:
! 20: * buildall: --with-system-mailreceive option added to build with
! 21: system libgmime
! 22:
! 23: * src/types/pa_vmail.C: avoiding
! 24: https://github.com/jstedfast/gmime/issues/83 "feature" (related
! 25: to feature #1199)
! 26:
1.133 moko 27: 2020-02-18 moko
28:
29: * src/classes/op.C: windows x64 debug mode compile fix
30:
31: * src/main/pa_globals.C: no longer required due to -MD -> -MT
32: change (releated to feature #1200)
33:
34: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
35: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
36: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
37: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
38: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
39: targets/apache/ApacheModuleParser3.vcproj,
40: targets/apache/ApacheModuleParser3Core.vcproj,
41: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
42: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
43: dependency (related to feature #1200)
44:
1.132 moko 45: 2020-02-12 moko
46:
47: * src/types/pa_vmail.C: minimize diff
48:
49: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
50: #1199)
51:
1.131 moko 52: 2020-01-18 moko
53:
54: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
55:
1.130 moko 56: 2019-12-28 moko
57:
58: * src/targets/cgi/parser3.C: avoid empty ?
59:
60: 2019-12-27 moko
61:
62: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
63: DOCUMENT_ROOT (related to feature #1164)
64:
65: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
66: fcgiwrap setup (implements feature #1164)
67:
68: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
69: but no issues found (related to feature #1164)
70:
71: * src/targets/cgi/parser3.C: actualized
72:
73: 2019-12-26 moko
74:
75: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
76: removed
77:
78: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
79: removed
80:
81: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
82: allocation errors, we don't want default gc warnings (without
83: timestamp and URI).
84:
85: * src/: classes/memory.C, main/pa_globals.C,
86: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
87: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
88: pa_globals_init
89:
90: * src/main/pa_globals.C: setup_hex_value() removed, static array
91: initialization used (optimization)
92:
93: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
94: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
95: pa_socks_init/pa_socks_done moved inside pa_globals_init
96: (optimization)
97:
1.129 moko 98: 2019-12-09 moko
99:
100: * src/include/pa_config_fixed.h: warning war
101:
1.128 moko 102: 2019-12-08 moko
103:
104: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
105: process grammar under Unix.
106:
107: 2019-12-07 moko
108:
109: * tests/389.html: For Windows XP. :)
110:
111: * tests/388-sql.html: Windows compatibility added
112:
113: 2019-12-06 moko
114:
115: * src/targets/cgi/parser3.C: warning war
116:
117: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
118: == sizeof(CORD)) to avoid aligning bugs in future
119:
120: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
121: XML_STATIC
122:
123: * src/include/pa_request.h: StackItem() not required
124:
125: * src/include/pa_stack.h: warning war
126:
127: * src/include/pa_config_includes.h: GCC warning silenced
128:
129: * src/include/pa_memory.h: warning war: the program should also
130: define 'void operator delete [](void*, std::size_t)'
131: [-Wsized-deallocation]
132:
133: * src/types/: pa_vregex.h, pa_vtable.h: warning war
134:
135: * src/classes/string.C: not reqired cast removed
136:
137: * src/classes/string.C: not reqired cast removed
138:
139: 2019-12-05 moko
140:
141: * src/lib/sdbm/pa_file_io.C: warning war
142:
143: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
144: enum Language : size_t - required for VS2015+ to make
145: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
146: without it (related to feature #1198)
147:
148: 2019-12-04 moko
149:
150: * src/main/pa_base64.C: unsigned char -> uchar
151:
152: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
153: as other libs
154:
155: * src/include/pa_version.h: +amd64
156:
157: 2019-12-03 moko
158:
159: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
160: release
161:
162: * src/include/pa_config_includes.h: warning war
163:
164: * src/classes/image.C: warning war
165:
166: * src/main/pa_globals.C: x64 libs support
167:
168: * src/include/pa_config_includes.h: warning war
169:
170: * src/types/pa_method.h: warning war
171:
1.127 moko 172: 2019-11-28 moko
173:
174: * src/classes/math.C: vs2003 compatibility + warning war
175:
176: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
177: libxml2-2.9.9 (related to feature #1136)
178:
179: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
180: typecast for more compatibility (related to feature #1136)
181:
182: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
183: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
184: feature #1136)
185:
186: 2019-11-26 moko
187:
188: * src/main/: compile_tools.C, compile_tools.h: invalid assert
189: removed (it was failing in $$var case), condition added
190:
1.126 moko 191: 2019-11-25 moko
192:
193: * tests/: 397.html, 399.html, results/141.processed,
194: results/399.processed: base64 options tested
195:
196: * src/: classes/math.C, main/pa_http.C: base64 options used
197:
198: * src/main/pa_base64.C: base64 encode rewritten, base64 options
199: implemented (feature #986)
200:
201: * src/main/pa_cache_managers.C: whitespace
202:
203: * tests/: 397.html, 399.html, results/399.processed: tests for
204: ^base64 encode options added (related to feature #986)
205:
206: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
207: pa_base64_encode(file) removed - more memory, but faster and less
208: code (related fo feature #986)
209:
210: 2019-11-24 moko
211:
212: * tests/: 155.html, results/155.processed: limit and offset in
213: ^table::load[] now supported, thus test added
214:
215: * src/: classes/file.C, classes/table.C, include/pa_common.h,
216: main/pa_common.C: optimization: offset and limit options parsing
217: moved inside file_load.
218:
219: 2019-11-23 moko
220:
221: * src/: classes/file.C, classes/op.C, include/pa_common.h,
222: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
223: optimization: file_read replaced with simplified file_read_binary
224:
225: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
226: types/pa_vform.C: whitespace
227:
228: * src/: include/pa_common.h, main/pa_common.C: never used params
229: removed
230:
231: 2019-11-21 moko
232:
233: * tests/: 193.html, results/193.processed, results/389.processed:
234: test results updated as now base64 does not discard tail without
235: padding (related to feature #986)
236:
237: 2019-11-20 moko
238:
239: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
240: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
241: pa_base64_decode (related to feature #986)
242:
243: * tests/398.html: tests for base64 decode added (related to feature
244: #986)
245:
246: * src/main/pa_base64.C: base64_decode rewritten - padding option
247: support, padding inside base 64 supported (related to feature
248: #096)
249:
250: 2019-11-19 moko
251:
252: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
253: FreeBSD 12
254:
1.125 moko 255: 2019-11-16 moko
256:
257: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
258: support added, step support removed (related to #986)
259:
260: 2019-11-15 moko
261:
262: * src/classes/math.C: using log since log2 is not present on
263: FreeBSD < 8.4 (related to feature #1177)
264:
265: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
266: pa_base64_size extracted and used for files as well (related to
267: feature 986)
268:
269: 2019-11-14 moko
270:
271: * tests/: 397.html, results/397.processed: + content check
272:
273: * tests/: 141.html, results/141.processed: make test resuls more
274: readable
275:
276: * tests/: 397.html, results/193.processed, results/397.processed:
277: test results updated after \x00 character was disabled in
278: math:convert string mode (related to feature #1177)
279:
280: * src/classes/: math.C, string.C: \\x00 character disabled while
281: converting to string (as in base64, related to feature #1177)
282:
283: * src/classes/file.C: more correct arguments separation
284:
285: * src/: classes/file.C, classes/math.C, classes/string.C,
286: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
287: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
288: options added, but not yet implemented (related to feature #986)
289:
290: * src/classes/math.C: whitespace
291:
292: 2019-11-13 moko
293:
294: * tests/: 397.html, results/397.processed: +tainting test (related
295: to feature #1177)
296:
297: * src/classes/math.C: as we now produce not only digits, result
298: should be tainted (related to feature #1177)
299:
300: * src/main/pa_base64.C: whitespace
301:
302: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
303: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
304: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
305: implementation moved from pa_common.h and pa_common.C
306:
307: 2019-11-12 moko
308:
309: * tests/: 275.html, results/275.processed: out of range test fixed,
310: as ^math:convert now supports arbitrary precision
311:
312: 2019-11-11 moko
313:
314: * tests/results/389.processed: uctualized error message
315:
316: * tests/: 389.html, 397.html, results/397.processed: tests for
317: ^math:convert added (related to feature #1177)
318:
319: * src/classes/math.C: ^math:convert now supports arbitrary
320: precision, alphabet support added (implements feature #1177)
321:
1.124 moko 322: 2019-11-06 moko
323:
324: * tests/: 181.html, results/181.processed: entities usage added,
325: more entites load tests (related to bug #842 discussion)
326:
327: 2019-11-05 moko
328:
329: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
330: call from xmlFileOpen if http://localhost/<file> was not found
331: (related to bug #842)
332:
333: * src/main/pa_xml_io.C: rename
334:
335: * src/main/pa_xml_io.C: +MemoryStream constructor
336:
337: * src/main/pa_xml_io.C: whitespace
338:
1.123 moko 339: 2019-10-31 moko
340:
341: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
342: XML_PARSE_NOENT) added to fix entities load, (related to feature
343: #1181)
344:
1.122 moko 345: 2019-10-25 moko
346:
347: * tests/: 388-sql.html, results/388-sql.processed: more multiple
348: queries tests
349:
350: 2019-10-24 moko
351:
352: * tests/: 388-sql.html, results/388-sql.processed: support for
353: pgsql driver test
354:
355: * tests/: 388-sql.html, results/388-sql.processed:
356: multi_statements=1 now tested, mysql test now supported
357: (connection must be specified in [parser3] section in .my.cnf)
358: related to issues #1195 and #1194
359:
1.121 moko 360: 2019-09-11 moko
361:
362: * src/classes/int.C: whitespace
363:
364: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
365: exception test
366:
367: * tests/results/388-sql.processed: sql queries now shown (related
368: to feature #1196)
369:
370: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
371: with old parser versions.
372:
373: * src/: classes/file.C, classes/hash.C, classes/string.C,
374: classes/table.C, classes/void.C, include/pa_sql_connection.h,
375: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
376: instead of connect string in query_event_handlers exceptions
377: (implements feature #1196)
378:
1.120 moko 379: 2019-09-06 moko
380:
381: * tests/388-sql.html: mysql compat
382:
383: * src/: classes/hash.C, classes/string.C, classes/table.C,
384: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
385: sql_ variables declaration moved to pa_common.h
386:
1.116 moko 387: 2019-01-15 moko
388:
389: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
390: logically sorted
391:
392: 2018-12-27 moko
393:
394: * src/include/pa_config_includes.h: warning war:
395: -Wdeprecated-register added for C++ 17
396:
397: 2018-10-15 moko
398:
399: * configure.ac: FreeBSD 11.2 can be build with ./configure
400: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
401: --with-xml=/usr/local/
402:
403: 2018-09-24 moko
404:
405: * tests/: 396.html, 396.tiff, results/396.processed: test for
406: ^image::measure[] now supports tiff added (related to feature
407: #1188)
408:
409: * src/classes/image.C: ^image::measure[] now supports tiff
410: (implements feature #1188)
411:
412: 2018-09-20 moko
413:
414: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
415: files measure added (related to ticket #1188)
416:
417: * src/classes/image.C: measure of bmp files implemented (related to
418: ticket #1188)
419:
420: 2018-09-18 moko
421:
422: * tests/: 394-curl.html, results/394-curl.processed,
423: results/auto.p: test for bug #1187 (max_file_size check for head
424: requests) added
425:
426: 2018-08-24 moko
427:
428: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
429: response content-length check is required (fixes bug #1187)
430:
431: 2018-05-11 moko
432:
433: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
434: $.append(bool) ] option added (related to feature #919)
435:
436: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
437: from misha@ patch (implements feature #919)
438:
439: 2018-03-22 moko
440:
441: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
442: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
443: with 128kb buffer. Now works at least 12 times faster. :) May be
444: Windows-only problem.
445:
446: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
447: build fix)
448:
449: 2018-02-03 moko
450:
451: * src/main/execute.C: removes irrelevant lines from exception stack
452: trace when exceptions occurs in assigment (fixes bug #1165)
453:
454: * tests/: 393.html, results/393.processed: test for behavour after
455: "Property can not be created, already exists field with that
456: name" exception removed (related to feature #1183)
457:
458: * src/types/pa_vclass.C: "Property can not be created, already
459: exists field with that name" exception removed (implements
460: feature #1183)
461:
462: 2018-01-19 moko
463:
464: * src/classes/string.C: whitespace
465:
466: * src/classes/string.C: whitespace
467:
468: * tests/: 392.html, results/392.processed: test for
469: ^regex::create[$regex] added (related to feature #1135)
470:
471: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
472: ^regex::create[$regex] added (implements feature #1135)
473:
474: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
475: commented define added (related to feature #1157)
476:
477: 2018-01-17 moko
478:
479: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
480:
481: 2018-01-15 moko
482:
483: * tests/: 390.html, results/390.processed: real path replaced by
484: stub
485:
486: * tests/: 391.html, results/391.processed: test for feature #1181
487: (XML_PARSE_HUGE exception) added
488:
489: 2018-01-11 moko
490:
491: * bin/auto.p.dist.in: sqlite3 -> libsqlite3
492:
493: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
494: XML_PARSE_HUGE option passed by default (implements feature
495: #1181)
496:
497: * src/classes/string.C: whitespace
498:
499: 2017-12-10 moko
500:
501: * tests/: 389.html, 390.html, results/389.processed,
502: results/390.processed: image code coverage tests added (related
503: to feature #1125)
504:
505: 2017-12-08 moko
506:
507: * tests/: 346-curl.html, 388-sql.html, 389.html,
508: results/346-curl.processed, results/388-sql.processed,
509: results/389.processed: more code coverage tests
510:
511: * tests/: 264.html, results/264.processed: code coverage for
512: ^file::exec[]
513:
514: 2017-12-07 moko
515:
516: * tests/: 174.html, 388-sql.html, 389.html,
517: results/388-sql.processed, results/389.processed,
518: results/174.processed: more coverage tests
519:
520: * src/classes/math.C: exception text actualized
521:
522: 2017-12-06 moko
523:
524: * tests/388-sql.html: $SQL can be here
525:
526: * tests/results/auto.p: $SQL not required here
527:
528: * tests/: 388-sql.html, 389.html, Makefile,
529: results/388-sql.processed, results/389.processed, results/auto.p:
530: code coverage tests for sql (using sqlite) and int/double/bool
531: added (related to feature #1125)
532:
533: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
534: lib/json/json.vcproj, lib/md5/md5.vcproj,
535: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
536: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
537: targets/apache/ApacheModuleParser3Core.vcproj,
538: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
539: types/types.vcproj: gc\include no longer required
540:
541: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
542: required
543:
544: * src/: classes/Makefile.am, classes/table.C,
545: include/pa_config_includes.h, include/pa_string.h,
546: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
547: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
548: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
549: targets/apache/Makefile.am, targets/cgi/Makefile.am,
550: types/Makefile.am: to be sure that our version of gc.h/cord.h is
551: used, we now include it directly
552:
553: 2017-12-04 moko
554:
555: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
556: memcached/memcached.vcproj, punycode/punycode.vcproj,
557: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
558: where required
559:
560: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
561: now can be used to trace memory allocations
562:
563: * src/: classes/table.C, include/pa_config_includes.h,
564: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
565: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
566: method removes, libcord also can work without libgc
567:
568: * src/classes/json.C: pa_gc_malloc_atomic should not be used
569:
570: 2017-11-29 moko
571:
572: * src/classes/curl.C: no exception if some of ^curl:info[] elements
573: are not present (related to feature #1173)
574:
575: * tests/346-curl.html: test updated to test curl content-length bug
576: (related to feature #1173)
577:
578: * tests/results/346-curl.processed: more test for content-length
579: curl bug (related to feature #1173)
580:
581: * tests/results/346-curl.processed: test results updated after
582: #1173 implemented
583:
584: 2017-11-28 moko
585:
586: * src/classes/curl.C: another libcurl Content-length bug walkaround
587: (related to feature #1173)
588:
589: 2017-11-27 moko
590:
591: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
592: $.http_version[version string] added (implements feature #1173),
593: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
594: where $post(true) bug existed.
595:
596: 2017-11-18 moko
597:
598: * src/include/pa_memory.h: warning war (related to feature #1170)
599:
600: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
601: feature #1170)
602:
603: 2017-11-17 moko
604:
605: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
606: std::basic_stringstream used in ^table.csv-string[] is compatible
607: with delete usage check only under Debian 9 (related to feature
608: #1170)
609:
610: 2017-11-16 moko
611:
612: * src/: classes/curl.C, classes/hash.C, classes/json.C,
613: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
614: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
615: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
616: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
617: types/pa_vxdoc.h: regular new/delete no longer used in our code,
618: stubs defend from accidental use (implements feature #1170)
619:
620: 2017-06-24 moko
621:
622: * configure.ac: minor fix: thanks to alx@
623:
1.115 moko 624: 2017-05-29 moko
625:
626: * src/types/pa_vmail.C: mail headers are now correctly truncated -
627: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
628: added to avoid cutting of UTF-8 chars (fixed bug #123)
629:
630: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
631: ignored, =?UTF-8?Q?= should start in case of leading space
632: (related to bug #123)
633:
634: * buildall: echo -n -> printf for OS X. :)
635:
636: 2017-05-25 moko
637:
638: * tests/: 288.html, results/288.processed: test updated afted
639: setting $o.prop without setter exception removed (related to
640: feature #1157)
641:
642: * src/types/pa_vclass.C: no more "this property has no setter
643: method" when setting $o.prop without setter (implements feature
644: #1157)
645:
646: * buildall: echo \c -> echo -n for FreeBSD
647:
648: * configure, configure.ac, src/include/pa_config_auto.h.in,
649: src/types/pa_vdouble.h: isfinite now checked in configure
650:
651: * compile, config.guess, config.sub, depcomp, install-sh, missing:
652: upgraded to automake 1.15
653:
654: 2017-05-23 moko
655:
656: * src/types/pa_vdouble.h: finite returned where isfinite not
657: defined
658:
659: 2017-05-22 moko
660:
661: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
662:
663: * buildall: extern CFLAGS setting support
664:
665: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
666:
667: * buildall: http -> https
668:
669: * buildall: gc-7.2f -> gc-7.6.0
670:
671: 2017-05-20 moko
672:
673: * buildall: https, pcre, xml, xslt updated to current versions
674: (related to feature #1136)
675:
676: 2017-05-19 moko
677:
678: * tests/097.html: after parser.ru moved to https
679:
680: 2017-05-17 moko
681:
682: * tests/results/: 175.processed, 372.processed: tests resuls
683: updated after lintian spelling typos fixed (related to bug #1156)
684:
685: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
686: classes/string.C, classes/table.C, main/pa_charset.C,
687: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
688: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
689: lintian reported by Sergey B Kirpichev (fixes bug #1156)
690:
691: * tests/results/096.processed: +XMP
692:
693: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
694: $.xmp(true) options tested (test for feature #1154)
695:
696: * src/classes/image.C: ^image:measure[] options $.exif(false)
697: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
698: fetched by default! (implements feature #1154)
699:
700: 2017-05-16 moko
701:
702: * tests/: 256.html, results/256.processed: ^json:string[$image] now
703: allowed (related to feature #1154)
704:
705: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
706: initial XMP implementation - without options and transcode
707: (related to feature #1154)
708:
709: 2017-05-12 moko
710:
711: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
712: image: exif moved to ffields, skipped in ^image.html[] where
713: iterators now used (preparation for feature #1154)
714:
715: 2017-05-05 moko
716:
717: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
718: results/387.processed: test for circular class inheritance check
719: added (related to bug #1150)
720:
721: * src/types/pa_vstateless_class.C: circular class inheritance check
722: added (fixes endless add_derived bug #1150)
723:
724: 2017-05-04 moko
725:
726: * tests/: 386.html, results/386.processed: test for
727: $table.value(number) added (related to feature #1152)
728:
729: * src/types/pa_vtable.C: table put_element: column value must be
730: string - > column value must be string compatible to allow
731: $t.value(1) (implements feature #1152)
732:
733: 2017-05-03 moko
734:
735: * src/main/pa_request.C: $use[$method] is not possible, reverting
736: (related to feature #1151)
737:
738: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
739: not possible, removing test (related to feature #1151)
740:
741: * src/: main/pa_request.C, types/pa_vstateless_class.h:
742: get_element_method added and used to allow $use[$method] and
743: $autouse[$method] (implements feature 1151)
744:
745: * tests/: 386.html, 386.p, results/386.processed: test for @use in
746: variable added (related to feature #1151)
747:
748: * tests/results/226.processed: actualized after ^try-catch used
749:
750: * tests/: 226.html, 385.html, results/385.processed: test for
751: @autouse in variable added
752:
753: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
754:
1.114 moko 755: 2017-02-27 moko
756:
757: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
758:
1.113 moko 759: 2017-02-20 moko
760:
761: * operators.txt: actualization + beauty
762:
763: 2017-02-16 moko
764:
765: * tests/: 384.html, results/384.processed: test for
766: ^reflection:mixin[; $.name[] ] option added (related to feature
767: #1089)
768:
769: * tests/: 384.html, results/384.processed: test for
770: ^reflection:mixin[] added (related to feature #1089)
771:
772: * src/types/pa_value.h: warning war: virtual ~Value() added
773:
1.112 moko 774: 2017-02-15 moko
775:
776: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
777: fixed
778:
779: * tests/: 320.html, results/320.processed: $.reverse(true/false)
780: test added (related to feature #1069)
781:
782: * src/: classes/reflection.C, types/pa_vstateless_class.h:
783: compilation without HASH_ORDER fixed
784:
785: * src/: classes/reflection.C, include/pa_hash.h:
786: $.reverse(true/false) added to ^reflection:methods[] (related to
787: feature #1069)
788:
789: 2017-02-14 moko
790:
791: * tests/: 152.html, results/152.processed: test for $._default hash
792: added (related to bug #1131)
793:
794: * tests/: 277.html, results/277.processed: test for hash with only
795: $._default is now defined (related to bug #1131)
796:
797: * src/types/pa_vhash.h: hash with only $._default is now defined
798: (fixed bug #1131)
799:
800: 2017-02-13 moko
801:
802: * tests/cat-windows.sh: cat-windows added (cygwin required)
803:
804: * tests/: 171.html, 264.html, 286.html, 370.html,
805: results/320.processed, results/375.processed, results/auto.p:
806: cat-windows.sh support added
807:
808: * tests/375.html: Windows support
809:
810: * tests/270.html: documented
811:
812: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
813: (not backslashes) even under Windows (broke test 270)
814:
815: 2017-02-12 moko
816:
817: * tests/: descript.ion, todo.txt: cleanup
818:
819: 2017-02-09 moko
820:
821: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
822: run_tests.cmd: Windows compatibility
823:
824: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
825: incorrectly (GMT) if parser is called from cygwin
826:
1.111 moko 827: 2017-02-08 moko
828:
1.112 moko 829: * operators.txt: actualization 15% completed
830:
831: * operators.txt: cp1251 -> utf-8
832:
833: * NEWS, README: minor update
834:
835: * src/include/pa_config_includes.h: warning war continues
836:
837: * src/: include/pa_config_includes.h, include/pa_memory.h,
838: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
839: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
840: gcc 6.x issues fixed
841:
1.111 moko 842: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
843: classes/classes.h, classes/curl.C, classes/date.C,
844: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
845: classes/hashfile.C, classes/image.C, classes/inet.C,
846: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
847: classes/memcached.C, classes/memory.C, classes/op.C,
848: classes/reflection.C, classes/regex.C, classes/response.C,
849: classes/string.C, classes/table.C, classes/void.C,
850: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
851: include/pa_array.h, include/pa_cache_managers.h,
852: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
853: include/pa_config_fixed.h, include/pa_config_includes.h,
854: include/pa_dictionary.h, include/pa_dir.h,
855: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
856: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
857: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
858: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
859: include/pa_request_charsets.h, include/pa_request_info.h,
860: include/pa_sapi.h, include/pa_socks.h,
861: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
862: include/pa_stack.h, include/pa_string.h,
863: include/pa_stylesheet_connection.h,
864: include/pa_stylesheet_manager.h, include/pa_symbols.h,
865: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
866: include/pa_uue.h, include/pa_xml_exception.h,
867: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
868: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
869: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
870: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
871: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
872: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
873: main/compile.tab.C, main/compile.y, main/compile_tools.C,
874: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
875: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
876: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
877: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
878: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
879: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
880: main/pa_string.C, main/pa_stylesheet_connection.C,
881: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
882: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
883: main/untaint.C, sql/pa_sql_driver.h,
884: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
885: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
886: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
887: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
888: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
889: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
890: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
891: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
892: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
893: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
894: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
895: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
896: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
897: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
898: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
899: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
900: types/pa_vmemcached.h, types/pa_vmemory.h,
901: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
902: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
903: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
904: types/pa_vresponse.C, types/pa_vresponse.h,
905: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
906: types/pa_vstateless_object.h, types/pa_vstatus.C,
907: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
908: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
909: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
910: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
911: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
912: 2015->2017
913:
1.110 moko 914: 2017-02-07 moko
915:
916: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
917:
918: 2017-02-06 moko
919:
920: * src/main/pa_common.C: minor fixes, whitespace
921:
922: * src/: classes/curl.C, classes/file.C, classes/image.C,
923: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
924: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
925: now used (implements feature #1081)
926:
927: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
928:
929: 2017-02-01 moko
930:
931: * src/include/pa_request.h: cleanup
932:
933: 2017-01-30 moko
934:
935: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
936:
937: 2017-01-29 moko
938:
939: * tests/: 383.html, results/383.processed: test for
940: ^reflection:stack[] added (related to feature #1052)
941:
942: * src/classes/reflection.C: else added
943:
944: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
945: $.max_file_lock_wait added (implements feature #1128)
946:
947: 2017-01-28 moko
948:
949: * tests/: 379-curl.html, results/379-curl.processed: curl empty
950: body and other cases tests added (related to featue #1014)
951:
952: * src/classes/curl.C: bug if response is empty fixed (related to
953: feature #1014)
954:
955: 2017-01-27 moko
956:
957: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
958: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
959: added (implements feature #1052)
960:
961: 2017-01-25 moko
962:
963: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
964: method test added
965:
966: 2017-01-23 moko
967:
968: * src/classes/reflection.C: optimization: options->get replaced by
969: hash iterator
970:
971: * tests/: 381.html, results/381.processed: now -> fixed date
972:
973: * src/main/pa_request.C: warning war
974:
975: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
976: 5Mb (fixes bug #1058)
977:
978: * src/classes/curl.C: warning war
979:
980: * tests/: 381.html, results/381.processed: tests for ^json:string
981: $.one-line(true) option added (related to feature #1124)
982:
983: * src/: classes/json.C, types/pa_value.h: $json-string
984: $.one-line(true|false) options is now supported (implements
985: feature #1124)
986:
987: * tests/: 380.html, results/380.processed: test for modified
988: $.max_file_size added (related to bug #1014)
989:
990: * tests/: 379.html, results/auto.p: tests for rewritten http file
991: load added (related to bug #1014)
992:
993: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
994: main/pa_common.C, main/pa_http.C: check_file_size added and used
995: in curl / file load from disk and http, http file load rewritten
996: (related to bug #1014)
997:
998: 2017-01-18 moko
999:
1000: * tests/: 378.html, results/378.processed: tests for ^result[]
1001: added (related to feature #66)
1002:
1003: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
1004: Method::CO_WITHOUT_FRAME as frame still added in expression
1005: (related to feature #66)
1006:
1007: 2017-01-17 moko
1008:
1009: * tests/: 377.html, results/377.processed: test for different
1010: combinations of breaks in body and delimiter (related to bug
1011: #1077)
1012:
1013: * tests/: 376.html, results/376.processed: many ^break[] tests
1014: added (related to bug #1077)
1015:
1016: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
1017: passed to native method" exception added to avoid bugs due to
1018: WRITE_EXPR_RESULT skipped and native methods execution continues
1019: after ^break[] (related to bug #1077)
1020:
1021: 2017-01-14 moko
1022:
1023: * tests/: 330.html, results/330.processed: test results updated
1024: after ^break[] bugs where fixed (related to bug #1077)
1025:
1026: * tests/: 329.html, results/329.processed: test results updated
1027: after ^break[] bugs where fixed (related to bug #1077)
1028:
1029: * tests/results/320.processed: ^return[] added
1030:
1031: 2017-01-13 moko
1032:
1033: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1034: classes/table.C, include/pa_request.h, main/execute.C,
1035: main/pa_request.C, targets/cgi/parser3.C,
1036: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
1037: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
1038: checked after each possible process/execute call (fixes bug
1039: #1077)
1040:
1041: 2016-12-29 moko
1042:
1043: * src/main/pa_common.C: warning war
1044:
1045: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
1046: include/pa_types.h, main/pa_request.C, main/pa_string.C:
1047: pa_file_size_limit added, ^math:random fixed for upper limit and
1048: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
1049: (related to feature #1014)
1050:
1051: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
1052: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
1053: (related to feature #1014)
1054:
1055: 2016-12-28 moko
1056:
1057: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
1058: warning war
1059:
1060: 2016-12-26 moko
1061:
1062: * tests/: 341.html, results/341.processed: test for
1063: ^table.hash[id;;$.type[string]] added (related to feature #1057)
1064:
1065: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
1066: (related to feature #1057)
1067:
1068: * src/types/pa_vdate.C: warning war continues...
1069:
1070: * src/: classes/date.C, classes/image.C, classes/table.C,
1071: include/pa_config_includes.h, types/pa_vfile.C: warning war
1072:
1073: * src/lib/gd/gifio.C: warning war / cleanup
1074:
1075: * src/lib/json/pa_json.C: warning war
1076:
1077: * src/classes/hash.C: warning war
1078:
1079: * src/types/pa_vfile.C: warning war
1080:
1081: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
1082: -Wall warning war continues
1083:
1084: * configure.ac: --with-build-warnings actualized
1085:
1086: 2016-12-25 moko
1087:
1088: * src/main/pa_exec.C: -wAll warning war
1089:
1090: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
1091: -wAll warning war
1092:
1093: * src/: include/pa_common.h, include/pa_sapi.h,
1094: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
1095: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
1096: -wAll warning war
1097:
1098: 2016-12-23 moko
1099:
1100: * src/lib/ltdl/Makefile.am: extra dist added
1101:
1102: * tests/results/344.processed: test result updated after $file.text
1103: prefetched in ^hash::create[$file] (related to feature #1075)
1104:
1105: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
1106: ^hash::create[$file] (related to feature #1075)
1107:
1108: 2016-12-22 moko
1109:
1110: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
1111: main/pa_request.C, main/pa_stylesheet_connection.C,
1112: types/pa_vfile.C: file_stat now return 64-bit size (implements
1113: #1014 under 32-bit unix versions)
1114:
1115: 2016-12-21 moko
1116:
1117: * tests/: 375.html, results/375.processed: test for exec returning
1118: stated file added (related to feature #1119)
1119:
1120: * src/classes/file.C: load should not return file with null body
1121: (fixes bug #1119)
1122:
1123: 2016-12-14 moko
1124:
1125: * tests/: 374.html, results/374.processed: test for $method.name
1126: added (related to feature #1117) plus method returning junction
1127: test
1128:
1129: 2016-12-13 moko
1130:
1131: * src/: include/pa_symbols.h, main/pa_symbols.C,
1132: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
1133: (implements feature #1117)
1134:
1135: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
1136: HEAD and TRACE can't have body (implements feature #1116)
1137:
1138: 2016-12-09 moko
1139:
1140: * tests/: 373.html, results/373.processed: tests for
1141: ^reflection:tainting added (related to feature #1098)
1142:
1143: * src/classes/reflection.C: ^reflection:tainting arguments order
1144: change (related to feature #1098)
1145:
1146: 2016-12-06 moko
1147:
1148: * src/: classes/reflection.C, include/pa_string.h,
1149: main/pa_string.C: ^reflection:tainting[$string] added (implements
1150: feature #1098)
1151:
1152: 2016-12-05 moko
1153:
1154: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
1155: (fixes bug #1114)
1156:
1157: 2016-12-04 moko
1158:
1159: * tests/: 206.html, results/206.processed: negative zero (0/-1)
1160: check added
1161:
1162: 2016-12-03 moko
1163:
1164: * tests/: 346-curl.html, results/346-curl.processed: test modified
1165: to test value.as_hash() usage
1166:
1167: * src/classes/curl.C: value.as_hash() used for correct hash
1168: processing
1169:
1170: * src/classes/reflection.C: exceptions texts fixes
1171:
1172: 2016-12-02 moko
1173:
1174: * tests/: 372.html, results/372.processed: tests for
1175: ^reflection:create[ $.class[name] $.constructor[name]
1176: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
1177: feature #1094)
1178:
1179: * src/types/pa_vmethod_frame.h: comment added: params should be
1180: declared outside of *_FRAME_ACTION as MethodParams destructor
1181: will be called in ~VNativeMethodFrame
1182:
1183: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
1184: ] minor fix
1185:
1186: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
1187: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
1188: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
1189: now supported (implements feature #1094) value::as_hash added
1190: (and should be used everywhere)
1191:
1192: * src/classes/reflection.C: cleanup
1193:
1194: 2016-12-01 moko
1195:
1196: * tests/: 356.html, results/356.processed: test for method
1197: junctions class name added to the resulting hash added (related
1198: to feature #1068)
1199:
1200: * src/classes/reflection.C: for method junctions class name added
1201: to the resulting hash (related to feature #1068)
1202:
1203: 2016-11-30 moko
1204:
1205: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
1206: exception (related to bug #1113)
1207:
1208: * src/types/pa_vhashfile.C: whitespace
1209:
1210: * src/main/pa_os.C: errno now returned as it should (fixes bug
1211: #1113)
1212:
1213: * tests/results/: 175.processed, 192.processed, 224.processed,
1214: 229.processed, 239.processed, 244.processed, 246.processed,
1215: 314.processed, 352.processed: tests results updated after method
1216: call exceptions improved as method now keeps its name
1217:
1218: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
1219: types/pa_vmethod_frame.h: method call exceptions improved as
1220: method now keeps its name
1221:
1222: * tests/: 224.html, 239.html, results/224.processed,
1223: results/239.processed: tests and tests results updated after
1224: Request::construct exception changed
1225:
1226: * src/: classes/reflection.C, main/execute.C: Request::construct
1227: exception optimized
1228:
1229: * tests/: 371.html, results/371.processed: test for
1230: WWrapper.get_element call in $.name.key[value] code added
1231: (related to feature #1091)
1232:
1233: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
1234: in $.name.key[value] code (related to feature #1091)
1235:
1236: 2016-11-29 moko
1237:
1238: * src/classes/op.C: VS warning war
1239:
1240: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
1241: C4239: nonstandard extension used : 'return' : conversion from
1242: 'Value' to 'Value &' (related to feature #1020)
1243:
1244: * src/: main/execute.C, types/pa_vmethod_frame.h,
1245: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
1246: used : 'return' : conversion from 'Value' to 'Value &' (related
1247: to feature #1020)
1248:
1249: * src/main/execute.C: VS warning war
1250:
1251: * src/targets/cgi/parser3.C: VS compatibility fix
1252:
1253: * src/include/pa_request.h: VS warning war
1254:
1255: * tests/: 370.html, results/370.processed: test for ^file::exec[
1256: ... $.stdin[$binary_file] ] added (related to bug #1044)
1257:
1258: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
1259: include/pa_string.h, main/pa_exec.C: pa_exec now supports
1260: $.stdin[$binary_file] (fixes bug #1044)
1261:
1262: 2016-11-28 moko
1263:
1264: * src/main/pa_exec.C: whitespace
1265:
1266: * src/main/pa_request.C: whitespace
1267:
1268: * tests/: 369.html, results/369.processed: test for
1269: $response:status usage added (related to feature #1099)
1270:
1271: * src/targets/cgi/parser3.C: HTTP response code used as exit status
1272: if < 100 (implements feature #1099)
1273:
1274: * src/targets/cgi/parser3.C: whitespace
1275:
1276: * src/targets/cgi/parser3.C: whitespace
1277:
1278: * tests/: 368.html, results/368.processed: test updated after
1279: ^reflection:filename[$method] added (related to feature #1053)
1280:
1281: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
1282: main/compile.y, main/execute.C, main/pa_request.C,
1283: types/pa_vclass.h: filename -> filespec,
1284: ^reflection:filename[$method] added (related to feature #1053)
1285:
1286: 2016-11-27 moko
1287:
1288: * tests/: 368.html, results/368.processed: test for
1289: reflection:filename[$class or object] added (related to feature
1290: #1053)
1291:
1292: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
1293: types/pa_vstateless_class.h: ^reflection:filename[$class or
1294: object] added (implements feature #1053)
1295:
1296: 2016-11-26 moko
1297:
1298: * src/: include/pa_request_info.h,
1299: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1300: remove_absolute_uri -> strip_absolute_uri
1301:
1302: 2016-11-25 moko
1303:
1304: * src/: include/pa_request_info.h,
1305: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1306: request_info.remove_absolute_uri added to remove possible
1307: http://site.name/ from $request:uri (implements feature #1112)
1308:
1309: 2016-11-24 moko
1310:
1311: * tests/: 367-curl.html, results/367-curl.processed: test for
1312: previous request headers clearing after redirect added (related
1313: to bug #1109)
1314:
1315: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
1316: response headers from previous requests are now cleared, only
1317: last request headers are collected (fixes bug #1109)
1318:
1319: * tests/results/: 266.processed, 321.processed, 356.processed:
1320: tests results updated as method name now added to the resulting
1321: hash for new syntax only (Imp1 compatimility fixed, related to
1322: feature #1068)
1323:
1324: * src/classes/reflection.C: method name now added to the resulting
1325: hash for new syntax only (Imp1 compatimility fixed, related to
1326: feature #1068)
1327:
1328: * tests/results/366.processed: test for native and parser
1329: implementation of ^use[] logic (related to feature #1074)
1330:
1331: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
1332: for native and parser implementation of ^use[] logic (related to
1333: feature #1074)
1334:
1335: 2016-11-23 moko
1336:
1337: * src/: classes/op.C, include/pa_request.h, main/compile.y,
1338: main/pa_request.C: @USE file now implemented as ^use[file;
1339: $.origin[origin_file] ] (implements feature #1074)
1340:
1.109 moko 1341: 2016-11-21 moko
1342:
1.110 moko 1343: * tests/: 365.html, results/365.processed: test for $caller bugs in
1344: 3.4.4 and $caller.method now tested (related to feature #1110)
1345:
1346: * tests/: 364.html, results/364.processed: $caller usage in
1347: different contexts now tested (related to feature #1110)
1348:
1349: * src/types/types.vcproj: +pa_vcaller_wrapper.h
1350:
1351: * src/types/Makefile.am: pa_vcaller_wrapper.h added
1352:
1.109 moko 1353: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
1354: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
1355: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
1356: used (implements feature #1110)
1357:
1358: 2016-11-20 moko
1359:
1360: * src/types/pa_vdouble.h: whitespace
1361:
1362: 2016-11-11 moko
1363:
1364: * tests/: 363.html, results/363.processed: more tests for feature
1365: #1091 (how parser methods work in expression context)
1366:
1367: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
1368: expressions strings are now written as strings, not values by
1369: write_as_string (related to feature #1091)
1370:
1371: * src/classes/op.C: to make more correct behavour in expression
1372: context
1373:
1374: 2016-11-07 moko
1375:
1376: * tests/: 362.html, results/362.processed: test for
1377: xsltParseStylesheetDoc caching as xsl modification after it added
1378: (related to bug #1108)
1379:
1380: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
1381: result now cached as xdoc is modified after it (fixes bug #1108)
1382:
1383: 2016-11-06 moko
1384:
1385: * src/types/pa_vxdoc.h: whitespace
1386:
1387: 2016-11-05 moko
1388:
1389: * src/types/pa_vmethod_frame.h: cleanup
1390:
1391: 2016-11-03 moko
1392:
1393: * tests/results/244.processed: more correct exception after method
1394: frames separation
1395:
1396: * src/types/pa_vmethod_frame.h: minor optimizaion
1397:
1398: * src/types/pa_method.h: optimization: params_count added
1399:
1400: * src/: classes/json.C, classes/op.C, classes/reflection.C,
1401: include/pa_request.h, main/execute.C, main/pa_request.C,
1402: types/pa_value.C, types/pa_vmethod_frame.C,
1403: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
1404: VMethodFrame now divided into VNativeMethodFrame,
1405: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
1406: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
1407: and used (related to feature #1104)
1408:
1409: 2016-11-02 moko
1410:
1411: * src/: classes/bool.C, classes/curl.C, classes/date.C,
1412: classes/double.C, classes/file.C, classes/hash.C,
1413: classes/hashfile.C, classes/image.C, classes/inet.C,
1414: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1415: classes/memcached.C, classes/op.C, classes/reflection.C,
1416: classes/regex.C, classes/string.C, classes/table.C,
1417: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
1418: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
1419: r.write (implements feature #1091)
1420:
1421: * src/main/execute.C: cleanup (related to feature #1104)
1422:
1423: * src/: include/pa_request.h, main/execute.C,
1424: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
1425: added, in_expression removed (implements feature #1104)
1426:
1427: 2016-10-31 moko
1428:
1429: * src/types/pa_value.C: whitespace
1430:
1431: 2016-10-28 moko
1432:
1433: * tests/results/244.processed: updated after error reporting fixed
1434: in pa_wcontext.C
1435:
1436: * src/types/pa_wcontext.C: error reporting fixed
1437:
1438: * src/types/pa_wcontext.h: whitespace
1439:
1440: * src/classes/image.C: not fully readed entries are no longer
1441: processed (fixes bug #1106)
1442:
1443: 2016-10-26 moko
1444:
1445: * src/classes/image.C: whitespace
1446:
1447: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
1448: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
1449: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
1450: longer required (related to feature #1091)
1451:
1452: * tests/results/: 264.processed, 350.processed: test results update
1453: reverted (whitespace optimization) after write_no_lang removed :)
1454: (related to feature #1091)
1455:
1456: * src/: classes/file.C, classes/hash.C, classes/op.C,
1457: classes/string.C, classes/table.C, classes/void.C,
1458: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
1459: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
1460: equal write_pass_lang (related to feature #1091)
1461:
1462: * tests/results/: 264.processed, 350.processed: test results
1463: updated (whitespace optimization) after write_assign_lang removed
1464: (related to feature #1091)
1465:
1466: * tests/: 361.html, results/361.processed: test for non-string
1467: ^untaint added (related to feature #1091)
1468:
1469: * src/: classes/curl.C, classes/date.C, classes/file.C,
1470: classes/hash.C, classes/op.C, classes/string.C,
1471: include/pa_request.h, main/execute.C: optimization:
1472: write_assign_lang removed as not required (first part of feature
1473: #1091 implementation)
1474:
1.108 moko 1475: 2016-10-12 moko
1476:
1477: * tests/: 360.html, results/360.processed: more test code (related
1478: to feature #1104)
1479:
1480: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
1481: include/pa_request.h, main/compile.y, main/execute.C: opcode
1482: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
1483: WContext is next task (implements feature #1104)
1484:
1485: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
1486: / CO_WITHOUT_WCONTEXT
1487:
1488: * tests/: 360.html, results/360.processed: test for in expression
1489: state (related to feature #1104)
1490:
1491: 2016-10-11 moko
1492:
1493: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
1494:
1495: * src/classes/op.C: default value removed from initializer
1496:
1497: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
1498:
1499: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
1500:
1501: 2016-10-10 moko
1502:
1503: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
1504: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
1505: to feature #42)
1506:
1507: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
1508: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
1509:
1510: 2016-10-08 moko
1511:
1512: * src/classes/double.C: whitespace
1513:
1514: 2016-10-07 moko
1515:
1516: * src/types/pa_vmethod_frame.h: reorder
1517:
1518: 2016-10-06 moko
1519:
1520: * src/classes/date.C: typo
1521:
1522: * src/types/pa_vmethod_frame.h: whitespace + cleanup
1523:
1524: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1525: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
1526: types/pa_vmethod_frame.h: params.get now returns Value&, not
1527: Value*
1528:
1529: * src/types/pa_vmethod_frame.C: params.get should return Value&.
1530:
1531: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
1532: removed; first as_* code rewrite
1533:
1534: 2016-10-05 moko
1535:
1536: * src/include/pa_request.h: whitespace
1537:
1538: * tests/: 359.html, results/359.processed: test for VCodeFrame and
1539: intercept_string added (related to feature #1097)
1540:
1541: * src/: classes/image.C, classes/op.C, classes/table.C,
1542: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1543: optimization: intercept_string removed (implements feature #1097)
1544:
1545: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
1546:
1547: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
1548: from VCodeFrame and WWrapper as not required
1549:
1550: 2016-10-04 moko
1551:
1552: * src/: classes/curl.C, classes/date.C, classes/double.C,
1553: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
1554: classes/int.C, classes/json.C, classes/op.C,
1555: classes/reflection.C, classes/string.C, classes/table.C,
1556: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1557: proces_to_value -> process after StringOrValue removed (related
1558: to feature #1020)
1559:
1560: * src/classes/form.C: whitespace
1561:
1562: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
1563:
1564: * tests/: 357.html, 358.html, results/357.processed,
1565: results/358.processed, results/auto.p: test for @conf
1566: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
1567:
1568: 2016-10-03 moko
1569:
1570: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
1571: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
1572: supported (implements feature #42)
1573:
1574: * src/types/pa_vregex.h: no reason for VRegex to be
1575: is_evaluated_expr
1576:
1577: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
1578: (implements feature #1095)
1579:
1580: 2016-10-01 moko
1581:
1582: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
1583: false by default (related to feature #1089)
1584:
1585: 2016-09-30 moko
1586:
1587: * src/types/pa_wcontext.h: cleanup
1588:
1589: 2016-09-29 moko
1590:
1591: * src/main/execute.C: whitespace
1592:
1593: * src/include/pa_request.h: whitespace
1594:
1595: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1596: classes/op.C, classes/table.C, include/pa_request.h,
1597: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
1598: types/pa_vobject.C, types/pa_wcontext.h: optimization:
1599: StringOrValue removed as it just slows down and adds complexity
1600: (implements feature #1020)
1601:
1602: 2016-09-28 moko
1603:
1604: * tests/: 356.html, results/266.processed, results/321.processed,
1605: results/356.processed: tests updated after name was added to
1606: method_info hash, test for ^reflection:method_info[junction]
1607: added (related to feature #1068)
1608:
1609: * src/classes/reflection.C: ^reflection:method_info[junction] now
1610: supported, method name added to the resulting hash (implements
1611: feature #1068)
1612:
1613: * tests/: 276.html, results/276.processed: more tests for
1614: ^reflection:delete[]
1615:
1616: * src/classes/reflection.C: fixed bug then ^reflection:delete
1617: didn't work on class and could damage native objects (like file)
1618:
1619: 2016-09-26 moko
1620:
1621: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
1622: results/345.processed, results/346-curl.processed,
1623: results/347-curl.processed, results/348.processed: numbers added
1624: to simplify diff analysis
1625:
1626: * tests/: 352.html, results/352.processed: test result updated as
1627: method name used
1628:
1629: * src/classes/reflection.C: method name used
1630:
1631: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
1632: its name
1633:
1634: * src/types/pa_method.h: whitespace
1635:
1636: * src/classes/reflection.C: both method and field with one name can
1637: exist.
1638:
1639: * src/classes/reflection.C: ^reflection:mixin added (implements
1640: feature #1089)
1641:
1642: * tests/: 355.html, results/355.processed: property appears in
1643: derived class if added in base test added
1644:
1645: * src/types/pa_vstateless_class.h: get_method declaration +
1646: whitespace
1647:
1648: * tests/: 354.html, results/354.processed: nice test from method
1649: and property with one name in class added
1650:
1651: 2016-09-23 moko
1652:
1653: * src/classes/reflection.C: ^reflection:method usage documented
1654:
1655: 2016-09-22 moko
1656:
1657: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
1658: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
1659: compile warning and GPF occures on VS2003 (related to feature
1660: #1087)
1661:
1662: * tests/: 350.html, results/350.processed: test added for
1663: $.encloser[] support in ^table::create (related to feature #11)
1664:
1665: * src/classes/table.C: another minor fix (related to feature #11)
1666:
1.107 moko 1667: 2016-09-21 moko
1668:
1669: * src/include/pa_config_fixed.h: vs2015 compilation fixes
1670:
1671: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1672: classes/json.C, classes/string.C, classes/table.C,
1673: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1674: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1675: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
1676: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
1677: pa_charsets, vs2015 warning war
1678:
1679: * src/classes/table.C: vs2015 warning war
1680:
1681: * src/types/pa_vdate.C: vs2015 warning war
1682:
1683: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
1684:
1685: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
1686: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
1687:
1688: * src/main/pa_common.C: vs2015 compilation fixes
1689:
1690: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
1691: vs2015 compilation fixes
1692:
1693: * src/main/pa_charset.C: vs2015 warning war
1694:
1695: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
1696:
1697: * src/main/pa_charset.C: vs2015 warning war
1698:
1699: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
1700:
1701: * src/types/pa_vdate.C: vs2015 compilation fix
1702:
1703: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
1704:
1705: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
1706: VS2015 compilation fixes
1707:
1708: * src/classes/table.C: minor fix (related to feature #11)
1709:
1710: * tests/results/282.processed: no longer skipping extra enclosers
1711: (related to feature #11)
1712:
1713: * src/classes/table.C: minor fix + no longer skipping extra
1714: enclosers (related to feature #11)
1715:
1716: * src/classes/table.C: minor optimization (related to feature #11)
1717:
1718: * src/classes/table.C: minor fix and optimization (related to
1719: feature #11)
1720:
1721: 2016-09-20 moko
1722:
1723: * tests/: 353.html, results/353.processed: test for
1724: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
1725: added (related to bug #1090)
1726:
1727: * src/main/compile.y: PC.cclass->is_vars_local() check added for
1728: one_big_piece (fixes bug #1090)
1729:
1730: * tests/: 229.html, results/229.processed: code coverage tests
1731:
1732: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
1733: body) was called
1734:
1735: * src/classes/op.C: whitespace
1736:
1737: * tests/: 323.html, results/323.processed: test for code junction
1738: should not be returned by ^reflection:class, ^reflection:base
1739:
1740: * src/classes/reflection.C: bugfix: code junction should not be
1741: returned by ^reflection:class, ^reflection:base
1742:
1743: * tests/: 323.html, 352.html, results/352.processed: no more
1744: exception for ^reflection:method[class;no-such-method] (related
1745: to feature #1087)
1746:
1747: * src/classes/reflection.C:
1748: ^reflection:method[class;no-such-method] : exception -> void
1749: (related to feature #1087)
1750:
1751: * src/include/pa_request.h: request::write_value added to allow
1752: write value without convertion (related to issue #1091)
1753:
1754: 2016-09-19 moko
1755:
1756: * src/main/pa_random.C: windows build fix
1757:
1758: * src/types/pa_vhash.h: warning war
1759:
1760: 2016-09-14 moko
1761:
1762: * tests/: 352.html, 552.html, results/352.processed,
1763: results/552.processed: test for ^reflection:method[] extension
1764: added (related to feature #1087)
1765:
1766: * tests/: 552.html, results/552.processed: test for
1767: ^reflection:method[] extension added (related to feature #1087)
1768:
1769: * src/classes/reflection.C: compatibility issue fixed, VClass
1770: dynamic_cast check added (related to feature #1087)
1771:
1772: * tests/: 351.html, results/351.processed: test for @auto[]
1773: inheritance bug diring ^process[] added (related to bug #1088)
1774:
1775: * src/: classes/op.C, main/pa_request.C,
1776: types/pa_vstateless_class.C: set_method now checks for @auto[] to
1777: disable it inheritance during ^process (fixes bug #1088)
1778:
1779: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
1780: added (implements feature #1087)
1781:
1782: 2016-09-13 moko
1783:
1784: * tests/: 349.html, results/auto.p: test for objects prototyping
1785: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
1786: to feature #1086)
1787:
1788: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
1789: types/pa_vobject.C: objects now are not class instances, but have
1790: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
1791: in @conf (implements feature #1086)
1792:
1793: 2016-09-08 moko
1794:
1795: * src/: classes/file.C, classes/mail.C, classes/string.C,
1796: classes/table.C, main/pa_http.C, main/pa_string.C,
1797: include/pa_string.h: cleanup: string::split limit argument
1798: removed as no longer required, pos_after no longer reference
1799: (related to feature #11)
1800:
1801: * src/classes/table.C, tests/results/348.processed: now exception
1802: is rised when invalid option is passed to ^table::create[]
1803:
1804: * tests/: 282.cfg, 282.html, results/282.processed: more code
1805: coverage tests
1806:
1807: * tests/: 348.html, results/348.processed: code coverage tests
1808: added
1809:
1810: * tests/: 348.html, results/348.processed: generic ^table::create[]
1811: tests
1812:
1813: * tests/: 035.html, results/035.processed, results/272.processed:
1814: tests updated after $.encloser[] support for ^table::create
1815: implementation (related to feature #11)
1816:
1817: * src/classes/table.C: $.encloser[] support for ^table::create
1818: finally added (implements feature #11)
1819:
1820: 2016-09-07 moko
1821:
1822: * src/include/pa_string.h: added StringSplitHelper as friend
1823: (related to feature #11)
1824:
1825: * src/include/pa_string.h: body and langs now protected, not
1826: private to allow inheritance (related to feature #11)
1827:
1828: * src/classes/table.C: lsplit optimized before cloning for
1829: ^table::create with $.encloser[] (related to feature #11)
1830:
1831: * src/classes/table.C: optimizaion: TableControlChars.separators
1832: added and used (related to feature #11)
1833:
1834: * src/classes/table.C: spelling:
1835:
1836: TableSeparators -> TableControlChars column -> separator
1837: separators -> control_chars
1838:
1839: 2016-09-06 moko
1840:
1841: * src/main/pa_string.C: whitespace
1842:
1843: * src/main/pa_string.C: whitespace
1844:
1845: 2016-09-01 moko
1846:
1847: * tests/: 347-curl.html, results/347-curl.processed: to make tests
1848: results OS-independent
1849:
1850: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
1851: compiler (related to feature #1042)
1852:
1853: 2016-08-15 moko
1854:
1855: * src/include/pa_string.h: whitespace
1856:
1857: * src/classes/table.C: whitespace
1858:
1.106 moko 1859: 2016-08-05 moko
1860:
1861: * tests/: 344.html, results/344.processed: test for
1862: ^hash::create[$file] added (related to feature #1075)
1863:
1864: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
1865: supported (implements feature #1075)
1866:
1867: 2016-08-04 moko
1868:
1869: * tests/: 341.html, results/341.processed: more code coverage tests
1870:
1871: * tests/: 346-curl.html, results/346-curl.processed: more code
1872: coverage tests for curl
1873:
1874: * tests/: 346-curl.html, results/346-curl.processed: more code
1875: coverage tests for curl
1876:
1877: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
1878: results/223.processed: code coverage tests: $.form[ $.table[] ]
1879: test added
1880:
1881: * tests/: 223-curl.html, results/223-curl.processed: more code
1882: coverage tests for curl
1883:
1884: 2016-08-03 moko
1885:
1886: * src/classes/curl.C: dlink(curl_library) now called not once, but
1887: until it will be loaded, allowing to find existing library.
1888:
1889: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
1890: results/347-curl.processed: more code coverage tests for curl
1891:
1892: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
1893: results/339-curl.processed, results/346-curl.processed: curl
1894: functionality tests
1895:
1896: 2016-08-02 moko
1897:
1898: * tests/: 339.html, results/339.processed: test for tables in
1899: ^file:load[] and ^curl:load[] (commented) added (related to
1900: feature #1042)
1901:
1902: * tests/: 345.html, results/345.processed: code coverage tests for
1903: file class
1904:
1905: * tests/: 344.html, results/344.processed: code coverage tests
1906:
1907: * tests/: 344.html, results/344.processed: mdate removed from
1908: output
1909:
1910: * src/classes/file.C: minor bugfix: is_text should be taked from
1911: fcontent.is_text_mode() if not set (related to feature #1061)
1912:
1913: * tests/: 344.html, results/344.processed: more tests
1914:
1915: * tests/: 343.html, 344.html, results/343.processed,
1916: results/344.processed: tests for ^file::create[ $.from-charset
1917: and $.to-charset ] (related to feature #1061)
1918:
1919: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1920: aset_text_mode argument optimized
1921:
1922: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1923: checkBOM now used in detect_binary_content (related to feature
1924: #1061)
1925:
1926: * src/main/pa_request.C: load_charset no longer required to_upper
1927:
1928: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
1929: preserves original file mode (if no $.mode specified)
1930:
1931: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1932: ^file::create now supports $.from-charset[] and $.to-charset
1933: options (implements feature #1061), automatic transcode is done
1934: if text file is created from binary file and charset is detected.
1935:
1936: 2016-07-30 moko
1937:
1938: * src/classes/table.C: ^t.hash[..;] now supported (related to
1939: feature #1057)
1940:
1941: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
1942: added (related to feature #1057)
1943:
1944: * tests/: 286.html, results/286.processed: code tests coverage
1945:
1946: 2016-07-29 moko
1947:
1948: * src/classes/table.C: table size should be checked inside menu and
1949: foreach (related to feature #858)
1950:
1951: * src/: classes/curl.C, classes/file.C, classes/string.C,
1952: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1953: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
1954: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
1955: charsets.get now does str_upper inside (related to feature #1061)
1956:
1957: * tests/: 342.html, results/342.processed: more code coverage tests
1958:
1959: * tests/: 342.html, outputs/342.processed: table menu code coverage
1960: + foreach test added (related to feature #858)
1961:
1962: * tests/: 341.html, results/341.processed: tests for
1963: ^table.hash[]{code} added + code coverage tests (related to
1964: feature #1057)
1965:
1966: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
1967: value} support (implements feature #1057)
1968:
1969: * src/classes/table.C: whitespace
1970:
1971: 2016-07-28 moko
1972:
1973: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
1974: from URL, if not specified query string removed from url-based
1975: filenames in ^curl:load[] and ^file::load[] (related to feature
1976: #1042)
1977:
1978: 2016-07-27 moko
1979:
1980: * tests/: 340.html, results/340.processed: test for
1981: transcode_text_result=false added (related to issue #1042)
1982:
1983: 2016-07-26 moko
1984:
1985: * src/types/pa_vfile.C: file name should not be empty (if file path
1986: is folder and ends with /) (related to feature #1042)
1987:
1988: * src/main/pa_http.C: whitespace optimizaion
1989:
1990: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1991: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
1992: multiple headers, ^file::load supports headers transcoding
1993: (implements feature #1042)
1994:
1995: 2016-07-25 moko
1996:
1997: * src/include/pa_common.h: PA_DEFAULT added
1998:
1999: 2016-07-22 moko
2000:
2001: * tests/: 338.html, results/338.processed: test for
2002: $date.field(value) added (related to feature #1066)
2003:
2004: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2005: $date.field(value) now supported for y/m/d/h/m/s (implements
2006: feature #1066)
2007:
1.105 moko 2008: 2016-07-21 moko
2009:
2010: * src/: classes/file.C, classes/image.C, include/pa_common.h,
2011: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
2012: arguments removed; image.C - absolute path shown in exception
2013: (implements feature #1071)
2014:
2015: * tests/: 235.html, results/235.processed: test and test result
2016: updated after static boundary in mail and Errors-To: mail header
2017: removed (related to feature #1047)
2018:
2019: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
2020: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
2021: used, static boundary in mail removed, Errors-To: mail header
2022: removed (implements feature #1047)
2023:
2024: 2016-07-20 moko
2025:
2026: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2027: equest.classes(): Value -> VStateless_class, part 3 (related to
2028: issue #1051)
2029:
2030: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
2031: request.classes(): Value -> VStateless_class, part 2 (related to
2032: issue #1051)
2033:
2034: * tests/results/: 224.processed, 323.processed: classes without
2035: methods should not be methoded (related to issue #1051)
2036:
2037: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
2038: main/compile_tools.h, main/pa_request.C: request.classes(): Value
2039: -> VStateless_class, part 1 (related to issue #1051)
2040:
2041: * tests/: 337.html, results/337.processed: test for
2042: ^reflection:fields_reference[] and VHashReference class added
2043: (related to feature #1072)
2044:
2045: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
2046: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
2047: and VHashReference added, allowing ^reflection:fields_reference[]
2048: implementation (closes feature #1072)
2049:
2050: 2016-07-19 moko
2051:
2052: * tests/: 323.html, results/323.processed: we want to see
2053: "methoded"
2054:
2055: * tests/: 336.html, results/336.processed: test for $BASE:property
2056: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
2057: #1059)
2058:
2059: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
2060: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
2061: somebody_entered_some_class, $BASE:property works again,
2062: ^BASE:method[] bugs fixed (fixes bug #1059)
2063:
2064: 2016-07-14 moko
2065:
2066: * tests/: 335.html, results/335.processed: test for feature #1055
2067: added
2068:
2069: * src/classes/hash.C: bugfix: $._default was not copied if empty
2070: feature: ^hash.contains[_default] added (implements feature
2071: #1055)
2072:
2073: 2016-07-13 moko
2074:
2075: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
2076: should not call @autouse (http://www.parser.ru/forum/?id=83480)
2077:
2078: 2016-07-05 moko
2079:
2080: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
2081: in ^hash.foreach (related to feature #1073)
2082:
2083: 2016-07-04 moko
2084:
2085: * tests/: 134.html, 281.html, results/134.processed,
2086: results/281.processed: tests updated after hash blocking removed
2087: (related to feature #1073)
2088:
2089: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
2090: no longer blocks on change during foreach (implements feature
2091: #1073)
2092:
2093: 2016-06-17 moko
2094:
2095: * tests/: 330.html, results/330.processed: try exception source
2096: test added (related to bug in #1062)
2097:
2098: * tests/: 334.html, results/334.processed: Exception stack trace
2099: test added (related to bug in $1062)
2100:
2101: * src/classes/op.C: Exception trace now correctly restored and
2102: errors reported (related to bug #1062)
2103:
1.104 moko 2104: 2016-05-25 moko
2105:
2106: * src/main/compile.y: minor cleanup + beauty
2107:
2108: 2016-05-24 moko
2109:
2110: * tests/: 333.html, results/333.processed: more exceptions testing
2111:
2112: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
2113: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
2114: features #1056, #1026)
2115:
2116: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
2117: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
2118: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
2119: (implements feature #1056)
2120:
2121: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2122: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
2123: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
2124: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
2125: feature #1026)
2126:
2127: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
2128: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
2129: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
2130: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
2131: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
2132: feature #1026)
2133:
2134: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2135: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
2136: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
2137: SYMBOLS_CACHING define implemented (related to feature #1026)
2138:
2139: * src/main/main.vcproj: + ps_symbols
2140:
2141: * src/: include/Makefile.am, include/pa_string.h,
2142: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
2143: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
2144: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2145: types/pa_vstateless_class.C: initial implementation for symbols
2146: cache (related to feature #1026)
2147:
2148: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
2149:
2150: * src/main/pa_globals.C: minor cleanup
2151:
2152: 2016-05-19 moko
2153:
2154: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
2155: (related to feature #1046)
2156:
2157: * tests/: 331.html, results/331.processed: test for
2158: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
2159: (related to feature #1051)
2160:
2161: * src/main/compile.y:
2162: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
2163: (implements feature #1054)
2164:
2165: 2016-05-18 moko
2166:
2167: * src/types/pa_vtable.C, tests/results/324.processed: no more
2168: "column not found" exception for ^table.no-such-method[] (related
2169: to feature #1046)
2170:
2171: * tests/: 261.html, results/261.processed: test added and updated
2172: after feature #1046 implementation
2173:
2174: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
2175: types/pa_vvoid.h: $string.anything works for whitespace strings,
2176: ^string.contains added for hash compatibility, $string.method no
2177: longer returns stting method (implements feature #1046)
2178:
2179: 2016-05-12 moko
2180:
2181: * src/classes/curl.C: content-type response header no longer
2182: ignored (fixes issue #1045)
2183:
2184: * tests/: 330.html, results/330.processed: test for incomplete
2185: finally execution when break occures added (related to issue
2186: #1077)
2187:
2188: * src/classes/op.C: bugfix: Request::skip reset is called before
2189: executing catch and finally code (fixes issue #1062)
2190:
2191: 2016-05-11 moko
2192:
2193: * tests/: 329.html, results/329.processed: test for invalid
2194: ^break[] behavour added (bug #1077)
2195:
2196: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
2197:
2198: 2016-04-24 moko
2199:
2200: * src/types/pa_vstateless_class.h: warning war
2201:
2202: 2016-04-17 moko
2203:
2204: * tests/: 328.html, results/328.processed: test for
2205: ^break(condition) and ^continue(condition) (related to feature
2206: #1063)
2207:
2208: * src/classes/op.C: ^break(condition) and ^continue(condition)
2209: implemented (feature #1063)
2210:
2211: 2016-04-12 moko
2212:
2213: * tests/results/280.processed: ordered hash now used for class
2214: methods and properties (test results updated for feature #1069)
2215:
2216: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
2217: to xdoc.C as under FreeBSD it was inited after and inheritance
2218: failed (related to issue #1051)
2219:
2220: * tests/: 320.html, results/320.processed: xdoc and xnode methods
2221: are printed to check inheritance (related to feature #1051)
2222:
1.103 moko 2223: 2016-04-09 moko
2224:
2225: * tests/results/320.processed: ordered hash now used for class
2226: methods and properties (test results updated for feature #1069)
2227:
2228: * src/types/pa_vstateless_class.h: ordered hash now used for class
2229: methods and properties (implements feature #1069)
2230:
2231: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
2232: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
2233: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
2234: feature #1051)
2235:
2236: 2016-04-07 moko
2237:
2238: * src/main/execute.C: returned Value in .CLASS case for VJunction
2239: (related to feature #1051)
2240:
2241: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
2242: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
2243: string constants deduplication (related to feature #1051)
2244:
2245: * tests/results/224.processed: test result updated (related to
2246: feature #1051)
2247:
2248: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
2249: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
2250: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
2251: types/pa_vstatus.h: classes hash now contains only
2252: VStateless_class derived objects, .CLASS is also allways
2253: VStateless_class derived object (related to feature #1051).
2254:
2255: 2016-04-06 moko
2256:
2257: * tests/results/323.processed: test result updated after feature
2258: #1051 implementation
2259:
2260: * src/: classes/classes.h, classes/op.C, classes/response.C,
2261: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2262: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
2263: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
2264: types/pa_vresponse.C, types/pa_vresponse.h,
2265: types/pa_vstateless_class.h: base -> methoded_donor for static
2266: classes, type() moved from VStateless_class to VClass and
2267: Methoded (implements feature #1051)
2268:
2269: 2016-04-04 moko
2270:
2271: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
2272: beauty: put_class added (related to feature #1051)
2273:
2274: 2016-04-01 moko
2275:
2276: * tests/results/: 175.processed, 192.processed, 224.processed,
2277: 229.processed, 244.processed, 246.processed, 316.processed: test
2278: results updated as class.type() removed from error messages, only
2279: type() left (related to feature #1051)
2280:
2281: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
2282: classes/op.C, classes/reflection.C, main/compile.y,
2283: main/compile_tools.h, main/execute.C, main/pa_request.C,
2284: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
2285: types/pa_vmethod_frame.h, types/pa_vobject.h,
2286: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
2287: from VStateless_class, type() is used instead (related to feature
2288: #1051)
2289:
2290: * src/classes/mail.C: old logic restored.
2291:
2292: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2293: classes/classes.h, classes/curl.C, classes/date.C,
2294: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2295: classes/hashfile.C, classes/image.C, classes/inet.C,
2296: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2297: classes/memcached.C, classes/memory.C, classes/reflection.C,
2298: classes/regex.C, classes/response.C, classes/string.C,
2299: classes/table.C, classes/xdoc.C, classes/xnode.C,
2300: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
2301: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
2302: feature #1051)
2303:
2304: 2016-03-30 moko
2305:
2306: * tests/: 327.html, results/224.processed, results/327.processed:
2307: test for TZ specification in ^date::create[], TZ is kept during
2308: ^date::create[$dt] (related to feature #1048)
2309:
2310: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
2311: ^date::create[], TZ is kept during ^date::create[$dt] (implements
2312: feature #1048)
2313:
2314: 2016-03-29 moko
2315:
2316: * tests/: 315.html, results/315.processed: test for timezone format
2317: +HHmm added (related to feature #1065)
2318:
2319: * src/classes/date.C: timezone format +HHmm now supported
2320: (implements feature #1065)
2321:
2322: 2016-03-28 moko
2323:
2324: * tests/: 202.html, results/131.processed, results/202.processed,
2325: results/224.processed, results/256.processed,
2326: results/315.processed: test results updated after %.2d now
2327: default for hours offset in iso-string (was %2d), test for
2328: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2329: added (related to feature #1065)
2330:
2331: 2016-03-27 moko
2332:
2333: * src/types/pa_vdate.C: '+' sign for zero offset (related to
2334: feature #1065)
2335:
2336: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2337: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2338: added (implements feature #1065)
2339:
2340: 2016-03-24 moko
2341:
2342: * tests/: 202.html, results/202.processed: test $date.week added
2343: (related to bug #1067)
2344:
2345: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
2346: date (fix for bug #1067)
2347:
2348: 2016-03-10 moko
2349:
2350: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
2351:
1.102 moko 2352: 2015-12-07 moko
2353:
2354: * tests/: 326.html, results/326.processed: test for .CLASS &
2355: .CLASS_NAME optimization added (related to feature #844)
2356:
2357: 2015-11-17 moko
2358:
2359: * tests/: 323.html, results/323.processed: order added
2360:
2361: * tests/: 325.html, results/325.processed: double range test added
2362: (related to bug #1049)
2363:
2364: 2015-11-16 moko
2365:
2366: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
2367: added to disallow NaN and Infinity (fixes bug #1049)
2368:
2369: 2015-11-11 moko
2370:
2371: * tests/324.html: parser 3.4.3 execution support added (related to
2372: feature #1017)
2373:
2374: * tests/: 324.html, results/324.processed: test for
2375: GET_ELEMENT4CALL feature added (feature #1017)
2376:
1.101 moko 2377: 2015-10-29 moko
2378:
2379: * operators.txt: updated for 3.4.4
2380:
2381: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
2382:
2383: * src/main/pa_exec.C: get_exit_status implemented for Windows
2384: (related to bug #1043)
2385:
2386: 2015-10-28 moko
2387:
2388: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
2389: hangup during ^file::exec (fixes bug #1043)
2390:
1.100 moko 2391: 2015-10-27 moko
2392:
2393: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
2394:
1.99 moko 2395: 2015-10-26 moko
2396:
1.100 moko 2397: * tests/322.html, src/classes/reflection.C: arguments reorder
2398: (related to issue #1041)
2399:
2400: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
2401: Copyright year updated
2402:
1.99 moko 2403: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
2404: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
2405: classes/form.C, classes/hash.C, classes/hashfile.C,
2406: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
2407: classes/mail.C, classes/math.C, classes/memcached.C,
2408: classes/memory.C, classes/op.C, classes/reflection.C,
2409: classes/regex.C, classes/response.C, classes/string.C,
2410: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
2411: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
2412: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2413: include/pa_config_fixed.h, include/pa_config_includes.h,
2414: include/pa_dictionary.h, include/pa_dir.h,
2415: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2416: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2417: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2418: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2419: include/pa_request_charsets.h, include/pa_request_info.h,
2420: include/pa_sapi.h, include/pa_socks.h,
2421: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2422: include/pa_stack.h, include/pa_string.h,
2423: include/pa_stylesheet_connection.h,
2424: include/pa_stylesheet_manager.h, include/pa_table.h,
2425: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
2426: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
2427: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
2428: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
2429: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
2430: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
2431: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
2432: main/compile.y, main/compile_tools.C, main/compile_tools.h,
2433: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
2434: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
2435: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
2436: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
2437: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2438: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2439: main/pa_string.C, main/pa_stylesheet_connection.C,
2440: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
2441: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
2442: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
2443: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
2444: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
2445: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
2446: targets/isapi/parser3isapi.C, types/pa_junction.h,
2447: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2448: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
2449: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
2450: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
2451: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
2452: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
2453: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
2454: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
2455: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
2456: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
2457: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
2458: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
2459: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2460: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2461: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2462: types/pa_vresponse.C, types/pa_vresponse.h,
2463: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2464: types/pa_vstateless_object.h, types/pa_vstatus.C,
2465: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2466: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2467: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2468: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2469: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2470:
2471: * src/targets/cgi/parser3.C: year updated
2472:
2473: * src/classes/reflection.C: VS2003 compatibility fixed (related to
2474: issue #1041)
2475:
2476: * tests/: 323.html, results/323.processed: test for base classes
2477: added
2478:
2479: * tests/: 261.html, results/261.processed: updated after better
2480: error reporting done for $string.key exception
2481:
2482: * src/types/pa_vstring.h: better error report for $string.key
2483: exception
2484:
2485: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
2486: copied as VObject::get_element4call to remove extra virtual call
2487:
2488: * tests/: 322.html, results/322.processed: test for
2489: ^reflection:is[] added (related to feature #1041)
2490:
2491: * src/classes/reflection.C: ^reflection:is empty value is void
2492: (related to feature #1041)
2493:
2494: * src/classes/reflection.C:
2495: ^reflection:is[class_name|code|method;[context;]element_name]
2496: added (implements feature #1041)
2497:
2498: 2015-10-24 moko
2499:
2500: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
2501:
1.98 moko 2502: 2015-10-22 moko
2503:
2504: * tests/: 321.html, results/321.processed: test for
2505: ^reflection:method_info[] file detection added
2506:
2507: * tests/: 320.html, results/320.processed: test for
2508: ^reflection:class_by_name[class_name] added (related to feature
2509: #993)
2510:
2511: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
2512: added (implements feature #993)
2513:
2514: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
2515: (related to feature #1017)
2516:
2517: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
2518: added (related to issue #1039)
2519:
2520: * src/main/pa_request.C: ^throw origin fixed (related to feature
2521: #1039)
2522:
2523: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
2524: for VDate
2525:
2526: * tests/results/182.processed: updated after feature #1038
2527: implemented
2528:
2529: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
2530: compile-time exception origin added (test for feature #1039)
2531:
2532: * src/: include/pa_request.h, main/compile.C, main/compile.y,
2533: main/pa_request.C: exception unification: compile-time exceptions
2534: now have origin, @USE origins also tracked (implements feature
2535: #1039)
2536:
2537: 2015-10-20 moko
2538:
2539: * src/main/pa_request.C: cleanup
2540:
2541: 2015-10-15 moko
2542:
2543: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
2544:
2545: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
2546: types/pa_vtable.C: new feature: no more $table.method and
2547: $hash.method, aliases for _at, _count, _key (related to feature
2548: #1017)
2549:
1.97 moko 2550: 2015-10-14 moko
2551:
1.98 moko 2552: * tests/: 317.html, results/317.processed: test for
2553: ^string.unescape[] added (related to feature #120)
2554:
1.97 moko 2555: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
2556: defined" bug (described in issue #1036)
2557:
2558: * tests/: 247.html, results/247.processed: test for checkBOM added
2559: (test for bug #1037)
2560:
2561: * src/: include/pa_charsets.h, main/pa_charsets.C,
2562: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
2563: it's not enforced, skips BOM signature if it complies charset
2564: (fixes bug #1037)
2565:
2566: 2015-10-13 moko
2567:
2568: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
2569: linking
2570:
2571: * src/classes/inet.C: vs2003 compilation fix
2572:
2573: * src/classes/math.C: warning war
2574:
2575: * src/lib/punycode/pa_punycode.c: warning war
2576:
2577: 2015-10-12 moko
2578:
2579: * src/lib/punycode/pa_punycode.c: warning war
2580:
2581: * parser3.sln: moved parser3 first, to make it default startup
2582: project
2583:
2584: * buildall: parser "mirror" now used for external libs sources
2585: (implements feature #1036)
2586:
2587: * buildall: most external libs are updated to their current
2588: versions (related to feature #1036)
2589:
2590: * src/classes/image.C: more tags added
2591:
2592: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
2593:
2594: 2015-10-11 moko
2595:
2596: * src/classes/curl.C: minor optimization (related to feature #1035)
2597:
2598: 2015-10-09 moko
2599:
2600: * src/classes/curl.C: pa_strdup added for strings from curl
2601: (related to feature #1035)
2602:
2603: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
2604: ULLONG_MAX definition
2605:
2606: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
2607: (implements feature #1035)
2608:
2609: * src/main/pa_charset.C: String::Body(String::C) used
2610:
2611: * src/main/pa_charset.C: exceptions unified
2612:
2613: * src/: include/pa_charset.h, main/pa_charset.C: declarations
2614: unified
2615:
2616: * src/: classes/file.C, classes/image.C, classes/mail.C,
2617: classes/op.C, classes/xdoc.C, classes/xnode.C,
2618: include/pa_string.h, main/pa_request.C, main/pa_string.C,
2619: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
2620: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
2621: String::Body(String::C) constructor added (related to bug #957)
2622:
2623: * src/classes/file.C: minor optimization
2624:
2625: * src/include/pa_hash.h: hash.get(char*) added, to minimize
2626: Cord(char*) autocreation (related to bug #957)
2627:
2628: * src/: classes/string.C, main/untaint.C: minor optimizations
2629:
2630: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
2631: String(char*, Lang, length) removed, String(C(), Lang) used
2632: instead (related to bug #957)
2633:
2634: 2015-10-08 moko
2635:
2636: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
2637: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
2638: main/untaint.C: Now char * is converted to CORD only using
2639: AS_CORD() to check for empty cord bug (fixes bug #957)
2640:
2641: * src/include/pa_hash.h: fixed compilation without
2642: HASH_CODE_CACHING
2643:
2644: * src/classes/string.C:
2645: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
2646: feature #120)
2647:
2648: * src/main/pa_common.C: reduce js flags checks count (related to
2649: feature #120)
2650:
1.96 moko 2651: 2015-10-07 moko
2652:
2653: * tests/: 275.html, results/275.processed: test modified after
2654: unsigned long long int support implemented (feature #1034)
2655:
2656: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
2657: pa_atoul added for unsigned long long int support
2658:
2659: 2015-10-06 moko
2660:
2661: * src/types/pa_vdate.C: INT_MAX used
2662:
2663: 2015-10-03 moko
2664:
2665: * tests/: 302.html, results/302.processed: test for bug #1023
2666: (\u2028, \u2029 escaping) added
2667:
2668: * src/main/untaint.C: \u2028, \u2029 are now escaped in
2669: json:string[] (fixes bug #1023)
2670:
2671: 2015-09-29 moko
2672:
2673: * tests/305.html: try-catch added for OS without ipv6 support
2674:
2675: * src/lib/json/pa_json.C: more unique prefixes for Solaris
2676: compilation
2677:
2678: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
2679: main/execute.C, types/pa_value.h, types/pa_vhash.h,
2680: types/pa_vtable.C, types/pa_vtable.h: get_element4call
2681: implemented to distinguish ^hash.method from $hash.field
2682: (implements feature #1017)
2683:
2684: * src/lib/punycode/pa_punycode.c: warning war
2685:
2686: * src/include/pa_config_includes.h: warning war
2687:
2688: * src/include/pa_config_includes.h: pragma warning actualized a bit
2689:
2690: * src/include/pa_config_includes.h: warning war
2691:
2692: * src/include/pa_hash.h: clang compilation fix
2693:
2694: 2015-09-27 moko
2695:
2696: * src/main/compile.tab.C: Bison 3 is now default
2697:
2698: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
2699:
2700: 2015-09-25 moko
2701:
2702: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
2703: works with undefined HASH_ORDER (related to feature #196)
2704:
2705: 2015-09-24 moko
2706:
2707: * tests/: 027.html, results/027.processed: test modified to test
2708: ^hash.sort (feature #196)
2709:
2710: * src/: classes/hash.C, include/pa_hash.h:
2711: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
2712: added (implements feature #196)
2713:
2714: * tests/: 316.html, results/316.processed: Added test for bug #1025
2715: (exception handling in non-cached ^cache), plus for "it does not
2716: have logical value" and "$exception.handled value must be either
2717: boolean or string 'cache'" exceptions.
2718:
2719: * src/classes/op.C: ^cache: exceptions now handled in non-cached
2720: code (fixes bug #1025)
2721:
1.95 moko 2722: 2015-09-23 moko
2723:
2724: * src/classes/table.C: warning war
2725:
2726: * src/: classes/math.C, types/pa_vcookie.C: warning war
2727:
2728: * src/classes/file.C: warning war
2729:
2730: * src/: include/pa_table.h, main/pa_table.C: warning war
2731:
2732: * src/: main/pa_request.C, classes/date.C: warning war
2733:
2734: * src/: types/pa_vdate.C, classes/op.C: warning war
2735:
2736: * tests/: 122.html, results/122.processed: win sync: to remove
2737: differences with OS that doesn't keep timezone change history
2738:
2739: * src/types/pa_vdate.C: tzset() should be called in Windows after
2740: TZ change (related to feature #36)
2741:
2742: * tests/: 075.html, results/075.processed: win sync: to remove
2743: differences with OS that doesn't keep timezone change history
2744:
2745: * tests/: 315.html, results/315.processed: win sync: to remove
2746: differences with OS that doesn't keep timezone change history
2747:
2748: * tests/: 256.html, results/256.processed: win sync: to remove
2749: differences with OS that doesn't keep timezone change history
2750:
2751: * tests/: 124.html, results/124.processed: win results sync: to
2752: avoid hitting time change hole.
2753:
2754: * src/types/pa_vdate.C: static returned. :)
2755:
2756: 2015-09-22 moko
2757:
2758: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
2759:
2760: * tests/results/131.processed: more tests for feature #1032
2761:
2762: * src/classes/date.C: minor fix related to feature #1032
2763:
2764: * operators.txt: ISO date creation documented (related to feature
2765: #1032)
2766:
2767: * operators.txt: iso-string documented (related to feature #1032)
2768:
2769: * tests/: 315.html, results/315.processed: more tests added
2770: (related to feature #1032)
2771:
2772: * tests/: 131.html, results/131.processed: date range checks
2773: updated (related to feature #36)
2774:
2775: * tests/: 315.html, results/057.processed, results/315.processed:
2776: test added for ISO date support (related to issue #315)
2777:
2778: * src/classes/date.C: more readable exceptions in date creation
2779: (related to ticket #1032)
2780:
2781: 2015-09-18 moko
2782:
2783: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
2784: added (related to issue #1032)
2785:
2786: * tests/results/256.processed, src/classes/json.C: iso-string
2787: documented (related to issue #1032)
2788:
2789: * tests/: 256.html, results/256.processed: ISO date check added
2790: (related to issue #1032)
2791:
2792: * tests/: 057.html, results/057.processed, results/224.processed:
2793: tests results updated after ISO date support implemented (related
2794: to feature #1032)
2795:
2796: * src/: classes/date.C, classes/image.C, types/pa_value.h,
2797: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
2798: ^date::create[string] constructor formalized, ^date.iso-string[]
2799: added (implements feature #1032)
2800:
2801: 2015-09-05 moko
2802:
2803: * operators.txt: actualized
2804:
2805: * operators.txt: date changes documented (related to ticket #36)
2806:
2807: 2015-09-04 moko
2808:
2809: * src/types/pa_vdate.C: warning war
2810:
2811: * src/: classes/op.C, types/pa_vhashfile.C: warning war
2812:
2813: 2015-09-03 moko
2814:
2815: * tests/results/096.processed: test result updated for 0..9999 year
2816: date range support (related to feature #36)
2817:
2818: * tests/: 314.html, results/314.processed: test for
2819: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
2820: bug #1031)
2821:
2822: * src/classes/string.C: Static calls fixed for ^string:base64[],
2823: ^string:idna[], ^string:js-escape[] (closes bug #1031)
2824:
1.116 moko 2825: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
2826: configure.in -> configure.ac
1.95 moko 2827:
1.116 moko 2828: * configure, configure.in, src/include/pa_config_auto.h.in: more
2829: correct timezone check for FreeBSD Warning war: configure.in ->
2830: configure.ac
1.95 moko 2831:
2832: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 2833: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
2834: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
2835: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
2836: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
2837: src/main/Makefile.am, src/targets/apache/Makefile.am,
2838: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 2839: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
2840: check added
2841:
2842: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
2843:
2844: * tests/results/: 124.processed, 224.processed: test resuls updated
2845: for new date implementation (related to feature #36)
2846:
2847: * src/: classes/date.C, classes/image.C, include/pa_common.h,
2848: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
2849: types/pa_vdate.h: new double date implementation with internal
2850: support for extended 0..9999 year range, default timezone support
2851: (related to feature #36)
2852:
2853: 2015-08-28 moko
2854:
2855: * src/types/pa_vmail.C: fixed $mail:received.date calculations
2856: (fixes bug #1030)
2857:
2858: 2015-08-21 moko
2859:
2860: * src/classes/inet.C: snprintf size "bug" commented
2861:
2862: * src/main/pa_common.C: snprintf comments updated
2863:
2864: 2015-08-16 moko
2865:
2866: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
2867:
2868: 2015-08-11 moko
2869:
2870: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
2871: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
2872: can be null (fixes bug #1029)
2873:
2874: 2015-08-06 moko
2875:
1.116 moko 2876: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
2877: pa_vdate.C added
1.95 moko 2878:
2879: 2015-08-05 moko
2880:
2881: * tests/: 313.html, results/313.processed: test for
2882: ^table.count[columns] and ^table.flip[] with nameless tables
2883: (feature #1003)
2884:
2885: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2886: max_cell added, now ^table.count[columns] and ^table.flip[] works
2887: correctly for nameless tables (implements feature #1003)
2888:
2889: 2015-08-03 moko
2890:
2891: * tests/312.html: test for ^table.append[$hash] and
2892: ^table.insert[$hash] added (related to feature #1028)
2893:
2894: * src/classes/table.C: ^table.append[$hash] and
2895: ^table.insert[$hash] now supported (implements feature #1028)
2896:
2897: * tests/: 312.html, results/312.processed: test row copy in
2898: ^table.hash[; $.type[table] ] added (related to feature #1016)
2899:
2900: * src/classes/table.C: row copy now created in ^table.hash[;
2901: $.type[table] ] (related to feature #1016)
2902:
2903: 2015-07-29 moko
2904:
2905: * tests/: 312.html, results/312.processed: test for ^table.delete[]
2906: added (related to feature #1016)
2907:
2908: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2909: ^table.delete[] added to delete current row (related to feature
2910: 1016)
2911:
2912: 2015-07-28 moko
2913:
2914: * tests/: 312.html, results/312.processed: test for
2915: $table.column[value] and ^table.insert{row} (related to feature
2916: #1016)
2917:
2918: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
2919: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
2920: ^table.insert{row} are now implemented (feature #1016)
2921:
2922: * src/include/pa_array.h: Optimization: bool reverse removed from
2923: append(), insert() added, memmove arguments order in remove()
2924: fixed (related to feature #1016)
2925:
2926: 2015-07-23 moko
2927:
2928: * src/classes/json.C: tainted json and empty json exception added
2929: (implements feature #1015)
2930:
2931: * tests/: 311.html, results/311.processed: empty json and tainted
2932: json exception test added (related to issue #1015)
2933:
2934: 2015-07-22 moko
2935:
2936: * tests/: 311.html, results/311.processed: test for UTF-8
2937: processing added
2938:
2939: * tests/: 311.html, results/311.processed: test for
2940: json_exception_with_source added (related to issue #394)
2941:
2942: * src/classes/json.C: json_exception_with_source added (implements
2943: feature #394)
2944:
2945: 2015-06-29 moko
2946:
2947: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
2948: directories are now correctly determined if _d_type == DT_UNKNOWN
2949: (closes bug #1027)
2950:
2951: 2015-06-10 moko
2952:
2953: * src/types/pa_vxnode.h: extern "C" not requred and causes build
2954: error if libxml has LIBXML_ICU_ENABLED.
2955:
2956: 2015-06-04 moko
2957:
2958: * tests/099.html: ups, reverting
2959:
2960: * tests/: 099.html, 309.html, 310.html, results/309.processed,
2961: results/310.processed: tests for $response:body[ $.file[] ] and
2962: $response:last-modified added
2963:
2964: * src/main/pa_request.C: last-modified check fixed
2965:
2966: 2015-06-03 moko
2967:
2968: * tests/: 204.html, 205.html, 293.html, results/204.processed,
2969: results/205.processed, results/293.processed: $response:headers
2970: logging added (tests for feature #1007)
2971:
2972: * src/: include/pa_common.h, include/pa_request.h,
2973: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
2974: $response:headers are now in uppercase (closes feature #1007)
2975:
2976: 2015-06-02 moko
2977:
2978: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
2979: build errors reverted for clang compatibility
2980:
2981: 2015-06-01 moko
2982:
2983: * src/include/pa_memory.h: -pedantic build errors fixed
2984:
2985: * src/classes/math.C: -pedantic build error fixed
2986:
2987: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
2988:
2989: 2015-05-31 moko
2990:
2991: * src/classes/table.C: USE_STRINGSTREAM optimized
2992:
2993: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
2994: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
2995: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
2996: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
2997: types/pa_vxnode.h: warning war (-pedantic flag)
2998:
2999: 2015-05-28 moko
3000:
3001: * tests/: 308.html, results/308.processed: test for
3002: ^table::create[$t;], etc work added (related to bug #975)
3003:
3004: * src/classes/table.C: check_option_param removed,
3005: ^table::create[$t;], etc now works (fixes bug #975)
3006:
3007: 2015-05-27 moko
3008:
3009: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
3010: (Debian jessie) fixed (closes issue #1024)
3011:
3012: * tests/Makefile: sort added as in Debian jessie list become
3013: unsorted
3014:
3015: 2015-05-18 moko
3016:
3017: * tests/: 201.html, results/201.processed: test for
3018: ^string.trim[what] feature #1022
3019:
3020: * src/classes/string.C: ^string.trim[what] now supported,
3021: implements feature #1022
3022:
3023: 2015-05-17 moko
3024:
3025: * tests/results/185.processed: test result updated as feature #1021
3026: implemented (left/right accept negative parameter)
3027:
3028: * src/classes/string.C: left/right now accept negative parameter
3029: (implements feature #1021)
3030:
3031: 2015-05-08 moko
3032:
3033: * src/classes/math.C: isalnum -> pa_isalnum
3034:
3035: * src/main/execute.C: optimization in getter-junction processing
3036: (related to issue #997)
3037:
3038: 2015-05-07 moko
3039:
3040: * tests/: 307.html, results/307.processed: test for issue #997
3041: added
3042:
3043: * src/main/execute.C: process_getter result now checked if junction
3044: returned (closes issue #997)
3045:
3046: * tests/: 305.html, results/305.processed: sort added to ignore
3047: different order
3048:
3049: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
3050: assignment (closes issue #994)
3051:
3052: * tests/: 306.html, results/306.processed: test for issue #994
3053: added
3054:
3055: * tests/: 303.html, results/303.processed: two more errors tested
3056:
3057: 2015-05-06 moko
3058:
3059: * tests/: 305.html, results/305.processed: test for name2ip &
3060: ip2name added (related to feature #992)
3061:
3062: * tests/: 303.html, 304.html, results/303.processed,
3063: results/304.processed: tests for idna conversion added (related
3064: to issue #849)
3065:
3066: 2015-05-02 moko
3067:
3068: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
3069: implemented
3070:
3071: 2015-04-30 moko
3072:
3073: * src/main/pa_http.C: idna_host added, related to issue #849
3074:
3075: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
3076: (related to issue #849)
3077:
3078: 2015-04-24 moko
3079:
3080: * src/types/pa_vjunction.C: warning war
3081:
3082: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
3083: unification
3084:
3085: * src/lib/punycode/pa_idna.c: warning war
3086:
3087: 2015-04-22 moko
3088:
3089: * src/main/main.vcproj: punycode include path added
3090:
3091: * src/lib/punycode/pa_idna.c: windows compile error fixed
3092:
3093: * src/lib/punycode/pa_idna.c: warning war
3094:
3095: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
3096: project file added
3097:
3098: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
3099:
3100: * src/include/pa_memory.h: warning war
3101:
3102: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
3103: ^string:idna[xn--...], ^string.idna[] - idna conversion support
3104: implemented (related to feature #849)
3105:
3106: * configure.in, src/main/Makefile.am,
3107: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
3108: libpunycode added in Unix
3109:
3110: 2015-04-21 moko
3111:
3112: * configure.in: large files support
3113:
3114: 2015-04-15 moko
3115:
3116: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
3117: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
3118: pa_punycode.h: initial version for punycode/idna support library
3119: (ticket #849)
3120:
3121: 2015-04-08 moko
3122:
3123: * src/: classes/curl.C, classes/date.C, classes/file.C,
3124: classes/image.C, classes/mail.C, classes/reflection.C,
3125: classes/string.C, classes/xnode.C, include/pa_request.h,
3126: include/pa_string.h, include/pa_stylesheet_connection.h,
3127: main/compile.y, main/compile_tools.h, main/execute.C,
3128: main/pa_common.C, main/pa_request.C, main/pa_string.C,
3129: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
3130: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
3131: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
3132: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
3133: clang compiler warnings (closes issue #1018)
3134:
3135: * src/include/pa_string.h: String::Body comparation operators with
3136: char * added (related to issue #958)
3137:
3138: 2015-04-07 moko
3139:
3140: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
3141: pa_malloc/pa_free to remove system malloc/free usage (related to
3142: issue #1018)
3143:
3144: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
3145: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
3146: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
3147: main/pa_http.C, main/pa_request.C, main/pa_string.C,
3148: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
3149: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
3150: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
3151: malloc/strdup/free replaced with pa_ version and checks for
3152: accidental use of non-pa_ version added (related to issue #1018)
3153:
3154: 2015-04-03 moko
3155:
3156: * buildall: pcre-8.33 -> pcre-8.36
3157:
3158: * src/: main/compile.y, classes/form.C, classes/mail.C,
3159: classes/op.C, classes/string.C, main/compile.tab.C,
3160: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
3161: main/pa_sql_driver_manager.C, types/pa_vfile.C,
3162: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
3163: ticket #958)
3164:
3165: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
3166: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3167: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3168: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
3169: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
3170: $request:headers, $request:method added (implements feature
3171: #1007)
3172:
3173: 2015-03-17 misha
3174:
3175: * tests/302.html: - test for
3176: ^json:string[...;$._default[method-name]]
3177:
3178: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3179: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
3180: option $._default[method-name] is specified in ^json:string[], a
3181: method with specified name will be called for classes/objects
3182: serialization ( new feature: #982 )
3183:
3184: 2015-03-16 misha
3185:
3186: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
3187: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
3188: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
3189: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
3190: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
3191: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
3192: types/pa_vmemory.h, types/pa_vmethod_frame.C,
3193: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
3194: types/pa_vrequest.h, types/pa_vstateless_class.C,
3195: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3196: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
3197: $var.CLASS_NAME now have special opcodes. This can be switched
3198: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
3199: on pa_opcode.h ( new feature: #844 )
3200:
3201: 2015-03-15 misha
3202:
3203: * tests/075.html: - test for $response:header[]
3204:
3205: * src/types/pa_vresponse.C: - $response:header[] deletes header
3206: that was set earlie ( new feature: #1001 )
3207:
3208: 2015-03-12 misha
3209:
3210: * tests/246.html: - more tests for ^hash._at[]
3211:
3212: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
3213: accepts second param [key|value|hash] ( new feature: #1012 )
3214:
3215: 2015-03-09 moko
3216:
3217: * src/types/pa_vmail.C: exception for everything but
3218: $mail:received, closes issue #1011
3219:
3220: 2015-02-20 moko
3221:
3222: * tests/: 275.html, results/275.processed: hex detection in
3223: pa_atoui fix test (closes issue #1010)
3224:
3225: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
3226: issue #1010)
3227:
3228: 2015-02-17 moko
3229:
3230: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
3231: tainted.
3232:
3233: 2015-02-03 misha
3234:
3235: * tests/301.html: - test for ^json:string($double) causes
3236: exception. bugfix: #1008
3237:
3238: * src/classes/json.C: - ^json:string($double) causes exception.
3239: bugfix: #1008
3240:
3241: * tests/014.html: - updated for work with ^hash.delete[]
3242:
3243: 2015-01-12 misha
3244:
3245: * src/: classes/form.C, include/pa_common.h,
3246: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
3247: types/pa_vform.h: - supports body with PUT method as well ( new
3248: feature: #1006 )
3249:
3250: * src/classes/file.C: - warnings war
3251:
3252: 2015-01-11 misha
3253:
3254: * tests/300.html: - test for ^hash.delete[] is added
3255:
3256: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
3257: feature: #989 ) - tiny optimization in intersects
3258:
3259: 2015-01-06 moko
3260:
3261: * src/types/pa_vmail.C: file names transcode added, to and cc added
3262: with transcode, attachments detection fixed
3263:
3264: * src/main/pa_request.C: filling mail received after cgi/auto.p
3265: load to allow charset switch (related to issue #996)
3266:
3267: 2014-12-31 moko
3268:
3269: * src/types/pa_vmail.C: from and subject now transcoded if not
3270: UTF-8 source charset (fixes issue 996)
3271:
3272: * src/main/pa_exception.C: fixed string from stack bug (closes
3273: issue #1000)
3274:
3275: 2014-12-11 misha
3276:
3277: * src/types/pa_vhashfile.C: - check if key is not empty before
3278: access ( bug fix: #1005 )
3279:
3280: 2014-11-13 misha
3281:
3282: * src/main/compile.y: - PC.append does not reset to false while
3283: creating a new class. bugfix: #990
3284:
3285: * tests/299.html: - test for creation class after working with
3286: partial class (create+append)
3287:
3288: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
3289: #995
3290:
3291: * tests/232.html: - test for @get[def] added
3292:
3293: 2014-10-12 moko
3294:
3295: * src/lib/pcre/pcre_internal.vcproj: correct path
3296:
3297: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3298: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
3299: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
3300: targets/apache/ApacheModuleParser3.vcproj,
3301: targets/apache/ApacheModuleParser3Core.vcproj,
3302: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3303: types/types.vcproj: project GUID inserted in *.vcproj for correct
3304: conversion in newer VS versions
3305:
3306: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
3307: pcre_internal.vcproj added
3308:
3309: 2014-08-28 moko
3310:
3311: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
3312: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
3313: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
3314:
3315: 2014-06-30 misha
3316:
3317: * tests/298.html: - tests for ^reflection:def[class;className]
3318: added
3319:
3320: * src/classes/reflection.C: - ^reflection:def[class;className]
3321: added ( new feature: #918 )
3322:
3323: 2014-06-29 misha
3324:
3325: * src/classes/table.C: - ^table::create[unsupported data] -
3326: exception comment changed to "body must be table or code" ( bug
3327: fix: #951 )
3328:
3329: * tests/: 261.html, results/261.processed: - tests for
3330: ^json:string[...;$.void[null|string]] added
3331:
3332: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
3333: option $.void[string|null] added to ^json:string[...] ( new
3334: feature: #952 )
3335:
3336: 2014-06-28 moko
3337:
3338: * src/classes/curl.C: $.charset now processed before other curl
3339: options (closes issue #980)
3340:
3341: 2014-05-23 misha
3342:
3343: * src/classes/json.C: - bug fix: #987
3344:
3345: 2014-05-04 misha
3346:
3347: * tests/: 253.html, 253_json.txt: - test for
3348: ^json:parse[$.int(false)] is added
3349:
3350: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
3351: default true). The option is similar to $.double(bool) but for
3352: integers.
3353:
3354: 2014-05-01 moko
3355:
3356: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
3357: #12 )
3358:
3359: 2014-04-16 moko
3360:
3361: * src/main/pa_http.C: response-charset option should finally work
3362: now (fix for issue #867)
3363:
3364: * src/main/pa_http.C: response-charset option should work now (fix
3365: for issue #867)
3366:
3367: 2014-03-07 moko
3368:
3369: * buildall: libgc moved
3370:
3371: * buildall: libgc moved
3372:
3373: 2013-12-29 moko
3374:
3375: * src/classes/string.C: ^string:js-unescape result now tainted,
3376: closes issue #966
3377:
3378: * tests/: 186.html, results/186.processed: ^string:js-unescape
3379: result now tainted, issue #966
3380:
3381: 2013-12-03 moko
3382:
3383: * src/: classes/memcached.C, types/pa_vmemcached.C,
3384: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
3385: option was added for http://www.parser.ru/forum/?id=79343
3386:
3387: * src/classes/file.C: bugfix for
3388: http://www.parser.ru/forum/?id=79337
3389:
3390: 2013-11-05 moko
3391:
3392: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
3393:
3394: * src/main/pa_globals.C: spelling fixed
3395:
3396: 2013-10-29 moko
3397:
3398: * src/lib/json/json.vcproj: json.c -> pa_json.C
3399:
3400: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
3401: #892
3402:
3403: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
3404: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
3405: exceptions to be thrown thougth json library), related to issue
3406: #892
3407:
3408: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
3409: related to issue #896
3410:
3411: 2013-10-24 moko
3412:
3413: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
3414:
3415: 2013-10-23 moko
3416:
3417: * README: actualization
3418:
3419: 2013-10-22 moko
3420:
3421: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
3422: compatibility patch from Sergey Kirpichev
3423:
3424: * tests/: 297.html, results/297.processed: non-working getter fix
3425: test for issue #948
3426:
3427: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
3428: called when saving value of $match variable in ^string.match[] to
3429: increase compatibility (related to issue #948).
3430:
3431: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
3432: usage optimization
3433:
3434: 2013-10-21 moko
3435:
3436: * tests/: 182.html, results/182.processed: local path removed for
3437: compatibility
3438:
3439: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
3440: results/244.processed, results/253.processed,
3441: results/254.processed, results/275.processed,
3442: results/281.processed: try_catch -> try-catch
3443:
3444: * tests/: 288.html, 294.html, 296.html, results/288.processed,
3445: results/294.processed, results/296.processed: try_catch ->
3446: try-catch
3447:
3448: 2013-10-20 moko
3449:
3450: * tests/: 296.html, results/296.processed: test for xsl exception
3451: for issue #938 added.
3452:
3453: * src/: include/pa_xml_exception.h,
3454: main/pa_stylesheet_connection.C: forgotten to be replaced
3455: XmlException is now replaced (once again closes issue #938)
3456:
3457: 2013-10-19 misha
3458:
3459: * bin/auto.p.dist.in: - more mime-types are added
3460:
3461: 2013-10-18 moko
3462:
3463: * buildall: disable clock_gettime detection to avoid librt linking
3464: (which in turn depends on libpthread), related to issue #943
3465:
3466: 2013-10-18 misha
3467:
3468: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
3469: lib/smtp/smtp.vcproj, main/main.vcproj,
3470: targets/apache/ApacheModuleParser3Core.vcproj,
3471: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3472: types/types.vcproj: - new locations for libxml2 includes where
3473: added to vcproj files
3474:
3475: 2013-10-18 moko
3476:
3477: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
3478: fix
3479:
3480: * tests/: 295.html, results/295.processed: test for issue #948
3481: updated
3482:
3483: * src/classes/table.C: hopefully last lost part for issue #948 fix.
3484: :)
3485:
3486: * tests/: 295.html, results/295.processed: test for issue #948
3487: added
3488:
3489: * src/: classes/hash.C, classes/string.C, classes/table.C,
3490: include/pa_request.h, types/pa_method.h: for getters and setters
3491: to be executed request.put_element should be called, not
3492: context.put_element (fixes issue #948)
3493:
3494: 2013-10-17 moko
3495:
3496: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
3497: LIBXML2_NEW_BUFFER check (closes issue #943)
3498:
3499: * buildall: libxml 2.9.1 build is broken --without-reader.
3500:
3501: 2013-10-16 moko
3502:
3503: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
3504:
3505: * tests/: 294.html, results/294.processed: test for issue #938
3506:
3507: * src/: classes/xdoc.C, classes/xnode.C,
3508: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
3509: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
3510:
3511: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
3512: libxslt-1.1.26 -> libxslt-1.1.28
3513:
3514: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
3515: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
3516: to '?', related to issue #938
3517:
3518: 2013-10-15 moko
3519:
3520: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
3521: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
3522: minor optimizations (closes issue #896)
3523:
3524: * tests/results/: 292.processed, 293.processed: results updated to
3525: comply with issue #896
3526:
3527: * tests/: 292.html, 293.html, results/292.processed,
3528: results/293.processed: tests for json escaping
3529:
3530: 2013-10-14 moko
3531:
3532: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
3533: and cleanup, code moved from .h to .C, no changes in code
3534:
3535: 2013-10-12 moko
3536:
3537: * tests/results/119.processed: updated test result commited
3538:
3539: * tests/: 291.html, results/291.processed: test for issue #894
3540: added
3541:
3542: * src/types/pa_wcontext.h: base methods call support function
3543: get_somebody_entered_some_class should not be true forever, as
3544: wcontext can have many get_elements calls (fixes issue #894)
3545:
3546: 2013-10-11 moko
3547:
3548: * tests/: 290.html, results/290.processed: test for junction GPF
3549: issue #942 added
3550:
3551: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
3552: to native method fixed (closes issue #942)
3553:
3554: * tests/: 158.html, results/158.processed: test for csv-string[]
3555: added
3556:
3557: * src/classes/table.C: minor fixes for table.csv-string[] (closes
3558: feature #907)
3559:
3560: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
3561: feature #907)
3562:
3563: 2013-10-09 moko
3564:
3565: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
3566: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
3567: types/pa_vstateless_class.C: GET_default, SET_default now works
3568: properly not only in objects, but in classes as well (closes
3569: issue #903)
3570:
3571: * tests/: 289.html, results/289.processed: GET/SET_default now
3572: works in classes, not only objects, test case added, related to
3573: issue #903
3574:
3575: * tests/: 288.html, results/288.processed: test for endless
3576: recursion bug added (related to issue #903)
3577:
3578: 2013-10-05 moko
3579:
3580: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3581: classes/table.C, main/execute.C, types/pa_method.h,
3582: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
3583: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3584: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
3585: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
3586: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
3587: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
3588: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
3589: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
3590: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
3591: optimization: put_element no longer has "bool areplace" argument,
3592: related to issue #903
3593:
3594: 2013-10-03 moko
3595:
3596: * tests/results/182.processed: result for $.replace(false) test
3597: commited
3598:
3599: * src/classes/date.C: ^date::create(number) processed correctly
3600: (fixes issue #901)
3601:
3602: * src/classes/image.C: as_no_junction removed, as param can be
3603: expression (closes issue #931)
3604:
3605: * tests/233.html: test for issue #931 added
3606:
3607: 2013-10-02 moko
3608:
3609: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
3610: modified, test for $.replace(false) added
3611:
3612: * src/main/compile_tools.h: forgotten class replace returned. :)
3613:
3614: 2013-09-30 moko
3615:
3616: * tests/: 141.html, results/141.processed: md5 tainting test added
3617:
3618: * src/: classes/op.C, include/pa_request.h, main/compile.y,
3619: main/compile_tools.h, main/pa_request.C: allow_class_replace
3620: implemented; $.replace option added to ^process and ^use
3621:
3622: 2013-08-27 moko
3623:
3624: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
3625: cstr_to_string_body_untaint should be called with charsets for
3626: possible uri language and connection for possible sql language.
3627: related to issue #857
3628:
3629: * buildall: and -> or fixed
3630:
3631: 2013-08-26 moko
3632:
3633: * buildall: prepare_ functions logic changed to support
3634: gc-7.2d.tar.gz extracting to gc-7.2 directory
3635:
3636: 2013-08-23 moko
3637:
3638: * src/include/pa_config_fixed.h: gc and xml libs are now linked
3639: statically
3640:
3641: 2013-08-22 moko
3642:
3643: * src/classes/string.C: String::Empty used (related to issue #912)
3644: append_know_length removed (related to old GPF bug)
3645:
3646: 2013-08-21 moko
3647:
3648: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
3649:
3650: * src/classes/math.C: ^math:digest[...;$file] support added
3651: (related to ticket #857
3652:
3653: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
3654: implemented
3655:
3656: * src/types/pa_vhashfile.h: warning war
3657:
3658: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
3659: include/pa_request.h, main/pa_request.C, types/pa_value.h:
3660: anti_endless_json_string_recoursion removed from request;
3661: json_string_recoursion added to json_options; $.indent[indent
3662: value] now supported and passed within recoursion closes feature
3663: #937
3664:
3665: * tests/: 287.html, results/287.processed: test for feature #937
3666:
3667: 2013-07-31 moko
3668:
3669: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
3670: compilation having #define _S
3671:
3672: * src/main/pa_globals.C: cleanup
3673:
3674: 2013-07-30 moko
3675:
3676: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
3677: main/pa_common.C: vs2003 warning war
3678:
3679: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
3680:
3681: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
3682:
3683: * src/lib/md5/pa_sha2.c: warning war
3684:
3685: 2013-07-29 moko
3686:
3687: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
3688: patches from github
3689:
3690: * src/: classes/bool.C, classes/double.C, classes/int.C,
3691: classes/memcached.C, include/pa_config_includes.h,
3692: types/pa_vfile.C, types/pa_vfile.h: warning war
3693:
3694: * src/lib/json/json.vcproj: C++ -> C
3695:
3696: * src/lib/json/: json.c, pa_json.C: C++ warning revert
3697:
3698: * src/lib/json/: json.c, pa_json.C: windows compatibility
3699:
3700: * src/lib/json/: json.c, pa_json.C: windows compatibility
3701:
3702: * src/lib/json/: json.c, pa_json.C: warning war
3703:
3704: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
3705:
3706: * src/include/pa_config_fixed.h: uint16_t added
3707:
3708: * configure.in: uint16_t check added
3709:
3710: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 3711: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
3712: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
3713: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
3714: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 3715:
3716: 2013-07-25 moko
3717:
3718: * parser3.sln: dependencies added
3719:
3720: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
3721: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
3722: module support
3723:
3724: * src/targets/apache/mod_parser3_core.C: win32 cleanup
3725:
3726: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
3727:
3728: 2013-07-23 moko
3729:
3730: * src/: include/pa_memory.h, main/pa_memory.C: non-working
3731: PA_DEBUG_GC_MEMORY removed
3732:
3733: * src/: main/pa_globals.C, targets/cgi/parser3.C:
3734: PA_DEBUG_DISABLE_GC compilation fix
3735:
3736: * src/: classes/op.C, classes/table.C, include/pa_request.h,
3737: main/pa_request.C: outdated RESOURCES_DEBUG removed
3738:
3739: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
3740: garbage cleanup
3741:
3742: * src/main/pa_common.C: warning war
3743:
3744: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
3745:
3746: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
3747: minor cleanup
3748:
3749: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
3750: uses cygwin, not WIN32 implementation
3751:
3752: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
3753: able to exec shell scripts
3754:
3755: * src/classes/math.C: ifdef WIN32 cleanup
3756:
3757: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
3758:
3759: * bin/auto.p.dist.in: libpq.so -> libpq.
3760:
3761: * src/classes/curl.C: LT_MODULE_EXT used
3762:
3763: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
3764:
3765: 2013-07-22 moko
3766:
3767: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
3768: includes fix
3769:
3770: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
3771:
3772: * configure.in, src/include/pa_config_includes.h,
3773: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
3774: src/main/pa_exec.C: includes cleanup
3775:
3776: * src/targets/cgi/parser3.C: 2012->2013
3777:
3778: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
3779:
3780: * configure.in, src/include/pa_config_includes.h,
3781: src/include/pa_http.h, src/lib/json/JSON_parser.h,
3782: src/main/pa_random.C, src/main/pa_socks.C,
3783: src/types/pa_vstatus.C: cygwin support cleanup
3784:
3785: * configure.in: dirent.h check added
3786:
3787: * src/: include/pa_config_includes.h, include/pa_dir.h,
3788: main/pa_dir.C: includes cleanup, dirent.h check added filePath
3789: not copied
3790:
3791: 2013-07-21 moko
3792:
3793: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
3794:
3795: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
3796: parser3.vcproj: unused getopt.h / getopt.c removed
3797:
3798: * operators.txt, src/classes/file.C, tests/022.html,
3799: tests/results/022.processed: ^file:list[path][$.filter[regexp]
3800: $.stat(true)] usage commented
3801:
3802: * configure.in, src/classes/file.C, src/include/pa_dir.h,
3803: src/main/pa_dir.C: ^file:list[] now has dir column and when
3804: $.stat(true) it has size/*date columns modified patch from misha@
3805: that closes issue #914.
3806:
3807: * src/: include/pa_config_includes.h, main/pa_globals.C:
3808: PA_RELEASE_ASSERTS removed
3809:
3810: * src/lib/md5/pa_md5c.c: minor cleanup
3811:
3812: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
3813: localeconv()->decimal_point usage remoed (related to issue #934)
3814:
3815: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
3816: cordprnt.c removed
3817:
3818: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
3819: pa-include/pa_errno.h, pa-include/pa_file_io.h,
3820: pa-include/pa_strings.h: includes cleanup
3821:
3822: * src/lib/md5/pa_md5c.c: headers cleanup
3823:
3824: 2013-07-20 moko
3825:
3826: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
3827: cleanup
3828:
3829: 2013-07-19 moko
3830:
3831: * src/classes/math.C: extern "C" added for crypt
3832:
3833: 2013-07-18 moko
3834:
3835: * src/classes/math.C: fix redhat7.2 build
3836:
3837: 2013-07-17 moko
3838:
3839: * configure.in, src/include/pa_config_includes.h,
3840: src/include/pa_config_fixed.h: headers actualized (inttypes.h
3841: added for uint8/32/64_t)
3842:
3843: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
3844: pa_config_includes.h used for uint32/64_t
3845:
3846: 2013-07-16 moko
3847:
3848: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
3849: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
3850: war
3851:
3852: * src/main/compile.tab.C: compile.y was updated
3853:
3854: * src/main/compile.y: warning war
3855:
3856: * src/: include/pa_exception.h, main/pa_exception.C,
3857: main/pa_xml_exception.C: warning war
3858:
3859: * src/: include/pa_common.h, main/pa_common.C: warning war
3860:
3861: * configure.in: beauty :)
3862:
3863: * tests/: 141.html, results/141.processed: sha256/512 added
3864:
3865: 2013-07-13 moko
3866:
3867: * src/lib/md5/md5.vcproj: sha2 added
3868:
3869: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
3870: classes/math.C: sha2 support (sha256/sha512 digest)
3871:
3872: 2013-07-08 moko
3873:
3874: * src/classes/image.C: directory read or other read problem message
3875: fixed (related to issue #933)
3876:
3877: 2013-07-07 moko
3878:
3879: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
3880: dependense from $charsetsdir directory existance and content (and
3881: UTF-8 is default allready)
3882:
3883: * AUTHORS: + misha + moko. :)
3884:
3885: 2013-07-06 moko
3886:
3887: * src/: classes/curl.C, include/pa_globals.h,
3888: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
3889: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
3890: for lt_dlinit to be called once and lt_dlexit called at right
3891: place (related to issue #925)
3892:
3893: 2013-07-04 moko
3894:
3895: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
3896: VString::as_vfile now uses vfile.set_binary_string to avoid
3897: content-type to be set, as it brokes badly designed logic in
3898: response output. This hopefully finishes issue #928.
3899:
3900: * tests/results/: 256.processed, 286.processed: file now displayed
3901: as name, size, mode, content-type
3902:
3903: * src/main/pa_common.C: read error now reported cottectly (fixes
3904: issue #933
3905:
3906: 2013-06-28 moko
3907:
3908: * tests/: 286.html, results/286.processed: test extended
3909:
3910: * tests/: 286.html, results/286.processed: Test for issue #928
3911: added. it tests default content-type change.
3912:
3913: * src/types/pa_vfile.C: closes issue #928 - default content-type
3914: now updated
3915:
3916: 2013-06-25 moko
3917:
3918: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
3919: content-type for text/binary files without name added;
3920: ^file::create[$f;...] options now works properly and $f
3921: properties are default (fixes issue #928)
3922:
3923: 2013-05-16 misha
3924:
3925: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
3926: added
3927:
3928: * src/main/pa_table.C: - a tiny memory optimisation while creating
3929: table if specified limit is bigger than source rows count
3930:
3931: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
3932: added ( new feature: #858 )
3933:
3934: 2013-04-29 moko
3935:
3936: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
3937: $.ipresolve(0|1|2) added (closes issue #891)
3938:
3939: * src/lib/curl/curl.h: CURL_IPRESOLVE added
3940:
3941: 2013-04-24 moko
3942:
3943: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3944: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
3945: types/pa_vmemcached.h: ^memcache.release[] added, calls
3946: memcached_quit (refs #893)
3947:
3948: 2013-04-22 moko
3949:
3950: * src/: include/pa_string.h, main/pa_common.C: no more double
3951: slashes in file path (fixes bug #872)
3952:
3953: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
3954: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
3955: #739)
3956:
3957: * tests/results/266.processed: $.max_params added (feature #915)
3958:
3959: * src/: include/pa_common.h, main/pa_http.C: response-charset
3960: option added to file::load (closes issue #867)
3961:
3962: 2013-04-20 misha
3963:
3964: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
3965: commited
3966:
3967: 2013-03-15 misha
3968:
3969: * src/classes/: hash.C, table.C: - Optimisation: do not create
3970: multiple empty strings while ::sql. uae String::Empty instead
3971:
3972: 2013-03-14 misha
3973:
3974: * src/classes/reflection.C: - for user classes
3975: ^reflection:method_info[] returns $.max_params and $.extra_param
3976: with $.call_type if they available ( new feature: #915 )
3977:
3978: * src/classes/file.C: - ^file:delete[] now supports an option
3979: $.exception(false) that suppress any exception while deleting
3980: file ( new feature: #916 )
3981:
3982: * src/classes/curl.C: - parsing cookies after curl:load now should
3983: work :)
3984:
3985: 2013-03-12 misha
3986:
3987: * src/types/pa_vfile.C: - if specified file_name is empty string
3988: set default name for the file
3989:
3990: 2013-03-11 misha
3991:
3992: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
3993: also available in $f.cookies
3994:
3995: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
3996: moved to a separate method
3997:
3998: 2013-03-10 moko
3999:
4000: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
4001: added
4002:
4003: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
4004: removed (declared by autoconf)
4005:
4006: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
4007: uint32_t define
4008:
4009: 2013-03-10 misha
4010:
4011: * src/classes/file.C: ^file:delete and ^file:move now support
4012: option $.keep-empty-dirs(true) ( new feature: #884 )
4013:
4014: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
4015: empty dirs is added
4016:
4017: 2013-03-10 moko
4018:
4019: * src/classes/: bool.C, double.C, int.C: default can be present,
4020: but default check removed from ^int/double/bool.int/double/bool
4021: for string.int/double/bool compatibility (related to issue #913)
4022:
4023: * src/classes/string.C: ^string.int/dobule/bool no longer
4024: internally throws exception if default is present (closes issue
4025: #913)
4026:
4027: 2013-03-09 misha
4028:
4029: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
4030: optimisations ( #845 )
4031:
4032: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
4033:
4034: 2013-03-08 moko
4035:
4036: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
4037: creates correct table (fixes issue #910)
4038:
4039: * src/classes/op.C: r.connection() -> r.connection(false) to allow
4040: use outside of 'connect' operator (fixes issue #911)
4041:
4042: * tests/results/: 096.processed, 122.processed: test results
4043: updated as doubles now printed with 15 significant digits, not 5
4044: (fixes issue #882)
4045:
4046: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
4047: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
4048:
4049: 2013-02-21 moko
4050:
4051: * src/classes/table.C: _locate_name_value does not check arguments
4052: count, so we check it in advance (fixes issue #905)
4053:
4054: 2012-10-23 moko
4055:
4056: * buildall: old shell for and echo compatibility (for six)
4057:
4058: 2012-10-19 moko
4059:
4060: * buildall: --strip added --disable-safe-mode listed in usage
4061:
4062: 2012-10-17 misha
4063:
4064: * src/classes/op.C: - apply-taint should not throw "outside
4065: connect" exception with sql lang now
4066:
4067: 2012-10-17 moko
4068:
4069: * src/main/pa_request.C: bugfix: safe mode should be inited for
4070: each request (for apache module)
4071:
4072: 2012-09-26 moko
4073:
4074: * src/doc/doxygen.cfg: png -> svg
4075:
4076: 2012-09-25 moko
4077:
4078: * tests/: 141.html, results/141.processed: md5 hmac added, long key
4079: test added
4080:
4081: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
4082: double use when key is long
4083:
4084: 2012-09-16 moko
4085:
4086: * src/classes/math.C: Format -> Method Encode -> Format
4087:
4088: * tests/: 141.html, results/141.processed: math:digest hmac test
4089: added
4090:
4091: 2012-09-14 moko
4092:
4093: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
4094: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
4095: implementation added
4096:
4097: 2012-09-12 moko
4098:
4099: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
4100: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
4101: targets.dox and string.dox slightly actualized
4102:
4103: 2012-08-31 moko
4104:
4105: * ChangeLog: now generated with patched cvs2cl.pl
4106:
4107: 2012-07-29 moko
4108:
4109: * tests/285.html, src/main/execute.C, tests/results/285.processed:
4110: result should be pushed after VMethodFrame destructor is called,
4111: as it deletes junctions from stack params (fixes issue #868)
4112:
4113: 2012-07-23 moko
4114:
4115: * INSTALL, README: buildall script usage documented, other outdated
4116: info updated.
4117:
4118: * buildall-with-xml, buildall-without-xml: replaced by buildall
4119:
4120: 2012-07-21 moko
4121:
4122: * buildall: glib does not compile when threads are disabled...
4123:
4124: * src/types/pa_vmail.C: g_assertion fixes for empty input
4125:
4126: * src/types/pa_vmail.C: yet another fix (strange GPF on object
4127: unref, can't unref nested objects)
4128:
4129: * src/types/pa_vmail.C: another check added
4130:
4131: 2012-07-19 moko
4132:
4133: * buildall: usage added
4134:
4135: * buildall: new buildall script that unites buildall-with-xml,
4136: buildall-without-xml, --with-apache and --with-mailreceive
4137:
4138: * configure.in: support for static gmime and dynamic glib linking.
4139: fixes for FreeBSD
4140:
4141: 2012-07-17 moko
4142:
4143: * configure.in: --with-mailreceive replaced
4144: --with-static-mailreceive and --with-shared-mailreceive pathlink
4145: removed
4146:
4147: 2012-07-16 moko
4148:
4149: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
4150: capitalized, content now decoded and text content converted to
4151: $request:charset. all properties are accessed by functions, this
4152: ready for dynamic load.
4153:
4154: 2012-06-28 moko
4155:
1.116 moko 4156: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
4157: 32 bit
1.95 moko 4158:
4159: 2012-06-27 moko
4160:
4161: * buildall-with-xml, buildall-without-xml: fetch requires -p for
4162: passive ftp
4163:
4164: * src/lib/ltdl/ltdl.vcproj: release build fixed
4165:
4166: * configure.in: 3.4.2 RC -> 3.4.2
4167:
4168: 2012-06-22 moko
4169:
4170: * src/types/pa_vfile.C: returned empty mode to stated files (issue
4171: #815)
4172:
4173: * tests/: 284.html, results/284.processed: output options test
4174: (feature #265)
4175:
4176: 2012-06-22 misha
4177:
4178: * tests/215.html: - little changes
4179:
4180: 2012-06-21 moko
4181:
4182: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
4183: types/pa_vxdoc.h: output_options returned and used (bugfix for
4184: feature #265)
4185:
4186: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
4187: breaks long .*, default 10M restored. (issue #216)
4188:
4189: * tests/: 283.html, results/283.processed: test for issue #815
4190: added
4191:
4192: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
4193: again, cstrm not required.
4194:
4195: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
4196: Win32 and broken FreeBSD (issue #45)
4197:
4198: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
4199:
4200: * src/main/pa_string.C: warnings war
4201:
4202: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
4203: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
4204: main/pa_socks.C, targets/apache/pa_threads.C,
4205: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4206: types/pa_vstatus.C: compilation under cygwin fixed
4207:
4208: 2012-06-19 moko
4209:
4210: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
4211: Windows fixed
4212:
4213: * parser3.sln: removed antique pcre_ctype
4214:
4215: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
4216:
4217: * src/include/pa_config_fixed.h: undefined reference to
4218: __imp__pcre_* fix for Windows
4219:
4220: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 4221: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
4222: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
4223: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
4224: define fixed
1.95 moko 4225:
4226: 2012-06-18 moko
4227:
4228: * src/classes/memcached.C: flush -> clear
4229:
4230: * src/classes/memcached.C: memcached does not support quotes even
4231: in server name
4232:
4233: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4234: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
4235: called on open to check servers existance. $.key(true) syntax
4236: now supported
4237:
4238: 2012-06-17 moko
4239:
4240: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
4241: cleanup
4242:
4243: * src/classes/table.C, tests/282.cfg, tests/282.html,
4244: tests/results/282.processed: encloser at the EOF bug fixed,
4245: incorrectly enclosed data now processed more logicaly (fixes
4246: #339)
4247:
4248: 2012-06-15 moko
4249:
4250: * buildall-without-xml: sync with buildall-with-xml
4251:
4252: * buildall-with-xml: download auto-detected between fetch and curl
4253:
4254: * configure.in: --with-gc and --with-pcre now also processed
4255: correctly
4256:
1.116 moko 4257: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
4258: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
4259: should be run on rol1 using automake / aclocal (GNU automake)
4260: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 4261:
4262: * configure.in: new PARSER_VERSION logic
4263:
4264: * src/include/pa_version.h: new pa_version.h logic
4265:
4266: * src/: classes/curl.C, classes/file.C, classes/image.C,
4267: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4268: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
4269: feols_normalized -> fis_text_content set_binary added
4270:
4271: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
4272:
4273: 2012-06-15 misha
4274:
4275: * src/: classes/curl.C, classes/file.C, classes/image.C,
4276: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4277: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
4278: ^file::create[text;content] EOLs in content now is normalized. (
4279: new feature: #815 )
4280:
4281: 2012-06-15 moko
4282:
4283: * configure.in: --disable-version-update added to disable version
4284: update with host information (for debian package) whitespace
4285: optimized
4286:
4287: * configure.in: version changed to 3.4.2 RC no-pic added for
4288: libtool
4289:
4290: * src/include/pa_version.h: Nice pa_version.h default. Please keep
4291: it.
4292:
4293: 2012-06-14 moko
4294:
4295: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
4296: tests/results/281.processed: "hash flocked" error removed for
4297: safe operations like ^h._count[] ( new feature: #335 )
4298:
1.116 moko 4299: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 4300:
4301: * buildall-with-xml, buildall-without-xml: --with-static -> --with
4302:
4303: * configure.in: --with-static/shared xml replaced with --with-xml,
4304: xml compilation check added
4305:
4306: * configure.in: --with-static/shared-gc, --with-static-pcre are
4307: replaced with --with-gc and --with-pcre test for pcre linking
4308: added
4309:
4310: 2012-06-13 moko
4311:
4312: * configure.in: apxs2 check optimized
4313:
4314: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
4315: .la, includes optimized
4316:
4317: * buildall-with-xml: --with-pic looks better for -fPIC
4318:
4319: * configure.in: switched to convenience library in static linking
4320:
4321: * src/targets/apache/Makefile.am: switched to convenience library
4322: usage to avoid libtool warnings
4323:
4324: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
4325: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
4326: smtp/Makefile.am: switched to convenience library usage
4327:
4328: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
4329:
4330: * src/targets/apache/Makefile.am: updated for libtool usage
4331:
4332: * bin/auto.p.dist.in: .cfg removed from charset names.
4333:
4334: * buildall-without-xml: --with-included-ltdl added
4335:
4336: * buildall-without-xml: sync with buildall-with-xml
4337:
4338: * buildall-with-xml: --with-included-ltdl added $cflags added for
4339: -fPIC for x64 $download added for wget success check added
4340:
4341: * buildall-without-xml: --with-dynamic-stdcpp removed
4342:
4343: * configure.in: disable-static returned
4344:
4345: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
4346: LIBTOOLFLAGS
4347:
4348: 2012-06-12 moko
4349:
4350: * configure.in, src/targets/cgi/Makefile.am: disable-static not
4351: compatible with LIBTOOLFLAGS for unknown reasons
4352:
4353: * buildall-with-xml: --with-dynamic-stdcpp removed
4354:
4355: * configure.in: static/dynamic -lstdc++ linking option removed
4356: apxs2 check added
4357:
4358: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
4359: option removed
4360:
4361: 2012-06-10 moko
4362:
4363: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
4364: added
4365:
4366: * src/targets/cgi/pp3.cmd: old PAF stuff
4367:
1.116 moko 4368: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
4369: beauty
1.95 moko 4370:
4371: * depcomp: from libtool 2.4.2
4372:
4373: * configure.in: ltdl directory removed, it has correct Makefile.in
4374:
4375: 2012-06-09 moko
4376:
1.116 moko 4377: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
4378: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 4379: autogenerated files updated after libtool update
4380:
1.116 moko 4381: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
4382: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 4383: config_auto.h.in, config_fixed.h, configure, configure.ac,
4384: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
4385: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
4386: config/compile, config/config.guess, config/config.sub,
4387: config/depcomp, config/install-sh, config/ltmain.sh,
4388: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
4389: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
4390: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
4391: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
4392: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
4393: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
4394: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
4395: m4/lt~obsolete.m4: libtool updated to version 2.4.2
4396:
4397: * configure.in: preparation for new libtool
4398:
4399: * configure.in: Some beauty added :)
4400:
4401: * src/targets/apache/Makefile.am: := -> =
4402:
4403: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
4404: again. :)
4405:
4406: * src/include/pa_config_includes.h, configure.in: limits.h added,
4407: previously was taken from pcre_internal.h. :)
4408:
4409: * src/lib/pcre/Makefile.am: config.h returned
4410:
4411: * src/lib/pcre/config.h: still need this. :)
4412:
4413: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
4414:
4415: * configure.in: --with-charsets removed; --with-mysql-client & co
4416: removed
4417:
4418: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
4419: now in parser tree, no need to copy
4420:
4421: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
4422: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
4423: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
4424: debian/patches/101_pcre.patch - local copy of pcre_internal.h
4425: extracts now used old trash removed
4426:
4427: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
4428: rare charsets/drivers are commented, sql driver quessing removed
4429: (debian/patches/103_auto_p.patch)
4430:
4431: * etc/parser3.charsets/Makefile.am: charsets now in share
4432: (debian/patches/104_automake.patch) + all charsets are copied
4433:
4434: * buildall-with-xml, buildall-without-xml: curl option removed +
4435: extra arguments now supported
4436:
4437: 2012-06-08 misha
4438:
4439: * src/classes/table.C: - one params.as_hash usage was rolled back:
4440: the 2nd option in ^table.hash[] could be hash or table so
4441: .as_hash will throw an exception when table option is specified
4442:
4443: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4444: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
4445: classes/table.C, classes/void.C, classes/xdoc.C,
4446: include/pa_exception.h, types/pa_vmethod_frame.C,
4447: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
4448: and improved (whitespaces are allowed as empty options) -
4449: MethodParams::as_table is added - above methods are used for
4450: parsing methods' options ( new feature: #9 )
4451:
4452: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
4453: to vclass. now class fields can be accessible as a hash:
4454: $h[^hash::create[$asd:CLASS]]
4455:
4456: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
4457: have get_fields method so their fields can be accessed with
4458: ^reflection:fields[...] & ^reflection:field[...]
4459:
4460: 2012-06-06 misha
4461:
4462: * tests/280.html: - tests for
4463: ^reflection:method[obj-or-class;method],
4464: ^reflection:field[obj-or-class;field] and
4465: ^reflection:fields[obj-or-class] are added
4466:
4467: 2012-06-05 misha
4468:
4469: * src/classes/reflection.C: - ^reflection:method[class or
4470: object;method name] and ^reflection:field[class or object;field
4471: name] are added
4472:
4473: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
4474: is used
4475:
4476: * src/types/pa_method.h: - Method::as_vjunction method is added
4477:
4478: 2012-06-05 moko
4479:
1.116 moko 4480: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 4481:
4482: * src/classes/memcached.C: flish ttl fixed
4483:
4484: 2012-06-04 moko
4485:
4486: * src/classes/json.C, src/classes/op.C, tests/279.html,
4487: tests/results/279.processed: ^json:parse[] now supports $.taint
4488: option (new feature #833)
4489:
4490: 2012-06-04 misha
4491:
4492: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
4493: - search_stop method was moved from pa_vcookie.C to pa_common.C
4494:
4495: 2012-06-03 misha
4496:
4497: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
4498: cookies are parced and stored into $.cookies ( new feature: #31 )
4499:
4500: 2012-05-30 misha
4501:
4502: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
4503: incomplete class into a scope while @USE is found
4504:
4505: * src/main/compile.y: - add incomplete class into a scope while
4506: @USE and @CLASS instructions are found ( bugfix: #838 )
4507:
4508: 2012-05-30 moko
4509:
4510: * src/types/pa_vclass.C, tests/278.html,
4511: tests/results/278.processed: removed "property has no getter
4512: method" exception when GET_DEFAULT present (fixes #269)
4513:
4514: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
4515: $._default
4516:
4517: 2012-05-29 moko
4518:
4519: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
4520: uninitialized values usage (new feature: #154)
4521:
4522: 2012-05-28 moko
4523:
4524: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
4525: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
4526: src/types/pa_vdate.h, src/types/pa_vdouble.h,
4527: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
4528: src/types/pa_vobject.C, src/types/pa_vobject.h,
4529: src/types/pa_vstring.h, src/types/pa_vtable.C,
4530: tests/results/277.processed, src/types/pa_vtable.h,
4531: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
4532: ^json:string[$o; $.default[$method]] implemented for VObject (new
4533: feature #803)
4534:
4535: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
4536: tests/results/277.processed: json numbers are now treated as
4537: double ( new feature: #834 )
4538:
4539: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
4540: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
4541: added for out of range checks, zero division in vint/vdouble
4542: check added ( fixes #832 )
4543:
4544: * tests/: 275.html, results/275.processed: tests for pa_atoui added
4545: ( fixes #832 )
4546:
4547: 2012-05-28 misha
4548:
4549: * buildall-with-xml: - --without-lzma option is added to libxml2
4550: configure
4551:
4552: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
4553: added - tests for unsupported values for options $.file, $.table
4554: and $.date are added
4555:
4556: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
4557: accepts "stat" $.file[] option's value in addition to existed
4558: "text" and "base64" ( new feature: #835 )
4559:
4560: * tests/276.html: - test for
4561: ^reflection:delete[$object-or-class;field-name]
4562:
4563: * src/classes/reflection.C: -
4564: ^reflection:delete[$object-or-class;field-name] is added ( new
4565: feature: #268 )
4566:
4567: 2012-05-27 misha
4568:
4569: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
4570:
4571: 2012-05-24 misha
4572:
4573: * src/include/pa_common.h: - method lastposafter was removed
4574:
4575: * src/classes/file.C: - use strrpbrk & rskipchars instead of
4576: lastposafter - ^file:dirname[] & Co proper handle windows file
4577: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
4578: work as *nix commands
4579:
4580: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
4581:
4582: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
4583: rskipchars were added
4584:
4585: * tests/270.html: - more tests for ^file:find[]
4586:
4587: * tests/065.html: - more tests for ^file:dirname[] & Co
4588:
4589: * src/include/pa_version.h: - must be "win32" here. it is
4590: auto-generated on *nix
4591:
4592: 2012-05-24 moko
4593:
4594: * src/classes/math.C: ^math:convert[] now supports uint32 and
4595: throws overflow exception ( new feature: #830 )
4596:
4597: * tests/: 275.html, results/275.processed: test for ^math:convert[]
4598: uint32 support and overflow added ( new feature: #830 )
4599:
4600: 2012-05-23 moko
4601:
4602: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
4603: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
4604: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
4605: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
4606: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4607: types/pa_vregex.h, types/pa_vstateless_class.C,
4608: types/pa_vstateless_class.h, types/pa_vstring.h,
4609: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
4610: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
4611: "return string as-is" removed from as_expr_result. ( new feature:
4612: #831 )
4613:
4614: * tests/results/244.processed: test changed after bug #782 fix
4615: commited
4616:
4617: * tests/results/229.processed: test results for bug #782 commited
4618:
4619: * tests/: 254.html, results/254.processed: uid now just compared,
4620: not printed. :)
4621:
4622: 2012-05-20 moko
4623:
4624: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
4625: feature: #341 )
4626:
4627: * tests/: 254.html, results/254.processed: test for
4628: ^reflection:uid[] added
4629:
4630: * tests/: 254.html, results/254.processed: test for
4631: ^reflection:uid[$obj] added
4632:
4633: 2012-05-17 misha
4634:
4635: * src/main/untaint.C: - do not replace ' char by _26 while
4636: exploding filespec-tainting ( new feature: #829 )
4637:
4638: 2012-05-12 moko
4639:
4640: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
4641: not.
4642:
4643: 2012-05-08 moko
4644:
4645: * src/types/pa_vmethod_frame.h: bug #782 fixed
4646:
4647: * tests/229.html: test for bug #782
4648:
4649: * tests/results/259.processed, src/main/pa_request.C,
4650: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
4651: src/types/pa_vstring.h, src/types/pa_vvoid.C,
4652: src/types/pa_vvoid.h: feature #154 - first empty param now
4653: string; defined locals are empty strings; $STRICT-VARS(true)
4654: added
4655:
4656: 2012-04-27 moko
4657:
1.116 moko 4658: * src/targets/apache/Makefile.am:
1.95 moko 4659: ../../lib/memcached/libmemcached.a added
4660:
4661: 2012-04-27 misha
4662:
4663: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
4664: ( #827 )
4665:
4666: 2012-04-25 moko
4667:
4668: * src/: classes/json.C, classes/memcached.C,
4669: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4670: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
4671: implemented.
4672:
4673: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
4674:
4675: 2012-04-23 moko
4676:
4677: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4678: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4679: types/pa_vmemcached.h: open allows options hash for new
4680: memcached(options) function
4681:
4682: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
4683: not appended
4684:
4685: 2012-04-21 moko
4686:
4687: * src/classes/curl.C: '' added. :)
4688:
4689: * src/classes/classes.vcproj: new curl.h location
4690:
4691: * src/classes/curl.C: verbose output redirection from stderr to
4692: file curl option added
4693:
4694: 2012-04-20 moko
4695:
4696: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
4697: contains what we need from curl, #ifdef HAVE_CURL removed
4698:
1.116 moko 4699: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 4700: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 4701: src/lib/Makefile.am, src/lib/curl/Makefile.am,
4702: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 4703: configure option
4704:
4705: 2012-04-19 moko
4706:
4707: * src/: classes/double.C, classes/inet.C, classes/int.C,
4708: classes/string.C, lib/gc/include/gc_allocator.h,
4709: types/pa_vform.C: PVS-Studio detected errors fixes, unused
4710: options from sql_result_string removed. (closes issue #468)
4711:
4712: * src/types/pa_vmemcached.C: empty string fix
4713:
4714: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
4715: pa_vstring.C, pa_vstring.h: serialization helpers moved to
4716: pa_vmemcached.C
4717:
4718: 2012-04-18 moko
4719:
4720: * src/targets/apache/mod_parser3.c: "Parser3 module requires
4721: apache2-mpm-prefork" error displayed in threaded mpm.
4722:
4723: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
4724: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
4725: installed (issue #354)
4726:
4727: 2012-04-16 moko
4728:
4729: * src/types/pa_vmemcached.C: call to memcached_result_create and
4730: memcached_result_free removed
4731:
4732: 2012-04-14 moko
4733:
4734: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
4735:
4736: * src/types/pa_vmemcached.C: check_key added and used
4737:
4738: 2012-04-13 moko
4739:
4740: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
4741: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
4742: Serialization_data now added and used, VString now serialized
4743: with languages into memcached.
4744:
4745: 2012-03-28 moko
4746:
4747: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
4748: lib/memcached/pa_memcached.h: result lengths added
4749:
4750: 2012-03-27 moko
4751:
4752: * src/types/pa_vmemcached.C: strdup added
4753:
4754: 2012-03-24 moko
4755:
4756: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4757: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4758: types/pa_vmemcached.h: memcached: mget, flush, fttl added
4759:
4760: 2012-03-20 moko
4761:
1.116 moko 4762: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 4763:
4764: * src/targets/cgi/Makefile.am: cleanup
4765:
4766: * src/: types/Makefile.am, types/pa_vmemcached.C,
4767: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
4768:
4769: * src/: classes/Makefile.am, classes/memcached.C,
4770: lib/memcached/Makefile.am, lib/memcached/constants.h,
4771: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4772: lib/memcached/types.h, lib/Makefile.am: memcached initial
4773:
4774: 2012-03-16 moko
4775:
4776: * src/main/execute.C: ident now works under Linux + ident displays
4777: filenames (closes issue #818)
4778:
1.116 moko 4779: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 4780: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
4781: pa_vmethod_frame_local.h removed
4782:
4783: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
4784: classes/classes.h, classes/curl.C, classes/date.C,
4785: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
4786: classes/hashfile.C, classes/image.C, classes/inet.C,
4787: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4788: classes/memory.C, classes/op.C, classes/reflection.C,
4789: classes/regex.C, classes/response.C, classes/string.C,
4790: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
4791: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
4792: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4793: include/pa_config_fixed.h, include/pa_config_includes.h,
4794: include/pa_dictionary.h, include/pa_dir.h,
4795: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4796: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4797: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4798: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4799: include/pa_request_charsets.h, include/pa_request_info.h,
4800: include/pa_sapi.h, include/pa_socks.h,
4801: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4802: include/pa_stack.h, include/pa_string.h,
4803: include/pa_stylesheet_connection.h,
4804: include/pa_stylesheet_manager.h, include/pa_table.h,
4805: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
4806: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
4807: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
4808: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
4809: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
4810: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
4811: main/compile.tab.C, main/compile.y, main/compile_tools.C,
4812: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
4813: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
4814: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
4815: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
4816: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4817: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4818: main/pa_string.C, main/pa_stylesheet_connection.C,
4819: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
4820: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
4821: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
4822: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
4823: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
4824: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
4825: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4826: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
4827: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
4828: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
4829: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
4830: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
4831: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4832: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
4833: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
4834: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
4835: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
4836: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
4837: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4838: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
4839: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
4840: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
4841: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
4842: types/pa_vresponse.h, types/pa_vstateless_class.C,
4843: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4844: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
4845: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
4846: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
4847: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
4848: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
4849: ident now works under Linux + ident displays filenames (closes
4850: issue #818) Copyright updated
4851:
4852: 2012-03-13 moko
4853:
4854: * src/main/pa_string.C: compilation fix for feature #741
4855:
4856: 2012-03-09 misha
4857:
4858: * tests/193.html: - tests for ^string:base64[encoded] are updated
4859:
4860: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
4861: now detects invalid base64 chars in the middle of encoded stricg
4862: ( new feature: #55 )
4863:
4864: * src/include/pa_exception.h: - new exception type for base64
4865: decoding is added
4866:
4867: 2012-03-06 misha
4868:
4869: * tests/274.html: - tests for ^date::today[] and
4870: ^date.sql-string[datetime|date|time] are added
4871:
4872: * src/classes/date.C: - constructor ^date::today[] is added ( new
4873: feature: #811 ) - ^date.sql-string[] now can accept one param --
4874: strings "datetime", "date" or "time" - comments tidying up
4875:
4876: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
4877: date and time
4878:
4879: 2012-03-03 misha
4880:
4881: * tests/193.html: - tests for
4882: ^string:base64[encoded;$.strict(true)] are added
4883:
4884: * tests/results/auto.p: - try-catch operator is added
4885:
4886: * src/: classes/file.C, classes/string.C, include/pa_common.h,
4887: main/pa_common.C: - $.strict(true|false) option is added to
4888: base64 decode methods ( new feature: #55 )
4889:
4890: * src/main/pa_common.C: - base64 decode memory usage was decreased
4891: ( new feature: #819 )
4892:
4893: 2012-02-28 moko
4894:
4895: * src/classes/hash.C: ident test
4896:
4897: 2012-02-27 misha
4898:
4899: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
4900:
4901: 2012-01-08 misha
4902:
4903: * tests/273.html: - tests for ^string.replace[from;to] are added
4904:
4905: * src/: classes/string.C, include/pa_dictionary.h,
4906: main/pa_dictionary.C, main/pa_string.C: -
4907: ^string.replace[from;to] is added ( new feature: #741 ) -
4908: ^string.replace[one subst here] is slightly optimized
4909:
4910: 2011-12-07 misha
4911:
4912: * src/classes/table.C: - $t[^table::create{$empty}] now creates
4913: named table with one empty column ( bugfix: #63 )
4914:
4915: 2011-11-30 misha
4916:
4917: * src/classes/json.C: - it's possible to set user's method for
4918: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
4919: #763 )
4920:
4921: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
4922:
4923: 2011-11-23 misha
4924:
4925: * src/: classes/curl.C, classes/file.C, classes/image.C,
4926: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
4927: types/pa_vfile.h, types/pa_vform.C: - constructor
4928: ^file::create[mode;filename;content[;options]] now accepts binary
4929: mode and file-content - new constructor's format:
4930: ^file::create[string-or-file-content[;$.name[filename]
4931: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
4932: feature: #65 )
4933:
4934: * src/: include/pa_request.h, main/pa_request.C: - new method
4935: mime_type_of(const String*) is added
4936:
4937: * src/include/pa_exception.h: - new exception constant
4938: FILE_NAME_MUST_BE_SPECIFIED is added
4939:
4940: * src/classes/table.C: - bug with negative offset transformed into
4941: a feature. it means pointing to a row from the end of the table (
4942: new feature: #810 )
4943:
4944: 2011-11-19 misha
4945:
4946: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
4947: â ìåòîäå _select ( new feature: #810 )
4948:
4949: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
4950: options were specified together is simplified
4951:
4952: 2011-11-12 misha
4953:
4954: * src/main/pa_request.C: - forgotten fix for escaping filename in
4955: HTTP content-disposition header (a part of bug #361 )
4956:
4957: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
4958: checks for ancestors' classes as well ( new feature: #456 )
4959:
4960: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
4961: "without cycle" now have types "parser.break" and
4962: "parser.continue" instead of "parser.runtime" ( new feature: #799
4963: )
4964:
4965: 2011-11-11 misha
4966:
4967: * tests/results/: 099.processed, 100.processed, 205.processed,
4968: 237.processed: - since bug #361 was fixed the content of filename
4969: in HTTP headers is quoted
4970:
4971: * tests/results/270.processed: - result for test 270
4972:
4973: * tests/: 065.html, results/065.processed: - more tests for
4974: ^file:basename[] & Co were added
4975:
4976: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
4977:
4978: * tests/270.html: - tests for ^file:find[] are added
4979:
4980: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
4981: using option $.charset. option $.engoding is still supported but
4982: these options can not be specified together
4983:
4984: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
4985: comparation charset name with string "UTF-8" ( bugfix: #759 )
4986:
4987: 2011-10-11 misha
4988:
4989: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
4990: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
4991: #622)
4992:
4993: 2011-09-30 misha
4994:
4995: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
4996: exception "saving stat-ed file" ( bugfix: #395 )
4997:
4998: 2011-05-30 misha
4999:
5000: * src/classes/string.C: - fixed bug which was added with
5001: params.as_hash into string:sql
5002:
5003: 2011-05-29 misha
5004:
5005: * src/types/pa_value.C: - filename in content-disposition header
5006: must be quoted ( bugfix: #361 )
5007:
5008: 2011-05-27 misha
5009:
5010: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
5011: created file
5012:
5013: * src/classes/: hash.C, mail.C: - little tunning with get_hash
5014: usage
5015:
5016: * src/include/pa_exception.h: - one more string for exception was
5017: added
5018:
5019: 2011-05-25 misha
5020:
5021: * tests/269.html: - tests for checking input params in some dom
5022: methods
5023:
5024: * src/classes/: xdoc.C, xnode.C: - validation of some input params
5025: was added. it isn't possible not wo create xdoc with invalid
5026: tagName. ( bugfix: #160 )
5027:
5028: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
5029: string "data must be string" was mover from pa_exception.h to
5030: pa_xml_exception.h
5031:
5032: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
5033: as_xmlncname, as_xmlname and as_xmlnsuri were added
5034:
5035: * src/main/pa_xml_exception.C: - XmlException accepts more options
5036:
5037: * src/include/pa_xml_exception.h: - XmlException accepts more
5038: options - XML-related exception's strings were added
5039:
5040: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
5041: output_options were removed)
5042:
5043: 2011-05-19 misha
5044:
5045: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5046: params.as_hash is used more while parsing methods hash-options
5047:
5048: 2011-05-18 misha
5049:
5050: * operators.txt: - info about json-serialization of xdoc was added
5051:
5052: * tests/256.html: - tests for json-serialization xdoc were added
5053:
5054: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
5055:
5056: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5057: classes/json.C, classes/xdoc.C: - now json:string can serialize
5058: xdoc-objects. options (the same as ^xdoc.string[]) could be
5059: specified in $.xdoc[] ( new feature: #265 )
5060:
5061: 2011-05-15 misha
5062:
5063: * tests/268.html: - tests for ^table.count[with options] were added
5064:
5065: * src/classes/table.C: - method ^table.count[] now can accept
5066: options ( new feature: #93 ): ^table.count[column] returns number
5067: of columns for named table; ^table.count[cells] returns number of
5068: cells in the current row; ^table.count[] & ^table.count[rows]
5069: return number of rows in a table.
5070:
5071: * tests/267.html: - test for checking switch/case in boolean mode
5072: was added
5073:
5074: * src/classes/op.C: - if switch's or case's value is bool, they are
5075: compared as bool values, not as double values: new feature: #351
5076:
5077: 2011-05-06 misha
5078:
5079: * tests/242.html: - EOL before EOF was added
5080:
5081: * tests/169.html: - tests for splitting empty string and void were
5082: added
5083:
5084: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
5085: returned table with one empty cell)
5086:
5087: 2011-04-03 misha
5088:
5089: * src/include/pa_version.h, configure.in: - version in head was
5090: changed to 3.4.2b
5091:
5092: 2011-03-30 misha
5093:
5094: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
5095: as well ( new feature #294 )
5096:
5097: 2011-03-29 misha
5098:
5099: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
5100: limited to approx. 6 MB. previous limits were too big for real
5101: life. bugfix: #216
5102:
5103: 2011-03-04 moko
5104:
5105: * etc/parser3.charsets/cp866.cfg: Conforms to
5106: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
5107:
5108: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
5109: vlalek@
5110:
5111: 2011-02-22 misha
5112:
5113: * src/include/pa_charset.h, operators.txt: - some methods mustn't
5114: be under #ifdef XML or parser can't be compiled without xml
5115: support
5116:
5117: 2011-02-21 misha
5118:
1.116 moko 5119: * src/targets/apache/: Makefile.am: - mention
1.95 moko 5120: ApacheModuleParser3.vcproj was removed
5121:
5122: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
5123: removed)
5124:
5125: 2011-02-20 misha
5126:
5127: * tests/: 266.html, 266.p: - tests for checking $.inherited and
5128: $.overridden in ^reflection:method_info[...] were added
5129:
5130: * src/classes/reflection.C: - beautifying result of
5131: ^reflection:method_info[] ($.overridden/inherited)
5132:
5133: 2011-02-18 misha
5134:
5135: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
5136: and pa_isalnum instead of isalpha and isalnum - bug with
5137: redundand quoting lowercased latin chars while building email
5138: body was fixed
5139:
5140: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
5141: added (they check for latin chars only)
5142:
5143: 2011-02-16 misha
5144:
5145: * src/main/pa_charset.C: - bugfix: in some cases the calculating
5146: string size for transcoding gave too small value (should ever
5147: look for availability char in dest charset inspite of the char
5148: size)
5149:
5150: 2011-02-04 moko
5151:
5152: * tests/223.html: header values now not url-encoded (issue #195)
5153:
5154: 2011-02-01 misha
5155:
5156: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
5157:
5158: 2011-01-31 misha
5159:
5160: * src/main/pa_request.C: - throw exception if param file_name in
5161: use_file is empty
5162:
5163: 2011-01-08 moko
5164:
5165: * src/classes/curl.C: compilations errors fixed
5166:
5167: 2010-12-29 moko
5168:
5169: * tests/: 265.html, results/265.processed: test for issue #200
5170: added
5171:
5172: * src/main/pa_string.C: empty regex result check added (fixes issue
5173: #200)
5174:
5175: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
5176:
5177: * tests/results/223.processed: header values now not url-encoded
5178: (issue #195)
5179:
5180: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
5181: main/untaint.C: L_HTTP_HEADER now used in http headers values,
5182: pa_http_safe_header_name added for headers names (fixes bug #195)
5183:
5184: 2010-12-18 misha
5185:
5186: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
5187: => pa-include
5188:
5189: 2010-11-28 moko
5190:
5191: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
5192:
5193: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
5194: -> pa
5195:
5196: * configure.in: apr -> pa
5197:
5198: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
5199:
5200: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
5201: classes/Makefile.am, types/Makefile.am: apr -> pa
5202:
5203: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
5204: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
5205: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
5206: pa-include/pa_apr.h, pa-include/pa_errno.h,
5207: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
5208: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
5209: module apr name conflict resolved)
5210:
5211: 2010-11-27 misha
5212:
5213: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
5214: libbz2
5215:
5216: 2010-11-26 misha
5217:
5218: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
5219: warnings removed
5220:
5221: 2010-11-25 moko
5222:
5223: * operators.txt: $.indent(true)
5224:
5225: * operators.txt: another bugfix. :)
5226:
5227: * operators.txt: bugfix. :)
5228:
5229: * buildall-with-xml: libxml2-2.7.8 + with-apache
5230:
5231: 2010-11-24 moko
5232:
1.116 moko 5233: * configure: apxs support
1.95 moko 5234:
5235: * configure.in: apxs support -Bstatic gc removed for OS X
5236:
5237: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
5238:
5239: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
5240: THREAD_LOCAL usage
5241:
5242: * src/: classes/curl.C, include/pa_config_includes.h,
5243: main/pa_globals.C: THREAD_LOCAL defined and used
5244:
5245: 2010-11-23 moko
5246:
5247: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
5248: should be passed to pa_sleep, and only fractional part (bugfix:
5249: #188)
5250:
5251: * src/targets/apache/mod_parser3.c: 1.3 compatibility
5252:
5253: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5254: GC_dont_gc=1, as in cgi version
5255:
5256: * src/targets/apache/mod_parser3.c: warning war
5257:
5258: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5259: pa_httpd.h: version removed, some trash removed
5260:
5261: * src/targets/apache/mod_parser3.c: version removed (we don't want
5262: to show it), warning war
5263:
5264: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5265: pa_httpd.h: parser_status_allowed removed + merge config
5266: functions removed (override is the default) + beauty
5267:
5268: * src/: include/pa_request.h, main/pa_request.C,
5269: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
5270: hide $status used in apache module removed
5271:
5272: 2010-11-18 moko
5273:
5274: * operators.txt: $.table[compact] added for ^json:string[]
5275:
5276: 2010-11-16 moko
5277:
5278: * src/targets/apache/mod_parser3.c: some cleanup done
5279:
5280: * src/main/untaint.C: bugfix: first, second String::Body argument
5281: is hashcode; second, info.fragment_begin is original, not
5282: resulting length
5283:
5284: * src/classes/file.C: new feature: $.stdin now untainted
5285:
5286: * tests/results/264.processed: new feature: $.stdin[] now untainted
5287:
5288: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
5289:
5290: * src/classes/op.C: ^apply-taint[] method added
5291:
5292: * tests/: 264.html, results/264.processed: ^apply-taint[] test
5293: added; $.stdin untaint test added
5294:
5295: 2010-11-15 moko
5296:
5297: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
5298: removed
5299:
5300: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5301: pa_httpd.h: 2x2 calculated under apache2. :)
5302:
5303: 2010-11-13 moko
5304:
5305: * src/targets/apache/mod_parser3.c: initial changes to build module
5306: with apache 2.x includes
5307:
5308: * src/targets/apache/: Makefile.am, mod_parser3.c,
5309: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
5310: united apache 1.3 / apache 2.x DSO module
5311:
5312: 2010-11-09 moko
5313:
5314: * src/types/pa_method.h: check added to dissallow @method[name;*]
5315: syntax
5316:
5317: * tests/: 263.html, results/263.processed: test from method[*args]
5318: added
5319:
5320: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
5321: number of params can now be passed to a method declared with *arg
5322:
5323: 2010-11-06 moko
5324:
5325: * src/classes/table.C: formating fixed. :)
5326:
5327: * src/classes/table.C: closes #4: ^table.select now supports
5328: $.limit(), $.offset, $.reverse() options
5329:
5330: * tests/: 262.html, results/262.processed: test for ^table:select
5331: with options added (feature #4)
5332:
5333: * src/include/pa_array.h: remove function added
5334:
5335: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
5336: object in get_element/put_element, using static one.
5337:
5338: 2010-11-04 moko
5339:
5340: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
5341: options is passed
5342:
5343: * tests/: 256.html, results/256.processed: $.table[compact] feature
5344: now tested; k and p in handler now tested.
5345:
5346: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
5347: $.table[compact] feature added
5348:
5349: * src/classes/json.C: key is now passed to handler in
5350: value_json_string; ^json:string result now process tainting
5351: inside and returns clean string, related to issue #153
5352:
5353: * src/main/untaint.C: bugfix: charset can be null (in
5354: ^string:save[] as example), thus check is added
5355:
5356: 2010-10-31 moko
5357:
5358: * src/classes/string.C: error message changed (fixes issue #149)
5359:
5360: 2010-10-29 moko
5361:
5362: * src/main/pa_http.C: ":port" is now added to "Host:" header if
5363: port is not default (fixes issue #155); exception on invalid port
5364: added.
5365:
5366: * src/main/untaint.C: '*' is now not urlencoded to allow header
5367: "Accept: */*" to be passed
5368:
5369: 2010-10-28 moko
5370:
5371: * src/classes/curl.C: bugfix: detect_charset() was throwing
5372: exception on unknown charset even if response_charset was
5373: specified
5374:
5375: 2010-10-27 moko
5376:
5377: * src/classes/string.C: ^string.append removed for void
5378: compatibility
5379:
5380: 2010-10-26 moko
5381:
5382: * src/classes/json.C: libjson supports array at top level, we too
5383: (GPF fixed)
5384:
5385: 2010-10-25 moko
5386:
5387: * tests/: 253.html, results/253.processed: libjson supports array
5388: at top level, parser now supports it as well.
5389:
5390: * tests/261.html, tests/results/261.processed,
5391: src/types/pa_vstring.h: empty string is now void compatible
5392: (allows $empty.key)
5393:
5394: 2010-10-22 misha
5395:
5396: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
5397: while adding additional expires checkout)
5398:
5399: * tests/030.html: - test for session cookie was added
5400:
5401: 2010-10-21 moko
5402:
5403: * src/: classes/string.C, classes/void.C, main/execute.C,
5404: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
5405: string (feature #111)
5406:
5407: * tests/: 261.html, results/261.processed: checks void from string
5408: inheritance (feature #111)
5409:
5410: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
5411: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
5412: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
5413: now true by default
5414:
5415: 2010-10-17 moko
5416:
5417: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
5418: upload now uses binary blocks instead of L_FILE_POST tainting.
5419: (bugfix: #128)
5420:
5421: * tests/: 223.html, results/223.processed: binary file upload test
5422: added, GPF (issue #128) also checked in this test
5423:
5424: 2010-10-13 misha
5425:
5426: * tests/260.html: - test for math:convert
5427:
5428: * src/classes/math.C: - error in math:convert was fixed
5429:
5430: * operators.txt: - info about
5431: ^math:convert[number](from-base;to-base) was added
5432:
5433: * src/classes/math.C: - method
5434: ^math:convert[number](from-base;to-base) for converting number
5435: represention from one base to another was added ( new feature:
5436: #23 )
5437:
5438: 2010-10-13 moko
5439:
5440: * src/main/compile.tab.C: [] now is empty string, not void
5441:
5442: * src/main/compile.y: [] now is empty string, not void
5443:
5444: * src/types/pa_vvoid.h: void now passed as parameter
5445:
5446: * tests/: 259.html, results/259.processed: to test difference
5447: between void and empty string (see ticket #111)
5448:
5449: * tests/results/152.processed: $sEmpty[] is now empty string, not
5450: void
5451:
5452: * tests/256.html: $s[$void] is no longer empty string
5453:
5454: * tests/254.html: empty string is no longer void
5455:
5456: 2010-10-12 misha
5457:
5458: * src/types/pa_vcookie.C: - check if $.expires value can be
5459: converted to date during cookies set up ( bugfix: #104 )
5460:
5461: * tests/041.html: - more tests for ^table.locate were added
5462:
5463: * src/classes/table.C: - ^table.locate[field;value;options] didn't
5464: work ( bugfix: #129 ) - exception comment for incorrect options
5465: ^table.locate[field;value;options] was fixed
5466:
5467: 2010-10-10 moko
5468:
5469: * src/: classes/reflection.C, main/execute.C: constructor returning
5470: another object feature returned
5471:
5472: * tests/results/258.processed: test result updated as constructor
5473: returning another object feature returned
5474:
5475: * tests/: 258.html, results/258.processed: test for constructor
5476: returning another object
5477:
5478: 2010-10-08 misha
5479:
5480: * tests/257.html: - whitespaces after @METACOMMANDS and their
5481: options shouldn't cause exceptions any longer
5482:
5483: 2010-10-06 moko
5484:
5485: * src/classes/: hash.C, table.C: length from sql server is now
5486: ignored, as sql string can contain 0x00 inside (bugfix: #119)
5487:
5488: 2010-10-02 misha
5489:
5490: * operators.txt: - the X mark was removed from ^cache[file]. it is
5491: usable to delete cache file.
5492:
5493: 2010-10-02 moko
5494:
5495: * tests/: 253.html, results/253.processed: hook_key added for key
5496: checking
5497:
5498: * src/classes/json.C: null key bug fixed
5499:
5500: 2010-09-29 misha
5501:
5502: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
5503:
5504: 2010-09-25 moko
5505:
5506: * src/classes/json.C: small fixed
5507:
5508: * tests/results/: 253.processed, 255.processed: just updated
5509:
5510: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
5511: results/255.processed: charset transcode test added for
5512: json:parse
5513:
5514: 2010-09-24 moko
5515:
5516: * src/types/pa_value.h: warning war :)
5517:
5518: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
5519: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
5520: ^json:string
5521:
5522: 2010-09-22 moko
5523:
5524: * src/main/pa_charset.C: parser charset tables declare only
5525: white-space before 0x20, thus adding the missing chars
5526:
5527: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
5528: to http://unicode.org/Public/MAPPINGS/VENDORS/
5529:
5530: 2010-09-21 misha
5531:
5532: * src/main/compile.y: - some semicolons were added (VS2010 don't
5533: want to compile grammar if they are absent)
5534:
5535: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
5536:
5537: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
5538:
5539: * src/main/main.vcproj: - path to bison is changed
5540:
5541: 2010-09-21 moko
5542:
1.116 moko 5543: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
5544: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
5545: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 5546:
5547: 2010-09-20 misha
5548:
5549: * src/types/pa_vtable.C: - add EOLs while json-serializing table
5550:
5551: * src/classes/json.C: - add EOL while json-serializing hash
5552:
5553: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
5554: compilers don't like 'ES'.
5555:
5556: 2010-09-17 misha
5557:
5558: * operators.txt: - info about json class was added
5559:
5560: * src/classes/json.C: - ^json:string[object]
5561:
5562: * src/: include/pa_request.h, main/pa_request.C: - stuff for
5563: preventing infinite recursion while executing json:string was
5564: added
5565:
5566: * src/include/pa_string.h: - method append_quoted was added
5567:
5568: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
5569: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
5570: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
5571: was added to Value & Co
5572:
5573: * src/classes/date.C: - methods get_gmt_string and get_sql_string
5574: were used
5575:
5576: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
5577: were added
5578:
5579: 2010-09-10 moko
5580:
5581: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5582: die_or_abort (backport from 3.4.1)
5583:
5584: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5585: die_or_abort (bugfix: #106)
5586:
5587: 2010-09-09 moko
5588:
5589: * src/classes/json.C: warning war. :)
5590:
5591: 2010-09-08 misha
5592:
5593: * src/lib/json/Makefile.am: - additional include directories were
5594: added (for pa_memory.h and gc.h)
5595:
5596: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
5597: compile as C++ instead default - additional include directory was
5598: added (for gc.h)
5599:
5600: * src/types/pa_vform.C: - little code reformating
5601:
5602: * src/classes/file.C: - $.content-type option now can be specified
5603: in ^file::create ( new feature: #102 )
5604:
5605: 2010-09-08 moko
5606:
5607: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
5608: pa_malloc/pa_free
5609:
5610: 2010-09-07 moko
5611:
5612: * tests/results/254.processed: VStateless_class:put_element
5613: exception was fixed
5614:
5615: * src/types/: pa_value.h, pa_vstateless_class.h: now
5616: VStateless_class:put_element barks self.type, not this.type
5617: (bugfix: #105)
5618:
5619: 2010-09-06 moko
5620:
5621: * src/classes/reflection.C: bugfix: new String() is required for
5622: exception handling
5623:
5624: * tests/: 254.html, results/254.processed: test modified
5625:
5626: 2010-09-05 moko
5627:
5628: * tests/: 254.html, results/254.processed: ^reflection:copy test
5629: added
5630:
5631: * src/: classes/reflection.C, include/pa_request.h:
5632: ^reflection:copy implemented (new feature: #100)
5633:
5634: 2010-09-03 moko
5635:
5636: * src/lib/json/JSON_parser.C: c++ compatiblity
5637:
5638: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
5639: option testing added
5640:
5641: 2010-09-02 moko
5642:
5643: * src/classes/json.C: $.distinct[first|last|all] added
5644:
5645: 2010-09-01 moko
5646:
5647: * tests/results/253.processed: json test result
5648:
5649: * tests/: 253.html, 253_json.txt: json test added
5650:
5651: * src/classes/json.C: json.C update to actual version + hash key
5652: creation bugfix
5653:
5654: 2010-08-31 misha
5655:
5656: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
5657: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
5658: src/lib/Makefile.am, src/classes/Makefile.am,
5659: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
5660: json library was added
5661:
5662: 2010-08-30 moko
5663:
5664: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
5665: types/pa_vobject.C: cosmetic optimization in
5666: request:execute_method usage
5667:
5668: * src/: include/pa_charset.h, main/pa_charset.C: small
5669: optimization, just to decrease number of lines. :)
5670:
5671: 2010-08-27 misha
5672:
5673: * src/classes/op.C: - taint[json] was added
5674:
5675: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
5676: were added
5677:
5678: * src/main/pa_exec.C: - warning fix was rolled back.
5679:
5680: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
5681: include/pa_string.h: - taint[json] was added - escaping was
5682: slightly modified
5683:
5684: 2010-08-25 misha
5685:
5686: * src/classes/file.C: - typo in file:sql exception was fixed
5687:
5688: * src/main/pa_exec.C: - warning about declared and not used
5689: variable forced_allow was removed
5690:
5691: 2010-08-14 misha
5692:
5693: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
5694: were removed
5695:
5696: 2010-08-11 moko
5697:
5698: * tests/: 249.html, results/249.processed: default setter and
5699: anti-recursive default getter test added
5700:
5701: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
5702: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
5703: types/pa_vobject.h, types/pa_vstateless_class.C,
5704: types/pa_vstateless_class.h: default setter support +
5705: anti-recursive default getter support ( new feature: #13 )
5706:
5707: * src/include/pa_hash.h: optimization: threshold member removed
5708: from hash, reducing sizeof(hash)
5709:
5710: 2010-08-10 misha
5711:
5712: * tests/196.html: - junction-method was added to the test
5713:
5714: * tests/248.html: - ups. typo :)
5715:
5716: * tests/248.html: - test for checking .match with 4 params
5717:
5718: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
5719: 247_windows1251.txt: - test for "transcode file from utf-8 to
5720: $request:charset during loading if the BOM code is detected"
5721:
5722: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
5723: $request:charset during loading if the BOM code is detected ( new
5724: feature: #98 )
5725:
5726: 2010-08-05 misha
5727:
5728: * src/classes/image.C: - ^image.replace now can accept only 2
5729: params. in this case the whole image is affected ( new feature:
5730: #95 )
5731:
5732: 2010-08-04 misha
5733:
5734: * tests/246.html: - test tor ^hash._at[] was added
5735:
5736: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
5737: #53 )
5738:
5739: * src/include/pa_hash.h: - methods for accessing the first and the
5740: last values of ordered hash were added (first_value and
5741: last_value)
5742:
5743: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
5744: (similar to others file's methods):
5745: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
5746: #68 )
5747:
5748: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
5749:
5750: 2010-08-01 moko
5751:
5752: * src/classes/op.C: to correctly process $result[] in code, called
5753: from ^process
5754:
5755: * tests/245.html: $result in ^process[] test added
5756:
5757: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
5758: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
5759: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
5760: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
5761: caller, self) op_call(VMethodFrame &frame, bool constructing)
5762: removed, construct(class,method) added
5763:
5764: * tests/results/: 192.processed, 244.processed: request::construct
5765: added
5766:
5767: * tests/: 244.html, 245.html, results/244.processed,
5768: results/245.processed: object creation exceptions and ^process
5769: tests added
5770:
5771: 2010-07-28 misha
5772:
5773: * tests/make_tests.cmd: - win32 EOLs
5774:
5775: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
5776: tests on Win32 were added (The system timezone should be GMT+3)
5777:
5778: 2010-07-26 misha
5779:
5780: * tests/: 212.html, results/212.processed: - sizes were removed
5781: mecause they could be different on different OSs
5782:
5783: * tests/065.html: - make it "win32 friendly"
5784:
5785: 2010-07-25 misha
5786:
5787: * src/main/compile.y: - all EOLs between methods are removed during
5788: compilation ( new feature: #47 )
5789:
5790: * tests/results/149.processed: - prepare tests to trim trailing
5791: methods' EOLs
5792:
5793: * tests/149.html: - prepare tests to trim trailing methods' EOLs
5794:
5795: * tests/: results/006.processed, results/014.processed, 006.html,
5796: 014.html, 022.html: - prepare tests to trim trailing methods'
5797: EOLs
5798:
5799: * tests/: 059.html, 071.html, 149.html, results/059.processed,
5800: results/071.processed, results/022.processed: - prepare tests to
5801: trim trailing methods' EOLs
5802:
5803: * tests/: results/073.processed, results/109.processed,
5804: results/142.processed, results/144.processed,
5805: results/149.processed, 073.html, 096.html, 109.html, 142.html,
5806: 144.html: - prepare tests to trim trailing methods' EOLs
5807:
5808: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
5809: 149.html, 152.html, results/096.processed, results/107.processed,
5810: results/109.processed, results/142.processed,
5811: results/144.processed: - prepare tests to trim trailing methods'
5812: EOLs
5813:
5814: 2010-07-24 moko
5815:
5816: * tests/results/: 156.processed, 224.processed: fix for #54 changed
5817: the hash order in this test
5818:
5819: * tests/014.html: to check hash order, hash no is longer sorted
5820: before print
5821:
5822: * src/include/pa_hash.h: hash copy constructor now keeps order
5823: (bugfix: #54)
5824:
5825: 2010-07-23 moko
5826:
5827: * tests/results/224.processed: @auto[] is no longer inherited
5828:
5829: * src/types/pa_vstateless_class.C, tests/227.html,
5830: tests/results/227.processed: @auto[] is no longer inherited
5831: (bugfix: #57)
5832:
5833: 2010-07-22 misha
5834:
5835: * src/classes/table.C: - don't skip comment lines during
5836: table::load if encloser or separator is set as '#' ( new feature:
5837: #30 )
5838:
5839: * src/targets/cgi/parser3.C: - don't run as cgi if
5840: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
5841: #12 )
5842:
5843: * src/classes/file.C: - set PARSER_VARSION env before external
5844: script executing
5845:
5846: 2010-07-13 misha
5847:
5848: * tests/058.html: - test for suppressing @border was added - test
5849: for user attribute was added
5850:
5851: * tests/results/186.processed: unescaping from \uXXXX
5852:
5853: * tests/186.html: unescaping from \uXXXX
5854:
5855: * tests/: 239.html, results/239.processed: method call type
5856:
5857: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
5858: $junction_method.CLASS_NAME (+CLASS)
5859:
5860: 2010-07-07 misha
5861:
5862: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
5863: *nix
5864:
5865: 2010-07-05 misha
5866:
5867: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5868: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
5869: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
5870: comment strings "options must be hash", "options must be hash,
5871: not code" and "called with invalid option" were replaced by
5872: constatns - exception comment string "invalid option passed" was
5873: replaced by "called with invalid option" (now in different
5874: methods are the same exception comment string)
5875:
5876: * src/include/pa_exception.h: - more exception strings were defined
5877:
5878: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5879: types/pa_vstateless_class.h: - now we can define possible
5880: method's call type ( new feature: #5 ) 1.
5881: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
5882: methods 2. @static:method[params] (only static keyword could be
5883: used here) -- for specified methods
5884:
5885: * src/main/pa_common.C: - junction points should not be deleted on
5886: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
5887: cleanup
5888:
5889: 2010-07-03 misha
5890:
5891: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
5892: results/158.processed, results/160.processed,
5893: results/161.processed, results/162.processed,
5894: results/163.processed: - prepare tests to trim trailing methods'
5895: EOLs
5896:
5897: * tests/results/169.processed: - prepare tests to trim trailing
5898: methods' EOLs
5899:
5900: * tests/results/: 168.processed, 169.processed: - prepare tests to
5901: trim trailing methods' EOLs
5902:
5903: * tests/: results/170.processed, results/167.processed,
5904: results/168.processed, results/169.processed, 167.html, 168.html,
5905: 169.html: - prepare tests to trim trailing methods' EOLs
5906:
5907: * tests/: results/170.processed, results/171.processed,
5908: results/172.processed, results/173.processed,
5909: results/174.processed, results/175.processed, 170.html, 171.html,
5910: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
5911: trailing methods' EOLs
5912:
5913: * tests/: results/176.processed, results/180.processed,
5914: results/184.processed, results/185.processed,
5915: results/191.processed, results/192.processed,
5916: results/196.processed, results/197.processed,
5917: results/198.processed, 176.html, 180.html, 184.html, 185.html,
5918: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
5919: to trim trailing methods' EOLs
5920:
5921: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
5922: results/199.processed, results/208.processed,
5923: results/209.processed, results/213.processed,
5924: results/214.processed: - prepare tests to trim trailing methods'
5925: EOLs
5926:
5927: 2010-06-29 misha
5928:
5929: * tests/: 220.html, 218.html, results/218.processed,
5930: results/215.processed, results/217.processed, 215.html, 217.html:
5931: - prepare tests to trim trailing methods' EOLs
5932:
5933: * tests/: results/224.processed, 224.html, 223.html,
5934: results/223.processed, results/220.processed: - prepare tests to
5935: trim trailing methods' EOLs
5936:
5937: * tests/results/: 226.processed, 230.processed: - prepare tests to
5938: trim trailing methods' EOLs
5939:
5940: * tests/: 229.html, results/229.processed: - prepare tests to trim
5941: trailing methods' EOLs
5942:
5943: * tests/: 232.html, 235.html, results/232.processed,
5944: results/235.processed, 226.html, 227.html, 228.html, 230.html,
5945: results/226.processed, results/227.processed,
5946: results/228.processed, results/230.processed: - prepare tests to
5947: trim trailing methods' EOLs
5948:
5949: 2010-06-16 moko
5950:
5951: * tests/: 229.html, results/229.processed: elseif now supported in
5952: ^if
5953:
5954: * src/classes/op.C: new feature: #56 elseif now supported in ^if
5955:
5956: 2010-06-03 misha
5957:
5958: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
5959: instead of memcopy for overlaped regions
5960:
5961: 2010-05-25 misha
5962:
5963: * src/main/pa_common.C: - wanring about unused vars was removed
5964:
5965: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
5966: get_method_filename was moved to execute.C
5967:
5968: 2010-05-23 misha
5969:
5970: * src/main/pa_request.C: - more accurate detection of method's file
5971:
5972: 2010-05-22 misha
5973:
5974: * src/classes/reflection.C: - bugfix: core during detection of
5975: .file if filespec isn't detected successfully
5976:
5977: 2010-05-20 misha
5978:
5979: * src/main/pa_request.C: - fix in get_method_filename
5980:
5981: * src/include/pa_request.h: - new feature: #24 -- searching
5982: included file in @USE/^use is changed. if its filespec doesn't
5983: start from '/' it will be searched in caller file directory
5984:
5985: * src/classes/reflection.C: - ^reflection:method_info returns file
5986: where the method is defined
5987:
5988: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
5989: classes/op.C: - new feature: #24 -- searching included file in
5990: @USE/^use is changed. if its filespec doesn't start from '/' it
5991: will be searched in caller file directory
5992:
5993: * src/: classes/file.C, include/pa_common.h: - method lastposafter
5994: is moved to pa_common.h
5995:
5996: 2010-05-18 misha
5997:
5998: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
5999: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
6000: cookie parser decode \uXXXX as well as %uXXXX
6001:
6002: 2010-05-17 misha
6003:
6004: * src/classes/curl.C: beauty: - unused param is removed in method
6005: _curl_version_action - some spaces were removed or replaced by
6006: tabs
6007:
6008: * src/classes/table.C: - bugfix: #72 core with empty value during
6009: ^table.hash[...;name_of_the_last_column][$.type[string]]
6010:
6011: 2010-05-16 misha
6012:
6013: * src/classes/curl.C: new: #61 more curl options were added
6014: (contributed by Sumo)
6015:
6016: 2010-04-29 pretender
6017:
6018: * src/main/pa_string.C: fixes #63 Split result from empty string
6019: now empty string.
6020:
6021: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
6022: string type.
6023:
6024: 2010-04-28 pretender
6025:
6026: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
6027: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
6028: macrodefinition removed
6029:
6030: 2010-04-19 pretender
6031:
6032: * src/main/execute.C: fixes #60 Stacktrace now contains info for
6033: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
6034:
6035: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
6036: fixes #64 Now file.missing exception generates in unsafe mode to.
6037:
6038: * src/classes/file.C: fixes #48 Now not throw "not save environment
6039: variable" exception in grpunlim version.
6040:
6041: 2010-04-05 misha
6042:
6043: * src/classes/string.C: - new feature: 4th param was added to
6044: match. if specified its value is returned in case of nothing was
6045: found
6046:
6047: 2010-04-01 misha
6048:
6049: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
6050: multiple execution of /a/b/auto.p
6051:
6052: 2010-03-19 misha
6053:
6054: * src/main/execute.C: - core in $table1.$table2 was fixed
6055:
6056: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
6057:
6058: 2010-01-27 misha
6059:
6060: * src/main/pa_common.C: - bugfix: there are no excaption.type if
6061: trying to open file by path /existing-file/non-exixting-file
6062:
6063: 2010-01-26 misha
6064:
6065: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
6066: was added (returns file)
6067:
6068: 2009-12-22 misha
6069:
6070: * src/classes/curl.C: - method 'option' was renamed to 'options' -
6071: now parser doesn't have class curl if it was built without it
6072:
6073: 2009-12-15 misha
6074:
6075: * configure.in: - little cheat with curl include dir was added
6076:
6077: 2009-12-05 misha
6078:
6079: * src/classes/curl.C: - some fixes
6080:
6081: 2009-12-04 misha
6082:
6083: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
6084: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
6085: buildall-with-xml, buildall-without-xml, configure.in: - curl
6086: class was added
6087:
6088: * src/include/pa_hash.h: - hash-iterator was added
6089:
6090: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
6091: was added to pcre
6092:
6093: 2009-11-27 misha
6094:
6095: * src/classes/image.C: - don't add @border attribute to output of
6096: ^image.html[] if it was specified by user with empty value
6097:
6098: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
6099: root element and we are trying to access .documentElement
6100:
6101: 2009-11-11 misha
6102:
6103: * src/classes/table.C: - in ^table.flip[] look at number of columns
6104: instead of number of items in first row for named tables
6105:
6106: 2009-11-10 misha
6107:
6108: * operators.txt: - info about hash-options in ^file::create was
6109: added
6110:
6111: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
6112: added
6113:
6114: 2009-11-09 misha
6115:
6116: * buildall-with-xml: - moving to libxml 2.7.6
6117:
6118: * tests/236.html: - tests for comparations cords with functions
6119: were added
6120:
6121: * src/include/pa_string.h: - optimisation: cacheing of cstr was
6122: added
6123:
6124: * src/main/pa_http.C: - little optimisation
6125:
6126: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
6127: GPF mallocs + stringstream (table.save)
6128:
6129: * src/classes/file.C: - file::create now accepts 4th param: options
6130: with $.charset
6131:
6132: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
6133: bug in cord (comparation cords with functions was buggy)
6134:
6135: 2009-11-06 misha
6136:
6137: * src/main/pa_string.C: - bugfix: calculation string.length
6138: sometimes was buggy
6139:
6140: * src/classes/string.C: - bugfix: Temp_value_element wasn't
6141: destroyed if exception occured during match/replace
6142:
6143: * src/: main/pa_charset.C, include/pa_charset.h: - method
6144: lengthUTF8Char was added
6145:
6146: * src/classes/op.C: - clean tainting lang was added for user's
6147: usage
6148:
6149: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
6150: fixed: checkouts are required after GC_MALLOC
6151:
6152: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
6153:
6154: * operators.txt: - actually, there is no ^untaint[xml] in
6155: file::create
6156:
6157: 2009-10-15 misha
6158:
6159: * tests/: 235.html, 235_attach.txt: - tests for preparing email
6160: were added
6161:
6162: * tests/234.html: - more tests for checking ^taint[uri] escaping
6163: were added
6164:
6165: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
6166: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
6167: hacking: for dealing with transcoding+^taint[uri]
6168: transcode_and_untaint was replaced by untaint_and_transcode
6169:
6170: 2009-10-13 misha
6171:
6172: * tests/: 121.html, results/121.processed: - test transcoding +
6173: url-escaping now
6174:
6175: * tests/results/auto.p: - more helpers' methods were added
6176:
6177: * src/main/pa_globals.C: - die instead of abort
6178:
6179: 2009-10-06 misha
6180:
6181: * src/main/pa_common.C: - don't allocate memory during
6182: capitalization if input string is already capitalized
6183:
6184: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
6185:
6186: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
6187: use format function because it calls malloc
6188:
6189: * src/include/pa_common.h: - more capitalized headers were added
6190:
6191: * src/main/pa_common.C: - in safe mode clear executable bits during
6192: file writing
6193:
6194: 2009-10-05 misha
6195:
6196: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
6197:
6198: 2009-10-03 misha
6199:
6200: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
6201: ^img.text[] & ^img.length[] can work in utf-8 now
6202:
6203: * src/: include/pa_charset.h, main/pa_charset.C: - class
6204: UTF8_string_iterator was added
6205:
6206: * src/classes/image.C: - respect utf-8 when calculate alphabet
6207: length
6208:
6209: * src/classes/mail.C: - check from before get message.cstr
6210:
6211: 2009-10-02 misha
6212:
6213: * tests/233.html: - test for image.font, image.length, image.text
6214: with text in utf-8 were added
6215:
6216: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
6217:
6218: * buildall-with-xml, buildall-without-xml: - comment about gc
6219: version for freebsd 4 was added
6220:
6221: 2009-10-01 misha
6222:
6223: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
6224: terminator) - read_pipe were slightly optimized
6225:
6226: 2009-09-28 misha
6227:
6228: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
6229: removed
6230:
6231: * src/types/pa_vmail.C: - forgot about space after ':'
6232:
6233: * src/types/pa_vmail.C: - escape filenames while preparing mail
6234: body - small simplifications
6235:
6236: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
6237: inout params like pa_base64
6238:
6239: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
6240: option $.debug-print(1) was added to mail:send - changes for
6241: using uue_encode which uses less memory
6242:
6243: * src/main/pa_common.C: - pa_base64_encode uses less memory now
6244:
6245: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
6246: memory now
6247:
6248: 2009-09-26 misha
6249:
6250: * src/types/pa_vmail.C: - default encoding now is base64
6251:
6252: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
6253:
6254: 2009-09-25 misha
6255:
6256: * src/types/pa_vmail.C: - capitalization of headers was added to
6257: sending mail as well
6258:
6259: * buildall-with-xml: - catalog package was removed from libxml
6260:
6261: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
6262: win32 absolute path
6263:
6264: * src/include/pa_common.h: - one more capitalized header was added
6265:
6266: 2009-09-22 misha
6267:
6268: * INSTALL: - comment about building just httpd binary while
6269: building apache module was added
6270:
6271: 2009-09-21 misha
6272:
6273: * buildall-with-xml: - moving to the latest versions of xml libs:
6274: libxml 2.7.4 and libxslt 1.1.25
6275:
6276: 2009-09-19 misha
6277:
6278: * tests/231.html: - test for encoding cookie in win-1251
6279:
6280: 2009-09-18 misha
6281:
6282: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
6283: object] were added
6284:
6285: * operators.txt: - info about method ^reflection:fields[class or
6286: object] was added
6287:
6288: * src/classes/reflection.C: - method ^reflection:fields[class or
6289: object] was added
6290:
6291: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
6292: methods get_fields were added
6293:
6294: * tests/232.html: - tests for @GET[name]
6295:
6296: * src/classes/table.C: - some changes in handling hash-options for
6297: creare, join and locate
6298:
6299: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
6300: defined with option: the type of requested value
6301:
6302: 2009-09-17 misha
6303:
6304: * tests/212.html: - tests for .pattern and .options were added
6305:
6306: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
6307: $regex.options were added
6308:
6309: 2009-09-11 misha
6310:
6311: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
6312: rewrited. it checks not just one case of sending cookies during
6313: file::load[http], but also sending headers and fields (including
6314: files)
6315:
6316: 2009-09-10 misha
6317:
6318: * src/main/untaint.C: - workaround in file-spec lang for old Macs
6319: was removed => now parser can open files with Russian 'r' in
6320: filename
6321:
6322: * src/main/untaint.C: - bugfix: client charset whould be analized
6323: while escaping cookies but now source charset
6324:
6325: * src/main/pa_http.C: - bugfix: the values of http headers didn't
6326: ^tainted[uri] so it was possible to make request with incorrect
6327: http header
6328:
6329: * src/main/pa_http.C: - capitalization of http headers during
6330: file::load[http was slightly changes - bugfix: all headers which
6331: parser sends during file::load[http should be transcoded and only
6332: then escaped
6333:
6334: * src/main/untaint.C: - a bit more comments were added
6335:
6336: * src/classes/: file.C, string.C: - types where changes (minus 2
6337: warnings)
6338:
6339: * src/include/pa_common.h: - 2 capitalized strings for making http
6340: headers during file::load[http were added
6341:
6342: 2009-09-08 misha
6343:
6344: * operators.txt: - changes in file.save and string.save were added
6345:
6346: * tests/: 230.html, 230.txt: - tests for checking options in
6347: file.save and string.save were added
6348:
6349: * src/main/pa_request.C: - http headers names, which are passed to
6350: SAPI::add_header_attribute are lowercased now (it'll be
6351: capitalized in that method)
6352:
6353: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
6354: classes/string.C: - file_write accepts Request_charsets and asked
6355: charset and cound transcode content before writing - string.save
6356: and file.save have option $.charset now
6357:
6358: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
6359: classes/xdoc.C: - file_write accepts Request_charsets and asked
6360: charset and cound transcode content before writing
6361:
6362: * src/include/pa_exception.h: - new exception comment string was
6363: defined
6364:
6365: 2009-09-07 misha
6366:
6367: * src/main/compile.y: - grammar $name\ name stops now for regex
6368: sub-pattern\s
6369:
6370: 2009-09-04 misha
6371:
6372: * src/main/pa_http.C: - capitalization of http headers during
6373: file::load[http was implemented
6374:
6375: 2009-09-03 misha
6376:
6377: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6378: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
6379: types/pa_vmail.C, targets/cgi/parser3.C,
6380: targets/isapi/parser3isapi.C: - back to storing response http
6381: headers in lowercase - capitalize them during output
6382:
6383: 2009-08-31 misha
6384:
6385: * src/classes/table.C: - allow call with any brackets (it could be
6386: useful in methods with explict result declaration)
6387:
6388: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
6389: correctly if $request:charset==koi8-r
6390:
6391: 2009-08-30 misha
6392:
6393: * src/: include/pa_common.h, main/pa_request.C: - http headers were
6394: changed: content-type => Content-type and so on
6395:
6396: * src/classes/file.C, src/include/pa_common.h,
6397: src/include/pa_request.h, src/main/pa_http.C,
6398: src/main/pa_request.C, src/types/pa_vcookie.C,
6399: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
6400: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
6401: tests/results/002.processed, tests/results/003.processed,
6402: tests/results/004.processed, tests/results/005.processed,
6403: tests/results/006.processed, tests/results/007.processed,
6404: tests/results/008.processed, tests/results/009.processed,
6405: tests/results/010.processed, tests/results/011.processed,
6406: tests/results/012.processed, tests/results/013.processed,
6407: tests/results/014.processed, tests/results/015.processed,
6408: tests/results/016.processed, tests/results/017.processed,
6409: tests/results/018.processed, tests/results/019.processed,
6410: tests/results/020.processed, tests/results/021.processed,
6411: tests/results/022.processed, tests/results/023.processed,
6412: tests/results/024.processed, tests/results/025.processed,
6413: tests/results/026.processed, tests/results/027.processed,
6414: tests/results/028.processed, tests/results/029.processed,
6415: tests/results/030.processed, tests/results/031.processed,
6416: tests/results/032.processed, tests/results/033.processed,
6417: tests/results/034.processed, tests/results/035.processed,
6418: tests/results/036.processed, tests/results/037.processed,
6419: tests/results/038.processed, tests/results/039.processed,
6420: tests/results/040.processed, tests/results/041.processed,
6421: tests/results/042.processed, tests/results/043.processed,
6422: tests/results/044.processed, tests/results/045.processed,
6423: tests/results/046.processed, tests/results/047.processed,
6424: tests/results/048.processed, tests/results/049.processed,
6425: tests/results/050.processed, tests/results/051.processed,
6426: tests/results/052.processed, tests/results/053.processed,
6427: tests/results/054.processed, tests/results/055.processed,
6428: tests/results/056.processed, tests/results/057.processed,
6429: tests/results/058.processed, tests/results/059.processed,
6430: tests/results/060.processed, tests/results/061.processed,
6431: tests/results/062.processed, tests/results/063.processed,
6432: tests/results/064.processed, tests/results/065.processed,
6433: tests/results/066.processed, tests/results/067.processed,
6434: tests/results/068.processed, tests/results/069.processed,
6435: tests/results/070.processed, tests/results/071.processed,
6436: tests/results/072.processed, tests/results/073.processed,
6437: tests/results/074.processed, tests/results/075.processed,
6438: tests/results/076.processed, tests/results/077.processed,
6439: tests/results/078.processed, tests/results/079.processed,
6440: tests/results/080.processed, tests/results/081.processed,
6441: tests/results/082.processed, tests/results/083.processed,
6442: tests/results/084.processed, tests/results/085.processed,
6443: tests/results/086.processed, tests/results/087.processed,
6444: tests/results/088.processed, tests/results/089.processed,
6445: tests/results/090.processed, tests/results/091.processed,
6446: tests/results/092.processed, tests/results/093.processed,
6447: tests/results/094.processed, tests/results/095.processed,
6448: tests/results/096.processed, tests/results/097.processed,
6449: tests/results/098.processed, tests/results/099.processed,
6450: tests/results/100.processed, tests/results/101.processed,
6451: tests/results/102.processed, tests/results/103.processed,
6452: tests/results/104.processed, tests/results/105.processed,
6453: tests/results/106.processed, tests/results/107.processed,
6454: tests/results/108.processed, tests/results/109.processed,
6455: tests/results/110.processed, tests/results/111.processed,
6456: tests/results/112.processed, tests/results/113.processed,
6457: tests/results/114.processed, tests/results/115.processed,
6458: tests/results/116.processed, tests/results/117.processed,
6459: tests/results/118.processed, tests/results/119.processed,
6460: tests/results/120.processed, tests/results/121.processed,
6461: tests/results/122.processed, tests/results/123.processed,
6462: tests/results/124.processed, tests/results/125.processed,
6463: tests/results/126.processed, tests/results/127.processed,
6464: tests/results/128.processed, tests/results/129.processed,
6465: tests/results/130.processed, tests/results/131.processed,
6466: tests/results/132.processed, tests/results/133.processed,
6467: tests/results/134.processed, tests/results/135.processed,
6468: tests/results/136.processed, tests/results/138.processed,
6469: tests/results/139.processed, tests/results/140.processed,
6470: tests/results/141.processed, tests/results/142.processed,
6471: tests/results/143.processed, tests/results/144.processed,
6472: tests/results/145.processed, tests/results/146.processed,
6473: tests/results/147.processed, tests/results/148.processed,
6474: tests/results/149.processed, tests/results/150.processed,
6475: tests/results/151.processed, tests/results/152.processed,
6476: tests/results/153.processed, tests/results/154.processed,
6477: tests/results/155.processed, tests/results/156.processed,
6478: tests/results/157.processed, tests/results/158.processed,
6479: tests/results/159.processed, tests/results/160.processed,
6480: tests/results/161.processed, tests/results/162.processed,
6481: tests/results/163.processed, tests/results/164.processed,
6482: tests/results/165.processed, tests/results/166.processed,
6483: tests/results/167.processed, tests/results/168.processed,
6484: tests/results/169.processed, tests/results/170.processed,
6485: tests/results/171.processed, tests/results/172.processed,
6486: tests/results/173.processed, tests/results/174.processed,
6487: tests/results/175.processed, tests/results/176.processed,
6488: tests/results/177.processed, tests/results/178.processed,
6489: tests/results/179.processed, tests/results/180.processed,
6490: tests/results/181.processed, tests/results/182.processed,
6491: tests/results/183.processed, tests/results/184.processed,
6492: tests/results/185.processed, tests/results/186.processed,
6493: tests/results/187.processed, tests/results/188.processed,
6494: tests/results/189.processed, tests/results/190.processed,
6495: tests/results/191.processed, tests/results/192.processed,
6496: tests/results/193.processed, tests/results/194.processed,
6497: tests/results/195.processed, tests/results/196.processed,
6498: tests/results/197.processed, tests/results/198.processed,
6499: tests/results/199.processed, tests/results/200.processed,
6500: tests/results/201.processed, tests/results/202.processed,
6501: tests/results/203.processed, tests/results/204.processed,
6502: tests/results/205.processed, tests/results/206.processed,
6503: tests/results/207.processed, tests/results/208.processed,
6504: tests/results/209.processed, tests/results/210.processed,
6505: tests/results/211.processed, tests/results/212.processed,
6506: tests/results/213.processed, tests/results/214.processed,
6507: tests/results/215.processed, tests/results/216.processed,
6508: tests/results/217.processed, tests/results/218.processed,
6509: tests/results/219.processed, tests/results/220.processed,
6510: tests/results/221.processed, tests/results/222.processed,
6511: tests/results/223.processed, tests/results/224.processed,
6512: tests/results/225.processed, tests/results/226.processed,
6513: tests/results/227.processed, tests/results/228.processed,
6514: tests/results/229.processed: - http headers were changed:
6515: content-type => Content-type and so on
6516:
6517: 2009-08-27 misha
6518:
6519: * src/: main/pa_random.C, include/pa_random.h,
6520: targets/cgi/parser3.C: - year was updated :)
6521:
6522: 2009-08-26 misha
6523:
6524: * tests/: 224.html, 224.p: - test for creating of parser object
6525: using constructor without params - little bugfix in test
6526:
6527: * src/main/compile_tools.h: - bugfix: should't call autouse while
6528: checking existed class while processing partial option
6529:
6530: * src/classes/reflection.C: - bugfix: core when creating object
6531: with reflection and constructor doesn't have params
6532:
6533: 2009-08-24 misha
6534:
6535: * tests/229.html: - tests for checking the number of parameters
6536: were added
6537:
6538: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
6539: number of method's parameters wasn't checked correctly (the bug
6540: was introduced in 3.4.0)
6541:
6542: 2009-08-22 misha
6543:
6544: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
6545: transcoded, but tainted pieces are escaped only when
6546: content-type==url-encoding
6547:
6548: * tests/228.html: - test for checking
6549: ^file::load[http://...;$.body[]]
6550:
6551: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
6552: post charset was too early (charsets is empty at this moment)
6553:
6554: 2009-08-21 misha
6555:
6556: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
6557: main/untaint.C: - some fixes with transcode+untaint
6558:
6559: 2009-08-15 misha
6560:
6561: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
6562: was increaced to 100 (was 50)
6563:
6564: * tests/227.html: - test for checking overriding properties in
6565: static classes was added
6566:
6567: * tests/: 226.html, 226.p: - test for @autoload[] was added
6568:
6569: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
6570: main/execute.C, main/pa_request.C, classes/reflection.C: -
6571: autouse was implemented
6572:
6573: 2009-08-14 misha
6574:
6575: * src/classes/reflection.C: - outdated checkout was removed
6576:
6577: * src/classes/reflection.C: - optimization - method ^dynamical was
6578: added.
6579:
6580: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
6581: types/pa_vstateless_class.h, main/execute.C: - optimization
6582:
6583: * src/types/pa_vclass.C: - exception if base on sytem class
6584:
6585: 2009-08-12 misha
6586:
6587: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
6588: pa_vstateless_class.h: - little optimisation
6589:
6590: 2009-08-11 misha
6591:
6592: * tests/224.html: - method_params => method_info - checking for
6593: $.inherited
6594:
6595: * src/classes/reflection.C, operators.txt: - method method_params
6596: was renamed to method_info and now it returns class name, if
6597: method was defined in ancestor
6598:
6599: * tests/225.html: - tests for cheching properties in hierarhical
6600: classes were added
6601:
6602: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
6603: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6604: main/compile.y, main/execute.C, classes/classes.C: - problems
6605: with properties in new classes implementation were fixed
6606:
6607: 2009-08-10 misha
6608:
6609: * src/main/execute.C: - now constructor shouldn't be defined in
6610: class. it could be defined in parent.
6611:
6612: 2009-08-09 misha
6613:
6614: * src/classes/reflection.C: - ^reflection:methods doesn't return
6615: base's methods
6616:
6617: 2009-08-08 misha
6618:
6619: * src/: classes/classes.h, classes/date.C, classes/file.C,
6620: classes/form.C, classes/hash.C, classes/hashfile.C,
6621: classes/image.C, classes/mail.C, classes/op.C,
6622: classes/reflection.C, classes/regex.C, classes/string.C,
6623: classes/table.C, classes/xdoc.C, classes/xnode.C,
6624: classes/xnode.h, include/pa_hash.h, main/execute.C,
6625: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
6626: types/pa_method.h, types/pa_property.h, types/pa_value.C,
6627: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6628: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6629: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
6630: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6631: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
6632: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
6633: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
6634: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
6635: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
6636: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
6637: types/pa_vresponse.C, types/pa_vresponse.h,
6638: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6639: types/pa_vstateless_object.h, types/pa_vstatus.C,
6640: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
6641: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6642: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6643: types/pa_wwrapper.h, types/types.vcproj: - new classes
6644: implementation
6645:
6646: * buildall-with-xml, buildall-without-xml: - gc has a bug if
6647: USE_MUNMAP is used. so it is disabled as a workaround.
6648:
6649: 2009-08-05 misha
6650:
6651: * src/: main/pa_common.C, include/pa_common.h: - not needed
6652: parameter was removed
6653:
6654: * src/main/pa_http.C: - bugfix: error was during detecting
6655: content-type of file which was loaded by http
6656:
6657: 2009-08-01 misha
6658:
6659: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
6660: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
6661: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
6662: can't be disabled with defines any longer
6663:
6664: 2009-07-29 misha
6665:
6666: * src/classes/reflection.C, tests/results/224.processed: - for
6667: native methods with any call type now returned empty call_type
6668: value
6669:
6670: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6671: classes/table.C, include/pa_hash.h, include/pa_request.h,
6672: main/pa_request.C: - break in cycles was optimized
6673:
6674: * INSTALL: - more defines were described
6675:
6676: 2009-07-28 misha
6677:
6678: * operators.txt: - some changes in information about reflection
6679: class
6680:
6681: * tests/: 224.html, 224.p: - tests for reflection class
6682:
6683: * src/classes/reflection.C: - some bugs were fixed, method classes
6684: was added, refactoring
6685:
6686: 2009-07-26 misha
6687:
6688: * src/classes/classes.vcproj: - reflection class wass added to
6689: project
6690:
6691: * operators.txt: - information about reflection class was added
6692:
6693: * src/classes/reflection.C: - class was redesigned
6694:
6695: 2009-07-24 misha
6696:
6697: * src/classes/: Makefile.am, reflection.C: - class reflection was
6698: added
6699:
6700: * src/types/pa_vstateless_class.h: - method for reflection method's
6701: in classes was added
6702:
6703: 2009-07-22 misha
6704:
6705: * src/main/compile_tools.h: - bugfix: $object.$var was
6706: over-optimized. it failed if $object1.$object2.field
6707:
6708: 2009-07-16 misha
6709:
6710: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
6711: lib/cord/cordxtra.c, lib/cord/include/cord.h,
6712: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
6713: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
6714: one more arg: length of cord
6715:
6716: 2009-07-15 misha
6717:
6718: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
6719: tainted in ^file::load[http://...;$.cookies[]]
6720:
6721: * src/classes/: op.C, regex.C, string.C: - new string with
6722: exception was used
6723:
6724: * src/include/pa_exception.h: - new string with exception was added
6725:
6726: * tests/223.html: - test for checking cookie-encoding during
6727: ^file::load[http was added
6728:
6729: * tests/: 221.html, 222.html: - tests for checking type of
6730: $table.fields.field were added
6731:
6732: * src/types/pa_vtable.C: - not used var decl was removed
6733:
6734: * src/include/pa_string.h: - use cached string length in Body::mid.
6735: it improves speed of match with brackets in pattern
6736:
6737: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
6738: outside
6739:
6740: 2009-07-14 misha
6741:
6742: * src/types/pa_vtable.C: - $table.fields.a return string even if
6743: column is empty (sometime returned void) - $table.fields was
6744: added for nameless tables
6745:
6746: * src/targets/cgi/getopt.c: - one warning resolved
6747:
6748: * src/main/pa_string.C: - potentian bug fixed
6749:
6750: * src/classes/op.C: - small optimization in taint/untaint
6751:
6752: 2009-07-13 misha
6753:
6754: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
6755: added
6756:
6757: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
6758: souldn't add the attribut to output
6759:
6760: 2009-07-11 misha
6761:
6762: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
6763: stack size was increaced to 2MB (default=1MB)
6764:
6765: 2009-07-08 misha
6766:
6767: * src/main/pa_string.C: - link to UTF-8 description was added
6768:
6769: * src/include/pa_hash.h: - hash keeps element's order in more
6770: places (ex: ._keys[])
6771:
6772: * tests/220.html: - test for checking order of elements in hash in
6773: foreach was added
6774:
6775: * tests/172.html: - small changes in printing hash
6776:
6777: * tests/129.html: - small changes in printing hash
6778:
6779: * src/: include/pa_common.h, include/pa_hash.h,
6780: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
6781: types/pa_vmethod_frame.h: - hash now keeps order of elements
6782:
6783: * tests/014.html: - small changes in printing hash
6784:
6785: 2009-07-07 misha
6786:
6787: * src/classes/op.C: - new taint language "parser-code" was added
6788:
6789: * tests/219.html: - test for auto untaint parser code in process
6790: was added
6791:
6792: * src/classes/op.C: - tainted pieces in body of process are
6793: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
6794:
6795: * src/: include/pa_string.h, main/untaint.C: - new language
6796: L_PARSER_CODE for auto-untaint in process was added
6797:
6798: * src/: classes/file.C, classes/hash.C, classes/image.C,
6799: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
6800: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
6801: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
6802: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
6803: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
6804: code cleanup
6805:
6806: 2009-07-06 misha
6807:
6808: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
6809: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
6810: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6811:
6812: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
6813: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
6814: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
6815: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
6816: should be used
6817:
6818: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
6819: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
6820: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
6821: untaint_cstr[m] should be used
6822:
6823: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
6824: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6825:
6826: * tests/218.html: - test for checking automatic file-spec-taint was
6827: added
6828:
6829: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
6830: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
6831: classes/file.C, classes/hash.C, classes/image.C,
6832: classes/string.C, classes/table.C, classes/void.C,
6833: classes/xdoc.C: - optimizations and simplification of
6834: string.cstr(...)
6835:
6836: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
6837: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
6838: - optimizations and simplification of string.cstr(...)
6839:
6840: 2009-07-04 misha
6841:
6842: * tests/217.html: - test for recursion detection was added
6843:
6844: * src/: types/types.vcproj, main/main.vcproj,
6845: classes/classes.vcproj, targets/cgi/parser3.vcproj,
6846: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
6847: from .vcproj
6848:
6849: * src/types/pa_wwrapper.h: - dynamic_cast was removed
6850:
6851: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
6852: uploading files and case-insensitive http-method were added
6853:
6854: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
6855: tainted pattern in ^file:list[] was added
6856:
6857: 2009-07-03 misha
6858:
6859: * src/: classes/classes.vcproj, main/main.vcproj,
6860: types/types.vcproj, targets/cgi/parser3.vcproj,
6861: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
6862: for dynamic_cast) - little options changes
6863:
6864: * src/main/pa_http.C: - file::load[http works now with uploading
6865: files _and_ changing $.charset
6866:
6867: 2009-06-29 misha
6868:
6869: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
6870: while creating pattern
6871:
6872: 2009-06-25 misha
6873:
6874: * src/classes/image.C, operators.txt: - options' names for
6875: ^image.font were changed to $.space, $.width and $spacing -
6876: default space width now == gif's width
6877:
6878: 2009-06-24 misha
6879:
6880: * tests/215.html: - tests for $file.mode were added
6881:
6882: * operators.txt: - added info about $file.mode and changes in
6883: ^image.font[
6884:
6885: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
6886: param now could be omited - third param now could be hash (with
6887: all widths options: $.space-width, $.letter-width) - it's
6888: possible to specify tracking ($.letter-space)
6889:
6890: * src/classes/file.C: - file objects now could have mode field
6891: (text|binary)
6892:
6893: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
6894:
6895: 2009-06-23 misha
6896:
6897: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
6898: trim can work with utf-8 chars now
6899:
6900: 2009-06-20 misha
6901:
6902: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
6903: was implemented
6904:
6905: * src/classes/table.C: - string length cacheing was implemented
6906:
6907: * src/include/pa_string.h: - string length cacheing was implemented
6908:
6909: 2009-06-17 misha
6910:
6911: * src/main/execute.C: - value param was removed from
6912: WContext::WContext
6913:
6914: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
6915: pa_wwrapper.h: - value param was removed from WContext::WContext
6916: - field wcontext was removed from VCodeFrame (using fparent
6917: instead)
6918:
6919: * tests/214.html: - test with hash copying
6920:
6921: 2009-06-16 misha
6922:
6923: * tests/: 062.html, results/062.processed: - evaluation hardcoded
6924: strings doesn't work in expression anymore
6925:
6926: * src/main/execute.C: - less calls for get_constructing() - little
6927: refactoring
6928:
6929: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
6930: include/pa_request.h: - less calls for get_constructing()
6931:
6932: * src/classes/: hash.C, hashfile.C: - fixed bug which was
6933: introduced with OPTIMIZE_SINGLE_STRING optimization
6934:
6935: 2009-06-14 misha
6936:
6937: * src/: classes/date.C, classes/file.C, classes/hash.C,
6938: classes/hashfile.C, classes/image.C, classes/regex.C,
6939: classes/table.C, classes/xdoc.C, classes/xnode.h,
6940: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
6941: types/pa_vstateless_class.h, main/execute.C: - create object for
6942: storing object's fields only for parser objects
6943:
6944: 2009-06-13 misha
6945:
6946: * buildall-with-xml, buildall-without-xml: - new option was added
6947: for building GC (it slightly reduces memory usage)
6948:
6949: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
6950: single string write
6951:
6952: * src/main/execute.C: - bytecode optimization of ^class:constructor
6953: - optimization of single string write
6954:
6955: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
6956: - bytecode optimization of ^class:constructor
6957:
6958: 2009-06-09 misha
6959:
6960: * src/targets/cgi/parser3.C: - type size_t was changed to int in
6961: main (better compatibility)
6962:
6963: 2009-06-08 misha
6964:
6965: * src/main/compile.y: - I've forgot to commit it :(
6966:
6967: 2009-06-07 misha
6968:
6969: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
6970: WITH_READ and WITH_ROOT
6971:
6972: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6973: execute.C: - more optimizations for WITH_SELF, WITH_READ and
6974: WITH_ROOT - little refactoring
6975:
6976: 2009-06-06 misha
6977:
6978: * tests/213.html: - tests for 3rd match string-param were added
6979:
6980: * src/classes/string.C: - 3rd match param could be string now
6981:
6982: * src/main/: compile.y, compile_tools.h: - much more bytecode's
6983: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
6984: GET_OBJECT_ELEMENT
6985:
6986: 2009-06-05 misha
6987:
6988: * src/main/pa_http.C: - bugfix: content-length was not calculated
6989: if $.body was specified
6990:
6991: 2009-06-04 misha
6992:
6993: * src/classes/op.C: - optimizing write_assign_lang in connect
6994:
6995: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
6996:
6997: * src/main/execute.C: - little refactoring - optimizing
6998: write_assign_lang in taint/untaint
6999:
7000: * src/include/pa_opcode.h: - little refactoring
7001:
7002: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
7003: main/compile_tools.h, main/execute.C: - optimizations for
7004: $self.field, ^self.method, $self.field[...] and $self.field(...)
7005: were added
7006:
7007: 2009-06-03 misha
7008:
7009: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
7010:
7011: 2009-06-02 misha
7012:
7013: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
7014: include/pa_opcode.h: - refactoring in last optimizations
7015: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
7016: now but code is much easy and it is ready for further
7017: improvements.
7018:
7019: 2009-05-27 misha
7020:
7021: * src/: types/pa_junction.h, types/pa_vjunction.C,
7022: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
7023: changed in destructing junctions
7024:
7025: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
7026: String:Body
7027:
7028: 2009-05-26 misha
7029:
7030: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
7031: one method detect_charset was deleted - bug was fixed in this
7032: method (error while detecting charset in content_type withot last
7033: ';')
7034:
7035: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
7036: once
7037:
7038: 2009-05-25 misha
7039:
7040: * src/classes/file.C: - bugfix: file::exec didn't work after
7041: optimizing of helper_length
7042:
7043: 2009-05-24 misha
7044:
7045: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
7046: were added - little refactoring
7047:
7048: * src/main/execute.C: - core while printing in debug log
7049: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
7050: optimisations were added
7051:
7052: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
7053: were added
7054:
7055: 2009-05-23 misha
7056:
7057: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
7058: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
7059: CORD_cat optimization
7060:
7061: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
7062: - call constr optimisation under separate define now
7063:
7064: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
7065: in $b should be string, not void
7066:
7067: * src/main/compile.y: - little fix for rem-cut optimisation
7068:
7069: * src/: include/pa_opcode.h, main/compile_tools.C,
7070: main/compile_tools.h, main/execute.C: - optimisations for
7071: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
7072:
7073: * INSTALL: - description of some #defined were added
7074:
7075: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
7076: before 1st access (memory usage is reduced if don't access to
7077: .text field)
7078:
7079: * src/include/pa_array.h: - array grows step now not static (it
7080: reduces numbers of reallocs)
7081:
7082: 2009-05-20 misha
7083:
7084: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
7085: $.b(2), $c[d] and $.e[f] was added
7086:
7087: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7088: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
7089: $.e[f] was added
7090:
7091: * src/main/execute.C: - debug printing moved in defines
7092:
7093: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
7094: and little refactoring for OP_GET_OBJECT_ELEMENT +
7095: OP_GET_OBJECT_VAR_ELEMENT optimisation
7096:
7097: 2009-05-19 misha
7098:
7099: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7100: execute.C: - $a.$b & ^a.$b bytecode optimisation
7101:
7102: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
7103: ^a.$b optimisation)
7104:
7105: * src/main/compile.y: - compiler now generate new opcodes:
7106: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
7107: ^a.b - compiler now cut off ^rem{ with all content ; any number
7108: of params }
7109:
7110: * src/main/execute.C: - code for handle new opcodes
7111: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
7112:
7113: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
7114: added for LA2V and LA2S
7115:
7116: * src/include/pa_opcode.h: - new defines which can be used for
7117: disable some bytecode optimisation and new opcodes were added
7118:
7119: 2009-05-17 misha
7120:
7121: * src/lib/cord/cordxtra.c: - bugfix.
7122:
7123: * tests/212.html: - .size[] and .study_size[] were added to tests
7124:
7125: * operators.txt: - info about regex class was added
7126:
7127: * tests/212.html: - tests for regex class were added
7128:
7129: 2009-05-16 misha
7130:
7131: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
7132: gc7.1
7133:
7134: * tests/022.html: - test for ^file:list[path;] (empty second param)
7135: was added
7136:
7137: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
7138: param) should work
7139:
7140: 2009-05-15 misha
7141:
7142: * src/classes/table.C: - automatically disable stringstream usage
7143: on freebsd4
7144:
7145: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
7146: scope
7147:
7148: * tests/211.html: - test with different types of access to hash was
7149: added
7150:
7151: * tests/210.html: - test which checks for loosing tainting in
7152: hash's keys was added
7153:
7154: * tests/208.html: - some parser work added. or stime == 0 %-)
7155:
7156: * src/lib/cord/cordbscs.c: - little hack was added to cord
7157:
7158: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
7159:
7160: * src/include/pa_version.h, configure.in: - moko have made a lot of
7161: optimisations for increacing version number more dramatically :)
7162:
7163: * src/classes/date.C: - little refactoring: use constructor which
7164: accepts formated string
7165:
7166: * src/: include/pa_string.h, main/pa_string.C: - String constructor
7167: which can print formatted string was added
7168:
7169: 2009-05-14 misha
7170:
7171: * src/include/pa_string.h: - type was fixed
7172:
7173: * src/: classes/hashfile.C, classes/op.C,
7174: include/pa_cache_managers.h, include/pa_charset.h,
7175: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
7176: include/pa_request.h, include/pa_sql_driver_manager.h,
7177: include/pa_string.h, include/pa_stylesheet_manager.h,
7178: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
7179: main/pa_charsets.C, main/pa_string.C,
7180: main/pa_stylesheet_connection.C, types/pa_value.h,
7181: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7182: types/pa_vobject.C, types/pa_vstateless_class.C,
7183: types/pa_vstateless_class.h: - hash_code caching was implemented
7184: (seaches should be faster now)
7185:
7186: * src/: classes/file.C, classes/hash.C, classes/image.C,
7187: classes/string.C, classes/table.C, include/pa_string.h,
7188: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
7189: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
7190: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
7191: types/pa_vrequest.C: - String constructors don't have that stupid
7192: true/false param which means 'tainted'. they accept lang instead.
7193:
7194: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
7195: with OPTIMIZE_RESULT
7196:
7197: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
7198: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
7199:
7200: 2009-05-13 misha
7201:
7202: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
7203: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
7204: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7205: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
7206: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
7207: main/pa_common.C, main/pa_request.C, main/pa_string.C,
7208: include/pa_string.h, classes/date.C, classes/file.C,
7209: classes/hash.C, classes/image.C, classes/string.C,
7210: classes/table.C, classes/xdoc.C: - result optimisation -
7211: helper_length parameter removed from string constructors
7212:
7213: 2009-05-11 misha
7214:
7215: * tests/209.html: - tests for ^hash::create[hash] were added
7216:
7217: * tests/208.html: - tests for $status:rusage, $status:memory,
7218: ^memory:compact[] were added
7219:
7220: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
7221: log10 were added
7222:
7223: * tests/206.html: - test for try with finally was added
7224:
7225: 2009-05-10 misha
7226:
7227: * tests/205.html: - test for ^file::create[...] was added
7228:
7229: * tests/204.html: - test for ^response:clear[] was added
7230:
7231: * tests/038.html: - tests for trigonometric functions were added
7232:
7233: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
7234: added - more tests for .add, .sub, .union, .intersects and
7235: .intersections
7236:
7237: * tests/065.html: - test for ^file:dirname was added
7238:
7239: * tests/030.html: - test for $cookie:fields was added
7240:
7241: * tests/203.html: - test for ^h._keys[column name] was added
7242:
7243: * tests/201.html: - tests for .trim were added
7244:
7245: * tests/202.html: - tests for last-day,
7246: date:calendar[type](YYYY;MM;DD) were added
7247:
7248: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
7249: .offset[type](N) were added
7250:
7251: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
7252: and .pos[c](N) were added
7253:
7254: * tests/141.html: - test for math:sha1 was added
7255:
7256: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
7257:
7258: 2009-05-09 misha
7259:
7260: * src/main/compile.y: - rollback
7261:
7262: 2009-05-05 misha
7263:
7264: * src/main/pa_exec.C: - little optimisation: somewhere length() was
7265: replaced by is_empty()
7266:
7267: * src/: include/pa_string.h, main/pa_charset.C: - little
7268: optimisation: somewhere length() was replaced by is_empty()
7269:
7270: * src/classes/table.C: - little optimisation: somewhere length()
7271: was replaced by is_empty()
7272:
7273: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
7274: classes/op.C, classes/table.C, main/pa_exception.C: - little
7275: optimisation: somewhere length() was replaced by is_empty()
7276:
7277: 2009-05-04 misha
7278:
7279: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7280: types/pa_vstateless_class.h, main/execute.C,
7281: include/pa_request.h, classes/hash.C, classes/op.C,
7282: classes/table.C: - more optimisations were added: some operators
7283: don't switch write context anylonger
7284:
7285: 2009-05-01 misha
7286:
7287: * src/main/compile.y: - slightly more opcode optimisations for
7288: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
7289:
7290: * src/main/execute.C: - simplifying process for getters
7291:
7292: 2009-04-30 misha
7293:
7294: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
7295:
7296: * tests/results/199.processed: - test for checking $result into
7297: ^rem was added
7298:
7299: * tests/199.html: - test for checking $result into ^rem was added
7300:
7301: * tests/: 022.html, 096.html: - þsort after :list was asses (on
7302: some OS it returns list in different order)
7303:
7304: * src/: include/pa_array.h, include/pa_request.h,
7305: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
7306: changes in stack impl - get_element() optimisation: 3rd param
7307: removed - bugfix: problems with reading empty input param -
7308: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
7309:
7310: * tests/results/198.processed: - test for reading empty local var
7311: was added
7312:
7313: * tests/198.html: - test for reading empty local var was added
7314:
7315: 2009-04-29 misha
7316:
7317: * src/main/compile.y: - bugfix: couldn't compile because
7318: OP_VALUE__GET_ELEMENT should be unde #ifdef
7319:
7320: * src/: include/pa_array.h, include/pa_opcode.h,
7321: include/pa_request.h, main/compile.y, main/execute.C,
7322: main/pa_request.C, types/pa_vmethod_frame.C,
7323: types/pa_vmethod_frame.h: - we can work without opcode
7324: OP_STORE_PARAM, so it was removed
7325:
7326: 2009-04-28 misha
7327:
7328: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
7329: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
7330: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
7331: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
7332: 4.
7333: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
7334:
7335: * src/main/compile_tools.h: - new stuff for op-codes optimisation
7336:
7337: * src/: main/pa_string.C, classes/string.C: - !length() =>
7338: is_empty()
7339:
7340: 2009-04-27 misha
7341:
7342: * src/types/pa_vregex.h: - back explicit vars initialisation
7343:
7344: 2009-04-24 misha
7345:
7346: * src/classes/string.C: - ups. typo fixed
7347:
7348: * src/main/execute.C: - more replacements '*new VBool' to
7349: 'VBool::get' - checks for ^break[], ^continue[] and
7350: parser.interrupted were optimised
7351:
7352: * src/classes/string.C: - number of params.count() calls was
7353: slightly reduced
7354:
7355: 2009-04-23 misha
7356:
7357: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7358: make it x64 friendly
7359:
7360: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7361: parser is x64 friendly now
7362:
7363: 2009-04-22 misha
7364:
7365: * src/types/pa_vhashfile.C: - coder friendly exception about
7366: exceeding record size was added
7367:
7368: * src/classes/file.C: - use vregex object instead of direct calls
7369: methods from pcre lib
7370:
7371: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
7372: classes/string.C: - use vregex object instead of direct calls
7373: methods from pcre lib
7374:
7375: * src/: include/pa_common.h, main/pa_common.C: - method
7376: print_pcre_exec_error_text was moved to class vregex
7377:
7378: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
7379: was added
7380:
7381: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
7382: - class vregex was added
7383:
7384: 2009-04-21 misha
7385:
7386: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
7387:
7388: * src/: types/pa_junction.h, types/pa_value.C,
7389: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
7390: types/pa_wcontext.h, main/execute.C, classes/op.C: -
7391: junction-optimisation (destructors)
7392:
7393: * src/include/pa_array.h: - free under if now
7394:
7395: 2009-04-19 misha
7396:
7397: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
7398:
7399: 2009-04-18 misha
7400:
7401: * src/include/pa_version.h:
7402: :q :
7403:
7404: CV:
7405: ----------------------------------------------------------------------
7406:
7407: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
7408: refactoring
7409:
7410: * src/: include/pa_array.h, include/pa_hash.h,
7411: types/pa_vmethod_frame.h: - destructors under #ifdef now
7412:
7413: * src/include/pa_memory.h: - define for using destructors was added
7414:
7415: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7416: main/execute.C: - some junctions will be cached now
7417:
7418: * src/include/pa_hash.h: - hash destructor frees pairs now
7419:
7420: * src/include/pa_array.h: - inline was added to destructor
7421:
7422: * src/types/pa_method.h: - comment was changed
7423:
7424: 2009-04-17 misha
7425:
7426: * src/: include/pa_array.h, include/pa_hash.h,
7427: types/pa_vmethod_frame.h: - destructors were added
7428:
7429: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
7430: renamed to always_use_result
7431:
7432: * src/main/: compile.y, compile_tools.h: - rollback changes in
7433: compiler: full backward compatibility is better
7434:
7435: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
7436: result in var's hash
7437:
7438: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7439: optimisation in method_frame
7440:
7441: * src/include/pa_array.h: - optimisation in array (allocate
7442: elements only when needed)
7443:
7444: * src/types/pa_vresponse.C: - check for $response:headers field
7445: before looking at custom fields
7446:
7447: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
7448: not needed to check existance var with name 'result' in var's
7449: hash
7450:
7451: * src/main/compile.y: - compiler was changed: now it detects
7452: writings to $result and set flag writo_to_result in method
7453:
7454: * src/classes/string.C: - little optimisation: no needed to write
7455: number with lang
7456:
7457: * src/main/pa_charset.C: - methods readChar and skipChar which is
7458: used for read utf8-strings were renamed - is_escaped was renamed
7459: to isEscaped (to the same name convention)
7460:
7461: * src/: types/pa_method.h, main/compile_tools.h: - flag
7462: write_to_result added. compiler get this info from code.
7463:
7464: 2009-04-16 misha
7465:
7466: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
7467: String only before 1st write
7468:
7469: * src/include/pa_string.h: - not needed template removed
7470:
7471: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
7472: types/pa_vjunction.C, types/pa_vproperty.C,
7473: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
7474: main/pa_request.C, classes/bool.C, classes/double.C,
7475: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
7476: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
7477: bool objects)
7478:
7479: 2009-04-15 misha
7480:
7481: * src/lib/cord/cordxtra.c: - more optimisation
7482:
7483: * src/: include/pa_string.h, main/untaint.C: - String::append
7484: optimisation
7485:
7486: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
7487: then get and can sometime be used)
7488:
7489: * src/main/pa_string.C: - String::length optimisation
7490:
7491: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
7492: these methods read different strings
7493:
7494: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7495: fresult_initial_void removed + some optimisation - if $result
7496: defined we don't write to context anymore
7497:
7498: * src/main/pa_charset.C: - readChar => skipChar (in this place we
7499: need just skip char)
7500:
7501: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7502: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
7503: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
7504:
7505: * src/types/pa_vvoid.h: - added get() method for retreave one
7506: instance
7507:
7508: 2009-04-11 misha
7509:
7510: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
7511:
7512: * tests/197.html: - test for parser://test in xml was added
7513:
7514: * src/classes/string.C: - small optimisation
7515:
7516: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
7517: optimisation
7518:
7519: 2009-04-10 misha
7520:
7521: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
7522: to pcre-7.8
7523:
7524: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
7525:
7526: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
7527: added
7528:
7529: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
7530: $request:CLASS_NAME were added
7531:
7532: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
7533: were added
7534:
7535: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
7536: $env:CLASS_NAME were added
7537:
7538: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
7539: '@todo' now
7540:
7541: * src/targets/cgi/parser3.C: - size_t -> int for calming down
7542: compirer
7543:
7544: * src/main/pa_string.C: - little code cleanup
7545:
7546: * src/main/pa_common.C: - describe one more UTF-8 related error
7547: during PCRE compile/execute
7548:
7549: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
7550: normalizing todo-comments: '@todo' now
7551:
7552: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
7553:
7554: * src/main/pa_charset.C: - type changed for making compiler happy
7555:
7556: 2009-03-10 misha
7557:
7558: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
7559: in main()
7560:
7561: 2009-02-01 misha
7562:
7563: * src/main/pa_http.C: - bugfix: double CRLF before the end of
7564: boundary
7565:
7566: 2009-01-25 misha
7567:
7568: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
7569:
7570: * src/classes/file.C: - more changes for parsing different number
7571: of params for file::load
7572:
7573: * tests/193.html: - tests for exception while base64-decode binary
7574: to string was added
7575:
7576: * tests/192.html: - tests for file::load with different number of
7577: options
7578:
7579: * src/classes/math.C: - ups. forgot '+1'
7580:
7581: * src/: classes/table.C, classes/file.C, include/pa_common.h,
7582: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
7583: main/pa_http.C: - ^file::load[...;http://...;] now can post files
7584: (new option $.encode[multipart-form/data] should be specified) -
7585: $.method[] option for file::load now is not case-sensitive
7586:
7587: * src/: include/pa_string.h, main/untaint.C: - for file post the
7588: new taint language L_FILE_POST was added
7589:
7590: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
7591: main/main.vcproj, classes/math.C, include/Makefile.am: - some
7592: stuff was moved to separate files
7593:
7594: 2009-01-23 misha
7595:
7596: * src/classes/math.C: - little optimisation in ^math:sha1[] -
7597: spaces to tabs were converted
7598:
7599: 2009-01-12 misha
7600:
7601: * src/main/pa_http.C: - value of $.method[] option force uppercased
7602: now
7603:
7604: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
7605: types/pa_vform.C, types/pa_vmail.C: - some constants changed
7606: their names
7607:
7608: * src/main/pa_common.C: - changes in formating
7609:
7610: * src/: classes/file.C, main/pa_http.C: - some constants changed
7611: their names
7612:
7613: * src/include/pa_http.h: - some spaces were converted to tabs
7614:
7615: * src/include/pa_common.h: - some constants changed their names
7616:
7617: * src/classes/file.C: - fixed 4-th paramether for file::load -
7618: little code rewriting
7619:
7620: * src/types/pa_vfile.C: - little code rewriting
7621:
7622: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
7623: types/pa_value.h: - some formating changes
7624:
7625: * src/include/pa_common.h: - some formating spaces transformed to
7626: tabs
7627:
7628: * src/classes/string.C: - exception while base64-decode binary to a
7629: string
7630:
7631: 2009-01-11 misha
7632:
7633: * configure.in: - version changed to 3.3.1b
7634:
7635: 2008-09-05 misha
7636:
7637: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
7638: release_3_3_0 on 2008-09-05 10:59:35 +0000
7639:
7640: 2008-09-04 misha
7641:
7642: * tests/: 130.html, 131.html: - these exceptions not typeless
7643: anymore
7644:
7645: * src/classes/op.C: - exception with 'invalid taint language' not
7646: typeless anylonger
7647:
7648: * src/classes/image.C: - some exceptions while operations with
7649: image not typeless anymore
7650:
7651: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
7652: main/pa_exec.C, main/pa_http.C: - some exceptions while
7653: operations with files not typeless anymore
7654:
7655: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
7656: types/pa_vdate.h: - exceptions while checking date range not
7657: typeless anymore
7658:
7659: * src/include/pa_exception.h: - exception type string for invalid
7660: date range was added
7661:
7662: 2008-09-03 misha
7663:
7664: * src/: classes/file.C, main/pa_string.C: - exception while pce
7665: operations not typeless anymore
7666:
7667: * src/include/pa_exception.h: - exception type for pce operations
7668: was added
7669:
7670: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
7671: and .CLASS_NAME insite classes
7672:
7673: * src/classes/table.C: - don't save table header whiile
7674: ^table.save[append;filename] if file exists
7675:
7676: 2008-09-02 misha
7677:
7678: * src/main/compile.y, src/main/compile_tools.h,
7679: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
7680: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
7681: renamed to partial and it login changed: we must mark class as
7682: partial for allow their modifications in future.
7683:
7684: 2008-08-29 misha
7685:
7686: * tests/results/022.processed: - testing taint[regex] in mask for
7687: file:list
7688:
7689: * tests/022.html: - testing taint[regex] in mask for file:list
7690:
7691: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
7692: for file:list was added
7693:
7694: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
7695: file:list
7696:
7697: 2008-08-26 misha
7698:
7699: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
7700: last derived object
7701:
7702: * src/classes/image.C: - many strings "image.format" replaced by
7703: IMAGE_FORMAT constant string - handle GPS info while parse exif -
7704: understand some more exif tags
7705:
7706: * src/include/pa_exception.h: - string "image.format" was added
7707:
7708: 2008-08-21 misha
7709:
7710: * src/: main/pa_string.C, classes/file.C: - use method for print
7711: pcre_exec text error
7712:
7713: * src/main/pa_common.C: - method for print pcre_exec text error was
7714: added
7715:
7716: * src/include/pa_common.h: - method declaration for print pcre_exec
7717: text error was added
7718:
7719: 2008-08-19 misha
7720:
7721: * src/main/execute.C: - bugfix: opcodes must be in separate
7722: namespace while debug execution as well
7723:
7724: * tests/: 015.html, results/015.processed: - test for escaping some
7725: parser chars was added
7726:
7727: 2008-08-18 misha
7728:
7729: * tests/: 190.html, 190.p, results/190.processed: - test for
7730: $caller.self.field + default getter in one class was added
7731:
7732: * tests/: 189.html, results/189.processed: - test for
7733: ^date::create[date object]
7734:
7735: * tests/: 188.html, results/188.processed: - tests for match with
7736: UTF-8 strings
7737:
7738: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
7739: ^string.match[]
7740:
7741: * ChangeLog: - parser 3.3.0 beta13
7742:
7743: 2008-08-15 misha
7744:
1.116 moko 7745: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
7746: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
7747: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
7748: dftables.c: - old PCRE files removed
1.95 moko 7749:
7750: * src/lib/pcre/config.h: - configuration for PCRE library
7751:
7752: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7753: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
7754:
7755: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
7756: library and set flag UTF8 if $request:charset is UTF-8
7757:
7758: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
7759: include/pa_config_fixed.h: - moved to new PCRE library
7760:
7761: * src/: main/main.vcproj, types/types.vcproj,
7762: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
7763: win32\pcre instead of parser3\src\lib\pcre
7764:
7765: * src/: include/pa_opcode.h, include/pa_operation.h,
7766: main/compile.C, main/compile.y, main/compile_tools.C,
7767: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
7768: opcodes were moved to separate namespace
7769:
7770: 2008-08-14 misha
7771:
7772: * src/types/pa_vstateless_class.C: - newline at the end missed
7773:
7774: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
7775: tainting
7776:
7777: 2008-08-11 misha
7778:
7779: * tests/: 187.html, 187.p, results/187.processed: - tests for
7780: $caller.self, $caller.self.field and $caller.self.field[value]
7781: were added
7782:
7783: * src/types/pa_vmethod_frame.h: - still need to check 'self'
7784: runtime as well (for $caller.self)
7785:
7786: 2008-07-25 misha
7787:
7788: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
7789: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
7790: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
7791: tests with international characters
7792:
7793: 2008-07-23 misha
7794:
7795: * src/main/pa_http.C: - escape $cookies as %uXXXX while
7796: file::load[...;http://
7797:
7798: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
7799: now everywhere in separate namespace
7800:
7801: * src/types/pa_vmethod_frame.h: - looking for caller before looking
7802: for vars
7803:
7804: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
7805: can be escaped by '^'
7806:
7807: 2008-07-22 misha
7808:
7809: * src/classes/string.C, tests/186.html: - names changes:
7810: escape=>js-escape, unescape=>js-unescape
7811:
7812: 2008-07-21 misha
7813:
7814: * tests/results/186.processed: - test for string escape/unescape
7815:
7816: * tests/186.html: - test for string escape/unescape
7817:
7818: * src/classes/string.C: - string has escape and unescape methods
7819: now
7820:
7821: * src/: include/pa_string.h, main/pa_string.C: - escape method was
7822: added
7823:
7824: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
7825: method-layers added (with different params)
7826:
7827: 2008-07-18 misha
7828:
7829: * tests/results/185.processed: - test for ^str.pos[substr](offset)
7830: was added
7831:
7832: * tests/185.html: - test for ^str.pos[sub](offset) added
7833:
7834: * src/classes/string.C, src/classes/void.C, operators.txt: -
7835: ^string.pos[substr](offset) -- 2nd param accepted now
7836:
7837: * src/main/pa_string.C: - .pos works fine with offset for utf-8
7838: strings
7839:
7840: 2008-07-17 misha
7841:
7842: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7843: helper length added for mid for small optimisation
7844:
7845: 2008-07-16 misha
7846:
7847: * tests/: 185.html, results/185.processed: - tests for
7848: length/left/right/mid/pos with utf-8 strings
7849:
7850: * src/classes/string.C: - left/right/mid/length/pos works fine for
7851: utf-8 strings
7852:
7853: * src/main/untaint.C: - comments removed
7854:
7855: * src/: include/pa_string.h, main/pa_string.C,
7856: include/pa_charset.h, main/pa_charset.C: - methods for working
7857: with pos/mid for strings in utf-8 were added
7858:
7859: 2008-07-15 misha
7860:
7861: * tests/: 184.html, results/184.processed: - test for case body as
7862: expression: $var(^switch(1){^case(1)(true)..})
7863:
7864: * src/classes/op.C: - case body can be expression now:
7865: $var(^switch(1){^case(1)(true)..})
7866:
7867: * tests/: results/183.processed, 183.html: - added test for testing
7868: new cookie encoding (%uXXXX)
7869:
7870: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
7871: decoding for backward compatibility they decoded from %XX in
7872: request:charset too
7873:
7874: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
7875: - cookie class now decode cookies before first access after last
7876: request:charset changing (as form class).
7877:
7878: * src/main/pa_charset.C: - added method escape for escaping cookies
7879: as %uXXXX - before transcode calculate required space for dest
7880: string. it reduce mem usage for transcode
7881:
7882: * src/include/pa_charset.h: - added method escape for escaping
7883: cookies as %uXXXX
7884:
7885: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
7886: was added. will used for escaping cookies as %uXXXX
7887:
7888: * src/include/pa_common.h: - escape method has new option for skip
7889: converting '+' to a space char
7890:
7891: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
7892: transcode - escape method has new option for skip converting '+'
7893: to a space char
7894:
7895: 2008-07-08 misha
7896:
7897: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
7898: (no UE if more then 1 case matches anylonger) - optimization:
7899: doing searching.as_string() || searching.as_double() only once
7900:
7901: 2008-07-04 misha
7902:
7903: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
7904: now ^date::create[date object] works
7905:
7906: * src/classes/string.C: - left and right added as aliases for start
7907: and end in ^string.trim[]
7908:
7909: 2008-07-03 misha
7910:
7911: * src/classes/file.C: - allow $.limit for file::sql as well
7912:
7913: * src/classes/file.C: - allow $.offset option for file::sql - force
7914: send limit=1 to query for use sql specifics authomatically
7915:
7916: * src/classes/: hash.C, string.C, table.C: - don't throw exception
7917: if $.limit value if empty. autoconvert it as everywere
7918:
7919: 2008-07-02 misha
7920:
7921: * configure.in: - time to change version number to 3.3.0 %-)
7922:
7923: * src/include/pa_version.h: - time to change version number to
7924: 3.3.0 %-)
7925:
7926: 2008-06-26 misha
7927:
7928: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7929: $.limit(0) fixes
7930:
7931: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
7932: - $.limit(0) fixes
7933:
7934: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
7935: new API)
7936:
7937: * src/: include/pa_sql_driver_manager.h,
7938: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
7939: classes/op.C: - document_root added
7940:
7941: * src/main/compile.tab.C: - error message was changed
7942:
7943: 2008-06-25 misha
7944:
7945: * src/main/compile.y: - error message was changed
7946:
7947: 2008-06-24 misha
7948:
7949: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
7950:
7951: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
7952: tests for @OPTIONS\nappend
7953:
7954: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
7955:
7956: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
7957:
7958: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
7959:
7960: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
7961: compile.y
7962:
7963: 2008-06-17 misha
7964:
7965: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
7966: compilation: ^if(default){true. it's incorrect. must be
7967: exception}
7968:
7969: 2008-06-16 misha
7970:
7971: * tests/: 181.ent, 181.html, results/181.processed: - test for
7972: checking external reference loading with 'http://localhost'
7973: prefix while creating xdoc
7974:
7975: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
7976: ^math:long2ip[] and ^math:ip2long[]
7977:
7978: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
7979: added which use scalar stateless class method when user object
7980: used in scalar context - use get_scalar_value when user object
7981: requested in scalar context
7982:
7983: * src/main/pa_common.C: - size must be int but not size_t or we
7984: can't compare with 0 sprintf result
7985:
7986: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7987: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
7988: with internal switch between local/global vars
7989:
7990: * src/types/pa_vclass.C: - register scalar if method @GET[] was
7991: specified
7992:
7993: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
7994: pa_vstateless_object.h: - stateless class and object now has
7995: private scalar field and getter/setter for working with it
7996:
7997: * src/classes/math.C: - methods math:long2ip & math:ip2long were
7998: moved to inet static class
7999:
8000: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
8001: class added (^inet:aton[IP], ^inet:ntoa(number))
8002:
8003: * tests/: 180.html, results/180.processed: - tests for
8004: ^math:long2ip(long) and ^math:ip2long[IP]
8005:
8006: * src/classes/math.C: - ^math:ip2long[IP] added
8007:
8008: 2008-06-11 misha
8009:
8010: * src/main/pa_xml_io.C: - use file_read_text again because of we
8011: need cut BOM code and remove DOS newline chars. but don't
8012: transcode it anyway.
8013:
8014: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
8015: main/pa_http.C: - option for disable transcoding while file_read
8016: and file_read_text added
8017:
8018: 2008-06-10 misha
8019:
8020: * tests/: 179.html, 179.p, results/179.processed: - test for many
8021: classes in 1 file
8022:
8023: * src/main/: compile.C, compile_tools.h: - compile return list of
8024: classes now.
8025:
8026: * src/main/: compile.y, compile.tab.C: - compile return list of
8027: classes now. internals.
8028:
8029: * src/main/pa_request.C: - compile return list of classes now. try
8030: call @conf and @auto for each returned class
8031:
8032: * src/include/pa_request.h: - compile return list of classes now
8033:
8034: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
8035: return list of classes when compile buf)
8036:
8037: 2008-06-07 misha
8038:
8039: * src/main/pa_request.C: - constructing VRequest object with 3rd
8040: param -- form
8041:
8042: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
8043: 3rd param: form. needed for get post_charset
8044:
8045: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
8046: added
8047:
8048: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
8049: types/pa_vform.C, types/pa_vform.h: - some polish
8050:
8051: 2008-06-06 misha
8052:
8053: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
8054: charset and decode chars from it but not from response:charset
8055:
8056: * src/main/pa_http.C: - detect_charset moved out of here
8057:
8058: * src/: include/pa_common.h, main/pa_common.C: - more helpers
8059: methods moved here - unescape_chars accepn one charset now
8060:
8061: * src/main/pa_http.C: - new constants used - don't allow
8062: $.content-type in ^file::load[;http://;$.method[POST]] - add
8063: charset info while ^file::load[;http://;$.method[POST]] - option
8064: $.omit-post-charset(true) added to ^file::load[;http://] for
8065: disabling charset during post
8066:
8067: * src/types/pa_vform.C: - new constants used
8068:
8069: * src/include/pa_common.h: - some constants were added
8070:
8071: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
8072: instead of StrEqNc
8073:
8074: * src/main/pa_common.C: - new method for caseless search
8075: c-substring in c-string - use isxdigit instead of is_hex_digit
8076:
8077: * src/include/pa_common.h: - new method for caseless search
8078: c-substring in c-string
8079:
8080: 2008-06-05 misha
8081:
8082: * tests/results/178.processed: - test for testing default getter
8083:
8084: * tests/178.html: - test for testing default getter
8085:
8086: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
8087: for test for testing default getter
8088:
8089: * src/main/execute.C: - default getter soul
8090:
8091: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
8092: requested objects' field not found
8093:
8094: * src/types/pa_vclass.C: - register default getter if defined - get
8095: default getter if requested field not found
8096:
8097: * src/types/pa_vstateless_object.h: - method get_default_getter was
8098: added
8099:
8100: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8101: pointer to default getter and methods for get/set it were added
8102:
8103: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
8104: auto_name field (for default getter)
8105:
8106: 2008-06-04 misha
8107:
8108: * src/main/pa_xml_io.C: - load external xml in binary mode (no
8109: transcoding, no cutting BOM code, no fixing line breaks) and get
8110: it to libxml "as is"
8111:
8112: 2008-06-03 misha
8113:
8114: * src/main/pa_common.C: - use store_Char instead of
8115: transcodeCharFromUTF8
8116:
8117: * src/: include/pa_charset.h, main/pa_charset.C: - method
8118: store_Char added, transcodeCharFromUTF8 -- removed
8119:
8120: 2008-06-02 misha
8121:
8122: * tests/: results/177.processed, 177.html: - test for checking
8123: .[acm]date after local ^file::load[] was added
8124:
8125: * tests/: results/176.processed, 176.html: - test for checking
8126: @OPTION\locals + @method[vars][locals] added
8127:
8128: * tests/results/auto.p: - CLASS_PATH specified for checking use
8129:
8130: 2008-05-30 misha
8131:
8132: * src/main/: compile.y, compile.tab.C: - changes in compiler:
8133: @OPTION\nlocals + @method[vars][;locals;] were added
8134:
8135: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
8136: moved to separate method op_code - switch from VMethodFrame to
8137: VMethodFrameGlobal + VMethodFrameLocal
8138:
8139: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
8140: was moved to separate method op_code
8141:
8142: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
8143: VMethodFrame now
8144:
8145: * src/types/pa_vstateless_class.h: - stateless class have bool flag
8146: all_vars_local as well
8147:
8148: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
8149: pa_vmethod_frame_local.h, Makefile.am: - who children for
8150: VMethodFrame were added: one (global) works as VMethodFrame
8151: before and second (local) write all vars in self vars scope
8152:
8153: * src/types/pa_method.h: - method has bool flag all_vars_local now
8154:
8155: 2008-05-29 misha
8156:
8157: * tests/: 129.html, results/129.processed: - more tests for
8158: ^table.hash[]
8159:
8160: * src/classes/hash.C: - ^hash::sql has a new option:
8161: $.type[hash|string|table] as ^table.hash[] one.
8162:
8163: * src/classes/op.C: - ^try has 3rd param now: finally code which
8164: executed anyway after try or catch section
8165:
8166: 2008-05-27 misha
8167:
8168: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
8169: must not fail if $.distinct(1) wasn't specified
8170:
8171: 2008-05-26 misha
8172:
8173: * src/classes/op.C: - allow ^throw[my type]
8174:
8175: 2008-05-22 misha
8176:
8177: * configure.in, configure: - version number updated to 3.2.4b
8178:
8179: * src/classes/: op.C, string.C: - trim format string before
8180: eval/format
8181:
8182: * tests/: results/175.processed, 175.html: - more tests for
8183: different format strings in .format[]
8184:
8185: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
8186: as well (not only %XX)
8187:
8188: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
8189: charset specified - checks for format before print number
8190: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
8191: (instead of tabs) removed
8192:
8193: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
8194: charset specified
8195:
8196: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
8197: char in requested charset from utf code was added
8198:
8199: 2008-05-19 misha
8200:
8201: * tests/: 174.html, results/174.processed: - test for
8202: ^hashfile.cleanup[] added
8203:
8204: * src/classes/hashfile.C: - optimization: don't create any key or
8205: value variable if it's name weren't specified
8206: (^hf.foreach[;v]{...})
8207:
8208: 2008-05-16 misha
8209:
8210: * src/classes/hash.C: - optimization: don't create any key variable
8211: if variable name wasn't specified (^h.foreach[;v]{...})
8212:
8213: 2008-05-15 misha
8214:
8215: * src/classes/op.C: - small changes
8216:
8217: * src/classes/hashfile.C: - code reformating (as hash.foreach)
8218:
8219: * src/classes/hash.C: - calculate var_context once before foreach
8220:
8221: 2008-05-14 misha
8222:
8223: * src/classes/hashfile.C: - incorrect vars context calculation for
8224: ^hashfile.foreach[;]{} fixed
8225:
8226: * src/classes/: hash.C, table.C: - little optimisation
8227:
8228: * src/classes/file.C: - bugfix: double absolute path while loading
8229: file
8230:
8231: * tests/: 174.html, results/174.processed: - tests for hashfile
8232: were added
8233:
8234: * buildall-with-xml: - moving to libxslt 1.1.24
8235:
8236: 2008-04-30 misha
8237:
8238: * src/classes/file.C: - stat file while loading (local only) so
8239: .adate, .mdate and .cdate available without additional ::stat
8240:
8241: 2008-04-28 misha
8242:
8243: * src/classes/file.C: - $.name and $.content-type available for
8244: stated file
8245:
8246: 2008-04-14 misha
8247:
8248: * src/targets/cgi/parser3.C: - new year in copyright %-)
8249:
8250: * src/include/pa_version.h: - new version number in head
8251:
8252: 2008-04-10 misha
8253:
8254: * tests/: 080.html, results/080.processed: - cut '0' from
8255: exponential part because of on diff OS it differ (20 or 020 for
8256: ex)
8257:
8258: * tests/: 119.html, results/119.processed: - check for encoding
8259: while creating xdoc
8260:
8261: 2008-04-09 misha
8262:
8263: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
8264:
8265: * src/main/pa_common.C: - comment added
8266:
8267: * src/classes/date.C: - little refactoring
8268:
8269: 2008-04-07 misha
8270:
8271: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
8272: style of ^table.save[]: prepare one big string and sabe it at
8273: once. it's safe on freebsd 4.x but use much more memory.
8274:
8275: * buildall-with-xml, buildall-without-xml: - option
8276: --disable-stringstream added (under comment. use it on freebsd
8277: 4.x)
8278:
8279: 2008-02-22 misha
8280:
8281: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
8282: specified together in file::load[;http] - get back transcoding
8283: $.body[] in file::load[;http]
8284:
8285: 2008-02-21 misha
8286:
8287: * src/classes/date.C: - ^date.gmt-string[] was added
8288:
8289: * src/types/pa_value.C: - method for output date in RFC 822 format
8290: moved to pa_common.h
8291:
8292: * src/include/pa_common.h: - method for output date in RFC 822
8293: format moved here from pa_value.C
8294:
8295: * src/types/pa_vmail.C: - fixed core in sending mail with
8296: attachment in simple mode ($.file[file here]) introduced in 3.2.2
8297:
8298: 2008-02-20 misha
8299:
8300: * src/main/pa_http.C: - transcode $.headers before escaping into
8301: specified charset while ^file::load[...;http://...] (L_URI
8302: instead of L_HTTP_HEADER) - $.cookies param available in
8303: ^file::load[;http://...] now (but we don't parse set-cookies from
8304: response yet) (cookies not transcoded as common $cookies)
8305:
8306: 2008-02-19 misha
8307:
8308: * src/main/pa_request.C: - rollback: we mustn't force taint
8309: $response:field values because in this case
8310: $response:locateion[http://...] don't works.
8311:
8312: 2008-02-15 misha
8313:
8314: * src/classes/op.C: - little refactoring
8315:
8316: * src/main/pa_http.C: - taint names of $.headers for load[;http
8317:
8318: * src/main/pa_request.C: - force taint values of $response:field
8319:
8320: 2008-02-14 misha
8321:
8322: * src/main/pa_request.C: - $response:field transcoded to
8323: $response:charset before escaping now
8324:
8325: * src/main/pa_http.C: - some outdated comments removed
8326:
8327: * src/classes/date.C: - lastdat -> last-day
8328:
8329: * src/classes/date.C: - ^date:lastday(year;month) and
8330: ^date.lastday[] were added - little code refactoring - comments
8331: changes
8332:
8333: * tests/: 159.html, results/159.processed: - test for number of
8334: days in February
8335:
8336: * src/types/pa_value.C: - fixes in code formatting
8337:
8338: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
8339: and comments
8340:
8341: 2008-02-13 misha
8342:
8343: * src/main/pa_common.C: - bugfix for february at leap year
8344:
8345: 2008-01-28 misha
8346:
8347: * tests/: 160.html, results/160.processed: - more test for cache
8348: added
8349:
8350: * src/classes/op.C: - bugfix: cache body executed twice if contains
8351: unhandled exception
8352:
8353: 2008-01-25 misha
8354:
8355: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
8356: bug when hashfile became inavailable after memory:compact)
8357:
8358: * src/lib/sdbm/apr_strings.C: - +arp_malloc
8359:
8360: 2008-01-22 misha
8361:
8362: * src/classes/table.C: - little refactiring and exception texts
8363: changes in method ^table.hash[]
8364:
8365: * src/types/pa_vcookie.C: - link to cookie specification changed
8366:
8367: 2008-01-21 misha
8368:
8369: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
8370: file::exec/cgi
8371:
8372: * src/classes/file.C: - bugfix: core while processing headers if
8373: executed cgi script don't return content
8374:
8375: 2008-01-18 misha
8376:
8377: * buildall-with-xml: - move to libxml2 version 2.6.31
8378:
8379: * src/include/pa_version.h, configure.in: - version number updated
8380: to '3.2.3b'
8381:
8382: 2007-12-28 misha
8383:
8384: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
8385: hash.contains
8386:
8387: 2007-12-27 misha
8388:
8389: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
8390: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
8391: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
8392: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
8393: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8394: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
8395: src/targets/cgi/parser3.vcproj,
8396: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
8397: back to VS2003 because of Apache 1.3 module can't work if it was
8398: built in VS 2005. with cgi all file so VS2003 project files can
8399: be easy converted to the new format.
8400:
8401: 2007-12-04 misha
8402:
8403: * src/types/pa_vcode_frame.h: - changes in comment
8404:
8405: 2007-11-29 misha
8406:
8407: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
8408: intercept strings any longer
8409:
8410: * tests/: 173.html, results/173.processed: - tests for
8411: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
8412: but not in main code frame
8413:
8414: * tests/: 172.html, results/172.processed: - more tests for pass
8415: objects from code frames
8416:
8417: 2007-11-27 misha
8418:
8419: * tests/: 152.html, results/152.processed: - tests for converting
8420: strings 'true'/'false' to bool were added
8421:
8422: * tests/152.html: - added checks for converting strings
8423: 'true'/'false' to bool
8424:
8425: * src/classes/string.C: - ^srting.bool[] now can convert to bool
8426: not only strings with numbers but with values 'true'/'false' as
8427: well
8428:
8429: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
8430: for parser3.log increased
8431:
8432: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
8433:
8434: * src/include/pa_common.h: - remove_crlf return cstring size now
8435:
8436: * src/include/pa_types.h: - constant with buffer size for
8437: parser3.log added
8438:
8439: 2007-11-16 misha
8440:
8441: * tests/cat.sh: - script for tests for file::exec/cgi
8442:
8443: * tests/171.html: - tests for file::exec/cgi
8444:
8445: * tests/results/171.processed: - tests results for file::exec/cgi
8446:
8447: 2007-11-15 misha
8448:
8449: * src/main/pa_exec.C: - fixed incorrect exec code for unix
8450:
8451: * src/classes/file.C: - .body must be set before analyzing cgi
8452: headers
8453:
8454: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
8455: only if exec/cgi return anything.
8456:
8457: 2007-11-14 misha
8458:
8459: * operators.txt: - info about new text|binary option for
8460: file::exec/cgi was added
8461:
8462: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
8463: ^file:exec[[text|binary];script;...]
8464:
8465: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
8466: classes/string.C, classes/table.C: - more text strings moved to
8467: the one place
8468:
8469: 2007-11-09 misha
8470:
8471: * src/types/pa_vrequest.C: - $request:argv must be taint
8472:
8473: * ChangeLog: - $request:argv [patch from Sumo]
8474:
8475: * operators.txt: - $request:argv
8476:
8477: * src/: include/pa_request_info.h, types/pa_vrequest.C,
8478: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
8479:
8480: 2007-10-25 misha
8481:
8482: * buildall-with-xml, buildall-without-xml: - options preparations
8483: for ./configure rewrited
8484:
8485: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
8486: error occure in unhandled_exception finally fixed
8487:
8488: 2007-10-23 misha
8489:
8490: * tests/: 170.html, results/170.processed: - test for
8491: @method[][result]
8492:
8493: * operators.txt: - added info about node.prefix and
8494: node.namespaceURI
8495:
8496: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
8497:
8498: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
8499: added for node and attribute
8500:
8501: 2007-10-22 misha
8502:
8503: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
8504:
8505: * src/main/pa_request.C: - added const content-transfer-encoding
8506:
8507: * src/include/pa_request.h: - added const content-transfer-encoding
8508: - ups. constants must be in lowercase (for search)
8509:
8510: * src/types/pa_vmail.C: - more constants used -
8511: content-transfer-encoding: 8bit added
8512:
8513: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
8514:
8515: * src/include/pa_request.h: - more constants
8516:
8517: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
8518: ommit anymore if $.content-disposition was specified - little
8519: refactoring
8520:
8521: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
8522:
8523: 2007-10-17 misha
8524:
8525: * operators.txt: - info about
8526: table::create[nameless]{data}[>options<] was added
8527:
8528: * src/main/: compile.tab.C, compile.y: - if error occure while
8529: compile method don't put this method in methods table anymore.
8530: in other case the parser coredumped if @unhandled_exception
8531: method can't be compiled because of parser.compile error.
8532:
8533: * src/main/execute.C: - little code reformating
8534:
8535: * src/main/pa_request.C: - little code reformating - comment
8536: changed
8537:
8538: 2007-10-16 misha
8539:
8540: * tests/: 035.html, results/035.processed: - tests
8541: table::create[]{}[options] added
8542:
8543: * src/classes/table.C: - table::create[]{} now accept 3rd param:
8544: options (only $.seperator[] yet)
8545:
8546: 2007-10-10 misha
8547:
8548: * src/classes/table.C: - some contstants moved to pa_common.h -
8549: some code changes
8550:
8551: 2007-10-02 misha
8552:
8553: * src/main/pa_uue.C: - memory usage during uuencode reduced more
8554: then three time as much. but base64 encoding method still use
8555: less memory anyway.
8556:
8557: 2007-09-17 misha
8558:
8559: * operators.txt: - added info about $cookie:fields
8560:
8561: * src/types/pa_vcookie.C: - $cookie:fields available now
8562:
8563: * src/classes/hash.C: - some stuff for use with .for_each moved to
8564: common
8565:
8566: * src/include/pa_common.h: - some stuff for use with .for_each
8567: moved here
8568:
8569: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
8570:
8571: 2007-09-14 misha
8572:
8573: * buildall-with-xml: - new xml libs again =)
8574:
8575: 2007-08-28 misha
8576:
8577: * operators.txt: - texts about ^table.columns[[column name]] and
8578: ^string.split[...][v][column name] were added
8579:
8580: * tests/: 168.html, 169.html, results/168.processed,
8581: results/169.processed: - tests for ^table.columns[[column name]]
8582: and ^string.split[...][v][column name] were added
8583:
8584: * src/classes/table.C: - new option ^table.columns[[column name]]
8585: was added
8586:
8587: * src/classes/string.C: - new option ^string.split[...;v;[column
8588: name]]
8589:
8590: * src/include/pa_exception.h: - error text message for
8591: ^hash._keys[], ^table.columns[] and ^string.split[]
8592:
8593: 2007-08-27 misha
8594:
8595: * src/main/untaint.C: - try to fix coredump on unix if print to
8596: body ^taint[sql][something] outside of connect
8597:
8598: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
8599: outside of connect
8600:
8601: * buildall-with-xml, buildall-without-xml: - strip parser3 was
8602: added (commented by default)
8603:
8604: 2007-08-20 misha
8605:
8606: * operators.txt: - comment about new method ^node.hasAttributes[]
8607: was added
8608:
8609: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
8610: duplicated exception text strings were removed
8611:
8612: * src/include/pa_exception.h: - more exception text strings moved
8613: here
8614:
8615: * src/classes/table.C: - some duplicate exceptions' text strings
8616: removed
8617:
8618: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
8619: xdoc.C, xnode.C: - some duplicate exceptions' text strings
8620: removed
8621:
8622: * src/include/pa_exception.h: - some exception text strings movet
8623: to pa_exception
8624:
8625: * tests/: 149.html, results/149.processed: - test for
8626: ^xnode.hasAttributes[] was added - some code changes
8627:
8628: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
8629: added
8630:
8631: 2007-08-17 misha
8632:
8633: * tests/: results/006.processed, results/059.processed, 006.html,
8634: 059.html: - more tests for match
8635:
8636: * tests/: 129.html, results/129.processed: - tests for
8637: ^table.hash[...][$.type[string|hash|table]] added
8638:
8639: * src/targets/cgi/parser3.C: - little syntax changes
8640:
8641: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
8642: syntax changes
8643:
8644: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
8645: messages in parser3.log switched off by default. If someone
8646: really still need it: use $SIGPIPE(1)
8647:
8648: 2007-08-08 misha
8649:
8650: * buildall-with-xml, buildall-without-xml: - remove libs source
8651: files by default since now
8652:
8653: 2007-08-07 misha
8654:
8655: * buildall-without-xml: - some option syntax changes
8656:
8657: * buildall-with-xml: - compile libxml2 without http support - some
8658: option syntax changes
8659:
8660: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
8661:
8662: 2007-08-06 misha
8663:
8664: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
8665:
8666: * tests/: 160.html, results/160.processed: - cache test was
8667: rewrited
8668:
8669: 2007-07-06 misha
8670:
8671: * tests/: 153.html, results/153.processed: - added test for
8672: ^math:sha1[string]
8673:
8674: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
8675: transcoded
8676:
8677: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
8678: were added
8679:
8680: 2007-06-28 misha
8681:
8682: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
8683: some incorrect chars
8684:
8685: 2007-06-19 misha
8686:
8687: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
8688: were moved on top because of gcc 4 had a problems during
8689: building.
8690:
8691: 2007-06-18 misha
8692:
8693: * tests/results/019.processed: - new image commited
8694:
8695: 2007-06-09 misha
8696:
8697: * src/classes/: op.C, table.C: - in while and table.select method
8698: as_expression used now
8699:
8700: * src/types/pa_vmethod_frame.h: - method as_expression was added
8701:
8702: 2007-06-08 misha
8703:
8704: * tests/: 166.html, results/166.processed: - test for
8705: ^match[...][n]
8706:
8707: * tests/: 165.html, results/165.processed: - tests for loops
8708:
8709: * src/lib/cord/include/private/cord_pos.h: - back to origin value
8710: because of no speed/memory optimisation but some proglems with
8711: long cycles occure
8712:
8713: 2007-06-06 misha
8714:
8715: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
8716: ^table.select(true) and ^table.select(1) didn't works because of
8717: awaiting junction-param only. fixed.
8718:
8719: 2007-05-24 misha
8720:
8721: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
8722: with 0.5 secs interval
8723:
8724: * src/classes/op.C: - cache was rewrited. I hope it works with
8725: locking system now on unix
8726:
8727: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
8728: system locks which wait till other threads release it but try get
8729: lock, if fail wait 1 sec and make 10 attempts.
8730:
8731: * src/include/pa_os.h: - consts for blocking locks + some comments
8732: were added
8733:
8734: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
8735: opening files
8736:
8737: * src/classes/table.C: - changes in includes. if unclude <sstream>
8738: after our classes on unix it can't be build
8739:
8740: * src/types/pa_vhashfile.C: - not needed code removed
8741:
8742: 2007-05-23 misha
8743:
8744: * src/: classes/file.C, classes/op.C, main/pa_common.C,
8745: include/pa_common.h: - cosmetic changes
8746:
8747: 2007-05-18 misha
8748:
8749: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
8750: often. it's give some speed increasing
8751:
8752: * tests/results/160.processed: - returned time corrected
8753:
8754: * tests/160.html: - time increased because on unix 1 mean nothing
8755: :(
8756:
8757: * operators.txt: - added info about ^hash.contain[key]
8758:
8759: * src/classes/hash.C: - added ^hash.contain[key]
8760:
8761: * src/include/pa_hash.h: - added method for checking key exists in
8762: hash
8763:
8764: 2007-05-07 misha
8765:
8766: * src/include/pa_string.h: - was compilation error during build on
8767: freebsd4
8768:
8769: 2007-05-03 misha
8770:
8771: * src/classes/table.C: - option $.type[hash|string|table] was added
8772: for ^table.hash[]
8773:
8774: * src/classes/file.C: - comment removed
8775:
8776: 2007-04-26 misha
8777:
8778: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
8779: real files doesn't opened in place anymore
8780:
8781: 2007-04-24 misha
8782:
8783: * src/classes/math.C: - I thought one more time and remove lg(N) :)
8784:
8785: * src/include/pa_exception.h: "static" removed
8786:
8787: 2007-04-23 misha
8788:
8789: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
8790:
8791: * src/classes/math.C: added: - ^math:ln(N) (the same as
8792: ^math:log(N)) - ^math:lg(N)
8793:
8794: * tests/: 097.html, results/097.processed: - charsets converstion
8795: during ^file::load[text;http://...] added
8796:
8797: * tests/: 164.html, results/164.processed: - check for set expires
8798: as a date
8799:
8800: * tests/: 164.html, results/164.processed: - test for hashfile
8801:
8802: * src/classes/hashfile.C: - little comment changes
8803:
8804: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
8805: access
8806:
8807: * src/: classes/date.C, classes/double.C, classes/file.C,
8808: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
8809: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
8810: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
8811: classes/xnode.h, include/pa_request.h, main/execute.C,
8812: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
8813: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
8814: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
8815: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
8816: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
8817: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
8818: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8819: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
8820: "parser.runtime" strings were removed
8821:
8822: * src/classes/hashfile.C: - with .clear[] called files_delete()
8823: now.
8824:
8825: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
8826:
8827: * src/include/pa_exception.h: - string constant with
8828: "parser.runtime" text was added
8829:
8830: 2007-04-20 misha
8831:
8832: * operators.txt: - some comments changing
8833:
8834: * operators.txt: - added info about .^hashfile.release[],
8835: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
8836:
8837: * configure: =cheching for unsetenv
8838:
8839: * src/classes/hashfile.C: - ^hashfile.cleanup[],
8840: ^hashfile.release[] were added
8841:
8842: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
8843: ^string.match[][] understand new option now: return number of
8844: matches but not table wit results
8845:
8846: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
8847: reopen now
8848:
8849: * src/classes/op.C: - bug. must be false
8850:
8851: * configure.in: - checking for unsetenv was added
8852:
8853: * src/types/pa_vform.C: - some comments
8854:
8855: 2007-04-18 misha
8856:
8857: * buildall-with-xml: moving to libxml2-2.6.28
8858:
8859: * buildall-with-xml, buildall-without-xml: added commented lines
8860: with --disable-safe-mode option
8861:
8862: * operators.txt: - info about $form:files
8863:
8864: 2007-04-17 misha
8865:
8866: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
8867: $form:files was added
8868:
8869: * tests/: 163.html, results/163.processed: removing auto format
8870:
8871: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
8872:
8873: 2007-04-16 misha
8874:
8875: * tests/: 163.html, results/163.processed: - test for .int[],
8876: floor, round, ceiling and .format[]
8877:
8878: * src/classes/file.C: - little optimization for getting args in
8879: exec/cgi
8880:
8881: 2007-04-13 misha
8882:
8883: * src/classes/file.C: - arguments for file::exec/cgi can be
8884: specified now as s table with one column
8885:
8886: 2007-03-27 misha
8887:
8888: * tests/: 162.html, results/162.processed: - test for
8889: ^table.select(^condition[$t])
8890:
8891: * tests/results/auto.p: - load windows-1251 charset for some tests
8892:
8893: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
8894:
8895: * tests/: results/161.processed, 161.html, 161_utf8.txt,
8896: 161_windows1251.txt: - added test for
8897: ^file::load[text;/local/file.txt;$.charset[...]]
8898:
8899: * tests/: results/013.processed, 013.html: - added test for
8900: checking $._default value while hash modifications
8901:
8902: * tests/: 160.html, results/160.processed: - add test for
8903: ^cache[key](secs){code}, ^cache[] and ^cache(0)
8904:
8905: 2007-03-22 misha
8906:
8907: * src/include/pa_common.h: - "charset" string defined for
8908: ^file::load[text;/local.txt] and ^table::load[/table.txt]
8909:
8910: * src/main/: pa_common.C, pa_http.C: - $.charset option for
8911: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
8912: added - not needed transcodes were removed from
8913: ^file::load[...;http://...]
8914:
8915: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
8916: added
8917:
8918: * src/classes/date.C: - date.week was fixed
8919:
8920: * operators.txt: - added info about date.weekyear
8921:
8922: * tests/: 159.html, results/159.processed: - tests for date.week
8923: and date.weekyear added
8924:
8925: 2007-03-15 misha
8926:
8927: * src/classes/table.C: - enclose column numbers for nameless tables
8928: as well
8929:
8930: 2007-03-14 misha
8931:
8932: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
8933:
8934: * src/classes/table.C: - table.save optimization: now required much
8935: less memory
8936:
8937: 2007-03-13 misha
8938:
8939: * tests/results/: 158.processed, 158.processes: - tests for
8940: table.save/table.load
8941:
8942: * tests/: 158.html, results/158.processes: - tests for
8943: table.save/table.load
8944:
8945: * buildall-with-xml: libxml2: --without-ftp --without-docbook
8946:
8947: * buildall-with-xml: - pattern needed now for building
8948:
8949: * tests/results/097.processed: - added test results for xdoc::load
8950: & xdoc::load[http://...]
8951:
8952: * tests/097.html: - added test for xdoc::load
8953:
8954: 2007-03-12 misha
8955:
8956: * tests/: 107.html, results/107.processed: - added test for xpath
8957: '//man'
8958:
8959: 2007-03-01 misha
8960:
8961: * tests/: 097.html, results/097.processed: - added test for
8962: creating xdoc from file
8963:
8964: * tests/: results/157.processed, 157.html: - added test for
8965: file:move
8966:
8967: 2007-02-28 misha
8968:
8969: * src/classes/xdoc.C: - another attempt
8970:
8971: * src/classes/xdoc.C: - roll back last changes for a while
8972:
8973: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
8974:
8975: * src/classes/file.C: - under lock we create non-exist dir anyway
8976:
8977: * tests/results/099.processed: - ever send content-disposition to
8978: client with file
8979:
8980: * tests/157.html: + test for file:copy
8981:
8982: 2007-02-26 misha
8983:
8984: * src/classes/file.C: - some similar strings moved to #define
8985: instead of to be copy/pasted many times
8986:
8987: * src/types/pa_vfile.h: - class name string ("file") moved to
8988: #define
8989:
8990: 2007-02-20 misha
8991:
8992: * bin/auto.p.dist.in: - added lines for sqlite
8993:
8994: * configure.in: - added some strings for sqlite detection
8995:
8996: 2007-02-19 misha
8997:
8998: * operators.txt: - some comments changes
8999:
9000: * buildall-with-xml, buildall-without-xml: - some modifications
9001:
9002: 2007-02-17 misha
9003:
9004: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
9005:
9006: * src/main/pa_request.C: - damn, i forgot to commit it while I
9007: change console behaviour
9008:
9009: 2007-02-12 misha
9010:
9011: * src/targets/cgi/parser3.C: - don't print headers if
9012: $console:line[data] was used during cgi execution.
9013:
9014: * src/types/pa_vconsole.h: - console class have bool flag now which
9015: marked as 'true' if class was used.
9016:
9017: * tests/: 152.html, results/152.processed: - more types was added
9018: to test 152
9019:
9020: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
9021: adding 'bool' (^if($image){} caused exception)
9022:
9023: 2007-02-09 misha
9024:
9025: * tests/: 152.html, results/152.processed: - test alightly updated
9026:
9027: * tests/: 152.html, results/152.processed: - test rewrited
9028:
9029: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
9030: bugfix. I broke xdoc & xnode in expression
9031:
9032: 2007-02-08 misha
9033:
9034: * tests/: 152.html, results/152.processed: - add test for checking
9035: 'def' for void, string, bool, int & double
9036:
9037: 2007-02-07 misha
9038:
9039: * operators.txt: - ^file:base64[filespec] was added
9040:
9041: * tests/results/153.processed: - result test for
9042: ^file:base64[filespec] was updated
9043:
9044: * tests/153.html: - test for ^file:base64[filespec] was added
9045:
9046: * src/types/pa_vconsole.h: - little optimization
9047:
9048: * src/classes/file.C: - ^file:base64[filespec]
9049:
9050: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
9051:
9052: * src/include/pa_common.h: - declarations for
9053: ^file:base64[filespec]
9054:
9055: * src/types/pa_vcookie.C: - little optimization
9056:
9057: 2007-02-06 misha
9058:
9059: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
9060: were temporary commented
9061:
9062: * src/types/pa_vbool.h: - bugfix
9063:
9064: * tests/156.html: - added test for bool cookie
9065:
9066: * src/types/pa_vcookie.h: - not needed string "cookie" removed
9067:
9068: * tests/: 155.html, results/155.processed: - added test for check
9069: $.encloser[] option for table save/load
9070:
9071: * tests/: 153.html, 154.html, todo.txt: - two more tests added
9072:
9073: 2007-02-05 misha
9074:
9075: * tests/results/152.processed: - newline at the end was missed
9076:
9077: * tests/results/141.processed: - math:md5 must be lowercased
9078:
9079: * src/targets/cgi/parser3.C: - 2007 in help ;)
9080:
9081: 2007-02-03 misha
9082:
9083: * tests/results/: 150.processed, 151.processed, 152.processed: -
9084: test for bool added and some content length fixes
9085:
9086: * tests/152.html: - test for bool added
9087:
9088: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
9089:
9090: * operators.txt: - info bool class was added
9091:
1.116 moko 9092: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 9093: classes/classes.vcproj, classes/double.C, classes/int.C,
9094: classes/string.C, classes/void.C, classes/xnode.C,
9095: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
9096: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
9097: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
9098: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9099: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
9100: types/types.vcproj: - bool class was added
9101:
9102: * src/main/pa_request.C: - fix
9103:
9104: 2007-01-18 misha
9105:
9106: * src/: main/pa_string.C, classes/string.C: - return table during
9107: ^string.match[][] even if no matched found.
9108:
9109: 2006-12-20 misha
9110:
9111: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
9112: http://www.parser.ru/forum/?id=55598 ]
9113:
9114: 2006-12-19 misha
9115:
9116: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
9117: details: http://www.parser.ru/forum/?id=52359
9118:
9119: * src/main/pa_request.C: - always set content-disposition for
9120: $response:body[hash here]. more details:
9121: http://www.parser.ru/forum/?id=52130
9122:
9123: 2006-12-07 misha
9124:
9125: * operators.txt: - added info about bool params in cookie set
9126:
9127: * src/types/pa_vcookie.C: - bool param in cookies available now
9128: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
9129: ]
9130:
9131: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
9132: was added
9133:
9134: 2006-12-02 misha
9135:
9136: * src/classes/file.C: - file_block_read used instead of native read
9137:
9138: * src/main/pa_common.C: - added file_block_read with read error
9139: detection - file_block_read used instead of native read
9140:
9141: * src/include/pa_common.h: - added file_block_read declaration
9142:
9143: 2006-12-01 misha
9144:
9145: * operators.txt: - info about $var.CLASS_NAME was added
9146:
9147: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9148: $var.CLASS_NAME added
9149:
9150: * operators.txt: - added info about ^file:copy[]
9151:
9152: * src/classes/file.C: - ^file:copy[from;fo] was added
9153:
9154: 2006-11-20 misha
9155:
9156: * src/classes/date.C: - bug fix :)
9157:
9158: 2006-11-17 misha
9159:
9160: * src/include/pa_common.h: - array in crc32 calculation was changed
9161: to static
9162:
9163: * src/main/pa_common.C: - little optimization in getMonthDays -
9164: small changes in crc32 calculation
9165:
9166: * src/classes/date.C: - not needed code was removed
9167:
9168: 2006-11-16 misha
9169:
9170: * src/types/pa_vmail.C: - fix missed brakes
9171:
9172: * src/types/pa_vmail.C: - mail:send now set content-type:
9173: multipart/related instead of multipart/mixed if file have
9174: $.content-id[]
9175:
9176: 2006-11-15 misha
9177:
9178: * src/types/pa_vdouble.h: abs -> fabs
9179:
9180: 2006-11-14 misha
9181:
9182: * operators.txt: - added info about ^file.md5[] and
9183: ^file:md5[file-name]
9184:
9185: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
9186: added
9187:
9188: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
9189: FILE_BUFFER_SIZE
9190:
9191: * src/classes/math.C: - hex_string was moved to pa_common.h
9192:
9193: * src/include/pa_common.h: - hex_string was moved from math.C -
9194: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
9195:
9196: * src/types/pa_vdouble.h: - incorrect frac detection with negative
9197: values was fixed
9198:
9199: 2006-11-13 misha
9200:
9201: * operators.txt: - added info about ^math:crc32[string],
9202: ^file:crc32[file-name] & ^file.crc32[]
9203:
9204: * src/classes/math.C: - added ^math:crc32[string]
9205:
9206: * src/classes/file.C: - some comments were changed - added
9207: ^file:crc32[file-name] and ^file.crc32[]
9208:
9209: * src/: include/pa_common.h, main/pa_common.C: - some functions for
9210: crc32 calculation added
9211:
9212: 2006-11-03 misha
9213:
9214: * src/include/pa_array.h: - not needed variable removed
9215:
9216: * tests/: 150.html, 151.html, results/150.processed,
9217: results/151.processed: - 2 tests were added
9218:
9219: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
9220: with $.reverse(1) were fixed
9221:
9222: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
9223: query converted to $.charset during ^file::load[http://...]
9224:
9225: 2006-11-02 misha
9226:
9227: * src/include/pa_table.h: ups. forget '=' char
9228:
9229: * src/include/pa_table.h: - one more fix in
9230: .locate[...][$.reverse(1)]
9231:
9232: 2006-11-01 misha
9233:
9234: * src/classes/math.C: - bug fix, details:
9235: http://www.parser.ru/forum/?id=53360
9236:
9237: * src/include/pa_table.h: - bug fix during ^table.locate( condition
9238: false for all records )[$.reverse(1)]
9239:
9240: * src/main/pa_http.C: - second param for this mid method is length
9241: but not end_index so this method has error and can't detect
9242: charsets in next content-types: Content-type: text/html;
9243: charset="windows-1251" Content-type: text/html;
9244: charset="windows-1251"; Content-type: text/html;
9245: charset=windows-1251;
9246:
9247: only Content-type: text/html; charset=windows-1251 was fine
9248:
9249: 2006-10-31 misha
9250:
9251: * src/classes/file.C: - empty args in file::exec removed now
9252:
9253: 2006-09-11 misha
9254:
9255: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
9256: replaced to table::create - some changes in text/code formatting
9257:
9258: 2006-09-03 paf
9259:
9260: * src/classes/file.C: proper tainting of
9261: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
9262:
9263: 2006-06-09 paf
9264:
9265: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
9266:
9267: * src/classes/table.C: formatting
9268:
9269: * src/classes/table.C: incorporated patch from misha: Sent:
9270: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
9271: ignoring string options for ^table.save[]
9272:
9273: * src/classes/hash.C: incorporated patch from misha Sent:
9274: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
9275: $hash._default disappear while
9276:
9277: * operators.txt: ^mail:send[ $.file1[ $.value[file]
9278: $.format[!uue|!base64] << new base64 option. default uue ] ]
9279:
9280: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
9281: PM Subject: patch for base64 in ^mail:send[] %-)
9282:
9283: 2006-04-09 paf
9284:
9285: * src/main/compile.tab.C: ` change compiled
9286:
9287: * gnu.vcproj, operators.txt, parser3.sln,
9288: src/classes/classes.vcproj, src/classes/file.C,
9289: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
9290: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9291: src/classes/xnode.C, src/include/pa_array.h,
9292: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9293: src/include/pa_memory.h, src/include/pa_request.h,
9294: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9295: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9296: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9297: src/lib/pcre/pcre_dftables.vcproj,
9298: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9299: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9300: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9301: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9302: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9303: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9304: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9305: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9306: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9307: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9308: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9309: src/types/pa_value.h, src/types/pa_vcookie.C,
9310: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
9311: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9312: src/types/pa_vstatus.C, src/types/types.vcproj,
9313: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
9314: ^menu, ^hash/hashfile.foreach
9315:
9316: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9317: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
9318: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9319: src/classes/xnode.C, src/include/pa_array.h,
9320: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9321: src/include/pa_memory.h, src/include/pa_request.h,
9322: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9323: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9324: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9325: src/lib/pcre/pcre_dftables.vcproj,
9326: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9327: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9328: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9329: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9330: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9331: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9332: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9333: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9334: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9335: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9336: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9337: src/types/pa_value.h, src/types/pa_vcookie.C,
9338: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9339: src/types/pa_vstatus.C, src/types/types.vcproj,
9340: tests/descript.ion: ! switched to VS2005 (projects and
9341: object<info explicitly typed>.for_each(, info)) +
9342: $response:field[] setting void means removing + grammar $name`
9343: name stops now, for mysql `$field` + started ^break[]
9344: ^continue[], in ^for. TODO: to other iterators (while, menu,
9345: foreach) + all log messages += [uri=, method=, cl=]
9346:
9347: * buildall-with-xml: merged . ftp paths update
9348:
9349: * buildall-with-xml: . ftp paths update
9350:
9351: 2006-03-04 paf
9352:
9353: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
9354: checks++ [thanks to Igor Zinkovsky for detailed report]
9355:
9356: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
9357: Igor Zinkovsky for detailed report]
9358:
9359: 2006-03-01 paf
9360:
9361: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9362: \n to ' ' in
9363:
9364: 2006-02-18 paf
9365:
9366: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9367: \n to ' ' in
9368:
9369: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
9370:
9371: 2006-02-03 paf
9372:
9373: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
9374: base64
9375:
9376: * src/main/pa_common.C: ! bugfix: decoding from base64
9377:
9378: 2006-01-20 paf
9379:
9380: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9381: economy fix
9382:
9383: * src/classes/: table.C: merged from HEAD ! bugfix
9384: ^table.save[$.encloser-s now handled properly
9385:
9386: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
9387: handled properly
9388:
9389: 2006-01-19 paf
9390:
9391: * buildall-with-xml, buildall-without-xml: merged from HEAD !
9392: libgc:USE_MUNMAP activates merging of free memory blocks which
9393: helps a lot in our case: after transform we want
9394: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
9395:
9396: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9397: economy fix
9398:
9399: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
9400: activates merging of free memory blocks which helps a lot in our
9401: case: after transform we want CORD(main.result)->cstr[big
9402: malloc]->transcode[big malloc]
9403:
9404: 2006-01-17 paf
9405:
9406: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
9407: before reading them. got rid of reallocs = became quicker and
9408: less fragmentated
9409:
9410: 2005-12-29 paf
9411:
1.116 moko 9412: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
9413: configure, configure.in, src/include/pa_version.h,
9414: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 9415: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
9416: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
9417: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
9418: src/lib/ltdl/missing: . merged from 3.2.1
9419:
1.116 moko 9420: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
9421: packaged when 'make dist', so do configure companion files in
9422: src/lib/ltdl
9423:
9424: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
9425: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
9426: missing: . now config_auto.h is created with configure [were
9427: constant]
1.95 moko 9428:
9429: * INSTALL: . references to documentation and some clarification
9430:
9431: * buildall-with-xml, buildall-without-xml: . farawell doc
9432: indication
9433:
1.116 moko 9434: * Makefile.am: . dist+=buildall*
1.95 moko 9435:
9436: 2005-12-28 paf
9437:
9438: * configure: . 3.2.1
9439:
9440: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
9441: simplify build process, see INSTALL
9442:
9443: 2005-12-26 paf
9444:
9445: * configure: ver
9446:
9447: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
9448: version
9449:
9450: 2005-12-21 paf
9451:
9452: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
9453: compiled with bison 1.875b, it reports unexpected token names
9454:
9455: 2005-12-19 paf
9456:
9457: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
9458: holds a link to xmlNode to prevent premature gc(xmlNode)
9459:
9460: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
9461: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
9462: src/main/main.vcproj, src/main/pa_globals.C,
9463: src/targets/cgi/parser3.vcproj,
9464: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
9465: configure, configure.in, src/include/pa_version.h: . killing
9466: gdome [what a relief]
9467:
9468: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
9469: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
9470: run_parser.sh, results/001.processed, results/002.processed,
9471: results/003.processed, results/004.processed,
9472: results/005.processed, results/006.processed,
9473: results/008.processed, results/009.processed,
9474: results/010.processed, results/011.processed,
9475: results/012.processed, results/013.processed,
9476: results/014.processed, results/015.processed,
9477: results/016.processed, results/017.processed,
9478: results/018.processed, results/020.processed,
9479: results/021.processed, results/022.processed,
9480: results/023.processed, results/024.processed,
9481: results/025.processed, results/026.processed,
9482: results/027.processed, results/028.processed,
9483: results/029.processed, results/030.processed,
9484: results/031.processed, results/032.processed,
9485: results/033.processed, results/034.processed,
9486: results/035.processed, results/036.processed,
9487: results/037.processed, results/038.processed,
9488: results/039.processed, results/040.processed,
9489: results/041.processed, results/042.processed,
9490: results/043.processed, results/044.processed,
9491: results/045.processed, results/046.processed,
9492: results/047.processed, results/048.processed,
9493: results/049.processed, results/050.processed,
9494: results/051.processed, results/052.processed,
9495: results/053.processed, results/054.processed,
9496: results/055.processed, results/056.processed,
9497: results/057.processed, results/058.processed,
9498: results/059.processed, results/060.processed,
9499: results/061.processed, results/062.processed,
9500: results/063.processed, results/064.processed,
9501: results/065.processed, results/066.processed,
9502: results/067.processed, results/068.processed,
9503: results/069.processed, results/070.processed,
9504: results/071.processed, results/072.processed,
9505: results/073.processed, results/074.processed,
9506: results/075.processed, results/076.processed,
9507: results/077.processed, results/078.processed,
9508: results/079.processed, results/080.processed,
9509: results/081.processed, results/082.processed,
9510: results/083.processed, results/084.processed,
9511: results/085.processed, results/086.processed,
9512: results/087.processed, results/088.processed,
9513: results/089.processed, results/090.processed,
9514: results/091.processed, results/092.processed,
9515: results/093.processed, results/094.processed,
9516: results/095.processed, results/096.processed,
9517: results/097.processed, results/099.processed,
9518: results/100.processed, results/101.processed,
9519: results/102.processed, results/104.processed,
9520: results/105.processed, results/106.processed,
9521: results/107.processed, results/108.processed,
9522: results/109.processed, results/110.processed,
9523: results/111.processed, results/112.processed,
9524: results/113.processed, results/114.processed,
9525: results/115.processed, results/117.processed,
9526: results/119.processed, results/120.processed,
9527: results/121.processed, results/122.processed,
9528: results/123.processed, results/124.processed,
9529: results/125.processed, results/126.processed,
9530: results/127.processed, results/128.processed,
9531: results/129.processed, results/130.processed,
9532: results/131.processed, results/132.processed,
9533: results/133.processed, results/134.processed,
9534: results/135.processed, results/136.processed,
9535: results/138.processed, results/139.processed,
9536: results/140.processed, results/141.processed,
9537: results/142.processed, results/143.processed,
9538: results/144.processed, results/145.processed,
9539: results/146.processed, results/147.processed,
9540: results/148.processed, results/149.processed, results/auto.p: .
9541: now works if we turn off default auto.p
9542:
1.116 moko 9543: * configure: . makes
1.95 moko 9544:
9545: * src/types/pa_vxnode.C: . less warnings
9546:
9547: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
9548: tests/145.html, tests/149.html, tests/descript.ion,
9549: tests/outputs/d.cmd, tests/results/142.processed,
9550: tests/results/143.processed, tests/results/144.processed,
9551: tests/results/145.processed, tests/results/146.processed,
9552: tests/results/147.processed, tests/results/148.processed,
9553: tests/results/149.processed: . removed .nodeValue from all node
9554: types other than 5 (grabbed piece from gdome)
9555:
9556: * tests/: 137.html, results/137.processed: . not handled this case
9557: yet. code does not hang from inserting parent into child,
9558: considering thing minor issue -- nodes are removed from source
9559: anyway, don't know why shold that be an error after all
9560:
9561: * src/targets/cgi/parser3.C: . style
9562:
9563: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
9564: xdoc too [were barking "not element"]
9565:
9566: 2005-12-16 paf
9567:
9568: * tests/: 146.html, 147.html, 148.html: . more tests
9569:
9570: * src/classes/xnode.C: . also bark on possible errors
9571:
9572: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
9573: props
9574:
9575: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
9576: main/compile.y: merged from HEAD ! fixed overoptimized
9577: ^call(false) case. (confused it with ^call[] case)
9578:
9579: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
9580: ^call(false) case. (confused it with ^call[] case)
9581:
9582: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
9583:
9584: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
9585: results/001.processed, results/002.processed,
9586: results/003.processed, results/004.processed,
9587: results/005.processed, results/006.processed,
9588: results/008.processed, results/009.processed,
9589: results/010.processed, results/011.processed,
9590: results/012.processed, results/013.processed,
9591: results/014.processed, results/015.processed,
9592: results/016.processed, results/017.processed,
9593: results/018.processed, results/019.processed,
9594: results/020.processed, results/021.processed,
9595: results/022.processed, results/023.processed,
9596: results/024.processed, results/025.processed,
9597: results/026.processed, results/027.processed,
9598: results/028.processed, results/029.processed,
9599: results/030.processed, results/031.processed,
9600: results/032.processed, results/033.processed,
9601: results/034.processed, results/035.processed,
9602: results/036.processed, results/037.processed,
9603: results/038.processed, results/039.processed,
9604: results/040.processed, results/041.processed,
9605: results/042.processed, results/043.processed,
9606: results/044.processed, results/045.processed,
9607: results/046.processed, results/047.processed,
9608: results/048.processed, results/049.processed,
9609: results/050.processed, results/051.processed,
9610: results/052.processed, results/053.processed,
9611: results/054.processed, results/055.processed,
9612: results/056.processed, results/057.processed,
9613: results/058.processed, results/059.processed,
9614: results/060.processed, results/061.processed,
9615: results/062.processed, results/063.processed,
9616: results/064.processed, results/065.processed,
9617: results/066.processed, results/067.processed,
9618: results/068.processed, results/069.processed,
9619: results/070.processed, results/071.processed,
9620: results/072.processed, results/073.processed,
9621: results/074.processed, results/075.processed,
9622: results/076.processed, results/077.processed,
9623: results/078.processed, results/079.processed,
9624: results/080.processed, results/081.processed,
9625: results/082.processed, results/083.processed,
9626: results/084.processed, results/085.processed,
9627: results/086.processed, results/087.processed,
9628: results/088.processed, results/089.processed,
9629: results/090.processed, results/091.processed,
9630: results/092.processed, results/093.processed,
9631: results/094.processed, results/095.processed,
9632: results/096.processed, results/097.processed,
9633: results/099.processed, results/101.processed,
9634: results/102.processed, results/104.processed,
9635: results/105.processed, results/106.processed,
9636: results/107.processed, results/108.processed,
9637: results/109.processed, results/110.processed,
9638: results/111.processed, results/112.processed,
9639: results/113.processed, results/114.processed,
9640: results/115.processed, results/116.processed,
9641: results/117.processed, results/118.processed,
9642: results/119.processed, results/120.processed,
9643: results/121.processed, results/122.processed,
9644: results/123.processed, results/124.processed,
9645: results/125.processed, results/126.processed,
9646: results/127.processed, results/128.processed,
9647: results/129.processed, results/130.processed,
9648: results/131.processed, results/132.processed,
9649: results/133.processed, results/134.processed,
9650: results/135.processed, results/136.processed,
9651: results/137.processed, results/138.processed,
9652: results/139.processed, results/140.processed,
9653: results/141.processed: . refreshed old tests, made them work
9654: without auto.p (in utf8) . things noted: . gif got encoded
9655: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
9656: some strange year)
9657:
9658: * INSTALL: . revived linux libgc fix
9659:
9660: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
9661: glib/gdome in INSTALL and patches]
9662:
9663: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9664: include/pa_charset.h, include/pa_config_includes.h,
9665: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
9666: include/pa_xml_exception.h, lib/cord/Makefile.am,
9667: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9668: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
9669: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
9670: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
9671: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
9672: types/pa_vxnode.h: . started killing gdome
9673:
9674: 2005-12-13 paf
9675:
9676: * src/main/: pa_request.C: merged from HEAD ! when code in
9677: @unhandled_exception thrown another exception, print correct
9678: origin (earlier code in catch of exception inside of
9679: @unhandled_exception grabbed parent_frame(original_exception)
9680: origin and printed it, instead of true origin)
9681:
9682: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
9683: another exception, print correct origin (earlier code in catch of
9684: exception inside of @unhandled_exception grabbed
9685: parent_frame(original_exception) origin and printed it, instead
9686: of true origin)
9687:
9688: 2005-12-09 paf
9689:
9690: * INSTALL: . updated INSTALL doc to work around linux stack base
9691: detection problem, due to change in gc6.4 code
9692:
9693: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
9694: ignored in ^string.matched :(
9695:
9696: * src/main/pa_string.C: ! regex tainting were ignored in
9697: ^string.matched :(
9698:
9699: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
9700: src/include/pa_config_fixed.h, src/include/pa_version.h,
9701: src/main/compile.y, src/main/compile_tools.h,
9702: src/main/pa_charset.C, src/main/pa_common.C,
9703: src/main/pa_globals.C, src/main/pa_string.C,
9704: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
9705: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
9706:
9707: 2005-12-08 paf
9708:
9709: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
9710: 500 chars now handled OK [were wrapped on 500th char according to
9711: rfc, but sendmail failed to unwrap it properly]
9712:
9713: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
9714: handled OK [were wrapped on 500th char according to rfc, but
9715: sendmail failed to unwrap it properly]
9716:
9717: * src/targets/isapi/parser3isapi.C: . less warnings
9718:
9719: * src/targets/isapi/parser3isapi.C: . undone some strange change
9720: since 3.1.5
9721:
9722: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
9723: link fixes
9724:
9725: * src/: classes/date.C, include/pa_config_fixed.h,
9726: main/compile.tab.C, main/compile.y, main/compile_tools.h,
9727: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
9728: main/pa_string.C, targets/cgi/getopt.c: . less warnings
9729:
9730: * src/include/pa_config_fixed.h: . removed outdated string origins
9731: [in current storage scheme there's no place for them. someday we
9732: can add third CORD to store origins and special version of parser
9733: which stores origins there [separate binary]]
9734:
9735: 2005-12-07 paf
9736:
9737: * src/targets/isapi/parser3isapi.C: . now links in release mode
9738:
9739: * src/include/pa_version.h: makefiles
9740:
9741: * src/include/pa_version.h: . not beta
9742:
9743: * configure, configure.in, src/include/pa_version.h: not beta
9744:
9745: 2005-12-06 paf
9746:
9747: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
9748: [some details here http://i2/tasks/edit/?id=4869912143891354460]
9749: decided to undo the change ^call[$void] passes void. now it will
9750: pass empty string again.
9751:
9752: * src/main/: compile.tab.C, compile.y: . version readded
9753:
9754: * src/classes/op.C: . in this version there is no ^switch[$nothing]
9755: = ^switch[void] problem
9756:
9757: 2005-12-01 paf
9758:
9759: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
9760: caused ^case[string] to be coerced to double since searching
9761: value were not string (it was vvoid)
9762:
9763: * src/classes/op.C: . bugfix ^switch[$void_value] caused
9764: ^case[string] to be coerced to double since searching value were
9765: not string (it was vvoid)
9766:
9767: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
9768: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
9769:
9770: 2005-11-30 paf
9771:
9772: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
9773: win32 must putenv("TZ="), on unix works only putenv("TZ")
9774:
9775: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
9776: putenv("TZ="), on unix works only putenv("TZ")
9777:
9778: * INSTALL: . xml libs versions updated
9779:
9780: * src/main/pa_globals.C: //20051130 trying to remove this, author
9781: claims that fixed a lot there // 20040920 for now both
9782: workarounds needed. wait for new libxml/xsl versions
9783:
9784: 2005-11-28 paf
9785:
9786: * src/classes/table.C: merged from HEAD: ! nameless table has
9787: columns==0
9788:
9789: * src/classes/table.C: ! nameless table has columns==0
9790:
9791: * src/main/pa_http.C: merged from HEAD: ! status line check made
9792: earlier [was totally wrong]
9793:
9794: * src/main/pa_http.C: ! status line check made earlier [was totally
9795: wrong]
9796:
9797: 2005-11-25 paf
9798:
9799: * src/include/pa_array.h: -this reduces speed(table::load) strange.
9800: undoing for now...
9801:
9802: * src/include/pa_version.h: -this reduces speed(table::load),
9803: strange. undoing
9804:
9805: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
9806:
9807: * src/classes/op.C: + ^while(){}[SEPARATOR]
9808:
9809: * src/include/pa_array.h: + optimistics added: all arrays (table
9810: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
9811: this speeds things up and saves memory a LOT! (not noticed
9812: negative effect on syntetic tests, future will tell...)
9813:
9814: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
9815: changed gc_malloc implementation, which obscured profiling
9816:
9817: * src/classes/table.C: merged from HEAD: + optimized
9818: table::load/sql, now row ArrayString-s allocated with
9819: columns.count() elements and don't always grow from
9820: count=3[realloc,realloc]
9821:
9822: * src/classes/table.C: + optimized table::load/sql, now row
9823: ArrayString-s allocated with columns.count() elements and don't
9824: always grow from count=3[realloc,realloc]
9825:
9826: * src/classes/table.C: merged from HEAD: . ^table.save unused
9827: buffer after save
9828:
9829: * src/classes/table.C: . ^table.save unused buffer after save
9830:
9831: 2005-11-24 paf
9832:
9833: * configure.in: . merged glib2-config patch
9834:
9835: * configure.in: + trying to find glib2-config
9836:
9837: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9838: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
9839: file/dir_readable to simple file/dir_exist, this would help in
9840: situations "class not found because .p file has bad rights" << in
9841: that case error would be explicit "access denied to 'this' file"
9842:
1.116 moko 9843: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 9844:
9845: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9846: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
9847: to simple file/dir_exist, this would help in situations "class
9848: not found because .p file has bad rights" << in that case error
9849: would be explicit "access denied to 'this' file"
9850:
9851: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
9852: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9853: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
9854: ^file::exec/cgi[script;$.charset[changed]
9855: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9856: encoded in $.charset charset
9857:
9858: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
9859: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9860: encoded in $.charset charset
9861:
9862: * src/: include/Makefile.am, include/pa_common.h,
9863: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9864: main/pa_common.C, main/pa_http.C: . extracted http:// into
9865: separate file [preparation for
9866: ^file::cgi[script;$.form[$.field1[]
9867:
9868: 2005-11-22 paf
9869:
9870: * src/: include/pa_version.h, main/compile.tab.C: makefiles
9871:
9872: * acinclude.m4, configure.in: . merged underquting fixes
9873:
1.116 moko 9874: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 9875:
9876: * src/classes/op.C: . overmerged a little
9877:
9878: * src/main/compile.tab.C: Makefile
9879:
9880: * src/main/: pa_common.C: . less gcc warnings
9881:
9882: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
9883: now reports original exception if we have no old cache
9884:
9885: * src/classes/op.C: + $exception.handled[cache] now reports
9886: original exception if we have no old cache
9887:
9888: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
9889: from HEAD: + ^taint/untaint[regex] << escapes these:
9890: \^$.[]|()?*+{}
9891:
9892: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
9893: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
9894:
9895: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9896: getenv-ed variable, which does not work both on win32&unix.
9897: copied old TZ value now
9898:
9899: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
9900: stored pointer to getenv-ed variable, which does not work both on
9901: win32&unix. copied old TZ value now
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_vresponse.C: merged from HEAD: + $response:headers
9908: access to internal hash
9909:
9910: * src/types/pa_vresponse.C: + $response:headers access to internal
9911: hash
9912:
9913: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
9914: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9915: isapi] this reduces number of "GC Warning: Repeated allocation of
9916: very large block" messages to only important onces
9917:
9918: * src/targets/isapi/parser3isapi.C: +
9919: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9920: isapi] this reduces number of "GC Warning: Repeated allocation of
9921: very large block" messages to only important onces
9922:
9923: * src/classes/string.C: merged from HEAD: + removed limitation on
9924: ^string/int/double:sql{}[$.default[({param style})] ]
9925:
9926: * src/classes/string.C: + removed limitation on
9927: ^string/int/double:sql{}[$.default[({param style})] ]
9928:
9929: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
9930: with ?params or $.form option" limitation
9931:
9932: * src/main/pa_common.C: + removed "use either uri with ?params or
9933: $.form option" limitation
9934:
9935: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9936: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
9937: ^file::base64[encoded] decode
9938:
9939: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9940: main/pa_common.C: + ^file.base64[] encode +
9941: ^file::base64[encoded] decode
9942:
9943: * src/classes/: file.C, string.C: + ^string.base64[] encode +
9944: ^string:base64[encoded] decode
9945:
9946: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
9947: ^string:base64[in] encode + ^string.base64[] decode
9948:
9949: 2005-11-21 paf
9950:
9951: * src/classes/file.C: + merged from HEAD:
9952: ^file::create[text;file.xml;^untaint[xml]{data}]
9953:
9954: * src/classes/file.C: +
9955: ^file::create[text;file.xml;^untaint[xml]{data}]
9956:
9957: * src/main/pa_request.C: ! merged: $response:body[file] now
9958: differes from :download, it does not return content-disposition
9959: at all now [previusely it returned valueless content-disposition]
9960:
9961: * src/main/pa_request.C: ! $response:body[file] now differes from
9962: :download, it does not return content-disposition at all now
9963: [previusely it returned valueless content-disposition]
9964:
9965: * src/main/: compile.tab.C, compile.y: ! overoptimized void
9966: literals, reverted to just vvod, recreating empty array with each
9967: void_value token. that's absolutely needed, since that array
9968: grows
9969:
9970: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
9971: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
9972: types/pa_vmethod_frame.h: + merged: expression literals:
9973: true/false. ^format[$.indent(true)]
9974:
9975: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
9976: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
9977: types/pa_vmethod_frame.h: + expression literals: true/false.
9978: ^format[$.indent(true)]
9979:
9980: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
9981: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
9982: i386-pc-win32)"
9983:
9984: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
9985: $env:PARSER_VERSION reports "3.1.5beta (compiled on
9986: i386-pc-win32)"
9987:
9988: 2005-11-18 paf
9989:
9990: * src/classes/: double.C, int.C: ! ^int/double:sql{select
9991: null}[$.default(123)] will now return default value
9992:
9993: * src/classes/op.C: + merged ^cache[] << returns current cache
9994: expiration time
9995:
9996: * src/classes/op.C: + ^cache[] << returns current cache expiration
9997: time
9998:
9999: * src/classes/table.C: ! merged ^table::create[not'nameless';
10000: failed << Exception.problem_source pointed to local var!
10001:
10002: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
10003: Exception.problem_source pointed to local var!
10004:
10005: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
10006: now loads VFile.ptr!=0, so such files can be saved now
10007:
10008: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
10009: loads VFile.ptr!=0, so such files can be saved now
10010:
10011: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
10012: only . and .. now removed from list [were removed all .*]
10013:
10014: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
10015: .. now removed from list [were removed all .*]
10016:
10017: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
10018: open error now checked, were not :( [stole that piece from apache
10019: 1.3 sources]
10020:
10021: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
10022: checked, were not :( [stole that piece from apache 1.3 sources]
10023:
10024: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
10025: untainting of @main result if returned by $result or
10026: $response:body
10027:
10028: * src/main/pa_request.C: ! ensured proper untainting of @main
10029: result if returned by $result or $response:body
10030:
10031: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
10032: issue: now tries to guess content-length and allocates one big
10033: piece if possible [regretfully gc_realloc works as malloc+free,
10034: leaving lots of holes behind]
10035:
10036: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
10037: fixed file load memory issue: now tries to guess content-length
10038: and allocates one big piece if possible [regretfully gc_realloc
10039: works as malloc+free, leaving lots of holes behind]
10040:
10041: 2005-11-16 paf
10042:
10043: * src/: include/pa_common.h, classes/file.C, classes/table.C,
10044: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
10045: table::save with enclosers now doubles them: "->"" !
10046: table::save/load do not remove elements from options hash
10047:
10048: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
10049: [were overoptimized ^if(double_literal), compiler confused
10050: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10051:
10052: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
10053: [were overoptimized ^if(double_literal), compiler confused
10054: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10055:
10056: * src/: classes/file.C, classes/table.C, include/pa_common.h,
10057: main/pa_common.C: ! table::save with enclosers now doubles them:
10058: "->"" ! table::save/load do not remove elements from options hash
10059:
10060: 2005-11-03 paf
10061:
1.116 moko 10062: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
10063: compilation, not all makefiles liked that
1.95 moko 10064:
10065: 2005-08-30 paf
10066:
10067: * src/classes/op.C: merge . speedup check of [DEFAULT]
10068:
10069: * src/classes/op.C: . speedup check of [DEFAULT]
10070:
10071: 2005-08-26 paf
10072:
10073: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
10074:
10075: * src/: classes/date.C, types/pa_vdate.h: + date.week
10076:
10077: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
10078: complains about bad!=nameless
10079:
10080: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
10081: about bad!=nameless
10082:
10083: * src/classes/: hash.C, string.C, table.C, void.C: merged !
10084: optional options were allowed to be empty. were checked
10085: if(is_string), changed to !defined||is_string to allow void
10086:
10087: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
10088: classes/string.C, classes/table.C, classes/void.C: ! optional
10089: options were allowed to be empty. were checked if(is_string),
10090: changed to !defined||is_string to allow void
10091:
10092: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
10093: as_junction where they needed as_int/double, so failed with
10094: recent "(const) now no junction" optimization
10095:
10096: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
10097: merged ! many classes/* used as_junction where they needed
10098: as_int/double, so failed with recent "(const) now no junction"
10099: optimization
10100:
10101: * src/: classes/double.C, classes/int.C, classes/math.C,
10102: classes/op.C, classes/string.C, classes/table.C,
10103: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
10104: used as_junction where they needed as_int/double, so failed with
10105: recent "(const) now no junction" optimization
10106:
10107: 2005-08-24 paf
10108:
10109: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
10110: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
10111: stripped it
10112:
10113: 2005-08-09 paf
10114:
10115: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10116: not cleared
10117:
10118: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10119: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10120: classes/hashfile.C, classes/image.C, classes/int.C,
10121: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10122: classes/response.C, classes/string.C, classes/table.C,
10123: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10124: include/pa_array.h, include/pa_cache_managers.h,
10125: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10126: include/pa_config_fixed.h, include/pa_config_includes.h,
10127: include/pa_dictionary.h, include/pa_dir.h,
10128: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10129: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10130: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10131: include/pa_request_charsets.h, include/pa_request_info.h,
10132: include/pa_sapi.h, include/pa_socks.h,
10133: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10134: include/pa_stack.h, include/pa_string.h,
10135: include/pa_stylesheet_connection.h,
10136: include/pa_stylesheet_manager.h, include/pa_table.h,
10137: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10138: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10139: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10140: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10141: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
10142: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
10143: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10144: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
10145: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
10146: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
10147: main/pa_sql_driver_manager.C, main/pa_string.C,
10148: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10149: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10150: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10151: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10152: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10153: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
10154: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
10155: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10156: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10157: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
10158: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
10159: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
10160: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10161: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
10162: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
10163: types/pa_vmemory.h, types/pa_vmethod_frame.C,
10164: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10165: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
10166: types/pa_vresponse.C, types/pa_vresponse.h,
10167: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10168: types/pa_vstateless_object.h, types/pa_vstatus.C,
10169: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10170: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10171: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10172: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10173: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
10174:
10175: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10176: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
10177: speedup consequent checks in vmethod_frame
10178:
10179: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10180: not cleared
10181:
10182: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
10183: params: 50 max (were 10)
10184:
10185: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
10186: params: 50 max (were 10)
10187:
10188: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10189: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
10190: pa_wcontext.h: + ^call[$void] param inside now is void (were:
10191: empty string) ! simplified (double) speedup consequent checks in
10192: vmethod_frame
10193:
10194: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
10195: optimized constants in expressions vstring->vdouble + optimized
10196: ^call(vdouble), no junction creation, no calls later
10197:
10198: 2005-08-08 paf
10199:
10200: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
10201: integrated
10202:
10203: * bin/auto.p.dist.in: . apache bad 404 handling workaround
10204: integrated
10205:
10206: * src/main/: compile.tab.C, compile.y, compile_tools.C,
10207: compile_tools.h: merged + optimized constants in expressions
10208: vstring->vdouble + optimized ^call(vdouble), no junction
10209: creation, no calls later
10210:
10211: * src/types/pa_vdouble.h: merged . double values without fractional
10212: part now default printed as %.0f instead of %g
10213:
10214: * src/types/pa_vdouble.h: . double values without fractional part
10215: now default printed as %.0f instead of %g
10216:
10217: * src/classes/hashfile.C: . merged ! second hashfile::open would
10218: cause an exception
10219:
10220: * src/classes/hashfile.C: ! second hashfile::open would cause an
10221: exception
10222:
10223: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
10224: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10225: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10226: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10227: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
10228: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10229: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10230: types/pa_vresponse.h, types/pa_vstateless_class.C,
10231: types/pa_vstateless_object.h, types/pa_vvoid.h,
10232: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10233: merged VJunction(new Junction) optimization from 3.1.4
10234:
10235: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
10236: types/pa_vstateless_class.C: + optimized new VJunction(new
10237: Junction(params)) to new VJunction(params), thousands of mallocs
10238: removed
10239:
10240: 2005-08-05 paf
10241:
10242: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
10243: types/pa_vdouble.h, types/pa_vmethod_frame.C,
10244: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
10245: creation, no calls later
10246:
10247: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10248: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10249: classes/hashfile.C, classes/image.C, classes/int.C,
10250: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10251: classes/response.C, classes/string.C, classes/table.C,
10252: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10253: include/pa_array.h, include/pa_cache_managers.h,
10254: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10255: include/pa_config_fixed.h, include/pa_config_includes.h,
10256: include/pa_dictionary.h, include/pa_dir.h,
10257: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10258: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10259: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10260: include/pa_request_charsets.h, include/pa_request_info.h,
10261: include/pa_sapi.h, include/pa_socks.h,
10262: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10263: include/pa_stack.h, include/pa_string.h,
10264: include/pa_stylesheet_connection.h,
10265: include/pa_stylesheet_manager.h, include/pa_table.h,
10266: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10267: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10268: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10269: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10270: lib/smtp/smtp.h, main/compile.C, main/compile.y,
10271: main/compile_tools.C, main/compile_tools.h, main/execute.C,
10272: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
10273: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
10274: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
10275: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
10276: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
10277: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10278: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10279: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10280: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10281: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10282: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
10283: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
10284: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10285: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
10286: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
10287: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
10288: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
10289: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
10290: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
10291: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
10292: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10293: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10294: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10295: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10296: types/pa_vstateless_object.h, types/pa_vstatus.C,
10297: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10298: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10299: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10300: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10301: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
10302:
10303: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
10304: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
10305: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
10306: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
10307: main/compile.y, main/compile_tools.C, main/compile_tools.h,
10308: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
10309: optimized constants in expressions vstring->vdouble
10310:
10311: 2005-07-29 paf
10312:
10313: * src/types/pa_vclass.C: . shaped up error messages a bit
10314:
10315: * src/types/pa_vclass.C: + property getter can now be overridden
10316:
10317: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
10318: bug fix: static parent fields were not replaced in case
10319: $derived:field[put] + property setter can now be overridden
10320:
10321: 2005-07-28 paf
10322:
10323: * configure, configure.in, src/classes/classes.h,
10324: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
10325: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
10326: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
10327: src/classes/xnode.h, src/include/pa_hash.h,
10328: src/include/pa_version.h, src/main/execute.C,
1.116 moko 10329: src/types/Makefile.am, src/types/pa_method.h,
10330: src/types/pa_value.h, src/types/pa_vclass.C,
10331: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
10332: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
10333: src/types/pa_vcookie.h, src/types/pa_vhash.h,
10334: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
10335: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
10336: src/types/pa_vobject.C, src/types/pa_vobject.h,
10337: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
10338: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
10339: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
10340: src/types/pa_vstateless_class.h,
1.95 moko 10341: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
10342: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
10343: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
10344: dynamic_fields_join
10345:
10346: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
10347: classes/xnode.C, include/pa_hash.h, main/execute.C,
10348: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10349: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10350: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10351: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10352: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10353: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10354: types/pa_vresponse.h, types/pa_vstateless_object.h,
10355: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
10356: types/pa_wwrapper.h: ! restored put_element('replace' param), and
10357: restored its checks in vobject.put_element->static fields |
10358: dynamic properties
10359:
10360: 2005-07-27 paf
10361:
10362: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
10363: is some old code containing @set_name $name
10364:
10365: * src/types/pa_vobject.h: . fixed warning
10366:
10367: * configure, configure.in, src/include/pa_version.h,
1.116 moko 10368: src/types/Makefile.am: 3.2.0beta started
1.95 moko 10369:
10370: * src/: classes/xnode.C, include/pa_hash.h,
10371: types/pa_vstateless_class.C: ! new asserts were all false.
10372: regretfully reverted them all to checks
10373:
10374: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10375: classes/op.C, main/execute.C, types/pa_method.h,
10376: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10377: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10378: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10379: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10380: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10381: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10382: types/pa_vstateless_object.h, types/pa_vvoid.h,
10383: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10384: joined_dynamic_fields: removed unused param from put_method
10385: (returned to 3 params)
10386:
10387: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
10388: joined_dynamic_fields: dynamic get/set works with overriding
10389: props [alpha2]
10390:
10391: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
10392: works [alfa]
10393:
10394: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10395: classes/op.C, include/pa_hash.h, main/execute.C,
10396: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10397: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10398: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10399: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10400: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10401: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10402: types/pa_vresponse.h, types/pa_vstateless_class.C,
10403: types/pa_vstateless_object.h, types/pa_vvoid.h,
10404: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10405: joined_dynamic_fields: just compiled
10406:
10407: * src/: classes/date.C, classes/file.C, classes/hash.C,
10408: classes/hashfile.C, classes/image.C, classes/table.C,
10409: classes/xdoc.C, classes/xnode.h, main/execute.C,
10410: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10411: types/pa_vstateless_class.h: joined_dynamic_fields: started
10412:
10413: * src/types/pa_vobject.C: . object setters [only started, does not
10414: work yet]
10415:
10416: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
10417: object setters [only started, does not work yet]
10418:
10419: 2005-07-26 paf
10420:
10421: * src/: include/pa_request.h, main/execute.C: . properties: set
10422: works [alpha2]. for classes. todo: for objects
10423:
10424: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
10425: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10426: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10427: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10428: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10429: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10430: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10431: types/pa_vstateless_object.h, types/pa_vvoid.h,
10432: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10433: properties: set works [alpha1]
10434:
10435: 2005-07-25 paf
10436:
10437: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
10438: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
10439: properties: started, get works [alpha1, other approach]
10440:
10441: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
10442: properties: started, get works [alpha2]
10443:
10444: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
10445: pa_vstateless_class.h: . properties: started, get works [alpha]
10446:
10447: 2005-07-15 paf
10448:
10449: * src/: classes/classes.h, classes/op.C, main/execute.C,
10450: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
10451: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10452: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10453: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
10454: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
10455: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
10456: types/pa_vresponse.C, types/pa_vresponse.h,
10457: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10458: types/pa_vstateless_object.h, types/pa_vvoid.h,
10459: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
10460: types/pa_wwrapper.h, types/types.vcproj: + started property
10461: [getters work but think of changing them too to precaching]
10462:
10463: 2005-07-08 paf
10464:
10465: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
10466: gpf
10467:
10468: 2005-06-28 paf
10469:
10470: * src/: classes/file.C, main/untaint.C: ! string invariant violated
10471: in passing empty strings to file::exec/cgi environment
10472:
10473: 2005-06-06 paf
10474:
10475: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
10476: ^table:sql ^hash:sql now DO process $.bind option
10477:
10478: 2005-05-24 paf
10479:
10480: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
10481: $.limit] now work again [support was broken in 3.1.4]
10482:
10483: * src/: main/pa_string.C, classes/op.C: . steps toward removing
10484: ALL_INTERIOR_POINTERS
10485:
10486: 2005-05-12 paf
10487:
10488: * configure: 3.1.5beta
10489:
10490: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
10491:
10492: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
10493: $.limit] now work again [support was broken in 3.1.4]
10494:
10495: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
10496: line-width [was refusing to fill if line-width >1, thanks to
10497: Seras <seras@pinxit.lt> for repro case
10498:
10499: 2005-04-25 paf
10500:
10501: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
10502: correctly
10503:
10504: 2005-04-19 paf
10505:
10506: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
10507: in VString violating invariant!!
10508:
10509: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
10510: getenv("TZ")==null
10511:
10512: 2005-04-08 paf
10513:
10514: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
10515: bugfix: when there is no char in charset one byte produces 6
10516: (ÿ <<max). increased buffer size!
10517:
10518: 2005-03-23 paf
10519:
10520: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
10521: ^date.sql-string now takes TZ into account
10522:
10523: 2005-03-16 paf
10524:
10525: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
10526: gcc 3.4
10527:
10528: * src/types/pa_vhash.C: . warning about eof eol
10529:
10530: 2005-02-17 paf
10531:
10532: * operators.txt, src/classes/op.C: + operator ^sleep(double
10533: seconds)
10534:
10535: 2005-02-02 paf
10536:
10537: * src/classes/xnode.C: beauty: removed needless includes
10538:
10539: 2005-01-31 paf
10540:
10541: * src/types/pa_vmail.C: change: $.partX now always 1... change:
10542: $.partNoNumber now alias to $.part1
10543:
10544: * src/types/pa_vmail.C: change: incoming letter part contains
10545: "content-disposition" header with any value? now considering that
10546: part to be "file#" [for text/plain text/html were $.text#
10547: $.html#]
10548:
10549: * INSTALL: updatet to latest working versions available
10550:
10551: 2005-01-20 paf
10552:
10553: * configure.in, src/include/pa_version.h: version
10554:
10555: 2005-01-19 paf
10556:
1.116 moko 10557: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
10558: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
10559: couple warnings in parser3.C
1.95 moko 10560:
10561: 2004-12-23 paf
10562:
10563: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
10564:
10565: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
10566: dir to directory of script (when shbang used), not to directory
10567: of its interpreter
10568:
10569: * src/include/pa_version.h: compiled on win32...
10570:
10571: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
10572: we need more hspace
10573:
10574: * configure, configure.in, src/include/pa_version.h: configured
10575: host to pa_version. will be displayed everywhere
10576:
10577: * src/main/pa_request.C: new: @unhandled_exception can prevent
10578: exception from being logged by setting $exception.handled(1)
10579:
10580: * operators.txt, src/classes/file.C: change:
10581: ^file::sql{query}[[options]] options: $.name[file name]
10582: $.content-type[application/what]
10583:
10584: * src/: include/pa_common.h, main/pa_common.C,
10585: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
10586: new file
10587:
10588: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
10589: bugfix: table->hash now regards _default
10590:
10591: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
10592: created by accessing $name_of_method it acquired bad self=closest
10593: methodframe; instead of proper self (current class)
10594:
10595: * src/types/pa_vhashfile.C: bugfix: reading empty string from
10596: hashfile produced bad cord
10597:
10598: 2004-12-10 paf
10599:
10600: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
10601: subsequent failures though defined in .h
10602:
10603: * src/main/pa_common.C: comment on volatile
10604:
10605: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
10606: alarm function were not used since the beginning due to stupid
10607: error [setsigjmp were not checked in configure.in]
10608:
10609: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
10610: unix too
10611:
10612: * src/main/pa_common.C: http: exception status of send/recv errors
10613: change to most probable http.timeout
10614:
10615: * src/main/pa_common.C: win32: http connection $.timeout option now
10616: works [setsockopt on send/receive]
10617:
10618: 2004-12-08 paf
10619:
10620: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
10621: cstr-ed knowing mail charset, and untainting uri lang now knows
10622: proper charset
10623:
10624: 2004-11-24 paf
10625:
10626: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
10627:
10628: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
10629: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
10630:
10631: 2004-11-12 paf
10632:
10633: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
10634: [since 3.0.4]
10635:
10636: 2004-11-09 paf
10637:
10638: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
10639: writes basics to c:\parser3.log
10640:
10641: 2004-10-21 paf
10642:
10643: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
10644: tainted strings [were returning clean onces]
10645:
10646: 2004-10-15 paf
10647:
10648: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
10649: cycles(i=1; i=2), which was wrong, now does ONE
10650:
10651: 2004-10-12 paf
10652:
10653: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
10654:
10655: 2004-10-07 paf
10656:
10657: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
10658: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
10659: release asserts
10660:
10661: * src/: main/pa_string.C, include/pa_string.h: debugger help:
10662: String.dump() to stdout in detailed form [were String.v() in
10663: short form]
10664:
10665: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
10666: \t\r\n as @#| and truncates long char sequences less
10667:
10668: 2004-10-06 paf
10669:
10670: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
10671: win32 beauty: socket errors properly decoded
10672:
10673: 2004-10-05 paf
10674:
10675: * src/: include/pa_request.h, main/pa_request.C: bugfix:
10676: request::configure_user/admin done always, even if no
10677: file-to-process useful in @unhandled_exception [say, if they
10678: would want to mail by SMTP something]
10679:
10680: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
10681: now performed prior to file loading [and @auto executing] thus
10682: making $cookie:value available in @auto and in
10683: @unhandled_exception when IIS is configured to run interpreter
10684: even if no file exist
10685:
10686: 2004-09-20 paf
10687:
10688: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
10689: somewhere where it should have called xmlMalloc and it calls
10690: xmlFree when it should have not called it. inserted two
10691: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
10692: xmlFree just ignored. put away a testcase, maybe someday libxml
10693: author would fix all that. until that day: we have SLOW garbage
10694: collecting when many xml objects are alive hint: do
10695: ^memory:compact[] before xdoc::create
10696:
10697: 2004-09-17 paf
10698:
10699: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
10700: error from 3.0.8 version]
10701:
10702: 2004-09-14 paf
10703:
10704: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
10705: part bugfix: hashfile.foreach iterated only part if hashfile were
10706: modified inside
10707:
10708: 2004-09-13 paf
10709:
10710: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
10711: [were as octal]
10712:
10713: * src/types/pa_vhashfile.C: beauty: not reproduced
10714: $hashfile.key[$novalue] bug [reported by motorin], inserted
10715: safety-check
10716:
10717: * src/types/pa_vhashfile.C: change: empty keys now error in parser
10718: [not something obscure from sdbm lib]
10719:
10720: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
10721: = strerror now returnes something and we can properly report that
10722: to client
10723:
10724: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
10725: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
10726:
10727: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10728: [tainted as-is] this helps //[space][newline] to remain as-is and
10729: not be unnecessary optimized away [ruining javascript]
10730:
10731: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10732: [tainted as-is]
10733:
10734: * src/classes/mail.C: bugfix: typo error
10735:
10736: 2004-09-09 paf
10737:
10738: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
10739: separators bugfix: loads header with endings \r\n\r\n and \n\n
10740: (bloody yandex.server)
10741:
10742: 2004-09-06 paf
10743:
10744: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
10745: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
10746: encoded
10747:
10748: 2004-09-01 paf
10749:
10750: * src/types/pa_vmail.C: change: multipart/mixed changed to
10751: multipart/related outlook express have no problems showing
10752: unrelated attachments. todo: someday figure out a way of
10753: multipart/mixed multipart/related text/html
10754: image/xxx application/octet-stream << true attachments
10755:
10756: * src/types/pa_vmail.C: new:
10757: ^mail:send[$.file[$.content-disposition can be overriden new:
10758: empty mail header fields removed from letter
10759:
10760: * src/: classes/mail.C, include/pa_config_fixed.h,
10761: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
10762: ^mail:send[ $.file[ $.any[header]
10763:
10764: 2004-08-30 paf
10765:
10766: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
10767: warnings
10768:
10769: * src/main/pa_common.C: beauty: do not bother with charset
10770: detection when ^file::load[binary
10771:
10772: 2004-08-27 paf
10773:
10774: * src/main/pa_common.C: hack: for yandex.server http server
10775:
10776: 2004-08-18 paf
10777:
10778: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
10779: possibly-chunked response
10780:
10781: 2004-08-17 paf
10782:
10783: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10784: $f.content-type now = that of http response
10785:
10786: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10787: $f.content-type now = that of http response
10788:
10789: 2004-07-30 paf
10790:
10791: * src/: include/pa_request.h, main/pa_request.C,
10792: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
10793: win32: system&parser exceptions in release mode reported properly
10794: parser exception in exception handler WERE mistakenly reported as
10795: system exception, without details [in apache & isapi] +some
10796: beauty in exception text
10797:
10798: * src/: include/pa_exception.h, main/pa_request.C,
10799: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
10800: release mode reported properly parser exception in exception
10801: handler WERE mistakenly reported as system exception, without
10802: details
10803:
10804: * src/main/execute.C: beauty: simplified system exception handling
10805:
10806: 2004-07-29 paf
10807:
10808: * src/classes/table.C: bugfix:
10809: ^table.save[export.csv;$.separator[^;]] now works fine [separator
10810: were ignored, and \t used unconditionally]
10811:
10812: * src/types/Makefile.am: added vhash.c
10813:
10814: 2004-07-28 paf
10815:
10816: * src/: classes/date.C, classes/image.C, classes/math.C,
10817: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
10818: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
10819: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
10820: failed on russian letters
10821:
10822: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
10823: bugfix: isspace((unsigned char)c) everywhere. failed on russian
10824: letters
10825:
10826: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
10827: as 'currentDirectory' parameter to CreateProcess
10828:
10829: 2004-07-27 paf
10830:
10831: * src/targets/cgi/parser3.vcproj: beauty: win32:
10832: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
10833: from release somewhere [to help searching for unhandled system
10834: exceptions]
10835:
10836: * src/types/pa_vdate.h: check: for invalid datetime after temporary
10837: TZ shift
10838:
10839: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
10840: but also in ctor
10841:
10842: 2004-07-26 paf
10843:
10844: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
10845: src/main/pa_request.C, src/types/pa_vfile.h,
10846: src/types/pa_vhash.C, src/types/pa_vhash.h,
10847: src/types/types.vcproj: new: $response:body/download[
10848: $.file[name on disk] $.name[of file for user]
10849: $.mdate[date of last-modified. default from directory] ]
10850:
10851: * src/classes/file.C: moving file:send somewhere else..
10852:
10853: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
10854: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
10855: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
10856: $response:download[ $.filename[filename] $.option[] ,, ]
10857:
10858: * src/classes/file.C: beauty: invalid mode thoroughly reported
10859:
10860: 2004-07-21 paf
10861:
10862: * src/types/pa_vmail.C: bugfix: too long header values now splitted
10863: to several lines
10864:
10865: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
10866:
10867: note: ms outlook[!express] shows only first 255 characters of
10868: subject
10869:
10870: 2004-07-15 paf
10871:
10872: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
10873: off]
10874:
10875: 2004-07-14 paf
10876:
10877: * src/classes/table.C: bugfix: $.bind values now got untainted
10878: according to lang [were: as-is]
10879:
10880: 2004-07-07 paf
10881:
10882: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
10883: checked that
10884:
10885: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
10886: now untainted according to their languages. were: as-is.
10887: EVERYWHERE
10888:
10889: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
10890: environment string now untainted according to their languages.
10891: were: as-is. EVERYWHERE
10892:
10893: * src/main/pa_exec.C: bufix: on unix environment string now
10894: untainted according to their languages. were: as-is. on win32:
10895: ok
10896:
10897: * parser3.vssscc: ...would not go unnoticed
10898:
10899: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
10900: fails. in case on input appears nonutf, those bytes will be
10901: printed in %HH form. that can be easily decoded/recovered.
10902:
10903: this form is quite noticable, and hopefully would not go noticed
10904:
10905: 2004-07-06 paf
10906:
10907: * src/main/pa_exec.C: bufix: on unix environment string now
10908: untainted according to their languages. were: as-is. on win32:
10909: ok
10910:
10911: 2004-07-01 paf
10912:
10913: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
10914: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
10915: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
10916: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
10917: main/main.vcproj, targets/cgi/parser3.vcproj,
10918: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
10919: option: global optimization ON
10920:
10921: * src/main/untaint.C: workaround kinda bug in libxml: life requires
10922: to do xdoc::create{invalid chars} standard disables chars less
10923: then \x20, except tab, cr, lf.
10924:
10925: changed tainting so that those become '!'
10926:
10927: 2004-06-25 paf
10928:
10929: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10930: int on odd address [prev bugfix failed due to superwize
10931: optimizer, which turned memcpy into same 'ld' asm command]
10932:
10933: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10934: int on odd address
10935:
10936: 2004-06-22 paf
10937:
10938: * src/sql/pa_sql_driver.h: note: about possible optimization
10939:
10940: * operators.txt, src/classes/hash.C, src/classes/memory.C,
10941: src/classes/string.C, src/classes/table.C, src/classes/void.C,
10942: src/include/pa_config_includes.h: new: ^void:sql{call
10943: paf(:a)}[ $.bind[ $.a[2]
10944: ] ] output variables work. todo: check in out
10945: variables
10946:
10947: 2004-06-18 paf
10948:
10949: * src/: classes/file.C, classes/hash.C, classes/string.C,
10950: classes/table.C, classes/void.C, include/pa_globals.h,
10951: include/pa_sql_connection.h, main/compile.tab.C,
10952: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
10953: $.bind[ $.a[2] ]
10954: ] input variables work. todo:output
10955:
10956: * src/targets/cgi/parser3.C: bugfix: iis specific
10957: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
10958: /_bug.html?404;http://hpsv/test/
10959: --------------------------------------------------------------------------------
10960: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
10961: --------------------------------------------------------------------------------
10962: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
10963:
10964: 2004-06-16 paf
10965:
10966: * src/targets/cgi/parser3.C: new: iis specific
10967: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
10968: $request:query
10969: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
10970: $form:fields IIS-STATUS="404"
10971: IIS-DOCUMENT="http://server/_bug.html" f="v"
10972:
10973: todo: isapi too
10974:
10975: 2004-05-26 paf
10976:
10977: * src/include/pa_version.h: 3.1.3
10978:
10979: * operators.txt: beauty: removed outdated level 'table'
10980:
10981: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
10982:
10983: * src/main/pa_string.C: beauty: removed 3 warnings
10984:
10985: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
10986: classes/op.C: beauty: removed outdated level 'table'
10987:
10988: 2004-05-25 paf
10989:
10990: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
10991: implementation. mistery: how anything worked
10992:
10993: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
10994: changed, it is now safe to use url if pointers to it are stored
10995: to gc mem
10996:
10997: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
10998: unknown errors reported and not cause SIGSEGV now
10999:
11000: 2004-05-24 paf
11001:
11002: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11003: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
11004: less memory: CORD_chars_block originally intended to ... it was
11005: good that CORD_chars_block were not used: it consumes more memory
11006: [and, might be slow too] undoing that. [and removed that func so
11007: that it would not confuse parser developer in future]
11008:
11009: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
11010: less memory: CORD_chars_block originally intended to
11011: speedup/reduce mem usage were forgotten, and were used stupid
11012: CORD_chars
11013:
11014: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
11015:
11016: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
11017: BIGENDIAN processors space-conserving mech failed, causing
11018: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
11019: (1|2|3));
11020:
11021: 2004-05-14 paf
11022:
11023: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
11024: bugfix: void now has vfile value, and $response:body[] works OK
11025:
11026: 2004-05-12 paf
11027:
11028: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
11029: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
11030: sources to use is_defined() {return as_bool();} along VBool
11031:
11032: 2004-05-11 paf
11033:
11034: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
11035: referencing to local objects
11036:
11037: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
11038: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
11039: left intact
11040:
11041: 2004-04-15 paf
11042:
11043: * src/classes/date.C: merged: beauty: unused var removed
11044:
11045: * src/classes/date.C: beauty: unused var removed
11046:
11047: * src/include/: pa_exec.h: bugfix: interface without pointer
11048: provoked bug
11049:
11050: 2004-04-09 paf
11051:
11052: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
11053:
11054: * src/types/pa_vform.C: bugfix: form:imap were incorrect
11055:
11056: 2004-04-08 paf
11057:
11058: * src/classes/date.C: new: ^date::create[y-m-d
11059: h-M-s>>.milliseconds<<] now allowed, ignored so far
11060:
11061: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
11062:
11063: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
11064: to consult default catalog [usually, that file belongs to other
11065: user/group]
11066:
11067: 2004-04-06 paf
11068:
11069: * src/main/pa_common.C: beauty: gcc warning removed
11070:
11071: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
11072: accept that trick, trying other
11073:
11074: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
11075: explicit result problem
11076:
11077: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
11078: explicit result problem
11079:
11080: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
11081: explicit result problem
11082:
11083: * operators.txt, src/classes/string.C: new: ^string.append[string]
11084:
11085: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
11086: main/execute.C: attempt_check_call_in_explicit_result_mode:
11087: failed
11088:
11089: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11090: http://i.p.a.ddress gethostbyaddr added [on some platforms
11091: gethostbyname failed with such 'domains'] now checked properly,
11092: were: needless reverse/forward dns lookup
11093:
11094: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11095: http://i.p.a.ddress gethostbyaddr added [on some platforms
11096: gethostbyname failed with such 'domains'] now checked properly,
11097: were: needless reverse/forward dns lookup
11098:
11099: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
11100: @method[][result] means "no string output here" moved to lexical
11101: level [on grammar level it were too difficult]
11102:
11103: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
11104: src/main/compile.y, src/main/compile_tools.h,
11105: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
11106: @method[][result] means "no string output here", implemented part
11107: of that idea: compiler throws away string literal generation
11108: code. and barks nonwhitespace chars
11109:
11110: * operators.txt: truth: removed comment about $ORIGIN
11111:
11112: 2004-04-05 paf
11113:
11114: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
11115: src/include/pa_version.h, src/main/pa_common.C,
11116: src/targets/isapi/parser3isapi.C: merged with 3.1.3
11117:
11118: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
11119: Konstantin Tomashevitch [mailto:konst@design.ru]
11120:
11121: * src/doc/html2chm.cmd: beauty: no need in bg here
11122:
11123: * src/doc/sources2html.cmd: beauty: same window, in bg it
11124: interfered with FAR console
11125:
11126: * configure, configure.in: 3.1.3
11127:
11128: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
11129:
11130: * src/main/pa_common.C: removed warning
11131:
11132: * src/include/pa_version.h: 3.1.3
11133:
11134: 2004-04-02 paf
11135:
11136: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
11137:
11138: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
11139: allows to specify where to put parser log file
11140:
11141: 2004-04-01 paf
11142:
11143: * src/classes/table.C: bugfix: bugfix: table::load last line
11144: without tab and enter were ignored
11145:
11146: * src/: include/pa_cache_managers.h, include/pa_globals.h,
11147: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
11148: main/pa_socks.C, targets/cgi/parser3.C,
11149: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
11150: bugfix: sql connections now are disconnected
11151:
11152: 2004-03-30 paf
11153:
11154: * src/classes/table.C: bugfix: table::load last line without tab
11155: and enter were ignored
11156:
11157: * src/classes/table.C: bufix: if last table lines were commented,
11158: gpfed
11159:
11160: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
11161: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
11162: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
11163: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
11164: doc/methoded.dox, doc/object.dox, doc/string.dox,
11165: doc/targets.dox, doc/value.dox, include/pa_version.h,
11166: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
11167: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
11168: bugfixes from 3.1.2, changed version to 3.1.3beta
11169:
11170: 2004-03-29 paf
11171:
11172: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
11173: causes gpf
11174:
11175: * src/doc/: ClassExample1.dox, ClassExample2.dox,
11176: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
11177: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
11178: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
11179: value.dox: translated to english
11180:
11181: 2004-03-25 paf
11182:
11183: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
11184: parser3project dependency removed
11185:
11186: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
11187: bugfix: refused to compile without xml
11188:
11189: * src/types/pa_vform.C: beauty: removed warning
11190:
11191: * src/classes/classes.vcproj: merged bugfix: now all compiles in
11192: any folder [removed last ;) folder dependency]
11193:
11194: * src/classes/classes.vcproj: bugfix: now all compiles in any
11195: folder [removed last ;) folder dependency]
11196:
11197: * src/include/pa_version.h: release
11198:
11199: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
11200:
11201: * src/classes/table.C: beauty: comment& more meaningful error
11202: message
11203:
11204: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
11205: $.hash[$.column_value1(true) ... ] [were producing some strang
11206: thing]
11207:
11208: 2004-03-23 paf
11209:
11210: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
11211: and http status line parsing checked number of columns in table
11212: [user reported an assert]
11213:
11214: * operators.txt: example: on hashfile
11215:
11216: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
11217: bugfix: junction reattach now actually reattaches a junction to
11218: new wcontext [were only assigning it to junction, which caused
11219: junction tracking to loose junction, and it's context were not
11220: killed, and it tried to process in invalid context, gpf]
11221:
11222: * src/targets/cgi/parser3.C: debug helper added
11223:
11224: 2004-03-19 paf
11225:
11226: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
11227: "type(type)" in braces
11228:
11229: 2004-03-10 paf
11230:
11231: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
11232: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11233: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
11234: solution to search-in-namespaces problem:
11235: $xdoc.search-namespaces.x[http://pif.design.ru/]
11236: $nodes[^xdoc.select[//x:second]]
11237:
11238: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
11239: expression][[NAMESPACES HASH]] allows to search for info in
11240: namespaces
11241:
11242: $nodes[^xdoc.select[//x:second][
11243: $.x[http://pif.design.ru/] ]]
11244:
11245: 2004-03-09 paf
11246:
11247: * operators.txt, src/main/pa_common.C: new:
11248: ^file::load[...][options] $.form[
11249: !$.field1[string]
11250: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
11251: ] !$.body[string]
11252:
11253: GET ?here notGET(POST, HEAD, others) in content-type:
11254: application/x-www-form-urlencoded
11255:
11256: todo: upload files ability
11257:
11258: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
11259: properly, done
11260:
11261: 2004-03-05 paf
11262:
11263: * operators.txt, src/main/pa_common.C: new: file::load[;http://
11264: GET/POST $.form[$.fields started, not tested yet
11265: todo:$.field[table] for multiple values
11266:
11267: * operators.txt: new: http:// options $.user $.password basic
11268: authorization
11269:
11270: * src/main/pa_common.C: beauty: link to rtf added
11271:
11272: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
11273: new: http:// options $.user $.password basic authorization
11274:
11275: * src/main/pa_common.C: beauty: removed needless vars
11276:
11277: * operators.txt: new: pgsql option [like that recently added to
11278: oracle driver] ClientCharset=parser-charset <<
11279: charset in which parser thinks client works
11280:
11281: * operators.txt: new: odbc option [like that recently added to
11282: oracle driver] ClientCharset=parser-charset <<
11283: charset in which parser thinks client works
11284:
11285: * src/sql/pa_sql_driver.h: beauty: important warning added
11286:
11287: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
11288: char!
11289:
11290: * etc/parser3.charsets/windows-1251.cfg: typo
11291:
11292: 2004-03-04 paf
11293:
11294: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
11295: cached, sql transcoding now goes faster
11296:
11297: * operators.txt: new: mysql option [like that recently added to
11298: oracle driver] ClientCharset=parser-charset <<
11299: charset in which parser thinks client works
11300:
11301: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
11302: typo error
11303:
11304: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
11305: chars commented
11306:
11307: 2004-03-03 paf
11308:
11309: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
11310: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
11311:
11312: 2004-03-02 paf
11313:
11314: * operators.txt: new[update typo]: !^void.left(n)
11315: nothing !^void.right(n) nothing !^void.mid(p[;n])
11316: nothing
11317:
11318: * operators.txt, src/classes/void.C: new: !^void.left(n)
11319: nothing !^void.right(n) nothing !^void.pos(p[;n])
11320: nothing
11321:
11322: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
11323: ^file::sql[[name_to_become_$.name]]{} query result must be one
11324: row with columns: first: data second: file name third:
11325: content-type
11326:
11327: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
11328: ^connect gets properly escaped string, which can be passed to
11329: request now this for mysql only. it's up to parser sql driver to
11330: fix zeros properly
11331:
11332: * INSTALL: note: added on building apache with this option:
11333: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
11334:
11335: 2004-03-01 paf
11336:
11337: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
11338: extension memory:compact befor processingrequest
11339:
11340: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
11341: call sole column of result
11342:
11343: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
11344: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
11345: pixel color
11346:
11347: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
11348: beauty: image -- less checks [were ugly impl]
11349:
11350: * src/classes/string.C: bugfix: ^string.left/right/mid with
11351: negative values now considered bad
11352:
11353: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
11354:
11355: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
11356: options now have unified defaults [after transform
11357: indent/omit-xml-declaration/standalone 'default' erroreously
11358: meant 'true']
11359:
11360: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
11361: added [on some platforms gethostbyname failed with such
11362: 'domains']
11363:
11364: * src/include/pa_config_auto.h.in: no select check, no define
11365:
11366: * src/classes/string.C: feature: ^string.trim both parameters may
11367: be empty-strings, meaning kind=both chars=whitespaces
11368:
11369: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
11370: exist
11371:
11372: * src/classes/string.C: check: trim 'chars' must not be empty,
11373: exception if it is
11374:
11375: * src/classes/string.C: changed: ^string.trim [] << both,
11376: whitespaces [start|both|end] << kind, whitespaces
11377: [start|both|end;chars] full
11378:
11379: 2004-02-27 paf
11380:
11381: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
11382: method: ^string.trim[start|both|end[;chars]] default
11383: 'chars' -- whitespace chars finished
11384:
11385: * operators.txt, src/classes/string.C, src/include/pa_string.h,
11386: src/main/pa_string.C: new method:
11387: ^string.trim[start|both|end[;chars]] default 'chars' --
11388: whitespace chars started, only start works
11389:
11390: * src/main/compile.C: bugfix: line numbers after
11391: ^process{}[$.line(-10]] can be negative, allowed to print they as
11392: signed
11393:
11394: * src/main/untaint.C: speed: there's no \n chars in output
11395: [normally], so no need to optimize them they could be retrived
11396: from databases, though. but 1. should be replaced 2. if not
11397: optimized, no harm done
11398:
11399: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
11400: ^file::exec/cgi could return invalid status & zombie child can
11401: remain for short period until process exists [very bad in
11402: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
11403:
11404: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
11405: malicious SMTP server to attack as by returning too long status
11406: responses http://i2/tasks/edit/?id=4629448401140924947
11407:
11408: 2004-02-26 paf
11409:
11410: * operators.txt: feature: ^process...{CODE}[now has options] which
11411: are $.main[to what to rename @main] $.file[file,
11412: from which (user says) goes that CODE] $.lineno(line
11413: number in that file, where CODE starts. may be negative)
11414:
11415: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11416: src/main/compile.C, src/main/compile_tools.h,
11417: src/main/pa_request.C: feature: ^process...{CODE}[now has
11418: options] which are $.main[to what to rename @main]
11419: $.file[file, from which (user says) goes that CODE]
11420: $.lineno(line number in that file, where CODE starts. may be
11421: negative)
11422:
11423: 2004-02-25 paf
11424:
1.116 moko 11425: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
11426: old @charsetsdir@ recently erased from configure.in]
1.95 moko 11427:
11428: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
11429: produces hash of column=>1
11430:
11431: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
11432: with incomplete errno constants set
11433:
11434: 2004-02-24 paf
11435:
11436: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
11437: "man select"
11438:
11439: * src/main/pa_os.C: beauty: <0 better then ==-1
11440:
11441: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
11442:
11443: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
11444:
1.116 moko 11445: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 11446:
11447: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
11448: unix: steps to work on unix [extracted 'to']
11449:
11450: * src/classes/mail.C: smtp on unix: steps to work on unix
11451:
11452: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
11453:
1.116 moko 11454: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
11455: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
11456: unix [testing on solaris]
1.95 moko 11457:
11458: 2004-02-20 paf
11459:
11460: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
11461: pointing that out
11462:
11463: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
11464: fixed again [same solution, mistanenly removed one line]
11465:
11466: 2004-02-19 paf
11467:
11468: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
11469: date::create from bad datetime in spring daylightsaving hole now
11470: OK for all platforms [on some platforms it failed]
11471:
11472: * src/classes/: date.C, image.C: beauty: date::create[bad date time
11473: in daylightsaving hole] now throws error
11474:
11475: * src/classes/date.C: comment: mistake fixed
11476:
11477: 2004-02-18 paf
11478:
11479: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
11480: now renderes in $request:charset, but in header puts
11481: $response:charset todo: make that default only so that coder
11482: could override that
11483:
11484: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
11485: turns off omit-xml-declaration
11486:
11487: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
11488: /.xsl for sample
11489:
11490: 2004-02-17 paf
11491:
11492: * src/classes/xdoc.C: beauty: needless helper class removed
11493:
11494: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
11495: copied extra time
11496:
11497: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
11498: part of libxml
11499:
11500: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
11501: libxml to do the work] <xsl:output method="html"
11502: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
11503: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
11504: />
11505:
11506: * src/classes/xdoc.C: beauty: no <meta ... charset generated
11507:
11508: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
11509: caused assertion
11510:
11511: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
11512: could hang. now such add does nothing, sub clears $hash
11513:
11514: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
11515: not made quoted-printable
11516:
11517: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
11518: string invariant
11519:
11520: 2004-02-16 paf
11521:
11522: * src/main/pa_globals.C: bugfix: xml errors copy from library now
11523: cleared [were not cleared properly]
11524:
11525: 2004-02-13 paf
11526:
1.116 moko 11527: * src/include/pa_version.h: prerelease
1.95 moko 11528:
11529: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
11530: used, introducing dependencies timestamp check
11531:
11532: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11533: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
11534: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
11535: .xsl.stamp now not used, introducing dependencies timestamp check
11536:
11537: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
11538:
11539: 2004-02-12 paf
11540:
11541: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
11542: ruined empty <input type=file> submits. parser thought there were
11543: nameless empty file and $form:field got value of type 'file'
11544:
11545: * INSTALL: --without-threads
11546:
11547: * src/include/pa_sapi.h: 2004
11548:
11549: 2004-02-11 paf
11550:
11551: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11552: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11553: classes/hashfile.C, classes/image.C, classes/int.C,
11554: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11555: classes/response.C, classes/string.C, classes/table.C,
11556: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11557: include/pa_array.h, include/pa_cache_managers.h,
11558: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11559: include/pa_config_fixed.h, include/pa_config_includes.h,
11560: include/pa_dictionary.h, include/pa_dir.h,
11561: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11562: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11563: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11564: include/pa_request_charsets.h, include/pa_request_info.h,
11565: include/pa_socks.h, include/pa_sql_connection.h,
11566: include/pa_sql_driver_manager.h, include/pa_stack.h,
11567: include/pa_string.h, include/pa_stylesheet_connection.h,
11568: include/pa_stylesheet_manager.h, include/pa_table.h,
11569: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11570: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11571: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11572: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11573: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11574: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11575: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11576: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11577: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11578: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11579: main/pa_sql_driver_manager.C, main/pa_string.C,
11580: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
11581: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
11582: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11583: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11584: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11585: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11586: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11587: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11588: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11589: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11590: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11591: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11592: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11593: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11594: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11595: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11596: types/pa_vresponse.h, types/pa_vstateless_class.C,
11597: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11598: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11599: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11600: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11601: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11602: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
11603:
11604: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
11605: debug version of gc.dll
11606:
11607: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11608: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11609: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
11610: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
11611: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
11612: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
11613: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
11614: processes
11615:
11616: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
11617: main/pa_globals.C, targets/cgi/parser3.vcproj,
11618: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
11619: changes to reflect libxml xsl new folders
11620:
11621: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11622: lib/smtp/smtp.vcproj, main/main.vcproj,
11623: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
11624: to reflect libxml xsl new folders
11625:
11626: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11627: lib/smtp/smtp.vcproj, main/main.vcproj,
11628: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
11629: types/types.vcproj: started changes to reflect libxml xsl new
11630: folders
11631:
11632: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
11633: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
11634: src/main/compile.tab.C, src/main/main.vcproj,
11635: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
11636: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
11637: started changes to reflect libxml xsl new folders
11638:
11639: 2004-02-10 paf
11640:
11641: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
11642: compile. recommened latest libxml up to date
11643:
11644: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
11645: pattern compilation errors", on which spent 4 hours worktime. use
11646: versions higher than that. recommended now latest up to date
11647:
11648: 2004-02-06 paf
11649:
11650: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
11651: beauty: unified destructing style
11652:
11653: * src/main/untaint.C: beauty: removed old def/ifdef
11654:
11655: * src/main/untaint.C: beauty: coredump @unknown untaint language
11656: now
11657:
11658: 2004-02-03 paf
11659:
11660: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
11661: targets/isapi/parser3isapi.C, types/pa_value.C,
11662: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
11663: then %ld/%lu
11664:
11665: * src/main/pa_common.C: typo: %l -> %u
11666:
11667: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
11668: in attributes or documents-results of transform now not xx;
11669:
11670: * src/classes/xnode.C: memleaks found: not fixed yet. todo
11671:
11672: * src/main/pa_charset.C: bugfix: forgot to undo some
11673:
11674: * src/main/pa_charset.C: beauty: uncomment
11675: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
11676: libraries
11677:
11678: 2004-02-02 paf
11679:
11680: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
11681: $cookie:example[ $.value[value] $.path[/there/] ]
11682:
11683: $cookie:example[ $.value[] $.expires[session]
11684: $.path[/there/] $.domain[test.com] ]
11685:
11686: * src/types/pa_vform.C: bugfix: empty values with
11687: enctype=multipart/form-data now produce entries in $form:tables
11688: <form method=post enctype=multipart/form-data> <input type=hidden
11689: name=a> <input type=hidden name=b>
11690:
11691: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
11692: <hr> <pre>$request:body
11693:
11694: 2004-01-30 paf
11695:
11696: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
11697: or documents-results of transform now not xx;
11698:
11699: * src/classes/date.C: bugfix: ^date::create[invalid fields now
11700: produce exception.
11701:
11702: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
11703: bugfix: ^date::create[invalid fields now produce exception.
11704:
11705: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
11706: year] now produces exception. todo: check other fields
11707:
11708: 2004-01-29 paf
11709:
11710: * src/include/pa_memory.h: typo error
11711:
11712: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
11713: more byte then specified, then zeroed it << useless and
11714: potentially harmful(could gpf)
11715:
11716: 2004-01-22 paf
11717:
11718: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
11719:
11720: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
11721: optimization
11722:
11723: * src/main/untaint.C: bugfix: whitespace now optimized properly
11724: [were bug: ^taint[1 & 2]="1 &2"
11725:
11726: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
11727: errors
11728:
11729: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
11730: overflow
11731:
11732: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
11733: error-reporting code * in parser-error reporting code [when no
11734: @unhandled_exception defined]
11735:
11736: fixed in one place: my *snprintf override
11737:
11738: 2004-01-13 paf
11739:
11740: * operators.txt: typo erro
11741:
11742: 2003-12-25 paf
11743:
11744: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
11745: garbled [pieces after zero bytes were removed]
11746:
11747: 2003-12-22 paf
11748:
1.116 moko 11749: * src/include/Makefile.am: bugfix: removed from dist:
11750: src/include/pa_config_auto.h which were configured for
1.95 moko 11751: make-dist-platform and badly updated proper config file in target
11752: [when .tar used for updating existing source tree]
11753:
11754: * ChangeLog, operators.txt, src/classes/op.C,
11755: src/include/pa_sql_connection.h,
11756: src/include/pa_sql_driver_manager.h,
11757: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
11758: feature: sql introducing ability to transcode charsets
11759:
11760: 2003-12-19 paf
11761:
11762: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
11763: error message
11764:
11765: * src/main/pa_charset.C: bugfix: memory for charsethandler
11766: structure for libxml now allocated properly
11767:
11768: 2003-12-17 paf
11769:
11770: * src/types/pa_vfile.C: beauty: removed outdated cast
11771:
11772: * src/main/pa_common.C: bugfix: empty http response caused gpf
11773:
11774: * src/include/pa_string.h: bugfix: removed too strong a assert
11775:
11776: * src/main/pa_globals.C: bugfix: removed false warning [warning:
11777: unreported xmlGenericErrors]
11778:
11779: 2003-12-15 paf
11780:
11781: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
11782: works}
11783:
11784: 2003-12-11 paf
11785:
11786: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
11787: id
11788: !$status:tid thread id
11789:
11790: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
11791: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
11792: bugfix(solaris): removed dependency on object initialization
11793: order [one more place]
11794:
11795: * src/: classes/file.C, classes/mail.C, classes/op.C,
11796: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
11797: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
11798: understand that
11799:
11800: * src/: classes/file.C, classes/mail.C, classes/op.C,
11801: classes/xdoc.C, include/pa_cache_managers.h,
11802: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11803: include/pa_stylesheet_manager.h, main/pa_request.C,
11804: main/pa_stylesheet_manager.C, types/pa_vimage.C,
11805: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
11806: ctor call [relying on implicit String::Body(cstr) call]
11807:
11808: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
11809: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
11810: object initialization order [two places]
11811:
11812: 2003-12-10 paf
11813:
11814: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
11815: << time now ok
11816:
11817: * operators.txt, src/main/pa_sql_driver_manager.C,
11818: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
11819: operational
11820:
11821: * ChangeLog, operators.txt, src/classes/xdoc.C,
11822: src/include/pa_charset.h, src/include/pa_sql_connection.h,
11823: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
11824: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
11825: back operational
11826:
11827: 2003-12-02 paf
11828:
11829: * src/types/pa_vmail.C: bugfix:
11830: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
11831: as-is forced]
11832:
11833: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
11834: exceptions out of libxml callbacks: reimplemented error handling
11835: of http://localhost, parser://method and safemode check callbacks
11836:
11837: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
11838: [merged from HEAD]
11839:
11840: * src/classes/image.C: nothing: comment removed
11841:
11842: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
11843: addresses to int
11844:
11845: 2003-12-01 paf
11846:
11847: * src/main/pa_xml_io.C: bugfix: typo
11848:
11849: * src/main/pa_globals.C: bugfix: win32: compile prob
11850:
11851: * src/classes/xdoc.C: bugfix: typo
11852:
11853: * src/main/pa_xml_io.C: todo: safe mode check not to throw
11854: exception
11855:
11856: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
11857:
11858: 2003-11-28 paf
11859:
11860: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
11861: all xml documents read
11862:
11863: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
11864:
11865: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11866: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
11867: replaced original open mech of xdoc::create & co to use libxml
11868: open, so that this would work for root document todo: safe mode
11869: checks to libxml: ideally to some 1 point
11870:
11871: * src/main/pa_xml_io.C: comment
11872:
11873: * operators.txt, src/main/pa_xml_io.C: leading / in
11874: http://parser[abscent params]
11875:
11876: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
11877: works. todo: maybe replace original open mech of xdoc::create &
11878: co to use libxml open, so that this would work for root document
11879:
11880: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
11881: "parser://method/params/here"> <test> &test^; </test> }]
11882:
11883: ^taint[^xdoc.string[]]
11884:
11885: @method[param] <!ENTITY test
11886: "test-entity-value+$form:user+$param!">
11887:
11888: 2003-11-27 paf
11889:
11890: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
11891:
11892: * src/classes/date.C: bugfix: typo error
11893:
11894: 2003-11-26 paf
11895:
11896: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
11897: src/main/Makefile.am, src/main/main.vcproj,
11898: src/main/pa_globals.C, src/main/pa_request.C,
11899: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
11900: xml errors to hash<thread_id,error> reorganization: xml io moved
11901: to pa_xml_io.C/h
11902:
11903: * src/types/pa_value.h: warnings: --
11904:
11905: 2003-11-25 paf
11906:
11907: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
11908: whatever)
11909:
11910: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
11911: a, (c?x:y, z)
11912:
11913: * src/main/untaint.C: bugfix: consequences of not reading this
11914: comment: CORD_pos_chars_left /* Number of characters in cache.
11915: <= 0 ==> none */
11916:
11917: * src/include/pa_array.h: removed needless checks
11918:
11919: 2003-11-24 paf
11920:
11921: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
11922: removed limit: now $form:xxx can be accessed anytime, even in
11923: @auto/conf [and request/response:charset still can be changed
11924: anytime]
11925:
11926: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
11927: now not transcodes response body
11928:
11929: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
11930: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
11931: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
11932: $xdoc.firstChild.firstChild.nodeValue[different]
11933: ^taint[^xdoc.string[]]
11934:
11935: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
11936: workaround: static Hash::allocates -> static Hash_allocates
11937:
11938: 2003-11-21 paf
11939:
1.116 moko 11940: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
11941: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
11942: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 11943:
11944: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
11945:
11946: * src/classes/mail.C: bugfix: typo
11947:
11948: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 11949: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
11950: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
11951: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
11952: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 11953: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
11954:
11955: * src/main/pa_exec.C: bug in safe mode
11956:
11957: * src/include/Makefile.am: pa_xml_exception.h
11958:
11959: * src/targets/isapi/parser3isapi.C: more warnings --
11960:
11961: 2003-11-20 paf
11962:
11963: * src/: classes/math.C, classes/op.C, classes/string.C,
11964: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
11965: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
11966: --
11967:
11968: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
11969: more warnings --
11970:
11971: * src/classes/xdoc.C: more warnings --
11972:
11973: * src/classes/: date.C, image.C, xdoc.C: more warnings --
11974:
11975: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
11976: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
11977:
11978: * src/: classes/date.C, classes/file.C, classes/hash.C,
11979: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
11980: classes/table.C, include/pa_cache_managers.h,
11981: include/pa_stylesheet_connection.h, main/pa_request.C,
11982: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
11983: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
11984: --
11985:
11986: * src/main/: execute.C, pa_request.C: old forgotten todo: when
11987: can't report problem (undefined @unhandled_exception) problem
11988: source string were not reported
11989:
11990: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11991: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11992: classes/hashfile.C, classes/image.C, classes/int.C,
11993: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11994: classes/response.C, classes/string.C, classes/table.C,
11995: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11996: include/pa_array.h, include/pa_cache_managers.h,
11997: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11998: include/pa_config_fixed.h, include/pa_dictionary.h,
11999: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
12000: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
12001: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
12002: include/pa_request.h, include/pa_request_charsets.h,
12003: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
12004: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12005: include/pa_stack.h, include/pa_string.h,
12006: include/pa_stylesheet_connection.h,
12007: include/pa_stylesheet_manager.h, include/pa_table.h,
12008: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12009: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
12010: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
12011: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12012: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12013: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12014: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12015: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
12016: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
12017: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
12018: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
12019: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12020: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
12021: targets/isapi/parser3isapi.C, types/pa_junction.h,
12022: types/pa_method.h, types/pa_value.C, types/pa_value.h,
12023: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
12024: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12025: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12026: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12027: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12028: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
12029: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12030: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12031: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12032: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12033: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12034: types/pa_vresponse.h, types/pa_vstateless_class.C,
12035: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12036: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12037: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12038: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12039: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12040: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
12041: const IDENT
12042:
12043: * src/: include/pa_array.h, include/pa_pool.h,
12044: include/pa_request.h, include/pa_string.h, include/pa_table.h,
12045: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
12046: types/pa_wcontext.h: more warnings --
12047:
12048: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
12049: classes/file.C, classes/hash.C, classes/hashfile.C,
12050: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12051: classes/memory.C, classes/op.C, classes/string.C,
12052: classes/table.C, classes/xdoc.C, classes/xnode.C,
12053: include/pa_config_includes.h, include/pa_operation.h,
12054: include/pa_sql_connection.h, include/pa_table.h,
12055: include/pa_types.h, lib/ltdl/config_fixed.h,
12056: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
12057: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12058: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
12059: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
12060: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
12061: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
12062: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
12063: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
12064: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
12065: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
12066: types/pa_vmail.C, types/pa_vobject.C,
12067: types/pa_vstateless_class.h, types/pa_vtable.C,
12068: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12069: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
12070: on all projects (except libltdl=off & libsdbm=level3) found
12071: several unitialized vars
12072:
12073: 2003-11-19 paf
12074:
12075: * src/classes/op.C: more ansi C++ comp
12076:
12077: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12078: src/main/pa_request.C: ^cache[...]{body}{catch block with
12079: $exception.handled[cache] meaning "get expired cache, if any.
12080: else error"}
12081:
12082: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
12083: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
12084: ^cache[...]{body}{catch code with $exception.cache field}
12085:
12086: 2003-11-12 paf
12087:
12088: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
12089: [copy/paste bug]
12090:
12091: 2003-11-11 paf
12092:
12093: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
12094: failed]
12095:
12096: * bin/auto.p.dist.in: colno
12097:
12098: 2003-11-10 paf
12099:
12100: * src/types/pa_vconsole.h: flush
12101:
12102: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
12103: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
12104: read/write [for nntp]
12105:
12106: * operators.txt: mysql: transaction support: ?autocommit=0
12107:
12108: * operators.txt: comment: updated
12109:
12110: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
12111: serialize version and exipire now removes entries
12112:
12113: * operators.txt: ^hashfile.delete[] removes files altogether [and
12114: dir, if could]
12115:
12116: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
12117: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
12118: removes files altogether [and dir, if could]
12119:
12120: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
12121: nonexistent pair. .c coded that that was error. fixed
12122:
12123: * src/types/pa_vhashfile.C: sdbm: exception type change to
12124: file.access [regretfull can't split it to different exceptions
12125: without modifying sdbm source wich would prefer not to]
12126:
12127: 2003-11-07 paf
12128:
12129: * src/: classes/date.C, classes/file.C, classes/hash.C,
12130: classes/hashfile.C, classes/image.C, classes/table.C,
12131: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
12132: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
12133: main/execute.C, main/main.vcproj, main/pa_pool.C,
12134: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
12135: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
12136: types/pa_vstateless_class.h: resurrected: pool idea. now only for
12137: destructing objects at request processing end
12138:
12139: 2003-11-06 paf
12140:
12141: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
12142: updates
12143:
12144: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
12145: to include sdbm
12146:
1.116 moko 12147: * src/include/: pa_config_includes.h, pa_version.h: our
12148: replacements of max& co only for cpp
1.95 moko 12149:
12150: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
12151: upper dir, .am updated
12152:
12153: * tests/todo.txt: hashfile: done
12154:
12155: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
12156: expiration [time in value. todo: move time to key]
12157:
12158: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
12159:
12160: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
12161: to do that in foreach, no errors, but surely wrong]
12162:
12163: * operators.txt, src/types/pa_vhashfile.C,
12164: src/types/pa_vhashfile.h: hashfile: clear and proper locking
12165:
12166: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
12167: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
12168: foreach
12169:
12170: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
12171: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
12172:
12173: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
12174: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
12175:
12176: * src/: include/pa_memory.h, targets/cgi/parser3.C,
12177: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
12178: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
12179: get/put [raw]
12180:
12181: * src/: classes/op.C, main/pa_os.C: just linked
12182:
12183: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
12184: XmlException changes
12185:
12186: * src/: include/pa_charset.h, include/pa_globals.h,
12187: include/pa_stylesheet_connection.h, main/pa_exception.C:
12188: XmlException changes
12189:
12190: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
12191:
12192: * src/: include/pa_common.h, include/pa_exception.h,
12193: main/main.vcproj, main/pa_common.C, include/pa_os.h,
12194: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
12195: main/pa_xml_exception.C: locking move to pa_os [along with
12196: pa_sleep] apr-impl locking done
12197:
12198: * configure, configure.in, operators.txt, parser3.sln,
12199: src/classes/classes.vcproj, src/classes/hashfile.C,
12200: src/classes/xdoc.C, src/include/pa_config_fixed.h,
12201: src/include/pa_exception.h, src/include/pa_globals.h,
12202: src/include/pa_memory.h, src/include/pa_version.h,
12203: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
12204: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
12205: src/main/compile.tab.C, src/main/main.vcproj,
12206: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
12207: src/types/Makefile.am, src/types/pa_vhash.C,
12208: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12209: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
12210: again with sdbm from apache
12211:
12212: 2003-11-05 paf
12213:
12214: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12215: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
12216: \parser3project dir anymore
12217:
12218: * src/main/pa_charset.C: bugfix: had broken binary search [copied
12219: thoughtlessly from xalan]
12220:
12221: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
12222: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
12223: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
12224:
12225: * src/main/helpers/CaseFolding.txt:
12226: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
12227:
12228: 2003-11-04 paf
12229:
12230: * operators.txt: comment: ^mail:send[$.options[
12231:
12232: * src/classes/table.C: compiled on unix
12233:
1.116 moko 12234: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 12235:
12236: * src/classes/mail.C: compiled on unix
12237:
12238: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
12239: src/types/pa_vmail.h: !^mail:send[
12240: $.options[unix: string to append to sendmail command
12241: line]
12242:
12243: * operators.txt, src/classes/table.C, src/main/pa_string.C,
12244: tests/todo.txt: ^table.save[... $.separator[^#09]
12245: $.encloser["] <nothing> by default
12246:
12247: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
12248: !$.separator[^#09] !$.encloser["] <nothing> by
12249: default
12250:
12251: 2003-11-03 paf
12252:
12253: * operators.txt, src/classes/table.C, src/main/pa_common.C:
12254: ^table::load[; options: !$.column-separator[^#09]
12255: !$.column-encloser["]
12256:
12257: * operators.txt, src/include/pa_config_fixed.h,
12258: src/types/pa_vrequest.C: $request:document-root
12259:
12260: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
12261: [already included into uri=xxx]
12262:
12263: * operators.txt, src/classes/image.C, tests/todo.txt:
12264: ^image.gif[filename] for $response:download
12265:
12266: * src/classes/date.C: minor precaution
12267:
12268: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
12269: !^date.unix-timestamp[]
12270:
12271: 2003-10-30 paf
12272:
12273: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
12274: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
12275:
12276: * src/classes/: date.C, image.C: improvement diagnostics:
12277: $now[^date::create[$undefined]] now is error
12278:
12279: * src/main/pa_common.C: read errors would now be reported 'actually
12280: read -1 bytes'
12281:
12282: 2003-10-24 paf
12283:
12284: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
12285: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
12286: src/main/Makefile.am, src/targets/cgi/Makefile.am,
12287: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
12288:
12289: 2003-10-22 paf
12290:
12291: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
12292:
12293: 2003-10-21 paf
12294:
12295: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
12296: fixed: string.match[g] without <'> option produced columns with
12297: NULL's, which gpf'ed at table.save time
12298:
12299: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
12300: recoursion' message with intensive throw-catches fixed: incorrect
12301: name and line (one name upper then needed) in error message about
12302: problems inside try block
12303:
12304: 2003-10-10 paf
12305:
12306: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
12307: check offset argument for validity did that in String::Body::pos
12308: myself http://i2/tasks/edit/?id=4577425257580789777
12309:
12310: 2003-10-07 paf
12311:
12312: * src/main/: compile.tab.C, compile.y: ^if ( better error:
12313: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
12314:
12315: 2003-10-03 paf
12316:
12317: * parser3.sln, src/include/pa_dictionary.h,
12318: src/main/pa_dictionary.C, src/main/pa_string.C,
12319: src/targets/cgi/parser3.vcproj: dictionary optimized by
12320: precalculating cstr&length
12321:
12322: 2003-10-02 paf
12323:
12324: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
12325: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
12326: main/pa_stylesheet_manager.C: bugfix: ^throw context were
12327: saved/restored incompletely http://www.parser.ru/forum/?id=21484
12328:
12329: 2003-09-30 paf
12330:
12331: * src/main/pa_string.C: string::replace bug fix [were ignoring
12332: occurrances after lang-mismatched
12333:
12334: 2003-09-29 paf
12335:
12336: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
12337: helper
12338:
12339: * src/main/pa_string.C: string::serialize bug fix with
12340: zero-terminator
12341:
12342: * src/classes/table.C: ^nameless_table.save column row now has no
12343: \t at the end
12344:
12345: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
12346: @postprocess now takes $response:body/download
12347:
12348: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
12349: error message
12350:
12351: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
12352:
12353: * src/classes/table.C: bugfix: flip: must produce nameless
12354: http://i2/tasks/edit/?id=4573405524674081244
12355:
12356: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
12357: main/helpers/simple_folding.pl: utf-8 upper/lower
12358:
12359: * src/main/pa_common.C: bugfix: utf signature were not ignored due
12360: to typo error http://i2/tasks/edit/?id=4573354650786434584
12361:
12362: 2003-09-26 paf
12363:
12364: * src/main/untaint.C: removed needless field
12365:
12366: * src/main/untaint.C: removed needless const
12367:
12368: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
12369: String.for_each bug fixed [omited one-char cases]
12370:
12371: * src/include/pa_stack.h: bugfix: before collecting garbage,
12372: runtime-executor stack were cleared... BADLY
12373:
12374: * src/main/pa_string.C: ^stirng.replace code used old
12375: param-convention on langs.append, fixed that search fo the like,
12376: found none
12377:
12378: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
12379: string::serialize/deserialize implemented Language enum assigned
12380: meaningful letters [more convinient for debugging. read warning
12381: before adding/changing anything]
12382:
12383: 2003-09-25 paf
12384:
12385: * src/: include/pa_string.h, include/pa_version.h,
12386: main/pa_string.C, main/untaint.C: templates and anonymous unions
12387: differences on unix
12388:
12389: * parser3.sln, src/classes/file.C, src/classes/image.C,
12390: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
12391: src/classes/xdoc.C, src/classes/xnode.C,
12392: src/include/pa_cache_managers.h, src/include/pa_charset.h,
12393: src/include/pa_charsets.h, src/include/pa_common.h,
12394: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
12395: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
12396: src/include/pa_table.h, src/lib/cord/cordbscs.c,
12397: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
12398: src/lib/cord/include/cord.h, src/main/compile.tab.C,
12399: src/main/compile_tools.h, src/main/pa_charset.C,
12400: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
12401: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12402: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
12403: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
12404: src/types/pa_vmail.C, src/types/pa_vmath.C,
12405: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
12406: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
12407:
12408: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
12409: functions aligned to that of eeparser3 look
12410:
12411: * src/lib/cord/cordprnt.c: removed warnings
12412:
12413: 2003-09-24 paf
12414:
12415: * src/: classes/file.C, classes/image.C, classes/mail.C,
12416: classes/op.C, classes/xdoc.C, classes/xnode.C,
12417: include/pa_cache_managers.h, include/pa_charset.h,
12418: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
12419: include/pa_sql_driver_manager.h, include/pa_string.h,
12420: include/pa_stylesheet_manager.h, include/pa_table.h,
12421: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
12422: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
12423: main/pa_sql_driver_manager.C, main/pa_string.C,
12424: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
12425: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
12426: types/pa_vstateless_class.h, types/pa_vstatus.C,
12427: types/pa_vxnode.C: v() functions of String::Body,
12428: String::Languages and String itself StringBody->String::Body
12429:
12430: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12431: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
12432: never optimized anything. todo: somehow speed up harder cases:
12433: concatenationA+concatenationB when last block of A and first of B
12434: contain same letters
12435:
12436: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12437: lib/cord/include/cord.h: langs: speed up by joining adjucent
12438: blocks of same char [CORD_append_block]
12439:
12440: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12441: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
12442: save space by extending blocks when appending block with c ==
12443: lastblock.c
12444:
12445: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
12446: working yet :( but more working &understood :)
12447:
12448: * src/: classes/table.C, include/pa_string.h,
12449: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
12450:
12451: 2003-09-23 paf
12452:
12453: * src/main/untaint.C: $a[ok!] $a works!
12454:
12455: * src/main/untaint.C: something even more works :)
12456:
12457: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
12458: something more works :)
12459:
12460: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12461: lib/cord/cordxtra.c: something already works :)
12462:
12463: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
12464: serialize&deserialize
12465:
12466: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
12467: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
12468: main/untaint.C: main idea implemented, details left
12469:
12470: 2003-09-22 paf
12471:
12472: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
12473:
12474: * src/classes/xnode.C: copy/paste comment bugfix
12475:
12476: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
12477: allocator returns 0, just die.
12478: http://i2/tasks/edit/?id=4570798492410259445
12479:
12480: * src/classes/xdoc.C: copy/paste comment bugfix
12481:
12482: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
12483: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
12484: xnode: getAttributeNS setAttributeNS removeAttributeNS
12485: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
12486:
12487: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
12488: chars due to bitwise operation signed-char error]
12489:
12490: 2003-09-19 paf
12491:
12492: * src/types/pa_wcontext.C: output message: more practical
12493: suggestion
12494:
12495: * src/main/pa_common.C, operators.txt: merged
12496: $f[^file::load[binary;http://...]] $f.tables
12497:
12498: 2003-09-02 paf
12499:
12500: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
12501: flush stdout without referencing 'stdout' symbol. to hell with
12502: non-ansi libraries without 'stdout' symbol
12503:
12504: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
12505: unix (users reported problems with some old libc)
12506:
12507: * src/types/pa_vdate.h: forgot initializer
12508:
12509: 2003-09-01 paf
12510:
12511: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
12512: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
12513: zone]
12514:
12515: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
12516:
12517: 2003-08-19 paf
12518:
12519: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
12520: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
12521: simplified a little
12522:
12523: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
12524: [lost fix from 3.0.8]
12525:
12526: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
12527: visible here }
12528:
12529: bug fix
12530:
12531: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
12532:
12533: * src/main/compile.tab.C: initialized couple of variables about
12534: which user reported runtime problems when parser were compiled
12535: with VC7, warning level4. study shows that later in bison
12536: they've fixed that. would migrate to latest bison someday
12537:
12538: * src/types/pa_vmail.C: turned off recoding in gmime (were still
12539: recoding headers)
12540:
12541: * src/types/pa_vmail.C: works as before, same charset problems:
12542: gmime recodes to UTF-8 only headers, not body. so not recoding
12543: anything for now
12544:
12545: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
12546: problems with body
12547:
12548: * src/types/pa_vmail.C: mail_receive just compiled
12549:
12550: 2003-08-18 paf
12551:
12552: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12553: main/main.vcproj, types/types.vcproj: win32: continued process
12554: detaching from \parser3project directory
12555:
12556: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
12557: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
12558: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
12559: src/lib/pcre/pcre_dftables.dsp,
12560: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
12561: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
12562: src/types/types.dsp: moved to MSVC 7
12563:
12564: * gnu.vcproj.vspscc, parser3.vssscc,
12565: src/classes/classes.vcproj.vspscc,
12566: src/lib/cord/cord.vcproj.vspscc,
12567: src/lib/ltdl/libltdl.vcproj.vspscc,
12568: src/lib/md5/md5.vcproj.vspscc,
12569: src/lib/pcre/pcre_dftables.vcproj.vspscc,
12570: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
12571: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
12572: src/targets/isapi/parser3isapi.vcproj.vspscc,
12573: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
12574: moved to MSVC 7
12575:
12576: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
12577: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
12578: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12579: src/lib/pcre/pcre_dftables.vcproj,
12580: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
12581: src/targets/cgi/parser3.vcproj,
12582: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12583: new VS project files
12584:
12585: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
12586: .NET to detect Jalindi Igloo capabilities.
12587:
12588: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 12589: src/classes/classes.awk, src/doc/footer.htm,
12590: src/include/pa_config_fixed.h, src/include/pa_version.h,
12591: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 12592: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
12593: src/types/pa_vmail.C: merged 3.1.0 latest changes
12594:
12595: 2003-08-15 paf
12596:
12597: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12598: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
12599:
12600: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12601: non-ascii <yyy> now encoded correctly
12602:
12603: 2003-07-29 paf
12604:
1.116 moko 12605: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
12606: dist
1.95 moko 12607:
12608: * src/types/pa_vmail.C: just started --with-mail-receive
12609:
12610: 2003-07-28 paf
12611:
1.116 moko 12612: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
12613: dependence in src/classes, src/lib/gc now in dist
1.95 moko 12614:
12615: * src/main/pa_string.C: ^cache bug fix [were not working at all]
12616:
12617: 2003-07-25 paf
12618:
12619: * src/doc/footer.htm: year
12620:
12621: 2003-07-24 paf
12622:
12623: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
12624: fix
12625:
12626: * src/include/pa_version.h: release
12627:
1.116 moko 12628: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 12629:
12630: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
12631: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
12632: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
12633: getting rid of win32xml pseudo project
12634:
12635: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
12636:
1.116 moko 12637: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
12638: configure.in, operators.txt, parser3.dsw,
1.95 moko 12639: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 12640: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 12641: src/classes/classes.C, src/classes/classes.awk,
12642: src/classes/classes.dsp, src/classes/classes.h,
12643: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12644: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12645: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12646: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
12647: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12648: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
12649: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
12650: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 12651: src/include/pa_array.h, src/include/pa_cache_managers.h,
12652: src/include/pa_charset.h, src/include/pa_charsets.h,
12653: src/include/pa_common.h, src/include/pa_config_auto.h.in,
12654: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
12655: src/include/pa_dictionary.h, src/include/pa_dir.h,
12656: src/include/pa_exception.h, src/include/pa_exec.h,
12657: src/include/pa_globals.h, src/include/pa_hash.h,
12658: src/include/pa_memory.h, src/include/pa_opcode.h,
12659: src/include/pa_operation.h, src/include/pa_pool.h,
12660: src/include/pa_pragma_pack_begin.h,
1.95 moko 12661: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
12662: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
12663: src/include/pa_sapi.h, src/include/pa_socks.h,
12664: src/include/pa_sql_connection.h,
12665: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
12666: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
12667: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
12668: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 12669: src/include/pa_uue.h, src/lib/Makefile.am,
12670: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
12671: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
12672: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
12673: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 12674: src/lib/cord/include/ec.h,
12675: src/lib/cord/include/private/Makefile.am,
12676: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 12677: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
12678: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 12679: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 12680: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
12681: src/main/compile_tools.C, src/main/compile_tools.h,
12682: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
12683: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12684: src/main/pa_charsets.C, src/main/pa_common.C,
12685: src/main/pa_dictionary.C, src/main/pa_dir.C,
12686: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 12687: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
12688: src/main/pa_request.C, src/main/pa_socks.C,
12689: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12690: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 12691: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
12692: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
12693: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
12694: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
12695: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
12696: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
12697: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 12698: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12699: src/targets/isapi/parser3isapi.dsp,
12700: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 12701: src/types/pa_junction.h, src/types/pa_method.h,
12702: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 12703: src/types/pa_vclass.C, src/types/pa_vclass.h,
12704: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12705: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12706: src/types/pa_vdouble.h, src/types/pa_venv.h,
12707: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
12708: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
12709: src/types/pa_vimage.C, src/types/pa_vimage.h,
12710: src/types/pa_vint.h, src/types/pa_vjunction.h,
12711: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
12712: src/types/pa_vmath.h, src/types/pa_vmemory.h,
12713: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12714: src/types/pa_vobject.C, src/types/pa_vobject.h,
12715: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12716: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12717: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12718: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
12719: src/types/pa_vstatus.h, src/types/pa_vstring.C,
12720: src/types/pa_vstring.h, src/types/pa_vtable.C,
12721: src/types/pa_vtable.h, src/types/pa_vvoid.h,
12722: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12723: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12724: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
12725: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
12726: HEAD
12727:
12728: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
12729: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
12730: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
12731: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
12732: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
12733: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
12734: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
12735: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
12736: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
12737: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
12738: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
12739: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
12740: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
12741: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
12742: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
12743: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
12744: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
12745: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
12746: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
12747: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
12748: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
12749: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
12750: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
12751: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
12752: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
12753: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
12754: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
12755: outputs/create-dir, results/001.processed, results/002.processed,
12756: results/003.processed, results/004.processed,
12757: results/005.processed, results/006.processed,
12758: results/007.processed, results/008.processed,
12759: results/009.processed, results/010.processed,
12760: results/011.processed, results/012.processed,
12761: results/013.processed, results/014.processed,
12762: results/015.processed, results/016.processed,
12763: results/017.processed, results/018.processed,
12764: results/019.processed, results/020.processed,
12765: results/021.processed, results/022.processed,
12766: results/023.processed, results/024.processed,
12767: results/025.processed, results/026.processed,
12768: results/027.processed, results/028.processed,
12769: results/029.processed, results/030.processed,
12770: results/031.processed, results/032.processed,
12771: results/033.processed, results/034.processed,
12772: results/035.processed, results/036.processed,
12773: results/037.processed, results/038.processed,
12774: results/039.processed, results/040.processed,
12775: results/041.processed, results/042.processed,
12776: results/043.processed, results/044.processed,
12777: results/045.processed, results/046.processed,
12778: results/047.processed, results/048.processed,
12779: results/049.processed, results/050.processed,
12780: results/051.processed, results/052.processed,
12781: results/053.processed, results/054.processed,
12782: results/055.processed, results/056.processed,
12783: results/057.processed, results/058.processed,
12784: results/059.processed, results/060.processed,
12785: results/061.processed, results/062.processed,
12786: results/063.processed, results/064.processed,
12787: results/065.processed, results/066.processed,
12788: results/067.processed, results/068.processed,
12789: results/069.processed, results/070.processed,
12790: results/071.processed, results/072.processed,
12791: results/073.processed, results/074.processed,
12792: results/075.processed, results/076.processed,
12793: results/077.processed, results/078.processed,
12794: results/079.processed, results/080.processed,
12795: results/081.processed, results/082.processed,
12796: results/083.processed, results/084.processed,
12797: results/085.processed, results/086.processed,
12798: results/087.processed, results/088.processed,
12799: results/089.processed, results/090.processed,
12800: results/091.processed, results/092.processed,
12801: results/093.processed, results/094.processed,
12802: results/095.processed, results/096.processed,
12803: results/097.processed, results/098.processed,
12804: results/099.processed, results/100.processed,
12805: results/101.processed, results/102.processed,
12806: results/103.processed, results/104.processed,
12807: results/105.processed, results/106.processed,
12808: results/107.processed, results/108.processed,
12809: results/109.processed, results/110.processed,
12810: results/111.processed, results/112.processed,
12811: results/113.processed, results/114.processed,
12812: results/115.processed, results/116.processed,
12813: results/117.processed, results/118.processed,
12814: results/119.processed, results/120.processed,
12815: results/121.processed, results/122.processed,
12816: results/123.processed, results/124.processed,
12817: results/125.processed, results/126.processed,
12818: results/127.processed, results/128.processed,
12819: results/129.processed, results/130.processed,
12820: results/131.processed, results/132.processed,
12821: results/133.processed, results/134.processed,
12822: results/135.processed, results/136.processed,
12823: results/137.processed, results/138.processed,
12824: results/139.processed, results/140.processed,
12825: results/141.processed: merged(copied) to HEAD from template_gc
12826:
12827: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
12828: towards \parser3project not having to be in root
12829:
12830: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
12831: module compiled [were minor unnecessary changes in lib/md5
12832: interface]
12833:
12834: * src/include/pa_version.h: release
12835:
12836: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
12837:
12838: * src/classes/math.C: merged uuid bugfix
12839:
12840: * tests/: 141.html, results/141.processed: fixed bug with
12841: too-small-a-buffer
12842:
12843: * src/classes/math.C: uuid bugfix
12844:
12845: * tests/: 141.html, Makefile, results/005.processed,
12846: results/030.processed, results/075.processed,
12847: results/078.processed: to reflect date format change (were -
12848: become ' ')
12849:
12850: * src/classes/math.C: uuid bugfix
12851:
12852: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
12853: debug/release changes
12854:
12855: * src/lib/md5/pa_md5c.c: PA_ -> pa_
12856:
12857: 2003-07-23 paf
12858:
12859: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
12860: renamed a little [to move to comman naming conv]
12861:
1.116 moko 12862: * src/targets/Makefile.am: apache13 splitted to simplify apache
12863: build
1.95 moko 12864:
12865: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
12866: main/pa_request.C, main/pa_sql_driver_manager.C,
12867: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
12868: stack top_index() fixed
12869:
12870: * src/main/pa_globals.C: minor style changes
12871:
12872: * src/: classes/op.C, include/pa_sql_connection.h: connection
12873: closing/caching fixed [connections were not closed/put to cache]
12874:
12875: 2003-07-22 paf
12876:
12877: * INSTALL: gc part updated stightly
12878:
12879: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
12880: new sapi interface
12881:
12882: * src/classes/file.C: comment on OS
12883:
12884: * src/main/pa_string.C: removed reduntant invariant check [there is
12885: one deeper in cord lib]
12886:
12887: * src/main/pa_exec.C: on win32 bugfix in handling shbang
12888:
12889: * src/main/pa_memory.C: out of memory is no longer coredump
12890:
12891: * INSTALL: disable-threads adviced
12892:
12893: 2003-07-21 paf
12894:
1.116 moko 12895: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 12896:
12897: * src/classes/file.C: file::exec/cgi environment variables now must
12898: be UPPERCASE and A-Z 0-9 _-
12899:
12900: * src/classes/file.C: env passing fixed
12901:
12902: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
12903:
12904: * src/main/pa_common.C: http:// CRLF now
12905:
12906: 2003-07-02 paf
12907:
12908: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
12909: fields to reflect their real meaning
12910:
12911: 2003-06-27 paf
12912:
12913: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
12914: include/pa_hash.h, main/pa_charset.C: merged from HEAD
12915: file::exec/cgi .charset
12916:
12917: 2003-06-26 paf
12918:
12919: * ChangeLog, src/classes/file.C, src/classes/hash.C,
12920: src/classes/image.C, src/classes/op.C, src/classes/string.C,
12921: src/classes/table.C: fixed several uninitialized local
12922: structures. notably ^hash.foreach now inserts delimiters
12923: properly [were inserting it before first body]
12924:
12925: 2003-06-24 paf
12926:
12927: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
12928:
12929: 2003-06-20 paf
12930:
12931: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
12932: src/main/pa_globals.C: introducing
12933: $f[^file::load[binary;http://...]] $f.tables
12934:
12935: 2003-06-06 paf
12936:
12937: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
12938: table. [were method lookup: inconsistent]
12939:
12940: 2003-06-02 paf
12941:
12942: * src/include/pa_memory.h: empty string clone fixed to return
12943: writable memory
12944:
12945: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
12946: were not appended] which violated string invariant
12947:
12948: 2003-05-30 paf
12949:
12950: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
12951: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
12952:
12953: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
12954: GMT ; RFC 822, updated by RFC 1123
12955:
12956: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
12957: targets/isapi/parser3isapi.C: initialized request_info properly
12958:
12959: * src/classes/xnode.C: found minor bug, commended for future
12960:
12961: 2003-05-28 paf
12962:
12963: * src/classes/form.C: request_info.content_length can't be <0,
12964: size_t for some time
12965:
12966: 2003-05-26 paf
12967:
12968: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
12969: forgotten <0 changed to !=STRING_NOT_FOUND
12970:
12971: * src/classes/math.C: merged ffffu from HEAD
12972:
12973: 2003-05-11 paf
12974:
12975: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
12976:
12977: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
12978: premature doc free. transformed document had xmlDoc reference
12979: stored to non-gc-memory (libgdome) added holding-reference
12980:
12981: 2003-04-29 paf
12982:
12983: * src/main/pa_globals.C: started digging on double free. on win32
12984: found that that's perfectly normal.
12985:
12986: 2003-04-25 paf
12987:
12988: * src/classes/table.C: table.join bug fix [bad limit check]
12989:
12990: * src/classes/math.C: merged from HEAD: simpiler hash_string
12991:
12992: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
12993: print anything. changed to quicker and simplier code
12994:
12995: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
12996: strict a check]
12997:
12998: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
12999:
13000: 2003-04-24 paf
13001:
13002: * src/include/pa_table.h: too strict assert loosened
13003:
13004: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
13005: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
13006: report
13007:
13008: 2003-04-21 paf
13009:
1.116 moko 13010: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 13011:
13012: * src/main/pa_globals.C: pcre memory management changed to use GC
13013: memory
13014:
13015: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
13016: xmlMallocAtomic [author agreed to my suggestion], used that
13017:
13018: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
13019:
13020: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
13021: types/pa_vmail.C: attributed_meaning_to_string added
13022: L_UNSPECIFIED piece which was sortof OK, but violated string
13023: invariant [assertion barked on that] changed to L_PASS_APPEND,
13024: made that param obligatory
13025:
13026: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
13027: fixed [assert helped]
13028:
13029: * src/include/pa_string.h: assert added [looking for bug]
13030:
13031: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
13032: names on Win32 considered disk-global
13033:
13034: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
13035: considered disk-global
13036:
13037: 2003-04-18 paf
13038:
13039: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
13040: filenames
13041:
13042: * src/main/untaint.C: enabled '~' letter in filenames
13043:
13044: 2003-04-16 paf
13045:
13046: * src/classes/file.C: small bug introduced in autoptr times fixed
13047:
13048: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
13049: HEAD
13050:
1.116 moko 13051: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 13052:
13053: 2003-04-15 paf
13054:
13055: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13056: src/lib/md5/pa_md5c.c, tests/141.html,
13057: tests/results/141.processed: merged from head ^math:uuid[]
13058: ^math:uid64[] ^math:md5[string]
13059:
13060: test added: 141.html
13061:
13062: * operators.txt, src/classes/math.C: ^math:uid64[]
13063:
13064: * src/classes/math.C: ^math:uuid[]
13065:
13066: * operators.txt, src/classes/math.C: ^math:uuid[]
13067:
13068: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13069: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
13070:
13071: * operators.txt, src/classes/file.C, src/include/pa_common.h,
13072: src/include/pa_config_fixed.h, src/main/pa_common.C:
13073: ^file::load[mode;name; $.offset $.limit
13074:
13075: 2003-04-14 paf
13076:
13077: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13078: started ^math:md5
13079:
13080: * src/classes/table.C, src/include/pa_array.h,
13081: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
13082: tests/results/140.processed: table $.reverse option works in
13083: create&co table $.distinct[tables] bug fix merged
13084:
13085: * src/: classes/table.C, include/pa_table.h: table
13086: $.distinct[tables] bug fixed
13087:
13088: * src/classes/table.C: more warnings
13089:
13090: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
13091: removed checks in table::set_current, moved them back to
13092: table::locate implemented table::create/join ñ $.reverse
13093:
13094: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
13095: removed checks in table::set_current, moved them back to
13096: table::locate
13097:
13098: 2003-04-11 paf
13099:
13100: * operators.txt, src/classes/date.C, src/classes/table.C,
13101: src/include/pa_array.h, src/include/pa_common.h,
13102: src/include/pa_config_includes.h, src/include/pa_string.h,
13103: src/include/pa_table.h, src/main/pa_request.C,
13104: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13105: src/main/pa_table.C: merged from HEAD from
13106: before_append_array_limit_sense_change to
13107: after_append_array_limit_sense_change
13108:
13109: * src/classes/table.C: typo
13110:
13111: * operators.txt, src/classes/date.C, src/classes/table.C,
13112: src/include/pa_array.h, src/include/pa_common.h,
13113: src/include/pa_config_includes.h, src/include/pa_globals.h,
13114: src/include/pa_table.h, src/main/pa_array.C,
13115: src/main/pa_globals.C, src/main/pa_request.C,
13116: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13117: src/main/pa_table.C: append_array_limit_sense_change locate
13118: accepts options same as create new option: $.reverse(1) [do not
13119: work in table::create]
13120:
13121: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
13122: (stat xxx,
13123:
13124: * src/classes/: table.C: typo
13125:
13126: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
13127: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
13128: results/130.processed, results/131.processed,
13129: results/132.processed, results/133.processed,
13130: results/134.processed, results/135.processed,
13131: results/136.processed, results/137.processed,
13132: results/138.processed, results/139.processed: added few mustfail
13133: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
13134: date/time 132.html mustfail: access to junction outside of
13135: context 133.html mustfail: access to junction outside of context,
13136: case version 134.html mustfail: hash: adding a key inside of
13137: foreach 135.html mustfail: modifying system class 136.html
13138: mustfail: $.name outside of $hash[here] 137.html mustfail:
13139: appendChild without import 138.html mustfail: invalid encoding
13140: inside of xml 139.html mustfail: bad XPath
13141:
13142: * operators.txt, src/classes/table.C, tests/084.html,
13143: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
13144: tests/129.html, tests/results/125.processed,
13145: tests/results/126.processed, tests/results/127.processed,
13146: tests/results/128.processed, tests/results/129.processed: merged
13147: from HEAD ^table.hash[key][$.distinct[tables]]
13148:
13149: maked appropriate tests [changed one old nonconforming]
13150:
13151: * operators.txt, src/classes/table.C:
13152: ^table.hash[key][$.distinct[tables]]
13153:
13154: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13155: merged fix for found very old xml (dom) bug: were passing
13156: domString objects and later ERROREOUSLY freed them
13157:
13158: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
13159: src/main/pa_charset.C: re-added libgdome patch. regretfully
13160: libgdome bug can not be worked around
13161:
13162: 2003-04-10 paf
13163:
13164: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13165: found very old xml (dom) bug: were passing domString objects and
13166: later ERROREOUSLY freed them
13167:
13168: * src/doc/string.dox, src/include/pa_memory.h,
13169: src/include/pa_string.h, src/lib/cord/cordbscs.c,
13170: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
13171: tests/123.html, tests/124.html, tests/results/001.processed,
13172: tests/results/002.processed, tests/results/003.processed,
13173: tests/results/004.processed, tests/results/005.processed,
13174: tests/results/006.processed, tests/results/008.processed,
13175: tests/results/009.processed, tests/results/010.processed,
13176: tests/results/011.processed, tests/results/012.processed,
13177: tests/results/013.processed, tests/results/014.processed,
13178: tests/results/015.processed, tests/results/016.processed,
13179: tests/results/017.processed, tests/results/018.processed,
13180: tests/results/020.processed, tests/results/021.processed,
13181: tests/results/022.processed, tests/results/023.processed,
13182: tests/results/024.processed, tests/results/025.processed,
13183: tests/results/026.processed, tests/results/027.processed,
13184: tests/results/028.processed, tests/results/029.processed,
13185: tests/results/030.processed, tests/results/031.processed,
13186: tests/results/032.processed, tests/results/033.processed,
13187: tests/results/034.processed, tests/results/035.processed,
13188: tests/results/036.processed, tests/results/037.processed,
13189: tests/results/038.processed, tests/results/039.processed,
13190: tests/results/040.processed, tests/results/041.processed,
13191: tests/results/042.processed, tests/results/043.processed,
13192: tests/results/044.processed, tests/results/045.processed,
13193: tests/results/046.processed, tests/results/047.processed,
13194: tests/results/048.processed, tests/results/049.processed,
13195: tests/results/050.processed, tests/results/051.processed,
13196: tests/results/052.processed, tests/results/053.processed,
13197: tests/results/054.processed, tests/results/055.processed,
13198: tests/results/056.processed, tests/results/057.processed,
13199: tests/results/058.processed, tests/results/059.processed,
13200: tests/results/060.processed, tests/results/061.processed,
13201: tests/results/062.processed, tests/results/063.processed,
13202: tests/results/064.processed, tests/results/065.processed,
13203: tests/results/066.processed, tests/results/067.processed,
13204: tests/results/068.processed, tests/results/069.processed,
13205: tests/results/070.processed, tests/results/071.processed,
13206: tests/results/072.processed, tests/results/073.processed,
13207: tests/results/074.processed, tests/results/075.processed,
13208: tests/results/076.processed, tests/results/077.processed,
13209: tests/results/078.processed, tests/results/079.processed,
13210: tests/results/080.processed, tests/results/081.processed,
13211: tests/results/082.processed, tests/results/083.processed,
13212: tests/results/084.processed, tests/results/085.processed,
13213: tests/results/086.processed, tests/results/087.processed,
13214: tests/results/088.processed, tests/results/089.processed,
13215: tests/results/090.processed, tests/results/091.processed,
13216: tests/results/092.processed, tests/results/093.processed,
13217: tests/results/094.processed, tests/results/095.processed,
13218: tests/results/096.processed, tests/results/097.processed,
13219: tests/results/101.processed, tests/results/102.processed,
13220: tests/results/104.processed, tests/results/105.processed,
13221: tests/results/106.processed, tests/results/107.processed,
13222: tests/results/108.processed, tests/results/109.processed,
13223: tests/results/110.processed, tests/results/111.processed,
13224: tests/results/112.processed, tests/results/113.processed,
13225: tests/results/114.processed, tests/results/115.processed,
13226: tests/results/116.processed, tests/results/117.processed,
13227: tests/results/118.processed, tests/results/119.processed,
13228: tests/results/120.processed, tests/results/121.processed,
13229: tests/results/122.processed, tests/results/123.processed,
13230: tests/results/124.processed: new convention: char* never 0.
13231: assert in cord on that
13232:
13233: * src/main/pa_charset.C: couple more asserts
13234:
13235: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
13236: speedup
13237:
13238: * src/main/pa_charset.C: couple assertions on fantastic situations
13239: added [may be those is the case now?]
13240:
13241: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13242: that's memory from gc_malloc, not from g_malloc :(, but would
13243: hope]
13244:
13245: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13246: that's memory from gc_malloc, not from g_malloc :(, but would
13247: hope]
13248:
13249: * src/main/pa_charset.C: checked custom malloc for returning 0
13250:
13251: 2003-04-09 paf
13252:
13253: * src/classes/date.C: merged ^date.roll changes
13254:
13255: * src/classes/date.C: ^date.roll bug fix
13256:
13257: * src/classes/date.C: ^date.roll now throws less errors: month
13258: shifts handles end of month situation by reducing day number
13259: hour-hole shift reduces hour to recover
13260:
13261: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
13262: Sort by function time
13263:
13264: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
13265: http:// $.charset[] param done
13266:
13267: * tests/: 122.html, results/122.processed: 122 date test <= and ==
13268: added [after volatile fix. passes on win&intel-solaris]
13269:
13270: 2003-04-08 paf
13271:
13272: * src/: classes/file.C, classes/op.C, classes/table.C,
13273: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
13274: include/pa_common.h, include/pa_request_charsets.h,
13275: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13276: main/pa_exec.C, main/pa_request.C, main/untaint.C,
13277: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
13278: types/pa_vresponse.C: started http:// $.charset[] param and
13279: http response charset detection just compiled. todo:test
13280:
13281: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
13282:
13283: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
13284: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
13285: types/pa_vmail.C: changed transcode param converntion along with
13286: string creating convention -- all strings are zero-terminated,
13287: this allowed to fix one remaining String("123", 2) case
13288:
13289: * src/: classes/date.C, classes/file.C, classes/hash.C,
13290: classes/op.C, classes/string.C, classes/table.C,
13291: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
13292: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
13293: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13294: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
13295: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
13296: violated String::invariant. started fixing [not compiled now]
13297:
13298: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
13299: main/compile.tab.C, main/compile.y, main/pa_string.C,
13300: main/untaint.C, targets/cgi/parser3.C: number of string style
13301: improvements & optimizations
13302:
13303: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
13304: :(]
13305:
13306: * src/main/untaint.C: removed redundant & in CORD_pos param passing
13307: [for it's a pointer really]
13308:
13309: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
13310: 'n' param. worked that around
13311:
13312: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
13313: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
13314: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
13315: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
13316: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
13317:
13318: Thanks for the bug report and patch.
13319:
13320: I hadn't looked at this code in a while. Reading it now, it
13321: seems to me that the tests should also be ">= MAX_DEPTH" to
13322: comply with the invariant, though that may not matter a lot. I
13323: changed that, too.
13324:
13325: Hans
13326:
13327: 2003-04-07 paf
13328:
13329: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
13330: merged from head:safe mode error message now includes numbers
13331:
13332: * src/main/execute.C: n-th attempt to make a=a work with double.
13333: problem: as_double returns it's result in fp-register compiler
13334: optimizes access to that register after b->as_double, and just
13335: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13336: from memory. _SAME_ double values do not match here. when
13337: forced to REload fp-register, values do match.
13338:
13339: tried to make them volatile.
13340:
13341: * src/main/execute.C: n-th attempt to make a=a work with double.
13342: problem: as_double returns it's result in fp-register compiler
13343: optimizes access to that register after b->as_double, and just
13344: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13345: from memory. _SAME_ double values do not match here. when
13346: forced to REload fp-register, values do match.
13347:
13348: tried to make them volatile.
13349:
13350: * src/types/pa_vobject.h: small style change
13351:
13352: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
13353:
13354: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
13355: mode error message now includes numbers
13356:
13357: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
13358: now causes death
13359:
13360: 2003-04-04 paf
13361:
13362: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
13363: incorportated pa_exec patch by From: "Victor Fedoseev"
13364: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
13365: Sent: Thursday, January 23, 2003 9:14 AM
13366:
13367: huge speedup on ^file::cgi with big result
13368:
13369: * src/classes/table.C: sort table with 0 rows bug fixed
13370:
13371: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
13372: fix http://i2/tasks/edit/?id=4493701604654042676
13373:
13374: @main[] $with_default[ $.a[1] $._default[default from
13375: with_default] ] ^show[$with_default]
13376:
13377: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13378: =$to_add_to.xxx=<br>
13379:
13380: ^show[$to_add_to]
13381:
13382: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13383: ^show[$cloned]
13384:
13385: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13386:
13387: } <hr>
13388:
13389: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
13390: http://i2/tasks/edit/?id=4493701604654042676
13391:
13392: @main[] $with_default[ $.a[1] $._default[default from
13393: with_default] ] ^show[$with_default]
13394:
13395: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13396: =$to_add_to.xxx=<br>
13397:
13398: ^show[$to_add_to]
13399:
13400: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13401: ^show[$cloned]
13402:
13403: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13404:
13405: } <hr>
13406:
13407: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
13408: http://i2/tasks/edit/?id=4507350336410850921
13409:
13410: * src/classes/xdoc.C: memory allocation func bugfix
13411: http://i2/tasks/edit/?id=4499303470368629745
13412:
13413: * src/classes/math.C: allowed random 1...
13414:
13415: * src/classes/math.C: allowed random 0..
13416:
13417: * src/main/pa_globals.C: exif mem leak
13418: http://i2/tasks/edit/?id=4480590323629807263
13419:
13420: * src/: classes/classes.dsp, main/main.dsp,
13421: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
13422: fix http://i2/tasks/edit/?id=4493946731322521294
13423: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
13424:
13425: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13426: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
13427: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
13428: links to xml libs made relative, no need to unpack parser3project
13429: to /parser3project.
13430:
13431: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
13432: column more precise - tab handling bug fixed
13433:
13434: * src/main/: compile.tab.C, compile.y: more understandable error
13435: message in case @CLASS with more then one line inside
13436:
13437: * src/targets/cgi/parser3.C: more understandable error message in
13438: case of errors in @unhandled_exception
13439:
13440: 2003-04-03 paf
13441:
13442: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
13443: src/main/compile.tab.C, src/main/compile.y,
13444: src/main/compile_tools.C, src/main/compile_tools.h,
13445: src/main/execute.C, src/main/pa_request.C: debug info format
13446: simplified, now it's: OP_VALUE Operation::Origin << here value*
13447:
13448: higher limits: file number (max: 255) line number (max:
13449: 64535) column number (max: 255)
13450:
13451: * src/classes/math.C: top limit
13452:
13453: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
13454: precise parse error position in case of
13455:
13456: ^bug ]
13457:
13458: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
13459: changed to realities, and passed [bug fixed]
13460:
13461: * src/: classes/op.C, include/pa_request.h, main/compile.C,
13462: main/compile.tab.C, main/compile.y, main/compile_tools.C,
13463: main/compile_tools.h, main/pa_request.C: introducing
13464: ^process...[main-method-alias]
13465:
13466: * src/: classes/date.C, classes/image.C, classes/op.C,
13467: classes/string.C, classes/table.C, classes/xdoc.C,
13468: types/pa_vmethod_frame.h: MethodParams& now [methods without
13469: params receive zero reference, but they are expected not to look
13470: there]
13471:
13472: * operators.txt, src/classes/date.C, src/classes/double.C,
13473: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
13474: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13475: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13476: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13477: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13478: src/main/execute.C, src/types/pa_method.h: MethodParams& now
13479: [methods without params receive zero reference, but they are
13480: expected not to look there]
13481:
13482: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13483: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
13484: ^process...[filename] useful for better error reporting
13485: [file/line/col]
13486:
13487: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
13488: types/pa_vstring.h: slightly improved error messages text: 1. is
13489: '%s', it 2. method undefined in case of ^void[]
13490:
13491: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13492: include/pa_types.h, main/execute.C, main/pa_request.C: exception
13493: handling done. now we have error columns todo: test it
13494:
13495: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
13496: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
13497:
13498: this makes life easier: were: bad stack order -- were in
13499: exception catch unwind order, which didn't match execution order
13500:
13501: @main[] ^try{ ^first[] }{ ^throw[c;3] }
13502:
13503: @first[] ^throw[a;1]
13504:
13505: showed throw a first throw b try
13506:
13507: which is no good
13508:
13509: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13510: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
13511: trace reset after handled exception [old bug fixed]
13512:
13513: * src/main/: compile.tab.C, compile.y: parse position old bug
13514: fixed. position reporting made precise [both, in parse erros and
13515: runtime errors]
13516:
13517: 2003-04-02 paf
13518:
13519: * src/: include/pa_operation.h, include/pa_request.h,
13520: main/compile.C, main/compile.tab.C, main/compile.y,
13521: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13522: main/pa_exception.C, main/pa_request.C: debug info: started
13523: using. todo:complete
13524:
13525: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
13526: main/compile.C, main/compile.tab.C, main/compile.y,
13527: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13528: main/pa_request.C: prepared debug info todo:use it
13529:
13530: * src/include/pa_operation.h: strange mistake fixed: forgot to
13531: return Operation class->union after switching from autoptrs.
13532:
13533: * tests/: Makefile, results/108.processed, results/117.processed:
13534: meta considered OK [it's up to coder now to remove it not needed]
13535:
13536: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
13537: Dictionary constructor when moved to gc]
13538:
13539: * src/main/pa_common.C: uncommented http:// file loading
13540:
13541: * src/include/pa_array.h, src/main/execute.C,
13542: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
13543: fix [gdGrowingBuf]
13544:
13545: * configure.in, src/lib/Makefile.am: removed patches
13546:
13547: * configure, src/include/pa_config_auto.h.in,
13548: src/main/pa_charset.C: --enable-assertions autoconf-ed
13549:
13550: * src/main/pa_common.C: uncommented http:// file loading
13551:
13552: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
13553: xdoc::create/load
13554:
13555: * src/: classes/form.C, classes/hash.C, classes/image.C,
13556: classes/string.C, classes/table.C, classes/void.C,
13557: include/pa_common.h, main/pa_common.C, main/pa_request.C,
13558: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
13559: String::String(str,helper_length) are checked. found/fixed one
13560: place: $request:body now zero-terminated,
13561:
13562: * src/: classes/op.C, classes/table.C, include/pa_request.h,
13563: main/compile_tools.C, main/execute.C, types/pa_value.h,
13564: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
13565: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
13566: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13567: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
13568: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13569: types/pa_vxnode.h: more locally scoped vars in execute (more
13570: easily optimizable)
13571:
13572: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
13573: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
13574:
13575: * src/: include/pa_array.h, include/pa_stack.h,
13576: include/pa_string.h, main/compile_tools.C, main/main.dsp,
13577: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
13578: become assertion iterator in methodframe filler
13579:
13580: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
13581: targets/cgi/parser3.C: array::get/put inlined
13582:
13583: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
13584: gc_substitute_memory_management_functions +installed CORD_oom
13585: function
13586:
13587: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
13588: src/include/pa_config_includes.h, src/include/pa_string.h,
13589: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
13590: src/targets/cgi/parser3.C: converted debug hacks to ANSI
13591: assertions started configure.in --enable-assertions
13592:
13593: 2003-04-01 paf
13594:
13595: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
13596: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
13597: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
13598: gdome uses glib memory, and stores last pointer to xmlDoc there,
13599: gc misses that and collects valid memory fixed by remembering
13600: xmlDoc from dom object in xdoc. todo: do something with
13601: premature free of xdoc with xnodes/node values referring into it
13602:
13603: * src/classes/: mail.C: typo fix
13604:
13605: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
13606: changes
13607:
13608: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
13609: main/pa_memory.C: moved memory debugging to global level: to
13610: pa_gc_malloc
13611:
13612: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
13613: debugging showed no errors. todo: debug parser memory
13614:
13615: * src/targets/cgi/: parser3.C, parser3.dsp: more build
13616: configurations
13617:
13618: * src/: classes/classes.dsp, include/pa_config_fixed.h,
13619: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
13620: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
13621: types/types.dsp: prepared xml-static configuration
13622:
13623: 2003-03-31 paf
13624:
13625: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
13626: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
13627: xml lib memory debugging, simple checks failed: it seems that
13628: library does realloc(bad ptr), and recording those ptrs in heap
13629: [for debugging] was bad: heap situation changes = everything
13630: works fine
13631:
13632: * src/: main/pa_charset.C, include/pa_charset.h: worked around
13633: xmlRegisterCharEncodingHandler limitation [currently imposed
13634: limit of 10 user-defined charsets]
13635:
13636: 2003-03-28 paf
13637:
13638: * src/main/execute.C: execution stack copied to local register
13639: variable, removed lots [~2e7) of memory accesses
13640:
13641: 2003-03-27 paf
13642:
13643: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
13644: works in debug, but fails in release todo: fix that
13645:
13646: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
13647: targets/cgi/parser3.C: forgot to merge XML memory funcs
13648: replacement from gc branch
13649:
13650: * src/main/pa_exec.C: introducing append_help_length [radical
13651: improvement here]
13652:
13653: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
13654: 'not recommened' in gc.h, on win32 noticed no difference]
13655:
13656: * src/include/pa_array.h: returned checked array get [were disabled
13657: for debugging] result:not slower [don't understand that, it were
13658: INLINED] todo: find out a way of inlining it!
13659:
13660: * src/: include/pa_string.h, lib/gc/include/gc.h,
13661: lib/gc/include/gc_fake.h, main/compile.tab.C,
13662: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
13663: convention changed: all resulting strings are zero-terminated
13664:
13665: * src/: classes/date.C, classes/file.C, classes/hash.C,
13666: classes/string.C, classes/table.C, classes/void.C,
13667: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
13668: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
13669: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
13670: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13671: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
13672: types/pa_vfile.C, types/pa_vmail.C: introducing
13673: append_help_length [radical improvement here]
13674:
13675: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
13676: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
13677: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
13678: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
13679: even slower
13680:
13681: * src/: classes/string.C, classes/table.C, include/pa_array.h,
13682: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
13683: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
13684: clients of &get(): most to use non-ref version, some[in tight
13685: places] to get_unchecked_ref
13686:
13687: * src/doc/memory.dox: forgot to add
13688:
13689: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
13690: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
13691: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
13692: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
13693: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13694: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
13695: targets/cgi/parser3.dsp, types/pa_vmail.C,
13696: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
13697: T>>&<< removed after Stack::pop wiping removed [moved to separate
13698: func] other Array & removed
13699:
13700: 2003-03-26 paf
13701:
13702: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
13703: classes/table.C, include/pa_array.h, include/pa_charset.h,
13704: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
13705: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13706: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
13707: main/main.dsp, main/pa_charset.C, main/pa_common.C,
13708: main/pa_exec.C, main/pa_sql_driver_manager.C,
13709: main/pa_stylesheet_manager.C, main/pa_table.C,
13710: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
13711: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13712: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
13713: pre-evaluated .count() in some places
13714:
13715: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13716: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
13717: types/types.dsp: .dsp profiling updated
13718:
13719: * src/: classes/classes.dsp, lib/cord/cord.dsp,
13720: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
13721: targets/cgi/parser3.dsp, types/types.dsp: started profiling
13722:
13723: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
13724: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
13725: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
13726: use lib/gc,lib/cord
13727:
1.116 moko 13728: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
13729: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 13730: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
13731: src/include/pa_config_includes.h, src/include/pa_request.h,
13732: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
13733: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 13734: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 13735: src/lib/cord/include/Makefile.am,
1.116 moko 13736: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
13737: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
13738: src/targets/cgi/Makefile.am, src/types/Makefile.am,
13739: src/types/pa_vclass.h, src/types/pa_vcookie.h,
13740: src/types/pa_vform.h, src/types/pa_vhash.h,
13741: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
13742: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
13743: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
13744: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
13745: funcs ported pa_exec
1.95 moko 13746:
13747: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
13748:
13749: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
13750: bundled gc includes
13751:
13752: * src/: classes/op.C, include/pa_array.h,
13753: include/pa_sql_connection.h, include/pa_string.h,
13754: include/pa_version.h, main/compile.tab.C, main/compile.y,
13755: main/execute.C, main/pa_common.C, main/pa_exception.C,
13756: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
13757: targets/cgi/parser3.dsp: a number of bugfixes [while testing
13758: first real site (aval)]
13759:
13760: 2003-03-25 paf
13761:
13762: * operators.txt, src/main/pa_sql_driver_manager.C,
13763: src/types/pa_vstatus.C: $status.memory used free since_compact
13764: process
13765:
13766: * src/: include/pa_sql_connection.h, main/pa_globals.C,
13767: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
13768:
13769: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
13770:
13771: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
13772: src/types/pa_value.h, src/types/pa_vfile.h,
13773: src/types/pa_vobject.C, src/types/pa_vobject.h,
13774: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
13775: tests/results/121.processed: untaint.C L_URI
13776:
13777: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
13778: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
13779: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
13780: src/types/pa_vmemory.h: ^memory:compact[]
13781:
13782: * tests/results/109.processed: it was a bug in parser. updated 109
13783: test result
13784:
13785: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
13786:
13787: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
13788: tests/results/107.processed: fixed dom language [values are now
13789: considered tainted. it was a bug in parser. updated 107 test
13790: result
13791:
13792: * src/classes/xdoc.C: fixed transform params
13793:
13794: * src/: include/pa_stylesheet_manager.h,
13795: main/pa_stylesheet_manager.C: fixed stylesheet caching
13796:
13797: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
13798: overloads for structure handling
13799:
13800: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
13801: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
13802: StringBody(0) ambiguilty, introducting static
13803: StringBody::Format(int)
13804:
13805: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
13806: linked
13807:
13808: * src/types/pa_vxdoc.C: vxdoc compiled
13809:
13810: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
13811: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
13812: finalizers isntalled
13813:
13814: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
13815: doc/exception.dox, doc/index.dox, include/pa_charset.h,
13816: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
13817: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
13818: compiled todo: xnode.C / finalizers
13819:
13820: * src/doc/string.dox: updated: new string internals
13821:
13822: 2003-03-24 paf
13823:
13824: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13825: include/pa_charset.h, include/pa_config_fixed.h,
13826: include/pa_request.h, include/pa_stylesheet_connection.h,
13827: include/pa_stylesheet_manager.h, main/pa_charset.C,
13828: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
13829: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
13830: types/pa_vxnode.h: started XML
13831:
13832: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
13833:
13834: * src/: classes/file.C, classes/image.C, classes/mail.C,
13835: include/pa_string.h, main/pa_common.C,
13836: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
13837:
13838: * src/: classes/file.C, classes/image.C, classes/mail.C,
13839: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
13840: main/pa_request.C, main/pa_sql_driver_manager.C,
13841: types/pa_vimage.h: size_t pos everywhere checks changed to check
13842: for eq STRING_NOT_FOUND
13843:
13844: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
13845: optimize bit implemented
13846:
13847: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13848: String::ArrayFragment::append_positions fixed
13849:
13850: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
13851: String::this_starts fixed
13852:
13853: * src/main/pa_string.C, tests/Makefile: string::pos fixed
13854:
13855: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
13856: hashcode implemented fully, including per-char callback [it can
13857: be - substr CORD node]
13858:
13859: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
13860: rewritten to rewalloc with 100byte buf ahead
13861:
13862: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
13863: src/include/pa_string.h, src/main/compile.tab.C,
13864: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
13865: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
13866: CORD_ec [bad] would rewrite as realloc now
13867:
13868: * src/: classes/date.C, classes/file.C, classes/form.C,
13869: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
13870: include/pa_cache_managers.h, include/pa_charsets.h,
13871: include/pa_common.h, include/pa_request.h,
13872: include/pa_sql_driver_manager.h, include/pa_table.h,
13873: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
13874: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
13875: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
13876: types/pa_vmail.C, types/pa_vmethod_frame.C,
13877: types/pa_vstateless_class.h: 2*2 worked :)
13878:
13879: * parser3.dsw, src/classes/date.C, src/classes/file.C,
13880: src/include/pa_exec.h, src/include/pa_string.h,
13881: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
13882: passed OK
13883:
13884: * src/: classes/hash.C, classes/string.C, classes/table.C,
13885: types/pa_value.C: all linked todo: debug
13886:
13887: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
13888: types/pa_vstateless_class.C: all compiled. todo:link
13889:
13890: * src/types/pa_wcontext.C: pa_wcontext.C compiled
13891:
13892: * src/types/pa_vtable.C: pa_vtable.C compiled
13893:
13894: * src/types/pa_vstring.C: pa_vstring.C compiled
13895:
13896: * src/types/pa_vstatus.C: pa_vstatus.C compiled
13897:
13898: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
13899: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
13900: pa_vstateless_class.C, pa_vstateless_class.h:
13901: pa_vstateless_class.C compiled
13902:
13903: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
13904: types/pa_vmath.C: pa_vmail.C compiled
13905:
13906: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
13907:
13908: * src/types/pa_vform.C: pa_vform.C compiled
13909:
13910: * src/types/pa_vfile.C: pa_vfile.C compiled
13911:
13912: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
13913: pa_vstateless_class.C: pa_vcookie.C compiled
13914:
13915: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
13916: types/pa_vhash.h: pa_value.C compiled
13917:
13918: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
13919: classes.lib main.lib compiled
13920:
13921: * src/classes/void.C: void.C compiled
13922:
13923: * src/: classes/string.C, classes/table.C, include/pa_string.h,
13924: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
13925: compiled
13926:
13927: * src/: classes/string.C, include/pa_request.h,
13928: include/pa_string.h, main/pa_string.C: string.C compiled
13929:
13930: * src/: classes/op.C, classes/string.C, classes/table.C,
13931: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
13932: main/pa_request.C, main/pa_string.C: op.C compiled
13933:
13934: * src/classes/: math.C, op.C: math.C compiled
13935:
13936: * src/: classes/mail.C, classes/string.C, classes/table.C,
13937: types/pa_vmail.h: mail.C compiled
13938:
13939: * src/classes/: int.C, table.C: int.C compiled
13940:
13941: * src/: classes/hash.C, classes/image.C, classes/string.C,
13942: classes/table.C, include/pa_memory.h, include/pa_string.h,
13943: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
13944: compiled
13945:
13946: * src/: classes/hash.C, classes/string.C, classes/table.C,
13947: classes/void.C, classes/xdoc.C, include/pa_request.h,
13948: include/pa_sql_connection.h: hash.C compiled
13949:
13950: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
13951: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
13952: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
13953: classes/math.C, classes/op.C, classes/response.C,
13954: classes/string.C, classes/table.C, classes/void.C,
13955: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
13956: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
13957: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
13958: file.C table.C compiled
13959:
13960: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
13961: main/untaint.C: main.lib compiled
13962:
13963: 2003-03-21 paf
13964:
13965: * src/: classes/op.C, include/pa_cache_managers.h,
13966: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13967: include/pa_stylesheet_manager.h, main/pa_exception.C,
13968: main/pa_globals.C, main/pa_sql_driver_manager.C,
13969: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
13970: compiled
13971:
13972: * src/: classes/hash.C, classes/image.C, classes/op.C,
13973: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
13974: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
13975: main/compile.C, main/pa_common.C, main/pa_request.C,
13976: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
13977: pa_request.C compiled
13978:
13979: * src/: classes/hash.C, classes/mail.C, classes/op.C,
13980: include/pa_request.h, main/execute.C, main/pa_request.C,
13981: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13982: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
13983: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13984: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
13985: compiled
13986:
13987: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
13988: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
13989: on unix
13990:
13991: * src/: include/pa_charset.h, include/pa_charsets.h,
13992: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
13993: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
13994: pa_charsets.C compiled
13995:
13996: * src/: classes/image.C, classes/mail.C, classes/op.C,
13997: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
13998: main/compile.y, main/execute.C, main/pa_common.C,
13999: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
14000: types/pa_vcode_frame.h, types/pa_vimage.h,
14001: types/pa_vmethod_frame.h: execute.C compiled
14002:
14003: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14004: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14005: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14006: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
14007: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14008: include/pa_cache_managers.h, include/pa_charsets.h,
14009: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
14010: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
14011: include/pa_sql_driver_manager.h, include/pa_string.h,
14012: include/pa_stylesheet_connection.h,
14013: include/pa_stylesheet_manager.h, include/pa_table.h,
14014: main/compile.C, main/compile.tab.C, main/compile.y,
14015: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14016: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14017: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14018: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
14019: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14020: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14021: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14022: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14023: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14024: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14025: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14026: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14027: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14028: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14029: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14030: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14031: types/pa_vresponse.h, types/pa_vstateless_class.C,
14032: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14033: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14034: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14035: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14036: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14037: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
14038: [C++ CORD wrapper]
14039:
14040: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
14041:
14042: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
14043: $file::exec/cgi[script; $.charset[this is script's charset]
14044:
14045: command line, env values, input got transcoded before call
14046: stdout, stderr got transcoded after call
14047:
14048: * src/classes/file.C: ^file::exec/cgi now does not pass post data
14049: by default. use: ^file::exec[...;$.stdin[$request.body]
14050:
14051: * src/main/pa_common.C: } typo bug fix
14052:
14053: * src/main/pa_common.C: } typo bug fix
14054:
14055: 2003-03-20 paf
14056:
14057: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
14058: main/untaint.C: cord bug fix, but still errors todo: clear out
14059:
14060: * src/include/pa_string.h: more tests
14061:
14062: * src/main/pa_string.C: string.pos fixed
14063:
1.116 moko 14064: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
14065: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
14066: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
14067: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
14068: replaces
1.95 moko 14069:
14070: * src/: classes/image.C, include/pa_dictionary.h,
14071: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14072: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
14073: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
14074: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
14075:
14076: * src/include/pa_string.h: warning
14077:
14078: * src/include/pa_string.h: this_starts fixed
14079:
14080: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
14081: new String ctor & append params convention
14082:
14083: * src/: classes/file.C, classes/hash.C, classes/image.C,
14084: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
14085: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
14086: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
14087: main/pa_exception.C, main/pa_exec.C,
14088: main/pa_sql_driver_manager.C, main/pa_string.C,
14089: main/pa_stylesheet_manager.C, main/untaint.C,
14090: targets/isapi/parser3isapi.C, types/pa_vimage.C,
14091: types/pa_vmail.C: more tests OK
14092:
14093: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
14094: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
14095: gc/exit runned OK
14096:
14097: * src/types/pa_vmail.C: another naming problem: should not name
14098: vars like that: unpredictable close caused problems with later
14099: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
14100: descriptors missing on startup: stdin; Bad file number
14101:
14102: todo: find out why so many filters(stream) here. probably wrong?
14103:
14104: * src/: include/pa_dictionary.h, include/pa_string.h,
14105: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
14106: main/untaint.C: test compiled
14107:
14108: * src/: classes/image.C, classes/mail.C, classes/math.C,
14109: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
14110: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
14111: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
14112: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
14113: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14114: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
14115: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
14116: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
14117: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
14118:
14119: * parser3.dsw, src/classes/file.C, src/classes/image.C,
14120: src/classes/op.C, src/classes/string.C, src/classes/table.C,
14121: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
14122: src/include/pa_memory.h, src/include/pa_request.h,
14123: src/include/pa_request_charsets.h,
14124: src/include/pa_sql_connection.h, src/include/pa_string.h,
14125: src/main/compile.tab.C, src/main/execute.C,
14126: src/main/pa_charset.C, src/main/pa_common.C,
14127: src/main/pa_exception.C, src/main/pa_exec.C,
14128: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14129: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
14130: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
14131: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
14132: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14133: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
14134: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14135: src/types/pa_vobject.C, src/types/pa_vresponse.C,
14136: src/types/pa_vstatus.C, src/types/pa_vstring.C,
14137: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14138: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
14139: pa_common.C [done, without http for now]
14140:
14141: 2003-03-19 paf
14142:
14143: * src/: classes/date.C, classes/form.C, classes/hash.C,
14144: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
14145: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
14146: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
14147: include/pa_string.h, include/pa_table.h, main/compile.C,
14148: main/compile_tools.C, main/execute.C, main/pa_charset.C,
14149: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
14150: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
14151: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14152: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
14153: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
14154: types/pa_vstateless_class.h, types/pa_vtable.C,
14155: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
14156: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
14157: types/pa_wwrapper.h: started test
14158:
1.116 moko 14159: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
14160: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 14161:
14162: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
14163: include/pa_string.h, main/pa_string.C: string compiled todo: test
14164: it
14165:
14166: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
14167: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
14168: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
14169: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
14170: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
14171: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
14172: types/pa_vmethod_frame.h, types/types.dsp: string
14173: reimplementation with cord+array<fragment>: 70%
14174:
14175: 2003-03-18 paf
14176:
14177: * src/: classes/date.C, classes/file.C, classes/form.C,
14178: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
14179: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
14180: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
14181: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
14182: can ignore lang in cmp and pos really, but would
14183: split properly!
14184:
14185: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
14186: cord part made parser/src/lib: it's not compiled into libgc by
14187: default
14188:
14189: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
14190: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14191: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14192: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14193: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14194: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14195: src/classes/xnode.C, src/classes/xnode.h,
14196: src/include/Makefile.am, src/include/pa_cache_managers.h,
14197: src/include/pa_charset.h, src/include/pa_charsets.h,
14198: src/include/pa_common.h, src/include/pa_dictionary.h,
14199: src/include/pa_exception.h, src/include/pa_exec.h,
14200: src/include/pa_globals.h, src/include/pa_hash.h,
14201: src/include/pa_memory.h, src/include/pa_pool.h,
14202: src/include/pa_request.h, src/include/pa_request_charsets.h,
14203: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
14204: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14205: src/include/pa_stylesheet_connection.h,
14206: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14207: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
14208: src/main/compile.C, src/main/compile.tab.C,
14209: src/main/compile_tools.C, src/main/compile_tools.h,
14210: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
14211: src/main/pa_charsets.C, src/main/pa_common.C,
14212: src/main/pa_dictionary.C, src/main/pa_exception.C,
14213: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
14214: src/main/pa_pool.C, src/main/pa_request.C,
14215: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14216: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
14217: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
14218: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
14219: src/types/pa_junction.h, src/types/pa_method.h,
14220: src/types/pa_value.C, src/types/pa_value.h,
14221: src/types/pa_vclass.C, src/types/pa_vclass.h,
14222: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14223: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14224: src/types/pa_vdouble.h, src/types/pa_venv.h,
14225: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14226: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14227: src/types/pa_vimage.C, src/types/pa_vimage.h,
14228: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
14229: src/types/pa_vmath.C, src/types/pa_vmath.h,
14230: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14231: src/types/pa_vobject.C, src/types/pa_vobject.h,
14232: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14233: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14234: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14235: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14236: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14237: src/types/pa_vstring.h, src/types/pa_vtable.C,
14238: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14239: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14240: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14241: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14242: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
14243: gc: PA_Object done lots of replacements also
14244:
14245: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
14246: gc logging
14247:
14248: 2003-03-17 paf
14249:
14250: * src/: classes/date.C, classes/file.C, classes/form.C,
14251: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
14252: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
14253: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14254: include/pa_string.h, include/pa_types.h, main/compile.C,
14255: main/compile.tab.C, main/execute.C, main/pa_charset.C,
14256: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
14257: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
14258: main/pa_sql_driver_manager.C, main/pa_string.C,
14259: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
14260: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
14261: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
14262: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
14263: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
14264: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14265: types/pa_vxnode.h: libgc attempt
14266:
14267: 2003-03-13 paf
14268:
14269: * src/: include/pa_sql_driver_manager.h,
14270: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
14271: called
14272:
14273: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
14274: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
14275: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
14276: types/pa_value.h, types/pa_vobject.h,
14277: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
14278: set_base, set_derived simplified [counter leaks fixed]
14279:
14280: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
14281: src/types/types.dsp: incorporated status class patch From:
14282: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
14283: 2003 8:14 AM
14284:
14285: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
14286: Win32 specific: QuotaPeakNonPagedPoolUsage
14287: QuotaPeakPagedPoolUsage PeakPagefileUsage]
14288:
14289: 2003-03-12 paf
14290:
1.116 moko 14291: * configure, configure.in, src/lib/ltdl/configure,
14292: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 14293: lib/ltdl/Makefile now created by /configure.in only [were by
14294: lib/ltdl/configure.in OVERWRITE]
14295:
1.116 moko 14296: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
14297: linkage fixed for g++ 3.2.2
1.95 moko 14298:
14299: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
14300: on using privately declared class [fixed]
14301:
14302: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
14303: 3.2 rightliy complained on using privately declared class [fixed]
14304:
14305: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
14306: sigpipe before request constructor now causes death
14307:
14308: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
14309: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
14310: not cause exception in exception handler
14311:
1.116 moko 14312: * configure, configure.in, src/targets/cgi/Makefile.am: configure
14313: now default links libstdc++ statically. that can be overriden by
14314: --with-dynamic-stdcpp
1.95 moko 14315:
14316: 2003-03-11 paf
14317:
14318: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
14319: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
14320: necessity of libstdc++
14321:
14322: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14323:
14324: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14325:
14326: 2003-03-08 paf
14327:
14328: * tests/Makefile: make install & co
14329:
14330: * src/: include/pa_request.h, classes/op.C: removing
14331: vclass,object.h -> pa_request.h dependency
14332:
14333: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
14334: main/pa_request.C: removing vform,response,cookie.h ->
14335: pa_request.h dependency
14336:
14337: * src/include/pa_request.h: removing vmail.h -> pa_request.h
14338: dependency [testing...]
14339:
14340: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
14341: return 0; fixed
14342:
14343: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
14344: types/pa_vmail.h: vmail.C received just compiled [not tested]
14345:
14346: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
14347:
14348: * src/main/pa_request.C: forgotten: ifdef XML
14349:
14350: * src/main/pa_request.C: forgotten: ifdef XML
14351:
14352: * src/targets/cgi/parser3.C: todo: move to latest xml version on
14353: win32 and run memleak tests again
14354:
14355: * src/targets/cgi/parser3.C: charsets: see some strange things with
14356: old xml lib-- it's internal memory handling has faults
14357:
14358: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
14359: problems when transcode from charset A to A.
14360:
14361: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
14362: todo: still problems when transcode from charset A to A.
14363:
14364: * src/: classes/hash.C, classes/mail.C, classes/string.C,
14365: classes/table.C, include/pa_array.h,
14366: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
14367: started full-scale-site-test [~ http://parser.ru sources]
14368:
14369: some fixes
14370:
14371: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
14372: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14373: 117.html, 118.html, 119.html, 120.html, results/109.processed,
14374: results/110.processed, results/111.processed,
14375: results/112.processed, results/113.processed,
14376: results/114.processed, results/115.processed,
14377: results/116.processed, results/117.processed,
14378: results/118.processed, results/119.processed,
14379: results/120.processed: xml: tests 109 dom create/show 110 xpath
14380: selectSingle 111 xdoc.create from tainted & 112
14381: xdoc.create/output with russian attr value 113 xpath
14382: selectString/Number 114 dom attributes.count 115 xpath selectBool
14383: 116 output media-type change 117 transform by dom stylesheet 118
14384: empty transform result 119 dom setAttribute 120 nbsp letter
14385: output
14386:
14387: =END OF PREPARED XML TESTS=
14388:
14389: 2003-03-07 paf
14390:
14391: * src/classes/xdoc.C, src/include/pa_charset.h,
14392: src/include/pa_stylesheet_connection.h, tests/108.html,
14393: tests/108.xsl, tests/results/108.processed: xml: test 108
14394: transform with params [bugs fixed]
14395:
14396: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
14397: from copy/paste bug
14398:
14399: * src/classes/xdoc.C, src/include/pa_charset.h,
14400: src/include/pa_request.h, src/main/execute.C,
14401: src/main/pa_charset.C, src/main/pa_exception.C,
14402: src/main/pa_globals.C, src/main/pa_request.C,
14403: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14404: src/types/pa_vxnode.C, tests/107.html,
14405: tests/results/107.processed: xml: test: 107 bug fixes
14406:
14407: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14408: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14409: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
14410:
14411: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
14412: string
14413:
14414: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
14415: mem alloc functions used for different cases [libxml, libxsl]
14416:
14417: * src/classes/classes.C: fixed: prevent system classes from
14418: modification to lock ALL the classes, not only directly used
14419:
14420: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
14421: linked
14422:
14423: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
14424:
14425: 2003-03-06 paf
14426:
14427: * src/classes/xdoc.C: xdoc.C 50%
14428:
14429: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
14430: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14431: main/pa_globals.C, main/pa_request.C,
14432: main/pa_stylesheet_manager.C: xnode.C compiled
14433:
14434: * src/: include/pa_stylesheet_connection.h,
14435: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
14436: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
14437:
14438: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
14439: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14440: xml: stylesheet&manager STARTED
14441:
14442: * src/: include/pa_globals.h, main/pa_charset.C,
14443: main/pa_exception.C, main/pa_globals.C: xml: exceptions
14444:
14445: * src/: include/pa_charset.h, include/pa_config_fixed.h,
14446: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
14447: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
14448: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
14449: charsets
14450:
14451: * tests/023.html: in some cases it rounded up badly. postponing
14452: solution of that problem, making more simple test
14453:
14454: * tests/: 058_paf2000.png, results/058.processed: .png added with
14455: -kb now
14456:
14457: * src/: include/pa_charset.h, include/pa_charsets.h,
14458: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
14459: moved to charsets.C
14460:
14461: 2003-03-05 paf
14462:
14463: * src/classes/string.C, src/include/pa_string.h,
14464: src/main/pa_string.C, tests/105.html,
14465: tests/results/105.processed: String::match bug fixed
14466:
14467: * src/classes/op.C, src/main/main.dsp, tests/104.html,
14468: tests/results/104.processed: ^bpt operator added [does int3 in
14469: debug build on win32]
14470:
14471: * tests/: 057.html, results/057.processed: test bug fixed
14472:
1.116 moko 14473: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 14474:
14475: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
14476: missing
14477:
1.116 moko 14478: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
14479: forgotten files added to Makes
1.95 moko 14480:
14481: * ltmain.sh: ltmain.sh added
14482:
14483: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14484: change undone ;(
14485:
14486: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14487: made static
14488:
14489: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 14490: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
14491: todo:make linker happy
1.95 moko 14492:
14493: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
14494: env param made optional
14495:
14496: 2003-03-04 paf
14497:
14498: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
14499: types/pa_vimage.h: number of gcc compiler bugs fixed
14500:
14501: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
14502: results/103.processed: tests: 103 image.copy transparence test
14503:
14504: * src/main/execute.C, tests/101.html, tests/102.html,
14505: tests/results/101.processed, tests/results/102.processed: tests:
14506: 101 method/variable name conflict test 102 form fields change
14507: should not not change anything [bug fix]
14508:
14509: * tests/: 057.html, 099.html, 100.html, results/057.processed,
14510: results/099.processed, results/100.processed: tests: 57 date
14511: create 2002: added 99,100 response:body/download
14512:
14513: * src/classes/image.C, tests/098.html, tests/098font.gif,
14514: tests/results/098.processed: test: 98 image font text [bug fixed]
14515:
14516: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
14517: tests/results/097.processed: test: 97 file::load http:// [bugs
14518: fixed]
14519:
14520: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
14521: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
14522: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
14523: image EXIF [bug fixed]
14524:
14525: * src/classes/table.C, src/main/execute.C, tests/061.dat,
14526: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
14527: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
14528: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
14529: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
14530: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
14531: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
14532: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
14533: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
14534: tests/094.html, tests/095.html, tests/results/061.processed,
14535: tests/results/062.processed, tests/results/063.processed,
14536: tests/results/064.processed, tests/results/065.processed,
14537: tests/results/066.processed, tests/results/067.processed,
14538: tests/results/068.processed, tests/results/069.processed,
14539: tests/results/070.processed, tests/results/071.processed,
14540: tests/results/072.processed, tests/results/073.processed,
14541: tests/results/074.processed, tests/results/075.processed,
14542: tests/results/076.processed, tests/results/077.processed,
14543: tests/results/078.processed, tests/results/080.processed,
14544: tests/results/081.processed, tests/results/082.processed,
14545: tests/results/083.processed, tests/results/084.processed,
14546: tests/results/085.processed, tests/results/086.processed,
14547: tests/results/087.processed, tests/results/088.processed,
14548: tests/results/089.processed, tests/results/090.processed,
14549: tests/results/091.processed, tests/results/092.processed,
14550: tests/results/093.processed, tests/results/094.processed,
14551: tests/results/095.processed, tests/079.html,
14552: tests/results/079.processed: tests: 61 file::stat size 62
14553: string->int autoconvert 63 double .int,dec,div,mul 64 date
14554: compare 65 file: basename,justname,justext 66 math:crypt 67
14555: string.match simple on long 68 string.match normalized simple on
14556: long 69 string.int 70 file::stat content-type 71 table.join 72
14557: hash parameter conditional pass 73 date daylightsaving,yearday 74
14558: date arithmetics 75 response date values/attributes 76 string.pos
14559: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
14560: with local 80 scientific numeric literal in string autoconvert 81
14561: xor: logical and numerical 82 for delims 83 menu delims 84
14562: table.hash distinct 85 long string replace 86 throw+catch
14563: current language preserve 87 bit shifts 88 junction tests +
14564: $caller test 89 hash.foreach selfmodification 90 int/void to int
14565: 91 $caller test 92 junction is + def junction tests 93 $caller
14566: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
14567:
14568: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
14569: fixed] 60 string eq string [bug fixed]
14570:
14571: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
14572: 058.html, 058_paf2000.png, 059.html, 060.html,
14573: results/053.processed, results/054.processed,
14574: results/055.processed, results/056.processed,
14575: results/057.processed, results/058.processed,
14576: results/059.processed, results/060.processed: test: 53
14577: string.replace 54 junctions 55 table.hash 56 call indirect 57
14578: date.create[string] 58 image.measure[png]
14579:
14580: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
14581: outputs/051.processed, results/052.processed: test: 52
14582: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
14583: task: fix that
14584:
14585: 2003-03-03 paf
14586:
14587: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
14588: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
14589: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
14590: outputs/049.processed, outputs/050.processed,
14591: outputs/051.processed, results/001.processed,
14592: results/002.processed, results/003.processed,
14593: results/005.processed, results/006.processed,
14594: results/008.processed, results/009.processed,
14595: results/011.processed, results/012.processed,
14596: results/013.processed, results/014.processed,
14597: results/015.processed, results/016.processed,
14598: results/017.processed, results/020.processed,
14599: results/021.processed, results/022.processed,
14600: results/024.processed, results/025.processed,
14601: results/026.processed, results/027.processed,
14602: results/028.processed, results/029.processed,
14603: results/030.processed, results/031.processed,
14604: results/049.processed, results/050.processed,
14605: results/051.processed, results/043.processed,
14606: results/044.processed, results/045.processed,
14607: results/046.processed, results/047.processed,
14608: results/048.processed: tests: 43,44,45 date rolls 46
14609: autoevaluating junction 47 table.select 48 name with subvar 49
14610: hash-creating switch 50 process 51 started parent/child, works as
14611: it were but it were NOT GOOD, created separate task to fix that
14612:
14613: * tests/: 042.html, results/042.processed: test: 42
14614: exception.handled
14615:
14616: * tests/: 041.html, results/041.processed: test: 41 table.locate by
14617: expression
14618:
14619: * tests/: 040.html, results/040.processed: test: 39 method result
14620: of type table 40 method param junction auto evaluate
14621:
14622: * tests/: 039.html, results/039.processed: test: 37 method result
14623: of type table
14624:
14625: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
14626: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
14627: tests/038.html, tests/results/033.processed,
14628: tests/results/034.processed, tests/results/035.processed,
14629: tests/results/036.processed, tests/results/037.processed,
14630: tests/results/038.processed: tests: 33 string.replace 34
14631: string.upper 35 table created 36 local/global vars with juntions
14632: 37 table clone 38 math PI & number formatting
14633:
14634: math class registring typo fixed
14635:
14636: * src/classes/op.C, src/include/pa_request.h,
14637: src/include/pa_string.h, src/main/execute.C,
14638: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
14639: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
14640: tests/032.html, tests/results/032.processed: uchar changed to
14641: String_UL in all places [was not everywhere] untaint test: 032
14642:
14643: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
14644: tests/results/004.processed, tests/parser-cygwin.sh,
14645: tests/parser-unix.sh: removed -H command line key, now testing
14646: using .sh file with SERVER_SOFTWARE=xxx
14647:
14648: 2003-02-26 paf
14649:
14650: * src/main/execute.C, src/types/pa_vstateless_class.h,
14651: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
14652: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
14653: tests/results/024.processed, tests/results/025.processed,
14654: tests/results/026.processed, tests/results/027.processed,
14655: tests/results/028.processed, tests/results/029.processed,
14656: tests/results/030.processed, tests/results/031.processed: fixed
14657: bug with name_cstr mutable CharPtr more tests
14658:
14659: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
14660: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
14661: << abort. die now just exits
14662:
14663: * src/classes/classes.awk, src/classes/classes.h,
14664: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14665: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14666: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14667: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14668: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14669: src/classes/xnode.C, src/include/pa_memory.h,
14670: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
14671: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
14672: src/types/pa_vform.C, tests/015.html, tests/016.html,
14673: tests/017.html, tests/018.html, tests/019.html,
14674: tests/019paf2001.gif, tests/020.html, tests/021.html,
14675: tests/022.html, tests/023.html, tests/022_dir/a.html,
14676: tests/022_dir/b.txt, tests/022_dir/c.htm,
14677: tests/results/015.processed, tests/results/016.processed,
14678: tests/results/017.processed, tests/results/018.processed,
14679: tests/results/019.processed, tests/results/020.processed,
14680: tests/results/021.processed, tests/results/022.processed,
14681: tests/results/023.processed: methoded_array now contains all Mxxx
14682: classes SAPI::get_env now returns info on pool more tests
14683:
14684: * src/include/pa_array.h, src/include/pa_hash.h,
14685: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
14686: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
14687: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
14688: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
14689: tests/014.html, tests/Makefile, tests/outputs/create-dir,
14690: tests/results/001.processed, tests/results/002.processed,
14691: tests/results/003.processed, tests/results/004.processed,
14692: tests/results/005.processed, tests/results/006.processed,
14693: tests/results/007.processed, tests/results/008.processed,
14694: tests/results/009.processed, tests/results/010.processed,
14695: tests/results/011.processed, tests/results/012.processed,
14696: tests/results/013.processed, tests/results/014.processed: hash
14697: cloning fixed
14698:
14699: 2003-02-25 paf
14700:
14701: * src/main/pa_common.C: typo fixed
14702:
14703: 2003-02-24 paf
14704:
14705: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
14706: [one remained]
14707:
14708: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
14709: [should have been get_string(&pool)] todo: check other such calls
14710:
14711: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
14712: test10, bad lookups
14713:
14714: xxx* xxx=smartptr.get(); << is bad style, after ";" original
14715: object got destructed, and xxx points to sky
14716:
14717: * ChangeLog, src/classes/string.C: match bug fixed
14718:
14719: * src/types/pa_vmail.C: body [text/html] transcoded to
14720: $.charset[specified] now
14721:
14722: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14723: which failed to handle sigsetjmp+throw: crashed inside of
14724: pre-throw code. rewritten simplier [though duplicating
14725: closesocket code]
14726:
14727: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14728: which failed to handle sigsetjmp+throw: crashed inside of
14729: pre-throw code. rewritten simplier [though duplicating
14730: closesocket code]
14731:
14732: 2003-02-21 paf
14733:
14734: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
14735: $cookie:name[$.expires[date << can be now]]
14736:
14737: written makefile with regression tests [raw]
14738:
14739: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
14740: tests' only [it's not forcing CGI mode now] now use -H to output
14741: CGI header when parser used in command line [useful for tests
14742: also]
14743:
14744: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
14745: switches on CGI mode, and is used in regression tests
14746:
14747: * src/: include/pa_request.h, main/pa_request.C,
14748: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
14749: fixed
14750:
14751: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
14752: handling pa_*
14753:
14754: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
14755: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
14756: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
14757: memory handling files
14758:
14759: * src/main/pa_array.C: pool::format_integer terminator fixed
14760:
14761: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
14762: compiles OK test to show benefits of free
14763:
14764: * src/: classes/file.C, classes/image.C, classes/mail.C,
14765: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
14766: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14767: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
14768: use pool [as the one in ^process]
14769:
14770: * src/classes/op.C: fixed process. sould now check for all cstr's
14771: -- some must use pool [as the one in ^process]
14772:
14773: 2003-02-20 paf
14774:
14775: * src/: classes/date.C, classes/double.C, classes/file.C,
14776: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14777: classes/math.C, classes/op.C, classes/response.C,
14778: classes/string.C, classes/table.C, classes/void.C,
14779: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
14780: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
14781: string cmp fixed
14782:
14783: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
14784: values passed OK now
14785:
14786: 2003-02-19 paf
14787:
14788: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
14789: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
14790: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
14791: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
14792: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
14793: all remaning leaks resulted from pooled::malloc calls [excluding
14794: in gd -- planning complete rewrite extremely ugly code]
14795:
14796: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
14797: files
14798:
14799: 2003-02-17 paf
14800:
14801: * src/: classes/date.C, classes/double.C, classes/file.C,
14802: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14803: classes/response.C, classes/string.C, classes/table.C,
14804: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
14805: include/pa_stylesheet_connection.h,
14806: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
14807: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
14808: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
14809: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
14810: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
14811: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
14812: of unitialized simple-typed field
14813:
14814: * src/: classes/classes.C, classes/classes.h, main/execute.C,
14815: main/pa_charset.C, main/pa_request.C: another bug of unitialized
14816: simple-typed field fixed. todo: find&kill all like that one
14817:
14818: * src/: main/execute.C, targets/cgi/pa_pool.C,
14819: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
14820: debug output fixed
14821:
14822: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
14823: main/pa_request.C: stack-stored items need extra .ref to prevent
14824: object_ptr from delete[them]
14825:
14826: * src/: classes/date.C, classes/op.C, classes/table.C,
14827: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
14828: include/pa_charset.h, main/Makefile.am, main/main.dsp,
14829: main/pa_charset.C, main/pa_common.C,
14830: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14831: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14832: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
14833: calls
14834:
14835: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
14836: couple mem leaks rusulted from old pooled::malloc usage.
14837: todo:find more like those
14838:
14839: * src/main/: compile.C, compile_tools.C: 2*2!
14840:
14841: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
14842: stackItem fixed [there were no string on stack before]
14843:
14844: * src/: main/execute.C, main/pa_request.C,
14845: types/pa_vmethod_frame.C: first letters out OK
14846:
14847: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
14848: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
14849: main/pa_string.C, main/untaint.C, types/pa_value.h,
14850: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
14851: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
14852: type not initialized with zeros :( while class fields of class
14853: types initialized with default constructors. learn C++
14854:
14855: * src/: classes/classes.awk, classes/double.C, classes/file.C,
14856: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
14857: classes/math.C, classes/xdoc.C, classes/xnode.C,
14858: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
14859: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
14860:
14861: 2003-02-14 paf
14862:
14863: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
14864: 13 link errors
14865:
14866: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
14867: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
14868: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
14869: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
14870: errors :)
14871:
14872: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
14873: classes/hash.C, classes/mail.C, classes/op.C,
14874: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
14875: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
14876: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
14877: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
14878:
14879: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
14880: classes/table.C, include/pa_common.h, include/pa_globals.h,
14881: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
14882: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
14883: types/pa_vint.h, types/types.dsp: op compiled
14884:
14885: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
14886: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
14887: main/untaint.C, types/pa_vtable.h: string, response compiled
14888:
14889: 2003-02-07 paf
14890:
14891: * src/: classes/table.C, types/pa_vtable.h: table compiled
14892:
14893: 2003-02-06 paf
14894:
14895: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
14896: mail compiled
14897:
14898: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
14899: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
14900: types/pa_vfile.h, types/pa_vimage.h: image compiled
14901:
14902: * src/classes/: file.C, form.C: form compiled
14903:
14904: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
14905: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
14906: types/pa_vfile.C, types/pa_vfile.h: file compiled
14907:
14908: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
14909: types/pa_vmath.h: math compiled [win32]
14910:
14911: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
14912: types/pa_vstring.h: hash compiled
14913:
14914: 2003-02-04 paf
14915:
14916: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
14917: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14918: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
14919: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
14920: types/pa_vhash.h: hash 50% compiled
14921:
14922: * src/: classes/date.C, classes/file.C, classes/hash.C,
14923: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
14924: classes/string.C, classes/table.C, classes/xdoc.C,
14925: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
14926: main/pa_string.C: date compiled
14927:
14928: * src/classes/: classes.dsp, double.C: double compiled
14929:
14930: * src/: classes/date.C, classes/double.C, classes/file.C,
14931: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
14932: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
14933: classes/string.C, classes/table.C, classes/void.C,
14934: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
14935: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
14936: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
14937: compiled
14938:
14939: * src/: classes/date.C, classes/double.C, classes/file.C,
14940: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14941: classes/math.C, classes/op.C, classes/response.C,
14942: classes/string.C, classes/table.C, classes/void.C,
14943: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14944: types/pa_vvoid.h: void compiled :)
14945:
14946: * src/: include/pa_globals.h, main/pa_cache_managers.C,
14947: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14948: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14949: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
14950: main/pa_string.C, main/pa_uue.C, main/untaint.C,
14951: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
14952: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
14953: types/pa_vresponse.C, types/pa_vstateless_class.C,
14954: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
14955: types/pa_wcontext.C, types/types.dsp: removed stupid
14956: value_includes.h
14957:
14958: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
14959: trying to remove stupid value_includes.h
14960:
14961: * src/main/pa_exec.C: pa_exec compiled on win32
14962:
14963: * src/main/pa_exec.C: libmain.a compiled on six [unix]
14964:
14965: * src/: include/pa_globals.h, include/pa_request.h,
14966: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
14967: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
14968: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
14969: types/pa_vrequest.C, types/pa_vstateless_class.C,
14970: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
14971:
14972: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
14973: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
14974: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
14975:
14976: * src/: include/pa_array.h, include/pa_config_includes.h,
14977: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
14978: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
14979: compiled
14980:
14981: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
14982: name conflicts)
14983:
14984: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
14985: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
14986: yelds "virtual memory exhausted" while trying to compile
14987: execute.C [eating up to 127MB]
14988:
14989: 2003-02-03 paf
14990:
14991: * src/: include/pa_config_includes.h, include/pa_hash.h,
14992: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
14993: main/pa_common.C, types/pa_value.C, types/pa_value.h,
14994: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14995: types/pa_vint.h, types/pa_vjunction.h,
14996: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
14997: started gcc compiling pa_common compiled
14998:
14999: * src/: include/pa_exception.h, include/pa_pool.h,
15000: main/pa_exception.C: exception gcc change #1
15001:
1.116 moko 15002: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
15003: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 15004:
15005: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
15006:
15007: * src/types/pa_vtable.C: vtable compiled
15008:
15009: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
15010:
15011: * src/: include/pa_cache_managers.h, main/pa_request.C,
15012: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
15013:
15014: * src/types/pa_vstateless_class.C: vstateless_class compiled
15015:
15016: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
15017:
15018: * src/types/pa_vrequest.C: vrequest compiled
15019:
15020: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
15021: pa_vobject.C, pa_vobject.h: vobject compiled
15022:
15023: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
15024: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15025: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
15026: compiled
15027:
15028: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
15029:
15030: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
15031: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
15032: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
15033: compiled
15034:
15035: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15036: main.lib - 0 error(s), 0 warning(s)
15037:
15038: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15039: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
15040:
15041: 2003-01-31 paf
15042:
15043: * src/: include/pa_array.h, include/pa_operation.h,
15044: include/pa_request.h, main/execute.C, main/main.dsp,
15045: types/pa_vjunction.h: started last file from main library:
15046: execute
15047:
15048: * src/: include/pa_request.h, include/pa_sapi.h,
15049: main/compile.tab.C, main/compile.y, main/compile_tools.h,
15050: main/pa_request.C, targets/cgi/parser3.C,
15051: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
15052: types/pa_vhash.h: pa_request compiled
15053:
15054: * src/: classes/op.C, classes/string.C, include/pa_common.h,
15055: include/pa_globals.h, include/pa_request.h,
15056: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
15057: main/execute.C, main/main.dsp, main/pa_common.C,
15058: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15059: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
15060: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
15061: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
15062: types/types.dsp: most pa_request compiled
15063:
15064: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15065: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15066: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15067: classes/op.C, classes/response.C, classes/string.C,
15068: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15069: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15070: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15071: include/pa_config_fixed.h, include/pa_config_includes.h,
15072: include/pa_dictionary.h, include/pa_dir.h,
15073: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15074: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
15075: include/pa_pool.h, include/pa_request.h,
15076: include/pa_request_charsets.h, include/pa_request_info.h,
15077: include/pa_sapi.h, include/pa_socks.h,
15078: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15079: include/pa_stack.h, include/pa_string.h,
15080: include/pa_stylesheet_connection.h,
15081: include/pa_stylesheet_manager.h, include/pa_table.h,
15082: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15083: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15084: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
15085: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
15086: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15087: main/compile.C, main/compile.tab.C, main/compile.y,
15088: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15089: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
15090: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15091: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15092: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15093: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15094: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
15095: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
15096: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
15097: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15098: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
15099: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
15100: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
15101: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
15102: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15103: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15104: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15105: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15106: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15107: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15108: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15109: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15110: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15111: types/pa_vresponse.h, types/pa_vstateless_class.C,
15112: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15113: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15114: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15115: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15116: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15117: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
15118:
15119: * ChangeLog, src/classes/classes.h, src/classes/op.C,
15120: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15121: src/include/pa_charsets.h, src/include/pa_common.h,
15122: src/include/pa_dictionary.h, src/include/pa_exception.h,
15123: src/include/pa_exec.h, src/include/pa_pool.h,
15124: src/include/pa_request.h, src/include/pa_sapi.h,
15125: src/include/pa_sql_connection.h,
15126: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15127: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
15128: src/main/compile.tab.C, src/main/compile_tools.C,
15129: src/main/compile_tools.h, src/main/main.dsp,
15130: src/main/pa_charset.C, src/main/pa_charsets.C,
15131: src/main/pa_common.C, src/main/pa_dictionary.C,
15132: src/main/pa_exception.C, src/main/pa_exec.C,
15133: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15134: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
15135: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
15136: src/types/pa_vclass.h, src/types/pa_vcookie.C,
15137: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15138: src/types/pa_vdouble.h, src/types/pa_venv.h,
15139: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
15140: src/types/pa_vhash.h, src/types/pa_vimage.C,
15141: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
15142: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
15143: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15144: src/types/pa_vobject.C, src/types/pa_vobject.h,
15145: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15146: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15147: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15148: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
15149: src/types/pa_vstring.h, src/types/pa_vtable.h,
15150: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
15151: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
15152: died, long live StringPtr
15153:
15154: 2003-01-30 paf
15155:
15156: * src/: include/pa_charset.h, include/pa_request.h,
15157: include/pa_sql_driver_manager.h, main/compile.tab.C,
15158: main/compile.y, main/compile_tools.h, main/pa_request.C,
15159: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
15160:
15161: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
15162: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
15163: types/pa_vhash.h, types/pa_vmethod_frame.h,
15164: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15165: types/types.dsp: vstateless_class compiled
15166:
15167: * src/main/compile.C: compile compiled
15168:
15169: * src/: include/pa_array.h, include/pa_operation.h,
15170: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
15171: main/pa_table.C: compile_tools compiled
15172:
15173: * src/: include/pa_operation.h, main/compile.y,
15174: main/compile_tools.C, main/compile_tools.h: started
15175: compile_tools. vagues ideas of how to free compiled code
15176:
15177: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
15178: main/main.dsp, types/pa_value.C, types/pa_value.h,
15179: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
15180: compiled
15181:
15182: 2003-01-29 paf
15183:
15184: * src/: include/pa_globals.h, include/pa_request.h,
15185: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15186: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
15187: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
15188: compiled
15189:
15190: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
15191: now
15192:
15193: * src/: include/pa_array.h, include/pa_exception.h,
15194: include/pa_pool.h, main/pa_exception.C: gd compiled
15195:
15196: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
15197: compiled
15198:
15199: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
15200: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
15201: types/pa_vfile.h: vfile compiled
15202:
15203: * src/: include/pa_common.h, include/pa_globals.h,
15204: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
15205: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
15206: types/pa_vform.C, types/pa_vform.h: vcookie compiled
15207:
15208: * src/: include/pa_exception.h, main/pa_cache_managers.C,
15209: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
15210: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
15211: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15212: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
15213:
15214: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
15215: main/main.dsp, main/untaint.C: more compiled
15216:
15217: * src/: include/pa_charsets.h, include/pa_request.h,
15218: include/pa_request_info.h, include/pa_string.h,
15219: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
15220: types/pa_vresponse.h: vrequest compiled
15221:
15222: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
15223: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
15224: pa_vresponse.h, pa_wcontext.h: vrequest compiled
15225:
15226: * src/: classes/classes.h, include/pa_charset.h,
15227: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
15228: include/pa_request.h, include/pa_string.h, main/main.dsp,
15229: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
15230: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
15231: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
15232: types/pa_vrequest.C, types/pa_vrequest.h,
15233: types/pa_vstateless_class.h, types/pa_vstring.h,
15234: types/pa_vvoid.h: vrequest,vdouble,vint compiled
15235:
15236: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
15237: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15238: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
15239: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
15240: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15241: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
15242: types/pa_vobject.h, types/pa_vstateless_class.h,
15243: types/pa_vstateless_object.h, types/pa_vstatus.h,
15244: types/pa_vstring.h, types/types.dsp: vmath compiled
15245:
15246: 2003-01-28 paf
15247:
15248: * src/: classes/classes.h, classes/date.C, classes/file.C,
15249: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
15250: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
15251: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
15252: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
15253: compile_tools
15254:
15255: * src/: include/pa_charset.h, include/pa_exception.h,
15256: include/pa_request.h, include/pa_string.h, main/untaint.C:
15257: untaint compiled
15258:
15259: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
15260: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
15261: more compiled. struck with string::store_to needing to know
15262: source/client charsets
15263:
15264: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
15265: types/pa_vfile.h: uue compiled
15266:
15267: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
15268: table compiled
15269:
15270: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
15271: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
15272:
15273: * src/: include/pa_charset.h, main/pa_charset.C,
15274: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
15275: introduced]
15276:
15277: * src/: classes/date.C, include/pa_charset.h,
15278: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
15279: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
15280: pa_charsets compiled
15281:
15282: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
15283: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
15284:
15285: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
15286: common compiled
15287:
15288: * src/: include/pa_charsets.h, main/pa_charsets.C,
15289: main/pa_sql_driver_manager.C: pa_charsets compiled
15290:
15291: * src/: include/pa_array.h, include/pa_charset.h,
15292: include/pa_charsets.h, include/pa_pool.h,
15293: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15294: include/pa_stack.h, include/pa_string.h,
15295: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
15296: sql_driver_manager compiled
15297:
15298: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
15299: letter i with two dots added to koi, all ukranian letters added
15300: to win1251.
15301:
15302: typographic simbol 0xb9 deleted from win1251 [strange one & were
15303: abscent from koi]
15304:
15305: 2003-01-27 paf
15306:
15307: * src/: include/pa_exception.h, include/pa_sql_connection.h,
15308: include/pa_sql_driver_manager.h, include/pa_string.h,
15309: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
15310: sql/pa_sql_driver.h: paused on sql_manager
15311:
15312: * src/: include/pa_cache_managers.h, include/pa_pool.h,
15313: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15314: include/pa_stack.h, main/pa_sql_driver_manager.C,
15315: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
15316:
15317: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
15318: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15319: include/pa_table.h, main/pa_sql_driver_manager.C,
15320: main/pa_table.C: table compiled
15321:
15322: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
15323: cache_managers compiled
15324:
15325: * src/: include/pa_array.h, include/pa_charset.h,
15326: include/pa_pool.h, main/pa_charset.C: charset compiled
15327:
15328: * src/: include/pa_pool.h, main/pa_common.C: common compiled
15329:
15330: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
15331: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15332: main/pa_string.C, types/pa_value.C, types/pa_value.h,
15333: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
15334: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
15335:
15336: 2003-01-24 paf
15337:
15338: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
15339: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
15340: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15341: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
15342: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
15343: types/pa_vint.h, types/pa_vjunction.h,
15344: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15345: types/pa_vstatus.h, types/pa_vstring.h: more patched
15346:
15347: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
15348: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
15349: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
15350: main/pa_string.C, main/pa_table.C: string compiled
15351:
15352: * src/: include/pa_array.h, include/pa_common.h,
15353: include/pa_dictionary.h, include/pa_exception.h,
15354: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
15355: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
15356: main/pa_string.C: dictionary compiled
15357:
15358: 2003-01-23 paf
15359:
15360: * src/: include/pa_array.h, include/pa_common.h,
15361: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
15362: include/pa_request.h, include/pa_string.h, main/pa_common.C,
15363: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
15364: types/pa_value.h: resurrected pool in new sense: now it's
15365: factory, producing&accounting memory chunks for read[autofree]
15366: buffers
15367:
15368: * src/: include/pa_array.h, include/pa_exception.h,
15369: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
15370: main/pa_exception.C, main/pa_table.C: table compiled
15371:
15372: * src/: classes/image.C, classes/op.C, include/pa_array.h,
15373: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
15374: include/pa_pool.h, include/pa_pragma_pack_begin.h,
15375: include/pa_pragma_pack_end.h, include/pa_sapi.h,
15376: include/pa_string.h, include/pa_table.h, include/pa_types.h,
15377: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
15378: main/pa_table.C: aint that easy
15379:
15380: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
15381: main/main.dsp: continued with Hash
15382:
15383: * src/main/pa_common.C: connect_string allocated on heap[wes on
15384: stack] now. and exception can be reported OK now [can be reported
15385: outside of pro c with that stack]
15386:
15387: 2003-01-22 paf
15388:
15389: * src/: include/pa_array.h, include/pa_charset.h,
15390: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
15391: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
15392: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
15393: base: contains references_count. auto_ptr template calls
15394: add_ref/release
15395:
15396: 2003-01-21 paf
15397:
15398: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15399: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15400: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15401: classes/op.C, classes/response.C, classes/string.C,
15402: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15403: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15404: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15405: include/pa_config_fixed.h, include/pa_config_includes.h,
15406: include/pa_dictionary.h, include/pa_dir.h,
15407: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15408: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15409: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15410: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15411: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15412: include/pa_stack.h, include/pa_string.h,
15413: include/pa_stylesheet_connection.h,
15414: include/pa_stylesheet_manager.h, include/pa_table.h,
15415: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15416: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15417: lib/pcre/pcre_parser_ctype.c, main/compile.C,
15418: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15419: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
15420: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15421: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15422: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
15423: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15424: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15425: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
15426: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
15427: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
15428: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15429: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
15430: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
15431: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
15432: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
15433: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
15434: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15435: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
15436: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
15437: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15438: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15439: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15440: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15441: types/pa_vstateless_object.h, types/pa_vstatus.C,
15442: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
15443: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15444: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15445: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15446: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
15447: 2002->2003
15448:
15449: 2003-01-16 paf
15450:
15451: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
15452: src/main/pa_globals.C: http:// introducing $.any-status(1)
15453:
15454: * operators.txt, src/include/pa_config_fixed.h,
15455: src/main/pa_common.C: http request now return status. and not
15456: fail on status!=200
15457:
15458: 2003-01-15 paf
15459:
15460: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
15461:
15462: 2003-01-14 paf
15463:
15464: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
15465: mkinstalldirs: removed some ancient files [they in / really]
15466:
15467: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
15468: regretfully needed patch in two places. in config_fixed.h made
15469: stubs for lib to compile in MSVC
15470:
15471: 2003-01-13 paf
15472:
15473: * config.guess, config.sub, ltmain.sh: removed last piece of
15474: configure.in(libtool) hacks
15475:
1.116 moko 15476: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 15477: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
15478: ltdl.h: moved to latest libtool (1.4.3)
15479:
15480: 2003-01-10 paf
15481:
15482: * src/lib/ltdl/: configure, configure.in: PROG_NM
15483:
15484: * src/main/pa_globals.C: moved to latest xml lib versions, changed
15485: patches. libxml2 >= 2.5.1
15486: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
15487: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
15488: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15489:
15490: * INSTALL: moved to latest versions of xml libs libxml2 >=
15491: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
15492: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
15493: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15494:
15495: 2003-01-09 paf
15496:
15497: * INSTALL: xml,xslt,gdome lib urls updated
15498:
15499: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 15500: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 15501: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 15502: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
15503: 1.7.2
1.95 moko 15504:
15505: * depcomp: moving to automake 1.7.2
15506:
15507: 2002-12-27 paf
15508:
15509: * src/include/pa_version.h: 0007
15510:
15511: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
15512: outdated parts, made links to language docs
15513:
15514: * src/include/pa_config_auto.h.in: comment
15515:
15516: 2002-12-26 paf
15517:
15518: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
15519: not contain trailing / fixed.
15520:
15521: * INSTALL: changing SAFE_MODE politics
15522:
15523: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
15524:
15525: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
15526:
15527: 2002-12-25 paf
15528:
15529: * src/main/pa_globals.C: optimized-xml
15530:
15531: * src/main/pa_globals.C: optimized-as-is
15532:
15533: 2002-12-24 paf
15534:
15535: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
15536: fixed [were really called with zero size when .html?a=&b=]
15537:
15538: * src/classes/mail.C: $MAIL in @conf now invalid when configured
15539: with --with-sendmail
15540:
15541: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
15542: fixed]
15543:
15544: 2002-12-23 paf
15545:
15546: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
15547: ignoring parameters & were storing only string with default
15548: expires
15549:
15550: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
15551: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
15552: December 23, 2002 4:22 AM Subject: bug â
15553: Charset::transcode_buf2xchar
15554:
15555: 2002-12-20 paf
15556:
15557: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
15558: non-cgi [script] runs
15559:
15560: 2002-12-19 paf
15561:
15562: * INSTALL: --without-iconv recommended [it crashes on some systems
15563: [tested on elik]] moreover, it's not needed there [parser
15564: registers charsets itself]
15565:
15566: * INSTALL: --without-iconv recommended [it crashes on some systems
15567: [tested on elik]]
15568:
15569: * operators.txt, src/include/pa_globals.h,
15570: src/include/pa_request.h, src/main/pa_globals.C,
15571: src/main/pa_request.C: $response:download
15572:
15573: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
15574: compiler [win32]].
15575:
15576: 2002-12-18 paf
15577:
15578: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
15579:
15580: 2002-12-17 paf
15581:
15582: * src/targets/cgi/parser3.C: merged die&iis changes
15583:
15584: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
15585: to exit(1) 2. more flexible iilegal call check
15586:
15587: 2002-12-16 paf
15588:
15589: * ltmain.sh: some automakes silly insist on having this handy
15590:
15591: * src/main/untaint.C: filespec russian small 'r' changed to latin
15592: 'p' bug fix
15593:
15594: 2002-12-15 paf
15595:
15596: * src/main/untaint.C: filespec russian small 'r' changed to latin
15597: 'p'
15598:
15599: * configure.in, src/include/pa_config_auto.h.in,
15600: src/main/compile.C, src/main/pa_common.C: merged small changes
15601: from branch 6 to HEAD
15602:
15603: * src/main/compile.C: removed warning
15604:
15605: * src/main/pa_common.C: ftruncate having checked
15606:
15607: * configure.in, src/include/pa_version.h: new version
15608:
15609: 2002-12-14 paf
15610:
15611: * src/classes/table.C: removed unnecessary code
15612:
15613: * src/sql/pa_sql_driver.h: exception type fixed
15614:
15615: 2002-12-09 paf
15616:
15617: * src/types/pa_vvoid.h: $void.store[now] error
15618:
15619: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15620:
15621: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
15622: tries to write core dump
15623:
15624: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15625:
15626: * src/: classes/hash.C, classes/string.C, classes/table.C,
15627: classes/void.C, main/pa_sql_driver_manager.C,
15628: sql/pa_sql_driver.h: changed exception handling mech in sql
15629: handlers #2
15630:
15631: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
15632: exception handling mech in sql handlers
15633:
15634: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
15635: handlers
15636:
15637: * src/: classes/hash.C, classes/string.C, classes/table.C,
15638: classes/void.C, main/pa_sql_driver_manager.C,
15639: sql/pa_sql_driver.h: changed exception handling mech in sql
15640: handlers
15641:
1.116 moko 15642: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
15643: to write makefile which used libtool to install things, which is
15644: not needed
1.95 moko 15645:
15646: 2002-12-06 paf
15647:
15648: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
15649: $hash.fields -- pseudo field to make 'hash' more like 'table'
15650:
15651: 2002-12-05 paf
15652:
15653: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
15654: cc/bcc OK now
15655:
15656: * src/main/untaint.C: mail header closed properly
15657:
15658: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
15659: header ',' allowed. still bugs in smtp [only one receiptient
15660: works, cc, bcc ignored now, and MAILED ;)]
15661:
15662: [strncpy killed, memnchr used]
15663:
15664: * src/main/pa_table.C: table-copy now current=0
15665:
15666: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
15667: lowlevel proc
15668:
15669: * src/targets/cgi/parser3.C: more checks on
15670: http://domain/parser.cgi start [maybe some getenv returns "",
15671: checked that now
15672:
15673: * src/targets/cgi/parser3.C: more checks on
15674: http://domain/parser.cgi start [maybe some getenv returns "",
15675: checked that now
15676:
15677: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
15678: out-of-mem errors reached log]
15679:
15680: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
15681: mail:send MIME-Version default
15682:
15683: * src/main/main.dsp: pa_version included into main.dsp
15684:
15685: 2002-12-04 paf
15686:
15687: * src/types/pa_vform.C: $form:field string value cut by premature 0
15688:
15689: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
15690: lib/libltdl -> lib/ltdl Win32 changes. s
15691:
15692: * src/classes/classes.awk: more strict *.C$
15693:
15694: * gnu.dsp: restored
15695:
1.116 moko 15696: * configure.in, gnu.dsp, src/lib/Makefile.am,
15697: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
15698: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
15699: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
15700: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
15701: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
15702: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
15703: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
15704: now created with /configure, not ltdl/configure, so it does have
15705: no problems with automake. ltdl/configure
15706: AC_OUTPUT(Makefile<<removed)
1.95 moko 15707:
15708: 2002-12-02 paf
15709:
15710: * operators.txt: removed outdated status:db
15711:
15712: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
15713: src/main/pa_common.C, src/main/pa_request.C,
15714: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
15715: tainted parts becomes http-header
15716:
15717: 2002-11-29 paf
15718:
15719: * src/classes/date.C, src/classes/image.C, operators.txt: exif
15720: dates now objects of type date
15721:
15722: * src/classes/image.C: file.seek removed [it were used in image.C
15723: only, and for parser user this means that jpeg image has bad
15724: size in fragment's header] now used image.format
15725:
15726: * src/: include/pa_common.h, main/pa_common.C,
15727: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
15728: now handled exactly like $response:header values. e.g. can be
15729: hash [can have subattributes] & contain date values.
15730:
15731: * src/main/pa_common.C: http:// param values lang forced URI
15732:
15733: * src/main/pa_common.C: http:// tainted partes now %xx
15734:
15735: 2002-11-28 paf
15736:
15737: * operators.txt: http.timeout
15738:
15739: * src/classes/image.C: ^image.length now counts interchar space.
15740: plus space after last char
15741:
15742: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
15743:
15744: * src/classes/image.C: ^image.font width measurer now scans full
15745: height [were -1]
15746:
15747: * configure.in: stopped double libltdl/Makefile generation
15748:
15749: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
15750: chars [one top horizontal line of 1pixel height were missing]
15751:
15752: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
15753: 'false' to go into (Hash *) parameter
15754:
15755: 2002-11-27 paf
15756:
15757: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
15758: types/pa_vmail.C: response:body[file] if file nows it's name now
15759: returns content-disposition: >>attachment<<
15760:
15761: * src/classes/image.C: ^image.font << bad font file-size now
15762: properly reported
15763:
15764: 2002-11-26 paf
15765:
15766: * src/main/pa_request.C: fixed lang in reponse header
15767:
15768: * src/main/pa_common.C: utf8 prefix ignored @read text
15769:
15770: * operators.txt, src/main/pa_common.C: http:// response status!=200
15771: made exception: http.status with source=bad status#
15772:
15773: 2002-11-25 paf
15774:
15775: * configure.in, src/classes/image.C,
15776: src/include/pa_config_auto.h.in,
15777: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 15778: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
15779: const void related probs fixed
1.95 moko 15780:
15781: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
15782:
15783: $file[^file::load[http://there]] $file.SERVER
15784:
15785: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
15786: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
15787: http options [invalid onces now reported] made default
15788: user-agent: paf
15789:
15790: * operators.txt, src/classes/file.C, src/classes/table.C,
15791: src/classes/xdoc.C, src/include/pa_common.h,
15792: src/include/pa_globals.h, src/main/pa_common.C,
15793: src/main/pa_globals.C, src/main/pa_request.C,
15794: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
15795: now understand http:// prefix and additional params, sample:
15796: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
15797: $.USER-AGENT[parser3] ]]
15798:
15799: 2002-11-22 paf
15800:
15801: * src/classes/image.C, src/include/pa_globals.h,
15802: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
15803: src/types/pa_vimage.h, operators.txt: $image.exif support
15804: $image.exif.DateTime & co
15805:
15806: 2002-11-21 paf
15807:
15808: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
15809: _PASS_APPENDED)
15810:
15811: * src/classes/image.C: jpeg size measure fixed: were badly skipping
15812: EXIF information [were big block and it's size were considered
15813: negative :(]
15814:
15815: * operators.txt, src/classes/image.C, src/include/pa_common.h,
15816: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
15817: internals rewritten. no there's reader.seek, and all's ready for
15818: EXIF extraction [now we fail to measure files with EXIF info]
15819:
15820: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
15821: O_TRUNC truncates even exclusevely write-locked file [thanks to
15822: Igor Milyakov <virtan@rotabanner.com> for discovering]
15823:
15824: 2002-11-20 paf
15825:
15826: * src/targets/cgi/parser3.C: logging @signal += query_string
15827:
15828: * configure.in, src/include/pa_config_auto.h.in,
15829: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
15830: comment
15831:
15832: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
15833:
15834: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15835: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
15836: currently processed document SIGPIPE >> interrupts request
15837: processing [exception = DB rollback]
15838:
15839: * src/main/pa_exec.C: comment
15840:
15841: * src/main/pa_exec.C: pa_exec: data written only if size>0
15842:
15843: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
15844: << disable HTTP-POST repassing
15845:
15846: * src/: include/pa_config_fixed.h, main/pa_common.C,
15847: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
15848: pipe read errors now checked
15849:
15850: 2002-11-19 paf
15851:
15852: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
15853: CGI: Illegal call
15854:
15855: 2002-11-01 paf
15856:
15857: * src/main/execute.C: comment
15858:
15859: 2002-10-31 paf
15860:
15861: * src/main/execute.C: found out why, checked that for now. todo:
15862: find out a way for that user could do that
15863:
15864: * src/types/pa_vstateless_object.h: object put replaces static
15865: parent if any
15866:
15867: * src/types/pa_vobject.C: object put replaces static parent if any
15868:
15869: * src/: classes/form.C, classes/mail.C, classes/op.C,
15870: classes/xnode.h, main/compile.tab.C, main/execute.C,
15871: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
15872: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15873: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
15874: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15875: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
15876: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15877: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15878: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15879: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15880: types/pa_vstateless_object.h, types/pa_vstatus.C,
15881: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15882: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15883: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15884: types/pa_wwrapper.h: static fix merged
15885:
15886: * src/: main/compile.tab.C, types/pa_vobject.C: killed
15887: $virtual_fields in dynamic, but one can reach derived
15888: static[class] variable from base
15889:
15890: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
15891: types/pa_vobject.C, types/pa_vobject.h,
15892: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
15893: statics, left $virtual_fields in dynamic
15894:
15895: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
15896: one can't remember derivates in base class: there's so many of
15897: them. also there can be no virtual method calls in static
15898: classes
15899:
15900: * src/: classes/form.C, classes/mail.C, classes/op.C,
15901: classes/xnode.h, main/execute.C, main/pa_request.C,
15902: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
15903: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
15904: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
15905: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15906: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
15907: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
15908: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
15909: types/pa_vresponse.C, types/pa_vresponse.h,
15910: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15911: types/pa_vstateless_object.h, types/pa_vstatus.C,
15912: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15913: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15914: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15915: types/pa_wwrapper.h: static call $self fixed
15916:
15917: * src/main/execute.C: comment
15918:
15919: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
15920: ^process[$caller.self]{...} now compiles to last derived object
15921: part of that 'self'
15922:
15923: 2002-10-29 paf
15924:
15925: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
15926: re-passing [iis to blame]
15927:
15928: * src/classes/string.C: changed string.save to pass current sql
15929: connection to cstr thus one can ^connect[some server]{
15930: $s[insert into table x (x) values (^taint[sql]{value})]
15931: ^s.save[some.sql] } and he'd get in some.sql file code with
15932: properly escaped. [tried in mssql->mysql export->import of
15933: binary data]
15934:
15935: 2002-10-25 paf
15936:
15937: * src/types/pa_vresponse.C: case insensitive response user fields
15938: get/put
15939:
15940: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
15941: types/pa_vresponse.C: saving for maybe-future
15942:
15943: 2002-10-23 paf
15944:
15945: * operators.txt, src/classes/table.C: ^table.hash{code}...
15946: ^table.hash(expr)...
15947:
15948: * src/types/pa_vmail.C: email whitespace trimBoth-ed
15949:
15950: 2002-10-22 paf
15951:
15952: * src/types/: pa_vform.C, pa_vform.h: removed needless
15953: VForm::Append...(...Value)
15954:
15955: * src/main/execute.C: $.name outside of $name[...] checked
15956:
15957: * src/main/: compile.tab.C, compile.y: lexer changed to fix
15958: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
15959:
15960: 2002-10-21 paf
15961:
15962: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
15963: $form:qtail $form:imap.x/y
15964:
15965: * operators.txt, src/types/pa_vform.C: $form:nameless =
15966: "?value&...", "...&value&...", "...&value"
15967:
15968: * operators.txt, src/types/pa_vform.C: $form:image-map
15969:
15970: * operators.txt, src/classes/file.C: /some/page.html:
15971: ^file:fullpath[a.gif] => /some/a.gif
15972:
15973: 2002-10-17 paf
15974:
15975: * src/main/: compile.tab.C, compile.y: operators precedence changed
15976: a little: logical not and bitwise negation precedence made
15977: highest, << and >> bitshits precedence made equal [were << higher
15978: than >>]
15979:
15980: * src/classes/op.C: exception handling fixed [were bad with
15981: contexts]
15982:
15983: 2002-10-16 paf
15984:
15985: * src/: classes/op.C, include/pa_request.h, main/execute.C,
15986: main/pa_request.C: Request::self considered equal to
15987: VMethodFrame::self, and removed, Request::get_self() mapped to
15988: VMethodFrame.self()
15989:
15990: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
15991: $hash in open field now gives old good error meesage
15992:
15993: 2002-10-15 paf
15994:
15995: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
15996: use ^if($junction is junction){was and now true}
15997:
15998: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
15999: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
16000: types/pa_vxnode.C: xml->parser strings now have origin, which
16001: points to place where value left xml library and came to parser:
16002: place of dom field extraction/call
16003:
16004: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
16005: main/compile.tab.C, main/compile.y, main/execute.C,
16006: types/pa_vmethod_frame.h: removed last pieces of old code
16007: allowing $junction.xxx at compile time
16008:
16009: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
16010: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
16011: objects also considered [were only classes]
16012:
16013: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
16014: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
16015: with CLASS self. [ (request&method_frame).self temporarily
16016: changed ]
16017:
16018: * src/classes/: hash.C, op.C: method_frame now always changed, with
16019: no exception to native calls. for&foreach changed to use
16020: method_frame.caller for their var's name context
16021:
16022: * src/: main/execute.C, targets/cgi/parser3.C,
16023: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
16024: compiling to system classes disabled
16025:
16026: * operators.txt, src/classes/op.C:
16027: ^process[$caller.CLASS]{code-string} added
16028:
16029: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
16030: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
16031: src/types/Makefile.am, src/types/pa_vjunction.C,
16032: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
16033: src/types/types.dsp: removed $junction.get $junction.set[]
16034: introducing $caller
16035:
16036: * src/types/pa_value.h: removed outdated comments. doxygen would
16037: find them lower by inheritance tree
16038:
16039: * src/types/pa_vjunction.C: ident
16040:
16041: 2002-10-14 paf
16042:
16043: * src/classes/op.C: process compiles to code's class class
16044:
16045: * src/: classes/form.C, classes/mail.C, classes/op.C,
16046: include/pa_request.h, main/compile.C, main/compile.tab.C,
16047: main/compile.y, main/execute.C, main/pa_request.C,
16048: types/pa_vstateless_class.h: operators now main-class-methods
16049:
16050: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
16051: better stack trace [has "call" & co there]
16052:
16053: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16054: operators @auto now executed in MAIN context
16055:
16056: * src/main/execute.C: operator execution context now = MAIN, not
16057: closest stack frame
16058:
16059: @touchit[] $i[after]
16060:
16061: ----t.html $i[before] << local ^touchit[] $i << now 'before',
16062: were 'after'
16063:
16064: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
16065: 'after'
16066:
16067: * src/main/execute.C: comment
16068:
16069: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
16070: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
16071: action]
16072:
16073: * src/types/pa_vxnode.C: misreplace fixed
16074:
16075: * configure, configure.in, src/include/pa_config_auto.h.in,
16076: src/types/pa_vstatus.C, operators.txt:
16077: $status:rusage.tv_secs/usecs introduced
16078:
16079: 2002-10-09 paf
16080:
16081: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
16082: on empty string [or uses (default)]
16083:
16084: 2002-10-08 paf
16085:
16086: * src/main/untaint.C: mail header quoted printable changed after
16087: RFC reread
16088:
16089: * operators.txt: plan on ^if(method
16090:
16091: * src/types/pa_vxnode.C: misreplace
16092:
16093: 2002-09-24 paf
16094:
1.116 moko 16095: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 16096:
16097: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
16098: mailreceive would compile on freebsd now
16099:
16100: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
16101: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 16102: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
16103: mailreceive would compile on freebsd now
1.95 moko 16104:
16105: * src/: classes/file.C, main/untaint.C: 1. file spec language
16106: changed: now there are only few chars are untainted: * ? ' " < >
16107: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
16108: one should use ^untaint[uri]{...} now]
16109:
16110: 2. $list[^file:list[dir]] now returns simply tainted names in
16111: $list.name, not tainted as filespec
16112:
16113: @russianindex[] #dir with files with russian-lang names
16114: $where[dir]
16115:
16116: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
16117: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
16118:
16119: 2002-09-23 paf
16120:
16121: * src/types/pa_vdouble.h: double->int round added
16122:
16123: * src/classes/date.C: date bug fix, now
16124: round(floatDays*secondsPerDay)
16125:
16126: * src/classes/date.C: date bug fix, now
16127: round(floatDays*secondsPerDay)
16128:
16129: 2002-09-20 paf
16130:
16131: * src/main/execute.C: code junction calls disabled [before: code
16132: was compiled in such a way, that there were no code-junctions in
16133: OP_CALL]
16134:
16135: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
16136:
16137: @badjunctioncallinside[code] ^code[]
16138:
16139: * src/main/: compile.tab.C, compile.y: changed grammer on junction
16140: expanding to include ^junction.method
16141:
16142: * src/main/pa_common.C: -d "DIR/" now true
16143:
16144: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
16145: as internal xdoc encoding, and after decoding attributes set by
16146: dom functions now encoded OK, not as digital entities
16147:
16148: * src/classes/xdoc.C: empty transform result, being taken as file
16149: now returns empty file, not raises stupid error about "stat-ed
16150: file"
16151:
16152: * src/types/pa_vhash.h: hash.foreach modification of existing keys
16153: allowed
16154:
16155: * src/types/types.dsp: introducing $junction.get/put(1) one can
16156: write iterators now:
16157:
16158: ^user-foreach[key;value]{$key=$value<br>}
16159:
16160: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16161: $code.value($i*2) $code }
16162:
16163: * src/main/compile_tools.h: mistype
16164:
1.116 moko 16165: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
16166: thus taking linking options configure changes into account [were:
16167: ignoring]
1.95 moko 16168:
16169: * src/types/: pa_vjunction.C, Makefile.am: introducing
16170: $junction.get/put(1) one can write iterators now:
16171:
16172: ^user-foreach[key;value]{$key=$value<br>}
16173:
16174: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16175: $code.value($i*2) $code }
16176:
16177: * src/: include/pa_opcode.h, include/pa_request.h,
16178: main/compile.tab.C, main/compile.y, main/execute.C,
16179: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
16180: introducing $junction.get/put(1) one can write iterators now:
16181:
16182: ^user-foreach[key;value]{$key=$value<br>}
16183:
16184: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16185: $code.value($i*2) $code }
16186:
16187: 2002-09-19 paf
16188:
1.116 moko 16189: * Makefile.am: new: make commit
1.95 moko 16190:
16191: * aclocal.m4: forced to be older
16192:
16193: 2002-09-18 paf
16194:
16195: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
16196: src/main/compile.y, src/main/execute.C: << >> int shifts
16197:
16198: * src/: include/pa_common.h, include/pa_request.h,
16199: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
16200: - now this - fatal error
16201:
16202: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
16203: that one can pass binary data there
16204:
16205: * src/: classes/date.C, classes/double.C, classes/file.C,
16206: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16207: classes/op.C, classes/response.C, classes/string.C,
16208: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16209: include/pa_request.h: pa_request contexts made privated, plus
16210: get_{self/method_frame} to read. Request_context_saver used in
16211: ^try to save flang too. [were not saved]
16212:
16213: * src/types/pa_vresponse.C: header value chains joined before
16214: output, this should help $.subject[$var $var] from being
16215: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
16216:
16217: 2002-09-17 paf
16218:
16219: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
16220: removed changes, operators executed with calling self. lots of
16221: code with ^include code relies on defined/defining self variables
16222:
16223: $a[1] ^include[print_a.p] print_a.p: $a
16224:
16225: ^include[set_a.p] a=$a set_a.p: $a[1]
16226:
16227: * src/: classes/op.C, main/execute.C, main/pa_request.C,
16228: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
16229: types/pa_vstateless_class.h: operators now executed with MAIN
16230: self. it's for ^include sake, too strong a change
16231:
16232: * src/classes/op.C: made place for ^process to compile it's code to
16233: in case of no self
16234:
16235: * src/main/execute.C: found ancient param to Junction, removed.
16236: allowed passing self to native_code_operators [for ^process to
16237: work, she needs self]
16238:
16239: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16240: types/pa_vstateless_class.h: found ancient param to Junction,
16241: removed. allowed passing self to native_code_operators [for
16242: ^process to work, she needs self]
16243:
16244: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
16245: types/pa_value.h, types/pa_vmethod_frame.h,
16246: types/pa_vstateless_class.h: allowed Request.self to be 0,
16247: checked that in VMethodFrame get/put and $self.
16248:
16249: * src/classes/: table.C, xdoc.C: table::sql options table::create
16250: copy options options checked, wrong option now fatal error
16251:
16252: * src/main/pa_string.C: string.replace fixed [were missing words on
16253: pieces boundaries]
16254:
16255: * bin/auto.p.dist.in: strange \n
16256:
16257: * configure, configure.in: .so now detected [can be .sl on hpux,
16258: .dll on cygwin, .so in other cases)
16259:
1.116 moko 16260: * configure, configure.in, bin/auto.p.dist.in: .so now detected
16261: [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95 moko 16262:
16263: * operators.txt, src/classes/hash.C, src/classes/table.C,
16264: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
16265: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
16266: record taken [were last]
16267:
16268: * src/: classes/hash.C, classes/table.C,
16269: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
16270: now errors
16271:
16272: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
16273:
16274: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
16275: ,2,3]
16276:
16277: 2002-09-16 paf
16278:
16279: * src/classes/file.C: file::cgi line ends can be both unix & dos.
16280: and they can be unix [\n\n] on win when 'use CGI' used, it causes
16281: stdout to be binary. now detected closest header break.
16282:
16283: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
16284: closed right
16285:
16286: 2002-09-13 paf
16287:
16288: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
16289: src/main/compile_tools.h: (expression #comment)
16290:
16291: (multiline expression #comment line2 #comment )
16292:
16293: (expression #comment with (brackets) comment) << OK
16294:
16295: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
16296: bitwise !|| numerical xor now [preparing for expression
16297: #comments]
16298:
16299: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
16300: error
16301:
16302: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
16303: cheched in pa_socks.C
16304:
1.116 moko 16305: * configure, configure.in, src/include/pa_config_auto.h.in:
16306: HAVE_WINSOCK_H created in configure.in
1.95 moko 16307:
16308: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
16309: cookie date now clean [were mistakenly tainted & that worked bad
16310: with opera -- 'happily' that worked OK with msie]
16311:
16312: 2002-09-12 paf
16313:
16314: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
16315: VClass get_element now first looks to fields, next to methods &
16316: co todo: the rest reason: more speed
16317:
16318: * src/main/untaint.C: quoted printable encoding stops before
16319: \s*<...>$
16320:
16321: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
16322: stops before <...>$
16323:
16324: 2002-09-11 paf
16325:
16326: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
16327: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
16328: forgot to check users of those funcs. not all were using that
16329: return value convention
16330:
16331: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
16332: windows-1254 added
16333:
16334: 2002-09-10 paf
16335:
16336: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
16337: VCodeFrame parent param were specified badly
16338:
16339: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
16340: WWrapper which used in constructing objects(second param to sql
16341: method) ^...sql{}[$.default{code}] now has parent, wich helps
16342: code in hash to survivi
16343:
16344: * src/: include/pa_request.h, main/execute.C: removed redundant
16345: param to execute [stack said 'thanks']
16346:
16347: * src/: classes/op.C, main/execute.C, types/pa_value.C,
16348: types/pa_value.h, types/pa_vcode_frame.h,
16349: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16350: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
16351: responsibility to wcontext
16352:
16353: * src/classes/file.C: decided not to log exec's with stderr, that
16354: could be warnings, and it's up to scritper to log/show them
16355:
16356: * src/: classes/double.C, main/execute.C: double:sql badly called
16357: write_assign_lang, not write_no_lang, thus doing unnecessary
16358: double/string converstion, which were loosing time&precesion
16359:
16360: * src/: main/pa_charset.C, types/pa_vmail.C:
16361: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
16362: case of unfinished in buffer processing, causing accidental
16363: transcode stop [in case that source enc != utf-8 & there is
16364: incomplete utf-8 sequence at the end of 16000block iside of
16365: libxml lib] tfm readed & code updated
16366:
16367: 2002-09-04 paf
16368:
16369: * configure: makes with sjlj
16370:
16371: * INSTALL, src/include/pa_config_fixed.h,
16372: src/include/pa_sql_connection.h,
16373: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
16374: checked. on win32 it made default
16375:
16376: * src/include/pa_config_auto.h.in: sjlj define
16377:
16378: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
16379: can not work with longjump/throw pair, and one must switch that
16380: on there. todo: detect that automatically]
16381:
16382: * src/types/pa_vxnode.C: removed too strong checks of
16383: xnode.elements. now, for instance, if element does not have any
16384: attributes, $xnode.attributes is void, not error
16385:
16386: 2002-09-02 paf
16387:
16388: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
16389: removed double_result, didn't help
16390:
16391: * src/main/execute.C: double_result made to move that var away from
16392: hungry g++ optimizer (-O2), before: it were optimized and
16393: comparison operators worked badly
16394:
16395: * src/types/pa_vdate.h: removed debug
16396:
1.116 moko 16397: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 16398:
16399: * src/main/execute.C: fixed numeric < & co so that thay now use
16400: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
16401: unknown reason.
16402:
16403: 2002-08-29 paf
16404:
16405: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
16406: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
16407: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
16408: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
16409: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
16410: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
16411: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
16412: [called less frequent, allowed to remove ugly
16413: Junction.change_context-s from many places, switch,
16414: mail:send..html{}, ..] request.root renamed to method_frame [more
16415: easyreading] ancient {...PUSH/POPs...} changed to stack vars
16416: [speed up]
16417:
16418: 2002-08-28 paf
16419:
16420: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
16421: tainted
16422:
16423: * src/types/pa_vcookie.C: fixed cookie delete when
16424: $cookie:name[$.value[]]
16425:
16426: * operators.txt, src/classes/string.C:
16427: ^string.split[delim[;options]]
16428:
16429: 2002-08-27 paf
16430:
1.116 moko 16431: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 16432:
16433: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
16434: delimiter
16435:
16436: * INSTALL: recommended latest gmime 1.0.5
16437:
16438: 2002-08-26 paf
16439:
16440: * configure, configure.in: apache13/hook added to make dist.
16441:
16442: 2002-08-23 paf
16443:
16444: * src/: include/pa_common.h, main/pa_common.C,
16445: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
16446: beside binary [cgi, isapi] not accessible [due to bad rights or
16447: whatever] it's error now
16448:
16449: 2002-08-21 paf
16450:
1.116 moko 16451: * Makefile.am: can use: make happy equals to make update install
1.95 moko 16452:
16453: * src/main/: compile.tab.C, compile.y, compile_tools.C,
16454: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
16455: class". compiled as if here they named base class
16456:
16457: * src/main/pa_string.C: fixed bad language bug, [were wrong string
16458: cloning constructor]
16459:
16460: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
16461:
16462: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
16463: src/types/pa_vfile.C, src/types/pa_vmail.C:
16464: $mail.received.file.value.content-type fixed
16465:
16466: 2002-08-20 paf
16467:
16468: * src/classes/file.C: fixed language of file:file result
16469:
16470: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
16471: from 3.0.0005
16472:
16473: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
16474:
16475: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
16476: 3.0.0005
16477:
16478: * src/classes/void.C, operators.txt: ^void.length[] = 0
16479:
16480: 2002-08-19 paf
16481:
16482: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
16483: work now
16484:
16485: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
16486: error in xnode, which were not catched in xdoc]
16487:
16488: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
16489: prepared: // validate each document after load/create (?)
16490: //xmlDoValidityCheckingDefaultValue = 1;
16491:
16492: 2002-08-15 paf
16493:
16494: * src/classes/classes.h: write to static var caused useless
16495: Exception, introduced Methoded::put_element wich consumes those
16496:
16497: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
16498: src/types/pa_vcookie.C, src/types/pa_vdate.h,
16499: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
16500: $response:field[date] $response:field[$.xxx[date]]
16501:
16502: * src/: classes/hash.C, classes/string.C, classes/table.C,
16503: classes/void.C, include/pa_sql_connection.h: fixed source of
16504: ^hash::sql{bad}
16505:
16506: * operators.txt: $request:body unprecessed POST request body
16507:
16508: * src/types/pa_vrequest.C: $request:body unprecessed POST request
16509:
16510: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
16511: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
16512:
16513: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
16514: src/include/pa_request.h, src/main/pa_pool.C,
16515: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
16516: $request:body r.post_data now const
16517:
16518: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
16519: classes/xnode.C, main/execute.C, types/pa_value.h,
16520: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
16521: types/pa_vtable.h: instead of type() checking everywhere used
16522: Value.as now user descendants can be used in params.
16523:
16524: VObject::as_*, is_defined now taken from bases. xtable(table)
16525: ^if($xtable) now OK
16526:
16527: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
16528: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
16529: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
16530:
16531: 2002-08-14 paf
16532:
16533: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
16534: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16535: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16536: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16537: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16538: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16539: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16540: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16541: types/pa_vresponse.C, types/pa_vresponse.h,
16542: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16543: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16544: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16545: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16546: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
16547: & VClass
16548:
16549: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
16550:
16551: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
16552: removed fixopt stupidity. on stupid linux use cd /document/root
16553: ../cgi/parser3 script
16554:
16555: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
16556: params, splitting them by space, excluding argv[0], argv[argc-1]
16557:
16558: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
16559: fixopt.h: fixopt now preprocesses command line params, splitting
16560: them by space, excluding argv[0], argv[argc-1]
16561:
16562: * src/targets/cgi/parser3.C: -f config file
16563:
16564: * src/targets/cgi/parser3.C: fixed .log file dir
16565:
16566: 2002-08-13 paf
16567:
16568: * src/types/pa_vobject.C: allow override parent variables, useful
16569: for form descendants [in vobject too, were in vclass]
16570:
16571: * src/types/pa_vclass.C: allow override parent variables, useful
16572: for form descendants
16573:
16574: * src/types/pa_vclass.C: checked: form[vclass]fields can be
16575: overwritten in derived(table)
16576:
16577: * src/: classes/form.C, classes/mail.C, classes/op.C,
16578: classes/xnode.h, include/pa_request.h, main/execute.C,
16579: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16580: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16581: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16582: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16583: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16584: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16585: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16586: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16587: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16588: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16589: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16590: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16591: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
16592: Value::get_element(..., bool looking_down) [needed to exclude
16593: endless recoursion]
16594:
16595: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
16596: fix bug with put endless recoursion todo: check 'as'
16597:
16598: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
16599: reorganized modules todo: fix bug with put endless recoursion
16600: todo: check 'as'
16601:
16602: * src/types/pa_vobject.h: checked: table fields can be overwritten
16603: in derived(table)
16604:
16605: * src/types/pa_vobject.h: derived classes can have fields of their
16606: own now
16607:
16608: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
16609: fixed error message on using non-created table
16610:
16611: * src/: classes/form.C, classes/hash.C, classes/mail.C,
16612: classes/op.C, classes/xnode.h, include/pa_request.h,
16613: main/compile.C, main/compile.tab.C, main/execute.C,
16614: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16615: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16616: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16617: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16618: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
16619: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16620: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16621: types/pa_vresponse.C, types/pa_vresponse.h,
16622: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16623: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16624: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16625: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16626: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
16627: looking down/up tree todo: fix error message on non-constructed
16628: parents
16629:
16630: 2002-08-12 paf
16631:
16632: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
16633: derived OK
16634:
16635: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
16636: thorough testing
16637:
16638: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
16639: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16640: types/pa_vobject.h, types/pa_vstateless_class.h,
16641: types/pa_vstateless_object.h, types/pa_wcontext.h,
16642: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
16643: ^base:create[] dynamic call rewritten todo: thorough testing
16644:
16645: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
16646: now instantates base class, remembers it and saves child in
16647: parent VObject.get_class now returns last child = downward
16648: virtual calls OK
16649:
16650: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16651: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16652: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
16653: types/pa_vobject.h, types/pa_vresponse.h,
16654: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16655: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
16656: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
16657: VAliased [redundant], moved $CLASS to VObject only [parser class
16658: instance]
16659:
16660: * bin/auto.p.dist.in: more like in dist on parser.ru
16661:
16662: * bin/auto.p.dist.in: fixed sendmail default comment
16663:
16664: * src/main/pa_request.C: $response:body[file] content-type check
16665: fixed [were bad when content-type is hash]
16666:
16667: 2002-08-09 paf
16668:
16669: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16670: types/pa_vobject.h, types/pa_vxdoc.h: started as()
16671:
16672: 2002-08-08 paf
16673:
16674: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
16675: src/main/pa_globals.C: year column in month calendar [week year]
16676:
16677: * src/main/execute.C: error reporting on object writes to MAIN
16678: improved [were ruind with fixing $obj[^if(1){$obj}] ]
16679:
16680: * operators.txt, src/types/pa_vdate.h: $date.yearday
16681: $date.daylightsaving
16682:
16683: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
16684: use tainted data now. only she must specify the language.
16685:
16686: ^mail:send[ $.from[paf@mail.design.ru]
16687: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
16688: $.text[^taint[uri][ìîñêâà]=] ]
16689:
16690: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
16691: now prints more precise origin
16692:
16693: * src/include/pa_string.h: String::first_char now not fails on
16694: empty strings ^if(-f '') now ok and in 3 other places.
16695:
16696: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
16697: String::first_char now not fails on empty strings ^if(-f '') now
16698: ok and in 3 other places.
16699:
16700: 2002-08-07 paf
16701:
16702: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
16703: fixed
16704:
16705: * src/main/pa_string.C: ^string.mid(0;bad) fixed
16706:
16707: * src/: main/execute.C, types/pa_vcode_frame.h,
16708: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16709: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
16710: mistakenly not completely transparent to object writes.
16711: $hash[^if(1){$hash}] now works
16712:
16713: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
16714: now erasing cache file [there were bad check on that]
16715:
16716: * src/: classes/classes.dsp, classes/table.C,
16717: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
16718: all Debug dirs in .dsp now named 'Debug'
16719:
1.116 moko 16720: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 16721:
16722: * operators.txt, src/classes/mail.C: exception_type email.send
16723:
16724: * operators.txt, src/types/pa_vmail.C: exception_type email.format
16725:
16726: * src/types/pa_vmail.C: mail:send empty email checked
16727:
16728: 2002-08-06 paf
16729:
16730: * operators.txt, src/classes/table.C, src/include/pa_array.h,
16731: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
16732: ^table::create[$source;$.options] ^table::join[$source;$.options]
16733:
16734: * operators.txt, src/classes/hash.C, src/classes/string.C,
16735: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
16736: # $.default() }
16737:
16738: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
16739:
16740: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16741: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
16742: $file.content-type [instead of .mime-type] now works for
16743: file::stat also
16744:
16745: * src/main/pa_request.C: case insensitive mime_type_of
16746:
16747: * bin/auto.p.dist.in: jpeg
16748:
16749: 2002-08-05 paf
16750:
16751: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
16752:
16753: * src/types/pa_vmail.C: file buffer relocated to parser heap
16754:
16755: * operators.txt: comment on date:calendar week column
16756:
16757: * src/main/pa_common.C: write checked
16758:
16759: * src/main/: pa_common.C: write checked
16760:
16761: * src/classes/date.C: +1 buf size for stupid snprintfs
16762:
16763: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
16764: month calendar week column [ISO 8601 Week Numbers]
16765:
16766: 2002-08-02 paf
16767:
16768: * src/: include/pa_config_fixed.h, main/pa_string.C,
16769: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
16770: DEBUG*
16771:
16772: * configure, configure.in, src/include/pa_version.h: release
16773: 3_0_0005
16774:
16775: * bin/auto.p.dist.in: unhandled_exception comments
16776:
16777: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
16778: multipart post fixed
16779:
16780: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
16781: response transcoded source->client only when text/* or simple
16782: onoverridden $response:body
16783:
16784: 2002-08-01 paf
16785:
16786: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16787: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16788: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16789: classes/op.C, classes/response.C, classes/string.C,
16790: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16791: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16792: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16793: include/pa_config_fixed.h, include/pa_dictionary.h,
16794: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
16795: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
16796: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
16797: include/pa_socks.h, include/pa_sql_connection.h,
16798: include/pa_sql_driver_manager.h, include/pa_stack.h,
16799: include/pa_string.h, include/pa_stylesheet_connection.h,
16800: include/pa_stylesheet_manager.h, include/pa_table.h,
16801: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16802: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16803: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
16804: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16805: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16806: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16807: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16808: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16809: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16810: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16811: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16812: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16813: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16814: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16815: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16816: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
16817: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
16818: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16819: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
16820: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16821: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
16822: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16823: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
16824: types/pa_vmethod_frame.h, types/pa_vobject.h,
16825: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16826: types/pa_vresponse.h, types/pa_vstateless_class.C,
16827: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16828: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16829: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16830: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16831: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 16832: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 16833:
16834: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
16835: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16836: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16837: classes/math.C, classes/op.C, classes/response.C,
16838: classes/string.C, classes/table.C, classes/void.C,
16839: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16840: include/pa_array.h, include/pa_cache_managers.h,
16841: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16842: include/pa_config_fixed.h, include/pa_config_includes.h,
16843: include/pa_dictionary.h, include/pa_dir.h,
16844: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16845: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16846: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16847: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16848: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16849: include/pa_stack.h, include/pa_string.h,
16850: include/pa_stylesheet_connection.h,
16851: include/pa_stylesheet_manager.h, include/pa_table.h,
16852: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16853: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
16854: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16855: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
16856: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16857: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
16858: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
16859: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
16860: main/pa_sql_driver_manager.C, main/pa_string.C,
16861: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16862: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16863: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16864: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
16865: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16866: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
16867: targets/isapi/pool_storage.h, types/pa_valiased.C,
16868: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
16869: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
16870: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16871: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16872: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16873: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16874: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16875: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16876: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16877: types/pa_vresponse.C, types/pa_vresponse.h,
16878: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16879: types/pa_vstateless_object.h, types/pa_vstatus.C,
16880: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16881: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16882: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16883: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16884: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
16885: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
16886: types/Makefile.am: ident.C* removed
16887:
16888: * operators.txt, src/classes/file.C, src/main/pa_request.C:
16889: file:find[/can/do/this/now.txt]
16890:
16891: * src/targets/cgi/parser3.C: usage to stdout now
16892:
16893: 2002-07-31 paf
16894:
16895: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
16896:
16897: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
16898: default "postmaster"
16899:
16900: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
16901: -f postmaster now default sendmail key word "postmaster"
16902: replaced to $.from
16903:
16904: 2002-07-30 paf
16905:
1.116 moko 16906: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
16907: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 16908:
16909: * src/main/pa_charset.C: comment
16910:
16911: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
16912: table, &#decimal;
16913:
16914: * src/main/pa_request.C: comment
16915:
16916: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
16917: paragraf]
16918:
16919: 2002-07-11 paf
16920:
16921: * src/main/pa_exec.C: build command line badly added params twice
16922: [and first time without ' ']. double wrong. fixed.
16923:
16924: * src/main/pa_exec.C: invalid .exe caused error message with params
16925: wich parser did not provide = reported badly. fixed that.
16926:
16927: * src/classes/mail.C: $MAIL[ # xxx ]
16928:
16929: now ok
16930:
16931: * operators.txt: plan: sql detailed exception
16932:
16933: 2002-07-01 paf
16934:
16935: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
16936: [MForm.configure_admin were called when request.main_class ==0
16937:
16938: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
16939:
16940: * src/classes/form.C: content_length type fix
16941:
16942: 2002-06-30 paf
16943:
16944: * src/classes/mail.C: merged from 4
16945:
16946: * src/classes/mail.C: restored $MAIL
16947:
16948: 2002-06-28 paf
16949:
16950: * configure, configure.in: removed paths.h
16951:
1.116 moko 16952: * configure, src/include/pa_version.h,
1.95 moko 16953: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
16954: merged, makes updated
16955:
16956: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
16957: src/include/pa_charset.h, src/include/pa_config_fixed.h,
16958: src/include/pa_pool.h, src/include/pa_version.h,
16959: src/main/pa_charset.C, src/main/pa_pool.C,
16960: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
16961: src/types/pa_vmail.C: merged latest updates to head
16962:
16963: 2002-06-27 paf
16964:
16965: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
16966: not error now
16967:
16968: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
16969: src/include/pa_config_fixed.h, src/include/pa_pool.h,
16970: src/main/pa_charset.C, src/main/pa_pool.C:
16971: ^xdoc::create[[uri]]... base uri for document being created,
16972: imports and other relative file names would be relative to this
16973: uri default uri=path_translated
16974:
16975: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
16976:
16977: 2002-06-26 paf
16978:
16979: * configure, configure.in, src/include/pa_version.h:
16980: release_3_0_0004
16981:
16982: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
16983: 0 now
16984:
16985: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
16986:
16987: 2002-06-25 paf
16988:
16989: * src/main/pa_string.C: emtpy string, or string of whitespaces
16990: considered bad number now
16991:
16992: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
16993: now
16994:
16995: * operators.txt, src/classes/string.C: ^string.normalize [old
16996: name: optimize
16997:
16998: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
16999: library configured
17000:
17001: * src/main/pa_request.C: configure_admin forced if no @conf
17002:
17003: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
17004: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
17005: when needed and to call system crypt() if not $apr1$ prefix
17006:
17007: 2002-06-24 paf
17008:
17009: * INSTALL: --with-static/shared-mailreceive described
17010:
17011: * src/include/pa_config_fixed.h: ssize_t fixed
17012:
1.116 moko 17013: * configure, configure.in, src/include/pa_config_auto.h.in,
17014: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 17015: src/types/pa_vmail.C: $mail:received makes update
17016:
17017: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
17018: WITH_MAILRECEIVE
17019:
17020: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
17021:
17022: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
17023: option, for $mail:receive
17024:
17025: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
17026: introducting $message:received ^mail:send rewritten with backward
17027: comp
17028:
17029: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17030: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17031: types/types.dsp: win32xml win32mailreceive pseudomodules paths
17032: now
17033:
17034: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
17035: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17036: src/include/pa_request.h, src/include/pa_string.h,
17037: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
17038: src/main/pa_globals.C, src/main/pa_request.C,
17039: src/main/pa_string.C, src/main/pa_uue.C,
17040: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
17041: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17042: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
17043: uue to separate file introducting $message:received ^mail:send
17044: rewritten with backward comp
17045:
17046: 2002-06-21 paf
17047:
1.116 moko 17048: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
17049: co changes
1.95 moko 17050:
1.116 moko 17051: * configure, configure.in, src/lib/md5/Makefile.am,
17052: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
17053: restructure .in and .am files appropriate changes
1.95 moko 17054:
17055: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
17056: pcre to libs/ added libs/md5 which is linked to non-apache
17057: targets ^math:crypt[password;$apr1$salt]
17058:
17059: * INSTALL, configure.in, operators.txt, parser3.dsw,
17060: src/Makefile.am, src/classes/Makefile.am,
17061: src/classes/classes.dsp, src/classes/math.C,
17062: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 17063: src/lib/pcre/Makefile.am, src/lib/pcre/README,
17064: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
17065: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
17066: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
17067: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
17068: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
17069: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
17070: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 17071: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
17072: src/lib/pcre/pcre_parser_ctype.dsp,
17073: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
17074: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
17075: src/main/compile.tab.C, src/main/main.dsp,
17076: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
17077: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
17078: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
17079: to libs/ added libs/md5 which is linked to non-apache targets
17080: ^math:crypt[password;$apr1$salt]
17081:
17082: 2002-06-20 paf
17083:
17084: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.116 moko 17085: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
17086: src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 17087: src/include/pa_request.h, src/main/execute.C,
17088: src/main/pa_request.C, src/targets/cgi/parser3.C,
17089: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
17090: marged latest HEAD updates, mainly file:justname&co &
17091: @auto/conf[filespec
17092:
17093: * operators.txt, src/classes/file.C:
17094: !^file:dirname[/a/some.tar.gz]=/a
17095: !^file:dirname[/a/b/]=/a
17096: !^file:basename[/a/some.tar.gz]=some.tar.gz
17097: !^file:justname[/a/some.tar.gz]=some.tar
17098: !^file:justext[/a/some.tar.gz]=gz
17099:
17100: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17101: main/pa_request.C, types/pa_vmethod_frame.h: introducing
17102: @conf/auto[filespec]
17103:
17104: * bin/auto.p.dist.in: <noindex>
17105:
1.116 moko 17106: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 17107:
17108: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
17109: bin/auto.p.dist.in, src/doc/doxygen.cfg,
17110: src/include/pa_globals.h, src/targets/cgi/parser3.C,
17111: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
17112:
17113: 2002-06-18 paf
17114:
17115: * configure, configure.in, src/include/pa_version.h: version to
17116: configure.in
17117:
17118: * INSTALL: reflected .conf.dist dir change
17119:
1.116 moko 17120: * Makefile.am, configure, configure.in, bin/Makefile.am,
17121: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 17122: .in & *.am updated
17123:
17124: * src/classes/file.C: strncasecmp
17125:
17126: * src/classes/file.C: strcasecmp
17127:
1.116 moko 17128: * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
17129: from etc
1.95 moko 17130:
17131: * src/classes/file.C: ^file::exec[script;$.bad error case
17132: insensitive check now
17133:
17134: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
17135:
17136: * configure, configure.in, src/include/pa_pool.h,
17137: src/include/pa_types.h: pack configure.in detection simplified.
17138: figured out that gcc on sparc not that stupid as thought
17139: previously: on sparc: when it sees packed class it modifies it's
17140: field-access-code to byte operations [stb, ldub] instead of 4byte
17141: operations [st, lduh] so packed must be all parts of packed
17142: class, i.e. it's parents&fields(classes). for now it's only
17143: String that packed and what was wrong is that it's parent -
17144: Pooled, were not packed. fixed that.
17145:
17146: 2002-06-14 paf
17147:
17148: * operators.txt: more precise xml-to-text options
17149:
17150: * operators.txt, src/types/pa_vxnode.C: xnode
17151: attribute_node.name/value xnode pi.node.data
17152:
17153: 2002-06-12 paf
17154:
1.116 moko 17155: * configure, configure.in, src/targets/cgi/Makefile.am,
17156: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 17157:
17158: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
17159: src/include/pa_globals.h, src/include/pa_request.h,
17160: src/main/compile.tab.C, src/main/pa_globals.C,
17161: src/main/pa_request.C, src/targets/cgi/parser3.C,
17162: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
17163:
17164: * src/classes/mail.C: sendmail -ti [default now]
17165:
17166: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
17167: to be strings. for convinient #ing
17168:
17169: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
17170: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
17171:
17172: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
17173: main/pa_globals.C, main/pa_request.C: @conf
17174:
17175: 2002-06-11 paf
17176:
17177: * src/classes/file.C: check simplified
17178:
17179: * src/: classes/file.C, targets/cgi/parser3.dsp,
17180: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
17181: valid prefix
17182:
17183: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
17184: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
17185: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
17186:
17187: 2002-06-10 paf
17188:
17189: * operators.txt, src/classes/op.C, src/include/pa_common.h,
17190: src/main/pa_common.C: lock failures reported now
17191:
17192: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
17193: string->double @ compile time were not-enough-checking...
17194:
17195: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
17196: autoconvert now ignored
17197:
17198: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
17199: check
17200:
17201: * src/classes/mail.C: mail netscape attachment name fixed. todo:
17202: $response:body content-type:name
17203:
17204: * configure, configure.in: hpux check, nsl link, no socket
17205:
17206: * operators.txt: old merge conflict removed
17207:
17208: * configure, configure.in: pack even address access on sparc&co
17209: arch checked in configure
17210:
17211: * configure, src/include/pa_version.h: makes
17212:
17213: * configure, configure.in, src/include/pa_version.h: makes
17214:
17215: * src/main/untaint.C: (bug#2) mail subject got always prepended
17216: with charset even when all letters were 7bit one
17217:
17218: * src/main/pa_common.C: merged fixed -d (bug)
17219:
17220: * src/main/pa_common.C: fixed -d (bug)
17221:
17222: 2002-06-03 paf
17223:
17224: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
17225: src/classes/classes.dsp, src/main/compile.tab.C,
17226: src/main/main.dsp, src/main/pa_globals.C,
17227: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
17228: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
17229: .dsp-s along with reorganized cvs modules dirs structure
17230:
17231: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17232: main/pa_globals.C, targets/cgi/parser3.dsp,
17233: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
17234: modules
17235:
17236: 2002-05-28 paf
17237:
17238: * src/targets/cgi/parser3.C: info.uri now ""
17239:
17240: 2002-05-17 paf
17241:
17242: * src/classes/: table.C: ^table.save << checked empty
17243: pre/match/post columns
17244:
17245: 2002-05-16 paf
17246:
17247: * src/classes/image.C: image::measure can png now
17248:
17249: 2002-05-15 paf
17250:
17251: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
17252: added
17253:
17254: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
17255:
17256: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
17257: %H[:%M[:%S]]]]]] [-%m now
17258:
17259: 2002-05-14 paf
17260:
17261: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
17262:
17263: 2002-05-07 paf
17264:
17265: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
17266: src/include/pa_globals.h, src/include/pa_request.h,
17267: src/include/pa_table.h, src/main/compile.tab.C,
17268: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
17269: src/main/pa_request.C, src/main/pa_table.C,
17270: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
17271: src/targets/isapi/parser3isapi.dsp,
17272: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
17273: name2number field now &. main_method_name now on Request pool
17274: rather on global_pool [Junction+VJunction created on same pool as
17275: name = were created on global pool, causing mem leaks]
17276:
17277: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
17278: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
17279: main/compile.y, main/main.dsp, main/pa_globals.C,
17280: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
17281: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17282: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
17283: field now &. main_method_name now on Request pool rather on
17284: global_pool [Junction+VJunction created on same pool as name =
17285: were created on global pool, causing mem leaks]
17286:
17287: 2002-05-06 paf
17288:
17289: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17290: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17291: 100*40 bytes per request memory leak [nonpool malloc in globals]
17292:
17293: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17294: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17295: 100*40 bytes per request memory leak [nonpool malloc in globals]
17296:
17297: 2002-04-30 paf
17298:
17299: * configure, src/include/pa_version.h: version now not b
17300:
17301: * src/targets/cgi/parser3.C: request.uri now never 0
17302:
17303: 2002-04-29 paf
17304:
17305: * configure.in: removed b
17306:
17307: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
17308: Exception::comment/type checked in (), no there's no empty
17309: type/comment by default
17310:
17311: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
17312: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
17313: src/doc/value.dox, src/include/pa_exception.h,
17314: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
17315: 0001
17316:
17317: 2002-04-26 paf
17318:
17319: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
17320: size reduced
17321:
17322: 2002-04-25 paf
17323:
17324: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
17325: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
17326: now that took into account
17327:
17328: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
17329: 01:03:04]
17330:
17331: * ChangeLog, operators.txt, src/classes/date.C:
17332: ^date::create[2002-12-33 01:03:04]
17333:
17334: * ChangeLog: updated changelog
17335:
17336: * src/classes/table.C: removed restriction on column count to
17337: ^table.hash to work, now must be >0 [were >1]
17338:
17339: 2002-04-24 paf
17340:
17341: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17342: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17343: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
17344: targets
17345:
17346: 2002-04-23 paf
17347:
17348: * operators.txt, src/classes/string.C:
17349: int/double/string:sql{}[$.default{code}] fixed [were barking:
17350: "junction used outside of context"]
17351:
17352: 2002-04-22 paf
17353:
17354: * types.txt, src/classes/string.C, src/include/pa_string.h,
17355: src/main/pa_string.C, src/types/pa_vstring.C,
17356: src/types/pa_vstring.h: ^string.optimize[]
17357:
17358: * src/: include/pa_globals.h, include/pa_table.h,
17359: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
17360: table template
17361:
17362: * src/classes/: string.C: optimize removed from string
17363: .left/right/pos
17364:
17365: * src/main/execute.C: rolled back to
17366: before_killing_userjunction_contexts
17367:
17368: * src/main/execute.C: user junctions context killed
17369:
17370: * src/main/execute.C: junctions to local contexts got
17371: cleanized&checked later
17372:
17373: 2002-04-19 paf
17374:
17375: * src/: classes/string.C, include/pa_request.h,
17376: include/pa_string.h, main/pa_request.C, main/pa_string.C,
17377: types/pa_vstring.C, types/pa_vstring.h: string now optimized
17378: prior to .left .right .mid .pos .match when that is profitable,
17379: and always before .replace when $ORIGINS(1) optimization disabled
17380: economy from not wasting mem on lots of strings which occur by
17381: lots of String:mid calls to get parts of source string between
17382: found_occurances
17383:
17384: * src/classes/file.C: ovector now local economy: 16 bytes per
17385: ^file:list
17386:
17387: * src/: include/pa_globals.h, include/pa_table.h,
17388: main/pa_globals.C, main/pa_string.C: String::match table columns
17389: globalized, not created @ each ^match anymore economy:
17390: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
17391:
17392: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
17393: removed from each String::match replace iteration, and made
17394: stacked sizeof(VTable)=12bytes economy on each replace code
17395:
17396: * src/doc/footer.htm: 2001,
17397:
17398: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
17399: string.match[]['] option enables generation of $match.prematch
17400: .match .postmatch columns
17401:
17402: * src/main/pa_string.C: String::match options analized without
17403: cstr-ing them now
17404:
17405: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
17406: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
17407: config updated to doxygen 1.2.15, created helper which fixes
17408: minor bugs in chm project files & htm tree. changed extension to
17409: .htm
17410:
17411: 2002-04-18 paf
17412:
17413: * src/doc/doxygen.cfg: .chi generation disabled
17414:
17415: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
17416: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
17417: fields&methods
17418:
17419: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
17420: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
17421: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
17422: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
17423: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
17424: types/pa_vresponse.h, types/pa_vstateless_class.h,
17425: types/pa_vstateless_object.h, types/pa_vstatus.h,
17426: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
17427: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
17428: VStateless_class to VObject
17429:
17430: * src/: main/pa_request.C, types/pa_valiased.h,
17431: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17432: types/pa_vstring.h: VStateless_string_object speicalized light
17433: version of VStateless_object
17434:
17435: * src/classes/op.C: ^throw comment param made optional
17436:
17437: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
17438: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
17439: and implemented down in VClass, fclass_alias removed,
17440:
17441: * src/types/pa_value.C: forced to cut that from .h because of
17442: VStateless_class usage [undefined in .h]
17443:
17444: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17445: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17446: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
17447: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
17448: on each CALL]
17449:
17450: * src/: classes/classes.h, classes/date.C, classes/double.C,
17451: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
17452: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
17453: classes/response.C, classes/string.C, classes/table.C,
17454: classes/void.C, classes/xnode.C, include/pa_globals.h,
17455: include/pa_request.h, main/execute.C, main/pa_globals.C,
17456: main/pa_request.C, types/Makefile.am, types/pa_value.h,
17457: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
17458: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17459: types/pa_vstateless_class.h, types/pa_wcontext.C,
17460: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
17461: removed Value::fname
17462:
17463: 2002-04-17 paf
17464:
17465: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
17466: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
17467: doc/pooled.dox, doc/string.dox, doc/targets.dox,
17468: include/pa_pool.h, include/pa_types.h: dox updated to current
17469: state, PTHROW freshen to throw & co
17470:
17471: * src/types/pa_vhash.h: vstring wrong parent fixed
17472:
17473: * src/classes/op.C: taint local result var bug fixed
17474:
17475: 2002-04-16 paf
17476:
17477: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
17478: Attic asm.txt as most interesting
17479:
17480: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
17481: check, preventing content-length: 0 from appearing
17482:
17483: * src/main/execute.C: $result in @main now taken into account as in
17484: usual functions
17485:
17486: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
17487: & @unhandled_exception now taken into account as in usual
17488: functions
17489:
17490: * src/doc/postbuild.txt: instructions on post .html build
17491:
17492: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
17493:
17494: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
17495: tainted
17496:
17497: * src/main/pa_request.C: uri in error log
17498:
17499: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
17500: cheched date:create(days) param for validity [later were assumed
17501: valid and crashed on invalid onces]
17502:
17503: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17504: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
17505: and used that for removing VString wrapper
17506:
17507: * src/classes/op.C: exception2vhash file now tainted
17508:
17509: * src/classes/op.C: _process pseudo origin copied from local var to
17510: heap
17511:
17512: * src/classes/op.C: extra check on empty file in origin in _execute
17513:
17514: 2002-04-15 paf
17515:
17516: * src/: main/execute.C, types/pa_value.h: fixed name update
17517:
17518: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
17519: functions
17520:
17521: * src/: classes/file.C, classes/hash.C, classes/op.C,
17522: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
17523: started dual write_xxx_lang functions, if checked & works
17524:
17525: * src/: classes/date.C, classes/file.C, classes/mail.C,
17526: classes/string.C, classes/xnode.C, include/pa_request.h,
17527: types/pa_value.h, types/pa_wcontext.h: removed absolutely
17528: unnecessary VString shells
17529:
17530: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
17531: prev changes]
17532:
17533: * src/: classes/image.C, classes/op.C, classes/string.C,
17534: classes/table.C, include/pa_request.h, main/execute.C,
17535: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
17536: StringOrValue wcontext result, now ready for dual writes
17537:
17538: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
17539: checked that
17540:
17541: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17542: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
17543: changed to OP_WRITE_VALUE in var get cases
17544:
17545: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
17546: include/pa_request.h, main/compile.tab.C, main/compile.y,
17547: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17548: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
17549: switch in hash constructor fixed [were problems with using of
17550: stacked wwrapper after it's death]
17551:
17552: 2002-04-12 paf
17553:
17554: * operators.txt, src/classes/table.C: table.select(expression) 0
17555:
17556: 2002-04-11 paf
17557:
17558: * src/: classes/string.C, include/pa_request.h, main/execute.C:
17559: Request::process_internal codeFrame & wwrapper stacked [not
17560: wasting heap anymore]
17561:
17562: 2002-04-10 paf
17563:
17564: * src/: classes/double.C, classes/file.C, classes/hash.C,
17565: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
17566: classes/string.C, classes/table.C, classes/void.C,
17567: classes/xdoc.C, include/pa_request.h, main/execute.C,
17568: main/pa_string.C: killed Request::process() wrapping
17569: VString(String) in case we need only String
17570:
17571: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17572: killed 8 bytes from String.head
17573:
17574: 2002-04-09 paf
17575:
17576: * src/: main/compile.tab.C, targets/cgi/parser3.C,
17577: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
17578: local*/char b[...]; a=b; situations
17579:
17580: * operators.txt, src/classes/xdoc.C: xslt params made literal
17581:
17582: * src/classes/xdoc.C: xslt params fixed
17583:
17584: * src/: main/pa_common.C, targets/cgi/parser3.C,
17585: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
17586: not pool.malloc(MAX_NUMBER) but really neaded
17587:
17588: * operators.txt, src/classes/double.C, src/classes/int.C:
17589: int/double.int/double(default)
17590:
17591: 2002-04-04 paf
17592:
17593: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
17594: [when reconstructing pieces were split by
17595: max_integral(piece.size), thus some strings to replace happen to
17596: be split into two = not replaced)
17597:
17598: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
17599: standalone version = current dir
17600:
17601: * src/targets/cgi/parser3.C: document root in standalone version =
17602: current dir
17603:
17604: 2002-04-03 paf
17605:
17606: * configure, configure.in: more checks on nonexistent charset
17607:
1.116 moko 17608: * INSTALL, configure, configure.in: root config configure options
1.95 moko 17609:
17610: 2002-04-02 paf
17611:
17612: * src/main/compile.C: parser.compile [exception name more like in
17613: doc]
17614:
17615: 2002-04-01 paf
17616:
17617: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
17618: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
17619: .content-type.charset, not .charset
17620:
17621: 2002-03-29 paf
17622:
17623: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
17624:
17625: * operators.txt, src/classes/date.C: ^date::create now may not
17626: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
17627: days' year. | 31.05->31.04 roll
17628:
17629: 2002-03-28 paf
17630:
17631: * operators.txt, src/classes/date.C, src/classes/op.C,
17632: src/include/pa_globals.h, src/include/pa_hash.h,
17633: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
17634: ^cache(seconds) ^cache[date] }
17635:
17636: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
17637: param
17638:
17639: 2002-03-27 paf
17640:
17641: * operators.txt, src/classes/date.C, src/classes/double.C,
17642: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
17643: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
17644: src/classes/math.C, src/classes/op.C, src/classes/string.C,
17645: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17646: src/classes/xnode.C, src/include/pa_exception.h,
17647: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
17648: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
17649: src/main/pa_array.C, src/main/pa_charset.C,
17650: src/main/pa_charsets.C, src/main/pa_common.C,
17651: src/main/pa_dictionary.C, src/main/pa_exception.C,
17652: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
17653: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
17654: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
17655: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17656: src/types/pa_value.h, src/types/pa_vcookie.C,
17657: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
17658: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
17659: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
17660: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
17661: src/types/pa_wwrapper.h: assigned exception types
17662:
17663: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
17664: src/include/pa_request.h, src/main/execute.C,
17665: src/main/pa_request.C: decided agains resetting exception_trace,
17666: just changed name
17667:
17668: 2002-03-26 paf
17669:
17670: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
17671: fixed
17672:
17673: * src/classes/op.C: forced language of $source field of exception
17674: to 'tainted', so that sql-langed-frags could be outputed outside
17675: of connect
17676:
17677: * operators.txt: removed date.roll limit of +-1 offset
17678:
17679: * src/classes/date.C: removed date.roll limit of +-1 offset
17680:
17681: * operators.txt, src/classes/date.C: fixed date roll on
17682: daylightsaving days mktime took into account tm_isdst flag, which
17683: remained from BEFORE roll, but should have been reset
17684:
17685: 2002-03-25 paf
17686:
17687: * operators.txt, src/targets/cgi/parser3.C:
17688: http_site_config_filespec
17689:
17690: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
17691: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
17692: with any/both --disable-foreign-group-files --disable-execs
17693:
17694: * INSTALL: "--with=sendmail=COMMAND" comment
17695:
17696: * INSTALL, configure, configure.in, src/classes/mail.C,
17697: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 17698: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
17699: disables execs also. introducing --sendmail
1.95 moko 17700:
17701: * operators.txt: pgsql options comment
17702:
17703: * INSTALL: comment on --disable-link-stdcpp
17704:
1.116 moko 17705: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17706: libstdc++ link skipping configure option
1.95 moko 17707:
17708: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
17709: with error were put to cache with 'marked_to_rollback' flag, all
17710: consequent even OK requests rolled back
17711:
17712: 2002-03-22 paf
17713:
17714: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
17715: false return
17716:
17717: * operators.txt: few comments on sets
17718:
17719: 2002-03-18 paf
17720:
17721: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
17722: src/include/pa_globals.h, src/include/pa_request.h,
17723: src/include/pa_stack.h, src/main/pa_globals.C,
17724: src/main/pa_request.C: introducing ^try
17725:
17726: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
17727: types/pa_vdouble.h: removed some tested @tests
17728:
17729: 2002-03-15 paf
17730:
17731: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
17732:
17733: 2002-03-13 paf
17734:
17735: * src/main/pa_exception.C: checked not-pooled malloc
17736:
17737: 2002-03-11 paf
17738:
17739: * INSTALL, configure, configure.in,
17740: src/include/pa_config_auto.h.in: --disable-foreign-group-files
17741:
17742: * src/main/pa_common.C: --disable-foreign-group-files
17743:
17744: * INSTALL: --disable-execs
17745:
17746: * src/main/pa_exec.C: --disable-execs
17747:
17748: * configure, configure.in, src/include/pa_config_auto.h.in:
17749: --disable-execs
17750:
17751: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
17752:
17753: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
17754: file::exec/cgi linebreaks "0D0A" changed to 0A onces
17755:
17756: 2002-03-05 paf
17757:
17758: * operators.txt, src/classes/date.C: date week calendar columns
17759: named
17760:
17761: * operators.txt, src/classes/date.C: date week calendar columns
17762: named
17763:
17764: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
17765: requires headers to be terminated with \r\n manually [refuses to
17766: separate header/body itself]
17767:
17768: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17769: targets/isapi/parser3isapi.C: isapi site config beside .dll
17770:
17771: 2002-03-04 paf
17772:
17773: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
17774: in PASS language
17775:
17776: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
17777: deserialize checks on broken file
17778:
17779: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
17780: parser3isapi.dsp: isapi updated
17781:
17782: 2002-03-01 paf
17783:
17784: * src/main/pa_exec.C: execle -> execve, now argc OK
17785:
17786: 2002-02-28 paf
17787:
17788: * src/main/untaint.C: removed some debug comments
17789:
17790: * src/main/pa_charsets.C: when placing charset to cache using
17791: global name now [were request]
17792:
17793: * configure, configure.in: apache module updated
17794:
17795: * src/main/pa_string.C: origin by first piece preferred before last
17796: piece
17797:
17798: 2002-02-27 paf
17799:
17800: * src/main/pa_charset.C: size_t
17801:
17802: * INSTALL: shared/static-xml with-pathlink
17803:
17804: * operators.txt: SMTP comment
17805:
17806: 2002-02-26 paf
17807:
17808: * src/main/pa_exec.C: more precise names for vars, cosmetic
17809:
17810: * src/classes/xnode.C: in some situation, xpath query returned
17811: result with type NODESET, but empty nodeset member field, checked
17812: that
17813:
17814: 2002-02-22 paf
17815:
17816: * INSTALL: without-zlib comment
17817:
17818: * etc/parser3.charsets/windows-1251.cfg: °
17819:
17820: * configure, configure.in: glib###.a detection fixed
17821:
17822: * INSTALL: hashfile removed from INSTALL
17823:
1.116 moko 17824: * Makefile.am: make update
1.95 moko 17825:
17826: * src/main/pa_string.C: string iterators fixed again, so were
17827: String::join_chain
17828:
17829: * src/main/pa_string.C: string iterators fixed again, so were
17830: String::join_chain
17831:
17832: * src/: include/pa_string.h, main/pa_string.C: string iterators
17833: fixed again, so were String::join_chain
17834:
17835: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
17836:
17837: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
17838: "session"
17839:
1.116 moko 17840: * configure, configure.in, src/include/pa_config_auto.h.in:
17841: --with-shared-xml --with-static-xml
1.95 moko 17842:
17843: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17844: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17845: types/types.dsp: *.dsp: removed refereces to win32db & ancient
17846: xalan&xml
17847:
17848: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
17849:
17850: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
17851: src/types/types.dsp: removed hashfile support from sources for
17852: now
17853:
1.116 moko 17854: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 17855: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 17856: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
17857: src/include/pa_db_manager.h, src/include/pa_db_table.h,
17858: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 17859: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 17860: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
17861: src/types/Makefile.am, src/types/pa_vhashfile.C,
17862: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 17863:
17864: 2002-02-21 paf
17865:
17866: * src/main/untaint.C: removed debug code, activated commented-for
17867: debug parts
17868:
1.116 moko 17869: * Makefile.am: make cvsupdate
1.95 moko 17870:
17871: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
17872: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
17873: append_row, not at link zero now string to string appending works
17874:
17875: 2002-02-20 paf
17876:
17877: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
17878: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
17879: DEBUG_STRING_APPENDS_VS_EXPANDS
17880:
17881: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17882: economy: 22%
17883:
17884: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17885: space uptimized: string::link_row removed
17886:
17887: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
17888: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
17889: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
17890: types/pa_vstring.h: speed uptimized: string::is_empty
17891:
17892: * operators.txt, src/include/pa_common.h,
17893: src/include/pa_config_fixed.h, src/include/pa_string.h,
17894: src/include/pa_types.h, src/main/compile.tab.C,
17895: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
17896: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
17897: string append optimiziation idea and estimates
17898:
17899: 2002-02-19 paf
17900:
17901: * src/classes/math.C: not used directly [but erroreously reported
17902: that 'is', thus registering twice&other probs]
17903:
17904: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
17905: to node [element]
17906:
17907: * src/main/compile.C: without string_origins parse error
17908: file+line+col possible
17909:
17910: * src/main/: compile.C: without string_origins not worked
17911:
17912: 2002-02-18 paf
17913:
17914: * src/types/pa_vdouble.h: since we have in_expression removed that
17915: trick i've installed into double::as_string
17916:
17917: * src/main/pa_globals.C: extern "C" was removed too fast
17918:
17919: * src/: include/pa_opcode.h, include/pa_request.h,
17920: main/compile.tab.C, main/compile.y, main/execute.C,
17921: types/pa_wcontext.h: in_expression aimed to solve old problem
17922: with string/nonstring values, now in expressions double/int
17923: values are passed as-is, without stupid tostring/fromstring
17924: conversions
17925:
17926: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
17927: __cplusplus } #endif
17928:
17929: * src/main/compile.tab.C: bison env set so one could compile
17930: without cygwin installed
17931:
17932: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17933: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
17934: gnome xml libs parser .dsp-s changed accordingly
17935:
17936: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
17937:
17938: * operators.txt, src/classes/date.C: date::create [were date::set,
17939: with backward comp
17940:
17941: * src/classes/math.C: math:random range check fixed
17942:
17943: * src/main/: compile.tab.C, compile.y: integer division stops name
17944:
17945: * INSTALL: local install comment
17946:
1.116 moko 17947: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 17948:
1.116 moko 17949: * acinclude.m4, aclocal.m4, configure, configure.in,
17950: src/include/pa_config_auto.h.in,
17951: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
17952: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 17953:
17954: * operators.txt: \ comment
17955:
17956: 2002-02-13 paf
17957:
17958: * src/include/pa_config_includes.h: sys/time time both included
17959: now. vaguely remember confilicts on this on some system [not on
17960: six|ablv] so when would see them again would think up proper
17961: check
17962:
1.116 moko 17963: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17964: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 17965:
17966: * src/main/pa_common.C: truncation never occured when writing files
17967: on unix [since i've changed cache mech] fix
17968:
17969: * src/main/pa_common.C: strnchr: sanity check added
17970:
17971: * etc/parser3.charsets/windows-1257.cfg: id added
17972:
17973: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
17974: baltic charset file generated, in generation script ispunct check
17975: added
17976:
17977: 2002-02-08 paf
17978:
1.116 moko 17979: * src/: include/Makefile.am, sql/Makefile.am,
17980: targets/isapi/Makefile.am: forgotten makes
1.95 moko 17981:
17982: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
17983: forgotten
17984:
17985: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
17986:
17987: * INSTALL, README: install&others updated
17988:
17989: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
17990:
1.116 moko 17991: * Makefile.am, configure, configure.in,
17992: etc/parser3.charsets/Makefile.am, src/Makefile.am,
17993: src/classes/Makefile.am, src/main/Makefile.am,
17994: src/main/pa_status_provider.C, src/targets/Makefile.am,
17995: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
17996: works
1.95 moko 17997:
17998: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17999: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18000: classes/hashfile.C, classes/int.C, classes/mail.C,
18001: classes/math.C, classes/op.C, classes/response.C,
18002: classes/string.C, classes/table.C, classes/void.C,
18003: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18004: include/pa_array.h, include/pa_cache_managers.h,
18005: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18006: include/pa_config_fixed.h, include/pa_config_includes.h,
18007: include/pa_db_connection.h, include/pa_db_manager.h,
18008: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18009: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18010: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18011: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18012: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18013: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18014: include/pa_stack.h, include/pa_string.h,
18015: include/pa_stylesheet_connection.h,
18016: include/pa_stylesheet_manager.h, include/pa_table.h,
18017: include/pa_threads.h, include/pa_types.h, main/compile.C,
18018: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18019: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
18020: main/pa_db_connection.C, main/pa_db_manager.C,
18021: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18022: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
18023: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18024: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18025: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18026: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18027: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
18028: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18029: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18030: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18031: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18032: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18033: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
18034: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
18035: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18036: types/pa_vmethod_frame.h, types/pa_vobject.h,
18037: types/pa_vrequest.h, types/pa_vresponse.h,
18038: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18039: types/pa_vstateless_object.h, types/pa_vstatus.C,
18040: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18041: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18042: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
18043: classes/image.C, main/pa_common.C, main/pa_exec.C,
18044: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18045: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
18046: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
18047: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
18048: types/pa_vxnode.C, main/pa_charset.C: name spelling
18049:
18050: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18051: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18052: classes/hashfile.C, classes/image.C, classes/int.C,
18053: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18054: classes/string.C, classes/table.C, classes/void.C,
18055: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18056: include/pa_array.h, include/pa_cache_managers.h,
18057: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18058: include/pa_config_fixed.h, include/pa_config_includes.h,
18059: include/pa_db_connection.h, include/pa_db_manager.h,
18060: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18061: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18062: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18063: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18064: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18065: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18066: include/pa_stack.h, include/pa_string.h,
18067: include/pa_stylesheet_connection.h,
18068: include/pa_stylesheet_manager.h, include/pa_table.h,
18069: include/pa_threads.h, include/pa_types.h, main/compile.C,
18070: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18071: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
18072: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18073: main/pa_db_connection.C, main/pa_db_manager.C,
18074: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18075: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18076: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18077: main/pa_socks.C, main/pa_sql_driver_manager.C,
18078: main/pa_status_provider.C, main/pa_string.C,
18079: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18080: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18081: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18082: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18083: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18084: targets/isapi/pool_storage.h, types/pa_valiased.C,
18085: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18086: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18087: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18088: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18089: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18090: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18091: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18092: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18093: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18094: types/pa_vresponse.h, types/pa_vstateless_class.C,
18095: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18096: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18097: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18098: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18099: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18100: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
18101:
18102: 2002-02-07 paf
18103:
18104: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
18105:
1.116 moko 18106: * configure, configure.in, src/include/pa_config_auto.h.in,
18107: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
18108: added yet another locking function: fcntl
1.95 moko 18109:
18110: * config.sub: on cygwin configure passes it with strange i1586
18111: const, hacked it to mean i586
18112:
18113: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
18114: disabled $if reference due to conflicts with local variables
18115:
18116: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
18117: xdoc::set obsolete now, now xdoc::create, with both sences
18118:
18119: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18120: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18121: table::create now // 'set' name obsolete now table clone.
18122:
18123: * operators.txt, src/classes/string.C,
18124: src/include/pa_config_fixed.h, src/main/compile.tab.C:
18125: ^int/double/string.format now can be called with normal []
18126: brackets, not stupid {} as it were implemented for some strange
18127: reason. retaining backward compatibility due to some
18128: already-implemented servers
18129:
18130: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
18131: main/compile.y, main/compile_tools.C, main/compile_tools.h:
18132: operators now detected by check at name_without_curly_rdive_read
18133: rule whether diving code constists only of
18134: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
18135: with OP_GET_ELEMENT_OR_OPERATOR to form
18136: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
18137:
18138: 2002-02-06 paf
18139:
18140: * configure, configure.in: prefix expanded, grr
18141:
18142: * operators.txt, src/classes/mail.C: mail:send config changed
18143:
18144: 2002-02-05 paf
18145:
18146: * operators.txt: regex options commented
18147:
18148: * src/main/: pa_exec.C: argv0 now correct
18149:
18150: * src/types/pa_vstatus.C: status:rusage 3
18151:
18152: * src/types/pa_vstatus.C: status:rusage 2
18153:
18154: * operators.txt: status:rusage described int operators
18155:
18156: * src/types/pa_vstatus.C: status:rusage 1
18157:
18158: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
18159: src/types/types.dsp: status:rusage
18160:
18161: * configure.in, operators.txt, src/classes/file.C,
18162: src/classes/op.C, src/include/pa_common.h,
18163: src/include/pa_config_includes.h, src/main/compile.tab.C,
18164: src/main/pa_common.C: rewritten ^cache to use
18165: non-blocking-exclusive-caches
18166:
18167: * src/main/pa_common.C: text file read mode on win32 adjusted
18168: [speed impact. was off for debugging purpose, but forgotten
18169: afterwards]
18170:
18171: 2002-02-01 paf
18172:
18173: * src/classes/op.C: file_write does EX lock after create, while
18174: file_read does SH after open, so there's a moment after create
18175: but before EX lock when read can sneak into, and read
18176: just-created-for-writing-and-not-yet-locked file, added a check
18177: for that in ^cache...read
18178:
18179: 2002-01-31 paf
18180:
18181: * src/main/: compile.y, compile.tab.C: disabled operator call after
18182: ^xxx:
18183:
18184: * src/main/: compile.tab.C, execute.C: made operators lookup first
18185: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
18186:
18187: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
18188: main/compile.tab.C, main/compile.y, main/compile_tools.C,
18189: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
18190: operators check 6.1 rewritten. now check is done at compile time
18191:
18192: * src/main/execute.C: operators check 5 floated up old error of
18193: staying in 'entered class/object' state after $a($a..) it
18194: prevented operators from being called thereafter
18195:
18196: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18197: main/execute.C: operators check 4 floated up old error of staying
18198: in 'entered object' state after ^a.a(a) it prevented operators
18199: from being called thereafter
18200:
18201: * src/main/execute.C: operators check 3 floated up old error of
18202: staying in 'entered class' state after $a:a(a) it prevented
18203: operators from being called thereafter
18204:
18205: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
18206: floated up old error of staying in 'entered class' state after
18207: $a:a[a] it prevented operators from being called thereafter
18208:
18209: * src/main/execute.C: operators check, thay mistakenly seen in
18210: $class:operator $object.operators contexts
18211:
18212: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
18213: win32
18214:
1.116 moko 18215: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
18216: src/classes/Makefile.am, src/main/Makefile.am,
18217: src/targets/cgi/Makefile.am,
1.95 moko 18218: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 18219: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 18220:
1.116 moko 18221: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
18222: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
18223: configure, configure.in, form.txt, ident.awk, install-sh,
18224: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
18225: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 18226: etc/parser3.charsets/Makefile.am,
18227: etc/parser3.charsets/koi8-r.cfg,
18228: etc/parser3.charsets/windows-1250.cfg,
18229: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 18230: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
18231: src/main/Makefile.am, src/targets/cgi/Makefile.am,
18232: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
18233: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 18234: straightened installation scripts procedure made
18235: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
18236: change
18237:
18238: 2002-01-30 paf
18239:
18240: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
18241: removed] those comments were a mistake, and prevented libltdl
18242: from function properly
18243:
18244: 2002-01-29 paf
18245:
1.116 moko 18246: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
18247: creation [modified acinclude.m4 which were creating int into just
18248: assignment LIBTOOL=../libtool] added default system
18249: config&charsetts prepared 'make install', now it installs
18250: targets/cgi/parser3 into bin directory etc/parser3.conf &
18251: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 18252: $sysconfdir/parser3.charsets respectively
18253:
18254: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
18255: main/pa_globals.C: few forgotten ifdef XML added
18256:
18257: 2002-01-28 paf
18258:
1.116 moko 18259: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 18260: removed
18261:
18262: * src/main/pa_exception.C: dom|generic error output fix
18263:
18264: * src/classes/xnode.C: xdoc.importNode 3 [check err]
18265:
18266: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
18267:
18268: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
18269: [fixed as_node helper func to accept docs]
18270:
18271: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
18272: xdoc.importNode 0
18273:
18274: * src/classes/xdoc.C: xdoc::set now untaints OK
18275:
18276: 2002-01-25 paf
18277:
18278: * src/main/: compile.tab.C, compile.y: #comment before @ after
18279: @SPECIAL now works OK
18280:
18281: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
18282:
18283: * src/main/pa_exec.C: max arg count now 10, and proper message on
18284: violation that added
18285:
18286: * src/classes/hash.C: unified hash::sql, now
18287: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
18288:
18289: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
18290: ^file:lock[filename]{code}
18291:
18292: * src/: classes/file.C, classes/op.C, classes/string.C,
18293: classes/table.C, classes/xdoc.C, include/pa_common.h,
18294: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
18295: to some pa_common funcs
18296:
18297: * src/: include/pa_charset.h, main/pa_globals.C:
18298: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
18299:
18300: * src/: include/pa_charset.h, main/pa_charset.C,
18301: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
18302: not stupid illegal define
18303:
18304: 2002-01-24 paf
18305:
18306: * src/include/pa_version.h: changed version number
18307:
18308: * src/: classes/hashfile.C, include/pa_db_table.h,
18309: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18310: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18311: main/pa_db_connection.C, main/pa_db_table.C,
18312: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
18313: hashfile without logfiles
18314:
18315: * src/: classes/hashfile.C, include/pa_db_table.h,
18316: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
18317: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
18318: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
18319: DB_INIT_TXN init bits, thus got rid of huge log files, which
18320: cluttered disk without huge need]
18321:
18322: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
18323: handy macro, which is strangly abscent in dome lib
18324:
18325: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
18326:
18327: * src/classes/xdoc.C: checked empty response
18328:
18329: * src/classes/xnode.C: xdoc.select fixed context node [were always
18330: /, not self node]
18331:
18332: * src/classes/xnode.C: xnode.select returns array always now, in
18333: case 'nothing found' returns empty array
18334:
18335: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
18336: be more tender with ctrl/c/v
18337:
18338: 2002-01-23 paf
18339:
18340: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
18341: substituted. // 2. when dom tree with entites goes under
18342: transform text nodes // got [erroreosly] cut on first
18343: entity occurance
18344:
18345: * src/types/pa_vdouble.h: double prec. todo: get rid of
18346: twice-converting
18347:
18348: * src/types/pa_vdouble.h: %.20E now float format when %g produced
18349: 'e' in output this is for regretful twice-converting here:
18350: $a(double value) when they write double falue they convert it to
18351: string first, thus %g were losing precesion.
18352:
18353: todo: think up some way to remove double->string string->double
18354: twice-converting
18355:
18356: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
18357: %.20E now default float format this is for regretful
18358: twice-converting here: $a(double value) when they write double
18359: falue they convert it to string first, thus %g were losing
18360: precesion.
18361:
18362: todo: think up some way to remove double->string string->double
18363: twice-converting
18364:
18365: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18366: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
18367: reasons in comment inside
18368:
18369: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
18370: statically linked]
18371:
18372: * src/: include/pa_exception.h, main/compile.tab.C,
18373: main/pa_exception.C: removed exception va_list constructor. 1.
18374: not needed anymore 2. there were a conflict[causing errors]
18375: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
18376: never detected an ambiguilty here, compiling ctor(, "hello") into
18377: ctor(, va_list) which, of course, caused gpf
18378:
18379: * src/main/pa_globals.C: removed debug xslt messages
18380:
18381: 2002-01-22 paf
18382:
18383: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18384: main/pa_globals.C: xsl stylesheet load: parsed entities, this
18385: helps compiling stylesheet properly. example: this refused to
18386: work, <b>«<xsl:value-of select="@title"
18387: />»</b> stranly worked only this way:
18388: <b>«<xsl:value-of select="@title" />»</b>
18389:
18390: docs says "set it to 1", never going into details, so I decided
18391: to try NOT to do that
18392:
18393: * src/classes/table.C: join behaived badly in case named tables
18394: structure mismatched: 0 strings sneaked into dest failing
18395: afterwards. replaced them with empty strings
18396:
18397: 2002-01-21 paf
18398:
18399: * src/main/pa_charset.C: checked empty transcoders in
18400: transcode_cstr|buf
18401:
18402: * src/classes/xdoc.C: xdoc::load error source = filespec
18403:
18404: * src/classes/xdoc.C: transform error source now
18405: stylesheet_filespec
18406:
1.116 moko 18407: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 18408: include/pa_stylesheet_connection.h, main/pa_charset.C,
18409: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 18410: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
18411: gnome
1.95 moko 18412:
18413: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
18414: include/pa_globals.h, include/pa_stylesheet_connection.h,
18415: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
18416: xslt generic error 1
18417:
18418: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
18419: xml generic message 1
18420:
18421: * src/classes/table.C: ^table::load empty lines or #comments before
18422: headline
18423:
18424: * src/: include/pa_array.h, include/pa_globals.h,
18425: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
18426: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
18427: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
18428: errors 0
18429:
18430: 2002-01-16 paf
18431:
18432: * src/: classes/hash.C, classes/op.C, classes/string.C,
18433: classes/table.C, classes/void.C, classes/xdoc.C,
18434: include/pa_db_connection.h, include/pa_request.h,
18435: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18436: include/pa_stylesheet_connection.h,
18437: include/pa_stylesheet_manager.h, main/pa_request.C,
18438: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18439: targets/cgi/pool_storage.h: auto closers to sql_connection,
18440: stylesheet_connection auto destroyers to remaining gnome objects
18441:
18442: * src/classes/xdoc.C: few comments
18443:
18444: 2002-01-15 paf
18445:
18446: * src/classes/xdoc.C: xdoc file save string
18447:
18448: ready. todo: error handling
18449:
18450: * src/classes/xdoc.C: xdoc save rewritten using
18451: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
18452: result
18453:
18454: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
18455: started output options parsing
18456:
18457: 2002-01-14 paf
18458:
18459: * src/classes/xdoc.C: method
18460:
18461: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18462: include/pa_pool.h, include/pa_stylesheet_connection.h,
18463: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
18464: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
18465: xslt transform0. TODO: use output options handle errors
18466:
18467: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
18468:
18469: 2002-01-11 paf
18470:
18471: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18472: main/compile_tools.C, main/compile_tools.h, main/execute.C:
18473: partial logical && || evaluation
18474:
18475: * src/classes/xnode.C: xpath selectNodes
18476:
18477: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
18478: string/number/bool
18479:
18480: * src/classes/xnode.C: xpath selectNode 2
18481:
18482: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
18483: xpath selectNode 1
18484:
18485: 2002-01-10 paf
18486:
18487: * src/classes/xnode.C: xpath selectNode -100 [just written]
18488:
18489: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18490: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
18491: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
18492: refcounter]
18493:
18494: 2001-12-29 paf
18495:
18496: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
18497: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
18498: glib works 0
18499:
18500: 2001-12-28 paf
18501:
18502: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
18503: main/pa_exception.C: started glib transcoders
18504:
18505: * src/main/pa_globals.C: renamed gdome to libgdome.dll
18506:
18507: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
18508: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
18509: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
18510: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
18511: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
18512: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
18513: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
18514: libs just compiled in. no refcounting no xpath no xslt yet
18515:
18516: 2001-12-27 paf
18517:
18518: * src/: include/pa_charset.h, include/pa_common.h,
18519: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18520: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
18521: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
18522: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
18523: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
18524: from xalan&xerces, started the process. globals [initialization
18525: pool [charset update charset [transcodings vxnode vxdoc [DOM
18526: calls
18527:
18528: * src/classes/Makefile.am: going away from xalan&xerces, not needed
18529: anymore
18530:
18531: 2001-12-26 paf
18532:
18533: * src/: include/pa_charset.h, include/pa_charsets.h,
18534: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
18535: key globalized [bug]
18536:
18537: 2001-12-25 paf
18538:
18539: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
18540: main/pa_string.C: table set & append changed splitting languages,
18541: separators now can be clean AND as-is same to mail command line
18542: $MAIN:MAIL.progX arguments
18543:
18544: 2001-12-24 paf
18545:
18546: * src/classes/mail.C: one parted text messages - no multipart
18547: mime-type anymore. for convinient if $.attach-ments
18548:
18549: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
18550: main/pa_string.C: read from cache size check updated
18551:
18552: * src/main/: pa_string.C: String::join_chain another ugly bug :(
18553:
18554: 2001-12-21 paf
18555:
18556: * src/classes/date.C: date:sql-string now returns localtime
18557:
18558: * src/main/pa_request.C: $result in @main actually not working, to
18559: hell with it for now
18560:
18561: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18562: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
18563: @postprocess @exception
18564:
18565: * src/main/execute.C: junction evaluation canceled - endless
18566: recursion detected
18567:
18568: 2001-12-19 paf
18569:
18570: * src/main/pa_charset.C: charset->charset transcoding via unicode
18571: intermediate
18572:
18573: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
18574:
18575: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
18576:
18577: * src/classes/op.C: ^cache keypath now relative
18578:
18579: * src/classes/mail.C: changed weighting prior to sort
18580:
18581: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
18582: were missing
18583:
18584: 2001-12-17 paf
18585:
18586: * src/main/pa_charset.C: ifndef XML were bad type
18587:
18588: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
18589: outdated unset services_pool
18590:
18591: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
18592: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
18593: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
18594:
18595: * src/main/untaint.C: allowed space in filespec
18596:
18597: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
18598:
18599: * src/classes/image.C: no govno
18600:
18601: * src/classes/image.C: govno
18602:
18603: 2001-12-16 paf
18604:
18605: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
18606:
18607: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
18608: charset_connection&manager replaced by charset&charsets
18609:
18610: * src/main/pa_charset.C: name_cstr 0
18611:
18612: * src/main/untaint.C: uri lang now knows about client/source
18613: charsets
18614:
18615: * src/: classes/file.C, classes/math.C, classes/op.C,
18616: classes/string.C, classes/table.C, classes/xdoc.C,
18617: include/pa_array.h, include/pa_cache_managers.h,
18618: include/pa_charset_connection.h, include/pa_charset_manager.h,
18619: include/pa_common.h, include/pa_db_connection.h,
18620: include/pa_db_manager.h, include/pa_db_table.h,
18621: include/pa_dictionary.h, include/pa_exception.h,
18622: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
18623: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
18624: include/pa_sapi.h, include/pa_socks.h,
18625: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18626: include/pa_string.h, include/pa_stylesheet_connection.h,
18627: include/pa_stylesheet_manager.h, include/pa_table.h,
18628: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
18629: main/pa_charset.C, main/pa_charset_connection.C,
18630: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
18631: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
18632: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
18633: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
18634: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18635: types/types.dsp: introducing Charset
18636:
18637: 2001-12-14 paf
18638:
18639: * src/: include/pa_request.h, include/pa_transcoder.h,
18640: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
18641: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
18642: uri lang
18643:
18644: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
18645:
18646: * src/targets/cgi/Makefile.am: -I../../pcre to .am
18647:
18648: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
18649: defalts_name global
18650:
18651: * src/: include/pa_charset_connection.h, include/pa_pool.h,
18652: include/pa_request.h, main/main.dsp,
18653: main/pa_charset_connection.C, main/pa_charset_manager.C,
18654: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
18655: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
18656: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
18657: changed charset model. now important: $request:charset
18658: $response:charset while $response:content-type.charset become
18659: unimportant [informational]
18660:
18661: 2001-12-13 paf
18662:
18663: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
18664:
18665: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
18666: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
18667: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
18668: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
18669: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
18670: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
18671:
18672: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
18673: auto_ptr part other way, because of stupid gcc 2.96
18674: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
18675: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
18676: FormatterListener] /usr/include/g++-3/memory:48:
18677: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
18678: _Tp1 = FormatterListener, _Tp = FormatterListener]
18679:
18680: * src/classes/xdoc.C: removed extra inc
18681:
18682: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
18683:
18684: * src/include/pa_types.h: msvc head debugging flag
18685:
18686: * src/classes/xdoc.C: freed up listener
18687:
18688: * src/classes/string.C: change msg '... code is not code'
18689:
18690: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
18691: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18692: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
18693: [past/future prob]
18694:
18695: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18696: include/pa_config_fixed.h, include/pa_db_manager.h,
18697: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18698: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
18699:
18700: * src/: include/pa_config_fixed.h, main/pa_common.C,
18701: main/pa_string.C: removed signed mismatch warnings
18702:
18703: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
18704: 'expires' from header outputs
18705:
18706: * src/main/pa_string.C: string::recustruct erroreusly used outdated
18707: row ptr
18708:
18709: * src/classes/file.C: file::cgi bug, request_method were passed to
18710: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
18711:
18712: * src/classes/xdoc.C: lang list updated
18713:
18714: 2001-12-10 paf
18715:
18716: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
18717:
18718: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
18719: erase files like that, knowing their full name introducing //
18720: theoretical problem with, for instance, "_2B" and "." fragments,
18721: // they would yield the same // because
18722: need_file_encode('_')=false // but we need to delete such files
18723: somehow, getting names from ^index
18724:
18725: * src/main/pa_string.C: ^string.replace bug fixed [bad
18726: string::join_chank break]
18727:
18728: 2001-12-07 paf
18729:
18730: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
18731: include/pa_common.h, include/pa_config_auto.h.in,
18732: include/pa_config_fixed.h, include/pa_config_includes.h,
18733: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
18734: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
18735: types/pa_vhashfile.C: merged from r14_simple_cache
18736:
18737: * src/main/pa_string.C: stupid sparc architecture failed to access
18738: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
18739: lduh [ %i2 + 1 ], %l0
18740:
18741: bus error, fixed that
18742:
18743: * src/main/pa_string.C: strange string deserialize bug on
18744: client[pmts], a bit shortened,
18745:
18746: * src/include/pa_config_auto.h.in: makes
18747:
18748: * src/: include/pa_common.h, include/pa_config_fixed.h,
18749: include/pa_config_includes.h, main/pa_common.C: exclusive lock
18750: file write shared lock file read
18751:
18752: * src/: classes/op.C, include/pa_common.h,
18753: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
18754:
18755: 2001-12-06 paf
18756:
18757: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18758: main/pa_request.C: #ifdef RESOURCES_DEBUG
18759:
18760: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
18761: info
18762:
18763: * src/classes/hashfile.C: removed transaction from ^cache
18764:
18765: 2001-12-05 paf
18766:
18767: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
18768: IIS5 there were a prob with illegal call check
18769:
18770: 2001-12-04 paf
18771:
18772: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18773: main/pa_request.C: measures to log
18774:
18775: 2001-11-23 paf
18776:
18777: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18778: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
18779: types/pa_vhashfile.C: merged from _0014, 1
18780:
18781: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18782: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
18783: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
18784: ^cache(33) would change
18785:
18786: 0660 bits in file_write & hashfile create
18787:
18788: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
18789: after pa_string optimization]
18790:
18791: 2001-11-22 paf
18792:
18793: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
18794: table.offset[whence]
18795:
18796: * src/classes/op.C: process cstr(,connection)
18797:
18798: * src/classes/op.C: process now gets its body on current language,
18799: not as-is
18800:
18801: * src/main/untaint.C: ORIGINS mode removed UHTML
18802:
18803: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
18804: bit
18805:
1.116 moko 18806: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 18807:
18808: 2001-11-21 paf
18809:
18810: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
18811: <xsl:output output options made identical to xsl:output
18812: attributes exclusion: cdata-section-elements what xalan can do
18813: but that not used now: it can escape and remove CDATA sections
18814:
18815: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
18816: produced by xslt
18817:
18818: * src/targets/cgi/parser3.C: removed debug cgi||1
18819:
18820: * src/main/: pa_string.C, untaint.C: cached some string::size() es
18821:
18822: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
18823: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
18824: default language for {code}, it happen to change it's language
18825: from CLEAN, so later refused to split by CLEAN \t
18826:
18827: 2001-11-20 paf
18828:
1.116 moko 18829: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
18830: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 18831: bottom of dependeces, so that errors would popup quicklier, fixed
18832: line numbering in table::sql
18833:
18834: 2001-11-19 paf
18835:
18836: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
18837: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
18838: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
18839: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
18840: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
18841: at wcontext.write
18842:
1.116 moko 18843: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 18844: _set_new_handler
18845:
1.116 moko 18846: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
18847: set_new_handler in apache&isapi
1.95 moko 18848:
18849: 2001-11-16 paf
18850:
18851: * src/targets/cgi/parser3.C: pool debug @ die
18852:
18853: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
18854: removed 8 bytes from String, 2 bytes from
18855: string::chunk::row::item
18856:
18857: * src/main/pa_string.C: removed 1+4 bytes from String
18858:
18859: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
18860: types/pa_vstring.C: removed 1+4 bytes from String
18861:
18862: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
18863: 0
18864:
18865: * src/: include/pa_globals.h, include/pa_string.h,
18866: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
18867: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
18868: targets/cgi/parser3.C: introducing estimating
18869: String::cstr_bufsize, 0
18870:
18871: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
18872:
18873: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
18874:
18875: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
18876: include/pa_pool.h: die in pool::fail
18877:
18878: 2001-11-15 paf
18879:
18880: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
18881: main/pa_exception.C, targets/cgi/parser3.C: exception with
18882: dynamic buffer re-back now with counter
18883:
18884: * src/: include/pa_exception.h, main/pa_exception.C: exception with
18885: static buffer back
18886:
18887: * src/targets/cgi/parser3.C: std::
18888:
18889: * src/: classes/classes.awk, include/pa_config_auto.h.in,
18890: include/pa_config_includes.h: setnewhandler check
18891:
1.116 moko 18892: * src/include/pa_config_auto.h.in: makes
1.95 moko 18893:
18894: * src/targets/cgi/parser3.C: set_new_handler started
18895:
18896: 2001-11-14 paf
18897:
18898: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18899: was wrong
18900:
18901: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18902: was wrong
18903:
18904: * src/main/pa_request.C: z
18905:
18906: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
18907: full returns win32 -1 solaris >buffer_size
18908:
18909: checked all that
18910:
18911: * src/classes/op.C: ^untaint{body} as-is default now
18912:
18913: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18914: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
18915: with no_bad_constructors_try
18916:
18917: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18918: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
18919: this: $bred[^string::length[]] $bred[^response::clear[]]
18920: $bred[^int::int[]]
18921:
18922: now VObject creation moved into overriden
18923: VClass::create_new_value, thus 0 from create_new_value means that
18924: class has no ctors
18925:
18926: 2001-11-13 paf
18927:
18928: * src/classes/classes.C: returned accedently removed if in foreach
18929: callbacks [when hash no-0-restructure]
18930:
18931: 2001-11-12 paf
18932:
18933: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
18934: passed as-is to method, xalan makes & into & itself
18935:
18936: * src/classes/date.C: date.roll parser2 alg used
18937:
18938: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
18939: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
18940: main/pa_dictionary.C, main/pa_hash.C,
18941: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
18942: now does not containt 0 values. put 0 actullay removes. no check
18943: on 0 value in foreach now required
18944:
18945: 2001-11-11 paf
18946:
18947: * src/sql/pa_sql_driver.h: removed extra constructor, doc
18948:
18949: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
18950:
18951: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
18952: driver initialize not const
18953:
18954: 2001-11-10 paf
18955:
18956: * src/main/pa_exec.C: doc
18957:
18958: 2001-11-09 paf
18959:
18960: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
18961: param properly
18962:
18963: * src/classes/string.C: string.save now does untainting before
18964: saving
18965:
18966: * src/main/pa_common.C: line endings fixing fixed last piece[was
18967: still cstr oriented]
18968:
18969: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
18970: line endings fixing got rid of cstr, now must work ok with post
18971: multipart
18972:
18973: * src/types/pa_vform.C: line endings fixed at post / multipart /
18974: not file also now
18975:
18976: 2001-11-08 paf
18977:
18978: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18979: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
18980: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
18981: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
18982: main/pa_stylesheet_manager.C: restructured Cache manager to be
18983: simple parent, not second parent [gcc 2.96 strangly refused to
18984: call virtual from second parent]
18985:
1.116 moko 18986: * src/: include/pa_common.h, main/Makefile.am,
18987: targets/cgi/pa_pool.C: makes
1.95 moko 18988:
18989: * src/: include/pa_request.h, main/pa_request.C,
18990: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
18991: 'status' class enabler
18992:
18993: <Location /parser-status.html> ParserStatusAllowed </Location>
18994:
18995: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18996: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
18997: include/pa_stylesheet_manager.h, main/main.dsp,
18998: main/pa_cache_managers.C, main/pa_charset_manager.C,
18999: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19000: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19001: types/pa_vstatus.h: cache_managers, maybe-expiring every request
19002: todo: apache 'status' class enabler
19003:
19004: 2001-11-05 paf
19005:
19006: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
19007: debug to normal
19008:
19009: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
19010: hence i removed skipping 0 values in hash::for_each-es we need to
19011: check cleaned cache items manually. few more checks.
19012:
19013: expiring to 0 time was wrong, changed to 'now' time
19014:
19015: * src/targets/cgi/parser3.C: read can return 0, that means sort of
19016: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
19017: on apache already done :)
19018:
19019: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
19020: skipping 0 values in hash::for_each-es we need to check cleaned
19021: cache items manually
19022:
19023: * src/main/: pa_db_connection.C, pa_db_table.C:
19024: parser_multithreaded check was wrong
19025:
19026: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19027: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19028: classes/hashfile.C, classes/image.C, classes/int.C,
19029: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19030: classes/string.C, classes/table.C, classes/void.C,
19031: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19032: include/pa_array.h, include/pa_charset_connection.h,
19033: include/pa_charset_manager.h, include/pa_common.h,
19034: include/pa_config_fixed.h, include/pa_config_includes.h,
19035: include/pa_db_connection.h, include/pa_db_manager.h,
19036: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19037: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19038: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19039: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19040: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19041: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19042: include/pa_stack.h, include/pa_string.h,
19043: include/pa_stylesheet_connection.h,
19044: include/pa_stylesheet_manager.h, include/pa_table.h,
19045: include/pa_threads.h, include/pa_types.h, main/compile.C,
19046: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19047: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
19048: main/pa_charset_manager.C, main/pa_common.C,
19049: main/pa_db_connection.C, main/pa_db_manager.C,
19050: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19051: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19052: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19053: main/pa_socks.C, main/pa_sql_driver_manager.C,
19054: main/pa_status_provider.C, main/pa_string.C,
19055: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19056: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19057: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19058: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19059: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19060: targets/isapi/pool_storage.h, types/pa_valiased.C,
19061: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19062: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19063: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19064: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19065: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19066: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19067: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19068: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19069: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19070: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19071: types/pa_vstateless_object.h, types/pa_vstatus.h,
19072: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
19073: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19074: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19075: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
19076: $status:db fixed used not initialized in db_connection & db_table
19077:
19078: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
19079: $status:charset
19080:
19081: * src/: classes/xdoc.C, include/pa_db_connection.h,
19082: include/pa_stylesheet_connection.h,
19083: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
19084: types/pa_vstatus.h: $status:stylesheet
19085:
19086: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
19087: include/pa_request.h, include/pa_sql_connection.h,
19088: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19089: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
19090: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19091: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19092: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
19093: types/pa_vxnode.C, types/types.dsp: started status parser class
19094:
19095: 2001-11-01 paf
19096:
19097: * src/include/pa_config_auto.h.in: makes
19098:
19099: * src/main/pa_hash.C: removed old extra include
19100:
19101: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
19102: checks [for hp, there are such in math.h]
19103:
19104: * src/classes/op.C: ^for endless loop check strightened
19105:
19106: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
19107: behavior in native calls. it left unchanged, so ^for ^foreach &
19108: co can use r.root to write their i & key,value there
19109:
19110: * src/classes/op.C: detected for var storage bug, fixed.
19111: todo:foreach
19112:
19113: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
19114: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19115: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
19116: changing of hash inside of foreach
19117:
19118: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
19119: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
19120: were hash.foreach
19121:
19122: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
19123: types/pa_vstring.C, types/pa_vstring.h:
19124: ^foreach[key|value]{body}[[separator]|{separator}]
19125:
19126: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
19127: types/pa_vcookie.C: ^hash.delete[key]
19128:
19129: 2001-10-31 paf
19130:
19131: * src/main/: compile.C, pa_common.C: completely empty file now
19132: considered "read", not ignored [not perfect trick used]
19133:
19134: * src/main/pa_common.C: simplier common ifdefs
19135:
19136: * src/main/pa_common.C: typing bug in common - bad ifdeff
19137:
19138: * src/main/pa_db_connection.C: z
19139:
19140: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
19141: lockdetector flags
19142: dbenv.lk_detect=DB_LOCK_RANDOM;
19143:
19144: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
19145: from accidental show [imagine user forgot @exception]
19146:
19147: * src/classes/table.C: ^table.save[[nameless|+append;]path]
19148:
19149: * src/: classes/file.C, classes/image.C, classes/mail.C,
19150: classes/string.C, classes/xnode.C, include/pa_common.h,
19151: main/pa_common.C: ^string.save[[append;]path]
19152:
19153: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19154: main/execute.C: \ in expression: int divide 10/3=3
19155:
19156: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
19157: inside of ^cache
19158:
19159: * src/: include/pa_threads.h, main/pa_db_connection.C,
19160: main/pa_db_table.C, targets/cgi/pa_threads.C,
19161: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
19162: needed
19163:
19164: 2001-10-30 paf
19165:
19166: * src/: classes/classes.dsp, main/main.dsp,
19167: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19168: types/types.dsp: enabled debug incremental compile
19169:
19170: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19171: form post data line endings not reformatted now.
19172:
19173: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
19174: now required [had bug when file= has no value]
19175:
19176: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
19177: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
19178: cstr(asis) default param removed
19179:
19180: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
19181:
19182: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
19183:
19184: * src/include/pa_dir.h: LOAD_DIR fixed
19185:
19186: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
19187: was broken} fix_line_breaks
19188:
19189: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
19190: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
19191: packed with #pragma pack
19192:
1.116 moko 19193: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 19194:
19195: 2001-10-29 paf
19196:
19197: * src/types/pa_wcontext.h: bitfield syntax stricter
19198:
19199: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
19200: string hash.puts
19201:
19202: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
19203:
19204: * src/include/pa_sql_connection.h: there were one wrong
19205: SQL_CONNECTION_FUNC_GUARDED [failed]
19206:
19207: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
19208: param.someday either ifdef or remove it
19209:
19210: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
19211:
19212: * src/main/untaint.C: optimizing returned after debugging
19213:
19214: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19215: main/untaint.C: memory hunging #pragma pack(1)
19216:
19217: 16 419 844 13 169 394
19218:
19219: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19220: targets/cgi/pa_pool.C: String size_t replace to uint in proper
19221: places [todo:Array]
19222:
19223: * src/: main/execute.C, targets/cgi/pa_pool.C,
19224: targets/cgi/parser3.dsp, types/pa_wcontext.h,
19225: types/pa_wwrapper.h: debugging memory WContext flags to bits
19226:
19227: total 5 652 652/158731 total 5 469 332/158731
19228:
19229: * src/: include/pa_array.h, main/pa_array.C: debugging memory
19230: Array:: without cache in get/put now
19231:
19232: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
19233: 18:25:27 2001] total 5 652 652/158731
19234:
19235: * src/: include/pa_string.h, main/pa_string.C,
19236: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
19237: now
19238:
19239: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
19240: 18:11:53 2001] total 5796092/158731
19241:
19242: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
19243: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
19244: key ref now
19245:
19246: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
19247: 17:11:17 2001] total 16867948/202658
19248:
19249: * src/: classes/file.C, classes/image.C, classes/string.C,
19250: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
19251: main/execute.C, main/pa_array.C, main/pa_common.C,
19252: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
19253: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
19254: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
19255: string::as_int/double now usually uses stack, not heap [200K out
19256: of 17M :)] VString(String&) not copies reference [29M -> 17M]
19257:
19258: * src/main/pa_sql_driver_manager.C: ping to have services [old
19259: hiding bug]
19260:
19261: * src/Makefile.am: .am order
19262:
19263: * src/: include/pa_array.h, include/pa_charset_manager.h,
19264: include/pa_db_connection.h, include/pa_db_manager.h,
19265: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
19266: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19267: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
19268: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
19269: required "friend class"
19270:
19271: ../include/pa_request.h:51: friend declaration requires
19272: class-key, i.e. `friend class Temp_lang'
19273:
19274: * src/: include/pa_exception.h, include/pa_sql_connection.h,
19275: main/pa_exception.C, main/pa_sql_driver_manager.C,
19276: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
19277:
19278: the idea is to #1 jump to C++ some function to main body, where
19279: every function stack frame has exception unwind information and
19280: from there... #2 propagate_exception()
19281:
19282: 2001-10-28 paf
19283:
19284: * src/main/pa_db_connection.C: removed old consts
19285:
19286: * src/main/pa_db_connection.C: expire table [was accidently pasted
19287: with wrong type/cast]
19288:
19289: * src/main/: pa_db_connection.C, pa_db_table.C: exception
19290: translation
19291:
1.116 moko 19292: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 19293: remember to build DB2 with -fexceptions!!!
19294:
19295: * src/main/pa_db_table.C: DB_RMW defed
19296:
19297: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
19298: include/pa_db_connection.h, include/pa_db_manager.h,
19299: include/pa_db_table.h, main/pa_db_connection.C,
19300: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
19301:
19302: 2001-10-27 paf
19303:
19304: * src/: classes/hashfile.C, include/pa_db_connection.h,
19305: include/pa_db_table.h, main/pa_db_connection.C,
19306: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
19307: types/pa_vhashfile.C: DB2 ifdefs
19308:
1.116 moko 19309: * src/: classes/Makefile.am, include/pa_config_fixed.h,
19310: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 19311: makes with DB2
19312:
1.116 moko 19313: * src/: include/pa_config_auto.h.in, main/Makefile.am,
19314: types/Makefile.am: makes db
1.95 moko 19315:
19316: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
19317: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
19318: globals.C
19319:
19320: * src/: classes/hashfile.C, include/pa_db_connection.h,
19321: include/pa_db_table.h, main/pa_db_connection.C,
19322: main/pa_db_table.C: ^hashfile.clear[]
19323:
19324: * src/classes/classes.awk: no $ in var names
19325:
19326: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
19327: connection&table [forgotten calls]
19328:
19329: 2001-10-26 paf
19330:
19331: * src/main/pa_db_connection.C: db checkpoints
19332:
19333: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
19334: checkpoints
19335:
19336: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
19337: default. but entities still reparsed. todo: tothink
19338:
19339: * src/main/pa_db_connection.C: db recover mech 2
19340:
19341: * src/: classes/hashfile.C, include/pa_db_connection.h,
19342: include/pa_db_manager.h, include/pa_db_table.h,
19343: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19344: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
19345: types/pa_vhashfile.h: db connections & tables now cached at
19346: create time & multithreaded
19347:
19348: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
19349: parsed_source
19350:
19351: * src/main/pa_db_connection.C: about to remove connection from
19352: vhashfile
19353:
19354: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
19355: transaction commit/rollback responsibility left to parent [as it
19356: sould - else there were a bug with double free]
19357:
19358: * src/include/pa_db_table.h: db: child transaction commit/rollback
19359: responsibility left to parent [as it sould - else there were a
19360: bug with double free]
19361:
19362: 2001-10-25 paf
19363:
19364: * src/: classes/hashfile.C, include/pa_common.h,
19365: include/pa_db_connection.h, include/pa_db_manager.h,
19366: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
19367: types/pa_vhashfile.C, types/pa_vhashfile.h,
19368: include/pa_db_table.h, main/pa_db_table.C: started db_home
19369: [multiple, cached] todo: autorecover [tried, but not succeded,
19370: yet]
19371:
19372: * src/include/pa_dir.h: ancient gpf on dir not found fixed
19373:
19374: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
19375: transaction parent passed
19376:
19377: 2001-10-24 parser
19378:
1.116 moko 19379: * src/classes/Makefile.am: makes
1.95 moko 19380:
19381: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
19382: isapi/pool_storage.h: pool_storage fixed
19383:
19384: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
19385: types/pa_vform.h: form fix_line_breaks
19386:
1.116 moko 19387: * src/targets/cgi/pool_storage.h: makes
1.95 moko 19388:
19389: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
19390: targets/cgi/pool_storage.h: makes
19391:
19392: * src/sql/pa_sql_driver.h: version
19393:
19394: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
19395: types/pa_vform.C, types/pa_vform.h: .am
19396:
19397: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
19398: this: DB_RMW Acquire write locks instead of read locks when doing
19399: the retrieval. Setting this flag may decrease the likelihood of
19400: deadlock during a read-modify-write cycle by immediately
19401: acquiring the write lock during the read part of the cycle so
19402: that another thread of control acquiring a read lock for the same
19403: item, in its own read-modify-write cycle, will not result in
19404: deadlock
19405:
19406: * src/targets/isapi/parser3isapi.dsp: doc
19407:
19408: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
19409:
19410: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
19411:
19412: * src/: classes/hashfile.C, include/pa_db_connection.h,
19413: main/pa_db_connection.C: hashfile expired deleted from db when
19414: get & iterate
19415:
19416: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
19417: expiring 1
19418:
19419: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
19420:
19421: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
19422: db_connection not bothers with key when not returning expired
19423: data
19424:
19425: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19426: types/pa_vhashfile.C: db_cursor constructor public now
19427:
19428: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19429: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
19430: stamped, todo: put_element analize
19431:
19432: * src/: include/pa_db_connection.h, include/pa_string.h,
19433: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
19434: serialize. todo stamp
19435:
19436: 2001-10-23 parser
19437:
19438: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
19439: classes/image.C, classes/mail.C, classes/response.C,
19440: classes/string.C, classes/table.C, classes/xdoc.C,
19441: include/pa_config_fixed.h, include/pa_db_connection.h,
19442: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
19443: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
19444: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
19445: types/pa_vtable.C: ^hashfile.hash[]
19446:
19447: * src/: classes/hashfile.C, classes/xdoc.C,
19448: include/pa_config_fixed.h, main/pa_db_manager.C,
19449: main/pa_globals.C: ifdefs so it compiled without db
19450:
19451: * src/: classes/hashfile.C, include/pa_db_connection.h,
19452: include/pa_db_manager.h, main/pa_db_connection.C,
19453: main/pa_db_manager.C, types/pa_vhashfile.h:
19454: ^hashfile.transaction{code} ^hashfile:clear[filename]
19455: ^hashfile.delete[key]
19456:
19457: 2001-10-22 parser
19458:
19459: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
19460: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
19461:
19462: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
19463: classes/xnode.C, include/pa_charset_connection.h,
19464: include/pa_db_connection.h, include/pa_db_manager.h,
19465: include/pa_exception.h, include/pa_sapi.h,
19466: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19467: include/pa_stylesheet_connection.h,
19468: include/pa_stylesheet_manager.h,
19469: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19470: main/pa_db_connection.C, main/pa_db_manager.C,
19471: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
19472: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19473: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
19474: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
19475: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
19476: types/types.dsp: hashfile 0
19477:
19478: * src/types/pa_vhashfile.C: z
19479:
19480: * src/: classes/classes.dsp, classes/hashfile.C,
19481: include/pa_config_fixed.h, main/execute.C,
19482: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
19483: types/pa_vhashfile.h, types/types.dsp: hashfile -100
19484:
19485: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
19486:
19487: * src/: include/pa_exception.h, include/pa_request.h,
19488: main/execute.C, main/pa_exception.C, main/pa_request.C,
19489: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19490: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
19491:
19492: 2001-10-19 parser
19493:
19494: * src/include/pa_pool.h: header
19495:
19496: * src/main/pa_pool.C: auto compiled on gcc
19497:
19498: * src/classes/image.C: comment
19499:
1.116 moko 19500: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 19501:
19502: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19503: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19504: types/pa_vxnode.h: xnode clone got freed
19505:
19506: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19507: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
19508: can free up xalandomstring resulting from pool::transcode
19509:
19510: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
19511: include/pa_config_fixed.h, include/pa_exception.h,
19512: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
19513: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
19514: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
19515: to c++ exceptions 1xml configure fixed to exclude xalan-patch
19516: from non-xml compile
19517:
19518: * src/main/pa_request.C: pool:: context - get_context
19519:
19520: * src/: classes/classes.h, classes/date.C, classes/double.C,
19521: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
19522: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
19523: classes/string.C, classes/table.C, classes/void.C,
19524: include/pa_config_fixed.h, include/pa_exception.h,
19525: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
19526: main/compile.C, main/compile_tools.C, main/execute.C,
19527: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
19528: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
19529: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19530: main/pa_string.C, main/pa_table.C, main/untaint.C,
19531: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19532: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
19533: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
19534: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
19535: types/pa_vstateless_class.h, types/pa_vtable.C,
19536: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
19537: exceptions 0
19538:
19539: * src/classes/classes.awk: $ removed
19540:
19541: 2001-10-18 parser
19542:
19543: * src/types/pa_vcookie.C: cookie:CLASS
19544:
19545: * src/main/main.dsp: project
19546:
19547: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
19548: set_document & ctor question "who owns document" solved
19549:
19550: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
19551:
19552: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19553: main/pa_pool.C: encoding in dom creating funcs
19554:
19555: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
19556: be transformed now
19557:
19558: * src/classes/xdoc.C: dom created by create can be transformed now
19559:
19560: * src/classes/xdoc.C: z
19561:
19562: * src/classes/xdoc.C: comment
19563:
19564: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
19565: create now uses XercesDocumentBridge, appendChild&co now works
19566:
19567: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
19568: @ recompile
19569:
19570: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
19571: $origin @exception[
19572:
19573: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
19574: tag names forced to XML lang
19575:
19576: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
19577: leechy-found bugs in code&doc fixed
19578:
19579: 2001-10-17 parser
19580:
19581: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
19582: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
19583: n functionality preserved
19584:
19585: * src/types/pa_vimage.h: removed unused vimage::save
19586:
19587: 2001-10-16 parser
19588:
19589: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
19590:
19591: * src/classes/: xnode.C: removed few dom returns & changed op.txt
19592:
19593: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
19594:
19595: * src/classes/image.C: image.copy tolerance
19596:
19597: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
19598: ineffective, but works for small paleted image
19599:
19600: * src/types/pa_vimage.C: comment
19601:
19602: * src/classes/image.C: gd size/resize bugfix
19603:
19604: * src/: classes/classes.dsp, main/main.dsp,
19605: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19606: types/types.dsp: ident >nul 2>&1
19607:
19608: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
19609: systems
19610:
19611: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
19612: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
19613:
19614: 2001-10-15 parser
19615:
19616: * src/main/execute.C: z
19617:
19618: * src/classes/: xdoc.C: !::create{qualifiedName}
19619:
19620: * src/types/pa_vxnode.C: document_type_node.
19621: !readonly attribute DOMString name
19622: !notation_node.
19623: !readonly attribute DOMString publicId
19624: !readonly attribute DOMString systemId
19625:
1.116 moko 19626: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
19627: ::write badly passed string too transparently [failed to
19628: intercept it]
1.95 moko 19629:
19630: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
19631: include/pa_request.h, main/pa_sql_driver_manager.C,
19632: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19633: types/pa_vxnode.h: DOM1 major addtion, only few
19634: attributes/methods left
19635:
19636: 2001-10-13 parser
19637:
19638: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19639: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
19640: in main handler
19641:
19642: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
19643: cleanups & frees order
19644:
19645: * src/types/pa_vcode_frame.h: couple comments
19646:
19647: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
19648: transparent enough to handle hash if creation&passing
19649:
19650: * src/: include/pa_config_fixed.h, main/execute.C,
19651: main/pa_exception.C: noticed that vcodeframe not transparent
19652: enough, would change now
19653:
19654: 2001-10-12 parser
19655:
19656: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
19657: fixed. initialization&free on each thread!
19658:
19659: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
19660: handling changed: now type of default param analized always, not
19661: only at problem time, thus helping early problem spotting
19662:
19663: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
19664: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
19665: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
19666: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
19667: multithread bug fixed. initialization&free on each thread!
19668:
19669: 2001-10-11 parser
19670:
19671: * src/classes/xnode.C: xnode.selectSingle now
19672:
19673: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19674: include/pa_pool.h, include/pa_stylesheet_connection.h,
19675: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
19676: convertors out of Pool into Exception
19677:
19678: * src/main/pa_string.C: const
19679:
19680: * src/: include/pa_string.h, main/pa_string.C: restructured string:
19681: linked pieces of same language together prior to String::replace
19682:
19683: * src/classes/hash.C: !^hash.add[addme]
19684: !^hash.sub[subme]
19685: !^a.union[b] = new
19686: !^a.intersection[b] = new
19687: !^a.intersects[b] = bool
19688:
19689: * src/classes/hash.C: !^hash::append[append_from]
19690:
19691: * src/: classes/hash.C, types/pa_vhash.h:
19692: !^hash::create[[copy_from]]
19693:
19694: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
19695: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
19696: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
19697: fixed. got rid of empty_string, which caused errors - it hasnt
19698: exception but somebody[value.bark] tried to throw it on it's pool
19699:
1.116 moko 19700: * src/include/pa_config_auto.h.in: makes
1.95 moko 19701:
19702: 2001-10-10 parser
19703:
19704: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
19705:
19706: * src/main/: compile.tab.C, compile.y: ^a[
19707:
19708: @next_method << now unclosed ] would be reported here
19709:
19710: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
19711: compile error
19712:
19713: 2001-10-09 parser
19714:
1.116 moko 19715: * src/: classes/Makefile.am, main/Makefile.am,
19716: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 19717:
19718: * src/classes/Makefile.am: makes
19719:
19720: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
19721: win32 errors intercepted [xalan transformer patched and
19722: incorporated]
19723:
19724: * src/: classes/classes.dsp, classes/xdoc.C,
19725: include/pa_stylesheet_connection.h, main/main.dsp,
19726: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19727: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
19728: patches starting
19729:
19730: * src/classes/: string.C, table.C: ^string.save[file]
19731:
19732: * src/classes/: date.C, table.C: calendar moved to date
19733:
19734: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
19735: string/table] now
19736:
19737: * src/classes/: op.C, table.C: z
19738:
19739: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
19740: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
19741: types/pa_vxnode.h: table:menu & op for delims made allowed not to
19742: be code [be string..]
19743:
19744: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
19745: table.C: lots of
19746: params->as_int/double/as_string/as_junction/as_no_junction
19747: messages added
19748:
19749: 2001-10-08 parser
19750:
19751: * src/: classes/date.C, classes/image.C, classes/string.C,
19752: classes/table.C, classes/void.C, include/pa_request.h:
19753: params->as_int/double message added
19754:
19755: * src/classes/image.C: image:circle [and round arc] uses Bresenham
19756:
19757: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
19758: image:sector removed image:html internal "line-*" attribs
19759:
19760: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
19761: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
19762:
19763: * src/types/pa_vcookie.C: removing cookie made more netscape-like
19764: way
19765:
19766: * src/: classes/file.C, classes/form.C, main/pa_common.C,
19767: main/untaint.C: header untainting to UL_HTTP_HEADER,
19768: UL_MAIL_HEADER made nonforced [only tainted pieces]
19769:
19770: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
19771: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
19772: @ SAPI::log
19773:
19774: * src/main/untaint.C: \r to ' ' in origins mode
19775:
19776: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
19777: set]
19778:
19779: * src/: classes/xdoc.C, include/pa_config_fixed.h,
19780: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
19781: nonstandard liaison freed up
19782:
19783: 2001-10-07 parser
19784:
19785: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
19786: project
19787:
19788: 2001-10-05 parser
19789:
19790: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
19791: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
19792: from outputing to cerr. lots of "todos"
19793:
19794: * src/main/untaint.C: http_header tainting more gentle with
19795: enquoting now
19796:
19797: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
19798: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
19799: xml errorhandler. fixed string.replace a little, read @test
19800:
19801: * src/main/pa_string.C: found replace bug - first_that_starts(char
19802: *) does not have limit, and looks further eos, fixing....
19803:
19804: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
19805:
19806: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
19807:
19808: * src/main/: pa_charset_connection.C: ctype another mem clear
19809: bugfix
19810:
1.116 moko 19811: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
19812: $result[^[$p^]z] now works fine
1.95 moko 19813:
19814: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
19815: wrong. fixed it
19816:
19817: * src/main/pa_charset_connection.C: unicode zero pair at the beging
19818: of totable appered to be vital
19819:
19820: 2001-10-04 parser
19821:
19822: * src/classes/image.C: ^image.length[text]
19823:
19824: 2001-10-03 parser
19825:
19826: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
19827:
19828: * src/main/pa_request.C: restored pcre defaulting in request
19829: [mindlessly "optimized" yesterday] comment left
19830:
19831: 2001-10-02 parser
19832:
19833: * src/: main/pa_charset_manager.C,
19834: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
19835: needed
19836:
19837: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
19838: forgot non-xml pool.*charset needed
19839:
19840: * src/classes/table.C: # config comments fixed
19841:
19842: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
19843: charset_connection #comment now
19844:
19845: * src/: classes/classes.dsp, types/types.dsp: release projects
19846: options fixed to use release msvcrt lib
19847:
19848: * src/main/pa_charset_connection.C: pcre tables now const inside
19849: removed default - pcre handles that internally fixed bug on
19850: not-cleaning tables [previously was calloced, now member]
19851:
19852: * src/: include/pa_request.h, main/pa_charset_connection.C,
19853: main/pa_request.C, types/pa_vstring.h: pcre tables now const
19854: inside removed default - pcre handles that internally fixed bug
19855: on not-cleaning tables [previously was calloced, now member]
19856:
19857: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
19858: tested charset reload on file change @ apache version = OK tested
19859: freeing up prev encoding on adding new = OK
19860:
19861: 2001-10-01 parser
19862:
19863: * src/main/pa_charset_connection.C: removed entitify external hack
19864: [internal installed]
19865:
1.116 moko 19866: * src/main/Makefile.am: makes+removed dtd
1.95 moko 19867:
19868: * src/: include/pa_charset_connection.h,
19869: include/pa_charset_manager.h,
19870: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19871: main/pa_charset_connection.C, main/pa_charset_manager.C,
19872: main/pa_request.C: charset loading & caching mech 0
19873:
19874: * src/: include/pa_stylesheet_connection.h,
19875: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19876: main/pa_globals.C, main/pa_request.C: would make charset loading
19877: & caching mech now
19878:
19879: 2001-09-30 parser
19880:
19881: * src/main/pa_request.C: forgot to fill toTable
19882:
19883: * src/: include/pa_config_fixed.h, main/pa_request.C: started
19884: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
19885: failed on win32 for now..
19886:
19887: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
19888: now charsets table configuration variable is: CHARSETS
19889:
19890: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
19891: ctype with unicode 1. todo: no П entities on output somehow
19892:
19893: * src/: classes/file.C, classes/op.C, classes/string.C,
19894: include/pa_request.h, main/pa_request.C: started ctype with
19895: unicode values
19896:
19897: 2001-09-28 parser
19898:
19899: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
19900: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
19901: string passed AS-IS now
19902:
19903: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
19904: way of user-configuring... todo: implement
19905:
19906: 2001-09-27 parser
19907:
19908: * src/classes/table.C: table.sort changed to sort table itself
19909:
19910: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
19911: X^.getElementsByTagName[tagname] = array of xnode
19912: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
19913: nodes removed - regretfully not supported @ xalan. maybe someday
19914: would reimplement, if needed.
19915:
19916: win32build system: solved long waiting anti-non-started-apache
19917: problem
19918:
19919: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
19920: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19921: types/types.dsp: win32 ident make system so not to rebuild
19922: library [ident.C.new]
19923:
19924: 2001-09-26 parser
19925:
19926: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
19927: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
19928: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19929: types/pa_vxnode.C, types/types.dsp: z
19930:
19931: * src/classes/classes.C: forgot one non-xml check
19932:
1.116 moko 19933: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
19934: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 19935:
19936: * src/targets/cgi/parser3.C: z
19937:
19938: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
19939: targets/isapi/parser3isapi.C: #ifdef SMTP
19940:
19941: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
19942: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19943: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
19944: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
19945: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19946: types/types.dsp: xdoc&xnode now
19947:
19948: * src/: classes/classes.C, classes/classes.awk,
19949: classes/classes.dsp, classes/classes.h, classes/date.C,
19950: classes/dnode.C, classes/dnode.h, classes/dom.C,
19951: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19952: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19953: classes/op.C, classes/response.C, classes/string.C,
19954: classes/table.C, classes/void.C, include/pa_array.h,
19955: include/pa_common.h, include/pa_config_fixed.h,
19956: include/pa_config_includes.h, include/pa_dictionary.h,
19957: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19958: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
19959: include/pa_socks.h, include/pa_sql_connection.h,
19960: include/pa_sql_driver_manager.h, include/pa_stack.h,
19961: include/pa_string.h, include/pa_stylesheet_connection.h,
19962: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
19963: include/pa_xslt_stylesheet_manager.h, main/compile.C,
19964: main/compile.y, main/compile_tools.C, main/compile_tools.h,
19965: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
19966: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19967: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19968: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19969: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
19970: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
19971: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19972: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19973: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
19974: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19975: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
19976: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19977: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19978: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19979: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
19980: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
19981: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19982: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
19983: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19984: types/pa_vmethod_frame.h, types/pa_vobject.h,
19985: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19986: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19987: types/pa_vstateless_object.h, types/pa_vstring.C,
19988: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19989: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
19990: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
19991: main.dsp splitted to main+classes+types along to .am
19992:
19993: * src/classes/Makefile.am: removed useless var
19994:
19995: * src/: classes/classes.cmd, main/main.dsp,
19996: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
19997: main.dsp
19998:
19999: 2001-09-25 parser
20000:
20001: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
20002: 1251 though, todo ICU
20003:
1.116 moko 20004: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 20005: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 20006: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
20007: types/pa_vdom.h: xml configure makes
1.95 moko 20008:
20009: 2001-09-24 parser
20010:
1.116 moko 20011: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
20012: types/Makefile.am: makes
1.95 moko 20013:
1.116 moko 20014: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 20015:
20016: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
20017: started unix makes update
20018:
20019: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
20020: started unix makes update
20021:
20022: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
20023:
20024: * src/types/pa_value.h: z
20025:
20026: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
20027: bugs with usinge hash/table in expressions
20028:
20029: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
20030: resolved conflicts fixed [const]
20031:
20032: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
20033: classes/table.C, include/pa_request.h, include/pa_sapi.h,
20034: main/compile.C, main/compile.tab.C, main/compile.y,
20035: main/compile_tools.h, main/main.dsp, main/pa_common.C,
20036: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20037: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
20038: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
20039: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20040: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
20041: with before_xml [merge2 actually didn't happen - i've created
20042: tags on wrong branch. so this merge is in fact re-merge]
20043:
20044: 2001-09-21 parser
20045:
20046: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20047: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
20048: produced "" in make file and sadly wrong interpreted on load]
20049:
1.116 moko 20050: * src/: classes/classes.h, classes/hash.C, classes/op.C,
20051: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
20052: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20053: include/pa_sql_driver_manager.h, include/pa_string.h,
20054: main/compile.tab.C, main/main.dsp, main/pa_common.C,
20055: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
20056: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 20057:
20058: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
20059: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
20060: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
20061: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20062: main/pa_pool.C, main/pa_request.C,
20063: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
20064: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20065: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20066: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
20067: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
20068: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
20069: types/pa_vrequest.C, types/pa_vresponse.h,
20070: types/pa_vstateless_class.C, types/pa_vstring.C,
20071: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
20072: created new projects for sql drivers [planning to remove sql
20073: drivers from main cvs project] first, will join latest changes
20074:
20075: * src/classes/: dom.C: defaulted dom writing methods encoding to
20076: pool.get_charset
20077:
20078: * src/classes/dom.C: defaulted dom writing methods encoding to
20079: pool.get_charset
20080:
20081: * src/include/pa_pool.h: defaulted dom writing methods encoding to
20082: pool.get_charset
20083:
20084: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
20085: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
20086: methods encoding to pool.get_charset
20087:
20088: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
20089: transcoder were created right "unsupported encoding" message.
20090: not @ set time, but @ use time, so until xml output functions
20091: .string, .file, .save used - no encoding name check occur
20092:
20093: reduced transcode buffer size to 60 fixed pool cleanup - no
20094: registration needed, pools are officially destructured
20095:
20096: 2001-09-20 parser
20097:
20098: * src/classes/image.C: 20K preload on jpg measure [image::measure]
20099:
20100: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
20101: $MAIN:DEFAULTS.content-type[$.charset[here]]
20102:
20103: * src/: classes/dnode.C, classes/dom.C,
20104: include/pa_config_includes.h, include/pa_globals.h,
20105: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20106: main/pa_pool.C, targets/cgi/parser3.dsp,
20107: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20108: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
20109: Pool::transcode 0
20110:
20111: * src/classes/dom.C: dom. string save file moved output xml options
20112: to last param and made it optional
20113:
20114: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
20115: dnodes
20116: !$attributenode.specified = boolean
20117: true if the attribute received its value explicitly
20118: in the XML document,
20119: or if a value was assigned programatically with the
20120: setValue function.
20121: false if the attribute value came from the default value
20122: declared in the document's DTD.
20123: !$pinode.target = target of this processing instruction
20124: XML defines this as being the first token following the
20125: markup
20126: that begins the processing instruction.
20127: XPath:
20128: !^node.select[xpath/query/expression] = hash of 0->node0
20129: 1->node1
20130: !^node.select-single[xpath/query/expression] = first node if
20131: any
20132:
20133: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
20134: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
20135: some 'const's added
20136:
20137: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
20138: expression context now, there value = size and boolean value
20139: size!=0
20140:
20141: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
20142: can be used in expression context now, there value = size and
20143: boolean value size!=0
20144:
20145: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
20146: types/pa_vstring.h: dnode .file .string .save moved back to dom
20147: due to strange xalan bug
20148:
20149: 2001-09-18 parser
20150:
20151: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
20152: classes/image.C, classes/op.C, classes/table.C,
20153: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
20154: include/pa_sql_driver_manager.h, main/compile.C,
20155: main/compile.tab.C, main/compile.y, main/compile_tools.h,
20156: main/execute.C, main/pa_common.C, main/pa_request.C,
20157: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20158: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20159: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
20160: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
20161: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
20162: before_xml branch ^if(def $hash) now true only when
20163: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
20164:
20165: * src/: classes/op.C, main/execute.C: operators self changed to
20166: root ^for variable context changed to self
20167:
20168: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
20169: dnode 1
20170:
20171: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
20172: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
20173:
20174: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
20175: poly* fixed
20176:
20177: 2001-09-17 parser
20178:
20179: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
20180: types/pa_vdom.h: started dnode+dom
20181:
20182: dnode DOM methods: $node.name $node.value
20183: ...others...
20184:
20185: ^node.xpath[/rates/USD] = hash
20186: $hash[
20187: $.0[node0]
20188: $.1[node1]
20189: ]
20190:
20191: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
20192: applies to all linear primitives
20193:
20194: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
20195: include/pa_stylesheet_connection.h, main/main.dsp,
20196: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
20197: types/pa_vimage.h: started dnode DOM: $node.name
20198: $node.value ...others... ^node.xpath[/rates/USD] = hash
20199: dom(dnode)
20200:
20201: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
20202: main/compile.y, main/compile_tools.h, main/execute.C,
20203: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
20204: in expression compound($aa.zz.xx) names now can have minus '-' in
20205: name after '.'
20206:
20207: 2001-09-15 parser
20208:
20209: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
20210: image: $line-width ^line(...)[**** style]
20211:
20212: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
20213: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
20214: pool_storage - cleanups first, allocations second. apache wisely
20215: does just like that
20216:
20217: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
20218: rewritten using template, no bugs now
20219:
20220: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
20221: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
20222: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
20223: poorly started isapi pool_storage, would rewrite using template
20224: now
20225:
20226: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
20227: include/pa_stylesheet_connection.h, main/main.dsp,
20228: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
20229: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
20230: xalan objects freed up [introducing Pool::register_cleanup]
20231:
20232: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
20233: comments
20234:
20235: 2001-09-14 parser
20236:
20237: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
20238: z
20239:
20240: * src/: classes/dom.C, classes/file.C, classes/image.C,
20241: classes/mail.C, include/pa_common.h,
20242: include/pa_sql_driver_manager.h, include/pa_string.h,
20243: include/pa_stylesheet_connection.h,
20244: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20245: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
20246: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
20247: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
20248: compiled&cached
20249:
20250: 2001-09-13 parser
20251:
20252: * src/: classes/dom.C, classes/file.C, classes/image.C,
20253: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
20254:
20255: * src/classes/dom.C: dom:file content-type(.method)
20256:
20257: * src/: include/pa_common.h, include/pa_globals.h,
20258: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
20259: string now more informative error messages
20260:
20261: * src/: include/pa_globals.h, include/pa_request.h,
20262: main/pa_request.C, targets/cgi/parser3.C,
20263: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
20264: ParserSiteConfig .../parser3.conf
20265:
20266: cgi&isapi looks for {configure|c:\windows}/parser3.conf
20267:
20268: 2001-09-12 parser
20269:
20270: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20271: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
20272: precise error reporting: "connection string must start with
20273: protocol://" now
20274:
20275: * src/main/compile.tab.C: fixed - subname code parts actually []
20276: braced
20277:
20278: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
20279: lexer on LS_USER level did [] matching without setting nestage,
20280: introduced special LS_NAME_SQUARE_PART state
20281:
20282: 2001-09-11 parser
20283:
20284: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
20285: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
20286: languages+=xml
20287:
20288: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
20289:
20290: * src/classes/dom.C: ^dom:save/string/file[output options] output
20291: options: $.method[xml|html|text] detection fixed
20292:
20293: * src/types/pa_vdom.h: messages
20294:
20295: * src/classes/dom.C: ^dom:save/string/file[output options] output
20296: options: $.method[xml|html|text] detection fixed
20297:
20298: 2001-09-10 parser
20299:
20300: * src/classes/dom.C: ^dom:save/string/file[output options] output
20301: options: $.method[xml|html|text] $.encoding[windows-1251|...]
20302:
20303: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
20304: added]
20305:
20306: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20307: ^dom.xslt[stylesheet filename] 0
20308:
20309: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20310: ^dom.xslt[stylesheet filename] -1 doc is lying
20311:
20312: * src/classes/dom.C: ^dom.file[encoding] = file
20313:
20314: * src/classes/: dom.C: ^dom.string[encoding] 1
20315: ^dom.save[encoding;filename]
20316:
20317: * src/classes/dom.C: ^dom.string[] 0
20318:
20319: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
20320:
20321: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
20322: types/pa_vform.h: ^dom.save[b.xml] 0
20323:
20324: 2001-09-08 parser
20325:
20326: * src/types/pa_vform.C: $form:tables.name.field
20327:
20328: 2001-09-07 parser
20329:
20330: * src/classes/table.C: table:empty removed, superceded by ^if(def
20331: $table)...
20332:
20333: * src/targets/cgi/parser3.C: z
20334:
20335: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
20336: from '' to int/double is 0]
20337:
20338: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
20339: $table) is false when table is empty
20340:
20341: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
20342: !$form:tables $atable[$form:tables.a]
20343: ^atable.menu{a=$atable.element}[,]
20344:
20345: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
20346: types/pa_vform.h, types/pa_vhash.h: !$form:fields
20347:
1.116 moko 20348: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20349: types/pa_vdom.h, types/pa_vform.C: merged with successful start
20350: of dom
20351:
20352: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
20353: types/pa_vform.C, types/pa_vform.h: z
20354:
20355: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
20356: element [not last]
20357:
1.116 moko 20358: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20359: types/pa_vdom.h: introducing dom. dom:load[a.xml]
20360:
20361: 2001-09-06 parser
20362:
20363: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20364: table with one column 'element' and two rows: 1 and 2
20365:
20366: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20367: table with one column 'element' and two rows: 1 and 2
20368:
20369: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
20370: bad int/double conversions, and now $form:nonexistent.int(88)
20371: would return 88
20372:
20373: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
20374: types/pa_vhash.h: now there's special hash key '_default'
20375: [instead of ^_default method] $hash[ $.a[1] $.b[2]
20376: $._default[xx] ] $hash.c
20377:
20378: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
20379: fixed [thanks, fif], ^; were treated there non-literally
20380:
20381: * src/doc/doxygen.cfg: merged new default options from 1.2.10
20382: doxygen
20383:
20384: * src/: classes/image.C, classes/op.C, classes/string.C,
20385: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
20386: types/pa_vtable.C: few #ifndef DOXYGEN
20387:
20388: 2001-09-05 parser
20389:
20390: * src/classes/: string.C, table.C: sql options can be void [same as
20391: image:html the other day]
20392:
20393: * src/targets/cgi/Makefile.am: .am undo
20394:
20395: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20396: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
20397: macro expantion on param, simply qoutes whatever passed, undone
20398:
20399: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20400: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
20401: STRINGIZE(name) #name invented
20402:
20403: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20404: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
20405: MAIN_SQL_DRIVERS_NAME "drivers"
20406:
20407: moved to be availible to all users
20408:
20409: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
20410: SQL_DRIVER_CREATE_FUNC_NAME
20411:
20412: * src/classes/mail.C: MAIN:MAIL check fixed
20413:
20414: 2001-09-04 parser
20415:
20416: * src/classes/image.C: image.html now can accept void params
20417:
20418: * src/targets/isapi/parser3isapi.C: z
20419:
20420: * src/targets/cgi/parser3.C: full_file_spec bug
20421:
20422: * src/targets/cgi/parser3.C: getenvcheck
20423:
20424: * src/targets/cgi/parser3.C: zz
20425:
20426: * src/targets/cgi/parser3.C: zzz
20427:
20428: * src/classes/date.C: date
20429:
20430: * src/classes/date.C: date:sql-string is now without ''
20431:
1.116 moko 20432: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 20433: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
20434: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
20435:
1.116 moko 20436: * src/include/pa_config_auto.h.in: makes
1.95 moko 20437:
20438: 2001-09-03 parser
20439:
20440: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
20441:
20442: 2001-09-01 parser
20443:
20444: * src/classes/image.C: letter_spacing
20445:
20446: * src/classes/image.C: image: font params changed
20447:
20448: * src/classes/image.C: image: as_int as_string used
20449:
20450: * src/types/pa_vmethod_frame.h: $result[] now gets properly
20451: analized
20452:
20453: 2001-08-31 parser
20454:
20455: * src/targets/cgi/parser3.C: z
20456:
1.116 moko 20457: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
20458: cygwin
1.95 moko 20459:
20460: * src/classes/void.C: void:int/double += (default)
20461:
20462: * src/classes/image.C: image:font added space param image:font
20463: changed charwidth alg, added kerning const[for now]
20464:
20465: * src/classes/: string.C, table.C: string:int/double (defaults)
20466:
20467: 2001-08-29 parser
20468:
20469: * src/main/pa_exception.C: exception redundant debug info
20470:
20471: 2001-08-28 parser
20472:
20473: * src/classes/image.C: image error msgs
20474:
20475: * src/classes/image.C: image: gifsize little endian
20476:
20477: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
20478: doxygeneration
20479:
20480: * src/: classes/Makefile.am, main/Makefile.am,
20481: targets/cgi/Makefile.am, types/Makefile.am: .am-s
20482:
20483: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
20484: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
20485:
20486: * src/main/compile.C: NO_STRING_ORIGIN check2
20487:
20488: * src/classes/table.C: NO_STRING_ORIGIN check
20489:
20490: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
20491: storage class specifiers invalid in friend function declarations
20492:
20493: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
20494: main/untaint.C, targets/cgi/parser3.C,
20495: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
20496: case of limit
20497:
20498: * src/: classes/file.C, main/pa_common.C: file:move
20499: autocreate/remove dest/src dir
20500:
20501: * src/: classes/string.C, include/pa_dictionary.h,
20502: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
20503: main/untaint.C: pa_directory speeded up. moved zero 'from' check
20504: to directory constructor. string:replace
20505:
20506: 2001-08-27 parser
20507:
20508: * src/classes/image.C: fixed jpgsize alg
20509:
20510: * src/classes/image.C: fixed jpgsize alg
20511:
20512: * src/main/pa_exception.C: z
20513:
20514: * src/main/pa_common.C: removed debug info from pa_common
20515:
20516: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
20517: [auto.p from current dir loading]
20518:
1.116 moko 20519: * src/: main/pa_common.C, main/pa_exception.C,
20520: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
20521: for solaris -lsocket
1.95 moko 20522:
20523: 2001-08-24 parser
20524:
20525: * src/targets/cgi/parser3.C: not cgi extra \n 3
20526:
20527: * src/targets/cgi/parser3.C: not cgi extra \n 2
20528:
20529: * src/targets/cgi/parser3.C: not cgi extra \n
20530:
20531: * src/main/pa_sql_driver_manager.C: z
20532:
20533: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
20534: sql* removed services from disconnect - cross-request ideological
20535: probs.
20536:
20537: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
20538: cross-request ideological probs. oracle - fixed bug: cs
20539: allocated on request.pool and got freed before disconnect
20540:
20541: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
20542: mallocs fixed
20543:
20544: 2001-08-23 parser
20545:
20546: * src/classes/file.C: minor bug in file:save fixed
20547:
20548: * src/main/pa_sql_driver_manager.C: oracle: dlink
20549:
20550: 2001-08-22 parser
20551:
20552: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
20553: types/pa_vfile.h: file:load|save[text|binary;
20554:
20555: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
20556:
20557: 2001-08-21 parser
20558:
20559: * src/classes/: file.C, table.C: ^file:list
20560:
20561: 2001-08-20 parser
20562:
20563: * src/: main/compile.tab.C, main/compile.y,
20564: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
20565: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
20566: recousively caused problems: inc incremeted 123 literal!! fixed
20567:
20568: 2001-08-10 parser
20569:
20570: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
20571:
20572: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20573: added
20574:
20575: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20576: added
20577:
20578: * src/classes/table.C: table:sort restored [it was bad test :(]
20579:
20580: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
20581: ''
20582:
20583: * src/main/: pa_request.C: wanted to make const int
20584: MAX_EXECUTE_SECONDS=1;
20585:
20586: but couldnt, set_callback_and_alarm appeared to be not exported
20587: :(
20588:
20589: * src/main/pa_string.C: string.match hanged on. there were a hang
20590: check but it weren't wise enough
20591:
20592: @parse[dateString][tmp]
20593: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
20594: #end
20595:
20596: @main[] ^parse[2001-02-03]
20597:
20598: * src/classes/: table.C: table:sort now default desc
20599:
20600: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20601: table.sort now creates new sorted table
20602:
20603: 2001-08-09 parser
20604:
20605: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
20606:
20607: * src/classes/hash.C: hash:_default now [was hash:default]
20608:
20609: * src/classes/op.C: case without switch check added
20610:
20611: * src/types/pa_vcookie.C: cookie name&value origins added, more
20612: precise $ORIGINS(1)
20613:
20614: * src/main/Makefile.am: .am
20615:
20616: * src/classes/void.C: void: int double copy/paste from int: bug
20617: fixed
20618:
20619: * src/classes/void.C: void: int double copy/paste from int: bug
20620: fixed
20621:
20622: 2001-08-07 parser
20623:
20624: * src/: classes/double.C, classes/int.C, classes/string.C,
20625: classes/table.C, include/pa_globals.h, main/pa_globals.C:
20626: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
20627: string, table
20628:
20629: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
20630: srand made working
20631:
20632: 2001-08-06 parser
20633:
20634: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
20635: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
20636: main/compile.tab.C, main/compile.y, main/pa_array.C,
20637: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
20638: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
20639:
20640: * src/main/pa_exec.C: exec win32 real filename
20641:
20642: * src/classes/file.C: exec stderr out
20643:
20644: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
20645:
20646: 2001-08-03 parser
20647:
20648: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
20649:
20650: 2001-08-02 parser
20651:
20652: * src/: classes/string.C, classes/table.C, include/pa_array.h,
20653: main/execute.C, main/pa_exec.C: introducing Array_iter
20654:
20655: * src/main/execute.C: detected quick_get recursion bug. changed to
20656: get@execute, but needs array iterator, separate from array to
20657: avoid it & use caching
20658:
20659: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
20660: bug fixed
20661:
20662: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
20663: main/execute.C, main/pa_globals.C: found another multithread bug
20664: in op.C (last, last global var killed) :)
20665:
20666: 2001-08-01 parser
20667:
20668: * src/: include/pa_dictionary.h, include/pa_globals.h,
20669: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
20670: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20671: main/untaint.C: speeded up typo-html replacements. introducing
20672: Dictionary with first-char caching
20673:
20674: 2001-07-31 parser
20675:
20676: * src/types/Makefile.am: pa_vtable.C added to .am
20677:
20678: * src/main/compile.tab.C: added, so that could be compiled even on
20679: non-bison-enabled platforms
20680:
20681: 2001-07-28 parser
20682:
20683: * src/classes/table.C: table:hash always produces hash, when can't
20684: - empty
20685:
20686: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
20687: skipped \n
20688:
20689: 2001-07-27 parser
20690:
20691: * src/classes/: double.C, int.C, string.C: provided meaningful msg
20692: on int/double/string :sql without result and default
20693:
20694: 2001-07-26 parser
20695:
20696: * src/classes/op.C: fixed bad multithread bug with strangly global
20697: OP
20698:
20699: * src/main/compile.y: $man[$.age[zzz]] 0
20700:
20701: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
20702: creation syntax problem persists. restored $: for a while.
20703: thinking of $man[$.age[zzz]] syntax now
20704:
20705: * src/: classes/double.C, classes/int.C, classes/string.C,
20706: include/pa_opcode.h, main/compile.C, main/compile.y,
20707: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
20708: types/pa_vmethod_frame.h, types/pa_wcontext.h,
20709: types/pa_wwrapper.h: fixing :: realization #1
20710:
20711: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
20712: main/compile_tools.h, main/execute.C, main/pa_request.C,
20713: types/pa_vmethod_frame.h: introducing :: this is constructor call
20714: prefix. ordinary : remains for static accesses
20715:
20716: 2001-07-25 parser
20717:
20718: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
20719: fields 2. methods 3. columns
20720:
20721: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
20722: quote. optimized double&int tostring-s
20723:
20724: * src/main/: compile.C, compile.y, compile_tools.h: allowed
20725: whitespace before first method decl
20726:
20727: * src/classes/table.C: allowed nontable result in table:sql,
20728: results in empty table
20729:
20730: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
20731: lines before first method decl
20732:
20733: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
20734: types/pa_vtable.h: ^table.record[] now $table.fields
20735:
20736: * src/main/compile.y: $var[] is now empty string, not void
20737:
20738: * src/main/: compile.y, execute.C: $var[] is now empty string, not
20739: void
20740:
20741: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
20742: main/pa_globals.C: match replace code context moved to implicit
20743: $match context
20744:
20745: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
20746: main/compile_tools.h, main/execute.C: with killed, code storage
20747: introduced with former 'with' syntax
20748:
20749: 2001-07-24 parser
20750:
20751: * src/: main/compile.C, main/execute.C, main/pa_string.C,
20752: types/pa_value.h: first get_element, next get operator
20753:
20754: * src/main/compile.y: removed @end handling
20755:
20756: * src/main/: compile.C, compile.y: @end handling method2
20757:
20758: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
20759: file:move
20760:
20761: * src/main/pa_common.C: file_read close @ eof when imgsize bug
20762: fixed
20763:
20764: 2001-07-23 parser
20765:
20766: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
20767: driver
20768:
20769: * src/classes/hash.C: changed sql driver query interface
20770:
20771: * src/: classes/hash.C, classes/string.C, classes/table.C,
20772: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
20773: changed sql driver query interface
20774:
20775: 2001-07-20 parser
20776:
20777: * src/types/pa_vrequest.C: X!$browser:type
20778:
20779: * src/: classes/file.C, classes/string.C, include/pa_string.h,
20780: main/execute.C, main/pa_string.C, types/pa_valiased.C,
20781: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
20782: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
20783: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
20784: types/pa_vobject.h, types/pa_vrequest.C,
20785: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
20786: ^class:method dynamic calls allowed. ^BASE.method call disabled.
20787: BASE element globally removed
20788:
20789: 2001-07-18 parser
20790:
20791: * src/classes/file.C: file:exec/cgi msg
20792:
20793: * src/classes/file.C: $file:exit-code renamed to 'status'
20794:
20795: * src/: classes/file.C, main/pa_exec.C: file:exec
20796:
1.116 moko 20797: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20798: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
20799: removed $id from *.in *.am
1.95 moko 20800:
20801: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
20802: abbrevations
20803:
20804: * src/: classes/date.C, classes/mail.C, classes/math.C,
20805: classes/string.C, classes/table.C, include/pa_globals.h,
20806: include/pa_string.h, main/execute.C, main/pa_globals.C,
20807: main/pa_request.C, main/pa_string.C, main/untaint.C,
20808: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
20809: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
20810: $ORIGINS(1) output tracing mode
20811:
20812: 2001-07-13 parser
20813:
20814: * src/: classes/double.C, classes/int.C, classes/string.C,
20815: include/pa_request.h, main/execute.C, main/pa_request.C:
20816: auto.p[@auto], /news/auto.p[no @auto], so that initializing
20817: second would not call first @auto
20818:
20819: * src/main/: execute.C, pa_request.C: order of MAIN parents was
20820: wrong, fixed
20821:
20822: 2001-07-12 parser
20823:
20824: * src/types/pa_value.h: pa_value.putelement modification of system
20825: classes prevented
20826:
20827: 2001-07-11 parser
20828:
20829: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
20830: table $piece
20831:
20832: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
20833: types/pa_vstateless_class.h: $file created by file:state +=
20834: .atime .mtime .ctime +found&fixed bug with exceptions on
20835: get_junction-created objects [they were on wrong pool]
20836:
20837: 2001-07-09 parser
20838:
20839: * src/main/untaint.C: qp wrong name
20840:
20841: * src/: classes/date.C, classes/string.C, classes/table.C,
20842: main/compile.y: date format 0
20843:
20844: 2001-07-07 parser
20845:
20846: * src/: classes/date.C, classes/table.C, include/pa_common.h,
20847: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
20848: roll table calendar
20849:
20850: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
20851: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
20852: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
20853: include/pa_request.h, main/main.dsp, types/pa_value.h,
20854: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
20855: string. todo: sql, calendar
20856:
20857: 2001-07-06 parser
20858:
20859: * src/: classes/math.C, include/pa_request.h, main/execute.C,
20860: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
20861:
20862: 2001-07-03 parser
20863:
20864: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
20865: classes/random.C, main/main.dsp: class random renamed to math,
20866: operators became methods
20867:
20868: * src/classes/op.C: pow sqrt
20869:
20870: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
20871:
20872: 2001-07-02 parser
20873:
20874: * src/classes/table.C: ^table.columns column renamed from 'name' to
20875: 'column'
20876:
20877: * src/classes/hash.C: ^hash.keys[]
20878:
20879: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
20880:
20881: * src/main/: compile.y, compile_tools.h: in expressions now allowed
20882: 'strings'
20883:
20884: 2001-06-29 parser
20885:
20886: * src/main/: execute.C: /0 %0 checkes ver 2
20887:
20888: * src/main/execute.C: /0 %0 checke
20889:
20890: * src/classes/Makefile.am: nothing - void
20891:
20892: * src/classes/table.C: empty strings @ sql
20893:
20894: 2001-06-28 parser
20895:
20896: * src/: classes/double.C, classes/file.C, classes/form.C,
20897: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20898: classes/op.C, classes/random.C, classes/response.C,
20899: classes/string.C, classes/table.C, classes/void.C,
20900: main/compile.C, main/compile_tools.C, main/execute.C,
20901: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20902: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20903: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20904: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20905: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
20906: targets/isapi/parser3isapi.C, main/compile.y: */ static const
20907: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
20908: $";
20909:
20910: * src/: classes/double.C, classes/file.C, classes/form.C,
20911: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20912: classes/op.C, classes/random.C, classes/response.C,
20913: classes/string.C, classes/table.C, classes/void.C,
20914: main/compile.C, main/compile.y, main/compile_tools.C,
20915: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20916: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20917: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20918: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20919: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 20920: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 20921:
20922: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
20923: $class:name: == ${class:name}:
20924:
20925: * src/classes/string.C: exactly one
20926:
20927: 2001-06-27 parser
20928:
20929: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
20930: types/pa_vvoid.h: nothing renamed to void
20931:
20932: * src/classes/op.C: ^switch ^case
20933:
20934: * src/main/compile.y: nothing renamed to void
20935:
20936: * src/: classes/hash.C, classes/table.C, main/compile.y,
20937: main/execute.C, main/main.dsp, main/pa_request.C,
20938: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
20939: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
20940: void
20941:
20942: * src/main/compile.y: lexer: $zzzz^zzzz were name part
20943:
20944: 2001-05-28 parser
20945:
20946: * src/doc/html2chm.cmd: removed >a
20947:
20948: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
20949: project options [some bugs]
20950:
20951: * src/doc/sources2html.cmd: z
20952:
20953: * src/: classes/classes.C, main/compile.C, main/compile.y,
20954: main/execute.C: operators are not in root class again
20955:
20956: 2001-05-24 parser
20957:
20958: * src/targets/cgi/parser3.dsp: project file
20959:
20960: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
20961: ^log ^exp
20962:
20963: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
20964: conversions in @exception[params]
20965:
20966: * src/main/pa_request.C: // no _ conversions in @exception[params]
20967:
20968: 2001-05-23 parser
20969:
20970: * src/main/pa_string.C: string cmp bug
20971:
20972: * src/classes/: mail.C, op.C: rem max 1000
20973:
20974: * src/: classes/op.C, main/compile.y: allow one empty line before
20975: LS_DEF_NAME
20976:
20977: 2001-05-22 parser
20978:
20979: * src/classes/op.C: if params code-required
20980:
20981: 2001-05-21 parser
20982:
20983: * src/types/pa_vstring.C: eoleof
20984:
20985: * src/classes/Makefile.am: .AM
20986:
20987: * src/classes/nothing.C: resultless ^sql moved to nothing:
20988:
20989: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
20990:
20991: * src/: classes/double.C, classes/nothing.C, classes/string.C,
20992: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
20993: types/pa_vunknown.h, classes/hash.C, main/compile.y,
20994: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
20995: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
20996: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
20997: 'nothing'
20998:
20999: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
21000: vstring::set_string
21001:
21002: * src/classes/: double.C, int.C, string.C: int,double;sql
21003:
21004: * src/: classes/hash.C, classes/int.C, classes/string.C,
21005: classes/table.C, include/pa_string.h, main/pa_string.C,
21006: types/pa_vstring.C, types/pa_vstring.h: started int:sql
21007:
21008: * src/: classes/classes.C, classes/hash.C, classes/op.C,
21009: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
21010: hash:sql moved to main trunc. operators.txt updated
21011:
21012: * src/classes/: hash.C, op.C, table.C: hash:sql
21013:
21014: * src/classes/op.C: z
21015:
21016: * src/: main/compile.C, classes/classes.C: 1
21017:
21018: * src/: classes/classes.C, main/compile.C, main/compile.y,
21019: main/execute.C: 0
21020:
21021: * src/main/execute.C: z
21022:
21023: * src/targets/cgi/parser3.C: z
21024:
21025: * src/targets/cgi/parser3.C: argv can be just "parser3". made
21026: site_auto_path "." in that case
21027:
21028: * src/targets/cgi/: parser3.C: z
21029:
21030: * src/main/pa_request.C: .am
21031:
21032: * src/: main/pa_request.C, targets/cgi/parser3.C:
21033: pcre_tables=pcre_default_tables;
21034:
21035: 2001-05-19 parser
21036:
21037: * src/main/pa_string.C: z
21038:
21039: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
21040: introducing String::cstr_bufsize, returns just size+1 for as_is
21041: target.
21042:
21043: * src/: main/untaint.C, targets/cgi/pa_pool.C,
21044: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
21045: used, 4* mem wasted
21046:
21047: * src/classes/string.C: root context in match replace body now
21048: unchanged
21049:
21050: * src/types/pa_value.h: parameter # 1 based
21051:
21052: * src/main/pa_common.C: common: actual filename '%s'
21053:
21054: * src/classes/string.C: z
21055:
21056: * src/classes/Makefile.am: classes/.am
21057:
21058: * src/classes/: Makefile.am: classes/.am
21059:
21060: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
21061: targets/cgi/pa_pool.C: classes/.am
21062:
21063: 2001-05-18 parser
21064:
1.116 moko 21065: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
21066: pa_threads.C ins
1.95 moko 21067:
21068: * src/targets/cgi/Makefile.am: .am pa_threads.C added
21069:
21070: 2001-05-17 parser
21071:
21072: * src/: classes/string.C, include/pa_config_fixed.h,
21073: include/pa_config_includes.h, main/compile.y,
21074: main/compile_tools.h, main/execute.C, main/pa_array.C,
21075: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
21076: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
21077: types/pa_vform.C: #include "pa_config_includes.h" removed from
21078: most .C
21079:
21080: * src/doc/html2chm.cmd: z
21081:
21082: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
21083: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
21084:
21085: * src/main/pa_sql_driver_manager.C: moved expiration to
21086: get_connection_from_cache
21087:
21088: * src/main/pa_sql_driver_manager.C: cache expiration bf
21089:
21090: * src/: classes/classes.h, include/pa_sql_connection.h,
21091: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
21092: cache expiration[use SQL_Driver::disconnect]
21093:
21094: * src/main/pa_table.C: table.locate current restored on "not found"
21095:
21096: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
21097: line no
21098:
21099: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21100: ANTI_ENDLESS_EXECUTE_RECOURSION
21101:
21102: * src/: classes/op.C, include/pa_sql_connection.h,
21103: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
21104: sql/pa_sql_driver.h: fixed problem at last: 2connections own
21105: 1driver and set_services fight for driver::fservices. before fix
21106:
21107: * src/: classes/op.C, include/pa_config_fixed.h,
21108: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21109: main/pa_sql_driver_manager.C: found problem at last: 2connections
21110: own 1driver and set_services fight for driver::fservices. before
21111: fix
21112:
21113: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21114: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21115: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
21116: pa_threads.C
21117:
21118: * src/include/pa_threads.h: removed targets/parser
21119:
21120: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
21121: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
21122: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
21123: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
21124: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
21125: headers
21126:
21127: * src/: classes/image.C, include/pa_sql_driver_manager.h,
21128: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
21129: order prevented sqlmanager to see MULTYTHREAD define
21130:
21131: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21132: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
21133: put/gets
21134:
21135: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
21136: from hash.h
21137:
21138: * src/: classes/op.C, include/pa_sql_connection.h,
21139: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
21140: from cache ->set_services(&services);
21141:
21142: 2001-05-16 parser
21143:
21144: * src/targets/cgi/parser3.C: z
21145:
21146: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
21147: debug, #ifdefed some. would debug later, on more precise sample
21148: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
21149: $name.$tail[$tail!] $name.$tail } ok3
21150:
21151: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
21152: removed array debug. before vstring rebasing
21153:
21154: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
21155: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
21156: array debugged; adjusted
21157:
21158: * src/main/: pa_sql_driver_manager.C, pa_string.C:
21159: SQL_Driver_manager line no for connect/charset errors
21160:
21161: 2001-05-15 parser
21162:
21163: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
21164: main/pa_string.C: string+array made linear grows
21165:
21166: * src/: include/pa_string.h, main/pa_string.C,
21167: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
21168: grow lineary, not exponentialy
21169:
21170: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
21171: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
21172: with fullchunk cmps
21173:
21174: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
21175: 70041= 81
21176:
21177: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
21178: targets/cgi/parser3.C: detected huge mem allocation: size/times
21179: malloc 27809390/368771, calloc 3232/83. would test now
21180:
21181: * src/: classes/random.C, main/compile.y, main/execute.C,
21182: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
21183: numbered params had wrong name - for instance: bad error message
21184: in ^for[] bad body type. fixed
21185:
21186: 2001-05-14 parser
21187:
21188: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
21189: main/untaint.C: ^string.upper|lower[]
21190:
21191: 2001-05-11 parser
21192:
21193: * src/: classes/double.C, classes/image.C, classes/op.C,
21194: classes/string.C, classes/table.C, classes/unknown.C,
21195: main/execute.C, types/pa_value.h, types/pa_vbool.h,
21196: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
21197: types/pa_vunknown.h: op: MAX_LOOPS as_int
21198:
21199: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
21200: .dsp for win32tools
21201:
21202: 2001-05-11 paf
21203:
21204: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
21205: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
21206: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
21207: targets/isapi/kill.pl: moved win32 helpers to /win32tools
21208:
21209: 2001-05-10 paf
21210:
21211: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
21212: for C++, that's all
21213:
1.116 moko 21214: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
21215: pa_config_includes.h: inline wonders
1.95 moko 21216:
21217: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
21218: doc/doxygen.cmd: hash.C added
21219:
21220: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
21221:
21222: * src/main/compile.y: @end grammar: allowed zero strings in control
21223: menthod
21224:
21225: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
21226: pa_vstateless_object.h: changed priority: field before method
21227: lookup in vclass & vobject
21228:
21229: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
21230: grammar: priorities changes [lowerd && prior] vobject: now first
21231: fields, next methods
21232:
21233: 2001-05-08 paf
21234:
21235: * src/main/pa_table.C: table columnname2item on nameless ignored
21236: bark=false. fixed
21237:
21238: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
21239: types/pa_vmethod_frame.h: hash:default works at last!
21240:
21241: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
21242: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
21243: hash:default
21244:
21245: * src/classes/table.C: z
21246:
21247: * src/classes/table.C: table:hash always hash of hash now
21248:
21249: * src/classes/table.C: table:empty return bool now
21250:
21251: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
21252: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21253: types/pa_vtable.h: table:hash
21254:
21255: * src/classes/table.C: table:record have name
21256:
21257: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
21258: returns vunknown
21259:
21260: * src/classes/: double.C, int.C, op.C, string.C:
21261: int,double,string:int[] double[] string:length[] results now have
21262: hames
21263:
21264: * src/: classes/op.C, classes/table.C, main/main.dsp,
21265: types/pa_vtable.h: removed table:find. table:locate and op:eval
21266: now return bool
21267:
21268: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
21269: in method checkparams again. fixed
21270:
21271: 2001-05-07 paf
21272:
21273: * src/doc/chm.cmd: cmd
21274:
21275: * src/: classes/image.C, classes/mail.C, classes/string.C,
21276: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
21277: types/pa_value.h: method reported errors on wrong pool
21278:
21279: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
21280: now
21281:
21282: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
21283: include/code.h, include/pa_opcode.h, main/compile.C,
21284: main/compile_tools.h, main/execute.C, types/pa_value.h,
21285: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21286: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21287: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
21288: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21289: types/pa_vmethod_frame.h, types/pa_vobject.h,
21290: types/pa_vrequest.h, types/pa_vresponse.h,
21291: types/pa_vstateless_class.h, types/pa_vstring.h,
21292: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21293: types/pa_wwrapper.h: pa_code.h
21294:
21295: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
21296:
21297: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
21298: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
21299: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21300: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
21301: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21302: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
21303: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
21304: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
21305: types/pa_vtable.h: dox, split by not clean parts also
21306:
21307: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21308: types/pa_vtable.h: table: fields, then methods. so to enable
21309: 'dir' fields & co. more
21310:
21311: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
21312: so to enable 'dir' fields & co.
21313:
21314: * src/main/compile.y: grammar: @end
21315:
21316: 2001-05-04 paf
21317:
21318: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
21319: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
21320:
21321: * src/: classes/classes.h, classes/double.C, classes/file.C,
21322: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21323: classes/op.C, classes/random.C, classes/response.C,
21324: classes/string.C, classes/table.C, classes/unknown.C,
21325: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
21326: method dox
21327:
21328: 2001-05-03 paf
21329:
21330: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
21331: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21332: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
21333: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21334: doc/string.dox, doc/targets.dox, doc/value.dox,
21335: main/pa_request.C: dox splitted .dox files and added some
21336:
21337: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
21338:
21339: 2001-05-02 paf
21340:
21341: * src/classes/: image.C, table.C: table:dir result are not tainted
21342: by file_name language now
21343:
21344: 2001-04-28 paf
21345:
21346: * src/classes/classes.inc: removed classes.inc
21347:
21348: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
21349: from .am
21350:
21351: * src/classes/classes.awk: skipped classes in .awk
21352:
21353: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
21354: classes/classes.inc, classes/double.C, classes/file.C,
21355: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
21356: classes/string.C, classes/table.C, classes/unknown.C,
21357: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
21358: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
21359: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
21360: pa_methoded back to classes/classes.h
21361:
21362: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
21363:
21364: * src/: classes/Makefile.am, classes/classes.awk,
21365: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
21366: classes/ls.exe, main/bison.exe: classes.inc autogenerator
21367:
21368: * src/: classes/classes.C, classes/classes.h, classes/double.C,
21369: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
21370: classes/response.C, classes/string.C, classes/table.C,
21371: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
21372: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
21373: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
21374: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
21375: include|main/pa_methoded
21376:
21377: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
21378: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
21379:
21380: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
21381: moved some configured data to request::classes_conf moved some
21382: string crations from globals to M... [works]
21383:
21384: * src/: classes/form.C, classes/mail.C, classes/op.C,
21385: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
21386: main/pa_request.C: moved some configured data to
21387: request::classes_conf moved some string crations from globals to
21388: M...
21389:
21390: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
21391: about to move configured data to special request hash
21392:
21393: * src/: classes/classes.C, classes/classes.h, classes/file.C,
21394: classes/form.C, classes/mail.C, include/pa_request.h,
21395: main/pa_request.C: configure started
21396:
21397: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
21398: 2. todo: methoded-configure
21399:
21400: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21401: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21402: classes/_random.h, classes/_response.h, classes/_string.h,
21403: classes/_table.h, classes/_unknown.h, classes/classes.inc,
21404: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21405: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21406: classes/random.C, classes/response.C, classes/string.C,
21407: classes/table.C, classes/unknown.C, include/pa_globals.h,
21408: include/pa_request.h, main/compile.y, main/execute.C,
21409: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21410: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21411: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
21412: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
21413: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21414: types/pa_vrequest.h, types/pa_vresponse.h,
21415: types/pa_vstateless_class.h, types/pa_vstring.h,
21416: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21417: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
21418: methoded-configure
21419:
21420: * src/: classes/file.C, classes/table.C, main/compile.y,
21421: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
21422: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
21423: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
21424:
21425: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
21426: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21427: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21428: classes/random.C, classes/response.C, classes/string.C,
21429: classes/table.C, classes/unknown.C, include/pa_request.h,
21430: main/compile.y, main/execute.C, main/pa_globals.C,
21431: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
21432: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
21433: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
21434: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
21435: beautifying just compiled. todo: debug, configure
21436:
21437: 2001-04-27 paf
21438:
21439: * src/: classes/file.C, classes/image.C, classes/table.C,
21440: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
21441: beautifying -99
21442:
21443: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
21444: classes/_response.h, classes/_unknown.h, classes/classes.C,
21445: classes/classes.h, classes/double.C, classes/file.C,
21446: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21447: classes/op.C, classes/random.C, classes/response.C,
21448: classes/string.C, include/pa_globals.h, main/main.dsp,
21449: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
21450: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21451: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
21452: types/pa_vunknown.h: beautifying -100
21453:
21454: * src/main/compile.y: serge@ found @CLASS bug. fixed
21455:
21456: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
21457: classes/_op.h, classes/_random.h, classes/_table.h,
21458: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
21459: classes/op.C, classes/random.C, classes/response.C,
21460: classes/string.C, classes/table.C, classes/unknown.C,
21461: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21462: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21463: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
21464: beautifying
21465:
21466: 2001-04-26 paf
21467:
21468: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
21469:
21470: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
21471: documentation ++
21472:
21473: * src/: classes/_exec.h, doc/doxygen.cfg,
21474: include/pa_config_fixed.h, include/pa_config_includes.h,
21475: targets/cgi/pa_pool.C: code documentation ++
21476:
21477: * src/: classes/_image.h, classes/op.C, classes/random.C,
21478: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21479: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21480: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
21481: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21482: types/pa_vmethod_frame.h, types/pa_vobject.h,
21483: types/pa_vrequest.C, types/pa_vrequest.h,
21484: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
21485: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
21486: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
21487: code documentation ++
21488:
21489: * src/: classes/image.C, classes/mail.C, classes/string.C,
21490: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
21491: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
21492: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
21493: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21494: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21495: types/pa_vobject.h, types/pa_vstateless_class.h,
21496: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
21497:
21498: * src/main/: pa_request.C, pa_string.C: z
21499:
21500: * src/: include/pa_common.h, include/pa_types.h,
21501: main/pa_sql_driver_manager.C: module [and, guess, isapi]
21502: connection caching fixed. request-pooled-url were stored into
21503: global connectioncache
21504:
21505: 2001-04-25 paf
21506:
21507: * src/: doc/doxygen.cfg, doc/doxygen.txt,
21508: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
21509:
21510: * src/: include/code.h, include/pa_common.h, main/compile.y,
21511: main/execute.C, main/pa_common.C: -d
21512:
21513: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
21514: illegal call check a bit improved, but still under iis no mapping
21515: of dir with parser allowed!
21516:
21517: 2001-04-24 paf
21518:
21519: * src/targets/Makefile.am: apache module lib .am
21520:
21521: * src/main/pa_exec.C: windows32 buildCommand
21522:
21523: 2001-04-23 paf
21524:
21525: * src/targets/cgi/Makefile.am: win32 conditional
21526:
21527: * src/targets/cgi/Makefile.am: win32 conditional
21528:
21529: * src/targets/cgi/Makefile.am: liblink
21530:
21531: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
21532: vfile fields return type
21533:
21534: * src/types/pa_vfile.h: vfile fields return type
21535:
21536: * src/include/pa_config_auto.h.in: .h.in
21537:
21538: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
21539: types/Makefile: makefiles removed
21540:
21541: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
21542: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
21543:
21544: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
21545: [tested: i & g ]
21546:
21547: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
21548: @test noticed series in isapi, check how initialize_random_class
21549: is called! [must be called only once]
21550:
21551: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
21552: would not be 'unknown column'
21553:
21554: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
21555: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
21556:
21557: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
21558: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
21559: [now doesnt]
21560:
21561: * src/targets/cgi/parser3.C: cgi cmdline ver
21562:
21563: * src/targets/cgi/parser3.C: cgi /// @test disable
21564: /cgi-bin/parser3/auto.p
21565:
21566: * src/main/untaint.C: untaint without charset
21567:
21568: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21569: main/pa_common.C: common: file_write /// @test mkdirs
21570: file_delete rmdirs
21571:
21572: * src/main/untaint.C: mail header only once to =?
21573:
21574: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
21575: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
21576: main/untaint.C: untaint - @test optimize whitespaces for
21577: all but 'html'
21578:
21579: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
21580: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
21581: main/untaint.C: untaint - @test mail-header
21582:
21583: 2001-04-20 paf
21584:
21585: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21586: include/pa_request.h, include/pa_string.h, main/compile.y,
21587: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21588: targets/cgi/parser3.C: $MAIN:LOCALE
21589:
21590: * src/main/untaint.C: z
21591:
21592: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
21593:
21594: 2001-04-19 paf
21595:
21596: * src/main/compile_tools.h: $a$b bugfix
21597:
21598: * src/targets/cgi/parser3.C: z
21599:
21600: * src/classes/file.C: z
21601:
21602: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
21603: done: header to $fields. waits for header '\' tricks
21604:
21605: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
21606: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
21607: changed urlencode here and in untaint.C to HTTP standard's " and
21608: \" mech
21609:
21610: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
21611: http://alx/~paf/ doesnt load /auto.p
21612:
21613: 2001-04-18 paf
21614:
21615: * src/main/pa_request.C: 1
21616:
21617: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
21618: linux @alx
21619:
21620: 2001-04-17 paf
21621:
21622: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
21623: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
21624: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
21625: enabled
21626:
21627: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21628: classes/_exec.h, classes/_file.h, classes/_form.h,
21629: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21630: classes/_random.h, classes/_response.h, classes/_string.h,
21631: classes/_table.h, classes/_unknown.h, classes/file.C,
21632: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
21633: include/pa_config_fixed.h, include/pa_config_includes.h,
21634: include/pa_hash.h, include/pa_sql_driver_manager.h,
21635: include/pa_version.h, main/Makefile.am, main/compile.y,
21636: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
21637: main/pa_sql_driver_manager.C, sql/Makefile.am,
21638: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
21639: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
21640: types/pa_vform.C, types/pa_vimage.h: exec @jav
21641:
21642: * src/: include/pa_sql_driver_manager.h,
21643: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21644: types/pa_vimage.h: sql driver interface now has initialize(client
21645: .so)
21646:
21647: 2001-04-16 paf
21648:
21649: * src/Makefile.am: compile2 cygwin
21650:
21651: * src/: include/pa_config_includes.h, main/pa_exec.C,
21652: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
21653:
21654: * src/targets/cgi/Makefile.am: compile0 jav
21655:
21656: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21657: classes/_exec.h, classes/_file.h, classes/_form.h,
21658: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21659: classes/_random.h, classes/_response.h, classes/_string.h,
21660: classes/_table.h, classes/_unknown.h, classes/image.C,
21661: classes/mail.C, classes/op.C, classes/random.C,
21662: include/pa_config_fixed.h, include/pa_config_includes.h,
21663: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
21664: main/compile.y, main/pa_common.C, main/pa_exec.C,
21665: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
21666: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
21667: compile-1
21668:
21669: 2001-04-15 paf
21670:
21671: * src/classes/op.C: z
21672:
21673: * src/classes/table.C: table:empty +=process
21674:
21675: * src/types/pa_value.h: MethodParams !junction
21676:
21677: * src/: classes/_string.h, classes/double.C, classes/file.C,
21678: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21679: classes/random.C, classes/response.C, classes/string.C,
21680: classes/table.C, classes/unknown.C, main/pa_request.C:
21681: MethodParams everywhere
21682:
21683: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
21684: types/pa_vmethod_frame.h: MethodParams in op.C
21685:
21686: 2001-04-12 paf
21687:
21688: * src/: classes/image.C, types/pa_vimage.h: image:font :text
21689:
21690: * src/: classes/_unknown.h, classes/unknown.C,
21691: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21692: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
21693:
21694: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
21695:
21696: * src/classes/image.C: image:gif now does not have params
21697:
21698: * src/classes/image.C:
21699: image:line/fill/rectangle/bar/replace/polygon/polybar
21700:
21701: * src/: classes/image.C, classes/op.C, main/execute.C,
21702: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
21703: for var now written not to r.wcontext, but to r.root cleared
21704: "entered_object" state
21705:
21706: 2001-04-11 paf
21707:
21708: * src/classes/image.C: image:create image:load
21709:
21710: * src/: classes/image.C, main/main.dsp: gd with mem write + image
21711: just compiled
21712:
21713: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21714: todo: gif without file
21715:
21716: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21717: started porting to Pooled descendant
21718:
21719: * src/: classes/image.C, main/execute.C, main/main.dsp,
21720: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
21721: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
21722: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
21723:
21724: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
21725: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
21726: end. switching to python imaging lib
21727:
21728: * src/main/main.dsp: gd+smtp made separate libs
21729:
21730: * src/: include/pa_globals.h, include/pa_string.h,
21731: main/pa_common.C, main/pa_request.C, main/untaint.C,
21732: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
21733: length
21734:
21735: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
21736: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
21737: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
21738: UL_FILE_NAME of posted file name
21739:
21740: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
21741: post [broke when moved post read to core]
21742:
21743: 2001-04-10 paf
21744:
21745: * src/classes/image.C: image:html done
21746:
21747: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
21748:
21749: * src/classes/image.C: z
21750:
21751: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
21752: forgotten!
21753:
21754: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
21755: main/pa_request.C, main/pa_string.C, main/untaint.C,
21756: types/pa_vimage.h: image:measure -90
21757:
21758: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21759: classes/_int.h, classes/_mail.h, classes/_op.h,
21760: classes/_random.h, classes/_response.h, classes/_string.h,
21761: classes/_table.h, classes/file.C, classes/mail.C,
21762: include/pa_common.h, include/pa_globals.h, main/execute.C,
21763: main/main.dsp, main/pa_common.C, main/pa_globals.C,
21764: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
21765: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
21766: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
21767: compiled
21768:
21769: * src/classes/mail.C: minor bug with unclear from/to
21770:
21771: * src/classes/mail.C: sendmail unix skipping defaults
21772:
21773: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
21774: sendmail unix added defaults
21775:
21776: * src/classes/mail.C: unix sendmail compiled. todo:testing
21777:
21778: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
21779:
21780: 2001-04-09 paf
21781:
21782: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
21783: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
21784: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21785: targets/isapi/parser3isapi.dsp: all targets exec
21786:
21787: * src/: include/pa_sapi.h, include/pa_string.h,
21788: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21789: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
21790: args in apache:util.script
21791:
21792: * src/include/pa_string.h: written but not tested exec with env for
21793: unix
21794:
21795: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
21796: targets/cgi/parser3.C: exec win32 env
21797:
21798: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
21799: 0
21800:
21801: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
21802: main/execute.C, main/main.dsp, main/pa_globals.C,
21803: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
21804: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
21805:
21806: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
21807: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
21808:
21809: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
21810: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
21811:
21812: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
21813: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
21814: main/pa_common.C, main/pa_request.C, main/pa_string.C,
21815: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21816: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
21817: exec class just compiled. moved post read to request core
21818:
21819: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
21820: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
21821: main/pa_globals.C, targets/cgi/parser3.C,
21822: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
21823: are already read by vform
21824:
21825: 2001-04-08 paf
21826:
21827: * src/: classes/file.C, classes/mail.C, classes/string.C,
21828: include/pa_request.h, include/pa_string.h, main/pa_request.C:
21829: uuencode. string<<
21830:
21831: 2001-04-07 paf
21832:
21833: * src/classes/mail.C: z
21834:
21835: * src/classes/mail.C: z
21836:
21837: * src/classes/mail.C: ^mail[$attach
21838:
21839: * src/classes/mail.C: ^attach dead end
21840:
21841: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
21842: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21843: targets/isapi/parser3isapi.C: mail:send 1
21844:
21845: * src/: classes/mail.C, main/pa_request.C: z
21846:
21847: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
21848: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
21849: compiled
21850:
21851: * src/classes/mail.C: +=
21852:
21853: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
21854: prepared
21855:
21856: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
21857: include/pa_globals.h, include/pa_string.h, main/main.dsp,
21858: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21859: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
21860:
21861: 2001-04-06 paf
21862:
21863: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
21864: main/pa_string.C: table:dir 1
21865:
21866: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
21867: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
21868:
21869: * src/: classes/_op.h, classes/_root.h, classes/op.C,
21870: classes/root.C, include/pa_globals.h, include/pa_request.h,
21871: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
21872: main/pa_request.C: renamed 'root' to 'op'
21873:
21874: * src/classes/: _op.h, op.C: renamed from 'root'
21875:
21876: * src/types/pa_valiased.C: another root inherititance skipped
21877:
21878: * src/main/: compile.C, compile.y, execute.C: operators are now not
21879: root methods of parent class. just 'ROOT' class
21880:
21881: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
21882: @office
21883:
21884: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
21885:
21886: 2001-04-05 paf
21887:
21888: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
21889: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
21890: constructor flag dropped at get_method_frame and remembered into
21891: method_frame
21892:
21893: * src/: classes/file.C, classes/root.C, classes/string.C,
21894: classes/table.C, main/pa_request.C: junction to code&expression
21895: in errors
21896:
21897: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
21898: main/pa_string.C, targets/isapi/parser3isapi.dsp:
21899: $LOCALE:ctype[Russian_Russia.1251]
21900:
21901: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21902: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
21903: main/pa_table.C: hash now not thread-safe.
21904:
21905: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
21906: main/untaint.C: z
21907:
21908: * src/: classes/random.C, classes/root.C, classes/table.C,
21909: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
21910: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
21911: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
21912: types/pa_wcontext.h: sql quote. string untaint UL_SQL
21913:
21914: * src/: classes/table.C, include/pa_sql_connection.h,
21915: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
21916:
21917: * src/classes/table.C: select * from hren error contains statement
21918:
21919: * src/: classes/table.C, include/pa_sql_connection.h,
21920: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
21921: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
21922:
21923: * src/: classes/root.C, include/pa_sql_connection.h,
21924: include/pa_sql_driver.h, main/main.dsp,
21925: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
21926: services for conv memory & error reporting
21927:
21928: 2001-04-04 paf
21929:
21930: * src/doc/doxygen.cfg: z
21931:
21932: * src/include/pa_sql_driver.h: mysql connect
21933:
21934: * src/include/pa_sql_driver.h: mysql info
21935:
21936: * src/: classes/root.C, include/pa_sql_driver.h,
21937: include/pa_sql_driver_manager.h, main/main.dsp,
21938: main/pa_sql_driver_manager.C: more manager&connection&driver
21939:
21940: * src/sql/Makefile.am: forgot to add mysql client
21941:
21942: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
21943: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
21944: [forgot to add libltdl, added]
21945:
21946: * src/: Makefile.am, classes/root.C, classes/string.C,
21947: classes/table.C, include/pa_globals.h, include/pa_hash.h,
21948: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
21949: include/pa_string.h, include/pa_table.h, main/main.dsp,
21950: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
21951: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
21952: -1000 just compiled
21953:
21954: * src/: classes/random.C, classes/root.C, classes/table.C,
21955: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
21956: main/pa_request.C, types/pa_vclass.h: sql frame -10
21957:
21958: 2001-04-03 paf
21959:
21960: * src/types/pa_vform.C: z
21961:
21962: * src/: classes/string.C, types/pa_vform.C: string:match replace
21963: assigned lang
21964:
21965: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
21966: {}[]< empty []
21967:
21968: * src/: classes/file.C, classes/string.C, classes/table.C,
21969: include/pa_string.h, main/pa_common.C, main/pa_string.C,
21970: main/untaint.C: string:match replace 2. string.cstr(forced lang)
21971:
21972: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21973: string:match replace strange matches
21974:
21975: * src/classes/string.C: string:match replace 0
21976:
21977: * src/: classes/string.C, main/pa_string.C: string:match replace
21978: prepared 2
21979:
21980: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21981: string:match replace prepared
21982:
21983: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21984: string:match replace -11
21985:
21986: * src/: classes/string.C, include/pa_globals.h,
21987: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
21988: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
21989:
21990: * src/: classes/string.C, include/pa_globals.h,
21991: include/pa_string.h, main/main.dsp, main/pa_globals.C,
21992: main/pa_string.C: string:match [search] -1 just compiled
21993:
21994: * src/types/pa_vstring.C: z
21995:
21996: * src/: classes/double.C, classes/file.C, classes/form.C,
21997: classes/int.C, classes/response.C, classes/root.C,
21998: classes/string.C, classes/table.C, include/pa_string.h,
21999: main/pa_string.C: string:match -10 [frame]
22000:
22001: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
22002: main/pa_request.C: z
22003:
22004: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
22005: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
22006: todo/tests
22007:
22008: * src/include/pa_common.h: z
22009:
22010: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
22011: main/pa_request.C, targets/cgi/parser3.C,
22012: targets/isapi/parser3isapi.C, types/pa_vfile.C:
22013: content-disposition
22014:
22015: * src/: include/pa_common.h, include/pa_globals.h,
22016: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22017: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
22018:
22019: * src/: include/pa_common.h, include/pa_request.h,
22020: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
22021: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22022: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
22023: response:body
22024:
22025: * src/classes/table.C: table:append now uses string::split
22026:
22027: * src/classes/table.C: z
22028:
22029: * src/: classes/file.C, classes/root.C, classes/string.C,
22030: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
22031: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
22032: include/pa_string.h, main/execute.C, main/pa_string.C,
22033: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
22034: string::pos & cmp & piece bugs fixed. string::split new
22035: table:load separated from set table:set implemented with clean \n
22036: \t searches
22037:
22038: 2001-04-02 paf
22039:
22040: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22041: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
22042: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22043: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
22044: it in table:set/load
22045:
22046: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
22047: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
22048:
22049: * src/classes/random.C: random:generate 1
22050:
22051: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
22052: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22053: types/pa_value.h: random:generate
22054:
22055: 2001-03-30 paf
22056:
22057: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
22058: todo: table flip and append. string::pos
22059:
22060: * src/: classes/double.C, classes/file.C, classes/int.C,
22061: classes/response.C, classes/root.C, classes/string.C,
22062: classes/table.C, main/compile.y, main/execute.C,
22063: types/pa_value.h, types/pa_vstateless_class.C,
22064: types/pa_vstateless_class.h: static|dynamic|any method
22065: registration
22066:
22067: * src/: classes/file.C, classes/table.C, include/pa_table.h,
22068: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
22069: table:flip
22070:
22071: 2001-03-29 paf
22072:
22073: * src/classes/string.C: string:xsplit forgot that they must result
22074: in 1 row N column [not vice versa]
22075:
22076: * src/classes/string.C: z
22077:
22078: * src/classes/string.C: string: rsplit
22079:
22080: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22081: string: lsplit
22082:
22083: * src/: classes/string.C, include/pa_string.h, main/execute.C,
22084: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
22085: lsplit -1
22086:
22087: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
22088: string: pos
22089:
22090: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22091: string: pos -1
22092:
22093: * src/: classes/string.C, classes/table.C, include/pa_string.h,
22094: main/compile.y, main/pa_request.C, main/pa_string.C,
22095: main/untaint.C: string: left right mid
22096:
22097: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
22098: main/compile_tools.h, main/main.dsp, types/pa_value.h,
22099: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
22100: and [;] are different now.
22101:
22102: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22103: main/untaint.C: pool.request undone
22104:
22105: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22106: main/untaint.C: pool.request
22107:
22108: 2001-03-28 paf
22109:
22110: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22111: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22112: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
22113: $request:browser [.type .version]; unknown.get_double now = 0.
22114:
22115: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22116: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
22117: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
22118: types/pa_vform.C: file:load autodetection of mime-type by
22119: user-file-name
22120:
22121: * src/: classes/file.C, main/execute.C, main/pa_common.C,
22122: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
22123: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
22124:
22125: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22126: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
22127: write. must be self.set
22128:
22129: * src/: classes/file.C, classes/root.C, classes/table.C,
22130: include/pa_table.h, main/pa_table.C: table:locate1, file:test
22131:
22132: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
22133: include/pa_table.h, main/pa_array.C, main/pa_table.C,
22134: types/pa_vtable.h: table:locate just compiled
22135:
22136: 2001-03-27 paf
22137:
22138: * src/main/: execute.C, pa_common.C: fixed r/w context of
22139: code-params2, fixed ntfs hardlink slow dir update
22140:
22141: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
22142: types/pa_wcontext.h: fixed r/w context of code-params
22143:
22144: * src/: classes/table.C, main/execute.C: about to change junction
22145: rcontext!!
22146:
22147: * src/: classes/double.C, classes/int.C, classes/root.C,
22148: classes/string.C, classes/table.C, main/compile_tools.C,
22149: main/execute.C, main/pa_request.C, main/untaint.C,
22150: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
22151: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22152: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
22153: types/pa_vunknown.h: sort 0
22154:
22155: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
22156: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
22157: renamed to are_static_calls_disabled
22158:
22159: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
22160: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
22161: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22162: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
22163:
22164: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
22165:
22166: * src/: classes/table.C, include/pa_common.h, main/compile.y:
22167: started table:sort fixed minor bug in #...^{
22168:
22169: * src/: classes/table.C, include/pa_common.h, main/compile.y,
22170: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
22171: decided to have as it were. stepped back. grammar: added 'in'
22172: 'is' 'lt'&co follow-space check
22173:
22174: 2001-03-26 paf
22175:
22176: * src/: classes/file.C, classes/root.C, classes/table.C,
22177: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
22178: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22179: main/pa_table.C: moved ::save to pa_table. disabled @auto
22180: invocation in ^process
22181:
22182: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
22183:
22184: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
22185: main/pa_array.C: table:record
22186:
22187: * src/: main/untaint.C, targets/cgi/parser3.C,
22188: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22189: targets/isapi/pool_storage.h, types/pa_valiased.h,
22190: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
22191: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
22192: types/pa_vtable.h: z
22193:
22194: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
22195: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
22196: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22197: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
22198: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
22199: method realisations on 'self' validity - they now can simply
22200: assume that 'self' is V{Proper} .
22201:
22202: 2001-03-25 paf
22203:
22204: * src/main/untaint.C: z
22205:
22206: * src/main/: pa_request.C, untaint.C: moved default typo-table to
22207: lowlevel - it initialization could be skipped if failed in @auto.
22208: so that exception report would use some table
22209:
22210: * src/main/pa_request.C: table empty lines ignored. system-default
22211: content type assigned in output:result [can fail in main:auto and
22212: skipped normal defaults extraction]
22213:
22214: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
22215: bug
22216:
22217: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
22218: processing to table [except preliminary \r\n \r \n replacements
22219: to "\n"]
22220:
22221: * src/: classes/table.C, main/untaint.C: html-typo - decided to
22222: move all the processing to table
22223:
22224: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
22225: main/pa_table.C, main/untaint.C: returned table originating.
22226: useful for reporting typo table problems origin. think would be
22227: useful somewhere else
22228:
22229: * src/main/untaint.C: typo \r \r\n \n properly handled
22230:
22231: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
22232: include/pa_table.h, main/compile.y, main/compile_tools.C,
22233: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
22234: main/pa_string.C, main/pa_table.C, main/untaint.C,
22235: types/pa_vcookie.h: typo & typo-default
22236:
22237: 2001-03-24 paf
22238:
22239: * src/main/pa_common.C: z
22240:
22241: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22242: targets/cgi/parser3.C: html-typo 2
22243:
22244: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
22245: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
22246: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
22247: main/execute.C, main/pa_array.C, main/pa_globals.C,
22248: main/pa_request.C, main/pa_string.C, main/untaint.C,
22249: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22250: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
22251: noticed double default content-type prob. run cgi.cmd tomorrow
22252: first html-typo sample. detected << problem: they become ltlt too
22253: fast
22254:
22255: * src/main/compile.y: z
22256:
22257: * src/main/: compile.y, compile_tools.h: #comment
22258:
22259: * src/: classes/file.C, classes/root.C, classes/table.C,
22260: include/pa_common.h, include/pa_request.h, main/compile.y,
22261: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22262: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
22263: stringified
22264:
22265: * src/types/pa_valiased.C: decided to String-ify file_read
22266:
22267: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
22268: isapi/parser3isapi.dsp: cgi: sapi::log
22269:
22270: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
22271: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
22272: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
22273: error log experiments failed - cgi under iis got no access to
22274: log. registereventsource simply failed with 5(illegal call) code,
22275: while worked OK as standalone executable. isapi: used
22276: HSE_APPEND_LOG_PARAMETER feature
22277:
22278: * src/: include/pa_common.h, include/pa_globals.h,
22279: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22280: targets/isapi/parser3isapi.C: fixed default content-type
22281: allocation storage
22282:
22283: * src/: include/pa_globals.h, include/pa_request.h,
22284: main/pa_globals.C, main/pa_request.C: z
22285:
22286: * src/: include/pa_array.h, include/pa_hash.h,
22287: include/pa_request.h, main/compile.y, main/pa_array.C,
22288: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22289: types/pa_vcookie.C: cyclic uses ignored. defaulted default
22290: content-type
22291:
22292: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
22293: sanity
22294:
22295: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
22296: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
22297: away freeze mech. no danger now for you can't do
22298: ^request:process[@new-method[] body] trick anymore. still
22299: remains $some_instance.process[@new-method[] possibility] but
22300: would leave it as a feature. see index for sample
22301:
22302: * src/: include/pa_common.h, main/pa_common.C,
22303: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
22304: monkey every target
22305:
22306: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22307: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
22308: types/pa_vform.C, types/pa_vform.h: auto.p monkey
22309:
22310: 2001-03-23 paf
22311:
22312: * src/: include/pa_pool.h, main/pa_request.C,
22313: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
22314: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22315: targets/isapi/pool_storage.h: isapi: dumb pool storage
22316:
22317: * src/targets/isapi/pa_pool.C: decided to continue with extension
22318:
22319: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
22320: it would be better to rewrite as filter then to deal with pool
22321:
22322: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
22323: now like in cgi, not from APPL_PHYSICAL_PATH
22324:
22325: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22326: include/pa_config_fixed.h, include/pa_config_includes.h,
22327: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
22328: include/pa_version.h, main/compile.y, main/execute.C,
22329: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
22330: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22331: main/untaint.C, targets/cgi/parser3.C,
22332: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
22333: cgi: reinvent document_root and request_uri under iis. autoconf
22334: updated. introducing ap_config_includes
22335:
22336: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
22337:
22338: * src/targets/cgi/parser3.C: cgi: only one pool now
22339:
22340: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
22341: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22342: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22343: types/pa_venv.h, types/pa_vform.C: sapi made object
22344:
22345: * src/: include/pa_globals.h, main/pa_request.C,
22346: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22347: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22348: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
22349:
22350: * src/: main/pa_request.C, targets/cgi/parser3.C,
22351: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22352: isapi minor env beauty
22353:
22354: * src/: main/pa_request.C, targets/cgi/parser3.C,
22355: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22356: isapi document_root 0
22357:
22358: 2001-03-22 paf
22359:
22360: * src/targets/isapi/parser3isapi.C: isapi keep-alive
22361:
22362: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
22363: isapi/parser3isapi.C: z
22364:
22365: * src/: include/pa_pool.h, main/pa_request.C,
22366: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
22367:
22368: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
22369: kill.pl: isapi added utils
22370:
22371: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
22372: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22373: types/pa_vform.C: isapi 0
22374:
22375: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
22376: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22377: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22378: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
22379: started isapi
22380:
22381: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
22382: some comments
22383:
22384: * src/: include/pa_globals.h, include/pa_request.h,
22385: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
22386: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
22387: parser_root_auto_path parser_site_auto_path
22388:
22389: * src/types/pa_vcookie.C: cookie attr decoded
22390:
22391: 2001-03-21 paf
22392:
22393: * src/targets/cgi/parser3.C: z
22394:
22395: * src/include/pa_globals.h: post. todo: config of auto.p path
22396:
22397: * src/: include/pa_globals.h, targets/cgi/parser3.C,
22398: types/pa_venv.h: in cookie & env. todo:post
22399:
22400: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
22401: classes/root.C, classes/table.C, include/pa_array.h,
22402: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
22403: include/pa_request.h, include/pa_string.h, main/Makefile.am,
22404: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
22405: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22406: main/pa_table.C, main/untaint.C, targets/Makefile.am,
22407: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22408: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
22409: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
22410: shifted apache branch on main trunc
22411:
22412: * src/: include/pa_common.h, include/pa_globals.h,
22413: include/pa_pool.h, include/pa_request.h, main/main.dsp,
22414: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
22415: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
22416: starting mod_parser3
22417:
22418: * src/targets/cgi/parser3.C: starting mod_parser3
22419:
22420: 2001-03-20 paf
22421:
22422: * src/: main/pa_common.C, targets/cgi/Makefile.am,
22423: targets/cgi/parser3.C: automake compiled and works. todo:make
22424: win32 ifdefs work and add ifdef unistd
22425:
22426: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
22427: main/Makefile.am, main/pa_common.C, main/pa_request.C,
22428: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
22429: z
22430:
22431: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
22432: main/execute.C, main/pa_common.C, types/Makefile.am: removing
22433: locking
22434:
22435: * src/: classes/Makefile.am, types/Makefile.am: z
22436:
22437: * src/: Makefile.am, classes/file.C, classes/root.C,
22438: classes/table.C, include/pa_array.h, include/pa_request.h,
22439: include/pa_string.h, main/Makefile.am, main/execute.C,
22440: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22441: main/pa_string.C, main/untaint.C, targets/Makefile.am,
22442: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22443: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
22444:
22445: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22446: main/pa_request.C, types/pa_vfile.h: ^table:save
22447:
22448: * src/: classes/file.C, classes/table.C, include/pa_array.h,
22449: include/pa_common.h, include/pa_request.h, include/pa_string.h,
22450: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
22451: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
22452: types/pa_vform.h: z
22453:
22454: * src/include/pa_string.h: z
22455:
22456: * src/: classes/_request.h, classes/request.C, main/main.dsp,
22457: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
22458: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22459: :Value
22460:
22461: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
22462: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22463: :VStateless_object
22464:
22465: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
22466: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
22467: :VStateless_object
22468:
22469: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22470: types/pa_valiased.C, types/pa_vform.h: commented VForm
22471:
22472: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
22473: types/pa_valiased.h, types/pa_value.h,
22474: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22475: types/pa_vstateless_object.h: moved common get_element part from
22476: stateless object&class into VAliased
22477:
22478: * src/: classes/_env.h, classes/_table.h, classes/env.C,
22479: classes/table.C, main/execute.C, main/main.dsp,
22480: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
22481: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
22482: now :Value
22483:
22484: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
22485: main/execute.C, main/main.dsp, main/pa_globals.C,
22486: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
22487:
22488: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
22489: doxx
22490:
22491: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
22492: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22493: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
22494: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
22495: and ^file:save
22496:
22497: 2001-03-19 paf
22498:
22499: * src/types/pa_vfile.C: z
22500:
22501: * src/: classes/file.C, classes/request.C, classes/table.C,
22502: include/pa_string.h, main/main.dsp, main/pa_pool.C,
22503: main/pa_request.C, main/untaint.C, types/pa_value.h,
22504: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
22505:
22506: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
22507: include/pa_string.h, include/pa_table.h, main/main.dsp,
22508: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
22509: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
22510: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
22511: classes/_file.h, classes/file.C, types/pa_vfile.C,
22512: types/pa_vfile.h: file class just compiled
22513:
22514: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
22515: include/pa_table.h, include/pa_types.h, main/execute.C,
22516: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22517: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
22518: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
22519:
22520: * src/include/pa_pool.h: z
22521:
22522: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
22523: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
22524: Hash::Value to Val so to doxygen would finlly stop confusing
22525: those Value-s
22526:
22527: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
22528: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
22529: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22530: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22531: include/pa_types.h, main/compile.C, main/compile.y,
22532: main/compile_tools.C, main/compile_tools.h, main/execute.C,
22533: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
22534: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
22535: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22536: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
22537:
22538: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
22539: derivates somehow unlinked. don't know why yet
22540:
22541: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
22542: include/pa_string.h, include/pa_threads.h, main/compile.C,
22543: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22544: main/execute.C, main/pa_array.C, main/pa_common.C,
22545: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
22546: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22547: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
22548:
22549: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
22550: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
22551: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
22552: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
22553: types/pa_vrequest.h: doc: detected Value derivates prob
22554:
22555: * src/include/pa_globals.h: z
22556:
22557: * src/: classes/_request.h, classes/request.C, include/code.h,
22558: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
22559: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
22560: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
22561: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22562: main/execute.C, main/pa_pool.C, main/pa_request.C,
22563: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22564: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
22565:
22566: 2001-03-18 paf
22567:
22568: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
22569: cookie: allowed access to hash-assigned
22570:
22571: * src/targets/cgi/parser3.C: z
22572:
22573: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
22574: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
22575: include/pa_types.h, main/main.dsp, main/pa_common.C,
22576: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22577: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22578: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
22579: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22580: types/pa_vunknown.h: cookie class
22581:
22582: * src/main/pa_request.C: zero length output allowed
22583:
22584: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
22585: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
22586:
22587: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
22588: lang switch
22589:
22590: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
22591: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22592: types/pa_value.h, types/pa_vhash.h:
22593: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
22594:
22595: * src/main/execute.C: z
22596:
22597: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
22598: targets/cgi/parser3.C: taint[uri
22599:
22600: * src/: classes/request.C, classes/response.C, classes/root.C,
22601: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22602: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
22603: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
22604:
22605: * src/: classes/root.C, classes/string.C, include/pa_string.h,
22606: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22607: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
22608: types/pa_vstateless_class.C: convinient string(pool, char *src,
22609: bool tainted) ctor
22610:
22611: * src/: include/pa_hash.h, include/pa_request.h,
22612: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
22613: main/pa_request.C, main/pa_string.C, main/untaint.C,
22614: targets/cgi/parser3.C: proper @exceptions params tainting
22615:
22616: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
22617: response fields to header
22618:
22619: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22620: z
22621:
22622: * src/: classes/_response.h, classes/response.C,
22623: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22624: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
22625: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22626: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
22627: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
22628: $response: 0 request::core exception rethrow
22629:
22630: 2001-03-16 paf
22631:
22632: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
22633: types/pa_vrequest.h: native method' class call with less params
22634: then needed error reporting
22635:
22636: * src/: classes/_request.h, classes/request.C,
22637: include/pa_globals.h, include/pa_request.h, main/execute.C,
22638: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22639: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
22640: types/pa_vrequest.h: $request : query :uri
22641:
22642: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
22643: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
22644: types/pa_wcontext.h: $result
22645:
22646: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
22647:
22648: * src/: classes/double.C, include/code.h, main/compile.y,
22649: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
22650: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
22651:
22652: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
22653: main/compile.y, main/execute.C, types/pa_value.h,
22654: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
22655: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
22656: wcontext conflict
22657:
22658: * src/: main/execute.C, types/pa_value.h,
22659: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
22660: $string.field
22661:
22662: 2001-03-15 paf
22663:
22664: * src/main/pa_request.C: news sample
22665:
22666: * src/: main/compile.y, main/execute.C, main/pa_request.C,
22667: targets/cgi/parser3.C, types/pa_vstring.h: @exception
22668:
22669: * src/main/: compile.y, execute.C: z
22670:
22671: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
22672: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
22673: pre pre works
22674:
22675: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22676: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
22677: fillfields just compiled
22678:
22679: 2001-03-14 paf
22680:
22681: * src/: include/pa_request.h, main/pa_request.C,
22682: targets/cgi/parser3.C: z
22683:
22684: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22685: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
22686: types/pa_vstring.h: limits -1
22687:
22688: * src/: include/pa_globals.h, include/pa_request.h,
22689: include/pa_types.h, main/main.dsp, main/pa_globals.C,
22690: main/pa_request.C, targets/cgi/parser3.C,
22691: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
22692: request_info -1
22693:
22694: * src/: include/pa_globals.h, main/pa_globals.C,
22695: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22696: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
22697: vform_fields_fill
22698:
22699: * src/targets/cgi/parser3.C: # if MSVC
22700:
22701: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
22702: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
22703:
22704: * src/targets/cgi/parser3.C: z
22705:
22706: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
22707: include/pa_string.h, include/pa_types.h, main/compile.y,
22708: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
22709: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
22710: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
22711: types/pa_vunknown.h: global handler, exceptions in parser3
22712:
22713: 2001-03-13 paf
22714:
22715: * src/: classes/form.C, main/compile.y, main/core.C,
22716: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
22717: types/pa_vform.h, types/pa_vstateless_class.C,
22718: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
22719: instead
22720:
22721: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22722: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
22723: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
22724: started cgi target
22725:
22726: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22727: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
22728: before error show with parser
22729:
22730: * src/: classes/_form.h, classes/form.C, include/core.h,
22731: include/pa_request.h, main/core.C, main/pa_request.C,
22732: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
22733:
22734: * src/targets/cgi/: parser.dsp, parser3.dsp: z
22735:
22736: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
22737: parser3.C: renamed targets/ parser to cgi
22738:
22739: * src/: classes/double.C, classes/env.C, classes/int.C,
22740: classes/root.C, classes/string.C, classes/table.C,
22741: include/pa_request.h, types/pa_vhash.h: z
22742:
22743: * src/: classes/_env.h, classes/env.C, classes/root.C,
22744: include/core.h, include/pa_pool.h, include/pa_request.h,
22745: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
22746: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22747: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
22748: [historical moment :)]
22749:
22750: * src/: include/code.h, include/pa_string.h, main/compile.y,
22751: main/execute.C, main/pa_string.C: 'value is type' expr operator
22752:
22753: * src/types/pa_venv.h: $ENV 1
22754:
22755: * src/main/execute.C: z
22756:
22757: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
22758: future methods of ENV constructor if
22759:
22760: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
22761: class
22762:
22763: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22764: classes/_root.h, classes/_string.h, classes/_table.h,
22765: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22766: classes/string.C, classes/table.C, include/pa_request.h,
22767: main/compile.C, main/compile_tools.h, main/core.C,
22768: main/execute.C, main/main.dsp, main/pa_request.C,
22769: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22770: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22771: types/pa_vobject.h, types/pa_vstateless_class.C,
22772: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22773: types/pa_wcontext.h: $ENV: re 0, stateless classes
22774:
22775: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22776: classes/_root.h, classes/_string.h, classes/_table.h,
22777: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22778: classes/string.C, classes/table.C, include/pa_request.h,
22779: main/compile.C, main/compile_tools.h, main/core.C,
22780: main/execute.C, main/main.dsp, main/pa_request.C,
22781: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22782: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22783: types/pa_vobject.h, types/pa_vstateless_class.C,
22784: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22785: types/pa_wcontext.h: $ENV: re 0, stateless classes
22786:
22787: * src/: include/pa_request.h, main/compile.C, main/execute.C,
22788: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
22789: yesterdays bad decision on execute_static_method
22790:
22791: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
22792:
22793: * src/: classes/double.C, classes/int.C, classes/root.C,
22794: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
22795:
22796: * src/main/pa_request.C: z
22797:
22798: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22799: include/pa_pool.h: skipped_restructure_exceptions_dead_end
22800:
22801: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22802: include/pa_pool.h, main/pa_request.C:
22803: restructure_exceptions_dead_end
22804:
22805: * src/: classes/root.C, main/compile.y: ^if required junctions.
22806: allowed ; inside {} to break params
22807:
22808: * src/classes/root.C: ^eval
22809:
22810: * src/: classes/_string.h, classes/double.C, classes/int.C,
22811: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
22812: string ^format
22813:
22814: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
22815: 'bad' but not 'enough'
22816:
22817: * src/: classes/double.C, classes/root.C, classes/table.C,
22818: include/pa_common.h, include/pa_types.h, main/compile.y,
22819: main/pa_common.C, main/pa_request.C, main/untaint.C,
22820: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
22821: types/pa_wwrapper.h: think constructing flag as is is bad
22822:
22823: * src/: classes/double.C, classes/int.C, classes/root.C,
22824: classes/string.C, classes/table.C, main/core.C, main/execute.C,
22825: types/pa_vint.h: ^for
22826:
22827: 2001-03-12 paf
22828:
22829: * src/classes/table.C: table ^empty
22830:
22831: * src/: classes/table.C, include/pa_table.h: table ^menu
22832:
22833: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
22834: ^offset ^line ^count
22835:
22836: * src/classes/root.C: ^round() ^floor() ^ceiling()
22837: ^abs() ^sign()
22838:
22839: * src/classes/: root.C, table.C: ^use
22840:
22841: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22842: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
22843: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22844: ^while. switched off wcontext.constructing after write(value) or
22845: auto-vhash-constructing
22846:
22847: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22848: main/pa_request.C: fail_if_junction_ helper func
22849:
22850: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22851: include/pa_request.h, main/execute.C, main/main.dsp,
22852: main/pa_common.C, main/pa_request.C: ^process error point by
22853: actual method_name, not source. ^load
22854:
22855: * src/types/pa_vtable.h: table: no, better with string in cells...
22856:
22857: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
22858: classes/_table.h, classes/table.C, main/untaint.C: z
22859:
22860: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
22861: include/pa_table.h, main/core.C, main/execute.C,
22862: main/pa_common.C, main/pa_request.C, main/pa_table.C,
22863: types/pa_value.h: table:set 0
22864:
22865: * src/: classes/root.C, include/core.h, include/pa_array.h,
22866: include/pa_request.h, include/pa_table.h, main/core.C,
22867: main/main.dsp, main/pa_request.C, main/pa_table.C,
22868: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
22869: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
22870: types/pa_vstring.h: freeze, ^table:create[] -1
22871:
22872: * src/: classes/root.C, types/pa_value.h: z
22873:
22874: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
22875: get_method in couple places optimizing them
22876:
22877: * src/classes/root.C: z
22878:
22879: * src/: classes/root.C, types/pa_vclass.h: process temp main
22880: zeroing
22881:
22882: * src/: classes/double.C, classes/int.C, classes/root.C,
22883: classes/string.C, include/pa_common.h, include/pa_request.h,
22884: include/pa_string.h, include/pa_types.h, main/compile.C,
22885: main/compile.y, main/compile_tools.h, main/execute.C,
22886: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22887: types/pa_vmframe.h: ^process. actual names to store param and
22888: check_actual_numbered_params for better place diagnostics
22889:
22890: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
22891: method-junctions bug fixed
22892:
22893: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
22894: pa_vstateless_object.h, pa_vstring.h: stateless_object
22895:
22896: 2001-03-11 paf
22897:
22898: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
22899: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
22900: VDouble VInt base now VObject_base - without fields
22901:
22902: * src/: classes/root.C, include/core.h, main/core.C: z
22903:
22904: * src/: classes/double.C, classes/int.C, classes/root.C,
22905: classes/string.C, include/core.h, include/pa_hash.h,
22906: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
22907: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
22908:
22909: * src/: classes/double.C, classes/int.C, classes/root.C,
22910: include/pa_request.h, main/execute.C: intercept_string
22911:
22912: * src/: classes/double.C, classes/int.C, classes/root.C,
22913: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
22914:
22915: * src/: classes/double.C, classes/int.C, include/pa_request.h:
22916: ^inc-s(expr)
22917:
22918: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22919: classes/_root.h, classes/_string.h, classes/double.C,
22920: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
22921: include/code.h, include/core.h, include/pa_array.h,
22922: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
22923: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22924: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22925: include/pa_types.h, main/compile.C, main/compile.y,
22926: main/compile_tools.C, main/compile_tools.h, main/core.C,
22927: main/execute.C, main/pa_array.C, main/pa_common.C,
22928: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
22929: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22930: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22931: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22932: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22933: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22934: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22935: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
22936:
22937: * src/: main/pa_request.C, types/pa_vhash.h: z
22938:
22939: * src/: include/core.h, include/pa_request.h, main/core.C,
22940: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
22941:
22942: * src/: include/pa_valiased.h, include/pa_value.h,
22943: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22944: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22945: include/pa_vjunction.h, include/pa_vmframe.h,
22946: include/pa_vobject.h, include/pa_vstring.h,
22947: include/pa_vunknown.h, include/pa_wcontext.h,
22948: include/pa_wwrapper.h, main/compile.y, main/core.C,
22949: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
22950: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
22951: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22952: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22953: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22954: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22955: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22956: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
22957: include/
22958:
22959: 2001-03-10 paf
22960:
22961: * src/: include/core.h, include/pa_request.h, main/core.C,
22962: main/pa_request.C: run+auto=run
22963:
22964: * src/: classes/root.C, include/pa_request.h: minor if junction bug
22965:
22966: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22967: classes/_root.h, classes/_string.h, classes/double.C,
22968: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
22969: include/code.h, include/core.h, include/pa_array.h,
22970: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
22971: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22972: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22973: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
22974: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22975: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22976: include/pa_vjunction.h, include/pa_vmframe.h,
22977: include/pa_vobject.h, include/pa_vstring.h,
22978: include/pa_vunknown.h, include/pa_wcontext.h,
22979: include/pa_wwrapper.h, main/compile.C, main/compile.y,
22980: main/compile_tools.C, main/compile_tools.h, main/core.C,
22981: main/execute.C, main/pa_array.C, main/pa_cframe.C,
22982: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
22983: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22984: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
22985: main/pa_wcontext.C: sources header
22986:
22987: * src/main/pa_request.C: auto..
22988:
22989: * src/: include/pa_request.h, main/compile.C, main/compile.y,
22990: main/pa_request.C: auto tree0
22991:
22992: * src/: include/core.h, include/pa_request.h, main/compile.y,
22993: main/core.C, main/pa_request.C: names to core.C
22994:
22995: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
22996: include/pa_request.h, main/core.C, main/execute.C,
22997: main/pa_common.C, main/pa_request.C: root auto.p loaded
22998:
22999: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
23000: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
23001: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23002: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23003:
23004: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23005: @auto[] realised. auto.p scan togo
23006:
23007: * src/: include/pa_request.h, main/execute.C: autocalc
23008: code-junctions result now have names
23009:
23010: * src/: classes/double.C, classes/int.C, classes/root.C,
23011: classes/string.C, include/pa_request.h, include/pa_string.h,
23012: include/pa_wcontext.h, main/compile.y, main/execute.C,
23013: main/pa_string.C, main/pa_wcontext.C: tainting 0
23014:
23015: * src/classes/env.C: env:file/line
23016:
23017: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
23018: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
23019: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
23020: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
23021: main/compile_tools.C, main/compile_tools.h, main/core.C,
23022: main/execute.C, main/main.dsp, main/pa_cframe.C,
23023: main/pa_request.C, main/pa_wcontext.C: const fight finished
23024:
23025: * src/include/pa_vclass.h: const fight to go
23026:
23027: * src/: classes/_env.h, classes/env.C, classes/root.C,
23028: include/pa_request.h, include/pa_vclass.h, main/core.C,
23029: main/main.dsp: env0
23030:
23031: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
23032: classes/_string.h, classes/double.C, classes/int.C,
23033: classes/root.C, classes/string.C, include/pa_request.h,
23034: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
23035: include/pa_wcontext.h, main/core.C, main/main.dsp,
23036: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
23037: main/pa_wcontext.C: ^lang prepare0
23038:
23039: 2001-03-09 paf
23040:
23041: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
23042: construct proper naming
23043:
23044: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
23045: classes/double.C, classes/int.C, classes/root.C,
23046: classes/string.C, include/code.h, include/pa_value.h,
23047: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
23048: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23049: main/compile.y, main/compile_tools.C, main/core.C,
23050: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
23051: and ^double[]. fixed expr type
23052:
23053: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23054: ^string.length[]
23055:
23056: 2001-03-08 paf
23057:
23058: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
23059:
23060: * src/: include/pa_vclass.h, include/pa_vstring.h,
23061: include/pa_wcontext.h, main/compile.y, main/core.C,
23062: main/execute.C, main/main.dsp: dead end: vstring can't be
23063: derivated from vobject
23064:
23065: * src/: include/pa_vclass.h, include/pa_vhash.h,
23066: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
23067:
23068: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
23069: remained clone conseqs
23070:
23071: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
23072:
23073: * src/main/pa_vclass.C: wow! vclass were out of vcs
23074:
23075: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
23076: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
23077: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
23078: include/pa_vobject.h, include/pa_vstring.h,
23079: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23080: main/execute.C: withoud cloning. didn't need it actually, params
23081: got passed from out unnamed ewpool
23082:
23083: * src/: include/pa_vdouble.h, include/pa_vhash.h,
23084: include/pa_vjunction.h, include/pa_vobject.h,
23085: include/pa_vunknown.h, main/compile.y: cloning dead end
23086:
23087: * src/: include/pa_bool.h, include/pa_double.h,
23088: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
23089: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
23090: include/pa_vjunction.h, include/pa_vmframe.h,
23091: include/pa_vobject.h, include/pa_vstring.h,
23092: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23093: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
23094: to give params proper names
23095:
23096: * src/main/pa_wcontext.C: z
23097:
23098: * src/: include/pa_vmframe.h, main/execute.C: added names to
23099: unknown values in get_element and unfilled params. removed wrong
23100: name change in get_element
23101:
23102: * src/main/execute.C: z
23103:
23104: * src/main/execute.C: fixed problems calling operators in
23105: constructors
23106:
23107: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
23108: detected problems calling operators in constructors
23109:
23110: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23111: autocalc def to string
23112:
23113: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
23114: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
23115:
23116: * src/classes/root.C: added root.c
23117:
23118: * src/: include/pa_request.h, include/pa_value.h,
23119: include/pa_vcframe.h, include/pa_vmframe.h,
23120: include/pa_wcontext.h, main/compile.C, main/compile.y,
23121: main/core.C, main/execute.C, main/pa_cframe.C,
23122: main/pa_wcontext.C: 'if' just compiled
23123:
23124: * src/: include/pa_vbool.h, include/pa_vdouble.h,
23125: include/pa_vjunction.h, include/pa_vmframe.h,
23126: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
23127: main/pa_wcontext.C: z
23128:
23129: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
23130: main/core.C, main/execute.C, main/main.dsp: z. detected probs
23131: with parameter names in operator methods
23132:
23133: * src/main/compile.y: minor renamings in .y
23134:
23135: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23136: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
23137: @BASE. changed 'RUN' assignment mech
23138:
23139: * src/main/execute.C: z
23140:
23141: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23142: main/compile_tools.h, main/execute.C: made class: dynamic, not
23143: static. so to enable runtime ^use
23144:
23145: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
23146:
23147: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23148: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
23149:
23150: * src/main/execute.C: root root in code-junction
23151:
23152: 2001-03-07 paf
23153:
23154: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
23155: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
23156:
23157: * src/: include/pa_stack.h, include/pa_value.h,
23158: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
23159: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
23160: fixed rwcontext of {} params up
23161:
23162: * src/main/: compile.y, compile_tools.h: ^func(params)
23163:
23164: * src/main/compile.y: .y priorities syntax shaped up a bit
23165:
23166: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
23167: include/pa_vunknown.h, main/compile.y, main/execute.C,
23168: main/pa_hash.C: expr def in -f
23169:
23170: * src/main/: compile.y, execute.C: expr calls
23171:
23172: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
23173: fixed
23174:
23175: * src/main/compile.y: expr quoted code
23176:
23177: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
23178: support0
23179:
23180: * src/main/compile.y: expr string comparisons 0
23181:
23182: * src/: include/pa_string.h, main/compile.y, main/execute.C,
23183: main/pa_string.C: just compiled lt&co
23184:
23185: * src/main/execute.C: ^var.menu{$field} problem detected. that
23186: $field not a $var.field
23187:
23188: 2001-03-06 paf
23189:
23190: * src/main/compile.y: .y expr visible-shorter
23191:
23192: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
23193: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
23194: logical
23195:
23196: * src/: include/pa_vstring.h, main/compile.y: problems with
23197: skipping whitespace in yylex
23198:
23199: * src/include/pa_vbool.h: forgot this
23200:
23201: * src/: include/code.h, main/compile.y, main/execute.C: without
23202: string ops in expressions 0
23203:
23204: * src/: include/pa_value.h, include/pa_vdouble.h,
23205: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
23206: main/execute.C, main/main.dsp: !~
23207:
23208: * src/: include/pa_vcframe.h, include/pa_vclass.h,
23209: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
23210: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23211: include/pa_vunknown.h, include/pa_wcontext.h,
23212: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23213: main/compile_tools.h, main/execute.C: +-*/
23214:
23215: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
23216: main/compile_tools.h: grammar-1.1 $a(z) $a=0
23217:
23218: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
23219: main/execute.C: expr grammar-1 2*2=4.000000 :)
23220:
23221: * src/main/compile.y: expr grammar-1
23222:
23223: * src/main/compile.y: expr lexx1
23224:
23225: * src/main/: compile.y, execute.C, main.dsp: z
23226:
23227: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
23228: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
23229: main/execute.C: expr lex0 exec-1
23230:
23231: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
23232:
23233: 2001-02-26 paf
23234:
23235: * src/main/compile.y: max_string in yyerror bug fix
23236:
23237: 2001-02-25 paf
23238:
23239: * src/: include/pa_value.h, include/pa_vmframe.h,
23240: include/pa_wcontext.h, main/execute.C: VAliased3
23241:
23242: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
23243:
23244: * src/main/execute.C: VAliased1
23245:
23246: * src/: include/pa_request.h, include/pa_value.h,
23247: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
23248: VAliased0
23249:
23250: * src/: include/pa_pool.h, include/pa_request.h,
23251: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
23252: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
23253: VAliased just compiled
23254:
23255: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
23256: include/pa_vobject.h, main/execute.C: alias dead end
23257:
23258: * src/: include/pa_value.h, include/pa_vclass.h,
23259: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23260: main/main.dsp: no not get fields into interm VFielded class.
23261: fields & staticfields 1
23262:
23263: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
23264: include/pa_vobject.h, include/pa_wcontext.h,
23265: include/pa_wwrapper.h, main/core.C, main/execute.C,
23266: main/main.dsp: would now get fields into interm VFielded class
23267:
23268: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23269: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23270: include/pa_wcontext.h, main/compile.y, main/core.C,
23271: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
23272: main/pa_wcontext.C: virtuals2
23273:
23274: * src/main/compile.y: : 1
23275:
23276: * src/main/compile.y: rethought to $class:static.field.subfield
23277:
23278: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
23279: $class:element
23280:
23281: * src/: include/pa_value.h, include/pa_vmframe.h,
23282: include/pa_wwrapper.h, main/compile.y, main/execute.C,
23283: main/pa_wcontext.C: before execute class calls rewrite
23284:
23285: * src/: include/pa_request.h, main/compile.C, main/core.C: default
23286: name RUN, also alias
23287:
23288: * src/main/compile.y: escaping bug
23289:
23290: * src/: include/pa_request.h, include/pa_value.h,
23291: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
23292: main/core.C, main/execute.C, main/pa_common.C: vobject1
23293:
23294: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23295: include/pa_vmframe.h, include/pa_vobject.h,
23296: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23297: main/compile_tools.h, main/execute.C: ^class:method() just
23298: compiled
23299:
23300: 2001-02-24 paf
23301:
23302: * src/main/main.dsp: no bison -d
23303:
23304: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
23305: class' err msg wrong
23306:
23307: * src/main/compile.y: z
23308:
23309: * src/main/: compile.y, core.C: yylex need some @special lines adj
23310:
23311: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
23312: main/compile.y, main/compile_tools.h, main/core.C: modules0
23313:
23314: * src/: include/pa_vclass.h, main/core.C: z
23315:
23316: * src/: include/pa_value.h, include/pa_vclass.h,
23317: include/pa_vobject.h, main/main.dsp: vobject00
23318:
23319: * src/main/pa_array.C: minor bug in expanding very small arrays.
23320: 60% from 1 were 0
23321:
23322: * src/: include/pa_value.h, include/pa_wcontext.h,
23323: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
23324: as bad as you've named it: wcontext.value() was not a perfect
23325: idea
23326:
23327: * src/main/execute.C: codeframe1
23328:
23329: * src/: include/pa_value.h, include/pa_vcframe.h,
23330: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
23331: include/pa_vjunction.h, include/pa_vmframe.h,
23332: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23333: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
23334: just compiled
23335:
23336: * src/: include/pa_vframe.h, main/compile.y: found junction
23337: ideology @: ^x{$a()) must construct current wcontext element, so
23338: smart wcontext handling needed
23339:
23340: * src/main/compile.y: fixed grammar bugs in constructor/params
23341: klinch
23342:
23343: * src/main/: compile.y, execute.C: fixed empty constructor
23344: optimized empty case. failed on calls - produced empty string
23345: param
23346:
23347: * src/main/compile.y: fixed last \n macrotemplate strip bug
23348:
23349: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
23350: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
23351: main/compile_tools.C, main/compile_tools.h, main/core.C,
23352: main/execute.C: code junctions0. something wrong with last \n
23353: macrotemplate strip
23354:
23355: * src/: include/pa_value.h, main/compile.C, main/core.C,
23356: main/pa_value.C: minor error reporting format beautifyings
23357:
23358: * src/: include/pa_value.h, include/pa_vclass.h,
23359: include/pa_vframe.h, main/core.C, main/execute.C,
23360: main/pa_value.C: get_method RIP. junctions everywhere. call with
23361: junctions0
23362:
23363: 2001-02-23 paf
23364:
23365: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
23366: pa_wwrapper.h: lara came, can't work, sorry :(
23367:
23368: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
23369: junction
23370:
23371: * src/: include/pa_vframe.h, include/pa_vunknown.h,
23372: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
23373: main/execute.C, main/main.dsp, main/pa_value.C: call0
23374:
23375: * src/: include/pa_hash.h, include/pa_value.h,
23376: include/pa_wcontext.h, main/core.C, main/execute.C,
23377: main/main.dsp, main/pa_hash.C: started call. store param, vframe
23378: done
23379:
23380: * src/include/pa_wcontext.h: z
23381:
23382: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
23383: wrong grammar in complex constructor case
23384:
23385: * src/main/: compile.y, execute.C: empty constructor bug fixed
23386:
23387: * src/main/execute.C: with result rwpool
23388:
23389: * src/: include/pa_value.h, main/core.C, main/execute.C,
23390: main/main.dsp: value named
23391:
23392: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
23393: strign 2 value in 2 places in execute
23394:
23395: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
23396: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
23397: wcontext.put_element when wcontext fvalue==0
23398:
23399: 2001-02-22 paf
23400:
23401: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23402: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
23403: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
23404:
23405: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
23406: erroreos checkout
23407:
23408: * src/: include/pa_request.h, main/compile.y: $self.put(val)
23409:
23410: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
23411: main/compile_tools.h, main/pa_array.C: $self.get
23412:
23413: * src/main/: compile.C, compile.y, compile_tools.C: z
23414:
23415: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
23416: bit. finished now.
23417:
23418: * src/main/compile.y: $: finished
23419:
23420: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
23421:
23422: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
23423: main/execute.C: OP_STRING better then some xxx _VALUE
23424:
23425: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
23426: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23427: string to vstring it .y all
23428:
23429: * src/: include/pa_request.h, include/pa_stack.h,
23430: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
23431: all
23432:
23433: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
23434: precise parse error line:col
23435:
23436: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
23437: main/pa_hash.C, main/pa_pool.C: TRY...
23438:
23439: * src/: include/pa_exception.h, include/pa_pool.h,
23440: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
23441: main/compile.C, main/compile.y, main/compile_tools.C,
23442: main/core.C, main/pa_array.C, main/pa_exception.C,
23443: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
23444: main/pa_table.C: removed exception from request
23445:
23446: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
23447: some forgotten
23448:
23449: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23450: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
23451: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
23452: get/put simple vars to VClass works0
23453:
23454: * src/: include/pa_array.h, include/pa_wcontext.h,
23455: main/pa_string.C: in process, but found that exceptions are too
23456: global
23457:
23458: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
23459: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
23460: main/execute.C, main/pa_string.C: write_value write_string 0 it
23461: seems wcontext must write strings regardles of fvalue!=0
23462:
23463: 2001-02-21 paf
23464:
23465: * src/main/execute.C: tired :)
23466:
23467: * src/main/: compile.C, compile.y, execute.C: store0
23468:
23469: * src/: include/compile.h, include/execute.h, include/pa_array.h,
23470: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
23471: include/pa_wcontext.h, main/compile.C, main/compile.y,
23472: main/execute.C, main/main.dsp, main/pa_array.C,
23473: main/pa_request.C: get put -1 [just compiled]
23474:
23475: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
23476: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
23477: main/main.dsp, main/pa_request.C: request core methods0
23478:
23479: * src/: include/compile.h, include/pa_array.h, main/compile.C,
23480: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
23481: execute
23482:
23483: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
23484: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
23485: methods and one_big_piece. now compile returns array<method*>
23486:
23487: * src/main/compile.y: more straightforward yylex[end]
23488:
23489: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
23490: string.operator==(char*)
23491:
23492: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
23493: main/execute.C, main/pa_array.C: after array.const get wonders
23494:
23495: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
23496: pa_string.h, pa_value.h: struck with const array.gets
23497:
23498: * src/main/: execute.C: z
23499:
23500: * src/main/: compile.y, execute.C: z
23501:
23502: * src/main/: compile.C, compile.y, compile_tools.h: error
23503: processing in eval & yyerror so it wouldn't cause memleaks.
23504:
23505: * src/main/: compile.C, compile.y: failed to add absolute precies
23506: parse error positions. leaving RIGHTMOST position as
23507: @file[line:col]
23508:
23509: * src/: include/compile.h, main/compile.C, main/compile.y,
23510: main/compile_tools.h: line numbers needed. would add them to .y
23511: now internally. externally it's not as precise as needed
23512:
23513: * src/: include/code.h, include/pa_types.h, main/compile.C,
23514: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23515: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
23516: compiler works ok
23517:
23518: 2001-02-20 paf
23519:
23520: * src/main/: compile.C, compile.y, compile_tools.C,
23521: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
23522: not perfect
23523:
23524: * src/: include/code.h, include/compile.h, include/execute.h,
23525: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
23526: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23527: main/compile.C, main/compile.y, main/compile_tools.C,
23528: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
23529: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23530: main/pa_string.C, main/pa_table.C: bison[yacc] first time
23531: compiled. execute=dump for now
23532:
23533: * src/main/core.C: core rewrite using yacc investigations now will
23534: be compile[yacc]/execute[opcodes]
23535:
23536: 2001-02-15 paf
23537:
23538: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
23539: rewrite as turing machine? for it seems it would be it's too many
23540: ifs with this syntax now
23541:
23542: 2001-02-14 paf
23543:
23544: * src/main/core.C: get_params 1
23545:
23546: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
23547: :( ]
23548:
23549: * src/main/core.C: varios breaks
23550:
23551: * src/main/core.C: get names 3
23552:
23553: * src/main/core.C: get names 2
23554:
23555: * src/main/core.C: get names 1
23556:
23557: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
23558: names 0
23559:
23560: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
23561: text repassing2 operator static vars
23562:
23563: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
23564: main/pa_string.C: process text repassing
23565:
23566: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23567: module:calls changes
23568:
23569: 2001-02-13 paf
23570:
23571: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23572: ^class:calls[] started
23573:
23574: * src/: include/pa_value.h, main/core.C: z
23575:
23576: * src/main/core.C: operators : and self. prefixes
23577:
23578: * src/main/core.C: z
23579:
23580: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23581: tested
23582:
23583: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23584: optimized
23585:
23586: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
23587: would change privates to better support optimization
23588:
23589: * src/: include/pa_string.h, main/pa_string.C:
23590: String_iterator::skip_to todo:optimize
23591:
23592: 2001-02-12 paf
23593:
23594: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
23595: String_iterator
23596:
23597: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
23598: comments
23599:
23600: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
23601: self/methodref joined
23602:
23603: 2001-02-11 paf
23604:
23605: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
23606: main/main.dsp: core started. core.C, context&value .h
23607:
23608: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23609: include/pa_string.h, main/main.dsp, main/pa_array.C,
23610: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
23611:
23612: 2001-01-30 paf
23613:
23614: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
23615: comments
23616:
23617: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
23618: main/pa_pool.C: moved pa_pool.C to be target specific
23619:
23620: * src/: include/pa_exception.h, include/pa_pool.h,
23621: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
23622: to & changes
23623:
23624: * src/: include/pa_exception.h, include/pa_pool.h,
23625: include/pa_request.h, include/pa_table.h, main/pa_array.C,
23626: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
23627: re-associated. that's much better even removed 'die' necessety
23628:
23629: * src/: include/pa_error.h, include/pa_exception.h,
23630: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23631: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
23632: targets/Makefile.am: lowered targets/parser into subdir, added
23633: parser_Pool(Pool) failed to add. would think..
23634:
23635: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
23636: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
23637: main/pa_string.C, main/pa_table.C: Table more like C++ style
23638: hence lots of 'const'
23639:
23640: * src/: include/pa_error.h, include/pa_request.h,
23641: include/pa_string.h, include/pa_table.h, main/pa_error.C,
23642: main/pa_table.C: Error fixed
23643:
23644: 2001-01-29 paf
23645:
23646: * src/: include/pa_array.h, include/pa_common.h,
23647: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
23648: include/pa_request.h, include/pa_string.h, include/pa_table.h,
23649: main/Makefile.am, main/pa_array.C, main/pa_common.C,
23650: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
23651:
23652: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23653: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23654: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
23655: main/pa_string.C, main/pa_table.C: Request Error Table
23656:
23657: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
23658: templates"
23659:
23660: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
23661: main/main.dsp, main/pa_array.C: templates failed no template
23662: specializations [VC6], no library auto instantation [VC6, GNU c++
23663: 2.95.2-6 from latest cygwin]
23664:
23665: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23666: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23667: main/main.dsp, main/pa_array.C, main/pa_string.C,
23668: main/pa_table.C: Table started would test template Array now
23669:
23670: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23671: String originating
23672:
23673: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
23674: main/pa_hash.C: made local Hash-es not thread safe=quicker by
23675: SYNCHRONIZED(thread_safe)
23676:
23677: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
23678: parts to top
23679:
23680: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
23681: main/pa_threads.C: decided on one global_mutex, like PHP as I can
23682: see: needed only in global Hash now, made Hash:: put/get
23683: SYNCHRONIZED
23684:
23685: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
23686: main/pa_threads.C: added pa_threads
23687:
23688: Mutex
23689:
23690: * src/include/pa_hash.h: some comments
23691:
23692: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
23693: Array& operator += (Array& src)
23694:
23695: * src/main/pa_array.C: expand not convinient, would rewrite
23696:
23697: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
23698: (Array& src)
23699:
23700: rethought, would change now
23701:
23702: 2001-01-27 paf
23703:
23704: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
23705: caching
23706:
23707: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23708: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
23709: cache rethought to chunk caching
23710:
23711: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23712: include/pa_string.h, main/main.dsp, main/pa_array.C,
23713: main/pa_hash.C, main/pa_string.C: Array 0
23714:
23715: * src/main/pa_string.C: String::operator ==
23716:
23717: * src/main/pa_hash.C: String(&String)
23718:
23719: * src/main/pa_hash.C: added pa_hash.C [forgotten]
23720:
23721: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
23722: main/main.dsp, main/pa_string.C: uint, and added pa_types &
23723: pa_hash[forgotten]
23724:
23725: 2001-01-26 paf
23726:
23727: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23728: removed templates [vc++ suxx]
23729:
23730: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
23731: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
23732:
23733: * src/include/: pa_pool.h, pa_string.h: pa_pool split
23734:
1.119 moko 23735: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 23736:
1.119 moko 23737: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 23738: check
23739:
23740: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
23741: dynamic row_count
23742:
23743: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23744: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23745: targets/Makefile.am: Initial revision
23746:
23747: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23748: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23749: targets/Makefile.am: creating parser3 module
23750:
E-mail: