Annotation of parser3/ChangeLog, revision 1.126
1.126 ! moko 1: 2019-11-25 moko
! 2:
! 3: * tests/: 397.html, 399.html, results/141.processed,
! 4: results/399.processed: base64 options tested
! 5:
! 6: * src/: classes/math.C, main/pa_http.C: base64 options used
! 7:
! 8: * src/main/pa_base64.C: base64 encode rewritten, base64 options
! 9: implemented (feature #986)
! 10:
! 11: * src/main/pa_cache_managers.C: whitespace
! 12:
! 13: * tests/: 397.html, 399.html, results/399.processed: tests for
! 14: ^base64 encode options added (related to feature #986)
! 15:
! 16: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
! 17: pa_base64_encode(file) removed - more memory, but faster and less
! 18: code (related fo feature #986)
! 19:
! 20: 2019-11-24 moko
! 21:
! 22: * tests/: 155.html, results/155.processed: limit and offset in
! 23: ^table::load[] now supported, thus test added
! 24:
! 25: * src/: classes/file.C, classes/table.C, include/pa_common.h,
! 26: main/pa_common.C: optimization: offset and limit options parsing
! 27: moved inside file_load.
! 28:
! 29: 2019-11-23 moko
! 30:
! 31: * src/: classes/file.C, classes/op.C, include/pa_common.h,
! 32: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
! 33: optimization: file_read replaced with simplified file_read_binary
! 34:
! 35: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
! 36: types/pa_vform.C: whitespace
! 37:
! 38: * src/: include/pa_common.h, main/pa_common.C: never used params
! 39: removed
! 40:
! 41: 2019-11-21 moko
! 42:
! 43: * tests/: 193.html, results/193.processed, results/389.processed:
! 44: test results updated as now base64 does not discard tail without
! 45: padding (related to feature #986)
! 46:
! 47: 2019-11-20 moko
! 48:
! 49: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
! 50: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
! 51: pa_base64_decode (related to feature #986)
! 52:
! 53: * tests/398.html: tests for base64 decode added (related to feature
! 54: #986)
! 55:
! 56: * src/main/pa_base64.C: base64_decode rewritten - padding option
! 57: support, padding inside base 64 supported (related to feature
! 58: #096)
! 59:
! 60: 2019-11-19 moko
! 61:
! 62: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
! 63: FreeBSD 12
! 64:
1.125 moko 65: 2019-11-16 moko
66:
67: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
68: support added, step support removed (related to #986)
69:
70: 2019-11-15 moko
71:
72: * src/classes/math.C: using log since log2 is not present on
73: FreeBSD < 8.4 (related to feature #1177)
74:
75: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
76: pa_base64_size extracted and used for files as well (related to
77: feature 986)
78:
79: 2019-11-14 moko
80:
81: * tests/: 397.html, results/397.processed: + content check
82:
83: * tests/: 141.html, results/141.processed: make test resuls more
84: readable
85:
86: * tests/: 397.html, results/193.processed, results/397.processed:
87: test results updated after \x00 character was disabled in
88: math:convert string mode (related to feature #1177)
89:
90: * src/classes/: math.C, string.C: \\x00 character disabled while
91: converting to string (as in base64, related to feature #1177)
92:
93: * src/classes/file.C: more correct arguments separation
94:
95: * src/: classes/file.C, classes/math.C, classes/string.C,
96: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
97: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
98: options added, but not yet implemented (related to feature #986)
99:
100: * src/classes/math.C: whitespace
101:
102: 2019-11-13 moko
103:
104: * tests/: 397.html, results/397.processed: +tainting test (related
105: to feature #1177)
106:
107: * src/classes/math.C: as we now produce not only digits, result
108: should be tainted (related to feature #1177)
109:
110: * src/main/pa_base64.C: whitespace
111:
112: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
113: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
114: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
115: implementation moved from pa_common.h and pa_common.C
116:
117: 2019-11-12 moko
118:
119: * tests/: 275.html, results/275.processed: out of range test fixed,
120: as ^math:convert now supports arbitrary precision
121:
122: 2019-11-11 moko
123:
124: * tests/results/389.processed: uctualized error message
125:
126: * tests/: 389.html, 397.html, results/397.processed: tests for
127: ^math:convert added (related to feature #1177)
128:
129: * src/classes/math.C: ^math:convert now supports arbitrary
130: precision, alphabet support added (implements feature #1177)
131:
1.124 moko 132: 2019-11-06 moko
133:
134: * tests/: 181.html, results/181.processed: entities usage added,
135: more entites load tests (related to bug #842 discussion)
136:
137: 2019-11-05 moko
138:
139: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
140: call from xmlFileOpen if http://localhost/<file> was not found
141: (related to bug #842)
142:
143: * src/main/pa_xml_io.C: rename
144:
145: * src/main/pa_xml_io.C: +MemoryStream constructor
146:
147: * src/main/pa_xml_io.C: whitespace
148:
1.123 moko 149: 2019-10-31 moko
150:
151: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
152: XML_PARSE_NOENT) added to fix entities load, (related to feature
153: #1181)
154:
1.122 moko 155: 2019-10-25 moko
156:
157: * tests/: 388-sql.html, results/388-sql.processed: more multiple
158: queries tests
159:
160: 2019-10-24 moko
161:
162: * tests/: 388-sql.html, results/388-sql.processed: support for
163: pgsql driver test
164:
165: * tests/: 388-sql.html, results/388-sql.processed:
166: multi_statements=1 now tested, mysql test now supported
167: (connection must be specified in [parser3] section in .my.cnf)
168: related to issues #1195 and #1194
169:
1.121 moko 170: 2019-09-11 moko
171:
172: * src/classes/int.C: whitespace
173:
174: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
175: exception test
176:
177: * tests/results/388-sql.processed: sql queries now shown (related
178: to feature #1196)
179:
180: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
181: with old parser versions.
182:
183: * src/: classes/file.C, classes/hash.C, classes/string.C,
184: classes/table.C, classes/void.C, include/pa_sql_connection.h,
185: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
186: instead of connect string in query_event_handlers exceptions
187: (implements feature #1196)
188:
1.120 moko 189: 2019-09-06 moko
190:
191: * tests/388-sql.html: mysql compat
192:
193: * src/: classes/hash.C, classes/string.C, classes/table.C,
194: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
195: sql_ variables declaration moved to pa_common.h
196:
1.116 moko 197: 2019-01-15 moko
198:
199: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
200: logically sorted
201:
202: 2018-12-27 moko
203:
204: * src/include/pa_config_includes.h: warning war:
205: -Wdeprecated-register added for C++ 17
206:
207: 2018-10-15 moko
208:
209: * configure.ac: FreeBSD 11.2 can be build with ./configure
210: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
211: --with-xml=/usr/local/
212:
213: 2018-09-24 moko
214:
215: * tests/: 396.html, 396.tiff, results/396.processed: test for
216: ^image::measure[] now supports tiff added (related to feature
217: #1188)
218:
219: * src/classes/image.C: ^image::measure[] now supports tiff
220: (implements feature #1188)
221:
222: 2018-09-20 moko
223:
224: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
225: files measure added (related to ticket #1188)
226:
227: * src/classes/image.C: measure of bmp files implemented (related to
228: ticket #1188)
229:
230: 2018-09-18 moko
231:
232: * tests/: 394-curl.html, results/394-curl.processed,
233: results/auto.p: test for bug #1187 (max_file_size check for head
234: requests) added
235:
236: 2018-08-24 moko
237:
238: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
239: response content-length check is required (fixes bug #1187)
240:
241: 2018-05-11 moko
242:
243: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
244: $.append(bool) ] option added (related to feature #919)
245:
246: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
247: from misha@ patch (implements feature #919)
248:
249: 2018-03-22 moko
250:
251: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
252: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
253: with 128kb buffer. Now works at least 12 times faster. :) May be
254: Windows-only problem.
255:
256: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
257: build fix)
258:
259: 2018-02-03 moko
260:
261: * src/main/execute.C: removes irrelevant lines from exception stack
262: trace when exceptions occurs in assigment (fixes bug #1165)
263:
264: * tests/: 393.html, results/393.processed: test for behavour after
265: "Property can not be created, already exists field with that
266: name" exception removed (related to feature #1183)
267:
268: * src/types/pa_vclass.C: "Property can not be created, already
269: exists field with that name" exception removed (implements
270: feature #1183)
271:
272: 2018-01-19 moko
273:
274: * src/classes/string.C: whitespace
275:
276: * src/classes/string.C: whitespace
277:
278: * tests/: 392.html, results/392.processed: test for
279: ^regex::create[$regex] added (related to feature #1135)
280:
281: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
282: ^regex::create[$regex] added (implements feature #1135)
283:
284: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
285: commented define added (related to feature #1157)
286:
287: 2018-01-17 moko
288:
289: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
290:
291: 2018-01-15 moko
292:
293: * tests/: 390.html, results/390.processed: real path replaced by
294: stub
295:
296: * tests/: 391.html, results/391.processed: test for feature #1181
297: (XML_PARSE_HUGE exception) added
298:
299: 2018-01-11 moko
300:
301: * bin/auto.p.dist.in: sqlite3 -> libsqlite3
302:
303: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
304: XML_PARSE_HUGE option passed by default (implements feature
305: #1181)
306:
307: * src/classes/string.C: whitespace
308:
309: 2017-12-10 moko
310:
311: * tests/: 389.html, 390.html, results/389.processed,
312: results/390.processed: image code coverage tests added (related
313: to feature #1125)
314:
315: 2017-12-08 moko
316:
317: * tests/: 346-curl.html, 388-sql.html, 389.html,
318: results/346-curl.processed, results/388-sql.processed,
319: results/389.processed: more code coverage tests
320:
321: * tests/: 264.html, results/264.processed: code coverage for
322: ^file::exec[]
323:
324: 2017-12-07 moko
325:
326: * tests/: 174.html, 388-sql.html, 389.html,
327: results/388-sql.processed, results/389.processed,
328: results/174.processed: more coverage tests
329:
330: * src/classes/math.C: exception text actualized
331:
332: 2017-12-06 moko
333:
334: * tests/388-sql.html: $SQL can be here
335:
336: * tests/results/auto.p: $SQL not required here
337:
338: * tests/: 388-sql.html, 389.html, Makefile,
339: results/388-sql.processed, results/389.processed, results/auto.p:
340: code coverage tests for sql (using sqlite) and int/double/bool
341: added (related to feature #1125)
342:
343: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
344: lib/json/json.vcproj, lib/md5/md5.vcproj,
345: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
346: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
347: targets/apache/ApacheModuleParser3Core.vcproj,
348: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
349: types/types.vcproj: gc\include no longer required
350:
351: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
352: required
353:
354: * src/: classes/Makefile.am, classes/table.C,
355: include/pa_config_includes.h, include/pa_string.h,
356: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
357: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
358: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
359: targets/apache/Makefile.am, targets/cgi/Makefile.am,
360: types/Makefile.am: to be sure that our version of gc.h/cord.h is
361: used, we now include it directly
362:
363: 2017-12-04 moko
364:
365: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
366: memcached/memcached.vcproj, punycode/punycode.vcproj,
367: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
368: where required
369:
370: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
371: now can be used to trace memory allocations
372:
373: * src/: classes/table.C, include/pa_config_includes.h,
374: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
375: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
376: method removes, libcord also can work without libgc
377:
378: * src/classes/json.C: pa_gc_malloc_atomic should not be used
379:
380: 2017-11-29 moko
381:
382: * src/classes/curl.C: no exception if some of ^curl:info[] elements
383: are not present (related to feature #1173)
384:
385: * tests/346-curl.html: test updated to test curl content-length bug
386: (related to feature #1173)
387:
388: * tests/results/346-curl.processed: more test for content-length
389: curl bug (related to feature #1173)
390:
391: * tests/results/346-curl.processed: test results updated after
392: #1173 implemented
393:
394: 2017-11-28 moko
395:
396: * src/classes/curl.C: another libcurl Content-length bug walkaround
397: (related to feature #1173)
398:
399: 2017-11-27 moko
400:
401: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
402: $.http_version[version string] added (implements feature #1173),
403: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
404: where $post(true) bug existed.
405:
406: 2017-11-18 moko
407:
408: * src/include/pa_memory.h: warning war (related to feature #1170)
409:
410: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
411: feature #1170)
412:
413: 2017-11-17 moko
414:
415: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
416: std::basic_stringstream used in ^table.csv-string[] is compatible
417: with delete usage check only under Debian 9 (related to feature
418: #1170)
419:
420: 2017-11-16 moko
421:
422: * src/: classes/curl.C, classes/hash.C, classes/json.C,
423: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
424: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
425: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
426: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
427: types/pa_vxdoc.h: regular new/delete no longer used in our code,
428: stubs defend from accidental use (implements feature #1170)
429:
430: 2017-06-24 moko
431:
432: * configure.ac: minor fix: thanks to alx@
433:
1.115 moko 434: 2017-05-29 moko
435:
436: * src/types/pa_vmail.C: mail headers are now correctly truncated -
437: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
438: added to avoid cutting of UTF-8 chars (fixed bug #123)
439:
440: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
441: ignored, =?UTF-8?Q?= should start in case of leading space
442: (related to bug #123)
443:
444: * buildall: echo -n -> printf for OS X. :)
445:
446: 2017-05-25 moko
447:
448: * tests/: 288.html, results/288.processed: test updated afted
449: setting $o.prop without setter exception removed (related to
450: feature #1157)
451:
452: * src/types/pa_vclass.C: no more "this property has no setter
453: method" when setting $o.prop without setter (implements feature
454: #1157)
455:
456: * buildall: echo \c -> echo -n for FreeBSD
457:
458: * configure, configure.ac, src/include/pa_config_auto.h.in,
459: src/types/pa_vdouble.h: isfinite now checked in configure
460:
461: * compile, config.guess, config.sub, depcomp, install-sh, missing:
462: upgraded to automake 1.15
463:
464: 2017-05-23 moko
465:
466: * src/types/pa_vdouble.h: finite returned where isfinite not
467: defined
468:
469: 2017-05-22 moko
470:
471: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
472:
473: * buildall: extern CFLAGS setting support
474:
475: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
476:
477: * buildall: http -> https
478:
479: * buildall: gc-7.2f -> gc-7.6.0
480:
481: 2017-05-20 moko
482:
483: * buildall: https, pcre, xml, xslt updated to current versions
484: (related to feature #1136)
485:
486: 2017-05-19 moko
487:
488: * tests/097.html: after parser.ru moved to https
489:
490: 2017-05-17 moko
491:
492: * tests/results/: 175.processed, 372.processed: tests resuls
493: updated after lintian spelling typos fixed (related to bug #1156)
494:
495: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
496: classes/string.C, classes/table.C, main/pa_charset.C,
497: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
498: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
499: lintian reported by Sergey B Kirpichev (fixes bug #1156)
500:
501: * tests/results/096.processed: +XMP
502:
503: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
504: $.xmp(true) options tested (test for feature #1154)
505:
506: * src/classes/image.C: ^image:measure[] options $.exif(false)
507: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
508: fetched by default! (implements feature #1154)
509:
510: 2017-05-16 moko
511:
512: * tests/: 256.html, results/256.processed: ^json:string[$image] now
513: allowed (related to feature #1154)
514:
515: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
516: initial XMP implementation - without options and transcode
517: (related to feature #1154)
518:
519: 2017-05-12 moko
520:
521: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
522: image: exif moved to ffields, skipped in ^image.html[] where
523: iterators now used (preparation for feature #1154)
524:
525: 2017-05-05 moko
526:
527: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
528: results/387.processed: test for circular class inheritance check
529: added (related to bug #1150)
530:
531: * src/types/pa_vstateless_class.C: circular class inheritance check
532: added (fixes endless add_derived bug #1150)
533:
534: 2017-05-04 moko
535:
536: * tests/: 386.html, results/386.processed: test for
537: $table.value(number) added (related to feature #1152)
538:
539: * src/types/pa_vtable.C: table put_element: column value must be
540: string - > column value must be string compatible to allow
541: $t.value(1) (implements feature #1152)
542:
543: 2017-05-03 moko
544:
545: * src/main/pa_request.C: $use[$method] is not possible, reverting
546: (related to feature #1151)
547:
548: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
549: not possible, removing test (related to feature #1151)
550:
551: * src/: main/pa_request.C, types/pa_vstateless_class.h:
552: get_element_method added and used to allow $use[$method] and
553: $autouse[$method] (implements feature 1151)
554:
555: * tests/: 386.html, 386.p, results/386.processed: test for @use in
556: variable added (related to feature #1151)
557:
558: * tests/results/226.processed: actualized after ^try-catch used
559:
560: * tests/: 226.html, 385.html, results/385.processed: test for
561: @autouse in variable added
562:
563: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
564:
1.114 moko 565: 2017-02-27 moko
566:
567: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
568:
1.113 moko 569: 2017-02-20 moko
570:
571: * operators.txt: actualization + beauty
572:
573: 2017-02-16 moko
574:
575: * tests/: 384.html, results/384.processed: test for
576: ^reflection:mixin[; $.name[] ] option added (related to feature
577: #1089)
578:
579: * tests/: 384.html, results/384.processed: test for
580: ^reflection:mixin[] added (related to feature #1089)
581:
582: * src/types/pa_value.h: warning war: virtual ~Value() added
583:
1.112 moko 584: 2017-02-15 moko
585:
586: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
587: fixed
588:
589: * tests/: 320.html, results/320.processed: $.reverse(true/false)
590: test added (related to feature #1069)
591:
592: * src/: classes/reflection.C, types/pa_vstateless_class.h:
593: compilation without HASH_ORDER fixed
594:
595: * src/: classes/reflection.C, include/pa_hash.h:
596: $.reverse(true/false) added to ^reflection:methods[] (related to
597: feature #1069)
598:
599: 2017-02-14 moko
600:
601: * tests/: 152.html, results/152.processed: test for $._default hash
602: added (related to bug #1131)
603:
604: * tests/: 277.html, results/277.processed: test for hash with only
605: $._default is now defined (related to bug #1131)
606:
607: * src/types/pa_vhash.h: hash with only $._default is now defined
608: (fixed bug #1131)
609:
610: 2017-02-13 moko
611:
612: * tests/cat-windows.sh: cat-windows added (cygwin required)
613:
614: * tests/: 171.html, 264.html, 286.html, 370.html,
615: results/320.processed, results/375.processed, results/auto.p:
616: cat-windows.sh support added
617:
618: * tests/375.html: Windows support
619:
620: * tests/270.html: documented
621:
622: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
623: (not backslashes) even under Windows (broke test 270)
624:
625: 2017-02-12 moko
626:
627: * tests/: descript.ion, todo.txt: cleanup
628:
629: 2017-02-09 moko
630:
631: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
632: run_tests.cmd: Windows compatibility
633:
634: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
635: incorrectly (GMT) if parser is called from cygwin
636:
1.111 moko 637: 2017-02-08 moko
638:
1.112 moko 639: * operators.txt: actualization 15% completed
640:
641: * operators.txt: cp1251 -> utf-8
642:
643: * NEWS, README: minor update
644:
645: * src/include/pa_config_includes.h: warning war continues
646:
647: * src/: include/pa_config_includes.h, include/pa_memory.h,
648: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
649: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
650: gcc 6.x issues fixed
651:
1.111 moko 652: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
653: classes/classes.h, classes/curl.C, classes/date.C,
654: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
655: classes/hashfile.C, classes/image.C, classes/inet.C,
656: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
657: classes/memcached.C, classes/memory.C, classes/op.C,
658: classes/reflection.C, classes/regex.C, classes/response.C,
659: classes/string.C, classes/table.C, classes/void.C,
660: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
661: include/pa_array.h, include/pa_cache_managers.h,
662: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
663: include/pa_config_fixed.h, include/pa_config_includes.h,
664: include/pa_dictionary.h, include/pa_dir.h,
665: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
666: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
667: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
668: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
669: include/pa_request_charsets.h, include/pa_request_info.h,
670: include/pa_sapi.h, include/pa_socks.h,
671: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
672: include/pa_stack.h, include/pa_string.h,
673: include/pa_stylesheet_connection.h,
674: include/pa_stylesheet_manager.h, include/pa_symbols.h,
675: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
676: include/pa_uue.h, include/pa_xml_exception.h,
677: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
678: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
679: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
680: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
681: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
682: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
683: main/compile.tab.C, main/compile.y, main/compile_tools.C,
684: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
685: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
686: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
687: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
688: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
689: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
690: main/pa_string.C, main/pa_stylesheet_connection.C,
691: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
692: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
693: main/untaint.C, sql/pa_sql_driver.h,
694: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
695: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
696: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
697: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
698: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
699: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
700: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
701: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
702: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
703: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
704: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
705: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
706: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
707: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
708: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
709: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
710: types/pa_vmemcached.h, types/pa_vmemory.h,
711: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
712: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
713: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
714: types/pa_vresponse.C, types/pa_vresponse.h,
715: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
716: types/pa_vstateless_object.h, types/pa_vstatus.C,
717: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
718: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
719: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
720: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
721: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
722: 2015->2017
723:
1.110 moko 724: 2017-02-07 moko
725:
726: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
727:
728: 2017-02-06 moko
729:
730: * src/main/pa_common.C: minor fixes, whitespace
731:
732: * src/: classes/curl.C, classes/file.C, classes/image.C,
733: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
734: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
735: now used (implements feature #1081)
736:
737: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
738:
739: 2017-02-01 moko
740:
741: * src/include/pa_request.h: cleanup
742:
743: 2017-01-30 moko
744:
745: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
746:
747: 2017-01-29 moko
748:
749: * tests/: 383.html, results/383.processed: test for
750: ^reflection:stack[] added (related to feature #1052)
751:
752: * src/classes/reflection.C: else added
753:
754: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
755: $.max_file_lock_wait added (implements feature #1128)
756:
757: 2017-01-28 moko
758:
759: * tests/: 379-curl.html, results/379-curl.processed: curl empty
760: body and other cases tests added (related to featue #1014)
761:
762: * src/classes/curl.C: bug if response is empty fixed (related to
763: feature #1014)
764:
765: 2017-01-27 moko
766:
767: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
768: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
769: added (implements feature #1052)
770:
771: 2017-01-25 moko
772:
773: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
774: method test added
775:
776: 2017-01-23 moko
777:
778: * src/classes/reflection.C: optimization: options->get replaced by
779: hash iterator
780:
781: * tests/: 381.html, results/381.processed: now -> fixed date
782:
783: * src/main/pa_request.C: warning war
784:
785: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
786: 5Mb (fixes bug #1058)
787:
788: * src/classes/curl.C: warning war
789:
790: * tests/: 381.html, results/381.processed: tests for ^json:string
791: $.one-line(true) option added (related to feature #1124)
792:
793: * src/: classes/json.C, types/pa_value.h: $json-string
794: $.one-line(true|false) options is now supported (implements
795: feature #1124)
796:
797: * tests/: 380.html, results/380.processed: test for modified
798: $.max_file_size added (related to bug #1014)
799:
800: * tests/: 379.html, results/auto.p: tests for rewritten http file
801: load added (related to bug #1014)
802:
803: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
804: main/pa_common.C, main/pa_http.C: check_file_size added and used
805: in curl / file load from disk and http, http file load rewritten
806: (related to bug #1014)
807:
808: 2017-01-18 moko
809:
810: * tests/: 378.html, results/378.processed: tests for ^result[]
811: added (related to feature #66)
812:
813: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
814: Method::CO_WITHOUT_FRAME as frame still added in expression
815: (related to feature #66)
816:
817: 2017-01-17 moko
818:
819: * tests/: 377.html, results/377.processed: test for different
820: combinations of breaks in body and delimiter (related to bug
821: #1077)
822:
823: * tests/: 376.html, results/376.processed: many ^break[] tests
824: added (related to bug #1077)
825:
826: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
827: passed to native method" exception added to avoid bugs due to
828: WRITE_EXPR_RESULT skipped and native methods execution continues
829: after ^break[] (related to bug #1077)
830:
831: 2017-01-14 moko
832:
833: * tests/: 330.html, results/330.processed: test results updated
834: after ^break[] bugs where fixed (related to bug #1077)
835:
836: * tests/: 329.html, results/329.processed: test results updated
837: after ^break[] bugs where fixed (related to bug #1077)
838:
839: * tests/results/320.processed: ^return[] added
840:
841: 2017-01-13 moko
842:
843: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
844: classes/table.C, include/pa_request.h, main/execute.C,
845: main/pa_request.C, targets/cgi/parser3.C,
846: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
847: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
848: checked after each possible process/execute call (fixes bug
849: #1077)
850:
851: 2016-12-29 moko
852:
853: * src/main/pa_common.C: warning war
854:
855: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
856: include/pa_types.h, main/pa_request.C, main/pa_string.C:
857: pa_file_size_limit added, ^math:random fixed for upper limit and
858: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
859: (related to feature #1014)
860:
861: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
862: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
863: (related to feature #1014)
864:
865: 2016-12-28 moko
866:
867: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
868: warning war
869:
870: 2016-12-26 moko
871:
872: * tests/: 341.html, results/341.processed: test for
873: ^table.hash[id;;$.type[string]] added (related to feature #1057)
874:
875: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
876: (related to feature #1057)
877:
878: * src/types/pa_vdate.C: warning war continues...
879:
880: * src/: classes/date.C, classes/image.C, classes/table.C,
881: include/pa_config_includes.h, types/pa_vfile.C: warning war
882:
883: * src/lib/gd/gifio.C: warning war / cleanup
884:
885: * src/lib/json/pa_json.C: warning war
886:
887: * src/classes/hash.C: warning war
888:
889: * src/types/pa_vfile.C: warning war
890:
891: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
892: -Wall warning war continues
893:
894: * configure.ac: --with-build-warnings actualized
895:
896: 2016-12-25 moko
897:
898: * src/main/pa_exec.C: -wAll warning war
899:
900: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
901: -wAll warning war
902:
903: * src/: include/pa_common.h, include/pa_sapi.h,
904: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
905: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
906: -wAll warning war
907:
908: 2016-12-23 moko
909:
910: * src/lib/ltdl/Makefile.am: extra dist added
911:
912: * tests/results/344.processed: test result updated after $file.text
913: prefetched in ^hash::create[$file] (related to feature #1075)
914:
915: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
916: ^hash::create[$file] (related to feature #1075)
917:
918: 2016-12-22 moko
919:
920: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
921: main/pa_request.C, main/pa_stylesheet_connection.C,
922: types/pa_vfile.C: file_stat now return 64-bit size (implements
923: #1014 under 32-bit unix versions)
924:
925: 2016-12-21 moko
926:
927: * tests/: 375.html, results/375.processed: test for exec returning
928: stated file added (related to feature #1119)
929:
930: * src/classes/file.C: load should not return file with null body
931: (fixes bug #1119)
932:
933: 2016-12-14 moko
934:
935: * tests/: 374.html, results/374.processed: test for $method.name
936: added (related to feature #1117) plus method returning junction
937: test
938:
939: 2016-12-13 moko
940:
941: * src/: include/pa_symbols.h, main/pa_symbols.C,
942: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
943: (implements feature #1117)
944:
945: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
946: HEAD and TRACE can't have body (implements feature #1116)
947:
948: 2016-12-09 moko
949:
950: * tests/: 373.html, results/373.processed: tests for
951: ^reflection:tainting added (related to feature #1098)
952:
953: * src/classes/reflection.C: ^reflection:tainting arguments order
954: change (related to feature #1098)
955:
956: 2016-12-06 moko
957:
958: * src/: classes/reflection.C, include/pa_string.h,
959: main/pa_string.C: ^reflection:tainting[$string] added (implements
960: feature #1098)
961:
962: 2016-12-05 moko
963:
964: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
965: (fixes bug #1114)
966:
967: 2016-12-04 moko
968:
969: * tests/: 206.html, results/206.processed: negative zero (0/-1)
970: check added
971:
972: 2016-12-03 moko
973:
974: * tests/: 346-curl.html, results/346-curl.processed: test modified
975: to test value.as_hash() usage
976:
977: * src/classes/curl.C: value.as_hash() used for correct hash
978: processing
979:
980: * src/classes/reflection.C: exceptions texts fixes
981:
982: 2016-12-02 moko
983:
984: * tests/: 372.html, results/372.processed: tests for
985: ^reflection:create[ $.class[name] $.constructor[name]
986: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
987: feature #1094)
988:
989: * src/types/pa_vmethod_frame.h: comment added: params should be
990: declared outside of *_FRAME_ACTION as MethodParams destructor
991: will be called in ~VNativeMethodFrame
992:
993: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
994: ] minor fix
995:
996: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
997: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
998: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
999: now supported (implements feature #1094) value::as_hash added
1000: (and should be used everywhere)
1001:
1002: * src/classes/reflection.C: cleanup
1003:
1004: 2016-12-01 moko
1005:
1006: * tests/: 356.html, results/356.processed: test for method
1007: junctions class name added to the resulting hash added (related
1008: to feature #1068)
1009:
1010: * src/classes/reflection.C: for method junctions class name added
1011: to the resulting hash (related to feature #1068)
1012:
1013: 2016-11-30 moko
1014:
1015: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
1016: exception (related to bug #1113)
1017:
1018: * src/types/pa_vhashfile.C: whitespace
1019:
1020: * src/main/pa_os.C: errno now returned as it should (fixes bug
1021: #1113)
1022:
1023: * tests/results/: 175.processed, 192.processed, 224.processed,
1024: 229.processed, 239.processed, 244.processed, 246.processed,
1025: 314.processed, 352.processed: tests results updated after method
1026: call exceptions improved as method now keeps its name
1027:
1028: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
1029: types/pa_vmethod_frame.h: method call exceptions improved as
1030: method now keeps its name
1031:
1032: * tests/: 224.html, 239.html, results/224.processed,
1033: results/239.processed: tests and tests results updated after
1034: Request::construct exception changed
1035:
1036: * src/: classes/reflection.C, main/execute.C: Request::construct
1037: exception optimized
1038:
1039: * tests/: 371.html, results/371.processed: test for
1040: WWrapper.get_element call in $.name.key[value] code added
1041: (related to feature #1091)
1042:
1043: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
1044: in $.name.key[value] code (related to feature #1091)
1045:
1046: 2016-11-29 moko
1047:
1048: * src/classes/op.C: VS warning war
1049:
1050: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
1051: C4239: nonstandard extension used : 'return' : conversion from
1052: 'Value' to 'Value &' (related to feature #1020)
1053:
1054: * src/: main/execute.C, types/pa_vmethod_frame.h,
1055: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
1056: used : 'return' : conversion from 'Value' to 'Value &' (related
1057: to feature #1020)
1058:
1059: * src/main/execute.C: VS warning war
1060:
1061: * src/targets/cgi/parser3.C: VS compatibility fix
1062:
1063: * src/include/pa_request.h: VS warning war
1064:
1065: * tests/: 370.html, results/370.processed: test for ^file::exec[
1066: ... $.stdin[$binary_file] ] added (related to bug #1044)
1067:
1068: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
1069: include/pa_string.h, main/pa_exec.C: pa_exec now supports
1070: $.stdin[$binary_file] (fixes bug #1044)
1071:
1072: 2016-11-28 moko
1073:
1074: * src/main/pa_exec.C: whitespace
1075:
1076: * src/main/pa_request.C: whitespace
1077:
1078: * tests/: 369.html, results/369.processed: test for
1079: $response:status usage added (related to feature #1099)
1080:
1081: * src/targets/cgi/parser3.C: HTTP response code used as exit status
1082: if < 100 (implements feature #1099)
1083:
1084: * src/targets/cgi/parser3.C: whitespace
1085:
1086: * src/targets/cgi/parser3.C: whitespace
1087:
1088: * tests/: 368.html, results/368.processed: test updated after
1089: ^reflection:filename[$method] added (related to feature #1053)
1090:
1091: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
1092: main/compile.y, main/execute.C, main/pa_request.C,
1093: types/pa_vclass.h: filename -> filespec,
1094: ^reflection:filename[$method] added (related to feature #1053)
1095:
1096: 2016-11-27 moko
1097:
1098: * tests/: 368.html, results/368.processed: test for
1099: reflection:filename[$class or object] added (related to feature
1100: #1053)
1101:
1102: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
1103: types/pa_vstateless_class.h: ^reflection:filename[$class or
1104: object] added (implements feature #1053)
1105:
1106: 2016-11-26 moko
1107:
1108: * src/: include/pa_request_info.h,
1109: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1110: remove_absolute_uri -> strip_absolute_uri
1111:
1112: 2016-11-25 moko
1113:
1114: * src/: include/pa_request_info.h,
1115: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1116: request_info.remove_absolute_uri added to remove possible
1117: http://site.name/ from $request:uri (implements feature #1112)
1118:
1119: 2016-11-24 moko
1120:
1121: * tests/: 367-curl.html, results/367-curl.processed: test for
1122: previous request headers clearing after redirect added (related
1123: to bug #1109)
1124:
1125: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
1126: response headers from previous requests are now cleared, only
1127: last request headers are collected (fixes bug #1109)
1128:
1129: * tests/results/: 266.processed, 321.processed, 356.processed:
1130: tests results updated as method name now added to the resulting
1131: hash for new syntax only (Imp1 compatimility fixed, related to
1132: feature #1068)
1133:
1134: * src/classes/reflection.C: method name now added to the resulting
1135: hash for new syntax only (Imp1 compatimility fixed, related to
1136: feature #1068)
1137:
1138: * tests/results/366.processed: test for native and parser
1139: implementation of ^use[] logic (related to feature #1074)
1140:
1141: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
1142: for native and parser implementation of ^use[] logic (related to
1143: feature #1074)
1144:
1145: 2016-11-23 moko
1146:
1147: * src/: classes/op.C, include/pa_request.h, main/compile.y,
1148: main/pa_request.C: @USE file now implemented as ^use[file;
1149: $.origin[origin_file] ] (implements feature #1074)
1150:
1.109 moko 1151: 2016-11-21 moko
1152:
1.110 moko 1153: * tests/: 365.html, results/365.processed: test for $caller bugs in
1154: 3.4.4 and $caller.method now tested (related to feature #1110)
1155:
1156: * tests/: 364.html, results/364.processed: $caller usage in
1157: different contexts now tested (related to feature #1110)
1158:
1159: * src/types/types.vcproj: +pa_vcaller_wrapper.h
1160:
1161: * src/types/Makefile.am: pa_vcaller_wrapper.h added
1162:
1.109 moko 1163: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
1164: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
1165: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
1166: used (implements feature #1110)
1167:
1168: 2016-11-20 moko
1169:
1170: * src/types/pa_vdouble.h: whitespace
1171:
1172: 2016-11-11 moko
1173:
1174: * tests/: 363.html, results/363.processed: more tests for feature
1175: #1091 (how parser methods work in expression context)
1176:
1177: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
1178: expressions strings are now written as strings, not values by
1179: write_as_string (related to feature #1091)
1180:
1181: * src/classes/op.C: to make more correct behavour in expression
1182: context
1183:
1184: 2016-11-07 moko
1185:
1186: * tests/: 362.html, results/362.processed: test for
1187: xsltParseStylesheetDoc caching as xsl modification after it added
1188: (related to bug #1108)
1189:
1190: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
1191: result now cached as xdoc is modified after it (fixes bug #1108)
1192:
1193: 2016-11-06 moko
1194:
1195: * src/types/pa_vxdoc.h: whitespace
1196:
1197: 2016-11-05 moko
1198:
1199: * src/types/pa_vmethod_frame.h: cleanup
1200:
1201: 2016-11-03 moko
1202:
1203: * tests/results/244.processed: more correct exception after method
1204: frames separation
1205:
1206: * src/types/pa_vmethod_frame.h: minor optimizaion
1207:
1208: * src/types/pa_method.h: optimization: params_count added
1209:
1210: * src/: classes/json.C, classes/op.C, classes/reflection.C,
1211: include/pa_request.h, main/execute.C, main/pa_request.C,
1212: types/pa_value.C, types/pa_vmethod_frame.C,
1213: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
1214: VMethodFrame now divided into VNativeMethodFrame,
1215: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
1216: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
1217: and used (related to feature #1104)
1218:
1219: 2016-11-02 moko
1220:
1221: * src/: classes/bool.C, classes/curl.C, classes/date.C,
1222: classes/double.C, classes/file.C, classes/hash.C,
1223: classes/hashfile.C, classes/image.C, classes/inet.C,
1224: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1225: classes/memcached.C, classes/op.C, classes/reflection.C,
1226: classes/regex.C, classes/string.C, classes/table.C,
1227: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
1228: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
1229: r.write (implements feature #1091)
1230:
1231: * src/main/execute.C: cleanup (related to feature #1104)
1232:
1233: * src/: include/pa_request.h, main/execute.C,
1234: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
1235: added, in_expression removed (implements feature #1104)
1236:
1237: 2016-10-31 moko
1238:
1239: * src/types/pa_value.C: whitespace
1240:
1241: 2016-10-28 moko
1242:
1243: * tests/results/244.processed: updated after error reporting fixed
1244: in pa_wcontext.C
1245:
1246: * src/types/pa_wcontext.C: error reporting fixed
1247:
1248: * src/types/pa_wcontext.h: whitespace
1249:
1250: * src/classes/image.C: not fully readed entries are no longer
1251: processed (fixes bug #1106)
1252:
1253: 2016-10-26 moko
1254:
1255: * src/classes/image.C: whitespace
1256:
1257: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
1258: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
1259: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
1260: longer required (related to feature #1091)
1261:
1262: * tests/results/: 264.processed, 350.processed: test results update
1263: reverted (whitespace optimization) after write_no_lang removed :)
1264: (related to feature #1091)
1265:
1266: * src/: classes/file.C, classes/hash.C, classes/op.C,
1267: classes/string.C, classes/table.C, classes/void.C,
1268: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
1269: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
1270: equal write_pass_lang (related to feature #1091)
1271:
1272: * tests/results/: 264.processed, 350.processed: test results
1273: updated (whitespace optimization) after write_assign_lang removed
1274: (related to feature #1091)
1275:
1276: * tests/: 361.html, results/361.processed: test for non-string
1277: ^untaint added (related to feature #1091)
1278:
1279: * src/: classes/curl.C, classes/date.C, classes/file.C,
1280: classes/hash.C, classes/op.C, classes/string.C,
1281: include/pa_request.h, main/execute.C: optimization:
1282: write_assign_lang removed as not required (first part of feature
1283: #1091 implementation)
1284:
1.108 moko 1285: 2016-10-12 moko
1286:
1287: * tests/: 360.html, results/360.processed: more test code (related
1288: to feature #1104)
1289:
1290: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
1291: include/pa_request.h, main/compile.y, main/execute.C: opcode
1292: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
1293: WContext is next task (implements feature #1104)
1294:
1295: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
1296: / CO_WITHOUT_WCONTEXT
1297:
1298: * tests/: 360.html, results/360.processed: test for in expression
1299: state (related to feature #1104)
1300:
1301: 2016-10-11 moko
1302:
1303: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
1304:
1305: * src/classes/op.C: default value removed from initializer
1306:
1307: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
1308:
1309: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
1310:
1311: 2016-10-10 moko
1312:
1313: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
1314: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
1315: to feature #42)
1316:
1317: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
1318: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
1319:
1320: 2016-10-08 moko
1321:
1322: * src/classes/double.C: whitespace
1323:
1324: 2016-10-07 moko
1325:
1326: * src/types/pa_vmethod_frame.h: reorder
1327:
1328: 2016-10-06 moko
1329:
1330: * src/classes/date.C: typo
1331:
1332: * src/types/pa_vmethod_frame.h: whitespace + cleanup
1333:
1334: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1335: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
1336: types/pa_vmethod_frame.h: params.get now returns Value&, not
1337: Value*
1338:
1339: * src/types/pa_vmethod_frame.C: params.get should return Value&.
1340:
1341: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
1342: removed; first as_* code rewrite
1343:
1344: 2016-10-05 moko
1345:
1346: * src/include/pa_request.h: whitespace
1347:
1348: * tests/: 359.html, results/359.processed: test for VCodeFrame and
1349: intercept_string added (related to feature #1097)
1350:
1351: * src/: classes/image.C, classes/op.C, classes/table.C,
1352: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1353: optimization: intercept_string removed (implements feature #1097)
1354:
1355: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
1356:
1357: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
1358: from VCodeFrame and WWrapper as not required
1359:
1360: 2016-10-04 moko
1361:
1362: * src/: classes/curl.C, classes/date.C, classes/double.C,
1363: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
1364: classes/int.C, classes/json.C, classes/op.C,
1365: classes/reflection.C, classes/string.C, classes/table.C,
1366: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1367: proces_to_value -> process after StringOrValue removed (related
1368: to feature #1020)
1369:
1370: * src/classes/form.C: whitespace
1371:
1372: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
1373:
1374: * tests/: 357.html, 358.html, results/357.processed,
1375: results/358.processed, results/auto.p: test for @conf
1376: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
1377:
1378: 2016-10-03 moko
1379:
1380: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
1381: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
1382: supported (implements feature #42)
1383:
1384: * src/types/pa_vregex.h: no reason for VRegex to be
1385: is_evaluated_expr
1386:
1387: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
1388: (implements feature #1095)
1389:
1390: 2016-10-01 moko
1391:
1392: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
1393: false by default (related to feature #1089)
1394:
1395: 2016-09-30 moko
1396:
1397: * src/types/pa_wcontext.h: cleanup
1398:
1399: 2016-09-29 moko
1400:
1401: * src/main/execute.C: whitespace
1402:
1403: * src/include/pa_request.h: whitespace
1404:
1405: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1406: classes/op.C, classes/table.C, include/pa_request.h,
1407: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
1408: types/pa_vobject.C, types/pa_wcontext.h: optimization:
1409: StringOrValue removed as it just slows down and adds complexity
1410: (implements feature #1020)
1411:
1412: 2016-09-28 moko
1413:
1414: * tests/: 356.html, results/266.processed, results/321.processed,
1415: results/356.processed: tests updated after name was added to
1416: method_info hash, test for ^reflection:method_info[junction]
1417: added (related to feature #1068)
1418:
1419: * src/classes/reflection.C: ^reflection:method_info[junction] now
1420: supported, method name added to the resulting hash (implements
1421: feature #1068)
1422:
1423: * tests/: 276.html, results/276.processed: more tests for
1424: ^reflection:delete[]
1425:
1426: * src/classes/reflection.C: fixed bug then ^reflection:delete
1427: didn't work on class and could damage native objects (like file)
1428:
1429: 2016-09-26 moko
1430:
1431: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
1432: results/345.processed, results/346-curl.processed,
1433: results/347-curl.processed, results/348.processed: numbers added
1434: to simplify diff analysis
1435:
1436: * tests/: 352.html, results/352.processed: test result updated as
1437: method name used
1438:
1439: * src/classes/reflection.C: method name used
1440:
1441: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
1442: its name
1443:
1444: * src/types/pa_method.h: whitespace
1445:
1446: * src/classes/reflection.C: both method and field with one name can
1447: exist.
1448:
1449: * src/classes/reflection.C: ^reflection:mixin added (implements
1450: feature #1089)
1451:
1452: * tests/: 355.html, results/355.processed: property appears in
1453: derived class if added in base test added
1454:
1455: * src/types/pa_vstateless_class.h: get_method declaration +
1456: whitespace
1457:
1458: * tests/: 354.html, results/354.processed: nice test from method
1459: and property with one name in class added
1460:
1461: 2016-09-23 moko
1462:
1463: * src/classes/reflection.C: ^reflection:method usage documented
1464:
1465: 2016-09-22 moko
1466:
1467: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
1468: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
1469: compile warning and GPF occures on VS2003 (related to feature
1470: #1087)
1471:
1472: * tests/: 350.html, results/350.processed: test added for
1473: $.encloser[] support in ^table::create (related to feature #11)
1474:
1475: * src/classes/table.C: another minor fix (related to feature #11)
1476:
1.107 moko 1477: 2016-09-21 moko
1478:
1479: * src/include/pa_config_fixed.h: vs2015 compilation fixes
1480:
1481: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1482: classes/json.C, classes/string.C, classes/table.C,
1483: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1484: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1485: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
1486: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
1487: pa_charsets, vs2015 warning war
1488:
1489: * src/classes/table.C: vs2015 warning war
1490:
1491: * src/types/pa_vdate.C: vs2015 warning war
1492:
1493: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
1494:
1495: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
1496: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
1497:
1498: * src/main/pa_common.C: vs2015 compilation fixes
1499:
1500: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
1501: vs2015 compilation fixes
1502:
1503: * src/main/pa_charset.C: vs2015 warning war
1504:
1505: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
1506:
1507: * src/main/pa_charset.C: vs2015 warning war
1508:
1509: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
1510:
1511: * src/types/pa_vdate.C: vs2015 compilation fix
1512:
1513: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
1514:
1515: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
1516: VS2015 compilation fixes
1517:
1518: * src/classes/table.C: minor fix (related to feature #11)
1519:
1520: * tests/results/282.processed: no longer skipping extra enclosers
1521: (related to feature #11)
1522:
1523: * src/classes/table.C: minor fix + no longer skipping extra
1524: enclosers (related to feature #11)
1525:
1526: * src/classes/table.C: minor optimization (related to feature #11)
1527:
1528: * src/classes/table.C: minor fix and optimization (related to
1529: feature #11)
1530:
1531: 2016-09-20 moko
1532:
1533: * tests/: 353.html, results/353.processed: test for
1534: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
1535: added (related to bug #1090)
1536:
1537: * src/main/compile.y: PC.cclass->is_vars_local() check added for
1538: one_big_piece (fixes bug #1090)
1539:
1540: * tests/: 229.html, results/229.processed: code coverage tests
1541:
1542: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
1543: body) was called
1544:
1545: * src/classes/op.C: whitespace
1546:
1547: * tests/: 323.html, results/323.processed: test for code junction
1548: should not be returned by ^reflection:class, ^reflection:base
1549:
1550: * src/classes/reflection.C: bugfix: code junction should not be
1551: returned by ^reflection:class, ^reflection:base
1552:
1553: * tests/: 323.html, 352.html, results/352.processed: no more
1554: exception for ^reflection:method[class;no-such-method] (related
1555: to feature #1087)
1556:
1557: * src/classes/reflection.C:
1558: ^reflection:method[class;no-such-method] : exception -> void
1559: (related to feature #1087)
1560:
1561: * src/include/pa_request.h: request::write_value added to allow
1562: write value without convertion (related to issue #1091)
1563:
1564: 2016-09-19 moko
1565:
1566: * src/main/pa_random.C: windows build fix
1567:
1568: * src/types/pa_vhash.h: warning war
1569:
1570: 2016-09-14 moko
1571:
1572: * tests/: 352.html, 552.html, results/352.processed,
1573: results/552.processed: test for ^reflection:method[] extension
1574: added (related to feature #1087)
1575:
1576: * tests/: 552.html, results/552.processed: test for
1577: ^reflection:method[] extension added (related to feature #1087)
1578:
1579: * src/classes/reflection.C: compatibility issue fixed, VClass
1580: dynamic_cast check added (related to feature #1087)
1581:
1582: * tests/: 351.html, results/351.processed: test for @auto[]
1583: inheritance bug diring ^process[] added (related to bug #1088)
1584:
1585: * src/: classes/op.C, main/pa_request.C,
1586: types/pa_vstateless_class.C: set_method now checks for @auto[] to
1587: disable it inheritance during ^process (fixes bug #1088)
1588:
1589: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
1590: added (implements feature #1087)
1591:
1592: 2016-09-13 moko
1593:
1594: * tests/: 349.html, results/auto.p: test for objects prototyping
1595: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
1596: to feature #1086)
1597:
1598: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
1599: types/pa_vobject.C: objects now are not class instances, but have
1600: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
1601: in @conf (implements feature #1086)
1602:
1603: 2016-09-08 moko
1604:
1605: * src/: classes/file.C, classes/mail.C, classes/string.C,
1606: classes/table.C, main/pa_http.C, main/pa_string.C,
1607: include/pa_string.h: cleanup: string::split limit argument
1608: removed as no longer required, pos_after no longer reference
1609: (related to feature #11)
1610:
1611: * src/classes/table.C, tests/results/348.processed: now exception
1612: is rised when invalid option is passed to ^table::create[]
1613:
1614: * tests/: 282.cfg, 282.html, results/282.processed: more code
1615: coverage tests
1616:
1617: * tests/: 348.html, results/348.processed: code coverage tests
1618: added
1619:
1620: * tests/: 348.html, results/348.processed: generic ^table::create[]
1621: tests
1622:
1623: * tests/: 035.html, results/035.processed, results/272.processed:
1624: tests updated after $.encloser[] support for ^table::create
1625: implementation (related to feature #11)
1626:
1627: * src/classes/table.C: $.encloser[] support for ^table::create
1628: finally added (implements feature #11)
1629:
1630: 2016-09-07 moko
1631:
1632: * src/include/pa_string.h: added StringSplitHelper as friend
1633: (related to feature #11)
1634:
1635: * src/include/pa_string.h: body and langs now protected, not
1636: private to allow inheritance (related to feature #11)
1637:
1638: * src/classes/table.C: lsplit optimized before cloning for
1639: ^table::create with $.encloser[] (related to feature #11)
1640:
1641: * src/classes/table.C: optimizaion: TableControlChars.separators
1642: added and used (related to feature #11)
1643:
1644: * src/classes/table.C: spelling:
1645:
1646: TableSeparators -> TableControlChars column -> separator
1647: separators -> control_chars
1648:
1649: 2016-09-06 moko
1650:
1651: * src/main/pa_string.C: whitespace
1652:
1653: * src/main/pa_string.C: whitespace
1654:
1655: 2016-09-01 moko
1656:
1657: * tests/: 347-curl.html, results/347-curl.processed: to make tests
1658: results OS-independent
1659:
1660: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
1661: compiler (related to feature #1042)
1662:
1663: 2016-08-15 moko
1664:
1665: * src/include/pa_string.h: whitespace
1666:
1667: * src/classes/table.C: whitespace
1668:
1.106 moko 1669: 2016-08-05 moko
1670:
1671: * tests/: 344.html, results/344.processed: test for
1672: ^hash::create[$file] added (related to feature #1075)
1673:
1674: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
1675: supported (implements feature #1075)
1676:
1677: 2016-08-04 moko
1678:
1679: * tests/: 341.html, results/341.processed: more code coverage tests
1680:
1681: * tests/: 346-curl.html, results/346-curl.processed: more code
1682: coverage tests for curl
1683:
1684: * tests/: 346-curl.html, results/346-curl.processed: more code
1685: coverage tests for curl
1686:
1687: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
1688: results/223.processed: code coverage tests: $.form[ $.table[] ]
1689: test added
1690:
1691: * tests/: 223-curl.html, results/223-curl.processed: more code
1692: coverage tests for curl
1693:
1694: 2016-08-03 moko
1695:
1696: * src/classes/curl.C: dlink(curl_library) now called not once, but
1697: until it will be loaded, allowing to find existing library.
1698:
1699: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
1700: results/347-curl.processed: more code coverage tests for curl
1701:
1702: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
1703: results/339-curl.processed, results/346-curl.processed: curl
1704: functionality tests
1705:
1706: 2016-08-02 moko
1707:
1708: * tests/: 339.html, results/339.processed: test for tables in
1709: ^file:load[] and ^curl:load[] (commented) added (related to
1710: feature #1042)
1711:
1712: * tests/: 345.html, results/345.processed: code coverage tests for
1713: file class
1714:
1715: * tests/: 344.html, results/344.processed: code coverage tests
1716:
1717: * tests/: 344.html, results/344.processed: mdate removed from
1718: output
1719:
1720: * src/classes/file.C: minor bugfix: is_text should be taked from
1721: fcontent.is_text_mode() if not set (related to feature #1061)
1722:
1723: * tests/: 344.html, results/344.processed: more tests
1724:
1725: * tests/: 343.html, 344.html, results/343.processed,
1726: results/344.processed: tests for ^file::create[ $.from-charset
1727: and $.to-charset ] (related to feature #1061)
1728:
1729: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1730: aset_text_mode argument optimized
1731:
1732: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1733: checkBOM now used in detect_binary_content (related to feature
1734: #1061)
1735:
1736: * src/main/pa_request.C: load_charset no longer required to_upper
1737:
1738: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
1739: preserves original file mode (if no $.mode specified)
1740:
1741: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1742: ^file::create now supports $.from-charset[] and $.to-charset
1743: options (implements feature #1061), automatic transcode is done
1744: if text file is created from binary file and charset is detected.
1745:
1746: 2016-07-30 moko
1747:
1748: * src/classes/table.C: ^t.hash[..;] now supported (related to
1749: feature #1057)
1750:
1751: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
1752: added (related to feature #1057)
1753:
1754: * tests/: 286.html, results/286.processed: code tests coverage
1755:
1756: 2016-07-29 moko
1757:
1758: * src/classes/table.C: table size should be checked inside menu and
1759: foreach (related to feature #858)
1760:
1761: * src/: classes/curl.C, classes/file.C, classes/string.C,
1762: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1763: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
1764: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
1765: charsets.get now does str_upper inside (related to feature #1061)
1766:
1767: * tests/: 342.html, results/342.processed: more code coverage tests
1768:
1769: * tests/: 342.html, outputs/342.processed: table menu code coverage
1770: + foreach test added (related to feature #858)
1771:
1772: * tests/: 341.html, results/341.processed: tests for
1773: ^table.hash[]{code} added + code coverage tests (related to
1774: feature #1057)
1775:
1776: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
1777: value} support (implements feature #1057)
1778:
1779: * src/classes/table.C: whitespace
1780:
1781: 2016-07-28 moko
1782:
1783: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
1784: from URL, if not specified query string removed from url-based
1785: filenames in ^curl:load[] and ^file::load[] (related to feature
1786: #1042)
1787:
1788: 2016-07-27 moko
1789:
1790: * tests/: 340.html, results/340.processed: test for
1791: transcode_text_result=false added (related to issue #1042)
1792:
1793: 2016-07-26 moko
1794:
1795: * src/types/pa_vfile.C: file name should not be empty (if file path
1796: is folder and ends with /) (related to feature #1042)
1797:
1798: * src/main/pa_http.C: whitespace optimizaion
1799:
1800: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1801: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
1802: multiple headers, ^file::load supports headers transcoding
1803: (implements feature #1042)
1804:
1805: 2016-07-25 moko
1806:
1807: * src/include/pa_common.h: PA_DEFAULT added
1808:
1809: 2016-07-22 moko
1810:
1811: * tests/: 338.html, results/338.processed: test for
1812: $date.field(value) added (related to feature #1066)
1813:
1814: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
1815: $date.field(value) now supported for y/m/d/h/m/s (implements
1816: feature #1066)
1817:
1.105 moko 1818: 2016-07-21 moko
1819:
1820: * src/: classes/file.C, classes/image.C, include/pa_common.h,
1821: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
1822: arguments removed; image.C - absolute path shown in exception
1823: (implements feature #1071)
1824:
1825: * tests/: 235.html, results/235.processed: test and test result
1826: updated after static boundary in mail and Errors-To: mail header
1827: removed (related to feature #1047)
1828:
1829: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
1830: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
1831: used, static boundary in mail removed, Errors-To: mail header
1832: removed (implements feature #1047)
1833:
1834: 2016-07-20 moko
1835:
1836: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1837: equest.classes(): Value -> VStateless_class, part 3 (related to
1838: issue #1051)
1839:
1840: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
1841: request.classes(): Value -> VStateless_class, part 2 (related to
1842: issue #1051)
1843:
1844: * tests/results/: 224.processed, 323.processed: classes without
1845: methods should not be methoded (related to issue #1051)
1846:
1847: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
1848: main/compile_tools.h, main/pa_request.C: request.classes(): Value
1849: -> VStateless_class, part 1 (related to issue #1051)
1850:
1851: * tests/: 337.html, results/337.processed: test for
1852: ^reflection:fields_reference[] and VHashReference class added
1853: (related to feature #1072)
1854:
1855: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
1856: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
1857: and VHashReference added, allowing ^reflection:fields_reference[]
1858: implementation (closes feature #1072)
1859:
1860: 2016-07-19 moko
1861:
1862: * tests/: 323.html, results/323.processed: we want to see
1863: "methoded"
1864:
1865: * tests/: 336.html, results/336.processed: test for $BASE:property
1866: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
1867: #1059)
1868:
1869: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
1870: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
1871: somebody_entered_some_class, $BASE:property works again,
1872: ^BASE:method[] bugs fixed (fixes bug #1059)
1873:
1874: 2016-07-14 moko
1875:
1876: * tests/: 335.html, results/335.processed: test for feature #1055
1877: added
1878:
1879: * src/classes/hash.C: bugfix: $._default was not copied if empty
1880: feature: ^hash.contains[_default] added (implements feature
1881: #1055)
1882:
1883: 2016-07-13 moko
1884:
1885: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
1886: should not call @autouse (http://www.parser.ru/forum/?id=83480)
1887:
1888: 2016-07-05 moko
1889:
1890: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
1891: in ^hash.foreach (related to feature #1073)
1892:
1893: 2016-07-04 moko
1894:
1895: * tests/: 134.html, 281.html, results/134.processed,
1896: results/281.processed: tests updated after hash blocking removed
1897: (related to feature #1073)
1898:
1899: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
1900: no longer blocks on change during foreach (implements feature
1901: #1073)
1902:
1903: 2016-06-17 moko
1904:
1905: * tests/: 330.html, results/330.processed: try exception source
1906: test added (related to bug in #1062)
1907:
1908: * tests/: 334.html, results/334.processed: Exception stack trace
1909: test added (related to bug in $1062)
1910:
1911: * src/classes/op.C: Exception trace now correctly restored and
1912: errors reported (related to bug #1062)
1913:
1.104 moko 1914: 2016-05-25 moko
1915:
1916: * src/main/compile.y: minor cleanup + beauty
1917:
1918: 2016-05-24 moko
1919:
1920: * tests/: 333.html, results/333.processed: more exceptions testing
1921:
1922: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
1923: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
1924: features #1056, #1026)
1925:
1926: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
1927: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
1928: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
1929: (implements feature #1056)
1930:
1931: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
1932: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
1933: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
1934: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
1935: feature #1026)
1936:
1937: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
1938: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
1939: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
1940: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
1941: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
1942: feature #1026)
1943:
1944: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
1945: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
1946: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
1947: SYMBOLS_CACHING define implemented (related to feature #1026)
1948:
1949: * src/main/main.vcproj: + ps_symbols
1950:
1951: * src/: include/Makefile.am, include/pa_string.h,
1952: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
1953: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
1954: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1955: types/pa_vstateless_class.C: initial implementation for symbols
1956: cache (related to feature #1026)
1957:
1958: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
1959:
1960: * src/main/pa_globals.C: minor cleanup
1961:
1962: 2016-05-19 moko
1963:
1964: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
1965: (related to feature #1046)
1966:
1967: * tests/: 331.html, results/331.processed: test for
1968: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
1969: (related to feature #1051)
1970:
1971: * src/main/compile.y:
1972: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
1973: (implements feature #1054)
1974:
1975: 2016-05-18 moko
1976:
1977: * src/types/pa_vtable.C, tests/results/324.processed: no more
1978: "column not found" exception for ^table.no-such-method[] (related
1979: to feature #1046)
1980:
1981: * tests/: 261.html, results/261.processed: test added and updated
1982: after feature #1046 implementation
1983:
1984: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
1985: types/pa_vvoid.h: $string.anything works for whitespace strings,
1986: ^string.contains added for hash compatibility, $string.method no
1987: longer returns stting method (implements feature #1046)
1988:
1989: 2016-05-12 moko
1990:
1991: * src/classes/curl.C: content-type response header no longer
1992: ignored (fixes issue #1045)
1993:
1994: * tests/: 330.html, results/330.processed: test for incomplete
1995: finally execution when break occures added (related to issue
1996: #1077)
1997:
1998: * src/classes/op.C: bugfix: Request::skip reset is called before
1999: executing catch and finally code (fixes issue #1062)
2000:
2001: 2016-05-11 moko
2002:
2003: * tests/: 329.html, results/329.processed: test for invalid
2004: ^break[] behavour added (bug #1077)
2005:
2006: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
2007:
2008: 2016-04-24 moko
2009:
2010: * src/types/pa_vstateless_class.h: warning war
2011:
2012: 2016-04-17 moko
2013:
2014: * tests/: 328.html, results/328.processed: test for
2015: ^break(condition) and ^continue(condition) (related to feature
2016: #1063)
2017:
2018: * src/classes/op.C: ^break(condition) and ^continue(condition)
2019: implemented (feature #1063)
2020:
2021: 2016-04-12 moko
2022:
2023: * tests/results/280.processed: ordered hash now used for class
2024: methods and properties (test results updated for feature #1069)
2025:
2026: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
2027: to xdoc.C as under FreeBSD it was inited after and inheritance
2028: failed (related to issue #1051)
2029:
2030: * tests/: 320.html, results/320.processed: xdoc and xnode methods
2031: are printed to check inheritance (related to feature #1051)
2032:
1.103 moko 2033: 2016-04-09 moko
2034:
2035: * tests/results/320.processed: ordered hash now used for class
2036: methods and properties (test results updated for feature #1069)
2037:
2038: * src/types/pa_vstateless_class.h: ordered hash now used for class
2039: methods and properties (implements feature #1069)
2040:
2041: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
2042: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
2043: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
2044: feature #1051)
2045:
2046: 2016-04-07 moko
2047:
2048: * src/main/execute.C: returned Value in .CLASS case for VJunction
2049: (related to feature #1051)
2050:
2051: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
2052: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
2053: string constants deduplication (related to feature #1051)
2054:
2055: * tests/results/224.processed: test result updated (related to
2056: feature #1051)
2057:
2058: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
2059: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
2060: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
2061: types/pa_vstatus.h: classes hash now contains only
2062: VStateless_class derived objects, .CLASS is also allways
2063: VStateless_class derived object (related to feature #1051).
2064:
2065: 2016-04-06 moko
2066:
2067: * tests/results/323.processed: test result updated after feature
2068: #1051 implementation
2069:
2070: * src/: classes/classes.h, classes/op.C, classes/response.C,
2071: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2072: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
2073: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
2074: types/pa_vresponse.C, types/pa_vresponse.h,
2075: types/pa_vstateless_class.h: base -> methoded_donor for static
2076: classes, type() moved from VStateless_class to VClass and
2077: Methoded (implements feature #1051)
2078:
2079: 2016-04-04 moko
2080:
2081: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
2082: beauty: put_class added (related to feature #1051)
2083:
2084: 2016-04-01 moko
2085:
2086: * tests/results/: 175.processed, 192.processed, 224.processed,
2087: 229.processed, 244.processed, 246.processed, 316.processed: test
2088: results updated as class.type() removed from error messages, only
2089: type() left (related to feature #1051)
2090:
2091: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
2092: classes/op.C, classes/reflection.C, main/compile.y,
2093: main/compile_tools.h, main/execute.C, main/pa_request.C,
2094: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
2095: types/pa_vmethod_frame.h, types/pa_vobject.h,
2096: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
2097: from VStateless_class, type() is used instead (related to feature
2098: #1051)
2099:
2100: * src/classes/mail.C: old logic restored.
2101:
2102: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2103: classes/classes.h, classes/curl.C, classes/date.C,
2104: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2105: classes/hashfile.C, classes/image.C, classes/inet.C,
2106: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2107: classes/memcached.C, classes/memory.C, classes/reflection.C,
2108: classes/regex.C, classes/response.C, classes/string.C,
2109: classes/table.C, classes/xdoc.C, classes/xnode.C,
2110: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
2111: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
2112: feature #1051)
2113:
2114: 2016-03-30 moko
2115:
2116: * tests/: 327.html, results/224.processed, results/327.processed:
2117: test for TZ specification in ^date::create[], TZ is kept during
2118: ^date::create[$dt] (related to feature #1048)
2119:
2120: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
2121: ^date::create[], TZ is kept during ^date::create[$dt] (implements
2122: feature #1048)
2123:
2124: 2016-03-29 moko
2125:
2126: * tests/: 315.html, results/315.processed: test for timezone format
2127: +HHmm added (related to feature #1065)
2128:
2129: * src/classes/date.C: timezone format +HHmm now supported
2130: (implements feature #1065)
2131:
2132: 2016-03-28 moko
2133:
2134: * tests/: 202.html, results/131.processed, results/202.processed,
2135: results/224.processed, results/256.processed,
2136: results/315.processed: test results updated after %.2d now
2137: default for hours offset in iso-string (was %2d), test for
2138: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2139: added (related to feature #1065)
2140:
2141: 2016-03-27 moko
2142:
2143: * src/types/pa_vdate.C: '+' sign for zero offset (related to
2144: feature #1065)
2145:
2146: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2147: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2148: added (implements feature #1065)
2149:
2150: 2016-03-24 moko
2151:
2152: * tests/: 202.html, results/202.processed: test $date.week added
2153: (related to bug #1067)
2154:
2155: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
2156: date (fix for bug #1067)
2157:
2158: 2016-03-10 moko
2159:
2160: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
2161:
1.102 moko 2162: 2015-12-07 moko
2163:
2164: * tests/: 326.html, results/326.processed: test for .CLASS &
2165: .CLASS_NAME optimization added (related to feature #844)
2166:
2167: 2015-11-17 moko
2168:
2169: * tests/: 323.html, results/323.processed: order added
2170:
2171: * tests/: 325.html, results/325.processed: double range test added
2172: (related to bug #1049)
2173:
2174: 2015-11-16 moko
2175:
2176: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
2177: added to disallow NaN and Infinity (fixes bug #1049)
2178:
2179: 2015-11-11 moko
2180:
2181: * tests/324.html: parser 3.4.3 execution support added (related to
2182: feature #1017)
2183:
2184: * tests/: 324.html, results/324.processed: test for
2185: GET_ELEMENT4CALL feature added (feature #1017)
2186:
1.101 moko 2187: 2015-10-29 moko
2188:
2189: * operators.txt: updated for 3.4.4
2190:
2191: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
2192:
2193: * src/main/pa_exec.C: get_exit_status implemented for Windows
2194: (related to bug #1043)
2195:
2196: 2015-10-28 moko
2197:
2198: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
2199: hangup during ^file::exec (fixes bug #1043)
2200:
1.100 moko 2201: 2015-10-27 moko
2202:
2203: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
2204:
1.99 moko 2205: 2015-10-26 moko
2206:
1.100 moko 2207: * tests/322.html, src/classes/reflection.C: arguments reorder
2208: (related to issue #1041)
2209:
2210: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
2211: Copyright year updated
2212:
1.99 moko 2213: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
2214: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
2215: classes/form.C, classes/hash.C, classes/hashfile.C,
2216: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
2217: classes/mail.C, classes/math.C, classes/memcached.C,
2218: classes/memory.C, classes/op.C, classes/reflection.C,
2219: classes/regex.C, classes/response.C, classes/string.C,
2220: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
2221: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
2222: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2223: include/pa_config_fixed.h, include/pa_config_includes.h,
2224: include/pa_dictionary.h, include/pa_dir.h,
2225: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2226: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2227: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2228: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2229: include/pa_request_charsets.h, include/pa_request_info.h,
2230: include/pa_sapi.h, include/pa_socks.h,
2231: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2232: include/pa_stack.h, include/pa_string.h,
2233: include/pa_stylesheet_connection.h,
2234: include/pa_stylesheet_manager.h, include/pa_table.h,
2235: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
2236: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
2237: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
2238: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
2239: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
2240: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
2241: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
2242: main/compile.y, main/compile_tools.C, main/compile_tools.h,
2243: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
2244: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
2245: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
2246: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
2247: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2248: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2249: main/pa_string.C, main/pa_stylesheet_connection.C,
2250: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
2251: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
2252: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
2253: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
2254: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
2255: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
2256: targets/isapi/parser3isapi.C, types/pa_junction.h,
2257: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2258: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
2259: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
2260: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
2261: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
2262: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
2263: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
2264: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
2265: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
2266: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
2267: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
2268: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
2269: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2270: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2271: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2272: types/pa_vresponse.C, types/pa_vresponse.h,
2273: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2274: types/pa_vstateless_object.h, types/pa_vstatus.C,
2275: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2276: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2277: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2278: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2279: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2280:
2281: * src/targets/cgi/parser3.C: year updated
2282:
2283: * src/classes/reflection.C: VS2003 compatibility fixed (related to
2284: issue #1041)
2285:
2286: * tests/: 323.html, results/323.processed: test for base classes
2287: added
2288:
2289: * tests/: 261.html, results/261.processed: updated after better
2290: error reporting done for $string.key exception
2291:
2292: * src/types/pa_vstring.h: better error report for $string.key
2293: exception
2294:
2295: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
2296: copied as VObject::get_element4call to remove extra virtual call
2297:
2298: * tests/: 322.html, results/322.processed: test for
2299: ^reflection:is[] added (related to feature #1041)
2300:
2301: * src/classes/reflection.C: ^reflection:is empty value is void
2302: (related to feature #1041)
2303:
2304: * src/classes/reflection.C:
2305: ^reflection:is[class_name|code|method;[context;]element_name]
2306: added (implements feature #1041)
2307:
2308: 2015-10-24 moko
2309:
2310: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
2311:
1.98 moko 2312: 2015-10-22 moko
2313:
2314: * tests/: 321.html, results/321.processed: test for
2315: ^reflection:method_info[] file detection added
2316:
2317: * tests/: 320.html, results/320.processed: test for
2318: ^reflection:class_by_name[class_name] added (related to feature
2319: #993)
2320:
2321: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
2322: added (implements feature #993)
2323:
2324: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
2325: (related to feature #1017)
2326:
2327: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
2328: added (related to issue #1039)
2329:
2330: * src/main/pa_request.C: ^throw origin fixed (related to feature
2331: #1039)
2332:
2333: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
2334: for VDate
2335:
2336: * tests/results/182.processed: updated after feature #1038
2337: implemented
2338:
2339: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
2340: compile-time exception origin added (test for feature #1039)
2341:
2342: * src/: include/pa_request.h, main/compile.C, main/compile.y,
2343: main/pa_request.C: exception unification: compile-time exceptions
2344: now have origin, @USE origins also tracked (implements feature
2345: #1039)
2346:
2347: 2015-10-20 moko
2348:
2349: * src/main/pa_request.C: cleanup
2350:
2351: 2015-10-15 moko
2352:
2353: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
2354:
2355: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
2356: types/pa_vtable.C: new feature: no more $table.method and
2357: $hash.method, aliases for _at, _count, _key (related to feature
2358: #1017)
2359:
1.97 moko 2360: 2015-10-14 moko
2361:
1.98 moko 2362: * tests/: 317.html, results/317.processed: test for
2363: ^string.unescape[] added (related to feature #120)
2364:
1.97 moko 2365: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
2366: defined" bug (described in issue #1036)
2367:
2368: * tests/: 247.html, results/247.processed: test for checkBOM added
2369: (test for bug #1037)
2370:
2371: * src/: include/pa_charsets.h, main/pa_charsets.C,
2372: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
2373: it's not enforced, skips BOM signature if it complies charset
2374: (fixes bug #1037)
2375:
2376: 2015-10-13 moko
2377:
2378: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
2379: linking
2380:
2381: * src/classes/inet.C: vs2003 compilation fix
2382:
2383: * src/classes/math.C: warning war
2384:
2385: * src/lib/punycode/pa_punycode.c: warning war
2386:
2387: 2015-10-12 moko
2388:
2389: * src/lib/punycode/pa_punycode.c: warning war
2390:
2391: * parser3.sln: moved parser3 first, to make it default startup
2392: project
2393:
2394: * buildall: parser "mirror" now used for external libs sources
2395: (implements feature #1036)
2396:
2397: * buildall: most external libs are updated to their current
2398: versions (related to feature #1036)
2399:
2400: * src/classes/image.C: more tags added
2401:
2402: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
2403:
2404: 2015-10-11 moko
2405:
2406: * src/classes/curl.C: minor optimization (related to feature #1035)
2407:
2408: 2015-10-09 moko
2409:
2410: * src/classes/curl.C: pa_strdup added for strings from curl
2411: (related to feature #1035)
2412:
2413: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
2414: ULLONG_MAX definition
2415:
2416: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
2417: (implements feature #1035)
2418:
2419: * src/main/pa_charset.C: String::Body(String::C) used
2420:
2421: * src/main/pa_charset.C: exceptions unified
2422:
2423: * src/: include/pa_charset.h, main/pa_charset.C: declarations
2424: unified
2425:
2426: * src/: classes/file.C, classes/image.C, classes/mail.C,
2427: classes/op.C, classes/xdoc.C, classes/xnode.C,
2428: include/pa_string.h, main/pa_request.C, main/pa_string.C,
2429: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
2430: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
2431: String::Body(String::C) constructor added (related to bug #957)
2432:
2433: * src/classes/file.C: minor optimization
2434:
2435: * src/include/pa_hash.h: hash.get(char*) added, to minimize
2436: Cord(char*) autocreation (related to bug #957)
2437:
2438: * src/: classes/string.C, main/untaint.C: minor optimizations
2439:
2440: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
2441: String(char*, Lang, length) removed, String(C(), Lang) used
2442: instead (related to bug #957)
2443:
2444: 2015-10-08 moko
2445:
2446: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
2447: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
2448: main/untaint.C: Now char * is converted to CORD only using
2449: AS_CORD() to check for empty cord bug (fixes bug #957)
2450:
2451: * src/include/pa_hash.h: fixed compilation without
2452: HASH_CODE_CACHING
2453:
2454: * src/classes/string.C:
2455: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
2456: feature #120)
2457:
2458: * src/main/pa_common.C: reduce js flags checks count (related to
2459: feature #120)
2460:
1.96 moko 2461: 2015-10-07 moko
2462:
2463: * tests/: 275.html, results/275.processed: test modified after
2464: unsigned long long int support implemented (feature #1034)
2465:
2466: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
2467: pa_atoul added for unsigned long long int support
2468:
2469: 2015-10-06 moko
2470:
2471: * src/types/pa_vdate.C: INT_MAX used
2472:
2473: 2015-10-03 moko
2474:
2475: * tests/: 302.html, results/302.processed: test for bug #1023
2476: (\u2028, \u2029 escaping) added
2477:
2478: * src/main/untaint.C: \u2028, \u2029 are now escaped in
2479: json:string[] (fixes bug #1023)
2480:
2481: 2015-09-29 moko
2482:
2483: * tests/305.html: try-catch added for OS without ipv6 support
2484:
2485: * src/lib/json/pa_json.C: more unique prefixes for Solaris
2486: compilation
2487:
2488: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
2489: main/execute.C, types/pa_value.h, types/pa_vhash.h,
2490: types/pa_vtable.C, types/pa_vtable.h: get_element4call
2491: implemented to distinguish ^hash.method from $hash.field
2492: (implements feature #1017)
2493:
2494: * src/lib/punycode/pa_punycode.c: warning war
2495:
2496: * src/include/pa_config_includes.h: warning war
2497:
2498: * src/include/pa_config_includes.h: pragma warning actualized a bit
2499:
2500: * src/include/pa_config_includes.h: warning war
2501:
2502: * src/include/pa_hash.h: clang compilation fix
2503:
2504: 2015-09-27 moko
2505:
2506: * src/main/compile.tab.C: Bison 3 is now default
2507:
2508: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
2509:
2510: 2015-09-25 moko
2511:
2512: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
2513: works with undefined HASH_ORDER (related to feature #196)
2514:
2515: 2015-09-24 moko
2516:
2517: * tests/: 027.html, results/027.processed: test modified to test
2518: ^hash.sort (feature #196)
2519:
2520: * src/: classes/hash.C, include/pa_hash.h:
2521: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
2522: added (implements feature #196)
2523:
2524: * tests/: 316.html, results/316.processed: Added test for bug #1025
2525: (exception handling in non-cached ^cache), plus for "it does not
2526: have logical value" and "$exception.handled value must be either
2527: boolean or string 'cache'" exceptions.
2528:
2529: * src/classes/op.C: ^cache: exceptions now handled in non-cached
2530: code (fixes bug #1025)
2531:
1.95 moko 2532: 2015-09-23 moko
2533:
2534: * src/classes/table.C: warning war
2535:
2536: * src/: classes/math.C, types/pa_vcookie.C: warning war
2537:
2538: * src/classes/file.C: warning war
2539:
2540: * src/: include/pa_table.h, main/pa_table.C: warning war
2541:
2542: * src/: main/pa_request.C, classes/date.C: warning war
2543:
2544: * src/: types/pa_vdate.C, classes/op.C: warning war
2545:
2546: * tests/: 122.html, results/122.processed: win sync: to remove
2547: differences with OS that doesn't keep timezone change history
2548:
2549: * src/types/pa_vdate.C: tzset() should be called in Windows after
2550: TZ change (related to feature #36)
2551:
2552: * tests/: 075.html, results/075.processed: win sync: to remove
2553: differences with OS that doesn't keep timezone change history
2554:
2555: * tests/: 315.html, results/315.processed: win sync: to remove
2556: differences with OS that doesn't keep timezone change history
2557:
2558: * tests/: 256.html, results/256.processed: win sync: to remove
2559: differences with OS that doesn't keep timezone change history
2560:
2561: * tests/: 124.html, results/124.processed: win results sync: to
2562: avoid hitting time change hole.
2563:
2564: * src/types/pa_vdate.C: static returned. :)
2565:
2566: 2015-09-22 moko
2567:
2568: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
2569:
2570: * tests/results/131.processed: more tests for feature #1032
2571:
2572: * src/classes/date.C: minor fix related to feature #1032
2573:
2574: * operators.txt: ISO date creation documented (related to feature
2575: #1032)
2576:
2577: * operators.txt: iso-string documented (related to feature #1032)
2578:
2579: * tests/: 315.html, results/315.processed: more tests added
2580: (related to feature #1032)
2581:
2582: * tests/: 131.html, results/131.processed: date range checks
2583: updated (related to feature #36)
2584:
2585: * tests/: 315.html, results/057.processed, results/315.processed:
2586: test added for ISO date support (related to issue #315)
2587:
2588: * src/classes/date.C: more readable exceptions in date creation
2589: (related to ticket #1032)
2590:
2591: 2015-09-18 moko
2592:
2593: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
2594: added (related to issue #1032)
2595:
2596: * tests/results/256.processed, src/classes/json.C: iso-string
2597: documented (related to issue #1032)
2598:
2599: * tests/: 256.html, results/256.processed: ISO date check added
2600: (related to issue #1032)
2601:
2602: * tests/: 057.html, results/057.processed, results/224.processed:
2603: tests results updated after ISO date support implemented (related
2604: to feature #1032)
2605:
2606: * src/: classes/date.C, classes/image.C, types/pa_value.h,
2607: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
2608: ^date::create[string] constructor formalized, ^date.iso-string[]
2609: added (implements feature #1032)
2610:
2611: 2015-09-05 moko
2612:
2613: * operators.txt: actualized
2614:
2615: * operators.txt: date changes documented (related to ticket #36)
2616:
2617: 2015-09-04 moko
2618:
2619: * src/types/pa_vdate.C: warning war
2620:
2621: * src/: classes/op.C, types/pa_vhashfile.C: warning war
2622:
2623: 2015-09-03 moko
2624:
2625: * tests/results/096.processed: test result updated for 0..9999 year
2626: date range support (related to feature #36)
2627:
2628: * tests/: 314.html, results/314.processed: test for
2629: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
2630: bug #1031)
2631:
2632: * src/classes/string.C: Static calls fixed for ^string:base64[],
2633: ^string:idna[], ^string:js-escape[] (closes bug #1031)
2634:
1.116 moko 2635: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
2636: configure.in -> configure.ac
1.95 moko 2637:
1.116 moko 2638: * configure, configure.in, src/include/pa_config_auto.h.in: more
2639: correct timezone check for FreeBSD Warning war: configure.in ->
2640: configure.ac
1.95 moko 2641:
2642: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 2643: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
2644: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
2645: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
2646: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
2647: src/main/Makefile.am, src/targets/apache/Makefile.am,
2648: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 2649: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
2650: check added
2651:
2652: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
2653:
2654: * tests/results/: 124.processed, 224.processed: test resuls updated
2655: for new date implementation (related to feature #36)
2656:
2657: * src/: classes/date.C, classes/image.C, include/pa_common.h,
2658: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
2659: types/pa_vdate.h: new double date implementation with internal
2660: support for extended 0..9999 year range, default timezone support
2661: (related to feature #36)
2662:
2663: 2015-08-28 moko
2664:
2665: * src/types/pa_vmail.C: fixed $mail:received.date calculations
2666: (fixes bug #1030)
2667:
2668: 2015-08-21 moko
2669:
2670: * src/classes/inet.C: snprintf size "bug" commented
2671:
2672: * src/main/pa_common.C: snprintf comments updated
2673:
2674: 2015-08-16 moko
2675:
2676: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
2677:
2678: 2015-08-11 moko
2679:
2680: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
2681: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
2682: can be null (fixes bug #1029)
2683:
2684: 2015-08-06 moko
2685:
1.116 moko 2686: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
2687: pa_vdate.C added
1.95 moko 2688:
2689: 2015-08-05 moko
2690:
2691: * tests/: 313.html, results/313.processed: test for
2692: ^table.count[columns] and ^table.flip[] with nameless tables
2693: (feature #1003)
2694:
2695: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2696: max_cell added, now ^table.count[columns] and ^table.flip[] works
2697: correctly for nameless tables (implements feature #1003)
2698:
2699: 2015-08-03 moko
2700:
2701: * tests/312.html: test for ^table.append[$hash] and
2702: ^table.insert[$hash] added (related to feature #1028)
2703:
2704: * src/classes/table.C: ^table.append[$hash] and
2705: ^table.insert[$hash] now supported (implements feature #1028)
2706:
2707: * tests/: 312.html, results/312.processed: test row copy in
2708: ^table.hash[; $.type[table] ] added (related to feature #1016)
2709:
2710: * src/classes/table.C: row copy now created in ^table.hash[;
2711: $.type[table] ] (related to feature #1016)
2712:
2713: 2015-07-29 moko
2714:
2715: * tests/: 312.html, results/312.processed: test for ^table.delete[]
2716: added (related to feature #1016)
2717:
2718: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2719: ^table.delete[] added to delete current row (related to feature
2720: 1016)
2721:
2722: 2015-07-28 moko
2723:
2724: * tests/: 312.html, results/312.processed: test for
2725: $table.column[value] and ^table.insert{row} (related to feature
2726: #1016)
2727:
2728: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
2729: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
2730: ^table.insert{row} are now implemented (feature #1016)
2731:
2732: * src/include/pa_array.h: Optimization: bool reverse removed from
2733: append(), insert() added, memmove arguments order in remove()
2734: fixed (related to feature #1016)
2735:
2736: 2015-07-23 moko
2737:
2738: * src/classes/json.C: tainted json and empty json exception added
2739: (implements feature #1015)
2740:
2741: * tests/: 311.html, results/311.processed: empty json and tainted
2742: json exception test added (related to issue #1015)
2743:
2744: 2015-07-22 moko
2745:
2746: * tests/: 311.html, results/311.processed: test for UTF-8
2747: processing added
2748:
2749: * tests/: 311.html, results/311.processed: test for
2750: json_exception_with_source added (related to issue #394)
2751:
2752: * src/classes/json.C: json_exception_with_source added (implements
2753: feature #394)
2754:
2755: 2015-06-29 moko
2756:
2757: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
2758: directories are now correctly determined if _d_type == DT_UNKNOWN
2759: (closes bug #1027)
2760:
2761: 2015-06-10 moko
2762:
2763: * src/types/pa_vxnode.h: extern "C" not requred and causes build
2764: error if libxml has LIBXML_ICU_ENABLED.
2765:
2766: 2015-06-04 moko
2767:
2768: * tests/099.html: ups, reverting
2769:
2770: * tests/: 099.html, 309.html, 310.html, results/309.processed,
2771: results/310.processed: tests for $response:body[ $.file[] ] and
2772: $response:last-modified added
2773:
2774: * src/main/pa_request.C: last-modified check fixed
2775:
2776: 2015-06-03 moko
2777:
2778: * tests/: 204.html, 205.html, 293.html, results/204.processed,
2779: results/205.processed, results/293.processed: $response:headers
2780: logging added (tests for feature #1007)
2781:
2782: * src/: include/pa_common.h, include/pa_request.h,
2783: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
2784: $response:headers are now in uppercase (closes feature #1007)
2785:
2786: 2015-06-02 moko
2787:
2788: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
2789: build errors reverted for clang compatibility
2790:
2791: 2015-06-01 moko
2792:
2793: * src/include/pa_memory.h: -pedantic build errors fixed
2794:
2795: * src/classes/math.C: -pedantic build error fixed
2796:
2797: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
2798:
2799: 2015-05-31 moko
2800:
2801: * src/classes/table.C: USE_STRINGSTREAM optimized
2802:
2803: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
2804: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
2805: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
2806: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
2807: types/pa_vxnode.h: warning war (-pedantic flag)
2808:
2809: 2015-05-28 moko
2810:
2811: * tests/: 308.html, results/308.processed: test for
2812: ^table::create[$t;], etc work added (related to bug #975)
2813:
2814: * src/classes/table.C: check_option_param removed,
2815: ^table::create[$t;], etc now works (fixes bug #975)
2816:
2817: 2015-05-27 moko
2818:
2819: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
2820: (Debian jessie) fixed (closes issue #1024)
2821:
2822: * tests/Makefile: sort added as in Debian jessie list become
2823: unsorted
2824:
2825: 2015-05-18 moko
2826:
2827: * tests/: 201.html, results/201.processed: test for
2828: ^string.trim[what] feature #1022
2829:
2830: * src/classes/string.C: ^string.trim[what] now supported,
2831: implements feature #1022
2832:
2833: 2015-05-17 moko
2834:
2835: * tests/results/185.processed: test result updated as feature #1021
2836: implemented (left/right accept negative parameter)
2837:
2838: * src/classes/string.C: left/right now accept negative parameter
2839: (implements feature #1021)
2840:
2841: 2015-05-08 moko
2842:
2843: * src/classes/math.C: isalnum -> pa_isalnum
2844:
2845: * src/main/execute.C: optimization in getter-junction processing
2846: (related to issue #997)
2847:
2848: 2015-05-07 moko
2849:
2850: * tests/: 307.html, results/307.processed: test for issue #997
2851: added
2852:
2853: * src/main/execute.C: process_getter result now checked if junction
2854: returned (closes issue #997)
2855:
2856: * tests/: 305.html, results/305.processed: sort added to ignore
2857: different order
2858:
2859: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
2860: assignment (closes issue #994)
2861:
2862: * tests/: 306.html, results/306.processed: test for issue #994
2863: added
2864:
2865: * tests/: 303.html, results/303.processed: two more errors tested
2866:
2867: 2015-05-06 moko
2868:
2869: * tests/: 305.html, results/305.processed: test for name2ip &
2870: ip2name added (related to feature #992)
2871:
2872: * tests/: 303.html, 304.html, results/303.processed,
2873: results/304.processed: tests for idna conversion added (related
2874: to issue #849)
2875:
2876: 2015-05-02 moko
2877:
2878: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
2879: implemented
2880:
2881: 2015-04-30 moko
2882:
2883: * src/main/pa_http.C: idna_host added, related to issue #849
2884:
2885: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
2886: (related to issue #849)
2887:
2888: 2015-04-24 moko
2889:
2890: * src/types/pa_vjunction.C: warning war
2891:
2892: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
2893: unification
2894:
2895: * src/lib/punycode/pa_idna.c: warning war
2896:
2897: 2015-04-22 moko
2898:
2899: * src/main/main.vcproj: punycode include path added
2900:
2901: * src/lib/punycode/pa_idna.c: windows compile error fixed
2902:
2903: * src/lib/punycode/pa_idna.c: warning war
2904:
2905: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
2906: project file added
2907:
2908: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
2909:
2910: * src/include/pa_memory.h: warning war
2911:
2912: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
2913: ^string:idna[xn--...], ^string.idna[] - idna conversion support
2914: implemented (related to feature #849)
2915:
2916: * configure.in, src/main/Makefile.am,
2917: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
2918: libpunycode added in Unix
2919:
2920: 2015-04-21 moko
2921:
2922: * configure.in: large files support
2923:
2924: 2015-04-15 moko
2925:
2926: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
2927: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
2928: pa_punycode.h: initial version for punycode/idna support library
2929: (ticket #849)
2930:
2931: 2015-04-08 moko
2932:
2933: * src/: classes/curl.C, classes/date.C, classes/file.C,
2934: classes/image.C, classes/mail.C, classes/reflection.C,
2935: classes/string.C, classes/xnode.C, include/pa_request.h,
2936: include/pa_string.h, include/pa_stylesheet_connection.h,
2937: main/compile.y, main/compile_tools.h, main/execute.C,
2938: main/pa_common.C, main/pa_request.C, main/pa_string.C,
2939: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
2940: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
2941: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
2942: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
2943: clang compiler warnings (closes issue #1018)
2944:
2945: * src/include/pa_string.h: String::Body comparation operators with
2946: char * added (related to issue #958)
2947:
2948: 2015-04-07 moko
2949:
2950: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
2951: pa_malloc/pa_free to remove system malloc/free usage (related to
2952: issue #1018)
2953:
2954: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
2955: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
2956: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
2957: main/pa_http.C, main/pa_request.C, main/pa_string.C,
2958: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
2959: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
2960: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
2961: malloc/strdup/free replaced with pa_ version and checks for
2962: accidental use of non-pa_ version added (related to issue #1018)
2963:
2964: 2015-04-03 moko
2965:
2966: * buildall: pcre-8.33 -> pcre-8.36
2967:
2968: * src/: main/compile.y, classes/form.C, classes/mail.C,
2969: classes/op.C, classes/string.C, main/compile.tab.C,
2970: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
2971: main/pa_sql_driver_manager.C, types/pa_vfile.C,
2972: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
2973: ticket #958)
2974:
2975: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
2976: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2977: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2978: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
2979: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
2980: $request:headers, $request:method added (implements feature
2981: #1007)
2982:
2983: 2015-03-17 misha
2984:
2985: * tests/302.html: - test for
2986: ^json:string[...;$._default[method-name]]
2987:
2988: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
2989: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
2990: option $._default[method-name] is specified in ^json:string[], a
2991: method with specified name will be called for classes/objects
2992: serialization ( new feature: #982 )
2993:
2994: 2015-03-16 misha
2995:
2996: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
2997: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
2998: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
2999: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
3000: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
3001: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
3002: types/pa_vmemory.h, types/pa_vmethod_frame.C,
3003: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
3004: types/pa_vrequest.h, types/pa_vstateless_class.C,
3005: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3006: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
3007: $var.CLASS_NAME now have special opcodes. This can be switched
3008: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
3009: on pa_opcode.h ( new feature: #844 )
3010:
3011: 2015-03-15 misha
3012:
3013: * tests/075.html: - test for $response:header[]
3014:
3015: * src/types/pa_vresponse.C: - $response:header[] deletes header
3016: that was set earlie ( new feature: #1001 )
3017:
3018: 2015-03-12 misha
3019:
3020: * tests/246.html: - more tests for ^hash._at[]
3021:
3022: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
3023: accepts second param [key|value|hash] ( new feature: #1012 )
3024:
3025: 2015-03-09 moko
3026:
3027: * src/types/pa_vmail.C: exception for everything but
3028: $mail:received, closes issue #1011
3029:
3030: 2015-02-20 moko
3031:
3032: * tests/: 275.html, results/275.processed: hex detection in
3033: pa_atoui fix test (closes issue #1010)
3034:
3035: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
3036: issue #1010)
3037:
3038: 2015-02-17 moko
3039:
3040: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
3041: tainted.
3042:
3043: 2015-02-03 misha
3044:
3045: * tests/301.html: - test for ^json:string($double) causes
3046: exception. bugfix: #1008
3047:
3048: * src/classes/json.C: - ^json:string($double) causes exception.
3049: bugfix: #1008
3050:
3051: * tests/014.html: - updated for work with ^hash.delete[]
3052:
3053: 2015-01-12 misha
3054:
3055: * src/: classes/form.C, include/pa_common.h,
3056: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
3057: types/pa_vform.h: - supports body with PUT method as well ( new
3058: feature: #1006 )
3059:
3060: * src/classes/file.C: - warnings war
3061:
3062: 2015-01-11 misha
3063:
3064: * tests/300.html: - test for ^hash.delete[] is added
3065:
3066: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
3067: feature: #989 ) - tiny optimization in intersects
3068:
3069: 2015-01-06 moko
3070:
3071: * src/types/pa_vmail.C: file names transcode added, to and cc added
3072: with transcode, attachments detection fixed
3073:
3074: * src/main/pa_request.C: filling mail received after cgi/auto.p
3075: load to allow charset switch (related to issue #996)
3076:
3077: 2014-12-31 moko
3078:
3079: * src/types/pa_vmail.C: from and subject now transcoded if not
3080: UTF-8 source charset (fixes issue 996)
3081:
3082: * src/main/pa_exception.C: fixed string from stack bug (closes
3083: issue #1000)
3084:
3085: 2014-12-11 misha
3086:
3087: * src/types/pa_vhashfile.C: - check if key is not empty before
3088: access ( bug fix: #1005 )
3089:
3090: 2014-11-13 misha
3091:
3092: * src/main/compile.y: - PC.append does not reset to false while
3093: creating a new class. bugfix: #990
3094:
3095: * tests/299.html: - test for creation class after working with
3096: partial class (create+append)
3097:
3098: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
3099: #995
3100:
3101: * tests/232.html: - test for @get[def] added
3102:
3103: 2014-10-12 moko
3104:
3105: * src/lib/pcre/pcre_internal.vcproj: correct path
3106:
3107: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3108: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
3109: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
3110: targets/apache/ApacheModuleParser3.vcproj,
3111: targets/apache/ApacheModuleParser3Core.vcproj,
3112: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3113: types/types.vcproj: project GUID inserted in *.vcproj for correct
3114: conversion in newer VS versions
3115:
3116: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
3117: pcre_internal.vcproj added
3118:
3119: 2014-08-28 moko
3120:
3121: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
3122: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
3123: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
3124:
3125: 2014-06-30 misha
3126:
3127: * tests/298.html: - tests for ^reflection:def[class;className]
3128: added
3129:
3130: * src/classes/reflection.C: - ^reflection:def[class;className]
3131: added ( new feature: #918 )
3132:
3133: 2014-06-29 misha
3134:
3135: * src/classes/table.C: - ^table::create[unsupported data] -
3136: exception comment changed to "body must be table or code" ( bug
3137: fix: #951 )
3138:
3139: * tests/: 261.html, results/261.processed: - tests for
3140: ^json:string[...;$.void[null|string]] added
3141:
3142: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
3143: option $.void[string|null] added to ^json:string[...] ( new
3144: feature: #952 )
3145:
3146: 2014-06-28 moko
3147:
3148: * src/classes/curl.C: $.charset now processed before other curl
3149: options (closes issue #980)
3150:
3151: 2014-05-23 misha
3152:
3153: * src/classes/json.C: - bug fix: #987
3154:
3155: 2014-05-04 misha
3156:
3157: * tests/: 253.html, 253_json.txt: - test for
3158: ^json:parse[$.int(false)] is added
3159:
3160: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
3161: default true). The option is similar to $.double(bool) but for
3162: integers.
3163:
3164: 2014-05-01 moko
3165:
3166: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
3167: #12 )
3168:
3169: 2014-04-16 moko
3170:
3171: * src/main/pa_http.C: response-charset option should finally work
3172: now (fix for issue #867)
3173:
3174: * src/main/pa_http.C: response-charset option should work now (fix
3175: for issue #867)
3176:
3177: 2014-03-07 moko
3178:
3179: * buildall: libgc moved
3180:
3181: * buildall: libgc moved
3182:
3183: 2013-12-29 moko
3184:
3185: * src/classes/string.C: ^string:js-unescape result now tainted,
3186: closes issue #966
3187:
3188: * tests/: 186.html, results/186.processed: ^string:js-unescape
3189: result now tainted, issue #966
3190:
3191: 2013-12-03 moko
3192:
3193: * src/: classes/memcached.C, types/pa_vmemcached.C,
3194: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
3195: option was added for http://www.parser.ru/forum/?id=79343
3196:
3197: * src/classes/file.C: bugfix for
3198: http://www.parser.ru/forum/?id=79337
3199:
3200: 2013-11-05 moko
3201:
3202: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
3203:
3204: * src/main/pa_globals.C: spelling fixed
3205:
3206: 2013-10-29 moko
3207:
3208: * src/lib/json/json.vcproj: json.c -> pa_json.C
3209:
3210: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
3211: #892
3212:
3213: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
3214: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
3215: exceptions to be thrown thougth json library), related to issue
3216: #892
3217:
3218: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
3219: related to issue #896
3220:
3221: 2013-10-24 moko
3222:
3223: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
3224:
3225: 2013-10-23 moko
3226:
3227: * README: actualization
3228:
3229: 2013-10-22 moko
3230:
3231: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
3232: compatibility patch from Sergey Kirpichev
3233:
3234: * tests/: 297.html, results/297.processed: non-working getter fix
3235: test for issue #948
3236:
3237: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
3238: called when saving value of $match variable in ^string.match[] to
3239: increase compatibility (related to issue #948).
3240:
3241: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
3242: usage optimization
3243:
3244: 2013-10-21 moko
3245:
3246: * tests/: 182.html, results/182.processed: local path removed for
3247: compatibility
3248:
3249: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
3250: results/244.processed, results/253.processed,
3251: results/254.processed, results/275.processed,
3252: results/281.processed: try_catch -> try-catch
3253:
3254: * tests/: 288.html, 294.html, 296.html, results/288.processed,
3255: results/294.processed, results/296.processed: try_catch ->
3256: try-catch
3257:
3258: 2013-10-20 moko
3259:
3260: * tests/: 296.html, results/296.processed: test for xsl exception
3261: for issue #938 added.
3262:
3263: * src/: include/pa_xml_exception.h,
3264: main/pa_stylesheet_connection.C: forgotten to be replaced
3265: XmlException is now replaced (once again closes issue #938)
3266:
3267: 2013-10-19 misha
3268:
3269: * bin/auto.p.dist.in: - more mime-types are added
3270:
3271: 2013-10-18 moko
3272:
3273: * buildall: disable clock_gettime detection to avoid librt linking
3274: (which in turn depends on libpthread), related to issue #943
3275:
3276: 2013-10-18 misha
3277:
3278: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
3279: lib/smtp/smtp.vcproj, main/main.vcproj,
3280: targets/apache/ApacheModuleParser3Core.vcproj,
3281: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3282: types/types.vcproj: - new locations for libxml2 includes where
3283: added to vcproj files
3284:
3285: 2013-10-18 moko
3286:
3287: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
3288: fix
3289:
3290: * tests/: 295.html, results/295.processed: test for issue #948
3291: updated
3292:
3293: * src/classes/table.C: hopefully last lost part for issue #948 fix.
3294: :)
3295:
3296: * tests/: 295.html, results/295.processed: test for issue #948
3297: added
3298:
3299: * src/: classes/hash.C, classes/string.C, classes/table.C,
3300: include/pa_request.h, types/pa_method.h: for getters and setters
3301: to be executed request.put_element should be called, not
3302: context.put_element (fixes issue #948)
3303:
3304: 2013-10-17 moko
3305:
3306: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
3307: LIBXML2_NEW_BUFFER check (closes issue #943)
3308:
3309: * buildall: libxml 2.9.1 build is broken --without-reader.
3310:
3311: 2013-10-16 moko
3312:
3313: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
3314:
3315: * tests/: 294.html, results/294.processed: test for issue #938
3316:
3317: * src/: classes/xdoc.C, classes/xnode.C,
3318: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
3319: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
3320:
3321: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
3322: libxslt-1.1.26 -> libxslt-1.1.28
3323:
3324: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
3325: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
3326: to '?', related to issue #938
3327:
3328: 2013-10-15 moko
3329:
3330: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
3331: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
3332: minor optimizations (closes issue #896)
3333:
3334: * tests/results/: 292.processed, 293.processed: results updated to
3335: comply with issue #896
3336:
3337: * tests/: 292.html, 293.html, results/292.processed,
3338: results/293.processed: tests for json escaping
3339:
3340: 2013-10-14 moko
3341:
3342: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
3343: and cleanup, code moved from .h to .C, no changes in code
3344:
3345: 2013-10-12 moko
3346:
3347: * tests/results/119.processed: updated test result commited
3348:
3349: * tests/: 291.html, results/291.processed: test for issue #894
3350: added
3351:
3352: * src/types/pa_wcontext.h: base methods call support function
3353: get_somebody_entered_some_class should not be true forever, as
3354: wcontext can have many get_elements calls (fixes issue #894)
3355:
3356: 2013-10-11 moko
3357:
3358: * tests/: 290.html, results/290.processed: test for junction GPF
3359: issue #942 added
3360:
3361: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
3362: to native method fixed (closes issue #942)
3363:
3364: * tests/: 158.html, results/158.processed: test for csv-string[]
3365: added
3366:
3367: * src/classes/table.C: minor fixes for table.csv-string[] (closes
3368: feature #907)
3369:
3370: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
3371: feature #907)
3372:
3373: 2013-10-09 moko
3374:
3375: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
3376: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
3377: types/pa_vstateless_class.C: GET_default, SET_default now works
3378: properly not only in objects, but in classes as well (closes
3379: issue #903)
3380:
3381: * tests/: 289.html, results/289.processed: GET/SET_default now
3382: works in classes, not only objects, test case added, related to
3383: issue #903
3384:
3385: * tests/: 288.html, results/288.processed: test for endless
3386: recursion bug added (related to issue #903)
3387:
3388: 2013-10-05 moko
3389:
3390: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3391: classes/table.C, main/execute.C, types/pa_method.h,
3392: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
3393: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3394: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
3395: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
3396: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
3397: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
3398: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
3399: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
3400: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
3401: optimization: put_element no longer has "bool areplace" argument,
3402: related to issue #903
3403:
3404: 2013-10-03 moko
3405:
3406: * tests/results/182.processed: result for $.replace(false) test
3407: commited
3408:
3409: * src/classes/date.C: ^date::create(number) processed correctly
3410: (fixes issue #901)
3411:
3412: * src/classes/image.C: as_no_junction removed, as param can be
3413: expression (closes issue #931)
3414:
3415: * tests/233.html: test for issue #931 added
3416:
3417: 2013-10-02 moko
3418:
3419: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
3420: modified, test for $.replace(false) added
3421:
3422: * src/main/compile_tools.h: forgotten class replace returned. :)
3423:
3424: 2013-09-30 moko
3425:
3426: * tests/: 141.html, results/141.processed: md5 tainting test added
3427:
3428: * src/: classes/op.C, include/pa_request.h, main/compile.y,
3429: main/compile_tools.h, main/pa_request.C: allow_class_replace
3430: implemented; $.replace option added to ^process and ^use
3431:
3432: 2013-08-27 moko
3433:
3434: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
3435: cstr_to_string_body_untaint should be called with charsets for
3436: possible uri language and connection for possible sql language.
3437: related to issue #857
3438:
3439: * buildall: and -> or fixed
3440:
3441: 2013-08-26 moko
3442:
3443: * buildall: prepare_ functions logic changed to support
3444: gc-7.2d.tar.gz extracting to gc-7.2 directory
3445:
3446: 2013-08-23 moko
3447:
3448: * src/include/pa_config_fixed.h: gc and xml libs are now linked
3449: statically
3450:
3451: 2013-08-22 moko
3452:
3453: * src/classes/string.C: String::Empty used (related to issue #912)
3454: append_know_length removed (related to old GPF bug)
3455:
3456: 2013-08-21 moko
3457:
3458: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
3459:
3460: * src/classes/math.C: ^math:digest[...;$file] support added
3461: (related to ticket #857
3462:
3463: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
3464: implemented
3465:
3466: * src/types/pa_vhashfile.h: warning war
3467:
3468: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
3469: include/pa_request.h, main/pa_request.C, types/pa_value.h:
3470: anti_endless_json_string_recoursion removed from request;
3471: json_string_recoursion added to json_options; $.indent[indent
3472: value] now supported and passed within recoursion closes feature
3473: #937
3474:
3475: * tests/: 287.html, results/287.processed: test for feature #937
3476:
3477: 2013-07-31 moko
3478:
3479: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
3480: compilation having #define _S
3481:
3482: * src/main/pa_globals.C: cleanup
3483:
3484: 2013-07-30 moko
3485:
3486: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
3487: main/pa_common.C: vs2003 warning war
3488:
3489: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
3490:
3491: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
3492:
3493: * src/lib/md5/pa_sha2.c: warning war
3494:
3495: 2013-07-29 moko
3496:
3497: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
3498: patches from github
3499:
3500: * src/: classes/bool.C, classes/double.C, classes/int.C,
3501: classes/memcached.C, include/pa_config_includes.h,
3502: types/pa_vfile.C, types/pa_vfile.h: warning war
3503:
3504: * src/lib/json/json.vcproj: C++ -> C
3505:
3506: * src/lib/json/: json.c, pa_json.C: C++ warning revert
3507:
3508: * src/lib/json/: json.c, pa_json.C: windows compatibility
3509:
3510: * src/lib/json/: json.c, pa_json.C: windows compatibility
3511:
3512: * src/lib/json/: json.c, pa_json.C: warning war
3513:
3514: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
3515:
3516: * src/include/pa_config_fixed.h: uint16_t added
3517:
3518: * configure.in: uint16_t check added
3519:
3520: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 3521: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
3522: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
3523: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
3524: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 3525:
3526: 2013-07-25 moko
3527:
3528: * parser3.sln: dependencies added
3529:
3530: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
3531: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
3532: module support
3533:
3534: * src/targets/apache/mod_parser3_core.C: win32 cleanup
3535:
3536: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
3537:
3538: 2013-07-23 moko
3539:
3540: * src/: include/pa_memory.h, main/pa_memory.C: non-working
3541: PA_DEBUG_GC_MEMORY removed
3542:
3543: * src/: main/pa_globals.C, targets/cgi/parser3.C:
3544: PA_DEBUG_DISABLE_GC compilation fix
3545:
3546: * src/: classes/op.C, classes/table.C, include/pa_request.h,
3547: main/pa_request.C: outdated RESOURCES_DEBUG removed
3548:
3549: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
3550: garbage cleanup
3551:
3552: * src/main/pa_common.C: warning war
3553:
3554: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
3555:
3556: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
3557: minor cleanup
3558:
3559: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
3560: uses cygwin, not WIN32 implementation
3561:
3562: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
3563: able to exec shell scripts
3564:
3565: * src/classes/math.C: ifdef WIN32 cleanup
3566:
3567: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
3568:
3569: * bin/auto.p.dist.in: libpq.so -> libpq.
3570:
3571: * src/classes/curl.C: LT_MODULE_EXT used
3572:
3573: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
3574:
3575: 2013-07-22 moko
3576:
3577: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
3578: includes fix
3579:
3580: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
3581:
3582: * configure.in, src/include/pa_config_includes.h,
3583: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
3584: src/main/pa_exec.C: includes cleanup
3585:
3586: * src/targets/cgi/parser3.C: 2012->2013
3587:
3588: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
3589:
3590: * configure.in, src/include/pa_config_includes.h,
3591: src/include/pa_http.h, src/lib/json/JSON_parser.h,
3592: src/main/pa_random.C, src/main/pa_socks.C,
3593: src/types/pa_vstatus.C: cygwin support cleanup
3594:
3595: * configure.in: dirent.h check added
3596:
3597: * src/: include/pa_config_includes.h, include/pa_dir.h,
3598: main/pa_dir.C: includes cleanup, dirent.h check added filePath
3599: not copied
3600:
3601: 2013-07-21 moko
3602:
3603: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
3604:
3605: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
3606: parser3.vcproj: unused getopt.h / getopt.c removed
3607:
3608: * operators.txt, src/classes/file.C, tests/022.html,
3609: tests/results/022.processed: ^file:list[path][$.filter[regexp]
3610: $.stat(true)] usage commented
3611:
3612: * configure.in, src/classes/file.C, src/include/pa_dir.h,
3613: src/main/pa_dir.C: ^file:list[] now has dir column and when
3614: $.stat(true) it has size/*date columns modified patch from misha@
3615: that closes issue #914.
3616:
3617: * src/: include/pa_config_includes.h, main/pa_globals.C:
3618: PA_RELEASE_ASSERTS removed
3619:
3620: * src/lib/md5/pa_md5c.c: minor cleanup
3621:
3622: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
3623: localeconv()->decimal_point usage remoed (related to issue #934)
3624:
3625: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
3626: cordprnt.c removed
3627:
3628: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
3629: pa-include/pa_errno.h, pa-include/pa_file_io.h,
3630: pa-include/pa_strings.h: includes cleanup
3631:
3632: * src/lib/md5/pa_md5c.c: headers cleanup
3633:
3634: 2013-07-20 moko
3635:
3636: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
3637: cleanup
3638:
3639: 2013-07-19 moko
3640:
3641: * src/classes/math.C: extern "C" added for crypt
3642:
3643: 2013-07-18 moko
3644:
3645: * src/classes/math.C: fix redhat7.2 build
3646:
3647: 2013-07-17 moko
3648:
3649: * configure.in, src/include/pa_config_includes.h,
3650: src/include/pa_config_fixed.h: headers actualized (inttypes.h
3651: added for uint8/32/64_t)
3652:
3653: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
3654: pa_config_includes.h used for uint32/64_t
3655:
3656: 2013-07-16 moko
3657:
3658: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
3659: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
3660: war
3661:
3662: * src/main/compile.tab.C: compile.y was updated
3663:
3664: * src/main/compile.y: warning war
3665:
3666: * src/: include/pa_exception.h, main/pa_exception.C,
3667: main/pa_xml_exception.C: warning war
3668:
3669: * src/: include/pa_common.h, main/pa_common.C: warning war
3670:
3671: * configure.in: beauty :)
3672:
3673: * tests/: 141.html, results/141.processed: sha256/512 added
3674:
3675: 2013-07-13 moko
3676:
3677: * src/lib/md5/md5.vcproj: sha2 added
3678:
3679: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
3680: classes/math.C: sha2 support (sha256/sha512 digest)
3681:
3682: 2013-07-08 moko
3683:
3684: * src/classes/image.C: directory read or other read problem message
3685: fixed (related to issue #933)
3686:
3687: 2013-07-07 moko
3688:
3689: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
3690: dependense from $charsetsdir directory existance and content (and
3691: UTF-8 is default allready)
3692:
3693: * AUTHORS: + misha + moko. :)
3694:
3695: 2013-07-06 moko
3696:
3697: * src/: classes/curl.C, include/pa_globals.h,
3698: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
3699: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
3700: for lt_dlinit to be called once and lt_dlexit called at right
3701: place (related to issue #925)
3702:
3703: 2013-07-04 moko
3704:
3705: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
3706: VString::as_vfile now uses vfile.set_binary_string to avoid
3707: content-type to be set, as it brokes badly designed logic in
3708: response output. This hopefully finishes issue #928.
3709:
3710: * tests/results/: 256.processed, 286.processed: file now displayed
3711: as name, size, mode, content-type
3712:
3713: * src/main/pa_common.C: read error now reported cottectly (fixes
3714: issue #933
3715:
3716: 2013-06-28 moko
3717:
3718: * tests/: 286.html, results/286.processed: test extended
3719:
3720: * tests/: 286.html, results/286.processed: Test for issue #928
3721: added. it tests default content-type change.
3722:
3723: * src/types/pa_vfile.C: closes issue #928 - default content-type
3724: now updated
3725:
3726: 2013-06-25 moko
3727:
3728: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
3729: content-type for text/binary files without name added;
3730: ^file::create[$f;...] options now works properly and $f
3731: properties are default (fixes issue #928)
3732:
3733: 2013-05-16 misha
3734:
3735: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
3736: added
3737:
3738: * src/main/pa_table.C: - a tiny memory optimisation while creating
3739: table if specified limit is bigger than source rows count
3740:
3741: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
3742: added ( new feature: #858 )
3743:
3744: 2013-04-29 moko
3745:
3746: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
3747: $.ipresolve(0|1|2) added (closes issue #891)
3748:
3749: * src/lib/curl/curl.h: CURL_IPRESOLVE added
3750:
3751: 2013-04-24 moko
3752:
3753: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3754: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
3755: types/pa_vmemcached.h: ^memcache.release[] added, calls
3756: memcached_quit (refs #893)
3757:
3758: 2013-04-22 moko
3759:
3760: * src/: include/pa_string.h, main/pa_common.C: no more double
3761: slashes in file path (fixes bug #872)
3762:
3763: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
3764: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
3765: #739)
3766:
3767: * tests/results/266.processed: $.max_params added (feature #915)
3768:
3769: * src/: include/pa_common.h, main/pa_http.C: response-charset
3770: option added to file::load (closes issue #867)
3771:
3772: 2013-04-20 misha
3773:
3774: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
3775: commited
3776:
3777: 2013-03-15 misha
3778:
3779: * src/classes/: hash.C, table.C: - Optimisation: do not create
3780: multiple empty strings while ::sql. uae String::Empty instead
3781:
3782: 2013-03-14 misha
3783:
3784: * src/classes/reflection.C: - for user classes
3785: ^reflection:method_info[] returns $.max_params and $.extra_param
3786: with $.call_type if they available ( new feature: #915 )
3787:
3788: * src/classes/file.C: - ^file:delete[] now supports an option
3789: $.exception(false) that suppress any exception while deleting
3790: file ( new feature: #916 )
3791:
3792: * src/classes/curl.C: - parsing cookies after curl:load now should
3793: work :)
3794:
3795: 2013-03-12 misha
3796:
3797: * src/types/pa_vfile.C: - if specified file_name is empty string
3798: set default name for the file
3799:
3800: 2013-03-11 misha
3801:
3802: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
3803: also available in $f.cookies
3804:
3805: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
3806: moved to a separate method
3807:
3808: 2013-03-10 moko
3809:
3810: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
3811: added
3812:
3813: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
3814: removed (declared by autoconf)
3815:
3816: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
3817: uint32_t define
3818:
3819: 2013-03-10 misha
3820:
3821: * src/classes/file.C: ^file:delete and ^file:move now support
3822: option $.keep-empty-dirs(true) ( new feature: #884 )
3823:
3824: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
3825: empty dirs is added
3826:
3827: 2013-03-10 moko
3828:
3829: * src/classes/: bool.C, double.C, int.C: default can be present,
3830: but default check removed from ^int/double/bool.int/double/bool
3831: for string.int/double/bool compatibility (related to issue #913)
3832:
3833: * src/classes/string.C: ^string.int/dobule/bool no longer
3834: internally throws exception if default is present (closes issue
3835: #913)
3836:
3837: 2013-03-09 misha
3838:
3839: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
3840: optimisations ( #845 )
3841:
3842: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
3843:
3844: 2013-03-08 moko
3845:
3846: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
3847: creates correct table (fixes issue #910)
3848:
3849: * src/classes/op.C: r.connection() -> r.connection(false) to allow
3850: use outside of 'connect' operator (fixes issue #911)
3851:
3852: * tests/results/: 096.processed, 122.processed: test results
3853: updated as doubles now printed with 15 significant digits, not 5
3854: (fixes issue #882)
3855:
3856: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
3857: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
3858:
3859: 2013-02-21 moko
3860:
3861: * src/classes/table.C: _locate_name_value does not check arguments
3862: count, so we check it in advance (fixes issue #905)
3863:
3864: 2012-10-23 moko
3865:
3866: * buildall: old shell for and echo compatibility (for six)
3867:
3868: 2012-10-19 moko
3869:
3870: * buildall: --strip added --disable-safe-mode listed in usage
3871:
3872: 2012-10-17 misha
3873:
3874: * src/classes/op.C: - apply-taint should not throw "outside
3875: connect" exception with sql lang now
3876:
3877: 2012-10-17 moko
3878:
3879: * src/main/pa_request.C: bugfix: safe mode should be inited for
3880: each request (for apache module)
3881:
3882: 2012-09-26 moko
3883:
3884: * src/doc/doxygen.cfg: png -> svg
3885:
3886: 2012-09-25 moko
3887:
3888: * tests/: 141.html, results/141.processed: md5 hmac added, long key
3889: test added
3890:
3891: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
3892: double use when key is long
3893:
3894: 2012-09-16 moko
3895:
3896: * src/classes/math.C: Format -> Method Encode -> Format
3897:
3898: * tests/: 141.html, results/141.processed: math:digest hmac test
3899: added
3900:
3901: 2012-09-14 moko
3902:
3903: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
3904: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
3905: implementation added
3906:
3907: 2012-09-12 moko
3908:
3909: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
3910: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
3911: targets.dox and string.dox slightly actualized
3912:
3913: 2012-08-31 moko
3914:
3915: * ChangeLog: now generated with patched cvs2cl.pl
3916:
3917: 2012-07-29 moko
3918:
3919: * tests/285.html, src/main/execute.C, tests/results/285.processed:
3920: result should be pushed after VMethodFrame destructor is called,
3921: as it deletes junctions from stack params (fixes issue #868)
3922:
3923: 2012-07-23 moko
3924:
3925: * INSTALL, README: buildall script usage documented, other outdated
3926: info updated.
3927:
3928: * buildall-with-xml, buildall-without-xml: replaced by buildall
3929:
3930: 2012-07-21 moko
3931:
3932: * buildall: glib does not compile when threads are disabled...
3933:
3934: * src/types/pa_vmail.C: g_assertion fixes for empty input
3935:
3936: * src/types/pa_vmail.C: yet another fix (strange GPF on object
3937: unref, can't unref nested objects)
3938:
3939: * src/types/pa_vmail.C: another check added
3940:
3941: 2012-07-19 moko
3942:
3943: * buildall: usage added
3944:
3945: * buildall: new buildall script that unites buildall-with-xml,
3946: buildall-without-xml, --with-apache and --with-mailreceive
3947:
3948: * configure.in: support for static gmime and dynamic glib linking.
3949: fixes for FreeBSD
3950:
3951: 2012-07-17 moko
3952:
3953: * configure.in: --with-mailreceive replaced
3954: --with-static-mailreceive and --with-shared-mailreceive pathlink
3955: removed
3956:
3957: 2012-07-16 moko
3958:
3959: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
3960: capitalized, content now decoded and text content converted to
3961: $request:charset. all properties are accessed by functions, this
3962: ready for dynamic load.
3963:
3964: 2012-06-28 moko
3965:
1.116 moko 3966: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
3967: 32 bit
1.95 moko 3968:
3969: 2012-06-27 moko
3970:
3971: * buildall-with-xml, buildall-without-xml: fetch requires -p for
3972: passive ftp
3973:
3974: * src/lib/ltdl/ltdl.vcproj: release build fixed
3975:
3976: * configure.in: 3.4.2 RC -> 3.4.2
3977:
3978: 2012-06-22 moko
3979:
3980: * src/types/pa_vfile.C: returned empty mode to stated files (issue
3981: #815)
3982:
3983: * tests/: 284.html, results/284.processed: output options test
3984: (feature #265)
3985:
3986: 2012-06-22 misha
3987:
3988: * tests/215.html: - little changes
3989:
3990: 2012-06-21 moko
3991:
3992: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
3993: types/pa_vxdoc.h: output_options returned and used (bugfix for
3994: feature #265)
3995:
3996: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
3997: breaks long .*, default 10M restored. (issue #216)
3998:
3999: * tests/: 283.html, results/283.processed: test for issue #815
4000: added
4001:
4002: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
4003: again, cstrm not required.
4004:
4005: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
4006: Win32 and broken FreeBSD (issue #45)
4007:
4008: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
4009:
4010: * src/main/pa_string.C: warnings war
4011:
4012: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
4013: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
4014: main/pa_socks.C, targets/apache/pa_threads.C,
4015: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4016: types/pa_vstatus.C: compilation under cygwin fixed
4017:
4018: 2012-06-19 moko
4019:
4020: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
4021: Windows fixed
4022:
4023: * parser3.sln: removed antique pcre_ctype
4024:
4025: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
4026:
4027: * src/include/pa_config_fixed.h: undefined reference to
4028: __imp__pcre_* fix for Windows
4029:
4030: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 4031: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
4032: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
4033: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
4034: define fixed
1.95 moko 4035:
4036: 2012-06-18 moko
4037:
4038: * src/classes/memcached.C: flush -> clear
4039:
4040: * src/classes/memcached.C: memcached does not support quotes even
4041: in server name
4042:
4043: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4044: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
4045: called on open to check servers existance. $.key(true) syntax
4046: now supported
4047:
4048: 2012-06-17 moko
4049:
4050: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
4051: cleanup
4052:
4053: * src/classes/table.C, tests/282.cfg, tests/282.html,
4054: tests/results/282.processed: encloser at the EOF bug fixed,
4055: incorrectly enclosed data now processed more logicaly (fixes
4056: #339)
4057:
4058: 2012-06-15 moko
4059:
4060: * buildall-without-xml: sync with buildall-with-xml
4061:
4062: * buildall-with-xml: download auto-detected between fetch and curl
4063:
4064: * configure.in: --with-gc and --with-pcre now also processed
4065: correctly
4066:
1.116 moko 4067: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
4068: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
4069: should be run on rol1 using automake / aclocal (GNU automake)
4070: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 4071:
4072: * configure.in: new PARSER_VERSION logic
4073:
4074: * src/include/pa_version.h: new pa_version.h logic
4075:
4076: * src/: classes/curl.C, classes/file.C, classes/image.C,
4077: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4078: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
4079: feols_normalized -> fis_text_content set_binary added
4080:
4081: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
4082:
4083: 2012-06-15 misha
4084:
4085: * src/: classes/curl.C, classes/file.C, classes/image.C,
4086: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4087: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
4088: ^file::create[text;content] EOLs in content now is normalized. (
4089: new feature: #815 )
4090:
4091: 2012-06-15 moko
4092:
4093: * configure.in: --disable-version-update added to disable version
4094: update with host information (for debian package) whitespace
4095: optimized
4096:
4097: * configure.in: version changed to 3.4.2 RC no-pic added for
4098: libtool
4099:
4100: * src/include/pa_version.h: Nice pa_version.h default. Please keep
4101: it.
4102:
4103: 2012-06-14 moko
4104:
4105: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
4106: tests/results/281.processed: "hash flocked" error removed for
4107: safe operations like ^h._count[] ( new feature: #335 )
4108:
1.116 moko 4109: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 4110:
4111: * buildall-with-xml, buildall-without-xml: --with-static -> --with
4112:
4113: * configure.in: --with-static/shared xml replaced with --with-xml,
4114: xml compilation check added
4115:
4116: * configure.in: --with-static/shared-gc, --with-static-pcre are
4117: replaced with --with-gc and --with-pcre test for pcre linking
4118: added
4119:
4120: 2012-06-13 moko
4121:
4122: * configure.in: apxs2 check optimized
4123:
4124: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
4125: .la, includes optimized
4126:
4127: * buildall-with-xml: --with-pic looks better for -fPIC
4128:
4129: * configure.in: switched to convenience library in static linking
4130:
4131: * src/targets/apache/Makefile.am: switched to convenience library
4132: usage to avoid libtool warnings
4133:
4134: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
4135: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
4136: smtp/Makefile.am: switched to convenience library usage
4137:
4138: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
4139:
4140: * src/targets/apache/Makefile.am: updated for libtool usage
4141:
4142: * bin/auto.p.dist.in: .cfg removed from charset names.
4143:
4144: * buildall-without-xml: --with-included-ltdl added
4145:
4146: * buildall-without-xml: sync with buildall-with-xml
4147:
4148: * buildall-with-xml: --with-included-ltdl added $cflags added for
4149: -fPIC for x64 $download added for wget success check added
4150:
4151: * buildall-without-xml: --with-dynamic-stdcpp removed
4152:
4153: * configure.in: disable-static returned
4154:
4155: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
4156: LIBTOOLFLAGS
4157:
4158: 2012-06-12 moko
4159:
4160: * configure.in, src/targets/cgi/Makefile.am: disable-static not
4161: compatible with LIBTOOLFLAGS for unknown reasons
4162:
4163: * buildall-with-xml: --with-dynamic-stdcpp removed
4164:
4165: * configure.in: static/dynamic -lstdc++ linking option removed
4166: apxs2 check added
4167:
4168: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
4169: option removed
4170:
4171: 2012-06-10 moko
4172:
4173: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
4174: added
4175:
4176: * src/targets/cgi/pp3.cmd: old PAF stuff
4177:
1.116 moko 4178: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
4179: beauty
1.95 moko 4180:
4181: * depcomp: from libtool 2.4.2
4182:
4183: * configure.in: ltdl directory removed, it has correct Makefile.in
4184:
4185: 2012-06-09 moko
4186:
1.116 moko 4187: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
4188: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 4189: autogenerated files updated after libtool update
4190:
1.116 moko 4191: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
4192: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 4193: config_auto.h.in, config_fixed.h, configure, configure.ac,
4194: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
4195: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
4196: config/compile, config/config.guess, config/config.sub,
4197: config/depcomp, config/install-sh, config/ltmain.sh,
4198: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
4199: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
4200: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
4201: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
4202: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
4203: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
4204: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
4205: m4/lt~obsolete.m4: libtool updated to version 2.4.2
4206:
4207: * configure.in: preparation for new libtool
4208:
4209: * configure.in: Some beauty added :)
4210:
4211: * src/targets/apache/Makefile.am: := -> =
4212:
4213: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
4214: again. :)
4215:
4216: * src/include/pa_config_includes.h, configure.in: limits.h added,
4217: previously was taken from pcre_internal.h. :)
4218:
4219: * src/lib/pcre/Makefile.am: config.h returned
4220:
4221: * src/lib/pcre/config.h: still need this. :)
4222:
4223: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
4224:
4225: * configure.in: --with-charsets removed; --with-mysql-client & co
4226: removed
4227:
4228: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
4229: now in parser tree, no need to copy
4230:
4231: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
4232: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
4233: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
4234: debian/patches/101_pcre.patch - local copy of pcre_internal.h
4235: extracts now used old trash removed
4236:
4237: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
4238: rare charsets/drivers are commented, sql driver quessing removed
4239: (debian/patches/103_auto_p.patch)
4240:
4241: * etc/parser3.charsets/Makefile.am: charsets now in share
4242: (debian/patches/104_automake.patch) + all charsets are copied
4243:
4244: * buildall-with-xml, buildall-without-xml: curl option removed +
4245: extra arguments now supported
4246:
4247: 2012-06-08 misha
4248:
4249: * src/classes/table.C: - one params.as_hash usage was rolled back:
4250: the 2nd option in ^table.hash[] could be hash or table so
4251: .as_hash will throw an exception when table option is specified
4252:
4253: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4254: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
4255: classes/table.C, classes/void.C, classes/xdoc.C,
4256: include/pa_exception.h, types/pa_vmethod_frame.C,
4257: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
4258: and improved (whitespaces are allowed as empty options) -
4259: MethodParams::as_table is added - above methods are used for
4260: parsing methods' options ( new feature: #9 )
4261:
4262: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
4263: to vclass. now class fields can be accessible as a hash:
4264: $h[^hash::create[$asd:CLASS]]
4265:
4266: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
4267: have get_fields method so their fields can be accessed with
4268: ^reflection:fields[...] & ^reflection:field[...]
4269:
4270: 2012-06-06 misha
4271:
4272: * tests/280.html: - tests for
4273: ^reflection:method[obj-or-class;method],
4274: ^reflection:field[obj-or-class;field] and
4275: ^reflection:fields[obj-or-class] are added
4276:
4277: 2012-06-05 misha
4278:
4279: * src/classes/reflection.C: - ^reflection:method[class or
4280: object;method name] and ^reflection:field[class or object;field
4281: name] are added
4282:
4283: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
4284: is used
4285:
4286: * src/types/pa_method.h: - Method::as_vjunction method is added
4287:
4288: 2012-06-05 moko
4289:
1.116 moko 4290: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 4291:
4292: * src/classes/memcached.C: flish ttl fixed
4293:
4294: 2012-06-04 moko
4295:
4296: * src/classes/json.C, src/classes/op.C, tests/279.html,
4297: tests/results/279.processed: ^json:parse[] now supports $.taint
4298: option (new feature #833)
4299:
4300: 2012-06-04 misha
4301:
4302: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
4303: - search_stop method was moved from pa_vcookie.C to pa_common.C
4304:
4305: 2012-06-03 misha
4306:
4307: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
4308: cookies are parced and stored into $.cookies ( new feature: #31 )
4309:
4310: 2012-05-30 misha
4311:
4312: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
4313: incomplete class into a scope while @USE is found
4314:
4315: * src/main/compile.y: - add incomplete class into a scope while
4316: @USE and @CLASS instructions are found ( bugfix: #838 )
4317:
4318: 2012-05-30 moko
4319:
4320: * src/types/pa_vclass.C, tests/278.html,
4321: tests/results/278.processed: removed "property has no getter
4322: method" exception when GET_DEFAULT present (fixes #269)
4323:
4324: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
4325: $._default
4326:
4327: 2012-05-29 moko
4328:
4329: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
4330: uninitialized values usage (new feature: #154)
4331:
4332: 2012-05-28 moko
4333:
4334: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
4335: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
4336: src/types/pa_vdate.h, src/types/pa_vdouble.h,
4337: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
4338: src/types/pa_vobject.C, src/types/pa_vobject.h,
4339: src/types/pa_vstring.h, src/types/pa_vtable.C,
4340: tests/results/277.processed, src/types/pa_vtable.h,
4341: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
4342: ^json:string[$o; $.default[$method]] implemented for VObject (new
4343: feature #803)
4344:
4345: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
4346: tests/results/277.processed: json numbers are now treated as
4347: double ( new feature: #834 )
4348:
4349: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
4350: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
4351: added for out of range checks, zero division in vint/vdouble
4352: check added ( fixes #832 )
4353:
4354: * tests/: 275.html, results/275.processed: tests for pa_atoui added
4355: ( fixes #832 )
4356:
4357: 2012-05-28 misha
4358:
4359: * buildall-with-xml: - --without-lzma option is added to libxml2
4360: configure
4361:
4362: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
4363: added - tests for unsupported values for options $.file, $.table
4364: and $.date are added
4365:
4366: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
4367: accepts "stat" $.file[] option's value in addition to existed
4368: "text" and "base64" ( new feature: #835 )
4369:
4370: * tests/276.html: - test for
4371: ^reflection:delete[$object-or-class;field-name]
4372:
4373: * src/classes/reflection.C: -
4374: ^reflection:delete[$object-or-class;field-name] is added ( new
4375: feature: #268 )
4376:
4377: 2012-05-27 misha
4378:
4379: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
4380:
4381: 2012-05-24 misha
4382:
4383: * src/include/pa_common.h: - method lastposafter was removed
4384:
4385: * src/classes/file.C: - use strrpbrk & rskipchars instead of
4386: lastposafter - ^file:dirname[] & Co proper handle windows file
4387: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
4388: work as *nix commands
4389:
4390: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
4391:
4392: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
4393: rskipchars were added
4394:
4395: * tests/270.html: - more tests for ^file:find[]
4396:
4397: * tests/065.html: - more tests for ^file:dirname[] & Co
4398:
4399: * src/include/pa_version.h: - must be "win32" here. it is
4400: auto-generated on *nix
4401:
4402: 2012-05-24 moko
4403:
4404: * src/classes/math.C: ^math:convert[] now supports uint32 and
4405: throws overflow exception ( new feature: #830 )
4406:
4407: * tests/: 275.html, results/275.processed: test for ^math:convert[]
4408: uint32 support and overflow added ( new feature: #830 )
4409:
4410: 2012-05-23 moko
4411:
4412: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
4413: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
4414: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
4415: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
4416: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4417: types/pa_vregex.h, types/pa_vstateless_class.C,
4418: types/pa_vstateless_class.h, types/pa_vstring.h,
4419: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
4420: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
4421: "return string as-is" removed from as_expr_result. ( new feature:
4422: #831 )
4423:
4424: * tests/results/244.processed: test changed after bug #782 fix
4425: commited
4426:
4427: * tests/results/229.processed: test results for bug #782 commited
4428:
4429: * tests/: 254.html, results/254.processed: uid now just compared,
4430: not printed. :)
4431:
4432: 2012-05-20 moko
4433:
4434: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
4435: feature: #341 )
4436:
4437: * tests/: 254.html, results/254.processed: test for
4438: ^reflection:uid[] added
4439:
4440: * tests/: 254.html, results/254.processed: test for
4441: ^reflection:uid[$obj] added
4442:
4443: 2012-05-17 misha
4444:
4445: * src/main/untaint.C: - do not replace ' char by _26 while
4446: exploding filespec-tainting ( new feature: #829 )
4447:
4448: 2012-05-12 moko
4449:
4450: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
4451: not.
4452:
4453: 2012-05-08 moko
4454:
4455: * src/types/pa_vmethod_frame.h: bug #782 fixed
4456:
4457: * tests/229.html: test for bug #782
4458:
4459: * tests/results/259.processed, src/main/pa_request.C,
4460: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
4461: src/types/pa_vstring.h, src/types/pa_vvoid.C,
4462: src/types/pa_vvoid.h: feature #154 - first empty param now
4463: string; defined locals are empty strings; $STRICT-VARS(true)
4464: added
4465:
4466: 2012-04-27 moko
4467:
1.116 moko 4468: * src/targets/apache/Makefile.am:
1.95 moko 4469: ../../lib/memcached/libmemcached.a added
4470:
4471: 2012-04-27 misha
4472:
4473: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
4474: ( #827 )
4475:
4476: 2012-04-25 moko
4477:
4478: * src/: classes/json.C, classes/memcached.C,
4479: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4480: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
4481: implemented.
4482:
4483: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
4484:
4485: 2012-04-23 moko
4486:
4487: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4488: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4489: types/pa_vmemcached.h: open allows options hash for new
4490: memcached(options) function
4491:
4492: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
4493: not appended
4494:
4495: 2012-04-21 moko
4496:
4497: * src/classes/curl.C: '' added. :)
4498:
4499: * src/classes/classes.vcproj: new curl.h location
4500:
4501: * src/classes/curl.C: verbose output redirection from stderr to
4502: file curl option added
4503:
4504: 2012-04-20 moko
4505:
4506: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
4507: contains what we need from curl, #ifdef HAVE_CURL removed
4508:
1.116 moko 4509: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 4510: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 4511: src/lib/Makefile.am, src/lib/curl/Makefile.am,
4512: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 4513: configure option
4514:
4515: 2012-04-19 moko
4516:
4517: * src/: classes/double.C, classes/inet.C, classes/int.C,
4518: classes/string.C, lib/gc/include/gc_allocator.h,
4519: types/pa_vform.C: PVS-Studio detected errors fixes, unused
4520: options from sql_result_string removed. (closes issue #468)
4521:
4522: * src/types/pa_vmemcached.C: empty string fix
4523:
4524: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
4525: pa_vstring.C, pa_vstring.h: serialization helpers moved to
4526: pa_vmemcached.C
4527:
4528: 2012-04-18 moko
4529:
4530: * src/targets/apache/mod_parser3.c: "Parser3 module requires
4531: apache2-mpm-prefork" error displayed in threaded mpm.
4532:
4533: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
4534: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
4535: installed (issue #354)
4536:
4537: 2012-04-16 moko
4538:
4539: * src/types/pa_vmemcached.C: call to memcached_result_create and
4540: memcached_result_free removed
4541:
4542: 2012-04-14 moko
4543:
4544: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
4545:
4546: * src/types/pa_vmemcached.C: check_key added and used
4547:
4548: 2012-04-13 moko
4549:
4550: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
4551: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
4552: Serialization_data now added and used, VString now serialized
4553: with languages into memcached.
4554:
4555: 2012-03-28 moko
4556:
4557: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
4558: lib/memcached/pa_memcached.h: result lengths added
4559:
4560: 2012-03-27 moko
4561:
4562: * src/types/pa_vmemcached.C: strdup added
4563:
4564: 2012-03-24 moko
4565:
4566: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4567: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4568: types/pa_vmemcached.h: memcached: mget, flush, fttl added
4569:
4570: 2012-03-20 moko
4571:
1.116 moko 4572: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 4573:
4574: * src/targets/cgi/Makefile.am: cleanup
4575:
4576: * src/: types/Makefile.am, types/pa_vmemcached.C,
4577: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
4578:
4579: * src/: classes/Makefile.am, classes/memcached.C,
4580: lib/memcached/Makefile.am, lib/memcached/constants.h,
4581: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4582: lib/memcached/types.h, lib/Makefile.am: memcached initial
4583:
4584: 2012-03-16 moko
4585:
4586: * src/main/execute.C: ident now works under Linux + ident displays
4587: filenames (closes issue #818)
4588:
1.116 moko 4589: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 4590: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
4591: pa_vmethod_frame_local.h removed
4592:
4593: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
4594: classes/classes.h, classes/curl.C, classes/date.C,
4595: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
4596: classes/hashfile.C, classes/image.C, classes/inet.C,
4597: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4598: classes/memory.C, classes/op.C, classes/reflection.C,
4599: classes/regex.C, classes/response.C, classes/string.C,
4600: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
4601: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
4602: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4603: include/pa_config_fixed.h, include/pa_config_includes.h,
4604: include/pa_dictionary.h, include/pa_dir.h,
4605: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4606: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4607: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4608: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4609: include/pa_request_charsets.h, include/pa_request_info.h,
4610: include/pa_sapi.h, include/pa_socks.h,
4611: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4612: include/pa_stack.h, include/pa_string.h,
4613: include/pa_stylesheet_connection.h,
4614: include/pa_stylesheet_manager.h, include/pa_table.h,
4615: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
4616: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
4617: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
4618: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
4619: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
4620: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
4621: main/compile.tab.C, main/compile.y, main/compile_tools.C,
4622: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
4623: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
4624: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
4625: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
4626: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4627: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4628: main/pa_string.C, main/pa_stylesheet_connection.C,
4629: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
4630: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
4631: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
4632: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
4633: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
4634: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
4635: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4636: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
4637: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
4638: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
4639: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
4640: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
4641: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4642: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
4643: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
4644: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
4645: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
4646: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
4647: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4648: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
4649: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
4650: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
4651: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
4652: types/pa_vresponse.h, types/pa_vstateless_class.C,
4653: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4654: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
4655: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
4656: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
4657: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
4658: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
4659: ident now works under Linux + ident displays filenames (closes
4660: issue #818) Copyright updated
4661:
4662: 2012-03-13 moko
4663:
4664: * src/main/pa_string.C: compilation fix for feature #741
4665:
4666: 2012-03-09 misha
4667:
4668: * tests/193.html: - tests for ^string:base64[encoded] are updated
4669:
4670: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
4671: now detects invalid base64 chars in the middle of encoded stricg
4672: ( new feature: #55 )
4673:
4674: * src/include/pa_exception.h: - new exception type for base64
4675: decoding is added
4676:
4677: 2012-03-06 misha
4678:
4679: * tests/274.html: - tests for ^date::today[] and
4680: ^date.sql-string[datetime|date|time] are added
4681:
4682: * src/classes/date.C: - constructor ^date::today[] is added ( new
4683: feature: #811 ) - ^date.sql-string[] now can accept one param --
4684: strings "datetime", "date" or "time" - comments tidying up
4685:
4686: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
4687: date and time
4688:
4689: 2012-03-03 misha
4690:
4691: * tests/193.html: - tests for
4692: ^string:base64[encoded;$.strict(true)] are added
4693:
4694: * tests/results/auto.p: - try-catch operator is added
4695:
4696: * src/: classes/file.C, classes/string.C, include/pa_common.h,
4697: main/pa_common.C: - $.strict(true|false) option is added to
4698: base64 decode methods ( new feature: #55 )
4699:
4700: * src/main/pa_common.C: - base64 decode memory usage was decreased
4701: ( new feature: #819 )
4702:
4703: 2012-02-28 moko
4704:
4705: * src/classes/hash.C: ident test
4706:
4707: 2012-02-27 misha
4708:
4709: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
4710:
4711: 2012-01-08 misha
4712:
4713: * tests/273.html: - tests for ^string.replace[from;to] are added
4714:
4715: * src/: classes/string.C, include/pa_dictionary.h,
4716: main/pa_dictionary.C, main/pa_string.C: -
4717: ^string.replace[from;to] is added ( new feature: #741 ) -
4718: ^string.replace[one subst here] is slightly optimized
4719:
4720: 2011-12-07 misha
4721:
4722: * src/classes/table.C: - $t[^table::create{$empty}] now creates
4723: named table with one empty column ( bugfix: #63 )
4724:
4725: 2011-11-30 misha
4726:
4727: * src/classes/json.C: - it's possible to set user's method for
4728: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
4729: #763 )
4730:
4731: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
4732:
4733: 2011-11-23 misha
4734:
4735: * src/: classes/curl.C, classes/file.C, classes/image.C,
4736: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
4737: types/pa_vfile.h, types/pa_vform.C: - constructor
4738: ^file::create[mode;filename;content[;options]] now accepts binary
4739: mode and file-content - new constructor's format:
4740: ^file::create[string-or-file-content[;$.name[filename]
4741: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
4742: feature: #65 )
4743:
4744: * src/: include/pa_request.h, main/pa_request.C: - new method
4745: mime_type_of(const String*) is added
4746:
4747: * src/include/pa_exception.h: - new exception constant
4748: FILE_NAME_MUST_BE_SPECIFIED is added
4749:
4750: * src/classes/table.C: - bug with negative offset transformed into
4751: a feature. it means pointing to a row from the end of the table (
4752: new feature: #810 )
4753:
4754: 2011-11-19 misha
4755:
4756: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
4757: â ìåòîäå _select ( new feature: #810 )
4758:
4759: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
4760: options were specified together is simplified
4761:
4762: 2011-11-12 misha
4763:
4764: * src/main/pa_request.C: - forgotten fix for escaping filename in
4765: HTTP content-disposition header (a part of bug #361 )
4766:
4767: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
4768: checks for ancestors' classes as well ( new feature: #456 )
4769:
4770: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
4771: "without cycle" now have types "parser.break" and
4772: "parser.continue" instead of "parser.runtime" ( new feature: #799
4773: )
4774:
4775: 2011-11-11 misha
4776:
4777: * tests/results/: 099.processed, 100.processed, 205.processed,
4778: 237.processed: - since bug #361 was fixed the content of filename
4779: in HTTP headers is quoted
4780:
4781: * tests/results/270.processed: - result for test 270
4782:
4783: * tests/: 065.html, results/065.processed: - more tests for
4784: ^file:basename[] & Co were added
4785:
4786: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
4787:
4788: * tests/270.html: - tests for ^file:find[] are added
4789:
4790: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
4791: using option $.charset. option $.engoding is still supported but
4792: these options can not be specified together
4793:
4794: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
4795: comparation charset name with string "UTF-8" ( bugfix: #759 )
4796:
4797: 2011-10-11 misha
4798:
4799: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
4800: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
4801: #622)
4802:
4803: 2011-09-30 misha
4804:
4805: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
4806: exception "saving stat-ed file" ( bugfix: #395 )
4807:
4808: 2011-05-30 misha
4809:
4810: * src/classes/string.C: - fixed bug which was added with
4811: params.as_hash into string:sql
4812:
4813: 2011-05-29 misha
4814:
4815: * src/types/pa_value.C: - filename in content-disposition header
4816: must be quoted ( bugfix: #361 )
4817:
4818: 2011-05-27 misha
4819:
4820: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
4821: created file
4822:
4823: * src/classes/: hash.C, mail.C: - little tunning with get_hash
4824: usage
4825:
4826: * src/include/pa_exception.h: - one more string for exception was
4827: added
4828:
4829: 2011-05-25 misha
4830:
4831: * tests/269.html: - tests for checking input params in some dom
4832: methods
4833:
4834: * src/classes/: xdoc.C, xnode.C: - validation of some input params
4835: was added. it isn't possible not wo create xdoc with invalid
4836: tagName. ( bugfix: #160 )
4837:
4838: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
4839: string "data must be string" was mover from pa_exception.h to
4840: pa_xml_exception.h
4841:
4842: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
4843: as_xmlncname, as_xmlname and as_xmlnsuri were added
4844:
4845: * src/main/pa_xml_exception.C: - XmlException accepts more options
4846:
4847: * src/include/pa_xml_exception.h: - XmlException accepts more
4848: options - XML-related exception's strings were added
4849:
4850: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
4851: output_options were removed)
4852:
4853: 2011-05-19 misha
4854:
4855: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
4856: params.as_hash is used more while parsing methods hash-options
4857:
4858: 2011-05-18 misha
4859:
4860: * operators.txt: - info about json-serialization of xdoc was added
4861:
4862: * tests/256.html: - tests for json-serialization xdoc were added
4863:
4864: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
4865:
4866: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4867: classes/json.C, classes/xdoc.C: - now json:string can serialize
4868: xdoc-objects. options (the same as ^xdoc.string[]) could be
4869: specified in $.xdoc[] ( new feature: #265 )
4870:
4871: 2011-05-15 misha
4872:
4873: * tests/268.html: - tests for ^table.count[with options] were added
4874:
4875: * src/classes/table.C: - method ^table.count[] now can accept
4876: options ( new feature: #93 ): ^table.count[column] returns number
4877: of columns for named table; ^table.count[cells] returns number of
4878: cells in the current row; ^table.count[] & ^table.count[rows]
4879: return number of rows in a table.
4880:
4881: * tests/267.html: - test for checking switch/case in boolean mode
4882: was added
4883:
4884: * src/classes/op.C: - if switch's or case's value is bool, they are
4885: compared as bool values, not as double values: new feature: #351
4886:
4887: 2011-05-06 misha
4888:
4889: * tests/242.html: - EOL before EOF was added
4890:
4891: * tests/169.html: - tests for splitting empty string and void were
4892: added
4893:
4894: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
4895: returned table with one empty cell)
4896:
4897: 2011-04-03 misha
4898:
4899: * src/include/pa_version.h, configure.in: - version in head was
4900: changed to 3.4.2b
4901:
4902: 2011-03-30 misha
4903:
4904: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
4905: as well ( new feature #294 )
4906:
4907: 2011-03-29 misha
4908:
4909: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
4910: limited to approx. 6 MB. previous limits were too big for real
4911: life. bugfix: #216
4912:
4913: 2011-03-04 moko
4914:
4915: * etc/parser3.charsets/cp866.cfg: Conforms to
4916: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
4917:
4918: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
4919: vlalek@
4920:
4921: 2011-02-22 misha
4922:
4923: * src/include/pa_charset.h, operators.txt: - some methods mustn't
4924: be under #ifdef XML or parser can't be compiled without xml
4925: support
4926:
4927: 2011-02-21 misha
4928:
1.116 moko 4929: * src/targets/apache/: Makefile.am: - mention
1.95 moko 4930: ApacheModuleParser3.vcproj was removed
4931:
4932: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
4933: removed)
4934:
4935: 2011-02-20 misha
4936:
4937: * tests/: 266.html, 266.p: - tests for checking $.inherited and
4938: $.overridden in ^reflection:method_info[...] were added
4939:
4940: * src/classes/reflection.C: - beautifying result of
4941: ^reflection:method_info[] ($.overridden/inherited)
4942:
4943: 2011-02-18 misha
4944:
4945: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
4946: and pa_isalnum instead of isalpha and isalnum - bug with
4947: redundand quoting lowercased latin chars while building email
4948: body was fixed
4949:
4950: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
4951: added (they check for latin chars only)
4952:
4953: 2011-02-16 misha
4954:
4955: * src/main/pa_charset.C: - bugfix: in some cases the calculating
4956: string size for transcoding gave too small value (should ever
4957: look for availability char in dest charset inspite of the char
4958: size)
4959:
4960: 2011-02-04 moko
4961:
4962: * tests/223.html: header values now not url-encoded (issue #195)
4963:
4964: 2011-02-01 misha
4965:
4966: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
4967:
4968: 2011-01-31 misha
4969:
4970: * src/main/pa_request.C: - throw exception if param file_name in
4971: use_file is empty
4972:
4973: 2011-01-08 moko
4974:
4975: * src/classes/curl.C: compilations errors fixed
4976:
4977: 2010-12-29 moko
4978:
4979: * tests/: 265.html, results/265.processed: test for issue #200
4980: added
4981:
4982: * src/main/pa_string.C: empty regex result check added (fixes issue
4983: #200)
4984:
4985: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
4986:
4987: * tests/results/223.processed: header values now not url-encoded
4988: (issue #195)
4989:
4990: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
4991: main/untaint.C: L_HTTP_HEADER now used in http headers values,
4992: pa_http_safe_header_name added for headers names (fixes bug #195)
4993:
4994: 2010-12-18 misha
4995:
4996: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
4997: => pa-include
4998:
4999: 2010-11-28 moko
5000:
5001: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
5002:
5003: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
5004: -> pa
5005:
5006: * configure.in: apr -> pa
5007:
5008: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
5009:
5010: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
5011: classes/Makefile.am, types/Makefile.am: apr -> pa
5012:
5013: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
5014: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
5015: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
5016: pa-include/pa_apr.h, pa-include/pa_errno.h,
5017: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
5018: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
5019: module apr name conflict resolved)
5020:
5021: 2010-11-27 misha
5022:
5023: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
5024: libbz2
5025:
5026: 2010-11-26 misha
5027:
5028: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
5029: warnings removed
5030:
5031: 2010-11-25 moko
5032:
5033: * operators.txt: $.indent(true)
5034:
5035: * operators.txt: another bugfix. :)
5036:
5037: * operators.txt: bugfix. :)
5038:
5039: * buildall-with-xml: libxml2-2.7.8 + with-apache
5040:
5041: 2010-11-24 moko
5042:
1.116 moko 5043: * configure: apxs support
1.95 moko 5044:
5045: * configure.in: apxs support -Bstatic gc removed for OS X
5046:
5047: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
5048:
5049: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
5050: THREAD_LOCAL usage
5051:
5052: * src/: classes/curl.C, include/pa_config_includes.h,
5053: main/pa_globals.C: THREAD_LOCAL defined and used
5054:
5055: 2010-11-23 moko
5056:
5057: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
5058: should be passed to pa_sleep, and only fractional part (bugfix:
5059: #188)
5060:
5061: * src/targets/apache/mod_parser3.c: 1.3 compatibility
5062:
5063: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5064: GC_dont_gc=1, as in cgi version
5065:
5066: * src/targets/apache/mod_parser3.c: warning war
5067:
5068: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5069: pa_httpd.h: version removed, some trash removed
5070:
5071: * src/targets/apache/mod_parser3.c: version removed (we don't want
5072: to show it), warning war
5073:
5074: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5075: pa_httpd.h: parser_status_allowed removed + merge config
5076: functions removed (override is the default) + beauty
5077:
5078: * src/: include/pa_request.h, main/pa_request.C,
5079: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
5080: hide $status used in apache module removed
5081:
5082: 2010-11-18 moko
5083:
5084: * operators.txt: $.table[compact] added for ^json:string[]
5085:
5086: 2010-11-16 moko
5087:
5088: * src/targets/apache/mod_parser3.c: some cleanup done
5089:
5090: * src/main/untaint.C: bugfix: first, second String::Body argument
5091: is hashcode; second, info.fragment_begin is original, not
5092: resulting length
5093:
5094: * src/classes/file.C: new feature: $.stdin now untainted
5095:
5096: * tests/results/264.processed: new feature: $.stdin[] now untainted
5097:
5098: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
5099:
5100: * src/classes/op.C: ^apply-taint[] method added
5101:
5102: * tests/: 264.html, results/264.processed: ^apply-taint[] test
5103: added; $.stdin untaint test added
5104:
5105: 2010-11-15 moko
5106:
5107: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
5108: removed
5109:
5110: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5111: pa_httpd.h: 2x2 calculated under apache2. :)
5112:
5113: 2010-11-13 moko
5114:
5115: * src/targets/apache/mod_parser3.c: initial changes to build module
5116: with apache 2.x includes
5117:
5118: * src/targets/apache/: Makefile.am, mod_parser3.c,
5119: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
5120: united apache 1.3 / apache 2.x DSO module
5121:
5122: 2010-11-09 moko
5123:
5124: * src/types/pa_method.h: check added to dissallow @method[name;*]
5125: syntax
5126:
5127: * tests/: 263.html, results/263.processed: test from method[*args]
5128: added
5129:
5130: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
5131: number of params can now be passed to a method declared with *arg
5132:
5133: 2010-11-06 moko
5134:
5135: * src/classes/table.C: formating fixed. :)
5136:
5137: * src/classes/table.C: closes #4: ^table.select now supports
5138: $.limit(), $.offset, $.reverse() options
5139:
5140: * tests/: 262.html, results/262.processed: test for ^table:select
5141: with options added (feature #4)
5142:
5143: * src/include/pa_array.h: remove function added
5144:
5145: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
5146: object in get_element/put_element, using static one.
5147:
5148: 2010-11-04 moko
5149:
5150: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
5151: options is passed
5152:
5153: * tests/: 256.html, results/256.processed: $.table[compact] feature
5154: now tested; k and p in handler now tested.
5155:
5156: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
5157: $.table[compact] feature added
5158:
5159: * src/classes/json.C: key is now passed to handler in
5160: value_json_string; ^json:string result now process tainting
5161: inside and returns clean string, related to issue #153
5162:
5163: * src/main/untaint.C: bugfix: charset can be null (in
5164: ^string:save[] as example), thus check is added
5165:
5166: 2010-10-31 moko
5167:
5168: * src/classes/string.C: error message changed (fixes issue #149)
5169:
5170: 2010-10-29 moko
5171:
5172: * src/main/pa_http.C: ":port" is now added to "Host:" header if
5173: port is not default (fixes issue #155); exception on invalid port
5174: added.
5175:
5176: * src/main/untaint.C: '*' is now not urlencoded to allow header
5177: "Accept: */*" to be passed
5178:
5179: 2010-10-28 moko
5180:
5181: * src/classes/curl.C: bugfix: detect_charset() was throwing
5182: exception on unknown charset even if response_charset was
5183: specified
5184:
5185: 2010-10-27 moko
5186:
5187: * src/classes/string.C: ^string.append removed for void
5188: compatibility
5189:
5190: 2010-10-26 moko
5191:
5192: * src/classes/json.C: libjson supports array at top level, we too
5193: (GPF fixed)
5194:
5195: 2010-10-25 moko
5196:
5197: * tests/: 253.html, results/253.processed: libjson supports array
5198: at top level, parser now supports it as well.
5199:
5200: * tests/261.html, tests/results/261.processed,
5201: src/types/pa_vstring.h: empty string is now void compatible
5202: (allows $empty.key)
5203:
5204: 2010-10-22 misha
5205:
5206: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
5207: while adding additional expires checkout)
5208:
5209: * tests/030.html: - test for session cookie was added
5210:
5211: 2010-10-21 moko
5212:
5213: * src/: classes/string.C, classes/void.C, main/execute.C,
5214: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
5215: string (feature #111)
5216:
5217: * tests/: 261.html, results/261.processed: checks void from string
5218: inheritance (feature #111)
5219:
5220: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
5221: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
5222: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
5223: now true by default
5224:
5225: 2010-10-17 moko
5226:
5227: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
5228: upload now uses binary blocks instead of L_FILE_POST tainting.
5229: (bugfix: #128)
5230:
5231: * tests/: 223.html, results/223.processed: binary file upload test
5232: added, GPF (issue #128) also checked in this test
5233:
5234: 2010-10-13 misha
5235:
5236: * tests/260.html: - test for math:convert
5237:
5238: * src/classes/math.C: - error in math:convert was fixed
5239:
5240: * operators.txt: - info about
5241: ^math:convert[number](from-base;to-base) was added
5242:
5243: * src/classes/math.C: - method
5244: ^math:convert[number](from-base;to-base) for converting number
5245: represention from one base to another was added ( new feature:
5246: #23 )
5247:
5248: 2010-10-13 moko
5249:
5250: * src/main/compile.tab.C: [] now is empty string, not void
5251:
5252: * src/main/compile.y: [] now is empty string, not void
5253:
5254: * src/types/pa_vvoid.h: void now passed as parameter
5255:
5256: * tests/: 259.html, results/259.processed: to test difference
5257: between void and empty string (see ticket #111)
5258:
5259: * tests/results/152.processed: $sEmpty[] is now empty string, not
5260: void
5261:
5262: * tests/256.html: $s[$void] is no longer empty string
5263:
5264: * tests/254.html: empty string is no longer void
5265:
5266: 2010-10-12 misha
5267:
5268: * src/types/pa_vcookie.C: - check if $.expires value can be
5269: converted to date during cookies set up ( bugfix: #104 )
5270:
5271: * tests/041.html: - more tests for ^table.locate were added
5272:
5273: * src/classes/table.C: - ^table.locate[field;value;options] didn't
5274: work ( bugfix: #129 ) - exception comment for incorrect options
5275: ^table.locate[field;value;options] was fixed
5276:
5277: 2010-10-10 moko
5278:
5279: * src/: classes/reflection.C, main/execute.C: constructor returning
5280: another object feature returned
5281:
5282: * tests/results/258.processed: test result updated as constructor
5283: returning another object feature returned
5284:
5285: * tests/: 258.html, results/258.processed: test for constructor
5286: returning another object
5287:
5288: 2010-10-08 misha
5289:
5290: * tests/257.html: - whitespaces after @METACOMMANDS and their
5291: options shouldn't cause exceptions any longer
5292:
5293: 2010-10-06 moko
5294:
5295: * src/classes/: hash.C, table.C: length from sql server is now
5296: ignored, as sql string can contain 0x00 inside (bugfix: #119)
5297:
5298: 2010-10-02 misha
5299:
5300: * operators.txt: - the X mark was removed from ^cache[file]. it is
5301: usable to delete cache file.
5302:
5303: 2010-10-02 moko
5304:
5305: * tests/: 253.html, results/253.processed: hook_key added for key
5306: checking
5307:
5308: * src/classes/json.C: null key bug fixed
5309:
5310: 2010-09-29 misha
5311:
5312: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
5313:
5314: 2010-09-25 moko
5315:
5316: * src/classes/json.C: small fixed
5317:
5318: * tests/results/: 253.processed, 255.processed: just updated
5319:
5320: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
5321: results/255.processed: charset transcode test added for
5322: json:parse
5323:
5324: 2010-09-24 moko
5325:
5326: * src/types/pa_value.h: warning war :)
5327:
5328: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
5329: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
5330: ^json:string
5331:
5332: 2010-09-22 moko
5333:
5334: * src/main/pa_charset.C: parser charset tables declare only
5335: white-space before 0x20, thus adding the missing chars
5336:
5337: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
5338: to http://unicode.org/Public/MAPPINGS/VENDORS/
5339:
5340: 2010-09-21 misha
5341:
5342: * src/main/compile.y: - some semicolons were added (VS2010 don't
5343: want to compile grammar if they are absent)
5344:
5345: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
5346:
5347: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
5348:
5349: * src/main/main.vcproj: - path to bison is changed
5350:
5351: 2010-09-21 moko
5352:
1.116 moko 5353: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
5354: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
5355: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 5356:
5357: 2010-09-20 misha
5358:
5359: * src/types/pa_vtable.C: - add EOLs while json-serializing table
5360:
5361: * src/classes/json.C: - add EOL while json-serializing hash
5362:
5363: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
5364: compilers don't like 'ES'.
5365:
5366: 2010-09-17 misha
5367:
5368: * operators.txt: - info about json class was added
5369:
5370: * src/classes/json.C: - ^json:string[object]
5371:
5372: * src/: include/pa_request.h, main/pa_request.C: - stuff for
5373: preventing infinite recursion while executing json:string was
5374: added
5375:
5376: * src/include/pa_string.h: - method append_quoted was added
5377:
5378: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
5379: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
5380: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
5381: was added to Value & Co
5382:
5383: * src/classes/date.C: - methods get_gmt_string and get_sql_string
5384: were used
5385:
5386: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
5387: were added
5388:
5389: 2010-09-10 moko
5390:
5391: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5392: die_or_abort (backport from 3.4.1)
5393:
5394: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5395: die_or_abort (bugfix: #106)
5396:
5397: 2010-09-09 moko
5398:
5399: * src/classes/json.C: warning war. :)
5400:
5401: 2010-09-08 misha
5402:
5403: * src/lib/json/Makefile.am: - additional include directories were
5404: added (for pa_memory.h and gc.h)
5405:
5406: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
5407: compile as C++ instead default - additional include directory was
5408: added (for gc.h)
5409:
5410: * src/types/pa_vform.C: - little code reformating
5411:
5412: * src/classes/file.C: - $.content-type option now can be specified
5413: in ^file::create ( new feature: #102 )
5414:
5415: 2010-09-08 moko
5416:
5417: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
5418: pa_malloc/pa_free
5419:
5420: 2010-09-07 moko
5421:
5422: * tests/results/254.processed: VStateless_class:put_element
5423: exception was fixed
5424:
5425: * src/types/: pa_value.h, pa_vstateless_class.h: now
5426: VStateless_class:put_element barks self.type, not this.type
5427: (bugfix: #105)
5428:
5429: 2010-09-06 moko
5430:
5431: * src/classes/reflection.C: bugfix: new String() is required for
5432: exception handling
5433:
5434: * tests/: 254.html, results/254.processed: test modified
5435:
5436: 2010-09-05 moko
5437:
5438: * tests/: 254.html, results/254.processed: ^reflection:copy test
5439: added
5440:
5441: * src/: classes/reflection.C, include/pa_request.h:
5442: ^reflection:copy implemented (new feature: #100)
5443:
5444: 2010-09-03 moko
5445:
5446: * src/lib/json/JSON_parser.C: c++ compatiblity
5447:
5448: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
5449: option testing added
5450:
5451: 2010-09-02 moko
5452:
5453: * src/classes/json.C: $.distinct[first|last|all] added
5454:
5455: 2010-09-01 moko
5456:
5457: * tests/results/253.processed: json test result
5458:
5459: * tests/: 253.html, 253_json.txt: json test added
5460:
5461: * src/classes/json.C: json.C update to actual version + hash key
5462: creation bugfix
5463:
5464: 2010-08-31 misha
5465:
5466: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
5467: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
5468: src/lib/Makefile.am, src/classes/Makefile.am,
5469: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
5470: json library was added
5471:
5472: 2010-08-30 moko
5473:
5474: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
5475: types/pa_vobject.C: cosmetic optimization in
5476: request:execute_method usage
5477:
5478: * src/: include/pa_charset.h, main/pa_charset.C: small
5479: optimization, just to decrease number of lines. :)
5480:
5481: 2010-08-27 misha
5482:
5483: * src/classes/op.C: - taint[json] was added
5484:
5485: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
5486: were added
5487:
5488: * src/main/pa_exec.C: - warning fix was rolled back.
5489:
5490: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
5491: include/pa_string.h: - taint[json] was added - escaping was
5492: slightly modified
5493:
5494: 2010-08-25 misha
5495:
5496: * src/classes/file.C: - typo in file:sql exception was fixed
5497:
5498: * src/main/pa_exec.C: - warning about declared and not used
5499: variable forced_allow was removed
5500:
5501: 2010-08-14 misha
5502:
5503: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
5504: were removed
5505:
5506: 2010-08-11 moko
5507:
5508: * tests/: 249.html, results/249.processed: default setter and
5509: anti-recursive default getter test added
5510:
5511: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
5512: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
5513: types/pa_vobject.h, types/pa_vstateless_class.C,
5514: types/pa_vstateless_class.h: default setter support +
5515: anti-recursive default getter support ( new feature: #13 )
5516:
5517: * src/include/pa_hash.h: optimization: threshold member removed
5518: from hash, reducing sizeof(hash)
5519:
5520: 2010-08-10 misha
5521:
5522: * tests/196.html: - junction-method was added to the test
5523:
5524: * tests/248.html: - ups. typo :)
5525:
5526: * tests/248.html: - test for checking .match with 4 params
5527:
5528: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
5529: 247_windows1251.txt: - test for "transcode file from utf-8 to
5530: $request:charset during loading if the BOM code is detected"
5531:
5532: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
5533: $request:charset during loading if the BOM code is detected ( new
5534: feature: #98 )
5535:
5536: 2010-08-05 misha
5537:
5538: * src/classes/image.C: - ^image.replace now can accept only 2
5539: params. in this case the whole image is affected ( new feature:
5540: #95 )
5541:
5542: 2010-08-04 misha
5543:
5544: * tests/246.html: - test tor ^hash._at[] was added
5545:
5546: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
5547: #53 )
5548:
5549: * src/include/pa_hash.h: - methods for accessing the first and the
5550: last values of ordered hash were added (first_value and
5551: last_value)
5552:
5553: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
5554: (similar to others file's methods):
5555: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
5556: #68 )
5557:
5558: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
5559:
5560: 2010-08-01 moko
5561:
5562: * src/classes/op.C: to correctly process $result[] in code, called
5563: from ^process
5564:
5565: * tests/245.html: $result in ^process[] test added
5566:
5567: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
5568: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
5569: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
5570: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
5571: caller, self) op_call(VMethodFrame &frame, bool constructing)
5572: removed, construct(class,method) added
5573:
5574: * tests/results/: 192.processed, 244.processed: request::construct
5575: added
5576:
5577: * tests/: 244.html, 245.html, results/244.processed,
5578: results/245.processed: object creation exceptions and ^process
5579: tests added
5580:
5581: 2010-07-28 misha
5582:
5583: * tests/make_tests.cmd: - win32 EOLs
5584:
5585: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
5586: tests on Win32 were added (The system timezone should be GMT+3)
5587:
5588: 2010-07-26 misha
5589:
5590: * tests/: 212.html, results/212.processed: - sizes were removed
5591: mecause they could be different on different OSs
5592:
5593: * tests/065.html: - make it "win32 friendly"
5594:
5595: 2010-07-25 misha
5596:
5597: * src/main/compile.y: - all EOLs between methods are removed during
5598: compilation ( new feature: #47 )
5599:
5600: * tests/results/149.processed: - prepare tests to trim trailing
5601: methods' EOLs
5602:
5603: * tests/149.html: - prepare tests to trim trailing methods' EOLs
5604:
5605: * tests/: results/006.processed, results/014.processed, 006.html,
5606: 014.html, 022.html: - prepare tests to trim trailing methods'
5607: EOLs
5608:
5609: * tests/: 059.html, 071.html, 149.html, results/059.processed,
5610: results/071.processed, results/022.processed: - prepare tests to
5611: trim trailing methods' EOLs
5612:
5613: * tests/: results/073.processed, results/109.processed,
5614: results/142.processed, results/144.processed,
5615: results/149.processed, 073.html, 096.html, 109.html, 142.html,
5616: 144.html: - prepare tests to trim trailing methods' EOLs
5617:
5618: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
5619: 149.html, 152.html, results/096.processed, results/107.processed,
5620: results/109.processed, results/142.processed,
5621: results/144.processed: - prepare tests to trim trailing methods'
5622: EOLs
5623:
5624: 2010-07-24 moko
5625:
5626: * tests/results/: 156.processed, 224.processed: fix for #54 changed
5627: the hash order in this test
5628:
5629: * tests/014.html: to check hash order, hash no is longer sorted
5630: before print
5631:
5632: * src/include/pa_hash.h: hash copy constructor now keeps order
5633: (bugfix: #54)
5634:
5635: 2010-07-23 moko
5636:
5637: * tests/results/224.processed: @auto[] is no longer inherited
5638:
5639: * src/types/pa_vstateless_class.C, tests/227.html,
5640: tests/results/227.processed: @auto[] is no longer inherited
5641: (bugfix: #57)
5642:
5643: 2010-07-22 misha
5644:
5645: * src/classes/table.C: - don't skip comment lines during
5646: table::load if encloser or separator is set as '#' ( new feature:
5647: #30 )
5648:
5649: * src/targets/cgi/parser3.C: - don't run as cgi if
5650: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
5651: #12 )
5652:
5653: * src/classes/file.C: - set PARSER_VARSION env before external
5654: script executing
5655:
5656: 2010-07-13 misha
5657:
5658: * tests/058.html: - test for suppressing @border was added - test
5659: for user attribute was added
5660:
5661: * tests/results/186.processed: unescaping from \uXXXX
5662:
5663: * tests/186.html: unescaping from \uXXXX
5664:
5665: * tests/: 239.html, results/239.processed: method call type
5666:
5667: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
5668: $junction_method.CLASS_NAME (+CLASS)
5669:
5670: 2010-07-07 misha
5671:
5672: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
5673: *nix
5674:
5675: 2010-07-05 misha
5676:
5677: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5678: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
5679: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
5680: comment strings "options must be hash", "options must be hash,
5681: not code" and "called with invalid option" were replaced by
5682: constatns - exception comment string "invalid option passed" was
5683: replaced by "called with invalid option" (now in different
5684: methods are the same exception comment string)
5685:
5686: * src/include/pa_exception.h: - more exception strings were defined
5687:
5688: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5689: types/pa_vstateless_class.h: - now we can define possible
5690: method's call type ( new feature: #5 ) 1.
5691: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
5692: methods 2. @static:method[params] (only static keyword could be
5693: used here) -- for specified methods
5694:
5695: * src/main/pa_common.C: - junction points should not be deleted on
5696: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
5697: cleanup
5698:
5699: 2010-07-03 misha
5700:
5701: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
5702: results/158.processed, results/160.processed,
5703: results/161.processed, results/162.processed,
5704: results/163.processed: - prepare tests to trim trailing methods'
5705: EOLs
5706:
5707: * tests/results/169.processed: - prepare tests to trim trailing
5708: methods' EOLs
5709:
5710: * tests/results/: 168.processed, 169.processed: - prepare tests to
5711: trim trailing methods' EOLs
5712:
5713: * tests/: results/170.processed, results/167.processed,
5714: results/168.processed, results/169.processed, 167.html, 168.html,
5715: 169.html: - prepare tests to trim trailing methods' EOLs
5716:
5717: * tests/: results/170.processed, results/171.processed,
5718: results/172.processed, results/173.processed,
5719: results/174.processed, results/175.processed, 170.html, 171.html,
5720: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
5721: trailing methods' EOLs
5722:
5723: * tests/: results/176.processed, results/180.processed,
5724: results/184.processed, results/185.processed,
5725: results/191.processed, results/192.processed,
5726: results/196.processed, results/197.processed,
5727: results/198.processed, 176.html, 180.html, 184.html, 185.html,
5728: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
5729: to trim trailing methods' EOLs
5730:
5731: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
5732: results/199.processed, results/208.processed,
5733: results/209.processed, results/213.processed,
5734: results/214.processed: - prepare tests to trim trailing methods'
5735: EOLs
5736:
5737: 2010-06-29 misha
5738:
5739: * tests/: 220.html, 218.html, results/218.processed,
5740: results/215.processed, results/217.processed, 215.html, 217.html:
5741: - prepare tests to trim trailing methods' EOLs
5742:
5743: * tests/: results/224.processed, 224.html, 223.html,
5744: results/223.processed, results/220.processed: - prepare tests to
5745: trim trailing methods' EOLs
5746:
5747: * tests/results/: 226.processed, 230.processed: - prepare tests to
5748: trim trailing methods' EOLs
5749:
5750: * tests/: 229.html, results/229.processed: - prepare tests to trim
5751: trailing methods' EOLs
5752:
5753: * tests/: 232.html, 235.html, results/232.processed,
5754: results/235.processed, 226.html, 227.html, 228.html, 230.html,
5755: results/226.processed, results/227.processed,
5756: results/228.processed, results/230.processed: - prepare tests to
5757: trim trailing methods' EOLs
5758:
5759: 2010-06-16 moko
5760:
5761: * tests/: 229.html, results/229.processed: elseif now supported in
5762: ^if
5763:
5764: * src/classes/op.C: new feature: #56 elseif now supported in ^if
5765:
5766: 2010-06-03 misha
5767:
5768: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
5769: instead of memcopy for overlaped regions
5770:
5771: 2010-05-25 misha
5772:
5773: * src/main/pa_common.C: - wanring about unused vars was removed
5774:
5775: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
5776: get_method_filename was moved to execute.C
5777:
5778: 2010-05-23 misha
5779:
5780: * src/main/pa_request.C: - more accurate detection of method's file
5781:
5782: 2010-05-22 misha
5783:
5784: * src/classes/reflection.C: - bugfix: core during detection of
5785: .file if filespec isn't detected successfully
5786:
5787: 2010-05-20 misha
5788:
5789: * src/main/pa_request.C: - fix in get_method_filename
5790:
5791: * src/include/pa_request.h: - new feature: #24 -- searching
5792: included file in @USE/^use is changed. if its filespec doesn't
5793: start from '/' it will be searched in caller file directory
5794:
5795: * src/classes/reflection.C: - ^reflection:method_info returns file
5796: where the method is defined
5797:
5798: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
5799: classes/op.C: - new feature: #24 -- searching included file in
5800: @USE/^use is changed. if its filespec doesn't start from '/' it
5801: will be searched in caller file directory
5802:
5803: * src/: classes/file.C, include/pa_common.h: - method lastposafter
5804: is moved to pa_common.h
5805:
5806: 2010-05-18 misha
5807:
5808: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
5809: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
5810: cookie parser decode \uXXXX as well as %uXXXX
5811:
5812: 2010-05-17 misha
5813:
5814: * src/classes/curl.C: beauty: - unused param is removed in method
5815: _curl_version_action - some spaces were removed or replaced by
5816: tabs
5817:
5818: * src/classes/table.C: - bugfix: #72 core with empty value during
5819: ^table.hash[...;name_of_the_last_column][$.type[string]]
5820:
5821: 2010-05-16 misha
5822:
5823: * src/classes/curl.C: new: #61 more curl options were added
5824: (contributed by Sumo)
5825:
5826: 2010-04-29 pretender
5827:
5828: * src/main/pa_string.C: fixes #63 Split result from empty string
5829: now empty string.
5830:
5831: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
5832: string type.
5833:
5834: 2010-04-28 pretender
5835:
5836: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
5837: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
5838: macrodefinition removed
5839:
5840: 2010-04-19 pretender
5841:
5842: * src/main/execute.C: fixes #60 Stacktrace now contains info for
5843: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
5844:
5845: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
5846: fixes #64 Now file.missing exception generates in unsafe mode to.
5847:
5848: * src/classes/file.C: fixes #48 Now not throw "not save environment
5849: variable" exception in grpunlim version.
5850:
5851: 2010-04-05 misha
5852:
5853: * src/classes/string.C: - new feature: 4th param was added to
5854: match. if specified its value is returned in case of nothing was
5855: found
5856:
5857: 2010-04-01 misha
5858:
5859: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
5860: multiple execution of /a/b/auto.p
5861:
5862: 2010-03-19 misha
5863:
5864: * src/main/execute.C: - core in $table1.$table2 was fixed
5865:
5866: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
5867:
5868: 2010-01-27 misha
5869:
5870: * src/main/pa_common.C: - bugfix: there are no excaption.type if
5871: trying to open file by path /existing-file/non-exixting-file
5872:
5873: 2010-01-26 misha
5874:
5875: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
5876: was added (returns file)
5877:
5878: 2009-12-22 misha
5879:
5880: * src/classes/curl.C: - method 'option' was renamed to 'options' -
5881: now parser doesn't have class curl if it was built without it
5882:
5883: 2009-12-15 misha
5884:
5885: * configure.in: - little cheat with curl include dir was added
5886:
5887: 2009-12-05 misha
5888:
5889: * src/classes/curl.C: - some fixes
5890:
5891: 2009-12-04 misha
5892:
5893: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
5894: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
5895: buildall-with-xml, buildall-without-xml, configure.in: - curl
5896: class was added
5897:
5898: * src/include/pa_hash.h: - hash-iterator was added
5899:
5900: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
5901: was added to pcre
5902:
5903: 2009-11-27 misha
5904:
5905: * src/classes/image.C: - don't add @border attribute to output of
5906: ^image.html[] if it was specified by user with empty value
5907:
5908: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
5909: root element and we are trying to access .documentElement
5910:
5911: 2009-11-11 misha
5912:
5913: * src/classes/table.C: - in ^table.flip[] look at number of columns
5914: instead of number of items in first row for named tables
5915:
5916: 2009-11-10 misha
5917:
5918: * operators.txt: - info about hash-options in ^file::create was
5919: added
5920:
5921: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
5922: added
5923:
5924: 2009-11-09 misha
5925:
5926: * buildall-with-xml: - moving to libxml 2.7.6
5927:
5928: * tests/236.html: - tests for comparations cords with functions
5929: were added
5930:
5931: * src/include/pa_string.h: - optimisation: cacheing of cstr was
5932: added
5933:
5934: * src/main/pa_http.C: - little optimisation
5935:
5936: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
5937: GPF mallocs + stringstream (table.save)
5938:
5939: * src/classes/file.C: - file::create now accepts 4th param: options
5940: with $.charset
5941:
5942: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
5943: bug in cord (comparation cords with functions was buggy)
5944:
5945: 2009-11-06 misha
5946:
5947: * src/main/pa_string.C: - bugfix: calculation string.length
5948: sometimes was buggy
5949:
5950: * src/classes/string.C: - bugfix: Temp_value_element wasn't
5951: destroyed if exception occured during match/replace
5952:
5953: * src/: main/pa_charset.C, include/pa_charset.h: - method
5954: lengthUTF8Char was added
5955:
5956: * src/classes/op.C: - clean tainting lang was added for user's
5957: usage
5958:
5959: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
5960: fixed: checkouts are required after GC_MALLOC
5961:
5962: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
5963:
5964: * operators.txt: - actually, there is no ^untaint[xml] in
5965: file::create
5966:
5967: 2009-10-15 misha
5968:
5969: * tests/: 235.html, 235_attach.txt: - tests for preparing email
5970: were added
5971:
5972: * tests/234.html: - more tests for checking ^taint[uri] escaping
5973: were added
5974:
5975: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
5976: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
5977: hacking: for dealing with transcoding+^taint[uri]
5978: transcode_and_untaint was replaced by untaint_and_transcode
5979:
5980: 2009-10-13 misha
5981:
5982: * tests/: 121.html, results/121.processed: - test transcoding +
5983: url-escaping now
5984:
5985: * tests/results/auto.p: - more helpers' methods were added
5986:
5987: * src/main/pa_globals.C: - die instead of abort
5988:
5989: 2009-10-06 misha
5990:
5991: * src/main/pa_common.C: - don't allocate memory during
5992: capitalization if input string is already capitalized
5993:
5994: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
5995:
5996: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
5997: use format function because it calls malloc
5998:
5999: * src/include/pa_common.h: - more capitalized headers were added
6000:
6001: * src/main/pa_common.C: - in safe mode clear executable bits during
6002: file writing
6003:
6004: 2009-10-05 misha
6005:
6006: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
6007:
6008: 2009-10-03 misha
6009:
6010: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
6011: ^img.text[] & ^img.length[] can work in utf-8 now
6012:
6013: * src/: include/pa_charset.h, main/pa_charset.C: - class
6014: UTF8_string_iterator was added
6015:
6016: * src/classes/image.C: - respect utf-8 when calculate alphabet
6017: length
6018:
6019: * src/classes/mail.C: - check from before get message.cstr
6020:
6021: 2009-10-02 misha
6022:
6023: * tests/233.html: - test for image.font, image.length, image.text
6024: with text in utf-8 were added
6025:
6026: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
6027:
6028: * buildall-with-xml, buildall-without-xml: - comment about gc
6029: version for freebsd 4 was added
6030:
6031: 2009-10-01 misha
6032:
6033: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
6034: terminator) - read_pipe were slightly optimized
6035:
6036: 2009-09-28 misha
6037:
6038: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
6039: removed
6040:
6041: * src/types/pa_vmail.C: - forgot about space after ':'
6042:
6043: * src/types/pa_vmail.C: - escape filenames while preparing mail
6044: body - small simplifications
6045:
6046: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
6047: inout params like pa_base64
6048:
6049: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
6050: option $.debug-print(1) was added to mail:send - changes for
6051: using uue_encode which uses less memory
6052:
6053: * src/main/pa_common.C: - pa_base64_encode uses less memory now
6054:
6055: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
6056: memory now
6057:
6058: 2009-09-26 misha
6059:
6060: * src/types/pa_vmail.C: - default encoding now is base64
6061:
6062: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
6063:
6064: 2009-09-25 misha
6065:
6066: * src/types/pa_vmail.C: - capitalization of headers was added to
6067: sending mail as well
6068:
6069: * buildall-with-xml: - catalog package was removed from libxml
6070:
6071: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
6072: win32 absolute path
6073:
6074: * src/include/pa_common.h: - one more capitalized header was added
6075:
6076: 2009-09-22 misha
6077:
6078: * INSTALL: - comment about building just httpd binary while
6079: building apache module was added
6080:
6081: 2009-09-21 misha
6082:
6083: * buildall-with-xml: - moving to the latest versions of xml libs:
6084: libxml 2.7.4 and libxslt 1.1.25
6085:
6086: 2009-09-19 misha
6087:
6088: * tests/231.html: - test for encoding cookie in win-1251
6089:
6090: 2009-09-18 misha
6091:
6092: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
6093: object] were added
6094:
6095: * operators.txt: - info about method ^reflection:fields[class or
6096: object] was added
6097:
6098: * src/classes/reflection.C: - method ^reflection:fields[class or
6099: object] was added
6100:
6101: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
6102: methods get_fields were added
6103:
6104: * tests/232.html: - tests for @GET[name]
6105:
6106: * src/classes/table.C: - some changes in handling hash-options for
6107: creare, join and locate
6108:
6109: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
6110: defined with option: the type of requested value
6111:
6112: 2009-09-17 misha
6113:
6114: * tests/212.html: - tests for .pattern and .options were added
6115:
6116: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
6117: $regex.options were added
6118:
6119: 2009-09-11 misha
6120:
6121: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
6122: rewrited. it checks not just one case of sending cookies during
6123: file::load[http], but also sending headers and fields (including
6124: files)
6125:
6126: 2009-09-10 misha
6127:
6128: * src/main/untaint.C: - workaround in file-spec lang for old Macs
6129: was removed => now parser can open files with Russian 'r' in
6130: filename
6131:
6132: * src/main/untaint.C: - bugfix: client charset whould be analized
6133: while escaping cookies but now source charset
6134:
6135: * src/main/pa_http.C: - bugfix: the values of http headers didn't
6136: ^tainted[uri] so it was possible to make request with incorrect
6137: http header
6138:
6139: * src/main/pa_http.C: - capitalization of http headers during
6140: file::load[http was slightly changes - bugfix: all headers which
6141: parser sends during file::load[http should be transcoded and only
6142: then escaped
6143:
6144: * src/main/untaint.C: - a bit more comments were added
6145:
6146: * src/classes/: file.C, string.C: - types where changes (minus 2
6147: warnings)
6148:
6149: * src/include/pa_common.h: - 2 capitalized strings for making http
6150: headers during file::load[http were added
6151:
6152: 2009-09-08 misha
6153:
6154: * operators.txt: - changes in file.save and string.save were added
6155:
6156: * tests/: 230.html, 230.txt: - tests for checking options in
6157: file.save and string.save were added
6158:
6159: * src/main/pa_request.C: - http headers names, which are passed to
6160: SAPI::add_header_attribute are lowercased now (it'll be
6161: capitalized in that method)
6162:
6163: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
6164: classes/string.C: - file_write accepts Request_charsets and asked
6165: charset and cound transcode content before writing - string.save
6166: and file.save have option $.charset now
6167:
6168: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
6169: classes/xdoc.C: - file_write accepts Request_charsets and asked
6170: charset and cound transcode content before writing
6171:
6172: * src/include/pa_exception.h: - new exception comment string was
6173: defined
6174:
6175: 2009-09-07 misha
6176:
6177: * src/main/compile.y: - grammar $name\ name stops now for regex
6178: sub-pattern\s
6179:
6180: 2009-09-04 misha
6181:
6182: * src/main/pa_http.C: - capitalization of http headers during
6183: file::load[http was implemented
6184:
6185: 2009-09-03 misha
6186:
6187: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6188: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
6189: types/pa_vmail.C, targets/cgi/parser3.C,
6190: targets/isapi/parser3isapi.C: - back to storing response http
6191: headers in lowercase - capitalize them during output
6192:
6193: 2009-08-31 misha
6194:
6195: * src/classes/table.C: - allow call with any brackets (it could be
6196: useful in methods with explict result declaration)
6197:
6198: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
6199: correctly if $request:charset==koi8-r
6200:
6201: 2009-08-30 misha
6202:
6203: * src/: include/pa_common.h, main/pa_request.C: - http headers were
6204: changed: content-type => Content-type and so on
6205:
6206: * src/classes/file.C, src/include/pa_common.h,
6207: src/include/pa_request.h, src/main/pa_http.C,
6208: src/main/pa_request.C, src/types/pa_vcookie.C,
6209: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
6210: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
6211: tests/results/002.processed, tests/results/003.processed,
6212: tests/results/004.processed, tests/results/005.processed,
6213: tests/results/006.processed, tests/results/007.processed,
6214: tests/results/008.processed, tests/results/009.processed,
6215: tests/results/010.processed, tests/results/011.processed,
6216: tests/results/012.processed, tests/results/013.processed,
6217: tests/results/014.processed, tests/results/015.processed,
6218: tests/results/016.processed, tests/results/017.processed,
6219: tests/results/018.processed, tests/results/019.processed,
6220: tests/results/020.processed, tests/results/021.processed,
6221: tests/results/022.processed, tests/results/023.processed,
6222: tests/results/024.processed, tests/results/025.processed,
6223: tests/results/026.processed, tests/results/027.processed,
6224: tests/results/028.processed, tests/results/029.processed,
6225: tests/results/030.processed, tests/results/031.processed,
6226: tests/results/032.processed, tests/results/033.processed,
6227: tests/results/034.processed, tests/results/035.processed,
6228: tests/results/036.processed, tests/results/037.processed,
6229: tests/results/038.processed, tests/results/039.processed,
6230: tests/results/040.processed, tests/results/041.processed,
6231: tests/results/042.processed, tests/results/043.processed,
6232: tests/results/044.processed, tests/results/045.processed,
6233: tests/results/046.processed, tests/results/047.processed,
6234: tests/results/048.processed, tests/results/049.processed,
6235: tests/results/050.processed, tests/results/051.processed,
6236: tests/results/052.processed, tests/results/053.processed,
6237: tests/results/054.processed, tests/results/055.processed,
6238: tests/results/056.processed, tests/results/057.processed,
6239: tests/results/058.processed, tests/results/059.processed,
6240: tests/results/060.processed, tests/results/061.processed,
6241: tests/results/062.processed, tests/results/063.processed,
6242: tests/results/064.processed, tests/results/065.processed,
6243: tests/results/066.processed, tests/results/067.processed,
6244: tests/results/068.processed, tests/results/069.processed,
6245: tests/results/070.processed, tests/results/071.processed,
6246: tests/results/072.processed, tests/results/073.processed,
6247: tests/results/074.processed, tests/results/075.processed,
6248: tests/results/076.processed, tests/results/077.processed,
6249: tests/results/078.processed, tests/results/079.processed,
6250: tests/results/080.processed, tests/results/081.processed,
6251: tests/results/082.processed, tests/results/083.processed,
6252: tests/results/084.processed, tests/results/085.processed,
6253: tests/results/086.processed, tests/results/087.processed,
6254: tests/results/088.processed, tests/results/089.processed,
6255: tests/results/090.processed, tests/results/091.processed,
6256: tests/results/092.processed, tests/results/093.processed,
6257: tests/results/094.processed, tests/results/095.processed,
6258: tests/results/096.processed, tests/results/097.processed,
6259: tests/results/098.processed, tests/results/099.processed,
6260: tests/results/100.processed, tests/results/101.processed,
6261: tests/results/102.processed, tests/results/103.processed,
6262: tests/results/104.processed, tests/results/105.processed,
6263: tests/results/106.processed, tests/results/107.processed,
6264: tests/results/108.processed, tests/results/109.processed,
6265: tests/results/110.processed, tests/results/111.processed,
6266: tests/results/112.processed, tests/results/113.processed,
6267: tests/results/114.processed, tests/results/115.processed,
6268: tests/results/116.processed, tests/results/117.processed,
6269: tests/results/118.processed, tests/results/119.processed,
6270: tests/results/120.processed, tests/results/121.processed,
6271: tests/results/122.processed, tests/results/123.processed,
6272: tests/results/124.processed, tests/results/125.processed,
6273: tests/results/126.processed, tests/results/127.processed,
6274: tests/results/128.processed, tests/results/129.processed,
6275: tests/results/130.processed, tests/results/131.processed,
6276: tests/results/132.processed, tests/results/133.processed,
6277: tests/results/134.processed, tests/results/135.processed,
6278: tests/results/136.processed, tests/results/138.processed,
6279: tests/results/139.processed, tests/results/140.processed,
6280: tests/results/141.processed, tests/results/142.processed,
6281: tests/results/143.processed, tests/results/144.processed,
6282: tests/results/145.processed, tests/results/146.processed,
6283: tests/results/147.processed, tests/results/148.processed,
6284: tests/results/149.processed, tests/results/150.processed,
6285: tests/results/151.processed, tests/results/152.processed,
6286: tests/results/153.processed, tests/results/154.processed,
6287: tests/results/155.processed, tests/results/156.processed,
6288: tests/results/157.processed, tests/results/158.processed,
6289: tests/results/159.processed, tests/results/160.processed,
6290: tests/results/161.processed, tests/results/162.processed,
6291: tests/results/163.processed, tests/results/164.processed,
6292: tests/results/165.processed, tests/results/166.processed,
6293: tests/results/167.processed, tests/results/168.processed,
6294: tests/results/169.processed, tests/results/170.processed,
6295: tests/results/171.processed, tests/results/172.processed,
6296: tests/results/173.processed, tests/results/174.processed,
6297: tests/results/175.processed, tests/results/176.processed,
6298: tests/results/177.processed, tests/results/178.processed,
6299: tests/results/179.processed, tests/results/180.processed,
6300: tests/results/181.processed, tests/results/182.processed,
6301: tests/results/183.processed, tests/results/184.processed,
6302: tests/results/185.processed, tests/results/186.processed,
6303: tests/results/187.processed, tests/results/188.processed,
6304: tests/results/189.processed, tests/results/190.processed,
6305: tests/results/191.processed, tests/results/192.processed,
6306: tests/results/193.processed, tests/results/194.processed,
6307: tests/results/195.processed, tests/results/196.processed,
6308: tests/results/197.processed, tests/results/198.processed,
6309: tests/results/199.processed, tests/results/200.processed,
6310: tests/results/201.processed, tests/results/202.processed,
6311: tests/results/203.processed, tests/results/204.processed,
6312: tests/results/205.processed, tests/results/206.processed,
6313: tests/results/207.processed, tests/results/208.processed,
6314: tests/results/209.processed, tests/results/210.processed,
6315: tests/results/211.processed, tests/results/212.processed,
6316: tests/results/213.processed, tests/results/214.processed,
6317: tests/results/215.processed, tests/results/216.processed,
6318: tests/results/217.processed, tests/results/218.processed,
6319: tests/results/219.processed, tests/results/220.processed,
6320: tests/results/221.processed, tests/results/222.processed,
6321: tests/results/223.processed, tests/results/224.processed,
6322: tests/results/225.processed, tests/results/226.processed,
6323: tests/results/227.processed, tests/results/228.processed,
6324: tests/results/229.processed: - http headers were changed:
6325: content-type => Content-type and so on
6326:
6327: 2009-08-27 misha
6328:
6329: * src/: main/pa_random.C, include/pa_random.h,
6330: targets/cgi/parser3.C: - year was updated :)
6331:
6332: 2009-08-26 misha
6333:
6334: * tests/: 224.html, 224.p: - test for creating of parser object
6335: using constructor without params - little bugfix in test
6336:
6337: * src/main/compile_tools.h: - bugfix: should't call autouse while
6338: checking existed class while processing partial option
6339:
6340: * src/classes/reflection.C: - bugfix: core when creating object
6341: with reflection and constructor doesn't have params
6342:
6343: 2009-08-24 misha
6344:
6345: * tests/229.html: - tests for checking the number of parameters
6346: were added
6347:
6348: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
6349: number of method's parameters wasn't checked correctly (the bug
6350: was introduced in 3.4.0)
6351:
6352: 2009-08-22 misha
6353:
6354: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
6355: transcoded, but tainted pieces are escaped only when
6356: content-type==url-encoding
6357:
6358: * tests/228.html: - test for checking
6359: ^file::load[http://...;$.body[]]
6360:
6361: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
6362: post charset was too early (charsets is empty at this moment)
6363:
6364: 2009-08-21 misha
6365:
6366: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
6367: main/untaint.C: - some fixes with transcode+untaint
6368:
6369: 2009-08-15 misha
6370:
6371: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
6372: was increaced to 100 (was 50)
6373:
6374: * tests/227.html: - test for checking overriding properties in
6375: static classes was added
6376:
6377: * tests/: 226.html, 226.p: - test for @autoload[] was added
6378:
6379: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
6380: main/execute.C, main/pa_request.C, classes/reflection.C: -
6381: autouse was implemented
6382:
6383: 2009-08-14 misha
6384:
6385: * src/classes/reflection.C: - outdated checkout was removed
6386:
6387: * src/classes/reflection.C: - optimization - method ^dynamical was
6388: added.
6389:
6390: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
6391: types/pa_vstateless_class.h, main/execute.C: - optimization
6392:
6393: * src/types/pa_vclass.C: - exception if base on sytem class
6394:
6395: 2009-08-12 misha
6396:
6397: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
6398: pa_vstateless_class.h: - little optimisation
6399:
6400: 2009-08-11 misha
6401:
6402: * tests/224.html: - method_params => method_info - checking for
6403: $.inherited
6404:
6405: * src/classes/reflection.C, operators.txt: - method method_params
6406: was renamed to method_info and now it returns class name, if
6407: method was defined in ancestor
6408:
6409: * tests/225.html: - tests for cheching properties in hierarhical
6410: classes were added
6411:
6412: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
6413: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6414: main/compile.y, main/execute.C, classes/classes.C: - problems
6415: with properties in new classes implementation were fixed
6416:
6417: 2009-08-10 misha
6418:
6419: * src/main/execute.C: - now constructor shouldn't be defined in
6420: class. it could be defined in parent.
6421:
6422: 2009-08-09 misha
6423:
6424: * src/classes/reflection.C: - ^reflection:methods doesn't return
6425: base's methods
6426:
6427: 2009-08-08 misha
6428:
6429: * src/: classes/classes.h, classes/date.C, classes/file.C,
6430: classes/form.C, classes/hash.C, classes/hashfile.C,
6431: classes/image.C, classes/mail.C, classes/op.C,
6432: classes/reflection.C, classes/regex.C, classes/string.C,
6433: classes/table.C, classes/xdoc.C, classes/xnode.C,
6434: classes/xnode.h, include/pa_hash.h, main/execute.C,
6435: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
6436: types/pa_method.h, types/pa_property.h, types/pa_value.C,
6437: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6438: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6439: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
6440: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6441: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
6442: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
6443: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
6444: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
6445: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
6446: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
6447: types/pa_vresponse.C, types/pa_vresponse.h,
6448: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6449: types/pa_vstateless_object.h, types/pa_vstatus.C,
6450: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
6451: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6452: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6453: types/pa_wwrapper.h, types/types.vcproj: - new classes
6454: implementation
6455:
6456: * buildall-with-xml, buildall-without-xml: - gc has a bug if
6457: USE_MUNMAP is used. so it is disabled as a workaround.
6458:
6459: 2009-08-05 misha
6460:
6461: * src/: main/pa_common.C, include/pa_common.h: - not needed
6462: parameter was removed
6463:
6464: * src/main/pa_http.C: - bugfix: error was during detecting
6465: content-type of file which was loaded by http
6466:
6467: 2009-08-01 misha
6468:
6469: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
6470: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
6471: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
6472: can't be disabled with defines any longer
6473:
6474: 2009-07-29 misha
6475:
6476: * src/classes/reflection.C, tests/results/224.processed: - for
6477: native methods with any call type now returned empty call_type
6478: value
6479:
6480: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6481: classes/table.C, include/pa_hash.h, include/pa_request.h,
6482: main/pa_request.C: - break in cycles was optimized
6483:
6484: * INSTALL: - more defines were described
6485:
6486: 2009-07-28 misha
6487:
6488: * operators.txt: - some changes in information about reflection
6489: class
6490:
6491: * tests/: 224.html, 224.p: - tests for reflection class
6492:
6493: * src/classes/reflection.C: - some bugs were fixed, method classes
6494: was added, refactoring
6495:
6496: 2009-07-26 misha
6497:
6498: * src/classes/classes.vcproj: - reflection class wass added to
6499: project
6500:
6501: * operators.txt: - information about reflection class was added
6502:
6503: * src/classes/reflection.C: - class was redesigned
6504:
6505: 2009-07-24 misha
6506:
6507: * src/classes/: Makefile.am, reflection.C: - class reflection was
6508: added
6509:
6510: * src/types/pa_vstateless_class.h: - method for reflection method's
6511: in classes was added
6512:
6513: 2009-07-22 misha
6514:
6515: * src/main/compile_tools.h: - bugfix: $object.$var was
6516: over-optimized. it failed if $object1.$object2.field
6517:
6518: 2009-07-16 misha
6519:
6520: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
6521: lib/cord/cordxtra.c, lib/cord/include/cord.h,
6522: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
6523: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
6524: one more arg: length of cord
6525:
6526: 2009-07-15 misha
6527:
6528: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
6529: tainted in ^file::load[http://...;$.cookies[]]
6530:
6531: * src/classes/: op.C, regex.C, string.C: - new string with
6532: exception was used
6533:
6534: * src/include/pa_exception.h: - new string with exception was added
6535:
6536: * tests/223.html: - test for checking cookie-encoding during
6537: ^file::load[http was added
6538:
6539: * tests/: 221.html, 222.html: - tests for checking type of
6540: $table.fields.field were added
6541:
6542: * src/types/pa_vtable.C: - not used var decl was removed
6543:
6544: * src/include/pa_string.h: - use cached string length in Body::mid.
6545: it improves speed of match with brackets in pattern
6546:
6547: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
6548: outside
6549:
6550: 2009-07-14 misha
6551:
6552: * src/types/pa_vtable.C: - $table.fields.a return string even if
6553: column is empty (sometime returned void) - $table.fields was
6554: added for nameless tables
6555:
6556: * src/targets/cgi/getopt.c: - one warning resolved
6557:
6558: * src/main/pa_string.C: - potentian bug fixed
6559:
6560: * src/classes/op.C: - small optimization in taint/untaint
6561:
6562: 2009-07-13 misha
6563:
6564: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
6565: added
6566:
6567: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
6568: souldn't add the attribut to output
6569:
6570: 2009-07-11 misha
6571:
6572: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
6573: stack size was increaced to 2MB (default=1MB)
6574:
6575: 2009-07-08 misha
6576:
6577: * src/main/pa_string.C: - link to UTF-8 description was added
6578:
6579: * src/include/pa_hash.h: - hash keeps element's order in more
6580: places (ex: ._keys[])
6581:
6582: * tests/220.html: - test for checking order of elements in hash in
6583: foreach was added
6584:
6585: * tests/172.html: - small changes in printing hash
6586:
6587: * tests/129.html: - small changes in printing hash
6588:
6589: * src/: include/pa_common.h, include/pa_hash.h,
6590: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
6591: types/pa_vmethod_frame.h: - hash now keeps order of elements
6592:
6593: * tests/014.html: - small changes in printing hash
6594:
6595: 2009-07-07 misha
6596:
6597: * src/classes/op.C: - new taint language "parser-code" was added
6598:
6599: * tests/219.html: - test for auto untaint parser code in process
6600: was added
6601:
6602: * src/classes/op.C: - tainted pieces in body of process are
6603: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
6604:
6605: * src/: include/pa_string.h, main/untaint.C: - new language
6606: L_PARSER_CODE for auto-untaint in process was added
6607:
6608: * src/: classes/file.C, classes/hash.C, classes/image.C,
6609: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
6610: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
6611: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
6612: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
6613: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
6614: code cleanup
6615:
6616: 2009-07-06 misha
6617:
6618: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
6619: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
6620: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6621:
6622: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
6623: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
6624: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
6625: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
6626: should be used
6627:
6628: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
6629: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
6630: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
6631: untaint_cstr[m] should be used
6632:
6633: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
6634: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6635:
6636: * tests/218.html: - test for checking automatic file-spec-taint was
6637: added
6638:
6639: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
6640: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
6641: classes/file.C, classes/hash.C, classes/image.C,
6642: classes/string.C, classes/table.C, classes/void.C,
6643: classes/xdoc.C: - optimizations and simplification of
6644: string.cstr(...)
6645:
6646: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
6647: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
6648: - optimizations and simplification of string.cstr(...)
6649:
6650: 2009-07-04 misha
6651:
6652: * tests/217.html: - test for recursion detection was added
6653:
6654: * src/: types/types.vcproj, main/main.vcproj,
6655: classes/classes.vcproj, targets/cgi/parser3.vcproj,
6656: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
6657: from .vcproj
6658:
6659: * src/types/pa_wwrapper.h: - dynamic_cast was removed
6660:
6661: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
6662: uploading files and case-insensitive http-method were added
6663:
6664: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
6665: tainted pattern in ^file:list[] was added
6666:
6667: 2009-07-03 misha
6668:
6669: * src/: classes/classes.vcproj, main/main.vcproj,
6670: types/types.vcproj, targets/cgi/parser3.vcproj,
6671: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
6672: for dynamic_cast) - little options changes
6673:
6674: * src/main/pa_http.C: - file::load[http works now with uploading
6675: files _and_ changing $.charset
6676:
6677: 2009-06-29 misha
6678:
6679: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
6680: while creating pattern
6681:
6682: 2009-06-25 misha
6683:
6684: * src/classes/image.C, operators.txt: - options' names for
6685: ^image.font were changed to $.space, $.width and $spacing -
6686: default space width now == gif's width
6687:
6688: 2009-06-24 misha
6689:
6690: * tests/215.html: - tests for $file.mode were added
6691:
6692: * operators.txt: - added info about $file.mode and changes in
6693: ^image.font[
6694:
6695: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
6696: param now could be omited - third param now could be hash (with
6697: all widths options: $.space-width, $.letter-width) - it's
6698: possible to specify tracking ($.letter-space)
6699:
6700: * src/classes/file.C: - file objects now could have mode field
6701: (text|binary)
6702:
6703: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
6704:
6705: 2009-06-23 misha
6706:
6707: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
6708: trim can work with utf-8 chars now
6709:
6710: 2009-06-20 misha
6711:
6712: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
6713: was implemented
6714:
6715: * src/classes/table.C: - string length cacheing was implemented
6716:
6717: * src/include/pa_string.h: - string length cacheing was implemented
6718:
6719: 2009-06-17 misha
6720:
6721: * src/main/execute.C: - value param was removed from
6722: WContext::WContext
6723:
6724: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
6725: pa_wwrapper.h: - value param was removed from WContext::WContext
6726: - field wcontext was removed from VCodeFrame (using fparent
6727: instead)
6728:
6729: * tests/214.html: - test with hash copying
6730:
6731: 2009-06-16 misha
6732:
6733: * tests/: 062.html, results/062.processed: - evaluation hardcoded
6734: strings doesn't work in expression anymore
6735:
6736: * src/main/execute.C: - less calls for get_constructing() - little
6737: refactoring
6738:
6739: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
6740: include/pa_request.h: - less calls for get_constructing()
6741:
6742: * src/classes/: hash.C, hashfile.C: - fixed bug which was
6743: introduced with OPTIMIZE_SINGLE_STRING optimization
6744:
6745: 2009-06-14 misha
6746:
6747: * src/: classes/date.C, classes/file.C, classes/hash.C,
6748: classes/hashfile.C, classes/image.C, classes/regex.C,
6749: classes/table.C, classes/xdoc.C, classes/xnode.h,
6750: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
6751: types/pa_vstateless_class.h, main/execute.C: - create object for
6752: storing object's fields only for parser objects
6753:
6754: 2009-06-13 misha
6755:
6756: * buildall-with-xml, buildall-without-xml: - new option was added
6757: for building GC (it slightly reduces memory usage)
6758:
6759: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
6760: single string write
6761:
6762: * src/main/execute.C: - bytecode optimization of ^class:constructor
6763: - optimization of single string write
6764:
6765: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
6766: - bytecode optimization of ^class:constructor
6767:
6768: 2009-06-09 misha
6769:
6770: * src/targets/cgi/parser3.C: - type size_t was changed to int in
6771: main (better compatibility)
6772:
6773: 2009-06-08 misha
6774:
6775: * src/main/compile.y: - I've forgot to commit it :(
6776:
6777: 2009-06-07 misha
6778:
6779: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
6780: WITH_READ and WITH_ROOT
6781:
6782: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6783: execute.C: - more optimizations for WITH_SELF, WITH_READ and
6784: WITH_ROOT - little refactoring
6785:
6786: 2009-06-06 misha
6787:
6788: * tests/213.html: - tests for 3rd match string-param were added
6789:
6790: * src/classes/string.C: - 3rd match param could be string now
6791:
6792: * src/main/: compile.y, compile_tools.h: - much more bytecode's
6793: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
6794: GET_OBJECT_ELEMENT
6795:
6796: 2009-06-05 misha
6797:
6798: * src/main/pa_http.C: - bugfix: content-length was not calculated
6799: if $.body was specified
6800:
6801: 2009-06-04 misha
6802:
6803: * src/classes/op.C: - optimizing write_assign_lang in connect
6804:
6805: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
6806:
6807: * src/main/execute.C: - little refactoring - optimizing
6808: write_assign_lang in taint/untaint
6809:
6810: * src/include/pa_opcode.h: - little refactoring
6811:
6812: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6813: main/compile_tools.h, main/execute.C: - optimizations for
6814: $self.field, ^self.method, $self.field[...] and $self.field(...)
6815: were added
6816:
6817: 2009-06-03 misha
6818:
6819: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
6820:
6821: 2009-06-02 misha
6822:
6823: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
6824: include/pa_opcode.h: - refactoring in last optimizations
6825: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
6826: now but code is much easy and it is ready for further
6827: improvements.
6828:
6829: 2009-05-27 misha
6830:
6831: * src/: types/pa_junction.h, types/pa_vjunction.C,
6832: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
6833: changed in destructing junctions
6834:
6835: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
6836: String:Body
6837:
6838: 2009-05-26 misha
6839:
6840: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
6841: one method detect_charset was deleted - bug was fixed in this
6842: method (error while detecting charset in content_type withot last
6843: ';')
6844:
6845: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
6846: once
6847:
6848: 2009-05-25 misha
6849:
6850: * src/classes/file.C: - bugfix: file::exec didn't work after
6851: optimizing of helper_length
6852:
6853: 2009-05-24 misha
6854:
6855: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
6856: were added - little refactoring
6857:
6858: * src/main/execute.C: - core while printing in debug log
6859: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
6860: optimisations were added
6861:
6862: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
6863: were added
6864:
6865: 2009-05-23 misha
6866:
6867: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
6868: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
6869: CORD_cat optimization
6870:
6871: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
6872: - call constr optimisation under separate define now
6873:
6874: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
6875: in $b should be string, not void
6876:
6877: * src/main/compile.y: - little fix for rem-cut optimisation
6878:
6879: * src/: include/pa_opcode.h, main/compile_tools.C,
6880: main/compile_tools.h, main/execute.C: - optimisations for
6881: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
6882:
6883: * INSTALL: - description of some #defined were added
6884:
6885: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
6886: before 1st access (memory usage is reduced if don't access to
6887: .text field)
6888:
6889: * src/include/pa_array.h: - array grows step now not static (it
6890: reduces numbers of reallocs)
6891:
6892: 2009-05-20 misha
6893:
6894: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
6895: $.b(2), $c[d] and $.e[f] was added
6896:
6897: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6898: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
6899: $.e[f] was added
6900:
6901: * src/main/execute.C: - debug printing moved in defines
6902:
6903: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
6904: and little refactoring for OP_GET_OBJECT_ELEMENT +
6905: OP_GET_OBJECT_VAR_ELEMENT optimisation
6906:
6907: 2009-05-19 misha
6908:
6909: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6910: execute.C: - $a.$b & ^a.$b bytecode optimisation
6911:
6912: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
6913: ^a.$b optimisation)
6914:
6915: * src/main/compile.y: - compiler now generate new opcodes:
6916: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
6917: ^a.b - compiler now cut off ^rem{ with all content ; any number
6918: of params }
6919:
6920: * src/main/execute.C: - code for handle new opcodes
6921: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
6922:
6923: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
6924: added for LA2V and LA2S
6925:
6926: * src/include/pa_opcode.h: - new defines which can be used for
6927: disable some bytecode optimisation and new opcodes were added
6928:
6929: 2009-05-17 misha
6930:
6931: * src/lib/cord/cordxtra.c: - bugfix.
6932:
6933: * tests/212.html: - .size[] and .study_size[] were added to tests
6934:
6935: * operators.txt: - info about regex class was added
6936:
6937: * tests/212.html: - tests for regex class were added
6938:
6939: 2009-05-16 misha
6940:
6941: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
6942: gc7.1
6943:
6944: * tests/022.html: - test for ^file:list[path;] (empty second param)
6945: was added
6946:
6947: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
6948: param) should work
6949:
6950: 2009-05-15 misha
6951:
6952: * src/classes/table.C: - automatically disable stringstream usage
6953: on freebsd4
6954:
6955: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
6956: scope
6957:
6958: * tests/211.html: - test with different types of access to hash was
6959: added
6960:
6961: * tests/210.html: - test which checks for loosing tainting in
6962: hash's keys was added
6963:
6964: * tests/208.html: - some parser work added. or stime == 0 %-)
6965:
6966: * src/lib/cord/cordbscs.c: - little hack was added to cord
6967:
6968: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
6969:
6970: * src/include/pa_version.h, configure.in: - moko have made a lot of
6971: optimisations for increacing version number more dramatically :)
6972:
6973: * src/classes/date.C: - little refactoring: use constructor which
6974: accepts formated string
6975:
6976: * src/: include/pa_string.h, main/pa_string.C: - String constructor
6977: which can print formatted string was added
6978:
6979: 2009-05-14 misha
6980:
6981: * src/include/pa_string.h: - type was fixed
6982:
6983: * src/: classes/hashfile.C, classes/op.C,
6984: include/pa_cache_managers.h, include/pa_charset.h,
6985: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
6986: include/pa_request.h, include/pa_sql_driver_manager.h,
6987: include/pa_string.h, include/pa_stylesheet_manager.h,
6988: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
6989: main/pa_charsets.C, main/pa_string.C,
6990: main/pa_stylesheet_connection.C, types/pa_value.h,
6991: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
6992: types/pa_vobject.C, types/pa_vstateless_class.C,
6993: types/pa_vstateless_class.h: - hash_code caching was implemented
6994: (seaches should be faster now)
6995:
6996: * src/: classes/file.C, classes/hash.C, classes/image.C,
6997: classes/string.C, classes/table.C, include/pa_string.h,
6998: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
6999: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
7000: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
7001: types/pa_vrequest.C: - String constructors don't have that stupid
7002: true/false param which means 'tainted'. they accept lang instead.
7003:
7004: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
7005: with OPTIMIZE_RESULT
7006:
7007: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
7008: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
7009:
7010: 2009-05-13 misha
7011:
7012: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
7013: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
7014: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7015: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
7016: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
7017: main/pa_common.C, main/pa_request.C, main/pa_string.C,
7018: include/pa_string.h, classes/date.C, classes/file.C,
7019: classes/hash.C, classes/image.C, classes/string.C,
7020: classes/table.C, classes/xdoc.C: - result optimisation -
7021: helper_length parameter removed from string constructors
7022:
7023: 2009-05-11 misha
7024:
7025: * tests/209.html: - tests for ^hash::create[hash] were added
7026:
7027: * tests/208.html: - tests for $status:rusage, $status:memory,
7028: ^memory:compact[] were added
7029:
7030: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
7031: log10 were added
7032:
7033: * tests/206.html: - test for try with finally was added
7034:
7035: 2009-05-10 misha
7036:
7037: * tests/205.html: - test for ^file::create[...] was added
7038:
7039: * tests/204.html: - test for ^response:clear[] was added
7040:
7041: * tests/038.html: - tests for trigonometric functions were added
7042:
7043: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
7044: added - more tests for .add, .sub, .union, .intersects and
7045: .intersections
7046:
7047: * tests/065.html: - test for ^file:dirname was added
7048:
7049: * tests/030.html: - test for $cookie:fields was added
7050:
7051: * tests/203.html: - test for ^h._keys[column name] was added
7052:
7053: * tests/201.html: - tests for .trim were added
7054:
7055: * tests/202.html: - tests for last-day,
7056: date:calendar[type](YYYY;MM;DD) were added
7057:
7058: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
7059: .offset[type](N) were added
7060:
7061: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
7062: and .pos[c](N) were added
7063:
7064: * tests/141.html: - test for math:sha1 was added
7065:
7066: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
7067:
7068: 2009-05-09 misha
7069:
7070: * src/main/compile.y: - rollback
7071:
7072: 2009-05-05 misha
7073:
7074: * src/main/pa_exec.C: - little optimisation: somewhere length() was
7075: replaced by is_empty()
7076:
7077: * src/: include/pa_string.h, main/pa_charset.C: - little
7078: optimisation: somewhere length() was replaced by is_empty()
7079:
7080: * src/classes/table.C: - little optimisation: somewhere length()
7081: was replaced by is_empty()
7082:
7083: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
7084: classes/op.C, classes/table.C, main/pa_exception.C: - little
7085: optimisation: somewhere length() was replaced by is_empty()
7086:
7087: 2009-05-04 misha
7088:
7089: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7090: types/pa_vstateless_class.h, main/execute.C,
7091: include/pa_request.h, classes/hash.C, classes/op.C,
7092: classes/table.C: - more optimisations were added: some operators
7093: don't switch write context anylonger
7094:
7095: 2009-05-01 misha
7096:
7097: * src/main/compile.y: - slightly more opcode optimisations for
7098: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
7099:
7100: * src/main/execute.C: - simplifying process for getters
7101:
7102: 2009-04-30 misha
7103:
7104: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
7105:
7106: * tests/results/199.processed: - test for checking $result into
7107: ^rem was added
7108:
7109: * tests/199.html: - test for checking $result into ^rem was added
7110:
7111: * tests/: 022.html, 096.html: - þsort after :list was asses (on
7112: some OS it returns list in different order)
7113:
7114: * src/: include/pa_array.h, include/pa_request.h,
7115: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
7116: changes in stack impl - get_element() optimisation: 3rd param
7117: removed - bugfix: problems with reading empty input param -
7118: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
7119:
7120: * tests/results/198.processed: - test for reading empty local var
7121: was added
7122:
7123: * tests/198.html: - test for reading empty local var was added
7124:
7125: 2009-04-29 misha
7126:
7127: * src/main/compile.y: - bugfix: couldn't compile because
7128: OP_VALUE__GET_ELEMENT should be unde #ifdef
7129:
7130: * src/: include/pa_array.h, include/pa_opcode.h,
7131: include/pa_request.h, main/compile.y, main/execute.C,
7132: main/pa_request.C, types/pa_vmethod_frame.C,
7133: types/pa_vmethod_frame.h: - we can work without opcode
7134: OP_STORE_PARAM, so it was removed
7135:
7136: 2009-04-28 misha
7137:
7138: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
7139: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
7140: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
7141: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
7142: 4.
7143: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
7144:
7145: * src/main/compile_tools.h: - new stuff for op-codes optimisation
7146:
7147: * src/: main/pa_string.C, classes/string.C: - !length() =>
7148: is_empty()
7149:
7150: 2009-04-27 misha
7151:
7152: * src/types/pa_vregex.h: - back explicit vars initialisation
7153:
7154: 2009-04-24 misha
7155:
7156: * src/classes/string.C: - ups. typo fixed
7157:
7158: * src/main/execute.C: - more replacements '*new VBool' to
7159: 'VBool::get' - checks for ^break[], ^continue[] and
7160: parser.interrupted were optimised
7161:
7162: * src/classes/string.C: - number of params.count() calls was
7163: slightly reduced
7164:
7165: 2009-04-23 misha
7166:
7167: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7168: make it x64 friendly
7169:
7170: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7171: parser is x64 friendly now
7172:
7173: 2009-04-22 misha
7174:
7175: * src/types/pa_vhashfile.C: - coder friendly exception about
7176: exceeding record size was added
7177:
7178: * src/classes/file.C: - use vregex object instead of direct calls
7179: methods from pcre lib
7180:
7181: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
7182: classes/string.C: - use vregex object instead of direct calls
7183: methods from pcre lib
7184:
7185: * src/: include/pa_common.h, main/pa_common.C: - method
7186: print_pcre_exec_error_text was moved to class vregex
7187:
7188: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
7189: was added
7190:
7191: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
7192: - class vregex was added
7193:
7194: 2009-04-21 misha
7195:
7196: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
7197:
7198: * src/: types/pa_junction.h, types/pa_value.C,
7199: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
7200: types/pa_wcontext.h, main/execute.C, classes/op.C: -
7201: junction-optimisation (destructors)
7202:
7203: * src/include/pa_array.h: - free under if now
7204:
7205: 2009-04-19 misha
7206:
7207: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
7208:
7209: 2009-04-18 misha
7210:
7211: * src/include/pa_version.h:
7212: :q :
7213:
7214: CV:
7215: ----------------------------------------------------------------------
7216:
7217: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
7218: refactoring
7219:
7220: * src/: include/pa_array.h, include/pa_hash.h,
7221: types/pa_vmethod_frame.h: - destructors under #ifdef now
7222:
7223: * src/include/pa_memory.h: - define for using destructors was added
7224:
7225: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7226: main/execute.C: - some junctions will be cached now
7227:
7228: * src/include/pa_hash.h: - hash destructor frees pairs now
7229:
7230: * src/include/pa_array.h: - inline was added to destructor
7231:
7232: * src/types/pa_method.h: - comment was changed
7233:
7234: 2009-04-17 misha
7235:
7236: * src/: include/pa_array.h, include/pa_hash.h,
7237: types/pa_vmethod_frame.h: - destructors were added
7238:
7239: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
7240: renamed to always_use_result
7241:
7242: * src/main/: compile.y, compile_tools.h: - rollback changes in
7243: compiler: full backward compatibility is better
7244:
7245: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
7246: result in var's hash
7247:
7248: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7249: optimisation in method_frame
7250:
7251: * src/include/pa_array.h: - optimisation in array (allocate
7252: elements only when needed)
7253:
7254: * src/types/pa_vresponse.C: - check for $response:headers field
7255: before looking at custom fields
7256:
7257: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
7258: not needed to check existance var with name 'result' in var's
7259: hash
7260:
7261: * src/main/compile.y: - compiler was changed: now it detects
7262: writings to $result and set flag writo_to_result in method
7263:
7264: * src/classes/string.C: - little optimisation: no needed to write
7265: number with lang
7266:
7267: * src/main/pa_charset.C: - methods readChar and skipChar which is
7268: used for read utf8-strings were renamed - is_escaped was renamed
7269: to isEscaped (to the same name convention)
7270:
7271: * src/: types/pa_method.h, main/compile_tools.h: - flag
7272: write_to_result added. compiler get this info from code.
7273:
7274: 2009-04-16 misha
7275:
7276: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
7277: String only before 1st write
7278:
7279: * src/include/pa_string.h: - not needed template removed
7280:
7281: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
7282: types/pa_vjunction.C, types/pa_vproperty.C,
7283: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
7284: main/pa_request.C, classes/bool.C, classes/double.C,
7285: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
7286: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
7287: bool objects)
7288:
7289: 2009-04-15 misha
7290:
7291: * src/lib/cord/cordxtra.c: - more optimisation
7292:
7293: * src/: include/pa_string.h, main/untaint.C: - String::append
7294: optimisation
7295:
7296: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
7297: then get and can sometime be used)
7298:
7299: * src/main/pa_string.C: - String::length optimisation
7300:
7301: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
7302: these methods read different strings
7303:
7304: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7305: fresult_initial_void removed + some optimisation - if $result
7306: defined we don't write to context anymore
7307:
7308: * src/main/pa_charset.C: - readChar => skipChar (in this place we
7309: need just skip char)
7310:
7311: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7312: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
7313: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
7314:
7315: * src/types/pa_vvoid.h: - added get() method for retreave one
7316: instance
7317:
7318: 2009-04-11 misha
7319:
7320: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
7321:
7322: * tests/197.html: - test for parser://test in xml was added
7323:
7324: * src/classes/string.C: - small optimisation
7325:
7326: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
7327: optimisation
7328:
7329: 2009-04-10 misha
7330:
7331: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
7332: to pcre-7.8
7333:
7334: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
7335:
7336: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
7337: added
7338:
7339: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
7340: $request:CLASS_NAME were added
7341:
7342: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
7343: were added
7344:
7345: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
7346: $env:CLASS_NAME were added
7347:
7348: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
7349: '@todo' now
7350:
7351: * src/targets/cgi/parser3.C: - size_t -> int for calming down
7352: compirer
7353:
7354: * src/main/pa_string.C: - little code cleanup
7355:
7356: * src/main/pa_common.C: - describe one more UTF-8 related error
7357: during PCRE compile/execute
7358:
7359: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
7360: normalizing todo-comments: '@todo' now
7361:
7362: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
7363:
7364: * src/main/pa_charset.C: - type changed for making compiler happy
7365:
7366: 2009-03-10 misha
7367:
7368: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
7369: in main()
7370:
7371: 2009-02-01 misha
7372:
7373: * src/main/pa_http.C: - bugfix: double CRLF before the end of
7374: boundary
7375:
7376: 2009-01-25 misha
7377:
7378: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
7379:
7380: * src/classes/file.C: - more changes for parsing different number
7381: of params for file::load
7382:
7383: * tests/193.html: - tests for exception while base64-decode binary
7384: to string was added
7385:
7386: * tests/192.html: - tests for file::load with different number of
7387: options
7388:
7389: * src/classes/math.C: - ups. forgot '+1'
7390:
7391: * src/: classes/table.C, classes/file.C, include/pa_common.h,
7392: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
7393: main/pa_http.C: - ^file::load[...;http://...;] now can post files
7394: (new option $.encode[multipart-form/data] should be specified) -
7395: $.method[] option for file::load now is not case-sensitive
7396:
7397: * src/: include/pa_string.h, main/untaint.C: - for file post the
7398: new taint language L_FILE_POST was added
7399:
7400: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
7401: main/main.vcproj, classes/math.C, include/Makefile.am: - some
7402: stuff was moved to separate files
7403:
7404: 2009-01-23 misha
7405:
7406: * src/classes/math.C: - little optimisation in ^math:sha1[] -
7407: spaces to tabs were converted
7408:
7409: 2009-01-12 misha
7410:
7411: * src/main/pa_http.C: - value of $.method[] option force uppercased
7412: now
7413:
7414: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
7415: types/pa_vform.C, types/pa_vmail.C: - some constants changed
7416: their names
7417:
7418: * src/main/pa_common.C: - changes in formating
7419:
7420: * src/: classes/file.C, main/pa_http.C: - some constants changed
7421: their names
7422:
7423: * src/include/pa_http.h: - some spaces were converted to tabs
7424:
7425: * src/include/pa_common.h: - some constants changed their names
7426:
7427: * src/classes/file.C: - fixed 4-th paramether for file::load -
7428: little code rewriting
7429:
7430: * src/types/pa_vfile.C: - little code rewriting
7431:
7432: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
7433: types/pa_value.h: - some formating changes
7434:
7435: * src/include/pa_common.h: - some formating spaces transformed to
7436: tabs
7437:
7438: * src/classes/string.C: - exception while base64-decode binary to a
7439: string
7440:
7441: 2009-01-11 misha
7442:
7443: * configure.in: - version changed to 3.3.1b
7444:
7445: 2008-09-05 misha
7446:
7447: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
7448: release_3_3_0 on 2008-09-05 10:59:35 +0000
7449:
7450: 2008-09-04 misha
7451:
7452: * tests/: 130.html, 131.html: - these exceptions not typeless
7453: anymore
7454:
7455: * src/classes/op.C: - exception with 'invalid taint language' not
7456: typeless anylonger
7457:
7458: * src/classes/image.C: - some exceptions while operations with
7459: image not typeless anymore
7460:
7461: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
7462: main/pa_exec.C, main/pa_http.C: - some exceptions while
7463: operations with files not typeless anymore
7464:
7465: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
7466: types/pa_vdate.h: - exceptions while checking date range not
7467: typeless anymore
7468:
7469: * src/include/pa_exception.h: - exception type string for invalid
7470: date range was added
7471:
7472: 2008-09-03 misha
7473:
7474: * src/: classes/file.C, main/pa_string.C: - exception while pce
7475: operations not typeless anymore
7476:
7477: * src/include/pa_exception.h: - exception type for pce operations
7478: was added
7479:
7480: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
7481: and .CLASS_NAME insite classes
7482:
7483: * src/classes/table.C: - don't save table header whiile
7484: ^table.save[append;filename] if file exists
7485:
7486: 2008-09-02 misha
7487:
7488: * src/main/compile.y, src/main/compile_tools.h,
7489: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
7490: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
7491: renamed to partial and it login changed: we must mark class as
7492: partial for allow their modifications in future.
7493:
7494: 2008-08-29 misha
7495:
7496: * tests/results/022.processed: - testing taint[regex] in mask for
7497: file:list
7498:
7499: * tests/022.html: - testing taint[regex] in mask for file:list
7500:
7501: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
7502: for file:list was added
7503:
7504: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
7505: file:list
7506:
7507: 2008-08-26 misha
7508:
7509: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
7510: last derived object
7511:
7512: * src/classes/image.C: - many strings "image.format" replaced by
7513: IMAGE_FORMAT constant string - handle GPS info while parse exif -
7514: understand some more exif tags
7515:
7516: * src/include/pa_exception.h: - string "image.format" was added
7517:
7518: 2008-08-21 misha
7519:
7520: * src/: main/pa_string.C, classes/file.C: - use method for print
7521: pcre_exec text error
7522:
7523: * src/main/pa_common.C: - method for print pcre_exec text error was
7524: added
7525:
7526: * src/include/pa_common.h: - method declaration for print pcre_exec
7527: text error was added
7528:
7529: 2008-08-19 misha
7530:
7531: * src/main/execute.C: - bugfix: opcodes must be in separate
7532: namespace while debug execution as well
7533:
7534: * tests/: 015.html, results/015.processed: - test for escaping some
7535: parser chars was added
7536:
7537: 2008-08-18 misha
7538:
7539: * tests/: 190.html, 190.p, results/190.processed: - test for
7540: $caller.self.field + default getter in one class was added
7541:
7542: * tests/: 189.html, results/189.processed: - test for
7543: ^date::create[date object]
7544:
7545: * tests/: 188.html, results/188.processed: - tests for match with
7546: UTF-8 strings
7547:
7548: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
7549: ^string.match[]
7550:
7551: * ChangeLog: - parser 3.3.0 beta13
7552:
7553: 2008-08-15 misha
7554:
1.116 moko 7555: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
7556: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
7557: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
7558: dftables.c: - old PCRE files removed
1.95 moko 7559:
7560: * src/lib/pcre/config.h: - configuration for PCRE library
7561:
7562: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7563: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
7564:
7565: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
7566: library and set flag UTF8 if $request:charset is UTF-8
7567:
7568: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
7569: include/pa_config_fixed.h: - moved to new PCRE library
7570:
7571: * src/: main/main.vcproj, types/types.vcproj,
7572: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
7573: win32\pcre instead of parser3\src\lib\pcre
7574:
7575: * src/: include/pa_opcode.h, include/pa_operation.h,
7576: main/compile.C, main/compile.y, main/compile_tools.C,
7577: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
7578: opcodes were moved to separate namespace
7579:
7580: 2008-08-14 misha
7581:
7582: * src/types/pa_vstateless_class.C: - newline at the end missed
7583:
7584: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
7585: tainting
7586:
7587: 2008-08-11 misha
7588:
7589: * tests/: 187.html, 187.p, results/187.processed: - tests for
7590: $caller.self, $caller.self.field and $caller.self.field[value]
7591: were added
7592:
7593: * src/types/pa_vmethod_frame.h: - still need to check 'self'
7594: runtime as well (for $caller.self)
7595:
7596: 2008-07-25 misha
7597:
7598: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
7599: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
7600: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
7601: tests with international characters
7602:
7603: 2008-07-23 misha
7604:
7605: * src/main/pa_http.C: - escape $cookies as %uXXXX while
7606: file::load[...;http://
7607:
7608: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
7609: now everywhere in separate namespace
7610:
7611: * src/types/pa_vmethod_frame.h: - looking for caller before looking
7612: for vars
7613:
7614: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
7615: can be escaped by '^'
7616:
7617: 2008-07-22 misha
7618:
7619: * src/classes/string.C, tests/186.html: - names changes:
7620: escape=>js-escape, unescape=>js-unescape
7621:
7622: 2008-07-21 misha
7623:
7624: * tests/results/186.processed: - test for string escape/unescape
7625:
7626: * tests/186.html: - test for string escape/unescape
7627:
7628: * src/classes/string.C: - string has escape and unescape methods
7629: now
7630:
7631: * src/: include/pa_string.h, main/pa_string.C: - escape method was
7632: added
7633:
7634: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
7635: method-layers added (with different params)
7636:
7637: 2008-07-18 misha
7638:
7639: * tests/results/185.processed: - test for ^str.pos[substr](offset)
7640: was added
7641:
7642: * tests/185.html: - test for ^str.pos[sub](offset) added
7643:
7644: * src/classes/string.C, src/classes/void.C, operators.txt: -
7645: ^string.pos[substr](offset) -- 2nd param accepted now
7646:
7647: * src/main/pa_string.C: - .pos works fine with offset for utf-8
7648: strings
7649:
7650: 2008-07-17 misha
7651:
7652: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7653: helper length added for mid for small optimisation
7654:
7655: 2008-07-16 misha
7656:
7657: * tests/: 185.html, results/185.processed: - tests for
7658: length/left/right/mid/pos with utf-8 strings
7659:
7660: * src/classes/string.C: - left/right/mid/length/pos works fine for
7661: utf-8 strings
7662:
7663: * src/main/untaint.C: - comments removed
7664:
7665: * src/: include/pa_string.h, main/pa_string.C,
7666: include/pa_charset.h, main/pa_charset.C: - methods for working
7667: with pos/mid for strings in utf-8 were added
7668:
7669: 2008-07-15 misha
7670:
7671: * tests/: 184.html, results/184.processed: - test for case body as
7672: expression: $var(^switch(1){^case(1)(true)..})
7673:
7674: * src/classes/op.C: - case body can be expression now:
7675: $var(^switch(1){^case(1)(true)..})
7676:
7677: * tests/: results/183.processed, 183.html: - added test for testing
7678: new cookie encoding (%uXXXX)
7679:
7680: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
7681: decoding for backward compatibility they decoded from %XX in
7682: request:charset too
7683:
7684: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
7685: - cookie class now decode cookies before first access after last
7686: request:charset changing (as form class).
7687:
7688: * src/main/pa_charset.C: - added method escape for escaping cookies
7689: as %uXXXX - before transcode calculate required space for dest
7690: string. it reduce mem usage for transcode
7691:
7692: * src/include/pa_charset.h: - added method escape for escaping
7693: cookies as %uXXXX
7694:
7695: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
7696: was added. will used for escaping cookies as %uXXXX
7697:
7698: * src/include/pa_common.h: - escape method has new option for skip
7699: converting '+' to a space char
7700:
7701: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
7702: transcode - escape method has new option for skip converting '+'
7703: to a space char
7704:
7705: 2008-07-08 misha
7706:
7707: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
7708: (no UE if more then 1 case matches anylonger) - optimization:
7709: doing searching.as_string() || searching.as_double() only once
7710:
7711: 2008-07-04 misha
7712:
7713: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
7714: now ^date::create[date object] works
7715:
7716: * src/classes/string.C: - left and right added as aliases for start
7717: and end in ^string.trim[]
7718:
7719: 2008-07-03 misha
7720:
7721: * src/classes/file.C: - allow $.limit for file::sql as well
7722:
7723: * src/classes/file.C: - allow $.offset option for file::sql - force
7724: send limit=1 to query for use sql specifics authomatically
7725:
7726: * src/classes/: hash.C, string.C, table.C: - don't throw exception
7727: if $.limit value if empty. autoconvert it as everywere
7728:
7729: 2008-07-02 misha
7730:
7731: * configure.in: - time to change version number to 3.3.0 %-)
7732:
7733: * src/include/pa_version.h: - time to change version number to
7734: 3.3.0 %-)
7735:
7736: 2008-06-26 misha
7737:
7738: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7739: $.limit(0) fixes
7740:
7741: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
7742: - $.limit(0) fixes
7743:
7744: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
7745: new API)
7746:
7747: * src/: include/pa_sql_driver_manager.h,
7748: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
7749: classes/op.C: - document_root added
7750:
7751: * src/main/compile.tab.C: - error message was changed
7752:
7753: 2008-06-25 misha
7754:
7755: * src/main/compile.y: - error message was changed
7756:
7757: 2008-06-24 misha
7758:
7759: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
7760:
7761: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
7762: tests for @OPTIONS\nappend
7763:
7764: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
7765:
7766: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
7767:
7768: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
7769:
7770: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
7771: compile.y
7772:
7773: 2008-06-17 misha
7774:
7775: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
7776: compilation: ^if(default){true. it's incorrect. must be
7777: exception}
7778:
7779: 2008-06-16 misha
7780:
7781: * tests/: 181.ent, 181.html, results/181.processed: - test for
7782: checking external reference loading with 'http://localhost'
7783: prefix while creating xdoc
7784:
7785: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
7786: ^math:long2ip[] and ^math:ip2long[]
7787:
7788: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
7789: added which use scalar stateless class method when user object
7790: used in scalar context - use get_scalar_value when user object
7791: requested in scalar context
7792:
7793: * src/main/pa_common.C: - size must be int but not size_t or we
7794: can't compare with 0 sprintf result
7795:
7796: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7797: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
7798: with internal switch between local/global vars
7799:
7800: * src/types/pa_vclass.C: - register scalar if method @GET[] was
7801: specified
7802:
7803: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
7804: pa_vstateless_object.h: - stateless class and object now has
7805: private scalar field and getter/setter for working with it
7806:
7807: * src/classes/math.C: - methods math:long2ip & math:ip2long were
7808: moved to inet static class
7809:
7810: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
7811: class added (^inet:aton[IP], ^inet:ntoa(number))
7812:
7813: * tests/: 180.html, results/180.processed: - tests for
7814: ^math:long2ip(long) and ^math:ip2long[IP]
7815:
7816: * src/classes/math.C: - ^math:ip2long[IP] added
7817:
7818: 2008-06-11 misha
7819:
7820: * src/main/pa_xml_io.C: - use file_read_text again because of we
7821: need cut BOM code and remove DOS newline chars. but don't
7822: transcode it anyway.
7823:
7824: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
7825: main/pa_http.C: - option for disable transcoding while file_read
7826: and file_read_text added
7827:
7828: 2008-06-10 misha
7829:
7830: * tests/: 179.html, 179.p, results/179.processed: - test for many
7831: classes in 1 file
7832:
7833: * src/main/: compile.C, compile_tools.h: - compile return list of
7834: classes now.
7835:
7836: * src/main/: compile.y, compile.tab.C: - compile return list of
7837: classes now. internals.
7838:
7839: * src/main/pa_request.C: - compile return list of classes now. try
7840: call @conf and @auto for each returned class
7841:
7842: * src/include/pa_request.h: - compile return list of classes now
7843:
7844: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
7845: return list of classes when compile buf)
7846:
7847: 2008-06-07 misha
7848:
7849: * src/main/pa_request.C: - constructing VRequest object with 3rd
7850: param -- form
7851:
7852: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
7853: 3rd param: form. needed for get post_charset
7854:
7855: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
7856: added
7857:
7858: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
7859: types/pa_vform.C, types/pa_vform.h: - some polish
7860:
7861: 2008-06-06 misha
7862:
7863: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
7864: charset and decode chars from it but not from response:charset
7865:
7866: * src/main/pa_http.C: - detect_charset moved out of here
7867:
7868: * src/: include/pa_common.h, main/pa_common.C: - more helpers
7869: methods moved here - unescape_chars accepn one charset now
7870:
7871: * src/main/pa_http.C: - new constants used - don't allow
7872: $.content-type in ^file::load[;http://;$.method[POST]] - add
7873: charset info while ^file::load[;http://;$.method[POST]] - option
7874: $.omit-post-charset(true) added to ^file::load[;http://] for
7875: disabling charset during post
7876:
7877: * src/types/pa_vform.C: - new constants used
7878:
7879: * src/include/pa_common.h: - some constants were added
7880:
7881: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
7882: instead of StrEqNc
7883:
7884: * src/main/pa_common.C: - new method for caseless search
7885: c-substring in c-string - use isxdigit instead of is_hex_digit
7886:
7887: * src/include/pa_common.h: - new method for caseless search
7888: c-substring in c-string
7889:
7890: 2008-06-05 misha
7891:
7892: * tests/results/178.processed: - test for testing default getter
7893:
7894: * tests/178.html: - test for testing default getter
7895:
7896: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
7897: for test for testing default getter
7898:
7899: * src/main/execute.C: - default getter soul
7900:
7901: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
7902: requested objects' field not found
7903:
7904: * src/types/pa_vclass.C: - register default getter if defined - get
7905: default getter if requested field not found
7906:
7907: * src/types/pa_vstateless_object.h: - method get_default_getter was
7908: added
7909:
7910: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
7911: pointer to default getter and methods for get/set it were added
7912:
7913: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
7914: auto_name field (for default getter)
7915:
7916: 2008-06-04 misha
7917:
7918: * src/main/pa_xml_io.C: - load external xml in binary mode (no
7919: transcoding, no cutting BOM code, no fixing line breaks) and get
7920: it to libxml "as is"
7921:
7922: 2008-06-03 misha
7923:
7924: * src/main/pa_common.C: - use store_Char instead of
7925: transcodeCharFromUTF8
7926:
7927: * src/: include/pa_charset.h, main/pa_charset.C: - method
7928: store_Char added, transcodeCharFromUTF8 -- removed
7929:
7930: 2008-06-02 misha
7931:
7932: * tests/: results/177.processed, 177.html: - test for checking
7933: .[acm]date after local ^file::load[] was added
7934:
7935: * tests/: results/176.processed, 176.html: - test for checking
7936: @OPTION\locals + @method[vars][locals] added
7937:
7938: * tests/results/auto.p: - CLASS_PATH specified for checking use
7939:
7940: 2008-05-30 misha
7941:
7942: * src/main/: compile.y, compile.tab.C: - changes in compiler:
7943: @OPTION\nlocals + @method[vars][;locals;] were added
7944:
7945: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
7946: moved to separate method op_code - switch from VMethodFrame to
7947: VMethodFrameGlobal + VMethodFrameLocal
7948:
7949: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
7950: was moved to separate method op_code
7951:
7952: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
7953: VMethodFrame now
7954:
7955: * src/types/pa_vstateless_class.h: - stateless class have bool flag
7956: all_vars_local as well
7957:
7958: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
7959: pa_vmethod_frame_local.h, Makefile.am: - who children for
7960: VMethodFrame were added: one (global) works as VMethodFrame
7961: before and second (local) write all vars in self vars scope
7962:
7963: * src/types/pa_method.h: - method has bool flag all_vars_local now
7964:
7965: 2008-05-29 misha
7966:
7967: * tests/: 129.html, results/129.processed: - more tests for
7968: ^table.hash[]
7969:
7970: * src/classes/hash.C: - ^hash::sql has a new option:
7971: $.type[hash|string|table] as ^table.hash[] one.
7972:
7973: * src/classes/op.C: - ^try has 3rd param now: finally code which
7974: executed anyway after try or catch section
7975:
7976: 2008-05-27 misha
7977:
7978: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
7979: must not fail if $.distinct(1) wasn't specified
7980:
7981: 2008-05-26 misha
7982:
7983: * src/classes/op.C: - allow ^throw[my type]
7984:
7985: 2008-05-22 misha
7986:
7987: * configure.in, configure: - version number updated to 3.2.4b
7988:
7989: * src/classes/: op.C, string.C: - trim format string before
7990: eval/format
7991:
7992: * tests/: results/175.processed, 175.html: - more tests for
7993: different format strings in .format[]
7994:
7995: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
7996: as well (not only %XX)
7997:
7998: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
7999: charset specified - checks for format before print number
8000: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
8001: (instead of tabs) removed
8002:
8003: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
8004: charset specified
8005:
8006: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
8007: char in requested charset from utf code was added
8008:
8009: 2008-05-19 misha
8010:
8011: * tests/: 174.html, results/174.processed: - test for
8012: ^hashfile.cleanup[] added
8013:
8014: * src/classes/hashfile.C: - optimization: don't create any key or
8015: value variable if it's name weren't specified
8016: (^hf.foreach[;v]{...})
8017:
8018: 2008-05-16 misha
8019:
8020: * src/classes/hash.C: - optimization: don't create any key variable
8021: if variable name wasn't specified (^h.foreach[;v]{...})
8022:
8023: 2008-05-15 misha
8024:
8025: * src/classes/op.C: - small changes
8026:
8027: * src/classes/hashfile.C: - code reformating (as hash.foreach)
8028:
8029: * src/classes/hash.C: - calculate var_context once before foreach
8030:
8031: 2008-05-14 misha
8032:
8033: * src/classes/hashfile.C: - incorrect vars context calculation for
8034: ^hashfile.foreach[;]{} fixed
8035:
8036: * src/classes/: hash.C, table.C: - little optimisation
8037:
8038: * src/classes/file.C: - bugfix: double absolute path while loading
8039: file
8040:
8041: * tests/: 174.html, results/174.processed: - tests for hashfile
8042: were added
8043:
8044: * buildall-with-xml: - moving to libxslt 1.1.24
8045:
8046: 2008-04-30 misha
8047:
8048: * src/classes/file.C: - stat file while loading (local only) so
8049: .adate, .mdate and .cdate available without additional ::stat
8050:
8051: 2008-04-28 misha
8052:
8053: * src/classes/file.C: - $.name and $.content-type available for
8054: stated file
8055:
8056: 2008-04-14 misha
8057:
8058: * src/targets/cgi/parser3.C: - new year in copyright %-)
8059:
8060: * src/include/pa_version.h: - new version number in head
8061:
8062: 2008-04-10 misha
8063:
8064: * tests/: 080.html, results/080.processed: - cut '0' from
8065: exponential part because of on diff OS it differ (20 or 020 for
8066: ex)
8067:
8068: * tests/: 119.html, results/119.processed: - check for encoding
8069: while creating xdoc
8070:
8071: 2008-04-09 misha
8072:
8073: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
8074:
8075: * src/main/pa_common.C: - comment added
8076:
8077: * src/classes/date.C: - little refactoring
8078:
8079: 2008-04-07 misha
8080:
8081: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
8082: style of ^table.save[]: prepare one big string and sabe it at
8083: once. it's safe on freebsd 4.x but use much more memory.
8084:
8085: * buildall-with-xml, buildall-without-xml: - option
8086: --disable-stringstream added (under comment. use it on freebsd
8087: 4.x)
8088:
8089: 2008-02-22 misha
8090:
8091: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
8092: specified together in file::load[;http] - get back transcoding
8093: $.body[] in file::load[;http]
8094:
8095: 2008-02-21 misha
8096:
8097: * src/classes/date.C: - ^date.gmt-string[] was added
8098:
8099: * src/types/pa_value.C: - method for output date in RFC 822 format
8100: moved to pa_common.h
8101:
8102: * src/include/pa_common.h: - method for output date in RFC 822
8103: format moved here from pa_value.C
8104:
8105: * src/types/pa_vmail.C: - fixed core in sending mail with
8106: attachment in simple mode ($.file[file here]) introduced in 3.2.2
8107:
8108: 2008-02-20 misha
8109:
8110: * src/main/pa_http.C: - transcode $.headers before escaping into
8111: specified charset while ^file::load[...;http://...] (L_URI
8112: instead of L_HTTP_HEADER) - $.cookies param available in
8113: ^file::load[;http://...] now (but we don't parse set-cookies from
8114: response yet) (cookies not transcoded as common $cookies)
8115:
8116: 2008-02-19 misha
8117:
8118: * src/main/pa_request.C: - rollback: we mustn't force taint
8119: $response:field values because in this case
8120: $response:locateion[http://...] don't works.
8121:
8122: 2008-02-15 misha
8123:
8124: * src/classes/op.C: - little refactoring
8125:
8126: * src/main/pa_http.C: - taint names of $.headers for load[;http
8127:
8128: * src/main/pa_request.C: - force taint values of $response:field
8129:
8130: 2008-02-14 misha
8131:
8132: * src/main/pa_request.C: - $response:field transcoded to
8133: $response:charset before escaping now
8134:
8135: * src/main/pa_http.C: - some outdated comments removed
8136:
8137: * src/classes/date.C: - lastdat -> last-day
8138:
8139: * src/classes/date.C: - ^date:lastday(year;month) and
8140: ^date.lastday[] were added - little code refactoring - comments
8141: changes
8142:
8143: * tests/: 159.html, results/159.processed: - test for number of
8144: days in February
8145:
8146: * src/types/pa_value.C: - fixes in code formatting
8147:
8148: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
8149: and comments
8150:
8151: 2008-02-13 misha
8152:
8153: * src/main/pa_common.C: - bugfix for february at leap year
8154:
8155: 2008-01-28 misha
8156:
8157: * tests/: 160.html, results/160.processed: - more test for cache
8158: added
8159:
8160: * src/classes/op.C: - bugfix: cache body executed twice if contains
8161: unhandled exception
8162:
8163: 2008-01-25 misha
8164:
8165: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
8166: bug when hashfile became inavailable after memory:compact)
8167:
8168: * src/lib/sdbm/apr_strings.C: - +arp_malloc
8169:
8170: 2008-01-22 misha
8171:
8172: * src/classes/table.C: - little refactiring and exception texts
8173: changes in method ^table.hash[]
8174:
8175: * src/types/pa_vcookie.C: - link to cookie specification changed
8176:
8177: 2008-01-21 misha
8178:
8179: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
8180: file::exec/cgi
8181:
8182: * src/classes/file.C: - bugfix: core while processing headers if
8183: executed cgi script don't return content
8184:
8185: 2008-01-18 misha
8186:
8187: * buildall-with-xml: - move to libxml2 version 2.6.31
8188:
8189: * src/include/pa_version.h, configure.in: - version number updated
8190: to '3.2.3b'
8191:
8192: 2007-12-28 misha
8193:
8194: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
8195: hash.contains
8196:
8197: 2007-12-27 misha
8198:
8199: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
8200: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
8201: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
8202: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
8203: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8204: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
8205: src/targets/cgi/parser3.vcproj,
8206: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
8207: back to VS2003 because of Apache 1.3 module can't work if it was
8208: built in VS 2005. with cgi all file so VS2003 project files can
8209: be easy converted to the new format.
8210:
8211: 2007-12-04 misha
8212:
8213: * src/types/pa_vcode_frame.h: - changes in comment
8214:
8215: 2007-11-29 misha
8216:
8217: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
8218: intercept strings any longer
8219:
8220: * tests/: 173.html, results/173.processed: - tests for
8221: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
8222: but not in main code frame
8223:
8224: * tests/: 172.html, results/172.processed: - more tests for pass
8225: objects from code frames
8226:
8227: 2007-11-27 misha
8228:
8229: * tests/: 152.html, results/152.processed: - tests for converting
8230: strings 'true'/'false' to bool were added
8231:
8232: * tests/152.html: - added checks for converting strings
8233: 'true'/'false' to bool
8234:
8235: * src/classes/string.C: - ^srting.bool[] now can convert to bool
8236: not only strings with numbers but with values 'true'/'false' as
8237: well
8238:
8239: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
8240: for parser3.log increased
8241:
8242: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
8243:
8244: * src/include/pa_common.h: - remove_crlf return cstring size now
8245:
8246: * src/include/pa_types.h: - constant with buffer size for
8247: parser3.log added
8248:
8249: 2007-11-16 misha
8250:
8251: * tests/cat.sh: - script for tests for file::exec/cgi
8252:
8253: * tests/171.html: - tests for file::exec/cgi
8254:
8255: * tests/results/171.processed: - tests results for file::exec/cgi
8256:
8257: 2007-11-15 misha
8258:
8259: * src/main/pa_exec.C: - fixed incorrect exec code for unix
8260:
8261: * src/classes/file.C: - .body must be set before analyzing cgi
8262: headers
8263:
8264: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
8265: only if exec/cgi return anything.
8266:
8267: 2007-11-14 misha
8268:
8269: * operators.txt: - info about new text|binary option for
8270: file::exec/cgi was added
8271:
8272: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
8273: ^file:exec[[text|binary];script;...]
8274:
8275: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
8276: classes/string.C, classes/table.C: - more text strings moved to
8277: the one place
8278:
8279: 2007-11-09 misha
8280:
8281: * src/types/pa_vrequest.C: - $request:argv must be taint
8282:
8283: * ChangeLog: - $request:argv [patch from Sumo]
8284:
8285: * operators.txt: - $request:argv
8286:
8287: * src/: include/pa_request_info.h, types/pa_vrequest.C,
8288: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
8289:
8290: 2007-10-25 misha
8291:
8292: * buildall-with-xml, buildall-without-xml: - options preparations
8293: for ./configure rewrited
8294:
8295: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
8296: error occure in unhandled_exception finally fixed
8297:
8298: 2007-10-23 misha
8299:
8300: * tests/: 170.html, results/170.processed: - test for
8301: @method[][result]
8302:
8303: * operators.txt: - added info about node.prefix and
8304: node.namespaceURI
8305:
8306: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
8307:
8308: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
8309: added for node and attribute
8310:
8311: 2007-10-22 misha
8312:
8313: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
8314:
8315: * src/main/pa_request.C: - added const content-transfer-encoding
8316:
8317: * src/include/pa_request.h: - added const content-transfer-encoding
8318: - ups. constants must be in lowercase (for search)
8319:
8320: * src/types/pa_vmail.C: - more constants used -
8321: content-transfer-encoding: 8bit added
8322:
8323: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
8324:
8325: * src/include/pa_request.h: - more constants
8326:
8327: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
8328: ommit anymore if $.content-disposition was specified - little
8329: refactoring
8330:
8331: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
8332:
8333: 2007-10-17 misha
8334:
8335: * operators.txt: - info about
8336: table::create[nameless]{data}[>options<] was added
8337:
8338: * src/main/: compile.tab.C, compile.y: - if error occure while
8339: compile method don't put this method in methods table anymore.
8340: in other case the parser coredumped if @unhandled_exception
8341: method can't be compiled because of parser.compile error.
8342:
8343: * src/main/execute.C: - little code reformating
8344:
8345: * src/main/pa_request.C: - little code reformating - comment
8346: changed
8347:
8348: 2007-10-16 misha
8349:
8350: * tests/: 035.html, results/035.processed: - tests
8351: table::create[]{}[options] added
8352:
8353: * src/classes/table.C: - table::create[]{} now accept 3rd param:
8354: options (only $.seperator[] yet)
8355:
8356: 2007-10-10 misha
8357:
8358: * src/classes/table.C: - some contstants moved to pa_common.h -
8359: some code changes
8360:
8361: 2007-10-02 misha
8362:
8363: * src/main/pa_uue.C: - memory usage during uuencode reduced more
8364: then three time as much. but base64 encoding method still use
8365: less memory anyway.
8366:
8367: 2007-09-17 misha
8368:
8369: * operators.txt: - added info about $cookie:fields
8370:
8371: * src/types/pa_vcookie.C: - $cookie:fields available now
8372:
8373: * src/classes/hash.C: - some stuff for use with .for_each moved to
8374: common
8375:
8376: * src/include/pa_common.h: - some stuff for use with .for_each
8377: moved here
8378:
8379: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
8380:
8381: 2007-09-14 misha
8382:
8383: * buildall-with-xml: - new xml libs again =)
8384:
8385: 2007-08-28 misha
8386:
8387: * operators.txt: - texts about ^table.columns[[column name]] and
8388: ^string.split[...][v][column name] were added
8389:
8390: * tests/: 168.html, 169.html, results/168.processed,
8391: results/169.processed: - tests for ^table.columns[[column name]]
8392: and ^string.split[...][v][column name] were added
8393:
8394: * src/classes/table.C: - new option ^table.columns[[column name]]
8395: was added
8396:
8397: * src/classes/string.C: - new option ^string.split[...;v;[column
8398: name]]
8399:
8400: * src/include/pa_exception.h: - error text message for
8401: ^hash._keys[], ^table.columns[] and ^string.split[]
8402:
8403: 2007-08-27 misha
8404:
8405: * src/main/untaint.C: - try to fix coredump on unix if print to
8406: body ^taint[sql][something] outside of connect
8407:
8408: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
8409: outside of connect
8410:
8411: * buildall-with-xml, buildall-without-xml: - strip parser3 was
8412: added (commented by default)
8413:
8414: 2007-08-20 misha
8415:
8416: * operators.txt: - comment about new method ^node.hasAttributes[]
8417: was added
8418:
8419: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
8420: duplicated exception text strings were removed
8421:
8422: * src/include/pa_exception.h: - more exception text strings moved
8423: here
8424:
8425: * src/classes/table.C: - some duplicate exceptions' text strings
8426: removed
8427:
8428: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
8429: xdoc.C, xnode.C: - some duplicate exceptions' text strings
8430: removed
8431:
8432: * src/include/pa_exception.h: - some exception text strings movet
8433: to pa_exception
8434:
8435: * tests/: 149.html, results/149.processed: - test for
8436: ^xnode.hasAttributes[] was added - some code changes
8437:
8438: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
8439: added
8440:
8441: 2007-08-17 misha
8442:
8443: * tests/: results/006.processed, results/059.processed, 006.html,
8444: 059.html: - more tests for match
8445:
8446: * tests/: 129.html, results/129.processed: - tests for
8447: ^table.hash[...][$.type[string|hash|table]] added
8448:
8449: * src/targets/cgi/parser3.C: - little syntax changes
8450:
8451: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
8452: syntax changes
8453:
8454: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
8455: messages in parser3.log switched off by default. If someone
8456: really still need it: use $SIGPIPE(1)
8457:
8458: 2007-08-08 misha
8459:
8460: * buildall-with-xml, buildall-without-xml: - remove libs source
8461: files by default since now
8462:
8463: 2007-08-07 misha
8464:
8465: * buildall-without-xml: - some option syntax changes
8466:
8467: * buildall-with-xml: - compile libxml2 without http support - some
8468: option syntax changes
8469:
8470: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
8471:
8472: 2007-08-06 misha
8473:
8474: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
8475:
8476: * tests/: 160.html, results/160.processed: - cache test was
8477: rewrited
8478:
8479: 2007-07-06 misha
8480:
8481: * tests/: 153.html, results/153.processed: - added test for
8482: ^math:sha1[string]
8483:
8484: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
8485: transcoded
8486:
8487: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
8488: were added
8489:
8490: 2007-06-28 misha
8491:
8492: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
8493: some incorrect chars
8494:
8495: 2007-06-19 misha
8496:
8497: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
8498: were moved on top because of gcc 4 had a problems during
8499: building.
8500:
8501: 2007-06-18 misha
8502:
8503: * tests/results/019.processed: - new image commited
8504:
8505: 2007-06-09 misha
8506:
8507: * src/classes/: op.C, table.C: - in while and table.select method
8508: as_expression used now
8509:
8510: * src/types/pa_vmethod_frame.h: - method as_expression was added
8511:
8512: 2007-06-08 misha
8513:
8514: * tests/: 166.html, results/166.processed: - test for
8515: ^match[...][n]
8516:
8517: * tests/: 165.html, results/165.processed: - tests for loops
8518:
8519: * src/lib/cord/include/private/cord_pos.h: - back to origin value
8520: because of no speed/memory optimisation but some proglems with
8521: long cycles occure
8522:
8523: 2007-06-06 misha
8524:
8525: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
8526: ^table.select(true) and ^table.select(1) didn't works because of
8527: awaiting junction-param only. fixed.
8528:
8529: 2007-05-24 misha
8530:
8531: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
8532: with 0.5 secs interval
8533:
8534: * src/classes/op.C: - cache was rewrited. I hope it works with
8535: locking system now on unix
8536:
8537: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
8538: system locks which wait till other threads release it but try get
8539: lock, if fail wait 1 sec and make 10 attempts.
8540:
8541: * src/include/pa_os.h: - consts for blocking locks + some comments
8542: were added
8543:
8544: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
8545: opening files
8546:
8547: * src/classes/table.C: - changes in includes. if unclude <sstream>
8548: after our classes on unix it can't be build
8549:
8550: * src/types/pa_vhashfile.C: - not needed code removed
8551:
8552: 2007-05-23 misha
8553:
8554: * src/: classes/file.C, classes/op.C, main/pa_common.C,
8555: include/pa_common.h: - cosmetic changes
8556:
8557: 2007-05-18 misha
8558:
8559: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
8560: often. it's give some speed increasing
8561:
8562: * tests/results/160.processed: - returned time corrected
8563:
8564: * tests/160.html: - time increased because on unix 1 mean nothing
8565: :(
8566:
8567: * operators.txt: - added info about ^hash.contain[key]
8568:
8569: * src/classes/hash.C: - added ^hash.contain[key]
8570:
8571: * src/include/pa_hash.h: - added method for checking key exists in
8572: hash
8573:
8574: 2007-05-07 misha
8575:
8576: * src/include/pa_string.h: - was compilation error during build on
8577: freebsd4
8578:
8579: 2007-05-03 misha
8580:
8581: * src/classes/table.C: - option $.type[hash|string|table] was added
8582: for ^table.hash[]
8583:
8584: * src/classes/file.C: - comment removed
8585:
8586: 2007-04-26 misha
8587:
8588: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
8589: real files doesn't opened in place anymore
8590:
8591: 2007-04-24 misha
8592:
8593: * src/classes/math.C: - I thought one more time and remove lg(N) :)
8594:
8595: * src/include/pa_exception.h: "static" removed
8596:
8597: 2007-04-23 misha
8598:
8599: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
8600:
8601: * src/classes/math.C: added: - ^math:ln(N) (the same as
8602: ^math:log(N)) - ^math:lg(N)
8603:
8604: * tests/: 097.html, results/097.processed: - charsets converstion
8605: during ^file::load[text;http://...] added
8606:
8607: * tests/: 164.html, results/164.processed: - check for set expires
8608: as a date
8609:
8610: * tests/: 164.html, results/164.processed: - test for hashfile
8611:
8612: * src/classes/hashfile.C: - little comment changes
8613:
8614: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
8615: access
8616:
8617: * src/: classes/date.C, classes/double.C, classes/file.C,
8618: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
8619: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
8620: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
8621: classes/xnode.h, include/pa_request.h, main/execute.C,
8622: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
8623: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
8624: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
8625: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
8626: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
8627: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
8628: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8629: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
8630: "parser.runtime" strings were removed
8631:
8632: * src/classes/hashfile.C: - with .clear[] called files_delete()
8633: now.
8634:
8635: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
8636:
8637: * src/include/pa_exception.h: - string constant with
8638: "parser.runtime" text was added
8639:
8640: 2007-04-20 misha
8641:
8642: * operators.txt: - some comments changing
8643:
8644: * operators.txt: - added info about .^hashfile.release[],
8645: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
8646:
8647: * configure: =cheching for unsetenv
8648:
8649: * src/classes/hashfile.C: - ^hashfile.cleanup[],
8650: ^hashfile.release[] were added
8651:
8652: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
8653: ^string.match[][] understand new option now: return number of
8654: matches but not table wit results
8655:
8656: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
8657: reopen now
8658:
8659: * src/classes/op.C: - bug. must be false
8660:
8661: * configure.in: - checking for unsetenv was added
8662:
8663: * src/types/pa_vform.C: - some comments
8664:
8665: 2007-04-18 misha
8666:
8667: * buildall-with-xml: moving to libxml2-2.6.28
8668:
8669: * buildall-with-xml, buildall-without-xml: added commented lines
8670: with --disable-safe-mode option
8671:
8672: * operators.txt: - info about $form:files
8673:
8674: 2007-04-17 misha
8675:
8676: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
8677: $form:files was added
8678:
8679: * tests/: 163.html, results/163.processed: removing auto format
8680:
8681: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
8682:
8683: 2007-04-16 misha
8684:
8685: * tests/: 163.html, results/163.processed: - test for .int[],
8686: floor, round, ceiling and .format[]
8687:
8688: * src/classes/file.C: - little optimization for getting args in
8689: exec/cgi
8690:
8691: 2007-04-13 misha
8692:
8693: * src/classes/file.C: - arguments for file::exec/cgi can be
8694: specified now as s table with one column
8695:
8696: 2007-03-27 misha
8697:
8698: * tests/: 162.html, results/162.processed: - test for
8699: ^table.select(^condition[$t])
8700:
8701: * tests/results/auto.p: - load windows-1251 charset for some tests
8702:
8703: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
8704:
8705: * tests/: results/161.processed, 161.html, 161_utf8.txt,
8706: 161_windows1251.txt: - added test for
8707: ^file::load[text;/local/file.txt;$.charset[...]]
8708:
8709: * tests/: results/013.processed, 013.html: - added test for
8710: checking $._default value while hash modifications
8711:
8712: * tests/: 160.html, results/160.processed: - add test for
8713: ^cache[key](secs){code}, ^cache[] and ^cache(0)
8714:
8715: 2007-03-22 misha
8716:
8717: * src/include/pa_common.h: - "charset" string defined for
8718: ^file::load[text;/local.txt] and ^table::load[/table.txt]
8719:
8720: * src/main/: pa_common.C, pa_http.C: - $.charset option for
8721: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
8722: added - not needed transcodes were removed from
8723: ^file::load[...;http://...]
8724:
8725: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
8726: added
8727:
8728: * src/classes/date.C: - date.week was fixed
8729:
8730: * operators.txt: - added info about date.weekyear
8731:
8732: * tests/: 159.html, results/159.processed: - tests for date.week
8733: and date.weekyear added
8734:
8735: 2007-03-15 misha
8736:
8737: * src/classes/table.C: - enclose column numbers for nameless tables
8738: as well
8739:
8740: 2007-03-14 misha
8741:
8742: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
8743:
8744: * src/classes/table.C: - table.save optimization: now required much
8745: less memory
8746:
8747: 2007-03-13 misha
8748:
8749: * tests/results/: 158.processed, 158.processes: - tests for
8750: table.save/table.load
8751:
8752: * tests/: 158.html, results/158.processes: - tests for
8753: table.save/table.load
8754:
8755: * buildall-with-xml: libxml2: --without-ftp --without-docbook
8756:
8757: * buildall-with-xml: - pattern needed now for building
8758:
8759: * tests/results/097.processed: - added test results for xdoc::load
8760: & xdoc::load[http://...]
8761:
8762: * tests/097.html: - added test for xdoc::load
8763:
8764: 2007-03-12 misha
8765:
8766: * tests/: 107.html, results/107.processed: - added test for xpath
8767: '//man'
8768:
8769: 2007-03-01 misha
8770:
8771: * tests/: 097.html, results/097.processed: - added test for
8772: creating xdoc from file
8773:
8774: * tests/: results/157.processed, 157.html: - added test for
8775: file:move
8776:
8777: 2007-02-28 misha
8778:
8779: * src/classes/xdoc.C: - another attempt
8780:
8781: * src/classes/xdoc.C: - roll back last changes for a while
8782:
8783: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
8784:
8785: * src/classes/file.C: - under lock we create non-exist dir anyway
8786:
8787: * tests/results/099.processed: - ever send content-disposition to
8788: client with file
8789:
8790: * tests/157.html: + test for file:copy
8791:
8792: 2007-02-26 misha
8793:
8794: * src/classes/file.C: - some similar strings moved to #define
8795: instead of to be copy/pasted many times
8796:
8797: * src/types/pa_vfile.h: - class name string ("file") moved to
8798: #define
8799:
8800: 2007-02-20 misha
8801:
8802: * bin/auto.p.dist.in: - added lines for sqlite
8803:
8804: * configure.in: - added some strings for sqlite detection
8805:
8806: 2007-02-19 misha
8807:
8808: * operators.txt: - some comments changes
8809:
8810: * buildall-with-xml, buildall-without-xml: - some modifications
8811:
8812: 2007-02-17 misha
8813:
8814: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
8815:
8816: * src/main/pa_request.C: - damn, i forgot to commit it while I
8817: change console behaviour
8818:
8819: 2007-02-12 misha
8820:
8821: * src/targets/cgi/parser3.C: - don't print headers if
8822: $console:line[data] was used during cgi execution.
8823:
8824: * src/types/pa_vconsole.h: - console class have bool flag now which
8825: marked as 'true' if class was used.
8826:
8827: * tests/: 152.html, results/152.processed: - more types was added
8828: to test 152
8829:
8830: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
8831: adding 'bool' (^if($image){} caused exception)
8832:
8833: 2007-02-09 misha
8834:
8835: * tests/: 152.html, results/152.processed: - test alightly updated
8836:
8837: * tests/: 152.html, results/152.processed: - test rewrited
8838:
8839: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
8840: bugfix. I broke xdoc & xnode in expression
8841:
8842: 2007-02-08 misha
8843:
8844: * tests/: 152.html, results/152.processed: - add test for checking
8845: 'def' for void, string, bool, int & double
8846:
8847: 2007-02-07 misha
8848:
8849: * operators.txt: - ^file:base64[filespec] was added
8850:
8851: * tests/results/153.processed: - result test for
8852: ^file:base64[filespec] was updated
8853:
8854: * tests/153.html: - test for ^file:base64[filespec] was added
8855:
8856: * src/types/pa_vconsole.h: - little optimization
8857:
8858: * src/classes/file.C: - ^file:base64[filespec]
8859:
8860: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
8861:
8862: * src/include/pa_common.h: - declarations for
8863: ^file:base64[filespec]
8864:
8865: * src/types/pa_vcookie.C: - little optimization
8866:
8867: 2007-02-06 misha
8868:
8869: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
8870: were temporary commented
8871:
8872: * src/types/pa_vbool.h: - bugfix
8873:
8874: * tests/156.html: - added test for bool cookie
8875:
8876: * src/types/pa_vcookie.h: - not needed string "cookie" removed
8877:
8878: * tests/: 155.html, results/155.processed: - added test for check
8879: $.encloser[] option for table save/load
8880:
8881: * tests/: 153.html, 154.html, todo.txt: - two more tests added
8882:
8883: 2007-02-05 misha
8884:
8885: * tests/results/152.processed: - newline at the end was missed
8886:
8887: * tests/results/141.processed: - math:md5 must be lowercased
8888:
8889: * src/targets/cgi/parser3.C: - 2007 in help ;)
8890:
8891: 2007-02-03 misha
8892:
8893: * tests/results/: 150.processed, 151.processed, 152.processed: -
8894: test for bool added and some content length fixes
8895:
8896: * tests/152.html: - test for bool added
8897:
8898: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
8899:
8900: * operators.txt: - info bool class was added
8901:
1.116 moko 8902: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 8903: classes/classes.vcproj, classes/double.C, classes/int.C,
8904: classes/string.C, classes/void.C, classes/xnode.C,
8905: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
8906: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
8907: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
8908: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8909: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
8910: types/types.vcproj: - bool class was added
8911:
8912: * src/main/pa_request.C: - fix
8913:
8914: 2007-01-18 misha
8915:
8916: * src/: main/pa_string.C, classes/string.C: - return table during
8917: ^string.match[][] even if no matched found.
8918:
8919: 2006-12-20 misha
8920:
8921: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
8922: http://www.parser.ru/forum/?id=55598 ]
8923:
8924: 2006-12-19 misha
8925:
8926: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
8927: details: http://www.parser.ru/forum/?id=52359
8928:
8929: * src/main/pa_request.C: - always set content-disposition for
8930: $response:body[hash here]. more details:
8931: http://www.parser.ru/forum/?id=52130
8932:
8933: 2006-12-07 misha
8934:
8935: * operators.txt: - added info about bool params in cookie set
8936:
8937: * src/types/pa_vcookie.C: - bool param in cookies available now
8938: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
8939: ]
8940:
8941: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
8942: was added
8943:
8944: 2006-12-02 misha
8945:
8946: * src/classes/file.C: - file_block_read used instead of native read
8947:
8948: * src/main/pa_common.C: - added file_block_read with read error
8949: detection - file_block_read used instead of native read
8950:
8951: * src/include/pa_common.h: - added file_block_read declaration
8952:
8953: 2006-12-01 misha
8954:
8955: * operators.txt: - info about $var.CLASS_NAME was added
8956:
8957: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8958: $var.CLASS_NAME added
8959:
8960: * operators.txt: - added info about ^file:copy[]
8961:
8962: * src/classes/file.C: - ^file:copy[from;fo] was added
8963:
8964: 2006-11-20 misha
8965:
8966: * src/classes/date.C: - bug fix :)
8967:
8968: 2006-11-17 misha
8969:
8970: * src/include/pa_common.h: - array in crc32 calculation was changed
8971: to static
8972:
8973: * src/main/pa_common.C: - little optimization in getMonthDays -
8974: small changes in crc32 calculation
8975:
8976: * src/classes/date.C: - not needed code was removed
8977:
8978: 2006-11-16 misha
8979:
8980: * src/types/pa_vmail.C: - fix missed brakes
8981:
8982: * src/types/pa_vmail.C: - mail:send now set content-type:
8983: multipart/related instead of multipart/mixed if file have
8984: $.content-id[]
8985:
8986: 2006-11-15 misha
8987:
8988: * src/types/pa_vdouble.h: abs -> fabs
8989:
8990: 2006-11-14 misha
8991:
8992: * operators.txt: - added info about ^file.md5[] and
8993: ^file:md5[file-name]
8994:
8995: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
8996: added
8997:
8998: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
8999: FILE_BUFFER_SIZE
9000:
9001: * src/classes/math.C: - hex_string was moved to pa_common.h
9002:
9003: * src/include/pa_common.h: - hex_string was moved from math.C -
9004: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
9005:
9006: * src/types/pa_vdouble.h: - incorrect frac detection with negative
9007: values was fixed
9008:
9009: 2006-11-13 misha
9010:
9011: * operators.txt: - added info about ^math:crc32[string],
9012: ^file:crc32[file-name] & ^file.crc32[]
9013:
9014: * src/classes/math.C: - added ^math:crc32[string]
9015:
9016: * src/classes/file.C: - some comments were changed - added
9017: ^file:crc32[file-name] and ^file.crc32[]
9018:
9019: * src/: include/pa_common.h, main/pa_common.C: - some functions for
9020: crc32 calculation added
9021:
9022: 2006-11-03 misha
9023:
9024: * src/include/pa_array.h: - not needed variable removed
9025:
9026: * tests/: 150.html, 151.html, results/150.processed,
9027: results/151.processed: - 2 tests were added
9028:
9029: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
9030: with $.reverse(1) were fixed
9031:
9032: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
9033: query converted to $.charset during ^file::load[http://...]
9034:
9035: 2006-11-02 misha
9036:
9037: * src/include/pa_table.h: ups. forget '=' char
9038:
9039: * src/include/pa_table.h: - one more fix in
9040: .locate[...][$.reverse(1)]
9041:
9042: 2006-11-01 misha
9043:
9044: * src/classes/math.C: - bug fix, details:
9045: http://www.parser.ru/forum/?id=53360
9046:
9047: * src/include/pa_table.h: - bug fix during ^table.locate( condition
9048: false for all records )[$.reverse(1)]
9049:
9050: * src/main/pa_http.C: - second param for this mid method is length
9051: but not end_index so this method has error and can't detect
9052: charsets in next content-types: Content-type: text/html;
9053: charset="windows-1251" Content-type: text/html;
9054: charset="windows-1251"; Content-type: text/html;
9055: charset=windows-1251;
9056:
9057: only Content-type: text/html; charset=windows-1251 was fine
9058:
9059: 2006-10-31 misha
9060:
9061: * src/classes/file.C: - empty args in file::exec removed now
9062:
9063: 2006-09-11 misha
9064:
9065: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
9066: replaced to table::create - some changes in text/code formatting
9067:
9068: 2006-09-03 paf
9069:
9070: * src/classes/file.C: proper tainting of
9071: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
9072:
9073: 2006-06-09 paf
9074:
9075: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
9076:
9077: * src/classes/table.C: formatting
9078:
9079: * src/classes/table.C: incorporated patch from misha: Sent:
9080: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
9081: ignoring string options for ^table.save[]
9082:
9083: * src/classes/hash.C: incorporated patch from misha Sent:
9084: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
9085: $hash._default disappear while
9086:
9087: * operators.txt: ^mail:send[ $.file1[ $.value[file]
9088: $.format[!uue|!base64] << new base64 option. default uue ] ]
9089:
9090: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
9091: PM Subject: patch for base64 in ^mail:send[] %-)
9092:
9093: 2006-04-09 paf
9094:
9095: * src/main/compile.tab.C: ` change compiled
9096:
9097: * gnu.vcproj, operators.txt, parser3.sln,
9098: src/classes/classes.vcproj, src/classes/file.C,
9099: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
9100: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9101: src/classes/xnode.C, src/include/pa_array.h,
9102: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9103: src/include/pa_memory.h, src/include/pa_request.h,
9104: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9105: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9106: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9107: src/lib/pcre/pcre_dftables.vcproj,
9108: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9109: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9110: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9111: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9112: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9113: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9114: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9115: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9116: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9117: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9118: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9119: src/types/pa_value.h, src/types/pa_vcookie.C,
9120: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
9121: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9122: src/types/pa_vstatus.C, src/types/types.vcproj,
9123: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
9124: ^menu, ^hash/hashfile.foreach
9125:
9126: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9127: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
9128: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9129: src/classes/xnode.C, src/include/pa_array.h,
9130: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9131: src/include/pa_memory.h, src/include/pa_request.h,
9132: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9133: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9134: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9135: src/lib/pcre/pcre_dftables.vcproj,
9136: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9137: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9138: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9139: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9140: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9141: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9142: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9143: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9144: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9145: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9146: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9147: src/types/pa_value.h, src/types/pa_vcookie.C,
9148: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9149: src/types/pa_vstatus.C, src/types/types.vcproj,
9150: tests/descript.ion: ! switched to VS2005 (projects and
9151: object<info explicitly typed>.for_each(, info)) +
9152: $response:field[] setting void means removing + grammar $name`
9153: name stops now, for mysql `$field` + started ^break[]
9154: ^continue[], in ^for. TODO: to other iterators (while, menu,
9155: foreach) + all log messages += [uri=, method=, cl=]
9156:
9157: * buildall-with-xml: merged . ftp paths update
9158:
9159: * buildall-with-xml: . ftp paths update
9160:
9161: 2006-03-04 paf
9162:
9163: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
9164: checks++ [thanks to Igor Zinkovsky for detailed report]
9165:
9166: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
9167: Igor Zinkovsky for detailed report]
9168:
9169: 2006-03-01 paf
9170:
9171: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9172: \n to ' ' in
9173:
9174: 2006-02-18 paf
9175:
9176: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9177: \n to ' ' in
9178:
9179: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
9180:
9181: 2006-02-03 paf
9182:
9183: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
9184: base64
9185:
9186: * src/main/pa_common.C: ! bugfix: decoding from base64
9187:
9188: 2006-01-20 paf
9189:
9190: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9191: economy fix
9192:
9193: * src/classes/: table.C: merged from HEAD ! bugfix
9194: ^table.save[$.encloser-s now handled properly
9195:
9196: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
9197: handled properly
9198:
9199: 2006-01-19 paf
9200:
9201: * buildall-with-xml, buildall-without-xml: merged from HEAD !
9202: libgc:USE_MUNMAP activates merging of free memory blocks which
9203: helps a lot in our case: after transform we want
9204: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
9205:
9206: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9207: economy fix
9208:
9209: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
9210: activates merging of free memory blocks which helps a lot in our
9211: case: after transform we want CORD(main.result)->cstr[big
9212: malloc]->transcode[big malloc]
9213:
9214: 2006-01-17 paf
9215:
9216: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
9217: before reading them. got rid of reallocs = became quicker and
9218: less fragmentated
9219:
9220: 2005-12-29 paf
9221:
1.116 moko 9222: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
9223: configure, configure.in, src/include/pa_version.h,
9224: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 9225: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
9226: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
9227: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
9228: src/lib/ltdl/missing: . merged from 3.2.1
9229:
1.116 moko 9230: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
9231: packaged when 'make dist', so do configure companion files in
9232: src/lib/ltdl
9233:
9234: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
9235: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
9236: missing: . now config_auto.h is created with configure [were
9237: constant]
1.95 moko 9238:
9239: * INSTALL: . references to documentation and some clarification
9240:
9241: * buildall-with-xml, buildall-without-xml: . farawell doc
9242: indication
9243:
1.116 moko 9244: * Makefile.am: . dist+=buildall*
1.95 moko 9245:
9246: 2005-12-28 paf
9247:
9248: * configure: . 3.2.1
9249:
9250: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
9251: simplify build process, see INSTALL
9252:
9253: 2005-12-26 paf
9254:
9255: * configure: ver
9256:
9257: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
9258: version
9259:
9260: 2005-12-21 paf
9261:
9262: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
9263: compiled with bison 1.875b, it reports unexpected token names
9264:
9265: 2005-12-19 paf
9266:
9267: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
9268: holds a link to xmlNode to prevent premature gc(xmlNode)
9269:
9270: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
9271: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
9272: src/main/main.vcproj, src/main/pa_globals.C,
9273: src/targets/cgi/parser3.vcproj,
9274: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
9275: configure, configure.in, src/include/pa_version.h: . killing
9276: gdome [what a relief]
9277:
9278: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
9279: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
9280: run_parser.sh, results/001.processed, results/002.processed,
9281: results/003.processed, results/004.processed,
9282: results/005.processed, results/006.processed,
9283: results/008.processed, results/009.processed,
9284: results/010.processed, results/011.processed,
9285: results/012.processed, results/013.processed,
9286: results/014.processed, results/015.processed,
9287: results/016.processed, results/017.processed,
9288: results/018.processed, results/020.processed,
9289: results/021.processed, results/022.processed,
9290: results/023.processed, results/024.processed,
9291: results/025.processed, results/026.processed,
9292: results/027.processed, results/028.processed,
9293: results/029.processed, results/030.processed,
9294: results/031.processed, results/032.processed,
9295: results/033.processed, results/034.processed,
9296: results/035.processed, results/036.processed,
9297: results/037.processed, results/038.processed,
9298: results/039.processed, results/040.processed,
9299: results/041.processed, results/042.processed,
9300: results/043.processed, results/044.processed,
9301: results/045.processed, results/046.processed,
9302: results/047.processed, results/048.processed,
9303: results/049.processed, results/050.processed,
9304: results/051.processed, results/052.processed,
9305: results/053.processed, results/054.processed,
9306: results/055.processed, results/056.processed,
9307: results/057.processed, results/058.processed,
9308: results/059.processed, results/060.processed,
9309: results/061.processed, results/062.processed,
9310: results/063.processed, results/064.processed,
9311: results/065.processed, results/066.processed,
9312: results/067.processed, results/068.processed,
9313: results/069.processed, results/070.processed,
9314: results/071.processed, results/072.processed,
9315: results/073.processed, results/074.processed,
9316: results/075.processed, results/076.processed,
9317: results/077.processed, results/078.processed,
9318: results/079.processed, results/080.processed,
9319: results/081.processed, results/082.processed,
9320: results/083.processed, results/084.processed,
9321: results/085.processed, results/086.processed,
9322: results/087.processed, results/088.processed,
9323: results/089.processed, results/090.processed,
9324: results/091.processed, results/092.processed,
9325: results/093.processed, results/094.processed,
9326: results/095.processed, results/096.processed,
9327: results/097.processed, results/099.processed,
9328: results/100.processed, results/101.processed,
9329: results/102.processed, results/104.processed,
9330: results/105.processed, results/106.processed,
9331: results/107.processed, results/108.processed,
9332: results/109.processed, results/110.processed,
9333: results/111.processed, results/112.processed,
9334: results/113.processed, results/114.processed,
9335: results/115.processed, results/117.processed,
9336: results/119.processed, results/120.processed,
9337: results/121.processed, results/122.processed,
9338: results/123.processed, results/124.processed,
9339: results/125.processed, results/126.processed,
9340: results/127.processed, results/128.processed,
9341: results/129.processed, results/130.processed,
9342: results/131.processed, results/132.processed,
9343: results/133.processed, results/134.processed,
9344: results/135.processed, results/136.processed,
9345: results/138.processed, results/139.processed,
9346: results/140.processed, results/141.processed,
9347: results/142.processed, results/143.processed,
9348: results/144.processed, results/145.processed,
9349: results/146.processed, results/147.processed,
9350: results/148.processed, results/149.processed, results/auto.p: .
9351: now works if we turn off default auto.p
9352:
1.116 moko 9353: * configure: . makes
1.95 moko 9354:
9355: * src/types/pa_vxnode.C: . less warnings
9356:
9357: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
9358: tests/145.html, tests/149.html, tests/descript.ion,
9359: tests/outputs/d.cmd, tests/results/142.processed,
9360: tests/results/143.processed, tests/results/144.processed,
9361: tests/results/145.processed, tests/results/146.processed,
9362: tests/results/147.processed, tests/results/148.processed,
9363: tests/results/149.processed: . removed .nodeValue from all node
9364: types other than 5 (grabbed piece from gdome)
9365:
9366: * tests/: 137.html, results/137.processed: . not handled this case
9367: yet. code does not hang from inserting parent into child,
9368: considering thing minor issue -- nodes are removed from source
9369: anyway, don't know why shold that be an error after all
9370:
9371: * src/targets/cgi/parser3.C: . style
9372:
9373: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
9374: xdoc too [were barking "not element"]
9375:
9376: 2005-12-16 paf
9377:
9378: * tests/: 146.html, 147.html, 148.html: . more tests
9379:
9380: * src/classes/xnode.C: . also bark on possible errors
9381:
9382: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
9383: props
9384:
9385: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
9386: main/compile.y: merged from HEAD ! fixed overoptimized
9387: ^call(false) case. (confused it with ^call[] case)
9388:
9389: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
9390: ^call(false) case. (confused it with ^call[] case)
9391:
9392: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
9393:
9394: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
9395: results/001.processed, results/002.processed,
9396: results/003.processed, results/004.processed,
9397: results/005.processed, results/006.processed,
9398: results/008.processed, results/009.processed,
9399: results/010.processed, results/011.processed,
9400: results/012.processed, results/013.processed,
9401: results/014.processed, results/015.processed,
9402: results/016.processed, results/017.processed,
9403: results/018.processed, results/019.processed,
9404: results/020.processed, results/021.processed,
9405: results/022.processed, results/023.processed,
9406: results/024.processed, results/025.processed,
9407: results/026.processed, results/027.processed,
9408: results/028.processed, results/029.processed,
9409: results/030.processed, results/031.processed,
9410: results/032.processed, results/033.processed,
9411: results/034.processed, results/035.processed,
9412: results/036.processed, results/037.processed,
9413: results/038.processed, results/039.processed,
9414: results/040.processed, results/041.processed,
9415: results/042.processed, results/043.processed,
9416: results/044.processed, results/045.processed,
9417: results/046.processed, results/047.processed,
9418: results/048.processed, results/049.processed,
9419: results/050.processed, results/051.processed,
9420: results/052.processed, results/053.processed,
9421: results/054.processed, results/055.processed,
9422: results/056.processed, results/057.processed,
9423: results/058.processed, results/059.processed,
9424: results/060.processed, results/061.processed,
9425: results/062.processed, results/063.processed,
9426: results/064.processed, results/065.processed,
9427: results/066.processed, results/067.processed,
9428: results/068.processed, results/069.processed,
9429: results/070.processed, results/071.processed,
9430: results/072.processed, results/073.processed,
9431: results/074.processed, results/075.processed,
9432: results/076.processed, results/077.processed,
9433: results/078.processed, results/079.processed,
9434: results/080.processed, results/081.processed,
9435: results/082.processed, results/083.processed,
9436: results/084.processed, results/085.processed,
9437: results/086.processed, results/087.processed,
9438: results/088.processed, results/089.processed,
9439: results/090.processed, results/091.processed,
9440: results/092.processed, results/093.processed,
9441: results/094.processed, results/095.processed,
9442: results/096.processed, results/097.processed,
9443: results/099.processed, results/101.processed,
9444: results/102.processed, results/104.processed,
9445: results/105.processed, results/106.processed,
9446: results/107.processed, results/108.processed,
9447: results/109.processed, results/110.processed,
9448: results/111.processed, results/112.processed,
9449: results/113.processed, results/114.processed,
9450: results/115.processed, results/116.processed,
9451: results/117.processed, results/118.processed,
9452: results/119.processed, results/120.processed,
9453: results/121.processed, results/122.processed,
9454: results/123.processed, results/124.processed,
9455: results/125.processed, results/126.processed,
9456: results/127.processed, results/128.processed,
9457: results/129.processed, results/130.processed,
9458: results/131.processed, results/132.processed,
9459: results/133.processed, results/134.processed,
9460: results/135.processed, results/136.processed,
9461: results/137.processed, results/138.processed,
9462: results/139.processed, results/140.processed,
9463: results/141.processed: . refreshed old tests, made them work
9464: without auto.p (in utf8) . things noted: . gif got encoded
9465: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
9466: some strange year)
9467:
9468: * INSTALL: . revived linux libgc fix
9469:
9470: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
9471: glib/gdome in INSTALL and patches]
9472:
9473: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9474: include/pa_charset.h, include/pa_config_includes.h,
9475: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
9476: include/pa_xml_exception.h, lib/cord/Makefile.am,
9477: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9478: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
9479: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
9480: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
9481: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
9482: types/pa_vxnode.h: . started killing gdome
9483:
9484: 2005-12-13 paf
9485:
9486: * src/main/: pa_request.C: merged from HEAD ! when code in
9487: @unhandled_exception thrown another exception, print correct
9488: origin (earlier code in catch of exception inside of
9489: @unhandled_exception grabbed parent_frame(original_exception)
9490: origin and printed it, instead of true origin)
9491:
9492: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
9493: another exception, print correct origin (earlier code in catch of
9494: exception inside of @unhandled_exception grabbed
9495: parent_frame(original_exception) origin and printed it, instead
9496: of true origin)
9497:
9498: 2005-12-09 paf
9499:
9500: * INSTALL: . updated INSTALL doc to work around linux stack base
9501: detection problem, due to change in gc6.4 code
9502:
9503: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
9504: ignored in ^string.matched :(
9505:
9506: * src/main/pa_string.C: ! regex tainting were ignored in
9507: ^string.matched :(
9508:
9509: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
9510: src/include/pa_config_fixed.h, src/include/pa_version.h,
9511: src/main/compile.y, src/main/compile_tools.h,
9512: src/main/pa_charset.C, src/main/pa_common.C,
9513: src/main/pa_globals.C, src/main/pa_string.C,
9514: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
9515: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
9516:
9517: 2005-12-08 paf
9518:
9519: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
9520: 500 chars now handled OK [were wrapped on 500th char according to
9521: rfc, but sendmail failed to unwrap it properly]
9522:
9523: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
9524: handled OK [were wrapped on 500th char according to rfc, but
9525: sendmail failed to unwrap it properly]
9526:
9527: * src/targets/isapi/parser3isapi.C: . less warnings
9528:
9529: * src/targets/isapi/parser3isapi.C: . undone some strange change
9530: since 3.1.5
9531:
9532: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
9533: link fixes
9534:
9535: * src/: classes/date.C, include/pa_config_fixed.h,
9536: main/compile.tab.C, main/compile.y, main/compile_tools.h,
9537: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
9538: main/pa_string.C, targets/cgi/getopt.c: . less warnings
9539:
9540: * src/include/pa_config_fixed.h: . removed outdated string origins
9541: [in current storage scheme there's no place for them. someday we
9542: can add third CORD to store origins and special version of parser
9543: which stores origins there [separate binary]]
9544:
9545: 2005-12-07 paf
9546:
9547: * src/targets/isapi/parser3isapi.C: . now links in release mode
9548:
9549: * src/include/pa_version.h: makefiles
9550:
9551: * src/include/pa_version.h: . not beta
9552:
9553: * configure, configure.in, src/include/pa_version.h: not beta
9554:
9555: 2005-12-06 paf
9556:
9557: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
9558: [some details here http://i2/tasks/edit/?id=4869912143891354460]
9559: decided to undo the change ^call[$void] passes void. now it will
9560: pass empty string again.
9561:
9562: * src/main/: compile.tab.C, compile.y: . version readded
9563:
9564: * src/classes/op.C: . in this version there is no ^switch[$nothing]
9565: = ^switch[void] problem
9566:
9567: 2005-12-01 paf
9568:
9569: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
9570: caused ^case[string] to be coerced to double since searching
9571: value were not string (it was vvoid)
9572:
9573: * src/classes/op.C: . bugfix ^switch[$void_value] caused
9574: ^case[string] to be coerced to double since searching value were
9575: not string (it was vvoid)
9576:
9577: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
9578: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
9579:
9580: 2005-11-30 paf
9581:
9582: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
9583: win32 must putenv("TZ="), on unix works only putenv("TZ")
9584:
9585: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
9586: putenv("TZ="), on unix works only putenv("TZ")
9587:
9588: * INSTALL: . xml libs versions updated
9589:
9590: * src/main/pa_globals.C: //20051130 trying to remove this, author
9591: claims that fixed a lot there // 20040920 for now both
9592: workarounds needed. wait for new libxml/xsl versions
9593:
9594: 2005-11-28 paf
9595:
9596: * src/classes/table.C: merged from HEAD: ! nameless table has
9597: columns==0
9598:
9599: * src/classes/table.C: ! nameless table has columns==0
9600:
9601: * src/main/pa_http.C: merged from HEAD: ! status line check made
9602: earlier [was totally wrong]
9603:
9604: * src/main/pa_http.C: ! status line check made earlier [was totally
9605: wrong]
9606:
9607: 2005-11-25 paf
9608:
9609: * src/include/pa_array.h: -this reduces speed(table::load) strange.
9610: undoing for now...
9611:
9612: * src/include/pa_version.h: -this reduces speed(table::load),
9613: strange. undoing
9614:
9615: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
9616:
9617: * src/classes/op.C: + ^while(){}[SEPARATOR]
9618:
9619: * src/include/pa_array.h: + optimistics added: all arrays (table
9620: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
9621: this speeds things up and saves memory a LOT! (not noticed
9622: negative effect on syntetic tests, future will tell...)
9623:
9624: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
9625: changed gc_malloc implementation, which obscured profiling
9626:
9627: * src/classes/table.C: merged from HEAD: + optimized
9628: table::load/sql, now row ArrayString-s allocated with
9629: columns.count() elements and don't always grow from
9630: count=3[realloc,realloc]
9631:
9632: * src/classes/table.C: + optimized table::load/sql, now row
9633: ArrayString-s allocated with columns.count() elements and don't
9634: always grow from count=3[realloc,realloc]
9635:
9636: * src/classes/table.C: merged from HEAD: . ^table.save unused
9637: buffer after save
9638:
9639: * src/classes/table.C: . ^table.save unused buffer after save
9640:
9641: 2005-11-24 paf
9642:
9643: * configure.in: . merged glib2-config patch
9644:
9645: * configure.in: + trying to find glib2-config
9646:
9647: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9648: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
9649: file/dir_readable to simple file/dir_exist, this would help in
9650: situations "class not found because .p file has bad rights" << in
9651: that case error would be explicit "access denied to 'this' file"
9652:
1.116 moko 9653: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 9654:
9655: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9656: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
9657: to simple file/dir_exist, this would help in situations "class
9658: not found because .p file has bad rights" << in that case error
9659: would be explicit "access denied to 'this' file"
9660:
9661: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
9662: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9663: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
9664: ^file::exec/cgi[script;$.charset[changed]
9665: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9666: encoded in $.charset charset
9667:
9668: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
9669: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9670: encoded in $.charset charset
9671:
9672: * src/: include/Makefile.am, include/pa_common.h,
9673: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9674: main/pa_common.C, main/pa_http.C: . extracted http:// into
9675: separate file [preparation for
9676: ^file::cgi[script;$.form[$.field1[]
9677:
9678: 2005-11-22 paf
9679:
9680: * src/: include/pa_version.h, main/compile.tab.C: makefiles
9681:
9682: * acinclude.m4, configure.in: . merged underquting fixes
9683:
1.116 moko 9684: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 9685:
9686: * src/classes/op.C: . overmerged a little
9687:
9688: * src/main/compile.tab.C: Makefile
9689:
9690: * src/main/: pa_common.C: . less gcc warnings
9691:
9692: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
9693: now reports original exception if we have no old cache
9694:
9695: * src/classes/op.C: + $exception.handled[cache] now reports
9696: original exception if we have no old cache
9697:
9698: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
9699: from HEAD: + ^taint/untaint[regex] << escapes these:
9700: \^$.[]|()?*+{}
9701:
9702: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
9703: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
9704:
9705: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9706: getenv-ed variable, which does not work both on win32&unix.
9707: copied old TZ value now
9708:
9709: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
9710: stored pointer to getenv-ed variable, which does not work both on
9711: win32&unix. copied old TZ value now
9712:
9713: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9714: getenv-ed variable, which does not work both on win32&unix.
9715: copied old TZ value now
9716:
9717: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
9718: access to internal hash
9719:
9720: * src/types/pa_vresponse.C: + $response:headers access to internal
9721: hash
9722:
9723: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
9724: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9725: isapi] this reduces number of "GC Warning: Repeated allocation of
9726: very large block" messages to only important onces
9727:
9728: * src/targets/isapi/parser3isapi.C: +
9729: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9730: isapi] this reduces number of "GC Warning: Repeated allocation of
9731: very large block" messages to only important onces
9732:
9733: * src/classes/string.C: merged from HEAD: + removed limitation on
9734: ^string/int/double:sql{}[$.default[({param style})] ]
9735:
9736: * src/classes/string.C: + removed limitation on
9737: ^string/int/double:sql{}[$.default[({param style})] ]
9738:
9739: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
9740: with ?params or $.form option" limitation
9741:
9742: * src/main/pa_common.C: + removed "use either uri with ?params or
9743: $.form option" limitation
9744:
9745: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9746: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
9747: ^file::base64[encoded] decode
9748:
9749: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9750: main/pa_common.C: + ^file.base64[] encode +
9751: ^file::base64[encoded] decode
9752:
9753: * src/classes/: file.C, string.C: + ^string.base64[] encode +
9754: ^string:base64[encoded] decode
9755:
9756: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
9757: ^string:base64[in] encode + ^string.base64[] decode
9758:
9759: 2005-11-21 paf
9760:
9761: * src/classes/file.C: + merged from HEAD:
9762: ^file::create[text;file.xml;^untaint[xml]{data}]
9763:
9764: * src/classes/file.C: +
9765: ^file::create[text;file.xml;^untaint[xml]{data}]
9766:
9767: * src/main/pa_request.C: ! merged: $response:body[file] now
9768: differes from :download, it does not return content-disposition
9769: at all now [previusely it returned valueless content-disposition]
9770:
9771: * src/main/pa_request.C: ! $response:body[file] now differes from
9772: :download, it does not return content-disposition at all now
9773: [previusely it returned valueless content-disposition]
9774:
9775: * src/main/: compile.tab.C, compile.y: ! overoptimized void
9776: literals, reverted to just vvod, recreating empty array with each
9777: void_value token. that's absolutely needed, since that array
9778: grows
9779:
9780: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
9781: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
9782: types/pa_vmethod_frame.h: + merged: expression literals:
9783: true/false. ^format[$.indent(true)]
9784:
9785: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
9786: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
9787: types/pa_vmethod_frame.h: + expression literals: true/false.
9788: ^format[$.indent(true)]
9789:
9790: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
9791: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
9792: i386-pc-win32)"
9793:
9794: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
9795: $env:PARSER_VERSION reports "3.1.5beta (compiled on
9796: i386-pc-win32)"
9797:
9798: 2005-11-18 paf
9799:
9800: * src/classes/: double.C, int.C: ! ^int/double:sql{select
9801: null}[$.default(123)] will now return default value
9802:
9803: * src/classes/op.C: + merged ^cache[] << returns current cache
9804: expiration time
9805:
9806: * src/classes/op.C: + ^cache[] << returns current cache expiration
9807: time
9808:
9809: * src/classes/table.C: ! merged ^table::create[not'nameless';
9810: failed << Exception.problem_source pointed to local var!
9811:
9812: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
9813: Exception.problem_source pointed to local var!
9814:
9815: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
9816: now loads VFile.ptr!=0, so such files can be saved now
9817:
9818: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
9819: loads VFile.ptr!=0, so such files can be saved now
9820:
9821: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
9822: only . and .. now removed from list [were removed all .*]
9823:
9824: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
9825: .. now removed from list [were removed all .*]
9826:
9827: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
9828: open error now checked, were not :( [stole that piece from apache
9829: 1.3 sources]
9830:
9831: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
9832: checked, were not :( [stole that piece from apache 1.3 sources]
9833:
9834: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
9835: untainting of @main result if returned by $result or
9836: $response:body
9837:
9838: * src/main/pa_request.C: ! ensured proper untainting of @main
9839: result if returned by $result or $response:body
9840:
9841: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
9842: issue: now tries to guess content-length and allocates one big
9843: piece if possible [regretfully gc_realloc works as malloc+free,
9844: leaving lots of holes behind]
9845:
9846: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
9847: fixed file load memory issue: now tries to guess content-length
9848: and allocates one big piece if possible [regretfully gc_realloc
9849: works as malloc+free, leaving lots of holes behind]
9850:
9851: 2005-11-16 paf
9852:
9853: * src/: include/pa_common.h, classes/file.C, classes/table.C,
9854: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
9855: table::save with enclosers now doubles them: "->"" !
9856: table::save/load do not remove elements from options hash
9857:
9858: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
9859: [were overoptimized ^if(double_literal), compiler confused
9860: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
9861:
9862: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
9863: [were overoptimized ^if(double_literal), compiler confused
9864: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
9865:
9866: * src/: classes/file.C, classes/table.C, include/pa_common.h,
9867: main/pa_common.C: ! table::save with enclosers now doubles them:
9868: "->"" ! table::save/load do not remove elements from options hash
9869:
9870: 2005-11-03 paf
9871:
1.116 moko 9872: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
9873: compilation, not all makefiles liked that
1.95 moko 9874:
9875: 2005-08-30 paf
9876:
9877: * src/classes/op.C: merge . speedup check of [DEFAULT]
9878:
9879: * src/classes/op.C: . speedup check of [DEFAULT]
9880:
9881: 2005-08-26 paf
9882:
9883: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
9884:
9885: * src/: classes/date.C, types/pa_vdate.h: + date.week
9886:
9887: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
9888: complains about bad!=nameless
9889:
9890: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
9891: about bad!=nameless
9892:
9893: * src/classes/: hash.C, string.C, table.C, void.C: merged !
9894: optional options were allowed to be empty. were checked
9895: if(is_string), changed to !defined||is_string to allow void
9896:
9897: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
9898: classes/string.C, classes/table.C, classes/void.C: ! optional
9899: options were allowed to be empty. were checked if(is_string),
9900: changed to !defined||is_string to allow void
9901:
9902: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
9903: as_junction where they needed as_int/double, so failed with
9904: recent "(const) now no junction" optimization
9905:
9906: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
9907: merged ! many classes/* used as_junction where they needed
9908: as_int/double, so failed with recent "(const) now no junction"
9909: optimization
9910:
9911: * src/: classes/double.C, classes/int.C, classes/math.C,
9912: classes/op.C, classes/string.C, classes/table.C,
9913: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
9914: used as_junction where they needed as_int/double, so failed with
9915: recent "(const) now no junction" optimization
9916:
9917: 2005-08-24 paf
9918:
9919: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
9920: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
9921: stripped it
9922:
9923: 2005-08-09 paf
9924:
9925: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
9926: not cleared
9927:
9928: * src/: classes/classes.C, classes/classes.h, classes/date.C,
9929: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
9930: classes/hashfile.C, classes/image.C, classes/int.C,
9931: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
9932: classes/response.C, classes/string.C, classes/table.C,
9933: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9934: include/pa_array.h, include/pa_cache_managers.h,
9935: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
9936: include/pa_config_fixed.h, include/pa_config_includes.h,
9937: include/pa_dictionary.h, include/pa_dir.h,
9938: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
9939: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
9940: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
9941: include/pa_request_charsets.h, include/pa_request_info.h,
9942: include/pa_sapi.h, include/pa_socks.h,
9943: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
9944: include/pa_stack.h, include/pa_string.h,
9945: include/pa_stylesheet_connection.h,
9946: include/pa_stylesheet_manager.h, include/pa_table.h,
9947: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
9948: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
9949: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
9950: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
9951: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
9952: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
9953: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9954: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
9955: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
9956: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
9957: main/pa_sql_driver_manager.C, main/pa_string.C,
9958: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
9959: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
9960: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
9961: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
9962: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
9963: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
9964: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
9965: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
9966: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
9967: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
9968: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
9969: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
9970: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
9971: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
9972: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
9973: types/pa_vmemory.h, types/pa_vmethod_frame.C,
9974: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9975: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9976: types/pa_vresponse.C, types/pa_vresponse.h,
9977: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9978: types/pa_vstateless_object.h, types/pa_vstatus.C,
9979: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
9980: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
9981: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
9982: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
9983: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
9984:
9985: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
9986: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
9987: speedup consequent checks in vmethod_frame
9988:
9989: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
9990: not cleared
9991:
9992: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
9993: params: 50 max (were 10)
9994:
9995: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
9996: params: 50 max (were 10)
9997:
9998: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
9999: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
10000: pa_wcontext.h: + ^call[$void] param inside now is void (were:
10001: empty string) ! simplified (double) speedup consequent checks in
10002: vmethod_frame
10003:
10004: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
10005: optimized constants in expressions vstring->vdouble + optimized
10006: ^call(vdouble), no junction creation, no calls later
10007:
10008: 2005-08-08 paf
10009:
10010: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
10011: integrated
10012:
10013: * bin/auto.p.dist.in: . apache bad 404 handling workaround
10014: integrated
10015:
10016: * src/main/: compile.tab.C, compile.y, compile_tools.C,
10017: compile_tools.h: merged + optimized constants in expressions
10018: vstring->vdouble + optimized ^call(vdouble), no junction
10019: creation, no calls later
10020:
10021: * src/types/pa_vdouble.h: merged . double values without fractional
10022: part now default printed as %.0f instead of %g
10023:
10024: * src/types/pa_vdouble.h: . double values without fractional part
10025: now default printed as %.0f instead of %g
10026:
10027: * src/classes/hashfile.C: . merged ! second hashfile::open would
10028: cause an exception
10029:
10030: * src/classes/hashfile.C: ! second hashfile::open would cause an
10031: exception
10032:
10033: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
10034: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10035: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10036: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10037: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
10038: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10039: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10040: types/pa_vresponse.h, types/pa_vstateless_class.C,
10041: types/pa_vstateless_object.h, types/pa_vvoid.h,
10042: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10043: merged VJunction(new Junction) optimization from 3.1.4
10044:
10045: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
10046: types/pa_vstateless_class.C: + optimized new VJunction(new
10047: Junction(params)) to new VJunction(params), thousands of mallocs
10048: removed
10049:
10050: 2005-08-05 paf
10051:
10052: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
10053: types/pa_vdouble.h, types/pa_vmethod_frame.C,
10054: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
10055: creation, no calls later
10056:
10057: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10058: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10059: classes/hashfile.C, classes/image.C, classes/int.C,
10060: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10061: classes/response.C, classes/string.C, classes/table.C,
10062: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10063: include/pa_array.h, include/pa_cache_managers.h,
10064: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10065: include/pa_config_fixed.h, include/pa_config_includes.h,
10066: include/pa_dictionary.h, include/pa_dir.h,
10067: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10068: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10069: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10070: include/pa_request_charsets.h, include/pa_request_info.h,
10071: include/pa_sapi.h, include/pa_socks.h,
10072: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10073: include/pa_stack.h, include/pa_string.h,
10074: include/pa_stylesheet_connection.h,
10075: include/pa_stylesheet_manager.h, include/pa_table.h,
10076: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10077: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10078: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10079: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10080: lib/smtp/smtp.h, main/compile.C, main/compile.y,
10081: main/compile_tools.C, main/compile_tools.h, main/execute.C,
10082: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
10083: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
10084: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
10085: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
10086: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
10087: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10088: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10089: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10090: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10091: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10092: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
10093: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
10094: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10095: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
10096: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
10097: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
10098: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
10099: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
10100: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
10101: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
10102: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10103: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10104: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10105: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10106: types/pa_vstateless_object.h, types/pa_vstatus.C,
10107: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10108: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10109: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10110: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10111: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
10112:
10113: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
10114: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
10115: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
10116: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
10117: main/compile.y, main/compile_tools.C, main/compile_tools.h,
10118: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
10119: optimized constants in expressions vstring->vdouble
10120:
10121: 2005-07-29 paf
10122:
10123: * src/types/pa_vclass.C: . shaped up error messages a bit
10124:
10125: * src/types/pa_vclass.C: + property getter can now be overridden
10126:
10127: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
10128: bug fix: static parent fields were not replaced in case
10129: $derived:field[put] + property setter can now be overridden
10130:
10131: 2005-07-28 paf
10132:
10133: * configure, configure.in, src/classes/classes.h,
10134: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
10135: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
10136: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
10137: src/classes/xnode.h, src/include/pa_hash.h,
10138: src/include/pa_version.h, src/main/execute.C,
1.116 moko 10139: src/types/Makefile.am, src/types/pa_method.h,
10140: src/types/pa_value.h, src/types/pa_vclass.C,
10141: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
10142: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
10143: src/types/pa_vcookie.h, src/types/pa_vhash.h,
10144: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
10145: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
10146: src/types/pa_vobject.C, src/types/pa_vobject.h,
10147: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
10148: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
10149: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
10150: src/types/pa_vstateless_class.h,
1.95 moko 10151: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
10152: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
10153: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
10154: dynamic_fields_join
10155:
10156: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
10157: classes/xnode.C, include/pa_hash.h, main/execute.C,
10158: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10159: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10160: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10161: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10162: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10163: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10164: types/pa_vresponse.h, types/pa_vstateless_object.h,
10165: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
10166: types/pa_wwrapper.h: ! restored put_element('replace' param), and
10167: restored its checks in vobject.put_element->static fields |
10168: dynamic properties
10169:
10170: 2005-07-27 paf
10171:
10172: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
10173: is some old code containing @set_name $name
10174:
10175: * src/types/pa_vobject.h: . fixed warning
10176:
10177: * configure, configure.in, src/include/pa_version.h,
1.116 moko 10178: src/types/Makefile.am: 3.2.0beta started
1.95 moko 10179:
10180: * src/: classes/xnode.C, include/pa_hash.h,
10181: types/pa_vstateless_class.C: ! new asserts were all false.
10182: regretfully reverted them all to checks
10183:
10184: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10185: classes/op.C, main/execute.C, types/pa_method.h,
10186: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10187: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10188: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10189: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10190: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10191: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10192: types/pa_vstateless_object.h, types/pa_vvoid.h,
10193: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10194: joined_dynamic_fields: removed unused param from put_method
10195: (returned to 3 params)
10196:
10197: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
10198: joined_dynamic_fields: dynamic get/set works with overriding
10199: props [alpha2]
10200:
10201: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
10202: works [alfa]
10203:
10204: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10205: classes/op.C, include/pa_hash.h, main/execute.C,
10206: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10207: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10208: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10209: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10210: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10211: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10212: types/pa_vresponse.h, types/pa_vstateless_class.C,
10213: types/pa_vstateless_object.h, types/pa_vvoid.h,
10214: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10215: joined_dynamic_fields: just compiled
10216:
10217: * src/: classes/date.C, classes/file.C, classes/hash.C,
10218: classes/hashfile.C, classes/image.C, classes/table.C,
10219: classes/xdoc.C, classes/xnode.h, main/execute.C,
10220: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10221: types/pa_vstateless_class.h: joined_dynamic_fields: started
10222:
10223: * src/types/pa_vobject.C: . object setters [only started, does not
10224: work yet]
10225:
10226: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
10227: object setters [only started, does not work yet]
10228:
10229: 2005-07-26 paf
10230:
10231: * src/: include/pa_request.h, main/execute.C: . properties: set
10232: works [alpha2]. for classes. todo: for objects
10233:
10234: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
10235: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10236: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10237: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10238: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10239: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10240: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10241: types/pa_vstateless_object.h, types/pa_vvoid.h,
10242: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10243: properties: set works [alpha1]
10244:
10245: 2005-07-25 paf
10246:
10247: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
10248: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
10249: properties: started, get works [alpha1, other approach]
10250:
10251: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
10252: properties: started, get works [alpha2]
10253:
10254: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
10255: pa_vstateless_class.h: . properties: started, get works [alpha]
10256:
10257: 2005-07-15 paf
10258:
10259: * src/: classes/classes.h, classes/op.C, main/execute.C,
10260: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
10261: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10262: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10263: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
10264: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
10265: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
10266: types/pa_vresponse.C, types/pa_vresponse.h,
10267: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10268: types/pa_vstateless_object.h, types/pa_vvoid.h,
10269: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
10270: types/pa_wwrapper.h, types/types.vcproj: + started property
10271: [getters work but think of changing them too to precaching]
10272:
10273: 2005-07-08 paf
10274:
10275: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
10276: gpf
10277:
10278: 2005-06-28 paf
10279:
10280: * src/: classes/file.C, main/untaint.C: ! string invariant violated
10281: in passing empty strings to file::exec/cgi environment
10282:
10283: 2005-06-06 paf
10284:
10285: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
10286: ^table:sql ^hash:sql now DO process $.bind option
10287:
10288: 2005-05-24 paf
10289:
10290: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
10291: $.limit] now work again [support was broken in 3.1.4]
10292:
10293: * src/: main/pa_string.C, classes/op.C: . steps toward removing
10294: ALL_INTERIOR_POINTERS
10295:
10296: 2005-05-12 paf
10297:
10298: * configure: 3.1.5beta
10299:
10300: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
10301:
10302: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
10303: $.limit] now work again [support was broken in 3.1.4]
10304:
10305: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
10306: line-width [was refusing to fill if line-width >1, thanks to
10307: Seras <seras@pinxit.lt> for repro case
10308:
10309: 2005-04-25 paf
10310:
10311: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
10312: correctly
10313:
10314: 2005-04-19 paf
10315:
10316: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
10317: in VString violating invariant!!
10318:
10319: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
10320: getenv("TZ")==null
10321:
10322: 2005-04-08 paf
10323:
10324: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
10325: bugfix: when there is no char in charset one byte produces 6
10326: (ÿ <<max). increased buffer size!
10327:
10328: 2005-03-23 paf
10329:
10330: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
10331: ^date.sql-string now takes TZ into account
10332:
10333: 2005-03-16 paf
10334:
10335: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
10336: gcc 3.4
10337:
10338: * src/types/pa_vhash.C: . warning about eof eol
10339:
10340: 2005-02-17 paf
10341:
10342: * operators.txt, src/classes/op.C: + operator ^sleep(double
10343: seconds)
10344:
10345: 2005-02-02 paf
10346:
10347: * src/classes/xnode.C: beauty: removed needless includes
10348:
10349: 2005-01-31 paf
10350:
10351: * src/types/pa_vmail.C: change: $.partX now always 1... change:
10352: $.partNoNumber now alias to $.part1
10353:
10354: * src/types/pa_vmail.C: change: incoming letter part contains
10355: "content-disposition" header with any value? now considering that
10356: part to be "file#" [for text/plain text/html were $.text#
10357: $.html#]
10358:
10359: * INSTALL: updatet to latest working versions available
10360:
10361: 2005-01-20 paf
10362:
10363: * configure.in, src/include/pa_version.h: version
10364:
10365: 2005-01-19 paf
10366:
1.116 moko 10367: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
10368: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
10369: couple warnings in parser3.C
1.95 moko 10370:
10371: 2004-12-23 paf
10372:
10373: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
10374:
10375: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
10376: dir to directory of script (when shbang used), not to directory
10377: of its interpreter
10378:
10379: * src/include/pa_version.h: compiled on win32...
10380:
10381: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
10382: we need more hspace
10383:
10384: * configure, configure.in, src/include/pa_version.h: configured
10385: host to pa_version. will be displayed everywhere
10386:
10387: * src/main/pa_request.C: new: @unhandled_exception can prevent
10388: exception from being logged by setting $exception.handled(1)
10389:
10390: * operators.txt, src/classes/file.C: change:
10391: ^file::sql{query}[[options]] options: $.name[file name]
10392: $.content-type[application/what]
10393:
10394: * src/: include/pa_common.h, main/pa_common.C,
10395: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
10396: new file
10397:
10398: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
10399: bugfix: table->hash now regards _default
10400:
10401: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
10402: created by accessing $name_of_method it acquired bad self=closest
10403: methodframe; instead of proper self (current class)
10404:
10405: * src/types/pa_vhashfile.C: bugfix: reading empty string from
10406: hashfile produced bad cord
10407:
10408: 2004-12-10 paf
10409:
10410: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
10411: subsequent failures though defined in .h
10412:
10413: * src/main/pa_common.C: comment on volatile
10414:
10415: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
10416: alarm function were not used since the beginning due to stupid
10417: error [setsigjmp were not checked in configure.in]
10418:
10419: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
10420: unix too
10421:
10422: * src/main/pa_common.C: http: exception status of send/recv errors
10423: change to most probable http.timeout
10424:
10425: * src/main/pa_common.C: win32: http connection $.timeout option now
10426: works [setsockopt on send/receive]
10427:
10428: 2004-12-08 paf
10429:
10430: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
10431: cstr-ed knowing mail charset, and untainting uri lang now knows
10432: proper charset
10433:
10434: 2004-11-24 paf
10435:
10436: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
10437:
10438: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
10439: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
10440:
10441: 2004-11-12 paf
10442:
10443: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
10444: [since 3.0.4]
10445:
10446: 2004-11-09 paf
10447:
10448: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
10449: writes basics to c:\parser3.log
10450:
10451: 2004-10-21 paf
10452:
10453: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
10454: tainted strings [were returning clean onces]
10455:
10456: 2004-10-15 paf
10457:
10458: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
10459: cycles(i=1; i=2), which was wrong, now does ONE
10460:
10461: 2004-10-12 paf
10462:
10463: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
10464:
10465: 2004-10-07 paf
10466:
10467: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
10468: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
10469: release asserts
10470:
10471: * src/: main/pa_string.C, include/pa_string.h: debugger help:
10472: String.dump() to stdout in detailed form [were String.v() in
10473: short form]
10474:
10475: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
10476: \t\r\n as @#| and truncates long char sequences less
10477:
10478: 2004-10-06 paf
10479:
10480: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
10481: win32 beauty: socket errors properly decoded
10482:
10483: 2004-10-05 paf
10484:
10485: * src/: include/pa_request.h, main/pa_request.C: bugfix:
10486: request::configure_user/admin done always, even if no
10487: file-to-process useful in @unhandled_exception [say, if they
10488: would want to mail by SMTP something]
10489:
10490: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
10491: now performed prior to file loading [and @auto executing] thus
10492: making $cookie:value available in @auto and in
10493: @unhandled_exception when IIS is configured to run interpreter
10494: even if no file exist
10495:
10496: 2004-09-20 paf
10497:
10498: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
10499: somewhere where it should have called xmlMalloc and it calls
10500: xmlFree when it should have not called it. inserted two
10501: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
10502: xmlFree just ignored. put away a testcase, maybe someday libxml
10503: author would fix all that. until that day: we have SLOW garbage
10504: collecting when many xml objects are alive hint: do
10505: ^memory:compact[] before xdoc::create
10506:
10507: 2004-09-17 paf
10508:
10509: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
10510: error from 3.0.8 version]
10511:
10512: 2004-09-14 paf
10513:
10514: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
10515: part bugfix: hashfile.foreach iterated only part if hashfile were
10516: modified inside
10517:
10518: 2004-09-13 paf
10519:
10520: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
10521: [were as octal]
10522:
10523: * src/types/pa_vhashfile.C: beauty: not reproduced
10524: $hashfile.key[$novalue] bug [reported by motorin], inserted
10525: safety-check
10526:
10527: * src/types/pa_vhashfile.C: change: empty keys now error in parser
10528: [not something obscure from sdbm lib]
10529:
10530: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
10531: = strerror now returnes something and we can properly report that
10532: to client
10533:
10534: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
10535: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
10536:
10537: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10538: [tainted as-is] this helps //[space][newline] to remain as-is and
10539: not be unnecessary optimized away [ruining javascript]
10540:
10541: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10542: [tainted as-is]
10543:
10544: * src/classes/mail.C: bugfix: typo error
10545:
10546: 2004-09-09 paf
10547:
10548: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
10549: separators bugfix: loads header with endings \r\n\r\n and \n\n
10550: (bloody yandex.server)
10551:
10552: 2004-09-06 paf
10553:
10554: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
10555: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
10556: encoded
10557:
10558: 2004-09-01 paf
10559:
10560: * src/types/pa_vmail.C: change: multipart/mixed changed to
10561: multipart/related outlook express have no problems showing
10562: unrelated attachments. todo: someday figure out a way of
10563: multipart/mixed multipart/related text/html
10564: image/xxx application/octet-stream << true attachments
10565:
10566: * src/types/pa_vmail.C: new:
10567: ^mail:send[$.file[$.content-disposition can be overriden new:
10568: empty mail header fields removed from letter
10569:
10570: * src/: classes/mail.C, include/pa_config_fixed.h,
10571: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
10572: ^mail:send[ $.file[ $.any[header]
10573:
10574: 2004-08-30 paf
10575:
10576: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
10577: warnings
10578:
10579: * src/main/pa_common.C: beauty: do not bother with charset
10580: detection when ^file::load[binary
10581:
10582: 2004-08-27 paf
10583:
10584: * src/main/pa_common.C: hack: for yandex.server http server
10585:
10586: 2004-08-18 paf
10587:
10588: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
10589: possibly-chunked response
10590:
10591: 2004-08-17 paf
10592:
10593: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10594: $f.content-type now = that of http response
10595:
10596: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10597: $f.content-type now = that of http response
10598:
10599: 2004-07-30 paf
10600:
10601: * src/: include/pa_request.h, main/pa_request.C,
10602: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
10603: win32: system&parser exceptions in release mode reported properly
10604: parser exception in exception handler WERE mistakenly reported as
10605: system exception, without details [in apache & isapi] +some
10606: beauty in exception text
10607:
10608: * src/: include/pa_exception.h, main/pa_request.C,
10609: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
10610: release mode reported properly parser exception in exception
10611: handler WERE mistakenly reported as system exception, without
10612: details
10613:
10614: * src/main/execute.C: beauty: simplified system exception handling
10615:
10616: 2004-07-29 paf
10617:
10618: * src/classes/table.C: bugfix:
10619: ^table.save[export.csv;$.separator[^;]] now works fine [separator
10620: were ignored, and \t used unconditionally]
10621:
10622: * src/types/Makefile.am: added vhash.c
10623:
10624: 2004-07-28 paf
10625:
10626: * src/: classes/date.C, classes/image.C, classes/math.C,
10627: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
10628: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
10629: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
10630: failed on russian letters
10631:
10632: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
10633: bugfix: isspace((unsigned char)c) everywhere. failed on russian
10634: letters
10635:
10636: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
10637: as 'currentDirectory' parameter to CreateProcess
10638:
10639: 2004-07-27 paf
10640:
10641: * src/targets/cgi/parser3.vcproj: beauty: win32:
10642: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
10643: from release somewhere [to help searching for unhandled system
10644: exceptions]
10645:
10646: * src/types/pa_vdate.h: check: for invalid datetime after temporary
10647: TZ shift
10648:
10649: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
10650: but also in ctor
10651:
10652: 2004-07-26 paf
10653:
10654: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
10655: src/main/pa_request.C, src/types/pa_vfile.h,
10656: src/types/pa_vhash.C, src/types/pa_vhash.h,
10657: src/types/types.vcproj: new: $response:body/download[
10658: $.file[name on disk] $.name[of file for user]
10659: $.mdate[date of last-modified. default from directory] ]
10660:
10661: * src/classes/file.C: moving file:send somewhere else..
10662:
10663: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
10664: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
10665: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
10666: $response:download[ $.filename[filename] $.option[] ,, ]
10667:
10668: * src/classes/file.C: beauty: invalid mode thoroughly reported
10669:
10670: 2004-07-21 paf
10671:
10672: * src/types/pa_vmail.C: bugfix: too long header values now splitted
10673: to several lines
10674:
10675: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
10676:
10677: note: ms outlook[!express] shows only first 255 characters of
10678: subject
10679:
10680: 2004-07-15 paf
10681:
10682: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
10683: off]
10684:
10685: 2004-07-14 paf
10686:
10687: * src/classes/table.C: bugfix: $.bind values now got untainted
10688: according to lang [were: as-is]
10689:
10690: 2004-07-07 paf
10691:
10692: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
10693: checked that
10694:
10695: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
10696: now untainted according to their languages. were: as-is.
10697: EVERYWHERE
10698:
10699: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
10700: environment string now untainted according to their languages.
10701: were: as-is. EVERYWHERE
10702:
10703: * src/main/pa_exec.C: bufix: on unix environment string now
10704: untainted according to their languages. were: as-is. on win32:
10705: ok
10706:
10707: * parser3.vssscc: ...would not go unnoticed
10708:
10709: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
10710: fails. in case on input appears nonutf, those bytes will be
10711: printed in %HH form. that can be easily decoded/recovered.
10712:
10713: this form is quite noticable, and hopefully would not go noticed
10714:
10715: 2004-07-06 paf
10716:
10717: * src/main/pa_exec.C: bufix: on unix environment string now
10718: untainted according to their languages. were: as-is. on win32:
10719: ok
10720:
10721: 2004-07-01 paf
10722:
10723: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
10724: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
10725: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
10726: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
10727: main/main.vcproj, targets/cgi/parser3.vcproj,
10728: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
10729: option: global optimization ON
10730:
10731: * src/main/untaint.C: workaround kinda bug in libxml: life requires
10732: to do xdoc::create{invalid chars} standard disables chars less
10733: then \x20, except tab, cr, lf.
10734:
10735: changed tainting so that those become '!'
10736:
10737: 2004-06-25 paf
10738:
10739: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10740: int on odd address [prev bugfix failed due to superwize
10741: optimizer, which turned memcpy into same 'ld' asm command]
10742:
10743: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10744: int on odd address
10745:
10746: 2004-06-22 paf
10747:
10748: * src/sql/pa_sql_driver.h: note: about possible optimization
10749:
10750: * operators.txt, src/classes/hash.C, src/classes/memory.C,
10751: src/classes/string.C, src/classes/table.C, src/classes/void.C,
10752: src/include/pa_config_includes.h: new: ^void:sql{call
10753: paf(:a)}[ $.bind[ $.a[2]
10754: ] ] output variables work. todo: check in out
10755: variables
10756:
10757: 2004-06-18 paf
10758:
10759: * src/: classes/file.C, classes/hash.C, classes/string.C,
10760: classes/table.C, classes/void.C, include/pa_globals.h,
10761: include/pa_sql_connection.h, main/compile.tab.C,
10762: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
10763: $.bind[ $.a[2] ]
10764: ] input variables work. todo:output
10765:
10766: * src/targets/cgi/parser3.C: bugfix: iis specific
10767: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
10768: /_bug.html?404;http://hpsv/test/
10769: --------------------------------------------------------------------------------
10770: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
10771: --------------------------------------------------------------------------------
10772: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
10773:
10774: 2004-06-16 paf
10775:
10776: * src/targets/cgi/parser3.C: new: iis specific
10777: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
10778: $request:query
10779: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
10780: $form:fields IIS-STATUS="404"
10781: IIS-DOCUMENT="http://server/_bug.html" f="v"
10782:
10783: todo: isapi too
10784:
10785: 2004-05-26 paf
10786:
10787: * src/include/pa_version.h: 3.1.3
10788:
10789: * operators.txt: beauty: removed outdated level 'table'
10790:
10791: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
10792:
10793: * src/main/pa_string.C: beauty: removed 3 warnings
10794:
10795: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
10796: classes/op.C: beauty: removed outdated level 'table'
10797:
10798: 2004-05-25 paf
10799:
10800: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
10801: implementation. mistery: how anything worked
10802:
10803: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
10804: changed, it is now safe to use url if pointers to it are stored
10805: to gc mem
10806:
10807: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
10808: unknown errors reported and not cause SIGSEGV now
10809:
10810: 2004-05-24 paf
10811:
10812: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10813: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
10814: less memory: CORD_chars_block originally intended to ... it was
10815: good that CORD_chars_block were not used: it consumes more memory
10816: [and, might be slow too] undoing that. [and removed that func so
10817: that it would not confuse parser developer in future]
10818:
10819: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
10820: less memory: CORD_chars_block originally intended to
10821: speedup/reduce mem usage were forgotten, and were used stupid
10822: CORD_chars
10823:
10824: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
10825:
10826: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
10827: BIGENDIAN processors space-conserving mech failed, causing
10828: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
10829: (1|2|3));
10830:
10831: 2004-05-14 paf
10832:
10833: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
10834: bugfix: void now has vfile value, and $response:body[] works OK
10835:
10836: 2004-05-12 paf
10837:
10838: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
10839: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
10840: sources to use is_defined() {return as_bool();} along VBool
10841:
10842: 2004-05-11 paf
10843:
10844: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
10845: referencing to local objects
10846:
10847: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
10848: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
10849: left intact
10850:
10851: 2004-04-15 paf
10852:
10853: * src/classes/date.C: merged: beauty: unused var removed
10854:
10855: * src/classes/date.C: beauty: unused var removed
10856:
10857: * src/include/: pa_exec.h: bugfix: interface without pointer
10858: provoked bug
10859:
10860: 2004-04-09 paf
10861:
10862: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
10863:
10864: * src/types/pa_vform.C: bugfix: form:imap were incorrect
10865:
10866: 2004-04-08 paf
10867:
10868: * src/classes/date.C: new: ^date::create[y-m-d
10869: h-M-s>>.milliseconds<<] now allowed, ignored so far
10870:
10871: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
10872:
10873: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
10874: to consult default catalog [usually, that file belongs to other
10875: user/group]
10876:
10877: 2004-04-06 paf
10878:
10879: * src/main/pa_common.C: beauty: gcc warning removed
10880:
10881: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
10882: accept that trick, trying other
10883:
10884: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
10885: explicit result problem
10886:
10887: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
10888: explicit result problem
10889:
10890: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
10891: explicit result problem
10892:
10893: * operators.txt, src/classes/string.C: new: ^string.append[string]
10894:
10895: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
10896: main/execute.C: attempt_check_call_in_explicit_result_mode:
10897: failed
10898:
10899: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
10900: http://i.p.a.ddress gethostbyaddr added [on some platforms
10901: gethostbyname failed with such 'domains'] now checked properly,
10902: were: needless reverse/forward dns lookup
10903:
10904: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
10905: http://i.p.a.ddress gethostbyaddr added [on some platforms
10906: gethostbyname failed with such 'domains'] now checked properly,
10907: were: needless reverse/forward dns lookup
10908:
10909: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
10910: @method[][result] means "no string output here" moved to lexical
10911: level [on grammar level it were too difficult]
10912:
10913: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
10914: src/main/compile.y, src/main/compile_tools.h,
10915: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
10916: @method[][result] means "no string output here", implemented part
10917: of that idea: compiler throws away string literal generation
10918: code. and barks nonwhitespace chars
10919:
10920: * operators.txt: truth: removed comment about $ORIGIN
10921:
10922: 2004-04-05 paf
10923:
10924: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
10925: src/include/pa_version.h, src/main/pa_common.C,
10926: src/targets/isapi/parser3isapi.C: merged with 3.1.3
10927:
10928: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
10929: Konstantin Tomashevitch [mailto:konst@design.ru]
10930:
10931: * src/doc/html2chm.cmd: beauty: no need in bg here
10932:
10933: * src/doc/sources2html.cmd: beauty: same window, in bg it
10934: interfered with FAR console
10935:
10936: * configure, configure.in: 3.1.3
10937:
10938: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
10939:
10940: * src/main/pa_common.C: removed warning
10941:
10942: * src/include/pa_version.h: 3.1.3
10943:
10944: 2004-04-02 paf
10945:
10946: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
10947:
10948: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
10949: allows to specify where to put parser log file
10950:
10951: 2004-04-01 paf
10952:
10953: * src/classes/table.C: bugfix: bugfix: table::load last line
10954: without tab and enter were ignored
10955:
10956: * src/: include/pa_cache_managers.h, include/pa_globals.h,
10957: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
10958: main/pa_socks.C, targets/cgi/parser3.C,
10959: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
10960: bugfix: sql connections now are disconnected
10961:
10962: 2004-03-30 paf
10963:
10964: * src/classes/table.C: bugfix: table::load last line without tab
10965: and enter were ignored
10966:
10967: * src/classes/table.C: bufix: if last table lines were commented,
10968: gpfed
10969:
10970: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
10971: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
10972: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
10973: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
10974: doc/methoded.dox, doc/object.dox, doc/string.dox,
10975: doc/targets.dox, doc/value.dox, include/pa_version.h,
10976: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
10977: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
10978: bugfixes from 3.1.2, changed version to 3.1.3beta
10979:
10980: 2004-03-29 paf
10981:
10982: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
10983: causes gpf
10984:
10985: * src/doc/: ClassExample1.dox, ClassExample2.dox,
10986: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
10987: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
10988: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
10989: value.dox: translated to english
10990:
10991: 2004-03-25 paf
10992:
10993: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
10994: parser3project dependency removed
10995:
10996: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
10997: bugfix: refused to compile without xml
10998:
10999: * src/types/pa_vform.C: beauty: removed warning
11000:
11001: * src/classes/classes.vcproj: merged bugfix: now all compiles in
11002: any folder [removed last ;) folder dependency]
11003:
11004: * src/classes/classes.vcproj: bugfix: now all compiles in any
11005: folder [removed last ;) folder dependency]
11006:
11007: * src/include/pa_version.h: release
11008:
11009: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
11010:
11011: * src/classes/table.C: beauty: comment& more meaningful error
11012: message
11013:
11014: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
11015: $.hash[$.column_value1(true) ... ] [were producing some strang
11016: thing]
11017:
11018: 2004-03-23 paf
11019:
11020: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
11021: and http status line parsing checked number of columns in table
11022: [user reported an assert]
11023:
11024: * operators.txt: example: on hashfile
11025:
11026: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
11027: bugfix: junction reattach now actually reattaches a junction to
11028: new wcontext [were only assigning it to junction, which caused
11029: junction tracking to loose junction, and it's context were not
11030: killed, and it tried to process in invalid context, gpf]
11031:
11032: * src/targets/cgi/parser3.C: debug helper added
11033:
11034: 2004-03-19 paf
11035:
11036: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
11037: "type(type)" in braces
11038:
11039: 2004-03-10 paf
11040:
11041: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
11042: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11043: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
11044: solution to search-in-namespaces problem:
11045: $xdoc.search-namespaces.x[http://pif.design.ru/]
11046: $nodes[^xdoc.select[//x:second]]
11047:
11048: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
11049: expression][[NAMESPACES HASH]] allows to search for info in
11050: namespaces
11051:
11052: $nodes[^xdoc.select[//x:second][
11053: $.x[http://pif.design.ru/] ]]
11054:
11055: 2004-03-09 paf
11056:
11057: * operators.txt, src/main/pa_common.C: new:
11058: ^file::load[...][options] $.form[
11059: !$.field1[string]
11060: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
11061: ] !$.body[string]
11062:
11063: GET ?here notGET(POST, HEAD, others) in content-type:
11064: application/x-www-form-urlencoded
11065:
11066: todo: upload files ability
11067:
11068: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
11069: properly, done
11070:
11071: 2004-03-05 paf
11072:
11073: * operators.txt, src/main/pa_common.C: new: file::load[;http://
11074: GET/POST $.form[$.fields started, not tested yet
11075: todo:$.field[table] for multiple values
11076:
11077: * operators.txt: new: http:// options $.user $.password basic
11078: authorization
11079:
11080: * src/main/pa_common.C: beauty: link to rtf added
11081:
11082: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
11083: new: http:// options $.user $.password basic authorization
11084:
11085: * src/main/pa_common.C: beauty: removed needless vars
11086:
11087: * operators.txt: new: pgsql option [like that recently added to
11088: oracle driver] ClientCharset=parser-charset <<
11089: charset in which parser thinks client works
11090:
11091: * operators.txt: new: odbc option [like that recently added to
11092: oracle driver] ClientCharset=parser-charset <<
11093: charset in which parser thinks client works
11094:
11095: * src/sql/pa_sql_driver.h: beauty: important warning added
11096:
11097: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
11098: char!
11099:
11100: * etc/parser3.charsets/windows-1251.cfg: typo
11101:
11102: 2004-03-04 paf
11103:
11104: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
11105: cached, sql transcoding now goes faster
11106:
11107: * operators.txt: new: mysql option [like that recently added to
11108: oracle driver] ClientCharset=parser-charset <<
11109: charset in which parser thinks client works
11110:
11111: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
11112: typo error
11113:
11114: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
11115: chars commented
11116:
11117: 2004-03-03 paf
11118:
11119: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
11120: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
11121:
11122: 2004-03-02 paf
11123:
11124: * operators.txt: new[update typo]: !^void.left(n)
11125: nothing !^void.right(n) nothing !^void.mid(p[;n])
11126: nothing
11127:
11128: * operators.txt, src/classes/void.C: new: !^void.left(n)
11129: nothing !^void.right(n) nothing !^void.pos(p[;n])
11130: nothing
11131:
11132: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
11133: ^file::sql[[name_to_become_$.name]]{} query result must be one
11134: row with columns: first: data second: file name third:
11135: content-type
11136:
11137: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
11138: ^connect gets properly escaped string, which can be passed to
11139: request now this for mysql only. it's up to parser sql driver to
11140: fix zeros properly
11141:
11142: * INSTALL: note: added on building apache with this option:
11143: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
11144:
11145: 2004-03-01 paf
11146:
11147: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
11148: extension memory:compact befor processingrequest
11149:
11150: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
11151: call sole column of result
11152:
11153: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
11154: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
11155: pixel color
11156:
11157: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
11158: beauty: image -- less checks [were ugly impl]
11159:
11160: * src/classes/string.C: bugfix: ^string.left/right/mid with
11161: negative values now considered bad
11162:
11163: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
11164:
11165: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
11166: options now have unified defaults [after transform
11167: indent/omit-xml-declaration/standalone 'default' erroreously
11168: meant 'true']
11169:
11170: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
11171: added [on some platforms gethostbyname failed with such
11172: 'domains']
11173:
11174: * src/include/pa_config_auto.h.in: no select check, no define
11175:
11176: * src/classes/string.C: feature: ^string.trim both parameters may
11177: be empty-strings, meaning kind=both chars=whitespaces
11178:
11179: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
11180: exist
11181:
11182: * src/classes/string.C: check: trim 'chars' must not be empty,
11183: exception if it is
11184:
11185: * src/classes/string.C: changed: ^string.trim [] << both,
11186: whitespaces [start|both|end] << kind, whitespaces
11187: [start|both|end;chars] full
11188:
11189: 2004-02-27 paf
11190:
11191: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
11192: method: ^string.trim[start|both|end[;chars]] default
11193: 'chars' -- whitespace chars finished
11194:
11195: * operators.txt, src/classes/string.C, src/include/pa_string.h,
11196: src/main/pa_string.C: new method:
11197: ^string.trim[start|both|end[;chars]] default 'chars' --
11198: whitespace chars started, only start works
11199:
11200: * src/main/compile.C: bugfix: line numbers after
11201: ^process{}[$.line(-10]] can be negative, allowed to print they as
11202: signed
11203:
11204: * src/main/untaint.C: speed: there's no \n chars in output
11205: [normally], so no need to optimize them they could be retrived
11206: from databases, though. but 1. should be replaced 2. if not
11207: optimized, no harm done
11208:
11209: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
11210: ^file::exec/cgi could return invalid status & zombie child can
11211: remain for short period until process exists [very bad in
11212: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
11213:
11214: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
11215: malicious SMTP server to attack as by returning too long status
11216: responses http://i2/tasks/edit/?id=4629448401140924947
11217:
11218: 2004-02-26 paf
11219:
11220: * operators.txt: feature: ^process...{CODE}[now has options] which
11221: are $.main[to what to rename @main] $.file[file,
11222: from which (user says) goes that CODE] $.lineno(line
11223: number in that file, where CODE starts. may be negative)
11224:
11225: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11226: src/main/compile.C, src/main/compile_tools.h,
11227: src/main/pa_request.C: feature: ^process...{CODE}[now has
11228: options] which are $.main[to what to rename @main]
11229: $.file[file, from which (user says) goes that CODE]
11230: $.lineno(line number in that file, where CODE starts. may be
11231: negative)
11232:
11233: 2004-02-25 paf
11234:
1.116 moko 11235: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
11236: old @charsetsdir@ recently erased from configure.in]
1.95 moko 11237:
11238: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
11239: produces hash of column=>1
11240:
11241: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
11242: with incomplete errno constants set
11243:
11244: 2004-02-24 paf
11245:
11246: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
11247: "man select"
11248:
11249: * src/main/pa_os.C: beauty: <0 better then ==-1
11250:
11251: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
11252:
11253: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
11254:
1.116 moko 11255: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 11256:
11257: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
11258: unix: steps to work on unix [extracted 'to']
11259:
11260: * src/classes/mail.C: smtp on unix: steps to work on unix
11261:
11262: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
11263:
1.116 moko 11264: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
11265: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
11266: unix [testing on solaris]
1.95 moko 11267:
11268: 2004-02-20 paf
11269:
11270: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
11271: pointing that out
11272:
11273: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
11274: fixed again [same solution, mistanenly removed one line]
11275:
11276: 2004-02-19 paf
11277:
11278: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
11279: date::create from bad datetime in spring daylightsaving hole now
11280: OK for all platforms [on some platforms it failed]
11281:
11282: * src/classes/: date.C, image.C: beauty: date::create[bad date time
11283: in daylightsaving hole] now throws error
11284:
11285: * src/classes/date.C: comment: mistake fixed
11286:
11287: 2004-02-18 paf
11288:
11289: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
11290: now renderes in $request:charset, but in header puts
11291: $response:charset todo: make that default only so that coder
11292: could override that
11293:
11294: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
11295: turns off omit-xml-declaration
11296:
11297: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
11298: /.xsl for sample
11299:
11300: 2004-02-17 paf
11301:
11302: * src/classes/xdoc.C: beauty: needless helper class removed
11303:
11304: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
11305: copied extra time
11306:
11307: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
11308: part of libxml
11309:
11310: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
11311: libxml to do the work] <xsl:output method="html"
11312: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
11313: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
11314: />
11315:
11316: * src/classes/xdoc.C: beauty: no <meta ... charset generated
11317:
11318: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
11319: caused assertion
11320:
11321: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
11322: could hang. now such add does nothing, sub clears $hash
11323:
11324: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
11325: not made quoted-printable
11326:
11327: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
11328: string invariant
11329:
11330: 2004-02-16 paf
11331:
11332: * src/main/pa_globals.C: bugfix: xml errors copy from library now
11333: cleared [were not cleared properly]
11334:
11335: 2004-02-13 paf
11336:
1.116 moko 11337: * src/include/pa_version.h: prerelease
1.95 moko 11338:
11339: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
11340: used, introducing dependencies timestamp check
11341:
11342: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11343: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
11344: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
11345: .xsl.stamp now not used, introducing dependencies timestamp check
11346:
11347: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
11348:
11349: 2004-02-12 paf
11350:
11351: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
11352: ruined empty <input type=file> submits. parser thought there were
11353: nameless empty file and $form:field got value of type 'file'
11354:
11355: * INSTALL: --without-threads
11356:
11357: * src/include/pa_sapi.h: 2004
11358:
11359: 2004-02-11 paf
11360:
11361: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11362: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11363: classes/hashfile.C, classes/image.C, classes/int.C,
11364: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11365: classes/response.C, classes/string.C, classes/table.C,
11366: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11367: include/pa_array.h, include/pa_cache_managers.h,
11368: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11369: include/pa_config_fixed.h, include/pa_config_includes.h,
11370: include/pa_dictionary.h, include/pa_dir.h,
11371: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11372: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11373: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11374: include/pa_request_charsets.h, include/pa_request_info.h,
11375: include/pa_socks.h, include/pa_sql_connection.h,
11376: include/pa_sql_driver_manager.h, include/pa_stack.h,
11377: include/pa_string.h, include/pa_stylesheet_connection.h,
11378: include/pa_stylesheet_manager.h, include/pa_table.h,
11379: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11380: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11381: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11382: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11383: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11384: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11385: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11386: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11387: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11388: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11389: main/pa_sql_driver_manager.C, main/pa_string.C,
11390: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
11391: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
11392: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11393: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11394: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11395: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11396: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11397: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11398: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11399: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11400: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11401: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11402: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11403: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11404: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11405: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11406: types/pa_vresponse.h, types/pa_vstateless_class.C,
11407: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11408: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11409: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11410: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11411: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11412: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
11413:
11414: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
11415: debug version of gc.dll
11416:
11417: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11418: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11419: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
11420: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
11421: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
11422: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
11423: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
11424: processes
11425:
11426: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
11427: main/pa_globals.C, targets/cgi/parser3.vcproj,
11428: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
11429: changes to reflect libxml xsl new folders
11430:
11431: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11432: lib/smtp/smtp.vcproj, main/main.vcproj,
11433: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
11434: to reflect libxml xsl new folders
11435:
11436: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11437: lib/smtp/smtp.vcproj, main/main.vcproj,
11438: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
11439: types/types.vcproj: started changes to reflect libxml xsl new
11440: folders
11441:
11442: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
11443: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
11444: src/main/compile.tab.C, src/main/main.vcproj,
11445: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
11446: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
11447: started changes to reflect libxml xsl new folders
11448:
11449: 2004-02-10 paf
11450:
11451: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
11452: compile. recommened latest libxml up to date
11453:
11454: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
11455: pattern compilation errors", on which spent 4 hours worktime. use
11456: versions higher than that. recommended now latest up to date
11457:
11458: 2004-02-06 paf
11459:
11460: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
11461: beauty: unified destructing style
11462:
11463: * src/main/untaint.C: beauty: removed old def/ifdef
11464:
11465: * src/main/untaint.C: beauty: coredump @unknown untaint language
11466: now
11467:
11468: 2004-02-03 paf
11469:
11470: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
11471: targets/isapi/parser3isapi.C, types/pa_value.C,
11472: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
11473: then %ld/%lu
11474:
11475: * src/main/pa_common.C: typo: %l -> %u
11476:
11477: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
11478: in attributes or documents-results of transform now not xx;
11479:
11480: * src/classes/xnode.C: memleaks found: not fixed yet. todo
11481:
11482: * src/main/pa_charset.C: bugfix: forgot to undo some
11483:
11484: * src/main/pa_charset.C: beauty: uncomment
11485: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
11486: libraries
11487:
11488: 2004-02-02 paf
11489:
11490: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
11491: $cookie:example[ $.value[value] $.path[/there/] ]
11492:
11493: $cookie:example[ $.value[] $.expires[session]
11494: $.path[/there/] $.domain[test.com] ]
11495:
11496: * src/types/pa_vform.C: bugfix: empty values with
11497: enctype=multipart/form-data now produce entries in $form:tables
11498: <form method=post enctype=multipart/form-data> <input type=hidden
11499: name=a> <input type=hidden name=b>
11500:
11501: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
11502: <hr> <pre>$request:body
11503:
11504: 2004-01-30 paf
11505:
11506: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
11507: or documents-results of transform now not xx;
11508:
11509: * src/classes/date.C: bugfix: ^date::create[invalid fields now
11510: produce exception.
11511:
11512: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
11513: bugfix: ^date::create[invalid fields now produce exception.
11514:
11515: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
11516: year] now produces exception. todo: check other fields
11517:
11518: 2004-01-29 paf
11519:
11520: * src/include/pa_memory.h: typo error
11521:
11522: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
11523: more byte then specified, then zeroed it << useless and
11524: potentially harmful(could gpf)
11525:
11526: 2004-01-22 paf
11527:
11528: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
11529:
11530: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
11531: optimization
11532:
11533: * src/main/untaint.C: bugfix: whitespace now optimized properly
11534: [were bug: ^taint[1 & 2]="1 &2"
11535:
11536: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
11537: errors
11538:
11539: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
11540: overflow
11541:
11542: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
11543: error-reporting code * in parser-error reporting code [when no
11544: @unhandled_exception defined]
11545:
11546: fixed in one place: my *snprintf override
11547:
11548: 2004-01-13 paf
11549:
11550: * operators.txt: typo erro
11551:
11552: 2003-12-25 paf
11553:
11554: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
11555: garbled [pieces after zero bytes were removed]
11556:
11557: 2003-12-22 paf
11558:
1.116 moko 11559: * src/include/Makefile.am: bugfix: removed from dist:
11560: src/include/pa_config_auto.h which were configured for
1.95 moko 11561: make-dist-platform and badly updated proper config file in target
11562: [when .tar used for updating existing source tree]
11563:
11564: * ChangeLog, operators.txt, src/classes/op.C,
11565: src/include/pa_sql_connection.h,
11566: src/include/pa_sql_driver_manager.h,
11567: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
11568: feature: sql introducing ability to transcode charsets
11569:
11570: 2003-12-19 paf
11571:
11572: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
11573: error message
11574:
11575: * src/main/pa_charset.C: bugfix: memory for charsethandler
11576: structure for libxml now allocated properly
11577:
11578: 2003-12-17 paf
11579:
11580: * src/types/pa_vfile.C: beauty: removed outdated cast
11581:
11582: * src/main/pa_common.C: bugfix: empty http response caused gpf
11583:
11584: * src/include/pa_string.h: bugfix: removed too strong a assert
11585:
11586: * src/main/pa_globals.C: bugfix: removed false warning [warning:
11587: unreported xmlGenericErrors]
11588:
11589: 2003-12-15 paf
11590:
11591: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
11592: works}
11593:
11594: 2003-12-11 paf
11595:
11596: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
11597: id
11598: !$status:tid thread id
11599:
11600: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
11601: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
11602: bugfix(solaris): removed dependency on object initialization
11603: order [one more place]
11604:
11605: * src/: classes/file.C, classes/mail.C, classes/op.C,
11606: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
11607: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
11608: understand that
11609:
11610: * src/: classes/file.C, classes/mail.C, classes/op.C,
11611: classes/xdoc.C, include/pa_cache_managers.h,
11612: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11613: include/pa_stylesheet_manager.h, main/pa_request.C,
11614: main/pa_stylesheet_manager.C, types/pa_vimage.C,
11615: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
11616: ctor call [relying on implicit String::Body(cstr) call]
11617:
11618: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
11619: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
11620: object initialization order [two places]
11621:
11622: 2003-12-10 paf
11623:
11624: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
11625: << time now ok
11626:
11627: * operators.txt, src/main/pa_sql_driver_manager.C,
11628: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
11629: operational
11630:
11631: * ChangeLog, operators.txt, src/classes/xdoc.C,
11632: src/include/pa_charset.h, src/include/pa_sql_connection.h,
11633: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
11634: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
11635: back operational
11636:
11637: 2003-12-02 paf
11638:
11639: * src/types/pa_vmail.C: bugfix:
11640: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
11641: as-is forced]
11642:
11643: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
11644: exceptions out of libxml callbacks: reimplemented error handling
11645: of http://localhost, parser://method and safemode check callbacks
11646:
11647: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
11648: [merged from HEAD]
11649:
11650: * src/classes/image.C: nothing: comment removed
11651:
11652: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
11653: addresses to int
11654:
11655: 2003-12-01 paf
11656:
11657: * src/main/pa_xml_io.C: bugfix: typo
11658:
11659: * src/main/pa_globals.C: bugfix: win32: compile prob
11660:
11661: * src/classes/xdoc.C: bugfix: typo
11662:
11663: * src/main/pa_xml_io.C: todo: safe mode check not to throw
11664: exception
11665:
11666: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
11667:
11668: 2003-11-28 paf
11669:
11670: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
11671: all xml documents read
11672:
11673: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
11674:
11675: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11676: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
11677: replaced original open mech of xdoc::create & co to use libxml
11678: open, so that this would work for root document todo: safe mode
11679: checks to libxml: ideally to some 1 point
11680:
11681: * src/main/pa_xml_io.C: comment
11682:
11683: * operators.txt, src/main/pa_xml_io.C: leading / in
11684: http://parser[abscent params]
11685:
11686: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
11687: works. todo: maybe replace original open mech of xdoc::create &
11688: co to use libxml open, so that this would work for root document
11689:
11690: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
11691: "parser://method/params/here"> <test> &test^; </test> }]
11692:
11693: ^taint[^xdoc.string[]]
11694:
11695: @method[param] <!ENTITY test
11696: "test-entity-value+$form:user+$param!">
11697:
11698: 2003-11-27 paf
11699:
11700: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
11701:
11702: * src/classes/date.C: bugfix: typo error
11703:
11704: 2003-11-26 paf
11705:
11706: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
11707: src/main/Makefile.am, src/main/main.vcproj,
11708: src/main/pa_globals.C, src/main/pa_request.C,
11709: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
11710: xml errors to hash<thread_id,error> reorganization: xml io moved
11711: to pa_xml_io.C/h
11712:
11713: * src/types/pa_value.h: warnings: --
11714:
11715: 2003-11-25 paf
11716:
11717: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
11718: whatever)
11719:
11720: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
11721: a, (c?x:y, z)
11722:
11723: * src/main/untaint.C: bugfix: consequences of not reading this
11724: comment: CORD_pos_chars_left /* Number of characters in cache.
11725: <= 0 ==> none */
11726:
11727: * src/include/pa_array.h: removed needless checks
11728:
11729: 2003-11-24 paf
11730:
11731: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
11732: removed limit: now $form:xxx can be accessed anytime, even in
11733: @auto/conf [and request/response:charset still can be changed
11734: anytime]
11735:
11736: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
11737: now not transcodes response body
11738:
11739: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
11740: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
11741: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
11742: $xdoc.firstChild.firstChild.nodeValue[different]
11743: ^taint[^xdoc.string[]]
11744:
11745: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
11746: workaround: static Hash::allocates -> static Hash_allocates
11747:
11748: 2003-11-21 paf
11749:
1.116 moko 11750: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
11751: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
11752: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 11753:
11754: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
11755:
11756: * src/classes/mail.C: bugfix: typo
11757:
11758: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 11759: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
11760: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
11761: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
11762: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 11763: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
11764:
11765: * src/main/pa_exec.C: bug in safe mode
11766:
11767: * src/include/Makefile.am: pa_xml_exception.h
11768:
11769: * src/targets/isapi/parser3isapi.C: more warnings --
11770:
11771: 2003-11-20 paf
11772:
11773: * src/: classes/math.C, classes/op.C, classes/string.C,
11774: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
11775: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
11776: --
11777:
11778: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
11779: more warnings --
11780:
11781: * src/classes/xdoc.C: more warnings --
11782:
11783: * src/classes/: date.C, image.C, xdoc.C: more warnings --
11784:
11785: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
11786: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
11787:
11788: * src/: classes/date.C, classes/file.C, classes/hash.C,
11789: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
11790: classes/table.C, include/pa_cache_managers.h,
11791: include/pa_stylesheet_connection.h, main/pa_request.C,
11792: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
11793: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
11794: --
11795:
11796: * src/main/: execute.C, pa_request.C: old forgotten todo: when
11797: can't report problem (undefined @unhandled_exception) problem
11798: source string were not reported
11799:
11800: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11801: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11802: classes/hashfile.C, classes/image.C, classes/int.C,
11803: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11804: classes/response.C, classes/string.C, classes/table.C,
11805: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11806: include/pa_array.h, include/pa_cache_managers.h,
11807: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11808: include/pa_config_fixed.h, include/pa_dictionary.h,
11809: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
11810: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
11811: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
11812: include/pa_request.h, include/pa_request_charsets.h,
11813: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
11814: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11815: include/pa_stack.h, include/pa_string.h,
11816: include/pa_stylesheet_connection.h,
11817: include/pa_stylesheet_manager.h, include/pa_table.h,
11818: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11819: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
11820: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
11821: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11822: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11823: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11824: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11825: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
11826: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
11827: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
11828: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
11829: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11830: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
11831: targets/isapi/parser3isapi.C, types/pa_junction.h,
11832: types/pa_method.h, types/pa_value.C, types/pa_value.h,
11833: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
11834: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11835: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
11836: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
11837: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
11838: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
11839: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11840: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11841: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11842: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11843: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11844: types/pa_vresponse.h, types/pa_vstateless_class.C,
11845: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11846: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11847: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11848: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11849: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11850: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
11851: const IDENT
11852:
11853: * src/: include/pa_array.h, include/pa_pool.h,
11854: include/pa_request.h, include/pa_string.h, include/pa_table.h,
11855: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
11856: types/pa_wcontext.h: more warnings --
11857:
11858: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
11859: classes/file.C, classes/hash.C, classes/hashfile.C,
11860: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
11861: classes/memory.C, classes/op.C, classes/string.C,
11862: classes/table.C, classes/xdoc.C, classes/xnode.C,
11863: include/pa_config_includes.h, include/pa_operation.h,
11864: include/pa_sql_connection.h, include/pa_table.h,
11865: include/pa_types.h, lib/ltdl/config_fixed.h,
11866: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
11867: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11868: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
11869: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
11870: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
11871: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
11872: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
11873: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
11874: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
11875: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
11876: types/pa_vmail.C, types/pa_vobject.C,
11877: types/pa_vstateless_class.h, types/pa_vtable.C,
11878: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
11879: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
11880: on all projects (except libltdl=off & libsdbm=level3) found
11881: several unitialized vars
11882:
11883: 2003-11-19 paf
11884:
11885: * src/classes/op.C: more ansi C++ comp
11886:
11887: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11888: src/main/pa_request.C: ^cache[...]{body}{catch block with
11889: $exception.handled[cache] meaning "get expired cache, if any.
11890: else error"}
11891:
11892: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
11893: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
11894: ^cache[...]{body}{catch code with $exception.cache field}
11895:
11896: 2003-11-12 paf
11897:
11898: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
11899: [copy/paste bug]
11900:
11901: 2003-11-11 paf
11902:
11903: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
11904: failed]
11905:
11906: * bin/auto.p.dist.in: colno
11907:
11908: 2003-11-10 paf
11909:
11910: * src/types/pa_vconsole.h: flush
11911:
11912: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
11913: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
11914: read/write [for nntp]
11915:
11916: * operators.txt: mysql: transaction support: ?autocommit=0
11917:
11918: * operators.txt: comment: updated
11919:
11920: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
11921: serialize version and exipire now removes entries
11922:
11923: * operators.txt: ^hashfile.delete[] removes files altogether [and
11924: dir, if could]
11925:
11926: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
11927: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
11928: removes files altogether [and dir, if could]
11929:
11930: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
11931: nonexistent pair. .c coded that that was error. fixed
11932:
11933: * src/types/pa_vhashfile.C: sdbm: exception type change to
11934: file.access [regretfull can't split it to different exceptions
11935: without modifying sdbm source wich would prefer not to]
11936:
11937: 2003-11-07 paf
11938:
11939: * src/: classes/date.C, classes/file.C, classes/hash.C,
11940: classes/hashfile.C, classes/image.C, classes/table.C,
11941: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
11942: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
11943: main/execute.C, main/main.vcproj, main/pa_pool.C,
11944: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
11945: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
11946: types/pa_vstateless_class.h: resurrected: pool idea. now only for
11947: destructing objects at request processing end
11948:
11949: 2003-11-06 paf
11950:
11951: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
11952: updates
11953:
11954: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
11955: to include sdbm
11956:
1.116 moko 11957: * src/include/: pa_config_includes.h, pa_version.h: our
11958: replacements of max& co only for cpp
1.95 moko 11959:
11960: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
11961: upper dir, .am updated
11962:
11963: * tests/todo.txt: hashfile: done
11964:
11965: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
11966: expiration [time in value. todo: move time to key]
11967:
11968: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
11969:
11970: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
11971: to do that in foreach, no errors, but surely wrong]
11972:
11973: * operators.txt, src/types/pa_vhashfile.C,
11974: src/types/pa_vhashfile.h: hashfile: clear and proper locking
11975:
11976: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
11977: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
11978: foreach
11979:
11980: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
11981: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
11982:
11983: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
11984: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
11985:
11986: * src/: include/pa_memory.h, targets/cgi/parser3.C,
11987: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
11988: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
11989: get/put [raw]
11990:
11991: * src/: classes/op.C, main/pa_os.C: just linked
11992:
11993: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
11994: XmlException changes
11995:
11996: * src/: include/pa_charset.h, include/pa_globals.h,
11997: include/pa_stylesheet_connection.h, main/pa_exception.C:
11998: XmlException changes
11999:
12000: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
12001:
12002: * src/: include/pa_common.h, include/pa_exception.h,
12003: main/main.vcproj, main/pa_common.C, include/pa_os.h,
12004: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
12005: main/pa_xml_exception.C: locking move to pa_os [along with
12006: pa_sleep] apr-impl locking done
12007:
12008: * configure, configure.in, operators.txt, parser3.sln,
12009: src/classes/classes.vcproj, src/classes/hashfile.C,
12010: src/classes/xdoc.C, src/include/pa_config_fixed.h,
12011: src/include/pa_exception.h, src/include/pa_globals.h,
12012: src/include/pa_memory.h, src/include/pa_version.h,
12013: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
12014: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
12015: src/main/compile.tab.C, src/main/main.vcproj,
12016: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
12017: src/types/Makefile.am, src/types/pa_vhash.C,
12018: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12019: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
12020: again with sdbm from apache
12021:
12022: 2003-11-05 paf
12023:
12024: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12025: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
12026: \parser3project dir anymore
12027:
12028: * src/main/pa_charset.C: bugfix: had broken binary search [copied
12029: thoughtlessly from xalan]
12030:
12031: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
12032: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
12033: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
12034:
12035: * src/main/helpers/CaseFolding.txt:
12036: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
12037:
12038: 2003-11-04 paf
12039:
12040: * operators.txt: comment: ^mail:send[$.options[
12041:
12042: * src/classes/table.C: compiled on unix
12043:
1.116 moko 12044: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 12045:
12046: * src/classes/mail.C: compiled on unix
12047:
12048: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
12049: src/types/pa_vmail.h: !^mail:send[
12050: $.options[unix: string to append to sendmail command
12051: line]
12052:
12053: * operators.txt, src/classes/table.C, src/main/pa_string.C,
12054: tests/todo.txt: ^table.save[... $.separator[^#09]
12055: $.encloser["] <nothing> by default
12056:
12057: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
12058: !$.separator[^#09] !$.encloser["] <nothing> by
12059: default
12060:
12061: 2003-11-03 paf
12062:
12063: * operators.txt, src/classes/table.C, src/main/pa_common.C:
12064: ^table::load[; options: !$.column-separator[^#09]
12065: !$.column-encloser["]
12066:
12067: * operators.txt, src/include/pa_config_fixed.h,
12068: src/types/pa_vrequest.C: $request:document-root
12069:
12070: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
12071: [already included into uri=xxx]
12072:
12073: * operators.txt, src/classes/image.C, tests/todo.txt:
12074: ^image.gif[filename] for $response:download
12075:
12076: * src/classes/date.C: minor precaution
12077:
12078: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
12079: !^date.unix-timestamp[]
12080:
12081: 2003-10-30 paf
12082:
12083: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
12084: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
12085:
12086: * src/classes/: date.C, image.C: improvement diagnostics:
12087: $now[^date::create[$undefined]] now is error
12088:
12089: * src/main/pa_common.C: read errors would now be reported 'actually
12090: read -1 bytes'
12091:
12092: 2003-10-24 paf
12093:
12094: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
12095: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
12096: src/main/Makefile.am, src/targets/cgi/Makefile.am,
12097: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
12098:
12099: 2003-10-22 paf
12100:
12101: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
12102:
12103: 2003-10-21 paf
12104:
12105: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
12106: fixed: string.match[g] without <'> option produced columns with
12107: NULL's, which gpf'ed at table.save time
12108:
12109: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
12110: recoursion' message with intensive throw-catches fixed: incorrect
12111: name and line (one name upper then needed) in error message about
12112: problems inside try block
12113:
12114: 2003-10-10 paf
12115:
12116: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
12117: check offset argument for validity did that in String::Body::pos
12118: myself http://i2/tasks/edit/?id=4577425257580789777
12119:
12120: 2003-10-07 paf
12121:
12122: * src/main/: compile.tab.C, compile.y: ^if ( better error:
12123: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
12124:
12125: 2003-10-03 paf
12126:
12127: * parser3.sln, src/include/pa_dictionary.h,
12128: src/main/pa_dictionary.C, src/main/pa_string.C,
12129: src/targets/cgi/parser3.vcproj: dictionary optimized by
12130: precalculating cstr&length
12131:
12132: 2003-10-02 paf
12133:
12134: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
12135: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
12136: main/pa_stylesheet_manager.C: bugfix: ^throw context were
12137: saved/restored incompletely http://www.parser.ru/forum/?id=21484
12138:
12139: 2003-09-30 paf
12140:
12141: * src/main/pa_string.C: string::replace bug fix [were ignoring
12142: occurrances after lang-mismatched
12143:
12144: 2003-09-29 paf
12145:
12146: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
12147: helper
12148:
12149: * src/main/pa_string.C: string::serialize bug fix with
12150: zero-terminator
12151:
12152: * src/classes/table.C: ^nameless_table.save column row now has no
12153: \t at the end
12154:
12155: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
12156: @postprocess now takes $response:body/download
12157:
12158: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
12159: error message
12160:
12161: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
12162:
12163: * src/classes/table.C: bugfix: flip: must produce nameless
12164: http://i2/tasks/edit/?id=4573405524674081244
12165:
12166: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
12167: main/helpers/simple_folding.pl: utf-8 upper/lower
12168:
12169: * src/main/pa_common.C: bugfix: utf signature were not ignored due
12170: to typo error http://i2/tasks/edit/?id=4573354650786434584
12171:
12172: 2003-09-26 paf
12173:
12174: * src/main/untaint.C: removed needless field
12175:
12176: * src/main/untaint.C: removed needless const
12177:
12178: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
12179: String.for_each bug fixed [omited one-char cases]
12180:
12181: * src/include/pa_stack.h: bugfix: before collecting garbage,
12182: runtime-executor stack were cleared... BADLY
12183:
12184: * src/main/pa_string.C: ^stirng.replace code used old
12185: param-convention on langs.append, fixed that search fo the like,
12186: found none
12187:
12188: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
12189: string::serialize/deserialize implemented Language enum assigned
12190: meaningful letters [more convinient for debugging. read warning
12191: before adding/changing anything]
12192:
12193: 2003-09-25 paf
12194:
12195: * src/: include/pa_string.h, include/pa_version.h,
12196: main/pa_string.C, main/untaint.C: templates and anonymous unions
12197: differences on unix
12198:
12199: * parser3.sln, src/classes/file.C, src/classes/image.C,
12200: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
12201: src/classes/xdoc.C, src/classes/xnode.C,
12202: src/include/pa_cache_managers.h, src/include/pa_charset.h,
12203: src/include/pa_charsets.h, src/include/pa_common.h,
12204: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
12205: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
12206: src/include/pa_table.h, src/lib/cord/cordbscs.c,
12207: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
12208: src/lib/cord/include/cord.h, src/main/compile.tab.C,
12209: src/main/compile_tools.h, src/main/pa_charset.C,
12210: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
12211: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12212: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
12213: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
12214: src/types/pa_vmail.C, src/types/pa_vmath.C,
12215: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
12216: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
12217:
12218: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
12219: functions aligned to that of eeparser3 look
12220:
12221: * src/lib/cord/cordprnt.c: removed warnings
12222:
12223: 2003-09-24 paf
12224:
12225: * src/: classes/file.C, classes/image.C, classes/mail.C,
12226: classes/op.C, classes/xdoc.C, classes/xnode.C,
12227: include/pa_cache_managers.h, include/pa_charset.h,
12228: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
12229: include/pa_sql_driver_manager.h, include/pa_string.h,
12230: include/pa_stylesheet_manager.h, include/pa_table.h,
12231: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
12232: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
12233: main/pa_sql_driver_manager.C, main/pa_string.C,
12234: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
12235: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
12236: types/pa_vstateless_class.h, types/pa_vstatus.C,
12237: types/pa_vxnode.C: v() functions of String::Body,
12238: String::Languages and String itself StringBody->String::Body
12239:
12240: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12241: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
12242: never optimized anything. todo: somehow speed up harder cases:
12243: concatenationA+concatenationB when last block of A and first of B
12244: contain same letters
12245:
12246: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12247: lib/cord/include/cord.h: langs: speed up by joining adjucent
12248: blocks of same char [CORD_append_block]
12249:
12250: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12251: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
12252: save space by extending blocks when appending block with c ==
12253: lastblock.c
12254:
12255: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
12256: working yet :( but more working &understood :)
12257:
12258: * src/: classes/table.C, include/pa_string.h,
12259: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
12260:
12261: 2003-09-23 paf
12262:
12263: * src/main/untaint.C: $a[ok!] $a works!
12264:
12265: * src/main/untaint.C: something even more works :)
12266:
12267: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
12268: something more works :)
12269:
12270: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12271: lib/cord/cordxtra.c: something already works :)
12272:
12273: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
12274: serialize&deserialize
12275:
12276: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
12277: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
12278: main/untaint.C: main idea implemented, details left
12279:
12280: 2003-09-22 paf
12281:
12282: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
12283:
12284: * src/classes/xnode.C: copy/paste comment bugfix
12285:
12286: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
12287: allocator returns 0, just die.
12288: http://i2/tasks/edit/?id=4570798492410259445
12289:
12290: * src/classes/xdoc.C: copy/paste comment bugfix
12291:
12292: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
12293: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
12294: xnode: getAttributeNS setAttributeNS removeAttributeNS
12295: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
12296:
12297: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
12298: chars due to bitwise operation signed-char error]
12299:
12300: 2003-09-19 paf
12301:
12302: * src/types/pa_wcontext.C: output message: more practical
12303: suggestion
12304:
12305: * src/main/pa_common.C, operators.txt: merged
12306: $f[^file::load[binary;http://...]] $f.tables
12307:
12308: 2003-09-02 paf
12309:
12310: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
12311: flush stdout without referencing 'stdout' symbol. to hell with
12312: non-ansi libraries without 'stdout' symbol
12313:
12314: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
12315: unix (users reported problems with some old libc)
12316:
12317: * src/types/pa_vdate.h: forgot initializer
12318:
12319: 2003-09-01 paf
12320:
12321: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
12322: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
12323: zone]
12324:
12325: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
12326:
12327: 2003-08-19 paf
12328:
12329: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
12330: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
12331: simplified a little
12332:
12333: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
12334: [lost fix from 3.0.8]
12335:
12336: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
12337: visible here }
12338:
12339: bug fix
12340:
12341: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
12342:
12343: * src/main/compile.tab.C: initialized couple of variables about
12344: which user reported runtime problems when parser were compiled
12345: with VC7, warning level4. study shows that later in bison
12346: they've fixed that. would migrate to latest bison someday
12347:
12348: * src/types/pa_vmail.C: turned off recoding in gmime (were still
12349: recoding headers)
12350:
12351: * src/types/pa_vmail.C: works as before, same charset problems:
12352: gmime recodes to UTF-8 only headers, not body. so not recoding
12353: anything for now
12354:
12355: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
12356: problems with body
12357:
12358: * src/types/pa_vmail.C: mail_receive just compiled
12359:
12360: 2003-08-18 paf
12361:
12362: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12363: main/main.vcproj, types/types.vcproj: win32: continued process
12364: detaching from \parser3project directory
12365:
12366: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
12367: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
12368: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
12369: src/lib/pcre/pcre_dftables.dsp,
12370: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
12371: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
12372: src/types/types.dsp: moved to MSVC 7
12373:
12374: * gnu.vcproj.vspscc, parser3.vssscc,
12375: src/classes/classes.vcproj.vspscc,
12376: src/lib/cord/cord.vcproj.vspscc,
12377: src/lib/ltdl/libltdl.vcproj.vspscc,
12378: src/lib/md5/md5.vcproj.vspscc,
12379: src/lib/pcre/pcre_dftables.vcproj.vspscc,
12380: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
12381: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
12382: src/targets/isapi/parser3isapi.vcproj.vspscc,
12383: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
12384: moved to MSVC 7
12385:
12386: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
12387: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
12388: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12389: src/lib/pcre/pcre_dftables.vcproj,
12390: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
12391: src/targets/cgi/parser3.vcproj,
12392: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12393: new VS project files
12394:
12395: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
12396: .NET to detect Jalindi Igloo capabilities.
12397:
12398: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 12399: src/classes/classes.awk, src/doc/footer.htm,
12400: src/include/pa_config_fixed.h, src/include/pa_version.h,
12401: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 12402: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
12403: src/types/pa_vmail.C: merged 3.1.0 latest changes
12404:
12405: 2003-08-15 paf
12406:
12407: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12408: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
12409:
12410: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12411: non-ascii <yyy> now encoded correctly
12412:
12413: 2003-07-29 paf
12414:
1.116 moko 12415: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
12416: dist
1.95 moko 12417:
12418: * src/types/pa_vmail.C: just started --with-mail-receive
12419:
12420: 2003-07-28 paf
12421:
1.116 moko 12422: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
12423: dependence in src/classes, src/lib/gc now in dist
1.95 moko 12424:
12425: * src/main/pa_string.C: ^cache bug fix [were not working at all]
12426:
12427: 2003-07-25 paf
12428:
12429: * src/doc/footer.htm: year
12430:
12431: 2003-07-24 paf
12432:
12433: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
12434: fix
12435:
12436: * src/include/pa_version.h: release
12437:
1.116 moko 12438: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 12439:
12440: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
12441: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
12442: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
12443: getting rid of win32xml pseudo project
12444:
12445: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
12446:
1.116 moko 12447: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
12448: configure.in, operators.txt, parser3.dsw,
1.95 moko 12449: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 12450: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 12451: src/classes/classes.C, src/classes/classes.awk,
12452: src/classes/classes.dsp, src/classes/classes.h,
12453: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12454: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12455: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12456: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
12457: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12458: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
12459: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
12460: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 12461: src/include/pa_array.h, src/include/pa_cache_managers.h,
12462: src/include/pa_charset.h, src/include/pa_charsets.h,
12463: src/include/pa_common.h, src/include/pa_config_auto.h.in,
12464: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
12465: src/include/pa_dictionary.h, src/include/pa_dir.h,
12466: src/include/pa_exception.h, src/include/pa_exec.h,
12467: src/include/pa_globals.h, src/include/pa_hash.h,
12468: src/include/pa_memory.h, src/include/pa_opcode.h,
12469: src/include/pa_operation.h, src/include/pa_pool.h,
12470: src/include/pa_pragma_pack_begin.h,
1.95 moko 12471: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
12472: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
12473: src/include/pa_sapi.h, src/include/pa_socks.h,
12474: src/include/pa_sql_connection.h,
12475: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
12476: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
12477: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
12478: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 12479: src/include/pa_uue.h, src/lib/Makefile.am,
12480: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
12481: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
12482: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
12483: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 12484: src/lib/cord/include/ec.h,
12485: src/lib/cord/include/private/Makefile.am,
12486: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 12487: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
12488: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 12489: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 12490: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
12491: src/main/compile_tools.C, src/main/compile_tools.h,
12492: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
12493: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12494: src/main/pa_charsets.C, src/main/pa_common.C,
12495: src/main/pa_dictionary.C, src/main/pa_dir.C,
12496: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 12497: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
12498: src/main/pa_request.C, src/main/pa_socks.C,
12499: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12500: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 12501: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
12502: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
12503: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
12504: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
12505: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
12506: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
12507: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 12508: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12509: src/targets/isapi/parser3isapi.dsp,
12510: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 12511: src/types/pa_junction.h, src/types/pa_method.h,
12512: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 12513: src/types/pa_vclass.C, src/types/pa_vclass.h,
12514: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12515: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12516: src/types/pa_vdouble.h, src/types/pa_venv.h,
12517: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
12518: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
12519: src/types/pa_vimage.C, src/types/pa_vimage.h,
12520: src/types/pa_vint.h, src/types/pa_vjunction.h,
12521: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
12522: src/types/pa_vmath.h, src/types/pa_vmemory.h,
12523: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12524: src/types/pa_vobject.C, src/types/pa_vobject.h,
12525: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12526: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12527: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12528: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
12529: src/types/pa_vstatus.h, src/types/pa_vstring.C,
12530: src/types/pa_vstring.h, src/types/pa_vtable.C,
12531: src/types/pa_vtable.h, src/types/pa_vvoid.h,
12532: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12533: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12534: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
12535: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
12536: HEAD
12537:
12538: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
12539: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
12540: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
12541: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
12542: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
12543: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
12544: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
12545: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
12546: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
12547: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
12548: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
12549: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
12550: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
12551: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
12552: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
12553: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
12554: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
12555: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
12556: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
12557: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
12558: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
12559: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
12560: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
12561: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
12562: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
12563: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
12564: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
12565: outputs/create-dir, results/001.processed, results/002.processed,
12566: results/003.processed, results/004.processed,
12567: results/005.processed, results/006.processed,
12568: results/007.processed, results/008.processed,
12569: results/009.processed, results/010.processed,
12570: results/011.processed, results/012.processed,
12571: results/013.processed, results/014.processed,
12572: results/015.processed, results/016.processed,
12573: results/017.processed, results/018.processed,
12574: results/019.processed, results/020.processed,
12575: results/021.processed, results/022.processed,
12576: results/023.processed, results/024.processed,
12577: results/025.processed, results/026.processed,
12578: results/027.processed, results/028.processed,
12579: results/029.processed, results/030.processed,
12580: results/031.processed, results/032.processed,
12581: results/033.processed, results/034.processed,
12582: results/035.processed, results/036.processed,
12583: results/037.processed, results/038.processed,
12584: results/039.processed, results/040.processed,
12585: results/041.processed, results/042.processed,
12586: results/043.processed, results/044.processed,
12587: results/045.processed, results/046.processed,
12588: results/047.processed, results/048.processed,
12589: results/049.processed, results/050.processed,
12590: results/051.processed, results/052.processed,
12591: results/053.processed, results/054.processed,
12592: results/055.processed, results/056.processed,
12593: results/057.processed, results/058.processed,
12594: results/059.processed, results/060.processed,
12595: results/061.processed, results/062.processed,
12596: results/063.processed, results/064.processed,
12597: results/065.processed, results/066.processed,
12598: results/067.processed, results/068.processed,
12599: results/069.processed, results/070.processed,
12600: results/071.processed, results/072.processed,
12601: results/073.processed, results/074.processed,
12602: results/075.processed, results/076.processed,
12603: results/077.processed, results/078.processed,
12604: results/079.processed, results/080.processed,
12605: results/081.processed, results/082.processed,
12606: results/083.processed, results/084.processed,
12607: results/085.processed, results/086.processed,
12608: results/087.processed, results/088.processed,
12609: results/089.processed, results/090.processed,
12610: results/091.processed, results/092.processed,
12611: results/093.processed, results/094.processed,
12612: results/095.processed, results/096.processed,
12613: results/097.processed, results/098.processed,
12614: results/099.processed, results/100.processed,
12615: results/101.processed, results/102.processed,
12616: results/103.processed, results/104.processed,
12617: results/105.processed, results/106.processed,
12618: results/107.processed, results/108.processed,
12619: results/109.processed, results/110.processed,
12620: results/111.processed, results/112.processed,
12621: results/113.processed, results/114.processed,
12622: results/115.processed, results/116.processed,
12623: results/117.processed, results/118.processed,
12624: results/119.processed, results/120.processed,
12625: results/121.processed, results/122.processed,
12626: results/123.processed, results/124.processed,
12627: results/125.processed, results/126.processed,
12628: results/127.processed, results/128.processed,
12629: results/129.processed, results/130.processed,
12630: results/131.processed, results/132.processed,
12631: results/133.processed, results/134.processed,
12632: results/135.processed, results/136.processed,
12633: results/137.processed, results/138.processed,
12634: results/139.processed, results/140.processed,
12635: results/141.processed: merged(copied) to HEAD from template_gc
12636:
12637: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
12638: towards \parser3project not having to be in root
12639:
12640: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
12641: module compiled [were minor unnecessary changes in lib/md5
12642: interface]
12643:
12644: * src/include/pa_version.h: release
12645:
12646: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
12647:
12648: * src/classes/math.C: merged uuid bugfix
12649:
12650: * tests/: 141.html, results/141.processed: fixed bug with
12651: too-small-a-buffer
12652:
12653: * src/classes/math.C: uuid bugfix
12654:
12655: * tests/: 141.html, Makefile, results/005.processed,
12656: results/030.processed, results/075.processed,
12657: results/078.processed: to reflect date format change (were -
12658: become ' ')
12659:
12660: * src/classes/math.C: uuid bugfix
12661:
12662: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
12663: debug/release changes
12664:
12665: * src/lib/md5/pa_md5c.c: PA_ -> pa_
12666:
12667: 2003-07-23 paf
12668:
12669: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
12670: renamed a little [to move to comman naming conv]
12671:
1.116 moko 12672: * src/targets/Makefile.am: apache13 splitted to simplify apache
12673: build
1.95 moko 12674:
12675: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
12676: main/pa_request.C, main/pa_sql_driver_manager.C,
12677: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
12678: stack top_index() fixed
12679:
12680: * src/main/pa_globals.C: minor style changes
12681:
12682: * src/: classes/op.C, include/pa_sql_connection.h: connection
12683: closing/caching fixed [connections were not closed/put to cache]
12684:
12685: 2003-07-22 paf
12686:
12687: * INSTALL: gc part updated stightly
12688:
12689: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
12690: new sapi interface
12691:
12692: * src/classes/file.C: comment on OS
12693:
12694: * src/main/pa_string.C: removed reduntant invariant check [there is
12695: one deeper in cord lib]
12696:
12697: * src/main/pa_exec.C: on win32 bugfix in handling shbang
12698:
12699: * src/main/pa_memory.C: out of memory is no longer coredump
12700:
12701: * INSTALL: disable-threads adviced
12702:
12703: 2003-07-21 paf
12704:
1.116 moko 12705: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 12706:
12707: * src/classes/file.C: file::exec/cgi environment variables now must
12708: be UPPERCASE and A-Z 0-9 _-
12709:
12710: * src/classes/file.C: env passing fixed
12711:
12712: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
12713:
12714: * src/main/pa_common.C: http:// CRLF now
12715:
12716: 2003-07-02 paf
12717:
12718: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
12719: fields to reflect their real meaning
12720:
12721: 2003-06-27 paf
12722:
12723: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
12724: include/pa_hash.h, main/pa_charset.C: merged from HEAD
12725: file::exec/cgi .charset
12726:
12727: 2003-06-26 paf
12728:
12729: * ChangeLog, src/classes/file.C, src/classes/hash.C,
12730: src/classes/image.C, src/classes/op.C, src/classes/string.C,
12731: src/classes/table.C: fixed several uninitialized local
12732: structures. notably ^hash.foreach now inserts delimiters
12733: properly [were inserting it before first body]
12734:
12735: 2003-06-24 paf
12736:
12737: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
12738:
12739: 2003-06-20 paf
12740:
12741: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
12742: src/main/pa_globals.C: introducing
12743: $f[^file::load[binary;http://...]] $f.tables
12744:
12745: 2003-06-06 paf
12746:
12747: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
12748: table. [were method lookup: inconsistent]
12749:
12750: 2003-06-02 paf
12751:
12752: * src/include/pa_memory.h: empty string clone fixed to return
12753: writable memory
12754:
12755: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
12756: were not appended] which violated string invariant
12757:
12758: 2003-05-30 paf
12759:
12760: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
12761: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
12762:
12763: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
12764: GMT ; RFC 822, updated by RFC 1123
12765:
12766: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
12767: targets/isapi/parser3isapi.C: initialized request_info properly
12768:
12769: * src/classes/xnode.C: found minor bug, commended for future
12770:
12771: 2003-05-28 paf
12772:
12773: * src/classes/form.C: request_info.content_length can't be <0,
12774: size_t for some time
12775:
12776: 2003-05-26 paf
12777:
12778: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
12779: forgotten <0 changed to !=STRING_NOT_FOUND
12780:
12781: * src/classes/math.C: merged ffffu from HEAD
12782:
12783: 2003-05-11 paf
12784:
12785: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
12786:
12787: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
12788: premature doc free. transformed document had xmlDoc reference
12789: stored to non-gc-memory (libgdome) added holding-reference
12790:
12791: 2003-04-29 paf
12792:
12793: * src/main/pa_globals.C: started digging on double free. on win32
12794: found that that's perfectly normal.
12795:
12796: 2003-04-25 paf
12797:
12798: * src/classes/table.C: table.join bug fix [bad limit check]
12799:
12800: * src/classes/math.C: merged from HEAD: simpiler hash_string
12801:
12802: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
12803: print anything. changed to quicker and simplier code
12804:
12805: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
12806: strict a check]
12807:
12808: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
12809:
12810: 2003-04-24 paf
12811:
12812: * src/include/pa_table.h: too strict assert loosened
12813:
12814: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
12815: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
12816: report
12817:
12818: 2003-04-21 paf
12819:
1.116 moko 12820: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 12821:
12822: * src/main/pa_globals.C: pcre memory management changed to use GC
12823: memory
12824:
12825: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
12826: xmlMallocAtomic [author agreed to my suggestion], used that
12827:
12828: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
12829:
12830: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
12831: types/pa_vmail.C: attributed_meaning_to_string added
12832: L_UNSPECIFIED piece which was sortof OK, but violated string
12833: invariant [assertion barked on that] changed to L_PASS_APPEND,
12834: made that param obligatory
12835:
12836: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
12837: fixed [assert helped]
12838:
12839: * src/include/pa_string.h: assert added [looking for bug]
12840:
12841: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
12842: names on Win32 considered disk-global
12843:
12844: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
12845: considered disk-global
12846:
12847: 2003-04-18 paf
12848:
12849: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
12850: filenames
12851:
12852: * src/main/untaint.C: enabled '~' letter in filenames
12853:
12854: 2003-04-16 paf
12855:
12856: * src/classes/file.C: small bug introduced in autoptr times fixed
12857:
12858: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
12859: HEAD
12860:
1.116 moko 12861: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 12862:
12863: 2003-04-15 paf
12864:
12865: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
12866: src/lib/md5/pa_md5c.c, tests/141.html,
12867: tests/results/141.processed: merged from head ^math:uuid[]
12868: ^math:uid64[] ^math:md5[string]
12869:
12870: test added: 141.html
12871:
12872: * operators.txt, src/classes/math.C: ^math:uid64[]
12873:
12874: * src/classes/math.C: ^math:uuid[]
12875:
12876: * operators.txt, src/classes/math.C: ^math:uuid[]
12877:
12878: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
12879: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
12880:
12881: * operators.txt, src/classes/file.C, src/include/pa_common.h,
12882: src/include/pa_config_fixed.h, src/main/pa_common.C:
12883: ^file::load[mode;name; $.offset $.limit
12884:
12885: 2003-04-14 paf
12886:
12887: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
12888: started ^math:md5
12889:
12890: * src/classes/table.C, src/include/pa_array.h,
12891: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
12892: tests/results/140.processed: table $.reverse option works in
12893: create&co table $.distinct[tables] bug fix merged
12894:
12895: * src/: classes/table.C, include/pa_table.h: table
12896: $.distinct[tables] bug fixed
12897:
12898: * src/classes/table.C: more warnings
12899:
12900: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
12901: removed checks in table::set_current, moved them back to
12902: table::locate implemented table::create/join ñ $.reverse
12903:
12904: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
12905: removed checks in table::set_current, moved them back to
12906: table::locate
12907:
12908: 2003-04-11 paf
12909:
12910: * operators.txt, src/classes/date.C, src/classes/table.C,
12911: src/include/pa_array.h, src/include/pa_common.h,
12912: src/include/pa_config_includes.h, src/include/pa_string.h,
12913: src/include/pa_table.h, src/main/pa_request.C,
12914: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12915: src/main/pa_table.C: merged from HEAD from
12916: before_append_array_limit_sense_change to
12917: after_append_array_limit_sense_change
12918:
12919: * src/classes/table.C: typo
12920:
12921: * operators.txt, src/classes/date.C, src/classes/table.C,
12922: src/include/pa_array.h, src/include/pa_common.h,
12923: src/include/pa_config_includes.h, src/include/pa_globals.h,
12924: src/include/pa_table.h, src/main/pa_array.C,
12925: src/main/pa_globals.C, src/main/pa_request.C,
12926: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12927: src/main/pa_table.C: append_array_limit_sense_change locate
12928: accepts options same as create new option: $.reverse(1) [do not
12929: work in table::create]
12930:
12931: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
12932: (stat xxx,
12933:
12934: * src/classes/: table.C: typo
12935:
12936: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
12937: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
12938: results/130.processed, results/131.processed,
12939: results/132.processed, results/133.processed,
12940: results/134.processed, results/135.processed,
12941: results/136.processed, results/137.processed,
12942: results/138.processed, results/139.processed: added few mustfail
12943: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
12944: date/time 132.html mustfail: access to junction outside of
12945: context 133.html mustfail: access to junction outside of context,
12946: case version 134.html mustfail: hash: adding a key inside of
12947: foreach 135.html mustfail: modifying system class 136.html
12948: mustfail: $.name outside of $hash[here] 137.html mustfail:
12949: appendChild without import 138.html mustfail: invalid encoding
12950: inside of xml 139.html mustfail: bad XPath
12951:
12952: * operators.txt, src/classes/table.C, tests/084.html,
12953: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
12954: tests/129.html, tests/results/125.processed,
12955: tests/results/126.processed, tests/results/127.processed,
12956: tests/results/128.processed, tests/results/129.processed: merged
12957: from HEAD ^table.hash[key][$.distinct[tables]]
12958:
12959: maked appropriate tests [changed one old nonconforming]
12960:
12961: * operators.txt, src/classes/table.C:
12962: ^table.hash[key][$.distinct[tables]]
12963:
12964: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
12965: merged fix for found very old xml (dom) bug: were passing
12966: domString objects and later ERROREOUSLY freed them
12967:
12968: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
12969: src/main/pa_charset.C: re-added libgdome patch. regretfully
12970: libgdome bug can not be worked around
12971:
12972: 2003-04-10 paf
12973:
12974: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
12975: found very old xml (dom) bug: were passing domString objects and
12976: later ERROREOUSLY freed them
12977:
12978: * src/doc/string.dox, src/include/pa_memory.h,
12979: src/include/pa_string.h, src/lib/cord/cordbscs.c,
12980: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
12981: tests/123.html, tests/124.html, tests/results/001.processed,
12982: tests/results/002.processed, tests/results/003.processed,
12983: tests/results/004.processed, tests/results/005.processed,
12984: tests/results/006.processed, tests/results/008.processed,
12985: tests/results/009.processed, tests/results/010.processed,
12986: tests/results/011.processed, tests/results/012.processed,
12987: tests/results/013.processed, tests/results/014.processed,
12988: tests/results/015.processed, tests/results/016.processed,
12989: tests/results/017.processed, tests/results/018.processed,
12990: tests/results/020.processed, tests/results/021.processed,
12991: tests/results/022.processed, tests/results/023.processed,
12992: tests/results/024.processed, tests/results/025.processed,
12993: tests/results/026.processed, tests/results/027.processed,
12994: tests/results/028.processed, tests/results/029.processed,
12995: tests/results/030.processed, tests/results/031.processed,
12996: tests/results/032.processed, tests/results/033.processed,
12997: tests/results/034.processed, tests/results/035.processed,
12998: tests/results/036.processed, tests/results/037.processed,
12999: tests/results/038.processed, tests/results/039.processed,
13000: tests/results/040.processed, tests/results/041.processed,
13001: tests/results/042.processed, tests/results/043.processed,
13002: tests/results/044.processed, tests/results/045.processed,
13003: tests/results/046.processed, tests/results/047.processed,
13004: tests/results/048.processed, tests/results/049.processed,
13005: tests/results/050.processed, tests/results/051.processed,
13006: tests/results/052.processed, tests/results/053.processed,
13007: tests/results/054.processed, tests/results/055.processed,
13008: tests/results/056.processed, tests/results/057.processed,
13009: tests/results/058.processed, tests/results/059.processed,
13010: tests/results/060.processed, tests/results/061.processed,
13011: tests/results/062.processed, tests/results/063.processed,
13012: tests/results/064.processed, tests/results/065.processed,
13013: tests/results/066.processed, tests/results/067.processed,
13014: tests/results/068.processed, tests/results/069.processed,
13015: tests/results/070.processed, tests/results/071.processed,
13016: tests/results/072.processed, tests/results/073.processed,
13017: tests/results/074.processed, tests/results/075.processed,
13018: tests/results/076.processed, tests/results/077.processed,
13019: tests/results/078.processed, tests/results/079.processed,
13020: tests/results/080.processed, tests/results/081.processed,
13021: tests/results/082.processed, tests/results/083.processed,
13022: tests/results/084.processed, tests/results/085.processed,
13023: tests/results/086.processed, tests/results/087.processed,
13024: tests/results/088.processed, tests/results/089.processed,
13025: tests/results/090.processed, tests/results/091.processed,
13026: tests/results/092.processed, tests/results/093.processed,
13027: tests/results/094.processed, tests/results/095.processed,
13028: tests/results/096.processed, tests/results/097.processed,
13029: tests/results/101.processed, tests/results/102.processed,
13030: tests/results/104.processed, tests/results/105.processed,
13031: tests/results/106.processed, tests/results/107.processed,
13032: tests/results/108.processed, tests/results/109.processed,
13033: tests/results/110.processed, tests/results/111.processed,
13034: tests/results/112.processed, tests/results/113.processed,
13035: tests/results/114.processed, tests/results/115.processed,
13036: tests/results/116.processed, tests/results/117.processed,
13037: tests/results/118.processed, tests/results/119.processed,
13038: tests/results/120.processed, tests/results/121.processed,
13039: tests/results/122.processed, tests/results/123.processed,
13040: tests/results/124.processed: new convention: char* never 0.
13041: assert in cord on that
13042:
13043: * src/main/pa_charset.C: couple more asserts
13044:
13045: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
13046: speedup
13047:
13048: * src/main/pa_charset.C: couple assertions on fantastic situations
13049: added [may be those is the case now?]
13050:
13051: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13052: that's memory from gc_malloc, not from g_malloc :(, but would
13053: hope]
13054:
13055: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13056: that's memory from gc_malloc, not from g_malloc :(, but would
13057: hope]
13058:
13059: * src/main/pa_charset.C: checked custom malloc for returning 0
13060:
13061: 2003-04-09 paf
13062:
13063: * src/classes/date.C: merged ^date.roll changes
13064:
13065: * src/classes/date.C: ^date.roll bug fix
13066:
13067: * src/classes/date.C: ^date.roll now throws less errors: month
13068: shifts handles end of month situation by reducing day number
13069: hour-hole shift reduces hour to recover
13070:
13071: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
13072: Sort by function time
13073:
13074: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
13075: http:// $.charset[] param done
13076:
13077: * tests/: 122.html, results/122.processed: 122 date test <= and ==
13078: added [after volatile fix. passes on win&intel-solaris]
13079:
13080: 2003-04-08 paf
13081:
13082: * src/: classes/file.C, classes/op.C, classes/table.C,
13083: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
13084: include/pa_common.h, include/pa_request_charsets.h,
13085: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13086: main/pa_exec.C, main/pa_request.C, main/untaint.C,
13087: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
13088: types/pa_vresponse.C: started http:// $.charset[] param and
13089: http response charset detection just compiled. todo:test
13090:
13091: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
13092:
13093: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
13094: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
13095: types/pa_vmail.C: changed transcode param converntion along with
13096: string creating convention -- all strings are zero-terminated,
13097: this allowed to fix one remaining String("123", 2) case
13098:
13099: * src/: classes/date.C, classes/file.C, classes/hash.C,
13100: classes/op.C, classes/string.C, classes/table.C,
13101: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
13102: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
13103: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13104: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
13105: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
13106: violated String::invariant. started fixing [not compiled now]
13107:
13108: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
13109: main/compile.tab.C, main/compile.y, main/pa_string.C,
13110: main/untaint.C, targets/cgi/parser3.C: number of string style
13111: improvements & optimizations
13112:
13113: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
13114: :(]
13115:
13116: * src/main/untaint.C: removed redundant & in CORD_pos param passing
13117: [for it's a pointer really]
13118:
13119: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
13120: 'n' param. worked that around
13121:
13122: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
13123: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
13124: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
13125: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
13126: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
13127:
13128: Thanks for the bug report and patch.
13129:
13130: I hadn't looked at this code in a while. Reading it now, it
13131: seems to me that the tests should also be ">= MAX_DEPTH" to
13132: comply with the invariant, though that may not matter a lot. I
13133: changed that, too.
13134:
13135: Hans
13136:
13137: 2003-04-07 paf
13138:
13139: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
13140: merged from head:safe mode error message now includes numbers
13141:
13142: * src/main/execute.C: n-th attempt to make a=a work with double.
13143: problem: as_double returns it's result in fp-register compiler
13144: optimizes access to that register after b->as_double, and just
13145: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13146: from memory. _SAME_ double values do not match here. when
13147: forced to REload fp-register, values do match.
13148:
13149: tried to make them volatile.
13150:
13151: * src/main/execute.C: n-th attempt to make a=a work with double.
13152: problem: as_double returns it's result in fp-register compiler
13153: optimizes access to that register after b->as_double, and just
13154: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13155: from memory. _SAME_ double values do not match here. when
13156: forced to REload fp-register, values do match.
13157:
13158: tried to make them volatile.
13159:
13160: * src/types/pa_vobject.h: small style change
13161:
13162: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
13163:
13164: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
13165: mode error message now includes numbers
13166:
13167: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
13168: now causes death
13169:
13170: 2003-04-04 paf
13171:
13172: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
13173: incorportated pa_exec patch by From: "Victor Fedoseev"
13174: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
13175: Sent: Thursday, January 23, 2003 9:14 AM
13176:
13177: huge speedup on ^file::cgi with big result
13178:
13179: * src/classes/table.C: sort table with 0 rows bug fixed
13180:
13181: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
13182: fix http://i2/tasks/edit/?id=4493701604654042676
13183:
13184: @main[] $with_default[ $.a[1] $._default[default from
13185: with_default] ] ^show[$with_default]
13186:
13187: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13188: =$to_add_to.xxx=<br>
13189:
13190: ^show[$to_add_to]
13191:
13192: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13193: ^show[$cloned]
13194:
13195: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13196:
13197: } <hr>
13198:
13199: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
13200: http://i2/tasks/edit/?id=4493701604654042676
13201:
13202: @main[] $with_default[ $.a[1] $._default[default from
13203: with_default] ] ^show[$with_default]
13204:
13205: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13206: =$to_add_to.xxx=<br>
13207:
13208: ^show[$to_add_to]
13209:
13210: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13211: ^show[$cloned]
13212:
13213: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13214:
13215: } <hr>
13216:
13217: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
13218: http://i2/tasks/edit/?id=4507350336410850921
13219:
13220: * src/classes/xdoc.C: memory allocation func bugfix
13221: http://i2/tasks/edit/?id=4499303470368629745
13222:
13223: * src/classes/math.C: allowed random 1...
13224:
13225: * src/classes/math.C: allowed random 0..
13226:
13227: * src/main/pa_globals.C: exif mem leak
13228: http://i2/tasks/edit/?id=4480590323629807263
13229:
13230: * src/: classes/classes.dsp, main/main.dsp,
13231: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
13232: fix http://i2/tasks/edit/?id=4493946731322521294
13233: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
13234:
13235: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13236: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
13237: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
13238: links to xml libs made relative, no need to unpack parser3project
13239: to /parser3project.
13240:
13241: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
13242: column more precise - tab handling bug fixed
13243:
13244: * src/main/: compile.tab.C, compile.y: more understandable error
13245: message in case @CLASS with more then one line inside
13246:
13247: * src/targets/cgi/parser3.C: more understandable error message in
13248: case of errors in @unhandled_exception
13249:
13250: 2003-04-03 paf
13251:
13252: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
13253: src/main/compile.tab.C, src/main/compile.y,
13254: src/main/compile_tools.C, src/main/compile_tools.h,
13255: src/main/execute.C, src/main/pa_request.C: debug info format
13256: simplified, now it's: OP_VALUE Operation::Origin << here value*
13257:
13258: higher limits: file number (max: 255) line number (max:
13259: 64535) column number (max: 255)
13260:
13261: * src/classes/math.C: top limit
13262:
13263: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
13264: precise parse error position in case of
13265:
13266: ^bug ]
13267:
13268: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
13269: changed to realities, and passed [bug fixed]
13270:
13271: * src/: classes/op.C, include/pa_request.h, main/compile.C,
13272: main/compile.tab.C, main/compile.y, main/compile_tools.C,
13273: main/compile_tools.h, main/pa_request.C: introducing
13274: ^process...[main-method-alias]
13275:
13276: * src/: classes/date.C, classes/image.C, classes/op.C,
13277: classes/string.C, classes/table.C, classes/xdoc.C,
13278: types/pa_vmethod_frame.h: MethodParams& now [methods without
13279: params receive zero reference, but they are expected not to look
13280: there]
13281:
13282: * operators.txt, src/classes/date.C, src/classes/double.C,
13283: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
13284: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13285: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13286: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13287: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13288: src/main/execute.C, src/types/pa_method.h: MethodParams& now
13289: [methods without params receive zero reference, but they are
13290: expected not to look there]
13291:
13292: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13293: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
13294: ^process...[filename] useful for better error reporting
13295: [file/line/col]
13296:
13297: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
13298: types/pa_vstring.h: slightly improved error messages text: 1. is
13299: '%s', it 2. method undefined in case of ^void[]
13300:
13301: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13302: include/pa_types.h, main/execute.C, main/pa_request.C: exception
13303: handling done. now we have error columns todo: test it
13304:
13305: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
13306: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
13307:
13308: this makes life easier: were: bad stack order -- were in
13309: exception catch unwind order, which didn't match execution order
13310:
13311: @main[] ^try{ ^first[] }{ ^throw[c;3] }
13312:
13313: @first[] ^throw[a;1]
13314:
13315: showed throw a first throw b try
13316:
13317: which is no good
13318:
13319: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13320: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
13321: trace reset after handled exception [old bug fixed]
13322:
13323: * src/main/: compile.tab.C, compile.y: parse position old bug
13324: fixed. position reporting made precise [both, in parse erros and
13325: runtime errors]
13326:
13327: 2003-04-02 paf
13328:
13329: * src/: include/pa_operation.h, include/pa_request.h,
13330: main/compile.C, main/compile.tab.C, main/compile.y,
13331: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13332: main/pa_exception.C, main/pa_request.C: debug info: started
13333: using. todo:complete
13334:
13335: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
13336: main/compile.C, main/compile.tab.C, main/compile.y,
13337: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13338: main/pa_request.C: prepared debug info todo:use it
13339:
13340: * src/include/pa_operation.h: strange mistake fixed: forgot to
13341: return Operation class->union after switching from autoptrs.
13342:
13343: * tests/: Makefile, results/108.processed, results/117.processed:
13344: meta considered OK [it's up to coder now to remove it not needed]
13345:
13346: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
13347: Dictionary constructor when moved to gc]
13348:
13349: * src/main/pa_common.C: uncommented http:// file loading
13350:
13351: * src/include/pa_array.h, src/main/execute.C,
13352: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
13353: fix [gdGrowingBuf]
13354:
13355: * configure.in, src/lib/Makefile.am: removed patches
13356:
13357: * configure, src/include/pa_config_auto.h.in,
13358: src/main/pa_charset.C: --enable-assertions autoconf-ed
13359:
13360: * src/main/pa_common.C: uncommented http:// file loading
13361:
13362: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
13363: xdoc::create/load
13364:
13365: * src/: classes/form.C, classes/hash.C, classes/image.C,
13366: classes/string.C, classes/table.C, classes/void.C,
13367: include/pa_common.h, main/pa_common.C, main/pa_request.C,
13368: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
13369: String::String(str,helper_length) are checked. found/fixed one
13370: place: $request:body now zero-terminated,
13371:
13372: * src/: classes/op.C, classes/table.C, include/pa_request.h,
13373: main/compile_tools.C, main/execute.C, types/pa_value.h,
13374: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
13375: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
13376: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13377: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
13378: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13379: types/pa_vxnode.h: more locally scoped vars in execute (more
13380: easily optimizable)
13381:
13382: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
13383: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
13384:
13385: * src/: include/pa_array.h, include/pa_stack.h,
13386: include/pa_string.h, main/compile_tools.C, main/main.dsp,
13387: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
13388: become assertion iterator in methodframe filler
13389:
13390: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
13391: targets/cgi/parser3.C: array::get/put inlined
13392:
13393: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
13394: gc_substitute_memory_management_functions +installed CORD_oom
13395: function
13396:
13397: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
13398: src/include/pa_config_includes.h, src/include/pa_string.h,
13399: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
13400: src/targets/cgi/parser3.C: converted debug hacks to ANSI
13401: assertions started configure.in --enable-assertions
13402:
13403: 2003-04-01 paf
13404:
13405: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
13406: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
13407: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
13408: gdome uses glib memory, and stores last pointer to xmlDoc there,
13409: gc misses that and collects valid memory fixed by remembering
13410: xmlDoc from dom object in xdoc. todo: do something with
13411: premature free of xdoc with xnodes/node values referring into it
13412:
13413: * src/classes/: mail.C: typo fix
13414:
13415: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
13416: changes
13417:
13418: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
13419: main/pa_memory.C: moved memory debugging to global level: to
13420: pa_gc_malloc
13421:
13422: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
13423: debugging showed no errors. todo: debug parser memory
13424:
13425: * src/targets/cgi/: parser3.C, parser3.dsp: more build
13426: configurations
13427:
13428: * src/: classes/classes.dsp, include/pa_config_fixed.h,
13429: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
13430: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
13431: types/types.dsp: prepared xml-static configuration
13432:
13433: 2003-03-31 paf
13434:
13435: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
13436: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
13437: xml lib memory debugging, simple checks failed: it seems that
13438: library does realloc(bad ptr), and recording those ptrs in heap
13439: [for debugging] was bad: heap situation changes = everything
13440: works fine
13441:
13442: * src/: main/pa_charset.C, include/pa_charset.h: worked around
13443: xmlRegisterCharEncodingHandler limitation [currently imposed
13444: limit of 10 user-defined charsets]
13445:
13446: 2003-03-28 paf
13447:
13448: * src/main/execute.C: execution stack copied to local register
13449: variable, removed lots [~2e7) of memory accesses
13450:
13451: 2003-03-27 paf
13452:
13453: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
13454: works in debug, but fails in release todo: fix that
13455:
13456: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
13457: targets/cgi/parser3.C: forgot to merge XML memory funcs
13458: replacement from gc branch
13459:
13460: * src/main/pa_exec.C: introducing append_help_length [radical
13461: improvement here]
13462:
13463: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
13464: 'not recommened' in gc.h, on win32 noticed no difference]
13465:
13466: * src/include/pa_array.h: returned checked array get [were disabled
13467: for debugging] result:not slower [don't understand that, it were
13468: INLINED] todo: find out a way of inlining it!
13469:
13470: * src/: include/pa_string.h, lib/gc/include/gc.h,
13471: lib/gc/include/gc_fake.h, main/compile.tab.C,
13472: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
13473: convention changed: all resulting strings are zero-terminated
13474:
13475: * src/: classes/date.C, classes/file.C, classes/hash.C,
13476: classes/string.C, classes/table.C, classes/void.C,
13477: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
13478: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
13479: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
13480: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13481: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
13482: types/pa_vfile.C, types/pa_vmail.C: introducing
13483: append_help_length [radical improvement here]
13484:
13485: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
13486: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
13487: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
13488: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
13489: even slower
13490:
13491: * src/: classes/string.C, classes/table.C, include/pa_array.h,
13492: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
13493: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
13494: clients of &get(): most to use non-ref version, some[in tight
13495: places] to get_unchecked_ref
13496:
13497: * src/doc/memory.dox: forgot to add
13498:
13499: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
13500: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
13501: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
13502: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
13503: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13504: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
13505: targets/cgi/parser3.dsp, types/pa_vmail.C,
13506: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
13507: T>>&<< removed after Stack::pop wiping removed [moved to separate
13508: func] other Array & removed
13509:
13510: 2003-03-26 paf
13511:
13512: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
13513: classes/table.C, include/pa_array.h, include/pa_charset.h,
13514: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
13515: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13516: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
13517: main/main.dsp, main/pa_charset.C, main/pa_common.C,
13518: main/pa_exec.C, main/pa_sql_driver_manager.C,
13519: main/pa_stylesheet_manager.C, main/pa_table.C,
13520: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
13521: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13522: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
13523: pre-evaluated .count() in some places
13524:
13525: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13526: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
13527: types/types.dsp: .dsp profiling updated
13528:
13529: * src/: classes/classes.dsp, lib/cord/cord.dsp,
13530: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
13531: targets/cgi/parser3.dsp, types/types.dsp: started profiling
13532:
13533: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
13534: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
13535: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
13536: use lib/gc,lib/cord
13537:
1.116 moko 13538: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
13539: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 13540: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
13541: src/include/pa_config_includes.h, src/include/pa_request.h,
13542: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
13543: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 13544: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 13545: src/lib/cord/include/Makefile.am,
1.116 moko 13546: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
13547: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
13548: src/targets/cgi/Makefile.am, src/types/Makefile.am,
13549: src/types/pa_vclass.h, src/types/pa_vcookie.h,
13550: src/types/pa_vform.h, src/types/pa_vhash.h,
13551: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
13552: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
13553: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
13554: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
13555: funcs ported pa_exec
1.95 moko 13556:
13557: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
13558:
13559: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
13560: bundled gc includes
13561:
13562: * src/: classes/op.C, include/pa_array.h,
13563: include/pa_sql_connection.h, include/pa_string.h,
13564: include/pa_version.h, main/compile.tab.C, main/compile.y,
13565: main/execute.C, main/pa_common.C, main/pa_exception.C,
13566: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
13567: targets/cgi/parser3.dsp: a number of bugfixes [while testing
13568: first real site (aval)]
13569:
13570: 2003-03-25 paf
13571:
13572: * operators.txt, src/main/pa_sql_driver_manager.C,
13573: src/types/pa_vstatus.C: $status.memory used free since_compact
13574: process
13575:
13576: * src/: include/pa_sql_connection.h, main/pa_globals.C,
13577: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
13578:
13579: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
13580:
13581: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
13582: src/types/pa_value.h, src/types/pa_vfile.h,
13583: src/types/pa_vobject.C, src/types/pa_vobject.h,
13584: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
13585: tests/results/121.processed: untaint.C L_URI
13586:
13587: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
13588: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
13589: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
13590: src/types/pa_vmemory.h: ^memory:compact[]
13591:
13592: * tests/results/109.processed: it was a bug in parser. updated 109
13593: test result
13594:
13595: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
13596:
13597: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
13598: tests/results/107.processed: fixed dom language [values are now
13599: considered tainted. it was a bug in parser. updated 107 test
13600: result
13601:
13602: * src/classes/xdoc.C: fixed transform params
13603:
13604: * src/: include/pa_stylesheet_manager.h,
13605: main/pa_stylesheet_manager.C: fixed stylesheet caching
13606:
13607: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
13608: overloads for structure handling
13609:
13610: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
13611: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
13612: StringBody(0) ambiguilty, introducting static
13613: StringBody::Format(int)
13614:
13615: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
13616: linked
13617:
13618: * src/types/pa_vxdoc.C: vxdoc compiled
13619:
13620: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
13621: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
13622: finalizers isntalled
13623:
13624: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
13625: doc/exception.dox, doc/index.dox, include/pa_charset.h,
13626: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
13627: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
13628: compiled todo: xnode.C / finalizers
13629:
13630: * src/doc/string.dox: updated: new string internals
13631:
13632: 2003-03-24 paf
13633:
13634: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13635: include/pa_charset.h, include/pa_config_fixed.h,
13636: include/pa_request.h, include/pa_stylesheet_connection.h,
13637: include/pa_stylesheet_manager.h, main/pa_charset.C,
13638: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
13639: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
13640: types/pa_vxnode.h: started XML
13641:
13642: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
13643:
13644: * src/: classes/file.C, classes/image.C, classes/mail.C,
13645: include/pa_string.h, main/pa_common.C,
13646: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
13647:
13648: * src/: classes/file.C, classes/image.C, classes/mail.C,
13649: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
13650: main/pa_request.C, main/pa_sql_driver_manager.C,
13651: types/pa_vimage.h: size_t pos everywhere checks changed to check
13652: for eq STRING_NOT_FOUND
13653:
13654: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
13655: optimize bit implemented
13656:
13657: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13658: String::ArrayFragment::append_positions fixed
13659:
13660: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
13661: String::this_starts fixed
13662:
13663: * src/main/pa_string.C, tests/Makefile: string::pos fixed
13664:
13665: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
13666: hashcode implemented fully, including per-char callback [it can
13667: be - substr CORD node]
13668:
13669: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
13670: rewritten to rewalloc with 100byte buf ahead
13671:
13672: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
13673: src/include/pa_string.h, src/main/compile.tab.C,
13674: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
13675: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
13676: CORD_ec [bad] would rewrite as realloc now
13677:
13678: * src/: classes/date.C, classes/file.C, classes/form.C,
13679: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
13680: include/pa_cache_managers.h, include/pa_charsets.h,
13681: include/pa_common.h, include/pa_request.h,
13682: include/pa_sql_driver_manager.h, include/pa_table.h,
13683: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
13684: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
13685: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
13686: types/pa_vmail.C, types/pa_vmethod_frame.C,
13687: types/pa_vstateless_class.h: 2*2 worked :)
13688:
13689: * parser3.dsw, src/classes/date.C, src/classes/file.C,
13690: src/include/pa_exec.h, src/include/pa_string.h,
13691: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
13692: passed OK
13693:
13694: * src/: classes/hash.C, classes/string.C, classes/table.C,
13695: types/pa_value.C: all linked todo: debug
13696:
13697: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
13698: types/pa_vstateless_class.C: all compiled. todo:link
13699:
13700: * src/types/pa_wcontext.C: pa_wcontext.C compiled
13701:
13702: * src/types/pa_vtable.C: pa_vtable.C compiled
13703:
13704: * src/types/pa_vstring.C: pa_vstring.C compiled
13705:
13706: * src/types/pa_vstatus.C: pa_vstatus.C compiled
13707:
13708: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
13709: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
13710: pa_vstateless_class.C, pa_vstateless_class.h:
13711: pa_vstateless_class.C compiled
13712:
13713: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
13714: types/pa_vmath.C: pa_vmail.C compiled
13715:
13716: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
13717:
13718: * src/types/pa_vform.C: pa_vform.C compiled
13719:
13720: * src/types/pa_vfile.C: pa_vfile.C compiled
13721:
13722: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
13723: pa_vstateless_class.C: pa_vcookie.C compiled
13724:
13725: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
13726: types/pa_vhash.h: pa_value.C compiled
13727:
13728: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
13729: classes.lib main.lib compiled
13730:
13731: * src/classes/void.C: void.C compiled
13732:
13733: * src/: classes/string.C, classes/table.C, include/pa_string.h,
13734: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
13735: compiled
13736:
13737: * src/: classes/string.C, include/pa_request.h,
13738: include/pa_string.h, main/pa_string.C: string.C compiled
13739:
13740: * src/: classes/op.C, classes/string.C, classes/table.C,
13741: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
13742: main/pa_request.C, main/pa_string.C: op.C compiled
13743:
13744: * src/classes/: math.C, op.C: math.C compiled
13745:
13746: * src/: classes/mail.C, classes/string.C, classes/table.C,
13747: types/pa_vmail.h: mail.C compiled
13748:
13749: * src/classes/: int.C, table.C: int.C compiled
13750:
13751: * src/: classes/hash.C, classes/image.C, classes/string.C,
13752: classes/table.C, include/pa_memory.h, include/pa_string.h,
13753: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
13754: compiled
13755:
13756: * src/: classes/hash.C, classes/string.C, classes/table.C,
13757: classes/void.C, classes/xdoc.C, include/pa_request.h,
13758: include/pa_sql_connection.h: hash.C compiled
13759:
13760: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
13761: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
13762: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
13763: classes/math.C, classes/op.C, classes/response.C,
13764: classes/string.C, classes/table.C, classes/void.C,
13765: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
13766: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
13767: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
13768: file.C table.C compiled
13769:
13770: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
13771: main/untaint.C: main.lib compiled
13772:
13773: 2003-03-21 paf
13774:
13775: * src/: classes/op.C, include/pa_cache_managers.h,
13776: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13777: include/pa_stylesheet_manager.h, main/pa_exception.C,
13778: main/pa_globals.C, main/pa_sql_driver_manager.C,
13779: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
13780: compiled
13781:
13782: * src/: classes/hash.C, classes/image.C, classes/op.C,
13783: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
13784: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
13785: main/compile.C, main/pa_common.C, main/pa_request.C,
13786: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
13787: pa_request.C compiled
13788:
13789: * src/: classes/hash.C, classes/mail.C, classes/op.C,
13790: include/pa_request.h, main/execute.C, main/pa_request.C,
13791: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13792: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
13793: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13794: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
13795: compiled
13796:
13797: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
13798: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
13799: on unix
13800:
13801: * src/: include/pa_charset.h, include/pa_charsets.h,
13802: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
13803: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
13804: pa_charsets.C compiled
13805:
13806: * src/: classes/image.C, classes/mail.C, classes/op.C,
13807: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
13808: main/compile.y, main/execute.C, main/pa_common.C,
13809: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
13810: types/pa_vcode_frame.h, types/pa_vimage.h,
13811: types/pa_vmethod_frame.h: execute.C compiled
13812:
13813: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13814: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13815: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13816: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
13817: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13818: include/pa_cache_managers.h, include/pa_charsets.h,
13819: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
13820: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
13821: include/pa_sql_driver_manager.h, include/pa_string.h,
13822: include/pa_stylesheet_connection.h,
13823: include/pa_stylesheet_manager.h, include/pa_table.h,
13824: main/compile.C, main/compile.tab.C, main/compile.y,
13825: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13826: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13827: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13828: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
13829: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
13830: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13831: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13832: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
13833: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13834: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13835: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13836: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13837: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13838: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
13839: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13840: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13841: types/pa_vresponse.h, types/pa_vstateless_class.C,
13842: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13843: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13844: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13845: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13846: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13847: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
13848: [C++ CORD wrapper]
13849:
13850: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
13851:
13852: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
13853: $file::exec/cgi[script; $.charset[this is script's charset]
13854:
13855: command line, env values, input got transcoded before call
13856: stdout, stderr got transcoded after call
13857:
13858: * src/classes/file.C: ^file::exec/cgi now does not pass post data
13859: by default. use: ^file::exec[...;$.stdin[$request.body]
13860:
13861: * src/main/pa_common.C: } typo bug fix
13862:
13863: * src/main/pa_common.C: } typo bug fix
13864:
13865: 2003-03-20 paf
13866:
13867: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
13868: main/untaint.C: cord bug fix, but still errors todo: clear out
13869:
13870: * src/include/pa_string.h: more tests
13871:
13872: * src/main/pa_string.C: string.pos fixed
13873:
1.116 moko 13874: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
13875: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
13876: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
13877: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
13878: replaces
1.95 moko 13879:
13880: * src/: classes/image.C, include/pa_dictionary.h,
13881: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
13882: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
13883: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
13884: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
13885:
13886: * src/include/pa_string.h: warning
13887:
13888: * src/include/pa_string.h: this_starts fixed
13889:
13890: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
13891: new String ctor & append params convention
13892:
13893: * src/: classes/file.C, classes/hash.C, classes/image.C,
13894: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
13895: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
13896: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
13897: main/pa_exception.C, main/pa_exec.C,
13898: main/pa_sql_driver_manager.C, main/pa_string.C,
13899: main/pa_stylesheet_manager.C, main/untaint.C,
13900: targets/isapi/parser3isapi.C, types/pa_vimage.C,
13901: types/pa_vmail.C: more tests OK
13902:
13903: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
13904: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
13905: gc/exit runned OK
13906:
13907: * src/types/pa_vmail.C: another naming problem: should not name
13908: vars like that: unpredictable close caused problems with later
13909: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
13910: descriptors missing on startup: stdin; Bad file number
13911:
13912: todo: find out why so many filters(stream) here. probably wrong?
13913:
13914: * src/: include/pa_dictionary.h, include/pa_string.h,
13915: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
13916: main/untaint.C: test compiled
13917:
13918: * src/: classes/image.C, classes/mail.C, classes/math.C,
13919: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
13920: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
13921: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
13922: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
13923: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
13924: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
13925: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
13926: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
13927: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
13928:
13929: * parser3.dsw, src/classes/file.C, src/classes/image.C,
13930: src/classes/op.C, src/classes/string.C, src/classes/table.C,
13931: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
13932: src/include/pa_memory.h, src/include/pa_request.h,
13933: src/include/pa_request_charsets.h,
13934: src/include/pa_sql_connection.h, src/include/pa_string.h,
13935: src/main/compile.tab.C, src/main/execute.C,
13936: src/main/pa_charset.C, src/main/pa_common.C,
13937: src/main/pa_exception.C, src/main/pa_exec.C,
13938: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13939: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
13940: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
13941: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
13942: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13943: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
13944: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13945: src/types/pa_vobject.C, src/types/pa_vresponse.C,
13946: src/types/pa_vstatus.C, src/types/pa_vstring.C,
13947: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13948: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
13949: pa_common.C [done, without http for now]
13950:
13951: 2003-03-19 paf
13952:
13953: * src/: classes/date.C, classes/form.C, classes/hash.C,
13954: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
13955: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
13956: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
13957: include/pa_string.h, include/pa_table.h, main/compile.C,
13958: main/compile_tools.C, main/execute.C, main/pa_charset.C,
13959: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
13960: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
13961: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
13962: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
13963: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
13964: types/pa_vstateless_class.h, types/pa_vtable.C,
13965: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
13966: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
13967: types/pa_wwrapper.h: started test
13968:
1.116 moko 13969: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
13970: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 13971:
13972: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
13973: include/pa_string.h, main/pa_string.C: string compiled todo: test
13974: it
13975:
13976: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
13977: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
13978: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
13979: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
13980: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
13981: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
13982: types/pa_vmethod_frame.h, types/types.dsp: string
13983: reimplementation with cord+array<fragment>: 70%
13984:
13985: 2003-03-18 paf
13986:
13987: * src/: classes/date.C, classes/file.C, classes/form.C,
13988: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
13989: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
13990: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
13991: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
13992: can ignore lang in cmp and pos really, but would
13993: split properly!
13994:
13995: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
13996: cord part made parser/src/lib: it's not compiled into libgc by
13997: default
13998:
13999: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
14000: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14001: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14002: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14003: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14004: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14005: src/classes/xnode.C, src/classes/xnode.h,
14006: src/include/Makefile.am, src/include/pa_cache_managers.h,
14007: src/include/pa_charset.h, src/include/pa_charsets.h,
14008: src/include/pa_common.h, src/include/pa_dictionary.h,
14009: src/include/pa_exception.h, src/include/pa_exec.h,
14010: src/include/pa_globals.h, src/include/pa_hash.h,
14011: src/include/pa_memory.h, src/include/pa_pool.h,
14012: src/include/pa_request.h, src/include/pa_request_charsets.h,
14013: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
14014: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14015: src/include/pa_stylesheet_connection.h,
14016: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14017: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
14018: src/main/compile.C, src/main/compile.tab.C,
14019: src/main/compile_tools.C, src/main/compile_tools.h,
14020: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
14021: src/main/pa_charsets.C, src/main/pa_common.C,
14022: src/main/pa_dictionary.C, src/main/pa_exception.C,
14023: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
14024: src/main/pa_pool.C, src/main/pa_request.C,
14025: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14026: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
14027: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
14028: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
14029: src/types/pa_junction.h, src/types/pa_method.h,
14030: src/types/pa_value.C, src/types/pa_value.h,
14031: src/types/pa_vclass.C, src/types/pa_vclass.h,
14032: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14033: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14034: src/types/pa_vdouble.h, src/types/pa_venv.h,
14035: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14036: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14037: src/types/pa_vimage.C, src/types/pa_vimage.h,
14038: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
14039: src/types/pa_vmath.C, src/types/pa_vmath.h,
14040: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14041: src/types/pa_vobject.C, src/types/pa_vobject.h,
14042: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14043: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14044: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14045: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14046: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14047: src/types/pa_vstring.h, src/types/pa_vtable.C,
14048: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14049: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14050: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14051: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14052: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
14053: gc: PA_Object done lots of replacements also
14054:
14055: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
14056: gc logging
14057:
14058: 2003-03-17 paf
14059:
14060: * src/: classes/date.C, classes/file.C, classes/form.C,
14061: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
14062: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
14063: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14064: include/pa_string.h, include/pa_types.h, main/compile.C,
14065: main/compile.tab.C, main/execute.C, main/pa_charset.C,
14066: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
14067: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
14068: main/pa_sql_driver_manager.C, main/pa_string.C,
14069: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
14070: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
14071: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
14072: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
14073: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
14074: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14075: types/pa_vxnode.h: libgc attempt
14076:
14077: 2003-03-13 paf
14078:
14079: * src/: include/pa_sql_driver_manager.h,
14080: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
14081: called
14082:
14083: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
14084: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
14085: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
14086: types/pa_value.h, types/pa_vobject.h,
14087: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
14088: set_base, set_derived simplified [counter leaks fixed]
14089:
14090: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
14091: src/types/types.dsp: incorporated status class patch From:
14092: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
14093: 2003 8:14 AM
14094:
14095: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
14096: Win32 specific: QuotaPeakNonPagedPoolUsage
14097: QuotaPeakPagedPoolUsage PeakPagefileUsage]
14098:
14099: 2003-03-12 paf
14100:
1.116 moko 14101: * configure, configure.in, src/lib/ltdl/configure,
14102: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 14103: lib/ltdl/Makefile now created by /configure.in only [were by
14104: lib/ltdl/configure.in OVERWRITE]
14105:
1.116 moko 14106: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
14107: linkage fixed for g++ 3.2.2
1.95 moko 14108:
14109: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
14110: on using privately declared class [fixed]
14111:
14112: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
14113: 3.2 rightliy complained on using privately declared class [fixed]
14114:
14115: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
14116: sigpipe before request constructor now causes death
14117:
14118: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
14119: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
14120: not cause exception in exception handler
14121:
1.116 moko 14122: * configure, configure.in, src/targets/cgi/Makefile.am: configure
14123: now default links libstdc++ statically. that can be overriden by
14124: --with-dynamic-stdcpp
1.95 moko 14125:
14126: 2003-03-11 paf
14127:
14128: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
14129: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
14130: necessity of libstdc++
14131:
14132: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14133:
14134: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14135:
14136: 2003-03-08 paf
14137:
14138: * tests/Makefile: make install & co
14139:
14140: * src/: include/pa_request.h, classes/op.C: removing
14141: vclass,object.h -> pa_request.h dependency
14142:
14143: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
14144: main/pa_request.C: removing vform,response,cookie.h ->
14145: pa_request.h dependency
14146:
14147: * src/include/pa_request.h: removing vmail.h -> pa_request.h
14148: dependency [testing...]
14149:
14150: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
14151: return 0; fixed
14152:
14153: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
14154: types/pa_vmail.h: vmail.C received just compiled [not tested]
14155:
14156: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
14157:
14158: * src/main/pa_request.C: forgotten: ifdef XML
14159:
14160: * src/main/pa_request.C: forgotten: ifdef XML
14161:
14162: * src/targets/cgi/parser3.C: todo: move to latest xml version on
14163: win32 and run memleak tests again
14164:
14165: * src/targets/cgi/parser3.C: charsets: see some strange things with
14166: old xml lib-- it's internal memory handling has faults
14167:
14168: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
14169: problems when transcode from charset A to A.
14170:
14171: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
14172: todo: still problems when transcode from charset A to A.
14173:
14174: * src/: classes/hash.C, classes/mail.C, classes/string.C,
14175: classes/table.C, include/pa_array.h,
14176: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
14177: started full-scale-site-test [~ http://parser.ru sources]
14178:
14179: some fixes
14180:
14181: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
14182: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14183: 117.html, 118.html, 119.html, 120.html, results/109.processed,
14184: results/110.processed, results/111.processed,
14185: results/112.processed, results/113.processed,
14186: results/114.processed, results/115.processed,
14187: results/116.processed, results/117.processed,
14188: results/118.processed, results/119.processed,
14189: results/120.processed: xml: tests 109 dom create/show 110 xpath
14190: selectSingle 111 xdoc.create from tainted & 112
14191: xdoc.create/output with russian attr value 113 xpath
14192: selectString/Number 114 dom attributes.count 115 xpath selectBool
14193: 116 output media-type change 117 transform by dom stylesheet 118
14194: empty transform result 119 dom setAttribute 120 nbsp letter
14195: output
14196:
14197: =END OF PREPARED XML TESTS=
14198:
14199: 2003-03-07 paf
14200:
14201: * src/classes/xdoc.C, src/include/pa_charset.h,
14202: src/include/pa_stylesheet_connection.h, tests/108.html,
14203: tests/108.xsl, tests/results/108.processed: xml: test 108
14204: transform with params [bugs fixed]
14205:
14206: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
14207: from copy/paste bug
14208:
14209: * src/classes/xdoc.C, src/include/pa_charset.h,
14210: src/include/pa_request.h, src/main/execute.C,
14211: src/main/pa_charset.C, src/main/pa_exception.C,
14212: src/main/pa_globals.C, src/main/pa_request.C,
14213: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14214: src/types/pa_vxnode.C, tests/107.html,
14215: tests/results/107.processed: xml: test: 107 bug fixes
14216:
14217: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14218: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14219: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
14220:
14221: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
14222: string
14223:
14224: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
14225: mem alloc functions used for different cases [libxml, libxsl]
14226:
14227: * src/classes/classes.C: fixed: prevent system classes from
14228: modification to lock ALL the classes, not only directly used
14229:
14230: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
14231: linked
14232:
14233: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
14234:
14235: 2003-03-06 paf
14236:
14237: * src/classes/xdoc.C: xdoc.C 50%
14238:
14239: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
14240: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14241: main/pa_globals.C, main/pa_request.C,
14242: main/pa_stylesheet_manager.C: xnode.C compiled
14243:
14244: * src/: include/pa_stylesheet_connection.h,
14245: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
14246: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
14247:
14248: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
14249: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14250: xml: stylesheet&manager STARTED
14251:
14252: * src/: include/pa_globals.h, main/pa_charset.C,
14253: main/pa_exception.C, main/pa_globals.C: xml: exceptions
14254:
14255: * src/: include/pa_charset.h, include/pa_config_fixed.h,
14256: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
14257: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
14258: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
14259: charsets
14260:
14261: * tests/023.html: in some cases it rounded up badly. postponing
14262: solution of that problem, making more simple test
14263:
14264: * tests/: 058_paf2000.png, results/058.processed: .png added with
14265: -kb now
14266:
14267: * src/: include/pa_charset.h, include/pa_charsets.h,
14268: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
14269: moved to charsets.C
14270:
14271: 2003-03-05 paf
14272:
14273: * src/classes/string.C, src/include/pa_string.h,
14274: src/main/pa_string.C, tests/105.html,
14275: tests/results/105.processed: String::match bug fixed
14276:
14277: * src/classes/op.C, src/main/main.dsp, tests/104.html,
14278: tests/results/104.processed: ^bpt operator added [does int3 in
14279: debug build on win32]
14280:
14281: * tests/: 057.html, results/057.processed: test bug fixed
14282:
1.116 moko 14283: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 14284:
14285: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
14286: missing
14287:
1.116 moko 14288: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
14289: forgotten files added to Makes
1.95 moko 14290:
14291: * ltmain.sh: ltmain.sh added
14292:
14293: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14294: change undone ;(
14295:
14296: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14297: made static
14298:
14299: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 14300: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
14301: todo:make linker happy
1.95 moko 14302:
14303: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
14304: env param made optional
14305:
14306: 2003-03-04 paf
14307:
14308: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
14309: types/pa_vimage.h: number of gcc compiler bugs fixed
14310:
14311: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
14312: results/103.processed: tests: 103 image.copy transparence test
14313:
14314: * src/main/execute.C, tests/101.html, tests/102.html,
14315: tests/results/101.processed, tests/results/102.processed: tests:
14316: 101 method/variable name conflict test 102 form fields change
14317: should not not change anything [bug fix]
14318:
14319: * tests/: 057.html, 099.html, 100.html, results/057.processed,
14320: results/099.processed, results/100.processed: tests: 57 date
14321: create 2002: added 99,100 response:body/download
14322:
14323: * src/classes/image.C, tests/098.html, tests/098font.gif,
14324: tests/results/098.processed: test: 98 image font text [bug fixed]
14325:
14326: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
14327: tests/results/097.processed: test: 97 file::load http:// [bugs
14328: fixed]
14329:
14330: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
14331: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
14332: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
14333: image EXIF [bug fixed]
14334:
14335: * src/classes/table.C, src/main/execute.C, tests/061.dat,
14336: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
14337: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
14338: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
14339: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
14340: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
14341: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
14342: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
14343: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
14344: tests/094.html, tests/095.html, tests/results/061.processed,
14345: tests/results/062.processed, tests/results/063.processed,
14346: tests/results/064.processed, tests/results/065.processed,
14347: tests/results/066.processed, tests/results/067.processed,
14348: tests/results/068.processed, tests/results/069.processed,
14349: tests/results/070.processed, tests/results/071.processed,
14350: tests/results/072.processed, tests/results/073.processed,
14351: tests/results/074.processed, tests/results/075.processed,
14352: tests/results/076.processed, tests/results/077.processed,
14353: tests/results/078.processed, tests/results/080.processed,
14354: tests/results/081.processed, tests/results/082.processed,
14355: tests/results/083.processed, tests/results/084.processed,
14356: tests/results/085.processed, tests/results/086.processed,
14357: tests/results/087.processed, tests/results/088.processed,
14358: tests/results/089.processed, tests/results/090.processed,
14359: tests/results/091.processed, tests/results/092.processed,
14360: tests/results/093.processed, tests/results/094.processed,
14361: tests/results/095.processed, tests/079.html,
14362: tests/results/079.processed: tests: 61 file::stat size 62
14363: string->int autoconvert 63 double .int,dec,div,mul 64 date
14364: compare 65 file: basename,justname,justext 66 math:crypt 67
14365: string.match simple on long 68 string.match normalized simple on
14366: long 69 string.int 70 file::stat content-type 71 table.join 72
14367: hash parameter conditional pass 73 date daylightsaving,yearday 74
14368: date arithmetics 75 response date values/attributes 76 string.pos
14369: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
14370: with local 80 scientific numeric literal in string autoconvert 81
14371: xor: logical and numerical 82 for delims 83 menu delims 84
14372: table.hash distinct 85 long string replace 86 throw+catch
14373: current language preserve 87 bit shifts 88 junction tests +
14374: $caller test 89 hash.foreach selfmodification 90 int/void to int
14375: 91 $caller test 92 junction is + def junction tests 93 $caller
14376: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
14377:
14378: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
14379: fixed] 60 string eq string [bug fixed]
14380:
14381: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
14382: 058.html, 058_paf2000.png, 059.html, 060.html,
14383: results/053.processed, results/054.processed,
14384: results/055.processed, results/056.processed,
14385: results/057.processed, results/058.processed,
14386: results/059.processed, results/060.processed: test: 53
14387: string.replace 54 junctions 55 table.hash 56 call indirect 57
14388: date.create[string] 58 image.measure[png]
14389:
14390: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
14391: outputs/051.processed, results/052.processed: test: 52
14392: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
14393: task: fix that
14394:
14395: 2003-03-03 paf
14396:
14397: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
14398: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
14399: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
14400: outputs/049.processed, outputs/050.processed,
14401: outputs/051.processed, results/001.processed,
14402: results/002.processed, results/003.processed,
14403: results/005.processed, results/006.processed,
14404: results/008.processed, results/009.processed,
14405: results/011.processed, results/012.processed,
14406: results/013.processed, results/014.processed,
14407: results/015.processed, results/016.processed,
14408: results/017.processed, results/020.processed,
14409: results/021.processed, results/022.processed,
14410: results/024.processed, results/025.processed,
14411: results/026.processed, results/027.processed,
14412: results/028.processed, results/029.processed,
14413: results/030.processed, results/031.processed,
14414: results/049.processed, results/050.processed,
14415: results/051.processed, results/043.processed,
14416: results/044.processed, results/045.processed,
14417: results/046.processed, results/047.processed,
14418: results/048.processed: tests: 43,44,45 date rolls 46
14419: autoevaluating junction 47 table.select 48 name with subvar 49
14420: hash-creating switch 50 process 51 started parent/child, works as
14421: it were but it were NOT GOOD, created separate task to fix that
14422:
14423: * tests/: 042.html, results/042.processed: test: 42
14424: exception.handled
14425:
14426: * tests/: 041.html, results/041.processed: test: 41 table.locate by
14427: expression
14428:
14429: * tests/: 040.html, results/040.processed: test: 39 method result
14430: of type table 40 method param junction auto evaluate
14431:
14432: * tests/: 039.html, results/039.processed: test: 37 method result
14433: of type table
14434:
14435: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
14436: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
14437: tests/038.html, tests/results/033.processed,
14438: tests/results/034.processed, tests/results/035.processed,
14439: tests/results/036.processed, tests/results/037.processed,
14440: tests/results/038.processed: tests: 33 string.replace 34
14441: string.upper 35 table created 36 local/global vars with juntions
14442: 37 table clone 38 math PI & number formatting
14443:
14444: math class registring typo fixed
14445:
14446: * src/classes/op.C, src/include/pa_request.h,
14447: src/include/pa_string.h, src/main/execute.C,
14448: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
14449: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
14450: tests/032.html, tests/results/032.processed: uchar changed to
14451: String_UL in all places [was not everywhere] untaint test: 032
14452:
14453: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
14454: tests/results/004.processed, tests/parser-cygwin.sh,
14455: tests/parser-unix.sh: removed -H command line key, now testing
14456: using .sh file with SERVER_SOFTWARE=xxx
14457:
14458: 2003-02-26 paf
14459:
14460: * src/main/execute.C, src/types/pa_vstateless_class.h,
14461: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
14462: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
14463: tests/results/024.processed, tests/results/025.processed,
14464: tests/results/026.processed, tests/results/027.processed,
14465: tests/results/028.processed, tests/results/029.processed,
14466: tests/results/030.processed, tests/results/031.processed: fixed
14467: bug with name_cstr mutable CharPtr more tests
14468:
14469: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
14470: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
14471: << abort. die now just exits
14472:
14473: * src/classes/classes.awk, src/classes/classes.h,
14474: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14475: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14476: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14477: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14478: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14479: src/classes/xnode.C, src/include/pa_memory.h,
14480: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
14481: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
14482: src/types/pa_vform.C, tests/015.html, tests/016.html,
14483: tests/017.html, tests/018.html, tests/019.html,
14484: tests/019paf2001.gif, tests/020.html, tests/021.html,
14485: tests/022.html, tests/023.html, tests/022_dir/a.html,
14486: tests/022_dir/b.txt, tests/022_dir/c.htm,
14487: tests/results/015.processed, tests/results/016.processed,
14488: tests/results/017.processed, tests/results/018.processed,
14489: tests/results/019.processed, tests/results/020.processed,
14490: tests/results/021.processed, tests/results/022.processed,
14491: tests/results/023.processed: methoded_array now contains all Mxxx
14492: classes SAPI::get_env now returns info on pool more tests
14493:
14494: * src/include/pa_array.h, src/include/pa_hash.h,
14495: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
14496: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
14497: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
14498: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
14499: tests/014.html, tests/Makefile, tests/outputs/create-dir,
14500: tests/results/001.processed, tests/results/002.processed,
14501: tests/results/003.processed, tests/results/004.processed,
14502: tests/results/005.processed, tests/results/006.processed,
14503: tests/results/007.processed, tests/results/008.processed,
14504: tests/results/009.processed, tests/results/010.processed,
14505: tests/results/011.processed, tests/results/012.processed,
14506: tests/results/013.processed, tests/results/014.processed: hash
14507: cloning fixed
14508:
14509: 2003-02-25 paf
14510:
14511: * src/main/pa_common.C: typo fixed
14512:
14513: 2003-02-24 paf
14514:
14515: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
14516: [one remained]
14517:
14518: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
14519: [should have been get_string(&pool)] todo: check other such calls
14520:
14521: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
14522: test10, bad lookups
14523:
14524: xxx* xxx=smartptr.get(); << is bad style, after ";" original
14525: object got destructed, and xxx points to sky
14526:
14527: * ChangeLog, src/classes/string.C: match bug fixed
14528:
14529: * src/types/pa_vmail.C: body [text/html] transcoded to
14530: $.charset[specified] now
14531:
14532: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14533: which failed to handle sigsetjmp+throw: crashed inside of
14534: pre-throw code. rewritten simplier [though duplicating
14535: closesocket code]
14536:
14537: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14538: which failed to handle sigsetjmp+throw: crashed inside of
14539: pre-throw code. rewritten simplier [though duplicating
14540: closesocket code]
14541:
14542: 2003-02-21 paf
14543:
14544: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
14545: $cookie:name[$.expires[date << can be now]]
14546:
14547: written makefile with regression tests [raw]
14548:
14549: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
14550: tests' only [it's not forcing CGI mode now] now use -H to output
14551: CGI header when parser used in command line [useful for tests
14552: also]
14553:
14554: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
14555: switches on CGI mode, and is used in regression tests
14556:
14557: * src/: include/pa_request.h, main/pa_request.C,
14558: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
14559: fixed
14560:
14561: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
14562: handling pa_*
14563:
14564: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
14565: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
14566: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
14567: memory handling files
14568:
14569: * src/main/pa_array.C: pool::format_integer terminator fixed
14570:
14571: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
14572: compiles OK test to show benefits of free
14573:
14574: * src/: classes/file.C, classes/image.C, classes/mail.C,
14575: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
14576: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14577: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
14578: use pool [as the one in ^process]
14579:
14580: * src/classes/op.C: fixed process. sould now check for all cstr's
14581: -- some must use pool [as the one in ^process]
14582:
14583: 2003-02-20 paf
14584:
14585: * src/: classes/date.C, classes/double.C, classes/file.C,
14586: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14587: classes/math.C, classes/op.C, classes/response.C,
14588: classes/string.C, classes/table.C, classes/void.C,
14589: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
14590: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
14591: string cmp fixed
14592:
14593: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
14594: values passed OK now
14595:
14596: 2003-02-19 paf
14597:
14598: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
14599: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
14600: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
14601: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
14602: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
14603: all remaning leaks resulted from pooled::malloc calls [excluding
14604: in gd -- planning complete rewrite extremely ugly code]
14605:
14606: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
14607: files
14608:
14609: 2003-02-17 paf
14610:
14611: * src/: classes/date.C, classes/double.C, classes/file.C,
14612: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14613: classes/response.C, classes/string.C, classes/table.C,
14614: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
14615: include/pa_stylesheet_connection.h,
14616: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
14617: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
14618: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
14619: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
14620: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
14621: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
14622: of unitialized simple-typed field
14623:
14624: * src/: classes/classes.C, classes/classes.h, main/execute.C,
14625: main/pa_charset.C, main/pa_request.C: another bug of unitialized
14626: simple-typed field fixed. todo: find&kill all like that one
14627:
14628: * src/: main/execute.C, targets/cgi/pa_pool.C,
14629: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
14630: debug output fixed
14631:
14632: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
14633: main/pa_request.C: stack-stored items need extra .ref to prevent
14634: object_ptr from delete[them]
14635:
14636: * src/: classes/date.C, classes/op.C, classes/table.C,
14637: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
14638: include/pa_charset.h, main/Makefile.am, main/main.dsp,
14639: main/pa_charset.C, main/pa_common.C,
14640: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14641: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14642: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
14643: calls
14644:
14645: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
14646: couple mem leaks rusulted from old pooled::malloc usage.
14647: todo:find more like those
14648:
14649: * src/main/: compile.C, compile_tools.C: 2*2!
14650:
14651: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
14652: stackItem fixed [there were no string on stack before]
14653:
14654: * src/: main/execute.C, main/pa_request.C,
14655: types/pa_vmethod_frame.C: first letters out OK
14656:
14657: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
14658: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
14659: main/pa_string.C, main/untaint.C, types/pa_value.h,
14660: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
14661: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
14662: type not initialized with zeros :( while class fields of class
14663: types initialized with default constructors. learn C++
14664:
14665: * src/: classes/classes.awk, classes/double.C, classes/file.C,
14666: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
14667: classes/math.C, classes/xdoc.C, classes/xnode.C,
14668: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
14669: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
14670:
14671: 2003-02-14 paf
14672:
14673: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
14674: 13 link errors
14675:
14676: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
14677: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
14678: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
14679: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
14680: errors :)
14681:
14682: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
14683: classes/hash.C, classes/mail.C, classes/op.C,
14684: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
14685: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
14686: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
14687: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
14688:
14689: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
14690: classes/table.C, include/pa_common.h, include/pa_globals.h,
14691: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
14692: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
14693: types/pa_vint.h, types/types.dsp: op compiled
14694:
14695: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
14696: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
14697: main/untaint.C, types/pa_vtable.h: string, response compiled
14698:
14699: 2003-02-07 paf
14700:
14701: * src/: classes/table.C, types/pa_vtable.h: table compiled
14702:
14703: 2003-02-06 paf
14704:
14705: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
14706: mail compiled
14707:
14708: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
14709: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
14710: types/pa_vfile.h, types/pa_vimage.h: image compiled
14711:
14712: * src/classes/: file.C, form.C: form compiled
14713:
14714: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
14715: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
14716: types/pa_vfile.C, types/pa_vfile.h: file compiled
14717:
14718: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
14719: types/pa_vmath.h: math compiled [win32]
14720:
14721: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
14722: types/pa_vstring.h: hash compiled
14723:
14724: 2003-02-04 paf
14725:
14726: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
14727: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14728: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
14729: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
14730: types/pa_vhash.h: hash 50% compiled
14731:
14732: * src/: classes/date.C, classes/file.C, classes/hash.C,
14733: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
14734: classes/string.C, classes/table.C, classes/xdoc.C,
14735: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
14736: main/pa_string.C: date compiled
14737:
14738: * src/classes/: classes.dsp, double.C: double compiled
14739:
14740: * src/: classes/date.C, classes/double.C, classes/file.C,
14741: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
14742: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
14743: classes/string.C, classes/table.C, classes/void.C,
14744: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
14745: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
14746: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
14747: compiled
14748:
14749: * src/: classes/date.C, classes/double.C, classes/file.C,
14750: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14751: classes/math.C, classes/op.C, classes/response.C,
14752: classes/string.C, classes/table.C, classes/void.C,
14753: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14754: types/pa_vvoid.h: void compiled :)
14755:
14756: * src/: include/pa_globals.h, main/pa_cache_managers.C,
14757: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14758: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14759: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
14760: main/pa_string.C, main/pa_uue.C, main/untaint.C,
14761: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
14762: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
14763: types/pa_vresponse.C, types/pa_vstateless_class.C,
14764: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
14765: types/pa_wcontext.C, types/types.dsp: removed stupid
14766: value_includes.h
14767:
14768: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
14769: trying to remove stupid value_includes.h
14770:
14771: * src/main/pa_exec.C: pa_exec compiled on win32
14772:
14773: * src/main/pa_exec.C: libmain.a compiled on six [unix]
14774:
14775: * src/: include/pa_globals.h, include/pa_request.h,
14776: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
14777: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
14778: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
14779: types/pa_vrequest.C, types/pa_vstateless_class.C,
14780: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
14781:
14782: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
14783: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
14784: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
14785:
14786: * src/: include/pa_array.h, include/pa_config_includes.h,
14787: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
14788: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
14789: compiled
14790:
14791: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
14792: name conflicts)
14793:
14794: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
14795: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
14796: yelds "virtual memory exhausted" while trying to compile
14797: execute.C [eating up to 127MB]
14798:
14799: 2003-02-03 paf
14800:
14801: * src/: include/pa_config_includes.h, include/pa_hash.h,
14802: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
14803: main/pa_common.C, types/pa_value.C, types/pa_value.h,
14804: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14805: types/pa_vint.h, types/pa_vjunction.h,
14806: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
14807: started gcc compiling pa_common compiled
14808:
14809: * src/: include/pa_exception.h, include/pa_pool.h,
14810: main/pa_exception.C: exception gcc change #1
14811:
1.116 moko 14812: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
14813: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 14814:
14815: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
14816:
14817: * src/types/pa_vtable.C: vtable compiled
14818:
14819: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
14820:
14821: * src/: include/pa_cache_managers.h, main/pa_request.C,
14822: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
14823:
14824: * src/types/pa_vstateless_class.C: vstateless_class compiled
14825:
14826: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
14827:
14828: * src/types/pa_vrequest.C: vrequest compiled
14829:
14830: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
14831: pa_vobject.C, pa_vobject.h: vobject compiled
14832:
14833: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
14834: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
14835: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
14836: compiled
14837:
14838: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
14839:
14840: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
14841: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
14842: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
14843: compiled
14844:
14845: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
14846: main.lib - 0 error(s), 0 warning(s)
14847:
14848: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
14849: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
14850:
14851: 2003-01-31 paf
14852:
14853: * src/: include/pa_array.h, include/pa_operation.h,
14854: include/pa_request.h, main/execute.C, main/main.dsp,
14855: types/pa_vjunction.h: started last file from main library:
14856: execute
14857:
14858: * src/: include/pa_request.h, include/pa_sapi.h,
14859: main/compile.tab.C, main/compile.y, main/compile_tools.h,
14860: main/pa_request.C, targets/cgi/parser3.C,
14861: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
14862: types/pa_vhash.h: pa_request compiled
14863:
14864: * src/: classes/op.C, classes/string.C, include/pa_common.h,
14865: include/pa_globals.h, include/pa_request.h,
14866: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
14867: main/execute.C, main/main.dsp, main/pa_common.C,
14868: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
14869: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
14870: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
14871: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
14872: types/types.dsp: most pa_request compiled
14873:
14874: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14875: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14876: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14877: classes/op.C, classes/response.C, classes/string.C,
14878: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
14879: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
14880: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14881: include/pa_config_fixed.h, include/pa_config_includes.h,
14882: include/pa_dictionary.h, include/pa_dir.h,
14883: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14884: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
14885: include/pa_pool.h, include/pa_request.h,
14886: include/pa_request_charsets.h, include/pa_request_info.h,
14887: include/pa_sapi.h, include/pa_socks.h,
14888: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14889: include/pa_stack.h, include/pa_string.h,
14890: include/pa_stylesheet_connection.h,
14891: include/pa_stylesheet_manager.h, include/pa_table.h,
14892: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14893: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14894: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
14895: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
14896: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14897: main/compile.C, main/compile.tab.C, main/compile.y,
14898: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14899: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
14900: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
14901: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14902: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
14903: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
14904: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14905: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
14906: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
14907: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
14908: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
14909: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14910: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
14911: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
14912: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14913: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14914: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14915: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14916: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14917: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14918: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14919: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14920: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14921: types/pa_vresponse.h, types/pa_vstateless_class.C,
14922: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14923: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14924: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14925: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14926: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14927: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
14928:
14929: * ChangeLog, src/classes/classes.h, src/classes/op.C,
14930: src/include/pa_cache_managers.h, src/include/pa_charset.h,
14931: src/include/pa_charsets.h, src/include/pa_common.h,
14932: src/include/pa_dictionary.h, src/include/pa_exception.h,
14933: src/include/pa_exec.h, src/include/pa_pool.h,
14934: src/include/pa_request.h, src/include/pa_sapi.h,
14935: src/include/pa_sql_connection.h,
14936: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14937: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
14938: src/main/compile.tab.C, src/main/compile_tools.C,
14939: src/main/compile_tools.h, src/main/main.dsp,
14940: src/main/pa_charset.C, src/main/pa_charsets.C,
14941: src/main/pa_common.C, src/main/pa_dictionary.C,
14942: src/main/pa_exception.C, src/main/pa_exec.C,
14943: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14944: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
14945: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
14946: src/types/pa_vclass.h, src/types/pa_vcookie.C,
14947: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14948: src/types/pa_vdouble.h, src/types/pa_venv.h,
14949: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
14950: src/types/pa_vhash.h, src/types/pa_vimage.C,
14951: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
14952: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
14953: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14954: src/types/pa_vobject.C, src/types/pa_vobject.h,
14955: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14956: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14957: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14958: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
14959: src/types/pa_vstring.h, src/types/pa_vtable.h,
14960: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
14961: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
14962: died, long live StringPtr
14963:
14964: 2003-01-30 paf
14965:
14966: * src/: include/pa_charset.h, include/pa_request.h,
14967: include/pa_sql_driver_manager.h, main/compile.tab.C,
14968: main/compile.y, main/compile_tools.h, main/pa_request.C,
14969: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
14970:
14971: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
14972: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
14973: types/pa_vhash.h, types/pa_vmethod_frame.h,
14974: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
14975: types/types.dsp: vstateless_class compiled
14976:
14977: * src/main/compile.C: compile compiled
14978:
14979: * src/: include/pa_array.h, include/pa_operation.h,
14980: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
14981: main/pa_table.C: compile_tools compiled
14982:
14983: * src/: include/pa_operation.h, main/compile.y,
14984: main/compile_tools.C, main/compile_tools.h: started
14985: compile_tools. vagues ideas of how to free compiled code
14986:
14987: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
14988: main/main.dsp, types/pa_value.C, types/pa_value.h,
14989: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
14990: compiled
14991:
14992: 2003-01-29 paf
14993:
14994: * src/: include/pa_globals.h, include/pa_request.h,
14995: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
14996: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
14997: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
14998: compiled
14999:
15000: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
15001: now
15002:
15003: * src/: include/pa_array.h, include/pa_exception.h,
15004: include/pa_pool.h, main/pa_exception.C: gd compiled
15005:
15006: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
15007: compiled
15008:
15009: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
15010: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
15011: types/pa_vfile.h: vfile compiled
15012:
15013: * src/: include/pa_common.h, include/pa_globals.h,
15014: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
15015: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
15016: types/pa_vform.C, types/pa_vform.h: vcookie compiled
15017:
15018: * src/: include/pa_exception.h, main/pa_cache_managers.C,
15019: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
15020: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
15021: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15022: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
15023:
15024: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
15025: main/main.dsp, main/untaint.C: more compiled
15026:
15027: * src/: include/pa_charsets.h, include/pa_request.h,
15028: include/pa_request_info.h, include/pa_string.h,
15029: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
15030: types/pa_vresponse.h: vrequest compiled
15031:
15032: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
15033: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
15034: pa_vresponse.h, pa_wcontext.h: vrequest compiled
15035:
15036: * src/: classes/classes.h, include/pa_charset.h,
15037: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
15038: include/pa_request.h, include/pa_string.h, main/main.dsp,
15039: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
15040: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
15041: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
15042: types/pa_vrequest.C, types/pa_vrequest.h,
15043: types/pa_vstateless_class.h, types/pa_vstring.h,
15044: types/pa_vvoid.h: vrequest,vdouble,vint compiled
15045:
15046: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
15047: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15048: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
15049: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
15050: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15051: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
15052: types/pa_vobject.h, types/pa_vstateless_class.h,
15053: types/pa_vstateless_object.h, types/pa_vstatus.h,
15054: types/pa_vstring.h, types/types.dsp: vmath compiled
15055:
15056: 2003-01-28 paf
15057:
15058: * src/: classes/classes.h, classes/date.C, classes/file.C,
15059: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
15060: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
15061: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
15062: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
15063: compile_tools
15064:
15065: * src/: include/pa_charset.h, include/pa_exception.h,
15066: include/pa_request.h, include/pa_string.h, main/untaint.C:
15067: untaint compiled
15068:
15069: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
15070: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
15071: more compiled. struck with string::store_to needing to know
15072: source/client charsets
15073:
15074: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
15075: types/pa_vfile.h: uue compiled
15076:
15077: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
15078: table compiled
15079:
15080: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
15081: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
15082:
15083: * src/: include/pa_charset.h, main/pa_charset.C,
15084: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
15085: introduced]
15086:
15087: * src/: classes/date.C, include/pa_charset.h,
15088: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
15089: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
15090: pa_charsets compiled
15091:
15092: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
15093: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
15094:
15095: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
15096: common compiled
15097:
15098: * src/: include/pa_charsets.h, main/pa_charsets.C,
15099: main/pa_sql_driver_manager.C: pa_charsets compiled
15100:
15101: * src/: include/pa_array.h, include/pa_charset.h,
15102: include/pa_charsets.h, include/pa_pool.h,
15103: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15104: include/pa_stack.h, include/pa_string.h,
15105: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
15106: sql_driver_manager compiled
15107:
15108: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
15109: letter i with two dots added to koi, all ukranian letters added
15110: to win1251.
15111:
15112: typographic simbol 0xb9 deleted from win1251 [strange one & were
15113: abscent from koi]
15114:
15115: 2003-01-27 paf
15116:
15117: * src/: include/pa_exception.h, include/pa_sql_connection.h,
15118: include/pa_sql_driver_manager.h, include/pa_string.h,
15119: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
15120: sql/pa_sql_driver.h: paused on sql_manager
15121:
15122: * src/: include/pa_cache_managers.h, include/pa_pool.h,
15123: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15124: include/pa_stack.h, main/pa_sql_driver_manager.C,
15125: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
15126:
15127: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
15128: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15129: include/pa_table.h, main/pa_sql_driver_manager.C,
15130: main/pa_table.C: table compiled
15131:
15132: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
15133: cache_managers compiled
15134:
15135: * src/: include/pa_array.h, include/pa_charset.h,
15136: include/pa_pool.h, main/pa_charset.C: charset compiled
15137:
15138: * src/: include/pa_pool.h, main/pa_common.C: common compiled
15139:
15140: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
15141: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15142: main/pa_string.C, types/pa_value.C, types/pa_value.h,
15143: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
15144: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
15145:
15146: 2003-01-24 paf
15147:
15148: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
15149: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
15150: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15151: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
15152: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
15153: types/pa_vint.h, types/pa_vjunction.h,
15154: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15155: types/pa_vstatus.h, types/pa_vstring.h: more patched
15156:
15157: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
15158: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
15159: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
15160: main/pa_string.C, main/pa_table.C: string compiled
15161:
15162: * src/: include/pa_array.h, include/pa_common.h,
15163: include/pa_dictionary.h, include/pa_exception.h,
15164: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
15165: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
15166: main/pa_string.C: dictionary compiled
15167:
15168: 2003-01-23 paf
15169:
15170: * src/: include/pa_array.h, include/pa_common.h,
15171: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
15172: include/pa_request.h, include/pa_string.h, main/pa_common.C,
15173: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
15174: types/pa_value.h: resurrected pool in new sense: now it's
15175: factory, producing&accounting memory chunks for read[autofree]
15176: buffers
15177:
15178: * src/: include/pa_array.h, include/pa_exception.h,
15179: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
15180: main/pa_exception.C, main/pa_table.C: table compiled
15181:
15182: * src/: classes/image.C, classes/op.C, include/pa_array.h,
15183: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
15184: include/pa_pool.h, include/pa_pragma_pack_begin.h,
15185: include/pa_pragma_pack_end.h, include/pa_sapi.h,
15186: include/pa_string.h, include/pa_table.h, include/pa_types.h,
15187: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
15188: main/pa_table.C: aint that easy
15189:
15190: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
15191: main/main.dsp: continued with Hash
15192:
15193: * src/main/pa_common.C: connect_string allocated on heap[wes on
15194: stack] now. and exception can be reported OK now [can be reported
15195: outside of pro c with that stack]
15196:
15197: 2003-01-22 paf
15198:
15199: * src/: include/pa_array.h, include/pa_charset.h,
15200: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
15201: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
15202: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
15203: base: contains references_count. auto_ptr template calls
15204: add_ref/release
15205:
15206: 2003-01-21 paf
15207:
15208: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15209: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15210: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15211: classes/op.C, classes/response.C, classes/string.C,
15212: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15213: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15214: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15215: include/pa_config_fixed.h, include/pa_config_includes.h,
15216: include/pa_dictionary.h, include/pa_dir.h,
15217: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15218: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15219: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15220: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15221: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15222: include/pa_stack.h, include/pa_string.h,
15223: include/pa_stylesheet_connection.h,
15224: include/pa_stylesheet_manager.h, include/pa_table.h,
15225: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15226: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15227: lib/pcre/pcre_parser_ctype.c, main/compile.C,
15228: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15229: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
15230: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15231: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15232: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
15233: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15234: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15235: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
15236: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
15237: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
15238: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15239: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
15240: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
15241: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
15242: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
15243: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
15244: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15245: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
15246: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
15247: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15248: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15249: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15250: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15251: types/pa_vstateless_object.h, types/pa_vstatus.C,
15252: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
15253: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15254: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15255: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15256: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
15257: 2002->2003
15258:
15259: 2003-01-16 paf
15260:
15261: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
15262: src/main/pa_globals.C: http:// introducing $.any-status(1)
15263:
15264: * operators.txt, src/include/pa_config_fixed.h,
15265: src/main/pa_common.C: http request now return status. and not
15266: fail on status!=200
15267:
15268: 2003-01-15 paf
15269:
15270: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
15271:
15272: 2003-01-14 paf
15273:
15274: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
15275: mkinstalldirs: removed some ancient files [they in / really]
15276:
15277: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
15278: regretfully needed patch in two places. in config_fixed.h made
15279: stubs for lib to compile in MSVC
15280:
15281: 2003-01-13 paf
15282:
15283: * config.guess, config.sub, ltmain.sh: removed last piece of
15284: configure.in(libtool) hacks
15285:
1.116 moko 15286: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 15287: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
15288: ltdl.h: moved to latest libtool (1.4.3)
15289:
15290: 2003-01-10 paf
15291:
15292: * src/lib/ltdl/: configure, configure.in: PROG_NM
15293:
15294: * src/main/pa_globals.C: moved to latest xml lib versions, changed
15295: patches. libxml2 >= 2.5.1
15296: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
15297: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
15298: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15299:
15300: * INSTALL: moved to latest versions of xml libs libxml2 >=
15301: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
15302: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
15303: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15304:
15305: 2003-01-09 paf
15306:
15307: * INSTALL: xml,xslt,gdome lib urls updated
15308:
15309: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 15310: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 15311: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 15312: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
15313: 1.7.2
1.95 moko 15314:
15315: * depcomp: moving to automake 1.7.2
15316:
15317: 2002-12-27 paf
15318:
15319: * src/include/pa_version.h: 0007
15320:
15321: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
15322: outdated parts, made links to language docs
15323:
15324: * src/include/pa_config_auto.h.in: comment
15325:
15326: 2002-12-26 paf
15327:
15328: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
15329: not contain trailing / fixed.
15330:
15331: * INSTALL: changing SAFE_MODE politics
15332:
15333: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
15334:
15335: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
15336:
15337: 2002-12-25 paf
15338:
15339: * src/main/pa_globals.C: optimized-xml
15340:
15341: * src/main/pa_globals.C: optimized-as-is
15342:
15343: 2002-12-24 paf
15344:
15345: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
15346: fixed [were really called with zero size when .html?a=&b=]
15347:
15348: * src/classes/mail.C: $MAIL in @conf now invalid when configured
15349: with --with-sendmail
15350:
15351: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
15352: fixed]
15353:
15354: 2002-12-23 paf
15355:
15356: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
15357: ignoring parameters & were storing only string with default
15358: expires
15359:
15360: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
15361: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
15362: December 23, 2002 4:22 AM Subject: bug â
15363: Charset::transcode_buf2xchar
15364:
15365: 2002-12-20 paf
15366:
15367: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
15368: non-cgi [script] runs
15369:
15370: 2002-12-19 paf
15371:
15372: * INSTALL: --without-iconv recommended [it crashes on some systems
15373: [tested on elik]] moreover, it's not needed there [parser
15374: registers charsets itself]
15375:
15376: * INSTALL: --without-iconv recommended [it crashes on some systems
15377: [tested on elik]]
15378:
15379: * operators.txt, src/include/pa_globals.h,
15380: src/include/pa_request.h, src/main/pa_globals.C,
15381: src/main/pa_request.C: $response:download
15382:
15383: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
15384: compiler [win32]].
15385:
15386: 2002-12-18 paf
15387:
15388: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
15389:
15390: 2002-12-17 paf
15391:
15392: * src/targets/cgi/parser3.C: merged die&iis changes
15393:
15394: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
15395: to exit(1) 2. more flexible iilegal call check
15396:
15397: 2002-12-16 paf
15398:
15399: * ltmain.sh: some automakes silly insist on having this handy
15400:
15401: * src/main/untaint.C: filespec russian small 'r' changed to latin
15402: 'p' bug fix
15403:
15404: 2002-12-15 paf
15405:
15406: * src/main/untaint.C: filespec russian small 'r' changed to latin
15407: 'p'
15408:
15409: * configure.in, src/include/pa_config_auto.h.in,
15410: src/main/compile.C, src/main/pa_common.C: merged small changes
15411: from branch 6 to HEAD
15412:
15413: * src/main/compile.C: removed warning
15414:
15415: * src/main/pa_common.C: ftruncate having checked
15416:
15417: * configure.in, src/include/pa_version.h: new version
15418:
15419: 2002-12-14 paf
15420:
15421: * src/classes/table.C: removed unnecessary code
15422:
15423: * src/sql/pa_sql_driver.h: exception type fixed
15424:
15425: 2002-12-09 paf
15426:
15427: * src/types/pa_vvoid.h: $void.store[now] error
15428:
15429: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15430:
15431: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
15432: tries to write core dump
15433:
15434: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15435:
15436: * src/: classes/hash.C, classes/string.C, classes/table.C,
15437: classes/void.C, main/pa_sql_driver_manager.C,
15438: sql/pa_sql_driver.h: changed exception handling mech in sql
15439: handlers #2
15440:
15441: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
15442: exception handling mech in sql handlers
15443:
15444: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
15445: handlers
15446:
15447: * src/: classes/hash.C, classes/string.C, classes/table.C,
15448: classes/void.C, main/pa_sql_driver_manager.C,
15449: sql/pa_sql_driver.h: changed exception handling mech in sql
15450: handlers
15451:
1.116 moko 15452: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
15453: to write makefile which used libtool to install things, which is
15454: not needed
1.95 moko 15455:
15456: 2002-12-06 paf
15457:
15458: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
15459: $hash.fields -- pseudo field to make 'hash' more like 'table'
15460:
15461: 2002-12-05 paf
15462:
15463: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
15464: cc/bcc OK now
15465:
15466: * src/main/untaint.C: mail header closed properly
15467:
15468: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
15469: header ',' allowed. still bugs in smtp [only one receiptient
15470: works, cc, bcc ignored now, and MAILED ;)]
15471:
15472: [strncpy killed, memnchr used]
15473:
15474: * src/main/pa_table.C: table-copy now current=0
15475:
15476: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
15477: lowlevel proc
15478:
15479: * src/targets/cgi/parser3.C: more checks on
15480: http://domain/parser.cgi start [maybe some getenv returns "",
15481: checked that now
15482:
15483: * src/targets/cgi/parser3.C: more checks on
15484: http://domain/parser.cgi start [maybe some getenv returns "",
15485: checked that now
15486:
15487: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
15488: out-of-mem errors reached log]
15489:
15490: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
15491: mail:send MIME-Version default
15492:
15493: * src/main/main.dsp: pa_version included into main.dsp
15494:
15495: 2002-12-04 paf
15496:
15497: * src/types/pa_vform.C: $form:field string value cut by premature 0
15498:
15499: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
15500: lib/libltdl -> lib/ltdl Win32 changes. s
15501:
15502: * src/classes/classes.awk: more strict *.C$
15503:
15504: * gnu.dsp: restored
15505:
1.116 moko 15506: * configure.in, gnu.dsp, src/lib/Makefile.am,
15507: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
15508: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
15509: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
15510: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
15511: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
15512: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
15513: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
15514: now created with /configure, not ltdl/configure, so it does have
15515: no problems with automake. ltdl/configure
15516: AC_OUTPUT(Makefile<<removed)
1.95 moko 15517:
15518: 2002-12-02 paf
15519:
15520: * operators.txt: removed outdated status:db
15521:
15522: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
15523: src/main/pa_common.C, src/main/pa_request.C,
15524: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
15525: tainted parts becomes http-header
15526:
15527: 2002-11-29 paf
15528:
15529: * src/classes/date.C, src/classes/image.C, operators.txt: exif
15530: dates now objects of type date
15531:
15532: * src/classes/image.C: file.seek removed [it were used in image.C
15533: only, and for parser user this means that jpeg image has bad
15534: size in fragment's header] now used image.format
15535:
15536: * src/: include/pa_common.h, main/pa_common.C,
15537: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
15538: now handled exactly like $response:header values. e.g. can be
15539: hash [can have subattributes] & contain date values.
15540:
15541: * src/main/pa_common.C: http:// param values lang forced URI
15542:
15543: * src/main/pa_common.C: http:// tainted partes now %xx
15544:
15545: 2002-11-28 paf
15546:
15547: * operators.txt: http.timeout
15548:
15549: * src/classes/image.C: ^image.length now counts interchar space.
15550: plus space after last char
15551:
15552: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
15553:
15554: * src/classes/image.C: ^image.font width measurer now scans full
15555: height [were -1]
15556:
15557: * configure.in: stopped double libltdl/Makefile generation
15558:
15559: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
15560: chars [one top horizontal line of 1pixel height were missing]
15561:
15562: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
15563: 'false' to go into (Hash *) parameter
15564:
15565: 2002-11-27 paf
15566:
15567: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
15568: types/pa_vmail.C: response:body[file] if file nows it's name now
15569: returns content-disposition: >>attachment<<
15570:
15571: * src/classes/image.C: ^image.font << bad font file-size now
15572: properly reported
15573:
15574: 2002-11-26 paf
15575:
15576: * src/main/pa_request.C: fixed lang in reponse header
15577:
15578: * src/main/pa_common.C: utf8 prefix ignored @read text
15579:
15580: * operators.txt, src/main/pa_common.C: http:// response status!=200
15581: made exception: http.status with source=bad status#
15582:
15583: 2002-11-25 paf
15584:
15585: * configure.in, src/classes/image.C,
15586: src/include/pa_config_auto.h.in,
15587: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 15588: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
15589: const void related probs fixed
1.95 moko 15590:
15591: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
15592:
15593: $file[^file::load[http://there]] $file.SERVER
15594:
15595: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
15596: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
15597: http options [invalid onces now reported] made default
15598: user-agent: paf
15599:
15600: * operators.txt, src/classes/file.C, src/classes/table.C,
15601: src/classes/xdoc.C, src/include/pa_common.h,
15602: src/include/pa_globals.h, src/main/pa_common.C,
15603: src/main/pa_globals.C, src/main/pa_request.C,
15604: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
15605: now understand http:// prefix and additional params, sample:
15606: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
15607: $.USER-AGENT[parser3] ]]
15608:
15609: 2002-11-22 paf
15610:
15611: * src/classes/image.C, src/include/pa_globals.h,
15612: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
15613: src/types/pa_vimage.h, operators.txt: $image.exif support
15614: $image.exif.DateTime & co
15615:
15616: 2002-11-21 paf
15617:
15618: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
15619: _PASS_APPENDED)
15620:
15621: * src/classes/image.C: jpeg size measure fixed: were badly skipping
15622: EXIF information [were big block and it's size were considered
15623: negative :(]
15624:
15625: * operators.txt, src/classes/image.C, src/include/pa_common.h,
15626: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
15627: internals rewritten. no there's reader.seek, and all's ready for
15628: EXIF extraction [now we fail to measure files with EXIF info]
15629:
15630: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
15631: O_TRUNC truncates even exclusevely write-locked file [thanks to
15632: Igor Milyakov <virtan@rotabanner.com> for discovering]
15633:
15634: 2002-11-20 paf
15635:
15636: * src/targets/cgi/parser3.C: logging @signal += query_string
15637:
15638: * configure.in, src/include/pa_config_auto.h.in,
15639: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
15640: comment
15641:
15642: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
15643:
15644: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15645: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
15646: currently processed document SIGPIPE >> interrupts request
15647: processing [exception = DB rollback]
15648:
15649: * src/main/pa_exec.C: comment
15650:
15651: * src/main/pa_exec.C: pa_exec: data written only if size>0
15652:
15653: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
15654: << disable HTTP-POST repassing
15655:
15656: * src/: include/pa_config_fixed.h, main/pa_common.C,
15657: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
15658: pipe read errors now checked
15659:
15660: 2002-11-19 paf
15661:
15662: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
15663: CGI: Illegal call
15664:
15665: 2002-11-01 paf
15666:
15667: * src/main/execute.C: comment
15668:
15669: 2002-10-31 paf
15670:
15671: * src/main/execute.C: found out why, checked that for now. todo:
15672: find out a way for that user could do that
15673:
15674: * src/types/pa_vstateless_object.h: object put replaces static
15675: parent if any
15676:
15677: * src/types/pa_vobject.C: object put replaces static parent if any
15678:
15679: * src/: classes/form.C, classes/mail.C, classes/op.C,
15680: classes/xnode.h, main/compile.tab.C, main/execute.C,
15681: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
15682: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15683: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
15684: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15685: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
15686: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15687: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15688: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15689: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15690: types/pa_vstateless_object.h, types/pa_vstatus.C,
15691: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15692: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15693: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15694: types/pa_wwrapper.h: static fix merged
15695:
15696: * src/: main/compile.tab.C, types/pa_vobject.C: killed
15697: $virtual_fields in dynamic, but one can reach derived
15698: static[class] variable from base
15699:
15700: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
15701: types/pa_vobject.C, types/pa_vobject.h,
15702: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
15703: statics, left $virtual_fields in dynamic
15704:
15705: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
15706: one can't remember derivates in base class: there's so many of
15707: them. also there can be no virtual method calls in static
15708: classes
15709:
15710: * src/: classes/form.C, classes/mail.C, classes/op.C,
15711: classes/xnode.h, main/execute.C, main/pa_request.C,
15712: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
15713: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
15714: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
15715: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15716: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
15717: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
15718: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
15719: types/pa_vresponse.C, types/pa_vresponse.h,
15720: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15721: types/pa_vstateless_object.h, types/pa_vstatus.C,
15722: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15723: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15724: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15725: types/pa_wwrapper.h: static call $self fixed
15726:
15727: * src/main/execute.C: comment
15728:
15729: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
15730: ^process[$caller.self]{...} now compiles to last derived object
15731: part of that 'self'
15732:
15733: 2002-10-29 paf
15734:
15735: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
15736: re-passing [iis to blame]
15737:
15738: * src/classes/string.C: changed string.save to pass current sql
15739: connection to cstr thus one can ^connect[some server]{
15740: $s[insert into table x (x) values (^taint[sql]{value})]
15741: ^s.save[some.sql] } and he'd get in some.sql file code with
15742: properly escaped. [tried in mssql->mysql export->import of
15743: binary data]
15744:
15745: 2002-10-25 paf
15746:
15747: * src/types/pa_vresponse.C: case insensitive response user fields
15748: get/put
15749:
15750: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
15751: types/pa_vresponse.C: saving for maybe-future
15752:
15753: 2002-10-23 paf
15754:
15755: * operators.txt, src/classes/table.C: ^table.hash{code}...
15756: ^table.hash(expr)...
15757:
15758: * src/types/pa_vmail.C: email whitespace trimBoth-ed
15759:
15760: 2002-10-22 paf
15761:
15762: * src/types/: pa_vform.C, pa_vform.h: removed needless
15763: VForm::Append...(...Value)
15764:
15765: * src/main/execute.C: $.name outside of $name[...] checked
15766:
15767: * src/main/: compile.tab.C, compile.y: lexer changed to fix
15768: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
15769:
15770: 2002-10-21 paf
15771:
15772: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
15773: $form:qtail $form:imap.x/y
15774:
15775: * operators.txt, src/types/pa_vform.C: $form:nameless =
15776: "?value&...", "...&value&...", "...&value"
15777:
15778: * operators.txt, src/types/pa_vform.C: $form:image-map
15779:
15780: * operators.txt, src/classes/file.C: /some/page.html:
15781: ^file:fullpath[a.gif] => /some/a.gif
15782:
15783: 2002-10-17 paf
15784:
15785: * src/main/: compile.tab.C, compile.y: operators precedence changed
15786: a little: logical not and bitwise negation precedence made
15787: highest, << and >> bitshits precedence made equal [were << higher
15788: than >>]
15789:
15790: * src/classes/op.C: exception handling fixed [were bad with
15791: contexts]
15792:
15793: 2002-10-16 paf
15794:
15795: * src/: classes/op.C, include/pa_request.h, main/execute.C,
15796: main/pa_request.C: Request::self considered equal to
15797: VMethodFrame::self, and removed, Request::get_self() mapped to
15798: VMethodFrame.self()
15799:
15800: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
15801: $hash in open field now gives old good error meesage
15802:
15803: 2002-10-15 paf
15804:
15805: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
15806: use ^if($junction is junction){was and now true}
15807:
15808: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
15809: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
15810: types/pa_vxnode.C: xml->parser strings now have origin, which
15811: points to place where value left xml library and came to parser:
15812: place of dom field extraction/call
15813:
15814: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
15815: main/compile.tab.C, main/compile.y, main/execute.C,
15816: types/pa_vmethod_frame.h: removed last pieces of old code
15817: allowing $junction.xxx at compile time
15818:
15819: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
15820: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
15821: objects also considered [were only classes]
15822:
15823: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
15824: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
15825: with CLASS self. [ (request&method_frame).self temporarily
15826: changed ]
15827:
15828: * src/classes/: hash.C, op.C: method_frame now always changed, with
15829: no exception to native calls. for&foreach changed to use
15830: method_frame.caller for their var's name context
15831:
15832: * src/: main/execute.C, targets/cgi/parser3.C,
15833: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
15834: compiling to system classes disabled
15835:
15836: * operators.txt, src/classes/op.C:
15837: ^process[$caller.CLASS]{code-string} added
15838:
15839: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
15840: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
15841: src/types/Makefile.am, src/types/pa_vjunction.C,
15842: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
15843: src/types/types.dsp: removed $junction.get $junction.set[]
15844: introducing $caller
15845:
15846: * src/types/pa_value.h: removed outdated comments. doxygen would
15847: find them lower by inheritance tree
15848:
15849: * src/types/pa_vjunction.C: ident
15850:
15851: 2002-10-14 paf
15852:
15853: * src/classes/op.C: process compiles to code's class class
15854:
15855: * src/: classes/form.C, classes/mail.C, classes/op.C,
15856: include/pa_request.h, main/compile.C, main/compile.tab.C,
15857: main/compile.y, main/execute.C, main/pa_request.C,
15858: types/pa_vstateless_class.h: operators now main-class-methods
15859:
15860: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
15861: better stack trace [has "call" & co there]
15862:
15863: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15864: operators @auto now executed in MAIN context
15865:
15866: * src/main/execute.C: operator execution context now = MAIN, not
15867: closest stack frame
15868:
15869: @touchit[] $i[after]
15870:
15871: ----t.html $i[before] << local ^touchit[] $i << now 'before',
15872: were 'after'
15873:
15874: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
15875: 'after'
15876:
15877: * src/main/execute.C: comment
15878:
15879: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
15880: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
15881: action]
15882:
15883: * src/types/pa_vxnode.C: misreplace fixed
15884:
15885: * configure, configure.in, src/include/pa_config_auto.h.in,
15886: src/types/pa_vstatus.C, operators.txt:
15887: $status:rusage.tv_secs/usecs introduced
15888:
15889: 2002-10-09 paf
15890:
15891: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
15892: on empty string [or uses (default)]
15893:
15894: 2002-10-08 paf
15895:
15896: * src/main/untaint.C: mail header quoted printable changed after
15897: RFC reread
15898:
15899: * operators.txt: plan on ^if(method
15900:
15901: * src/types/pa_vxnode.C: misreplace
15902:
15903: 2002-09-24 paf
15904:
1.116 moko 15905: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 15906:
15907: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
15908: mailreceive would compile on freebsd now
15909:
15910: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
15911: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 15912: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
15913: mailreceive would compile on freebsd now
1.95 moko 15914:
15915: * src/: classes/file.C, main/untaint.C: 1. file spec language
15916: changed: now there are only few chars are untainted: * ? ' " < >
15917: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
15918: one should use ^untaint[uri]{...} now]
15919:
15920: 2. $list[^file:list[dir]] now returns simply tainted names in
15921: $list.name, not tainted as filespec
15922:
15923: @russianindex[] #dir with files with russian-lang names
15924: $where[dir]
15925:
15926: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
15927: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
15928:
15929: 2002-09-23 paf
15930:
15931: * src/types/pa_vdouble.h: double->int round added
15932:
15933: * src/classes/date.C: date bug fix, now
15934: round(floatDays*secondsPerDay)
15935:
15936: * src/classes/date.C: date bug fix, now
15937: round(floatDays*secondsPerDay)
15938:
15939: 2002-09-20 paf
15940:
15941: * src/main/execute.C: code junction calls disabled [before: code
15942: was compiled in such a way, that there were no code-junctions in
15943: OP_CALL]
15944:
15945: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
15946:
15947: @badjunctioncallinside[code] ^code[]
15948:
15949: * src/main/: compile.tab.C, compile.y: changed grammer on junction
15950: expanding to include ^junction.method
15951:
15952: * src/main/pa_common.C: -d "DIR/" now true
15953:
15954: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
15955: as internal xdoc encoding, and after decoding attributes set by
15956: dom functions now encoded OK, not as digital entities
15957:
15958: * src/classes/xdoc.C: empty transform result, being taken as file
15959: now returns empty file, not raises stupid error about "stat-ed
15960: file"
15961:
15962: * src/types/pa_vhash.h: hash.foreach modification of existing keys
15963: allowed
15964:
15965: * src/types/types.dsp: introducing $junction.get/put(1) one can
15966: write iterators now:
15967:
15968: ^user-foreach[key;value]{$key=$value<br>}
15969:
15970: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
15971: $code.value($i*2) $code }
15972:
15973: * src/main/compile_tools.h: mistype
15974:
1.116 moko 15975: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
15976: thus taking linking options configure changes into account [were:
15977: ignoring]
1.95 moko 15978:
15979: * src/types/: pa_vjunction.C, Makefile.am: introducing
15980: $junction.get/put(1) one can write iterators now:
15981:
15982: ^user-foreach[key;value]{$key=$value<br>}
15983:
15984: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
15985: $code.value($i*2) $code }
15986:
15987: * src/: include/pa_opcode.h, include/pa_request.h,
15988: main/compile.tab.C, main/compile.y, main/execute.C,
15989: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
15990: introducing $junction.get/put(1) one can write iterators now:
15991:
15992: ^user-foreach[key;value]{$key=$value<br>}
15993:
15994: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
15995: $code.value($i*2) $code }
15996:
15997: 2002-09-19 paf
15998:
1.116 moko 15999: * Makefile.am: new: make commit
1.95 moko 16000:
16001: * aclocal.m4: forced to be older
16002:
16003: 2002-09-18 paf
16004:
16005: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
16006: src/main/compile.y, src/main/execute.C: << >> int shifts
16007:
16008: * src/: include/pa_common.h, include/pa_request.h,
16009: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
16010: - now this - fatal error
16011:
16012: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
16013: that one can pass binary data there
16014:
16015: * src/: classes/date.C, classes/double.C, classes/file.C,
16016: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16017: classes/op.C, classes/response.C, classes/string.C,
16018: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16019: include/pa_request.h: pa_request contexts made privated, plus
16020: get_{self/method_frame} to read. Request_context_saver used in
16021: ^try to save flang too. [were not saved]
16022:
16023: * src/types/pa_vresponse.C: header value chains joined before
16024: output, this should help $.subject[$var $var] from being
16025: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
16026:
16027: 2002-09-17 paf
16028:
16029: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
16030: removed changes, operators executed with calling self. lots of
16031: code with ^include code relies on defined/defining self variables
16032:
16033: $a[1] ^include[print_a.p] print_a.p: $a
16034:
16035: ^include[set_a.p] a=$a set_a.p: $a[1]
16036:
16037: * src/: classes/op.C, main/execute.C, main/pa_request.C,
16038: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
16039: types/pa_vstateless_class.h: operators now executed with MAIN
16040: self. it's for ^include sake, too strong a change
16041:
16042: * src/classes/op.C: made place for ^process to compile it's code to
16043: in case of no self
16044:
16045: * src/main/execute.C: found ancient param to Junction, removed.
16046: allowed passing self to native_code_operators [for ^process to
16047: work, she needs self]
16048:
16049: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16050: types/pa_vstateless_class.h: found ancient param to Junction,
16051: removed. allowed passing self to native_code_operators [for
16052: ^process to work, she needs self]
16053:
16054: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
16055: types/pa_value.h, types/pa_vmethod_frame.h,
16056: types/pa_vstateless_class.h: allowed Request.self to be 0,
16057: checked that in VMethodFrame get/put and $self.
16058:
16059: * src/classes/: table.C, xdoc.C: table::sql options table::create
16060: copy options options checked, wrong option now fatal error
16061:
16062: * src/main/pa_string.C: string.replace fixed [were missing words on
16063: pieces boundaries]
16064:
16065: * bin/auto.p.dist.in: strange \n
16066:
16067: * configure, configure.in: .so now detected [can be .sl on hpux,
16068: .dll on cygwin, .so in other cases)
16069:
1.116 moko 16070: * configure, configure.in, bin/auto.p.dist.in: .so now detected
16071: [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95 moko 16072:
16073: * operators.txt, src/classes/hash.C, src/classes/table.C,
16074: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
16075: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
16076: record taken [were last]
16077:
16078: * src/: classes/hash.C, classes/table.C,
16079: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
16080: now errors
16081:
16082: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
16083:
16084: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
16085: ,2,3]
16086:
16087: 2002-09-16 paf
16088:
16089: * src/classes/file.C: file::cgi line ends can be both unix & dos.
16090: and they can be unix [\n\n] on win when 'use CGI' used, it causes
16091: stdout to be binary. now detected closest header break.
16092:
16093: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
16094: closed right
16095:
16096: 2002-09-13 paf
16097:
16098: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
16099: src/main/compile_tools.h: (expression #comment)
16100:
16101: (multiline expression #comment line2 #comment )
16102:
16103: (expression #comment with (brackets) comment) << OK
16104:
16105: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
16106: bitwise !|| numerical xor now [preparing for expression
16107: #comments]
16108:
16109: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
16110: error
16111:
16112: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
16113: cheched in pa_socks.C
16114:
1.116 moko 16115: * configure, configure.in, src/include/pa_config_auto.h.in:
16116: HAVE_WINSOCK_H created in configure.in
1.95 moko 16117:
16118: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
16119: cookie date now clean [were mistakenly tainted & that worked bad
16120: with opera -- 'happily' that worked OK with msie]
16121:
16122: 2002-09-12 paf
16123:
16124: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
16125: VClass get_element now first looks to fields, next to methods &
16126: co todo: the rest reason: more speed
16127:
16128: * src/main/untaint.C: quoted printable encoding stops before
16129: \s*<...>$
16130:
16131: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
16132: stops before <...>$
16133:
16134: 2002-09-11 paf
16135:
16136: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
16137: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
16138: forgot to check users of those funcs. not all were using that
16139: return value convention
16140:
16141: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
16142: windows-1254 added
16143:
16144: 2002-09-10 paf
16145:
16146: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
16147: VCodeFrame parent param were specified badly
16148:
16149: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
16150: WWrapper which used in constructing objects(second param to sql
16151: method) ^...sql{}[$.default{code}] now has parent, wich helps
16152: code in hash to survivi
16153:
16154: * src/: include/pa_request.h, main/execute.C: removed redundant
16155: param to execute [stack said 'thanks']
16156:
16157: * src/: classes/op.C, main/execute.C, types/pa_value.C,
16158: types/pa_value.h, types/pa_vcode_frame.h,
16159: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16160: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
16161: responsibility to wcontext
16162:
16163: * src/classes/file.C: decided not to log exec's with stderr, that
16164: could be warnings, and it's up to scritper to log/show them
16165:
16166: * src/: classes/double.C, main/execute.C: double:sql badly called
16167: write_assign_lang, not write_no_lang, thus doing unnecessary
16168: double/string converstion, which were loosing time&precesion
16169:
16170: * src/: main/pa_charset.C, types/pa_vmail.C:
16171: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
16172: case of unfinished in buffer processing, causing accidental
16173: transcode stop [in case that source enc != utf-8 & there is
16174: incomplete utf-8 sequence at the end of 16000block iside of
16175: libxml lib] tfm readed & code updated
16176:
16177: 2002-09-04 paf
16178:
16179: * configure: makes with sjlj
16180:
16181: * INSTALL, src/include/pa_config_fixed.h,
16182: src/include/pa_sql_connection.h,
16183: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
16184: checked. on win32 it made default
16185:
16186: * src/include/pa_config_auto.h.in: sjlj define
16187:
16188: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
16189: can not work with longjump/throw pair, and one must switch that
16190: on there. todo: detect that automatically]
16191:
16192: * src/types/pa_vxnode.C: removed too strong checks of
16193: xnode.elements. now, for instance, if element does not have any
16194: attributes, $xnode.attributes is void, not error
16195:
16196: 2002-09-02 paf
16197:
16198: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
16199: removed double_result, didn't help
16200:
16201: * src/main/execute.C: double_result made to move that var away from
16202: hungry g++ optimizer (-O2), before: it were optimized and
16203: comparison operators worked badly
16204:
16205: * src/types/pa_vdate.h: removed debug
16206:
1.116 moko 16207: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 16208:
16209: * src/main/execute.C: fixed numeric < & co so that thay now use
16210: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
16211: unknown reason.
16212:
16213: 2002-08-29 paf
16214:
16215: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
16216: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
16217: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
16218: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
16219: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
16220: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
16221: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
16222: [called less frequent, allowed to remove ugly
16223: Junction.change_context-s from many places, switch,
16224: mail:send..html{}, ..] request.root renamed to method_frame [more
16225: easyreading] ancient {...PUSH/POPs...} changed to stack vars
16226: [speed up]
16227:
16228: 2002-08-28 paf
16229:
16230: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
16231: tainted
16232:
16233: * src/types/pa_vcookie.C: fixed cookie delete when
16234: $cookie:name[$.value[]]
16235:
16236: * operators.txt, src/classes/string.C:
16237: ^string.split[delim[;options]]
16238:
16239: 2002-08-27 paf
16240:
1.116 moko 16241: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 16242:
16243: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
16244: delimiter
16245:
16246: * INSTALL: recommended latest gmime 1.0.5
16247:
16248: 2002-08-26 paf
16249:
16250: * configure, configure.in: apache13/hook added to make dist.
16251:
16252: 2002-08-23 paf
16253:
16254: * src/: include/pa_common.h, main/pa_common.C,
16255: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
16256: beside binary [cgi, isapi] not accessible [due to bad rights or
16257: whatever] it's error now
16258:
16259: 2002-08-21 paf
16260:
1.116 moko 16261: * Makefile.am: can use: make happy equals to make update install
1.95 moko 16262:
16263: * src/main/: compile.tab.C, compile.y, compile_tools.C,
16264: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
16265: class". compiled as if here they named base class
16266:
16267: * src/main/pa_string.C: fixed bad language bug, [were wrong string
16268: cloning constructor]
16269:
16270: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
16271:
16272: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
16273: src/types/pa_vfile.C, src/types/pa_vmail.C:
16274: $mail.received.file.value.content-type fixed
16275:
16276: 2002-08-20 paf
16277:
16278: * src/classes/file.C: fixed language of file:file result
16279:
16280: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
16281: from 3.0.0005
16282:
16283: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
16284:
16285: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
16286: 3.0.0005
16287:
16288: * src/classes/void.C, operators.txt: ^void.length[] = 0
16289:
16290: 2002-08-19 paf
16291:
16292: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
16293: work now
16294:
16295: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
16296: error in xnode, which were not catched in xdoc]
16297:
16298: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
16299: prepared: // validate each document after load/create (?)
16300: //xmlDoValidityCheckingDefaultValue = 1;
16301:
16302: 2002-08-15 paf
16303:
16304: * src/classes/classes.h: write to static var caused useless
16305: Exception, introduced Methoded::put_element wich consumes those
16306:
16307: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
16308: src/types/pa_vcookie.C, src/types/pa_vdate.h,
16309: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
16310: $response:field[date] $response:field[$.xxx[date]]
16311:
16312: * src/: classes/hash.C, classes/string.C, classes/table.C,
16313: classes/void.C, include/pa_sql_connection.h: fixed source of
16314: ^hash::sql{bad}
16315:
16316: * operators.txt: $request:body unprecessed POST request body
16317:
16318: * src/types/pa_vrequest.C: $request:body unprecessed POST request
16319:
16320: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
16321: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
16322:
16323: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
16324: src/include/pa_request.h, src/main/pa_pool.C,
16325: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
16326: $request:body r.post_data now const
16327:
16328: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
16329: classes/xnode.C, main/execute.C, types/pa_value.h,
16330: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
16331: types/pa_vtable.h: instead of type() checking everywhere used
16332: Value.as now user descendants can be used in params.
16333:
16334: VObject::as_*, is_defined now taken from bases. xtable(table)
16335: ^if($xtable) now OK
16336:
16337: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
16338: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
16339: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
16340:
16341: 2002-08-14 paf
16342:
16343: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
16344: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16345: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16346: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16347: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16348: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16349: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16350: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16351: types/pa_vresponse.C, types/pa_vresponse.h,
16352: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16353: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16354: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16355: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16356: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
16357: & VClass
16358:
16359: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
16360:
16361: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
16362: removed fixopt stupidity. on stupid linux use cd /document/root
16363: ../cgi/parser3 script
16364:
16365: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
16366: params, splitting them by space, excluding argv[0], argv[argc-1]
16367:
16368: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
16369: fixopt.h: fixopt now preprocesses command line params, splitting
16370: them by space, excluding argv[0], argv[argc-1]
16371:
16372: * src/targets/cgi/parser3.C: -f config file
16373:
16374: * src/targets/cgi/parser3.C: fixed .log file dir
16375:
16376: 2002-08-13 paf
16377:
16378: * src/types/pa_vobject.C: allow override parent variables, useful
16379: for form descendants [in vobject too, were in vclass]
16380:
16381: * src/types/pa_vclass.C: allow override parent variables, useful
16382: for form descendants
16383:
16384: * src/types/pa_vclass.C: checked: form[vclass]fields can be
16385: overwritten in derived(table)
16386:
16387: * src/: classes/form.C, classes/mail.C, classes/op.C,
16388: classes/xnode.h, include/pa_request.h, main/execute.C,
16389: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16390: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16391: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16392: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16393: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16394: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16395: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16396: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16397: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16398: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16399: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16400: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16401: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
16402: Value::get_element(..., bool looking_down) [needed to exclude
16403: endless recoursion]
16404:
16405: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
16406: fix bug with put endless recoursion todo: check 'as'
16407:
16408: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
16409: reorganized modules todo: fix bug with put endless recoursion
16410: todo: check 'as'
16411:
16412: * src/types/pa_vobject.h: checked: table fields can be overwritten
16413: in derived(table)
16414:
16415: * src/types/pa_vobject.h: derived classes can have fields of their
16416: own now
16417:
16418: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
16419: fixed error message on using non-created table
16420:
16421: * src/: classes/form.C, classes/hash.C, classes/mail.C,
16422: classes/op.C, classes/xnode.h, include/pa_request.h,
16423: main/compile.C, main/compile.tab.C, main/execute.C,
16424: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16425: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16426: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16427: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16428: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
16429: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16430: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16431: types/pa_vresponse.C, types/pa_vresponse.h,
16432: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16433: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16434: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16435: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16436: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
16437: looking down/up tree todo: fix error message on non-constructed
16438: parents
16439:
16440: 2002-08-12 paf
16441:
16442: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
16443: derived OK
16444:
16445: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
16446: thorough testing
16447:
16448: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
16449: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16450: types/pa_vobject.h, types/pa_vstateless_class.h,
16451: types/pa_vstateless_object.h, types/pa_wcontext.h,
16452: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
16453: ^base:create[] dynamic call rewritten todo: thorough testing
16454:
16455: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
16456: now instantates base class, remembers it and saves child in
16457: parent VObject.get_class now returns last child = downward
16458: virtual calls OK
16459:
16460: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16461: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16462: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
16463: types/pa_vobject.h, types/pa_vresponse.h,
16464: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16465: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
16466: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
16467: VAliased [redundant], moved $CLASS to VObject only [parser class
16468: instance]
16469:
16470: * bin/auto.p.dist.in: more like in dist on parser.ru
16471:
16472: * bin/auto.p.dist.in: fixed sendmail default comment
16473:
16474: * src/main/pa_request.C: $response:body[file] content-type check
16475: fixed [were bad when content-type is hash]
16476:
16477: 2002-08-09 paf
16478:
16479: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16480: types/pa_vobject.h, types/pa_vxdoc.h: started as()
16481:
16482: 2002-08-08 paf
16483:
16484: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
16485: src/main/pa_globals.C: year column in month calendar [week year]
16486:
16487: * src/main/execute.C: error reporting on object writes to MAIN
16488: improved [were ruind with fixing $obj[^if(1){$obj}] ]
16489:
16490: * operators.txt, src/types/pa_vdate.h: $date.yearday
16491: $date.daylightsaving
16492:
16493: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
16494: use tainted data now. only she must specify the language.
16495:
16496: ^mail:send[ $.from[paf@mail.design.ru]
16497: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
16498: $.text[^taint[uri][ìîñêâà]=] ]
16499:
16500: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
16501: now prints more precise origin
16502:
16503: * src/include/pa_string.h: String::first_char now not fails on
16504: empty strings ^if(-f '') now ok and in 3 other places.
16505:
16506: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
16507: String::first_char now not fails on empty strings ^if(-f '') now
16508: ok and in 3 other places.
16509:
16510: 2002-08-07 paf
16511:
16512: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
16513: fixed
16514:
16515: * src/main/pa_string.C: ^string.mid(0;bad) fixed
16516:
16517: * src/: main/execute.C, types/pa_vcode_frame.h,
16518: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16519: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
16520: mistakenly not completely transparent to object writes.
16521: $hash[^if(1){$hash}] now works
16522:
16523: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
16524: now erasing cache file [there were bad check on that]
16525:
16526: * src/: classes/classes.dsp, classes/table.C,
16527: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
16528: all Debug dirs in .dsp now named 'Debug'
16529:
1.116 moko 16530: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 16531:
16532: * operators.txt, src/classes/mail.C: exception_type email.send
16533:
16534: * operators.txt, src/types/pa_vmail.C: exception_type email.format
16535:
16536: * src/types/pa_vmail.C: mail:send empty email checked
16537:
16538: 2002-08-06 paf
16539:
16540: * operators.txt, src/classes/table.C, src/include/pa_array.h,
16541: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
16542: ^table::create[$source;$.options] ^table::join[$source;$.options]
16543:
16544: * operators.txt, src/classes/hash.C, src/classes/string.C,
16545: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
16546: # $.default() }
16547:
16548: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
16549:
16550: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16551: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
16552: $file.content-type [instead of .mime-type] now works for
16553: file::stat also
16554:
16555: * src/main/pa_request.C: case insensitive mime_type_of
16556:
16557: * bin/auto.p.dist.in: jpeg
16558:
16559: 2002-08-05 paf
16560:
16561: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
16562:
16563: * src/types/pa_vmail.C: file buffer relocated to parser heap
16564:
16565: * operators.txt: comment on date:calendar week column
16566:
16567: * src/main/pa_common.C: write checked
16568:
16569: * src/main/: pa_common.C: write checked
16570:
16571: * src/classes/date.C: +1 buf size for stupid snprintfs
16572:
16573: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
16574: month calendar week column [ISO 8601 Week Numbers]
16575:
16576: 2002-08-02 paf
16577:
16578: * src/: include/pa_config_fixed.h, main/pa_string.C,
16579: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
16580: DEBUG*
16581:
16582: * configure, configure.in, src/include/pa_version.h: release
16583: 3_0_0005
16584:
16585: * bin/auto.p.dist.in: unhandled_exception comments
16586:
16587: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
16588: multipart post fixed
16589:
16590: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
16591: response transcoded source->client only when text/* or simple
16592: onoverridden $response:body
16593:
16594: 2002-08-01 paf
16595:
16596: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16597: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16598: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16599: classes/op.C, classes/response.C, classes/string.C,
16600: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16601: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16602: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16603: include/pa_config_fixed.h, include/pa_dictionary.h,
16604: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
16605: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
16606: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
16607: include/pa_socks.h, include/pa_sql_connection.h,
16608: include/pa_sql_driver_manager.h, include/pa_stack.h,
16609: include/pa_string.h, include/pa_stylesheet_connection.h,
16610: include/pa_stylesheet_manager.h, include/pa_table.h,
16611: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16612: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16613: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
16614: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16615: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16616: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16617: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16618: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16619: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16620: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16621: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16622: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16623: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16624: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16625: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16626: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
16627: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
16628: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16629: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
16630: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16631: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
16632: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16633: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
16634: types/pa_vmethod_frame.h, types/pa_vobject.h,
16635: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16636: types/pa_vresponse.h, types/pa_vstateless_class.C,
16637: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16638: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16639: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16640: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16641: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 16642: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 16643:
16644: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
16645: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16646: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16647: classes/math.C, classes/op.C, classes/response.C,
16648: classes/string.C, classes/table.C, classes/void.C,
16649: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16650: include/pa_array.h, include/pa_cache_managers.h,
16651: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16652: include/pa_config_fixed.h, include/pa_config_includes.h,
16653: include/pa_dictionary.h, include/pa_dir.h,
16654: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16655: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16656: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16657: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16658: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16659: include/pa_stack.h, include/pa_string.h,
16660: include/pa_stylesheet_connection.h,
16661: include/pa_stylesheet_manager.h, include/pa_table.h,
16662: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16663: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
16664: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16665: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
16666: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16667: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
16668: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
16669: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
16670: main/pa_sql_driver_manager.C, main/pa_string.C,
16671: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16672: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16673: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16674: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
16675: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16676: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
16677: targets/isapi/pool_storage.h, types/pa_valiased.C,
16678: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
16679: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
16680: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16681: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16682: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16683: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16684: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16685: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16686: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16687: types/pa_vresponse.C, types/pa_vresponse.h,
16688: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16689: types/pa_vstateless_object.h, types/pa_vstatus.C,
16690: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16691: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16692: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16693: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16694: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
16695: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
16696: types/Makefile.am: ident.C* removed
16697:
16698: * operators.txt, src/classes/file.C, src/main/pa_request.C:
16699: file:find[/can/do/this/now.txt]
16700:
16701: * src/targets/cgi/parser3.C: usage to stdout now
16702:
16703: 2002-07-31 paf
16704:
16705: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
16706:
16707: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
16708: default "postmaster"
16709:
16710: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
16711: -f postmaster now default sendmail key word "postmaster"
16712: replaced to $.from
16713:
16714: 2002-07-30 paf
16715:
1.116 moko 16716: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
16717: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 16718:
16719: * src/main/pa_charset.C: comment
16720:
16721: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
16722: table, &#decimal;
16723:
16724: * src/main/pa_request.C: comment
16725:
16726: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
16727: paragraf]
16728:
16729: 2002-07-11 paf
16730:
16731: * src/main/pa_exec.C: build command line badly added params twice
16732: [and first time without ' ']. double wrong. fixed.
16733:
16734: * src/main/pa_exec.C: invalid .exe caused error message with params
16735: wich parser did not provide = reported badly. fixed that.
16736:
16737: * src/classes/mail.C: $MAIL[ # xxx ]
16738:
16739: now ok
16740:
16741: * operators.txt: plan: sql detailed exception
16742:
16743: 2002-07-01 paf
16744:
16745: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
16746: [MForm.configure_admin were called when request.main_class ==0
16747:
16748: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
16749:
16750: * src/classes/form.C: content_length type fix
16751:
16752: 2002-06-30 paf
16753:
16754: * src/classes/mail.C: merged from 4
16755:
16756: * src/classes/mail.C: restored $MAIL
16757:
16758: 2002-06-28 paf
16759:
16760: * configure, configure.in: removed paths.h
16761:
1.116 moko 16762: * configure, src/include/pa_version.h,
1.95 moko 16763: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
16764: merged, makes updated
16765:
16766: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
16767: src/include/pa_charset.h, src/include/pa_config_fixed.h,
16768: src/include/pa_pool.h, src/include/pa_version.h,
16769: src/main/pa_charset.C, src/main/pa_pool.C,
16770: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
16771: src/types/pa_vmail.C: merged latest updates to head
16772:
16773: 2002-06-27 paf
16774:
16775: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
16776: not error now
16777:
16778: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
16779: src/include/pa_config_fixed.h, src/include/pa_pool.h,
16780: src/main/pa_charset.C, src/main/pa_pool.C:
16781: ^xdoc::create[[uri]]... base uri for document being created,
16782: imports and other relative file names would be relative to this
16783: uri default uri=path_translated
16784:
16785: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
16786:
16787: 2002-06-26 paf
16788:
16789: * configure, configure.in, src/include/pa_version.h:
16790: release_3_0_0004
16791:
16792: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
16793: 0 now
16794:
16795: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
16796:
16797: 2002-06-25 paf
16798:
16799: * src/main/pa_string.C: emtpy string, or string of whitespaces
16800: considered bad number now
16801:
16802: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
16803: now
16804:
16805: * operators.txt, src/classes/string.C: ^string.normalize [old
16806: name: optimize
16807:
16808: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
16809: library configured
16810:
16811: * src/main/pa_request.C: configure_admin forced if no @conf
16812:
16813: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
16814: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
16815: when needed and to call system crypt() if not $apr1$ prefix
16816:
16817: 2002-06-24 paf
16818:
16819: * INSTALL: --with-static/shared-mailreceive described
16820:
16821: * src/include/pa_config_fixed.h: ssize_t fixed
16822:
1.116 moko 16823: * configure, configure.in, src/include/pa_config_auto.h.in,
16824: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 16825: src/types/pa_vmail.C: $mail:received makes update
16826:
16827: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
16828: WITH_MAILRECEIVE
16829:
16830: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
16831:
16832: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
16833: option, for $mail:receive
16834:
16835: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
16836: introducting $message:received ^mail:send rewritten with backward
16837: comp
16838:
16839: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
16840: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16841: types/types.dsp: win32xml win32mailreceive pseudomodules paths
16842: now
16843:
16844: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
16845: src/include/pa_charset.h, src/include/pa_config_fixed.h,
16846: src/include/pa_request.h, src/include/pa_string.h,
16847: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
16848: src/main/pa_globals.C, src/main/pa_request.C,
16849: src/main/pa_string.C, src/main/pa_uue.C,
16850: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
16851: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
16852: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
16853: uue to separate file introducting $message:received ^mail:send
16854: rewritten with backward comp
16855:
16856: 2002-06-21 paf
16857:
1.116 moko 16858: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
16859: co changes
1.95 moko 16860:
1.116 moko 16861: * configure, configure.in, src/lib/md5/Makefile.am,
16862: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
16863: restructure .in and .am files appropriate changes
1.95 moko 16864:
16865: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
16866: pcre to libs/ added libs/md5 which is linked to non-apache
16867: targets ^math:crypt[password;$apr1$salt]
16868:
16869: * INSTALL, configure.in, operators.txt, parser3.dsw,
16870: src/Makefile.am, src/classes/Makefile.am,
16871: src/classes/classes.dsp, src/classes/math.C,
16872: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 16873: src/lib/pcre/Makefile.am, src/lib/pcre/README,
16874: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
16875: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
16876: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
16877: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
16878: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
16879: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
16880: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 16881: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
16882: src/lib/pcre/pcre_parser_ctype.dsp,
16883: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
16884: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
16885: src/main/compile.tab.C, src/main/main.dsp,
16886: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
16887: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
16888: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
16889: to libs/ added libs/md5 which is linked to non-apache targets
16890: ^math:crypt[password;$apr1$salt]
16891:
16892: 2002-06-20 paf
16893:
16894: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.116 moko 16895: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
16896: src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 16897: src/include/pa_request.h, src/main/execute.C,
16898: src/main/pa_request.C, src/targets/cgi/parser3.C,
16899: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
16900: marged latest HEAD updates, mainly file:justname&co &
16901: @auto/conf[filespec
16902:
16903: * operators.txt, src/classes/file.C:
16904: !^file:dirname[/a/some.tar.gz]=/a
16905: !^file:dirname[/a/b/]=/a
16906: !^file:basename[/a/some.tar.gz]=some.tar.gz
16907: !^file:justname[/a/some.tar.gz]=some.tar
16908: !^file:justext[/a/some.tar.gz]=gz
16909:
16910: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16911: main/pa_request.C, types/pa_vmethod_frame.h: introducing
16912: @conf/auto[filespec]
16913:
16914: * bin/auto.p.dist.in: <noindex>
16915:
1.116 moko 16916: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 16917:
16918: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
16919: bin/auto.p.dist.in, src/doc/doxygen.cfg,
16920: src/include/pa_globals.h, src/targets/cgi/parser3.C,
16921: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
16922:
16923: 2002-06-18 paf
16924:
16925: * configure, configure.in, src/include/pa_version.h: version to
16926: configure.in
16927:
16928: * INSTALL: reflected .conf.dist dir change
16929:
1.116 moko 16930: * Makefile.am, configure, configure.in, bin/Makefile.am,
16931: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 16932: .in & *.am updated
16933:
16934: * src/classes/file.C: strncasecmp
16935:
16936: * src/classes/file.C: strcasecmp
16937:
1.116 moko 16938: * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
16939: from etc
1.95 moko 16940:
16941: * src/classes/file.C: ^file::exec[script;$.bad error case
16942: insensitive check now
16943:
16944: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
16945:
16946: * configure, configure.in, src/include/pa_pool.h,
16947: src/include/pa_types.h: pack configure.in detection simplified.
16948: figured out that gcc on sparc not that stupid as thought
16949: previously: on sparc: when it sees packed class it modifies it's
16950: field-access-code to byte operations [stb, ldub] instead of 4byte
16951: operations [st, lduh] so packed must be all parts of packed
16952: class, i.e. it's parents&fields(classes). for now it's only
16953: String that packed and what was wrong is that it's parent -
16954: Pooled, were not packed. fixed that.
16955:
16956: 2002-06-14 paf
16957:
16958: * operators.txt: more precise xml-to-text options
16959:
16960: * operators.txt, src/types/pa_vxnode.C: xnode
16961: attribute_node.name/value xnode pi.node.data
16962:
16963: 2002-06-12 paf
16964:
1.116 moko 16965: * configure, configure.in, src/targets/cgi/Makefile.am,
16966: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 16967:
16968: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
16969: src/include/pa_globals.h, src/include/pa_request.h,
16970: src/main/compile.tab.C, src/main/pa_globals.C,
16971: src/main/pa_request.C, src/targets/cgi/parser3.C,
16972: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
16973:
16974: * src/classes/mail.C: sendmail -ti [default now]
16975:
16976: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
16977: to be strings. for convinient #ing
16978:
16979: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
16980: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
16981:
16982: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
16983: main/pa_globals.C, main/pa_request.C: @conf
16984:
16985: 2002-06-11 paf
16986:
16987: * src/classes/file.C: check simplified
16988:
16989: * src/: classes/file.C, targets/cgi/parser3.dsp,
16990: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
16991: valid prefix
16992:
16993: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
16994: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
16995: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
16996:
16997: 2002-06-10 paf
16998:
16999: * operators.txt, src/classes/op.C, src/include/pa_common.h,
17000: src/main/pa_common.C: lock failures reported now
17001:
17002: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
17003: string->double @ compile time were not-enough-checking...
17004:
17005: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
17006: autoconvert now ignored
17007:
17008: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
17009: check
17010:
17011: * src/classes/mail.C: mail netscape attachment name fixed. todo:
17012: $response:body content-type:name
17013:
17014: * configure, configure.in: hpux check, nsl link, no socket
17015:
17016: * operators.txt: old merge conflict removed
17017:
17018: * configure, configure.in: pack even address access on sparc&co
17019: arch checked in configure
17020:
17021: * configure, src/include/pa_version.h: makes
17022:
17023: * configure, configure.in, src/include/pa_version.h: makes
17024:
17025: * src/main/untaint.C: (bug#2) mail subject got always prepended
17026: with charset even when all letters were 7bit one
17027:
17028: * src/main/pa_common.C: merged fixed -d (bug)
17029:
17030: * src/main/pa_common.C: fixed -d (bug)
17031:
17032: 2002-06-03 paf
17033:
17034: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
17035: src/classes/classes.dsp, src/main/compile.tab.C,
17036: src/main/main.dsp, src/main/pa_globals.C,
17037: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
17038: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
17039: .dsp-s along with reorganized cvs modules dirs structure
17040:
17041: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17042: main/pa_globals.C, targets/cgi/parser3.dsp,
17043: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
17044: modules
17045:
17046: 2002-05-28 paf
17047:
17048: * src/targets/cgi/parser3.C: info.uri now ""
17049:
17050: 2002-05-17 paf
17051:
17052: * src/classes/: table.C: ^table.save << checked empty
17053: pre/match/post columns
17054:
17055: 2002-05-16 paf
17056:
17057: * src/classes/image.C: image::measure can png now
17058:
17059: 2002-05-15 paf
17060:
17061: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
17062: added
17063:
17064: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
17065:
17066: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
17067: %H[:%M[:%S]]]]]] [-%m now
17068:
17069: 2002-05-14 paf
17070:
17071: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
17072:
17073: 2002-05-07 paf
17074:
17075: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
17076: src/include/pa_globals.h, src/include/pa_request.h,
17077: src/include/pa_table.h, src/main/compile.tab.C,
17078: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
17079: src/main/pa_request.C, src/main/pa_table.C,
17080: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
17081: src/targets/isapi/parser3isapi.dsp,
17082: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
17083: name2number field now &. main_method_name now on Request pool
17084: rather on global_pool [Junction+VJunction created on same pool as
17085: name = were created on global pool, causing mem leaks]
17086:
17087: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
17088: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
17089: main/compile.y, main/main.dsp, main/pa_globals.C,
17090: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
17091: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17092: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
17093: field now &. main_method_name now on Request pool rather on
17094: global_pool [Junction+VJunction created on same pool as name =
17095: were created on global pool, causing mem leaks]
17096:
17097: 2002-05-06 paf
17098:
17099: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17100: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17101: 100*40 bytes per request memory leak [nonpool malloc in globals]
17102:
17103: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17104: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17105: 100*40 bytes per request memory leak [nonpool malloc in globals]
17106:
17107: 2002-04-30 paf
17108:
17109: * configure, src/include/pa_version.h: version now not b
17110:
17111: * src/targets/cgi/parser3.C: request.uri now never 0
17112:
17113: 2002-04-29 paf
17114:
17115: * configure.in: removed b
17116:
17117: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
17118: Exception::comment/type checked in (), no there's no empty
17119: type/comment by default
17120:
17121: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
17122: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
17123: src/doc/value.dox, src/include/pa_exception.h,
17124: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
17125: 0001
17126:
17127: 2002-04-26 paf
17128:
17129: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
17130: size reduced
17131:
17132: 2002-04-25 paf
17133:
17134: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
17135: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
17136: now that took into account
17137:
17138: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
17139: 01:03:04]
17140:
17141: * ChangeLog, operators.txt, src/classes/date.C:
17142: ^date::create[2002-12-33 01:03:04]
17143:
17144: * ChangeLog: updated changelog
17145:
17146: * src/classes/table.C: removed restriction on column count to
17147: ^table.hash to work, now must be >0 [were >1]
17148:
17149: 2002-04-24 paf
17150:
17151: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17152: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17153: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
17154: targets
17155:
17156: 2002-04-23 paf
17157:
17158: * operators.txt, src/classes/string.C:
17159: int/double/string:sql{}[$.default{code}] fixed [were barking:
17160: "junction used outside of context"]
17161:
17162: 2002-04-22 paf
17163:
17164: * types.txt, src/classes/string.C, src/include/pa_string.h,
17165: src/main/pa_string.C, src/types/pa_vstring.C,
17166: src/types/pa_vstring.h: ^string.optimize[]
17167:
17168: * src/: include/pa_globals.h, include/pa_table.h,
17169: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
17170: table template
17171:
17172: * src/classes/: string.C: optimize removed from string
17173: .left/right/pos
17174:
17175: * src/main/execute.C: rolled back to
17176: before_killing_userjunction_contexts
17177:
17178: * src/main/execute.C: user junctions context killed
17179:
17180: * src/main/execute.C: junctions to local contexts got
17181: cleanized&checked later
17182:
17183: 2002-04-19 paf
17184:
17185: * src/: classes/string.C, include/pa_request.h,
17186: include/pa_string.h, main/pa_request.C, main/pa_string.C,
17187: types/pa_vstring.C, types/pa_vstring.h: string now optimized
17188: prior to .left .right .mid .pos .match when that is profitable,
17189: and always before .replace when $ORIGINS(1) optimization disabled
17190: economy from not wasting mem on lots of strings which occur by
17191: lots of String:mid calls to get parts of source string between
17192: found_occurances
17193:
17194: * src/classes/file.C: ovector now local economy: 16 bytes per
17195: ^file:list
17196:
17197: * src/: include/pa_globals.h, include/pa_table.h,
17198: main/pa_globals.C, main/pa_string.C: String::match table columns
17199: globalized, not created @ each ^match anymore economy:
17200: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
17201:
17202: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
17203: removed from each String::match replace iteration, and made
17204: stacked sizeof(VTable)=12bytes economy on each replace code
17205:
17206: * src/doc/footer.htm: 2001,
17207:
17208: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
17209: string.match[]['] option enables generation of $match.prematch
17210: .match .postmatch columns
17211:
17212: * src/main/pa_string.C: String::match options analized without
17213: cstr-ing them now
17214:
17215: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
17216: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
17217: config updated to doxygen 1.2.15, created helper which fixes
17218: minor bugs in chm project files & htm tree. changed extension to
17219: .htm
17220:
17221: 2002-04-18 paf
17222:
17223: * src/doc/doxygen.cfg: .chi generation disabled
17224:
17225: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
17226: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
17227: fields&methods
17228:
17229: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
17230: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
17231: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
17232: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
17233: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
17234: types/pa_vresponse.h, types/pa_vstateless_class.h,
17235: types/pa_vstateless_object.h, types/pa_vstatus.h,
17236: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
17237: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
17238: VStateless_class to VObject
17239:
17240: * src/: main/pa_request.C, types/pa_valiased.h,
17241: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17242: types/pa_vstring.h: VStateless_string_object speicalized light
17243: version of VStateless_object
17244:
17245: * src/classes/op.C: ^throw comment param made optional
17246:
17247: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
17248: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
17249: and implemented down in VClass, fclass_alias removed,
17250:
17251: * src/types/pa_value.C: forced to cut that from .h because of
17252: VStateless_class usage [undefined in .h]
17253:
17254: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17255: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17256: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
17257: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
17258: on each CALL]
17259:
17260: * src/: classes/classes.h, classes/date.C, classes/double.C,
17261: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
17262: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
17263: classes/response.C, classes/string.C, classes/table.C,
17264: classes/void.C, classes/xnode.C, include/pa_globals.h,
17265: include/pa_request.h, main/execute.C, main/pa_globals.C,
17266: main/pa_request.C, types/Makefile.am, types/pa_value.h,
17267: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
17268: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17269: types/pa_vstateless_class.h, types/pa_wcontext.C,
17270: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
17271: removed Value::fname
17272:
17273: 2002-04-17 paf
17274:
17275: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
17276: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
17277: doc/pooled.dox, doc/string.dox, doc/targets.dox,
17278: include/pa_pool.h, include/pa_types.h: dox updated to current
17279: state, PTHROW freshen to throw & co
17280:
17281: * src/types/pa_vhash.h: vstring wrong parent fixed
17282:
17283: * src/classes/op.C: taint local result var bug fixed
17284:
17285: 2002-04-16 paf
17286:
17287: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
17288: Attic asm.txt as most interesting
17289:
17290: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
17291: check, preventing content-length: 0 from appearing
17292:
17293: * src/main/execute.C: $result in @main now taken into account as in
17294: usual functions
17295:
17296: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
17297: & @unhandled_exception now taken into account as in usual
17298: functions
17299:
17300: * src/doc/postbuild.txt: instructions on post .html build
17301:
17302: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
17303:
17304: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
17305: tainted
17306:
17307: * src/main/pa_request.C: uri in error log
17308:
17309: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
17310: cheched date:create(days) param for validity [later were assumed
17311: valid and crashed on invalid onces]
17312:
17313: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17314: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
17315: and used that for removing VString wrapper
17316:
17317: * src/classes/op.C: exception2vhash file now tainted
17318:
17319: * src/classes/op.C: _process pseudo origin copied from local var to
17320: heap
17321:
17322: * src/classes/op.C: extra check on empty file in origin in _execute
17323:
17324: 2002-04-15 paf
17325:
17326: * src/: main/execute.C, types/pa_value.h: fixed name update
17327:
17328: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
17329: functions
17330:
17331: * src/: classes/file.C, classes/hash.C, classes/op.C,
17332: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
17333: started dual write_xxx_lang functions, if checked & works
17334:
17335: * src/: classes/date.C, classes/file.C, classes/mail.C,
17336: classes/string.C, classes/xnode.C, include/pa_request.h,
17337: types/pa_value.h, types/pa_wcontext.h: removed absolutely
17338: unnecessary VString shells
17339:
17340: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
17341: prev changes]
17342:
17343: * src/: classes/image.C, classes/op.C, classes/string.C,
17344: classes/table.C, include/pa_request.h, main/execute.C,
17345: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
17346: StringOrValue wcontext result, now ready for dual writes
17347:
17348: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
17349: checked that
17350:
17351: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17352: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
17353: changed to OP_WRITE_VALUE in var get cases
17354:
17355: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
17356: include/pa_request.h, main/compile.tab.C, main/compile.y,
17357: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17358: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
17359: switch in hash constructor fixed [were problems with using of
17360: stacked wwrapper after it's death]
17361:
17362: 2002-04-12 paf
17363:
17364: * operators.txt, src/classes/table.C: table.select(expression) 0
17365:
17366: 2002-04-11 paf
17367:
17368: * src/: classes/string.C, include/pa_request.h, main/execute.C:
17369: Request::process_internal codeFrame & wwrapper stacked [not
17370: wasting heap anymore]
17371:
17372: 2002-04-10 paf
17373:
17374: * src/: classes/double.C, classes/file.C, classes/hash.C,
17375: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
17376: classes/string.C, classes/table.C, classes/void.C,
17377: classes/xdoc.C, include/pa_request.h, main/execute.C,
17378: main/pa_string.C: killed Request::process() wrapping
17379: VString(String) in case we need only String
17380:
17381: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17382: killed 8 bytes from String.head
17383:
17384: 2002-04-09 paf
17385:
17386: * src/: main/compile.tab.C, targets/cgi/parser3.C,
17387: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
17388: local*/char b[...]; a=b; situations
17389:
17390: * operators.txt, src/classes/xdoc.C: xslt params made literal
17391:
17392: * src/classes/xdoc.C: xslt params fixed
17393:
17394: * src/: main/pa_common.C, targets/cgi/parser3.C,
17395: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
17396: not pool.malloc(MAX_NUMBER) but really neaded
17397:
17398: * operators.txt, src/classes/double.C, src/classes/int.C:
17399: int/double.int/double(default)
17400:
17401: 2002-04-04 paf
17402:
17403: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
17404: [when reconstructing pieces were split by
17405: max_integral(piece.size), thus some strings to replace happen to
17406: be split into two = not replaced)
17407:
17408: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
17409: standalone version = current dir
17410:
17411: * src/targets/cgi/parser3.C: document root in standalone version =
17412: current dir
17413:
17414: 2002-04-03 paf
17415:
17416: * configure, configure.in: more checks on nonexistent charset
17417:
1.116 moko 17418: * INSTALL, configure, configure.in: root config configure options
1.95 moko 17419:
17420: 2002-04-02 paf
17421:
17422: * src/main/compile.C: parser.compile [exception name more like in
17423: doc]
17424:
17425: 2002-04-01 paf
17426:
17427: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
17428: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
17429: .content-type.charset, not .charset
17430:
17431: 2002-03-29 paf
17432:
17433: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
17434:
17435: * operators.txt, src/classes/date.C: ^date::create now may not
17436: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
17437: days' year. | 31.05->31.04 roll
17438:
17439: 2002-03-28 paf
17440:
17441: * operators.txt, src/classes/date.C, src/classes/op.C,
17442: src/include/pa_globals.h, src/include/pa_hash.h,
17443: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
17444: ^cache(seconds) ^cache[date] }
17445:
17446: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
17447: param
17448:
17449: 2002-03-27 paf
17450:
17451: * operators.txt, src/classes/date.C, src/classes/double.C,
17452: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
17453: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
17454: src/classes/math.C, src/classes/op.C, src/classes/string.C,
17455: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17456: src/classes/xnode.C, src/include/pa_exception.h,
17457: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
17458: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
17459: src/main/pa_array.C, src/main/pa_charset.C,
17460: src/main/pa_charsets.C, src/main/pa_common.C,
17461: src/main/pa_dictionary.C, src/main/pa_exception.C,
17462: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
17463: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
17464: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
17465: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17466: src/types/pa_value.h, src/types/pa_vcookie.C,
17467: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
17468: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
17469: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
17470: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
17471: src/types/pa_wwrapper.h: assigned exception types
17472:
17473: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
17474: src/include/pa_request.h, src/main/execute.C,
17475: src/main/pa_request.C: decided agains resetting exception_trace,
17476: just changed name
17477:
17478: 2002-03-26 paf
17479:
17480: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
17481: fixed
17482:
17483: * src/classes/op.C: forced language of $source field of exception
17484: to 'tainted', so that sql-langed-frags could be outputed outside
17485: of connect
17486:
17487: * operators.txt: removed date.roll limit of +-1 offset
17488:
17489: * src/classes/date.C: removed date.roll limit of +-1 offset
17490:
17491: * operators.txt, src/classes/date.C: fixed date roll on
17492: daylightsaving days mktime took into account tm_isdst flag, which
17493: remained from BEFORE roll, but should have been reset
17494:
17495: 2002-03-25 paf
17496:
17497: * operators.txt, src/targets/cgi/parser3.C:
17498: http_site_config_filespec
17499:
17500: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
17501: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
17502: with any/both --disable-foreign-group-files --disable-execs
17503:
17504: * INSTALL: "--with=sendmail=COMMAND" comment
17505:
17506: * INSTALL, configure, configure.in, src/classes/mail.C,
17507: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 17508: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
17509: disables execs also. introducing --sendmail
1.95 moko 17510:
17511: * operators.txt: pgsql options comment
17512:
17513: * INSTALL: comment on --disable-link-stdcpp
17514:
1.116 moko 17515: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17516: libstdc++ link skipping configure option
1.95 moko 17517:
17518: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
17519: with error were put to cache with 'marked_to_rollback' flag, all
17520: consequent even OK requests rolled back
17521:
17522: 2002-03-22 paf
17523:
17524: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
17525: false return
17526:
17527: * operators.txt: few comments on sets
17528:
17529: 2002-03-18 paf
17530:
17531: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
17532: src/include/pa_globals.h, src/include/pa_request.h,
17533: src/include/pa_stack.h, src/main/pa_globals.C,
17534: src/main/pa_request.C: introducing ^try
17535:
17536: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
17537: types/pa_vdouble.h: removed some tested @tests
17538:
17539: 2002-03-15 paf
17540:
17541: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
17542:
17543: 2002-03-13 paf
17544:
17545: * src/main/pa_exception.C: checked not-pooled malloc
17546:
17547: 2002-03-11 paf
17548:
17549: * INSTALL, configure, configure.in,
17550: src/include/pa_config_auto.h.in: --disable-foreign-group-files
17551:
17552: * src/main/pa_common.C: --disable-foreign-group-files
17553:
17554: * INSTALL: --disable-execs
17555:
17556: * src/main/pa_exec.C: --disable-execs
17557:
17558: * configure, configure.in, src/include/pa_config_auto.h.in:
17559: --disable-execs
17560:
17561: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
17562:
17563: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
17564: file::exec/cgi linebreaks "0D0A" changed to 0A onces
17565:
17566: 2002-03-05 paf
17567:
17568: * operators.txt, src/classes/date.C: date week calendar columns
17569: named
17570:
17571: * operators.txt, src/classes/date.C: date week calendar columns
17572: named
17573:
17574: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
17575: requires headers to be terminated with \r\n manually [refuses to
17576: separate header/body itself]
17577:
17578: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17579: targets/isapi/parser3isapi.C: isapi site config beside .dll
17580:
17581: 2002-03-04 paf
17582:
17583: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
17584: in PASS language
17585:
17586: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
17587: deserialize checks on broken file
17588:
17589: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
17590: parser3isapi.dsp: isapi updated
17591:
17592: 2002-03-01 paf
17593:
17594: * src/main/pa_exec.C: execle -> execve, now argc OK
17595:
17596: 2002-02-28 paf
17597:
17598: * src/main/untaint.C: removed some debug comments
17599:
17600: * src/main/pa_charsets.C: when placing charset to cache using
17601: global name now [were request]
17602:
17603: * configure, configure.in: apache module updated
17604:
17605: * src/main/pa_string.C: origin by first piece preferred before last
17606: piece
17607:
17608: 2002-02-27 paf
17609:
17610: * src/main/pa_charset.C: size_t
17611:
17612: * INSTALL: shared/static-xml with-pathlink
17613:
17614: * operators.txt: SMTP comment
17615:
17616: 2002-02-26 paf
17617:
17618: * src/main/pa_exec.C: more precise names for vars, cosmetic
17619:
17620: * src/classes/xnode.C: in some situation, xpath query returned
17621: result with type NODESET, but empty nodeset member field, checked
17622: that
17623:
17624: 2002-02-22 paf
17625:
17626: * INSTALL: without-zlib comment
17627:
17628: * etc/parser3.charsets/windows-1251.cfg: °
17629:
17630: * configure, configure.in: glib###.a detection fixed
17631:
17632: * INSTALL: hashfile removed from INSTALL
17633:
1.116 moko 17634: * Makefile.am: make update
1.95 moko 17635:
17636: * src/main/pa_string.C: string iterators fixed again, so were
17637: String::join_chain
17638:
17639: * src/main/pa_string.C: string iterators fixed again, so were
17640: String::join_chain
17641:
17642: * src/: include/pa_string.h, main/pa_string.C: string iterators
17643: fixed again, so were String::join_chain
17644:
17645: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
17646:
17647: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
17648: "session"
17649:
1.116 moko 17650: * configure, configure.in, src/include/pa_config_auto.h.in:
17651: --with-shared-xml --with-static-xml
1.95 moko 17652:
17653: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17654: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17655: types/types.dsp: *.dsp: removed refereces to win32db & ancient
17656: xalan&xml
17657:
17658: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
17659:
17660: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
17661: src/types/types.dsp: removed hashfile support from sources for
17662: now
17663:
1.116 moko 17664: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 17665: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 17666: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
17667: src/include/pa_db_manager.h, src/include/pa_db_table.h,
17668: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 17669: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 17670: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
17671: src/types/Makefile.am, src/types/pa_vhashfile.C,
17672: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 17673:
17674: 2002-02-21 paf
17675:
17676: * src/main/untaint.C: removed debug code, activated commented-for
17677: debug parts
17678:
1.116 moko 17679: * Makefile.am: make cvsupdate
1.95 moko 17680:
17681: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
17682: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
17683: append_row, not at link zero now string to string appending works
17684:
17685: 2002-02-20 paf
17686:
17687: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
17688: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
17689: DEBUG_STRING_APPENDS_VS_EXPANDS
17690:
17691: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17692: economy: 22%
17693:
17694: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17695: space uptimized: string::link_row removed
17696:
17697: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
17698: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
17699: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
17700: types/pa_vstring.h: speed uptimized: string::is_empty
17701:
17702: * operators.txt, src/include/pa_common.h,
17703: src/include/pa_config_fixed.h, src/include/pa_string.h,
17704: src/include/pa_types.h, src/main/compile.tab.C,
17705: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
17706: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
17707: string append optimiziation idea and estimates
17708:
17709: 2002-02-19 paf
17710:
17711: * src/classes/math.C: not used directly [but erroreously reported
17712: that 'is', thus registering twice&other probs]
17713:
17714: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
17715: to node [element]
17716:
17717: * src/main/compile.C: without string_origins parse error
17718: file+line+col possible
17719:
17720: * src/main/: compile.C: without string_origins not worked
17721:
17722: 2002-02-18 paf
17723:
17724: * src/types/pa_vdouble.h: since we have in_expression removed that
17725: trick i've installed into double::as_string
17726:
17727: * src/main/pa_globals.C: extern "C" was removed too fast
17728:
17729: * src/: include/pa_opcode.h, include/pa_request.h,
17730: main/compile.tab.C, main/compile.y, main/execute.C,
17731: types/pa_wcontext.h: in_expression aimed to solve old problem
17732: with string/nonstring values, now in expressions double/int
17733: values are passed as-is, without stupid tostring/fromstring
17734: conversions
17735:
17736: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
17737: __cplusplus } #endif
17738:
17739: * src/main/compile.tab.C: bison env set so one could compile
17740: without cygwin installed
17741:
17742: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17743: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
17744: gnome xml libs parser .dsp-s changed accordingly
17745:
17746: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
17747:
17748: * operators.txt, src/classes/date.C: date::create [were date::set,
17749: with backward comp
17750:
17751: * src/classes/math.C: math:random range check fixed
17752:
17753: * src/main/: compile.tab.C, compile.y: integer division stops name
17754:
17755: * INSTALL: local install comment
17756:
1.116 moko 17757: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 17758:
1.116 moko 17759: * acinclude.m4, aclocal.m4, configure, configure.in,
17760: src/include/pa_config_auto.h.in,
17761: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
17762: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 17763:
17764: * operators.txt: \ comment
17765:
17766: 2002-02-13 paf
17767:
17768: * src/include/pa_config_includes.h: sys/time time both included
17769: now. vaguely remember confilicts on this on some system [not on
17770: six|ablv] so when would see them again would think up proper
17771: check
17772:
1.116 moko 17773: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17774: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 17775:
17776: * src/main/pa_common.C: truncation never occured when writing files
17777: on unix [since i've changed cache mech] fix
17778:
17779: * src/main/pa_common.C: strnchr: sanity check added
17780:
17781: * etc/parser3.charsets/windows-1257.cfg: id added
17782:
17783: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
17784: baltic charset file generated, in generation script ispunct check
17785: added
17786:
17787: 2002-02-08 paf
17788:
1.116 moko 17789: * src/: include/Makefile.am, sql/Makefile.am,
17790: targets/isapi/Makefile.am: forgotten makes
1.95 moko 17791:
17792: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
17793: forgotten
17794:
17795: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
17796:
17797: * INSTALL, README: install&others updated
17798:
17799: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
17800:
1.116 moko 17801: * Makefile.am, configure, configure.in,
17802: etc/parser3.charsets/Makefile.am, src/Makefile.am,
17803: src/classes/Makefile.am, src/main/Makefile.am,
17804: src/main/pa_status_provider.C, src/targets/Makefile.am,
17805: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
17806: works
1.95 moko 17807:
17808: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17809: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17810: classes/hashfile.C, classes/int.C, classes/mail.C,
17811: classes/math.C, classes/op.C, classes/response.C,
17812: classes/string.C, classes/table.C, classes/void.C,
17813: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17814: include/pa_array.h, include/pa_cache_managers.h,
17815: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17816: include/pa_config_fixed.h, include/pa_config_includes.h,
17817: include/pa_db_connection.h, include/pa_db_manager.h,
17818: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
17819: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17820: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17821: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17822: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17823: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17824: include/pa_stack.h, include/pa_string.h,
17825: include/pa_stylesheet_connection.h,
17826: include/pa_stylesheet_manager.h, include/pa_table.h,
17827: include/pa_threads.h, include/pa_types.h, main/compile.C,
17828: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17829: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
17830: main/pa_db_connection.C, main/pa_db_manager.C,
17831: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
17832: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
17833: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17834: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
17835: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17836: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17837: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
17838: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17839: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17840: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
17841: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17842: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17843: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
17844: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
17845: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
17846: types/pa_vmethod_frame.h, types/pa_vobject.h,
17847: types/pa_vrequest.h, types/pa_vresponse.h,
17848: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17849: types/pa_vstateless_object.h, types/pa_vstatus.C,
17850: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17851: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17852: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
17853: classes/image.C, main/pa_common.C, main/pa_exec.C,
17854: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
17855: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
17856: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
17857: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
17858: types/pa_vxnode.C, main/pa_charset.C: name spelling
17859:
17860: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17861: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17862: classes/hashfile.C, classes/image.C, classes/int.C,
17863: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17864: classes/string.C, classes/table.C, classes/void.C,
17865: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17866: include/pa_array.h, include/pa_cache_managers.h,
17867: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17868: include/pa_config_fixed.h, include/pa_config_includes.h,
17869: include/pa_db_connection.h, include/pa_db_manager.h,
17870: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
17871: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17872: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17873: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17874: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17875: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17876: include/pa_stack.h, include/pa_string.h,
17877: include/pa_stylesheet_connection.h,
17878: include/pa_stylesheet_manager.h, include/pa_table.h,
17879: include/pa_threads.h, include/pa_types.h, main/compile.C,
17880: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
17881: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
17882: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17883: main/pa_db_connection.C, main/pa_db_manager.C,
17884: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
17885: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
17886: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
17887: main/pa_socks.C, main/pa_sql_driver_manager.C,
17888: main/pa_status_provider.C, main/pa_string.C,
17889: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
17890: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17891: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17892: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
17893: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17894: targets/isapi/pool_storage.h, types/pa_valiased.C,
17895: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
17896: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17897: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17898: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17899: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17900: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
17901: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17902: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
17903: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17904: types/pa_vresponse.h, types/pa_vstateless_class.C,
17905: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17906: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17907: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17908: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17909: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17910: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
17911:
17912: 2002-02-07 paf
17913:
17914: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
17915:
1.116 moko 17916: * configure, configure.in, src/include/pa_config_auto.h.in,
17917: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
17918: added yet another locking function: fcntl
1.95 moko 17919:
17920: * config.sub: on cygwin configure passes it with strange i1586
17921: const, hacked it to mean i586
17922:
17923: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
17924: disabled $if reference due to conflicts with local variables
17925:
17926: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
17927: xdoc::set obsolete now, now xdoc::create, with both sences
17928:
17929: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17930: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17931: table::create now // 'set' name obsolete now table clone.
17932:
17933: * operators.txt, src/classes/string.C,
17934: src/include/pa_config_fixed.h, src/main/compile.tab.C:
17935: ^int/double/string.format now can be called with normal []
17936: brackets, not stupid {} as it were implemented for some strange
17937: reason. retaining backward compatibility due to some
17938: already-implemented servers
17939:
17940: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
17941: main/compile.y, main/compile_tools.C, main/compile_tools.h:
17942: operators now detected by check at name_without_curly_rdive_read
17943: rule whether diving code constists only of
17944: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
17945: with OP_GET_ELEMENT_OR_OPERATOR to form
17946: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
17947:
17948: 2002-02-06 paf
17949:
17950: * configure, configure.in: prefix expanded, grr
17951:
17952: * operators.txt, src/classes/mail.C: mail:send config changed
17953:
17954: 2002-02-05 paf
17955:
17956: * operators.txt: regex options commented
17957:
17958: * src/main/: pa_exec.C: argv0 now correct
17959:
17960: * src/types/pa_vstatus.C: status:rusage 3
17961:
17962: * src/types/pa_vstatus.C: status:rusage 2
17963:
17964: * operators.txt: status:rusage described int operators
17965:
17966: * src/types/pa_vstatus.C: status:rusage 1
17967:
17968: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
17969: src/types/types.dsp: status:rusage
17970:
17971: * configure.in, operators.txt, src/classes/file.C,
17972: src/classes/op.C, src/include/pa_common.h,
17973: src/include/pa_config_includes.h, src/main/compile.tab.C,
17974: src/main/pa_common.C: rewritten ^cache to use
17975: non-blocking-exclusive-caches
17976:
17977: * src/main/pa_common.C: text file read mode on win32 adjusted
17978: [speed impact. was off for debugging purpose, but forgotten
17979: afterwards]
17980:
17981: 2002-02-01 paf
17982:
17983: * src/classes/op.C: file_write does EX lock after create, while
17984: file_read does SH after open, so there's a moment after create
17985: but before EX lock when read can sneak into, and read
17986: just-created-for-writing-and-not-yet-locked file, added a check
17987: for that in ^cache...read
17988:
17989: 2002-01-31 paf
17990:
17991: * src/main/: compile.y, compile.tab.C: disabled operator call after
17992: ^xxx:
17993:
17994: * src/main/: compile.tab.C, execute.C: made operators lookup first
17995: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
17996:
17997: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
17998: main/compile.tab.C, main/compile.y, main/compile_tools.C,
17999: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
18000: operators check 6.1 rewritten. now check is done at compile time
18001:
18002: * src/main/execute.C: operators check 5 floated up old error of
18003: staying in 'entered class/object' state after $a($a..) it
18004: prevented operators from being called thereafter
18005:
18006: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18007: main/execute.C: operators check 4 floated up old error of staying
18008: in 'entered object' state after ^a.a(a) it prevented operators
18009: from being called thereafter
18010:
18011: * src/main/execute.C: operators check 3 floated up old error of
18012: staying in 'entered class' state after $a:a(a) it prevented
18013: operators from being called thereafter
18014:
18015: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
18016: floated up old error of staying in 'entered class' state after
18017: $a:a[a] it prevented operators from being called thereafter
18018:
18019: * src/main/execute.C: operators check, thay mistakenly seen in
18020: $class:operator $object.operators contexts
18021:
18022: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
18023: win32
18024:
1.116 moko 18025: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
18026: src/classes/Makefile.am, src/main/Makefile.am,
18027: src/targets/cgi/Makefile.am,
1.95 moko 18028: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 18029: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 18030:
1.116 moko 18031: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
18032: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
18033: configure, configure.in, form.txt, ident.awk, install-sh,
18034: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
18035: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 18036: etc/parser3.charsets/Makefile.am,
18037: etc/parser3.charsets/koi8-r.cfg,
18038: etc/parser3.charsets/windows-1250.cfg,
18039: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 18040: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
18041: src/main/Makefile.am, src/targets/cgi/Makefile.am,
18042: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
18043: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 18044: straightened installation scripts procedure made
18045: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
18046: change
18047:
18048: 2002-01-30 paf
18049:
18050: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
18051: removed] those comments were a mistake, and prevented libltdl
18052: from function properly
18053:
18054: 2002-01-29 paf
18055:
1.116 moko 18056: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
18057: creation [modified acinclude.m4 which were creating int into just
18058: assignment LIBTOOL=../libtool] added default system
18059: config&charsetts prepared 'make install', now it installs
18060: targets/cgi/parser3 into bin directory etc/parser3.conf &
18061: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 18062: $sysconfdir/parser3.charsets respectively
18063:
18064: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
18065: main/pa_globals.C: few forgotten ifdef XML added
18066:
18067: 2002-01-28 paf
18068:
1.116 moko 18069: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 18070: removed
18071:
18072: * src/main/pa_exception.C: dom|generic error output fix
18073:
18074: * src/classes/xnode.C: xdoc.importNode 3 [check err]
18075:
18076: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
18077:
18078: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
18079: [fixed as_node helper func to accept docs]
18080:
18081: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
18082: xdoc.importNode 0
18083:
18084: * src/classes/xdoc.C: xdoc::set now untaints OK
18085:
18086: 2002-01-25 paf
18087:
18088: * src/main/: compile.tab.C, compile.y: #comment before @ after
18089: @SPECIAL now works OK
18090:
18091: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
18092:
18093: * src/main/pa_exec.C: max arg count now 10, and proper message on
18094: violation that added
18095:
18096: * src/classes/hash.C: unified hash::sql, now
18097: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
18098:
18099: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
18100: ^file:lock[filename]{code}
18101:
18102: * src/: classes/file.C, classes/op.C, classes/string.C,
18103: classes/table.C, classes/xdoc.C, include/pa_common.h,
18104: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
18105: to some pa_common funcs
18106:
18107: * src/: include/pa_charset.h, main/pa_globals.C:
18108: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
18109:
18110: * src/: include/pa_charset.h, main/pa_charset.C,
18111: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
18112: not stupid illegal define
18113:
18114: 2002-01-24 paf
18115:
18116: * src/include/pa_version.h: changed version number
18117:
18118: * src/: classes/hashfile.C, include/pa_db_table.h,
18119: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18120: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18121: main/pa_db_connection.C, main/pa_db_table.C,
18122: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
18123: hashfile without logfiles
18124:
18125: * src/: classes/hashfile.C, include/pa_db_table.h,
18126: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
18127: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
18128: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
18129: DB_INIT_TXN init bits, thus got rid of huge log files, which
18130: cluttered disk without huge need]
18131:
18132: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
18133: handy macro, which is strangly abscent in dome lib
18134:
18135: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
18136:
18137: * src/classes/xdoc.C: checked empty response
18138:
18139: * src/classes/xnode.C: xdoc.select fixed context node [were always
18140: /, not self node]
18141:
18142: * src/classes/xnode.C: xnode.select returns array always now, in
18143: case 'nothing found' returns empty array
18144:
18145: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
18146: be more tender with ctrl/c/v
18147:
18148: 2002-01-23 paf
18149:
18150: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
18151: substituted. // 2. when dom tree with entites goes under
18152: transform text nodes // got [erroreosly] cut on first
18153: entity occurance
18154:
18155: * src/types/pa_vdouble.h: double prec. todo: get rid of
18156: twice-converting
18157:
18158: * src/types/pa_vdouble.h: %.20E now float format when %g produced
18159: 'e' in output this is for regretful twice-converting here:
18160: $a(double value) when they write double falue they convert it to
18161: string first, thus %g were losing precesion.
18162:
18163: todo: think up some way to remove double->string string->double
18164: twice-converting
18165:
18166: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
18167: %.20E now default float format this is for regretful
18168: twice-converting here: $a(double value) when they write double
18169: falue they convert it to string first, thus %g were losing
18170: precesion.
18171:
18172: todo: think up some way to remove double->string string->double
18173: twice-converting
18174:
18175: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18176: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
18177: reasons in comment inside
18178:
18179: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
18180: statically linked]
18181:
18182: * src/: include/pa_exception.h, main/compile.tab.C,
18183: main/pa_exception.C: removed exception va_list constructor. 1.
18184: not needed anymore 2. there were a conflict[causing errors]
18185: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
18186: never detected an ambiguilty here, compiling ctor(, "hello") into
18187: ctor(, va_list) which, of course, caused gpf
18188:
18189: * src/main/pa_globals.C: removed debug xslt messages
18190:
18191: 2002-01-22 paf
18192:
18193: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18194: main/pa_globals.C: xsl stylesheet load: parsed entities, this
18195: helps compiling stylesheet properly. example: this refused to
18196: work, <b>«<xsl:value-of select="@title"
18197: />»</b> stranly worked only this way:
18198: <b>«<xsl:value-of select="@title" />»</b>
18199:
18200: docs says "set it to 1", never going into details, so I decided
18201: to try NOT to do that
18202:
18203: * src/classes/table.C: join behaived badly in case named tables
18204: structure mismatched: 0 strings sneaked into dest failing
18205: afterwards. replaced them with empty strings
18206:
18207: 2002-01-21 paf
18208:
18209: * src/main/pa_charset.C: checked empty transcoders in
18210: transcode_cstr|buf
18211:
18212: * src/classes/xdoc.C: xdoc::load error source = filespec
18213:
18214: * src/classes/xdoc.C: transform error source now
18215: stylesheet_filespec
18216:
1.116 moko 18217: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 18218: include/pa_stylesheet_connection.h, main/pa_charset.C,
18219: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 18220: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
18221: gnome
1.95 moko 18222:
18223: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
18224: include/pa_globals.h, include/pa_stylesheet_connection.h,
18225: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
18226: xslt generic error 1
18227:
18228: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
18229: xml generic message 1
18230:
18231: * src/classes/table.C: ^table::load empty lines or #comments before
18232: headline
18233:
18234: * src/: include/pa_array.h, include/pa_globals.h,
18235: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
18236: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
18237: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
18238: errors 0
18239:
18240: 2002-01-16 paf
18241:
18242: * src/: classes/hash.C, classes/op.C, classes/string.C,
18243: classes/table.C, classes/void.C, classes/xdoc.C,
18244: include/pa_db_connection.h, include/pa_request.h,
18245: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18246: include/pa_stylesheet_connection.h,
18247: include/pa_stylesheet_manager.h, main/pa_request.C,
18248: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18249: targets/cgi/pool_storage.h: auto closers to sql_connection,
18250: stylesheet_connection auto destroyers to remaining gnome objects
18251:
18252: * src/classes/xdoc.C: few comments
18253:
18254: 2002-01-15 paf
18255:
18256: * src/classes/xdoc.C: xdoc file save string
18257:
18258: ready. todo: error handling
18259:
18260: * src/classes/xdoc.C: xdoc save rewritten using
18261: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
18262: result
18263:
18264: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
18265: started output options parsing
18266:
18267: 2002-01-14 paf
18268:
18269: * src/classes/xdoc.C: method
18270:
18271: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18272: include/pa_pool.h, include/pa_stylesheet_connection.h,
18273: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
18274: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
18275: xslt transform0. TODO: use output options handle errors
18276:
18277: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
18278:
18279: 2002-01-11 paf
18280:
18281: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18282: main/compile_tools.C, main/compile_tools.h, main/execute.C:
18283: partial logical && || evaluation
18284:
18285: * src/classes/xnode.C: xpath selectNodes
18286:
18287: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
18288: string/number/bool
18289:
18290: * src/classes/xnode.C: xpath selectNode 2
18291:
18292: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
18293: xpath selectNode 1
18294:
18295: 2002-01-10 paf
18296:
18297: * src/classes/xnode.C: xpath selectNode -100 [just written]
18298:
18299: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18300: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
18301: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
18302: refcounter]
18303:
18304: 2001-12-29 paf
18305:
18306: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
18307: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
18308: glib works 0
18309:
18310: 2001-12-28 paf
18311:
18312: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
18313: main/pa_exception.C: started glib transcoders
18314:
18315: * src/main/pa_globals.C: renamed gdome to libgdome.dll
18316:
18317: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
18318: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
18319: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
18320: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
18321: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
18322: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
18323: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
18324: libs just compiled in. no refcounting no xpath no xslt yet
18325:
18326: 2001-12-27 paf
18327:
18328: * src/: include/pa_charset.h, include/pa_common.h,
18329: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18330: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
18331: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
18332: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
18333: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
18334: from xalan&xerces, started the process. globals [initialization
18335: pool [charset update charset [transcodings vxnode vxdoc [DOM
18336: calls
18337:
18338: * src/classes/Makefile.am: going away from xalan&xerces, not needed
18339: anymore
18340:
18341: 2001-12-26 paf
18342:
18343: * src/: include/pa_charset.h, include/pa_charsets.h,
18344: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
18345: key globalized [bug]
18346:
18347: 2001-12-25 paf
18348:
18349: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
18350: main/pa_string.C: table set & append changed splitting languages,
18351: separators now can be clean AND as-is same to mail command line
18352: $MAIN:MAIL.progX arguments
18353:
18354: 2001-12-24 paf
18355:
18356: * src/classes/mail.C: one parted text messages - no multipart
18357: mime-type anymore. for convinient if $.attach-ments
18358:
18359: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
18360: main/pa_string.C: read from cache size check updated
18361:
18362: * src/main/: pa_string.C: String::join_chain another ugly bug :(
18363:
18364: 2001-12-21 paf
18365:
18366: * src/classes/date.C: date:sql-string now returns localtime
18367:
18368: * src/main/pa_request.C: $result in @main actually not working, to
18369: hell with it for now
18370:
18371: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18372: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
18373: @postprocess @exception
18374:
18375: * src/main/execute.C: junction evaluation canceled - endless
18376: recursion detected
18377:
18378: 2001-12-19 paf
18379:
18380: * src/main/pa_charset.C: charset->charset transcoding via unicode
18381: intermediate
18382:
18383: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
18384:
18385: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
18386:
18387: * src/classes/op.C: ^cache keypath now relative
18388:
18389: * src/classes/mail.C: changed weighting prior to sort
18390:
18391: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
18392: were missing
18393:
18394: 2001-12-17 paf
18395:
18396: * src/main/pa_charset.C: ifndef XML were bad type
18397:
18398: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
18399: outdated unset services_pool
18400:
18401: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
18402: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
18403: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
18404:
18405: * src/main/untaint.C: allowed space in filespec
18406:
18407: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
18408:
18409: * src/classes/image.C: no govno
18410:
18411: * src/classes/image.C: govno
18412:
18413: 2001-12-16 paf
18414:
18415: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
18416:
18417: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
18418: charset_connection&manager replaced by charset&charsets
18419:
18420: * src/main/pa_charset.C: name_cstr 0
18421:
18422: * src/main/untaint.C: uri lang now knows about client/source
18423: charsets
18424:
18425: * src/: classes/file.C, classes/math.C, classes/op.C,
18426: classes/string.C, classes/table.C, classes/xdoc.C,
18427: include/pa_array.h, include/pa_cache_managers.h,
18428: include/pa_charset_connection.h, include/pa_charset_manager.h,
18429: include/pa_common.h, include/pa_db_connection.h,
18430: include/pa_db_manager.h, include/pa_db_table.h,
18431: include/pa_dictionary.h, include/pa_exception.h,
18432: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
18433: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
18434: include/pa_sapi.h, include/pa_socks.h,
18435: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18436: include/pa_string.h, include/pa_stylesheet_connection.h,
18437: include/pa_stylesheet_manager.h, include/pa_table.h,
18438: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
18439: main/pa_charset.C, main/pa_charset_connection.C,
18440: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
18441: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
18442: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
18443: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
18444: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18445: types/types.dsp: introducing Charset
18446:
18447: 2001-12-14 paf
18448:
18449: * src/: include/pa_request.h, include/pa_transcoder.h,
18450: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
18451: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
18452: uri lang
18453:
18454: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
18455:
18456: * src/targets/cgi/Makefile.am: -I../../pcre to .am
18457:
18458: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
18459: defalts_name global
18460:
18461: * src/: include/pa_charset_connection.h, include/pa_pool.h,
18462: include/pa_request.h, main/main.dsp,
18463: main/pa_charset_connection.C, main/pa_charset_manager.C,
18464: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
18465: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
18466: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
18467: changed charset model. now important: $request:charset
18468: $response:charset while $response:content-type.charset become
18469: unimportant [informational]
18470:
18471: 2001-12-13 paf
18472:
18473: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
18474:
18475: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
18476: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
18477: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
18478: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
18479: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
18480: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
18481:
18482: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
18483: auto_ptr part other way, because of stupid gcc 2.96
18484: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
18485: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
18486: FormatterListener] /usr/include/g++-3/memory:48:
18487: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
18488: _Tp1 = FormatterListener, _Tp = FormatterListener]
18489:
18490: * src/classes/xdoc.C: removed extra inc
18491:
18492: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
18493:
18494: * src/include/pa_types.h: msvc head debugging flag
18495:
18496: * src/classes/xdoc.C: freed up listener
18497:
18498: * src/classes/string.C: change msg '... code is not code'
18499:
18500: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
18501: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18502: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
18503: [past/future prob]
18504:
18505: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18506: include/pa_config_fixed.h, include/pa_db_manager.h,
18507: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18508: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
18509:
18510: * src/: include/pa_config_fixed.h, main/pa_common.C,
18511: main/pa_string.C: removed signed mismatch warnings
18512:
18513: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
18514: 'expires' from header outputs
18515:
18516: * src/main/pa_string.C: string::recustruct erroreusly used outdated
18517: row ptr
18518:
18519: * src/classes/file.C: file::cgi bug, request_method were passed to
18520: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
18521:
18522: * src/classes/xdoc.C: lang list updated
18523:
18524: 2001-12-10 paf
18525:
18526: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
18527:
18528: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
18529: erase files like that, knowing their full name introducing //
18530: theoretical problem with, for instance, "_2B" and "." fragments,
18531: // they would yield the same // because
18532: need_file_encode('_')=false // but we need to delete such files
18533: somehow, getting names from ^index
18534:
18535: * src/main/pa_string.C: ^string.replace bug fixed [bad
18536: string::join_chank break]
18537:
18538: 2001-12-07 paf
18539:
18540: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
18541: include/pa_common.h, include/pa_config_auto.h.in,
18542: include/pa_config_fixed.h, include/pa_config_includes.h,
18543: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
18544: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
18545: types/pa_vhashfile.C: merged from r14_simple_cache
18546:
18547: * src/main/pa_string.C: stupid sparc architecture failed to access
18548: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
18549: lduh [ %i2 + 1 ], %l0
18550:
18551: bus error, fixed that
18552:
18553: * src/main/pa_string.C: strange string deserialize bug on
18554: client[pmts], a bit shortened,
18555:
18556: * src/include/pa_config_auto.h.in: makes
18557:
18558: * src/: include/pa_common.h, include/pa_config_fixed.h,
18559: include/pa_config_includes.h, main/pa_common.C: exclusive lock
18560: file write shared lock file read
18561:
18562: * src/: classes/op.C, include/pa_common.h,
18563: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
18564:
18565: 2001-12-06 paf
18566:
18567: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18568: main/pa_request.C: #ifdef RESOURCES_DEBUG
18569:
18570: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
18571: info
18572:
18573: * src/classes/hashfile.C: removed transaction from ^cache
18574:
18575: 2001-12-05 paf
18576:
18577: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
18578: IIS5 there were a prob with illegal call check
18579:
18580: 2001-12-04 paf
18581:
18582: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18583: main/pa_request.C: measures to log
18584:
18585: 2001-11-23 paf
18586:
18587: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18588: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
18589: types/pa_vhashfile.C: merged from _0014, 1
18590:
18591: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18592: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
18593: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
18594: ^cache(33) would change
18595:
18596: 0660 bits in file_write & hashfile create
18597:
18598: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
18599: after pa_string optimization]
18600:
18601: 2001-11-22 paf
18602:
18603: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
18604: table.offset[whence]
18605:
18606: * src/classes/op.C: process cstr(,connection)
18607:
18608: * src/classes/op.C: process now gets its body on current language,
18609: not as-is
18610:
18611: * src/main/untaint.C: ORIGINS mode removed UHTML
18612:
18613: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
18614: bit
18615:
1.116 moko 18616: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 18617:
18618: 2001-11-21 paf
18619:
18620: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
18621: <xsl:output output options made identical to xsl:output
18622: attributes exclusion: cdata-section-elements what xalan can do
18623: but that not used now: it can escape and remove CDATA sections
18624:
18625: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
18626: produced by xslt
18627:
18628: * src/targets/cgi/parser3.C: removed debug cgi||1
18629:
18630: * src/main/: pa_string.C, untaint.C: cached some string::size() es
18631:
18632: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
18633: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
18634: default language for {code}, it happen to change it's language
18635: from CLEAN, so later refused to split by CLEAN \t
18636:
18637: 2001-11-20 paf
18638:
1.116 moko 18639: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
18640: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 18641: bottom of dependeces, so that errors would popup quicklier, fixed
18642: line numbering in table::sql
18643:
18644: 2001-11-19 paf
18645:
18646: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
18647: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
18648: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
18649: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
18650: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
18651: at wcontext.write
18652:
1.116 moko 18653: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 18654: _set_new_handler
18655:
1.116 moko 18656: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
18657: set_new_handler in apache&isapi
1.95 moko 18658:
18659: 2001-11-16 paf
18660:
18661: * src/targets/cgi/parser3.C: pool debug @ die
18662:
18663: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
18664: removed 8 bytes from String, 2 bytes from
18665: string::chunk::row::item
18666:
18667: * src/main/pa_string.C: removed 1+4 bytes from String
18668:
18669: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
18670: types/pa_vstring.C: removed 1+4 bytes from String
18671:
18672: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
18673: 0
18674:
18675: * src/: include/pa_globals.h, include/pa_string.h,
18676: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
18677: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
18678: targets/cgi/parser3.C: introducing estimating
18679: String::cstr_bufsize, 0
18680:
18681: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
18682:
18683: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
18684:
18685: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
18686: include/pa_pool.h: die in pool::fail
18687:
18688: 2001-11-15 paf
18689:
18690: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
18691: main/pa_exception.C, targets/cgi/parser3.C: exception with
18692: dynamic buffer re-back now with counter
18693:
18694: * src/: include/pa_exception.h, main/pa_exception.C: exception with
18695: static buffer back
18696:
18697: * src/targets/cgi/parser3.C: std::
18698:
18699: * src/: classes/classes.awk, include/pa_config_auto.h.in,
18700: include/pa_config_includes.h: setnewhandler check
18701:
1.116 moko 18702: * src/include/pa_config_auto.h.in: makes
1.95 moko 18703:
18704: * src/targets/cgi/parser3.C: set_new_handler started
18705:
18706: 2001-11-14 paf
18707:
18708: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18709: was wrong
18710:
18711: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18712: was wrong
18713:
18714: * src/main/pa_request.C: z
18715:
18716: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
18717: full returns win32 -1 solaris >buffer_size
18718:
18719: checked all that
18720:
18721: * src/classes/op.C: ^untaint{body} as-is default now
18722:
18723: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18724: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
18725: with no_bad_constructors_try
18726:
18727: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18728: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
18729: this: $bred[^string::length[]] $bred[^response::clear[]]
18730: $bred[^int::int[]]
18731:
18732: now VObject creation moved into overriden
18733: VClass::create_new_value, thus 0 from create_new_value means that
18734: class has no ctors
18735:
18736: 2001-11-13 paf
18737:
18738: * src/classes/classes.C: returned accedently removed if in foreach
18739: callbacks [when hash no-0-restructure]
18740:
18741: 2001-11-12 paf
18742:
18743: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
18744: passed as-is to method, xalan makes & into & itself
18745:
18746: * src/classes/date.C: date.roll parser2 alg used
18747:
18748: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
18749: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
18750: main/pa_dictionary.C, main/pa_hash.C,
18751: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
18752: now does not containt 0 values. put 0 actullay removes. no check
18753: on 0 value in foreach now required
18754:
18755: 2001-11-11 paf
18756:
18757: * src/sql/pa_sql_driver.h: removed extra constructor, doc
18758:
18759: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
18760:
18761: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
18762: driver initialize not const
18763:
18764: 2001-11-10 paf
18765:
18766: * src/main/pa_exec.C: doc
18767:
18768: 2001-11-09 paf
18769:
18770: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
18771: param properly
18772:
18773: * src/classes/string.C: string.save now does untainting before
18774: saving
18775:
18776: * src/main/pa_common.C: line endings fixing fixed last piece[was
18777: still cstr oriented]
18778:
18779: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
18780: line endings fixing got rid of cstr, now must work ok with post
18781: multipart
18782:
18783: * src/types/pa_vform.C: line endings fixed at post / multipart /
18784: not file also now
18785:
18786: 2001-11-08 paf
18787:
18788: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18789: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
18790: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
18791: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
18792: main/pa_stylesheet_manager.C: restructured Cache manager to be
18793: simple parent, not second parent [gcc 2.96 strangly refused to
18794: call virtual from second parent]
18795:
1.116 moko 18796: * src/: include/pa_common.h, main/Makefile.am,
18797: targets/cgi/pa_pool.C: makes
1.95 moko 18798:
18799: * src/: include/pa_request.h, main/pa_request.C,
18800: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
18801: 'status' class enabler
18802:
18803: <Location /parser-status.html> ParserStatusAllowed </Location>
18804:
18805: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18806: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
18807: include/pa_stylesheet_manager.h, main/main.dsp,
18808: main/pa_cache_managers.C, main/pa_charset_manager.C,
18809: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
18810: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18811: types/pa_vstatus.h: cache_managers, maybe-expiring every request
18812: todo: apache 'status' class enabler
18813:
18814: 2001-11-05 paf
18815:
18816: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
18817: debug to normal
18818:
18819: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
18820: hence i removed skipping 0 values in hash::for_each-es we need to
18821: check cleaned cache items manually. few more checks.
18822:
18823: expiring to 0 time was wrong, changed to 'now' time
18824:
18825: * src/targets/cgi/parser3.C: read can return 0, that means sort of
18826: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
18827: on apache already done :)
18828:
18829: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
18830: skipping 0 values in hash::for_each-es we need to check cleaned
18831: cache items manually
18832:
18833: * src/main/: pa_db_connection.C, pa_db_table.C:
18834: parser_multithreaded check was wrong
18835:
18836: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18837: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18838: classes/hashfile.C, classes/image.C, classes/int.C,
18839: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18840: classes/string.C, classes/table.C, classes/void.C,
18841: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18842: include/pa_array.h, include/pa_charset_connection.h,
18843: include/pa_charset_manager.h, include/pa_common.h,
18844: include/pa_config_fixed.h, include/pa_config_includes.h,
18845: include/pa_db_connection.h, include/pa_db_manager.h,
18846: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18847: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18848: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18849: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18850: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18851: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18852: include/pa_stack.h, include/pa_string.h,
18853: include/pa_stylesheet_connection.h,
18854: include/pa_stylesheet_manager.h, include/pa_table.h,
18855: include/pa_threads.h, include/pa_types.h, main/compile.C,
18856: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18857: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
18858: main/pa_charset_manager.C, main/pa_common.C,
18859: main/pa_db_connection.C, main/pa_db_manager.C,
18860: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18861: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18862: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18863: main/pa_socks.C, main/pa_sql_driver_manager.C,
18864: main/pa_status_provider.C, main/pa_string.C,
18865: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18866: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18867: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18868: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18869: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18870: targets/isapi/pool_storage.h, types/pa_valiased.C,
18871: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18872: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18873: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18874: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18875: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18876: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18877: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18878: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18879: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
18880: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18881: types/pa_vstateless_object.h, types/pa_vstatus.h,
18882: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
18883: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18884: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18885: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
18886: $status:db fixed used not initialized in db_connection & db_table
18887:
18888: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
18889: $status:charset
18890:
18891: * src/: classes/xdoc.C, include/pa_db_connection.h,
18892: include/pa_stylesheet_connection.h,
18893: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
18894: types/pa_vstatus.h: $status:stylesheet
18895:
18896: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
18897: include/pa_request.h, include/pa_sql_connection.h,
18898: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18899: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
18900: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
18901: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18902: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
18903: types/pa_vxnode.C, types/types.dsp: started status parser class
18904:
18905: 2001-11-01 paf
18906:
18907: * src/include/pa_config_auto.h.in: makes
18908:
18909: * src/main/pa_hash.C: removed old extra include
18910:
18911: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
18912: checks [for hp, there are such in math.h]
18913:
18914: * src/classes/op.C: ^for endless loop check strightened
18915:
18916: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
18917: behavior in native calls. it left unchanged, so ^for ^foreach &
18918: co can use r.root to write their i & key,value there
18919:
18920: * src/classes/op.C: detected for var storage bug, fixed.
18921: todo:foreach
18922:
18923: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
18924: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
18925: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
18926: changing of hash inside of foreach
18927:
18928: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
18929: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
18930: were hash.foreach
18931:
18932: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
18933: types/pa_vstring.C, types/pa_vstring.h:
18934: ^foreach[key|value]{body}[[separator]|{separator}]
18935:
18936: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
18937: types/pa_vcookie.C: ^hash.delete[key]
18938:
18939: 2001-10-31 paf
18940:
18941: * src/main/: compile.C, pa_common.C: completely empty file now
18942: considered "read", not ignored [not perfect trick used]
18943:
18944: * src/main/pa_common.C: simplier common ifdefs
18945:
18946: * src/main/pa_common.C: typing bug in common - bad ifdeff
18947:
18948: * src/main/pa_db_connection.C: z
18949:
18950: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
18951: lockdetector flags
18952: dbenv.lk_detect=DB_LOCK_RANDOM;
18953:
18954: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
18955: from accidental show [imagine user forgot @exception]
18956:
18957: * src/classes/table.C: ^table.save[[nameless|+append;]path]
18958:
18959: * src/: classes/file.C, classes/image.C, classes/mail.C,
18960: classes/string.C, classes/xnode.C, include/pa_common.h,
18961: main/pa_common.C: ^string.save[[append;]path]
18962:
18963: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18964: main/execute.C: \ in expression: int divide 10/3=3
18965:
18966: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
18967: inside of ^cache
18968:
18969: * src/: include/pa_threads.h, main/pa_db_connection.C,
18970: main/pa_db_table.C, targets/cgi/pa_threads.C,
18971: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
18972: needed
18973:
18974: 2001-10-30 paf
18975:
18976: * src/: classes/classes.dsp, main/main.dsp,
18977: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18978: types/types.dsp: enabled debug incremental compile
18979:
18980: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
18981: form post data line endings not reformatted now.
18982:
18983: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
18984: now required [had bug when file= has no value]
18985:
18986: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
18987: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
18988: cstr(asis) default param removed
18989:
18990: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
18991:
18992: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
18993:
18994: * src/include/pa_dir.h: LOAD_DIR fixed
18995:
18996: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
18997: was broken} fix_line_breaks
18998:
18999: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
19000: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
19001: packed with #pragma pack
19002:
1.116 moko 19003: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 19004:
19005: 2001-10-29 paf
19006:
19007: * src/types/pa_wcontext.h: bitfield syntax stricter
19008:
19009: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
19010: string hash.puts
19011:
19012: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
19013:
19014: * src/include/pa_sql_connection.h: there were one wrong
19015: SQL_CONNECTION_FUNC_GUARDED [failed]
19016:
19017: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
19018: param.someday either ifdef or remove it
19019:
19020: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
19021:
19022: * src/main/untaint.C: optimizing returned after debugging
19023:
19024: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19025: main/untaint.C: memory hunging #pragma pack(1)
19026:
19027: 16 419 844 13 169 394
19028:
19029: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19030: targets/cgi/pa_pool.C: String size_t replace to uint in proper
19031: places [todo:Array]
19032:
19033: * src/: main/execute.C, targets/cgi/pa_pool.C,
19034: targets/cgi/parser3.dsp, types/pa_wcontext.h,
19035: types/pa_wwrapper.h: debugging memory WContext flags to bits
19036:
19037: total 5 652 652/158731 total 5 469 332/158731
19038:
19039: * src/: include/pa_array.h, main/pa_array.C: debugging memory
19040: Array:: without cache in get/put now
19041:
19042: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
19043: 18:25:27 2001] total 5 652 652/158731
19044:
19045: * src/: include/pa_string.h, main/pa_string.C,
19046: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
19047: now
19048:
19049: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
19050: 18:11:53 2001] total 5796092/158731
19051:
19052: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
19053: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
19054: key ref now
19055:
19056: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
19057: 17:11:17 2001] total 16867948/202658
19058:
19059: * src/: classes/file.C, classes/image.C, classes/string.C,
19060: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
19061: main/execute.C, main/pa_array.C, main/pa_common.C,
19062: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
19063: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
19064: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
19065: string::as_int/double now usually uses stack, not heap [200K out
19066: of 17M :)] VString(String&) not copies reference [29M -> 17M]
19067:
19068: * src/main/pa_sql_driver_manager.C: ping to have services [old
19069: hiding bug]
19070:
19071: * src/Makefile.am: .am order
19072:
19073: * src/: include/pa_array.h, include/pa_charset_manager.h,
19074: include/pa_db_connection.h, include/pa_db_manager.h,
19075: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
19076: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19077: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
19078: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
19079: required "friend class"
19080:
19081: ../include/pa_request.h:51: friend declaration requires
19082: class-key, i.e. `friend class Temp_lang'
19083:
19084: * src/: include/pa_exception.h, include/pa_sql_connection.h,
19085: main/pa_exception.C, main/pa_sql_driver_manager.C,
19086: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
19087:
19088: the idea is to #1 jump to C++ some function to main body, where
19089: every function stack frame has exception unwind information and
19090: from there... #2 propagate_exception()
19091:
19092: 2001-10-28 paf
19093:
19094: * src/main/pa_db_connection.C: removed old consts
19095:
19096: * src/main/pa_db_connection.C: expire table [was accidently pasted
19097: with wrong type/cast]
19098:
19099: * src/main/: pa_db_connection.C, pa_db_table.C: exception
19100: translation
19101:
1.116 moko 19102: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 19103: remember to build DB2 with -fexceptions!!!
19104:
19105: * src/main/pa_db_table.C: DB_RMW defed
19106:
19107: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
19108: include/pa_db_connection.h, include/pa_db_manager.h,
19109: include/pa_db_table.h, main/pa_db_connection.C,
19110: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
19111:
19112: 2001-10-27 paf
19113:
19114: * src/: classes/hashfile.C, include/pa_db_connection.h,
19115: include/pa_db_table.h, main/pa_db_connection.C,
19116: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
19117: types/pa_vhashfile.C: DB2 ifdefs
19118:
1.116 moko 19119: * src/: classes/Makefile.am, include/pa_config_fixed.h,
19120: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 19121: makes with DB2
19122:
1.116 moko 19123: * src/: include/pa_config_auto.h.in, main/Makefile.am,
19124: types/Makefile.am: makes db
1.95 moko 19125:
19126: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
19127: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
19128: globals.C
19129:
19130: * src/: classes/hashfile.C, include/pa_db_connection.h,
19131: include/pa_db_table.h, main/pa_db_connection.C,
19132: main/pa_db_table.C: ^hashfile.clear[]
19133:
19134: * src/classes/classes.awk: no $ in var names
19135:
19136: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
19137: connection&table [forgotten calls]
19138:
19139: 2001-10-26 paf
19140:
19141: * src/main/pa_db_connection.C: db checkpoints
19142:
19143: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
19144: checkpoints
19145:
19146: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
19147: default. but entities still reparsed. todo: tothink
19148:
19149: * src/main/pa_db_connection.C: db recover mech 2
19150:
19151: * src/: classes/hashfile.C, include/pa_db_connection.h,
19152: include/pa_db_manager.h, include/pa_db_table.h,
19153: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19154: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
19155: types/pa_vhashfile.h: db connections & tables now cached at
19156: create time & multithreaded
19157:
19158: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
19159: parsed_source
19160:
19161: * src/main/pa_db_connection.C: about to remove connection from
19162: vhashfile
19163:
19164: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
19165: transaction commit/rollback responsibility left to parent [as it
19166: sould - else there were a bug with double free]
19167:
19168: * src/include/pa_db_table.h: db: child transaction commit/rollback
19169: responsibility left to parent [as it sould - else there were a
19170: bug with double free]
19171:
19172: 2001-10-25 paf
19173:
19174: * src/: classes/hashfile.C, include/pa_common.h,
19175: include/pa_db_connection.h, include/pa_db_manager.h,
19176: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
19177: types/pa_vhashfile.C, types/pa_vhashfile.h,
19178: include/pa_db_table.h, main/pa_db_table.C: started db_home
19179: [multiple, cached] todo: autorecover [tried, but not succeded,
19180: yet]
19181:
19182: * src/include/pa_dir.h: ancient gpf on dir not found fixed
19183:
19184: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
19185: transaction parent passed
19186:
19187: 2001-10-24 parser
19188:
1.116 moko 19189: * src/classes/Makefile.am: makes
1.95 moko 19190:
19191: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
19192: isapi/pool_storage.h: pool_storage fixed
19193:
19194: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
19195: types/pa_vform.h: form fix_line_breaks
19196:
1.116 moko 19197: * src/targets/cgi/pool_storage.h: makes
1.95 moko 19198:
19199: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
19200: targets/cgi/pool_storage.h: makes
19201:
19202: * src/sql/pa_sql_driver.h: version
19203:
19204: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
19205: types/pa_vform.C, types/pa_vform.h: .am
19206:
19207: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
19208: this: DB_RMW Acquire write locks instead of read locks when doing
19209: the retrieval. Setting this flag may decrease the likelihood of
19210: deadlock during a read-modify-write cycle by immediately
19211: acquiring the write lock during the read part of the cycle so
19212: that another thread of control acquiring a read lock for the same
19213: item, in its own read-modify-write cycle, will not result in
19214: deadlock
19215:
19216: * src/targets/isapi/parser3isapi.dsp: doc
19217:
19218: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
19219:
19220: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
19221:
19222: * src/: classes/hashfile.C, include/pa_db_connection.h,
19223: main/pa_db_connection.C: hashfile expired deleted from db when
19224: get & iterate
19225:
19226: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
19227: expiring 1
19228:
19229: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
19230:
19231: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
19232: db_connection not bothers with key when not returning expired
19233: data
19234:
19235: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19236: types/pa_vhashfile.C: db_cursor constructor public now
19237:
19238: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19239: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
19240: stamped, todo: put_element analize
19241:
19242: * src/: include/pa_db_connection.h, include/pa_string.h,
19243: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
19244: serialize. todo stamp
19245:
19246: 2001-10-23 parser
19247:
19248: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
19249: classes/image.C, classes/mail.C, classes/response.C,
19250: classes/string.C, classes/table.C, classes/xdoc.C,
19251: include/pa_config_fixed.h, include/pa_db_connection.h,
19252: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
19253: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
19254: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
19255: types/pa_vtable.C: ^hashfile.hash[]
19256:
19257: * src/: classes/hashfile.C, classes/xdoc.C,
19258: include/pa_config_fixed.h, main/pa_db_manager.C,
19259: main/pa_globals.C: ifdefs so it compiled without db
19260:
19261: * src/: classes/hashfile.C, include/pa_db_connection.h,
19262: include/pa_db_manager.h, main/pa_db_connection.C,
19263: main/pa_db_manager.C, types/pa_vhashfile.h:
19264: ^hashfile.transaction{code} ^hashfile:clear[filename]
19265: ^hashfile.delete[key]
19266:
19267: 2001-10-22 parser
19268:
19269: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
19270: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
19271:
19272: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
19273: classes/xnode.C, include/pa_charset_connection.h,
19274: include/pa_db_connection.h, include/pa_db_manager.h,
19275: include/pa_exception.h, include/pa_sapi.h,
19276: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19277: include/pa_stylesheet_connection.h,
19278: include/pa_stylesheet_manager.h,
19279: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19280: main/pa_db_connection.C, main/pa_db_manager.C,
19281: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
19282: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19283: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
19284: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
19285: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
19286: types/types.dsp: hashfile 0
19287:
19288: * src/types/pa_vhashfile.C: z
19289:
19290: * src/: classes/classes.dsp, classes/hashfile.C,
19291: include/pa_config_fixed.h, main/execute.C,
19292: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
19293: types/pa_vhashfile.h, types/types.dsp: hashfile -100
19294:
19295: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
19296:
19297: * src/: include/pa_exception.h, include/pa_request.h,
19298: main/execute.C, main/pa_exception.C, main/pa_request.C,
19299: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19300: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
19301:
19302: 2001-10-19 parser
19303:
19304: * src/include/pa_pool.h: header
19305:
19306: * src/main/pa_pool.C: auto compiled on gcc
19307:
19308: * src/classes/image.C: comment
19309:
1.116 moko 19310: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 19311:
19312: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19313: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19314: types/pa_vxnode.h: xnode clone got freed
19315:
19316: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19317: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
19318: can free up xalandomstring resulting from pool::transcode
19319:
19320: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
19321: include/pa_config_fixed.h, include/pa_exception.h,
19322: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
19323: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
19324: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
19325: to c++ exceptions 1xml configure fixed to exclude xalan-patch
19326: from non-xml compile
19327:
19328: * src/main/pa_request.C: pool:: context - get_context
19329:
19330: * src/: classes/classes.h, classes/date.C, classes/double.C,
19331: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
19332: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
19333: classes/string.C, classes/table.C, classes/void.C,
19334: include/pa_config_fixed.h, include/pa_exception.h,
19335: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
19336: main/compile.C, main/compile_tools.C, main/execute.C,
19337: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
19338: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
19339: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19340: main/pa_string.C, main/pa_table.C, main/untaint.C,
19341: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19342: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
19343: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
19344: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
19345: types/pa_vstateless_class.h, types/pa_vtable.C,
19346: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
19347: exceptions 0
19348:
19349: * src/classes/classes.awk: $ removed
19350:
19351: 2001-10-18 parser
19352:
19353: * src/types/pa_vcookie.C: cookie:CLASS
19354:
19355: * src/main/main.dsp: project
19356:
19357: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
19358: set_document & ctor question "who owns document" solved
19359:
19360: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
19361:
19362: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19363: main/pa_pool.C: encoding in dom creating funcs
19364:
19365: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
19366: be transformed now
19367:
19368: * src/classes/xdoc.C: dom created by create can be transformed now
19369:
19370: * src/classes/xdoc.C: z
19371:
19372: * src/classes/xdoc.C: comment
19373:
19374: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
19375: create now uses XercesDocumentBridge, appendChild&co now works
19376:
19377: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
19378: @ recompile
19379:
19380: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
19381: $origin @exception[
19382:
19383: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
19384: tag names forced to XML lang
19385:
19386: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
19387: leechy-found bugs in code&doc fixed
19388:
19389: 2001-10-17 parser
19390:
19391: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
19392: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
19393: n functionality preserved
19394:
19395: * src/types/pa_vimage.h: removed unused vimage::save
19396:
19397: 2001-10-16 parser
19398:
19399: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
19400:
19401: * src/classes/: xnode.C: removed few dom returns & changed op.txt
19402:
19403: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
19404:
19405: * src/classes/image.C: image.copy tolerance
19406:
19407: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
19408: ineffective, but works for small paleted image
19409:
19410: * src/types/pa_vimage.C: comment
19411:
19412: * src/classes/image.C: gd size/resize bugfix
19413:
19414: * src/: classes/classes.dsp, main/main.dsp,
19415: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19416: types/types.dsp: ident >nul 2>&1
19417:
19418: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
19419: systems
19420:
19421: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
19422: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
19423:
19424: 2001-10-15 parser
19425:
19426: * src/main/execute.C: z
19427:
19428: * src/classes/: xdoc.C: !::create{qualifiedName}
19429:
19430: * src/types/pa_vxnode.C: document_type_node.
19431: !readonly attribute DOMString name
19432: !notation_node.
19433: !readonly attribute DOMString publicId
19434: !readonly attribute DOMString systemId
19435:
1.116 moko 19436: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
19437: ::write badly passed string too transparently [failed to
19438: intercept it]
1.95 moko 19439:
19440: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
19441: include/pa_request.h, main/pa_sql_driver_manager.C,
19442: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19443: types/pa_vxnode.h: DOM1 major addtion, only few
19444: attributes/methods left
19445:
19446: 2001-10-13 parser
19447:
19448: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19449: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
19450: in main handler
19451:
19452: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
19453: cleanups & frees order
19454:
19455: * src/types/pa_vcode_frame.h: couple comments
19456:
19457: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
19458: transparent enough to handle hash if creation&passing
19459:
19460: * src/: include/pa_config_fixed.h, main/execute.C,
19461: main/pa_exception.C: noticed that vcodeframe not transparent
19462: enough, would change now
19463:
19464: 2001-10-12 parser
19465:
19466: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
19467: fixed. initialization&free on each thread!
19468:
19469: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
19470: handling changed: now type of default param analized always, not
19471: only at problem time, thus helping early problem spotting
19472:
19473: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
19474: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
19475: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
19476: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
19477: multithread bug fixed. initialization&free on each thread!
19478:
19479: 2001-10-11 parser
19480:
19481: * src/classes/xnode.C: xnode.selectSingle now
19482:
19483: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19484: include/pa_pool.h, include/pa_stylesheet_connection.h,
19485: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
19486: convertors out of Pool into Exception
19487:
19488: * src/main/pa_string.C: const
19489:
19490: * src/: include/pa_string.h, main/pa_string.C: restructured string:
19491: linked pieces of same language together prior to String::replace
19492:
19493: * src/classes/hash.C: !^hash.add[addme]
19494: !^hash.sub[subme]
19495: !^a.union[b] = new
19496: !^a.intersection[b] = new
19497: !^a.intersects[b] = bool
19498:
19499: * src/classes/hash.C: !^hash::append[append_from]
19500:
19501: * src/: classes/hash.C, types/pa_vhash.h:
19502: !^hash::create[[copy_from]]
19503:
19504: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
19505: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
19506: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
19507: fixed. got rid of empty_string, which caused errors - it hasnt
19508: exception but somebody[value.bark] tried to throw it on it's pool
19509:
1.116 moko 19510: * src/include/pa_config_auto.h.in: makes
1.95 moko 19511:
19512: 2001-10-10 parser
19513:
19514: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
19515:
19516: * src/main/: compile.tab.C, compile.y: ^a[
19517:
19518: @next_method << now unclosed ] would be reported here
19519:
19520: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
19521: compile error
19522:
19523: 2001-10-09 parser
19524:
1.116 moko 19525: * src/: classes/Makefile.am, main/Makefile.am,
19526: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 19527:
19528: * src/classes/Makefile.am: makes
19529:
19530: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
19531: win32 errors intercepted [xalan transformer patched and
19532: incorporated]
19533:
19534: * src/: classes/classes.dsp, classes/xdoc.C,
19535: include/pa_stylesheet_connection.h, main/main.dsp,
19536: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19537: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
19538: patches starting
19539:
19540: * src/classes/: string.C, table.C: ^string.save[file]
19541:
19542: * src/classes/: date.C, table.C: calendar moved to date
19543:
19544: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
19545: string/table] now
19546:
19547: * src/classes/: op.C, table.C: z
19548:
19549: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
19550: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
19551: types/pa_vxnode.h: table:menu & op for delims made allowed not to
19552: be code [be string..]
19553:
19554: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
19555: table.C: lots of
19556: params->as_int/double/as_string/as_junction/as_no_junction
19557: messages added
19558:
19559: 2001-10-08 parser
19560:
19561: * src/: classes/date.C, classes/image.C, classes/string.C,
19562: classes/table.C, classes/void.C, include/pa_request.h:
19563: params->as_int/double message added
19564:
19565: * src/classes/image.C: image:circle [and round arc] uses Bresenham
19566:
19567: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
19568: image:sector removed image:html internal "line-*" attribs
19569:
19570: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
19571: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
19572:
19573: * src/types/pa_vcookie.C: removing cookie made more netscape-like
19574: way
19575:
19576: * src/: classes/file.C, classes/form.C, main/pa_common.C,
19577: main/untaint.C: header untainting to UL_HTTP_HEADER,
19578: UL_MAIL_HEADER made nonforced [only tainted pieces]
19579:
19580: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
19581: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
19582: @ SAPI::log
19583:
19584: * src/main/untaint.C: \r to ' ' in origins mode
19585:
19586: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
19587: set]
19588:
19589: * src/: classes/xdoc.C, include/pa_config_fixed.h,
19590: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
19591: nonstandard liaison freed up
19592:
19593: 2001-10-07 parser
19594:
19595: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
19596: project
19597:
19598: 2001-10-05 parser
19599:
19600: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
19601: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
19602: from outputing to cerr. lots of "todos"
19603:
19604: * src/main/untaint.C: http_header tainting more gentle with
19605: enquoting now
19606:
19607: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
19608: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
19609: xml errorhandler. fixed string.replace a little, read @test
19610:
19611: * src/main/pa_string.C: found replace bug - first_that_starts(char
19612: *) does not have limit, and looks further eos, fixing....
19613:
19614: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
19615:
19616: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
19617:
19618: * src/main/: pa_charset_connection.C: ctype another mem clear
19619: bugfix
19620:
1.116 moko 19621: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
19622: $result[^[$p^]z] now works fine
1.95 moko 19623:
19624: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
19625: wrong. fixed it
19626:
19627: * src/main/pa_charset_connection.C: unicode zero pair at the beging
19628: of totable appered to be vital
19629:
19630: 2001-10-04 parser
19631:
19632: * src/classes/image.C: ^image.length[text]
19633:
19634: 2001-10-03 parser
19635:
19636: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
19637:
19638: * src/main/pa_request.C: restored pcre defaulting in request
19639: [mindlessly "optimized" yesterday] comment left
19640:
19641: 2001-10-02 parser
19642:
19643: * src/: main/pa_charset_manager.C,
19644: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
19645: needed
19646:
19647: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
19648: forgot non-xml pool.*charset needed
19649:
19650: * src/classes/table.C: # config comments fixed
19651:
19652: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
19653: charset_connection #comment now
19654:
19655: * src/: classes/classes.dsp, types/types.dsp: release projects
19656: options fixed to use release msvcrt lib
19657:
19658: * src/main/pa_charset_connection.C: pcre tables now const inside
19659: removed default - pcre handles that internally fixed bug on
19660: not-cleaning tables [previously was calloced, now member]
19661:
19662: * src/: include/pa_request.h, main/pa_charset_connection.C,
19663: main/pa_request.C, types/pa_vstring.h: pcre tables now const
19664: inside removed default - pcre handles that internally fixed bug
19665: on not-cleaning tables [previously was calloced, now member]
19666:
19667: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
19668: tested charset reload on file change @ apache version = OK tested
19669: freeing up prev encoding on adding new = OK
19670:
19671: 2001-10-01 parser
19672:
19673: * src/main/pa_charset_connection.C: removed entitify external hack
19674: [internal installed]
19675:
1.116 moko 19676: * src/main/Makefile.am: makes+removed dtd
1.95 moko 19677:
19678: * src/: include/pa_charset_connection.h,
19679: include/pa_charset_manager.h,
19680: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19681: main/pa_charset_connection.C, main/pa_charset_manager.C,
19682: main/pa_request.C: charset loading & caching mech 0
19683:
19684: * src/: include/pa_stylesheet_connection.h,
19685: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19686: main/pa_globals.C, main/pa_request.C: would make charset loading
19687: & caching mech now
19688:
19689: 2001-09-30 parser
19690:
19691: * src/main/pa_request.C: forgot to fill toTable
19692:
19693: * src/: include/pa_config_fixed.h, main/pa_request.C: started
19694: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
19695: failed on win32 for now..
19696:
19697: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
19698: now charsets table configuration variable is: CHARSETS
19699:
19700: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
19701: ctype with unicode 1. todo: no П entities on output somehow
19702:
19703: * src/: classes/file.C, classes/op.C, classes/string.C,
19704: include/pa_request.h, main/pa_request.C: started ctype with
19705: unicode values
19706:
19707: 2001-09-28 parser
19708:
19709: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
19710: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
19711: string passed AS-IS now
19712:
19713: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
19714: way of user-configuring... todo: implement
19715:
19716: 2001-09-27 parser
19717:
19718: * src/classes/table.C: table.sort changed to sort table itself
19719:
19720: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
19721: X^.getElementsByTagName[tagname] = array of xnode
19722: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
19723: nodes removed - regretfully not supported @ xalan. maybe someday
19724: would reimplement, if needed.
19725:
19726: win32build system: solved long waiting anti-non-started-apache
19727: problem
19728:
19729: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
19730: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19731: types/types.dsp: win32 ident make system so not to rebuild
19732: library [ident.C.new]
19733:
19734: 2001-09-26 parser
19735:
19736: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
19737: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
19738: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19739: types/pa_vxnode.C, types/types.dsp: z
19740:
19741: * src/classes/classes.C: forgot one non-xml check
19742:
1.116 moko 19743: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
19744: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 19745:
19746: * src/targets/cgi/parser3.C: z
19747:
19748: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
19749: targets/isapi/parser3isapi.C: #ifdef SMTP
19750:
19751: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
19752: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19753: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
19754: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
19755: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19756: types/types.dsp: xdoc&xnode now
19757:
19758: * src/: classes/classes.C, classes/classes.awk,
19759: classes/classes.dsp, classes/classes.h, classes/date.C,
19760: classes/dnode.C, classes/dnode.h, classes/dom.C,
19761: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19762: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19763: classes/op.C, classes/response.C, classes/string.C,
19764: classes/table.C, classes/void.C, include/pa_array.h,
19765: include/pa_common.h, include/pa_config_fixed.h,
19766: include/pa_config_includes.h, include/pa_dictionary.h,
19767: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19768: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
19769: include/pa_socks.h, include/pa_sql_connection.h,
19770: include/pa_sql_driver_manager.h, include/pa_stack.h,
19771: include/pa_string.h, include/pa_stylesheet_connection.h,
19772: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
19773: include/pa_xslt_stylesheet_manager.h, main/compile.C,
19774: main/compile.y, main/compile_tools.C, main/compile_tools.h,
19775: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
19776: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19777: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19778: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19779: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
19780: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
19781: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19782: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19783: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
19784: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19785: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
19786: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19787: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19788: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19789: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
19790: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
19791: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19792: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
19793: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19794: types/pa_vmethod_frame.h, types/pa_vobject.h,
19795: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19796: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19797: types/pa_vstateless_object.h, types/pa_vstring.C,
19798: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19799: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
19800: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
19801: main.dsp splitted to main+classes+types along to .am
19802:
19803: * src/classes/Makefile.am: removed useless var
19804:
19805: * src/: classes/classes.cmd, main/main.dsp,
19806: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
19807: main.dsp
19808:
19809: 2001-09-25 parser
19810:
19811: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
19812: 1251 though, todo ICU
19813:
1.116 moko 19814: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 19815: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 19816: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
19817: types/pa_vdom.h: xml configure makes
1.95 moko 19818:
19819: 2001-09-24 parser
19820:
1.116 moko 19821: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
19822: types/Makefile.am: makes
1.95 moko 19823:
1.116 moko 19824: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 19825:
19826: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
19827: started unix makes update
19828:
19829: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
19830: started unix makes update
19831:
19832: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
19833:
19834: * src/types/pa_value.h: z
19835:
19836: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
19837: bugs with usinge hash/table in expressions
19838:
19839: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
19840: resolved conflicts fixed [const]
19841:
19842: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
19843: classes/table.C, include/pa_request.h, include/pa_sapi.h,
19844: main/compile.C, main/compile.tab.C, main/compile.y,
19845: main/compile_tools.h, main/main.dsp, main/pa_common.C,
19846: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19847: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
19848: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
19849: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
19850: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
19851: with before_xml [merge2 actually didn't happen - i've created
19852: tags on wrong branch. so this merge is in fact re-merge]
19853:
19854: 2001-09-21 parser
19855:
19856: * src/: main/main.dsp, targets/cgi/parser3.dsp,
19857: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
19858: produced "" in make file and sadly wrong interpreted on load]
19859:
1.116 moko 19860: * src/: classes/classes.h, classes/hash.C, classes/op.C,
19861: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
19862: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
19863: include/pa_sql_driver_manager.h, include/pa_string.h,
19864: main/compile.tab.C, main/main.dsp, main/pa_common.C,
19865: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
19866: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 19867:
19868: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
19869: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
19870: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
19871: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
19872: main/pa_pool.C, main/pa_request.C,
19873: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
19874: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
19875: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19876: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
19877: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
19878: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
19879: types/pa_vrequest.C, types/pa_vresponse.h,
19880: types/pa_vstateless_class.C, types/pa_vstring.C,
19881: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
19882: created new projects for sql drivers [planning to remove sql
19883: drivers from main cvs project] first, will join latest changes
19884:
19885: * src/classes/: dom.C: defaulted dom writing methods encoding to
19886: pool.get_charset
19887:
19888: * src/classes/dom.C: defaulted dom writing methods encoding to
19889: pool.get_charset
19890:
19891: * src/include/pa_pool.h: defaulted dom writing methods encoding to
19892: pool.get_charset
19893:
19894: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
19895: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
19896: methods encoding to pool.get_charset
19897:
19898: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
19899: transcoder were created right "unsupported encoding" message.
19900: not @ set time, but @ use time, so until xml output functions
19901: .string, .file, .save used - no encoding name check occur
19902:
19903: reduced transcode buffer size to 60 fixed pool cleanup - no
19904: registration needed, pools are officially destructured
19905:
19906: 2001-09-20 parser
19907:
19908: * src/classes/image.C: 20K preload on jpg measure [image::measure]
19909:
19910: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
19911: $MAIN:DEFAULTS.content-type[$.charset[here]]
19912:
19913: * src/: classes/dnode.C, classes/dom.C,
19914: include/pa_config_includes.h, include/pa_globals.h,
19915: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
19916: main/pa_pool.C, targets/cgi/parser3.dsp,
19917: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19918: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
19919: Pool::transcode 0
19920:
19921: * src/classes/dom.C: dom. string save file moved output xml options
19922: to last param and made it optional
19923:
19924: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
19925: dnodes
19926: !$attributenode.specified = boolean
19927: true if the attribute received its value explicitly
19928: in the XML document,
19929: or if a value was assigned programatically with the
19930: setValue function.
19931: false if the attribute value came from the default value
19932: declared in the document's DTD.
19933: !$pinode.target = target of this processing instruction
19934: XML defines this as being the first token following the
19935: markup
19936: that begins the processing instruction.
19937: XPath:
19938: !^node.select[xpath/query/expression] = hash of 0->node0
19939: 1->node1
19940: !^node.select-single[xpath/query/expression] = first node if
19941: any
19942:
19943: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
19944: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
19945: some 'const's added
19946:
19947: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
19948: expression context now, there value = size and boolean value
19949: size!=0
19950:
19951: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
19952: can be used in expression context now, there value = size and
19953: boolean value size!=0
19954:
19955: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
19956: types/pa_vstring.h: dnode .file .string .save moved back to dom
19957: due to strange xalan bug
19958:
19959: 2001-09-18 parser
19960:
19961: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
19962: classes/image.C, classes/op.C, classes/table.C,
19963: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
19964: include/pa_sql_driver_manager.h, main/compile.C,
19965: main/compile.tab.C, main/compile.y, main/compile_tools.h,
19966: main/execute.C, main/pa_common.C, main/pa_request.C,
19967: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
19968: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19969: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
19970: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19971: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
19972: before_xml branch ^if(def $hash) now true only when
19973: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
19974:
19975: * src/: classes/op.C, main/execute.C: operators self changed to
19976: root ^for variable context changed to self
19977:
19978: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
19979: dnode 1
19980:
19981: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
19982: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
19983:
19984: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
19985: poly* fixed
19986:
19987: 2001-09-17 parser
19988:
19989: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
19990: types/pa_vdom.h: started dnode+dom
19991:
19992: dnode DOM methods: $node.name $node.value
19993: ...others...
19994:
19995: ^node.xpath[/rates/USD] = hash
19996: $hash[
19997: $.0[node0]
19998: $.1[node1]
19999: ]
20000:
20001: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
20002: applies to all linear primitives
20003:
20004: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
20005: include/pa_stylesheet_connection.h, main/main.dsp,
20006: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
20007: types/pa_vimage.h: started dnode DOM: $node.name
20008: $node.value ...others... ^node.xpath[/rates/USD] = hash
20009: dom(dnode)
20010:
20011: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
20012: main/compile.y, main/compile_tools.h, main/execute.C,
20013: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
20014: in expression compound($aa.zz.xx) names now can have minus '-' in
20015: name after '.'
20016:
20017: 2001-09-15 parser
20018:
20019: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
20020: image: $line-width ^line(...)[**** style]
20021:
20022: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
20023: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
20024: pool_storage - cleanups first, allocations second. apache wisely
20025: does just like that
20026:
20027: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
20028: rewritten using template, no bugs now
20029:
20030: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
20031: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
20032: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
20033: poorly started isapi pool_storage, would rewrite using template
20034: now
20035:
20036: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
20037: include/pa_stylesheet_connection.h, main/main.dsp,
20038: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
20039: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
20040: xalan objects freed up [introducing Pool::register_cleanup]
20041:
20042: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
20043: comments
20044:
20045: 2001-09-14 parser
20046:
20047: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
20048: z
20049:
20050: * src/: classes/dom.C, classes/file.C, classes/image.C,
20051: classes/mail.C, include/pa_common.h,
20052: include/pa_sql_driver_manager.h, include/pa_string.h,
20053: include/pa_stylesheet_connection.h,
20054: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20055: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
20056: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
20057: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
20058: compiled&cached
20059:
20060: 2001-09-13 parser
20061:
20062: * src/: classes/dom.C, classes/file.C, classes/image.C,
20063: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
20064:
20065: * src/classes/dom.C: dom:file content-type(.method)
20066:
20067: * src/: include/pa_common.h, include/pa_globals.h,
20068: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
20069: string now more informative error messages
20070:
20071: * src/: include/pa_globals.h, include/pa_request.h,
20072: main/pa_request.C, targets/cgi/parser3.C,
20073: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
20074: ParserSiteConfig .../parser3.conf
20075:
20076: cgi&isapi looks for {configure|c:\windows}/parser3.conf
20077:
20078: 2001-09-12 parser
20079:
20080: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20081: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
20082: precise error reporting: "connection string must start with
20083: protocol://" now
20084:
20085: * src/main/compile.tab.C: fixed - subname code parts actually []
20086: braced
20087:
20088: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
20089: lexer on LS_USER level did [] matching without setting nestage,
20090: introduced special LS_NAME_SQUARE_PART state
20091:
20092: 2001-09-11 parser
20093:
20094: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
20095: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
20096: languages+=xml
20097:
20098: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
20099:
20100: * src/classes/dom.C: ^dom:save/string/file[output options] output
20101: options: $.method[xml|html|text] detection fixed
20102:
20103: * src/types/pa_vdom.h: messages
20104:
20105: * src/classes/dom.C: ^dom:save/string/file[output options] output
20106: options: $.method[xml|html|text] detection fixed
20107:
20108: 2001-09-10 parser
20109:
20110: * src/classes/dom.C: ^dom:save/string/file[output options] output
20111: options: $.method[xml|html|text] $.encoding[windows-1251|...]
20112:
20113: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
20114: added]
20115:
20116: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20117: ^dom.xslt[stylesheet filename] 0
20118:
20119: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20120: ^dom.xslt[stylesheet filename] -1 doc is lying
20121:
20122: * src/classes/dom.C: ^dom.file[encoding] = file
20123:
20124: * src/classes/: dom.C: ^dom.string[encoding] 1
20125: ^dom.save[encoding;filename]
20126:
20127: * src/classes/dom.C: ^dom.string[] 0
20128:
20129: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
20130:
20131: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
20132: types/pa_vform.h: ^dom.save[b.xml] 0
20133:
20134: 2001-09-08 parser
20135:
20136: * src/types/pa_vform.C: $form:tables.name.field
20137:
20138: 2001-09-07 parser
20139:
20140: * src/classes/table.C: table:empty removed, superceded by ^if(def
20141: $table)...
20142:
20143: * src/targets/cgi/parser3.C: z
20144:
20145: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
20146: from '' to int/double is 0]
20147:
20148: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
20149: $table) is false when table is empty
20150:
20151: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
20152: !$form:tables $atable[$form:tables.a]
20153: ^atable.menu{a=$atable.element}[,]
20154:
20155: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
20156: types/pa_vform.h, types/pa_vhash.h: !$form:fields
20157:
1.116 moko 20158: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20159: types/pa_vdom.h, types/pa_vform.C: merged with successful start
20160: of dom
20161:
20162: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
20163: types/pa_vform.C, types/pa_vform.h: z
20164:
20165: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
20166: element [not last]
20167:
1.116 moko 20168: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20169: types/pa_vdom.h: introducing dom. dom:load[a.xml]
20170:
20171: 2001-09-06 parser
20172:
20173: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20174: table with one column 'element' and two rows: 1 and 2
20175:
20176: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20177: table with one column 'element' and two rows: 1 and 2
20178:
20179: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
20180: bad int/double conversions, and now $form:nonexistent.int(88)
20181: would return 88
20182:
20183: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
20184: types/pa_vhash.h: now there's special hash key '_default'
20185: [instead of ^_default method] $hash[ $.a[1] $.b[2]
20186: $._default[xx] ] $hash.c
20187:
20188: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
20189: fixed [thanks, fif], ^; were treated there non-literally
20190:
20191: * src/doc/doxygen.cfg: merged new default options from 1.2.10
20192: doxygen
20193:
20194: * src/: classes/image.C, classes/op.C, classes/string.C,
20195: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
20196: types/pa_vtable.C: few #ifndef DOXYGEN
20197:
20198: 2001-09-05 parser
20199:
20200: * src/classes/: string.C, table.C: sql options can be void [same as
20201: image:html the other day]
20202:
20203: * src/targets/cgi/Makefile.am: .am undo
20204:
20205: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20206: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
20207: macro expantion on param, simply qoutes whatever passed, undone
20208:
20209: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20210: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
20211: STRINGIZE(name) #name invented
20212:
20213: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20214: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
20215: MAIN_SQL_DRIVERS_NAME "drivers"
20216:
20217: moved to be availible to all users
20218:
20219: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
20220: SQL_DRIVER_CREATE_FUNC_NAME
20221:
20222: * src/classes/mail.C: MAIN:MAIL check fixed
20223:
20224: 2001-09-04 parser
20225:
20226: * src/classes/image.C: image.html now can accept void params
20227:
20228: * src/targets/isapi/parser3isapi.C: z
20229:
20230: * src/targets/cgi/parser3.C: full_file_spec bug
20231:
20232: * src/targets/cgi/parser3.C: getenvcheck
20233:
20234: * src/targets/cgi/parser3.C: zz
20235:
20236: * src/targets/cgi/parser3.C: zzz
20237:
20238: * src/classes/date.C: date
20239:
20240: * src/classes/date.C: date:sql-string is now without ''
20241:
1.116 moko 20242: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 20243: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
20244: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
20245:
1.116 moko 20246: * src/include/pa_config_auto.h.in: makes
1.95 moko 20247:
20248: 2001-09-03 parser
20249:
20250: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
20251:
20252: 2001-09-01 parser
20253:
20254: * src/classes/image.C: letter_spacing
20255:
20256: * src/classes/image.C: image: font params changed
20257:
20258: * src/classes/image.C: image: as_int as_string used
20259:
20260: * src/types/pa_vmethod_frame.h: $result[] now gets properly
20261: analized
20262:
20263: 2001-08-31 parser
20264:
20265: * src/targets/cgi/parser3.C: z
20266:
1.116 moko 20267: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
20268: cygwin
1.95 moko 20269:
20270: * src/classes/void.C: void:int/double += (default)
20271:
20272: * src/classes/image.C: image:font added space param image:font
20273: changed charwidth alg, added kerning const[for now]
20274:
20275: * src/classes/: string.C, table.C: string:int/double (defaults)
20276:
20277: 2001-08-29 parser
20278:
20279: * src/main/pa_exception.C: exception redundant debug info
20280:
20281: 2001-08-28 parser
20282:
20283: * src/classes/image.C: image error msgs
20284:
20285: * src/classes/image.C: image: gifsize little endian
20286:
20287: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
20288: doxygeneration
20289:
20290: * src/: classes/Makefile.am, main/Makefile.am,
20291: targets/cgi/Makefile.am, types/Makefile.am: .am-s
20292:
20293: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
20294: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
20295:
20296: * src/main/compile.C: NO_STRING_ORIGIN check2
20297:
20298: * src/classes/table.C: NO_STRING_ORIGIN check
20299:
20300: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
20301: storage class specifiers invalid in friend function declarations
20302:
20303: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
20304: main/untaint.C, targets/cgi/parser3.C,
20305: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
20306: case of limit
20307:
20308: * src/: classes/file.C, main/pa_common.C: file:move
20309: autocreate/remove dest/src dir
20310:
20311: * src/: classes/string.C, include/pa_dictionary.h,
20312: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
20313: main/untaint.C: pa_directory speeded up. moved zero 'from' check
20314: to directory constructor. string:replace
20315:
20316: 2001-08-27 parser
20317:
20318: * src/classes/image.C: fixed jpgsize alg
20319:
20320: * src/classes/image.C: fixed jpgsize alg
20321:
20322: * src/main/pa_exception.C: z
20323:
20324: * src/main/pa_common.C: removed debug info from pa_common
20325:
20326: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
20327: [auto.p from current dir loading]
20328:
1.116 moko 20329: * src/: main/pa_common.C, main/pa_exception.C,
20330: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
20331: for solaris -lsocket
1.95 moko 20332:
20333: 2001-08-24 parser
20334:
20335: * src/targets/cgi/parser3.C: not cgi extra \n 3
20336:
20337: * src/targets/cgi/parser3.C: not cgi extra \n 2
20338:
20339: * src/targets/cgi/parser3.C: not cgi extra \n
20340:
20341: * src/main/pa_sql_driver_manager.C: z
20342:
20343: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
20344: sql* removed services from disconnect - cross-request ideological
20345: probs.
20346:
20347: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
20348: cross-request ideological probs. oracle - fixed bug: cs
20349: allocated on request.pool and got freed before disconnect
20350:
20351: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
20352: mallocs fixed
20353:
20354: 2001-08-23 parser
20355:
20356: * src/classes/file.C: minor bug in file:save fixed
20357:
20358: * src/main/pa_sql_driver_manager.C: oracle: dlink
20359:
20360: 2001-08-22 parser
20361:
20362: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
20363: types/pa_vfile.h: file:load|save[text|binary;
20364:
20365: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
20366:
20367: 2001-08-21 parser
20368:
20369: * src/classes/: file.C, table.C: ^file:list
20370:
20371: 2001-08-20 parser
20372:
20373: * src/: main/compile.tab.C, main/compile.y,
20374: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
20375: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
20376: recousively caused problems: inc incremeted 123 literal!! fixed
20377:
20378: 2001-08-10 parser
20379:
20380: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
20381:
20382: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20383: added
20384:
20385: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20386: added
20387:
20388: * src/classes/table.C: table:sort restored [it was bad test :(]
20389:
20390: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
20391: ''
20392:
20393: * src/main/: pa_request.C: wanted to make const int
20394: MAX_EXECUTE_SECONDS=1;
20395:
20396: but couldnt, set_callback_and_alarm appeared to be not exported
20397: :(
20398:
20399: * src/main/pa_string.C: string.match hanged on. there were a hang
20400: check but it weren't wise enough
20401:
20402: @parse[dateString][tmp]
20403: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
20404: #end
20405:
20406: @main[] ^parse[2001-02-03]
20407:
20408: * src/classes/: table.C: table:sort now default desc
20409:
20410: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20411: table.sort now creates new sorted table
20412:
20413: 2001-08-09 parser
20414:
20415: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
20416:
20417: * src/classes/hash.C: hash:_default now [was hash:default]
20418:
20419: * src/classes/op.C: case without switch check added
20420:
20421: * src/types/pa_vcookie.C: cookie name&value origins added, more
20422: precise $ORIGINS(1)
20423:
20424: * src/main/Makefile.am: .am
20425:
20426: * src/classes/void.C: void: int double copy/paste from int: bug
20427: fixed
20428:
20429: * src/classes/void.C: void: int double copy/paste from int: bug
20430: fixed
20431:
20432: 2001-08-07 parser
20433:
20434: * src/: classes/double.C, classes/int.C, classes/string.C,
20435: classes/table.C, include/pa_globals.h, main/pa_globals.C:
20436: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
20437: string, table
20438:
20439: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
20440: srand made working
20441:
20442: 2001-08-06 parser
20443:
20444: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
20445: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
20446: main/compile.tab.C, main/compile.y, main/pa_array.C,
20447: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
20448: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
20449:
20450: * src/main/pa_exec.C: exec win32 real filename
20451:
20452: * src/classes/file.C: exec stderr out
20453:
20454: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
20455:
20456: 2001-08-03 parser
20457:
20458: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
20459:
20460: 2001-08-02 parser
20461:
20462: * src/: classes/string.C, classes/table.C, include/pa_array.h,
20463: main/execute.C, main/pa_exec.C: introducing Array_iter
20464:
20465: * src/main/execute.C: detected quick_get recursion bug. changed to
20466: get@execute, but needs array iterator, separate from array to
20467: avoid it & use caching
20468:
20469: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
20470: bug fixed
20471:
20472: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
20473: main/execute.C, main/pa_globals.C: found another multithread bug
20474: in op.C (last, last global var killed) :)
20475:
20476: 2001-08-01 parser
20477:
20478: * src/: include/pa_dictionary.h, include/pa_globals.h,
20479: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
20480: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20481: main/untaint.C: speeded up typo-html replacements. introducing
20482: Dictionary with first-char caching
20483:
20484: 2001-07-31 parser
20485:
20486: * src/types/Makefile.am: pa_vtable.C added to .am
20487:
20488: * src/main/compile.tab.C: added, so that could be compiled even on
20489: non-bison-enabled platforms
20490:
20491: 2001-07-28 parser
20492:
20493: * src/classes/table.C: table:hash always produces hash, when can't
20494: - empty
20495:
20496: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
20497: skipped \n
20498:
20499: 2001-07-27 parser
20500:
20501: * src/classes/: double.C, int.C, string.C: provided meaningful msg
20502: on int/double/string :sql without result and default
20503:
20504: 2001-07-26 parser
20505:
20506: * src/classes/op.C: fixed bad multithread bug with strangly global
20507: OP
20508:
20509: * src/main/compile.y: $man[$.age[zzz]] 0
20510:
20511: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
20512: creation syntax problem persists. restored $: for a while.
20513: thinking of $man[$.age[zzz]] syntax now
20514:
20515: * src/: classes/double.C, classes/int.C, classes/string.C,
20516: include/pa_opcode.h, main/compile.C, main/compile.y,
20517: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
20518: types/pa_vmethod_frame.h, types/pa_wcontext.h,
20519: types/pa_wwrapper.h: fixing :: realization #1
20520:
20521: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
20522: main/compile_tools.h, main/execute.C, main/pa_request.C,
20523: types/pa_vmethod_frame.h: introducing :: this is constructor call
20524: prefix. ordinary : remains for static accesses
20525:
20526: 2001-07-25 parser
20527:
20528: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
20529: fields 2. methods 3. columns
20530:
20531: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
20532: quote. optimized double&int tostring-s
20533:
20534: * src/main/: compile.C, compile.y, compile_tools.h: allowed
20535: whitespace before first method decl
20536:
20537: * src/classes/table.C: allowed nontable result in table:sql,
20538: results in empty table
20539:
20540: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
20541: lines before first method decl
20542:
20543: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
20544: types/pa_vtable.h: ^table.record[] now $table.fields
20545:
20546: * src/main/compile.y: $var[] is now empty string, not void
20547:
20548: * src/main/: compile.y, execute.C: $var[] is now empty string, not
20549: void
20550:
20551: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
20552: main/pa_globals.C: match replace code context moved to implicit
20553: $match context
20554:
20555: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
20556: main/compile_tools.h, main/execute.C: with killed, code storage
20557: introduced with former 'with' syntax
20558:
20559: 2001-07-24 parser
20560:
20561: * src/: main/compile.C, main/execute.C, main/pa_string.C,
20562: types/pa_value.h: first get_element, next get operator
20563:
20564: * src/main/compile.y: removed @end handling
20565:
20566: * src/main/: compile.C, compile.y: @end handling method2
20567:
20568: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
20569: file:move
20570:
20571: * src/main/pa_common.C: file_read close @ eof when imgsize bug
20572: fixed
20573:
20574: 2001-07-23 parser
20575:
20576: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
20577: driver
20578:
20579: * src/classes/hash.C: changed sql driver query interface
20580:
20581: * src/: classes/hash.C, classes/string.C, classes/table.C,
20582: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
20583: changed sql driver query interface
20584:
20585: 2001-07-20 parser
20586:
20587: * src/types/pa_vrequest.C: X!$browser:type
20588:
20589: * src/: classes/file.C, classes/string.C, include/pa_string.h,
20590: main/execute.C, main/pa_string.C, types/pa_valiased.C,
20591: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
20592: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
20593: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
20594: types/pa_vobject.h, types/pa_vrequest.C,
20595: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
20596: ^class:method dynamic calls allowed. ^BASE.method call disabled.
20597: BASE element globally removed
20598:
20599: 2001-07-18 parser
20600:
20601: * src/classes/file.C: file:exec/cgi msg
20602:
20603: * src/classes/file.C: $file:exit-code renamed to 'status'
20604:
20605: * src/: classes/file.C, main/pa_exec.C: file:exec
20606:
1.116 moko 20607: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20608: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
20609: removed $id from *.in *.am
1.95 moko 20610:
20611: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
20612: abbrevations
20613:
20614: * src/: classes/date.C, classes/mail.C, classes/math.C,
20615: classes/string.C, classes/table.C, include/pa_globals.h,
20616: include/pa_string.h, main/execute.C, main/pa_globals.C,
20617: main/pa_request.C, main/pa_string.C, main/untaint.C,
20618: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
20619: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
20620: $ORIGINS(1) output tracing mode
20621:
20622: 2001-07-13 parser
20623:
20624: * src/: classes/double.C, classes/int.C, classes/string.C,
20625: include/pa_request.h, main/execute.C, main/pa_request.C:
20626: auto.p[@auto], /news/auto.p[no @auto], so that initializing
20627: second would not call first @auto
20628:
20629: * src/main/: execute.C, pa_request.C: order of MAIN parents was
20630: wrong, fixed
20631:
20632: 2001-07-12 parser
20633:
20634: * src/types/pa_value.h: pa_value.putelement modification of system
20635: classes prevented
20636:
20637: 2001-07-11 parser
20638:
20639: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
20640: table $piece
20641:
20642: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
20643: types/pa_vstateless_class.h: $file created by file:state +=
20644: .atime .mtime .ctime +found&fixed bug with exceptions on
20645: get_junction-created objects [they were on wrong pool]
20646:
20647: 2001-07-09 parser
20648:
20649: * src/main/untaint.C: qp wrong name
20650:
20651: * src/: classes/date.C, classes/string.C, classes/table.C,
20652: main/compile.y: date format 0
20653:
20654: 2001-07-07 parser
20655:
20656: * src/: classes/date.C, classes/table.C, include/pa_common.h,
20657: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
20658: roll table calendar
20659:
20660: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
20661: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
20662: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
20663: include/pa_request.h, main/main.dsp, types/pa_value.h,
20664: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
20665: string. todo: sql, calendar
20666:
20667: 2001-07-06 parser
20668:
20669: * src/: classes/math.C, include/pa_request.h, main/execute.C,
20670: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
20671:
20672: 2001-07-03 parser
20673:
20674: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
20675: classes/random.C, main/main.dsp: class random renamed to math,
20676: operators became methods
20677:
20678: * src/classes/op.C: pow sqrt
20679:
20680: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
20681:
20682: 2001-07-02 parser
20683:
20684: * src/classes/table.C: ^table.columns column renamed from 'name' to
20685: 'column'
20686:
20687: * src/classes/hash.C: ^hash.keys[]
20688:
20689: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
20690:
20691: * src/main/: compile.y, compile_tools.h: in expressions now allowed
20692: 'strings'
20693:
20694: 2001-06-29 parser
20695:
20696: * src/main/: execute.C: /0 %0 checkes ver 2
20697:
20698: * src/main/execute.C: /0 %0 checke
20699:
20700: * src/classes/Makefile.am: nothing - void
20701:
20702: * src/classes/table.C: empty strings @ sql
20703:
20704: 2001-06-28 parser
20705:
20706: * src/: classes/double.C, classes/file.C, classes/form.C,
20707: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20708: classes/op.C, classes/random.C, classes/response.C,
20709: classes/string.C, classes/table.C, classes/void.C,
20710: main/compile.C, main/compile_tools.C, main/execute.C,
20711: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20712: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20713: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20714: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20715: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
20716: targets/isapi/parser3isapi.C, main/compile.y: */ static const
20717: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
20718: $";
20719:
20720: * src/: classes/double.C, classes/file.C, classes/form.C,
20721: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20722: classes/op.C, classes/random.C, classes/response.C,
20723: classes/string.C, classes/table.C, classes/void.C,
20724: main/compile.C, main/compile.y, main/compile_tools.C,
20725: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20726: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20727: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20728: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20729: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 20730: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 20731:
20732: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
20733: $class:name: == ${class:name}:
20734:
20735: * src/classes/string.C: exactly one
20736:
20737: 2001-06-27 parser
20738:
20739: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
20740: types/pa_vvoid.h: nothing renamed to void
20741:
20742: * src/classes/op.C: ^switch ^case
20743:
20744: * src/main/compile.y: nothing renamed to void
20745:
20746: * src/: classes/hash.C, classes/table.C, main/compile.y,
20747: main/execute.C, main/main.dsp, main/pa_request.C,
20748: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
20749: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
20750: void
20751:
20752: * src/main/compile.y: lexer: $zzzz^zzzz were name part
20753:
20754: 2001-05-28 parser
20755:
20756: * src/doc/html2chm.cmd: removed >a
20757:
20758: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
20759: project options [some bugs]
20760:
20761: * src/doc/sources2html.cmd: z
20762:
20763: * src/: classes/classes.C, main/compile.C, main/compile.y,
20764: main/execute.C: operators are not in root class again
20765:
20766: 2001-05-24 parser
20767:
20768: * src/targets/cgi/parser3.dsp: project file
20769:
20770: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
20771: ^log ^exp
20772:
20773: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
20774: conversions in @exception[params]
20775:
20776: * src/main/pa_request.C: // no _ conversions in @exception[params]
20777:
20778: 2001-05-23 parser
20779:
20780: * src/main/pa_string.C: string cmp bug
20781:
20782: * src/classes/: mail.C, op.C: rem max 1000
20783:
20784: * src/: classes/op.C, main/compile.y: allow one empty line before
20785: LS_DEF_NAME
20786:
20787: 2001-05-22 parser
20788:
20789: * src/classes/op.C: if params code-required
20790:
20791: 2001-05-21 parser
20792:
20793: * src/types/pa_vstring.C: eoleof
20794:
20795: * src/classes/Makefile.am: .AM
20796:
20797: * src/classes/nothing.C: resultless ^sql moved to nothing:
20798:
20799: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
20800:
20801: * src/: classes/double.C, classes/nothing.C, classes/string.C,
20802: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
20803: types/pa_vunknown.h, classes/hash.C, main/compile.y,
20804: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
20805: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
20806: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
20807: 'nothing'
20808:
20809: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
20810: vstring::set_string
20811:
20812: * src/classes/: double.C, int.C, string.C: int,double;sql
20813:
20814: * src/: classes/hash.C, classes/int.C, classes/string.C,
20815: classes/table.C, include/pa_string.h, main/pa_string.C,
20816: types/pa_vstring.C, types/pa_vstring.h: started int:sql
20817:
20818: * src/: classes/classes.C, classes/hash.C, classes/op.C,
20819: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
20820: hash:sql moved to main trunc. operators.txt updated
20821:
20822: * src/classes/: hash.C, op.C, table.C: hash:sql
20823:
20824: * src/classes/op.C: z
20825:
20826: * src/: main/compile.C, classes/classes.C: 1
20827:
20828: * src/: classes/classes.C, main/compile.C, main/compile.y,
20829: main/execute.C: 0
20830:
20831: * src/main/execute.C: z
20832:
20833: * src/targets/cgi/parser3.C: z
20834:
20835: * src/targets/cgi/parser3.C: argv can be just "parser3". made
20836: site_auto_path "." in that case
20837:
20838: * src/targets/cgi/: parser3.C: z
20839:
20840: * src/main/pa_request.C: .am
20841:
20842: * src/: main/pa_request.C, targets/cgi/parser3.C:
20843: pcre_tables=pcre_default_tables;
20844:
20845: 2001-05-19 parser
20846:
20847: * src/main/pa_string.C: z
20848:
20849: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
20850: introducing String::cstr_bufsize, returns just size+1 for as_is
20851: target.
20852:
20853: * src/: main/untaint.C, targets/cgi/pa_pool.C,
20854: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
20855: used, 4* mem wasted
20856:
20857: * src/classes/string.C: root context in match replace body now
20858: unchanged
20859:
20860: * src/types/pa_value.h: parameter # 1 based
20861:
20862: * src/main/pa_common.C: common: actual filename '%s'
20863:
20864: * src/classes/string.C: z
20865:
20866: * src/classes/Makefile.am: classes/.am
20867:
20868: * src/classes/: Makefile.am: classes/.am
20869:
20870: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
20871: targets/cgi/pa_pool.C: classes/.am
20872:
20873: 2001-05-18 parser
20874:
1.116 moko 20875: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
20876: pa_threads.C ins
1.95 moko 20877:
20878: * src/targets/cgi/Makefile.am: .am pa_threads.C added
20879:
20880: 2001-05-17 parser
20881:
20882: * src/: classes/string.C, include/pa_config_fixed.h,
20883: include/pa_config_includes.h, main/compile.y,
20884: main/compile_tools.h, main/execute.C, main/pa_array.C,
20885: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
20886: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
20887: types/pa_vform.C: #include "pa_config_includes.h" removed from
20888: most .C
20889:
20890: * src/doc/html2chm.cmd: z
20891:
20892: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
20893: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
20894:
20895: * src/main/pa_sql_driver_manager.C: moved expiration to
20896: get_connection_from_cache
20897:
20898: * src/main/pa_sql_driver_manager.C: cache expiration bf
20899:
20900: * src/: classes/classes.h, include/pa_sql_connection.h,
20901: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
20902: cache expiration[use SQL_Driver::disconnect]
20903:
20904: * src/main/pa_table.C: table.locate current restored on "not found"
20905:
20906: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
20907: line no
20908:
20909: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
20910: ANTI_ENDLESS_EXECUTE_RECOURSION
20911:
20912: * src/: classes/op.C, include/pa_sql_connection.h,
20913: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
20914: sql/pa_sql_driver.h: fixed problem at last: 2connections own
20915: 1driver and set_services fight for driver::fservices. before fix
20916:
20917: * src/: classes/op.C, include/pa_config_fixed.h,
20918: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20919: main/pa_sql_driver_manager.C: found problem at last: 2connections
20920: own 1driver and set_services fight for driver::fservices. before
20921: fix
20922:
20923: * src/: include/pa_config_fixed.h, include/pa_threads.h,
20924: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20925: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
20926: pa_threads.C
20927:
20928: * src/include/pa_threads.h: removed targets/parser
20929:
20930: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
20931: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
20932: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
20933: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
20934: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
20935: headers
20936:
20937: * src/: classes/image.C, include/pa_sql_driver_manager.h,
20938: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
20939: order prevented sqlmanager to see MULTYTHREAD define
20940:
20941: * src/: include/pa_config_fixed.h, include/pa_threads.h,
20942: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
20943: put/gets
20944:
20945: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
20946: from hash.h
20947:
20948: * src/: classes/op.C, include/pa_sql_connection.h,
20949: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
20950: from cache ->set_services(&services);
20951:
20952: 2001-05-16 parser
20953:
20954: * src/targets/cgi/parser3.C: z
20955:
20956: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
20957: debug, #ifdefed some. would debug later, on more precise sample
20958: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
20959: $name.$tail[$tail!] $name.$tail } ok3
20960:
20961: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
20962: removed array debug. before vstring rebasing
20963:
20964: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
20965: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
20966: array debugged; adjusted
20967:
20968: * src/main/: pa_sql_driver_manager.C, pa_string.C:
20969: SQL_Driver_manager line no for connect/charset errors
20970:
20971: 2001-05-15 parser
20972:
20973: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
20974: main/pa_string.C: string+array made linear grows
20975:
20976: * src/: include/pa_string.h, main/pa_string.C,
20977: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
20978: grow lineary, not exponentialy
20979:
20980: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
20981: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
20982: with fullchunk cmps
20983:
20984: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
20985: 70041= 81
20986:
20987: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
20988: targets/cgi/parser3.C: detected huge mem allocation: size/times
20989: malloc 27809390/368771, calloc 3232/83. would test now
20990:
20991: * src/: classes/random.C, main/compile.y, main/execute.C,
20992: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
20993: numbered params had wrong name - for instance: bad error message
20994: in ^for[] bad body type. fixed
20995:
20996: 2001-05-14 parser
20997:
20998: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
20999: main/untaint.C: ^string.upper|lower[]
21000:
21001: 2001-05-11 parser
21002:
21003: * src/: classes/double.C, classes/image.C, classes/op.C,
21004: classes/string.C, classes/table.C, classes/unknown.C,
21005: main/execute.C, types/pa_value.h, types/pa_vbool.h,
21006: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
21007: types/pa_vunknown.h: op: MAX_LOOPS as_int
21008:
21009: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
21010: .dsp for win32tools
21011:
21012: 2001-05-11 paf
21013:
21014: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
21015: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
21016: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
21017: targets/isapi/kill.pl: moved win32 helpers to /win32tools
21018:
21019: 2001-05-10 paf
21020:
21021: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
21022: for C++, that's all
21023:
1.116 moko 21024: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
21025: pa_config_includes.h: inline wonders
1.95 moko 21026:
21027: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
21028: doc/doxygen.cmd: hash.C added
21029:
21030: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
21031:
21032: * src/main/compile.y: @end grammar: allowed zero strings in control
21033: menthod
21034:
21035: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
21036: pa_vstateless_object.h: changed priority: field before method
21037: lookup in vclass & vobject
21038:
21039: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
21040: grammar: priorities changes [lowerd && prior] vobject: now first
21041: fields, next methods
21042:
21043: 2001-05-08 paf
21044:
21045: * src/main/pa_table.C: table columnname2item on nameless ignored
21046: bark=false. fixed
21047:
21048: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
21049: types/pa_vmethod_frame.h: hash:default works at last!
21050:
21051: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
21052: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
21053: hash:default
21054:
21055: * src/classes/table.C: z
21056:
21057: * src/classes/table.C: table:hash always hash of hash now
21058:
21059: * src/classes/table.C: table:empty return bool now
21060:
21061: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
21062: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21063: types/pa_vtable.h: table:hash
21064:
21065: * src/classes/table.C: table:record have name
21066:
21067: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
21068: returns vunknown
21069:
21070: * src/classes/: double.C, int.C, op.C, string.C:
21071: int,double,string:int[] double[] string:length[] results now have
21072: hames
21073:
21074: * src/: classes/op.C, classes/table.C, main/main.dsp,
21075: types/pa_vtable.h: removed table:find. table:locate and op:eval
21076: now return bool
21077:
21078: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
21079: in method checkparams again. fixed
21080:
21081: 2001-05-07 paf
21082:
21083: * src/doc/chm.cmd: cmd
21084:
21085: * src/: classes/image.C, classes/mail.C, classes/string.C,
21086: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
21087: types/pa_value.h: method reported errors on wrong pool
21088:
21089: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
21090: now
21091:
21092: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
21093: include/code.h, include/pa_opcode.h, main/compile.C,
21094: main/compile_tools.h, main/execute.C, types/pa_value.h,
21095: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21096: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21097: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
21098: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21099: types/pa_vmethod_frame.h, types/pa_vobject.h,
21100: types/pa_vrequest.h, types/pa_vresponse.h,
21101: types/pa_vstateless_class.h, types/pa_vstring.h,
21102: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21103: types/pa_wwrapper.h: pa_code.h
21104:
21105: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
21106:
21107: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
21108: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
21109: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21110: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
21111: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21112: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
21113: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
21114: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
21115: types/pa_vtable.h: dox, split by not clean parts also
21116:
21117: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21118: types/pa_vtable.h: table: fields, then methods. so to enable
21119: 'dir' fields & co. more
21120:
21121: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
21122: so to enable 'dir' fields & co.
21123:
21124: * src/main/compile.y: grammar: @end
21125:
21126: 2001-05-04 paf
21127:
21128: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
21129: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
21130:
21131: * src/: classes/classes.h, classes/double.C, classes/file.C,
21132: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21133: classes/op.C, classes/random.C, classes/response.C,
21134: classes/string.C, classes/table.C, classes/unknown.C,
21135: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
21136: method dox
21137:
21138: 2001-05-03 paf
21139:
21140: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
21141: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21142: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
21143: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21144: doc/string.dox, doc/targets.dox, doc/value.dox,
21145: main/pa_request.C: dox splitted .dox files and added some
21146:
21147: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
21148:
21149: 2001-05-02 paf
21150:
21151: * src/classes/: image.C, table.C: table:dir result are not tainted
21152: by file_name language now
21153:
21154: 2001-04-28 paf
21155:
21156: * src/classes/classes.inc: removed classes.inc
21157:
21158: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
21159: from .am
21160:
21161: * src/classes/classes.awk: skipped classes in .awk
21162:
21163: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
21164: classes/classes.inc, classes/double.C, classes/file.C,
21165: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
21166: classes/string.C, classes/table.C, classes/unknown.C,
21167: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
21168: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
21169: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
21170: pa_methoded back to classes/classes.h
21171:
21172: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
21173:
21174: * src/: classes/Makefile.am, classes/classes.awk,
21175: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
21176: classes/ls.exe, main/bison.exe: classes.inc autogenerator
21177:
21178: * src/: classes/classes.C, classes/classes.h, classes/double.C,
21179: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
21180: classes/response.C, classes/string.C, classes/table.C,
21181: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
21182: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
21183: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
21184: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
21185: include|main/pa_methoded
21186:
21187: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
21188: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
21189:
21190: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
21191: moved some configured data to request::classes_conf moved some
21192: string crations from globals to M... [works]
21193:
21194: * src/: classes/form.C, classes/mail.C, classes/op.C,
21195: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
21196: main/pa_request.C: moved some configured data to
21197: request::classes_conf moved some string crations from globals to
21198: M...
21199:
21200: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
21201: about to move configured data to special request hash
21202:
21203: * src/: classes/classes.C, classes/classes.h, classes/file.C,
21204: classes/form.C, classes/mail.C, include/pa_request.h,
21205: main/pa_request.C: configure started
21206:
21207: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
21208: 2. todo: methoded-configure
21209:
21210: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21211: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21212: classes/_random.h, classes/_response.h, classes/_string.h,
21213: classes/_table.h, classes/_unknown.h, classes/classes.inc,
21214: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21215: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21216: classes/random.C, classes/response.C, classes/string.C,
21217: classes/table.C, classes/unknown.C, include/pa_globals.h,
21218: include/pa_request.h, main/compile.y, main/execute.C,
21219: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21220: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21221: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
21222: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
21223: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21224: types/pa_vrequest.h, types/pa_vresponse.h,
21225: types/pa_vstateless_class.h, types/pa_vstring.h,
21226: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21227: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
21228: methoded-configure
21229:
21230: * src/: classes/file.C, classes/table.C, main/compile.y,
21231: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
21232: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
21233: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
21234:
21235: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
21236: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21237: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21238: classes/random.C, classes/response.C, classes/string.C,
21239: classes/table.C, classes/unknown.C, include/pa_request.h,
21240: main/compile.y, main/execute.C, main/pa_globals.C,
21241: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
21242: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
21243: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
21244: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
21245: beautifying just compiled. todo: debug, configure
21246:
21247: 2001-04-27 paf
21248:
21249: * src/: classes/file.C, classes/image.C, classes/table.C,
21250: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
21251: beautifying -99
21252:
21253: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
21254: classes/_response.h, classes/_unknown.h, classes/classes.C,
21255: classes/classes.h, classes/double.C, classes/file.C,
21256: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21257: classes/op.C, classes/random.C, classes/response.C,
21258: classes/string.C, include/pa_globals.h, main/main.dsp,
21259: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
21260: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21261: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
21262: types/pa_vunknown.h: beautifying -100
21263:
21264: * src/main/compile.y: serge@ found @CLASS bug. fixed
21265:
21266: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
21267: classes/_op.h, classes/_random.h, classes/_table.h,
21268: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
21269: classes/op.C, classes/random.C, classes/response.C,
21270: classes/string.C, classes/table.C, classes/unknown.C,
21271: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21272: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21273: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
21274: beautifying
21275:
21276: 2001-04-26 paf
21277:
21278: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
21279:
21280: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
21281: documentation ++
21282:
21283: * src/: classes/_exec.h, doc/doxygen.cfg,
21284: include/pa_config_fixed.h, include/pa_config_includes.h,
21285: targets/cgi/pa_pool.C: code documentation ++
21286:
21287: * src/: classes/_image.h, classes/op.C, classes/random.C,
21288: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21289: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21290: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
21291: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21292: types/pa_vmethod_frame.h, types/pa_vobject.h,
21293: types/pa_vrequest.C, types/pa_vrequest.h,
21294: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
21295: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
21296: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
21297: code documentation ++
21298:
21299: * src/: classes/image.C, classes/mail.C, classes/string.C,
21300: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
21301: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
21302: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
21303: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21304: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21305: types/pa_vobject.h, types/pa_vstateless_class.h,
21306: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
21307:
21308: * src/main/: pa_request.C, pa_string.C: z
21309:
21310: * src/: include/pa_common.h, include/pa_types.h,
21311: main/pa_sql_driver_manager.C: module [and, guess, isapi]
21312: connection caching fixed. request-pooled-url were stored into
21313: global connectioncache
21314:
21315: 2001-04-25 paf
21316:
21317: * src/: doc/doxygen.cfg, doc/doxygen.txt,
21318: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
21319:
21320: * src/: include/code.h, include/pa_common.h, main/compile.y,
21321: main/execute.C, main/pa_common.C: -d
21322:
21323: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
21324: illegal call check a bit improved, but still under iis no mapping
21325: of dir with parser allowed!
21326:
21327: 2001-04-24 paf
21328:
21329: * src/targets/Makefile.am: apache module lib .am
21330:
21331: * src/main/pa_exec.C: windows32 buildCommand
21332:
21333: 2001-04-23 paf
21334:
21335: * src/targets/cgi/Makefile.am: win32 conditional
21336:
21337: * src/targets/cgi/Makefile.am: win32 conditional
21338:
21339: * src/targets/cgi/Makefile.am: liblink
21340:
21341: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
21342: vfile fields return type
21343:
21344: * src/types/pa_vfile.h: vfile fields return type
21345:
21346: * src/include/pa_config_auto.h.in: .h.in
21347:
21348: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
21349: types/Makefile: makefiles removed
21350:
21351: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
21352: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
21353:
21354: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
21355: [tested: i & g ]
21356:
21357: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
21358: @test noticed series in isapi, check how initialize_random_class
21359: is called! [must be called only once]
21360:
21361: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
21362: would not be 'unknown column'
21363:
21364: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
21365: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
21366:
21367: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
21368: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
21369: [now doesnt]
21370:
21371: * src/targets/cgi/parser3.C: cgi cmdline ver
21372:
21373: * src/targets/cgi/parser3.C: cgi /// @test disable
21374: /cgi-bin/parser3/auto.p
21375:
21376: * src/main/untaint.C: untaint without charset
21377:
21378: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21379: main/pa_common.C: common: file_write /// @test mkdirs
21380: file_delete rmdirs
21381:
21382: * src/main/untaint.C: mail header only once to =?
21383:
21384: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
21385: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
21386: main/untaint.C: untaint - @test optimize whitespaces for
21387: all but 'html'
21388:
21389: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
21390: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
21391: main/untaint.C: untaint - @test mail-header
21392:
21393: 2001-04-20 paf
21394:
21395: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21396: include/pa_request.h, include/pa_string.h, main/compile.y,
21397: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21398: targets/cgi/parser3.C: $MAIN:LOCALE
21399:
21400: * src/main/untaint.C: z
21401:
21402: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
21403:
21404: 2001-04-19 paf
21405:
21406: * src/main/compile_tools.h: $a$b bugfix
21407:
21408: * src/targets/cgi/parser3.C: z
21409:
21410: * src/classes/file.C: z
21411:
21412: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
21413: done: header to $fields. waits for header '\' tricks
21414:
21415: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
21416: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
21417: changed urlencode here and in untaint.C to HTTP standard's " and
21418: \" mech
21419:
21420: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
21421: http://alx/~paf/ doesnt load /auto.p
21422:
21423: 2001-04-18 paf
21424:
21425: * src/main/pa_request.C: 1
21426:
21427: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
21428: linux @alx
21429:
21430: 2001-04-17 paf
21431:
21432: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
21433: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
21434: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
21435: enabled
21436:
21437: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21438: classes/_exec.h, classes/_file.h, classes/_form.h,
21439: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21440: classes/_random.h, classes/_response.h, classes/_string.h,
21441: classes/_table.h, classes/_unknown.h, classes/file.C,
21442: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
21443: include/pa_config_fixed.h, include/pa_config_includes.h,
21444: include/pa_hash.h, include/pa_sql_driver_manager.h,
21445: include/pa_version.h, main/Makefile.am, main/compile.y,
21446: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
21447: main/pa_sql_driver_manager.C, sql/Makefile.am,
21448: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
21449: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
21450: types/pa_vform.C, types/pa_vimage.h: exec @jav
21451:
21452: * src/: include/pa_sql_driver_manager.h,
21453: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21454: types/pa_vimage.h: sql driver interface now has initialize(client
21455: .so)
21456:
21457: 2001-04-16 paf
21458:
21459: * src/Makefile.am: compile2 cygwin
21460:
21461: * src/: include/pa_config_includes.h, main/pa_exec.C,
21462: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
21463:
21464: * src/targets/cgi/Makefile.am: compile0 jav
21465:
21466: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21467: classes/_exec.h, classes/_file.h, classes/_form.h,
21468: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21469: classes/_random.h, classes/_response.h, classes/_string.h,
21470: classes/_table.h, classes/_unknown.h, classes/image.C,
21471: classes/mail.C, classes/op.C, classes/random.C,
21472: include/pa_config_fixed.h, include/pa_config_includes.h,
21473: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
21474: main/compile.y, main/pa_common.C, main/pa_exec.C,
21475: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
21476: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
21477: compile-1
21478:
21479: 2001-04-15 paf
21480:
21481: * src/classes/op.C: z
21482:
21483: * src/classes/table.C: table:empty +=process
21484:
21485: * src/types/pa_value.h: MethodParams !junction
21486:
21487: * src/: classes/_string.h, classes/double.C, classes/file.C,
21488: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21489: classes/random.C, classes/response.C, classes/string.C,
21490: classes/table.C, classes/unknown.C, main/pa_request.C:
21491: MethodParams everywhere
21492:
21493: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
21494: types/pa_vmethod_frame.h: MethodParams in op.C
21495:
21496: 2001-04-12 paf
21497:
21498: * src/: classes/image.C, types/pa_vimage.h: image:font :text
21499:
21500: * src/: classes/_unknown.h, classes/unknown.C,
21501: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21502: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
21503:
21504: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
21505:
21506: * src/classes/image.C: image:gif now does not have params
21507:
21508: * src/classes/image.C:
21509: image:line/fill/rectangle/bar/replace/polygon/polybar
21510:
21511: * src/: classes/image.C, classes/op.C, main/execute.C,
21512: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
21513: for var now written not to r.wcontext, but to r.root cleared
21514: "entered_object" state
21515:
21516: 2001-04-11 paf
21517:
21518: * src/classes/image.C: image:create image:load
21519:
21520: * src/: classes/image.C, main/main.dsp: gd with mem write + image
21521: just compiled
21522:
21523: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21524: todo: gif without file
21525:
21526: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21527: started porting to Pooled descendant
21528:
21529: * src/: classes/image.C, main/execute.C, main/main.dsp,
21530: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
21531: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
21532: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
21533:
21534: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
21535: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
21536: end. switching to python imaging lib
21537:
21538: * src/main/main.dsp: gd+smtp made separate libs
21539:
21540: * src/: include/pa_globals.h, include/pa_string.h,
21541: main/pa_common.C, main/pa_request.C, main/untaint.C,
21542: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
21543: length
21544:
21545: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
21546: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
21547: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
21548: UL_FILE_NAME of posted file name
21549:
21550: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
21551: post [broke when moved post read to core]
21552:
21553: 2001-04-10 paf
21554:
21555: * src/classes/image.C: image:html done
21556:
21557: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
21558:
21559: * src/classes/image.C: z
21560:
21561: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
21562: forgotten!
21563:
21564: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
21565: main/pa_request.C, main/pa_string.C, main/untaint.C,
21566: types/pa_vimage.h: image:measure -90
21567:
21568: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21569: classes/_int.h, classes/_mail.h, classes/_op.h,
21570: classes/_random.h, classes/_response.h, classes/_string.h,
21571: classes/_table.h, classes/file.C, classes/mail.C,
21572: include/pa_common.h, include/pa_globals.h, main/execute.C,
21573: main/main.dsp, main/pa_common.C, main/pa_globals.C,
21574: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
21575: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
21576: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
21577: compiled
21578:
21579: * src/classes/mail.C: minor bug with unclear from/to
21580:
21581: * src/classes/mail.C: sendmail unix skipping defaults
21582:
21583: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
21584: sendmail unix added defaults
21585:
21586: * src/classes/mail.C: unix sendmail compiled. todo:testing
21587:
21588: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
21589:
21590: 2001-04-09 paf
21591:
21592: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
21593: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
21594: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21595: targets/isapi/parser3isapi.dsp: all targets exec
21596:
21597: * src/: include/pa_sapi.h, include/pa_string.h,
21598: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21599: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
21600: args in apache:util.script
21601:
21602: * src/include/pa_string.h: written but not tested exec with env for
21603: unix
21604:
21605: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
21606: targets/cgi/parser3.C: exec win32 env
21607:
21608: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
21609: 0
21610:
21611: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
21612: main/execute.C, main/main.dsp, main/pa_globals.C,
21613: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
21614: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
21615:
21616: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
21617: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
21618:
21619: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
21620: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
21621:
21622: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
21623: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
21624: main/pa_common.C, main/pa_request.C, main/pa_string.C,
21625: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21626: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
21627: exec class just compiled. moved post read to request core
21628:
21629: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
21630: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
21631: main/pa_globals.C, targets/cgi/parser3.C,
21632: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
21633: are already read by vform
21634:
21635: 2001-04-08 paf
21636:
21637: * src/: classes/file.C, classes/mail.C, classes/string.C,
21638: include/pa_request.h, include/pa_string.h, main/pa_request.C:
21639: uuencode. string<<
21640:
21641: 2001-04-07 paf
21642:
21643: * src/classes/mail.C: z
21644:
21645: * src/classes/mail.C: z
21646:
21647: * src/classes/mail.C: ^mail[$attach
21648:
21649: * src/classes/mail.C: ^attach dead end
21650:
21651: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
21652: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21653: targets/isapi/parser3isapi.C: mail:send 1
21654:
21655: * src/: classes/mail.C, main/pa_request.C: z
21656:
21657: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
21658: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
21659: compiled
21660:
21661: * src/classes/mail.C: +=
21662:
21663: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
21664: prepared
21665:
21666: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
21667: include/pa_globals.h, include/pa_string.h, main/main.dsp,
21668: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21669: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
21670:
21671: 2001-04-06 paf
21672:
21673: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
21674: main/pa_string.C: table:dir 1
21675:
21676: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
21677: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
21678:
21679: * src/: classes/_op.h, classes/_root.h, classes/op.C,
21680: classes/root.C, include/pa_globals.h, include/pa_request.h,
21681: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
21682: main/pa_request.C: renamed 'root' to 'op'
21683:
21684: * src/classes/: _op.h, op.C: renamed from 'root'
21685:
21686: * src/types/pa_valiased.C: another root inherititance skipped
21687:
21688: * src/main/: compile.C, compile.y, execute.C: operators are now not
21689: root methods of parent class. just 'ROOT' class
21690:
21691: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
21692: @office
21693:
21694: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
21695:
21696: 2001-04-05 paf
21697:
21698: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
21699: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
21700: constructor flag dropped at get_method_frame and remembered into
21701: method_frame
21702:
21703: * src/: classes/file.C, classes/root.C, classes/string.C,
21704: classes/table.C, main/pa_request.C: junction to code&expression
21705: in errors
21706:
21707: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
21708: main/pa_string.C, targets/isapi/parser3isapi.dsp:
21709: $LOCALE:ctype[Russian_Russia.1251]
21710:
21711: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21712: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
21713: main/pa_table.C: hash now not thread-safe.
21714:
21715: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
21716: main/untaint.C: z
21717:
21718: * src/: classes/random.C, classes/root.C, classes/table.C,
21719: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
21720: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
21721: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
21722: types/pa_wcontext.h: sql quote. string untaint UL_SQL
21723:
21724: * src/: classes/table.C, include/pa_sql_connection.h,
21725: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
21726:
21727: * src/classes/table.C: select * from hren error contains statement
21728:
21729: * src/: classes/table.C, include/pa_sql_connection.h,
21730: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
21731: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
21732:
21733: * src/: classes/root.C, include/pa_sql_connection.h,
21734: include/pa_sql_driver.h, main/main.dsp,
21735: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
21736: services for conv memory & error reporting
21737:
21738: 2001-04-04 paf
21739:
21740: * src/doc/doxygen.cfg: z
21741:
21742: * src/include/pa_sql_driver.h: mysql connect
21743:
21744: * src/include/pa_sql_driver.h: mysql info
21745:
21746: * src/: classes/root.C, include/pa_sql_driver.h,
21747: include/pa_sql_driver_manager.h, main/main.dsp,
21748: main/pa_sql_driver_manager.C: more manager&connection&driver
21749:
21750: * src/sql/Makefile.am: forgot to add mysql client
21751:
21752: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
21753: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
21754: [forgot to add libltdl, added]
21755:
21756: * src/: Makefile.am, classes/root.C, classes/string.C,
21757: classes/table.C, include/pa_globals.h, include/pa_hash.h,
21758: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
21759: include/pa_string.h, include/pa_table.h, main/main.dsp,
21760: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
21761: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
21762: -1000 just compiled
21763:
21764: * src/: classes/random.C, classes/root.C, classes/table.C,
21765: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
21766: main/pa_request.C, types/pa_vclass.h: sql frame -10
21767:
21768: 2001-04-03 paf
21769:
21770: * src/types/pa_vform.C: z
21771:
21772: * src/: classes/string.C, types/pa_vform.C: string:match replace
21773: assigned lang
21774:
21775: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
21776: {}[]< empty []
21777:
21778: * src/: classes/file.C, classes/string.C, classes/table.C,
21779: include/pa_string.h, main/pa_common.C, main/pa_string.C,
21780: main/untaint.C: string:match replace 2. string.cstr(forced lang)
21781:
21782: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21783: string:match replace strange matches
21784:
21785: * src/classes/string.C: string:match replace 0
21786:
21787: * src/: classes/string.C, main/pa_string.C: string:match replace
21788: prepared 2
21789:
21790: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21791: string:match replace prepared
21792:
21793: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21794: string:match replace -11
21795:
21796: * src/: classes/string.C, include/pa_globals.h,
21797: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
21798: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
21799:
21800: * src/: classes/string.C, include/pa_globals.h,
21801: include/pa_string.h, main/main.dsp, main/pa_globals.C,
21802: main/pa_string.C: string:match [search] -1 just compiled
21803:
21804: * src/types/pa_vstring.C: z
21805:
21806: * src/: classes/double.C, classes/file.C, classes/form.C,
21807: classes/int.C, classes/response.C, classes/root.C,
21808: classes/string.C, classes/table.C, include/pa_string.h,
21809: main/pa_string.C: string:match -10 [frame]
21810:
21811: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
21812: main/pa_request.C: z
21813:
21814: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
21815: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
21816: todo/tests
21817:
21818: * src/include/pa_common.h: z
21819:
21820: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
21821: main/pa_request.C, targets/cgi/parser3.C,
21822: targets/isapi/parser3isapi.C, types/pa_vfile.C:
21823: content-disposition
21824:
21825: * src/: include/pa_common.h, include/pa_globals.h,
21826: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
21827: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
21828:
21829: * src/: include/pa_common.h, include/pa_request.h,
21830: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
21831: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21832: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
21833: response:body
21834:
21835: * src/classes/table.C: table:append now uses string::split
21836:
21837: * src/classes/table.C: z
21838:
21839: * src/: classes/file.C, classes/root.C, classes/string.C,
21840: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
21841: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
21842: include/pa_string.h, main/execute.C, main/pa_string.C,
21843: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
21844: string::pos & cmp & piece bugs fixed. string::split new
21845: table:load separated from set table:set implemented with clean \n
21846: \t searches
21847:
21848: 2001-04-02 paf
21849:
21850: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
21851: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
21852: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
21853: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
21854: it in table:set/load
21855:
21856: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
21857: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
21858:
21859: * src/classes/random.C: random:generate 1
21860:
21861: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
21862: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21863: types/pa_value.h: random:generate
21864:
21865: 2001-03-30 paf
21866:
21867: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
21868: todo: table flip and append. string::pos
21869:
21870: * src/: classes/double.C, classes/file.C, classes/int.C,
21871: classes/response.C, classes/root.C, classes/string.C,
21872: classes/table.C, main/compile.y, main/execute.C,
21873: types/pa_value.h, types/pa_vstateless_class.C,
21874: types/pa_vstateless_class.h: static|dynamic|any method
21875: registration
21876:
21877: * src/: classes/file.C, classes/table.C, include/pa_table.h,
21878: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
21879: table:flip
21880:
21881: 2001-03-29 paf
21882:
21883: * src/classes/string.C: string:xsplit forgot that they must result
21884: in 1 row N column [not vice versa]
21885:
21886: * src/classes/string.C: z
21887:
21888: * src/classes/string.C: string: rsplit
21889:
21890: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21891: string: lsplit
21892:
21893: * src/: classes/string.C, include/pa_string.h, main/execute.C,
21894: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
21895: lsplit -1
21896:
21897: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
21898: string: pos
21899:
21900: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21901: string: pos -1
21902:
21903: * src/: classes/string.C, classes/table.C, include/pa_string.h,
21904: main/compile.y, main/pa_request.C, main/pa_string.C,
21905: main/untaint.C: string: left right mid
21906:
21907: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
21908: main/compile_tools.h, main/main.dsp, types/pa_value.h,
21909: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
21910: and [;] are different now.
21911:
21912: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
21913: main/untaint.C: pool.request undone
21914:
21915: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
21916: main/untaint.C: pool.request
21917:
21918: 2001-03-28 paf
21919:
21920: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
21921: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21922: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
21923: $request:browser [.type .version]; unknown.get_double now = 0.
21924:
21925: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
21926: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
21927: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
21928: types/pa_vform.C: file:load autodetection of mime-type by
21929: user-file-name
21930:
21931: * src/: classes/file.C, main/execute.C, main/pa_common.C,
21932: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
21933: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
21934:
21935: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21936: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
21937: write. must be self.set
21938:
21939: * src/: classes/file.C, classes/root.C, classes/table.C,
21940: include/pa_table.h, main/pa_table.C: table:locate1, file:test
21941:
21942: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
21943: include/pa_table.h, main/pa_array.C, main/pa_table.C,
21944: types/pa_vtable.h: table:locate just compiled
21945:
21946: 2001-03-27 paf
21947:
21948: * src/main/: execute.C, pa_common.C: fixed r/w context of
21949: code-params2, fixed ntfs hardlink slow dir update
21950:
21951: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
21952: types/pa_wcontext.h: fixed r/w context of code-params
21953:
21954: * src/: classes/table.C, main/execute.C: about to change junction
21955: rcontext!!
21956:
21957: * src/: classes/double.C, classes/int.C, classes/root.C,
21958: classes/string.C, classes/table.C, main/compile_tools.C,
21959: main/execute.C, main/pa_request.C, main/untaint.C,
21960: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
21961: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
21962: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
21963: types/pa_vunknown.h: sort 0
21964:
21965: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
21966: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
21967: renamed to are_static_calls_disabled
21968:
21969: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
21970: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
21971: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
21972: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
21973:
21974: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
21975:
21976: * src/: classes/table.C, include/pa_common.h, main/compile.y:
21977: started table:sort fixed minor bug in #...^{
21978:
21979: * src/: classes/table.C, include/pa_common.h, main/compile.y,
21980: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
21981: decided to have as it were. stepped back. grammar: added 'in'
21982: 'is' 'lt'&co follow-space check
21983:
21984: 2001-03-26 paf
21985:
21986: * src/: classes/file.C, classes/root.C, classes/table.C,
21987: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
21988: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21989: main/pa_table.C: moved ::save to pa_table. disabled @auto
21990: invocation in ^process
21991:
21992: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
21993:
21994: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
21995: main/pa_array.C: table:record
21996:
21997: * src/: main/untaint.C, targets/cgi/parser3.C,
21998: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21999: targets/isapi/pool_storage.h, types/pa_valiased.h,
22000: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
22001: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
22002: types/pa_vtable.h: z
22003:
22004: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
22005: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
22006: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22007: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
22008: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
22009: method realisations on 'self' validity - they now can simply
22010: assume that 'self' is V{Proper} .
22011:
22012: 2001-03-25 paf
22013:
22014: * src/main/untaint.C: z
22015:
22016: * src/main/: pa_request.C, untaint.C: moved default typo-table to
22017: lowlevel - it initialization could be skipped if failed in @auto.
22018: so that exception report would use some table
22019:
22020: * src/main/pa_request.C: table empty lines ignored. system-default
22021: content type assigned in output:result [can fail in main:auto and
22022: skipped normal defaults extraction]
22023:
22024: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
22025: bug
22026:
22027: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
22028: processing to table [except preliminary \r\n \r \n replacements
22029: to "\n"]
22030:
22031: * src/: classes/table.C, main/untaint.C: html-typo - decided to
22032: move all the processing to table
22033:
22034: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
22035: main/pa_table.C, main/untaint.C: returned table originating.
22036: useful for reporting typo table problems origin. think would be
22037: useful somewhere else
22038:
22039: * src/main/untaint.C: typo \r \r\n \n properly handled
22040:
22041: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
22042: include/pa_table.h, main/compile.y, main/compile_tools.C,
22043: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
22044: main/pa_string.C, main/pa_table.C, main/untaint.C,
22045: types/pa_vcookie.h: typo & typo-default
22046:
22047: 2001-03-24 paf
22048:
22049: * src/main/pa_common.C: z
22050:
22051: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22052: targets/cgi/parser3.C: html-typo 2
22053:
22054: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
22055: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
22056: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
22057: main/execute.C, main/pa_array.C, main/pa_globals.C,
22058: main/pa_request.C, main/pa_string.C, main/untaint.C,
22059: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22060: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
22061: noticed double default content-type prob. run cgi.cmd tomorrow
22062: first html-typo sample. detected << problem: they become ltlt too
22063: fast
22064:
22065: * src/main/compile.y: z
22066:
22067: * src/main/: compile.y, compile_tools.h: #comment
22068:
22069: * src/: classes/file.C, classes/root.C, classes/table.C,
22070: include/pa_common.h, include/pa_request.h, main/compile.y,
22071: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22072: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
22073: stringified
22074:
22075: * src/types/pa_valiased.C: decided to String-ify file_read
22076:
22077: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
22078: isapi/parser3isapi.dsp: cgi: sapi::log
22079:
22080: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
22081: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
22082: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
22083: error log experiments failed - cgi under iis got no access to
22084: log. registereventsource simply failed with 5(illegal call) code,
22085: while worked OK as standalone executable. isapi: used
22086: HSE_APPEND_LOG_PARAMETER feature
22087:
22088: * src/: include/pa_common.h, include/pa_globals.h,
22089: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22090: targets/isapi/parser3isapi.C: fixed default content-type
22091: allocation storage
22092:
22093: * src/: include/pa_globals.h, include/pa_request.h,
22094: main/pa_globals.C, main/pa_request.C: z
22095:
22096: * src/: include/pa_array.h, include/pa_hash.h,
22097: include/pa_request.h, main/compile.y, main/pa_array.C,
22098: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22099: types/pa_vcookie.C: cyclic uses ignored. defaulted default
22100: content-type
22101:
22102: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
22103: sanity
22104:
22105: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
22106: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
22107: away freeze mech. no danger now for you can't do
22108: ^request:process[@new-method[] body] trick anymore. still
22109: remains $some_instance.process[@new-method[] possibility] but
22110: would leave it as a feature. see index for sample
22111:
22112: * src/: include/pa_common.h, main/pa_common.C,
22113: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
22114: monkey every target
22115:
22116: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22117: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
22118: types/pa_vform.C, types/pa_vform.h: auto.p monkey
22119:
22120: 2001-03-23 paf
22121:
22122: * src/: include/pa_pool.h, main/pa_request.C,
22123: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
22124: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22125: targets/isapi/pool_storage.h: isapi: dumb pool storage
22126:
22127: * src/targets/isapi/pa_pool.C: decided to continue with extension
22128:
22129: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
22130: it would be better to rewrite as filter then to deal with pool
22131:
22132: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
22133: now like in cgi, not from APPL_PHYSICAL_PATH
22134:
22135: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22136: include/pa_config_fixed.h, include/pa_config_includes.h,
22137: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
22138: include/pa_version.h, main/compile.y, main/execute.C,
22139: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
22140: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22141: main/untaint.C, targets/cgi/parser3.C,
22142: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
22143: cgi: reinvent document_root and request_uri under iis. autoconf
22144: updated. introducing ap_config_includes
22145:
22146: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
22147:
22148: * src/targets/cgi/parser3.C: cgi: only one pool now
22149:
22150: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
22151: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22152: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22153: types/pa_venv.h, types/pa_vform.C: sapi made object
22154:
22155: * src/: include/pa_globals.h, main/pa_request.C,
22156: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22157: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22158: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
22159:
22160: * src/: main/pa_request.C, targets/cgi/parser3.C,
22161: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22162: isapi minor env beauty
22163:
22164: * src/: main/pa_request.C, targets/cgi/parser3.C,
22165: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22166: isapi document_root 0
22167:
22168: 2001-03-22 paf
22169:
22170: * src/targets/isapi/parser3isapi.C: isapi keep-alive
22171:
22172: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
22173: isapi/parser3isapi.C: z
22174:
22175: * src/: include/pa_pool.h, main/pa_request.C,
22176: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
22177:
22178: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
22179: kill.pl: isapi added utils
22180:
22181: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
22182: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22183: types/pa_vform.C: isapi 0
22184:
22185: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
22186: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22187: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22188: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
22189: started isapi
22190:
22191: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
22192: some comments
22193:
22194: * src/: include/pa_globals.h, include/pa_request.h,
22195: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
22196: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
22197: parser_root_auto_path parser_site_auto_path
22198:
22199: * src/types/pa_vcookie.C: cookie attr decoded
22200:
22201: 2001-03-21 paf
22202:
22203: * src/targets/cgi/parser3.C: z
22204:
22205: * src/include/pa_globals.h: post. todo: config of auto.p path
22206:
22207: * src/: include/pa_globals.h, targets/cgi/parser3.C,
22208: types/pa_venv.h: in cookie & env. todo:post
22209:
22210: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
22211: classes/root.C, classes/table.C, include/pa_array.h,
22212: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
22213: include/pa_request.h, include/pa_string.h, main/Makefile.am,
22214: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
22215: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22216: main/pa_table.C, main/untaint.C, targets/Makefile.am,
22217: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22218: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
22219: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
22220: shifted apache branch on main trunc
22221:
22222: * src/: include/pa_common.h, include/pa_globals.h,
22223: include/pa_pool.h, include/pa_request.h, main/main.dsp,
22224: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
22225: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
22226: starting mod_parser3
22227:
22228: * src/targets/cgi/parser3.C: starting mod_parser3
22229:
22230: 2001-03-20 paf
22231:
22232: * src/: main/pa_common.C, targets/cgi/Makefile.am,
22233: targets/cgi/parser3.C: automake compiled and works. todo:make
22234: win32 ifdefs work and add ifdef unistd
22235:
22236: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
22237: main/Makefile.am, main/pa_common.C, main/pa_request.C,
22238: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
22239: z
22240:
22241: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
22242: main/execute.C, main/pa_common.C, types/Makefile.am: removing
22243: locking
22244:
22245: * src/: classes/Makefile.am, types/Makefile.am: z
22246:
22247: * src/: Makefile.am, classes/file.C, classes/root.C,
22248: classes/table.C, include/pa_array.h, include/pa_request.h,
22249: include/pa_string.h, main/Makefile.am, main/execute.C,
22250: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22251: main/pa_string.C, main/untaint.C, targets/Makefile.am,
22252: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22253: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
22254:
22255: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22256: main/pa_request.C, types/pa_vfile.h: ^table:save
22257:
22258: * src/: classes/file.C, classes/table.C, include/pa_array.h,
22259: include/pa_common.h, include/pa_request.h, include/pa_string.h,
22260: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
22261: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
22262: types/pa_vform.h: z
22263:
22264: * src/include/pa_string.h: z
22265:
22266: * src/: classes/_request.h, classes/request.C, main/main.dsp,
22267: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
22268: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22269: :Value
22270:
22271: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
22272: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22273: :VStateless_object
22274:
22275: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
22276: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
22277: :VStateless_object
22278:
22279: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22280: types/pa_valiased.C, types/pa_vform.h: commented VForm
22281:
22282: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
22283: types/pa_valiased.h, types/pa_value.h,
22284: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22285: types/pa_vstateless_object.h: moved common get_element part from
22286: stateless object&class into VAliased
22287:
22288: * src/: classes/_env.h, classes/_table.h, classes/env.C,
22289: classes/table.C, main/execute.C, main/main.dsp,
22290: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
22291: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
22292: now :Value
22293:
22294: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
22295: main/execute.C, main/main.dsp, main/pa_globals.C,
22296: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
22297:
22298: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
22299: doxx
22300:
22301: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
22302: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22303: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
22304: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
22305: and ^file:save
22306:
22307: 2001-03-19 paf
22308:
22309: * src/types/pa_vfile.C: z
22310:
22311: * src/: classes/file.C, classes/request.C, classes/table.C,
22312: include/pa_string.h, main/main.dsp, main/pa_pool.C,
22313: main/pa_request.C, main/untaint.C, types/pa_value.h,
22314: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
22315:
22316: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
22317: include/pa_string.h, include/pa_table.h, main/main.dsp,
22318: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
22319: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
22320: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
22321: classes/_file.h, classes/file.C, types/pa_vfile.C,
22322: types/pa_vfile.h: file class just compiled
22323:
22324: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
22325: include/pa_table.h, include/pa_types.h, main/execute.C,
22326: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22327: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
22328: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
22329:
22330: * src/include/pa_pool.h: z
22331:
22332: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
22333: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
22334: Hash::Value to Val so to doxygen would finlly stop confusing
22335: those Value-s
22336:
22337: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
22338: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
22339: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22340: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22341: include/pa_types.h, main/compile.C, main/compile.y,
22342: main/compile_tools.C, main/compile_tools.h, main/execute.C,
22343: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
22344: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
22345: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22346: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
22347:
22348: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
22349: derivates somehow unlinked. don't know why yet
22350:
22351: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
22352: include/pa_string.h, include/pa_threads.h, main/compile.C,
22353: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22354: main/execute.C, main/pa_array.C, main/pa_common.C,
22355: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
22356: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22357: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
22358:
22359: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
22360: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
22361: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
22362: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
22363: types/pa_vrequest.h: doc: detected Value derivates prob
22364:
22365: * src/include/pa_globals.h: z
22366:
22367: * src/: classes/_request.h, classes/request.C, include/code.h,
22368: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
22369: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
22370: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
22371: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22372: main/execute.C, main/pa_pool.C, main/pa_request.C,
22373: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22374: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
22375:
22376: 2001-03-18 paf
22377:
22378: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
22379: cookie: allowed access to hash-assigned
22380:
22381: * src/targets/cgi/parser3.C: z
22382:
22383: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
22384: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
22385: include/pa_types.h, main/main.dsp, main/pa_common.C,
22386: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22387: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22388: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
22389: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22390: types/pa_vunknown.h: cookie class
22391:
22392: * src/main/pa_request.C: zero length output allowed
22393:
22394: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
22395: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
22396:
22397: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
22398: lang switch
22399:
22400: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
22401: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22402: types/pa_value.h, types/pa_vhash.h:
22403: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
22404:
22405: * src/main/execute.C: z
22406:
22407: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
22408: targets/cgi/parser3.C: taint[uri
22409:
22410: * src/: classes/request.C, classes/response.C, classes/root.C,
22411: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22412: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
22413: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
22414:
22415: * src/: classes/root.C, classes/string.C, include/pa_string.h,
22416: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22417: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
22418: types/pa_vstateless_class.C: convinient string(pool, char *src,
22419: bool tainted) ctor
22420:
22421: * src/: include/pa_hash.h, include/pa_request.h,
22422: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
22423: main/pa_request.C, main/pa_string.C, main/untaint.C,
22424: targets/cgi/parser3.C: proper @exceptions params tainting
22425:
22426: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
22427: response fields to header
22428:
22429: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22430: z
22431:
22432: * src/: classes/_response.h, classes/response.C,
22433: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22434: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
22435: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22436: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
22437: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
22438: $response: 0 request::core exception rethrow
22439:
22440: 2001-03-16 paf
22441:
22442: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
22443: types/pa_vrequest.h: native method' class call with less params
22444: then needed error reporting
22445:
22446: * src/: classes/_request.h, classes/request.C,
22447: include/pa_globals.h, include/pa_request.h, main/execute.C,
22448: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22449: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
22450: types/pa_vrequest.h: $request : query :uri
22451:
22452: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
22453: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
22454: types/pa_wcontext.h: $result
22455:
22456: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
22457:
22458: * src/: classes/double.C, include/code.h, main/compile.y,
22459: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
22460: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
22461:
22462: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
22463: main/compile.y, main/execute.C, types/pa_value.h,
22464: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
22465: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
22466: wcontext conflict
22467:
22468: * src/: main/execute.C, types/pa_value.h,
22469: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
22470: $string.field
22471:
22472: 2001-03-15 paf
22473:
22474: * src/main/pa_request.C: news sample
22475:
22476: * src/: main/compile.y, main/execute.C, main/pa_request.C,
22477: targets/cgi/parser3.C, types/pa_vstring.h: @exception
22478:
22479: * src/main/: compile.y, execute.C: z
22480:
22481: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
22482: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
22483: pre pre works
22484:
22485: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22486: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
22487: fillfields just compiled
22488:
22489: 2001-03-14 paf
22490:
22491: * src/: include/pa_request.h, main/pa_request.C,
22492: targets/cgi/parser3.C: z
22493:
22494: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22495: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
22496: types/pa_vstring.h: limits -1
22497:
22498: * src/: include/pa_globals.h, include/pa_request.h,
22499: include/pa_types.h, main/main.dsp, main/pa_globals.C,
22500: main/pa_request.C, targets/cgi/parser3.C,
22501: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
22502: request_info -1
22503:
22504: * src/: include/pa_globals.h, main/pa_globals.C,
22505: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22506: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
22507: vform_fields_fill
22508:
22509: * src/targets/cgi/parser3.C: # if MSVC
22510:
22511: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
22512: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
22513:
22514: * src/targets/cgi/parser3.C: z
22515:
22516: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
22517: include/pa_string.h, include/pa_types.h, main/compile.y,
22518: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
22519: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
22520: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
22521: types/pa_vunknown.h: global handler, exceptions in parser3
22522:
22523: 2001-03-13 paf
22524:
22525: * src/: classes/form.C, main/compile.y, main/core.C,
22526: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
22527: types/pa_vform.h, types/pa_vstateless_class.C,
22528: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
22529: instead
22530:
22531: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22532: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
22533: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
22534: started cgi target
22535:
22536: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22537: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
22538: before error show with parser
22539:
22540: * src/: classes/_form.h, classes/form.C, include/core.h,
22541: include/pa_request.h, main/core.C, main/pa_request.C,
22542: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
22543:
22544: * src/targets/cgi/: parser.dsp, parser3.dsp: z
22545:
22546: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
22547: parser3.C: renamed targets/ parser to cgi
22548:
22549: * src/: classes/double.C, classes/env.C, classes/int.C,
22550: classes/root.C, classes/string.C, classes/table.C,
22551: include/pa_request.h, types/pa_vhash.h: z
22552:
22553: * src/: classes/_env.h, classes/env.C, classes/root.C,
22554: include/core.h, include/pa_pool.h, include/pa_request.h,
22555: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
22556: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22557: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
22558: [historical moment :)]
22559:
22560: * src/: include/code.h, include/pa_string.h, main/compile.y,
22561: main/execute.C, main/pa_string.C: 'value is type' expr operator
22562:
22563: * src/types/pa_venv.h: $ENV 1
22564:
22565: * src/main/execute.C: z
22566:
22567: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
22568: future methods of ENV constructor if
22569:
22570: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
22571: class
22572:
22573: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22574: classes/_root.h, classes/_string.h, classes/_table.h,
22575: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22576: classes/string.C, classes/table.C, include/pa_request.h,
22577: main/compile.C, main/compile_tools.h, main/core.C,
22578: main/execute.C, main/main.dsp, main/pa_request.C,
22579: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22580: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22581: types/pa_vobject.h, types/pa_vstateless_class.C,
22582: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22583: types/pa_wcontext.h: $ENV: re 0, stateless classes
22584:
22585: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22586: classes/_root.h, classes/_string.h, classes/_table.h,
22587: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22588: classes/string.C, classes/table.C, include/pa_request.h,
22589: main/compile.C, main/compile_tools.h, main/core.C,
22590: main/execute.C, main/main.dsp, main/pa_request.C,
22591: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22592: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22593: types/pa_vobject.h, types/pa_vstateless_class.C,
22594: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22595: types/pa_wcontext.h: $ENV: re 0, stateless classes
22596:
22597: * src/: include/pa_request.h, main/compile.C, main/execute.C,
22598: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
22599: yesterdays bad decision on execute_static_method
22600:
22601: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
22602:
22603: * src/: classes/double.C, classes/int.C, classes/root.C,
22604: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
22605:
22606: * src/main/pa_request.C: z
22607:
22608: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22609: include/pa_pool.h: skipped_restructure_exceptions_dead_end
22610:
22611: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22612: include/pa_pool.h, main/pa_request.C:
22613: restructure_exceptions_dead_end
22614:
22615: * src/: classes/root.C, main/compile.y: ^if required junctions.
22616: allowed ; inside {} to break params
22617:
22618: * src/classes/root.C: ^eval
22619:
22620: * src/: classes/_string.h, classes/double.C, classes/int.C,
22621: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
22622: string ^format
22623:
22624: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
22625: 'bad' but not 'enough'
22626:
22627: * src/: classes/double.C, classes/root.C, classes/table.C,
22628: include/pa_common.h, include/pa_types.h, main/compile.y,
22629: main/pa_common.C, main/pa_request.C, main/untaint.C,
22630: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
22631: types/pa_wwrapper.h: think constructing flag as is is bad
22632:
22633: * src/: classes/double.C, classes/int.C, classes/root.C,
22634: classes/string.C, classes/table.C, main/core.C, main/execute.C,
22635: types/pa_vint.h: ^for
22636:
22637: 2001-03-12 paf
22638:
22639: * src/classes/table.C: table ^empty
22640:
22641: * src/: classes/table.C, include/pa_table.h: table ^menu
22642:
22643: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
22644: ^offset ^line ^count
22645:
22646: * src/classes/root.C: ^round() ^floor() ^ceiling()
22647: ^abs() ^sign()
22648:
22649: * src/classes/: root.C, table.C: ^use
22650:
22651: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22652: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
22653: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22654: ^while. switched off wcontext.constructing after write(value) or
22655: auto-vhash-constructing
22656:
22657: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22658: main/pa_request.C: fail_if_junction_ helper func
22659:
22660: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22661: include/pa_request.h, main/execute.C, main/main.dsp,
22662: main/pa_common.C, main/pa_request.C: ^process error point by
22663: actual method_name, not source. ^load
22664:
22665: * src/types/pa_vtable.h: table: no, better with string in cells...
22666:
22667: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
22668: classes/_table.h, classes/table.C, main/untaint.C: z
22669:
22670: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
22671: include/pa_table.h, main/core.C, main/execute.C,
22672: main/pa_common.C, main/pa_request.C, main/pa_table.C,
22673: types/pa_value.h: table:set 0
22674:
22675: * src/: classes/root.C, include/core.h, include/pa_array.h,
22676: include/pa_request.h, include/pa_table.h, main/core.C,
22677: main/main.dsp, main/pa_request.C, main/pa_table.C,
22678: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
22679: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
22680: types/pa_vstring.h: freeze, ^table:create[] -1
22681:
22682: * src/: classes/root.C, types/pa_value.h: z
22683:
22684: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
22685: get_method in couple places optimizing them
22686:
22687: * src/classes/root.C: z
22688:
22689: * src/: classes/root.C, types/pa_vclass.h: process temp main
22690: zeroing
22691:
22692: * src/: classes/double.C, classes/int.C, classes/root.C,
22693: classes/string.C, include/pa_common.h, include/pa_request.h,
22694: include/pa_string.h, include/pa_types.h, main/compile.C,
22695: main/compile.y, main/compile_tools.h, main/execute.C,
22696: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22697: types/pa_vmframe.h: ^process. actual names to store param and
22698: check_actual_numbered_params for better place diagnostics
22699:
22700: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
22701: method-junctions bug fixed
22702:
22703: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
22704: pa_vstateless_object.h, pa_vstring.h: stateless_object
22705:
22706: 2001-03-11 paf
22707:
22708: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
22709: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
22710: VDouble VInt base now VObject_base - without fields
22711:
22712: * src/: classes/root.C, include/core.h, main/core.C: z
22713:
22714: * src/: classes/double.C, classes/int.C, classes/root.C,
22715: classes/string.C, include/core.h, include/pa_hash.h,
22716: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
22717: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
22718:
22719: * src/: classes/double.C, classes/int.C, classes/root.C,
22720: include/pa_request.h, main/execute.C: intercept_string
22721:
22722: * src/: classes/double.C, classes/int.C, classes/root.C,
22723: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
22724:
22725: * src/: classes/double.C, classes/int.C, include/pa_request.h:
22726: ^inc-s(expr)
22727:
22728: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22729: classes/_root.h, classes/_string.h, classes/double.C,
22730: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
22731: include/code.h, include/core.h, include/pa_array.h,
22732: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
22733: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22734: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22735: include/pa_types.h, main/compile.C, main/compile.y,
22736: main/compile_tools.C, main/compile_tools.h, main/core.C,
22737: main/execute.C, main/pa_array.C, main/pa_common.C,
22738: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
22739: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22740: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22741: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22742: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22743: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22744: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22745: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
22746:
22747: * src/: main/pa_request.C, types/pa_vhash.h: z
22748:
22749: * src/: include/core.h, include/pa_request.h, main/core.C,
22750: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
22751:
22752: * src/: include/pa_valiased.h, include/pa_value.h,
22753: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22754: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22755: include/pa_vjunction.h, include/pa_vmframe.h,
22756: include/pa_vobject.h, include/pa_vstring.h,
22757: include/pa_vunknown.h, include/pa_wcontext.h,
22758: include/pa_wwrapper.h, main/compile.y, main/core.C,
22759: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
22760: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
22761: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22762: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22763: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22764: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22765: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22766: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
22767: include/
22768:
22769: 2001-03-10 paf
22770:
22771: * src/: include/core.h, include/pa_request.h, main/core.C,
22772: main/pa_request.C: run+auto=run
22773:
22774: * src/: classes/root.C, include/pa_request.h: minor if junction bug
22775:
22776: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22777: classes/_root.h, classes/_string.h, classes/double.C,
22778: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
22779: include/code.h, include/core.h, include/pa_array.h,
22780: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
22781: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22782: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22783: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
22784: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22785: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22786: include/pa_vjunction.h, include/pa_vmframe.h,
22787: include/pa_vobject.h, include/pa_vstring.h,
22788: include/pa_vunknown.h, include/pa_wcontext.h,
22789: include/pa_wwrapper.h, main/compile.C, main/compile.y,
22790: main/compile_tools.C, main/compile_tools.h, main/core.C,
22791: main/execute.C, main/pa_array.C, main/pa_cframe.C,
22792: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
22793: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22794: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
22795: main/pa_wcontext.C: sources header
22796:
22797: * src/main/pa_request.C: auto..
22798:
22799: * src/: include/pa_request.h, main/compile.C, main/compile.y,
22800: main/pa_request.C: auto tree0
22801:
22802: * src/: include/core.h, include/pa_request.h, main/compile.y,
22803: main/core.C, main/pa_request.C: names to core.C
22804:
22805: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
22806: include/pa_request.h, main/core.C, main/execute.C,
22807: main/pa_common.C, main/pa_request.C: root auto.p loaded
22808:
22809: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
22810: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
22811: main/compile_tools.C, main/compile_tools.h, main/execute.C:
22812: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
22813:
22814: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22815: @auto[] realised. auto.p scan togo
22816:
22817: * src/: include/pa_request.h, main/execute.C: autocalc
22818: code-junctions result now have names
22819:
22820: * src/: classes/double.C, classes/int.C, classes/root.C,
22821: classes/string.C, include/pa_request.h, include/pa_string.h,
22822: include/pa_wcontext.h, main/compile.y, main/execute.C,
22823: main/pa_string.C, main/pa_wcontext.C: tainting 0
22824:
22825: * src/classes/env.C: env:file/line
22826:
22827: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
22828: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
22829: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
22830: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
22831: main/compile_tools.C, main/compile_tools.h, main/core.C,
22832: main/execute.C, main/main.dsp, main/pa_cframe.C,
22833: main/pa_request.C, main/pa_wcontext.C: const fight finished
22834:
22835: * src/include/pa_vclass.h: const fight to go
22836:
22837: * src/: classes/_env.h, classes/env.C, classes/root.C,
22838: include/pa_request.h, include/pa_vclass.h, main/core.C,
22839: main/main.dsp: env0
22840:
22841: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
22842: classes/_string.h, classes/double.C, classes/int.C,
22843: classes/root.C, classes/string.C, include/pa_request.h,
22844: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
22845: include/pa_wcontext.h, main/core.C, main/main.dsp,
22846: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
22847: main/pa_wcontext.C: ^lang prepare0
22848:
22849: 2001-03-09 paf
22850:
22851: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
22852: construct proper naming
22853:
22854: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
22855: classes/double.C, classes/int.C, classes/root.C,
22856: classes/string.C, include/code.h, include/pa_value.h,
22857: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
22858: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
22859: main/compile.y, main/compile_tools.C, main/core.C,
22860: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
22861: and ^double[]. fixed expr type
22862:
22863: * src/: classes/root.C, include/pa_request.h, main/execute.C:
22864: ^string.length[]
22865:
22866: 2001-03-08 paf
22867:
22868: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
22869:
22870: * src/: include/pa_vclass.h, include/pa_vstring.h,
22871: include/pa_wcontext.h, main/compile.y, main/core.C,
22872: main/execute.C, main/main.dsp: dead end: vstring can't be
22873: derivated from vobject
22874:
22875: * src/: include/pa_vclass.h, include/pa_vhash.h,
22876: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
22877:
22878: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
22879: remained clone conseqs
22880:
22881: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
22882:
22883: * src/main/pa_vclass.C: wow! vclass were out of vcs
22884:
22885: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
22886: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
22887: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
22888: include/pa_vobject.h, include/pa_vstring.h,
22889: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
22890: main/execute.C: withoud cloning. didn't need it actually, params
22891: got passed from out unnamed ewpool
22892:
22893: * src/: include/pa_vdouble.h, include/pa_vhash.h,
22894: include/pa_vjunction.h, include/pa_vobject.h,
22895: include/pa_vunknown.h, main/compile.y: cloning dead end
22896:
22897: * src/: include/pa_bool.h, include/pa_double.h,
22898: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
22899: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
22900: include/pa_vjunction.h, include/pa_vmframe.h,
22901: include/pa_vobject.h, include/pa_vstring.h,
22902: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
22903: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
22904: to give params proper names
22905:
22906: * src/main/pa_wcontext.C: z
22907:
22908: * src/: include/pa_vmframe.h, main/execute.C: added names to
22909: unknown values in get_element and unfilled params. removed wrong
22910: name change in get_element
22911:
22912: * src/main/execute.C: z
22913:
22914: * src/main/execute.C: fixed problems calling operators in
22915: constructors
22916:
22917: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
22918: detected problems calling operators in constructors
22919:
22920: * src/: classes/root.C, include/pa_request.h, main/execute.C:
22921: autocalc def to string
22922:
22923: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
22924: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
22925:
22926: * src/classes/root.C: added root.c
22927:
22928: * src/: include/pa_request.h, include/pa_value.h,
22929: include/pa_vcframe.h, include/pa_vmframe.h,
22930: include/pa_wcontext.h, main/compile.C, main/compile.y,
22931: main/core.C, main/execute.C, main/pa_cframe.C,
22932: main/pa_wcontext.C: 'if' just compiled
22933:
22934: * src/: include/pa_vbool.h, include/pa_vdouble.h,
22935: include/pa_vjunction.h, include/pa_vmframe.h,
22936: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
22937: main/pa_wcontext.C: z
22938:
22939: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
22940: main/core.C, main/execute.C, main/main.dsp: z. detected probs
22941: with parameter names in operator methods
22942:
22943: * src/main/compile.y: minor renamings in .y
22944:
22945: * src/: include/pa_request.h, main/compile.C, main/compile.y,
22946: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
22947: @BASE. changed 'RUN' assignment mech
22948:
22949: * src/main/execute.C: z
22950:
22951: * src/: include/code.h, main/compile.y, main/compile_tools.C,
22952: main/compile_tools.h, main/execute.C: made class: dynamic, not
22953: static. so to enable runtime ^use
22954:
22955: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
22956:
22957: * src/: include/code.h, main/compile.y, main/compile_tools.C,
22958: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
22959:
22960: * src/main/execute.C: root root in code-junction
22961:
22962: 2001-03-07 paf
22963:
22964: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
22965: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
22966:
22967: * src/: include/pa_stack.h, include/pa_value.h,
22968: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
22969: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
22970: fixed rwcontext of {} params up
22971:
22972: * src/main/: compile.y, compile_tools.h: ^func(params)
22973:
22974: * src/main/compile.y: .y priorities syntax shaped up a bit
22975:
22976: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
22977: include/pa_vunknown.h, main/compile.y, main/execute.C,
22978: main/pa_hash.C: expr def in -f
22979:
22980: * src/main/: compile.y, execute.C: expr calls
22981:
22982: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
22983: fixed
22984:
22985: * src/main/compile.y: expr quoted code
22986:
22987: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
22988: support0
22989:
22990: * src/main/compile.y: expr string comparisons 0
22991:
22992: * src/: include/pa_string.h, main/compile.y, main/execute.C,
22993: main/pa_string.C: just compiled lt&co
22994:
22995: * src/main/execute.C: ^var.menu{$field} problem detected. that
22996: $field not a $var.field
22997:
22998: 2001-03-06 paf
22999:
23000: * src/main/compile.y: .y expr visible-shorter
23001:
23002: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
23003: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
23004: logical
23005:
23006: * src/: include/pa_vstring.h, main/compile.y: problems with
23007: skipping whitespace in yylex
23008:
23009: * src/include/pa_vbool.h: forgot this
23010:
23011: * src/: include/code.h, main/compile.y, main/execute.C: without
23012: string ops in expressions 0
23013:
23014: * src/: include/pa_value.h, include/pa_vdouble.h,
23015: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
23016: main/execute.C, main/main.dsp: !~
23017:
23018: * src/: include/pa_vcframe.h, include/pa_vclass.h,
23019: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
23020: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23021: include/pa_vunknown.h, include/pa_wcontext.h,
23022: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23023: main/compile_tools.h, main/execute.C: +-*/
23024:
23025: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
23026: main/compile_tools.h: grammar-1.1 $a(z) $a=0
23027:
23028: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
23029: main/execute.C: expr grammar-1 2*2=4.000000 :)
23030:
23031: * src/main/compile.y: expr grammar-1
23032:
23033: * src/main/compile.y: expr lexx1
23034:
23035: * src/main/: compile.y, execute.C, main.dsp: z
23036:
23037: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
23038: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
23039: main/execute.C: expr lex0 exec-1
23040:
23041: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
23042:
23043: 2001-02-26 paf
23044:
23045: * src/main/compile.y: max_string in yyerror bug fix
23046:
23047: 2001-02-25 paf
23048:
23049: * src/: include/pa_value.h, include/pa_vmframe.h,
23050: include/pa_wcontext.h, main/execute.C: VAliased3
23051:
23052: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
23053:
23054: * src/main/execute.C: VAliased1
23055:
23056: * src/: include/pa_request.h, include/pa_value.h,
23057: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
23058: VAliased0
23059:
23060: * src/: include/pa_pool.h, include/pa_request.h,
23061: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
23062: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
23063: VAliased just compiled
23064:
23065: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
23066: include/pa_vobject.h, main/execute.C: alias dead end
23067:
23068: * src/: include/pa_value.h, include/pa_vclass.h,
23069: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23070: main/main.dsp: no not get fields into interm VFielded class.
23071: fields & staticfields 1
23072:
23073: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
23074: include/pa_vobject.h, include/pa_wcontext.h,
23075: include/pa_wwrapper.h, main/core.C, main/execute.C,
23076: main/main.dsp: would now get fields into interm VFielded class
23077:
23078: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23079: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23080: include/pa_wcontext.h, main/compile.y, main/core.C,
23081: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
23082: main/pa_wcontext.C: virtuals2
23083:
23084: * src/main/compile.y: : 1
23085:
23086: * src/main/compile.y: rethought to $class:static.field.subfield
23087:
23088: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
23089: $class:element
23090:
23091: * src/: include/pa_value.h, include/pa_vmframe.h,
23092: include/pa_wwrapper.h, main/compile.y, main/execute.C,
23093: main/pa_wcontext.C: before execute class calls rewrite
23094:
23095: * src/: include/pa_request.h, main/compile.C, main/core.C: default
23096: name RUN, also alias
23097:
23098: * src/main/compile.y: escaping bug
23099:
23100: * src/: include/pa_request.h, include/pa_value.h,
23101: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
23102: main/core.C, main/execute.C, main/pa_common.C: vobject1
23103:
23104: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23105: include/pa_vmframe.h, include/pa_vobject.h,
23106: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23107: main/compile_tools.h, main/execute.C: ^class:method() just
23108: compiled
23109:
23110: 2001-02-24 paf
23111:
23112: * src/main/main.dsp: no bison -d
23113:
23114: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
23115: class' err msg wrong
23116:
23117: * src/main/compile.y: z
23118:
23119: * src/main/: compile.y, core.C: yylex need some @special lines adj
23120:
23121: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
23122: main/compile.y, main/compile_tools.h, main/core.C: modules0
23123:
23124: * src/: include/pa_vclass.h, main/core.C: z
23125:
23126: * src/: include/pa_value.h, include/pa_vclass.h,
23127: include/pa_vobject.h, main/main.dsp: vobject00
23128:
23129: * src/main/pa_array.C: minor bug in expanding very small arrays.
23130: 60% from 1 were 0
23131:
23132: * src/: include/pa_value.h, include/pa_wcontext.h,
23133: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
23134: as bad as you've named it: wcontext.value() was not a perfect
23135: idea
23136:
23137: * src/main/execute.C: codeframe1
23138:
23139: * src/: include/pa_value.h, include/pa_vcframe.h,
23140: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
23141: include/pa_vjunction.h, include/pa_vmframe.h,
23142: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23143: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
23144: just compiled
23145:
23146: * src/: include/pa_vframe.h, main/compile.y: found junction
23147: ideology @: ^x{$a()) must construct current wcontext element, so
23148: smart wcontext handling needed
23149:
23150: * src/main/compile.y: fixed grammar bugs in constructor/params
23151: klinch
23152:
23153: * src/main/: compile.y, execute.C: fixed empty constructor
23154: optimized empty case. failed on calls - produced empty string
23155: param
23156:
23157: * src/main/compile.y: fixed last \n macrotemplate strip bug
23158:
23159: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
23160: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
23161: main/compile_tools.C, main/compile_tools.h, main/core.C,
23162: main/execute.C: code junctions0. something wrong with last \n
23163: macrotemplate strip
23164:
23165: * src/: include/pa_value.h, main/compile.C, main/core.C,
23166: main/pa_value.C: minor error reporting format beautifyings
23167:
23168: * src/: include/pa_value.h, include/pa_vclass.h,
23169: include/pa_vframe.h, main/core.C, main/execute.C,
23170: main/pa_value.C: get_method RIP. junctions everywhere. call with
23171: junctions0
23172:
23173: 2001-02-23 paf
23174:
23175: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
23176: pa_wwrapper.h: lara came, can't work, sorry :(
23177:
23178: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
23179: junction
23180:
23181: * src/: include/pa_vframe.h, include/pa_vunknown.h,
23182: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
23183: main/execute.C, main/main.dsp, main/pa_value.C: call0
23184:
23185: * src/: include/pa_hash.h, include/pa_value.h,
23186: include/pa_wcontext.h, main/core.C, main/execute.C,
23187: main/main.dsp, main/pa_hash.C: started call. store param, vframe
23188: done
23189:
23190: * src/include/pa_wcontext.h: z
23191:
23192: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
23193: wrong grammar in complex constructor case
23194:
23195: * src/main/: compile.y, execute.C: empty constructor bug fixed
23196:
23197: * src/main/execute.C: with result rwpool
23198:
23199: * src/: include/pa_value.h, main/core.C, main/execute.C,
23200: main/main.dsp: value named
23201:
23202: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
23203: strign 2 value in 2 places in execute
23204:
23205: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
23206: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
23207: wcontext.put_element when wcontext fvalue==0
23208:
23209: 2001-02-22 paf
23210:
23211: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23212: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
23213: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
23214:
23215: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
23216: erroreos checkout
23217:
23218: * src/: include/pa_request.h, main/compile.y: $self.put(val)
23219:
23220: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
23221: main/compile_tools.h, main/pa_array.C: $self.get
23222:
23223: * src/main/: compile.C, compile.y, compile_tools.C: z
23224:
23225: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
23226: bit. finished now.
23227:
23228: * src/main/compile.y: $: finished
23229:
23230: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
23231:
23232: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
23233: main/execute.C: OP_STRING better then some xxx _VALUE
23234:
23235: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
23236: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23237: string to vstring it .y all
23238:
23239: * src/: include/pa_request.h, include/pa_stack.h,
23240: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
23241: all
23242:
23243: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
23244: precise parse error line:col
23245:
23246: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
23247: main/pa_hash.C, main/pa_pool.C: TRY...
23248:
23249: * src/: include/pa_exception.h, include/pa_pool.h,
23250: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
23251: main/compile.C, main/compile.y, main/compile_tools.C,
23252: main/core.C, main/pa_array.C, main/pa_exception.C,
23253: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
23254: main/pa_table.C: removed exception from request
23255:
23256: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
23257: some forgotten
23258:
23259: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23260: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
23261: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
23262: get/put simple vars to VClass works0
23263:
23264: * src/: include/pa_array.h, include/pa_wcontext.h,
23265: main/pa_string.C: in process, but found that exceptions are too
23266: global
23267:
23268: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
23269: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
23270: main/execute.C, main/pa_string.C: write_value write_string 0 it
23271: seems wcontext must write strings regardles of fvalue!=0
23272:
23273: 2001-02-21 paf
23274:
23275: * src/main/execute.C: tired :)
23276:
23277: * src/main/: compile.C, compile.y, execute.C: store0
23278:
23279: * src/: include/compile.h, include/execute.h, include/pa_array.h,
23280: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
23281: include/pa_wcontext.h, main/compile.C, main/compile.y,
23282: main/execute.C, main/main.dsp, main/pa_array.C,
23283: main/pa_request.C: get put -1 [just compiled]
23284:
23285: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
23286: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
23287: main/main.dsp, main/pa_request.C: request core methods0
23288:
23289: * src/: include/compile.h, include/pa_array.h, main/compile.C,
23290: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
23291: execute
23292:
23293: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
23294: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
23295: methods and one_big_piece. now compile returns array<method*>
23296:
23297: * src/main/compile.y: more straightforward yylex[end]
23298:
23299: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
23300: string.operator==(char*)
23301:
23302: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
23303: main/execute.C, main/pa_array.C: after array.const get wonders
23304:
23305: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
23306: pa_string.h, pa_value.h: struck with const array.gets
23307:
23308: * src/main/: execute.C: z
23309:
23310: * src/main/: compile.y, execute.C: z
23311:
23312: * src/main/: compile.C, compile.y, compile_tools.h: error
23313: processing in eval & yyerror so it wouldn't cause memleaks.
23314:
23315: * src/main/: compile.C, compile.y: failed to add absolute precies
23316: parse error positions. leaving RIGHTMOST position as
23317: @file[line:col]
23318:
23319: * src/: include/compile.h, main/compile.C, main/compile.y,
23320: main/compile_tools.h: line numbers needed. would add them to .y
23321: now internally. externally it's not as precise as needed
23322:
23323: * src/: include/code.h, include/pa_types.h, main/compile.C,
23324: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23325: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
23326: compiler works ok
23327:
23328: 2001-02-20 paf
23329:
23330: * src/main/: compile.C, compile.y, compile_tools.C,
23331: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
23332: not perfect
23333:
23334: * src/: include/code.h, include/compile.h, include/execute.h,
23335: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
23336: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23337: main/compile.C, main/compile.y, main/compile_tools.C,
23338: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
23339: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23340: main/pa_string.C, main/pa_table.C: bison[yacc] first time
23341: compiled. execute=dump for now
23342:
23343: * src/main/core.C: core rewrite using yacc investigations now will
23344: be compile[yacc]/execute[opcodes]
23345:
23346: 2001-02-15 paf
23347:
23348: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
23349: rewrite as turing machine? for it seems it would be it's too many
23350: ifs with this syntax now
23351:
23352: 2001-02-14 paf
23353:
23354: * src/main/core.C: get_params 1
23355:
23356: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
23357: :( ]
23358:
23359: * src/main/core.C: varios breaks
23360:
23361: * src/main/core.C: get names 3
23362:
23363: * src/main/core.C: get names 2
23364:
23365: * src/main/core.C: get names 1
23366:
23367: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
23368: names 0
23369:
23370: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
23371: text repassing2 operator static vars
23372:
23373: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
23374: main/pa_string.C: process text repassing
23375:
23376: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23377: module:calls changes
23378:
23379: 2001-02-13 paf
23380:
23381: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23382: ^class:calls[] started
23383:
23384: * src/: include/pa_value.h, main/core.C: z
23385:
23386: * src/main/core.C: operators : and self. prefixes
23387:
23388: * src/main/core.C: z
23389:
23390: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23391: tested
23392:
23393: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23394: optimized
23395:
23396: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
23397: would change privates to better support optimization
23398:
23399: * src/: include/pa_string.h, main/pa_string.C:
23400: String_iterator::skip_to todo:optimize
23401:
23402: 2001-02-12 paf
23403:
23404: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
23405: String_iterator
23406:
23407: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
23408: comments
23409:
23410: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
23411: self/methodref joined
23412:
23413: 2001-02-11 paf
23414:
23415: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
23416: main/main.dsp: core started. core.C, context&value .h
23417:
23418: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23419: include/pa_string.h, main/main.dsp, main/pa_array.C,
23420: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
23421:
23422: 2001-01-30 paf
23423:
23424: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
23425: comments
23426:
23427: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
23428: main/pa_pool.C: moved pa_pool.C to be target specific
23429:
23430: * src/: include/pa_exception.h, include/pa_pool.h,
23431: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
23432: to & changes
23433:
23434: * src/: include/pa_exception.h, include/pa_pool.h,
23435: include/pa_request.h, include/pa_table.h, main/pa_array.C,
23436: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
23437: re-associated. that's much better even removed 'die' necessety
23438:
23439: * src/: include/pa_error.h, include/pa_exception.h,
23440: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23441: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
23442: targets/Makefile.am: lowered targets/parser into subdir, added
23443: parser_Pool(Pool) failed to add. would think..
23444:
23445: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
23446: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
23447: main/pa_string.C, main/pa_table.C: Table more like C++ style
23448: hence lots of 'const'
23449:
23450: * src/: include/pa_error.h, include/pa_request.h,
23451: include/pa_string.h, include/pa_table.h, main/pa_error.C,
23452: main/pa_table.C: Error fixed
23453:
23454: 2001-01-29 paf
23455:
23456: * src/: include/pa_array.h, include/pa_common.h,
23457: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
23458: include/pa_request.h, include/pa_string.h, include/pa_table.h,
23459: main/Makefile.am, main/pa_array.C, main/pa_common.C,
23460: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
23461:
23462: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23463: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23464: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
23465: main/pa_string.C, main/pa_table.C: Request Error Table
23466:
23467: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
23468: templates"
23469:
23470: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
23471: main/main.dsp, main/pa_array.C: templates failed no template
23472: specializations [VC6], no library auto instantation [VC6, GNU c++
23473: 2.95.2-6 from latest cygwin]
23474:
23475: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23476: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23477: main/main.dsp, main/pa_array.C, main/pa_string.C,
23478: main/pa_table.C: Table started would test template Array now
23479:
23480: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23481: String originating
23482:
23483: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
23484: main/pa_hash.C: made local Hash-es not thread safe=quicker by
23485: SYNCHRONIZED(thread_safe)
23486:
23487: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
23488: parts to top
23489:
23490: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
23491: main/pa_threads.C: decided on one global_mutex, like PHP as I can
23492: see: needed only in global Hash now, made Hash:: put/get
23493: SYNCHRONIZED
23494:
23495: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
23496: main/pa_threads.C: added pa_threads
23497:
23498: Mutex
23499:
23500: * src/include/pa_hash.h: some comments
23501:
23502: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
23503: Array& operator += (Array& src)
23504:
23505: * src/main/pa_array.C: expand not convinient, would rewrite
23506:
23507: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
23508: (Array& src)
23509:
23510: rethought, would change now
23511:
23512: 2001-01-27 paf
23513:
23514: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
23515: caching
23516:
23517: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23518: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
23519: cache rethought to chunk caching
23520:
23521: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23522: include/pa_string.h, main/main.dsp, main/pa_array.C,
23523: main/pa_hash.C, main/pa_string.C: Array 0
23524:
23525: * src/main/pa_string.C: String::operator ==
23526:
23527: * src/main/pa_hash.C: String(&String)
23528:
23529: * src/main/pa_hash.C: added pa_hash.C [forgotten]
23530:
23531: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
23532: main/main.dsp, main/pa_string.C: uint, and added pa_types &
23533: pa_hash[forgotten]
23534:
23535: 2001-01-26 paf
23536:
23537: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23538: removed templates [vc++ suxx]
23539:
23540: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
23541: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
23542:
23543: * src/include/: pa_pool.h, pa_string.h: pa_pool split
23544:
1.119 moko 23545: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 23546:
1.119 moko 23547: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 23548: check
23549:
23550: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
23551: dynamic row_count
23552:
23553: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23554: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23555: targets/Makefile.am: Initial revision
23556:
23557: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23558: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23559: targets/Makefile.am: creating parser3 module
23560:
E-mail: