Annotation of parser3/ChangeLog, revision 1.123
1.123 ! moko 1: 2019-10-31 moko
! 2:
! 3: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
! 4: XML_PARSE_NOENT) added to fix entities load, (related to feature
! 5: #1181)
! 6:
1.122 moko 7: 2019-10-25 moko
8:
9: * tests/: 388-sql.html, results/388-sql.processed: more multiple
10: queries tests
11:
12: 2019-10-24 moko
13:
14: * tests/: 388-sql.html, results/388-sql.processed: support for
15: pgsql driver test
16:
17: * tests/: 388-sql.html, results/388-sql.processed:
18: multi_statements=1 now tested, mysql test now supported
19: (connection must be specified in [parser3] section in .my.cnf)
20: related to issues #1195 and #1194
21:
1.121 moko 22: 2019-09-11 moko
23:
24: * src/classes/int.C: whitespace
25:
26: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
27: exception test
28:
29: * tests/results/388-sql.processed: sql queries now shown (related
30: to feature #1196)
31:
32: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
33: with old parser versions.
34:
35: * src/: classes/file.C, classes/hash.C, classes/string.C,
36: classes/table.C, classes/void.C, include/pa_sql_connection.h,
37: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
38: instead of connect string in query_event_handlers exceptions
39: (implements feature #1196)
40:
1.120 moko 41: 2019-09-06 moko
42:
43: * tests/388-sql.html: mysql compat
44:
45: * src/: classes/hash.C, classes/string.C, classes/table.C,
46: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
47: sql_ variables declaration moved to pa_common.h
48:
1.116 moko 49: 2019-01-15 moko
50:
51: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
52: logically sorted
53:
54: 2018-12-27 moko
55:
56: * src/include/pa_config_includes.h: warning war:
57: -Wdeprecated-register added for C++ 17
58:
59: 2018-10-15 moko
60:
61: * configure.ac: FreeBSD 11.2 can be build with ./configure
62: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
63: --with-xml=/usr/local/
64:
65: 2018-09-24 moko
66:
67: * tests/: 396.html, 396.tiff, results/396.processed: test for
68: ^image::measure[] now supports tiff added (related to feature
69: #1188)
70:
71: * src/classes/image.C: ^image::measure[] now supports tiff
72: (implements feature #1188)
73:
74: 2018-09-20 moko
75:
76: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
77: files measure added (related to ticket #1188)
78:
79: * src/classes/image.C: measure of bmp files implemented (related to
80: ticket #1188)
81:
82: 2018-09-18 moko
83:
84: * tests/: 394-curl.html, results/394-curl.processed,
85: results/auto.p: test for bug #1187 (max_file_size check for head
86: requests) added
87:
88: 2018-08-24 moko
89:
90: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
91: response content-length check is required (fixes bug #1187)
92:
93: 2018-05-11 moko
94:
95: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
96: $.append(bool) ] option added (related to feature #919)
97:
98: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
99: from misha@ patch (implements feature #919)
100:
101: 2018-03-22 moko
102:
103: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
104: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
105: with 128kb buffer. Now works at least 12 times faster. :) May be
106: Windows-only problem.
107:
108: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
109: build fix)
110:
111: 2018-02-03 moko
112:
113: * src/main/execute.C: removes irrelevant lines from exception stack
114: trace when exceptions occurs in assigment (fixes bug #1165)
115:
116: * tests/: 393.html, results/393.processed: test for behavour after
117: "Property can not be created, already exists field with that
118: name" exception removed (related to feature #1183)
119:
120: * src/types/pa_vclass.C: "Property can not be created, already
121: exists field with that name" exception removed (implements
122: feature #1183)
123:
124: 2018-01-19 moko
125:
126: * src/classes/string.C: whitespace
127:
128: * src/classes/string.C: whitespace
129:
130: * tests/: 392.html, results/392.processed: test for
131: ^regex::create[$regex] added (related to feature #1135)
132:
133: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
134: ^regex::create[$regex] added (implements feature #1135)
135:
136: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
137: commented define added (related to feature #1157)
138:
139: 2018-01-17 moko
140:
141: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
142:
143: 2018-01-15 moko
144:
145: * tests/: 390.html, results/390.processed: real path replaced by
146: stub
147:
148: * tests/: 391.html, results/391.processed: test for feature #1181
149: (XML_PARSE_HUGE exception) added
150:
151: 2018-01-11 moko
152:
153: * bin/auto.p.dist.in: sqlite3 -> libsqlite3
154:
155: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
156: XML_PARSE_HUGE option passed by default (implements feature
157: #1181)
158:
159: * src/classes/string.C: whitespace
160:
161: 2017-12-10 moko
162:
163: * tests/: 389.html, 390.html, results/389.processed,
164: results/390.processed: image code coverage tests added (related
165: to feature #1125)
166:
167: 2017-12-08 moko
168:
169: * tests/: 346-curl.html, 388-sql.html, 389.html,
170: results/346-curl.processed, results/388-sql.processed,
171: results/389.processed: more code coverage tests
172:
173: * tests/: 264.html, results/264.processed: code coverage for
174: ^file::exec[]
175:
176: 2017-12-07 moko
177:
178: * tests/: 174.html, 388-sql.html, 389.html,
179: results/388-sql.processed, results/389.processed,
180: results/174.processed: more coverage tests
181:
182: * src/classes/math.C: exception text actualized
183:
184: 2017-12-06 moko
185:
186: * tests/388-sql.html: $SQL can be here
187:
188: * tests/results/auto.p: $SQL not required here
189:
190: * tests/: 388-sql.html, 389.html, Makefile,
191: results/388-sql.processed, results/389.processed, results/auto.p:
192: code coverage tests for sql (using sqlite) and int/double/bool
193: added (related to feature #1125)
194:
195: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
196: lib/json/json.vcproj, lib/md5/md5.vcproj,
197: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
198: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
199: targets/apache/ApacheModuleParser3Core.vcproj,
200: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
201: types/types.vcproj: gc\include no longer required
202:
203: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
204: required
205:
206: * src/: classes/Makefile.am, classes/table.C,
207: include/pa_config_includes.h, include/pa_string.h,
208: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
209: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
210: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
211: targets/apache/Makefile.am, targets/cgi/Makefile.am,
212: types/Makefile.am: to be sure that our version of gc.h/cord.h is
213: used, we now include it directly
214:
215: 2017-12-04 moko
216:
217: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
218: memcached/memcached.vcproj, punycode/punycode.vcproj,
219: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
220: where required
221:
222: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
223: now can be used to trace memory allocations
224:
225: * src/: classes/table.C, include/pa_config_includes.h,
226: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
227: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
228: method removes, libcord also can work without libgc
229:
230: * src/classes/json.C: pa_gc_malloc_atomic should not be used
231:
232: 2017-11-29 moko
233:
234: * src/classes/curl.C: no exception if some of ^curl:info[] elements
235: are not present (related to feature #1173)
236:
237: * tests/346-curl.html: test updated to test curl content-length bug
238: (related to feature #1173)
239:
240: * tests/results/346-curl.processed: more test for content-length
241: curl bug (related to feature #1173)
242:
243: * tests/results/346-curl.processed: test results updated after
244: #1173 implemented
245:
246: 2017-11-28 moko
247:
248: * src/classes/curl.C: another libcurl Content-length bug walkaround
249: (related to feature #1173)
250:
251: 2017-11-27 moko
252:
253: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
254: $.http_version[version string] added (implements feature #1173),
255: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
256: where $post(true) bug existed.
257:
258: 2017-11-18 moko
259:
260: * src/include/pa_memory.h: warning war (related to feature #1170)
261:
262: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
263: feature #1170)
264:
265: 2017-11-17 moko
266:
267: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
268: std::basic_stringstream used in ^table.csv-string[] is compatible
269: with delete usage check only under Debian 9 (related to feature
270: #1170)
271:
272: 2017-11-16 moko
273:
274: * src/: classes/curl.C, classes/hash.C, classes/json.C,
275: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
276: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
277: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
278: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
279: types/pa_vxdoc.h: regular new/delete no longer used in our code,
280: stubs defend from accidental use (implements feature #1170)
281:
282: 2017-06-24 moko
283:
284: * configure.ac: minor fix: thanks to alx@
285:
1.115 moko 286: 2017-05-29 moko
287:
288: * src/types/pa_vmail.C: mail headers are now correctly truncated -
289: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
290: added to avoid cutting of UTF-8 chars (fixed bug #123)
291:
292: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
293: ignored, =?UTF-8?Q?= should start in case of leading space
294: (related to bug #123)
295:
296: * buildall: echo -n -> printf for OS X. :)
297:
298: 2017-05-25 moko
299:
300: * tests/: 288.html, results/288.processed: test updated afted
301: setting $o.prop without setter exception removed (related to
302: feature #1157)
303:
304: * src/types/pa_vclass.C: no more "this property has no setter
305: method" when setting $o.prop without setter (implements feature
306: #1157)
307:
308: * buildall: echo \c -> echo -n for FreeBSD
309:
310: * configure, configure.ac, src/include/pa_config_auto.h.in,
311: src/types/pa_vdouble.h: isfinite now checked in configure
312:
313: * compile, config.guess, config.sub, depcomp, install-sh, missing:
314: upgraded to automake 1.15
315:
316: 2017-05-23 moko
317:
318: * src/types/pa_vdouble.h: finite returned where isfinite not
319: defined
320:
321: 2017-05-22 moko
322:
323: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
324:
325: * buildall: extern CFLAGS setting support
326:
327: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
328:
329: * buildall: http -> https
330:
331: * buildall: gc-7.2f -> gc-7.6.0
332:
333: 2017-05-20 moko
334:
335: * buildall: https, pcre, xml, xslt updated to current versions
336: (related to feature #1136)
337:
338: 2017-05-19 moko
339:
340: * tests/097.html: after parser.ru moved to https
341:
342: 2017-05-17 moko
343:
344: * tests/results/: 175.processed, 372.processed: tests resuls
345: updated after lintian spelling typos fixed (related to bug #1156)
346:
347: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
348: classes/string.C, classes/table.C, main/pa_charset.C,
349: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
350: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
351: lintian reported by Sergey B Kirpichev (fixes bug #1156)
352:
353: * tests/results/096.processed: +XMP
354:
355: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
356: $.xmp(true) options tested (test for feature #1154)
357:
358: * src/classes/image.C: ^image:measure[] options $.exif(false)
359: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
360: fetched by default! (implements feature #1154)
361:
362: 2017-05-16 moko
363:
364: * tests/: 256.html, results/256.processed: ^json:string[$image] now
365: allowed (related to feature #1154)
366:
367: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
368: initial XMP implementation - without options and transcode
369: (related to feature #1154)
370:
371: 2017-05-12 moko
372:
373: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
374: image: exif moved to ffields, skipped in ^image.html[] where
375: iterators now used (preparation for feature #1154)
376:
377: 2017-05-05 moko
378:
379: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
380: results/387.processed: test for circular class inheritance check
381: added (related to bug #1150)
382:
383: * src/types/pa_vstateless_class.C: circular class inheritance check
384: added (fixes endless add_derived bug #1150)
385:
386: 2017-05-04 moko
387:
388: * tests/: 386.html, results/386.processed: test for
389: $table.value(number) added (related to feature #1152)
390:
391: * src/types/pa_vtable.C: table put_element: column value must be
392: string - > column value must be string compatible to allow
393: $t.value(1) (implements feature #1152)
394:
395: 2017-05-03 moko
396:
397: * src/main/pa_request.C: $use[$method] is not possible, reverting
398: (related to feature #1151)
399:
400: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
401: not possible, removing test (related to feature #1151)
402:
403: * src/: main/pa_request.C, types/pa_vstateless_class.h:
404: get_element_method added and used to allow $use[$method] and
405: $autouse[$method] (implements feature 1151)
406:
407: * tests/: 386.html, 386.p, results/386.processed: test for @use in
408: variable added (related to feature #1151)
409:
410: * tests/results/226.processed: actualized after ^try-catch used
411:
412: * tests/: 226.html, 385.html, results/385.processed: test for
413: @autouse in variable added
414:
415: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
416:
1.114 moko 417: 2017-02-27 moko
418:
419: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
420:
1.113 moko 421: 2017-02-20 moko
422:
423: * operators.txt: actualization + beauty
424:
425: 2017-02-16 moko
426:
427: * tests/: 384.html, results/384.processed: test for
428: ^reflection:mixin[; $.name[] ] option added (related to feature
429: #1089)
430:
431: * tests/: 384.html, results/384.processed: test for
432: ^reflection:mixin[] added (related to feature #1089)
433:
434: * src/types/pa_value.h: warning war: virtual ~Value() added
435:
1.112 moko 436: 2017-02-15 moko
437:
438: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
439: fixed
440:
441: * tests/: 320.html, results/320.processed: $.reverse(true/false)
442: test added (related to feature #1069)
443:
444: * src/: classes/reflection.C, types/pa_vstateless_class.h:
445: compilation without HASH_ORDER fixed
446:
447: * src/: classes/reflection.C, include/pa_hash.h:
448: $.reverse(true/false) added to ^reflection:methods[] (related to
449: feature #1069)
450:
451: 2017-02-14 moko
452:
453: * tests/: 152.html, results/152.processed: test for $._default hash
454: added (related to bug #1131)
455:
456: * tests/: 277.html, results/277.processed: test for hash with only
457: $._default is now defined (related to bug #1131)
458:
459: * src/types/pa_vhash.h: hash with only $._default is now defined
460: (fixed bug #1131)
461:
462: 2017-02-13 moko
463:
464: * tests/cat-windows.sh: cat-windows added (cygwin required)
465:
466: * tests/: 171.html, 264.html, 286.html, 370.html,
467: results/320.processed, results/375.processed, results/auto.p:
468: cat-windows.sh support added
469:
470: * tests/375.html: Windows support
471:
472: * tests/270.html: documented
473:
474: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
475: (not backslashes) even under Windows (broke test 270)
476:
477: 2017-02-12 moko
478:
479: * tests/: descript.ion, todo.txt: cleanup
480:
481: 2017-02-09 moko
482:
483: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
484: run_tests.cmd: Windows compatibility
485:
486: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
487: incorrectly (GMT) if parser is called from cygwin
488:
1.111 moko 489: 2017-02-08 moko
490:
1.112 moko 491: * operators.txt: actualization 15% completed
492:
493: * operators.txt: cp1251 -> utf-8
494:
495: * NEWS, README: minor update
496:
497: * src/include/pa_config_includes.h: warning war continues
498:
499: * src/: include/pa_config_includes.h, include/pa_memory.h,
500: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
501: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
502: gcc 6.x issues fixed
503:
1.111 moko 504: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
505: classes/classes.h, classes/curl.C, classes/date.C,
506: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
507: classes/hashfile.C, classes/image.C, classes/inet.C,
508: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
509: classes/memcached.C, classes/memory.C, classes/op.C,
510: classes/reflection.C, classes/regex.C, classes/response.C,
511: classes/string.C, classes/table.C, classes/void.C,
512: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
513: include/pa_array.h, include/pa_cache_managers.h,
514: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
515: include/pa_config_fixed.h, include/pa_config_includes.h,
516: include/pa_dictionary.h, include/pa_dir.h,
517: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
518: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
519: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
520: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
521: include/pa_request_charsets.h, include/pa_request_info.h,
522: include/pa_sapi.h, include/pa_socks.h,
523: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
524: include/pa_stack.h, include/pa_string.h,
525: include/pa_stylesheet_connection.h,
526: include/pa_stylesheet_manager.h, include/pa_symbols.h,
527: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
528: include/pa_uue.h, include/pa_xml_exception.h,
529: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
530: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
531: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
532: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
533: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
534: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
535: main/compile.tab.C, main/compile.y, main/compile_tools.C,
536: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
537: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
538: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
539: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
540: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
541: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
542: main/pa_string.C, main/pa_stylesheet_connection.C,
543: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
544: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
545: main/untaint.C, sql/pa_sql_driver.h,
546: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
547: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
548: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
549: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
550: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
551: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
552: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
553: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
554: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
555: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
556: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
557: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
558: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
559: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
560: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
561: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
562: types/pa_vmemcached.h, types/pa_vmemory.h,
563: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
564: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
565: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
566: types/pa_vresponse.C, types/pa_vresponse.h,
567: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
568: types/pa_vstateless_object.h, types/pa_vstatus.C,
569: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
570: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
571: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
572: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
573: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
574: 2015->2017
575:
1.110 moko 576: 2017-02-07 moko
577:
578: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
579:
580: 2017-02-06 moko
581:
582: * src/main/pa_common.C: minor fixes, whitespace
583:
584: * src/: classes/curl.C, classes/file.C, classes/image.C,
585: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
586: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
587: now used (implements feature #1081)
588:
589: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
590:
591: 2017-02-01 moko
592:
593: * src/include/pa_request.h: cleanup
594:
595: 2017-01-30 moko
596:
597: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
598:
599: 2017-01-29 moko
600:
601: * tests/: 383.html, results/383.processed: test for
602: ^reflection:stack[] added (related to feature #1052)
603:
604: * src/classes/reflection.C: else added
605:
606: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
607: $.max_file_lock_wait added (implements feature #1128)
608:
609: 2017-01-28 moko
610:
611: * tests/: 379-curl.html, results/379-curl.processed: curl empty
612: body and other cases tests added (related to featue #1014)
613:
614: * src/classes/curl.C: bug if response is empty fixed (related to
615: feature #1014)
616:
617: 2017-01-27 moko
618:
619: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
620: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
621: added (implements feature #1052)
622:
623: 2017-01-25 moko
624:
625: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
626: method test added
627:
628: 2017-01-23 moko
629:
630: * src/classes/reflection.C: optimization: options->get replaced by
631: hash iterator
632:
633: * tests/: 381.html, results/381.processed: now -> fixed date
634:
635: * src/main/pa_request.C: warning war
636:
637: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
638: 5Mb (fixes bug #1058)
639:
640: * src/classes/curl.C: warning war
641:
642: * tests/: 381.html, results/381.processed: tests for ^json:string
643: $.one-line(true) option added (related to feature #1124)
644:
645: * src/: classes/json.C, types/pa_value.h: $json-string
646: $.one-line(true|false) options is now supported (implements
647: feature #1124)
648:
649: * tests/: 380.html, results/380.processed: test for modified
650: $.max_file_size added (related to bug #1014)
651:
652: * tests/: 379.html, results/auto.p: tests for rewritten http file
653: load added (related to bug #1014)
654:
655: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
656: main/pa_common.C, main/pa_http.C: check_file_size added and used
657: in curl / file load from disk and http, http file load rewritten
658: (related to bug #1014)
659:
660: 2017-01-18 moko
661:
662: * tests/: 378.html, results/378.processed: tests for ^result[]
663: added (related to feature #66)
664:
665: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
666: Method::CO_WITHOUT_FRAME as frame still added in expression
667: (related to feature #66)
668:
669: 2017-01-17 moko
670:
671: * tests/: 377.html, results/377.processed: test for different
672: combinations of breaks in body and delimiter (related to bug
673: #1077)
674:
675: * tests/: 376.html, results/376.processed: many ^break[] tests
676: added (related to bug #1077)
677:
678: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
679: passed to native method" exception added to avoid bugs due to
680: WRITE_EXPR_RESULT skipped and native methods execution continues
681: after ^break[] (related to bug #1077)
682:
683: 2017-01-14 moko
684:
685: * tests/: 330.html, results/330.processed: test results updated
686: after ^break[] bugs where fixed (related to bug #1077)
687:
688: * tests/: 329.html, results/329.processed: test results updated
689: after ^break[] bugs where fixed (related to bug #1077)
690:
691: * tests/results/320.processed: ^return[] added
692:
693: 2017-01-13 moko
694:
695: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
696: classes/table.C, include/pa_request.h, main/execute.C,
697: main/pa_request.C, targets/cgi/parser3.C,
698: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
699: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
700: checked after each possible process/execute call (fixes bug
701: #1077)
702:
703: 2016-12-29 moko
704:
705: * src/main/pa_common.C: warning war
706:
707: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
708: include/pa_types.h, main/pa_request.C, main/pa_string.C:
709: pa_file_size_limit added, ^math:random fixed for upper limit and
710: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
711: (related to feature #1014)
712:
713: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
714: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
715: (related to feature #1014)
716:
717: 2016-12-28 moko
718:
719: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
720: warning war
721:
722: 2016-12-26 moko
723:
724: * tests/: 341.html, results/341.processed: test for
725: ^table.hash[id;;$.type[string]] added (related to feature #1057)
726:
727: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
728: (related to feature #1057)
729:
730: * src/types/pa_vdate.C: warning war continues...
731:
732: * src/: classes/date.C, classes/image.C, classes/table.C,
733: include/pa_config_includes.h, types/pa_vfile.C: warning war
734:
735: * src/lib/gd/gifio.C: warning war / cleanup
736:
737: * src/lib/json/pa_json.C: warning war
738:
739: * src/classes/hash.C: warning war
740:
741: * src/types/pa_vfile.C: warning war
742:
743: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
744: -Wall warning war continues
745:
746: * configure.ac: --with-build-warnings actualized
747:
748: 2016-12-25 moko
749:
750: * src/main/pa_exec.C: -wAll warning war
751:
752: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
753: -wAll warning war
754:
755: * src/: include/pa_common.h, include/pa_sapi.h,
756: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
757: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
758: -wAll warning war
759:
760: 2016-12-23 moko
761:
762: * src/lib/ltdl/Makefile.am: extra dist added
763:
764: * tests/results/344.processed: test result updated after $file.text
765: prefetched in ^hash::create[$file] (related to feature #1075)
766:
767: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
768: ^hash::create[$file] (related to feature #1075)
769:
770: 2016-12-22 moko
771:
772: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
773: main/pa_request.C, main/pa_stylesheet_connection.C,
774: types/pa_vfile.C: file_stat now return 64-bit size (implements
775: #1014 under 32-bit unix versions)
776:
777: 2016-12-21 moko
778:
779: * tests/: 375.html, results/375.processed: test for exec returning
780: stated file added (related to feature #1119)
781:
782: * src/classes/file.C: load should not return file with null body
783: (fixes bug #1119)
784:
785: 2016-12-14 moko
786:
787: * tests/: 374.html, results/374.processed: test for $method.name
788: added (related to feature #1117) plus method returning junction
789: test
790:
791: 2016-12-13 moko
792:
793: * src/: include/pa_symbols.h, main/pa_symbols.C,
794: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
795: (implements feature #1117)
796:
797: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
798: HEAD and TRACE can't have body (implements feature #1116)
799:
800: 2016-12-09 moko
801:
802: * tests/: 373.html, results/373.processed: tests for
803: ^reflection:tainting added (related to feature #1098)
804:
805: * src/classes/reflection.C: ^reflection:tainting arguments order
806: change (related to feature #1098)
807:
808: 2016-12-06 moko
809:
810: * src/: classes/reflection.C, include/pa_string.h,
811: main/pa_string.C: ^reflection:tainting[$string] added (implements
812: feature #1098)
813:
814: 2016-12-05 moko
815:
816: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
817: (fixes bug #1114)
818:
819: 2016-12-04 moko
820:
821: * tests/: 206.html, results/206.processed: negative zero (0/-1)
822: check added
823:
824: 2016-12-03 moko
825:
826: * tests/: 346-curl.html, results/346-curl.processed: test modified
827: to test value.as_hash() usage
828:
829: * src/classes/curl.C: value.as_hash() used for correct hash
830: processing
831:
832: * src/classes/reflection.C: exceptions texts fixes
833:
834: 2016-12-02 moko
835:
836: * tests/: 372.html, results/372.processed: tests for
837: ^reflection:create[ $.class[name] $.constructor[name]
838: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
839: feature #1094)
840:
841: * src/types/pa_vmethod_frame.h: comment added: params should be
842: declared outside of *_FRAME_ACTION as MethodParams destructor
843: will be called in ~VNativeMethodFrame
844:
845: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
846: ] minor fix
847:
848: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
849: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
850: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
851: now supported (implements feature #1094) value::as_hash added
852: (and should be used everywhere)
853:
854: * src/classes/reflection.C: cleanup
855:
856: 2016-12-01 moko
857:
858: * tests/: 356.html, results/356.processed: test for method
859: junctions class name added to the resulting hash added (related
860: to feature #1068)
861:
862: * src/classes/reflection.C: for method junctions class name added
863: to the resulting hash (related to feature #1068)
864:
865: 2016-11-30 moko
866:
867: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
868: exception (related to bug #1113)
869:
870: * src/types/pa_vhashfile.C: whitespace
871:
872: * src/main/pa_os.C: errno now returned as it should (fixes bug
873: #1113)
874:
875: * tests/results/: 175.processed, 192.processed, 224.processed,
876: 229.processed, 239.processed, 244.processed, 246.processed,
877: 314.processed, 352.processed: tests results updated after method
878: call exceptions improved as method now keeps its name
879:
880: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
881: types/pa_vmethod_frame.h: method call exceptions improved as
882: method now keeps its name
883:
884: * tests/: 224.html, 239.html, results/224.processed,
885: results/239.processed: tests and tests results updated after
886: Request::construct exception changed
887:
888: * src/: classes/reflection.C, main/execute.C: Request::construct
889: exception optimized
890:
891: * tests/: 371.html, results/371.processed: test for
892: WWrapper.get_element call in $.name.key[value] code added
893: (related to feature #1091)
894:
895: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
896: in $.name.key[value] code (related to feature #1091)
897:
898: 2016-11-29 moko
899:
900: * src/classes/op.C: VS warning war
901:
902: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
903: C4239: nonstandard extension used : 'return' : conversion from
904: 'Value' to 'Value &' (related to feature #1020)
905:
906: * src/: main/execute.C, types/pa_vmethod_frame.h,
907: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
908: used : 'return' : conversion from 'Value' to 'Value &' (related
909: to feature #1020)
910:
911: * src/main/execute.C: VS warning war
912:
913: * src/targets/cgi/parser3.C: VS compatibility fix
914:
915: * src/include/pa_request.h: VS warning war
916:
917: * tests/: 370.html, results/370.processed: test for ^file::exec[
918: ... $.stdin[$binary_file] ] added (related to bug #1044)
919:
920: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
921: include/pa_string.h, main/pa_exec.C: pa_exec now supports
922: $.stdin[$binary_file] (fixes bug #1044)
923:
924: 2016-11-28 moko
925:
926: * src/main/pa_exec.C: whitespace
927:
928: * src/main/pa_request.C: whitespace
929:
930: * tests/: 369.html, results/369.processed: test for
931: $response:status usage added (related to feature #1099)
932:
933: * src/targets/cgi/parser3.C: HTTP response code used as exit status
934: if < 100 (implements feature #1099)
935:
936: * src/targets/cgi/parser3.C: whitespace
937:
938: * src/targets/cgi/parser3.C: whitespace
939:
940: * tests/: 368.html, results/368.processed: test updated after
941: ^reflection:filename[$method] added (related to feature #1053)
942:
943: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
944: main/compile.y, main/execute.C, main/pa_request.C,
945: types/pa_vclass.h: filename -> filespec,
946: ^reflection:filename[$method] added (related to feature #1053)
947:
948: 2016-11-27 moko
949:
950: * tests/: 368.html, results/368.processed: test for
951: reflection:filename[$class or object] added (related to feature
952: #1053)
953:
954: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
955: types/pa_vstateless_class.h: ^reflection:filename[$class or
956: object] added (implements feature #1053)
957:
958: 2016-11-26 moko
959:
960: * src/: include/pa_request_info.h,
961: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
962: remove_absolute_uri -> strip_absolute_uri
963:
964: 2016-11-25 moko
965:
966: * src/: include/pa_request_info.h,
967: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
968: request_info.remove_absolute_uri added to remove possible
969: http://site.name/ from $request:uri (implements feature #1112)
970:
971: 2016-11-24 moko
972:
973: * tests/: 367-curl.html, results/367-curl.processed: test for
974: previous request headers clearing after redirect added (related
975: to bug #1109)
976:
977: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
978: response headers from previous requests are now cleared, only
979: last request headers are collected (fixes bug #1109)
980:
981: * tests/results/: 266.processed, 321.processed, 356.processed:
982: tests results updated as method name now added to the resulting
983: hash for new syntax only (Imp1 compatimility fixed, related to
984: feature #1068)
985:
986: * src/classes/reflection.C: method name now added to the resulting
987: hash for new syntax only (Imp1 compatimility fixed, related to
988: feature #1068)
989:
990: * tests/results/366.processed: test for native and parser
991: implementation of ^use[] logic (related to feature #1074)
992:
993: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
994: for native and parser implementation of ^use[] logic (related to
995: feature #1074)
996:
997: 2016-11-23 moko
998:
999: * src/: classes/op.C, include/pa_request.h, main/compile.y,
1000: main/pa_request.C: @USE file now implemented as ^use[file;
1001: $.origin[origin_file] ] (implements feature #1074)
1002:
1.109 moko 1003: 2016-11-21 moko
1004:
1.110 moko 1005: * tests/: 365.html, results/365.processed: test for $caller bugs in
1006: 3.4.4 and $caller.method now tested (related to feature #1110)
1007:
1008: * tests/: 364.html, results/364.processed: $caller usage in
1009: different contexts now tested (related to feature #1110)
1010:
1011: * src/types/types.vcproj: +pa_vcaller_wrapper.h
1012:
1013: * src/types/Makefile.am: pa_vcaller_wrapper.h added
1014:
1.109 moko 1015: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
1016: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
1017: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
1018: used (implements feature #1110)
1019:
1020: 2016-11-20 moko
1021:
1022: * src/types/pa_vdouble.h: whitespace
1023:
1024: 2016-11-11 moko
1025:
1026: * tests/: 363.html, results/363.processed: more tests for feature
1027: #1091 (how parser methods work in expression context)
1028:
1029: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
1030: expressions strings are now written as strings, not values by
1031: write_as_string (related to feature #1091)
1032:
1033: * src/classes/op.C: to make more correct behavour in expression
1034: context
1035:
1036: 2016-11-07 moko
1037:
1038: * tests/: 362.html, results/362.processed: test for
1039: xsltParseStylesheetDoc caching as xsl modification after it added
1040: (related to bug #1108)
1041:
1042: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
1043: result now cached as xdoc is modified after it (fixes bug #1108)
1044:
1045: 2016-11-06 moko
1046:
1047: * src/types/pa_vxdoc.h: whitespace
1048:
1049: 2016-11-05 moko
1050:
1051: * src/types/pa_vmethod_frame.h: cleanup
1052:
1053: 2016-11-03 moko
1054:
1055: * tests/results/244.processed: more correct exception after method
1056: frames separation
1057:
1058: * src/types/pa_vmethod_frame.h: minor optimizaion
1059:
1060: * src/types/pa_method.h: optimization: params_count added
1061:
1062: * src/: classes/json.C, classes/op.C, classes/reflection.C,
1063: include/pa_request.h, main/execute.C, main/pa_request.C,
1064: types/pa_value.C, types/pa_vmethod_frame.C,
1065: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
1066: VMethodFrame now divided into VNativeMethodFrame,
1067: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
1068: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
1069: and used (related to feature #1104)
1070:
1071: 2016-11-02 moko
1072:
1073: * src/: classes/bool.C, classes/curl.C, classes/date.C,
1074: classes/double.C, classes/file.C, classes/hash.C,
1075: classes/hashfile.C, classes/image.C, classes/inet.C,
1076: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1077: classes/memcached.C, classes/op.C, classes/reflection.C,
1078: classes/regex.C, classes/string.C, classes/table.C,
1079: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
1080: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
1081: r.write (implements feature #1091)
1082:
1083: * src/main/execute.C: cleanup (related to feature #1104)
1084:
1085: * src/: include/pa_request.h, main/execute.C,
1086: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
1087: added, in_expression removed (implements feature #1104)
1088:
1089: 2016-10-31 moko
1090:
1091: * src/types/pa_value.C: whitespace
1092:
1093: 2016-10-28 moko
1094:
1095: * tests/results/244.processed: updated after error reporting fixed
1096: in pa_wcontext.C
1097:
1098: * src/types/pa_wcontext.C: error reporting fixed
1099:
1100: * src/types/pa_wcontext.h: whitespace
1101:
1102: * src/classes/image.C: not fully readed entries are no longer
1103: processed (fixes bug #1106)
1104:
1105: 2016-10-26 moko
1106:
1107: * src/classes/image.C: whitespace
1108:
1109: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
1110: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
1111: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
1112: longer required (related to feature #1091)
1113:
1114: * tests/results/: 264.processed, 350.processed: test results update
1115: reverted (whitespace optimization) after write_no_lang removed :)
1116: (related to feature #1091)
1117:
1118: * src/: classes/file.C, classes/hash.C, classes/op.C,
1119: classes/string.C, classes/table.C, classes/void.C,
1120: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
1121: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
1122: equal write_pass_lang (related to feature #1091)
1123:
1124: * tests/results/: 264.processed, 350.processed: test results
1125: updated (whitespace optimization) after write_assign_lang removed
1126: (related to feature #1091)
1127:
1128: * tests/: 361.html, results/361.processed: test for non-string
1129: ^untaint added (related to feature #1091)
1130:
1131: * src/: classes/curl.C, classes/date.C, classes/file.C,
1132: classes/hash.C, classes/op.C, classes/string.C,
1133: include/pa_request.h, main/execute.C: optimization:
1134: write_assign_lang removed as not required (first part of feature
1135: #1091 implementation)
1136:
1.108 moko 1137: 2016-10-12 moko
1138:
1139: * tests/: 360.html, results/360.processed: more test code (related
1140: to feature #1104)
1141:
1142: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
1143: include/pa_request.h, main/compile.y, main/execute.C: opcode
1144: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
1145: WContext is next task (implements feature #1104)
1146:
1147: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
1148: / CO_WITHOUT_WCONTEXT
1149:
1150: * tests/: 360.html, results/360.processed: test for in expression
1151: state (related to feature #1104)
1152:
1153: 2016-10-11 moko
1154:
1155: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
1156:
1157: * src/classes/op.C: default value removed from initializer
1158:
1159: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
1160:
1161: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
1162:
1163: 2016-10-10 moko
1164:
1165: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
1166: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
1167: to feature #42)
1168:
1169: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
1170: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
1171:
1172: 2016-10-08 moko
1173:
1174: * src/classes/double.C: whitespace
1175:
1176: 2016-10-07 moko
1177:
1178: * src/types/pa_vmethod_frame.h: reorder
1179:
1180: 2016-10-06 moko
1181:
1182: * src/classes/date.C: typo
1183:
1184: * src/types/pa_vmethod_frame.h: whitespace + cleanup
1185:
1186: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1187: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
1188: types/pa_vmethod_frame.h: params.get now returns Value&, not
1189: Value*
1190:
1191: * src/types/pa_vmethod_frame.C: params.get should return Value&.
1192:
1193: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
1194: removed; first as_* code rewrite
1195:
1196: 2016-10-05 moko
1197:
1198: * src/include/pa_request.h: whitespace
1199:
1200: * tests/: 359.html, results/359.processed: test for VCodeFrame and
1201: intercept_string added (related to feature #1097)
1202:
1203: * src/: classes/image.C, classes/op.C, classes/table.C,
1204: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1205: optimization: intercept_string removed (implements feature #1097)
1206:
1207: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
1208:
1209: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
1210: from VCodeFrame and WWrapper as not required
1211:
1212: 2016-10-04 moko
1213:
1214: * src/: classes/curl.C, classes/date.C, classes/double.C,
1215: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
1216: classes/int.C, classes/json.C, classes/op.C,
1217: classes/reflection.C, classes/string.C, classes/table.C,
1218: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1219: proces_to_value -> process after StringOrValue removed (related
1220: to feature #1020)
1221:
1222: * src/classes/form.C: whitespace
1223:
1224: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
1225:
1226: * tests/: 357.html, 358.html, results/357.processed,
1227: results/358.processed, results/auto.p: test for @conf
1228: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
1229:
1230: 2016-10-03 moko
1231:
1232: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
1233: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
1234: supported (implements feature #42)
1235:
1236: * src/types/pa_vregex.h: no reason for VRegex to be
1237: is_evaluated_expr
1238:
1239: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
1240: (implements feature #1095)
1241:
1242: 2016-10-01 moko
1243:
1244: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
1245: false by default (related to feature #1089)
1246:
1247: 2016-09-30 moko
1248:
1249: * src/types/pa_wcontext.h: cleanup
1250:
1251: 2016-09-29 moko
1252:
1253: * src/main/execute.C: whitespace
1254:
1255: * src/include/pa_request.h: whitespace
1256:
1257: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1258: classes/op.C, classes/table.C, include/pa_request.h,
1259: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
1260: types/pa_vobject.C, types/pa_wcontext.h: optimization:
1261: StringOrValue removed as it just slows down and adds complexity
1262: (implements feature #1020)
1263:
1264: 2016-09-28 moko
1265:
1266: * tests/: 356.html, results/266.processed, results/321.processed,
1267: results/356.processed: tests updated after name was added to
1268: method_info hash, test for ^reflection:method_info[junction]
1269: added (related to feature #1068)
1270:
1271: * src/classes/reflection.C: ^reflection:method_info[junction] now
1272: supported, method name added to the resulting hash (implements
1273: feature #1068)
1274:
1275: * tests/: 276.html, results/276.processed: more tests for
1276: ^reflection:delete[]
1277:
1278: * src/classes/reflection.C: fixed bug then ^reflection:delete
1279: didn't work on class and could damage native objects (like file)
1280:
1281: 2016-09-26 moko
1282:
1283: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
1284: results/345.processed, results/346-curl.processed,
1285: results/347-curl.processed, results/348.processed: numbers added
1286: to simplify diff analysis
1287:
1288: * tests/: 352.html, results/352.processed: test result updated as
1289: method name used
1290:
1291: * src/classes/reflection.C: method name used
1292:
1293: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
1294: its name
1295:
1296: * src/types/pa_method.h: whitespace
1297:
1298: * src/classes/reflection.C: both method and field with one name can
1299: exist.
1300:
1301: * src/classes/reflection.C: ^reflection:mixin added (implements
1302: feature #1089)
1303:
1304: * tests/: 355.html, results/355.processed: property appears in
1305: derived class if added in base test added
1306:
1307: * src/types/pa_vstateless_class.h: get_method declaration +
1308: whitespace
1309:
1310: * tests/: 354.html, results/354.processed: nice test from method
1311: and property with one name in class added
1312:
1313: 2016-09-23 moko
1314:
1315: * src/classes/reflection.C: ^reflection:method usage documented
1316:
1317: 2016-09-22 moko
1318:
1319: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
1320: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
1321: compile warning and GPF occures on VS2003 (related to feature
1322: #1087)
1323:
1324: * tests/: 350.html, results/350.processed: test added for
1325: $.encloser[] support in ^table::create (related to feature #11)
1326:
1327: * src/classes/table.C: another minor fix (related to feature #11)
1328:
1.107 moko 1329: 2016-09-21 moko
1330:
1331: * src/include/pa_config_fixed.h: vs2015 compilation fixes
1332:
1333: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1334: classes/json.C, classes/string.C, classes/table.C,
1335: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1336: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1337: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
1338: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
1339: pa_charsets, vs2015 warning war
1340:
1341: * src/classes/table.C: vs2015 warning war
1342:
1343: * src/types/pa_vdate.C: vs2015 warning war
1344:
1345: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
1346:
1347: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
1348: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
1349:
1350: * src/main/pa_common.C: vs2015 compilation fixes
1351:
1352: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
1353: vs2015 compilation fixes
1354:
1355: * src/main/pa_charset.C: vs2015 warning war
1356:
1357: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
1358:
1359: * src/main/pa_charset.C: vs2015 warning war
1360:
1361: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
1362:
1363: * src/types/pa_vdate.C: vs2015 compilation fix
1364:
1365: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
1366:
1367: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
1368: VS2015 compilation fixes
1369:
1370: * src/classes/table.C: minor fix (related to feature #11)
1371:
1372: * tests/results/282.processed: no longer skipping extra enclosers
1373: (related to feature #11)
1374:
1375: * src/classes/table.C: minor fix + no longer skipping extra
1376: enclosers (related to feature #11)
1377:
1378: * src/classes/table.C: minor optimization (related to feature #11)
1379:
1380: * src/classes/table.C: minor fix and optimization (related to
1381: feature #11)
1382:
1383: 2016-09-20 moko
1384:
1385: * tests/: 353.html, results/353.processed: test for
1386: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
1387: added (related to bug #1090)
1388:
1389: * src/main/compile.y: PC.cclass->is_vars_local() check added for
1390: one_big_piece (fixes bug #1090)
1391:
1392: * tests/: 229.html, results/229.processed: code coverage tests
1393:
1394: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
1395: body) was called
1396:
1397: * src/classes/op.C: whitespace
1398:
1399: * tests/: 323.html, results/323.processed: test for code junction
1400: should not be returned by ^reflection:class, ^reflection:base
1401:
1402: * src/classes/reflection.C: bugfix: code junction should not be
1403: returned by ^reflection:class, ^reflection:base
1404:
1405: * tests/: 323.html, 352.html, results/352.processed: no more
1406: exception for ^reflection:method[class;no-such-method] (related
1407: to feature #1087)
1408:
1409: * src/classes/reflection.C:
1410: ^reflection:method[class;no-such-method] : exception -> void
1411: (related to feature #1087)
1412:
1413: * src/include/pa_request.h: request::write_value added to allow
1414: write value without convertion (related to issue #1091)
1415:
1416: 2016-09-19 moko
1417:
1418: * src/main/pa_random.C: windows build fix
1419:
1420: * src/types/pa_vhash.h: warning war
1421:
1422: 2016-09-14 moko
1423:
1424: * tests/: 352.html, 552.html, results/352.processed,
1425: results/552.processed: test for ^reflection:method[] extension
1426: added (related to feature #1087)
1427:
1428: * tests/: 552.html, results/552.processed: test for
1429: ^reflection:method[] extension added (related to feature #1087)
1430:
1431: * src/classes/reflection.C: compatibility issue fixed, VClass
1432: dynamic_cast check added (related to feature #1087)
1433:
1434: * tests/: 351.html, results/351.processed: test for @auto[]
1435: inheritance bug diring ^process[] added (related to bug #1088)
1436:
1437: * src/: classes/op.C, main/pa_request.C,
1438: types/pa_vstateless_class.C: set_method now checks for @auto[] to
1439: disable it inheritance during ^process (fixes bug #1088)
1440:
1441: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
1442: added (implements feature #1087)
1443:
1444: 2016-09-13 moko
1445:
1446: * tests/: 349.html, results/auto.p: test for objects prototyping
1447: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
1448: to feature #1086)
1449:
1450: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
1451: types/pa_vobject.C: objects now are not class instances, but have
1452: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
1453: in @conf (implements feature #1086)
1454:
1455: 2016-09-08 moko
1456:
1457: * src/: classes/file.C, classes/mail.C, classes/string.C,
1458: classes/table.C, main/pa_http.C, main/pa_string.C,
1459: include/pa_string.h: cleanup: string::split limit argument
1460: removed as no longer required, pos_after no longer reference
1461: (related to feature #11)
1462:
1463: * src/classes/table.C, tests/results/348.processed: now exception
1464: is rised when invalid option is passed to ^table::create[]
1465:
1466: * tests/: 282.cfg, 282.html, results/282.processed: more code
1467: coverage tests
1468:
1469: * tests/: 348.html, results/348.processed: code coverage tests
1470: added
1471:
1472: * tests/: 348.html, results/348.processed: generic ^table::create[]
1473: tests
1474:
1475: * tests/: 035.html, results/035.processed, results/272.processed:
1476: tests updated after $.encloser[] support for ^table::create
1477: implementation (related to feature #11)
1478:
1479: * src/classes/table.C: $.encloser[] support for ^table::create
1480: finally added (implements feature #11)
1481:
1482: 2016-09-07 moko
1483:
1484: * src/include/pa_string.h: added StringSplitHelper as friend
1485: (related to feature #11)
1486:
1487: * src/include/pa_string.h: body and langs now protected, not
1488: private to allow inheritance (related to feature #11)
1489:
1490: * src/classes/table.C: lsplit optimized before cloning for
1491: ^table::create with $.encloser[] (related to feature #11)
1492:
1493: * src/classes/table.C: optimizaion: TableControlChars.separators
1494: added and used (related to feature #11)
1495:
1496: * src/classes/table.C: spelling:
1497:
1498: TableSeparators -> TableControlChars column -> separator
1499: separators -> control_chars
1500:
1501: 2016-09-06 moko
1502:
1503: * src/main/pa_string.C: whitespace
1504:
1505: * src/main/pa_string.C: whitespace
1506:
1507: 2016-09-01 moko
1508:
1509: * tests/: 347-curl.html, results/347-curl.processed: to make tests
1510: results OS-independent
1511:
1512: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
1513: compiler (related to feature #1042)
1514:
1515: 2016-08-15 moko
1516:
1517: * src/include/pa_string.h: whitespace
1518:
1519: * src/classes/table.C: whitespace
1520:
1.106 moko 1521: 2016-08-05 moko
1522:
1523: * tests/: 344.html, results/344.processed: test for
1524: ^hash::create[$file] added (related to feature #1075)
1525:
1526: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
1527: supported (implements feature #1075)
1528:
1529: 2016-08-04 moko
1530:
1531: * tests/: 341.html, results/341.processed: more code coverage tests
1532:
1533: * tests/: 346-curl.html, results/346-curl.processed: more code
1534: coverage tests for curl
1535:
1536: * tests/: 346-curl.html, results/346-curl.processed: more code
1537: coverage tests for curl
1538:
1539: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
1540: results/223.processed: code coverage tests: $.form[ $.table[] ]
1541: test added
1542:
1543: * tests/: 223-curl.html, results/223-curl.processed: more code
1544: coverage tests for curl
1545:
1546: 2016-08-03 moko
1547:
1548: * src/classes/curl.C: dlink(curl_library) now called not once, but
1549: until it will be loaded, allowing to find existing library.
1550:
1551: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
1552: results/347-curl.processed: more code coverage tests for curl
1553:
1554: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
1555: results/339-curl.processed, results/346-curl.processed: curl
1556: functionality tests
1557:
1558: 2016-08-02 moko
1559:
1560: * tests/: 339.html, results/339.processed: test for tables in
1561: ^file:load[] and ^curl:load[] (commented) added (related to
1562: feature #1042)
1563:
1564: * tests/: 345.html, results/345.processed: code coverage tests for
1565: file class
1566:
1567: * tests/: 344.html, results/344.processed: code coverage tests
1568:
1569: * tests/: 344.html, results/344.processed: mdate removed from
1570: output
1571:
1572: * src/classes/file.C: minor bugfix: is_text should be taked from
1573: fcontent.is_text_mode() if not set (related to feature #1061)
1574:
1575: * tests/: 344.html, results/344.processed: more tests
1576:
1577: * tests/: 343.html, 344.html, results/343.processed,
1578: results/344.processed: tests for ^file::create[ $.from-charset
1579: and $.to-charset ] (related to feature #1061)
1580:
1581: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1582: aset_text_mode argument optimized
1583:
1584: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1585: checkBOM now used in detect_binary_content (related to feature
1586: #1061)
1587:
1588: * src/main/pa_request.C: load_charset no longer required to_upper
1589:
1590: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
1591: preserves original file mode (if no $.mode specified)
1592:
1593: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1594: ^file::create now supports $.from-charset[] and $.to-charset
1595: options (implements feature #1061), automatic transcode is done
1596: if text file is created from binary file and charset is detected.
1597:
1598: 2016-07-30 moko
1599:
1600: * src/classes/table.C: ^t.hash[..;] now supported (related to
1601: feature #1057)
1602:
1603: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
1604: added (related to feature #1057)
1605:
1606: * tests/: 286.html, results/286.processed: code tests coverage
1607:
1608: 2016-07-29 moko
1609:
1610: * src/classes/table.C: table size should be checked inside menu and
1611: foreach (related to feature #858)
1612:
1613: * src/: classes/curl.C, classes/file.C, classes/string.C,
1614: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1615: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
1616: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
1617: charsets.get now does str_upper inside (related to feature #1061)
1618:
1619: * tests/: 342.html, results/342.processed: more code coverage tests
1620:
1621: * tests/: 342.html, outputs/342.processed: table menu code coverage
1622: + foreach test added (related to feature #858)
1623:
1624: * tests/: 341.html, results/341.processed: tests for
1625: ^table.hash[]{code} added + code coverage tests (related to
1626: feature #1057)
1627:
1628: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
1629: value} support (implements feature #1057)
1630:
1631: * src/classes/table.C: whitespace
1632:
1633: 2016-07-28 moko
1634:
1635: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
1636: from URL, if not specified query string removed from url-based
1637: filenames in ^curl:load[] and ^file::load[] (related to feature
1638: #1042)
1639:
1640: 2016-07-27 moko
1641:
1642: * tests/: 340.html, results/340.processed: test for
1643: transcode_text_result=false added (related to issue #1042)
1644:
1645: 2016-07-26 moko
1646:
1647: * src/types/pa_vfile.C: file name should not be empty (if file path
1648: is folder and ends with /) (related to feature #1042)
1649:
1650: * src/main/pa_http.C: whitespace optimizaion
1651:
1652: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1653: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
1654: multiple headers, ^file::load supports headers transcoding
1655: (implements feature #1042)
1656:
1657: 2016-07-25 moko
1658:
1659: * src/include/pa_common.h: PA_DEFAULT added
1660:
1661: 2016-07-22 moko
1662:
1663: * tests/: 338.html, results/338.processed: test for
1664: $date.field(value) added (related to feature #1066)
1665:
1666: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
1667: $date.field(value) now supported for y/m/d/h/m/s (implements
1668: feature #1066)
1669:
1.105 moko 1670: 2016-07-21 moko
1671:
1672: * src/: classes/file.C, classes/image.C, include/pa_common.h,
1673: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
1674: arguments removed; image.C - absolute path shown in exception
1675: (implements feature #1071)
1676:
1677: * tests/: 235.html, results/235.processed: test and test result
1678: updated after static boundary in mail and Errors-To: mail header
1679: removed (related to feature #1047)
1680:
1681: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
1682: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
1683: used, static boundary in mail removed, Errors-To: mail header
1684: removed (implements feature #1047)
1685:
1686: 2016-07-20 moko
1687:
1688: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1689: equest.classes(): Value -> VStateless_class, part 3 (related to
1690: issue #1051)
1691:
1692: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
1693: request.classes(): Value -> VStateless_class, part 2 (related to
1694: issue #1051)
1695:
1696: * tests/results/: 224.processed, 323.processed: classes without
1697: methods should not be methoded (related to issue #1051)
1698:
1699: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
1700: main/compile_tools.h, main/pa_request.C: request.classes(): Value
1701: -> VStateless_class, part 1 (related to issue #1051)
1702:
1703: * tests/: 337.html, results/337.processed: test for
1704: ^reflection:fields_reference[] and VHashReference class added
1705: (related to feature #1072)
1706:
1707: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
1708: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
1709: and VHashReference added, allowing ^reflection:fields_reference[]
1710: implementation (closes feature #1072)
1711:
1712: 2016-07-19 moko
1713:
1714: * tests/: 323.html, results/323.processed: we want to see
1715: "methoded"
1716:
1717: * tests/: 336.html, results/336.processed: test for $BASE:property
1718: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
1719: #1059)
1720:
1721: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
1722: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
1723: somebody_entered_some_class, $BASE:property works again,
1724: ^BASE:method[] bugs fixed (fixes bug #1059)
1725:
1726: 2016-07-14 moko
1727:
1728: * tests/: 335.html, results/335.processed: test for feature #1055
1729: added
1730:
1731: * src/classes/hash.C: bugfix: $._default was not copied if empty
1732: feature: ^hash.contains[_default] added (implements feature
1733: #1055)
1734:
1735: 2016-07-13 moko
1736:
1737: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
1738: should not call @autouse (http://www.parser.ru/forum/?id=83480)
1739:
1740: 2016-07-05 moko
1741:
1742: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
1743: in ^hash.foreach (related to feature #1073)
1744:
1745: 2016-07-04 moko
1746:
1747: * tests/: 134.html, 281.html, results/134.processed,
1748: results/281.processed: tests updated after hash blocking removed
1749: (related to feature #1073)
1750:
1751: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
1752: no longer blocks on change during foreach (implements feature
1753: #1073)
1754:
1755: 2016-06-17 moko
1756:
1757: * tests/: 330.html, results/330.processed: try exception source
1758: test added (related to bug in #1062)
1759:
1760: * tests/: 334.html, results/334.processed: Exception stack trace
1761: test added (related to bug in $1062)
1762:
1763: * src/classes/op.C: Exception trace now correctly restored and
1764: errors reported (related to bug #1062)
1765:
1.104 moko 1766: 2016-05-25 moko
1767:
1768: * src/main/compile.y: minor cleanup + beauty
1769:
1770: 2016-05-24 moko
1771:
1772: * tests/: 333.html, results/333.processed: more exceptions testing
1773:
1774: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
1775: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
1776: features #1056, #1026)
1777:
1778: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
1779: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
1780: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
1781: (implements feature #1056)
1782:
1783: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
1784: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
1785: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
1786: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
1787: feature #1026)
1788:
1789: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
1790: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
1791: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
1792: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
1793: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
1794: feature #1026)
1795:
1796: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
1797: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
1798: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
1799: SYMBOLS_CACHING define implemented (related to feature #1026)
1800:
1801: * src/main/main.vcproj: + ps_symbols
1802:
1803: * src/: include/Makefile.am, include/pa_string.h,
1804: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
1805: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
1806: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1807: types/pa_vstateless_class.C: initial implementation for symbols
1808: cache (related to feature #1026)
1809:
1810: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
1811:
1812: * src/main/pa_globals.C: minor cleanup
1813:
1814: 2016-05-19 moko
1815:
1816: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
1817: (related to feature #1046)
1818:
1819: * tests/: 331.html, results/331.processed: test for
1820: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
1821: (related to feature #1051)
1822:
1823: * src/main/compile.y:
1824: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
1825: (implements feature #1054)
1826:
1827: 2016-05-18 moko
1828:
1829: * src/types/pa_vtable.C, tests/results/324.processed: no more
1830: "column not found" exception for ^table.no-such-method[] (related
1831: to feature #1046)
1832:
1833: * tests/: 261.html, results/261.processed: test added and updated
1834: after feature #1046 implementation
1835:
1836: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
1837: types/pa_vvoid.h: $string.anything works for whitespace strings,
1838: ^string.contains added for hash compatibility, $string.method no
1839: longer returns stting method (implements feature #1046)
1840:
1841: 2016-05-12 moko
1842:
1843: * src/classes/curl.C: content-type response header no longer
1844: ignored (fixes issue #1045)
1845:
1846: * tests/: 330.html, results/330.processed: test for incomplete
1847: finally execution when break occures added (related to issue
1848: #1077)
1849:
1850: * src/classes/op.C: bugfix: Request::skip reset is called before
1851: executing catch and finally code (fixes issue #1062)
1852:
1853: 2016-05-11 moko
1854:
1855: * tests/: 329.html, results/329.processed: test for invalid
1856: ^break[] behavour added (bug #1077)
1857:
1858: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
1859:
1860: 2016-04-24 moko
1861:
1862: * src/types/pa_vstateless_class.h: warning war
1863:
1864: 2016-04-17 moko
1865:
1866: * tests/: 328.html, results/328.processed: test for
1867: ^break(condition) and ^continue(condition) (related to feature
1868: #1063)
1869:
1870: * src/classes/op.C: ^break(condition) and ^continue(condition)
1871: implemented (feature #1063)
1872:
1873: 2016-04-12 moko
1874:
1875: * tests/results/280.processed: ordered hash now used for class
1876: methods and properties (test results updated for feature #1069)
1877:
1878: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
1879: to xdoc.C as under FreeBSD it was inited after and inheritance
1880: failed (related to issue #1051)
1881:
1882: * tests/: 320.html, results/320.processed: xdoc and xnode methods
1883: are printed to check inheritance (related to feature #1051)
1884:
1.103 moko 1885: 2016-04-09 moko
1886:
1887: * tests/results/320.processed: ordered hash now used for class
1888: methods and properties (test results updated for feature #1069)
1889:
1890: * src/types/pa_vstateless_class.h: ordered hash now used for class
1891: methods and properties (implements feature #1069)
1892:
1893: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
1894: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
1895: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
1896: feature #1051)
1897:
1898: 2016-04-07 moko
1899:
1900: * src/main/execute.C: returned Value in .CLASS case for VJunction
1901: (related to feature #1051)
1902:
1903: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
1904: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
1905: string constants deduplication (related to feature #1051)
1906:
1907: * tests/results/224.processed: test result updated (related to
1908: feature #1051)
1909:
1910: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
1911: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
1912: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
1913: types/pa_vstatus.h: classes hash now contains only
1914: VStateless_class derived objects, .CLASS is also allways
1915: VStateless_class derived object (related to feature #1051).
1916:
1917: 2016-04-06 moko
1918:
1919: * tests/results/323.processed: test result updated after feature
1920: #1051 implementation
1921:
1922: * src/: classes/classes.h, classes/op.C, classes/response.C,
1923: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1924: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
1925: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
1926: types/pa_vresponse.C, types/pa_vresponse.h,
1927: types/pa_vstateless_class.h: base -> methoded_donor for static
1928: classes, type() moved from VStateless_class to VClass and
1929: Methoded (implements feature #1051)
1930:
1931: 2016-04-04 moko
1932:
1933: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
1934: beauty: put_class added (related to feature #1051)
1935:
1936: 2016-04-01 moko
1937:
1938: * tests/results/: 175.processed, 192.processed, 224.processed,
1939: 229.processed, 244.processed, 246.processed, 316.processed: test
1940: results updated as class.type() removed from error messages, only
1941: type() left (related to feature #1051)
1942:
1943: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
1944: classes/op.C, classes/reflection.C, main/compile.y,
1945: main/compile_tools.h, main/execute.C, main/pa_request.C,
1946: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
1947: types/pa_vmethod_frame.h, types/pa_vobject.h,
1948: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
1949: from VStateless_class, type() is used instead (related to feature
1950: #1051)
1951:
1952: * src/classes/mail.C: old logic restored.
1953:
1954: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1955: classes/classes.h, classes/curl.C, classes/date.C,
1956: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1957: classes/hashfile.C, classes/image.C, classes/inet.C,
1958: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1959: classes/memcached.C, classes/memory.C, classes/reflection.C,
1960: classes/regex.C, classes/response.C, classes/string.C,
1961: classes/table.C, classes/xdoc.C, classes/xnode.C,
1962: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
1963: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
1964: feature #1051)
1965:
1966: 2016-03-30 moko
1967:
1968: * tests/: 327.html, results/224.processed, results/327.processed:
1969: test for TZ specification in ^date::create[], TZ is kept during
1970: ^date::create[$dt] (related to feature #1048)
1971:
1972: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
1973: ^date::create[], TZ is kept during ^date::create[$dt] (implements
1974: feature #1048)
1975:
1976: 2016-03-29 moko
1977:
1978: * tests/: 315.html, results/315.processed: test for timezone format
1979: +HHmm added (related to feature #1065)
1980:
1981: * src/classes/date.C: timezone format +HHmm now supported
1982: (implements feature #1065)
1983:
1984: 2016-03-28 moko
1985:
1986: * tests/: 202.html, results/131.processed, results/202.processed,
1987: results/224.processed, results/256.processed,
1988: results/315.processed: test results updated after %.2d now
1989: default for hours offset in iso-string (was %2d), test for
1990: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
1991: added (related to feature #1065)
1992:
1993: 2016-03-27 moko
1994:
1995: * src/types/pa_vdate.C: '+' sign for zero offset (related to
1996: feature #1065)
1997:
1998: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
1999: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2000: added (implements feature #1065)
2001:
2002: 2016-03-24 moko
2003:
2004: * tests/: 202.html, results/202.processed: test $date.week added
2005: (related to bug #1067)
2006:
2007: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
2008: date (fix for bug #1067)
2009:
2010: 2016-03-10 moko
2011:
2012: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
2013:
1.102 moko 2014: 2015-12-07 moko
2015:
2016: * tests/: 326.html, results/326.processed: test for .CLASS &
2017: .CLASS_NAME optimization added (related to feature #844)
2018:
2019: 2015-11-17 moko
2020:
2021: * tests/: 323.html, results/323.processed: order added
2022:
2023: * tests/: 325.html, results/325.processed: double range test added
2024: (related to bug #1049)
2025:
2026: 2015-11-16 moko
2027:
2028: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
2029: added to disallow NaN and Infinity (fixes bug #1049)
2030:
2031: 2015-11-11 moko
2032:
2033: * tests/324.html: parser 3.4.3 execution support added (related to
2034: feature #1017)
2035:
2036: * tests/: 324.html, results/324.processed: test for
2037: GET_ELEMENT4CALL feature added (feature #1017)
2038:
1.101 moko 2039: 2015-10-29 moko
2040:
2041: * operators.txt: updated for 3.4.4
2042:
2043: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
2044:
2045: * src/main/pa_exec.C: get_exit_status implemented for Windows
2046: (related to bug #1043)
2047:
2048: 2015-10-28 moko
2049:
2050: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
2051: hangup during ^file::exec (fixes bug #1043)
2052:
1.100 moko 2053: 2015-10-27 moko
2054:
2055: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
2056:
1.99 moko 2057: 2015-10-26 moko
2058:
1.100 moko 2059: * tests/322.html, src/classes/reflection.C: arguments reorder
2060: (related to issue #1041)
2061:
2062: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
2063: Copyright year updated
2064:
1.99 moko 2065: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
2066: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
2067: classes/form.C, classes/hash.C, classes/hashfile.C,
2068: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
2069: classes/mail.C, classes/math.C, classes/memcached.C,
2070: classes/memory.C, classes/op.C, classes/reflection.C,
2071: classes/regex.C, classes/response.C, classes/string.C,
2072: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
2073: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
2074: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2075: include/pa_config_fixed.h, include/pa_config_includes.h,
2076: include/pa_dictionary.h, include/pa_dir.h,
2077: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2078: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2079: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2080: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2081: include/pa_request_charsets.h, include/pa_request_info.h,
2082: include/pa_sapi.h, include/pa_socks.h,
2083: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2084: include/pa_stack.h, include/pa_string.h,
2085: include/pa_stylesheet_connection.h,
2086: include/pa_stylesheet_manager.h, include/pa_table.h,
2087: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
2088: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
2089: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
2090: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
2091: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
2092: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
2093: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
2094: main/compile.y, main/compile_tools.C, main/compile_tools.h,
2095: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
2096: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
2097: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
2098: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
2099: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2100: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2101: main/pa_string.C, main/pa_stylesheet_connection.C,
2102: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
2103: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
2104: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
2105: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
2106: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
2107: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
2108: targets/isapi/parser3isapi.C, types/pa_junction.h,
2109: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2110: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
2111: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
2112: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
2113: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
2114: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
2115: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
2116: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
2117: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
2118: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
2119: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
2120: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
2121: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2122: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2123: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2124: types/pa_vresponse.C, types/pa_vresponse.h,
2125: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2126: types/pa_vstateless_object.h, types/pa_vstatus.C,
2127: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2128: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2129: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2130: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2131: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2132:
2133: * src/targets/cgi/parser3.C: year updated
2134:
2135: * src/classes/reflection.C: VS2003 compatibility fixed (related to
2136: issue #1041)
2137:
2138: * tests/: 323.html, results/323.processed: test for base classes
2139: added
2140:
2141: * tests/: 261.html, results/261.processed: updated after better
2142: error reporting done for $string.key exception
2143:
2144: * src/types/pa_vstring.h: better error report for $string.key
2145: exception
2146:
2147: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
2148: copied as VObject::get_element4call to remove extra virtual call
2149:
2150: * tests/: 322.html, results/322.processed: test for
2151: ^reflection:is[] added (related to feature #1041)
2152:
2153: * src/classes/reflection.C: ^reflection:is empty value is void
2154: (related to feature #1041)
2155:
2156: * src/classes/reflection.C:
2157: ^reflection:is[class_name|code|method;[context;]element_name]
2158: added (implements feature #1041)
2159:
2160: 2015-10-24 moko
2161:
2162: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
2163:
1.98 moko 2164: 2015-10-22 moko
2165:
2166: * tests/: 321.html, results/321.processed: test for
2167: ^reflection:method_info[] file detection added
2168:
2169: * tests/: 320.html, results/320.processed: test for
2170: ^reflection:class_by_name[class_name] added (related to feature
2171: #993)
2172:
2173: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
2174: added (implements feature #993)
2175:
2176: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
2177: (related to feature #1017)
2178:
2179: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
2180: added (related to issue #1039)
2181:
2182: * src/main/pa_request.C: ^throw origin fixed (related to feature
2183: #1039)
2184:
2185: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
2186: for VDate
2187:
2188: * tests/results/182.processed: updated after feature #1038
2189: implemented
2190:
2191: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
2192: compile-time exception origin added (test for feature #1039)
2193:
2194: * src/: include/pa_request.h, main/compile.C, main/compile.y,
2195: main/pa_request.C: exception unification: compile-time exceptions
2196: now have origin, @USE origins also tracked (implements feature
2197: #1039)
2198:
2199: 2015-10-20 moko
2200:
2201: * src/main/pa_request.C: cleanup
2202:
2203: 2015-10-15 moko
2204:
2205: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
2206:
2207: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
2208: types/pa_vtable.C: new feature: no more $table.method and
2209: $hash.method, aliases for _at, _count, _key (related to feature
2210: #1017)
2211:
1.97 moko 2212: 2015-10-14 moko
2213:
1.98 moko 2214: * tests/: 317.html, results/317.processed: test for
2215: ^string.unescape[] added (related to feature #120)
2216:
1.97 moko 2217: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
2218: defined" bug (described in issue #1036)
2219:
2220: * tests/: 247.html, results/247.processed: test for checkBOM added
2221: (test for bug #1037)
2222:
2223: * src/: include/pa_charsets.h, main/pa_charsets.C,
2224: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
2225: it's not enforced, skips BOM signature if it complies charset
2226: (fixes bug #1037)
2227:
2228: 2015-10-13 moko
2229:
2230: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
2231: linking
2232:
2233: * src/classes/inet.C: vs2003 compilation fix
2234:
2235: * src/classes/math.C: warning war
2236:
2237: * src/lib/punycode/pa_punycode.c: warning war
2238:
2239: 2015-10-12 moko
2240:
2241: * src/lib/punycode/pa_punycode.c: warning war
2242:
2243: * parser3.sln: moved parser3 first, to make it default startup
2244: project
2245:
2246: * buildall: parser "mirror" now used for external libs sources
2247: (implements feature #1036)
2248:
2249: * buildall: most external libs are updated to their current
2250: versions (related to feature #1036)
2251:
2252: * src/classes/image.C: more tags added
2253:
2254: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
2255:
2256: 2015-10-11 moko
2257:
2258: * src/classes/curl.C: minor optimization (related to feature #1035)
2259:
2260: 2015-10-09 moko
2261:
2262: * src/classes/curl.C: pa_strdup added for strings from curl
2263: (related to feature #1035)
2264:
2265: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
2266: ULLONG_MAX definition
2267:
2268: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
2269: (implements feature #1035)
2270:
2271: * src/main/pa_charset.C: String::Body(String::C) used
2272:
2273: * src/main/pa_charset.C: exceptions unified
2274:
2275: * src/: include/pa_charset.h, main/pa_charset.C: declarations
2276: unified
2277:
2278: * src/: classes/file.C, classes/image.C, classes/mail.C,
2279: classes/op.C, classes/xdoc.C, classes/xnode.C,
2280: include/pa_string.h, main/pa_request.C, main/pa_string.C,
2281: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
2282: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
2283: String::Body(String::C) constructor added (related to bug #957)
2284:
2285: * src/classes/file.C: minor optimization
2286:
2287: * src/include/pa_hash.h: hash.get(char*) added, to minimize
2288: Cord(char*) autocreation (related to bug #957)
2289:
2290: * src/: classes/string.C, main/untaint.C: minor optimizations
2291:
2292: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
2293: String(char*, Lang, length) removed, String(C(), Lang) used
2294: instead (related to bug #957)
2295:
2296: 2015-10-08 moko
2297:
2298: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
2299: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
2300: main/untaint.C: Now char * is converted to CORD only using
2301: AS_CORD() to check for empty cord bug (fixes bug #957)
2302:
2303: * src/include/pa_hash.h: fixed compilation without
2304: HASH_CODE_CACHING
2305:
2306: * src/classes/string.C:
2307: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
2308: feature #120)
2309:
2310: * src/main/pa_common.C: reduce js flags checks count (related to
2311: feature #120)
2312:
1.96 moko 2313: 2015-10-07 moko
2314:
2315: * tests/: 275.html, results/275.processed: test modified after
2316: unsigned long long int support implemented (feature #1034)
2317:
2318: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
2319: pa_atoul added for unsigned long long int support
2320:
2321: 2015-10-06 moko
2322:
2323: * src/types/pa_vdate.C: INT_MAX used
2324:
2325: 2015-10-03 moko
2326:
2327: * tests/: 302.html, results/302.processed: test for bug #1023
2328: (\u2028, \u2029 escaping) added
2329:
2330: * src/main/untaint.C: \u2028, \u2029 are now escaped in
2331: json:string[] (fixes bug #1023)
2332:
2333: 2015-09-29 moko
2334:
2335: * tests/305.html: try-catch added for OS without ipv6 support
2336:
2337: * src/lib/json/pa_json.C: more unique prefixes for Solaris
2338: compilation
2339:
2340: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
2341: main/execute.C, types/pa_value.h, types/pa_vhash.h,
2342: types/pa_vtable.C, types/pa_vtable.h: get_element4call
2343: implemented to distinguish ^hash.method from $hash.field
2344: (implements feature #1017)
2345:
2346: * src/lib/punycode/pa_punycode.c: warning war
2347:
2348: * src/include/pa_config_includes.h: warning war
2349:
2350: * src/include/pa_config_includes.h: pragma warning actualized a bit
2351:
2352: * src/include/pa_config_includes.h: warning war
2353:
2354: * src/include/pa_hash.h: clang compilation fix
2355:
2356: 2015-09-27 moko
2357:
2358: * src/main/compile.tab.C: Bison 3 is now default
2359:
2360: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
2361:
2362: 2015-09-25 moko
2363:
2364: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
2365: works with undefined HASH_ORDER (related to feature #196)
2366:
2367: 2015-09-24 moko
2368:
2369: * tests/: 027.html, results/027.processed: test modified to test
2370: ^hash.sort (feature #196)
2371:
2372: * src/: classes/hash.C, include/pa_hash.h:
2373: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
2374: added (implements feature #196)
2375:
2376: * tests/: 316.html, results/316.processed: Added test for bug #1025
2377: (exception handling in non-cached ^cache), plus for "it does not
2378: have logical value" and "$exception.handled value must be either
2379: boolean or string 'cache'" exceptions.
2380:
2381: * src/classes/op.C: ^cache: exceptions now handled in non-cached
2382: code (fixes bug #1025)
2383:
1.95 moko 2384: 2015-09-23 moko
2385:
2386: * src/classes/table.C: warning war
2387:
2388: * src/: classes/math.C, types/pa_vcookie.C: warning war
2389:
2390: * src/classes/file.C: warning war
2391:
2392: * src/: include/pa_table.h, main/pa_table.C: warning war
2393:
2394: * src/: main/pa_request.C, classes/date.C: warning war
2395:
2396: * src/: types/pa_vdate.C, classes/op.C: warning war
2397:
2398: * tests/: 122.html, results/122.processed: win sync: to remove
2399: differences with OS that doesn't keep timezone change history
2400:
2401: * src/types/pa_vdate.C: tzset() should be called in Windows after
2402: TZ change (related to feature #36)
2403:
2404: * tests/: 075.html, results/075.processed: win sync: to remove
2405: differences with OS that doesn't keep timezone change history
2406:
2407: * tests/: 315.html, results/315.processed: win sync: to remove
2408: differences with OS that doesn't keep timezone change history
2409:
2410: * tests/: 256.html, results/256.processed: win sync: to remove
2411: differences with OS that doesn't keep timezone change history
2412:
2413: * tests/: 124.html, results/124.processed: win results sync: to
2414: avoid hitting time change hole.
2415:
2416: * src/types/pa_vdate.C: static returned. :)
2417:
2418: 2015-09-22 moko
2419:
2420: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
2421:
2422: * tests/results/131.processed: more tests for feature #1032
2423:
2424: * src/classes/date.C: minor fix related to feature #1032
2425:
2426: * operators.txt: ISO date creation documented (related to feature
2427: #1032)
2428:
2429: * operators.txt: iso-string documented (related to feature #1032)
2430:
2431: * tests/: 315.html, results/315.processed: more tests added
2432: (related to feature #1032)
2433:
2434: * tests/: 131.html, results/131.processed: date range checks
2435: updated (related to feature #36)
2436:
2437: * tests/: 315.html, results/057.processed, results/315.processed:
2438: test added for ISO date support (related to issue #315)
2439:
2440: * src/classes/date.C: more readable exceptions in date creation
2441: (related to ticket #1032)
2442:
2443: 2015-09-18 moko
2444:
2445: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
2446: added (related to issue #1032)
2447:
2448: * tests/results/256.processed, src/classes/json.C: iso-string
2449: documented (related to issue #1032)
2450:
2451: * tests/: 256.html, results/256.processed: ISO date check added
2452: (related to issue #1032)
2453:
2454: * tests/: 057.html, results/057.processed, results/224.processed:
2455: tests results updated after ISO date support implemented (related
2456: to feature #1032)
2457:
2458: * src/: classes/date.C, classes/image.C, types/pa_value.h,
2459: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
2460: ^date::create[string] constructor formalized, ^date.iso-string[]
2461: added (implements feature #1032)
2462:
2463: 2015-09-05 moko
2464:
2465: * operators.txt: actualized
2466:
2467: * operators.txt: date changes documented (related to ticket #36)
2468:
2469: 2015-09-04 moko
2470:
2471: * src/types/pa_vdate.C: warning war
2472:
2473: * src/: classes/op.C, types/pa_vhashfile.C: warning war
2474:
2475: 2015-09-03 moko
2476:
2477: * tests/results/096.processed: test result updated for 0..9999 year
2478: date range support (related to feature #36)
2479:
2480: * tests/: 314.html, results/314.processed: test for
2481: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
2482: bug #1031)
2483:
2484: * src/classes/string.C: Static calls fixed for ^string:base64[],
2485: ^string:idna[], ^string:js-escape[] (closes bug #1031)
2486:
1.116 moko 2487: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
2488: configure.in -> configure.ac
1.95 moko 2489:
1.116 moko 2490: * configure, configure.in, src/include/pa_config_auto.h.in: more
2491: correct timezone check for FreeBSD Warning war: configure.in ->
2492: configure.ac
1.95 moko 2493:
2494: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 2495: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
2496: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
2497: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
2498: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
2499: src/main/Makefile.am, src/targets/apache/Makefile.am,
2500: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 2501: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
2502: check added
2503:
2504: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
2505:
2506: * tests/results/: 124.processed, 224.processed: test resuls updated
2507: for new date implementation (related to feature #36)
2508:
2509: * src/: classes/date.C, classes/image.C, include/pa_common.h,
2510: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
2511: types/pa_vdate.h: new double date implementation with internal
2512: support for extended 0..9999 year range, default timezone support
2513: (related to feature #36)
2514:
2515: 2015-08-28 moko
2516:
2517: * src/types/pa_vmail.C: fixed $mail:received.date calculations
2518: (fixes bug #1030)
2519:
2520: 2015-08-21 moko
2521:
2522: * src/classes/inet.C: snprintf size "bug" commented
2523:
2524: * src/main/pa_common.C: snprintf comments updated
2525:
2526: 2015-08-16 moko
2527:
2528: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
2529:
2530: 2015-08-11 moko
2531:
2532: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
2533: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
2534: can be null (fixes bug #1029)
2535:
2536: 2015-08-06 moko
2537:
1.116 moko 2538: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
2539: pa_vdate.C added
1.95 moko 2540:
2541: 2015-08-05 moko
2542:
2543: * tests/: 313.html, results/313.processed: test for
2544: ^table.count[columns] and ^table.flip[] with nameless tables
2545: (feature #1003)
2546:
2547: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2548: max_cell added, now ^table.count[columns] and ^table.flip[] works
2549: correctly for nameless tables (implements feature #1003)
2550:
2551: 2015-08-03 moko
2552:
2553: * tests/312.html: test for ^table.append[$hash] and
2554: ^table.insert[$hash] added (related to feature #1028)
2555:
2556: * src/classes/table.C: ^table.append[$hash] and
2557: ^table.insert[$hash] now supported (implements feature #1028)
2558:
2559: * tests/: 312.html, results/312.processed: test row copy in
2560: ^table.hash[; $.type[table] ] added (related to feature #1016)
2561:
2562: * src/classes/table.C: row copy now created in ^table.hash[;
2563: $.type[table] ] (related to feature #1016)
2564:
2565: 2015-07-29 moko
2566:
2567: * tests/: 312.html, results/312.processed: test for ^table.delete[]
2568: added (related to feature #1016)
2569:
2570: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2571: ^table.delete[] added to delete current row (related to feature
2572: 1016)
2573:
2574: 2015-07-28 moko
2575:
2576: * tests/: 312.html, results/312.processed: test for
2577: $table.column[value] and ^table.insert{row} (related to feature
2578: #1016)
2579:
2580: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
2581: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
2582: ^table.insert{row} are now implemented (feature #1016)
2583:
2584: * src/include/pa_array.h: Optimization: bool reverse removed from
2585: append(), insert() added, memmove arguments order in remove()
2586: fixed (related to feature #1016)
2587:
2588: 2015-07-23 moko
2589:
2590: * src/classes/json.C: tainted json and empty json exception added
2591: (implements feature #1015)
2592:
2593: * tests/: 311.html, results/311.processed: empty json and tainted
2594: json exception test added (related to issue #1015)
2595:
2596: 2015-07-22 moko
2597:
2598: * tests/: 311.html, results/311.processed: test for UTF-8
2599: processing added
2600:
2601: * tests/: 311.html, results/311.processed: test for
2602: json_exception_with_source added (related to issue #394)
2603:
2604: * src/classes/json.C: json_exception_with_source added (implements
2605: feature #394)
2606:
2607: 2015-06-29 moko
2608:
2609: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
2610: directories are now correctly determined if _d_type == DT_UNKNOWN
2611: (closes bug #1027)
2612:
2613: 2015-06-10 moko
2614:
2615: * src/types/pa_vxnode.h: extern "C" not requred and causes build
2616: error if libxml has LIBXML_ICU_ENABLED.
2617:
2618: 2015-06-04 moko
2619:
2620: * tests/099.html: ups, reverting
2621:
2622: * tests/: 099.html, 309.html, 310.html, results/309.processed,
2623: results/310.processed: tests for $response:body[ $.file[] ] and
2624: $response:last-modified added
2625:
2626: * src/main/pa_request.C: last-modified check fixed
2627:
2628: 2015-06-03 moko
2629:
2630: * tests/: 204.html, 205.html, 293.html, results/204.processed,
2631: results/205.processed, results/293.processed: $response:headers
2632: logging added (tests for feature #1007)
2633:
2634: * src/: include/pa_common.h, include/pa_request.h,
2635: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
2636: $response:headers are now in uppercase (closes feature #1007)
2637:
2638: 2015-06-02 moko
2639:
2640: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
2641: build errors reverted for clang compatibility
2642:
2643: 2015-06-01 moko
2644:
2645: * src/include/pa_memory.h: -pedantic build errors fixed
2646:
2647: * src/classes/math.C: -pedantic build error fixed
2648:
2649: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
2650:
2651: 2015-05-31 moko
2652:
2653: * src/classes/table.C: USE_STRINGSTREAM optimized
2654:
2655: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
2656: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
2657: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
2658: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
2659: types/pa_vxnode.h: warning war (-pedantic flag)
2660:
2661: 2015-05-28 moko
2662:
2663: * tests/: 308.html, results/308.processed: test for
2664: ^table::create[$t;], etc work added (related to bug #975)
2665:
2666: * src/classes/table.C: check_option_param removed,
2667: ^table::create[$t;], etc now works (fixes bug #975)
2668:
2669: 2015-05-27 moko
2670:
2671: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
2672: (Debian jessie) fixed (closes issue #1024)
2673:
2674: * tests/Makefile: sort added as in Debian jessie list become
2675: unsorted
2676:
2677: 2015-05-18 moko
2678:
2679: * tests/: 201.html, results/201.processed: test for
2680: ^string.trim[what] feature #1022
2681:
2682: * src/classes/string.C: ^string.trim[what] now supported,
2683: implements feature #1022
2684:
2685: 2015-05-17 moko
2686:
2687: * tests/results/185.processed: test result updated as feature #1021
2688: implemented (left/right accept negative parameter)
2689:
2690: * src/classes/string.C: left/right now accept negative parameter
2691: (implements feature #1021)
2692:
2693: 2015-05-08 moko
2694:
2695: * src/classes/math.C: isalnum -> pa_isalnum
2696:
2697: * src/main/execute.C: optimization in getter-junction processing
2698: (related to issue #997)
2699:
2700: 2015-05-07 moko
2701:
2702: * tests/: 307.html, results/307.processed: test for issue #997
2703: added
2704:
2705: * src/main/execute.C: process_getter result now checked if junction
2706: returned (closes issue #997)
2707:
2708: * tests/: 305.html, results/305.processed: sort added to ignore
2709: different order
2710:
2711: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
2712: assignment (closes issue #994)
2713:
2714: * tests/: 306.html, results/306.processed: test for issue #994
2715: added
2716:
2717: * tests/: 303.html, results/303.processed: two more errors tested
2718:
2719: 2015-05-06 moko
2720:
2721: * tests/: 305.html, results/305.processed: test for name2ip &
2722: ip2name added (related to feature #992)
2723:
2724: * tests/: 303.html, 304.html, results/303.processed,
2725: results/304.processed: tests for idna conversion added (related
2726: to issue #849)
2727:
2728: 2015-05-02 moko
2729:
2730: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
2731: implemented
2732:
2733: 2015-04-30 moko
2734:
2735: * src/main/pa_http.C: idna_host added, related to issue #849
2736:
2737: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
2738: (related to issue #849)
2739:
2740: 2015-04-24 moko
2741:
2742: * src/types/pa_vjunction.C: warning war
2743:
2744: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
2745: unification
2746:
2747: * src/lib/punycode/pa_idna.c: warning war
2748:
2749: 2015-04-22 moko
2750:
2751: * src/main/main.vcproj: punycode include path added
2752:
2753: * src/lib/punycode/pa_idna.c: windows compile error fixed
2754:
2755: * src/lib/punycode/pa_idna.c: warning war
2756:
2757: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
2758: project file added
2759:
2760: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
2761:
2762: * src/include/pa_memory.h: warning war
2763:
2764: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
2765: ^string:idna[xn--...], ^string.idna[] - idna conversion support
2766: implemented (related to feature #849)
2767:
2768: * configure.in, src/main/Makefile.am,
2769: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
2770: libpunycode added in Unix
2771:
2772: 2015-04-21 moko
2773:
2774: * configure.in: large files support
2775:
2776: 2015-04-15 moko
2777:
2778: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
2779: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
2780: pa_punycode.h: initial version for punycode/idna support library
2781: (ticket #849)
2782:
2783: 2015-04-08 moko
2784:
2785: * src/: classes/curl.C, classes/date.C, classes/file.C,
2786: classes/image.C, classes/mail.C, classes/reflection.C,
2787: classes/string.C, classes/xnode.C, include/pa_request.h,
2788: include/pa_string.h, include/pa_stylesheet_connection.h,
2789: main/compile.y, main/compile_tools.h, main/execute.C,
2790: main/pa_common.C, main/pa_request.C, main/pa_string.C,
2791: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
2792: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
2793: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
2794: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
2795: clang compiler warnings (closes issue #1018)
2796:
2797: * src/include/pa_string.h: String::Body comparation operators with
2798: char * added (related to issue #958)
2799:
2800: 2015-04-07 moko
2801:
2802: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
2803: pa_malloc/pa_free to remove system malloc/free usage (related to
2804: issue #1018)
2805:
2806: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
2807: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
2808: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
2809: main/pa_http.C, main/pa_request.C, main/pa_string.C,
2810: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
2811: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
2812: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
2813: malloc/strdup/free replaced with pa_ version and checks for
2814: accidental use of non-pa_ version added (related to issue #1018)
2815:
2816: 2015-04-03 moko
2817:
2818: * buildall: pcre-8.33 -> pcre-8.36
2819:
2820: * src/: main/compile.y, classes/form.C, classes/mail.C,
2821: classes/op.C, classes/string.C, main/compile.tab.C,
2822: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
2823: main/pa_sql_driver_manager.C, types/pa_vfile.C,
2824: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
2825: ticket #958)
2826:
2827: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
2828: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2829: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2830: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
2831: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
2832: $request:headers, $request:method added (implements feature
2833: #1007)
2834:
2835: 2015-03-17 misha
2836:
2837: * tests/302.html: - test for
2838: ^json:string[...;$._default[method-name]]
2839:
2840: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
2841: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
2842: option $._default[method-name] is specified in ^json:string[], a
2843: method with specified name will be called for classes/objects
2844: serialization ( new feature: #982 )
2845:
2846: 2015-03-16 misha
2847:
2848: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
2849: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
2850: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
2851: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
2852: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
2853: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
2854: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2855: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
2856: types/pa_vrequest.h, types/pa_vstateless_class.C,
2857: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2858: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
2859: $var.CLASS_NAME now have special opcodes. This can be switched
2860: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
2861: on pa_opcode.h ( new feature: #844 )
2862:
2863: 2015-03-15 misha
2864:
2865: * tests/075.html: - test for $response:header[]
2866:
2867: * src/types/pa_vresponse.C: - $response:header[] deletes header
2868: that was set earlie ( new feature: #1001 )
2869:
2870: 2015-03-12 misha
2871:
2872: * tests/246.html: - more tests for ^hash._at[]
2873:
2874: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
2875: accepts second param [key|value|hash] ( new feature: #1012 )
2876:
2877: 2015-03-09 moko
2878:
2879: * src/types/pa_vmail.C: exception for everything but
2880: $mail:received, closes issue #1011
2881:
2882: 2015-02-20 moko
2883:
2884: * tests/: 275.html, results/275.processed: hex detection in
2885: pa_atoui fix test (closes issue #1010)
2886:
2887: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
2888: issue #1010)
2889:
2890: 2015-02-17 moko
2891:
2892: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
2893: tainted.
2894:
2895: 2015-02-03 misha
2896:
2897: * tests/301.html: - test for ^json:string($double) causes
2898: exception. bugfix: #1008
2899:
2900: * src/classes/json.C: - ^json:string($double) causes exception.
2901: bugfix: #1008
2902:
2903: * tests/014.html: - updated for work with ^hash.delete[]
2904:
2905: 2015-01-12 misha
2906:
2907: * src/: classes/form.C, include/pa_common.h,
2908: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
2909: types/pa_vform.h: - supports body with PUT method as well ( new
2910: feature: #1006 )
2911:
2912: * src/classes/file.C: - warnings war
2913:
2914: 2015-01-11 misha
2915:
2916: * tests/300.html: - test for ^hash.delete[] is added
2917:
2918: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
2919: feature: #989 ) - tiny optimization in intersects
2920:
2921: 2015-01-06 moko
2922:
2923: * src/types/pa_vmail.C: file names transcode added, to and cc added
2924: with transcode, attachments detection fixed
2925:
2926: * src/main/pa_request.C: filling mail received after cgi/auto.p
2927: load to allow charset switch (related to issue #996)
2928:
2929: 2014-12-31 moko
2930:
2931: * src/types/pa_vmail.C: from and subject now transcoded if not
2932: UTF-8 source charset (fixes issue 996)
2933:
2934: * src/main/pa_exception.C: fixed string from stack bug (closes
2935: issue #1000)
2936:
2937: 2014-12-11 misha
2938:
2939: * src/types/pa_vhashfile.C: - check if key is not empty before
2940: access ( bug fix: #1005 )
2941:
2942: 2014-11-13 misha
2943:
2944: * src/main/compile.y: - PC.append does not reset to false while
2945: creating a new class. bugfix: #990
2946:
2947: * tests/299.html: - test for creation class after working with
2948: partial class (create+append)
2949:
2950: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
2951: #995
2952:
2953: * tests/232.html: - test for @get[def] added
2954:
2955: 2014-10-12 moko
2956:
2957: * src/lib/pcre/pcre_internal.vcproj: correct path
2958:
2959: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2960: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
2961: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
2962: targets/apache/ApacheModuleParser3.vcproj,
2963: targets/apache/ApacheModuleParser3Core.vcproj,
2964: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2965: types/types.vcproj: project GUID inserted in *.vcproj for correct
2966: conversion in newer VS versions
2967:
2968: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
2969: pcre_internal.vcproj added
2970:
2971: 2014-08-28 moko
2972:
2973: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
2974: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
2975: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
2976:
2977: 2014-06-30 misha
2978:
2979: * tests/298.html: - tests for ^reflection:def[class;className]
2980: added
2981:
2982: * src/classes/reflection.C: - ^reflection:def[class;className]
2983: added ( new feature: #918 )
2984:
2985: 2014-06-29 misha
2986:
2987: * src/classes/table.C: - ^table::create[unsupported data] -
2988: exception comment changed to "body must be table or code" ( bug
2989: fix: #951 )
2990:
2991: * tests/: 261.html, results/261.processed: - tests for
2992: ^json:string[...;$.void[null|string]] added
2993:
2994: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
2995: option $.void[string|null] added to ^json:string[...] ( new
2996: feature: #952 )
2997:
2998: 2014-06-28 moko
2999:
3000: * src/classes/curl.C: $.charset now processed before other curl
3001: options (closes issue #980)
3002:
3003: 2014-05-23 misha
3004:
3005: * src/classes/json.C: - bug fix: #987
3006:
3007: 2014-05-04 misha
3008:
3009: * tests/: 253.html, 253_json.txt: - test for
3010: ^json:parse[$.int(false)] is added
3011:
3012: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
3013: default true). The option is similar to $.double(bool) but for
3014: integers.
3015:
3016: 2014-05-01 moko
3017:
3018: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
3019: #12 )
3020:
3021: 2014-04-16 moko
3022:
3023: * src/main/pa_http.C: response-charset option should finally work
3024: now (fix for issue #867)
3025:
3026: * src/main/pa_http.C: response-charset option should work now (fix
3027: for issue #867)
3028:
3029: 2014-03-07 moko
3030:
3031: * buildall: libgc moved
3032:
3033: * buildall: libgc moved
3034:
3035: 2013-12-29 moko
3036:
3037: * src/classes/string.C: ^string:js-unescape result now tainted,
3038: closes issue #966
3039:
3040: * tests/: 186.html, results/186.processed: ^string:js-unescape
3041: result now tainted, issue #966
3042:
3043: 2013-12-03 moko
3044:
3045: * src/: classes/memcached.C, types/pa_vmemcached.C,
3046: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
3047: option was added for http://www.parser.ru/forum/?id=79343
3048:
3049: * src/classes/file.C: bugfix for
3050: http://www.parser.ru/forum/?id=79337
3051:
3052: 2013-11-05 moko
3053:
3054: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
3055:
3056: * src/main/pa_globals.C: spelling fixed
3057:
3058: 2013-10-29 moko
3059:
3060: * src/lib/json/json.vcproj: json.c -> pa_json.C
3061:
3062: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
3063: #892
3064:
3065: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
3066: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
3067: exceptions to be thrown thougth json library), related to issue
3068: #892
3069:
3070: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
3071: related to issue #896
3072:
3073: 2013-10-24 moko
3074:
3075: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
3076:
3077: 2013-10-23 moko
3078:
3079: * README: actualization
3080:
3081: 2013-10-22 moko
3082:
3083: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
3084: compatibility patch from Sergey Kirpichev
3085:
3086: * tests/: 297.html, results/297.processed: non-working getter fix
3087: test for issue #948
3088:
3089: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
3090: called when saving value of $match variable in ^string.match[] to
3091: increase compatibility (related to issue #948).
3092:
3093: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
3094: usage optimization
3095:
3096: 2013-10-21 moko
3097:
3098: * tests/: 182.html, results/182.processed: local path removed for
3099: compatibility
3100:
3101: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
3102: results/244.processed, results/253.processed,
3103: results/254.processed, results/275.processed,
3104: results/281.processed: try_catch -> try-catch
3105:
3106: * tests/: 288.html, 294.html, 296.html, results/288.processed,
3107: results/294.processed, results/296.processed: try_catch ->
3108: try-catch
3109:
3110: 2013-10-20 moko
3111:
3112: * tests/: 296.html, results/296.processed: test for xsl exception
3113: for issue #938 added.
3114:
3115: * src/: include/pa_xml_exception.h,
3116: main/pa_stylesheet_connection.C: forgotten to be replaced
3117: XmlException is now replaced (once again closes issue #938)
3118:
3119: 2013-10-19 misha
3120:
3121: * bin/auto.p.dist.in: - more mime-types are added
3122:
3123: 2013-10-18 moko
3124:
3125: * buildall: disable clock_gettime detection to avoid librt linking
3126: (which in turn depends on libpthread), related to issue #943
3127:
3128: 2013-10-18 misha
3129:
3130: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
3131: lib/smtp/smtp.vcproj, main/main.vcproj,
3132: targets/apache/ApacheModuleParser3Core.vcproj,
3133: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3134: types/types.vcproj: - new locations for libxml2 includes where
3135: added to vcproj files
3136:
3137: 2013-10-18 moko
3138:
3139: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
3140: fix
3141:
3142: * tests/: 295.html, results/295.processed: test for issue #948
3143: updated
3144:
3145: * src/classes/table.C: hopefully last lost part for issue #948 fix.
3146: :)
3147:
3148: * tests/: 295.html, results/295.processed: test for issue #948
3149: added
3150:
3151: * src/: classes/hash.C, classes/string.C, classes/table.C,
3152: include/pa_request.h, types/pa_method.h: for getters and setters
3153: to be executed request.put_element should be called, not
3154: context.put_element (fixes issue #948)
3155:
3156: 2013-10-17 moko
3157:
3158: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
3159: LIBXML2_NEW_BUFFER check (closes issue #943)
3160:
3161: * buildall: libxml 2.9.1 build is broken --without-reader.
3162:
3163: 2013-10-16 moko
3164:
3165: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
3166:
3167: * tests/: 294.html, results/294.processed: test for issue #938
3168:
3169: * src/: classes/xdoc.C, classes/xnode.C,
3170: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
3171: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
3172:
3173: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
3174: libxslt-1.1.26 -> libxslt-1.1.28
3175:
3176: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
3177: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
3178: to '?', related to issue #938
3179:
3180: 2013-10-15 moko
3181:
3182: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
3183: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
3184: minor optimizations (closes issue #896)
3185:
3186: * tests/results/: 292.processed, 293.processed: results updated to
3187: comply with issue #896
3188:
3189: * tests/: 292.html, 293.html, results/292.processed,
3190: results/293.processed: tests for json escaping
3191:
3192: 2013-10-14 moko
3193:
3194: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
3195: and cleanup, code moved from .h to .C, no changes in code
3196:
3197: 2013-10-12 moko
3198:
3199: * tests/results/119.processed: updated test result commited
3200:
3201: * tests/: 291.html, results/291.processed: test for issue #894
3202: added
3203:
3204: * src/types/pa_wcontext.h: base methods call support function
3205: get_somebody_entered_some_class should not be true forever, as
3206: wcontext can have many get_elements calls (fixes issue #894)
3207:
3208: 2013-10-11 moko
3209:
3210: * tests/: 290.html, results/290.processed: test for junction GPF
3211: issue #942 added
3212:
3213: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
3214: to native method fixed (closes issue #942)
3215:
3216: * tests/: 158.html, results/158.processed: test for csv-string[]
3217: added
3218:
3219: * src/classes/table.C: minor fixes for table.csv-string[] (closes
3220: feature #907)
3221:
3222: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
3223: feature #907)
3224:
3225: 2013-10-09 moko
3226:
3227: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
3228: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
3229: types/pa_vstateless_class.C: GET_default, SET_default now works
3230: properly not only in objects, but in classes as well (closes
3231: issue #903)
3232:
3233: * tests/: 289.html, results/289.processed: GET/SET_default now
3234: works in classes, not only objects, test case added, related to
3235: issue #903
3236:
3237: * tests/: 288.html, results/288.processed: test for endless
3238: recursion bug added (related to issue #903)
3239:
3240: 2013-10-05 moko
3241:
3242: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3243: classes/table.C, main/execute.C, types/pa_method.h,
3244: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
3245: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3246: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
3247: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
3248: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
3249: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
3250: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
3251: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
3252: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
3253: optimization: put_element no longer has "bool areplace" argument,
3254: related to issue #903
3255:
3256: 2013-10-03 moko
3257:
3258: * tests/results/182.processed: result for $.replace(false) test
3259: commited
3260:
3261: * src/classes/date.C: ^date::create(number) processed correctly
3262: (fixes issue #901)
3263:
3264: * src/classes/image.C: as_no_junction removed, as param can be
3265: expression (closes issue #931)
3266:
3267: * tests/233.html: test for issue #931 added
3268:
3269: 2013-10-02 moko
3270:
3271: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
3272: modified, test for $.replace(false) added
3273:
3274: * src/main/compile_tools.h: forgotten class replace returned. :)
3275:
3276: 2013-09-30 moko
3277:
3278: * tests/: 141.html, results/141.processed: md5 tainting test added
3279:
3280: * src/: classes/op.C, include/pa_request.h, main/compile.y,
3281: main/compile_tools.h, main/pa_request.C: allow_class_replace
3282: implemented; $.replace option added to ^process and ^use
3283:
3284: 2013-08-27 moko
3285:
3286: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
3287: cstr_to_string_body_untaint should be called with charsets for
3288: possible uri language and connection for possible sql language.
3289: related to issue #857
3290:
3291: * buildall: and -> or fixed
3292:
3293: 2013-08-26 moko
3294:
3295: * buildall: prepare_ functions logic changed to support
3296: gc-7.2d.tar.gz extracting to gc-7.2 directory
3297:
3298: 2013-08-23 moko
3299:
3300: * src/include/pa_config_fixed.h: gc and xml libs are now linked
3301: statically
3302:
3303: 2013-08-22 moko
3304:
3305: * src/classes/string.C: String::Empty used (related to issue #912)
3306: append_know_length removed (related to old GPF bug)
3307:
3308: 2013-08-21 moko
3309:
3310: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
3311:
3312: * src/classes/math.C: ^math:digest[...;$file] support added
3313: (related to ticket #857
3314:
3315: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
3316: implemented
3317:
3318: * src/types/pa_vhashfile.h: warning war
3319:
3320: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
3321: include/pa_request.h, main/pa_request.C, types/pa_value.h:
3322: anti_endless_json_string_recoursion removed from request;
3323: json_string_recoursion added to json_options; $.indent[indent
3324: value] now supported and passed within recoursion closes feature
3325: #937
3326:
3327: * tests/: 287.html, results/287.processed: test for feature #937
3328:
3329: 2013-07-31 moko
3330:
3331: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
3332: compilation having #define _S
3333:
3334: * src/main/pa_globals.C: cleanup
3335:
3336: 2013-07-30 moko
3337:
3338: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
3339: main/pa_common.C: vs2003 warning war
3340:
3341: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
3342:
3343: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
3344:
3345: * src/lib/md5/pa_sha2.c: warning war
3346:
3347: 2013-07-29 moko
3348:
3349: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
3350: patches from github
3351:
3352: * src/: classes/bool.C, classes/double.C, classes/int.C,
3353: classes/memcached.C, include/pa_config_includes.h,
3354: types/pa_vfile.C, types/pa_vfile.h: warning war
3355:
3356: * src/lib/json/json.vcproj: C++ -> C
3357:
3358: * src/lib/json/: json.c, pa_json.C: C++ warning revert
3359:
3360: * src/lib/json/: json.c, pa_json.C: windows compatibility
3361:
3362: * src/lib/json/: json.c, pa_json.C: windows compatibility
3363:
3364: * src/lib/json/: json.c, pa_json.C: warning war
3365:
3366: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
3367:
3368: * src/include/pa_config_fixed.h: uint16_t added
3369:
3370: * configure.in: uint16_t check added
3371:
3372: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 3373: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
3374: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
3375: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
3376: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 3377:
3378: 2013-07-25 moko
3379:
3380: * parser3.sln: dependencies added
3381:
3382: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
3383: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
3384: module support
3385:
3386: * src/targets/apache/mod_parser3_core.C: win32 cleanup
3387:
3388: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
3389:
3390: 2013-07-23 moko
3391:
3392: * src/: include/pa_memory.h, main/pa_memory.C: non-working
3393: PA_DEBUG_GC_MEMORY removed
3394:
3395: * src/: main/pa_globals.C, targets/cgi/parser3.C:
3396: PA_DEBUG_DISABLE_GC compilation fix
3397:
3398: * src/: classes/op.C, classes/table.C, include/pa_request.h,
3399: main/pa_request.C: outdated RESOURCES_DEBUG removed
3400:
3401: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
3402: garbage cleanup
3403:
3404: * src/main/pa_common.C: warning war
3405:
3406: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
3407:
3408: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
3409: minor cleanup
3410:
3411: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
3412: uses cygwin, not WIN32 implementation
3413:
3414: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
3415: able to exec shell scripts
3416:
3417: * src/classes/math.C: ifdef WIN32 cleanup
3418:
3419: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
3420:
3421: * bin/auto.p.dist.in: libpq.so -> libpq.
3422:
3423: * src/classes/curl.C: LT_MODULE_EXT used
3424:
3425: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
3426:
3427: 2013-07-22 moko
3428:
3429: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
3430: includes fix
3431:
3432: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
3433:
3434: * configure.in, src/include/pa_config_includes.h,
3435: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
3436: src/main/pa_exec.C: includes cleanup
3437:
3438: * src/targets/cgi/parser3.C: 2012->2013
3439:
3440: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
3441:
3442: * configure.in, src/include/pa_config_includes.h,
3443: src/include/pa_http.h, src/lib/json/JSON_parser.h,
3444: src/main/pa_random.C, src/main/pa_socks.C,
3445: src/types/pa_vstatus.C: cygwin support cleanup
3446:
3447: * configure.in: dirent.h check added
3448:
3449: * src/: include/pa_config_includes.h, include/pa_dir.h,
3450: main/pa_dir.C: includes cleanup, dirent.h check added filePath
3451: not copied
3452:
3453: 2013-07-21 moko
3454:
3455: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
3456:
3457: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
3458: parser3.vcproj: unused getopt.h / getopt.c removed
3459:
3460: * operators.txt, src/classes/file.C, tests/022.html,
3461: tests/results/022.processed: ^file:list[path][$.filter[regexp]
3462: $.stat(true)] usage commented
3463:
3464: * configure.in, src/classes/file.C, src/include/pa_dir.h,
3465: src/main/pa_dir.C: ^file:list[] now has dir column and when
3466: $.stat(true) it has size/*date columns modified patch from misha@
3467: that closes issue #914.
3468:
3469: * src/: include/pa_config_includes.h, main/pa_globals.C:
3470: PA_RELEASE_ASSERTS removed
3471:
3472: * src/lib/md5/pa_md5c.c: minor cleanup
3473:
3474: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
3475: localeconv()->decimal_point usage remoed (related to issue #934)
3476:
3477: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
3478: cordprnt.c removed
3479:
3480: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
3481: pa-include/pa_errno.h, pa-include/pa_file_io.h,
3482: pa-include/pa_strings.h: includes cleanup
3483:
3484: * src/lib/md5/pa_md5c.c: headers cleanup
3485:
3486: 2013-07-20 moko
3487:
3488: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
3489: cleanup
3490:
3491: 2013-07-19 moko
3492:
3493: * src/classes/math.C: extern "C" added for crypt
3494:
3495: 2013-07-18 moko
3496:
3497: * src/classes/math.C: fix redhat7.2 build
3498:
3499: 2013-07-17 moko
3500:
3501: * configure.in, src/include/pa_config_includes.h,
3502: src/include/pa_config_fixed.h: headers actualized (inttypes.h
3503: added for uint8/32/64_t)
3504:
3505: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
3506: pa_config_includes.h used for uint32/64_t
3507:
3508: 2013-07-16 moko
3509:
3510: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
3511: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
3512: war
3513:
3514: * src/main/compile.tab.C: compile.y was updated
3515:
3516: * src/main/compile.y: warning war
3517:
3518: * src/: include/pa_exception.h, main/pa_exception.C,
3519: main/pa_xml_exception.C: warning war
3520:
3521: * src/: include/pa_common.h, main/pa_common.C: warning war
3522:
3523: * configure.in: beauty :)
3524:
3525: * tests/: 141.html, results/141.processed: sha256/512 added
3526:
3527: 2013-07-13 moko
3528:
3529: * src/lib/md5/md5.vcproj: sha2 added
3530:
3531: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
3532: classes/math.C: sha2 support (sha256/sha512 digest)
3533:
3534: 2013-07-08 moko
3535:
3536: * src/classes/image.C: directory read or other read problem message
3537: fixed (related to issue #933)
3538:
3539: 2013-07-07 moko
3540:
3541: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
3542: dependense from $charsetsdir directory existance and content (and
3543: UTF-8 is default allready)
3544:
3545: * AUTHORS: + misha + moko. :)
3546:
3547: 2013-07-06 moko
3548:
3549: * src/: classes/curl.C, include/pa_globals.h,
3550: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
3551: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
3552: for lt_dlinit to be called once and lt_dlexit called at right
3553: place (related to issue #925)
3554:
3555: 2013-07-04 moko
3556:
3557: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
3558: VString::as_vfile now uses vfile.set_binary_string to avoid
3559: content-type to be set, as it brokes badly designed logic in
3560: response output. This hopefully finishes issue #928.
3561:
3562: * tests/results/: 256.processed, 286.processed: file now displayed
3563: as name, size, mode, content-type
3564:
3565: * src/main/pa_common.C: read error now reported cottectly (fixes
3566: issue #933
3567:
3568: 2013-06-28 moko
3569:
3570: * tests/: 286.html, results/286.processed: test extended
3571:
3572: * tests/: 286.html, results/286.processed: Test for issue #928
3573: added. it tests default content-type change.
3574:
3575: * src/types/pa_vfile.C: closes issue #928 - default content-type
3576: now updated
3577:
3578: 2013-06-25 moko
3579:
3580: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
3581: content-type for text/binary files without name added;
3582: ^file::create[$f;...] options now works properly and $f
3583: properties are default (fixes issue #928)
3584:
3585: 2013-05-16 misha
3586:
3587: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
3588: added
3589:
3590: * src/main/pa_table.C: - a tiny memory optimisation while creating
3591: table if specified limit is bigger than source rows count
3592:
3593: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
3594: added ( new feature: #858 )
3595:
3596: 2013-04-29 moko
3597:
3598: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
3599: $.ipresolve(0|1|2) added (closes issue #891)
3600:
3601: * src/lib/curl/curl.h: CURL_IPRESOLVE added
3602:
3603: 2013-04-24 moko
3604:
3605: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3606: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
3607: types/pa_vmemcached.h: ^memcache.release[] added, calls
3608: memcached_quit (refs #893)
3609:
3610: 2013-04-22 moko
3611:
3612: * src/: include/pa_string.h, main/pa_common.C: no more double
3613: slashes in file path (fixes bug #872)
3614:
3615: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
3616: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
3617: #739)
3618:
3619: * tests/results/266.processed: $.max_params added (feature #915)
3620:
3621: * src/: include/pa_common.h, main/pa_http.C: response-charset
3622: option added to file::load (closes issue #867)
3623:
3624: 2013-04-20 misha
3625:
3626: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
3627: commited
3628:
3629: 2013-03-15 misha
3630:
3631: * src/classes/: hash.C, table.C: - Optimisation: do not create
3632: multiple empty strings while ::sql. uae String::Empty instead
3633:
3634: 2013-03-14 misha
3635:
3636: * src/classes/reflection.C: - for user classes
3637: ^reflection:method_info[] returns $.max_params and $.extra_param
3638: with $.call_type if they available ( new feature: #915 )
3639:
3640: * src/classes/file.C: - ^file:delete[] now supports an option
3641: $.exception(false) that suppress any exception while deleting
3642: file ( new feature: #916 )
3643:
3644: * src/classes/curl.C: - parsing cookies after curl:load now should
3645: work :)
3646:
3647: 2013-03-12 misha
3648:
3649: * src/types/pa_vfile.C: - if specified file_name is empty string
3650: set default name for the file
3651:
3652: 2013-03-11 misha
3653:
3654: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
3655: also available in $f.cookies
3656:
3657: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
3658: moved to a separate method
3659:
3660: 2013-03-10 moko
3661:
3662: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
3663: added
3664:
3665: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
3666: removed (declared by autoconf)
3667:
3668: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
3669: uint32_t define
3670:
3671: 2013-03-10 misha
3672:
3673: * src/classes/file.C: ^file:delete and ^file:move now support
3674: option $.keep-empty-dirs(true) ( new feature: #884 )
3675:
3676: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
3677: empty dirs is added
3678:
3679: 2013-03-10 moko
3680:
3681: * src/classes/: bool.C, double.C, int.C: default can be present,
3682: but default check removed from ^int/double/bool.int/double/bool
3683: for string.int/double/bool compatibility (related to issue #913)
3684:
3685: * src/classes/string.C: ^string.int/dobule/bool no longer
3686: internally throws exception if default is present (closes issue
3687: #913)
3688:
3689: 2013-03-09 misha
3690:
3691: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
3692: optimisations ( #845 )
3693:
3694: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
3695:
3696: 2013-03-08 moko
3697:
3698: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
3699: creates correct table (fixes issue #910)
3700:
3701: * src/classes/op.C: r.connection() -> r.connection(false) to allow
3702: use outside of 'connect' operator (fixes issue #911)
3703:
3704: * tests/results/: 096.processed, 122.processed: test results
3705: updated as doubles now printed with 15 significant digits, not 5
3706: (fixes issue #882)
3707:
3708: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
3709: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
3710:
3711: 2013-02-21 moko
3712:
3713: * src/classes/table.C: _locate_name_value does not check arguments
3714: count, so we check it in advance (fixes issue #905)
3715:
3716: 2012-10-23 moko
3717:
3718: * buildall: old shell for and echo compatibility (for six)
3719:
3720: 2012-10-19 moko
3721:
3722: * buildall: --strip added --disable-safe-mode listed in usage
3723:
3724: 2012-10-17 misha
3725:
3726: * src/classes/op.C: - apply-taint should not throw "outside
3727: connect" exception with sql lang now
3728:
3729: 2012-10-17 moko
3730:
3731: * src/main/pa_request.C: bugfix: safe mode should be inited for
3732: each request (for apache module)
3733:
3734: 2012-09-26 moko
3735:
3736: * src/doc/doxygen.cfg: png -> svg
3737:
3738: 2012-09-25 moko
3739:
3740: * tests/: 141.html, results/141.processed: md5 hmac added, long key
3741: test added
3742:
3743: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
3744: double use when key is long
3745:
3746: 2012-09-16 moko
3747:
3748: * src/classes/math.C: Format -> Method Encode -> Format
3749:
3750: * tests/: 141.html, results/141.processed: math:digest hmac test
3751: added
3752:
3753: 2012-09-14 moko
3754:
3755: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
3756: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
3757: implementation added
3758:
3759: 2012-09-12 moko
3760:
3761: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
3762: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
3763: targets.dox and string.dox slightly actualized
3764:
3765: 2012-08-31 moko
3766:
3767: * ChangeLog: now generated with patched cvs2cl.pl
3768:
3769: 2012-07-29 moko
3770:
3771: * tests/285.html, src/main/execute.C, tests/results/285.processed:
3772: result should be pushed after VMethodFrame destructor is called,
3773: as it deletes junctions from stack params (fixes issue #868)
3774:
3775: 2012-07-23 moko
3776:
3777: * INSTALL, README: buildall script usage documented, other outdated
3778: info updated.
3779:
3780: * buildall-with-xml, buildall-without-xml: replaced by buildall
3781:
3782: 2012-07-21 moko
3783:
3784: * buildall: glib does not compile when threads are disabled...
3785:
3786: * src/types/pa_vmail.C: g_assertion fixes for empty input
3787:
3788: * src/types/pa_vmail.C: yet another fix (strange GPF on object
3789: unref, can't unref nested objects)
3790:
3791: * src/types/pa_vmail.C: another check added
3792:
3793: 2012-07-19 moko
3794:
3795: * buildall: usage added
3796:
3797: * buildall: new buildall script that unites buildall-with-xml,
3798: buildall-without-xml, --with-apache and --with-mailreceive
3799:
3800: * configure.in: support for static gmime and dynamic glib linking.
3801: fixes for FreeBSD
3802:
3803: 2012-07-17 moko
3804:
3805: * configure.in: --with-mailreceive replaced
3806: --with-static-mailreceive and --with-shared-mailreceive pathlink
3807: removed
3808:
3809: 2012-07-16 moko
3810:
3811: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
3812: capitalized, content now decoded and text content converted to
3813: $request:charset. all properties are accessed by functions, this
3814: ready for dynamic load.
3815:
3816: 2012-06-28 moko
3817:
1.116 moko 3818: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
3819: 32 bit
1.95 moko 3820:
3821: 2012-06-27 moko
3822:
3823: * buildall-with-xml, buildall-without-xml: fetch requires -p for
3824: passive ftp
3825:
3826: * src/lib/ltdl/ltdl.vcproj: release build fixed
3827:
3828: * configure.in: 3.4.2 RC -> 3.4.2
3829:
3830: 2012-06-22 moko
3831:
3832: * src/types/pa_vfile.C: returned empty mode to stated files (issue
3833: #815)
3834:
3835: * tests/: 284.html, results/284.processed: output options test
3836: (feature #265)
3837:
3838: 2012-06-22 misha
3839:
3840: * tests/215.html: - little changes
3841:
3842: 2012-06-21 moko
3843:
3844: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
3845: types/pa_vxdoc.h: output_options returned and used (bugfix for
3846: feature #265)
3847:
3848: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
3849: breaks long .*, default 10M restored. (issue #216)
3850:
3851: * tests/: 283.html, results/283.processed: test for issue #815
3852: added
3853:
3854: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
3855: again, cstrm not required.
3856:
3857: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
3858: Win32 and broken FreeBSD (issue #45)
3859:
3860: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
3861:
3862: * src/main/pa_string.C: warnings war
3863:
3864: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
3865: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
3866: main/pa_socks.C, targets/apache/pa_threads.C,
3867: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3868: types/pa_vstatus.C: compilation under cygwin fixed
3869:
3870: 2012-06-19 moko
3871:
3872: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
3873: Windows fixed
3874:
3875: * parser3.sln: removed antique pcre_ctype
3876:
3877: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
3878:
3879: * src/include/pa_config_fixed.h: undefined reference to
3880: __imp__pcre_* fix for Windows
3881:
3882: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 3883: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
3884: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
3885: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
3886: define fixed
1.95 moko 3887:
3888: 2012-06-18 moko
3889:
3890: * src/classes/memcached.C: flush -> clear
3891:
3892: * src/classes/memcached.C: memcached does not support quotes even
3893: in server name
3894:
3895: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3896: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
3897: called on open to check servers existance. $.key(true) syntax
3898: now supported
3899:
3900: 2012-06-17 moko
3901:
3902: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
3903: cleanup
3904:
3905: * src/classes/table.C, tests/282.cfg, tests/282.html,
3906: tests/results/282.processed: encloser at the EOF bug fixed,
3907: incorrectly enclosed data now processed more logicaly (fixes
3908: #339)
3909:
3910: 2012-06-15 moko
3911:
3912: * buildall-without-xml: sync with buildall-with-xml
3913:
3914: * buildall-with-xml: download auto-detected between fetch and curl
3915:
3916: * configure.in: --with-gc and --with-pcre now also processed
3917: correctly
3918:
1.116 moko 3919: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
3920: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
3921: should be run on rol1 using automake / aclocal (GNU automake)
3922: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 3923:
3924: * configure.in: new PARSER_VERSION logic
3925:
3926: * src/include/pa_version.h: new pa_version.h logic
3927:
3928: * src/: classes/curl.C, classes/file.C, classes/image.C,
3929: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
3930: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
3931: feols_normalized -> fis_text_content set_binary added
3932:
3933: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
3934:
3935: 2012-06-15 misha
3936:
3937: * src/: classes/curl.C, classes/file.C, classes/image.C,
3938: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
3939: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
3940: ^file::create[text;content] EOLs in content now is normalized. (
3941: new feature: #815 )
3942:
3943: 2012-06-15 moko
3944:
3945: * configure.in: --disable-version-update added to disable version
3946: update with host information (for debian package) whitespace
3947: optimized
3948:
3949: * configure.in: version changed to 3.4.2 RC no-pic added for
3950: libtool
3951:
3952: * src/include/pa_version.h: Nice pa_version.h default. Please keep
3953: it.
3954:
3955: 2012-06-14 moko
3956:
3957: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
3958: tests/results/281.processed: "hash flocked" error removed for
3959: safe operations like ^h._count[] ( new feature: #335 )
3960:
1.116 moko 3961: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 3962:
3963: * buildall-with-xml, buildall-without-xml: --with-static -> --with
3964:
3965: * configure.in: --with-static/shared xml replaced with --with-xml,
3966: xml compilation check added
3967:
3968: * configure.in: --with-static/shared-gc, --with-static-pcre are
3969: replaced with --with-gc and --with-pcre test for pcre linking
3970: added
3971:
3972: 2012-06-13 moko
3973:
3974: * configure.in: apxs2 check optimized
3975:
3976: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
3977: .la, includes optimized
3978:
3979: * buildall-with-xml: --with-pic looks better for -fPIC
3980:
3981: * configure.in: switched to convenience library in static linking
3982:
3983: * src/targets/apache/Makefile.am: switched to convenience library
3984: usage to avoid libtool warnings
3985:
3986: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
3987: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
3988: smtp/Makefile.am: switched to convenience library usage
3989:
3990: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
3991:
3992: * src/targets/apache/Makefile.am: updated for libtool usage
3993:
3994: * bin/auto.p.dist.in: .cfg removed from charset names.
3995:
3996: * buildall-without-xml: --with-included-ltdl added
3997:
3998: * buildall-without-xml: sync with buildall-with-xml
3999:
4000: * buildall-with-xml: --with-included-ltdl added $cflags added for
4001: -fPIC for x64 $download added for wget success check added
4002:
4003: * buildall-without-xml: --with-dynamic-stdcpp removed
4004:
4005: * configure.in: disable-static returned
4006:
4007: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
4008: LIBTOOLFLAGS
4009:
4010: 2012-06-12 moko
4011:
4012: * configure.in, src/targets/cgi/Makefile.am: disable-static not
4013: compatible with LIBTOOLFLAGS for unknown reasons
4014:
4015: * buildall-with-xml: --with-dynamic-stdcpp removed
4016:
4017: * configure.in: static/dynamic -lstdc++ linking option removed
4018: apxs2 check added
4019:
4020: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
4021: option removed
4022:
4023: 2012-06-10 moko
4024:
4025: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
4026: added
4027:
4028: * src/targets/cgi/pp3.cmd: old PAF stuff
4029:
1.116 moko 4030: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
4031: beauty
1.95 moko 4032:
4033: * depcomp: from libtool 2.4.2
4034:
4035: * configure.in: ltdl directory removed, it has correct Makefile.in
4036:
4037: 2012-06-09 moko
4038:
1.116 moko 4039: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
4040: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 4041: autogenerated files updated after libtool update
4042:
1.116 moko 4043: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
4044: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 4045: config_auto.h.in, config_fixed.h, configure, configure.ac,
4046: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
4047: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
4048: config/compile, config/config.guess, config/config.sub,
4049: config/depcomp, config/install-sh, config/ltmain.sh,
4050: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
4051: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
4052: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
4053: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
4054: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
4055: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
4056: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
4057: m4/lt~obsolete.m4: libtool updated to version 2.4.2
4058:
4059: * configure.in: preparation for new libtool
4060:
4061: * configure.in: Some beauty added :)
4062:
4063: * src/targets/apache/Makefile.am: := -> =
4064:
4065: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
4066: again. :)
4067:
4068: * src/include/pa_config_includes.h, configure.in: limits.h added,
4069: previously was taken from pcre_internal.h. :)
4070:
4071: * src/lib/pcre/Makefile.am: config.h returned
4072:
4073: * src/lib/pcre/config.h: still need this. :)
4074:
4075: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
4076:
4077: * configure.in: --with-charsets removed; --with-mysql-client & co
4078: removed
4079:
4080: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
4081: now in parser tree, no need to copy
4082:
4083: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
4084: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
4085: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
4086: debian/patches/101_pcre.patch - local copy of pcre_internal.h
4087: extracts now used old trash removed
4088:
4089: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
4090: rare charsets/drivers are commented, sql driver quessing removed
4091: (debian/patches/103_auto_p.patch)
4092:
4093: * etc/parser3.charsets/Makefile.am: charsets now in share
4094: (debian/patches/104_automake.patch) + all charsets are copied
4095:
4096: * buildall-with-xml, buildall-without-xml: curl option removed +
4097: extra arguments now supported
4098:
4099: 2012-06-08 misha
4100:
4101: * src/classes/table.C: - one params.as_hash usage was rolled back:
4102: the 2nd option in ^table.hash[] could be hash or table so
4103: .as_hash will throw an exception when table option is specified
4104:
4105: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4106: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
4107: classes/table.C, classes/void.C, classes/xdoc.C,
4108: include/pa_exception.h, types/pa_vmethod_frame.C,
4109: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
4110: and improved (whitespaces are allowed as empty options) -
4111: MethodParams::as_table is added - above methods are used for
4112: parsing methods' options ( new feature: #9 )
4113:
4114: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
4115: to vclass. now class fields can be accessible as a hash:
4116: $h[^hash::create[$asd:CLASS]]
4117:
4118: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
4119: have get_fields method so their fields can be accessed with
4120: ^reflection:fields[...] & ^reflection:field[...]
4121:
4122: 2012-06-06 misha
4123:
4124: * tests/280.html: - tests for
4125: ^reflection:method[obj-or-class;method],
4126: ^reflection:field[obj-or-class;field] and
4127: ^reflection:fields[obj-or-class] are added
4128:
4129: 2012-06-05 misha
4130:
4131: * src/classes/reflection.C: - ^reflection:method[class or
4132: object;method name] and ^reflection:field[class or object;field
4133: name] are added
4134:
4135: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
4136: is used
4137:
4138: * src/types/pa_method.h: - Method::as_vjunction method is added
4139:
4140: 2012-06-05 moko
4141:
1.116 moko 4142: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 4143:
4144: * src/classes/memcached.C: flish ttl fixed
4145:
4146: 2012-06-04 moko
4147:
4148: * src/classes/json.C, src/classes/op.C, tests/279.html,
4149: tests/results/279.processed: ^json:parse[] now supports $.taint
4150: option (new feature #833)
4151:
4152: 2012-06-04 misha
4153:
4154: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
4155: - search_stop method was moved from pa_vcookie.C to pa_common.C
4156:
4157: 2012-06-03 misha
4158:
4159: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
4160: cookies are parced and stored into $.cookies ( new feature: #31 )
4161:
4162: 2012-05-30 misha
4163:
4164: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
4165: incomplete class into a scope while @USE is found
4166:
4167: * src/main/compile.y: - add incomplete class into a scope while
4168: @USE and @CLASS instructions are found ( bugfix: #838 )
4169:
4170: 2012-05-30 moko
4171:
4172: * src/types/pa_vclass.C, tests/278.html,
4173: tests/results/278.processed: removed "property has no getter
4174: method" exception when GET_DEFAULT present (fixes #269)
4175:
4176: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
4177: $._default
4178:
4179: 2012-05-29 moko
4180:
4181: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
4182: uninitialized values usage (new feature: #154)
4183:
4184: 2012-05-28 moko
4185:
4186: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
4187: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
4188: src/types/pa_vdate.h, src/types/pa_vdouble.h,
4189: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
4190: src/types/pa_vobject.C, src/types/pa_vobject.h,
4191: src/types/pa_vstring.h, src/types/pa_vtable.C,
4192: tests/results/277.processed, src/types/pa_vtable.h,
4193: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
4194: ^json:string[$o; $.default[$method]] implemented for VObject (new
4195: feature #803)
4196:
4197: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
4198: tests/results/277.processed: json numbers are now treated as
4199: double ( new feature: #834 )
4200:
4201: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
4202: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
4203: added for out of range checks, zero division in vint/vdouble
4204: check added ( fixes #832 )
4205:
4206: * tests/: 275.html, results/275.processed: tests for pa_atoui added
4207: ( fixes #832 )
4208:
4209: 2012-05-28 misha
4210:
4211: * buildall-with-xml: - --without-lzma option is added to libxml2
4212: configure
4213:
4214: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
4215: added - tests for unsupported values for options $.file, $.table
4216: and $.date are added
4217:
4218: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
4219: accepts "stat" $.file[] option's value in addition to existed
4220: "text" and "base64" ( new feature: #835 )
4221:
4222: * tests/276.html: - test for
4223: ^reflection:delete[$object-or-class;field-name]
4224:
4225: * src/classes/reflection.C: -
4226: ^reflection:delete[$object-or-class;field-name] is added ( new
4227: feature: #268 )
4228:
4229: 2012-05-27 misha
4230:
4231: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
4232:
4233: 2012-05-24 misha
4234:
4235: * src/include/pa_common.h: - method lastposafter was removed
4236:
4237: * src/classes/file.C: - use strrpbrk & rskipchars instead of
4238: lastposafter - ^file:dirname[] & Co proper handle windows file
4239: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
4240: work as *nix commands
4241:
4242: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
4243:
4244: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
4245: rskipchars were added
4246:
4247: * tests/270.html: - more tests for ^file:find[]
4248:
4249: * tests/065.html: - more tests for ^file:dirname[] & Co
4250:
4251: * src/include/pa_version.h: - must be "win32" here. it is
4252: auto-generated on *nix
4253:
4254: 2012-05-24 moko
4255:
4256: * src/classes/math.C: ^math:convert[] now supports uint32 and
4257: throws overflow exception ( new feature: #830 )
4258:
4259: * tests/: 275.html, results/275.processed: test for ^math:convert[]
4260: uint32 support and overflow added ( new feature: #830 )
4261:
4262: 2012-05-23 moko
4263:
4264: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
4265: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
4266: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
4267: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
4268: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4269: types/pa_vregex.h, types/pa_vstateless_class.C,
4270: types/pa_vstateless_class.h, types/pa_vstring.h,
4271: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
4272: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
4273: "return string as-is" removed from as_expr_result. ( new feature:
4274: #831 )
4275:
4276: * tests/results/244.processed: test changed after bug #782 fix
4277: commited
4278:
4279: * tests/results/229.processed: test results for bug #782 commited
4280:
4281: * tests/: 254.html, results/254.processed: uid now just compared,
4282: not printed. :)
4283:
4284: 2012-05-20 moko
4285:
4286: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
4287: feature: #341 )
4288:
4289: * tests/: 254.html, results/254.processed: test for
4290: ^reflection:uid[] added
4291:
4292: * tests/: 254.html, results/254.processed: test for
4293: ^reflection:uid[$obj] added
4294:
4295: 2012-05-17 misha
4296:
4297: * src/main/untaint.C: - do not replace ' char by _26 while
4298: exploding filespec-tainting ( new feature: #829 )
4299:
4300: 2012-05-12 moko
4301:
4302: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
4303: not.
4304:
4305: 2012-05-08 moko
4306:
4307: * src/types/pa_vmethod_frame.h: bug #782 fixed
4308:
4309: * tests/229.html: test for bug #782
4310:
4311: * tests/results/259.processed, src/main/pa_request.C,
4312: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
4313: src/types/pa_vstring.h, src/types/pa_vvoid.C,
4314: src/types/pa_vvoid.h: feature #154 - first empty param now
4315: string; defined locals are empty strings; $STRICT-VARS(true)
4316: added
4317:
4318: 2012-04-27 moko
4319:
1.116 moko 4320: * src/targets/apache/Makefile.am:
1.95 moko 4321: ../../lib/memcached/libmemcached.a added
4322:
4323: 2012-04-27 misha
4324:
4325: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
4326: ( #827 )
4327:
4328: 2012-04-25 moko
4329:
4330: * src/: classes/json.C, classes/memcached.C,
4331: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4332: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
4333: implemented.
4334:
4335: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
4336:
4337: 2012-04-23 moko
4338:
4339: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4340: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4341: types/pa_vmemcached.h: open allows options hash for new
4342: memcached(options) function
4343:
4344: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
4345: not appended
4346:
4347: 2012-04-21 moko
4348:
4349: * src/classes/curl.C: '' added. :)
4350:
4351: * src/classes/classes.vcproj: new curl.h location
4352:
4353: * src/classes/curl.C: verbose output redirection from stderr to
4354: file curl option added
4355:
4356: 2012-04-20 moko
4357:
4358: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
4359: contains what we need from curl, #ifdef HAVE_CURL removed
4360:
1.116 moko 4361: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 4362: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 4363: src/lib/Makefile.am, src/lib/curl/Makefile.am,
4364: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 4365: configure option
4366:
4367: 2012-04-19 moko
4368:
4369: * src/: classes/double.C, classes/inet.C, classes/int.C,
4370: classes/string.C, lib/gc/include/gc_allocator.h,
4371: types/pa_vform.C: PVS-Studio detected errors fixes, unused
4372: options from sql_result_string removed. (closes issue #468)
4373:
4374: * src/types/pa_vmemcached.C: empty string fix
4375:
4376: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
4377: pa_vstring.C, pa_vstring.h: serialization helpers moved to
4378: pa_vmemcached.C
4379:
4380: 2012-04-18 moko
4381:
4382: * src/targets/apache/mod_parser3.c: "Parser3 module requires
4383: apache2-mpm-prefork" error displayed in threaded mpm.
4384:
4385: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
4386: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
4387: installed (issue #354)
4388:
4389: 2012-04-16 moko
4390:
4391: * src/types/pa_vmemcached.C: call to memcached_result_create and
4392: memcached_result_free removed
4393:
4394: 2012-04-14 moko
4395:
4396: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
4397:
4398: * src/types/pa_vmemcached.C: check_key added and used
4399:
4400: 2012-04-13 moko
4401:
4402: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
4403: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
4404: Serialization_data now added and used, VString now serialized
4405: with languages into memcached.
4406:
4407: 2012-03-28 moko
4408:
4409: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
4410: lib/memcached/pa_memcached.h: result lengths added
4411:
4412: 2012-03-27 moko
4413:
4414: * src/types/pa_vmemcached.C: strdup added
4415:
4416: 2012-03-24 moko
4417:
4418: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4419: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4420: types/pa_vmemcached.h: memcached: mget, flush, fttl added
4421:
4422: 2012-03-20 moko
4423:
1.116 moko 4424: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 4425:
4426: * src/targets/cgi/Makefile.am: cleanup
4427:
4428: * src/: types/Makefile.am, types/pa_vmemcached.C,
4429: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
4430:
4431: * src/: classes/Makefile.am, classes/memcached.C,
4432: lib/memcached/Makefile.am, lib/memcached/constants.h,
4433: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4434: lib/memcached/types.h, lib/Makefile.am: memcached initial
4435:
4436: 2012-03-16 moko
4437:
4438: * src/main/execute.C: ident now works under Linux + ident displays
4439: filenames (closes issue #818)
4440:
1.116 moko 4441: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 4442: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
4443: pa_vmethod_frame_local.h removed
4444:
4445: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
4446: classes/classes.h, classes/curl.C, classes/date.C,
4447: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
4448: classes/hashfile.C, classes/image.C, classes/inet.C,
4449: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4450: classes/memory.C, classes/op.C, classes/reflection.C,
4451: classes/regex.C, classes/response.C, classes/string.C,
4452: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
4453: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
4454: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4455: include/pa_config_fixed.h, include/pa_config_includes.h,
4456: include/pa_dictionary.h, include/pa_dir.h,
4457: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4458: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4459: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4460: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4461: include/pa_request_charsets.h, include/pa_request_info.h,
4462: include/pa_sapi.h, include/pa_socks.h,
4463: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4464: include/pa_stack.h, include/pa_string.h,
4465: include/pa_stylesheet_connection.h,
4466: include/pa_stylesheet_manager.h, include/pa_table.h,
4467: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
4468: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
4469: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
4470: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
4471: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
4472: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
4473: main/compile.tab.C, main/compile.y, main/compile_tools.C,
4474: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
4475: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
4476: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
4477: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
4478: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4479: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4480: main/pa_string.C, main/pa_stylesheet_connection.C,
4481: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
4482: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
4483: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
4484: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
4485: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
4486: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
4487: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4488: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
4489: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
4490: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
4491: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
4492: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
4493: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4494: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
4495: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
4496: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
4497: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
4498: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
4499: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4500: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
4501: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
4502: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
4503: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
4504: types/pa_vresponse.h, types/pa_vstateless_class.C,
4505: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4506: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
4507: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
4508: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
4509: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
4510: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
4511: ident now works under Linux + ident displays filenames (closes
4512: issue #818) Copyright updated
4513:
4514: 2012-03-13 moko
4515:
4516: * src/main/pa_string.C: compilation fix for feature #741
4517:
4518: 2012-03-09 misha
4519:
4520: * tests/193.html: - tests for ^string:base64[encoded] are updated
4521:
4522: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
4523: now detects invalid base64 chars in the middle of encoded stricg
4524: ( new feature: #55 )
4525:
4526: * src/include/pa_exception.h: - new exception type for base64
4527: decoding is added
4528:
4529: 2012-03-06 misha
4530:
4531: * tests/274.html: - tests for ^date::today[] and
4532: ^date.sql-string[datetime|date|time] are added
4533:
4534: * src/classes/date.C: - constructor ^date::today[] is added ( new
4535: feature: #811 ) - ^date.sql-string[] now can accept one param --
4536: strings "datetime", "date" or "time" - comments tidying up
4537:
4538: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
4539: date and time
4540:
4541: 2012-03-03 misha
4542:
4543: * tests/193.html: - tests for
4544: ^string:base64[encoded;$.strict(true)] are added
4545:
4546: * tests/results/auto.p: - try-catch operator is added
4547:
4548: * src/: classes/file.C, classes/string.C, include/pa_common.h,
4549: main/pa_common.C: - $.strict(true|false) option is added to
4550: base64 decode methods ( new feature: #55 )
4551:
4552: * src/main/pa_common.C: - base64 decode memory usage was decreased
4553: ( new feature: #819 )
4554:
4555: 2012-02-28 moko
4556:
4557: * src/classes/hash.C: ident test
4558:
4559: 2012-02-27 misha
4560:
4561: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
4562:
4563: 2012-01-08 misha
4564:
4565: * tests/273.html: - tests for ^string.replace[from;to] are added
4566:
4567: * src/: classes/string.C, include/pa_dictionary.h,
4568: main/pa_dictionary.C, main/pa_string.C: -
4569: ^string.replace[from;to] is added ( new feature: #741 ) -
4570: ^string.replace[one subst here] is slightly optimized
4571:
4572: 2011-12-07 misha
4573:
4574: * src/classes/table.C: - $t[^table::create{$empty}] now creates
4575: named table with one empty column ( bugfix: #63 )
4576:
4577: 2011-11-30 misha
4578:
4579: * src/classes/json.C: - it's possible to set user's method for
4580: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
4581: #763 )
4582:
4583: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
4584:
4585: 2011-11-23 misha
4586:
4587: * src/: classes/curl.C, classes/file.C, classes/image.C,
4588: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
4589: types/pa_vfile.h, types/pa_vform.C: - constructor
4590: ^file::create[mode;filename;content[;options]] now accepts binary
4591: mode and file-content - new constructor's format:
4592: ^file::create[string-or-file-content[;$.name[filename]
4593: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
4594: feature: #65 )
4595:
4596: * src/: include/pa_request.h, main/pa_request.C: - new method
4597: mime_type_of(const String*) is added
4598:
4599: * src/include/pa_exception.h: - new exception constant
4600: FILE_NAME_MUST_BE_SPECIFIED is added
4601:
4602: * src/classes/table.C: - bug with negative offset transformed into
4603: a feature. it means pointing to a row from the end of the table (
4604: new feature: #810 )
4605:
4606: 2011-11-19 misha
4607:
4608: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
4609: â ìåòîäå _select ( new feature: #810 )
4610:
4611: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
4612: options were specified together is simplified
4613:
4614: 2011-11-12 misha
4615:
4616: * src/main/pa_request.C: - forgotten fix for escaping filename in
4617: HTTP content-disposition header (a part of bug #361 )
4618:
4619: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
4620: checks for ancestors' classes as well ( new feature: #456 )
4621:
4622: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
4623: "without cycle" now have types "parser.break" and
4624: "parser.continue" instead of "parser.runtime" ( new feature: #799
4625: )
4626:
4627: 2011-11-11 misha
4628:
4629: * tests/results/: 099.processed, 100.processed, 205.processed,
4630: 237.processed: - since bug #361 was fixed the content of filename
4631: in HTTP headers is quoted
4632:
4633: * tests/results/270.processed: - result for test 270
4634:
4635: * tests/: 065.html, results/065.processed: - more tests for
4636: ^file:basename[] & Co were added
4637:
4638: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
4639:
4640: * tests/270.html: - tests for ^file:find[] are added
4641:
4642: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
4643: using option $.charset. option $.engoding is still supported but
4644: these options can not be specified together
4645:
4646: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
4647: comparation charset name with string "UTF-8" ( bugfix: #759 )
4648:
4649: 2011-10-11 misha
4650:
4651: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
4652: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
4653: #622)
4654:
4655: 2011-09-30 misha
4656:
4657: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
4658: exception "saving stat-ed file" ( bugfix: #395 )
4659:
4660: 2011-05-30 misha
4661:
4662: * src/classes/string.C: - fixed bug which was added with
4663: params.as_hash into string:sql
4664:
4665: 2011-05-29 misha
4666:
4667: * src/types/pa_value.C: - filename in content-disposition header
4668: must be quoted ( bugfix: #361 )
4669:
4670: 2011-05-27 misha
4671:
4672: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
4673: created file
4674:
4675: * src/classes/: hash.C, mail.C: - little tunning with get_hash
4676: usage
4677:
4678: * src/include/pa_exception.h: - one more string for exception was
4679: added
4680:
4681: 2011-05-25 misha
4682:
4683: * tests/269.html: - tests for checking input params in some dom
4684: methods
4685:
4686: * src/classes/: xdoc.C, xnode.C: - validation of some input params
4687: was added. it isn't possible not wo create xdoc with invalid
4688: tagName. ( bugfix: #160 )
4689:
4690: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
4691: string "data must be string" was mover from pa_exception.h to
4692: pa_xml_exception.h
4693:
4694: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
4695: as_xmlncname, as_xmlname and as_xmlnsuri were added
4696:
4697: * src/main/pa_xml_exception.C: - XmlException accepts more options
4698:
4699: * src/include/pa_xml_exception.h: - XmlException accepts more
4700: options - XML-related exception's strings were added
4701:
4702: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
4703: output_options were removed)
4704:
4705: 2011-05-19 misha
4706:
4707: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
4708: params.as_hash is used more while parsing methods hash-options
4709:
4710: 2011-05-18 misha
4711:
4712: * operators.txt: - info about json-serialization of xdoc was added
4713:
4714: * tests/256.html: - tests for json-serialization xdoc were added
4715:
4716: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
4717:
4718: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4719: classes/json.C, classes/xdoc.C: - now json:string can serialize
4720: xdoc-objects. options (the same as ^xdoc.string[]) could be
4721: specified in $.xdoc[] ( new feature: #265 )
4722:
4723: 2011-05-15 misha
4724:
4725: * tests/268.html: - tests for ^table.count[with options] were added
4726:
4727: * src/classes/table.C: - method ^table.count[] now can accept
4728: options ( new feature: #93 ): ^table.count[column] returns number
4729: of columns for named table; ^table.count[cells] returns number of
4730: cells in the current row; ^table.count[] & ^table.count[rows]
4731: return number of rows in a table.
4732:
4733: * tests/267.html: - test for checking switch/case in boolean mode
4734: was added
4735:
4736: * src/classes/op.C: - if switch's or case's value is bool, they are
4737: compared as bool values, not as double values: new feature: #351
4738:
4739: 2011-05-06 misha
4740:
4741: * tests/242.html: - EOL before EOF was added
4742:
4743: * tests/169.html: - tests for splitting empty string and void were
4744: added
4745:
4746: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
4747: returned table with one empty cell)
4748:
4749: 2011-04-03 misha
4750:
4751: * src/include/pa_version.h, configure.in: - version in head was
4752: changed to 3.4.2b
4753:
4754: 2011-03-30 misha
4755:
4756: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
4757: as well ( new feature #294 )
4758:
4759: 2011-03-29 misha
4760:
4761: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
4762: limited to approx. 6 MB. previous limits were too big for real
4763: life. bugfix: #216
4764:
4765: 2011-03-04 moko
4766:
4767: * etc/parser3.charsets/cp866.cfg: Conforms to
4768: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
4769:
4770: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
4771: vlalek@
4772:
4773: 2011-02-22 misha
4774:
4775: * src/include/pa_charset.h, operators.txt: - some methods mustn't
4776: be under #ifdef XML or parser can't be compiled without xml
4777: support
4778:
4779: 2011-02-21 misha
4780:
1.116 moko 4781: * src/targets/apache/: Makefile.am: - mention
1.95 moko 4782: ApacheModuleParser3.vcproj was removed
4783:
4784: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
4785: removed)
4786:
4787: 2011-02-20 misha
4788:
4789: * tests/: 266.html, 266.p: - tests for checking $.inherited and
4790: $.overridden in ^reflection:method_info[...] were added
4791:
4792: * src/classes/reflection.C: - beautifying result of
4793: ^reflection:method_info[] ($.overridden/inherited)
4794:
4795: 2011-02-18 misha
4796:
4797: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
4798: and pa_isalnum instead of isalpha and isalnum - bug with
4799: redundand quoting lowercased latin chars while building email
4800: body was fixed
4801:
4802: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
4803: added (they check for latin chars only)
4804:
4805: 2011-02-16 misha
4806:
4807: * src/main/pa_charset.C: - bugfix: in some cases the calculating
4808: string size for transcoding gave too small value (should ever
4809: look for availability char in dest charset inspite of the char
4810: size)
4811:
4812: 2011-02-04 moko
4813:
4814: * tests/223.html: header values now not url-encoded (issue #195)
4815:
4816: 2011-02-01 misha
4817:
4818: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
4819:
4820: 2011-01-31 misha
4821:
4822: * src/main/pa_request.C: - throw exception if param file_name in
4823: use_file is empty
4824:
4825: 2011-01-08 moko
4826:
4827: * src/classes/curl.C: compilations errors fixed
4828:
4829: 2010-12-29 moko
4830:
4831: * tests/: 265.html, results/265.processed: test for issue #200
4832: added
4833:
4834: * src/main/pa_string.C: empty regex result check added (fixes issue
4835: #200)
4836:
4837: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
4838:
4839: * tests/results/223.processed: header values now not url-encoded
4840: (issue #195)
4841:
4842: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
4843: main/untaint.C: L_HTTP_HEADER now used in http headers values,
4844: pa_http_safe_header_name added for headers names (fixes bug #195)
4845:
4846: 2010-12-18 misha
4847:
4848: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
4849: => pa-include
4850:
4851: 2010-11-28 moko
4852:
4853: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
4854:
4855: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
4856: -> pa
4857:
4858: * configure.in: apr -> pa
4859:
4860: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
4861:
4862: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
4863: classes/Makefile.am, types/Makefile.am: apr -> pa
4864:
4865: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
4866: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
4867: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
4868: pa-include/pa_apr.h, pa-include/pa_errno.h,
4869: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
4870: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
4871: module apr name conflict resolved)
4872:
4873: 2010-11-27 misha
4874:
4875: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
4876: libbz2
4877:
4878: 2010-11-26 misha
4879:
4880: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
4881: warnings removed
4882:
4883: 2010-11-25 moko
4884:
4885: * operators.txt: $.indent(true)
4886:
4887: * operators.txt: another bugfix. :)
4888:
4889: * operators.txt: bugfix. :)
4890:
4891: * buildall-with-xml: libxml2-2.7.8 + with-apache
4892:
4893: 2010-11-24 moko
4894:
1.116 moko 4895: * configure: apxs support
1.95 moko 4896:
4897: * configure.in: apxs support -Bstatic gc removed for OS X
4898:
4899: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
4900:
4901: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
4902: THREAD_LOCAL usage
4903:
4904: * src/: classes/curl.C, include/pa_config_includes.h,
4905: main/pa_globals.C: THREAD_LOCAL defined and used
4906:
4907: 2010-11-23 moko
4908:
4909: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
4910: should be passed to pa_sleep, and only fractional part (bugfix:
4911: #188)
4912:
4913: * src/targets/apache/mod_parser3.c: 1.3 compatibility
4914:
4915: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
4916: GC_dont_gc=1, as in cgi version
4917:
4918: * src/targets/apache/mod_parser3.c: warning war
4919:
4920: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
4921: pa_httpd.h: version removed, some trash removed
4922:
4923: * src/targets/apache/mod_parser3.c: version removed (we don't want
4924: to show it), warning war
4925:
4926: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
4927: pa_httpd.h: parser_status_allowed removed + merge config
4928: functions removed (override is the default) + beauty
4929:
4930: * src/: include/pa_request.h, main/pa_request.C,
4931: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
4932: hide $status used in apache module removed
4933:
4934: 2010-11-18 moko
4935:
4936: * operators.txt: $.table[compact] added for ^json:string[]
4937:
4938: 2010-11-16 moko
4939:
4940: * src/targets/apache/mod_parser3.c: some cleanup done
4941:
4942: * src/main/untaint.C: bugfix: first, second String::Body argument
4943: is hashcode; second, info.fragment_begin is original, not
4944: resulting length
4945:
4946: * src/classes/file.C: new feature: $.stdin now untainted
4947:
4948: * tests/results/264.processed: new feature: $.stdin[] now untainted
4949:
4950: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
4951:
4952: * src/classes/op.C: ^apply-taint[] method added
4953:
4954: * tests/: 264.html, results/264.processed: ^apply-taint[] test
4955: added; $.stdin untaint test added
4956:
4957: 2010-11-15 moko
4958:
4959: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
4960: removed
4961:
4962: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
4963: pa_httpd.h: 2x2 calculated under apache2. :)
4964:
4965: 2010-11-13 moko
4966:
4967: * src/targets/apache/mod_parser3.c: initial changes to build module
4968: with apache 2.x includes
4969:
4970: * src/targets/apache/: Makefile.am, mod_parser3.c,
4971: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
4972: united apache 1.3 / apache 2.x DSO module
4973:
4974: 2010-11-09 moko
4975:
4976: * src/types/pa_method.h: check added to dissallow @method[name;*]
4977: syntax
4978:
4979: * tests/: 263.html, results/263.processed: test from method[*args]
4980: added
4981:
4982: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
4983: number of params can now be passed to a method declared with *arg
4984:
4985: 2010-11-06 moko
4986:
4987: * src/classes/table.C: formating fixed. :)
4988:
4989: * src/classes/table.C: closes #4: ^table.select now supports
4990: $.limit(), $.offset, $.reverse() options
4991:
4992: * tests/: 262.html, results/262.processed: test for ^table:select
4993: with options added (feature #4)
4994:
4995: * src/include/pa_array.h: remove function added
4996:
4997: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
4998: object in get_element/put_element, using static one.
4999:
5000: 2010-11-04 moko
5001:
5002: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
5003: options is passed
5004:
5005: * tests/: 256.html, results/256.processed: $.table[compact] feature
5006: now tested; k and p in handler now tested.
5007:
5008: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
5009: $.table[compact] feature added
5010:
5011: * src/classes/json.C: key is now passed to handler in
5012: value_json_string; ^json:string result now process tainting
5013: inside and returns clean string, related to issue #153
5014:
5015: * src/main/untaint.C: bugfix: charset can be null (in
5016: ^string:save[] as example), thus check is added
5017:
5018: 2010-10-31 moko
5019:
5020: * src/classes/string.C: error message changed (fixes issue #149)
5021:
5022: 2010-10-29 moko
5023:
5024: * src/main/pa_http.C: ":port" is now added to "Host:" header if
5025: port is not default (fixes issue #155); exception on invalid port
5026: added.
5027:
5028: * src/main/untaint.C: '*' is now not urlencoded to allow header
5029: "Accept: */*" to be passed
5030:
5031: 2010-10-28 moko
5032:
5033: * src/classes/curl.C: bugfix: detect_charset() was throwing
5034: exception on unknown charset even if response_charset was
5035: specified
5036:
5037: 2010-10-27 moko
5038:
5039: * src/classes/string.C: ^string.append removed for void
5040: compatibility
5041:
5042: 2010-10-26 moko
5043:
5044: * src/classes/json.C: libjson supports array at top level, we too
5045: (GPF fixed)
5046:
5047: 2010-10-25 moko
5048:
5049: * tests/: 253.html, results/253.processed: libjson supports array
5050: at top level, parser now supports it as well.
5051:
5052: * tests/261.html, tests/results/261.processed,
5053: src/types/pa_vstring.h: empty string is now void compatible
5054: (allows $empty.key)
5055:
5056: 2010-10-22 misha
5057:
5058: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
5059: while adding additional expires checkout)
5060:
5061: * tests/030.html: - test for session cookie was added
5062:
5063: 2010-10-21 moko
5064:
5065: * src/: classes/string.C, classes/void.C, main/execute.C,
5066: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
5067: string (feature #111)
5068:
5069: * tests/: 261.html, results/261.processed: checks void from string
5070: inheritance (feature #111)
5071:
5072: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
5073: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
5074: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
5075: now true by default
5076:
5077: 2010-10-17 moko
5078:
5079: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
5080: upload now uses binary blocks instead of L_FILE_POST tainting.
5081: (bugfix: #128)
5082:
5083: * tests/: 223.html, results/223.processed: binary file upload test
5084: added, GPF (issue #128) also checked in this test
5085:
5086: 2010-10-13 misha
5087:
5088: * tests/260.html: - test for math:convert
5089:
5090: * src/classes/math.C: - error in math:convert was fixed
5091:
5092: * operators.txt: - info about
5093: ^math:convert[number](from-base;to-base) was added
5094:
5095: * src/classes/math.C: - method
5096: ^math:convert[number](from-base;to-base) for converting number
5097: represention from one base to another was added ( new feature:
5098: #23 )
5099:
5100: 2010-10-13 moko
5101:
5102: * src/main/compile.tab.C: [] now is empty string, not void
5103:
5104: * src/main/compile.y: [] now is empty string, not void
5105:
5106: * src/types/pa_vvoid.h: void now passed as parameter
5107:
5108: * tests/: 259.html, results/259.processed: to test difference
5109: between void and empty string (see ticket #111)
5110:
5111: * tests/results/152.processed: $sEmpty[] is now empty string, not
5112: void
5113:
5114: * tests/256.html: $s[$void] is no longer empty string
5115:
5116: * tests/254.html: empty string is no longer void
5117:
5118: 2010-10-12 misha
5119:
5120: * src/types/pa_vcookie.C: - check if $.expires value can be
5121: converted to date during cookies set up ( bugfix: #104 )
5122:
5123: * tests/041.html: - more tests for ^table.locate were added
5124:
5125: * src/classes/table.C: - ^table.locate[field;value;options] didn't
5126: work ( bugfix: #129 ) - exception comment for incorrect options
5127: ^table.locate[field;value;options] was fixed
5128:
5129: 2010-10-10 moko
5130:
5131: * src/: classes/reflection.C, main/execute.C: constructor returning
5132: another object feature returned
5133:
5134: * tests/results/258.processed: test result updated as constructor
5135: returning another object feature returned
5136:
5137: * tests/: 258.html, results/258.processed: test for constructor
5138: returning another object
5139:
5140: 2010-10-08 misha
5141:
5142: * tests/257.html: - whitespaces after @METACOMMANDS and their
5143: options shouldn't cause exceptions any longer
5144:
5145: 2010-10-06 moko
5146:
5147: * src/classes/: hash.C, table.C: length from sql server is now
5148: ignored, as sql string can contain 0x00 inside (bugfix: #119)
5149:
5150: 2010-10-02 misha
5151:
5152: * operators.txt: - the X mark was removed from ^cache[file]. it is
5153: usable to delete cache file.
5154:
5155: 2010-10-02 moko
5156:
5157: * tests/: 253.html, results/253.processed: hook_key added for key
5158: checking
5159:
5160: * src/classes/json.C: null key bug fixed
5161:
5162: 2010-09-29 misha
5163:
5164: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
5165:
5166: 2010-09-25 moko
5167:
5168: * src/classes/json.C: small fixed
5169:
5170: * tests/results/: 253.processed, 255.processed: just updated
5171:
5172: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
5173: results/255.processed: charset transcode test added for
5174: json:parse
5175:
5176: 2010-09-24 moko
5177:
5178: * src/types/pa_value.h: warning war :)
5179:
5180: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
5181: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
5182: ^json:string
5183:
5184: 2010-09-22 moko
5185:
5186: * src/main/pa_charset.C: parser charset tables declare only
5187: white-space before 0x20, thus adding the missing chars
5188:
5189: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
5190: to http://unicode.org/Public/MAPPINGS/VENDORS/
5191:
5192: 2010-09-21 misha
5193:
5194: * src/main/compile.y: - some semicolons were added (VS2010 don't
5195: want to compile grammar if they are absent)
5196:
5197: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
5198:
5199: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
5200:
5201: * src/main/main.vcproj: - path to bison is changed
5202:
5203: 2010-09-21 moko
5204:
1.116 moko 5205: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
5206: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
5207: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 5208:
5209: 2010-09-20 misha
5210:
5211: * src/types/pa_vtable.C: - add EOLs while json-serializing table
5212:
5213: * src/classes/json.C: - add EOL while json-serializing hash
5214:
5215: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
5216: compilers don't like 'ES'.
5217:
5218: 2010-09-17 misha
5219:
5220: * operators.txt: - info about json class was added
5221:
5222: * src/classes/json.C: - ^json:string[object]
5223:
5224: * src/: include/pa_request.h, main/pa_request.C: - stuff for
5225: preventing infinite recursion while executing json:string was
5226: added
5227:
5228: * src/include/pa_string.h: - method append_quoted was added
5229:
5230: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
5231: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
5232: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
5233: was added to Value & Co
5234:
5235: * src/classes/date.C: - methods get_gmt_string and get_sql_string
5236: were used
5237:
5238: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
5239: were added
5240:
5241: 2010-09-10 moko
5242:
5243: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5244: die_or_abort (backport from 3.4.1)
5245:
5246: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5247: die_or_abort (bugfix: #106)
5248:
5249: 2010-09-09 moko
5250:
5251: * src/classes/json.C: warning war. :)
5252:
5253: 2010-09-08 misha
5254:
5255: * src/lib/json/Makefile.am: - additional include directories were
5256: added (for pa_memory.h and gc.h)
5257:
5258: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
5259: compile as C++ instead default - additional include directory was
5260: added (for gc.h)
5261:
5262: * src/types/pa_vform.C: - little code reformating
5263:
5264: * src/classes/file.C: - $.content-type option now can be specified
5265: in ^file::create ( new feature: #102 )
5266:
5267: 2010-09-08 moko
5268:
5269: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
5270: pa_malloc/pa_free
5271:
5272: 2010-09-07 moko
5273:
5274: * tests/results/254.processed: VStateless_class:put_element
5275: exception was fixed
5276:
5277: * src/types/: pa_value.h, pa_vstateless_class.h: now
5278: VStateless_class:put_element barks self.type, not this.type
5279: (bugfix: #105)
5280:
5281: 2010-09-06 moko
5282:
5283: * src/classes/reflection.C: bugfix: new String() is required for
5284: exception handling
5285:
5286: * tests/: 254.html, results/254.processed: test modified
5287:
5288: 2010-09-05 moko
5289:
5290: * tests/: 254.html, results/254.processed: ^reflection:copy test
5291: added
5292:
5293: * src/: classes/reflection.C, include/pa_request.h:
5294: ^reflection:copy implemented (new feature: #100)
5295:
5296: 2010-09-03 moko
5297:
5298: * src/lib/json/JSON_parser.C: c++ compatiblity
5299:
5300: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
5301: option testing added
5302:
5303: 2010-09-02 moko
5304:
5305: * src/classes/json.C: $.distinct[first|last|all] added
5306:
5307: 2010-09-01 moko
5308:
5309: * tests/results/253.processed: json test result
5310:
5311: * tests/: 253.html, 253_json.txt: json test added
5312:
5313: * src/classes/json.C: json.C update to actual version + hash key
5314: creation bugfix
5315:
5316: 2010-08-31 misha
5317:
5318: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
5319: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
5320: src/lib/Makefile.am, src/classes/Makefile.am,
5321: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
5322: json library was added
5323:
5324: 2010-08-30 moko
5325:
5326: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
5327: types/pa_vobject.C: cosmetic optimization in
5328: request:execute_method usage
5329:
5330: * src/: include/pa_charset.h, main/pa_charset.C: small
5331: optimization, just to decrease number of lines. :)
5332:
5333: 2010-08-27 misha
5334:
5335: * src/classes/op.C: - taint[json] was added
5336:
5337: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
5338: were added
5339:
5340: * src/main/pa_exec.C: - warning fix was rolled back.
5341:
5342: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
5343: include/pa_string.h: - taint[json] was added - escaping was
5344: slightly modified
5345:
5346: 2010-08-25 misha
5347:
5348: * src/classes/file.C: - typo in file:sql exception was fixed
5349:
5350: * src/main/pa_exec.C: - warning about declared and not used
5351: variable forced_allow was removed
5352:
5353: 2010-08-14 misha
5354:
5355: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
5356: were removed
5357:
5358: 2010-08-11 moko
5359:
5360: * tests/: 249.html, results/249.processed: default setter and
5361: anti-recursive default getter test added
5362:
5363: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
5364: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
5365: types/pa_vobject.h, types/pa_vstateless_class.C,
5366: types/pa_vstateless_class.h: default setter support +
5367: anti-recursive default getter support ( new feature: #13 )
5368:
5369: * src/include/pa_hash.h: optimization: threshold member removed
5370: from hash, reducing sizeof(hash)
5371:
5372: 2010-08-10 misha
5373:
5374: * tests/196.html: - junction-method was added to the test
5375:
5376: * tests/248.html: - ups. typo :)
5377:
5378: * tests/248.html: - test for checking .match with 4 params
5379:
5380: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
5381: 247_windows1251.txt: - test for "transcode file from utf-8 to
5382: $request:charset during loading if the BOM code is detected"
5383:
5384: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
5385: $request:charset during loading if the BOM code is detected ( new
5386: feature: #98 )
5387:
5388: 2010-08-05 misha
5389:
5390: * src/classes/image.C: - ^image.replace now can accept only 2
5391: params. in this case the whole image is affected ( new feature:
5392: #95 )
5393:
5394: 2010-08-04 misha
5395:
5396: * tests/246.html: - test tor ^hash._at[] was added
5397:
5398: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
5399: #53 )
5400:
5401: * src/include/pa_hash.h: - methods for accessing the first and the
5402: last values of ordered hash were added (first_value and
5403: last_value)
5404:
5405: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
5406: (similar to others file's methods):
5407: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
5408: #68 )
5409:
5410: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
5411:
5412: 2010-08-01 moko
5413:
5414: * src/classes/op.C: to correctly process $result[] in code, called
5415: from ^process
5416:
5417: * tests/245.html: $result in ^process[] test added
5418:
5419: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
5420: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
5421: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
5422: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
5423: caller, self) op_call(VMethodFrame &frame, bool constructing)
5424: removed, construct(class,method) added
5425:
5426: * tests/results/: 192.processed, 244.processed: request::construct
5427: added
5428:
5429: * tests/: 244.html, 245.html, results/244.processed,
5430: results/245.processed: object creation exceptions and ^process
5431: tests added
5432:
5433: 2010-07-28 misha
5434:
5435: * tests/make_tests.cmd: - win32 EOLs
5436:
5437: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
5438: tests on Win32 were added (The system timezone should be GMT+3)
5439:
5440: 2010-07-26 misha
5441:
5442: * tests/: 212.html, results/212.processed: - sizes were removed
5443: mecause they could be different on different OSs
5444:
5445: * tests/065.html: - make it "win32 friendly"
5446:
5447: 2010-07-25 misha
5448:
5449: * src/main/compile.y: - all EOLs between methods are removed during
5450: compilation ( new feature: #47 )
5451:
5452: * tests/results/149.processed: - prepare tests to trim trailing
5453: methods' EOLs
5454:
5455: * tests/149.html: - prepare tests to trim trailing methods' EOLs
5456:
5457: * tests/: results/006.processed, results/014.processed, 006.html,
5458: 014.html, 022.html: - prepare tests to trim trailing methods'
5459: EOLs
5460:
5461: * tests/: 059.html, 071.html, 149.html, results/059.processed,
5462: results/071.processed, results/022.processed: - prepare tests to
5463: trim trailing methods' EOLs
5464:
5465: * tests/: results/073.processed, results/109.processed,
5466: results/142.processed, results/144.processed,
5467: results/149.processed, 073.html, 096.html, 109.html, 142.html,
5468: 144.html: - prepare tests to trim trailing methods' EOLs
5469:
5470: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
5471: 149.html, 152.html, results/096.processed, results/107.processed,
5472: results/109.processed, results/142.processed,
5473: results/144.processed: - prepare tests to trim trailing methods'
5474: EOLs
5475:
5476: 2010-07-24 moko
5477:
5478: * tests/results/: 156.processed, 224.processed: fix for #54 changed
5479: the hash order in this test
5480:
5481: * tests/014.html: to check hash order, hash no is longer sorted
5482: before print
5483:
5484: * src/include/pa_hash.h: hash copy constructor now keeps order
5485: (bugfix: #54)
5486:
5487: 2010-07-23 moko
5488:
5489: * tests/results/224.processed: @auto[] is no longer inherited
5490:
5491: * src/types/pa_vstateless_class.C, tests/227.html,
5492: tests/results/227.processed: @auto[] is no longer inherited
5493: (bugfix: #57)
5494:
5495: 2010-07-22 misha
5496:
5497: * src/classes/table.C: - don't skip comment lines during
5498: table::load if encloser or separator is set as '#' ( new feature:
5499: #30 )
5500:
5501: * src/targets/cgi/parser3.C: - don't run as cgi if
5502: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
5503: #12 )
5504:
5505: * src/classes/file.C: - set PARSER_VARSION env before external
5506: script executing
5507:
5508: 2010-07-13 misha
5509:
5510: * tests/058.html: - test for suppressing @border was added - test
5511: for user attribute was added
5512:
5513: * tests/results/186.processed: unescaping from \uXXXX
5514:
5515: * tests/186.html: unescaping from \uXXXX
5516:
5517: * tests/: 239.html, results/239.processed: method call type
5518:
5519: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
5520: $junction_method.CLASS_NAME (+CLASS)
5521:
5522: 2010-07-07 misha
5523:
5524: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
5525: *nix
5526:
5527: 2010-07-05 misha
5528:
5529: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5530: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
5531: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
5532: comment strings "options must be hash", "options must be hash,
5533: not code" and "called with invalid option" were replaced by
5534: constatns - exception comment string "invalid option passed" was
5535: replaced by "called with invalid option" (now in different
5536: methods are the same exception comment string)
5537:
5538: * src/include/pa_exception.h: - more exception strings were defined
5539:
5540: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5541: types/pa_vstateless_class.h: - now we can define possible
5542: method's call type ( new feature: #5 ) 1.
5543: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
5544: methods 2. @static:method[params] (only static keyword could be
5545: used here) -- for specified methods
5546:
5547: * src/main/pa_common.C: - junction points should not be deleted on
5548: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
5549: cleanup
5550:
5551: 2010-07-03 misha
5552:
5553: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
5554: results/158.processed, results/160.processed,
5555: results/161.processed, results/162.processed,
5556: results/163.processed: - prepare tests to trim trailing methods'
5557: EOLs
5558:
5559: * tests/results/169.processed: - prepare tests to trim trailing
5560: methods' EOLs
5561:
5562: * tests/results/: 168.processed, 169.processed: - prepare tests to
5563: trim trailing methods' EOLs
5564:
5565: * tests/: results/170.processed, results/167.processed,
5566: results/168.processed, results/169.processed, 167.html, 168.html,
5567: 169.html: - prepare tests to trim trailing methods' EOLs
5568:
5569: * tests/: results/170.processed, results/171.processed,
5570: results/172.processed, results/173.processed,
5571: results/174.processed, results/175.processed, 170.html, 171.html,
5572: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
5573: trailing methods' EOLs
5574:
5575: * tests/: results/176.processed, results/180.processed,
5576: results/184.processed, results/185.processed,
5577: results/191.processed, results/192.processed,
5578: results/196.processed, results/197.processed,
5579: results/198.processed, 176.html, 180.html, 184.html, 185.html,
5580: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
5581: to trim trailing methods' EOLs
5582:
5583: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
5584: results/199.processed, results/208.processed,
5585: results/209.processed, results/213.processed,
5586: results/214.processed: - prepare tests to trim trailing methods'
5587: EOLs
5588:
5589: 2010-06-29 misha
5590:
5591: * tests/: 220.html, 218.html, results/218.processed,
5592: results/215.processed, results/217.processed, 215.html, 217.html:
5593: - prepare tests to trim trailing methods' EOLs
5594:
5595: * tests/: results/224.processed, 224.html, 223.html,
5596: results/223.processed, results/220.processed: - prepare tests to
5597: trim trailing methods' EOLs
5598:
5599: * tests/results/: 226.processed, 230.processed: - prepare tests to
5600: trim trailing methods' EOLs
5601:
5602: * tests/: 229.html, results/229.processed: - prepare tests to trim
5603: trailing methods' EOLs
5604:
5605: * tests/: 232.html, 235.html, results/232.processed,
5606: results/235.processed, 226.html, 227.html, 228.html, 230.html,
5607: results/226.processed, results/227.processed,
5608: results/228.processed, results/230.processed: - prepare tests to
5609: trim trailing methods' EOLs
5610:
5611: 2010-06-16 moko
5612:
5613: * tests/: 229.html, results/229.processed: elseif now supported in
5614: ^if
5615:
5616: * src/classes/op.C: new feature: #56 elseif now supported in ^if
5617:
5618: 2010-06-03 misha
5619:
5620: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
5621: instead of memcopy for overlaped regions
5622:
5623: 2010-05-25 misha
5624:
5625: * src/main/pa_common.C: - wanring about unused vars was removed
5626:
5627: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
5628: get_method_filename was moved to execute.C
5629:
5630: 2010-05-23 misha
5631:
5632: * src/main/pa_request.C: - more accurate detection of method's file
5633:
5634: 2010-05-22 misha
5635:
5636: * src/classes/reflection.C: - bugfix: core during detection of
5637: .file if filespec isn't detected successfully
5638:
5639: 2010-05-20 misha
5640:
5641: * src/main/pa_request.C: - fix in get_method_filename
5642:
5643: * src/include/pa_request.h: - new feature: #24 -- searching
5644: included file in @USE/^use is changed. if its filespec doesn't
5645: start from '/' it will be searched in caller file directory
5646:
5647: * src/classes/reflection.C: - ^reflection:method_info returns file
5648: where the method is defined
5649:
5650: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
5651: classes/op.C: - new feature: #24 -- searching included file in
5652: @USE/^use is changed. if its filespec doesn't start from '/' it
5653: will be searched in caller file directory
5654:
5655: * src/: classes/file.C, include/pa_common.h: - method lastposafter
5656: is moved to pa_common.h
5657:
5658: 2010-05-18 misha
5659:
5660: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
5661: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
5662: cookie parser decode \uXXXX as well as %uXXXX
5663:
5664: 2010-05-17 misha
5665:
5666: * src/classes/curl.C: beauty: - unused param is removed in method
5667: _curl_version_action - some spaces were removed or replaced by
5668: tabs
5669:
5670: * src/classes/table.C: - bugfix: #72 core with empty value during
5671: ^table.hash[...;name_of_the_last_column][$.type[string]]
5672:
5673: 2010-05-16 misha
5674:
5675: * src/classes/curl.C: new: #61 more curl options were added
5676: (contributed by Sumo)
5677:
5678: 2010-04-29 pretender
5679:
5680: * src/main/pa_string.C: fixes #63 Split result from empty string
5681: now empty string.
5682:
5683: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
5684: string type.
5685:
5686: 2010-04-28 pretender
5687:
5688: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
5689: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
5690: macrodefinition removed
5691:
5692: 2010-04-19 pretender
5693:
5694: * src/main/execute.C: fixes #60 Stacktrace now contains info for
5695: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
5696:
5697: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
5698: fixes #64 Now file.missing exception generates in unsafe mode to.
5699:
5700: * src/classes/file.C: fixes #48 Now not throw "not save environment
5701: variable" exception in grpunlim version.
5702:
5703: 2010-04-05 misha
5704:
5705: * src/classes/string.C: - new feature: 4th param was added to
5706: match. if specified its value is returned in case of nothing was
5707: found
5708:
5709: 2010-04-01 misha
5710:
5711: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
5712: multiple execution of /a/b/auto.p
5713:
5714: 2010-03-19 misha
5715:
5716: * src/main/execute.C: - core in $table1.$table2 was fixed
5717:
5718: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
5719:
5720: 2010-01-27 misha
5721:
5722: * src/main/pa_common.C: - bugfix: there are no excaption.type if
5723: trying to open file by path /existing-file/non-exixting-file
5724:
5725: 2010-01-26 misha
5726:
5727: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
5728: was added (returns file)
5729:
5730: 2009-12-22 misha
5731:
5732: * src/classes/curl.C: - method 'option' was renamed to 'options' -
5733: now parser doesn't have class curl if it was built without it
5734:
5735: 2009-12-15 misha
5736:
5737: * configure.in: - little cheat with curl include dir was added
5738:
5739: 2009-12-05 misha
5740:
5741: * src/classes/curl.C: - some fixes
5742:
5743: 2009-12-04 misha
5744:
5745: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
5746: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
5747: buildall-with-xml, buildall-without-xml, configure.in: - curl
5748: class was added
5749:
5750: * src/include/pa_hash.h: - hash-iterator was added
5751:
5752: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
5753: was added to pcre
5754:
5755: 2009-11-27 misha
5756:
5757: * src/classes/image.C: - don't add @border attribute to output of
5758: ^image.html[] if it was specified by user with empty value
5759:
5760: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
5761: root element and we are trying to access .documentElement
5762:
5763: 2009-11-11 misha
5764:
5765: * src/classes/table.C: - in ^table.flip[] look at number of columns
5766: instead of number of items in first row for named tables
5767:
5768: 2009-11-10 misha
5769:
5770: * operators.txt: - info about hash-options in ^file::create was
5771: added
5772:
5773: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
5774: added
5775:
5776: 2009-11-09 misha
5777:
5778: * buildall-with-xml: - moving to libxml 2.7.6
5779:
5780: * tests/236.html: - tests for comparations cords with functions
5781: were added
5782:
5783: * src/include/pa_string.h: - optimisation: cacheing of cstr was
5784: added
5785:
5786: * src/main/pa_http.C: - little optimisation
5787:
5788: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
5789: GPF mallocs + stringstream (table.save)
5790:
5791: * src/classes/file.C: - file::create now accepts 4th param: options
5792: with $.charset
5793:
5794: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
5795: bug in cord (comparation cords with functions was buggy)
5796:
5797: 2009-11-06 misha
5798:
5799: * src/main/pa_string.C: - bugfix: calculation string.length
5800: sometimes was buggy
5801:
5802: * src/classes/string.C: - bugfix: Temp_value_element wasn't
5803: destroyed if exception occured during match/replace
5804:
5805: * src/: main/pa_charset.C, include/pa_charset.h: - method
5806: lengthUTF8Char was added
5807:
5808: * src/classes/op.C: - clean tainting lang was added for user's
5809: usage
5810:
5811: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
5812: fixed: checkouts are required after GC_MALLOC
5813:
5814: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
5815:
5816: * operators.txt: - actually, there is no ^untaint[xml] in
5817: file::create
5818:
5819: 2009-10-15 misha
5820:
5821: * tests/: 235.html, 235_attach.txt: - tests for preparing email
5822: were added
5823:
5824: * tests/234.html: - more tests for checking ^taint[uri] escaping
5825: were added
5826:
5827: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
5828: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
5829: hacking: for dealing with transcoding+^taint[uri]
5830: transcode_and_untaint was replaced by untaint_and_transcode
5831:
5832: 2009-10-13 misha
5833:
5834: * tests/: 121.html, results/121.processed: - test transcoding +
5835: url-escaping now
5836:
5837: * tests/results/auto.p: - more helpers' methods were added
5838:
5839: * src/main/pa_globals.C: - die instead of abort
5840:
5841: 2009-10-06 misha
5842:
5843: * src/main/pa_common.C: - don't allocate memory during
5844: capitalization if input string is already capitalized
5845:
5846: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
5847:
5848: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
5849: use format function because it calls malloc
5850:
5851: * src/include/pa_common.h: - more capitalized headers were added
5852:
5853: * src/main/pa_common.C: - in safe mode clear executable bits during
5854: file writing
5855:
5856: 2009-10-05 misha
5857:
5858: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
5859:
5860: 2009-10-03 misha
5861:
5862: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
5863: ^img.text[] & ^img.length[] can work in utf-8 now
5864:
5865: * src/: include/pa_charset.h, main/pa_charset.C: - class
5866: UTF8_string_iterator was added
5867:
5868: * src/classes/image.C: - respect utf-8 when calculate alphabet
5869: length
5870:
5871: * src/classes/mail.C: - check from before get message.cstr
5872:
5873: 2009-10-02 misha
5874:
5875: * tests/233.html: - test for image.font, image.length, image.text
5876: with text in utf-8 were added
5877:
5878: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
5879:
5880: * buildall-with-xml, buildall-without-xml: - comment about gc
5881: version for freebsd 4 was added
5882:
5883: 2009-10-01 misha
5884:
5885: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
5886: terminator) - read_pipe were slightly optimized
5887:
5888: 2009-09-28 misha
5889:
5890: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
5891: removed
5892:
5893: * src/types/pa_vmail.C: - forgot about space after ':'
5894:
5895: * src/types/pa_vmail.C: - escape filenames while preparing mail
5896: body - small simplifications
5897:
5898: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
5899: inout params like pa_base64
5900:
5901: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
5902: option $.debug-print(1) was added to mail:send - changes for
5903: using uue_encode which uses less memory
5904:
5905: * src/main/pa_common.C: - pa_base64_encode uses less memory now
5906:
5907: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
5908: memory now
5909:
5910: 2009-09-26 misha
5911:
5912: * src/types/pa_vmail.C: - default encoding now is base64
5913:
5914: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
5915:
5916: 2009-09-25 misha
5917:
5918: * src/types/pa_vmail.C: - capitalization of headers was added to
5919: sending mail as well
5920:
5921: * buildall-with-xml: - catalog package was removed from libxml
5922:
5923: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
5924: win32 absolute path
5925:
5926: * src/include/pa_common.h: - one more capitalized header was added
5927:
5928: 2009-09-22 misha
5929:
5930: * INSTALL: - comment about building just httpd binary while
5931: building apache module was added
5932:
5933: 2009-09-21 misha
5934:
5935: * buildall-with-xml: - moving to the latest versions of xml libs:
5936: libxml 2.7.4 and libxslt 1.1.25
5937:
5938: 2009-09-19 misha
5939:
5940: * tests/231.html: - test for encoding cookie in win-1251
5941:
5942: 2009-09-18 misha
5943:
5944: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
5945: object] were added
5946:
5947: * operators.txt: - info about method ^reflection:fields[class or
5948: object] was added
5949:
5950: * src/classes/reflection.C: - method ^reflection:fields[class or
5951: object] was added
5952:
5953: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
5954: methods get_fields were added
5955:
5956: * tests/232.html: - tests for @GET[name]
5957:
5958: * src/classes/table.C: - some changes in handling hash-options for
5959: creare, join and locate
5960:
5961: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
5962: defined with option: the type of requested value
5963:
5964: 2009-09-17 misha
5965:
5966: * tests/212.html: - tests for .pattern and .options were added
5967:
5968: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
5969: $regex.options were added
5970:
5971: 2009-09-11 misha
5972:
5973: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
5974: rewrited. it checks not just one case of sending cookies during
5975: file::load[http], but also sending headers and fields (including
5976: files)
5977:
5978: 2009-09-10 misha
5979:
5980: * src/main/untaint.C: - workaround in file-spec lang for old Macs
5981: was removed => now parser can open files with Russian 'r' in
5982: filename
5983:
5984: * src/main/untaint.C: - bugfix: client charset whould be analized
5985: while escaping cookies but now source charset
5986:
5987: * src/main/pa_http.C: - bugfix: the values of http headers didn't
5988: ^tainted[uri] so it was possible to make request with incorrect
5989: http header
5990:
5991: * src/main/pa_http.C: - capitalization of http headers during
5992: file::load[http was slightly changes - bugfix: all headers which
5993: parser sends during file::load[http should be transcoded and only
5994: then escaped
5995:
5996: * src/main/untaint.C: - a bit more comments were added
5997:
5998: * src/classes/: file.C, string.C: - types where changes (minus 2
5999: warnings)
6000:
6001: * src/include/pa_common.h: - 2 capitalized strings for making http
6002: headers during file::load[http were added
6003:
6004: 2009-09-08 misha
6005:
6006: * operators.txt: - changes in file.save and string.save were added
6007:
6008: * tests/: 230.html, 230.txt: - tests for checking options in
6009: file.save and string.save were added
6010:
6011: * src/main/pa_request.C: - http headers names, which are passed to
6012: SAPI::add_header_attribute are lowercased now (it'll be
6013: capitalized in that method)
6014:
6015: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
6016: classes/string.C: - file_write accepts Request_charsets and asked
6017: charset and cound transcode content before writing - string.save
6018: and file.save have option $.charset now
6019:
6020: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
6021: classes/xdoc.C: - file_write accepts Request_charsets and asked
6022: charset and cound transcode content before writing
6023:
6024: * src/include/pa_exception.h: - new exception comment string was
6025: defined
6026:
6027: 2009-09-07 misha
6028:
6029: * src/main/compile.y: - grammar $name\ name stops now for regex
6030: sub-pattern\s
6031:
6032: 2009-09-04 misha
6033:
6034: * src/main/pa_http.C: - capitalization of http headers during
6035: file::load[http was implemented
6036:
6037: 2009-09-03 misha
6038:
6039: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6040: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
6041: types/pa_vmail.C, targets/cgi/parser3.C,
6042: targets/isapi/parser3isapi.C: - back to storing response http
6043: headers in lowercase - capitalize them during output
6044:
6045: 2009-08-31 misha
6046:
6047: * src/classes/table.C: - allow call with any brackets (it could be
6048: useful in methods with explict result declaration)
6049:
6050: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
6051: correctly if $request:charset==koi8-r
6052:
6053: 2009-08-30 misha
6054:
6055: * src/: include/pa_common.h, main/pa_request.C: - http headers were
6056: changed: content-type => Content-type and so on
6057:
6058: * src/classes/file.C, src/include/pa_common.h,
6059: src/include/pa_request.h, src/main/pa_http.C,
6060: src/main/pa_request.C, src/types/pa_vcookie.C,
6061: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
6062: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
6063: tests/results/002.processed, tests/results/003.processed,
6064: tests/results/004.processed, tests/results/005.processed,
6065: tests/results/006.processed, tests/results/007.processed,
6066: tests/results/008.processed, tests/results/009.processed,
6067: tests/results/010.processed, tests/results/011.processed,
6068: tests/results/012.processed, tests/results/013.processed,
6069: tests/results/014.processed, tests/results/015.processed,
6070: tests/results/016.processed, tests/results/017.processed,
6071: tests/results/018.processed, tests/results/019.processed,
6072: tests/results/020.processed, tests/results/021.processed,
6073: tests/results/022.processed, tests/results/023.processed,
6074: tests/results/024.processed, tests/results/025.processed,
6075: tests/results/026.processed, tests/results/027.processed,
6076: tests/results/028.processed, tests/results/029.processed,
6077: tests/results/030.processed, tests/results/031.processed,
6078: tests/results/032.processed, tests/results/033.processed,
6079: tests/results/034.processed, tests/results/035.processed,
6080: tests/results/036.processed, tests/results/037.processed,
6081: tests/results/038.processed, tests/results/039.processed,
6082: tests/results/040.processed, tests/results/041.processed,
6083: tests/results/042.processed, tests/results/043.processed,
6084: tests/results/044.processed, tests/results/045.processed,
6085: tests/results/046.processed, tests/results/047.processed,
6086: tests/results/048.processed, tests/results/049.processed,
6087: tests/results/050.processed, tests/results/051.processed,
6088: tests/results/052.processed, tests/results/053.processed,
6089: tests/results/054.processed, tests/results/055.processed,
6090: tests/results/056.processed, tests/results/057.processed,
6091: tests/results/058.processed, tests/results/059.processed,
6092: tests/results/060.processed, tests/results/061.processed,
6093: tests/results/062.processed, tests/results/063.processed,
6094: tests/results/064.processed, tests/results/065.processed,
6095: tests/results/066.processed, tests/results/067.processed,
6096: tests/results/068.processed, tests/results/069.processed,
6097: tests/results/070.processed, tests/results/071.processed,
6098: tests/results/072.processed, tests/results/073.processed,
6099: tests/results/074.processed, tests/results/075.processed,
6100: tests/results/076.processed, tests/results/077.processed,
6101: tests/results/078.processed, tests/results/079.processed,
6102: tests/results/080.processed, tests/results/081.processed,
6103: tests/results/082.processed, tests/results/083.processed,
6104: tests/results/084.processed, tests/results/085.processed,
6105: tests/results/086.processed, tests/results/087.processed,
6106: tests/results/088.processed, tests/results/089.processed,
6107: tests/results/090.processed, tests/results/091.processed,
6108: tests/results/092.processed, tests/results/093.processed,
6109: tests/results/094.processed, tests/results/095.processed,
6110: tests/results/096.processed, tests/results/097.processed,
6111: tests/results/098.processed, tests/results/099.processed,
6112: tests/results/100.processed, tests/results/101.processed,
6113: tests/results/102.processed, tests/results/103.processed,
6114: tests/results/104.processed, tests/results/105.processed,
6115: tests/results/106.processed, tests/results/107.processed,
6116: tests/results/108.processed, tests/results/109.processed,
6117: tests/results/110.processed, tests/results/111.processed,
6118: tests/results/112.processed, tests/results/113.processed,
6119: tests/results/114.processed, tests/results/115.processed,
6120: tests/results/116.processed, tests/results/117.processed,
6121: tests/results/118.processed, tests/results/119.processed,
6122: tests/results/120.processed, tests/results/121.processed,
6123: tests/results/122.processed, tests/results/123.processed,
6124: tests/results/124.processed, tests/results/125.processed,
6125: tests/results/126.processed, tests/results/127.processed,
6126: tests/results/128.processed, tests/results/129.processed,
6127: tests/results/130.processed, tests/results/131.processed,
6128: tests/results/132.processed, tests/results/133.processed,
6129: tests/results/134.processed, tests/results/135.processed,
6130: tests/results/136.processed, tests/results/138.processed,
6131: tests/results/139.processed, tests/results/140.processed,
6132: tests/results/141.processed, tests/results/142.processed,
6133: tests/results/143.processed, tests/results/144.processed,
6134: tests/results/145.processed, tests/results/146.processed,
6135: tests/results/147.processed, tests/results/148.processed,
6136: tests/results/149.processed, tests/results/150.processed,
6137: tests/results/151.processed, tests/results/152.processed,
6138: tests/results/153.processed, tests/results/154.processed,
6139: tests/results/155.processed, tests/results/156.processed,
6140: tests/results/157.processed, tests/results/158.processed,
6141: tests/results/159.processed, tests/results/160.processed,
6142: tests/results/161.processed, tests/results/162.processed,
6143: tests/results/163.processed, tests/results/164.processed,
6144: tests/results/165.processed, tests/results/166.processed,
6145: tests/results/167.processed, tests/results/168.processed,
6146: tests/results/169.processed, tests/results/170.processed,
6147: tests/results/171.processed, tests/results/172.processed,
6148: tests/results/173.processed, tests/results/174.processed,
6149: tests/results/175.processed, tests/results/176.processed,
6150: tests/results/177.processed, tests/results/178.processed,
6151: tests/results/179.processed, tests/results/180.processed,
6152: tests/results/181.processed, tests/results/182.processed,
6153: tests/results/183.processed, tests/results/184.processed,
6154: tests/results/185.processed, tests/results/186.processed,
6155: tests/results/187.processed, tests/results/188.processed,
6156: tests/results/189.processed, tests/results/190.processed,
6157: tests/results/191.processed, tests/results/192.processed,
6158: tests/results/193.processed, tests/results/194.processed,
6159: tests/results/195.processed, tests/results/196.processed,
6160: tests/results/197.processed, tests/results/198.processed,
6161: tests/results/199.processed, tests/results/200.processed,
6162: tests/results/201.processed, tests/results/202.processed,
6163: tests/results/203.processed, tests/results/204.processed,
6164: tests/results/205.processed, tests/results/206.processed,
6165: tests/results/207.processed, tests/results/208.processed,
6166: tests/results/209.processed, tests/results/210.processed,
6167: tests/results/211.processed, tests/results/212.processed,
6168: tests/results/213.processed, tests/results/214.processed,
6169: tests/results/215.processed, tests/results/216.processed,
6170: tests/results/217.processed, tests/results/218.processed,
6171: tests/results/219.processed, tests/results/220.processed,
6172: tests/results/221.processed, tests/results/222.processed,
6173: tests/results/223.processed, tests/results/224.processed,
6174: tests/results/225.processed, tests/results/226.processed,
6175: tests/results/227.processed, tests/results/228.processed,
6176: tests/results/229.processed: - http headers were changed:
6177: content-type => Content-type and so on
6178:
6179: 2009-08-27 misha
6180:
6181: * src/: main/pa_random.C, include/pa_random.h,
6182: targets/cgi/parser3.C: - year was updated :)
6183:
6184: 2009-08-26 misha
6185:
6186: * tests/: 224.html, 224.p: - test for creating of parser object
6187: using constructor without params - little bugfix in test
6188:
6189: * src/main/compile_tools.h: - bugfix: should't call autouse while
6190: checking existed class while processing partial option
6191:
6192: * src/classes/reflection.C: - bugfix: core when creating object
6193: with reflection and constructor doesn't have params
6194:
6195: 2009-08-24 misha
6196:
6197: * tests/229.html: - tests for checking the number of parameters
6198: were added
6199:
6200: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
6201: number of method's parameters wasn't checked correctly (the bug
6202: was introduced in 3.4.0)
6203:
6204: 2009-08-22 misha
6205:
6206: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
6207: transcoded, but tainted pieces are escaped only when
6208: content-type==url-encoding
6209:
6210: * tests/228.html: - test for checking
6211: ^file::load[http://...;$.body[]]
6212:
6213: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
6214: post charset was too early (charsets is empty at this moment)
6215:
6216: 2009-08-21 misha
6217:
6218: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
6219: main/untaint.C: - some fixes with transcode+untaint
6220:
6221: 2009-08-15 misha
6222:
6223: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
6224: was increaced to 100 (was 50)
6225:
6226: * tests/227.html: - test for checking overriding properties in
6227: static classes was added
6228:
6229: * tests/: 226.html, 226.p: - test for @autoload[] was added
6230:
6231: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
6232: main/execute.C, main/pa_request.C, classes/reflection.C: -
6233: autouse was implemented
6234:
6235: 2009-08-14 misha
6236:
6237: * src/classes/reflection.C: - outdated checkout was removed
6238:
6239: * src/classes/reflection.C: - optimization - method ^dynamical was
6240: added.
6241:
6242: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
6243: types/pa_vstateless_class.h, main/execute.C: - optimization
6244:
6245: * src/types/pa_vclass.C: - exception if base on sytem class
6246:
6247: 2009-08-12 misha
6248:
6249: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
6250: pa_vstateless_class.h: - little optimisation
6251:
6252: 2009-08-11 misha
6253:
6254: * tests/224.html: - method_params => method_info - checking for
6255: $.inherited
6256:
6257: * src/classes/reflection.C, operators.txt: - method method_params
6258: was renamed to method_info and now it returns class name, if
6259: method was defined in ancestor
6260:
6261: * tests/225.html: - tests for cheching properties in hierarhical
6262: classes were added
6263:
6264: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
6265: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6266: main/compile.y, main/execute.C, classes/classes.C: - problems
6267: with properties in new classes implementation were fixed
6268:
6269: 2009-08-10 misha
6270:
6271: * src/main/execute.C: - now constructor shouldn't be defined in
6272: class. it could be defined in parent.
6273:
6274: 2009-08-09 misha
6275:
6276: * src/classes/reflection.C: - ^reflection:methods doesn't return
6277: base's methods
6278:
6279: 2009-08-08 misha
6280:
6281: * src/: classes/classes.h, classes/date.C, classes/file.C,
6282: classes/form.C, classes/hash.C, classes/hashfile.C,
6283: classes/image.C, classes/mail.C, classes/op.C,
6284: classes/reflection.C, classes/regex.C, classes/string.C,
6285: classes/table.C, classes/xdoc.C, classes/xnode.C,
6286: classes/xnode.h, include/pa_hash.h, main/execute.C,
6287: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
6288: types/pa_method.h, types/pa_property.h, types/pa_value.C,
6289: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6290: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6291: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
6292: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6293: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
6294: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
6295: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
6296: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
6297: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
6298: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
6299: types/pa_vresponse.C, types/pa_vresponse.h,
6300: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6301: types/pa_vstateless_object.h, types/pa_vstatus.C,
6302: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
6303: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6304: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6305: types/pa_wwrapper.h, types/types.vcproj: - new classes
6306: implementation
6307:
6308: * buildall-with-xml, buildall-without-xml: - gc has a bug if
6309: USE_MUNMAP is used. so it is disabled as a workaround.
6310:
6311: 2009-08-05 misha
6312:
6313: * src/: main/pa_common.C, include/pa_common.h: - not needed
6314: parameter was removed
6315:
6316: * src/main/pa_http.C: - bugfix: error was during detecting
6317: content-type of file which was loaded by http
6318:
6319: 2009-08-01 misha
6320:
6321: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
6322: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
6323: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
6324: can't be disabled with defines any longer
6325:
6326: 2009-07-29 misha
6327:
6328: * src/classes/reflection.C, tests/results/224.processed: - for
6329: native methods with any call type now returned empty call_type
6330: value
6331:
6332: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6333: classes/table.C, include/pa_hash.h, include/pa_request.h,
6334: main/pa_request.C: - break in cycles was optimized
6335:
6336: * INSTALL: - more defines were described
6337:
6338: 2009-07-28 misha
6339:
6340: * operators.txt: - some changes in information about reflection
6341: class
6342:
6343: * tests/: 224.html, 224.p: - tests for reflection class
6344:
6345: * src/classes/reflection.C: - some bugs were fixed, method classes
6346: was added, refactoring
6347:
6348: 2009-07-26 misha
6349:
6350: * src/classes/classes.vcproj: - reflection class wass added to
6351: project
6352:
6353: * operators.txt: - information about reflection class was added
6354:
6355: * src/classes/reflection.C: - class was redesigned
6356:
6357: 2009-07-24 misha
6358:
6359: * src/classes/: Makefile.am, reflection.C: - class reflection was
6360: added
6361:
6362: * src/types/pa_vstateless_class.h: - method for reflection method's
6363: in classes was added
6364:
6365: 2009-07-22 misha
6366:
6367: * src/main/compile_tools.h: - bugfix: $object.$var was
6368: over-optimized. it failed if $object1.$object2.field
6369:
6370: 2009-07-16 misha
6371:
6372: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
6373: lib/cord/cordxtra.c, lib/cord/include/cord.h,
6374: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
6375: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
6376: one more arg: length of cord
6377:
6378: 2009-07-15 misha
6379:
6380: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
6381: tainted in ^file::load[http://...;$.cookies[]]
6382:
6383: * src/classes/: op.C, regex.C, string.C: - new string with
6384: exception was used
6385:
6386: * src/include/pa_exception.h: - new string with exception was added
6387:
6388: * tests/223.html: - test for checking cookie-encoding during
6389: ^file::load[http was added
6390:
6391: * tests/: 221.html, 222.html: - tests for checking type of
6392: $table.fields.field were added
6393:
6394: * src/types/pa_vtable.C: - not used var decl was removed
6395:
6396: * src/include/pa_string.h: - use cached string length in Body::mid.
6397: it improves speed of match with brackets in pattern
6398:
6399: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
6400: outside
6401:
6402: 2009-07-14 misha
6403:
6404: * src/types/pa_vtable.C: - $table.fields.a return string even if
6405: column is empty (sometime returned void) - $table.fields was
6406: added for nameless tables
6407:
6408: * src/targets/cgi/getopt.c: - one warning resolved
6409:
6410: * src/main/pa_string.C: - potentian bug fixed
6411:
6412: * src/classes/op.C: - small optimization in taint/untaint
6413:
6414: 2009-07-13 misha
6415:
6416: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
6417: added
6418:
6419: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
6420: souldn't add the attribut to output
6421:
6422: 2009-07-11 misha
6423:
6424: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
6425: stack size was increaced to 2MB (default=1MB)
6426:
6427: 2009-07-08 misha
6428:
6429: * src/main/pa_string.C: - link to UTF-8 description was added
6430:
6431: * src/include/pa_hash.h: - hash keeps element's order in more
6432: places (ex: ._keys[])
6433:
6434: * tests/220.html: - test for checking order of elements in hash in
6435: foreach was added
6436:
6437: * tests/172.html: - small changes in printing hash
6438:
6439: * tests/129.html: - small changes in printing hash
6440:
6441: * src/: include/pa_common.h, include/pa_hash.h,
6442: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
6443: types/pa_vmethod_frame.h: - hash now keeps order of elements
6444:
6445: * tests/014.html: - small changes in printing hash
6446:
6447: 2009-07-07 misha
6448:
6449: * src/classes/op.C: - new taint language "parser-code" was added
6450:
6451: * tests/219.html: - test for auto untaint parser code in process
6452: was added
6453:
6454: * src/classes/op.C: - tainted pieces in body of process are
6455: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
6456:
6457: * src/: include/pa_string.h, main/untaint.C: - new language
6458: L_PARSER_CODE for auto-untaint in process was added
6459:
6460: * src/: classes/file.C, classes/hash.C, classes/image.C,
6461: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
6462: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
6463: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
6464: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
6465: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
6466: code cleanup
6467:
6468: 2009-07-06 misha
6469:
6470: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
6471: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
6472: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6473:
6474: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
6475: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
6476: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
6477: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
6478: should be used
6479:
6480: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
6481: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
6482: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
6483: untaint_cstr[m] should be used
6484:
6485: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
6486: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6487:
6488: * tests/218.html: - test for checking automatic file-spec-taint was
6489: added
6490:
6491: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
6492: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
6493: classes/file.C, classes/hash.C, classes/image.C,
6494: classes/string.C, classes/table.C, classes/void.C,
6495: classes/xdoc.C: - optimizations and simplification of
6496: string.cstr(...)
6497:
6498: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
6499: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
6500: - optimizations and simplification of string.cstr(...)
6501:
6502: 2009-07-04 misha
6503:
6504: * tests/217.html: - test for recursion detection was added
6505:
6506: * src/: types/types.vcproj, main/main.vcproj,
6507: classes/classes.vcproj, targets/cgi/parser3.vcproj,
6508: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
6509: from .vcproj
6510:
6511: * src/types/pa_wwrapper.h: - dynamic_cast was removed
6512:
6513: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
6514: uploading files and case-insensitive http-method were added
6515:
6516: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
6517: tainted pattern in ^file:list[] was added
6518:
6519: 2009-07-03 misha
6520:
6521: * src/: classes/classes.vcproj, main/main.vcproj,
6522: types/types.vcproj, targets/cgi/parser3.vcproj,
6523: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
6524: for dynamic_cast) - little options changes
6525:
6526: * src/main/pa_http.C: - file::load[http works now with uploading
6527: files _and_ changing $.charset
6528:
6529: 2009-06-29 misha
6530:
6531: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
6532: while creating pattern
6533:
6534: 2009-06-25 misha
6535:
6536: * src/classes/image.C, operators.txt: - options' names for
6537: ^image.font were changed to $.space, $.width and $spacing -
6538: default space width now == gif's width
6539:
6540: 2009-06-24 misha
6541:
6542: * tests/215.html: - tests for $file.mode were added
6543:
6544: * operators.txt: - added info about $file.mode and changes in
6545: ^image.font[
6546:
6547: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
6548: param now could be omited - third param now could be hash (with
6549: all widths options: $.space-width, $.letter-width) - it's
6550: possible to specify tracking ($.letter-space)
6551:
6552: * src/classes/file.C: - file objects now could have mode field
6553: (text|binary)
6554:
6555: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
6556:
6557: 2009-06-23 misha
6558:
6559: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
6560: trim can work with utf-8 chars now
6561:
6562: 2009-06-20 misha
6563:
6564: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
6565: was implemented
6566:
6567: * src/classes/table.C: - string length cacheing was implemented
6568:
6569: * src/include/pa_string.h: - string length cacheing was implemented
6570:
6571: 2009-06-17 misha
6572:
6573: * src/main/execute.C: - value param was removed from
6574: WContext::WContext
6575:
6576: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
6577: pa_wwrapper.h: - value param was removed from WContext::WContext
6578: - field wcontext was removed from VCodeFrame (using fparent
6579: instead)
6580:
6581: * tests/214.html: - test with hash copying
6582:
6583: 2009-06-16 misha
6584:
6585: * tests/: 062.html, results/062.processed: - evaluation hardcoded
6586: strings doesn't work in expression anymore
6587:
6588: * src/main/execute.C: - less calls for get_constructing() - little
6589: refactoring
6590:
6591: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
6592: include/pa_request.h: - less calls for get_constructing()
6593:
6594: * src/classes/: hash.C, hashfile.C: - fixed bug which was
6595: introduced with OPTIMIZE_SINGLE_STRING optimization
6596:
6597: 2009-06-14 misha
6598:
6599: * src/: classes/date.C, classes/file.C, classes/hash.C,
6600: classes/hashfile.C, classes/image.C, classes/regex.C,
6601: classes/table.C, classes/xdoc.C, classes/xnode.h,
6602: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
6603: types/pa_vstateless_class.h, main/execute.C: - create object for
6604: storing object's fields only for parser objects
6605:
6606: 2009-06-13 misha
6607:
6608: * buildall-with-xml, buildall-without-xml: - new option was added
6609: for building GC (it slightly reduces memory usage)
6610:
6611: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
6612: single string write
6613:
6614: * src/main/execute.C: - bytecode optimization of ^class:constructor
6615: - optimization of single string write
6616:
6617: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
6618: - bytecode optimization of ^class:constructor
6619:
6620: 2009-06-09 misha
6621:
6622: * src/targets/cgi/parser3.C: - type size_t was changed to int in
6623: main (better compatibility)
6624:
6625: 2009-06-08 misha
6626:
6627: * src/main/compile.y: - I've forgot to commit it :(
6628:
6629: 2009-06-07 misha
6630:
6631: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
6632: WITH_READ and WITH_ROOT
6633:
6634: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6635: execute.C: - more optimizations for WITH_SELF, WITH_READ and
6636: WITH_ROOT - little refactoring
6637:
6638: 2009-06-06 misha
6639:
6640: * tests/213.html: - tests for 3rd match string-param were added
6641:
6642: * src/classes/string.C: - 3rd match param could be string now
6643:
6644: * src/main/: compile.y, compile_tools.h: - much more bytecode's
6645: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
6646: GET_OBJECT_ELEMENT
6647:
6648: 2009-06-05 misha
6649:
6650: * src/main/pa_http.C: - bugfix: content-length was not calculated
6651: if $.body was specified
6652:
6653: 2009-06-04 misha
6654:
6655: * src/classes/op.C: - optimizing write_assign_lang in connect
6656:
6657: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
6658:
6659: * src/main/execute.C: - little refactoring - optimizing
6660: write_assign_lang in taint/untaint
6661:
6662: * src/include/pa_opcode.h: - little refactoring
6663:
6664: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6665: main/compile_tools.h, main/execute.C: - optimizations for
6666: $self.field, ^self.method, $self.field[...] and $self.field(...)
6667: were added
6668:
6669: 2009-06-03 misha
6670:
6671: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
6672:
6673: 2009-06-02 misha
6674:
6675: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
6676: include/pa_opcode.h: - refactoring in last optimizations
6677: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
6678: now but code is much easy and it is ready for further
6679: improvements.
6680:
6681: 2009-05-27 misha
6682:
6683: * src/: types/pa_junction.h, types/pa_vjunction.C,
6684: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
6685: changed in destructing junctions
6686:
6687: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
6688: String:Body
6689:
6690: 2009-05-26 misha
6691:
6692: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
6693: one method detect_charset was deleted - bug was fixed in this
6694: method (error while detecting charset in content_type withot last
6695: ';')
6696:
6697: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
6698: once
6699:
6700: 2009-05-25 misha
6701:
6702: * src/classes/file.C: - bugfix: file::exec didn't work after
6703: optimizing of helper_length
6704:
6705: 2009-05-24 misha
6706:
6707: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
6708: were added - little refactoring
6709:
6710: * src/main/execute.C: - core while printing in debug log
6711: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
6712: optimisations were added
6713:
6714: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
6715: were added
6716:
6717: 2009-05-23 misha
6718:
6719: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
6720: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
6721: CORD_cat optimization
6722:
6723: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
6724: - call constr optimisation under separate define now
6725:
6726: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
6727: in $b should be string, not void
6728:
6729: * src/main/compile.y: - little fix for rem-cut optimisation
6730:
6731: * src/: include/pa_opcode.h, main/compile_tools.C,
6732: main/compile_tools.h, main/execute.C: - optimisations for
6733: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
6734:
6735: * INSTALL: - description of some #defined were added
6736:
6737: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
6738: before 1st access (memory usage is reduced if don't access to
6739: .text field)
6740:
6741: * src/include/pa_array.h: - array grows step now not static (it
6742: reduces numbers of reallocs)
6743:
6744: 2009-05-20 misha
6745:
6746: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
6747: $.b(2), $c[d] and $.e[f] was added
6748:
6749: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6750: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
6751: $.e[f] was added
6752:
6753: * src/main/execute.C: - debug printing moved in defines
6754:
6755: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
6756: and little refactoring for OP_GET_OBJECT_ELEMENT +
6757: OP_GET_OBJECT_VAR_ELEMENT optimisation
6758:
6759: 2009-05-19 misha
6760:
6761: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6762: execute.C: - $a.$b & ^a.$b bytecode optimisation
6763:
6764: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
6765: ^a.$b optimisation)
6766:
6767: * src/main/compile.y: - compiler now generate new opcodes:
6768: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
6769: ^a.b - compiler now cut off ^rem{ with all content ; any number
6770: of params }
6771:
6772: * src/main/execute.C: - code for handle new opcodes
6773: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
6774:
6775: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
6776: added for LA2V and LA2S
6777:
6778: * src/include/pa_opcode.h: - new defines which can be used for
6779: disable some bytecode optimisation and new opcodes were added
6780:
6781: 2009-05-17 misha
6782:
6783: * src/lib/cord/cordxtra.c: - bugfix.
6784:
6785: * tests/212.html: - .size[] and .study_size[] were added to tests
6786:
6787: * operators.txt: - info about regex class was added
6788:
6789: * tests/212.html: - tests for regex class were added
6790:
6791: 2009-05-16 misha
6792:
6793: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
6794: gc7.1
6795:
6796: * tests/022.html: - test for ^file:list[path;] (empty second param)
6797: was added
6798:
6799: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
6800: param) should work
6801:
6802: 2009-05-15 misha
6803:
6804: * src/classes/table.C: - automatically disable stringstream usage
6805: on freebsd4
6806:
6807: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
6808: scope
6809:
6810: * tests/211.html: - test with different types of access to hash was
6811: added
6812:
6813: * tests/210.html: - test which checks for loosing tainting in
6814: hash's keys was added
6815:
6816: * tests/208.html: - some parser work added. or stime == 0 %-)
6817:
6818: * src/lib/cord/cordbscs.c: - little hack was added to cord
6819:
6820: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
6821:
6822: * src/include/pa_version.h, configure.in: - moko have made a lot of
6823: optimisations for increacing version number more dramatically :)
6824:
6825: * src/classes/date.C: - little refactoring: use constructor which
6826: accepts formated string
6827:
6828: * src/: include/pa_string.h, main/pa_string.C: - String constructor
6829: which can print formatted string was added
6830:
6831: 2009-05-14 misha
6832:
6833: * src/include/pa_string.h: - type was fixed
6834:
6835: * src/: classes/hashfile.C, classes/op.C,
6836: include/pa_cache_managers.h, include/pa_charset.h,
6837: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
6838: include/pa_request.h, include/pa_sql_driver_manager.h,
6839: include/pa_string.h, include/pa_stylesheet_manager.h,
6840: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
6841: main/pa_charsets.C, main/pa_string.C,
6842: main/pa_stylesheet_connection.C, types/pa_value.h,
6843: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
6844: types/pa_vobject.C, types/pa_vstateless_class.C,
6845: types/pa_vstateless_class.h: - hash_code caching was implemented
6846: (seaches should be faster now)
6847:
6848: * src/: classes/file.C, classes/hash.C, classes/image.C,
6849: classes/string.C, classes/table.C, include/pa_string.h,
6850: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
6851: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
6852: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
6853: types/pa_vrequest.C: - String constructors don't have that stupid
6854: true/false param which means 'tainted'. they accept lang instead.
6855:
6856: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
6857: with OPTIMIZE_RESULT
6858:
6859: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
6860: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
6861:
6862: 2009-05-13 misha
6863:
6864: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
6865: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
6866: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
6867: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
6868: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
6869: main/pa_common.C, main/pa_request.C, main/pa_string.C,
6870: include/pa_string.h, classes/date.C, classes/file.C,
6871: classes/hash.C, classes/image.C, classes/string.C,
6872: classes/table.C, classes/xdoc.C: - result optimisation -
6873: helper_length parameter removed from string constructors
6874:
6875: 2009-05-11 misha
6876:
6877: * tests/209.html: - tests for ^hash::create[hash] were added
6878:
6879: * tests/208.html: - tests for $status:rusage, $status:memory,
6880: ^memory:compact[] were added
6881:
6882: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
6883: log10 were added
6884:
6885: * tests/206.html: - test for try with finally was added
6886:
6887: 2009-05-10 misha
6888:
6889: * tests/205.html: - test for ^file::create[...] was added
6890:
6891: * tests/204.html: - test for ^response:clear[] was added
6892:
6893: * tests/038.html: - tests for trigonometric functions were added
6894:
6895: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
6896: added - more tests for .add, .sub, .union, .intersects and
6897: .intersections
6898:
6899: * tests/065.html: - test for ^file:dirname was added
6900:
6901: * tests/030.html: - test for $cookie:fields was added
6902:
6903: * tests/203.html: - test for ^h._keys[column name] was added
6904:
6905: * tests/201.html: - tests for .trim were added
6906:
6907: * tests/202.html: - tests for last-day,
6908: date:calendar[type](YYYY;MM;DD) were added
6909:
6910: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
6911: .offset[type](N) were added
6912:
6913: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
6914: and .pos[c](N) were added
6915:
6916: * tests/141.html: - test for math:sha1 was added
6917:
6918: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
6919:
6920: 2009-05-09 misha
6921:
6922: * src/main/compile.y: - rollback
6923:
6924: 2009-05-05 misha
6925:
6926: * src/main/pa_exec.C: - little optimisation: somewhere length() was
6927: replaced by is_empty()
6928:
6929: * src/: include/pa_string.h, main/pa_charset.C: - little
6930: optimisation: somewhere length() was replaced by is_empty()
6931:
6932: * src/classes/table.C: - little optimisation: somewhere length()
6933: was replaced by is_empty()
6934:
6935: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
6936: classes/op.C, classes/table.C, main/pa_exception.C: - little
6937: optimisation: somewhere length() was replaced by is_empty()
6938:
6939: 2009-05-04 misha
6940:
6941: * src/: types/pa_method.h, types/pa_vstateless_class.C,
6942: types/pa_vstateless_class.h, main/execute.C,
6943: include/pa_request.h, classes/hash.C, classes/op.C,
6944: classes/table.C: - more optimisations were added: some operators
6945: don't switch write context anylonger
6946:
6947: 2009-05-01 misha
6948:
6949: * src/main/compile.y: - slightly more opcode optimisations for
6950: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
6951:
6952: * src/main/execute.C: - simplifying process for getters
6953:
6954: 2009-04-30 misha
6955:
6956: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
6957:
6958: * tests/results/199.processed: - test for checking $result into
6959: ^rem was added
6960:
6961: * tests/199.html: - test for checking $result into ^rem was added
6962:
6963: * tests/: 022.html, 096.html: - þsort after :list was asses (on
6964: some OS it returns list in different order)
6965:
6966: * src/: include/pa_array.h, include/pa_request.h,
6967: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
6968: changes in stack impl - get_element() optimisation: 3rd param
6969: removed - bugfix: problems with reading empty input param -
6970: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
6971:
6972: * tests/results/198.processed: - test for reading empty local var
6973: was added
6974:
6975: * tests/198.html: - test for reading empty local var was added
6976:
6977: 2009-04-29 misha
6978:
6979: * src/main/compile.y: - bugfix: couldn't compile because
6980: OP_VALUE__GET_ELEMENT should be unde #ifdef
6981:
6982: * src/: include/pa_array.h, include/pa_opcode.h,
6983: include/pa_request.h, main/compile.y, main/execute.C,
6984: main/pa_request.C, types/pa_vmethod_frame.C,
6985: types/pa_vmethod_frame.h: - we can work without opcode
6986: OP_STORE_PARAM, so it was removed
6987:
6988: 2009-04-28 misha
6989:
6990: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
6991: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
6992: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
6993: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
6994: 4.
6995: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
6996:
6997: * src/main/compile_tools.h: - new stuff for op-codes optimisation
6998:
6999: * src/: main/pa_string.C, classes/string.C: - !length() =>
7000: is_empty()
7001:
7002: 2009-04-27 misha
7003:
7004: * src/types/pa_vregex.h: - back explicit vars initialisation
7005:
7006: 2009-04-24 misha
7007:
7008: * src/classes/string.C: - ups. typo fixed
7009:
7010: * src/main/execute.C: - more replacements '*new VBool' to
7011: 'VBool::get' - checks for ^break[], ^continue[] and
7012: parser.interrupted were optimised
7013:
7014: * src/classes/string.C: - number of params.count() calls was
7015: slightly reduced
7016:
7017: 2009-04-23 misha
7018:
7019: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7020: make it x64 friendly
7021:
7022: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7023: parser is x64 friendly now
7024:
7025: 2009-04-22 misha
7026:
7027: * src/types/pa_vhashfile.C: - coder friendly exception about
7028: exceeding record size was added
7029:
7030: * src/classes/file.C: - use vregex object instead of direct calls
7031: methods from pcre lib
7032:
7033: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
7034: classes/string.C: - use vregex object instead of direct calls
7035: methods from pcre lib
7036:
7037: * src/: include/pa_common.h, main/pa_common.C: - method
7038: print_pcre_exec_error_text was moved to class vregex
7039:
7040: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
7041: was added
7042:
7043: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
7044: - class vregex was added
7045:
7046: 2009-04-21 misha
7047:
7048: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
7049:
7050: * src/: types/pa_junction.h, types/pa_value.C,
7051: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
7052: types/pa_wcontext.h, main/execute.C, classes/op.C: -
7053: junction-optimisation (destructors)
7054:
7055: * src/include/pa_array.h: - free under if now
7056:
7057: 2009-04-19 misha
7058:
7059: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
7060:
7061: 2009-04-18 misha
7062:
7063: * src/include/pa_version.h:
7064: :q :
7065:
7066: CV:
7067: ----------------------------------------------------------------------
7068:
7069: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
7070: refactoring
7071:
7072: * src/: include/pa_array.h, include/pa_hash.h,
7073: types/pa_vmethod_frame.h: - destructors under #ifdef now
7074:
7075: * src/include/pa_memory.h: - define for using destructors was added
7076:
7077: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7078: main/execute.C: - some junctions will be cached now
7079:
7080: * src/include/pa_hash.h: - hash destructor frees pairs now
7081:
7082: * src/include/pa_array.h: - inline was added to destructor
7083:
7084: * src/types/pa_method.h: - comment was changed
7085:
7086: 2009-04-17 misha
7087:
7088: * src/: include/pa_array.h, include/pa_hash.h,
7089: types/pa_vmethod_frame.h: - destructors were added
7090:
7091: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
7092: renamed to always_use_result
7093:
7094: * src/main/: compile.y, compile_tools.h: - rollback changes in
7095: compiler: full backward compatibility is better
7096:
7097: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
7098: result in var's hash
7099:
7100: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7101: optimisation in method_frame
7102:
7103: * src/include/pa_array.h: - optimisation in array (allocate
7104: elements only when needed)
7105:
7106: * src/types/pa_vresponse.C: - check for $response:headers field
7107: before looking at custom fields
7108:
7109: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
7110: not needed to check existance var with name 'result' in var's
7111: hash
7112:
7113: * src/main/compile.y: - compiler was changed: now it detects
7114: writings to $result and set flag writo_to_result in method
7115:
7116: * src/classes/string.C: - little optimisation: no needed to write
7117: number with lang
7118:
7119: * src/main/pa_charset.C: - methods readChar and skipChar which is
7120: used for read utf8-strings were renamed - is_escaped was renamed
7121: to isEscaped (to the same name convention)
7122:
7123: * src/: types/pa_method.h, main/compile_tools.h: - flag
7124: write_to_result added. compiler get this info from code.
7125:
7126: 2009-04-16 misha
7127:
7128: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
7129: String only before 1st write
7130:
7131: * src/include/pa_string.h: - not needed template removed
7132:
7133: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
7134: types/pa_vjunction.C, types/pa_vproperty.C,
7135: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
7136: main/pa_request.C, classes/bool.C, classes/double.C,
7137: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
7138: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
7139: bool objects)
7140:
7141: 2009-04-15 misha
7142:
7143: * src/lib/cord/cordxtra.c: - more optimisation
7144:
7145: * src/: include/pa_string.h, main/untaint.C: - String::append
7146: optimisation
7147:
7148: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
7149: then get and can sometime be used)
7150:
7151: * src/main/pa_string.C: - String::length optimisation
7152:
7153: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
7154: these methods read different strings
7155:
7156: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7157: fresult_initial_void removed + some optimisation - if $result
7158: defined we don't write to context anymore
7159:
7160: * src/main/pa_charset.C: - readChar => skipChar (in this place we
7161: need just skip char)
7162:
7163: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7164: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
7165: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
7166:
7167: * src/types/pa_vvoid.h: - added get() method for retreave one
7168: instance
7169:
7170: 2009-04-11 misha
7171:
7172: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
7173:
7174: * tests/197.html: - test for parser://test in xml was added
7175:
7176: * src/classes/string.C: - small optimisation
7177:
7178: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
7179: optimisation
7180:
7181: 2009-04-10 misha
7182:
7183: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
7184: to pcre-7.8
7185:
7186: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
7187:
7188: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
7189: added
7190:
7191: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
7192: $request:CLASS_NAME were added
7193:
7194: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
7195: were added
7196:
7197: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
7198: $env:CLASS_NAME were added
7199:
7200: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
7201: '@todo' now
7202:
7203: * src/targets/cgi/parser3.C: - size_t -> int for calming down
7204: compirer
7205:
7206: * src/main/pa_string.C: - little code cleanup
7207:
7208: * src/main/pa_common.C: - describe one more UTF-8 related error
7209: during PCRE compile/execute
7210:
7211: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
7212: normalizing todo-comments: '@todo' now
7213:
7214: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
7215:
7216: * src/main/pa_charset.C: - type changed for making compiler happy
7217:
7218: 2009-03-10 misha
7219:
7220: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
7221: in main()
7222:
7223: 2009-02-01 misha
7224:
7225: * src/main/pa_http.C: - bugfix: double CRLF before the end of
7226: boundary
7227:
7228: 2009-01-25 misha
7229:
7230: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
7231:
7232: * src/classes/file.C: - more changes for parsing different number
7233: of params for file::load
7234:
7235: * tests/193.html: - tests for exception while base64-decode binary
7236: to string was added
7237:
7238: * tests/192.html: - tests for file::load with different number of
7239: options
7240:
7241: * src/classes/math.C: - ups. forgot '+1'
7242:
7243: * src/: classes/table.C, classes/file.C, include/pa_common.h,
7244: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
7245: main/pa_http.C: - ^file::load[...;http://...;] now can post files
7246: (new option $.encode[multipart-form/data] should be specified) -
7247: $.method[] option for file::load now is not case-sensitive
7248:
7249: * src/: include/pa_string.h, main/untaint.C: - for file post the
7250: new taint language L_FILE_POST was added
7251:
7252: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
7253: main/main.vcproj, classes/math.C, include/Makefile.am: - some
7254: stuff was moved to separate files
7255:
7256: 2009-01-23 misha
7257:
7258: * src/classes/math.C: - little optimisation in ^math:sha1[] -
7259: spaces to tabs were converted
7260:
7261: 2009-01-12 misha
7262:
7263: * src/main/pa_http.C: - value of $.method[] option force uppercased
7264: now
7265:
7266: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
7267: types/pa_vform.C, types/pa_vmail.C: - some constants changed
7268: their names
7269:
7270: * src/main/pa_common.C: - changes in formating
7271:
7272: * src/: classes/file.C, main/pa_http.C: - some constants changed
7273: their names
7274:
7275: * src/include/pa_http.h: - some spaces were converted to tabs
7276:
7277: * src/include/pa_common.h: - some constants changed their names
7278:
7279: * src/classes/file.C: - fixed 4-th paramether for file::load -
7280: little code rewriting
7281:
7282: * src/types/pa_vfile.C: - little code rewriting
7283:
7284: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
7285: types/pa_value.h: - some formating changes
7286:
7287: * src/include/pa_common.h: - some formating spaces transformed to
7288: tabs
7289:
7290: * src/classes/string.C: - exception while base64-decode binary to a
7291: string
7292:
7293: 2009-01-11 misha
7294:
7295: * configure.in: - version changed to 3.3.1b
7296:
7297: 2008-09-05 misha
7298:
7299: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
7300: release_3_3_0 on 2008-09-05 10:59:35 +0000
7301:
7302: 2008-09-04 misha
7303:
7304: * tests/: 130.html, 131.html: - these exceptions not typeless
7305: anymore
7306:
7307: * src/classes/op.C: - exception with 'invalid taint language' not
7308: typeless anylonger
7309:
7310: * src/classes/image.C: - some exceptions while operations with
7311: image not typeless anymore
7312:
7313: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
7314: main/pa_exec.C, main/pa_http.C: - some exceptions while
7315: operations with files not typeless anymore
7316:
7317: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
7318: types/pa_vdate.h: - exceptions while checking date range not
7319: typeless anymore
7320:
7321: * src/include/pa_exception.h: - exception type string for invalid
7322: date range was added
7323:
7324: 2008-09-03 misha
7325:
7326: * src/: classes/file.C, main/pa_string.C: - exception while pce
7327: operations not typeless anymore
7328:
7329: * src/include/pa_exception.h: - exception type for pce operations
7330: was added
7331:
7332: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
7333: and .CLASS_NAME insite classes
7334:
7335: * src/classes/table.C: - don't save table header whiile
7336: ^table.save[append;filename] if file exists
7337:
7338: 2008-09-02 misha
7339:
7340: * src/main/compile.y, src/main/compile_tools.h,
7341: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
7342: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
7343: renamed to partial and it login changed: we must mark class as
7344: partial for allow their modifications in future.
7345:
7346: 2008-08-29 misha
7347:
7348: * tests/results/022.processed: - testing taint[regex] in mask for
7349: file:list
7350:
7351: * tests/022.html: - testing taint[regex] in mask for file:list
7352:
7353: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
7354: for file:list was added
7355:
7356: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
7357: file:list
7358:
7359: 2008-08-26 misha
7360:
7361: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
7362: last derived object
7363:
7364: * src/classes/image.C: - many strings "image.format" replaced by
7365: IMAGE_FORMAT constant string - handle GPS info while parse exif -
7366: understand some more exif tags
7367:
7368: * src/include/pa_exception.h: - string "image.format" was added
7369:
7370: 2008-08-21 misha
7371:
7372: * src/: main/pa_string.C, classes/file.C: - use method for print
7373: pcre_exec text error
7374:
7375: * src/main/pa_common.C: - method for print pcre_exec text error was
7376: added
7377:
7378: * src/include/pa_common.h: - method declaration for print pcre_exec
7379: text error was added
7380:
7381: 2008-08-19 misha
7382:
7383: * src/main/execute.C: - bugfix: opcodes must be in separate
7384: namespace while debug execution as well
7385:
7386: * tests/: 015.html, results/015.processed: - test for escaping some
7387: parser chars was added
7388:
7389: 2008-08-18 misha
7390:
7391: * tests/: 190.html, 190.p, results/190.processed: - test for
7392: $caller.self.field + default getter in one class was added
7393:
7394: * tests/: 189.html, results/189.processed: - test for
7395: ^date::create[date object]
7396:
7397: * tests/: 188.html, results/188.processed: - tests for match with
7398: UTF-8 strings
7399:
7400: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
7401: ^string.match[]
7402:
7403: * ChangeLog: - parser 3.3.0 beta13
7404:
7405: 2008-08-15 misha
7406:
1.116 moko 7407: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
7408: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
7409: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
7410: dftables.c: - old PCRE files removed
1.95 moko 7411:
7412: * src/lib/pcre/config.h: - configuration for PCRE library
7413:
7414: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7415: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
7416:
7417: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
7418: library and set flag UTF8 if $request:charset is UTF-8
7419:
7420: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
7421: include/pa_config_fixed.h: - moved to new PCRE library
7422:
7423: * src/: main/main.vcproj, types/types.vcproj,
7424: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
7425: win32\pcre instead of parser3\src\lib\pcre
7426:
7427: * src/: include/pa_opcode.h, include/pa_operation.h,
7428: main/compile.C, main/compile.y, main/compile_tools.C,
7429: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
7430: opcodes were moved to separate namespace
7431:
7432: 2008-08-14 misha
7433:
7434: * src/types/pa_vstateless_class.C: - newline at the end missed
7435:
7436: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
7437: tainting
7438:
7439: 2008-08-11 misha
7440:
7441: * tests/: 187.html, 187.p, results/187.processed: - tests for
7442: $caller.self, $caller.self.field and $caller.self.field[value]
7443: were added
7444:
7445: * src/types/pa_vmethod_frame.h: - still need to check 'self'
7446: runtime as well (for $caller.self)
7447:
7448: 2008-07-25 misha
7449:
7450: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
7451: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
7452: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
7453: tests with international characters
7454:
7455: 2008-07-23 misha
7456:
7457: * src/main/pa_http.C: - escape $cookies as %uXXXX while
7458: file::load[...;http://
7459:
7460: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
7461: now everywhere in separate namespace
7462:
7463: * src/types/pa_vmethod_frame.h: - looking for caller before looking
7464: for vars
7465:
7466: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
7467: can be escaped by '^'
7468:
7469: 2008-07-22 misha
7470:
7471: * src/classes/string.C, tests/186.html: - names changes:
7472: escape=>js-escape, unescape=>js-unescape
7473:
7474: 2008-07-21 misha
7475:
7476: * tests/results/186.processed: - test for string escape/unescape
7477:
7478: * tests/186.html: - test for string escape/unescape
7479:
7480: * src/classes/string.C: - string has escape and unescape methods
7481: now
7482:
7483: * src/: include/pa_string.h, main/pa_string.C: - escape method was
7484: added
7485:
7486: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
7487: method-layers added (with different params)
7488:
7489: 2008-07-18 misha
7490:
7491: * tests/results/185.processed: - test for ^str.pos[substr](offset)
7492: was added
7493:
7494: * tests/185.html: - test for ^str.pos[sub](offset) added
7495:
7496: * src/classes/string.C, src/classes/void.C, operators.txt: -
7497: ^string.pos[substr](offset) -- 2nd param accepted now
7498:
7499: * src/main/pa_string.C: - .pos works fine with offset for utf-8
7500: strings
7501:
7502: 2008-07-17 misha
7503:
7504: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7505: helper length added for mid for small optimisation
7506:
7507: 2008-07-16 misha
7508:
7509: * tests/: 185.html, results/185.processed: - tests for
7510: length/left/right/mid/pos with utf-8 strings
7511:
7512: * src/classes/string.C: - left/right/mid/length/pos works fine for
7513: utf-8 strings
7514:
7515: * src/main/untaint.C: - comments removed
7516:
7517: * src/: include/pa_string.h, main/pa_string.C,
7518: include/pa_charset.h, main/pa_charset.C: - methods for working
7519: with pos/mid for strings in utf-8 were added
7520:
7521: 2008-07-15 misha
7522:
7523: * tests/: 184.html, results/184.processed: - test for case body as
7524: expression: $var(^switch(1){^case(1)(true)..})
7525:
7526: * src/classes/op.C: - case body can be expression now:
7527: $var(^switch(1){^case(1)(true)..})
7528:
7529: * tests/: results/183.processed, 183.html: - added test for testing
7530: new cookie encoding (%uXXXX)
7531:
7532: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
7533: decoding for backward compatibility they decoded from %XX in
7534: request:charset too
7535:
7536: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
7537: - cookie class now decode cookies before first access after last
7538: request:charset changing (as form class).
7539:
7540: * src/main/pa_charset.C: - added method escape for escaping cookies
7541: as %uXXXX - before transcode calculate required space for dest
7542: string. it reduce mem usage for transcode
7543:
7544: * src/include/pa_charset.h: - added method escape for escaping
7545: cookies as %uXXXX
7546:
7547: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
7548: was added. will used for escaping cookies as %uXXXX
7549:
7550: * src/include/pa_common.h: - escape method has new option for skip
7551: converting '+' to a space char
7552:
7553: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
7554: transcode - escape method has new option for skip converting '+'
7555: to a space char
7556:
7557: 2008-07-08 misha
7558:
7559: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
7560: (no UE if more then 1 case matches anylonger) - optimization:
7561: doing searching.as_string() || searching.as_double() only once
7562:
7563: 2008-07-04 misha
7564:
7565: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
7566: now ^date::create[date object] works
7567:
7568: * src/classes/string.C: - left and right added as aliases for start
7569: and end in ^string.trim[]
7570:
7571: 2008-07-03 misha
7572:
7573: * src/classes/file.C: - allow $.limit for file::sql as well
7574:
7575: * src/classes/file.C: - allow $.offset option for file::sql - force
7576: send limit=1 to query for use sql specifics authomatically
7577:
7578: * src/classes/: hash.C, string.C, table.C: - don't throw exception
7579: if $.limit value if empty. autoconvert it as everywere
7580:
7581: 2008-07-02 misha
7582:
7583: * configure.in: - time to change version number to 3.3.0 %-)
7584:
7585: * src/include/pa_version.h: - time to change version number to
7586: 3.3.0 %-)
7587:
7588: 2008-06-26 misha
7589:
7590: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7591: $.limit(0) fixes
7592:
7593: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
7594: - $.limit(0) fixes
7595:
7596: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
7597: new API)
7598:
7599: * src/: include/pa_sql_driver_manager.h,
7600: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
7601: classes/op.C: - document_root added
7602:
7603: * src/main/compile.tab.C: - error message was changed
7604:
7605: 2008-06-25 misha
7606:
7607: * src/main/compile.y: - error message was changed
7608:
7609: 2008-06-24 misha
7610:
7611: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
7612:
7613: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
7614: tests for @OPTIONS\nappend
7615:
7616: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
7617:
7618: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
7619:
7620: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
7621:
7622: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
7623: compile.y
7624:
7625: 2008-06-17 misha
7626:
7627: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
7628: compilation: ^if(default){true. it's incorrect. must be
7629: exception}
7630:
7631: 2008-06-16 misha
7632:
7633: * tests/: 181.ent, 181.html, results/181.processed: - test for
7634: checking external reference loading with 'http://localhost'
7635: prefix while creating xdoc
7636:
7637: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
7638: ^math:long2ip[] and ^math:ip2long[]
7639:
7640: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
7641: added which use scalar stateless class method when user object
7642: used in scalar context - use get_scalar_value when user object
7643: requested in scalar context
7644:
7645: * src/main/pa_common.C: - size must be int but not size_t or we
7646: can't compare with 0 sprintf result
7647:
7648: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7649: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
7650: with internal switch between local/global vars
7651:
7652: * src/types/pa_vclass.C: - register scalar if method @GET[] was
7653: specified
7654:
7655: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
7656: pa_vstateless_object.h: - stateless class and object now has
7657: private scalar field and getter/setter for working with it
7658:
7659: * src/classes/math.C: - methods math:long2ip & math:ip2long were
7660: moved to inet static class
7661:
7662: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
7663: class added (^inet:aton[IP], ^inet:ntoa(number))
7664:
7665: * tests/: 180.html, results/180.processed: - tests for
7666: ^math:long2ip(long) and ^math:ip2long[IP]
7667:
7668: * src/classes/math.C: - ^math:ip2long[IP] added
7669:
7670: 2008-06-11 misha
7671:
7672: * src/main/pa_xml_io.C: - use file_read_text again because of we
7673: need cut BOM code and remove DOS newline chars. but don't
7674: transcode it anyway.
7675:
7676: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
7677: main/pa_http.C: - option for disable transcoding while file_read
7678: and file_read_text added
7679:
7680: 2008-06-10 misha
7681:
7682: * tests/: 179.html, 179.p, results/179.processed: - test for many
7683: classes in 1 file
7684:
7685: * src/main/: compile.C, compile_tools.h: - compile return list of
7686: classes now.
7687:
7688: * src/main/: compile.y, compile.tab.C: - compile return list of
7689: classes now. internals.
7690:
7691: * src/main/pa_request.C: - compile return list of classes now. try
7692: call @conf and @auto for each returned class
7693:
7694: * src/include/pa_request.h: - compile return list of classes now
7695:
7696: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
7697: return list of classes when compile buf)
7698:
7699: 2008-06-07 misha
7700:
7701: * src/main/pa_request.C: - constructing VRequest object with 3rd
7702: param -- form
7703:
7704: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
7705: 3rd param: form. needed for get post_charset
7706:
7707: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
7708: added
7709:
7710: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
7711: types/pa_vform.C, types/pa_vform.h: - some polish
7712:
7713: 2008-06-06 misha
7714:
7715: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
7716: charset and decode chars from it but not from response:charset
7717:
7718: * src/main/pa_http.C: - detect_charset moved out of here
7719:
7720: * src/: include/pa_common.h, main/pa_common.C: - more helpers
7721: methods moved here - unescape_chars accepn one charset now
7722:
7723: * src/main/pa_http.C: - new constants used - don't allow
7724: $.content-type in ^file::load[;http://;$.method[POST]] - add
7725: charset info while ^file::load[;http://;$.method[POST]] - option
7726: $.omit-post-charset(true) added to ^file::load[;http://] for
7727: disabling charset during post
7728:
7729: * src/types/pa_vform.C: - new constants used
7730:
7731: * src/include/pa_common.h: - some constants were added
7732:
7733: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
7734: instead of StrEqNc
7735:
7736: * src/main/pa_common.C: - new method for caseless search
7737: c-substring in c-string - use isxdigit instead of is_hex_digit
7738:
7739: * src/include/pa_common.h: - new method for caseless search
7740: c-substring in c-string
7741:
7742: 2008-06-05 misha
7743:
7744: * tests/results/178.processed: - test for testing default getter
7745:
7746: * tests/178.html: - test for testing default getter
7747:
7748: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
7749: for test for testing default getter
7750:
7751: * src/main/execute.C: - default getter soul
7752:
7753: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
7754: requested objects' field not found
7755:
7756: * src/types/pa_vclass.C: - register default getter if defined - get
7757: default getter if requested field not found
7758:
7759: * src/types/pa_vstateless_object.h: - method get_default_getter was
7760: added
7761:
7762: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
7763: pointer to default getter and methods for get/set it were added
7764:
7765: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
7766: auto_name field (for default getter)
7767:
7768: 2008-06-04 misha
7769:
7770: * src/main/pa_xml_io.C: - load external xml in binary mode (no
7771: transcoding, no cutting BOM code, no fixing line breaks) and get
7772: it to libxml "as is"
7773:
7774: 2008-06-03 misha
7775:
7776: * src/main/pa_common.C: - use store_Char instead of
7777: transcodeCharFromUTF8
7778:
7779: * src/: include/pa_charset.h, main/pa_charset.C: - method
7780: store_Char added, transcodeCharFromUTF8 -- removed
7781:
7782: 2008-06-02 misha
7783:
7784: * tests/: results/177.processed, 177.html: - test for checking
7785: .[acm]date after local ^file::load[] was added
7786:
7787: * tests/: results/176.processed, 176.html: - test for checking
7788: @OPTION\locals + @method[vars][locals] added
7789:
7790: * tests/results/auto.p: - CLASS_PATH specified for checking use
7791:
7792: 2008-05-30 misha
7793:
7794: * src/main/: compile.y, compile.tab.C: - changes in compiler:
7795: @OPTION\nlocals + @method[vars][;locals;] were added
7796:
7797: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
7798: moved to separate method op_code - switch from VMethodFrame to
7799: VMethodFrameGlobal + VMethodFrameLocal
7800:
7801: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
7802: was moved to separate method op_code
7803:
7804: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
7805: VMethodFrame now
7806:
7807: * src/types/pa_vstateless_class.h: - stateless class have bool flag
7808: all_vars_local as well
7809:
7810: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
7811: pa_vmethod_frame_local.h, Makefile.am: - who children for
7812: VMethodFrame were added: one (global) works as VMethodFrame
7813: before and second (local) write all vars in self vars scope
7814:
7815: * src/types/pa_method.h: - method has bool flag all_vars_local now
7816:
7817: 2008-05-29 misha
7818:
7819: * tests/: 129.html, results/129.processed: - more tests for
7820: ^table.hash[]
7821:
7822: * src/classes/hash.C: - ^hash::sql has a new option:
7823: $.type[hash|string|table] as ^table.hash[] one.
7824:
7825: * src/classes/op.C: - ^try has 3rd param now: finally code which
7826: executed anyway after try or catch section
7827:
7828: 2008-05-27 misha
7829:
7830: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
7831: must not fail if $.distinct(1) wasn't specified
7832:
7833: 2008-05-26 misha
7834:
7835: * src/classes/op.C: - allow ^throw[my type]
7836:
7837: 2008-05-22 misha
7838:
7839: * configure.in, configure: - version number updated to 3.2.4b
7840:
7841: * src/classes/: op.C, string.C: - trim format string before
7842: eval/format
7843:
7844: * tests/: results/175.processed, 175.html: - more tests for
7845: different format strings in .format[]
7846:
7847: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
7848: as well (not only %XX)
7849:
7850: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
7851: charset specified - checks for format before print number
7852: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
7853: (instead of tabs) removed
7854:
7855: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
7856: charset specified
7857:
7858: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
7859: char in requested charset from utf code was added
7860:
7861: 2008-05-19 misha
7862:
7863: * tests/: 174.html, results/174.processed: - test for
7864: ^hashfile.cleanup[] added
7865:
7866: * src/classes/hashfile.C: - optimization: don't create any key or
7867: value variable if it's name weren't specified
7868: (^hf.foreach[;v]{...})
7869:
7870: 2008-05-16 misha
7871:
7872: * src/classes/hash.C: - optimization: don't create any key variable
7873: if variable name wasn't specified (^h.foreach[;v]{...})
7874:
7875: 2008-05-15 misha
7876:
7877: * src/classes/op.C: - small changes
7878:
7879: * src/classes/hashfile.C: - code reformating (as hash.foreach)
7880:
7881: * src/classes/hash.C: - calculate var_context once before foreach
7882:
7883: 2008-05-14 misha
7884:
7885: * src/classes/hashfile.C: - incorrect vars context calculation for
7886: ^hashfile.foreach[;]{} fixed
7887:
7888: * src/classes/: hash.C, table.C: - little optimisation
7889:
7890: * src/classes/file.C: - bugfix: double absolute path while loading
7891: file
7892:
7893: * tests/: 174.html, results/174.processed: - tests for hashfile
7894: were added
7895:
7896: * buildall-with-xml: - moving to libxslt 1.1.24
7897:
7898: 2008-04-30 misha
7899:
7900: * src/classes/file.C: - stat file while loading (local only) so
7901: .adate, .mdate and .cdate available without additional ::stat
7902:
7903: 2008-04-28 misha
7904:
7905: * src/classes/file.C: - $.name and $.content-type available for
7906: stated file
7907:
7908: 2008-04-14 misha
7909:
7910: * src/targets/cgi/parser3.C: - new year in copyright %-)
7911:
7912: * src/include/pa_version.h: - new version number in head
7913:
7914: 2008-04-10 misha
7915:
7916: * tests/: 080.html, results/080.processed: - cut '0' from
7917: exponential part because of on diff OS it differ (20 or 020 for
7918: ex)
7919:
7920: * tests/: 119.html, results/119.processed: - check for encoding
7921: while creating xdoc
7922:
7923: 2008-04-09 misha
7924:
7925: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
7926:
7927: * src/main/pa_common.C: - comment added
7928:
7929: * src/classes/date.C: - little refactoring
7930:
7931: 2008-04-07 misha
7932:
7933: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
7934: style of ^table.save[]: prepare one big string and sabe it at
7935: once. it's safe on freebsd 4.x but use much more memory.
7936:
7937: * buildall-with-xml, buildall-without-xml: - option
7938: --disable-stringstream added (under comment. use it on freebsd
7939: 4.x)
7940:
7941: 2008-02-22 misha
7942:
7943: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
7944: specified together in file::load[;http] - get back transcoding
7945: $.body[] in file::load[;http]
7946:
7947: 2008-02-21 misha
7948:
7949: * src/classes/date.C: - ^date.gmt-string[] was added
7950:
7951: * src/types/pa_value.C: - method for output date in RFC 822 format
7952: moved to pa_common.h
7953:
7954: * src/include/pa_common.h: - method for output date in RFC 822
7955: format moved here from pa_value.C
7956:
7957: * src/types/pa_vmail.C: - fixed core in sending mail with
7958: attachment in simple mode ($.file[file here]) introduced in 3.2.2
7959:
7960: 2008-02-20 misha
7961:
7962: * src/main/pa_http.C: - transcode $.headers before escaping into
7963: specified charset while ^file::load[...;http://...] (L_URI
7964: instead of L_HTTP_HEADER) - $.cookies param available in
7965: ^file::load[;http://...] now (but we don't parse set-cookies from
7966: response yet) (cookies not transcoded as common $cookies)
7967:
7968: 2008-02-19 misha
7969:
7970: * src/main/pa_request.C: - rollback: we mustn't force taint
7971: $response:field values because in this case
7972: $response:locateion[http://...] don't works.
7973:
7974: 2008-02-15 misha
7975:
7976: * src/classes/op.C: - little refactoring
7977:
7978: * src/main/pa_http.C: - taint names of $.headers for load[;http
7979:
7980: * src/main/pa_request.C: - force taint values of $response:field
7981:
7982: 2008-02-14 misha
7983:
7984: * src/main/pa_request.C: - $response:field transcoded to
7985: $response:charset before escaping now
7986:
7987: * src/main/pa_http.C: - some outdated comments removed
7988:
7989: * src/classes/date.C: - lastdat -> last-day
7990:
7991: * src/classes/date.C: - ^date:lastday(year;month) and
7992: ^date.lastday[] were added - little code refactoring - comments
7993: changes
7994:
7995: * tests/: 159.html, results/159.processed: - test for number of
7996: days in February
7997:
7998: * src/types/pa_value.C: - fixes in code formatting
7999:
8000: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
8001: and comments
8002:
8003: 2008-02-13 misha
8004:
8005: * src/main/pa_common.C: - bugfix for february at leap year
8006:
8007: 2008-01-28 misha
8008:
8009: * tests/: 160.html, results/160.processed: - more test for cache
8010: added
8011:
8012: * src/classes/op.C: - bugfix: cache body executed twice if contains
8013: unhandled exception
8014:
8015: 2008-01-25 misha
8016:
8017: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
8018: bug when hashfile became inavailable after memory:compact)
8019:
8020: * src/lib/sdbm/apr_strings.C: - +arp_malloc
8021:
8022: 2008-01-22 misha
8023:
8024: * src/classes/table.C: - little refactiring and exception texts
8025: changes in method ^table.hash[]
8026:
8027: * src/types/pa_vcookie.C: - link to cookie specification changed
8028:
8029: 2008-01-21 misha
8030:
8031: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
8032: file::exec/cgi
8033:
8034: * src/classes/file.C: - bugfix: core while processing headers if
8035: executed cgi script don't return content
8036:
8037: 2008-01-18 misha
8038:
8039: * buildall-with-xml: - move to libxml2 version 2.6.31
8040:
8041: * src/include/pa_version.h, configure.in: - version number updated
8042: to '3.2.3b'
8043:
8044: 2007-12-28 misha
8045:
8046: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
8047: hash.contains
8048:
8049: 2007-12-27 misha
8050:
8051: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
8052: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
8053: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
8054: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
8055: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8056: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
8057: src/targets/cgi/parser3.vcproj,
8058: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
8059: back to VS2003 because of Apache 1.3 module can't work if it was
8060: built in VS 2005. with cgi all file so VS2003 project files can
8061: be easy converted to the new format.
8062:
8063: 2007-12-04 misha
8064:
8065: * src/types/pa_vcode_frame.h: - changes in comment
8066:
8067: 2007-11-29 misha
8068:
8069: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
8070: intercept strings any longer
8071:
8072: * tests/: 173.html, results/173.processed: - tests for
8073: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
8074: but not in main code frame
8075:
8076: * tests/: 172.html, results/172.processed: - more tests for pass
8077: objects from code frames
8078:
8079: 2007-11-27 misha
8080:
8081: * tests/: 152.html, results/152.processed: - tests for converting
8082: strings 'true'/'false' to bool were added
8083:
8084: * tests/152.html: - added checks for converting strings
8085: 'true'/'false' to bool
8086:
8087: * src/classes/string.C: - ^srting.bool[] now can convert to bool
8088: not only strings with numbers but with values 'true'/'false' as
8089: well
8090:
8091: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
8092: for parser3.log increased
8093:
8094: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
8095:
8096: * src/include/pa_common.h: - remove_crlf return cstring size now
8097:
8098: * src/include/pa_types.h: - constant with buffer size for
8099: parser3.log added
8100:
8101: 2007-11-16 misha
8102:
8103: * tests/cat.sh: - script for tests for file::exec/cgi
8104:
8105: * tests/171.html: - tests for file::exec/cgi
8106:
8107: * tests/results/171.processed: - tests results for file::exec/cgi
8108:
8109: 2007-11-15 misha
8110:
8111: * src/main/pa_exec.C: - fixed incorrect exec code for unix
8112:
8113: * src/classes/file.C: - .body must be set before analyzing cgi
8114: headers
8115:
8116: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
8117: only if exec/cgi return anything.
8118:
8119: 2007-11-14 misha
8120:
8121: * operators.txt: - info about new text|binary option for
8122: file::exec/cgi was added
8123:
8124: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
8125: ^file:exec[[text|binary];script;...]
8126:
8127: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
8128: classes/string.C, classes/table.C: - more text strings moved to
8129: the one place
8130:
8131: 2007-11-09 misha
8132:
8133: * src/types/pa_vrequest.C: - $request:argv must be taint
8134:
8135: * ChangeLog: - $request:argv [patch from Sumo]
8136:
8137: * operators.txt: - $request:argv
8138:
8139: * src/: include/pa_request_info.h, types/pa_vrequest.C,
8140: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
8141:
8142: 2007-10-25 misha
8143:
8144: * buildall-with-xml, buildall-without-xml: - options preparations
8145: for ./configure rewrited
8146:
8147: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
8148: error occure in unhandled_exception finally fixed
8149:
8150: 2007-10-23 misha
8151:
8152: * tests/: 170.html, results/170.processed: - test for
8153: @method[][result]
8154:
8155: * operators.txt: - added info about node.prefix and
8156: node.namespaceURI
8157:
8158: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
8159:
8160: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
8161: added for node and attribute
8162:
8163: 2007-10-22 misha
8164:
8165: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
8166:
8167: * src/main/pa_request.C: - added const content-transfer-encoding
8168:
8169: * src/include/pa_request.h: - added const content-transfer-encoding
8170: - ups. constants must be in lowercase (for search)
8171:
8172: * src/types/pa_vmail.C: - more constants used -
8173: content-transfer-encoding: 8bit added
8174:
8175: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
8176:
8177: * src/include/pa_request.h: - more constants
8178:
8179: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
8180: ommit anymore if $.content-disposition was specified - little
8181: refactoring
8182:
8183: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
8184:
8185: 2007-10-17 misha
8186:
8187: * operators.txt: - info about
8188: table::create[nameless]{data}[>options<] was added
8189:
8190: * src/main/: compile.tab.C, compile.y: - if error occure while
8191: compile method don't put this method in methods table anymore.
8192: in other case the parser coredumped if @unhandled_exception
8193: method can't be compiled because of parser.compile error.
8194:
8195: * src/main/execute.C: - little code reformating
8196:
8197: * src/main/pa_request.C: - little code reformating - comment
8198: changed
8199:
8200: 2007-10-16 misha
8201:
8202: * tests/: 035.html, results/035.processed: - tests
8203: table::create[]{}[options] added
8204:
8205: * src/classes/table.C: - table::create[]{} now accept 3rd param:
8206: options (only $.seperator[] yet)
8207:
8208: 2007-10-10 misha
8209:
8210: * src/classes/table.C: - some contstants moved to pa_common.h -
8211: some code changes
8212:
8213: 2007-10-02 misha
8214:
8215: * src/main/pa_uue.C: - memory usage during uuencode reduced more
8216: then three time as much. but base64 encoding method still use
8217: less memory anyway.
8218:
8219: 2007-09-17 misha
8220:
8221: * operators.txt: - added info about $cookie:fields
8222:
8223: * src/types/pa_vcookie.C: - $cookie:fields available now
8224:
8225: * src/classes/hash.C: - some stuff for use with .for_each moved to
8226: common
8227:
8228: * src/include/pa_common.h: - some stuff for use with .for_each
8229: moved here
8230:
8231: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
8232:
8233: 2007-09-14 misha
8234:
8235: * buildall-with-xml: - new xml libs again =)
8236:
8237: 2007-08-28 misha
8238:
8239: * operators.txt: - texts about ^table.columns[[column name]] and
8240: ^string.split[...][v][column name] were added
8241:
8242: * tests/: 168.html, 169.html, results/168.processed,
8243: results/169.processed: - tests for ^table.columns[[column name]]
8244: and ^string.split[...][v][column name] were added
8245:
8246: * src/classes/table.C: - new option ^table.columns[[column name]]
8247: was added
8248:
8249: * src/classes/string.C: - new option ^string.split[...;v;[column
8250: name]]
8251:
8252: * src/include/pa_exception.h: - error text message for
8253: ^hash._keys[], ^table.columns[] and ^string.split[]
8254:
8255: 2007-08-27 misha
8256:
8257: * src/main/untaint.C: - try to fix coredump on unix if print to
8258: body ^taint[sql][something] outside of connect
8259:
8260: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
8261: outside of connect
8262:
8263: * buildall-with-xml, buildall-without-xml: - strip parser3 was
8264: added (commented by default)
8265:
8266: 2007-08-20 misha
8267:
8268: * operators.txt: - comment about new method ^node.hasAttributes[]
8269: was added
8270:
8271: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
8272: duplicated exception text strings were removed
8273:
8274: * src/include/pa_exception.h: - more exception text strings moved
8275: here
8276:
8277: * src/classes/table.C: - some duplicate exceptions' text strings
8278: removed
8279:
8280: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
8281: xdoc.C, xnode.C: - some duplicate exceptions' text strings
8282: removed
8283:
8284: * src/include/pa_exception.h: - some exception text strings movet
8285: to pa_exception
8286:
8287: * tests/: 149.html, results/149.processed: - test for
8288: ^xnode.hasAttributes[] was added - some code changes
8289:
8290: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
8291: added
8292:
8293: 2007-08-17 misha
8294:
8295: * tests/: results/006.processed, results/059.processed, 006.html,
8296: 059.html: - more tests for match
8297:
8298: * tests/: 129.html, results/129.processed: - tests for
8299: ^table.hash[...][$.type[string|hash|table]] added
8300:
8301: * src/targets/cgi/parser3.C: - little syntax changes
8302:
8303: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
8304: syntax changes
8305:
8306: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
8307: messages in parser3.log switched off by default. If someone
8308: really still need it: use $SIGPIPE(1)
8309:
8310: 2007-08-08 misha
8311:
8312: * buildall-with-xml, buildall-without-xml: - remove libs source
8313: files by default since now
8314:
8315: 2007-08-07 misha
8316:
8317: * buildall-without-xml: - some option syntax changes
8318:
8319: * buildall-with-xml: - compile libxml2 without http support - some
8320: option syntax changes
8321:
8322: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
8323:
8324: 2007-08-06 misha
8325:
8326: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
8327:
8328: * tests/: 160.html, results/160.processed: - cache test was
8329: rewrited
8330:
8331: 2007-07-06 misha
8332:
8333: * tests/: 153.html, results/153.processed: - added test for
8334: ^math:sha1[string]
8335:
8336: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
8337: transcoded
8338:
8339: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
8340: were added
8341:
8342: 2007-06-28 misha
8343:
8344: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
8345: some incorrect chars
8346:
8347: 2007-06-19 misha
8348:
8349: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
8350: were moved on top because of gcc 4 had a problems during
8351: building.
8352:
8353: 2007-06-18 misha
8354:
8355: * tests/results/019.processed: - new image commited
8356:
8357: 2007-06-09 misha
8358:
8359: * src/classes/: op.C, table.C: - in while and table.select method
8360: as_expression used now
8361:
8362: * src/types/pa_vmethod_frame.h: - method as_expression was added
8363:
8364: 2007-06-08 misha
8365:
8366: * tests/: 166.html, results/166.processed: - test for
8367: ^match[...][n]
8368:
8369: * tests/: 165.html, results/165.processed: - tests for loops
8370:
8371: * src/lib/cord/include/private/cord_pos.h: - back to origin value
8372: because of no speed/memory optimisation but some proglems with
8373: long cycles occure
8374:
8375: 2007-06-06 misha
8376:
8377: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
8378: ^table.select(true) and ^table.select(1) didn't works because of
8379: awaiting junction-param only. fixed.
8380:
8381: 2007-05-24 misha
8382:
8383: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
8384: with 0.5 secs interval
8385:
8386: * src/classes/op.C: - cache was rewrited. I hope it works with
8387: locking system now on unix
8388:
8389: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
8390: system locks which wait till other threads release it but try get
8391: lock, if fail wait 1 sec and make 10 attempts.
8392:
8393: * src/include/pa_os.h: - consts for blocking locks + some comments
8394: were added
8395:
8396: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
8397: opening files
8398:
8399: * src/classes/table.C: - changes in includes. if unclude <sstream>
8400: after our classes on unix it can't be build
8401:
8402: * src/types/pa_vhashfile.C: - not needed code removed
8403:
8404: 2007-05-23 misha
8405:
8406: * src/: classes/file.C, classes/op.C, main/pa_common.C,
8407: include/pa_common.h: - cosmetic changes
8408:
8409: 2007-05-18 misha
8410:
8411: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
8412: often. it's give some speed increasing
8413:
8414: * tests/results/160.processed: - returned time corrected
8415:
8416: * tests/160.html: - time increased because on unix 1 mean nothing
8417: :(
8418:
8419: * operators.txt: - added info about ^hash.contain[key]
8420:
8421: * src/classes/hash.C: - added ^hash.contain[key]
8422:
8423: * src/include/pa_hash.h: - added method for checking key exists in
8424: hash
8425:
8426: 2007-05-07 misha
8427:
8428: * src/include/pa_string.h: - was compilation error during build on
8429: freebsd4
8430:
8431: 2007-05-03 misha
8432:
8433: * src/classes/table.C: - option $.type[hash|string|table] was added
8434: for ^table.hash[]
8435:
8436: * src/classes/file.C: - comment removed
8437:
8438: 2007-04-26 misha
8439:
8440: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
8441: real files doesn't opened in place anymore
8442:
8443: 2007-04-24 misha
8444:
8445: * src/classes/math.C: - I thought one more time and remove lg(N) :)
8446:
8447: * src/include/pa_exception.h: "static" removed
8448:
8449: 2007-04-23 misha
8450:
8451: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
8452:
8453: * src/classes/math.C: added: - ^math:ln(N) (the same as
8454: ^math:log(N)) - ^math:lg(N)
8455:
8456: * tests/: 097.html, results/097.processed: - charsets converstion
8457: during ^file::load[text;http://...] added
8458:
8459: * tests/: 164.html, results/164.processed: - check for set expires
8460: as a date
8461:
8462: * tests/: 164.html, results/164.processed: - test for hashfile
8463:
8464: * src/classes/hashfile.C: - little comment changes
8465:
8466: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
8467: access
8468:
8469: * src/: classes/date.C, classes/double.C, classes/file.C,
8470: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
8471: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
8472: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
8473: classes/xnode.h, include/pa_request.h, main/execute.C,
8474: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
8475: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
8476: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
8477: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
8478: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
8479: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
8480: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8481: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
8482: "parser.runtime" strings were removed
8483:
8484: * src/classes/hashfile.C: - with .clear[] called files_delete()
8485: now.
8486:
8487: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
8488:
8489: * src/include/pa_exception.h: - string constant with
8490: "parser.runtime" text was added
8491:
8492: 2007-04-20 misha
8493:
8494: * operators.txt: - some comments changing
8495:
8496: * operators.txt: - added info about .^hashfile.release[],
8497: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
8498:
8499: * configure: =cheching for unsetenv
8500:
8501: * src/classes/hashfile.C: - ^hashfile.cleanup[],
8502: ^hashfile.release[] were added
8503:
8504: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
8505: ^string.match[][] understand new option now: return number of
8506: matches but not table wit results
8507:
8508: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
8509: reopen now
8510:
8511: * src/classes/op.C: - bug. must be false
8512:
8513: * configure.in: - checking for unsetenv was added
8514:
8515: * src/types/pa_vform.C: - some comments
8516:
8517: 2007-04-18 misha
8518:
8519: * buildall-with-xml: moving to libxml2-2.6.28
8520:
8521: * buildall-with-xml, buildall-without-xml: added commented lines
8522: with --disable-safe-mode option
8523:
8524: * operators.txt: - info about $form:files
8525:
8526: 2007-04-17 misha
8527:
8528: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
8529: $form:files was added
8530:
8531: * tests/: 163.html, results/163.processed: removing auto format
8532:
8533: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
8534:
8535: 2007-04-16 misha
8536:
8537: * tests/: 163.html, results/163.processed: - test for .int[],
8538: floor, round, ceiling and .format[]
8539:
8540: * src/classes/file.C: - little optimization for getting args in
8541: exec/cgi
8542:
8543: 2007-04-13 misha
8544:
8545: * src/classes/file.C: - arguments for file::exec/cgi can be
8546: specified now as s table with one column
8547:
8548: 2007-03-27 misha
8549:
8550: * tests/: 162.html, results/162.processed: - test for
8551: ^table.select(^condition[$t])
8552:
8553: * tests/results/auto.p: - load windows-1251 charset for some tests
8554:
8555: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
8556:
8557: * tests/: results/161.processed, 161.html, 161_utf8.txt,
8558: 161_windows1251.txt: - added test for
8559: ^file::load[text;/local/file.txt;$.charset[...]]
8560:
8561: * tests/: results/013.processed, 013.html: - added test for
8562: checking $._default value while hash modifications
8563:
8564: * tests/: 160.html, results/160.processed: - add test for
8565: ^cache[key](secs){code}, ^cache[] and ^cache(0)
8566:
8567: 2007-03-22 misha
8568:
8569: * src/include/pa_common.h: - "charset" string defined for
8570: ^file::load[text;/local.txt] and ^table::load[/table.txt]
8571:
8572: * src/main/: pa_common.C, pa_http.C: - $.charset option for
8573: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
8574: added - not needed transcodes were removed from
8575: ^file::load[...;http://...]
8576:
8577: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
8578: added
8579:
8580: * src/classes/date.C: - date.week was fixed
8581:
8582: * operators.txt: - added info about date.weekyear
8583:
8584: * tests/: 159.html, results/159.processed: - tests for date.week
8585: and date.weekyear added
8586:
8587: 2007-03-15 misha
8588:
8589: * src/classes/table.C: - enclose column numbers for nameless tables
8590: as well
8591:
8592: 2007-03-14 misha
8593:
8594: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
8595:
8596: * src/classes/table.C: - table.save optimization: now required much
8597: less memory
8598:
8599: 2007-03-13 misha
8600:
8601: * tests/results/: 158.processed, 158.processes: - tests for
8602: table.save/table.load
8603:
8604: * tests/: 158.html, results/158.processes: - tests for
8605: table.save/table.load
8606:
8607: * buildall-with-xml: libxml2: --without-ftp --without-docbook
8608:
8609: * buildall-with-xml: - pattern needed now for building
8610:
8611: * tests/results/097.processed: - added test results for xdoc::load
8612: & xdoc::load[http://...]
8613:
8614: * tests/097.html: - added test for xdoc::load
8615:
8616: 2007-03-12 misha
8617:
8618: * tests/: 107.html, results/107.processed: - added test for xpath
8619: '//man'
8620:
8621: 2007-03-01 misha
8622:
8623: * tests/: 097.html, results/097.processed: - added test for
8624: creating xdoc from file
8625:
8626: * tests/: results/157.processed, 157.html: - added test for
8627: file:move
8628:
8629: 2007-02-28 misha
8630:
8631: * src/classes/xdoc.C: - another attempt
8632:
8633: * src/classes/xdoc.C: - roll back last changes for a while
8634:
8635: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
8636:
8637: * src/classes/file.C: - under lock we create non-exist dir anyway
8638:
8639: * tests/results/099.processed: - ever send content-disposition to
8640: client with file
8641:
8642: * tests/157.html: + test for file:copy
8643:
8644: 2007-02-26 misha
8645:
8646: * src/classes/file.C: - some similar strings moved to #define
8647: instead of to be copy/pasted many times
8648:
8649: * src/types/pa_vfile.h: - class name string ("file") moved to
8650: #define
8651:
8652: 2007-02-20 misha
8653:
8654: * bin/auto.p.dist.in: - added lines for sqlite
8655:
8656: * configure.in: - added some strings for sqlite detection
8657:
8658: 2007-02-19 misha
8659:
8660: * operators.txt: - some comments changes
8661:
8662: * buildall-with-xml, buildall-without-xml: - some modifications
8663:
8664: 2007-02-17 misha
8665:
8666: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
8667:
8668: * src/main/pa_request.C: - damn, i forgot to commit it while I
8669: change console behaviour
8670:
8671: 2007-02-12 misha
8672:
8673: * src/targets/cgi/parser3.C: - don't print headers if
8674: $console:line[data] was used during cgi execution.
8675:
8676: * src/types/pa_vconsole.h: - console class have bool flag now which
8677: marked as 'true' if class was used.
8678:
8679: * tests/: 152.html, results/152.processed: - more types was added
8680: to test 152
8681:
8682: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
8683: adding 'bool' (^if($image){} caused exception)
8684:
8685: 2007-02-09 misha
8686:
8687: * tests/: 152.html, results/152.processed: - test alightly updated
8688:
8689: * tests/: 152.html, results/152.processed: - test rewrited
8690:
8691: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
8692: bugfix. I broke xdoc & xnode in expression
8693:
8694: 2007-02-08 misha
8695:
8696: * tests/: 152.html, results/152.processed: - add test for checking
8697: 'def' for void, string, bool, int & double
8698:
8699: 2007-02-07 misha
8700:
8701: * operators.txt: - ^file:base64[filespec] was added
8702:
8703: * tests/results/153.processed: - result test for
8704: ^file:base64[filespec] was updated
8705:
8706: * tests/153.html: - test for ^file:base64[filespec] was added
8707:
8708: * src/types/pa_vconsole.h: - little optimization
8709:
8710: * src/classes/file.C: - ^file:base64[filespec]
8711:
8712: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
8713:
8714: * src/include/pa_common.h: - declarations for
8715: ^file:base64[filespec]
8716:
8717: * src/types/pa_vcookie.C: - little optimization
8718:
8719: 2007-02-06 misha
8720:
8721: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
8722: were temporary commented
8723:
8724: * src/types/pa_vbool.h: - bugfix
8725:
8726: * tests/156.html: - added test for bool cookie
8727:
8728: * src/types/pa_vcookie.h: - not needed string "cookie" removed
8729:
8730: * tests/: 155.html, results/155.processed: - added test for check
8731: $.encloser[] option for table save/load
8732:
8733: * tests/: 153.html, 154.html, todo.txt: - two more tests added
8734:
8735: 2007-02-05 misha
8736:
8737: * tests/results/152.processed: - newline at the end was missed
8738:
8739: * tests/results/141.processed: - math:md5 must be lowercased
8740:
8741: * src/targets/cgi/parser3.C: - 2007 in help ;)
8742:
8743: 2007-02-03 misha
8744:
8745: * tests/results/: 150.processed, 151.processed, 152.processed: -
8746: test for bool added and some content length fixes
8747:
8748: * tests/152.html: - test for bool added
8749:
8750: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
8751:
8752: * operators.txt: - info bool class was added
8753:
1.116 moko 8754: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 8755: classes/classes.vcproj, classes/double.C, classes/int.C,
8756: classes/string.C, classes/void.C, classes/xnode.C,
8757: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
8758: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
8759: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
8760: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8761: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
8762: types/types.vcproj: - bool class was added
8763:
8764: * src/main/pa_request.C: - fix
8765:
8766: 2007-01-18 misha
8767:
8768: * src/: main/pa_string.C, classes/string.C: - return table during
8769: ^string.match[][] even if no matched found.
8770:
8771: 2006-12-20 misha
8772:
8773: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
8774: http://www.parser.ru/forum/?id=55598 ]
8775:
8776: 2006-12-19 misha
8777:
8778: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
8779: details: http://www.parser.ru/forum/?id=52359
8780:
8781: * src/main/pa_request.C: - always set content-disposition for
8782: $response:body[hash here]. more details:
8783: http://www.parser.ru/forum/?id=52130
8784:
8785: 2006-12-07 misha
8786:
8787: * operators.txt: - added info about bool params in cookie set
8788:
8789: * src/types/pa_vcookie.C: - bool param in cookies available now
8790: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
8791: ]
8792:
8793: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
8794: was added
8795:
8796: 2006-12-02 misha
8797:
8798: * src/classes/file.C: - file_block_read used instead of native read
8799:
8800: * src/main/pa_common.C: - added file_block_read with read error
8801: detection - file_block_read used instead of native read
8802:
8803: * src/include/pa_common.h: - added file_block_read declaration
8804:
8805: 2006-12-01 misha
8806:
8807: * operators.txt: - info about $var.CLASS_NAME was added
8808:
8809: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8810: $var.CLASS_NAME added
8811:
8812: * operators.txt: - added info about ^file:copy[]
8813:
8814: * src/classes/file.C: - ^file:copy[from;fo] was added
8815:
8816: 2006-11-20 misha
8817:
8818: * src/classes/date.C: - bug fix :)
8819:
8820: 2006-11-17 misha
8821:
8822: * src/include/pa_common.h: - array in crc32 calculation was changed
8823: to static
8824:
8825: * src/main/pa_common.C: - little optimization in getMonthDays -
8826: small changes in crc32 calculation
8827:
8828: * src/classes/date.C: - not needed code was removed
8829:
8830: 2006-11-16 misha
8831:
8832: * src/types/pa_vmail.C: - fix missed brakes
8833:
8834: * src/types/pa_vmail.C: - mail:send now set content-type:
8835: multipart/related instead of multipart/mixed if file have
8836: $.content-id[]
8837:
8838: 2006-11-15 misha
8839:
8840: * src/types/pa_vdouble.h: abs -> fabs
8841:
8842: 2006-11-14 misha
8843:
8844: * operators.txt: - added info about ^file.md5[] and
8845: ^file:md5[file-name]
8846:
8847: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
8848: added
8849:
8850: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
8851: FILE_BUFFER_SIZE
8852:
8853: * src/classes/math.C: - hex_string was moved to pa_common.h
8854:
8855: * src/include/pa_common.h: - hex_string was moved from math.C -
8856: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
8857:
8858: * src/types/pa_vdouble.h: - incorrect frac detection with negative
8859: values was fixed
8860:
8861: 2006-11-13 misha
8862:
8863: * operators.txt: - added info about ^math:crc32[string],
8864: ^file:crc32[file-name] & ^file.crc32[]
8865:
8866: * src/classes/math.C: - added ^math:crc32[string]
8867:
8868: * src/classes/file.C: - some comments were changed - added
8869: ^file:crc32[file-name] and ^file.crc32[]
8870:
8871: * src/: include/pa_common.h, main/pa_common.C: - some functions for
8872: crc32 calculation added
8873:
8874: 2006-11-03 misha
8875:
8876: * src/include/pa_array.h: - not needed variable removed
8877:
8878: * tests/: 150.html, 151.html, results/150.processed,
8879: results/151.processed: - 2 tests were added
8880:
8881: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
8882: with $.reverse(1) were fixed
8883:
8884: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
8885: query converted to $.charset during ^file::load[http://...]
8886:
8887: 2006-11-02 misha
8888:
8889: * src/include/pa_table.h: ups. forget '=' char
8890:
8891: * src/include/pa_table.h: - one more fix in
8892: .locate[...][$.reverse(1)]
8893:
8894: 2006-11-01 misha
8895:
8896: * src/classes/math.C: - bug fix, details:
8897: http://www.parser.ru/forum/?id=53360
8898:
8899: * src/include/pa_table.h: - bug fix during ^table.locate( condition
8900: false for all records )[$.reverse(1)]
8901:
8902: * src/main/pa_http.C: - second param for this mid method is length
8903: but not end_index so this method has error and can't detect
8904: charsets in next content-types: Content-type: text/html;
8905: charset="windows-1251" Content-type: text/html;
8906: charset="windows-1251"; Content-type: text/html;
8907: charset=windows-1251;
8908:
8909: only Content-type: text/html; charset=windows-1251 was fine
8910:
8911: 2006-10-31 misha
8912:
8913: * src/classes/file.C: - empty args in file::exec removed now
8914:
8915: 2006-09-11 misha
8916:
8917: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
8918: replaced to table::create - some changes in text/code formatting
8919:
8920: 2006-09-03 paf
8921:
8922: * src/classes/file.C: proper tainting of
8923: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
8924:
8925: 2006-06-09 paf
8926:
8927: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
8928:
8929: * src/classes/table.C: formatting
8930:
8931: * src/classes/table.C: incorporated patch from misha: Sent:
8932: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
8933: ignoring string options for ^table.save[]
8934:
8935: * src/classes/hash.C: incorporated patch from misha Sent:
8936: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
8937: $hash._default disappear while
8938:
8939: * operators.txt: ^mail:send[ $.file1[ $.value[file]
8940: $.format[!uue|!base64] << new base64 option. default uue ] ]
8941:
8942: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
8943: PM Subject: patch for base64 in ^mail:send[] %-)
8944:
8945: 2006-04-09 paf
8946:
8947: * src/main/compile.tab.C: ` change compiled
8948:
8949: * gnu.vcproj, operators.txt, parser3.sln,
8950: src/classes/classes.vcproj, src/classes/file.C,
8951: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
8952: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
8953: src/classes/xnode.C, src/include/pa_array.h,
8954: src/include/pa_config_fixed.h, src/include/pa_dir.h,
8955: src/include/pa_memory.h, src/include/pa_request.h,
8956: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
8957: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
8958: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
8959: src/lib/pcre/pcre_dftables.vcproj,
8960: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8961: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
8962: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
8963: src/main/pa_cache_managers.C, src/main/pa_charset.C,
8964: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
8965: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
8966: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
8967: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
8968: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
8969: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
8970: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
8971: src/types/pa_value.h, src/types/pa_vcookie.C,
8972: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
8973: src/types/pa_vmail.C, src/types/pa_vresponse.C,
8974: src/types/pa_vstatus.C, src/types/types.vcproj,
8975: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
8976: ^menu, ^hash/hashfile.foreach
8977:
8978: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
8979: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
8980: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
8981: src/classes/xnode.C, src/include/pa_array.h,
8982: src/include/pa_config_fixed.h, src/include/pa_dir.h,
8983: src/include/pa_memory.h, src/include/pa_request.h,
8984: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
8985: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
8986: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
8987: src/lib/pcre/pcre_dftables.vcproj,
8988: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8989: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
8990: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
8991: src/main/pa_cache_managers.C, src/main/pa_charset.C,
8992: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
8993: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
8994: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
8995: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
8996: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
8997: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
8998: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
8999: src/types/pa_value.h, src/types/pa_vcookie.C,
9000: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9001: src/types/pa_vstatus.C, src/types/types.vcproj,
9002: tests/descript.ion: ! switched to VS2005 (projects and
9003: object<info explicitly typed>.for_each(, info)) +
9004: $response:field[] setting void means removing + grammar $name`
9005: name stops now, for mysql `$field` + started ^break[]
9006: ^continue[], in ^for. TODO: to other iterators (while, menu,
9007: foreach) + all log messages += [uri=, method=, cl=]
9008:
9009: * buildall-with-xml: merged . ftp paths update
9010:
9011: * buildall-with-xml: . ftp paths update
9012:
9013: 2006-03-04 paf
9014:
9015: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
9016: checks++ [thanks to Igor Zinkovsky for detailed report]
9017:
9018: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
9019: Igor Zinkovsky for detailed report]
9020:
9021: 2006-03-01 paf
9022:
9023: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9024: \n to ' ' in
9025:
9026: 2006-02-18 paf
9027:
9028: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9029: \n to ' ' in
9030:
9031: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
9032:
9033: 2006-02-03 paf
9034:
9035: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
9036: base64
9037:
9038: * src/main/pa_common.C: ! bugfix: decoding from base64
9039:
9040: 2006-01-20 paf
9041:
9042: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9043: economy fix
9044:
9045: * src/classes/: table.C: merged from HEAD ! bugfix
9046: ^table.save[$.encloser-s now handled properly
9047:
9048: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
9049: handled properly
9050:
9051: 2006-01-19 paf
9052:
9053: * buildall-with-xml, buildall-without-xml: merged from HEAD !
9054: libgc:USE_MUNMAP activates merging of free memory blocks which
9055: helps a lot in our case: after transform we want
9056: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
9057:
9058: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9059: economy fix
9060:
9061: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
9062: activates merging of free memory blocks which helps a lot in our
9063: case: after transform we want CORD(main.result)->cstr[big
9064: malloc]->transcode[big malloc]
9065:
9066: 2006-01-17 paf
9067:
9068: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
9069: before reading them. got rid of reallocs = became quicker and
9070: less fragmentated
9071:
9072: 2005-12-29 paf
9073:
1.116 moko 9074: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
9075: configure, configure.in, src/include/pa_version.h,
9076: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 9077: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
9078: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
9079: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
9080: src/lib/ltdl/missing: . merged from 3.2.1
9081:
1.116 moko 9082: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
9083: packaged when 'make dist', so do configure companion files in
9084: src/lib/ltdl
9085:
9086: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
9087: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
9088: missing: . now config_auto.h is created with configure [were
9089: constant]
1.95 moko 9090:
9091: * INSTALL: . references to documentation and some clarification
9092:
9093: * buildall-with-xml, buildall-without-xml: . farawell doc
9094: indication
9095:
1.116 moko 9096: * Makefile.am: . dist+=buildall*
1.95 moko 9097:
9098: 2005-12-28 paf
9099:
9100: * configure: . 3.2.1
9101:
9102: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
9103: simplify build process, see INSTALL
9104:
9105: 2005-12-26 paf
9106:
9107: * configure: ver
9108:
9109: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
9110: version
9111:
9112: 2005-12-21 paf
9113:
9114: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
9115: compiled with bison 1.875b, it reports unexpected token names
9116:
9117: 2005-12-19 paf
9118:
9119: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
9120: holds a link to xmlNode to prevent premature gc(xmlNode)
9121:
9122: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
9123: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
9124: src/main/main.vcproj, src/main/pa_globals.C,
9125: src/targets/cgi/parser3.vcproj,
9126: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
9127: configure, configure.in, src/include/pa_version.h: . killing
9128: gdome [what a relief]
9129:
9130: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
9131: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
9132: run_parser.sh, results/001.processed, results/002.processed,
9133: results/003.processed, results/004.processed,
9134: results/005.processed, results/006.processed,
9135: results/008.processed, results/009.processed,
9136: results/010.processed, results/011.processed,
9137: results/012.processed, results/013.processed,
9138: results/014.processed, results/015.processed,
9139: results/016.processed, results/017.processed,
9140: results/018.processed, results/020.processed,
9141: results/021.processed, results/022.processed,
9142: results/023.processed, results/024.processed,
9143: results/025.processed, results/026.processed,
9144: results/027.processed, results/028.processed,
9145: results/029.processed, results/030.processed,
9146: results/031.processed, results/032.processed,
9147: results/033.processed, results/034.processed,
9148: results/035.processed, results/036.processed,
9149: results/037.processed, results/038.processed,
9150: results/039.processed, results/040.processed,
9151: results/041.processed, results/042.processed,
9152: results/043.processed, results/044.processed,
9153: results/045.processed, results/046.processed,
9154: results/047.processed, results/048.processed,
9155: results/049.processed, results/050.processed,
9156: results/051.processed, results/052.processed,
9157: results/053.processed, results/054.processed,
9158: results/055.processed, results/056.processed,
9159: results/057.processed, results/058.processed,
9160: results/059.processed, results/060.processed,
9161: results/061.processed, results/062.processed,
9162: results/063.processed, results/064.processed,
9163: results/065.processed, results/066.processed,
9164: results/067.processed, results/068.processed,
9165: results/069.processed, results/070.processed,
9166: results/071.processed, results/072.processed,
9167: results/073.processed, results/074.processed,
9168: results/075.processed, results/076.processed,
9169: results/077.processed, results/078.processed,
9170: results/079.processed, results/080.processed,
9171: results/081.processed, results/082.processed,
9172: results/083.processed, results/084.processed,
9173: results/085.processed, results/086.processed,
9174: results/087.processed, results/088.processed,
9175: results/089.processed, results/090.processed,
9176: results/091.processed, results/092.processed,
9177: results/093.processed, results/094.processed,
9178: results/095.processed, results/096.processed,
9179: results/097.processed, results/099.processed,
9180: results/100.processed, results/101.processed,
9181: results/102.processed, results/104.processed,
9182: results/105.processed, results/106.processed,
9183: results/107.processed, results/108.processed,
9184: results/109.processed, results/110.processed,
9185: results/111.processed, results/112.processed,
9186: results/113.processed, results/114.processed,
9187: results/115.processed, results/117.processed,
9188: results/119.processed, results/120.processed,
9189: results/121.processed, results/122.processed,
9190: results/123.processed, results/124.processed,
9191: results/125.processed, results/126.processed,
9192: results/127.processed, results/128.processed,
9193: results/129.processed, results/130.processed,
9194: results/131.processed, results/132.processed,
9195: results/133.processed, results/134.processed,
9196: results/135.processed, results/136.processed,
9197: results/138.processed, results/139.processed,
9198: results/140.processed, results/141.processed,
9199: results/142.processed, results/143.processed,
9200: results/144.processed, results/145.processed,
9201: results/146.processed, results/147.processed,
9202: results/148.processed, results/149.processed, results/auto.p: .
9203: now works if we turn off default auto.p
9204:
1.116 moko 9205: * configure: . makes
1.95 moko 9206:
9207: * src/types/pa_vxnode.C: . less warnings
9208:
9209: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
9210: tests/145.html, tests/149.html, tests/descript.ion,
9211: tests/outputs/d.cmd, tests/results/142.processed,
9212: tests/results/143.processed, tests/results/144.processed,
9213: tests/results/145.processed, tests/results/146.processed,
9214: tests/results/147.processed, tests/results/148.processed,
9215: tests/results/149.processed: . removed .nodeValue from all node
9216: types other than 5 (grabbed piece from gdome)
9217:
9218: * tests/: 137.html, results/137.processed: . not handled this case
9219: yet. code does not hang from inserting parent into child,
9220: considering thing minor issue -- nodes are removed from source
9221: anyway, don't know why shold that be an error after all
9222:
9223: * src/targets/cgi/parser3.C: . style
9224:
9225: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
9226: xdoc too [were barking "not element"]
9227:
9228: 2005-12-16 paf
9229:
9230: * tests/: 146.html, 147.html, 148.html: . more tests
9231:
9232: * src/classes/xnode.C: . also bark on possible errors
9233:
9234: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
9235: props
9236:
9237: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
9238: main/compile.y: merged from HEAD ! fixed overoptimized
9239: ^call(false) case. (confused it with ^call[] case)
9240:
9241: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
9242: ^call(false) case. (confused it with ^call[] case)
9243:
9244: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
9245:
9246: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
9247: results/001.processed, results/002.processed,
9248: results/003.processed, results/004.processed,
9249: results/005.processed, results/006.processed,
9250: results/008.processed, results/009.processed,
9251: results/010.processed, results/011.processed,
9252: results/012.processed, results/013.processed,
9253: results/014.processed, results/015.processed,
9254: results/016.processed, results/017.processed,
9255: results/018.processed, results/019.processed,
9256: results/020.processed, results/021.processed,
9257: results/022.processed, results/023.processed,
9258: results/024.processed, results/025.processed,
9259: results/026.processed, results/027.processed,
9260: results/028.processed, results/029.processed,
9261: results/030.processed, results/031.processed,
9262: results/032.processed, results/033.processed,
9263: results/034.processed, results/035.processed,
9264: results/036.processed, results/037.processed,
9265: results/038.processed, results/039.processed,
9266: results/040.processed, results/041.processed,
9267: results/042.processed, results/043.processed,
9268: results/044.processed, results/045.processed,
9269: results/046.processed, results/047.processed,
9270: results/048.processed, results/049.processed,
9271: results/050.processed, results/051.processed,
9272: results/052.processed, results/053.processed,
9273: results/054.processed, results/055.processed,
9274: results/056.processed, results/057.processed,
9275: results/058.processed, results/059.processed,
9276: results/060.processed, results/061.processed,
9277: results/062.processed, results/063.processed,
9278: results/064.processed, results/065.processed,
9279: results/066.processed, results/067.processed,
9280: results/068.processed, results/069.processed,
9281: results/070.processed, results/071.processed,
9282: results/072.processed, results/073.processed,
9283: results/074.processed, results/075.processed,
9284: results/076.processed, results/077.processed,
9285: results/078.processed, results/079.processed,
9286: results/080.processed, results/081.processed,
9287: results/082.processed, results/083.processed,
9288: results/084.processed, results/085.processed,
9289: results/086.processed, results/087.processed,
9290: results/088.processed, results/089.processed,
9291: results/090.processed, results/091.processed,
9292: results/092.processed, results/093.processed,
9293: results/094.processed, results/095.processed,
9294: results/096.processed, results/097.processed,
9295: results/099.processed, results/101.processed,
9296: results/102.processed, results/104.processed,
9297: results/105.processed, results/106.processed,
9298: results/107.processed, results/108.processed,
9299: results/109.processed, results/110.processed,
9300: results/111.processed, results/112.processed,
9301: results/113.processed, results/114.processed,
9302: results/115.processed, results/116.processed,
9303: results/117.processed, results/118.processed,
9304: results/119.processed, results/120.processed,
9305: results/121.processed, results/122.processed,
9306: results/123.processed, results/124.processed,
9307: results/125.processed, results/126.processed,
9308: results/127.processed, results/128.processed,
9309: results/129.processed, results/130.processed,
9310: results/131.processed, results/132.processed,
9311: results/133.processed, results/134.processed,
9312: results/135.processed, results/136.processed,
9313: results/137.processed, results/138.processed,
9314: results/139.processed, results/140.processed,
9315: results/141.processed: . refreshed old tests, made them work
9316: without auto.p (in utf8) . things noted: . gif got encoded
9317: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
9318: some strange year)
9319:
9320: * INSTALL: . revived linux libgc fix
9321:
9322: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
9323: glib/gdome in INSTALL and patches]
9324:
9325: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9326: include/pa_charset.h, include/pa_config_includes.h,
9327: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
9328: include/pa_xml_exception.h, lib/cord/Makefile.am,
9329: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9330: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
9331: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
9332: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
9333: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
9334: types/pa_vxnode.h: . started killing gdome
9335:
9336: 2005-12-13 paf
9337:
9338: * src/main/: pa_request.C: merged from HEAD ! when code in
9339: @unhandled_exception thrown another exception, print correct
9340: origin (earlier code in catch of exception inside of
9341: @unhandled_exception grabbed parent_frame(original_exception)
9342: origin and printed it, instead of true origin)
9343:
9344: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
9345: another exception, print correct origin (earlier code in catch of
9346: exception inside of @unhandled_exception grabbed
9347: parent_frame(original_exception) origin and printed it, instead
9348: of true origin)
9349:
9350: 2005-12-09 paf
9351:
9352: * INSTALL: . updated INSTALL doc to work around linux stack base
9353: detection problem, due to change in gc6.4 code
9354:
9355: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
9356: ignored in ^string.matched :(
9357:
9358: * src/main/pa_string.C: ! regex tainting were ignored in
9359: ^string.matched :(
9360:
9361: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
9362: src/include/pa_config_fixed.h, src/include/pa_version.h,
9363: src/main/compile.y, src/main/compile_tools.h,
9364: src/main/pa_charset.C, src/main/pa_common.C,
9365: src/main/pa_globals.C, src/main/pa_string.C,
9366: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
9367: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
9368:
9369: 2005-12-08 paf
9370:
9371: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
9372: 500 chars now handled OK [were wrapped on 500th char according to
9373: rfc, but sendmail failed to unwrap it properly]
9374:
9375: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
9376: handled OK [were wrapped on 500th char according to rfc, but
9377: sendmail failed to unwrap it properly]
9378:
9379: * src/targets/isapi/parser3isapi.C: . less warnings
9380:
9381: * src/targets/isapi/parser3isapi.C: . undone some strange change
9382: since 3.1.5
9383:
9384: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
9385: link fixes
9386:
9387: * src/: classes/date.C, include/pa_config_fixed.h,
9388: main/compile.tab.C, main/compile.y, main/compile_tools.h,
9389: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
9390: main/pa_string.C, targets/cgi/getopt.c: . less warnings
9391:
9392: * src/include/pa_config_fixed.h: . removed outdated string origins
9393: [in current storage scheme there's no place for them. someday we
9394: can add third CORD to store origins and special version of parser
9395: which stores origins there [separate binary]]
9396:
9397: 2005-12-07 paf
9398:
9399: * src/targets/isapi/parser3isapi.C: . now links in release mode
9400:
9401: * src/include/pa_version.h: makefiles
9402:
9403: * src/include/pa_version.h: . not beta
9404:
9405: * configure, configure.in, src/include/pa_version.h: not beta
9406:
9407: 2005-12-06 paf
9408:
9409: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
9410: [some details here http://i2/tasks/edit/?id=4869912143891354460]
9411: decided to undo the change ^call[$void] passes void. now it will
9412: pass empty string again.
9413:
9414: * src/main/: compile.tab.C, compile.y: . version readded
9415:
9416: * src/classes/op.C: . in this version there is no ^switch[$nothing]
9417: = ^switch[void] problem
9418:
9419: 2005-12-01 paf
9420:
9421: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
9422: caused ^case[string] to be coerced to double since searching
9423: value were not string (it was vvoid)
9424:
9425: * src/classes/op.C: . bugfix ^switch[$void_value] caused
9426: ^case[string] to be coerced to double since searching value were
9427: not string (it was vvoid)
9428:
9429: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
9430: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
9431:
9432: 2005-11-30 paf
9433:
9434: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
9435: win32 must putenv("TZ="), on unix works only putenv("TZ")
9436:
9437: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
9438: putenv("TZ="), on unix works only putenv("TZ")
9439:
9440: * INSTALL: . xml libs versions updated
9441:
9442: * src/main/pa_globals.C: //20051130 trying to remove this, author
9443: claims that fixed a lot there // 20040920 for now both
9444: workarounds needed. wait for new libxml/xsl versions
9445:
9446: 2005-11-28 paf
9447:
9448: * src/classes/table.C: merged from HEAD: ! nameless table has
9449: columns==0
9450:
9451: * src/classes/table.C: ! nameless table has columns==0
9452:
9453: * src/main/pa_http.C: merged from HEAD: ! status line check made
9454: earlier [was totally wrong]
9455:
9456: * src/main/pa_http.C: ! status line check made earlier [was totally
9457: wrong]
9458:
9459: 2005-11-25 paf
9460:
9461: * src/include/pa_array.h: -this reduces speed(table::load) strange.
9462: undoing for now...
9463:
9464: * src/include/pa_version.h: -this reduces speed(table::load),
9465: strange. undoing
9466:
9467: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
9468:
9469: * src/classes/op.C: + ^while(){}[SEPARATOR]
9470:
9471: * src/include/pa_array.h: + optimistics added: all arrays (table
9472: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
9473: this speeds things up and saves memory a LOT! (not noticed
9474: negative effect on syntetic tests, future will tell...)
9475:
9476: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
9477: changed gc_malloc implementation, which obscured profiling
9478:
9479: * src/classes/table.C: merged from HEAD: + optimized
9480: table::load/sql, now row ArrayString-s allocated with
9481: columns.count() elements and don't always grow from
9482: count=3[realloc,realloc]
9483:
9484: * src/classes/table.C: + optimized table::load/sql, now row
9485: ArrayString-s allocated with columns.count() elements and don't
9486: always grow from count=3[realloc,realloc]
9487:
9488: * src/classes/table.C: merged from HEAD: . ^table.save unused
9489: buffer after save
9490:
9491: * src/classes/table.C: . ^table.save unused buffer after save
9492:
9493: 2005-11-24 paf
9494:
9495: * configure.in: . merged glib2-config patch
9496:
9497: * configure.in: + trying to find glib2-config
9498:
9499: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9500: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
9501: file/dir_readable to simple file/dir_exist, this would help in
9502: situations "class not found because .p file has bad rights" << in
9503: that case error would be explicit "access denied to 'this' file"
9504:
1.116 moko 9505: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 9506:
9507: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9508: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
9509: to simple file/dir_exist, this would help in situations "class
9510: not found because .p file has bad rights" << in that case error
9511: would be explicit "access denied to 'this' file"
9512:
9513: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
9514: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9515: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
9516: ^file::exec/cgi[script;$.charset[changed]
9517: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9518: encoded in $.charset charset
9519:
9520: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
9521: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9522: encoded in $.charset charset
9523:
9524: * src/: include/Makefile.am, include/pa_common.h,
9525: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9526: main/pa_common.C, main/pa_http.C: . extracted http:// into
9527: separate file [preparation for
9528: ^file::cgi[script;$.form[$.field1[]
9529:
9530: 2005-11-22 paf
9531:
9532: * src/: include/pa_version.h, main/compile.tab.C: makefiles
9533:
9534: * acinclude.m4, configure.in: . merged underquting fixes
9535:
1.116 moko 9536: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 9537:
9538: * src/classes/op.C: . overmerged a little
9539:
9540: * src/main/compile.tab.C: Makefile
9541:
9542: * src/main/: pa_common.C: . less gcc warnings
9543:
9544: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
9545: now reports original exception if we have no old cache
9546:
9547: * src/classes/op.C: + $exception.handled[cache] now reports
9548: original exception if we have no old cache
9549:
9550: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
9551: from HEAD: + ^taint/untaint[regex] << escapes these:
9552: \^$.[]|()?*+{}
9553:
9554: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
9555: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
9556:
9557: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9558: getenv-ed variable, which does not work both on win32&unix.
9559: copied old TZ value now
9560:
9561: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
9562: stored pointer to getenv-ed variable, which does not work both on
9563: win32&unix. copied old TZ value now
9564:
9565: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9566: getenv-ed variable, which does not work both on win32&unix.
9567: copied old TZ value now
9568:
9569: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
9570: access to internal hash
9571:
9572: * src/types/pa_vresponse.C: + $response:headers access to internal
9573: hash
9574:
9575: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
9576: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9577: isapi] this reduces number of "GC Warning: Repeated allocation of
9578: very large block" messages to only important onces
9579:
9580: * src/targets/isapi/parser3isapi.C: +
9581: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9582: isapi] this reduces number of "GC Warning: Repeated allocation of
9583: very large block" messages to only important onces
9584:
9585: * src/classes/string.C: merged from HEAD: + removed limitation on
9586: ^string/int/double:sql{}[$.default[({param style})] ]
9587:
9588: * src/classes/string.C: + removed limitation on
9589: ^string/int/double:sql{}[$.default[({param style})] ]
9590:
9591: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
9592: with ?params or $.form option" limitation
9593:
9594: * src/main/pa_common.C: + removed "use either uri with ?params or
9595: $.form option" limitation
9596:
9597: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9598: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
9599: ^file::base64[encoded] decode
9600:
9601: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9602: main/pa_common.C: + ^file.base64[] encode +
9603: ^file::base64[encoded] decode
9604:
9605: * src/classes/: file.C, string.C: + ^string.base64[] encode +
9606: ^string:base64[encoded] decode
9607:
9608: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
9609: ^string:base64[in] encode + ^string.base64[] decode
9610:
9611: 2005-11-21 paf
9612:
9613: * src/classes/file.C: + merged from HEAD:
9614: ^file::create[text;file.xml;^untaint[xml]{data}]
9615:
9616: * src/classes/file.C: +
9617: ^file::create[text;file.xml;^untaint[xml]{data}]
9618:
9619: * src/main/pa_request.C: ! merged: $response:body[file] now
9620: differes from :download, it does not return content-disposition
9621: at all now [previusely it returned valueless content-disposition]
9622:
9623: * src/main/pa_request.C: ! $response:body[file] now differes from
9624: :download, it does not return content-disposition at all now
9625: [previusely it returned valueless content-disposition]
9626:
9627: * src/main/: compile.tab.C, compile.y: ! overoptimized void
9628: literals, reverted to just vvod, recreating empty array with each
9629: void_value token. that's absolutely needed, since that array
9630: grows
9631:
9632: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
9633: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
9634: types/pa_vmethod_frame.h: + merged: expression literals:
9635: true/false. ^format[$.indent(true)]
9636:
9637: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
9638: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
9639: types/pa_vmethod_frame.h: + expression literals: true/false.
9640: ^format[$.indent(true)]
9641:
9642: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
9643: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
9644: i386-pc-win32)"
9645:
9646: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
9647: $env:PARSER_VERSION reports "3.1.5beta (compiled on
9648: i386-pc-win32)"
9649:
9650: 2005-11-18 paf
9651:
9652: * src/classes/: double.C, int.C: ! ^int/double:sql{select
9653: null}[$.default(123)] will now return default value
9654:
9655: * src/classes/op.C: + merged ^cache[] << returns current cache
9656: expiration time
9657:
9658: * src/classes/op.C: + ^cache[] << returns current cache expiration
9659: time
9660:
9661: * src/classes/table.C: ! merged ^table::create[not'nameless';
9662: failed << Exception.problem_source pointed to local var!
9663:
9664: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
9665: Exception.problem_source pointed to local var!
9666:
9667: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
9668: now loads VFile.ptr!=0, so such files can be saved now
9669:
9670: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
9671: loads VFile.ptr!=0, so such files can be saved now
9672:
9673: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
9674: only . and .. now removed from list [were removed all .*]
9675:
9676: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
9677: .. now removed from list [were removed all .*]
9678:
9679: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
9680: open error now checked, were not :( [stole that piece from apache
9681: 1.3 sources]
9682:
9683: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
9684: checked, were not :( [stole that piece from apache 1.3 sources]
9685:
9686: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
9687: untainting of @main result if returned by $result or
9688: $response:body
9689:
9690: * src/main/pa_request.C: ! ensured proper untainting of @main
9691: result if returned by $result or $response:body
9692:
9693: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
9694: issue: now tries to guess content-length and allocates one big
9695: piece if possible [regretfully gc_realloc works as malloc+free,
9696: leaving lots of holes behind]
9697:
9698: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
9699: fixed file load memory issue: now tries to guess content-length
9700: and allocates one big piece if possible [regretfully gc_realloc
9701: works as malloc+free, leaving lots of holes behind]
9702:
9703: 2005-11-16 paf
9704:
9705: * src/: include/pa_common.h, classes/file.C, classes/table.C,
9706: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
9707: table::save with enclosers now doubles them: "->"" !
9708: table::save/load do not remove elements from options hash
9709:
9710: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
9711: [were overoptimized ^if(double_literal), compiler confused
9712: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
9713:
9714: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
9715: [were overoptimized ^if(double_literal), compiler confused
9716: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
9717:
9718: * src/: classes/file.C, classes/table.C, include/pa_common.h,
9719: main/pa_common.C: ! table::save with enclosers now doubles them:
9720: "->"" ! table::save/load do not remove elements from options hash
9721:
9722: 2005-11-03 paf
9723:
1.116 moko 9724: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
9725: compilation, not all makefiles liked that
1.95 moko 9726:
9727: 2005-08-30 paf
9728:
9729: * src/classes/op.C: merge . speedup check of [DEFAULT]
9730:
9731: * src/classes/op.C: . speedup check of [DEFAULT]
9732:
9733: 2005-08-26 paf
9734:
9735: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
9736:
9737: * src/: classes/date.C, types/pa_vdate.h: + date.week
9738:
9739: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
9740: complains about bad!=nameless
9741:
9742: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
9743: about bad!=nameless
9744:
9745: * src/classes/: hash.C, string.C, table.C, void.C: merged !
9746: optional options were allowed to be empty. were checked
9747: if(is_string), changed to !defined||is_string to allow void
9748:
9749: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
9750: classes/string.C, classes/table.C, classes/void.C: ! optional
9751: options were allowed to be empty. were checked if(is_string),
9752: changed to !defined||is_string to allow void
9753:
9754: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
9755: as_junction where they needed as_int/double, so failed with
9756: recent "(const) now no junction" optimization
9757:
9758: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
9759: merged ! many classes/* used as_junction where they needed
9760: as_int/double, so failed with recent "(const) now no junction"
9761: optimization
9762:
9763: * src/: classes/double.C, classes/int.C, classes/math.C,
9764: classes/op.C, classes/string.C, classes/table.C,
9765: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
9766: used as_junction where they needed as_int/double, so failed with
9767: recent "(const) now no junction" optimization
9768:
9769: 2005-08-24 paf
9770:
9771: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
9772: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
9773: stripped it
9774:
9775: 2005-08-09 paf
9776:
9777: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
9778: not cleared
9779:
9780: * src/: classes/classes.C, classes/classes.h, classes/date.C,
9781: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
9782: classes/hashfile.C, classes/image.C, classes/int.C,
9783: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
9784: classes/response.C, classes/string.C, classes/table.C,
9785: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9786: include/pa_array.h, include/pa_cache_managers.h,
9787: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
9788: include/pa_config_fixed.h, include/pa_config_includes.h,
9789: include/pa_dictionary.h, include/pa_dir.h,
9790: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
9791: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
9792: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
9793: include/pa_request_charsets.h, include/pa_request_info.h,
9794: include/pa_sapi.h, include/pa_socks.h,
9795: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
9796: include/pa_stack.h, include/pa_string.h,
9797: include/pa_stylesheet_connection.h,
9798: include/pa_stylesheet_manager.h, include/pa_table.h,
9799: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
9800: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
9801: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
9802: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
9803: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
9804: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
9805: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9806: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
9807: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
9808: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
9809: main/pa_sql_driver_manager.C, main/pa_string.C,
9810: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
9811: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
9812: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
9813: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
9814: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
9815: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
9816: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
9817: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
9818: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
9819: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
9820: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
9821: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
9822: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
9823: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
9824: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
9825: types/pa_vmemory.h, types/pa_vmethod_frame.C,
9826: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9827: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9828: types/pa_vresponse.C, types/pa_vresponse.h,
9829: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9830: types/pa_vstateless_object.h, types/pa_vstatus.C,
9831: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
9832: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
9833: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
9834: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
9835: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
9836:
9837: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
9838: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
9839: speedup consequent checks in vmethod_frame
9840:
9841: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
9842: not cleared
9843:
9844: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
9845: params: 50 max (were 10)
9846:
9847: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
9848: params: 50 max (were 10)
9849:
9850: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
9851: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
9852: pa_wcontext.h: + ^call[$void] param inside now is void (were:
9853: empty string) ! simplified (double) speedup consequent checks in
9854: vmethod_frame
9855:
9856: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
9857: optimized constants in expressions vstring->vdouble + optimized
9858: ^call(vdouble), no junction creation, no calls later
9859:
9860: 2005-08-08 paf
9861:
9862: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
9863: integrated
9864:
9865: * bin/auto.p.dist.in: . apache bad 404 handling workaround
9866: integrated
9867:
9868: * src/main/: compile.tab.C, compile.y, compile_tools.C,
9869: compile_tools.h: merged + optimized constants in expressions
9870: vstring->vdouble + optimized ^call(vdouble), no junction
9871: creation, no calls later
9872:
9873: * src/types/pa_vdouble.h: merged . double values without fractional
9874: part now default printed as %.0f instead of %g
9875:
9876: * src/types/pa_vdouble.h: . double values without fractional part
9877: now default printed as %.0f instead of %g
9878:
9879: * src/classes/hashfile.C: . merged ! second hashfile::open would
9880: cause an exception
9881:
9882: * src/classes/hashfile.C: ! second hashfile::open would cause an
9883: exception
9884:
9885: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
9886: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9887: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9888: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
9889: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
9890: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9891: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
9892: types/pa_vresponse.h, types/pa_vstateless_class.C,
9893: types/pa_vstateless_object.h, types/pa_vvoid.h,
9894: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
9895: merged VJunction(new Junction) optimization from 3.1.4
9896:
9897: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
9898: types/pa_vstateless_class.C: + optimized new VJunction(new
9899: Junction(params)) to new VJunction(params), thousands of mallocs
9900: removed
9901:
9902: 2005-08-05 paf
9903:
9904: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
9905: types/pa_vdouble.h, types/pa_vmethod_frame.C,
9906: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
9907: creation, no calls later
9908:
9909: * src/: classes/classes.C, classes/classes.h, classes/date.C,
9910: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
9911: classes/hashfile.C, classes/image.C, classes/int.C,
9912: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
9913: classes/response.C, classes/string.C, classes/table.C,
9914: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9915: include/pa_array.h, include/pa_cache_managers.h,
9916: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
9917: include/pa_config_fixed.h, include/pa_config_includes.h,
9918: include/pa_dictionary.h, include/pa_dir.h,
9919: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
9920: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
9921: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
9922: include/pa_request_charsets.h, include/pa_request_info.h,
9923: include/pa_sapi.h, include/pa_socks.h,
9924: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
9925: include/pa_stack.h, include/pa_string.h,
9926: include/pa_stylesheet_connection.h,
9927: include/pa_stylesheet_manager.h, include/pa_table.h,
9928: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
9929: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
9930: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
9931: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
9932: lib/smtp/smtp.h, main/compile.C, main/compile.y,
9933: main/compile_tools.C, main/compile_tools.h, main/execute.C,
9934: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
9935: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
9936: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
9937: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
9938: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
9939: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
9940: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
9941: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
9942: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
9943: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
9944: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
9945: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
9946: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
9947: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
9948: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
9949: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
9950: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
9951: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
9952: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
9953: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
9954: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9955: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
9956: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
9957: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9958: types/pa_vstateless_object.h, types/pa_vstatus.C,
9959: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
9960: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
9961: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
9962: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
9963: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
9964:
9965: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
9966: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
9967: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
9968: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
9969: main/compile.y, main/compile_tools.C, main/compile_tools.h,
9970: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
9971: optimized constants in expressions vstring->vdouble
9972:
9973: 2005-07-29 paf
9974:
9975: * src/types/pa_vclass.C: . shaped up error messages a bit
9976:
9977: * src/types/pa_vclass.C: + property getter can now be overridden
9978:
9979: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
9980: bug fix: static parent fields were not replaced in case
9981: $derived:field[put] + property setter can now be overridden
9982:
9983: 2005-07-28 paf
9984:
9985: * configure, configure.in, src/classes/classes.h,
9986: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
9987: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
9988: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
9989: src/classes/xnode.h, src/include/pa_hash.h,
9990: src/include/pa_version.h, src/main/execute.C,
1.116 moko 9991: src/types/Makefile.am, src/types/pa_method.h,
9992: src/types/pa_value.h, src/types/pa_vclass.C,
9993: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
9994: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
9995: src/types/pa_vcookie.h, src/types/pa_vhash.h,
9996: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
9997: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
9998: src/types/pa_vobject.C, src/types/pa_vobject.h,
9999: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
10000: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
10001: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
10002: src/types/pa_vstateless_class.h,
1.95 moko 10003: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
10004: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
10005: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
10006: dynamic_fields_join
10007:
10008: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
10009: classes/xnode.C, include/pa_hash.h, main/execute.C,
10010: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10011: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10012: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10013: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10014: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10015: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10016: types/pa_vresponse.h, types/pa_vstateless_object.h,
10017: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
10018: types/pa_wwrapper.h: ! restored put_element('replace' param), and
10019: restored its checks in vobject.put_element->static fields |
10020: dynamic properties
10021:
10022: 2005-07-27 paf
10023:
10024: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
10025: is some old code containing @set_name $name
10026:
10027: * src/types/pa_vobject.h: . fixed warning
10028:
10029: * configure, configure.in, src/include/pa_version.h,
1.116 moko 10030: src/types/Makefile.am: 3.2.0beta started
1.95 moko 10031:
10032: * src/: classes/xnode.C, include/pa_hash.h,
10033: types/pa_vstateless_class.C: ! new asserts were all false.
10034: regretfully reverted them all to checks
10035:
10036: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10037: classes/op.C, main/execute.C, types/pa_method.h,
10038: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10039: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10040: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10041: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10042: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10043: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10044: types/pa_vstateless_object.h, types/pa_vvoid.h,
10045: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10046: joined_dynamic_fields: removed unused param from put_method
10047: (returned to 3 params)
10048:
10049: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
10050: joined_dynamic_fields: dynamic get/set works with overriding
10051: props [alpha2]
10052:
10053: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
10054: works [alfa]
10055:
10056: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10057: classes/op.C, include/pa_hash.h, main/execute.C,
10058: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10059: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10060: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10061: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10062: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10063: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10064: types/pa_vresponse.h, types/pa_vstateless_class.C,
10065: types/pa_vstateless_object.h, types/pa_vvoid.h,
10066: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10067: joined_dynamic_fields: just compiled
10068:
10069: * src/: classes/date.C, classes/file.C, classes/hash.C,
10070: classes/hashfile.C, classes/image.C, classes/table.C,
10071: classes/xdoc.C, classes/xnode.h, main/execute.C,
10072: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10073: types/pa_vstateless_class.h: joined_dynamic_fields: started
10074:
10075: * src/types/pa_vobject.C: . object setters [only started, does not
10076: work yet]
10077:
10078: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
10079: object setters [only started, does not work yet]
10080:
10081: 2005-07-26 paf
10082:
10083: * src/: include/pa_request.h, main/execute.C: . properties: set
10084: works [alpha2]. for classes. todo: for objects
10085:
10086: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
10087: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10088: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10089: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10090: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10091: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10092: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10093: types/pa_vstateless_object.h, types/pa_vvoid.h,
10094: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10095: properties: set works [alpha1]
10096:
10097: 2005-07-25 paf
10098:
10099: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
10100: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
10101: properties: started, get works [alpha1, other approach]
10102:
10103: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
10104: properties: started, get works [alpha2]
10105:
10106: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
10107: pa_vstateless_class.h: . properties: started, get works [alpha]
10108:
10109: 2005-07-15 paf
10110:
10111: * src/: classes/classes.h, classes/op.C, main/execute.C,
10112: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
10113: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10114: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10115: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
10116: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
10117: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
10118: types/pa_vresponse.C, types/pa_vresponse.h,
10119: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10120: types/pa_vstateless_object.h, types/pa_vvoid.h,
10121: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
10122: types/pa_wwrapper.h, types/types.vcproj: + started property
10123: [getters work but think of changing them too to precaching]
10124:
10125: 2005-07-08 paf
10126:
10127: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
10128: gpf
10129:
10130: 2005-06-28 paf
10131:
10132: * src/: classes/file.C, main/untaint.C: ! string invariant violated
10133: in passing empty strings to file::exec/cgi environment
10134:
10135: 2005-06-06 paf
10136:
10137: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
10138: ^table:sql ^hash:sql now DO process $.bind option
10139:
10140: 2005-05-24 paf
10141:
10142: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
10143: $.limit] now work again [support was broken in 3.1.4]
10144:
10145: * src/: main/pa_string.C, classes/op.C: . steps toward removing
10146: ALL_INTERIOR_POINTERS
10147:
10148: 2005-05-12 paf
10149:
10150: * configure: 3.1.5beta
10151:
10152: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
10153:
10154: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
10155: $.limit] now work again [support was broken in 3.1.4]
10156:
10157: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
10158: line-width [was refusing to fill if line-width >1, thanks to
10159: Seras <seras@pinxit.lt> for repro case
10160:
10161: 2005-04-25 paf
10162:
10163: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
10164: correctly
10165:
10166: 2005-04-19 paf
10167:
10168: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
10169: in VString violating invariant!!
10170:
10171: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
10172: getenv("TZ")==null
10173:
10174: 2005-04-08 paf
10175:
10176: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
10177: bugfix: when there is no char in charset one byte produces 6
10178: (ÿ <<max). increased buffer size!
10179:
10180: 2005-03-23 paf
10181:
10182: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
10183: ^date.sql-string now takes TZ into account
10184:
10185: 2005-03-16 paf
10186:
10187: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
10188: gcc 3.4
10189:
10190: * src/types/pa_vhash.C: . warning about eof eol
10191:
10192: 2005-02-17 paf
10193:
10194: * operators.txt, src/classes/op.C: + operator ^sleep(double
10195: seconds)
10196:
10197: 2005-02-02 paf
10198:
10199: * src/classes/xnode.C: beauty: removed needless includes
10200:
10201: 2005-01-31 paf
10202:
10203: * src/types/pa_vmail.C: change: $.partX now always 1... change:
10204: $.partNoNumber now alias to $.part1
10205:
10206: * src/types/pa_vmail.C: change: incoming letter part contains
10207: "content-disposition" header with any value? now considering that
10208: part to be "file#" [for text/plain text/html were $.text#
10209: $.html#]
10210:
10211: * INSTALL: updatet to latest working versions available
10212:
10213: 2005-01-20 paf
10214:
10215: * configure.in, src/include/pa_version.h: version
10216:
10217: 2005-01-19 paf
10218:
1.116 moko 10219: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
10220: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
10221: couple warnings in parser3.C
1.95 moko 10222:
10223: 2004-12-23 paf
10224:
10225: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
10226:
10227: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
10228: dir to directory of script (when shbang used), not to directory
10229: of its interpreter
10230:
10231: * src/include/pa_version.h: compiled on win32...
10232:
10233: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
10234: we need more hspace
10235:
10236: * configure, configure.in, src/include/pa_version.h: configured
10237: host to pa_version. will be displayed everywhere
10238:
10239: * src/main/pa_request.C: new: @unhandled_exception can prevent
10240: exception from being logged by setting $exception.handled(1)
10241:
10242: * operators.txt, src/classes/file.C: change:
10243: ^file::sql{query}[[options]] options: $.name[file name]
10244: $.content-type[application/what]
10245:
10246: * src/: include/pa_common.h, main/pa_common.C,
10247: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
10248: new file
10249:
10250: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
10251: bugfix: table->hash now regards _default
10252:
10253: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
10254: created by accessing $name_of_method it acquired bad self=closest
10255: methodframe; instead of proper self (current class)
10256:
10257: * src/types/pa_vhashfile.C: bugfix: reading empty string from
10258: hashfile produced bad cord
10259:
10260: 2004-12-10 paf
10261:
10262: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
10263: subsequent failures though defined in .h
10264:
10265: * src/main/pa_common.C: comment on volatile
10266:
10267: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
10268: alarm function were not used since the beginning due to stupid
10269: error [setsigjmp were not checked in configure.in]
10270:
10271: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
10272: unix too
10273:
10274: * src/main/pa_common.C: http: exception status of send/recv errors
10275: change to most probable http.timeout
10276:
10277: * src/main/pa_common.C: win32: http connection $.timeout option now
10278: works [setsockopt on send/receive]
10279:
10280: 2004-12-08 paf
10281:
10282: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
10283: cstr-ed knowing mail charset, and untainting uri lang now knows
10284: proper charset
10285:
10286: 2004-11-24 paf
10287:
10288: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
10289:
10290: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
10291: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
10292:
10293: 2004-11-12 paf
10294:
10295: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
10296: [since 3.0.4]
10297:
10298: 2004-11-09 paf
10299:
10300: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
10301: writes basics to c:\parser3.log
10302:
10303: 2004-10-21 paf
10304:
10305: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
10306: tainted strings [were returning clean onces]
10307:
10308: 2004-10-15 paf
10309:
10310: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
10311: cycles(i=1; i=2), which was wrong, now does ONE
10312:
10313: 2004-10-12 paf
10314:
10315: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
10316:
10317: 2004-10-07 paf
10318:
10319: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
10320: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
10321: release asserts
10322:
10323: * src/: main/pa_string.C, include/pa_string.h: debugger help:
10324: String.dump() to stdout in detailed form [were String.v() in
10325: short form]
10326:
10327: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
10328: \t\r\n as @#| and truncates long char sequences less
10329:
10330: 2004-10-06 paf
10331:
10332: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
10333: win32 beauty: socket errors properly decoded
10334:
10335: 2004-10-05 paf
10336:
10337: * src/: include/pa_request.h, main/pa_request.C: bugfix:
10338: request::configure_user/admin done always, even if no
10339: file-to-process useful in @unhandled_exception [say, if they
10340: would want to mail by SMTP something]
10341:
10342: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
10343: now performed prior to file loading [and @auto executing] thus
10344: making $cookie:value available in @auto and in
10345: @unhandled_exception when IIS is configured to run interpreter
10346: even if no file exist
10347:
10348: 2004-09-20 paf
10349:
10350: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
10351: somewhere where it should have called xmlMalloc and it calls
10352: xmlFree when it should have not called it. inserted two
10353: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
10354: xmlFree just ignored. put away a testcase, maybe someday libxml
10355: author would fix all that. until that day: we have SLOW garbage
10356: collecting when many xml objects are alive hint: do
10357: ^memory:compact[] before xdoc::create
10358:
10359: 2004-09-17 paf
10360:
10361: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
10362: error from 3.0.8 version]
10363:
10364: 2004-09-14 paf
10365:
10366: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
10367: part bugfix: hashfile.foreach iterated only part if hashfile were
10368: modified inside
10369:
10370: 2004-09-13 paf
10371:
10372: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
10373: [were as octal]
10374:
10375: * src/types/pa_vhashfile.C: beauty: not reproduced
10376: $hashfile.key[$novalue] bug [reported by motorin], inserted
10377: safety-check
10378:
10379: * src/types/pa_vhashfile.C: change: empty keys now error in parser
10380: [not something obscure from sdbm lib]
10381:
10382: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
10383: = strerror now returnes something and we can properly report that
10384: to client
10385:
10386: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
10387: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
10388:
10389: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10390: [tainted as-is] this helps //[space][newline] to remain as-is and
10391: not be unnecessary optimized away [ruining javascript]
10392:
10393: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10394: [tainted as-is]
10395:
10396: * src/classes/mail.C: bugfix: typo error
10397:
10398: 2004-09-09 paf
10399:
10400: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
10401: separators bugfix: loads header with endings \r\n\r\n and \n\n
10402: (bloody yandex.server)
10403:
10404: 2004-09-06 paf
10405:
10406: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
10407: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
10408: encoded
10409:
10410: 2004-09-01 paf
10411:
10412: * src/types/pa_vmail.C: change: multipart/mixed changed to
10413: multipart/related outlook express have no problems showing
10414: unrelated attachments. todo: someday figure out a way of
10415: multipart/mixed multipart/related text/html
10416: image/xxx application/octet-stream << true attachments
10417:
10418: * src/types/pa_vmail.C: new:
10419: ^mail:send[$.file[$.content-disposition can be overriden new:
10420: empty mail header fields removed from letter
10421:
10422: * src/: classes/mail.C, include/pa_config_fixed.h,
10423: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
10424: ^mail:send[ $.file[ $.any[header]
10425:
10426: 2004-08-30 paf
10427:
10428: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
10429: warnings
10430:
10431: * src/main/pa_common.C: beauty: do not bother with charset
10432: detection when ^file::load[binary
10433:
10434: 2004-08-27 paf
10435:
10436: * src/main/pa_common.C: hack: for yandex.server http server
10437:
10438: 2004-08-18 paf
10439:
10440: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
10441: possibly-chunked response
10442:
10443: 2004-08-17 paf
10444:
10445: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10446: $f.content-type now = that of http response
10447:
10448: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10449: $f.content-type now = that of http response
10450:
10451: 2004-07-30 paf
10452:
10453: * src/: include/pa_request.h, main/pa_request.C,
10454: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
10455: win32: system&parser exceptions in release mode reported properly
10456: parser exception in exception handler WERE mistakenly reported as
10457: system exception, without details [in apache & isapi] +some
10458: beauty in exception text
10459:
10460: * src/: include/pa_exception.h, main/pa_request.C,
10461: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
10462: release mode reported properly parser exception in exception
10463: handler WERE mistakenly reported as system exception, without
10464: details
10465:
10466: * src/main/execute.C: beauty: simplified system exception handling
10467:
10468: 2004-07-29 paf
10469:
10470: * src/classes/table.C: bugfix:
10471: ^table.save[export.csv;$.separator[^;]] now works fine [separator
10472: were ignored, and \t used unconditionally]
10473:
10474: * src/types/Makefile.am: added vhash.c
10475:
10476: 2004-07-28 paf
10477:
10478: * src/: classes/date.C, classes/image.C, classes/math.C,
10479: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
10480: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
10481: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
10482: failed on russian letters
10483:
10484: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
10485: bugfix: isspace((unsigned char)c) everywhere. failed on russian
10486: letters
10487:
10488: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
10489: as 'currentDirectory' parameter to CreateProcess
10490:
10491: 2004-07-27 paf
10492:
10493: * src/targets/cgi/parser3.vcproj: beauty: win32:
10494: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
10495: from release somewhere [to help searching for unhandled system
10496: exceptions]
10497:
10498: * src/types/pa_vdate.h: check: for invalid datetime after temporary
10499: TZ shift
10500:
10501: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
10502: but also in ctor
10503:
10504: 2004-07-26 paf
10505:
10506: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
10507: src/main/pa_request.C, src/types/pa_vfile.h,
10508: src/types/pa_vhash.C, src/types/pa_vhash.h,
10509: src/types/types.vcproj: new: $response:body/download[
10510: $.file[name on disk] $.name[of file for user]
10511: $.mdate[date of last-modified. default from directory] ]
10512:
10513: * src/classes/file.C: moving file:send somewhere else..
10514:
10515: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
10516: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
10517: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
10518: $response:download[ $.filename[filename] $.option[] ,, ]
10519:
10520: * src/classes/file.C: beauty: invalid mode thoroughly reported
10521:
10522: 2004-07-21 paf
10523:
10524: * src/types/pa_vmail.C: bugfix: too long header values now splitted
10525: to several lines
10526:
10527: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
10528:
10529: note: ms outlook[!express] shows only first 255 characters of
10530: subject
10531:
10532: 2004-07-15 paf
10533:
10534: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
10535: off]
10536:
10537: 2004-07-14 paf
10538:
10539: * src/classes/table.C: bugfix: $.bind values now got untainted
10540: according to lang [were: as-is]
10541:
10542: 2004-07-07 paf
10543:
10544: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
10545: checked that
10546:
10547: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
10548: now untainted according to their languages. were: as-is.
10549: EVERYWHERE
10550:
10551: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
10552: environment string now untainted according to their languages.
10553: were: as-is. EVERYWHERE
10554:
10555: * src/main/pa_exec.C: bufix: on unix environment string now
10556: untainted according to their languages. were: as-is. on win32:
10557: ok
10558:
10559: * parser3.vssscc: ...would not go unnoticed
10560:
10561: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
10562: fails. in case on input appears nonutf, those bytes will be
10563: printed in %HH form. that can be easily decoded/recovered.
10564:
10565: this form is quite noticable, and hopefully would not go noticed
10566:
10567: 2004-07-06 paf
10568:
10569: * src/main/pa_exec.C: bufix: on unix environment string now
10570: untainted according to their languages. were: as-is. on win32:
10571: ok
10572:
10573: 2004-07-01 paf
10574:
10575: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
10576: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
10577: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
10578: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
10579: main/main.vcproj, targets/cgi/parser3.vcproj,
10580: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
10581: option: global optimization ON
10582:
10583: * src/main/untaint.C: workaround kinda bug in libxml: life requires
10584: to do xdoc::create{invalid chars} standard disables chars less
10585: then \x20, except tab, cr, lf.
10586:
10587: changed tainting so that those become '!'
10588:
10589: 2004-06-25 paf
10590:
10591: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10592: int on odd address [prev bugfix failed due to superwize
10593: optimizer, which turned memcpy into same 'ld' asm command]
10594:
10595: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10596: int on odd address
10597:
10598: 2004-06-22 paf
10599:
10600: * src/sql/pa_sql_driver.h: note: about possible optimization
10601:
10602: * operators.txt, src/classes/hash.C, src/classes/memory.C,
10603: src/classes/string.C, src/classes/table.C, src/classes/void.C,
10604: src/include/pa_config_includes.h: new: ^void:sql{call
10605: paf(:a)}[ $.bind[ $.a[2]
10606: ] ] output variables work. todo: check in out
10607: variables
10608:
10609: 2004-06-18 paf
10610:
10611: * src/: classes/file.C, classes/hash.C, classes/string.C,
10612: classes/table.C, classes/void.C, include/pa_globals.h,
10613: include/pa_sql_connection.h, main/compile.tab.C,
10614: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
10615: $.bind[ $.a[2] ]
10616: ] input variables work. todo:output
10617:
10618: * src/targets/cgi/parser3.C: bugfix: iis specific
10619: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
10620: /_bug.html?404;http://hpsv/test/
10621: --------------------------------------------------------------------------------
10622: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
10623: --------------------------------------------------------------------------------
10624: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
10625:
10626: 2004-06-16 paf
10627:
10628: * src/targets/cgi/parser3.C: new: iis specific
10629: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
10630: $request:query
10631: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
10632: $form:fields IIS-STATUS="404"
10633: IIS-DOCUMENT="http://server/_bug.html" f="v"
10634:
10635: todo: isapi too
10636:
10637: 2004-05-26 paf
10638:
10639: * src/include/pa_version.h: 3.1.3
10640:
10641: * operators.txt: beauty: removed outdated level 'table'
10642:
10643: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
10644:
10645: * src/main/pa_string.C: beauty: removed 3 warnings
10646:
10647: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
10648: classes/op.C: beauty: removed outdated level 'table'
10649:
10650: 2004-05-25 paf
10651:
10652: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
10653: implementation. mistery: how anything worked
10654:
10655: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
10656: changed, it is now safe to use url if pointers to it are stored
10657: to gc mem
10658:
10659: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
10660: unknown errors reported and not cause SIGSEGV now
10661:
10662: 2004-05-24 paf
10663:
10664: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10665: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
10666: less memory: CORD_chars_block originally intended to ... it was
10667: good that CORD_chars_block were not used: it consumes more memory
10668: [and, might be slow too] undoing that. [and removed that func so
10669: that it would not confuse parser developer in future]
10670:
10671: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
10672: less memory: CORD_chars_block originally intended to
10673: speedup/reduce mem usage were forgotten, and were used stupid
10674: CORD_chars
10675:
10676: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
10677:
10678: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
10679: BIGENDIAN processors space-conserving mech failed, causing
10680: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
10681: (1|2|3));
10682:
10683: 2004-05-14 paf
10684:
10685: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
10686: bugfix: void now has vfile value, and $response:body[] works OK
10687:
10688: 2004-05-12 paf
10689:
10690: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
10691: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
10692: sources to use is_defined() {return as_bool();} along VBool
10693:
10694: 2004-05-11 paf
10695:
10696: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
10697: referencing to local objects
10698:
10699: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
10700: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
10701: left intact
10702:
10703: 2004-04-15 paf
10704:
10705: * src/classes/date.C: merged: beauty: unused var removed
10706:
10707: * src/classes/date.C: beauty: unused var removed
10708:
10709: * src/include/: pa_exec.h: bugfix: interface without pointer
10710: provoked bug
10711:
10712: 2004-04-09 paf
10713:
10714: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
10715:
10716: * src/types/pa_vform.C: bugfix: form:imap were incorrect
10717:
10718: 2004-04-08 paf
10719:
10720: * src/classes/date.C: new: ^date::create[y-m-d
10721: h-M-s>>.milliseconds<<] now allowed, ignored so far
10722:
10723: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
10724:
10725: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
10726: to consult default catalog [usually, that file belongs to other
10727: user/group]
10728:
10729: 2004-04-06 paf
10730:
10731: * src/main/pa_common.C: beauty: gcc warning removed
10732:
10733: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
10734: accept that trick, trying other
10735:
10736: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
10737: explicit result problem
10738:
10739: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
10740: explicit result problem
10741:
10742: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
10743: explicit result problem
10744:
10745: * operators.txt, src/classes/string.C: new: ^string.append[string]
10746:
10747: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
10748: main/execute.C: attempt_check_call_in_explicit_result_mode:
10749: failed
10750:
10751: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
10752: http://i.p.a.ddress gethostbyaddr added [on some platforms
10753: gethostbyname failed with such 'domains'] now checked properly,
10754: were: needless reverse/forward dns lookup
10755:
10756: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
10757: http://i.p.a.ddress gethostbyaddr added [on some platforms
10758: gethostbyname failed with such 'domains'] now checked properly,
10759: were: needless reverse/forward dns lookup
10760:
10761: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
10762: @method[][result] means "no string output here" moved to lexical
10763: level [on grammar level it were too difficult]
10764:
10765: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
10766: src/main/compile.y, src/main/compile_tools.h,
10767: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
10768: @method[][result] means "no string output here", implemented part
10769: of that idea: compiler throws away string literal generation
10770: code. and barks nonwhitespace chars
10771:
10772: * operators.txt: truth: removed comment about $ORIGIN
10773:
10774: 2004-04-05 paf
10775:
10776: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
10777: src/include/pa_version.h, src/main/pa_common.C,
10778: src/targets/isapi/parser3isapi.C: merged with 3.1.3
10779:
10780: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
10781: Konstantin Tomashevitch [mailto:konst@design.ru]
10782:
10783: * src/doc/html2chm.cmd: beauty: no need in bg here
10784:
10785: * src/doc/sources2html.cmd: beauty: same window, in bg it
10786: interfered with FAR console
10787:
10788: * configure, configure.in: 3.1.3
10789:
10790: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
10791:
10792: * src/main/pa_common.C: removed warning
10793:
10794: * src/include/pa_version.h: 3.1.3
10795:
10796: 2004-04-02 paf
10797:
10798: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
10799:
10800: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
10801: allows to specify where to put parser log file
10802:
10803: 2004-04-01 paf
10804:
10805: * src/classes/table.C: bugfix: bugfix: table::load last line
10806: without tab and enter were ignored
10807:
10808: * src/: include/pa_cache_managers.h, include/pa_globals.h,
10809: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
10810: main/pa_socks.C, targets/cgi/parser3.C,
10811: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
10812: bugfix: sql connections now are disconnected
10813:
10814: 2004-03-30 paf
10815:
10816: * src/classes/table.C: bugfix: table::load last line without tab
10817: and enter were ignored
10818:
10819: * src/classes/table.C: bufix: if last table lines were commented,
10820: gpfed
10821:
10822: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
10823: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
10824: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
10825: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
10826: doc/methoded.dox, doc/object.dox, doc/string.dox,
10827: doc/targets.dox, doc/value.dox, include/pa_version.h,
10828: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
10829: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
10830: bugfixes from 3.1.2, changed version to 3.1.3beta
10831:
10832: 2004-03-29 paf
10833:
10834: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
10835: causes gpf
10836:
10837: * src/doc/: ClassExample1.dox, ClassExample2.dox,
10838: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
10839: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
10840: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
10841: value.dox: translated to english
10842:
10843: 2004-03-25 paf
10844:
10845: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
10846: parser3project dependency removed
10847:
10848: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
10849: bugfix: refused to compile without xml
10850:
10851: * src/types/pa_vform.C: beauty: removed warning
10852:
10853: * src/classes/classes.vcproj: merged bugfix: now all compiles in
10854: any folder [removed last ;) folder dependency]
10855:
10856: * src/classes/classes.vcproj: bugfix: now all compiles in any
10857: folder [removed last ;) folder dependency]
10858:
10859: * src/include/pa_version.h: release
10860:
10861: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
10862:
10863: * src/classes/table.C: beauty: comment& more meaningful error
10864: message
10865:
10866: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
10867: $.hash[$.column_value1(true) ... ] [were producing some strang
10868: thing]
10869:
10870: 2004-03-23 paf
10871:
10872: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
10873: and http status line parsing checked number of columns in table
10874: [user reported an assert]
10875:
10876: * operators.txt: example: on hashfile
10877:
10878: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
10879: bugfix: junction reattach now actually reattaches a junction to
10880: new wcontext [were only assigning it to junction, which caused
10881: junction tracking to loose junction, and it's context were not
10882: killed, and it tried to process in invalid context, gpf]
10883:
10884: * src/targets/cgi/parser3.C: debug helper added
10885:
10886: 2004-03-19 paf
10887:
10888: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
10889: "type(type)" in braces
10890:
10891: 2004-03-10 paf
10892:
10893: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
10894: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
10895: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
10896: solution to search-in-namespaces problem:
10897: $xdoc.search-namespaces.x[http://pif.design.ru/]
10898: $nodes[^xdoc.select[//x:second]]
10899:
10900: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
10901: expression][[NAMESPACES HASH]] allows to search for info in
10902: namespaces
10903:
10904: $nodes[^xdoc.select[//x:second][
10905: $.x[http://pif.design.ru/] ]]
10906:
10907: 2004-03-09 paf
10908:
10909: * operators.txt, src/main/pa_common.C: new:
10910: ^file::load[...][options] $.form[
10911: !$.field1[string]
10912: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
10913: ] !$.body[string]
10914:
10915: GET ?here notGET(POST, HEAD, others) in content-type:
10916: application/x-www-form-urlencoded
10917:
10918: todo: upload files ability
10919:
10920: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
10921: properly, done
10922:
10923: 2004-03-05 paf
10924:
10925: * operators.txt, src/main/pa_common.C: new: file::load[;http://
10926: GET/POST $.form[$.fields started, not tested yet
10927: todo:$.field[table] for multiple values
10928:
10929: * operators.txt: new: http:// options $.user $.password basic
10930: authorization
10931:
10932: * src/main/pa_common.C: beauty: link to rtf added
10933:
10934: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
10935: new: http:// options $.user $.password basic authorization
10936:
10937: * src/main/pa_common.C: beauty: removed needless vars
10938:
10939: * operators.txt: new: pgsql option [like that recently added to
10940: oracle driver] ClientCharset=parser-charset <<
10941: charset in which parser thinks client works
10942:
10943: * operators.txt: new: odbc option [like that recently added to
10944: oracle driver] ClientCharset=parser-charset <<
10945: charset in which parser thinks client works
10946:
10947: * src/sql/pa_sql_driver.h: beauty: important warning added
10948:
10949: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
10950: char!
10951:
10952: * etc/parser3.charsets/windows-1251.cfg: typo
10953:
10954: 2004-03-04 paf
10955:
10956: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
10957: cached, sql transcoding now goes faster
10958:
10959: * operators.txt: new: mysql option [like that recently added to
10960: oracle driver] ClientCharset=parser-charset <<
10961: charset in which parser thinks client works
10962:
10963: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
10964: typo error
10965:
10966: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
10967: chars commented
10968:
10969: 2004-03-03 paf
10970:
10971: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
10972: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
10973:
10974: 2004-03-02 paf
10975:
10976: * operators.txt: new[update typo]: !^void.left(n)
10977: nothing !^void.right(n) nothing !^void.mid(p[;n])
10978: nothing
10979:
10980: * operators.txt, src/classes/void.C: new: !^void.left(n)
10981: nothing !^void.right(n) nothing !^void.pos(p[;n])
10982: nothing
10983:
10984: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
10985: ^file::sql[[name_to_become_$.name]]{} query result must be one
10986: row with columns: first: data second: file name third:
10987: content-type
10988:
10989: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
10990: ^connect gets properly escaped string, which can be passed to
10991: request now this for mysql only. it's up to parser sql driver to
10992: fix zeros properly
10993:
10994: * INSTALL: note: added on building apache with this option:
10995: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
10996:
10997: 2004-03-01 paf
10998:
10999: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
11000: extension memory:compact befor processingrequest
11001:
11002: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
11003: call sole column of result
11004:
11005: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
11006: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
11007: pixel color
11008:
11009: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
11010: beauty: image -- less checks [were ugly impl]
11011:
11012: * src/classes/string.C: bugfix: ^string.left/right/mid with
11013: negative values now considered bad
11014:
11015: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
11016:
11017: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
11018: options now have unified defaults [after transform
11019: indent/omit-xml-declaration/standalone 'default' erroreously
11020: meant 'true']
11021:
11022: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
11023: added [on some platforms gethostbyname failed with such
11024: 'domains']
11025:
11026: * src/include/pa_config_auto.h.in: no select check, no define
11027:
11028: * src/classes/string.C: feature: ^string.trim both parameters may
11029: be empty-strings, meaning kind=both chars=whitespaces
11030:
11031: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
11032: exist
11033:
11034: * src/classes/string.C: check: trim 'chars' must not be empty,
11035: exception if it is
11036:
11037: * src/classes/string.C: changed: ^string.trim [] << both,
11038: whitespaces [start|both|end] << kind, whitespaces
11039: [start|both|end;chars] full
11040:
11041: 2004-02-27 paf
11042:
11043: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
11044: method: ^string.trim[start|both|end[;chars]] default
11045: 'chars' -- whitespace chars finished
11046:
11047: * operators.txt, src/classes/string.C, src/include/pa_string.h,
11048: src/main/pa_string.C: new method:
11049: ^string.trim[start|both|end[;chars]] default 'chars' --
11050: whitespace chars started, only start works
11051:
11052: * src/main/compile.C: bugfix: line numbers after
11053: ^process{}[$.line(-10]] can be negative, allowed to print they as
11054: signed
11055:
11056: * src/main/untaint.C: speed: there's no \n chars in output
11057: [normally], so no need to optimize them they could be retrived
11058: from databases, though. but 1. should be replaced 2. if not
11059: optimized, no harm done
11060:
11061: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
11062: ^file::exec/cgi could return invalid status & zombie child can
11063: remain for short period until process exists [very bad in
11064: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
11065:
11066: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
11067: malicious SMTP server to attack as by returning too long status
11068: responses http://i2/tasks/edit/?id=4629448401140924947
11069:
11070: 2004-02-26 paf
11071:
11072: * operators.txt: feature: ^process...{CODE}[now has options] which
11073: are $.main[to what to rename @main] $.file[file,
11074: from which (user says) goes that CODE] $.lineno(line
11075: number in that file, where CODE starts. may be negative)
11076:
11077: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11078: src/main/compile.C, src/main/compile_tools.h,
11079: src/main/pa_request.C: feature: ^process...{CODE}[now has
11080: options] which are $.main[to what to rename @main]
11081: $.file[file, from which (user says) goes that CODE]
11082: $.lineno(line number in that file, where CODE starts. may be
11083: negative)
11084:
11085: 2004-02-25 paf
11086:
1.116 moko 11087: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
11088: old @charsetsdir@ recently erased from configure.in]
1.95 moko 11089:
11090: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
11091: produces hash of column=>1
11092:
11093: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
11094: with incomplete errno constants set
11095:
11096: 2004-02-24 paf
11097:
11098: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
11099: "man select"
11100:
11101: * src/main/pa_os.C: beauty: <0 better then ==-1
11102:
11103: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
11104:
11105: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
11106:
1.116 moko 11107: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 11108:
11109: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
11110: unix: steps to work on unix [extracted 'to']
11111:
11112: * src/classes/mail.C: smtp on unix: steps to work on unix
11113:
11114: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
11115:
1.116 moko 11116: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
11117: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
11118: unix [testing on solaris]
1.95 moko 11119:
11120: 2004-02-20 paf
11121:
11122: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
11123: pointing that out
11124:
11125: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
11126: fixed again [same solution, mistanenly removed one line]
11127:
11128: 2004-02-19 paf
11129:
11130: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
11131: date::create from bad datetime in spring daylightsaving hole now
11132: OK for all platforms [on some platforms it failed]
11133:
11134: * src/classes/: date.C, image.C: beauty: date::create[bad date time
11135: in daylightsaving hole] now throws error
11136:
11137: * src/classes/date.C: comment: mistake fixed
11138:
11139: 2004-02-18 paf
11140:
11141: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
11142: now renderes in $request:charset, but in header puts
11143: $response:charset todo: make that default only so that coder
11144: could override that
11145:
11146: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
11147: turns off omit-xml-declaration
11148:
11149: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
11150: /.xsl for sample
11151:
11152: 2004-02-17 paf
11153:
11154: * src/classes/xdoc.C: beauty: needless helper class removed
11155:
11156: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
11157: copied extra time
11158:
11159: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
11160: part of libxml
11161:
11162: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
11163: libxml to do the work] <xsl:output method="html"
11164: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
11165: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
11166: />
11167:
11168: * src/classes/xdoc.C: beauty: no <meta ... charset generated
11169:
11170: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
11171: caused assertion
11172:
11173: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
11174: could hang. now such add does nothing, sub clears $hash
11175:
11176: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
11177: not made quoted-printable
11178:
11179: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
11180: string invariant
11181:
11182: 2004-02-16 paf
11183:
11184: * src/main/pa_globals.C: bugfix: xml errors copy from library now
11185: cleared [were not cleared properly]
11186:
11187: 2004-02-13 paf
11188:
1.116 moko 11189: * src/include/pa_version.h: prerelease
1.95 moko 11190:
11191: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
11192: used, introducing dependencies timestamp check
11193:
11194: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11195: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
11196: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
11197: .xsl.stamp now not used, introducing dependencies timestamp check
11198:
11199: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
11200:
11201: 2004-02-12 paf
11202:
11203: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
11204: ruined empty <input type=file> submits. parser thought there were
11205: nameless empty file and $form:field got value of type 'file'
11206:
11207: * INSTALL: --without-threads
11208:
11209: * src/include/pa_sapi.h: 2004
11210:
11211: 2004-02-11 paf
11212:
11213: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11214: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11215: classes/hashfile.C, classes/image.C, classes/int.C,
11216: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11217: classes/response.C, classes/string.C, classes/table.C,
11218: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11219: include/pa_array.h, include/pa_cache_managers.h,
11220: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11221: include/pa_config_fixed.h, include/pa_config_includes.h,
11222: include/pa_dictionary.h, include/pa_dir.h,
11223: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11224: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11225: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11226: include/pa_request_charsets.h, include/pa_request_info.h,
11227: include/pa_socks.h, include/pa_sql_connection.h,
11228: include/pa_sql_driver_manager.h, include/pa_stack.h,
11229: include/pa_string.h, include/pa_stylesheet_connection.h,
11230: include/pa_stylesheet_manager.h, include/pa_table.h,
11231: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11232: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11233: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11234: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11235: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11236: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11237: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11238: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11239: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11240: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11241: main/pa_sql_driver_manager.C, main/pa_string.C,
11242: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
11243: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
11244: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11245: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11246: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11247: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11248: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11249: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11250: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11251: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11252: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11253: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11254: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11255: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11256: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11257: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11258: types/pa_vresponse.h, types/pa_vstateless_class.C,
11259: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11260: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11261: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11262: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11263: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11264: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
11265:
11266: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
11267: debug version of gc.dll
11268:
11269: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11270: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11271: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
11272: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
11273: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
11274: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
11275: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
11276: processes
11277:
11278: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
11279: main/pa_globals.C, targets/cgi/parser3.vcproj,
11280: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
11281: changes to reflect libxml xsl new folders
11282:
11283: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11284: lib/smtp/smtp.vcproj, main/main.vcproj,
11285: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
11286: to reflect libxml xsl new folders
11287:
11288: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11289: lib/smtp/smtp.vcproj, main/main.vcproj,
11290: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
11291: types/types.vcproj: started changes to reflect libxml xsl new
11292: folders
11293:
11294: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
11295: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
11296: src/main/compile.tab.C, src/main/main.vcproj,
11297: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
11298: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
11299: started changes to reflect libxml xsl new folders
11300:
11301: 2004-02-10 paf
11302:
11303: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
11304: compile. recommened latest libxml up to date
11305:
11306: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
11307: pattern compilation errors", on which spent 4 hours worktime. use
11308: versions higher than that. recommended now latest up to date
11309:
11310: 2004-02-06 paf
11311:
11312: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
11313: beauty: unified destructing style
11314:
11315: * src/main/untaint.C: beauty: removed old def/ifdef
11316:
11317: * src/main/untaint.C: beauty: coredump @unknown untaint language
11318: now
11319:
11320: 2004-02-03 paf
11321:
11322: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
11323: targets/isapi/parser3isapi.C, types/pa_value.C,
11324: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
11325: then %ld/%lu
11326:
11327: * src/main/pa_common.C: typo: %l -> %u
11328:
11329: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
11330: in attributes or documents-results of transform now not xx;
11331:
11332: * src/classes/xnode.C: memleaks found: not fixed yet. todo
11333:
11334: * src/main/pa_charset.C: bugfix: forgot to undo some
11335:
11336: * src/main/pa_charset.C: beauty: uncomment
11337: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
11338: libraries
11339:
11340: 2004-02-02 paf
11341:
11342: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
11343: $cookie:example[ $.value[value] $.path[/there/] ]
11344:
11345: $cookie:example[ $.value[] $.expires[session]
11346: $.path[/there/] $.domain[test.com] ]
11347:
11348: * src/types/pa_vform.C: bugfix: empty values with
11349: enctype=multipart/form-data now produce entries in $form:tables
11350: <form method=post enctype=multipart/form-data> <input type=hidden
11351: name=a> <input type=hidden name=b>
11352:
11353: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
11354: <hr> <pre>$request:body
11355:
11356: 2004-01-30 paf
11357:
11358: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
11359: or documents-results of transform now not xx;
11360:
11361: * src/classes/date.C: bugfix: ^date::create[invalid fields now
11362: produce exception.
11363:
11364: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
11365: bugfix: ^date::create[invalid fields now produce exception.
11366:
11367: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
11368: year] now produces exception. todo: check other fields
11369:
11370: 2004-01-29 paf
11371:
11372: * src/include/pa_memory.h: typo error
11373:
11374: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
11375: more byte then specified, then zeroed it << useless and
11376: potentially harmful(could gpf)
11377:
11378: 2004-01-22 paf
11379:
11380: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
11381:
11382: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
11383: optimization
11384:
11385: * src/main/untaint.C: bugfix: whitespace now optimized properly
11386: [were bug: ^taint[1 & 2]="1 &2"
11387:
11388: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
11389: errors
11390:
11391: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
11392: overflow
11393:
11394: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
11395: error-reporting code * in parser-error reporting code [when no
11396: @unhandled_exception defined]
11397:
11398: fixed in one place: my *snprintf override
11399:
11400: 2004-01-13 paf
11401:
11402: * operators.txt: typo erro
11403:
11404: 2003-12-25 paf
11405:
11406: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
11407: garbled [pieces after zero bytes were removed]
11408:
11409: 2003-12-22 paf
11410:
1.116 moko 11411: * src/include/Makefile.am: bugfix: removed from dist:
11412: src/include/pa_config_auto.h which were configured for
1.95 moko 11413: make-dist-platform and badly updated proper config file in target
11414: [when .tar used for updating existing source tree]
11415:
11416: * ChangeLog, operators.txt, src/classes/op.C,
11417: src/include/pa_sql_connection.h,
11418: src/include/pa_sql_driver_manager.h,
11419: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
11420: feature: sql introducing ability to transcode charsets
11421:
11422: 2003-12-19 paf
11423:
11424: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
11425: error message
11426:
11427: * src/main/pa_charset.C: bugfix: memory for charsethandler
11428: structure for libxml now allocated properly
11429:
11430: 2003-12-17 paf
11431:
11432: * src/types/pa_vfile.C: beauty: removed outdated cast
11433:
11434: * src/main/pa_common.C: bugfix: empty http response caused gpf
11435:
11436: * src/include/pa_string.h: bugfix: removed too strong a assert
11437:
11438: * src/main/pa_globals.C: bugfix: removed false warning [warning:
11439: unreported xmlGenericErrors]
11440:
11441: 2003-12-15 paf
11442:
11443: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
11444: works}
11445:
11446: 2003-12-11 paf
11447:
11448: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
11449: id
11450: !$status:tid thread id
11451:
11452: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
11453: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
11454: bugfix(solaris): removed dependency on object initialization
11455: order [one more place]
11456:
11457: * src/: classes/file.C, classes/mail.C, classes/op.C,
11458: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
11459: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
11460: understand that
11461:
11462: * src/: classes/file.C, classes/mail.C, classes/op.C,
11463: classes/xdoc.C, include/pa_cache_managers.h,
11464: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11465: include/pa_stylesheet_manager.h, main/pa_request.C,
11466: main/pa_stylesheet_manager.C, types/pa_vimage.C,
11467: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
11468: ctor call [relying on implicit String::Body(cstr) call]
11469:
11470: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
11471: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
11472: object initialization order [two places]
11473:
11474: 2003-12-10 paf
11475:
11476: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
11477: << time now ok
11478:
11479: * operators.txt, src/main/pa_sql_driver_manager.C,
11480: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
11481: operational
11482:
11483: * ChangeLog, operators.txt, src/classes/xdoc.C,
11484: src/include/pa_charset.h, src/include/pa_sql_connection.h,
11485: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
11486: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
11487: back operational
11488:
11489: 2003-12-02 paf
11490:
11491: * src/types/pa_vmail.C: bugfix:
11492: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
11493: as-is forced]
11494:
11495: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
11496: exceptions out of libxml callbacks: reimplemented error handling
11497: of http://localhost, parser://method and safemode check callbacks
11498:
11499: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
11500: [merged from HEAD]
11501:
11502: * src/classes/image.C: nothing: comment removed
11503:
11504: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
11505: addresses to int
11506:
11507: 2003-12-01 paf
11508:
11509: * src/main/pa_xml_io.C: bugfix: typo
11510:
11511: * src/main/pa_globals.C: bugfix: win32: compile prob
11512:
11513: * src/classes/xdoc.C: bugfix: typo
11514:
11515: * src/main/pa_xml_io.C: todo: safe mode check not to throw
11516: exception
11517:
11518: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
11519:
11520: 2003-11-28 paf
11521:
11522: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
11523: all xml documents read
11524:
11525: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
11526:
11527: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11528: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
11529: replaced original open mech of xdoc::create & co to use libxml
11530: open, so that this would work for root document todo: safe mode
11531: checks to libxml: ideally to some 1 point
11532:
11533: * src/main/pa_xml_io.C: comment
11534:
11535: * operators.txt, src/main/pa_xml_io.C: leading / in
11536: http://parser[abscent params]
11537:
11538: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
11539: works. todo: maybe replace original open mech of xdoc::create &
11540: co to use libxml open, so that this would work for root document
11541:
11542: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
11543: "parser://method/params/here"> <test> &test^; </test> }]
11544:
11545: ^taint[^xdoc.string[]]
11546:
11547: @method[param] <!ENTITY test
11548: "test-entity-value+$form:user+$param!">
11549:
11550: 2003-11-27 paf
11551:
11552: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
11553:
11554: * src/classes/date.C: bugfix: typo error
11555:
11556: 2003-11-26 paf
11557:
11558: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
11559: src/main/Makefile.am, src/main/main.vcproj,
11560: src/main/pa_globals.C, src/main/pa_request.C,
11561: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
11562: xml errors to hash<thread_id,error> reorganization: xml io moved
11563: to pa_xml_io.C/h
11564:
11565: * src/types/pa_value.h: warnings: --
11566:
11567: 2003-11-25 paf
11568:
11569: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
11570: whatever)
11571:
11572: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
11573: a, (c?x:y, z)
11574:
11575: * src/main/untaint.C: bugfix: consequences of not reading this
11576: comment: CORD_pos_chars_left /* Number of characters in cache.
11577: <= 0 ==> none */
11578:
11579: * src/include/pa_array.h: removed needless checks
11580:
11581: 2003-11-24 paf
11582:
11583: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
11584: removed limit: now $form:xxx can be accessed anytime, even in
11585: @auto/conf [and request/response:charset still can be changed
11586: anytime]
11587:
11588: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
11589: now not transcodes response body
11590:
11591: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
11592: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
11593: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
11594: $xdoc.firstChild.firstChild.nodeValue[different]
11595: ^taint[^xdoc.string[]]
11596:
11597: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
11598: workaround: static Hash::allocates -> static Hash_allocates
11599:
11600: 2003-11-21 paf
11601:
1.116 moko 11602: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
11603: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
11604: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 11605:
11606: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
11607:
11608: * src/classes/mail.C: bugfix: typo
11609:
11610: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 11611: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
11612: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
11613: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
11614: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 11615: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
11616:
11617: * src/main/pa_exec.C: bug in safe mode
11618:
11619: * src/include/Makefile.am: pa_xml_exception.h
11620:
11621: * src/targets/isapi/parser3isapi.C: more warnings --
11622:
11623: 2003-11-20 paf
11624:
11625: * src/: classes/math.C, classes/op.C, classes/string.C,
11626: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
11627: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
11628: --
11629:
11630: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
11631: more warnings --
11632:
11633: * src/classes/xdoc.C: more warnings --
11634:
11635: * src/classes/: date.C, image.C, xdoc.C: more warnings --
11636:
11637: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
11638: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
11639:
11640: * src/: classes/date.C, classes/file.C, classes/hash.C,
11641: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
11642: classes/table.C, include/pa_cache_managers.h,
11643: include/pa_stylesheet_connection.h, main/pa_request.C,
11644: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
11645: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
11646: --
11647:
11648: * src/main/: execute.C, pa_request.C: old forgotten todo: when
11649: can't report problem (undefined @unhandled_exception) problem
11650: source string were not reported
11651:
11652: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11653: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11654: classes/hashfile.C, classes/image.C, classes/int.C,
11655: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11656: classes/response.C, classes/string.C, classes/table.C,
11657: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11658: include/pa_array.h, include/pa_cache_managers.h,
11659: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11660: include/pa_config_fixed.h, include/pa_dictionary.h,
11661: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
11662: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
11663: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
11664: include/pa_request.h, include/pa_request_charsets.h,
11665: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
11666: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11667: include/pa_stack.h, include/pa_string.h,
11668: include/pa_stylesheet_connection.h,
11669: include/pa_stylesheet_manager.h, include/pa_table.h,
11670: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11671: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
11672: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
11673: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11674: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11675: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11676: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11677: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
11678: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
11679: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
11680: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
11681: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11682: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
11683: targets/isapi/parser3isapi.C, types/pa_junction.h,
11684: types/pa_method.h, types/pa_value.C, types/pa_value.h,
11685: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
11686: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11687: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
11688: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
11689: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
11690: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
11691: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11692: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11693: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11694: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11695: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11696: types/pa_vresponse.h, types/pa_vstateless_class.C,
11697: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11698: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11699: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11700: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11701: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11702: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
11703: const IDENT
11704:
11705: * src/: include/pa_array.h, include/pa_pool.h,
11706: include/pa_request.h, include/pa_string.h, include/pa_table.h,
11707: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
11708: types/pa_wcontext.h: more warnings --
11709:
11710: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
11711: classes/file.C, classes/hash.C, classes/hashfile.C,
11712: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
11713: classes/memory.C, classes/op.C, classes/string.C,
11714: classes/table.C, classes/xdoc.C, classes/xnode.C,
11715: include/pa_config_includes.h, include/pa_operation.h,
11716: include/pa_sql_connection.h, include/pa_table.h,
11717: include/pa_types.h, lib/ltdl/config_fixed.h,
11718: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
11719: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11720: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
11721: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
11722: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
11723: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
11724: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
11725: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
11726: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
11727: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
11728: types/pa_vmail.C, types/pa_vobject.C,
11729: types/pa_vstateless_class.h, types/pa_vtable.C,
11730: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
11731: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
11732: on all projects (except libltdl=off & libsdbm=level3) found
11733: several unitialized vars
11734:
11735: 2003-11-19 paf
11736:
11737: * src/classes/op.C: more ansi C++ comp
11738:
11739: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11740: src/main/pa_request.C: ^cache[...]{body}{catch block with
11741: $exception.handled[cache] meaning "get expired cache, if any.
11742: else error"}
11743:
11744: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
11745: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
11746: ^cache[...]{body}{catch code with $exception.cache field}
11747:
11748: 2003-11-12 paf
11749:
11750: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
11751: [copy/paste bug]
11752:
11753: 2003-11-11 paf
11754:
11755: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
11756: failed]
11757:
11758: * bin/auto.p.dist.in: colno
11759:
11760: 2003-11-10 paf
11761:
11762: * src/types/pa_vconsole.h: flush
11763:
11764: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
11765: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
11766: read/write [for nntp]
11767:
11768: * operators.txt: mysql: transaction support: ?autocommit=0
11769:
11770: * operators.txt: comment: updated
11771:
11772: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
11773: serialize version and exipire now removes entries
11774:
11775: * operators.txt: ^hashfile.delete[] removes files altogether [and
11776: dir, if could]
11777:
11778: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
11779: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
11780: removes files altogether [and dir, if could]
11781:
11782: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
11783: nonexistent pair. .c coded that that was error. fixed
11784:
11785: * src/types/pa_vhashfile.C: sdbm: exception type change to
11786: file.access [regretfull can't split it to different exceptions
11787: without modifying sdbm source wich would prefer not to]
11788:
11789: 2003-11-07 paf
11790:
11791: * src/: classes/date.C, classes/file.C, classes/hash.C,
11792: classes/hashfile.C, classes/image.C, classes/table.C,
11793: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
11794: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
11795: main/execute.C, main/main.vcproj, main/pa_pool.C,
11796: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
11797: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
11798: types/pa_vstateless_class.h: resurrected: pool idea. now only for
11799: destructing objects at request processing end
11800:
11801: 2003-11-06 paf
11802:
11803: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
11804: updates
11805:
11806: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
11807: to include sdbm
11808:
1.116 moko 11809: * src/include/: pa_config_includes.h, pa_version.h: our
11810: replacements of max& co only for cpp
1.95 moko 11811:
11812: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
11813: upper dir, .am updated
11814:
11815: * tests/todo.txt: hashfile: done
11816:
11817: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
11818: expiration [time in value. todo: move time to key]
11819:
11820: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
11821:
11822: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
11823: to do that in foreach, no errors, but surely wrong]
11824:
11825: * operators.txt, src/types/pa_vhashfile.C,
11826: src/types/pa_vhashfile.h: hashfile: clear and proper locking
11827:
11828: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
11829: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
11830: foreach
11831:
11832: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
11833: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
11834:
11835: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
11836: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
11837:
11838: * src/: include/pa_memory.h, targets/cgi/parser3.C,
11839: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
11840: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
11841: get/put [raw]
11842:
11843: * src/: classes/op.C, main/pa_os.C: just linked
11844:
11845: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
11846: XmlException changes
11847:
11848: * src/: include/pa_charset.h, include/pa_globals.h,
11849: include/pa_stylesheet_connection.h, main/pa_exception.C:
11850: XmlException changes
11851:
11852: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
11853:
11854: * src/: include/pa_common.h, include/pa_exception.h,
11855: main/main.vcproj, main/pa_common.C, include/pa_os.h,
11856: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
11857: main/pa_xml_exception.C: locking move to pa_os [along with
11858: pa_sleep] apr-impl locking done
11859:
11860: * configure, configure.in, operators.txt, parser3.sln,
11861: src/classes/classes.vcproj, src/classes/hashfile.C,
11862: src/classes/xdoc.C, src/include/pa_config_fixed.h,
11863: src/include/pa_exception.h, src/include/pa_globals.h,
11864: src/include/pa_memory.h, src/include/pa_version.h,
11865: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
11866: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
11867: src/main/compile.tab.C, src/main/main.vcproj,
11868: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
11869: src/types/Makefile.am, src/types/pa_vhash.C,
11870: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
11871: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
11872: again with sdbm from apache
11873:
11874: 2003-11-05 paf
11875:
11876: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
11877: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
11878: \parser3project dir anymore
11879:
11880: * src/main/pa_charset.C: bugfix: had broken binary search [copied
11881: thoughtlessly from xalan]
11882:
11883: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
11884: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
11885: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
11886:
11887: * src/main/helpers/CaseFolding.txt:
11888: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
11889:
11890: 2003-11-04 paf
11891:
11892: * operators.txt: comment: ^mail:send[$.options[
11893:
11894: * src/classes/table.C: compiled on unix
11895:
1.116 moko 11896: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 11897:
11898: * src/classes/mail.C: compiled on unix
11899:
11900: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
11901: src/types/pa_vmail.h: !^mail:send[
11902: $.options[unix: string to append to sendmail command
11903: line]
11904:
11905: * operators.txt, src/classes/table.C, src/main/pa_string.C,
11906: tests/todo.txt: ^table.save[... $.separator[^#09]
11907: $.encloser["] <nothing> by default
11908:
11909: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
11910: !$.separator[^#09] !$.encloser["] <nothing> by
11911: default
11912:
11913: 2003-11-03 paf
11914:
11915: * operators.txt, src/classes/table.C, src/main/pa_common.C:
11916: ^table::load[; options: !$.column-separator[^#09]
11917: !$.column-encloser["]
11918:
11919: * operators.txt, src/include/pa_config_fixed.h,
11920: src/types/pa_vrequest.C: $request:document-root
11921:
11922: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
11923: [already included into uri=xxx]
11924:
11925: * operators.txt, src/classes/image.C, tests/todo.txt:
11926: ^image.gif[filename] for $response:download
11927:
11928: * src/classes/date.C: minor precaution
11929:
11930: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
11931: !^date.unix-timestamp[]
11932:
11933: 2003-10-30 paf
11934:
11935: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
11936: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
11937:
11938: * src/classes/: date.C, image.C: improvement diagnostics:
11939: $now[^date::create[$undefined]] now is error
11940:
11941: * src/main/pa_common.C: read errors would now be reported 'actually
11942: read -1 bytes'
11943:
11944: 2003-10-24 paf
11945:
11946: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
11947: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
11948: src/main/Makefile.am, src/targets/cgi/Makefile.am,
11949: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
11950:
11951: 2003-10-22 paf
11952:
11953: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
11954:
11955: 2003-10-21 paf
11956:
11957: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
11958: fixed: string.match[g] without <'> option produced columns with
11959: NULL's, which gpf'ed at table.save time
11960:
11961: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
11962: recoursion' message with intensive throw-catches fixed: incorrect
11963: name and line (one name upper then needed) in error message about
11964: problems inside try block
11965:
11966: 2003-10-10 paf
11967:
11968: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
11969: check offset argument for validity did that in String::Body::pos
11970: myself http://i2/tasks/edit/?id=4577425257580789777
11971:
11972: 2003-10-07 paf
11973:
11974: * src/main/: compile.tab.C, compile.y: ^if ( better error:
11975: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
11976:
11977: 2003-10-03 paf
11978:
11979: * parser3.sln, src/include/pa_dictionary.h,
11980: src/main/pa_dictionary.C, src/main/pa_string.C,
11981: src/targets/cgi/parser3.vcproj: dictionary optimized by
11982: precalculating cstr&length
11983:
11984: 2003-10-02 paf
11985:
11986: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
11987: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
11988: main/pa_stylesheet_manager.C: bugfix: ^throw context were
11989: saved/restored incompletely http://www.parser.ru/forum/?id=21484
11990:
11991: 2003-09-30 paf
11992:
11993: * src/main/pa_string.C: string::replace bug fix [were ignoring
11994: occurrances after lang-mismatched
11995:
11996: 2003-09-29 paf
11997:
11998: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
11999: helper
12000:
12001: * src/main/pa_string.C: string::serialize bug fix with
12002: zero-terminator
12003:
12004: * src/classes/table.C: ^nameless_table.save column row now has no
12005: \t at the end
12006:
12007: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
12008: @postprocess now takes $response:body/download
12009:
12010: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
12011: error message
12012:
12013: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
12014:
12015: * src/classes/table.C: bugfix: flip: must produce nameless
12016: http://i2/tasks/edit/?id=4573405524674081244
12017:
12018: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
12019: main/helpers/simple_folding.pl: utf-8 upper/lower
12020:
12021: * src/main/pa_common.C: bugfix: utf signature were not ignored due
12022: to typo error http://i2/tasks/edit/?id=4573354650786434584
12023:
12024: 2003-09-26 paf
12025:
12026: * src/main/untaint.C: removed needless field
12027:
12028: * src/main/untaint.C: removed needless const
12029:
12030: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
12031: String.for_each bug fixed [omited one-char cases]
12032:
12033: * src/include/pa_stack.h: bugfix: before collecting garbage,
12034: runtime-executor stack were cleared... BADLY
12035:
12036: * src/main/pa_string.C: ^stirng.replace code used old
12037: param-convention on langs.append, fixed that search fo the like,
12038: found none
12039:
12040: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
12041: string::serialize/deserialize implemented Language enum assigned
12042: meaningful letters [more convinient for debugging. read warning
12043: before adding/changing anything]
12044:
12045: 2003-09-25 paf
12046:
12047: * src/: include/pa_string.h, include/pa_version.h,
12048: main/pa_string.C, main/untaint.C: templates and anonymous unions
12049: differences on unix
12050:
12051: * parser3.sln, src/classes/file.C, src/classes/image.C,
12052: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
12053: src/classes/xdoc.C, src/classes/xnode.C,
12054: src/include/pa_cache_managers.h, src/include/pa_charset.h,
12055: src/include/pa_charsets.h, src/include/pa_common.h,
12056: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
12057: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
12058: src/include/pa_table.h, src/lib/cord/cordbscs.c,
12059: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
12060: src/lib/cord/include/cord.h, src/main/compile.tab.C,
12061: src/main/compile_tools.h, src/main/pa_charset.C,
12062: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
12063: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12064: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
12065: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
12066: src/types/pa_vmail.C, src/types/pa_vmath.C,
12067: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
12068: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
12069:
12070: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
12071: functions aligned to that of eeparser3 look
12072:
12073: * src/lib/cord/cordprnt.c: removed warnings
12074:
12075: 2003-09-24 paf
12076:
12077: * src/: classes/file.C, classes/image.C, classes/mail.C,
12078: classes/op.C, classes/xdoc.C, classes/xnode.C,
12079: include/pa_cache_managers.h, include/pa_charset.h,
12080: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
12081: include/pa_sql_driver_manager.h, include/pa_string.h,
12082: include/pa_stylesheet_manager.h, include/pa_table.h,
12083: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
12084: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
12085: main/pa_sql_driver_manager.C, main/pa_string.C,
12086: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
12087: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
12088: types/pa_vstateless_class.h, types/pa_vstatus.C,
12089: types/pa_vxnode.C: v() functions of String::Body,
12090: String::Languages and String itself StringBody->String::Body
12091:
12092: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12093: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
12094: never optimized anything. todo: somehow speed up harder cases:
12095: concatenationA+concatenationB when last block of A and first of B
12096: contain same letters
12097:
12098: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12099: lib/cord/include/cord.h: langs: speed up by joining adjucent
12100: blocks of same char [CORD_append_block]
12101:
12102: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12103: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
12104: save space by extending blocks when appending block with c ==
12105: lastblock.c
12106:
12107: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
12108: working yet :( but more working &understood :)
12109:
12110: * src/: classes/table.C, include/pa_string.h,
12111: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
12112:
12113: 2003-09-23 paf
12114:
12115: * src/main/untaint.C: $a[ok!] $a works!
12116:
12117: * src/main/untaint.C: something even more works :)
12118:
12119: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
12120: something more works :)
12121:
12122: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12123: lib/cord/cordxtra.c: something already works :)
12124:
12125: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
12126: serialize&deserialize
12127:
12128: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
12129: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
12130: main/untaint.C: main idea implemented, details left
12131:
12132: 2003-09-22 paf
12133:
12134: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
12135:
12136: * src/classes/xnode.C: copy/paste comment bugfix
12137:
12138: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
12139: allocator returns 0, just die.
12140: http://i2/tasks/edit/?id=4570798492410259445
12141:
12142: * src/classes/xdoc.C: copy/paste comment bugfix
12143:
12144: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
12145: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
12146: xnode: getAttributeNS setAttributeNS removeAttributeNS
12147: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
12148:
12149: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
12150: chars due to bitwise operation signed-char error]
12151:
12152: 2003-09-19 paf
12153:
12154: * src/types/pa_wcontext.C: output message: more practical
12155: suggestion
12156:
12157: * src/main/pa_common.C, operators.txt: merged
12158: $f[^file::load[binary;http://...]] $f.tables
12159:
12160: 2003-09-02 paf
12161:
12162: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
12163: flush stdout without referencing 'stdout' symbol. to hell with
12164: non-ansi libraries without 'stdout' symbol
12165:
12166: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
12167: unix (users reported problems with some old libc)
12168:
12169: * src/types/pa_vdate.h: forgot initializer
12170:
12171: 2003-09-01 paf
12172:
12173: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
12174: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
12175: zone]
12176:
12177: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
12178:
12179: 2003-08-19 paf
12180:
12181: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
12182: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
12183: simplified a little
12184:
12185: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
12186: [lost fix from 3.0.8]
12187:
12188: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
12189: visible here }
12190:
12191: bug fix
12192:
12193: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
12194:
12195: * src/main/compile.tab.C: initialized couple of variables about
12196: which user reported runtime problems when parser were compiled
12197: with VC7, warning level4. study shows that later in bison
12198: they've fixed that. would migrate to latest bison someday
12199:
12200: * src/types/pa_vmail.C: turned off recoding in gmime (were still
12201: recoding headers)
12202:
12203: * src/types/pa_vmail.C: works as before, same charset problems:
12204: gmime recodes to UTF-8 only headers, not body. so not recoding
12205: anything for now
12206:
12207: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
12208: problems with body
12209:
12210: * src/types/pa_vmail.C: mail_receive just compiled
12211:
12212: 2003-08-18 paf
12213:
12214: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12215: main/main.vcproj, types/types.vcproj: win32: continued process
12216: detaching from \parser3project directory
12217:
12218: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
12219: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
12220: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
12221: src/lib/pcre/pcre_dftables.dsp,
12222: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
12223: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
12224: src/types/types.dsp: moved to MSVC 7
12225:
12226: * gnu.vcproj.vspscc, parser3.vssscc,
12227: src/classes/classes.vcproj.vspscc,
12228: src/lib/cord/cord.vcproj.vspscc,
12229: src/lib/ltdl/libltdl.vcproj.vspscc,
12230: src/lib/md5/md5.vcproj.vspscc,
12231: src/lib/pcre/pcre_dftables.vcproj.vspscc,
12232: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
12233: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
12234: src/targets/isapi/parser3isapi.vcproj.vspscc,
12235: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
12236: moved to MSVC 7
12237:
12238: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
12239: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
12240: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12241: src/lib/pcre/pcre_dftables.vcproj,
12242: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
12243: src/targets/cgi/parser3.vcproj,
12244: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12245: new VS project files
12246:
12247: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
12248: .NET to detect Jalindi Igloo capabilities.
12249:
12250: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 12251: src/classes/classes.awk, src/doc/footer.htm,
12252: src/include/pa_config_fixed.h, src/include/pa_version.h,
12253: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 12254: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
12255: src/types/pa_vmail.C: merged 3.1.0 latest changes
12256:
12257: 2003-08-15 paf
12258:
12259: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12260: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
12261:
12262: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12263: non-ascii <yyy> now encoded correctly
12264:
12265: 2003-07-29 paf
12266:
1.116 moko 12267: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
12268: dist
1.95 moko 12269:
12270: * src/types/pa_vmail.C: just started --with-mail-receive
12271:
12272: 2003-07-28 paf
12273:
1.116 moko 12274: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
12275: dependence in src/classes, src/lib/gc now in dist
1.95 moko 12276:
12277: * src/main/pa_string.C: ^cache bug fix [were not working at all]
12278:
12279: 2003-07-25 paf
12280:
12281: * src/doc/footer.htm: year
12282:
12283: 2003-07-24 paf
12284:
12285: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
12286: fix
12287:
12288: * src/include/pa_version.h: release
12289:
1.116 moko 12290: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 12291:
12292: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
12293: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
12294: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
12295: getting rid of win32xml pseudo project
12296:
12297: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
12298:
1.116 moko 12299: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
12300: configure.in, operators.txt, parser3.dsw,
1.95 moko 12301: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 12302: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 12303: src/classes/classes.C, src/classes/classes.awk,
12304: src/classes/classes.dsp, src/classes/classes.h,
12305: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12306: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12307: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12308: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
12309: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12310: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
12311: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
12312: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 12313: src/include/pa_array.h, src/include/pa_cache_managers.h,
12314: src/include/pa_charset.h, src/include/pa_charsets.h,
12315: src/include/pa_common.h, src/include/pa_config_auto.h.in,
12316: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
12317: src/include/pa_dictionary.h, src/include/pa_dir.h,
12318: src/include/pa_exception.h, src/include/pa_exec.h,
12319: src/include/pa_globals.h, src/include/pa_hash.h,
12320: src/include/pa_memory.h, src/include/pa_opcode.h,
12321: src/include/pa_operation.h, src/include/pa_pool.h,
12322: src/include/pa_pragma_pack_begin.h,
1.95 moko 12323: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
12324: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
12325: src/include/pa_sapi.h, src/include/pa_socks.h,
12326: src/include/pa_sql_connection.h,
12327: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
12328: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
12329: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
12330: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 12331: src/include/pa_uue.h, src/lib/Makefile.am,
12332: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
12333: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
12334: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
12335: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 12336: src/lib/cord/include/ec.h,
12337: src/lib/cord/include/private/Makefile.am,
12338: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 12339: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
12340: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 12341: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 12342: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
12343: src/main/compile_tools.C, src/main/compile_tools.h,
12344: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
12345: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12346: src/main/pa_charsets.C, src/main/pa_common.C,
12347: src/main/pa_dictionary.C, src/main/pa_dir.C,
12348: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 12349: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
12350: src/main/pa_request.C, src/main/pa_socks.C,
12351: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12352: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 12353: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
12354: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
12355: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
12356: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
12357: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
12358: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
12359: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 12360: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12361: src/targets/isapi/parser3isapi.dsp,
12362: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 12363: src/types/pa_junction.h, src/types/pa_method.h,
12364: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 12365: src/types/pa_vclass.C, src/types/pa_vclass.h,
12366: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12367: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12368: src/types/pa_vdouble.h, src/types/pa_venv.h,
12369: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
12370: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
12371: src/types/pa_vimage.C, src/types/pa_vimage.h,
12372: src/types/pa_vint.h, src/types/pa_vjunction.h,
12373: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
12374: src/types/pa_vmath.h, src/types/pa_vmemory.h,
12375: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12376: src/types/pa_vobject.C, src/types/pa_vobject.h,
12377: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12378: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12379: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12380: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
12381: src/types/pa_vstatus.h, src/types/pa_vstring.C,
12382: src/types/pa_vstring.h, src/types/pa_vtable.C,
12383: src/types/pa_vtable.h, src/types/pa_vvoid.h,
12384: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12385: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12386: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
12387: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
12388: HEAD
12389:
12390: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
12391: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
12392: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
12393: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
12394: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
12395: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
12396: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
12397: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
12398: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
12399: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
12400: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
12401: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
12402: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
12403: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
12404: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
12405: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
12406: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
12407: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
12408: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
12409: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
12410: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
12411: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
12412: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
12413: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
12414: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
12415: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
12416: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
12417: outputs/create-dir, results/001.processed, results/002.processed,
12418: results/003.processed, results/004.processed,
12419: results/005.processed, results/006.processed,
12420: results/007.processed, results/008.processed,
12421: results/009.processed, results/010.processed,
12422: results/011.processed, results/012.processed,
12423: results/013.processed, results/014.processed,
12424: results/015.processed, results/016.processed,
12425: results/017.processed, results/018.processed,
12426: results/019.processed, results/020.processed,
12427: results/021.processed, results/022.processed,
12428: results/023.processed, results/024.processed,
12429: results/025.processed, results/026.processed,
12430: results/027.processed, results/028.processed,
12431: results/029.processed, results/030.processed,
12432: results/031.processed, results/032.processed,
12433: results/033.processed, results/034.processed,
12434: results/035.processed, results/036.processed,
12435: results/037.processed, results/038.processed,
12436: results/039.processed, results/040.processed,
12437: results/041.processed, results/042.processed,
12438: results/043.processed, results/044.processed,
12439: results/045.processed, results/046.processed,
12440: results/047.processed, results/048.processed,
12441: results/049.processed, results/050.processed,
12442: results/051.processed, results/052.processed,
12443: results/053.processed, results/054.processed,
12444: results/055.processed, results/056.processed,
12445: results/057.processed, results/058.processed,
12446: results/059.processed, results/060.processed,
12447: results/061.processed, results/062.processed,
12448: results/063.processed, results/064.processed,
12449: results/065.processed, results/066.processed,
12450: results/067.processed, results/068.processed,
12451: results/069.processed, results/070.processed,
12452: results/071.processed, results/072.processed,
12453: results/073.processed, results/074.processed,
12454: results/075.processed, results/076.processed,
12455: results/077.processed, results/078.processed,
12456: results/079.processed, results/080.processed,
12457: results/081.processed, results/082.processed,
12458: results/083.processed, results/084.processed,
12459: results/085.processed, results/086.processed,
12460: results/087.processed, results/088.processed,
12461: results/089.processed, results/090.processed,
12462: results/091.processed, results/092.processed,
12463: results/093.processed, results/094.processed,
12464: results/095.processed, results/096.processed,
12465: results/097.processed, results/098.processed,
12466: results/099.processed, results/100.processed,
12467: results/101.processed, results/102.processed,
12468: results/103.processed, results/104.processed,
12469: results/105.processed, results/106.processed,
12470: results/107.processed, results/108.processed,
12471: results/109.processed, results/110.processed,
12472: results/111.processed, results/112.processed,
12473: results/113.processed, results/114.processed,
12474: results/115.processed, results/116.processed,
12475: results/117.processed, results/118.processed,
12476: results/119.processed, results/120.processed,
12477: results/121.processed, results/122.processed,
12478: results/123.processed, results/124.processed,
12479: results/125.processed, results/126.processed,
12480: results/127.processed, results/128.processed,
12481: results/129.processed, results/130.processed,
12482: results/131.processed, results/132.processed,
12483: results/133.processed, results/134.processed,
12484: results/135.processed, results/136.processed,
12485: results/137.processed, results/138.processed,
12486: results/139.processed, results/140.processed,
12487: results/141.processed: merged(copied) to HEAD from template_gc
12488:
12489: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
12490: towards \parser3project not having to be in root
12491:
12492: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
12493: module compiled [were minor unnecessary changes in lib/md5
12494: interface]
12495:
12496: * src/include/pa_version.h: release
12497:
12498: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
12499:
12500: * src/classes/math.C: merged uuid bugfix
12501:
12502: * tests/: 141.html, results/141.processed: fixed bug with
12503: too-small-a-buffer
12504:
12505: * src/classes/math.C: uuid bugfix
12506:
12507: * tests/: 141.html, Makefile, results/005.processed,
12508: results/030.processed, results/075.processed,
12509: results/078.processed: to reflect date format change (were -
12510: become ' ')
12511:
12512: * src/classes/math.C: uuid bugfix
12513:
12514: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
12515: debug/release changes
12516:
12517: * src/lib/md5/pa_md5c.c: PA_ -> pa_
12518:
12519: 2003-07-23 paf
12520:
12521: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
12522: renamed a little [to move to comman naming conv]
12523:
1.116 moko 12524: * src/targets/Makefile.am: apache13 splitted to simplify apache
12525: build
1.95 moko 12526:
12527: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
12528: main/pa_request.C, main/pa_sql_driver_manager.C,
12529: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
12530: stack top_index() fixed
12531:
12532: * src/main/pa_globals.C: minor style changes
12533:
12534: * src/: classes/op.C, include/pa_sql_connection.h: connection
12535: closing/caching fixed [connections were not closed/put to cache]
12536:
12537: 2003-07-22 paf
12538:
12539: * INSTALL: gc part updated stightly
12540:
12541: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
12542: new sapi interface
12543:
12544: * src/classes/file.C: comment on OS
12545:
12546: * src/main/pa_string.C: removed reduntant invariant check [there is
12547: one deeper in cord lib]
12548:
12549: * src/main/pa_exec.C: on win32 bugfix in handling shbang
12550:
12551: * src/main/pa_memory.C: out of memory is no longer coredump
12552:
12553: * INSTALL: disable-threads adviced
12554:
12555: 2003-07-21 paf
12556:
1.116 moko 12557: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 12558:
12559: * src/classes/file.C: file::exec/cgi environment variables now must
12560: be UPPERCASE and A-Z 0-9 _-
12561:
12562: * src/classes/file.C: env passing fixed
12563:
12564: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
12565:
12566: * src/main/pa_common.C: http:// CRLF now
12567:
12568: 2003-07-02 paf
12569:
12570: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
12571: fields to reflect their real meaning
12572:
12573: 2003-06-27 paf
12574:
12575: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
12576: include/pa_hash.h, main/pa_charset.C: merged from HEAD
12577: file::exec/cgi .charset
12578:
12579: 2003-06-26 paf
12580:
12581: * ChangeLog, src/classes/file.C, src/classes/hash.C,
12582: src/classes/image.C, src/classes/op.C, src/classes/string.C,
12583: src/classes/table.C: fixed several uninitialized local
12584: structures. notably ^hash.foreach now inserts delimiters
12585: properly [were inserting it before first body]
12586:
12587: 2003-06-24 paf
12588:
12589: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
12590:
12591: 2003-06-20 paf
12592:
12593: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
12594: src/main/pa_globals.C: introducing
12595: $f[^file::load[binary;http://...]] $f.tables
12596:
12597: 2003-06-06 paf
12598:
12599: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
12600: table. [were method lookup: inconsistent]
12601:
12602: 2003-06-02 paf
12603:
12604: * src/include/pa_memory.h: empty string clone fixed to return
12605: writable memory
12606:
12607: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
12608: were not appended] which violated string invariant
12609:
12610: 2003-05-30 paf
12611:
12612: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
12613: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
12614:
12615: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
12616: GMT ; RFC 822, updated by RFC 1123
12617:
12618: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
12619: targets/isapi/parser3isapi.C: initialized request_info properly
12620:
12621: * src/classes/xnode.C: found minor bug, commended for future
12622:
12623: 2003-05-28 paf
12624:
12625: * src/classes/form.C: request_info.content_length can't be <0,
12626: size_t for some time
12627:
12628: 2003-05-26 paf
12629:
12630: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
12631: forgotten <0 changed to !=STRING_NOT_FOUND
12632:
12633: * src/classes/math.C: merged ffffu from HEAD
12634:
12635: 2003-05-11 paf
12636:
12637: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
12638:
12639: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
12640: premature doc free. transformed document had xmlDoc reference
12641: stored to non-gc-memory (libgdome) added holding-reference
12642:
12643: 2003-04-29 paf
12644:
12645: * src/main/pa_globals.C: started digging on double free. on win32
12646: found that that's perfectly normal.
12647:
12648: 2003-04-25 paf
12649:
12650: * src/classes/table.C: table.join bug fix [bad limit check]
12651:
12652: * src/classes/math.C: merged from HEAD: simpiler hash_string
12653:
12654: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
12655: print anything. changed to quicker and simplier code
12656:
12657: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
12658: strict a check]
12659:
12660: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
12661:
12662: 2003-04-24 paf
12663:
12664: * src/include/pa_table.h: too strict assert loosened
12665:
12666: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
12667: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
12668: report
12669:
12670: 2003-04-21 paf
12671:
1.116 moko 12672: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 12673:
12674: * src/main/pa_globals.C: pcre memory management changed to use GC
12675: memory
12676:
12677: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
12678: xmlMallocAtomic [author agreed to my suggestion], used that
12679:
12680: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
12681:
12682: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
12683: types/pa_vmail.C: attributed_meaning_to_string added
12684: L_UNSPECIFIED piece which was sortof OK, but violated string
12685: invariant [assertion barked on that] changed to L_PASS_APPEND,
12686: made that param obligatory
12687:
12688: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
12689: fixed [assert helped]
12690:
12691: * src/include/pa_string.h: assert added [looking for bug]
12692:
12693: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
12694: names on Win32 considered disk-global
12695:
12696: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
12697: considered disk-global
12698:
12699: 2003-04-18 paf
12700:
12701: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
12702: filenames
12703:
12704: * src/main/untaint.C: enabled '~' letter in filenames
12705:
12706: 2003-04-16 paf
12707:
12708: * src/classes/file.C: small bug introduced in autoptr times fixed
12709:
12710: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
12711: HEAD
12712:
1.116 moko 12713: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 12714:
12715: 2003-04-15 paf
12716:
12717: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
12718: src/lib/md5/pa_md5c.c, tests/141.html,
12719: tests/results/141.processed: merged from head ^math:uuid[]
12720: ^math:uid64[] ^math:md5[string]
12721:
12722: test added: 141.html
12723:
12724: * operators.txt, src/classes/math.C: ^math:uid64[]
12725:
12726: * src/classes/math.C: ^math:uuid[]
12727:
12728: * operators.txt, src/classes/math.C: ^math:uuid[]
12729:
12730: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
12731: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
12732:
12733: * operators.txt, src/classes/file.C, src/include/pa_common.h,
12734: src/include/pa_config_fixed.h, src/main/pa_common.C:
12735: ^file::load[mode;name; $.offset $.limit
12736:
12737: 2003-04-14 paf
12738:
12739: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
12740: started ^math:md5
12741:
12742: * src/classes/table.C, src/include/pa_array.h,
12743: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
12744: tests/results/140.processed: table $.reverse option works in
12745: create&co table $.distinct[tables] bug fix merged
12746:
12747: * src/: classes/table.C, include/pa_table.h: table
12748: $.distinct[tables] bug fixed
12749:
12750: * src/classes/table.C: more warnings
12751:
12752: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
12753: removed checks in table::set_current, moved them back to
12754: table::locate implemented table::create/join ñ $.reverse
12755:
12756: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
12757: removed checks in table::set_current, moved them back to
12758: table::locate
12759:
12760: 2003-04-11 paf
12761:
12762: * operators.txt, src/classes/date.C, src/classes/table.C,
12763: src/include/pa_array.h, src/include/pa_common.h,
12764: src/include/pa_config_includes.h, src/include/pa_string.h,
12765: src/include/pa_table.h, src/main/pa_request.C,
12766: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12767: src/main/pa_table.C: merged from HEAD from
12768: before_append_array_limit_sense_change to
12769: after_append_array_limit_sense_change
12770:
12771: * src/classes/table.C: typo
12772:
12773: * operators.txt, src/classes/date.C, src/classes/table.C,
12774: src/include/pa_array.h, src/include/pa_common.h,
12775: src/include/pa_config_includes.h, src/include/pa_globals.h,
12776: src/include/pa_table.h, src/main/pa_array.C,
12777: src/main/pa_globals.C, src/main/pa_request.C,
12778: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12779: src/main/pa_table.C: append_array_limit_sense_change locate
12780: accepts options same as create new option: $.reverse(1) [do not
12781: work in table::create]
12782:
12783: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
12784: (stat xxx,
12785:
12786: * src/classes/: table.C: typo
12787:
12788: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
12789: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
12790: results/130.processed, results/131.processed,
12791: results/132.processed, results/133.processed,
12792: results/134.processed, results/135.processed,
12793: results/136.processed, results/137.processed,
12794: results/138.processed, results/139.processed: added few mustfail
12795: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
12796: date/time 132.html mustfail: access to junction outside of
12797: context 133.html mustfail: access to junction outside of context,
12798: case version 134.html mustfail: hash: adding a key inside of
12799: foreach 135.html mustfail: modifying system class 136.html
12800: mustfail: $.name outside of $hash[here] 137.html mustfail:
12801: appendChild without import 138.html mustfail: invalid encoding
12802: inside of xml 139.html mustfail: bad XPath
12803:
12804: * operators.txt, src/classes/table.C, tests/084.html,
12805: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
12806: tests/129.html, tests/results/125.processed,
12807: tests/results/126.processed, tests/results/127.processed,
12808: tests/results/128.processed, tests/results/129.processed: merged
12809: from HEAD ^table.hash[key][$.distinct[tables]]
12810:
12811: maked appropriate tests [changed one old nonconforming]
12812:
12813: * operators.txt, src/classes/table.C:
12814: ^table.hash[key][$.distinct[tables]]
12815:
12816: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
12817: merged fix for found very old xml (dom) bug: were passing
12818: domString objects and later ERROREOUSLY freed them
12819:
12820: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
12821: src/main/pa_charset.C: re-added libgdome patch. regretfully
12822: libgdome bug can not be worked around
12823:
12824: 2003-04-10 paf
12825:
12826: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
12827: found very old xml (dom) bug: were passing domString objects and
12828: later ERROREOUSLY freed them
12829:
12830: * src/doc/string.dox, src/include/pa_memory.h,
12831: src/include/pa_string.h, src/lib/cord/cordbscs.c,
12832: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
12833: tests/123.html, tests/124.html, tests/results/001.processed,
12834: tests/results/002.processed, tests/results/003.processed,
12835: tests/results/004.processed, tests/results/005.processed,
12836: tests/results/006.processed, tests/results/008.processed,
12837: tests/results/009.processed, tests/results/010.processed,
12838: tests/results/011.processed, tests/results/012.processed,
12839: tests/results/013.processed, tests/results/014.processed,
12840: tests/results/015.processed, tests/results/016.processed,
12841: tests/results/017.processed, tests/results/018.processed,
12842: tests/results/020.processed, tests/results/021.processed,
12843: tests/results/022.processed, tests/results/023.processed,
12844: tests/results/024.processed, tests/results/025.processed,
12845: tests/results/026.processed, tests/results/027.processed,
12846: tests/results/028.processed, tests/results/029.processed,
12847: tests/results/030.processed, tests/results/031.processed,
12848: tests/results/032.processed, tests/results/033.processed,
12849: tests/results/034.processed, tests/results/035.processed,
12850: tests/results/036.processed, tests/results/037.processed,
12851: tests/results/038.processed, tests/results/039.processed,
12852: tests/results/040.processed, tests/results/041.processed,
12853: tests/results/042.processed, tests/results/043.processed,
12854: tests/results/044.processed, tests/results/045.processed,
12855: tests/results/046.processed, tests/results/047.processed,
12856: tests/results/048.processed, tests/results/049.processed,
12857: tests/results/050.processed, tests/results/051.processed,
12858: tests/results/052.processed, tests/results/053.processed,
12859: tests/results/054.processed, tests/results/055.processed,
12860: tests/results/056.processed, tests/results/057.processed,
12861: tests/results/058.processed, tests/results/059.processed,
12862: tests/results/060.processed, tests/results/061.processed,
12863: tests/results/062.processed, tests/results/063.processed,
12864: tests/results/064.processed, tests/results/065.processed,
12865: tests/results/066.processed, tests/results/067.processed,
12866: tests/results/068.processed, tests/results/069.processed,
12867: tests/results/070.processed, tests/results/071.processed,
12868: tests/results/072.processed, tests/results/073.processed,
12869: tests/results/074.processed, tests/results/075.processed,
12870: tests/results/076.processed, tests/results/077.processed,
12871: tests/results/078.processed, tests/results/079.processed,
12872: tests/results/080.processed, tests/results/081.processed,
12873: tests/results/082.processed, tests/results/083.processed,
12874: tests/results/084.processed, tests/results/085.processed,
12875: tests/results/086.processed, tests/results/087.processed,
12876: tests/results/088.processed, tests/results/089.processed,
12877: tests/results/090.processed, tests/results/091.processed,
12878: tests/results/092.processed, tests/results/093.processed,
12879: tests/results/094.processed, tests/results/095.processed,
12880: tests/results/096.processed, tests/results/097.processed,
12881: tests/results/101.processed, tests/results/102.processed,
12882: tests/results/104.processed, tests/results/105.processed,
12883: tests/results/106.processed, tests/results/107.processed,
12884: tests/results/108.processed, tests/results/109.processed,
12885: tests/results/110.processed, tests/results/111.processed,
12886: tests/results/112.processed, tests/results/113.processed,
12887: tests/results/114.processed, tests/results/115.processed,
12888: tests/results/116.processed, tests/results/117.processed,
12889: tests/results/118.processed, tests/results/119.processed,
12890: tests/results/120.processed, tests/results/121.processed,
12891: tests/results/122.processed, tests/results/123.processed,
12892: tests/results/124.processed: new convention: char* never 0.
12893: assert in cord on that
12894:
12895: * src/main/pa_charset.C: couple more asserts
12896:
12897: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
12898: speedup
12899:
12900: * src/main/pa_charset.C: couple assertions on fantastic situations
12901: added [may be those is the case now?]
12902:
12903: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
12904: that's memory from gc_malloc, not from g_malloc :(, but would
12905: hope]
12906:
12907: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
12908: that's memory from gc_malloc, not from g_malloc :(, but would
12909: hope]
12910:
12911: * src/main/pa_charset.C: checked custom malloc for returning 0
12912:
12913: 2003-04-09 paf
12914:
12915: * src/classes/date.C: merged ^date.roll changes
12916:
12917: * src/classes/date.C: ^date.roll bug fix
12918:
12919: * src/classes/date.C: ^date.roll now throws less errors: month
12920: shifts handles end of month situation by reducing day number
12921: hour-hole shift reduces hour to recover
12922:
12923: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
12924: Sort by function time
12925:
12926: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
12927: http:// $.charset[] param done
12928:
12929: * tests/: 122.html, results/122.processed: 122 date test <= and ==
12930: added [after volatile fix. passes on win&intel-solaris]
12931:
12932: 2003-04-08 paf
12933:
12934: * src/: classes/file.C, classes/op.C, classes/table.C,
12935: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
12936: include/pa_common.h, include/pa_request_charsets.h,
12937: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12938: main/pa_exec.C, main/pa_request.C, main/untaint.C,
12939: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
12940: types/pa_vresponse.C: started http:// $.charset[] param and
12941: http response charset detection just compiled. todo:test
12942:
12943: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
12944:
12945: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
12946: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
12947: types/pa_vmail.C: changed transcode param converntion along with
12948: string creating convention -- all strings are zero-terminated,
12949: this allowed to fix one remaining String("123", 2) case
12950:
12951: * src/: classes/date.C, classes/file.C, classes/hash.C,
12952: classes/op.C, classes/string.C, classes/table.C,
12953: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
12954: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
12955: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
12956: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
12957: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
12958: violated String::invariant. started fixing [not compiled now]
12959:
12960: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
12961: main/compile.tab.C, main/compile.y, main/pa_string.C,
12962: main/untaint.C, targets/cgi/parser3.C: number of string style
12963: improvements & optimizations
12964:
12965: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
12966: :(]
12967:
12968: * src/main/untaint.C: removed redundant & in CORD_pos param passing
12969: [for it's a pointer really]
12970:
12971: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
12972: 'n' param. worked that around
12973:
12974: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
12975: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
12976: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
12977: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
12978: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
12979:
12980: Thanks for the bug report and patch.
12981:
12982: I hadn't looked at this code in a while. Reading it now, it
12983: seems to me that the tests should also be ">= MAX_DEPTH" to
12984: comply with the invariant, though that may not matter a lot. I
12985: changed that, too.
12986:
12987: Hans
12988:
12989: 2003-04-07 paf
12990:
12991: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
12992: merged from head:safe mode error message now includes numbers
12993:
12994: * src/main/execute.C: n-th attempt to make a=a work with double.
12995: problem: as_double returns it's result in fp-register compiler
12996: optimizes access to that register after b->as_double, and just
12997: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
12998: from memory. _SAME_ double values do not match here. when
12999: forced to REload fp-register, values do match.
13000:
13001: tried to make them volatile.
13002:
13003: * src/main/execute.C: n-th attempt to make a=a work with double.
13004: problem: as_double returns it's result in fp-register compiler
13005: optimizes access to that register after b->as_double, and just
13006: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13007: from memory. _SAME_ double values do not match here. when
13008: forced to REload fp-register, values do match.
13009:
13010: tried to make them volatile.
13011:
13012: * src/types/pa_vobject.h: small style change
13013:
13014: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
13015:
13016: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
13017: mode error message now includes numbers
13018:
13019: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
13020: now causes death
13021:
13022: 2003-04-04 paf
13023:
13024: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
13025: incorportated pa_exec patch by From: "Victor Fedoseev"
13026: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
13027: Sent: Thursday, January 23, 2003 9:14 AM
13028:
13029: huge speedup on ^file::cgi with big result
13030:
13031: * src/classes/table.C: sort table with 0 rows bug fixed
13032:
13033: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
13034: fix http://i2/tasks/edit/?id=4493701604654042676
13035:
13036: @main[] $with_default[ $.a[1] $._default[default from
13037: with_default] ] ^show[$with_default]
13038:
13039: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13040: =$to_add_to.xxx=<br>
13041:
13042: ^show[$to_add_to]
13043:
13044: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13045: ^show[$cloned]
13046:
13047: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13048:
13049: } <hr>
13050:
13051: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
13052: http://i2/tasks/edit/?id=4493701604654042676
13053:
13054: @main[] $with_default[ $.a[1] $._default[default from
13055: with_default] ] ^show[$with_default]
13056:
13057: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13058: =$to_add_to.xxx=<br>
13059:
13060: ^show[$to_add_to]
13061:
13062: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13063: ^show[$cloned]
13064:
13065: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13066:
13067: } <hr>
13068:
13069: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
13070: http://i2/tasks/edit/?id=4507350336410850921
13071:
13072: * src/classes/xdoc.C: memory allocation func bugfix
13073: http://i2/tasks/edit/?id=4499303470368629745
13074:
13075: * src/classes/math.C: allowed random 1...
13076:
13077: * src/classes/math.C: allowed random 0..
13078:
13079: * src/main/pa_globals.C: exif mem leak
13080: http://i2/tasks/edit/?id=4480590323629807263
13081:
13082: * src/: classes/classes.dsp, main/main.dsp,
13083: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
13084: fix http://i2/tasks/edit/?id=4493946731322521294
13085: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
13086:
13087: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13088: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
13089: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
13090: links to xml libs made relative, no need to unpack parser3project
13091: to /parser3project.
13092:
13093: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
13094: column more precise - tab handling bug fixed
13095:
13096: * src/main/: compile.tab.C, compile.y: more understandable error
13097: message in case @CLASS with more then one line inside
13098:
13099: * src/targets/cgi/parser3.C: more understandable error message in
13100: case of errors in @unhandled_exception
13101:
13102: 2003-04-03 paf
13103:
13104: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
13105: src/main/compile.tab.C, src/main/compile.y,
13106: src/main/compile_tools.C, src/main/compile_tools.h,
13107: src/main/execute.C, src/main/pa_request.C: debug info format
13108: simplified, now it's: OP_VALUE Operation::Origin << here value*
13109:
13110: higher limits: file number (max: 255) line number (max:
13111: 64535) column number (max: 255)
13112:
13113: * src/classes/math.C: top limit
13114:
13115: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
13116: precise parse error position in case of
13117:
13118: ^bug ]
13119:
13120: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
13121: changed to realities, and passed [bug fixed]
13122:
13123: * src/: classes/op.C, include/pa_request.h, main/compile.C,
13124: main/compile.tab.C, main/compile.y, main/compile_tools.C,
13125: main/compile_tools.h, main/pa_request.C: introducing
13126: ^process...[main-method-alias]
13127:
13128: * src/: classes/date.C, classes/image.C, classes/op.C,
13129: classes/string.C, classes/table.C, classes/xdoc.C,
13130: types/pa_vmethod_frame.h: MethodParams& now [methods without
13131: params receive zero reference, but they are expected not to look
13132: there]
13133:
13134: * operators.txt, src/classes/date.C, src/classes/double.C,
13135: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
13136: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13137: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13138: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13139: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13140: src/main/execute.C, src/types/pa_method.h: MethodParams& now
13141: [methods without params receive zero reference, but they are
13142: expected not to look there]
13143:
13144: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13145: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
13146: ^process...[filename] useful for better error reporting
13147: [file/line/col]
13148:
13149: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
13150: types/pa_vstring.h: slightly improved error messages text: 1. is
13151: '%s', it 2. method undefined in case of ^void[]
13152:
13153: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13154: include/pa_types.h, main/execute.C, main/pa_request.C: exception
13155: handling done. now we have error columns todo: test it
13156:
13157: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
13158: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
13159:
13160: this makes life easier: were: bad stack order -- were in
13161: exception catch unwind order, which didn't match execution order
13162:
13163: @main[] ^try{ ^first[] }{ ^throw[c;3] }
13164:
13165: @first[] ^throw[a;1]
13166:
13167: showed throw a first throw b try
13168:
13169: which is no good
13170:
13171: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13172: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
13173: trace reset after handled exception [old bug fixed]
13174:
13175: * src/main/: compile.tab.C, compile.y: parse position old bug
13176: fixed. position reporting made precise [both, in parse erros and
13177: runtime errors]
13178:
13179: 2003-04-02 paf
13180:
13181: * src/: include/pa_operation.h, include/pa_request.h,
13182: main/compile.C, main/compile.tab.C, main/compile.y,
13183: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13184: main/pa_exception.C, main/pa_request.C: debug info: started
13185: using. todo:complete
13186:
13187: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
13188: main/compile.C, main/compile.tab.C, main/compile.y,
13189: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13190: main/pa_request.C: prepared debug info todo:use it
13191:
13192: * src/include/pa_operation.h: strange mistake fixed: forgot to
13193: return Operation class->union after switching from autoptrs.
13194:
13195: * tests/: Makefile, results/108.processed, results/117.processed:
13196: meta considered OK [it's up to coder now to remove it not needed]
13197:
13198: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
13199: Dictionary constructor when moved to gc]
13200:
13201: * src/main/pa_common.C: uncommented http:// file loading
13202:
13203: * src/include/pa_array.h, src/main/execute.C,
13204: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
13205: fix [gdGrowingBuf]
13206:
13207: * configure.in, src/lib/Makefile.am: removed patches
13208:
13209: * configure, src/include/pa_config_auto.h.in,
13210: src/main/pa_charset.C: --enable-assertions autoconf-ed
13211:
13212: * src/main/pa_common.C: uncommented http:// file loading
13213:
13214: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
13215: xdoc::create/load
13216:
13217: * src/: classes/form.C, classes/hash.C, classes/image.C,
13218: classes/string.C, classes/table.C, classes/void.C,
13219: include/pa_common.h, main/pa_common.C, main/pa_request.C,
13220: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
13221: String::String(str,helper_length) are checked. found/fixed one
13222: place: $request:body now zero-terminated,
13223:
13224: * src/: classes/op.C, classes/table.C, include/pa_request.h,
13225: main/compile_tools.C, main/execute.C, types/pa_value.h,
13226: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
13227: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
13228: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13229: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
13230: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13231: types/pa_vxnode.h: more locally scoped vars in execute (more
13232: easily optimizable)
13233:
13234: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
13235: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
13236:
13237: * src/: include/pa_array.h, include/pa_stack.h,
13238: include/pa_string.h, main/compile_tools.C, main/main.dsp,
13239: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
13240: become assertion iterator in methodframe filler
13241:
13242: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
13243: targets/cgi/parser3.C: array::get/put inlined
13244:
13245: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
13246: gc_substitute_memory_management_functions +installed CORD_oom
13247: function
13248:
13249: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
13250: src/include/pa_config_includes.h, src/include/pa_string.h,
13251: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
13252: src/targets/cgi/parser3.C: converted debug hacks to ANSI
13253: assertions started configure.in --enable-assertions
13254:
13255: 2003-04-01 paf
13256:
13257: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
13258: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
13259: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
13260: gdome uses glib memory, and stores last pointer to xmlDoc there,
13261: gc misses that and collects valid memory fixed by remembering
13262: xmlDoc from dom object in xdoc. todo: do something with
13263: premature free of xdoc with xnodes/node values referring into it
13264:
13265: * src/classes/: mail.C: typo fix
13266:
13267: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
13268: changes
13269:
13270: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
13271: main/pa_memory.C: moved memory debugging to global level: to
13272: pa_gc_malloc
13273:
13274: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
13275: debugging showed no errors. todo: debug parser memory
13276:
13277: * src/targets/cgi/: parser3.C, parser3.dsp: more build
13278: configurations
13279:
13280: * src/: classes/classes.dsp, include/pa_config_fixed.h,
13281: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
13282: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
13283: types/types.dsp: prepared xml-static configuration
13284:
13285: 2003-03-31 paf
13286:
13287: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
13288: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
13289: xml lib memory debugging, simple checks failed: it seems that
13290: library does realloc(bad ptr), and recording those ptrs in heap
13291: [for debugging] was bad: heap situation changes = everything
13292: works fine
13293:
13294: * src/: main/pa_charset.C, include/pa_charset.h: worked around
13295: xmlRegisterCharEncodingHandler limitation [currently imposed
13296: limit of 10 user-defined charsets]
13297:
13298: 2003-03-28 paf
13299:
13300: * src/main/execute.C: execution stack copied to local register
13301: variable, removed lots [~2e7) of memory accesses
13302:
13303: 2003-03-27 paf
13304:
13305: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
13306: works in debug, but fails in release todo: fix that
13307:
13308: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
13309: targets/cgi/parser3.C: forgot to merge XML memory funcs
13310: replacement from gc branch
13311:
13312: * src/main/pa_exec.C: introducing append_help_length [radical
13313: improvement here]
13314:
13315: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
13316: 'not recommened' in gc.h, on win32 noticed no difference]
13317:
13318: * src/include/pa_array.h: returned checked array get [were disabled
13319: for debugging] result:not slower [don't understand that, it were
13320: INLINED] todo: find out a way of inlining it!
13321:
13322: * src/: include/pa_string.h, lib/gc/include/gc.h,
13323: lib/gc/include/gc_fake.h, main/compile.tab.C,
13324: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
13325: convention changed: all resulting strings are zero-terminated
13326:
13327: * src/: classes/date.C, classes/file.C, classes/hash.C,
13328: classes/string.C, classes/table.C, classes/void.C,
13329: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
13330: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
13331: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
13332: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13333: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
13334: types/pa_vfile.C, types/pa_vmail.C: introducing
13335: append_help_length [radical improvement here]
13336:
13337: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
13338: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
13339: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
13340: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
13341: even slower
13342:
13343: * src/: classes/string.C, classes/table.C, include/pa_array.h,
13344: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
13345: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
13346: clients of &get(): most to use non-ref version, some[in tight
13347: places] to get_unchecked_ref
13348:
13349: * src/doc/memory.dox: forgot to add
13350:
13351: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
13352: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
13353: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
13354: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
13355: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13356: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
13357: targets/cgi/parser3.dsp, types/pa_vmail.C,
13358: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
13359: T>>&<< removed after Stack::pop wiping removed [moved to separate
13360: func] other Array & removed
13361:
13362: 2003-03-26 paf
13363:
13364: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
13365: classes/table.C, include/pa_array.h, include/pa_charset.h,
13366: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
13367: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13368: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
13369: main/main.dsp, main/pa_charset.C, main/pa_common.C,
13370: main/pa_exec.C, main/pa_sql_driver_manager.C,
13371: main/pa_stylesheet_manager.C, main/pa_table.C,
13372: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
13373: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13374: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
13375: pre-evaluated .count() in some places
13376:
13377: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13378: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
13379: types/types.dsp: .dsp profiling updated
13380:
13381: * src/: classes/classes.dsp, lib/cord/cord.dsp,
13382: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
13383: targets/cgi/parser3.dsp, types/types.dsp: started profiling
13384:
13385: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
13386: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
13387: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
13388: use lib/gc,lib/cord
13389:
1.116 moko 13390: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
13391: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 13392: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
13393: src/include/pa_config_includes.h, src/include/pa_request.h,
13394: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
13395: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 13396: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 13397: src/lib/cord/include/Makefile.am,
1.116 moko 13398: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
13399: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
13400: src/targets/cgi/Makefile.am, src/types/Makefile.am,
13401: src/types/pa_vclass.h, src/types/pa_vcookie.h,
13402: src/types/pa_vform.h, src/types/pa_vhash.h,
13403: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
13404: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
13405: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
13406: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
13407: funcs ported pa_exec
1.95 moko 13408:
13409: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
13410:
13411: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
13412: bundled gc includes
13413:
13414: * src/: classes/op.C, include/pa_array.h,
13415: include/pa_sql_connection.h, include/pa_string.h,
13416: include/pa_version.h, main/compile.tab.C, main/compile.y,
13417: main/execute.C, main/pa_common.C, main/pa_exception.C,
13418: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
13419: targets/cgi/parser3.dsp: a number of bugfixes [while testing
13420: first real site (aval)]
13421:
13422: 2003-03-25 paf
13423:
13424: * operators.txt, src/main/pa_sql_driver_manager.C,
13425: src/types/pa_vstatus.C: $status.memory used free since_compact
13426: process
13427:
13428: * src/: include/pa_sql_connection.h, main/pa_globals.C,
13429: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
13430:
13431: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
13432:
13433: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
13434: src/types/pa_value.h, src/types/pa_vfile.h,
13435: src/types/pa_vobject.C, src/types/pa_vobject.h,
13436: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
13437: tests/results/121.processed: untaint.C L_URI
13438:
13439: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
13440: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
13441: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
13442: src/types/pa_vmemory.h: ^memory:compact[]
13443:
13444: * tests/results/109.processed: it was a bug in parser. updated 109
13445: test result
13446:
13447: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
13448:
13449: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
13450: tests/results/107.processed: fixed dom language [values are now
13451: considered tainted. it was a bug in parser. updated 107 test
13452: result
13453:
13454: * src/classes/xdoc.C: fixed transform params
13455:
13456: * src/: include/pa_stylesheet_manager.h,
13457: main/pa_stylesheet_manager.C: fixed stylesheet caching
13458:
13459: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
13460: overloads for structure handling
13461:
13462: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
13463: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
13464: StringBody(0) ambiguilty, introducting static
13465: StringBody::Format(int)
13466:
13467: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
13468: linked
13469:
13470: * src/types/pa_vxdoc.C: vxdoc compiled
13471:
13472: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
13473: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
13474: finalizers isntalled
13475:
13476: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
13477: doc/exception.dox, doc/index.dox, include/pa_charset.h,
13478: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
13479: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
13480: compiled todo: xnode.C / finalizers
13481:
13482: * src/doc/string.dox: updated: new string internals
13483:
13484: 2003-03-24 paf
13485:
13486: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13487: include/pa_charset.h, include/pa_config_fixed.h,
13488: include/pa_request.h, include/pa_stylesheet_connection.h,
13489: include/pa_stylesheet_manager.h, main/pa_charset.C,
13490: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
13491: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
13492: types/pa_vxnode.h: started XML
13493:
13494: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
13495:
13496: * src/: classes/file.C, classes/image.C, classes/mail.C,
13497: include/pa_string.h, main/pa_common.C,
13498: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
13499:
13500: * src/: classes/file.C, classes/image.C, classes/mail.C,
13501: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
13502: main/pa_request.C, main/pa_sql_driver_manager.C,
13503: types/pa_vimage.h: size_t pos everywhere checks changed to check
13504: for eq STRING_NOT_FOUND
13505:
13506: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
13507: optimize bit implemented
13508:
13509: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13510: String::ArrayFragment::append_positions fixed
13511:
13512: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
13513: String::this_starts fixed
13514:
13515: * src/main/pa_string.C, tests/Makefile: string::pos fixed
13516:
13517: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
13518: hashcode implemented fully, including per-char callback [it can
13519: be - substr CORD node]
13520:
13521: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
13522: rewritten to rewalloc with 100byte buf ahead
13523:
13524: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
13525: src/include/pa_string.h, src/main/compile.tab.C,
13526: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
13527: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
13528: CORD_ec [bad] would rewrite as realloc now
13529:
13530: * src/: classes/date.C, classes/file.C, classes/form.C,
13531: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
13532: include/pa_cache_managers.h, include/pa_charsets.h,
13533: include/pa_common.h, include/pa_request.h,
13534: include/pa_sql_driver_manager.h, include/pa_table.h,
13535: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
13536: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
13537: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
13538: types/pa_vmail.C, types/pa_vmethod_frame.C,
13539: types/pa_vstateless_class.h: 2*2 worked :)
13540:
13541: * parser3.dsw, src/classes/date.C, src/classes/file.C,
13542: src/include/pa_exec.h, src/include/pa_string.h,
13543: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
13544: passed OK
13545:
13546: * src/: classes/hash.C, classes/string.C, classes/table.C,
13547: types/pa_value.C: all linked todo: debug
13548:
13549: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
13550: types/pa_vstateless_class.C: all compiled. todo:link
13551:
13552: * src/types/pa_wcontext.C: pa_wcontext.C compiled
13553:
13554: * src/types/pa_vtable.C: pa_vtable.C compiled
13555:
13556: * src/types/pa_vstring.C: pa_vstring.C compiled
13557:
13558: * src/types/pa_vstatus.C: pa_vstatus.C compiled
13559:
13560: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
13561: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
13562: pa_vstateless_class.C, pa_vstateless_class.h:
13563: pa_vstateless_class.C compiled
13564:
13565: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
13566: types/pa_vmath.C: pa_vmail.C compiled
13567:
13568: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
13569:
13570: * src/types/pa_vform.C: pa_vform.C compiled
13571:
13572: * src/types/pa_vfile.C: pa_vfile.C compiled
13573:
13574: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
13575: pa_vstateless_class.C: pa_vcookie.C compiled
13576:
13577: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
13578: types/pa_vhash.h: pa_value.C compiled
13579:
13580: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
13581: classes.lib main.lib compiled
13582:
13583: * src/classes/void.C: void.C compiled
13584:
13585: * src/: classes/string.C, classes/table.C, include/pa_string.h,
13586: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
13587: compiled
13588:
13589: * src/: classes/string.C, include/pa_request.h,
13590: include/pa_string.h, main/pa_string.C: string.C compiled
13591:
13592: * src/: classes/op.C, classes/string.C, classes/table.C,
13593: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
13594: main/pa_request.C, main/pa_string.C: op.C compiled
13595:
13596: * src/classes/: math.C, op.C: math.C compiled
13597:
13598: * src/: classes/mail.C, classes/string.C, classes/table.C,
13599: types/pa_vmail.h: mail.C compiled
13600:
13601: * src/classes/: int.C, table.C: int.C compiled
13602:
13603: * src/: classes/hash.C, classes/image.C, classes/string.C,
13604: classes/table.C, include/pa_memory.h, include/pa_string.h,
13605: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
13606: compiled
13607:
13608: * src/: classes/hash.C, classes/string.C, classes/table.C,
13609: classes/void.C, classes/xdoc.C, include/pa_request.h,
13610: include/pa_sql_connection.h: hash.C compiled
13611:
13612: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
13613: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
13614: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
13615: classes/math.C, classes/op.C, classes/response.C,
13616: classes/string.C, classes/table.C, classes/void.C,
13617: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
13618: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
13619: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
13620: file.C table.C compiled
13621:
13622: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
13623: main/untaint.C: main.lib compiled
13624:
13625: 2003-03-21 paf
13626:
13627: * src/: classes/op.C, include/pa_cache_managers.h,
13628: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13629: include/pa_stylesheet_manager.h, main/pa_exception.C,
13630: main/pa_globals.C, main/pa_sql_driver_manager.C,
13631: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
13632: compiled
13633:
13634: * src/: classes/hash.C, classes/image.C, classes/op.C,
13635: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
13636: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
13637: main/compile.C, main/pa_common.C, main/pa_request.C,
13638: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
13639: pa_request.C compiled
13640:
13641: * src/: classes/hash.C, classes/mail.C, classes/op.C,
13642: include/pa_request.h, main/execute.C, main/pa_request.C,
13643: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13644: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
13645: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13646: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
13647: compiled
13648:
13649: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
13650: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
13651: on unix
13652:
13653: * src/: include/pa_charset.h, include/pa_charsets.h,
13654: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
13655: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
13656: pa_charsets.C compiled
13657:
13658: * src/: classes/image.C, classes/mail.C, classes/op.C,
13659: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
13660: main/compile.y, main/execute.C, main/pa_common.C,
13661: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
13662: types/pa_vcode_frame.h, types/pa_vimage.h,
13663: types/pa_vmethod_frame.h: execute.C compiled
13664:
13665: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13666: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13667: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13668: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
13669: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13670: include/pa_cache_managers.h, include/pa_charsets.h,
13671: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
13672: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
13673: include/pa_sql_driver_manager.h, include/pa_string.h,
13674: include/pa_stylesheet_connection.h,
13675: include/pa_stylesheet_manager.h, include/pa_table.h,
13676: main/compile.C, main/compile.tab.C, main/compile.y,
13677: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13678: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13679: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13680: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
13681: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
13682: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13683: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13684: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
13685: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13686: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13687: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13688: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13689: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13690: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
13691: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13692: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13693: types/pa_vresponse.h, types/pa_vstateless_class.C,
13694: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13695: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13696: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13697: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13698: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13699: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
13700: [C++ CORD wrapper]
13701:
13702: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
13703:
13704: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
13705: $file::exec/cgi[script; $.charset[this is script's charset]
13706:
13707: command line, env values, input got transcoded before call
13708: stdout, stderr got transcoded after call
13709:
13710: * src/classes/file.C: ^file::exec/cgi now does not pass post data
13711: by default. use: ^file::exec[...;$.stdin[$request.body]
13712:
13713: * src/main/pa_common.C: } typo bug fix
13714:
13715: * src/main/pa_common.C: } typo bug fix
13716:
13717: 2003-03-20 paf
13718:
13719: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
13720: main/untaint.C: cord bug fix, but still errors todo: clear out
13721:
13722: * src/include/pa_string.h: more tests
13723:
13724: * src/main/pa_string.C: string.pos fixed
13725:
1.116 moko 13726: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
13727: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
13728: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
13729: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
13730: replaces
1.95 moko 13731:
13732: * src/: classes/image.C, include/pa_dictionary.h,
13733: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
13734: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
13735: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
13736: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
13737:
13738: * src/include/pa_string.h: warning
13739:
13740: * src/include/pa_string.h: this_starts fixed
13741:
13742: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
13743: new String ctor & append params convention
13744:
13745: * src/: classes/file.C, classes/hash.C, classes/image.C,
13746: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
13747: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
13748: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
13749: main/pa_exception.C, main/pa_exec.C,
13750: main/pa_sql_driver_manager.C, main/pa_string.C,
13751: main/pa_stylesheet_manager.C, main/untaint.C,
13752: targets/isapi/parser3isapi.C, types/pa_vimage.C,
13753: types/pa_vmail.C: more tests OK
13754:
13755: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
13756: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
13757: gc/exit runned OK
13758:
13759: * src/types/pa_vmail.C: another naming problem: should not name
13760: vars like that: unpredictable close caused problems with later
13761: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
13762: descriptors missing on startup: stdin; Bad file number
13763:
13764: todo: find out why so many filters(stream) here. probably wrong?
13765:
13766: * src/: include/pa_dictionary.h, include/pa_string.h,
13767: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
13768: main/untaint.C: test compiled
13769:
13770: * src/: classes/image.C, classes/mail.C, classes/math.C,
13771: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
13772: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
13773: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
13774: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
13775: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
13776: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
13777: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
13778: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
13779: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
13780:
13781: * parser3.dsw, src/classes/file.C, src/classes/image.C,
13782: src/classes/op.C, src/classes/string.C, src/classes/table.C,
13783: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
13784: src/include/pa_memory.h, src/include/pa_request.h,
13785: src/include/pa_request_charsets.h,
13786: src/include/pa_sql_connection.h, src/include/pa_string.h,
13787: src/main/compile.tab.C, src/main/execute.C,
13788: src/main/pa_charset.C, src/main/pa_common.C,
13789: src/main/pa_exception.C, src/main/pa_exec.C,
13790: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13791: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
13792: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
13793: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
13794: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13795: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
13796: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13797: src/types/pa_vobject.C, src/types/pa_vresponse.C,
13798: src/types/pa_vstatus.C, src/types/pa_vstring.C,
13799: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13800: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
13801: pa_common.C [done, without http for now]
13802:
13803: 2003-03-19 paf
13804:
13805: * src/: classes/date.C, classes/form.C, classes/hash.C,
13806: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
13807: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
13808: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
13809: include/pa_string.h, include/pa_table.h, main/compile.C,
13810: main/compile_tools.C, main/execute.C, main/pa_charset.C,
13811: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
13812: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
13813: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
13814: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
13815: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
13816: types/pa_vstateless_class.h, types/pa_vtable.C,
13817: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
13818: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
13819: types/pa_wwrapper.h: started test
13820:
1.116 moko 13821: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
13822: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 13823:
13824: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
13825: include/pa_string.h, main/pa_string.C: string compiled todo: test
13826: it
13827:
13828: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
13829: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
13830: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
13831: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
13832: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
13833: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
13834: types/pa_vmethod_frame.h, types/types.dsp: string
13835: reimplementation with cord+array<fragment>: 70%
13836:
13837: 2003-03-18 paf
13838:
13839: * src/: classes/date.C, classes/file.C, classes/form.C,
13840: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
13841: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
13842: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
13843: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
13844: can ignore lang in cmp and pos really, but would
13845: split properly!
13846:
13847: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
13848: cord part made parser/src/lib: it's not compiled into libgc by
13849: default
13850:
13851: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
13852: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13853: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13854: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13855: src/classes/op.C, src/classes/response.C, src/classes/string.C,
13856: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
13857: src/classes/xnode.C, src/classes/xnode.h,
13858: src/include/Makefile.am, src/include/pa_cache_managers.h,
13859: src/include/pa_charset.h, src/include/pa_charsets.h,
13860: src/include/pa_common.h, src/include/pa_dictionary.h,
13861: src/include/pa_exception.h, src/include/pa_exec.h,
13862: src/include/pa_globals.h, src/include/pa_hash.h,
13863: src/include/pa_memory.h, src/include/pa_pool.h,
13864: src/include/pa_request.h, src/include/pa_request_charsets.h,
13865: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
13866: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
13867: src/include/pa_stylesheet_connection.h,
13868: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13869: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
13870: src/main/compile.C, src/main/compile.tab.C,
13871: src/main/compile_tools.C, src/main/compile_tools.h,
13872: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
13873: src/main/pa_charsets.C, src/main/pa_common.C,
13874: src/main/pa_dictionary.C, src/main/pa_exception.C,
13875: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
13876: src/main/pa_pool.C, src/main/pa_request.C,
13877: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13878: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
13879: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
13880: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
13881: src/types/pa_junction.h, src/types/pa_method.h,
13882: src/types/pa_value.C, src/types/pa_value.h,
13883: src/types/pa_vclass.C, src/types/pa_vclass.h,
13884: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13885: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13886: src/types/pa_vdouble.h, src/types/pa_venv.h,
13887: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13888: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13889: src/types/pa_vimage.C, src/types/pa_vimage.h,
13890: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
13891: src/types/pa_vmath.C, src/types/pa_vmath.h,
13892: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13893: src/types/pa_vobject.C, src/types/pa_vobject.h,
13894: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13895: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13896: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13897: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13898: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13899: src/types/pa_vstring.h, src/types/pa_vtable.C,
13900: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13901: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13902: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13903: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13904: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
13905: gc: PA_Object done lots of replacements also
13906:
13907: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
13908: gc logging
13909:
13910: 2003-03-17 paf
13911:
13912: * src/: classes/date.C, classes/file.C, classes/form.C,
13913: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
13914: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
13915: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
13916: include/pa_string.h, include/pa_types.h, main/compile.C,
13917: main/compile.tab.C, main/execute.C, main/pa_charset.C,
13918: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
13919: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
13920: main/pa_sql_driver_manager.C, main/pa_string.C,
13921: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
13922: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
13923: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
13924: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
13925: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
13926: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
13927: types/pa_vxnode.h: libgc attempt
13928:
13929: 2003-03-13 paf
13930:
13931: * src/: include/pa_sql_driver_manager.h,
13932: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
13933: called
13934:
13935: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
13936: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
13937: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
13938: types/pa_value.h, types/pa_vobject.h,
13939: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
13940: set_base, set_derived simplified [counter leaks fixed]
13941:
13942: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
13943: src/types/types.dsp: incorporated status class patch From:
13944: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
13945: 2003 8:14 AM
13946:
13947: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
13948: Win32 specific: QuotaPeakNonPagedPoolUsage
13949: QuotaPeakPagedPoolUsage PeakPagefileUsage]
13950:
13951: 2003-03-12 paf
13952:
1.116 moko 13953: * configure, configure.in, src/lib/ltdl/configure,
13954: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 13955: lib/ltdl/Makefile now created by /configure.in only [were by
13956: lib/ltdl/configure.in OVERWRITE]
13957:
1.116 moko 13958: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
13959: linkage fixed for g++ 3.2.2
1.95 moko 13960:
13961: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
13962: on using privately declared class [fixed]
13963:
13964: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
13965: 3.2 rightliy complained on using privately declared class [fixed]
13966:
13967: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
13968: sigpipe before request constructor now causes death
13969:
13970: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
13971: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
13972: not cause exception in exception handler
13973:
1.116 moko 13974: * configure, configure.in, src/targets/cgi/Makefile.am: configure
13975: now default links libstdc++ statically. that can be overriden by
13976: --with-dynamic-stdcpp
1.95 moko 13977:
13978: 2003-03-11 paf
13979:
13980: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
13981: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
13982: necessity of libstdc++
13983:
13984: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
13985:
13986: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
13987:
13988: 2003-03-08 paf
13989:
13990: * tests/Makefile: make install & co
13991:
13992: * src/: include/pa_request.h, classes/op.C: removing
13993: vclass,object.h -> pa_request.h dependency
13994:
13995: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
13996: main/pa_request.C: removing vform,response,cookie.h ->
13997: pa_request.h dependency
13998:
13999: * src/include/pa_request.h: removing vmail.h -> pa_request.h
14000: dependency [testing...]
14001:
14002: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
14003: return 0; fixed
14004:
14005: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
14006: types/pa_vmail.h: vmail.C received just compiled [not tested]
14007:
14008: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
14009:
14010: * src/main/pa_request.C: forgotten: ifdef XML
14011:
14012: * src/main/pa_request.C: forgotten: ifdef XML
14013:
14014: * src/targets/cgi/parser3.C: todo: move to latest xml version on
14015: win32 and run memleak tests again
14016:
14017: * src/targets/cgi/parser3.C: charsets: see some strange things with
14018: old xml lib-- it's internal memory handling has faults
14019:
14020: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
14021: problems when transcode from charset A to A.
14022:
14023: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
14024: todo: still problems when transcode from charset A to A.
14025:
14026: * src/: classes/hash.C, classes/mail.C, classes/string.C,
14027: classes/table.C, include/pa_array.h,
14028: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
14029: started full-scale-site-test [~ http://parser.ru sources]
14030:
14031: some fixes
14032:
14033: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
14034: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14035: 117.html, 118.html, 119.html, 120.html, results/109.processed,
14036: results/110.processed, results/111.processed,
14037: results/112.processed, results/113.processed,
14038: results/114.processed, results/115.processed,
14039: results/116.processed, results/117.processed,
14040: results/118.processed, results/119.processed,
14041: results/120.processed: xml: tests 109 dom create/show 110 xpath
14042: selectSingle 111 xdoc.create from tainted & 112
14043: xdoc.create/output with russian attr value 113 xpath
14044: selectString/Number 114 dom attributes.count 115 xpath selectBool
14045: 116 output media-type change 117 transform by dom stylesheet 118
14046: empty transform result 119 dom setAttribute 120 nbsp letter
14047: output
14048:
14049: =END OF PREPARED XML TESTS=
14050:
14051: 2003-03-07 paf
14052:
14053: * src/classes/xdoc.C, src/include/pa_charset.h,
14054: src/include/pa_stylesheet_connection.h, tests/108.html,
14055: tests/108.xsl, tests/results/108.processed: xml: test 108
14056: transform with params [bugs fixed]
14057:
14058: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
14059: from copy/paste bug
14060:
14061: * src/classes/xdoc.C, src/include/pa_charset.h,
14062: src/include/pa_request.h, src/main/execute.C,
14063: src/main/pa_charset.C, src/main/pa_exception.C,
14064: src/main/pa_globals.C, src/main/pa_request.C,
14065: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14066: src/types/pa_vxnode.C, tests/107.html,
14067: tests/results/107.processed: xml: test: 107 bug fixes
14068:
14069: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14070: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14071: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
14072:
14073: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
14074: string
14075:
14076: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
14077: mem alloc functions used for different cases [libxml, libxsl]
14078:
14079: * src/classes/classes.C: fixed: prevent system classes from
14080: modification to lock ALL the classes, not only directly used
14081:
14082: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
14083: linked
14084:
14085: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
14086:
14087: 2003-03-06 paf
14088:
14089: * src/classes/xdoc.C: xdoc.C 50%
14090:
14091: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
14092: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14093: main/pa_globals.C, main/pa_request.C,
14094: main/pa_stylesheet_manager.C: xnode.C compiled
14095:
14096: * src/: include/pa_stylesheet_connection.h,
14097: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
14098: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
14099:
14100: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
14101: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14102: xml: stylesheet&manager STARTED
14103:
14104: * src/: include/pa_globals.h, main/pa_charset.C,
14105: main/pa_exception.C, main/pa_globals.C: xml: exceptions
14106:
14107: * src/: include/pa_charset.h, include/pa_config_fixed.h,
14108: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
14109: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
14110: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
14111: charsets
14112:
14113: * tests/023.html: in some cases it rounded up badly. postponing
14114: solution of that problem, making more simple test
14115:
14116: * tests/: 058_paf2000.png, results/058.processed: .png added with
14117: -kb now
14118:
14119: * src/: include/pa_charset.h, include/pa_charsets.h,
14120: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
14121: moved to charsets.C
14122:
14123: 2003-03-05 paf
14124:
14125: * src/classes/string.C, src/include/pa_string.h,
14126: src/main/pa_string.C, tests/105.html,
14127: tests/results/105.processed: String::match bug fixed
14128:
14129: * src/classes/op.C, src/main/main.dsp, tests/104.html,
14130: tests/results/104.processed: ^bpt operator added [does int3 in
14131: debug build on win32]
14132:
14133: * tests/: 057.html, results/057.processed: test bug fixed
14134:
1.116 moko 14135: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 14136:
14137: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
14138: missing
14139:
1.116 moko 14140: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
14141: forgotten files added to Makes
1.95 moko 14142:
14143: * ltmain.sh: ltmain.sh added
14144:
14145: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14146: change undone ;(
14147:
14148: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14149: made static
14150:
14151: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 14152: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
14153: todo:make linker happy
1.95 moko 14154:
14155: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
14156: env param made optional
14157:
14158: 2003-03-04 paf
14159:
14160: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
14161: types/pa_vimage.h: number of gcc compiler bugs fixed
14162:
14163: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
14164: results/103.processed: tests: 103 image.copy transparence test
14165:
14166: * src/main/execute.C, tests/101.html, tests/102.html,
14167: tests/results/101.processed, tests/results/102.processed: tests:
14168: 101 method/variable name conflict test 102 form fields change
14169: should not not change anything [bug fix]
14170:
14171: * tests/: 057.html, 099.html, 100.html, results/057.processed,
14172: results/099.processed, results/100.processed: tests: 57 date
14173: create 2002: added 99,100 response:body/download
14174:
14175: * src/classes/image.C, tests/098.html, tests/098font.gif,
14176: tests/results/098.processed: test: 98 image font text [bug fixed]
14177:
14178: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
14179: tests/results/097.processed: test: 97 file::load http:// [bugs
14180: fixed]
14181:
14182: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
14183: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
14184: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
14185: image EXIF [bug fixed]
14186:
14187: * src/classes/table.C, src/main/execute.C, tests/061.dat,
14188: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
14189: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
14190: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
14191: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
14192: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
14193: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
14194: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
14195: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
14196: tests/094.html, tests/095.html, tests/results/061.processed,
14197: tests/results/062.processed, tests/results/063.processed,
14198: tests/results/064.processed, tests/results/065.processed,
14199: tests/results/066.processed, tests/results/067.processed,
14200: tests/results/068.processed, tests/results/069.processed,
14201: tests/results/070.processed, tests/results/071.processed,
14202: tests/results/072.processed, tests/results/073.processed,
14203: tests/results/074.processed, tests/results/075.processed,
14204: tests/results/076.processed, tests/results/077.processed,
14205: tests/results/078.processed, tests/results/080.processed,
14206: tests/results/081.processed, tests/results/082.processed,
14207: tests/results/083.processed, tests/results/084.processed,
14208: tests/results/085.processed, tests/results/086.processed,
14209: tests/results/087.processed, tests/results/088.processed,
14210: tests/results/089.processed, tests/results/090.processed,
14211: tests/results/091.processed, tests/results/092.processed,
14212: tests/results/093.processed, tests/results/094.processed,
14213: tests/results/095.processed, tests/079.html,
14214: tests/results/079.processed: tests: 61 file::stat size 62
14215: string->int autoconvert 63 double .int,dec,div,mul 64 date
14216: compare 65 file: basename,justname,justext 66 math:crypt 67
14217: string.match simple on long 68 string.match normalized simple on
14218: long 69 string.int 70 file::stat content-type 71 table.join 72
14219: hash parameter conditional pass 73 date daylightsaving,yearday 74
14220: date arithmetics 75 response date values/attributes 76 string.pos
14221: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
14222: with local 80 scientific numeric literal in string autoconvert 81
14223: xor: logical and numerical 82 for delims 83 menu delims 84
14224: table.hash distinct 85 long string replace 86 throw+catch
14225: current language preserve 87 bit shifts 88 junction tests +
14226: $caller test 89 hash.foreach selfmodification 90 int/void to int
14227: 91 $caller test 92 junction is + def junction tests 93 $caller
14228: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
14229:
14230: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
14231: fixed] 60 string eq string [bug fixed]
14232:
14233: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
14234: 058.html, 058_paf2000.png, 059.html, 060.html,
14235: results/053.processed, results/054.processed,
14236: results/055.processed, results/056.processed,
14237: results/057.processed, results/058.processed,
14238: results/059.processed, results/060.processed: test: 53
14239: string.replace 54 junctions 55 table.hash 56 call indirect 57
14240: date.create[string] 58 image.measure[png]
14241:
14242: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
14243: outputs/051.processed, results/052.processed: test: 52
14244: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
14245: task: fix that
14246:
14247: 2003-03-03 paf
14248:
14249: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
14250: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
14251: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
14252: outputs/049.processed, outputs/050.processed,
14253: outputs/051.processed, results/001.processed,
14254: results/002.processed, results/003.processed,
14255: results/005.processed, results/006.processed,
14256: results/008.processed, results/009.processed,
14257: results/011.processed, results/012.processed,
14258: results/013.processed, results/014.processed,
14259: results/015.processed, results/016.processed,
14260: results/017.processed, results/020.processed,
14261: results/021.processed, results/022.processed,
14262: results/024.processed, results/025.processed,
14263: results/026.processed, results/027.processed,
14264: results/028.processed, results/029.processed,
14265: results/030.processed, results/031.processed,
14266: results/049.processed, results/050.processed,
14267: results/051.processed, results/043.processed,
14268: results/044.processed, results/045.processed,
14269: results/046.processed, results/047.processed,
14270: results/048.processed: tests: 43,44,45 date rolls 46
14271: autoevaluating junction 47 table.select 48 name with subvar 49
14272: hash-creating switch 50 process 51 started parent/child, works as
14273: it were but it were NOT GOOD, created separate task to fix that
14274:
14275: * tests/: 042.html, results/042.processed: test: 42
14276: exception.handled
14277:
14278: * tests/: 041.html, results/041.processed: test: 41 table.locate by
14279: expression
14280:
14281: * tests/: 040.html, results/040.processed: test: 39 method result
14282: of type table 40 method param junction auto evaluate
14283:
14284: * tests/: 039.html, results/039.processed: test: 37 method result
14285: of type table
14286:
14287: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
14288: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
14289: tests/038.html, tests/results/033.processed,
14290: tests/results/034.processed, tests/results/035.processed,
14291: tests/results/036.processed, tests/results/037.processed,
14292: tests/results/038.processed: tests: 33 string.replace 34
14293: string.upper 35 table created 36 local/global vars with juntions
14294: 37 table clone 38 math PI & number formatting
14295:
14296: math class registring typo fixed
14297:
14298: * src/classes/op.C, src/include/pa_request.h,
14299: src/include/pa_string.h, src/main/execute.C,
14300: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
14301: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
14302: tests/032.html, tests/results/032.processed: uchar changed to
14303: String_UL in all places [was not everywhere] untaint test: 032
14304:
14305: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
14306: tests/results/004.processed, tests/parser-cygwin.sh,
14307: tests/parser-unix.sh: removed -H command line key, now testing
14308: using .sh file with SERVER_SOFTWARE=xxx
14309:
14310: 2003-02-26 paf
14311:
14312: * src/main/execute.C, src/types/pa_vstateless_class.h,
14313: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
14314: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
14315: tests/results/024.processed, tests/results/025.processed,
14316: tests/results/026.processed, tests/results/027.processed,
14317: tests/results/028.processed, tests/results/029.processed,
14318: tests/results/030.processed, tests/results/031.processed: fixed
14319: bug with name_cstr mutable CharPtr more tests
14320:
14321: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
14322: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
14323: << abort. die now just exits
14324:
14325: * src/classes/classes.awk, src/classes/classes.h,
14326: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14327: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14328: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14329: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14330: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14331: src/classes/xnode.C, src/include/pa_memory.h,
14332: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
14333: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
14334: src/types/pa_vform.C, tests/015.html, tests/016.html,
14335: tests/017.html, tests/018.html, tests/019.html,
14336: tests/019paf2001.gif, tests/020.html, tests/021.html,
14337: tests/022.html, tests/023.html, tests/022_dir/a.html,
14338: tests/022_dir/b.txt, tests/022_dir/c.htm,
14339: tests/results/015.processed, tests/results/016.processed,
14340: tests/results/017.processed, tests/results/018.processed,
14341: tests/results/019.processed, tests/results/020.processed,
14342: tests/results/021.processed, tests/results/022.processed,
14343: tests/results/023.processed: methoded_array now contains all Mxxx
14344: classes SAPI::get_env now returns info on pool more tests
14345:
14346: * src/include/pa_array.h, src/include/pa_hash.h,
14347: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
14348: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
14349: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
14350: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
14351: tests/014.html, tests/Makefile, tests/outputs/create-dir,
14352: tests/results/001.processed, tests/results/002.processed,
14353: tests/results/003.processed, tests/results/004.processed,
14354: tests/results/005.processed, tests/results/006.processed,
14355: tests/results/007.processed, tests/results/008.processed,
14356: tests/results/009.processed, tests/results/010.processed,
14357: tests/results/011.processed, tests/results/012.processed,
14358: tests/results/013.processed, tests/results/014.processed: hash
14359: cloning fixed
14360:
14361: 2003-02-25 paf
14362:
14363: * src/main/pa_common.C: typo fixed
14364:
14365: 2003-02-24 paf
14366:
14367: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
14368: [one remained]
14369:
14370: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
14371: [should have been get_string(&pool)] todo: check other such calls
14372:
14373: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
14374: test10, bad lookups
14375:
14376: xxx* xxx=smartptr.get(); << is bad style, after ";" original
14377: object got destructed, and xxx points to sky
14378:
14379: * ChangeLog, src/classes/string.C: match bug fixed
14380:
14381: * src/types/pa_vmail.C: body [text/html] transcoded to
14382: $.charset[specified] now
14383:
14384: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14385: which failed to handle sigsetjmp+throw: crashed inside of
14386: pre-throw code. rewritten simplier [though duplicating
14387: closesocket code]
14388:
14389: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14390: which failed to handle sigsetjmp+throw: crashed inside of
14391: pre-throw code. rewritten simplier [though duplicating
14392: closesocket code]
14393:
14394: 2003-02-21 paf
14395:
14396: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
14397: $cookie:name[$.expires[date << can be now]]
14398:
14399: written makefile with regression tests [raw]
14400:
14401: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
14402: tests' only [it's not forcing CGI mode now] now use -H to output
14403: CGI header when parser used in command line [useful for tests
14404: also]
14405:
14406: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
14407: switches on CGI mode, and is used in regression tests
14408:
14409: * src/: include/pa_request.h, main/pa_request.C,
14410: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
14411: fixed
14412:
14413: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
14414: handling pa_*
14415:
14416: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
14417: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
14418: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
14419: memory handling files
14420:
14421: * src/main/pa_array.C: pool::format_integer terminator fixed
14422:
14423: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
14424: compiles OK test to show benefits of free
14425:
14426: * src/: classes/file.C, classes/image.C, classes/mail.C,
14427: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
14428: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14429: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
14430: use pool [as the one in ^process]
14431:
14432: * src/classes/op.C: fixed process. sould now check for all cstr's
14433: -- some must use pool [as the one in ^process]
14434:
14435: 2003-02-20 paf
14436:
14437: * src/: classes/date.C, classes/double.C, classes/file.C,
14438: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14439: classes/math.C, classes/op.C, classes/response.C,
14440: classes/string.C, classes/table.C, classes/void.C,
14441: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
14442: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
14443: string cmp fixed
14444:
14445: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
14446: values passed OK now
14447:
14448: 2003-02-19 paf
14449:
14450: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
14451: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
14452: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
14453: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
14454: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
14455: all remaning leaks resulted from pooled::malloc calls [excluding
14456: in gd -- planning complete rewrite extremely ugly code]
14457:
14458: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
14459: files
14460:
14461: 2003-02-17 paf
14462:
14463: * src/: classes/date.C, classes/double.C, classes/file.C,
14464: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14465: classes/response.C, classes/string.C, classes/table.C,
14466: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
14467: include/pa_stylesheet_connection.h,
14468: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
14469: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
14470: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
14471: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
14472: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
14473: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
14474: of unitialized simple-typed field
14475:
14476: * src/: classes/classes.C, classes/classes.h, main/execute.C,
14477: main/pa_charset.C, main/pa_request.C: another bug of unitialized
14478: simple-typed field fixed. todo: find&kill all like that one
14479:
14480: * src/: main/execute.C, targets/cgi/pa_pool.C,
14481: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
14482: debug output fixed
14483:
14484: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
14485: main/pa_request.C: stack-stored items need extra .ref to prevent
14486: object_ptr from delete[them]
14487:
14488: * src/: classes/date.C, classes/op.C, classes/table.C,
14489: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
14490: include/pa_charset.h, main/Makefile.am, main/main.dsp,
14491: main/pa_charset.C, main/pa_common.C,
14492: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14493: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14494: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
14495: calls
14496:
14497: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
14498: couple mem leaks rusulted from old pooled::malloc usage.
14499: todo:find more like those
14500:
14501: * src/main/: compile.C, compile_tools.C: 2*2!
14502:
14503: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
14504: stackItem fixed [there were no string on stack before]
14505:
14506: * src/: main/execute.C, main/pa_request.C,
14507: types/pa_vmethod_frame.C: first letters out OK
14508:
14509: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
14510: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
14511: main/pa_string.C, main/untaint.C, types/pa_value.h,
14512: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
14513: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
14514: type not initialized with zeros :( while class fields of class
14515: types initialized with default constructors. learn C++
14516:
14517: * src/: classes/classes.awk, classes/double.C, classes/file.C,
14518: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
14519: classes/math.C, classes/xdoc.C, classes/xnode.C,
14520: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
14521: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
14522:
14523: 2003-02-14 paf
14524:
14525: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
14526: 13 link errors
14527:
14528: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
14529: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
14530: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
14531: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
14532: errors :)
14533:
14534: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
14535: classes/hash.C, classes/mail.C, classes/op.C,
14536: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
14537: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
14538: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
14539: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
14540:
14541: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
14542: classes/table.C, include/pa_common.h, include/pa_globals.h,
14543: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
14544: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
14545: types/pa_vint.h, types/types.dsp: op compiled
14546:
14547: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
14548: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
14549: main/untaint.C, types/pa_vtable.h: string, response compiled
14550:
14551: 2003-02-07 paf
14552:
14553: * src/: classes/table.C, types/pa_vtable.h: table compiled
14554:
14555: 2003-02-06 paf
14556:
14557: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
14558: mail compiled
14559:
14560: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
14561: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
14562: types/pa_vfile.h, types/pa_vimage.h: image compiled
14563:
14564: * src/classes/: file.C, form.C: form compiled
14565:
14566: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
14567: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
14568: types/pa_vfile.C, types/pa_vfile.h: file compiled
14569:
14570: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
14571: types/pa_vmath.h: math compiled [win32]
14572:
14573: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
14574: types/pa_vstring.h: hash compiled
14575:
14576: 2003-02-04 paf
14577:
14578: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
14579: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14580: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
14581: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
14582: types/pa_vhash.h: hash 50% compiled
14583:
14584: * src/: classes/date.C, classes/file.C, classes/hash.C,
14585: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
14586: classes/string.C, classes/table.C, classes/xdoc.C,
14587: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
14588: main/pa_string.C: date compiled
14589:
14590: * src/classes/: classes.dsp, double.C: double compiled
14591:
14592: * src/: classes/date.C, classes/double.C, classes/file.C,
14593: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
14594: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
14595: classes/string.C, classes/table.C, classes/void.C,
14596: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
14597: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
14598: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
14599: compiled
14600:
14601: * src/: classes/date.C, classes/double.C, classes/file.C,
14602: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14603: classes/math.C, classes/op.C, classes/response.C,
14604: classes/string.C, classes/table.C, classes/void.C,
14605: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14606: types/pa_vvoid.h: void compiled :)
14607:
14608: * src/: include/pa_globals.h, main/pa_cache_managers.C,
14609: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14610: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14611: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
14612: main/pa_string.C, main/pa_uue.C, main/untaint.C,
14613: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
14614: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
14615: types/pa_vresponse.C, types/pa_vstateless_class.C,
14616: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
14617: types/pa_wcontext.C, types/types.dsp: removed stupid
14618: value_includes.h
14619:
14620: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
14621: trying to remove stupid value_includes.h
14622:
14623: * src/main/pa_exec.C: pa_exec compiled on win32
14624:
14625: * src/main/pa_exec.C: libmain.a compiled on six [unix]
14626:
14627: * src/: include/pa_globals.h, include/pa_request.h,
14628: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
14629: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
14630: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
14631: types/pa_vrequest.C, types/pa_vstateless_class.C,
14632: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
14633:
14634: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
14635: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
14636: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
14637:
14638: * src/: include/pa_array.h, include/pa_config_includes.h,
14639: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
14640: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
14641: compiled
14642:
14643: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
14644: name conflicts)
14645:
14646: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
14647: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
14648: yelds "virtual memory exhausted" while trying to compile
14649: execute.C [eating up to 127MB]
14650:
14651: 2003-02-03 paf
14652:
14653: * src/: include/pa_config_includes.h, include/pa_hash.h,
14654: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
14655: main/pa_common.C, types/pa_value.C, types/pa_value.h,
14656: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14657: types/pa_vint.h, types/pa_vjunction.h,
14658: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
14659: started gcc compiling pa_common compiled
14660:
14661: * src/: include/pa_exception.h, include/pa_pool.h,
14662: main/pa_exception.C: exception gcc change #1
14663:
1.116 moko 14664: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
14665: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 14666:
14667: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
14668:
14669: * src/types/pa_vtable.C: vtable compiled
14670:
14671: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
14672:
14673: * src/: include/pa_cache_managers.h, main/pa_request.C,
14674: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
14675:
14676: * src/types/pa_vstateless_class.C: vstateless_class compiled
14677:
14678: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
14679:
14680: * src/types/pa_vrequest.C: vrequest compiled
14681:
14682: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
14683: pa_vobject.C, pa_vobject.h: vobject compiled
14684:
14685: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
14686: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
14687: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
14688: compiled
14689:
14690: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
14691:
14692: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
14693: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
14694: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
14695: compiled
14696:
14697: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
14698: main.lib - 0 error(s), 0 warning(s)
14699:
14700: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
14701: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
14702:
14703: 2003-01-31 paf
14704:
14705: * src/: include/pa_array.h, include/pa_operation.h,
14706: include/pa_request.h, main/execute.C, main/main.dsp,
14707: types/pa_vjunction.h: started last file from main library:
14708: execute
14709:
14710: * src/: include/pa_request.h, include/pa_sapi.h,
14711: main/compile.tab.C, main/compile.y, main/compile_tools.h,
14712: main/pa_request.C, targets/cgi/parser3.C,
14713: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
14714: types/pa_vhash.h: pa_request compiled
14715:
14716: * src/: classes/op.C, classes/string.C, include/pa_common.h,
14717: include/pa_globals.h, include/pa_request.h,
14718: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
14719: main/execute.C, main/main.dsp, main/pa_common.C,
14720: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
14721: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
14722: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
14723: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
14724: types/types.dsp: most pa_request compiled
14725:
14726: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14727: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14728: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14729: classes/op.C, classes/response.C, classes/string.C,
14730: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
14731: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
14732: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14733: include/pa_config_fixed.h, include/pa_config_includes.h,
14734: include/pa_dictionary.h, include/pa_dir.h,
14735: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14736: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
14737: include/pa_pool.h, include/pa_request.h,
14738: include/pa_request_charsets.h, include/pa_request_info.h,
14739: include/pa_sapi.h, include/pa_socks.h,
14740: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14741: include/pa_stack.h, include/pa_string.h,
14742: include/pa_stylesheet_connection.h,
14743: include/pa_stylesheet_manager.h, include/pa_table.h,
14744: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14745: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14746: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
14747: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
14748: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14749: main/compile.C, main/compile.tab.C, main/compile.y,
14750: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14751: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
14752: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
14753: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14754: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
14755: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
14756: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14757: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
14758: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
14759: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
14760: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
14761: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14762: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
14763: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
14764: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14765: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14766: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14767: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14768: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14769: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14770: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14771: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14772: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14773: types/pa_vresponse.h, types/pa_vstateless_class.C,
14774: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14775: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14776: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14777: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14778: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14779: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
14780:
14781: * ChangeLog, src/classes/classes.h, src/classes/op.C,
14782: src/include/pa_cache_managers.h, src/include/pa_charset.h,
14783: src/include/pa_charsets.h, src/include/pa_common.h,
14784: src/include/pa_dictionary.h, src/include/pa_exception.h,
14785: src/include/pa_exec.h, src/include/pa_pool.h,
14786: src/include/pa_request.h, src/include/pa_sapi.h,
14787: src/include/pa_sql_connection.h,
14788: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14789: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
14790: src/main/compile.tab.C, src/main/compile_tools.C,
14791: src/main/compile_tools.h, src/main/main.dsp,
14792: src/main/pa_charset.C, src/main/pa_charsets.C,
14793: src/main/pa_common.C, src/main/pa_dictionary.C,
14794: src/main/pa_exception.C, src/main/pa_exec.C,
14795: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14796: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
14797: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
14798: src/types/pa_vclass.h, src/types/pa_vcookie.C,
14799: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14800: src/types/pa_vdouble.h, src/types/pa_venv.h,
14801: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
14802: src/types/pa_vhash.h, src/types/pa_vimage.C,
14803: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
14804: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
14805: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14806: src/types/pa_vobject.C, src/types/pa_vobject.h,
14807: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14808: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14809: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14810: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
14811: src/types/pa_vstring.h, src/types/pa_vtable.h,
14812: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
14813: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
14814: died, long live StringPtr
14815:
14816: 2003-01-30 paf
14817:
14818: * src/: include/pa_charset.h, include/pa_request.h,
14819: include/pa_sql_driver_manager.h, main/compile.tab.C,
14820: main/compile.y, main/compile_tools.h, main/pa_request.C,
14821: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
14822:
14823: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
14824: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
14825: types/pa_vhash.h, types/pa_vmethod_frame.h,
14826: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
14827: types/types.dsp: vstateless_class compiled
14828:
14829: * src/main/compile.C: compile compiled
14830:
14831: * src/: include/pa_array.h, include/pa_operation.h,
14832: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
14833: main/pa_table.C: compile_tools compiled
14834:
14835: * src/: include/pa_operation.h, main/compile.y,
14836: main/compile_tools.C, main/compile_tools.h: started
14837: compile_tools. vagues ideas of how to free compiled code
14838:
14839: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
14840: main/main.dsp, types/pa_value.C, types/pa_value.h,
14841: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
14842: compiled
14843:
14844: 2003-01-29 paf
14845:
14846: * src/: include/pa_globals.h, include/pa_request.h,
14847: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
14848: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
14849: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
14850: compiled
14851:
14852: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
14853: now
14854:
14855: * src/: include/pa_array.h, include/pa_exception.h,
14856: include/pa_pool.h, main/pa_exception.C: gd compiled
14857:
14858: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
14859: compiled
14860:
14861: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
14862: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
14863: types/pa_vfile.h: vfile compiled
14864:
14865: * src/: include/pa_common.h, include/pa_globals.h,
14866: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
14867: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
14868: types/pa_vform.C, types/pa_vform.h: vcookie compiled
14869:
14870: * src/: include/pa_exception.h, main/pa_cache_managers.C,
14871: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
14872: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
14873: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
14874: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
14875:
14876: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
14877: main/main.dsp, main/untaint.C: more compiled
14878:
14879: * src/: include/pa_charsets.h, include/pa_request.h,
14880: include/pa_request_info.h, include/pa_string.h,
14881: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
14882: types/pa_vresponse.h: vrequest compiled
14883:
14884: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
14885: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
14886: pa_vresponse.h, pa_wcontext.h: vrequest compiled
14887:
14888: * src/: classes/classes.h, include/pa_charset.h,
14889: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
14890: include/pa_request.h, include/pa_string.h, main/main.dsp,
14891: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
14892: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
14893: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
14894: types/pa_vrequest.C, types/pa_vrequest.h,
14895: types/pa_vstateless_class.h, types/pa_vstring.h,
14896: types/pa_vvoid.h: vrequest,vdouble,vint compiled
14897:
14898: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
14899: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14900: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
14901: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
14902: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14903: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
14904: types/pa_vobject.h, types/pa_vstateless_class.h,
14905: types/pa_vstateless_object.h, types/pa_vstatus.h,
14906: types/pa_vstring.h, types/types.dsp: vmath compiled
14907:
14908: 2003-01-28 paf
14909:
14910: * src/: classes/classes.h, classes/date.C, classes/file.C,
14911: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
14912: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
14913: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
14914: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
14915: compile_tools
14916:
14917: * src/: include/pa_charset.h, include/pa_exception.h,
14918: include/pa_request.h, include/pa_string.h, main/untaint.C:
14919: untaint compiled
14920:
14921: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
14922: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
14923: more compiled. struck with string::store_to needing to know
14924: source/client charsets
14925:
14926: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
14927: types/pa_vfile.h: uue compiled
14928:
14929: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
14930: table compiled
14931:
14932: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
14933: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
14934:
14935: * src/: include/pa_charset.h, main/pa_charset.C,
14936: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
14937: introduced]
14938:
14939: * src/: classes/date.C, include/pa_charset.h,
14940: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
14941: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
14942: pa_charsets compiled
14943:
14944: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
14945: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
14946:
14947: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
14948: common compiled
14949:
14950: * src/: include/pa_charsets.h, main/pa_charsets.C,
14951: main/pa_sql_driver_manager.C: pa_charsets compiled
14952:
14953: * src/: include/pa_array.h, include/pa_charset.h,
14954: include/pa_charsets.h, include/pa_pool.h,
14955: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14956: include/pa_stack.h, include/pa_string.h,
14957: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
14958: sql_driver_manager compiled
14959:
14960: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
14961: letter i with two dots added to koi, all ukranian letters added
14962: to win1251.
14963:
14964: typographic simbol 0xb9 deleted from win1251 [strange one & were
14965: abscent from koi]
14966:
14967: 2003-01-27 paf
14968:
14969: * src/: include/pa_exception.h, include/pa_sql_connection.h,
14970: include/pa_sql_driver_manager.h, include/pa_string.h,
14971: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
14972: sql/pa_sql_driver.h: paused on sql_manager
14973:
14974: * src/: include/pa_cache_managers.h, include/pa_pool.h,
14975: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14976: include/pa_stack.h, main/pa_sql_driver_manager.C,
14977: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
14978:
14979: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
14980: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14981: include/pa_table.h, main/pa_sql_driver_manager.C,
14982: main/pa_table.C: table compiled
14983:
14984: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
14985: cache_managers compiled
14986:
14987: * src/: include/pa_array.h, include/pa_charset.h,
14988: include/pa_pool.h, main/pa_charset.C: charset compiled
14989:
14990: * src/: include/pa_pool.h, main/pa_common.C: common compiled
14991:
14992: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
14993: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
14994: main/pa_string.C, types/pa_value.C, types/pa_value.h,
14995: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
14996: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
14997:
14998: 2003-01-24 paf
14999:
15000: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
15001: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
15002: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15003: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
15004: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
15005: types/pa_vint.h, types/pa_vjunction.h,
15006: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15007: types/pa_vstatus.h, types/pa_vstring.h: more patched
15008:
15009: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
15010: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
15011: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
15012: main/pa_string.C, main/pa_table.C: string compiled
15013:
15014: * src/: include/pa_array.h, include/pa_common.h,
15015: include/pa_dictionary.h, include/pa_exception.h,
15016: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
15017: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
15018: main/pa_string.C: dictionary compiled
15019:
15020: 2003-01-23 paf
15021:
15022: * src/: include/pa_array.h, include/pa_common.h,
15023: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
15024: include/pa_request.h, include/pa_string.h, main/pa_common.C,
15025: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
15026: types/pa_value.h: resurrected pool in new sense: now it's
15027: factory, producing&accounting memory chunks for read[autofree]
15028: buffers
15029:
15030: * src/: include/pa_array.h, include/pa_exception.h,
15031: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
15032: main/pa_exception.C, main/pa_table.C: table compiled
15033:
15034: * src/: classes/image.C, classes/op.C, include/pa_array.h,
15035: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
15036: include/pa_pool.h, include/pa_pragma_pack_begin.h,
15037: include/pa_pragma_pack_end.h, include/pa_sapi.h,
15038: include/pa_string.h, include/pa_table.h, include/pa_types.h,
15039: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
15040: main/pa_table.C: aint that easy
15041:
15042: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
15043: main/main.dsp: continued with Hash
15044:
15045: * src/main/pa_common.C: connect_string allocated on heap[wes on
15046: stack] now. and exception can be reported OK now [can be reported
15047: outside of pro c with that stack]
15048:
15049: 2003-01-22 paf
15050:
15051: * src/: include/pa_array.h, include/pa_charset.h,
15052: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
15053: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
15054: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
15055: base: contains references_count. auto_ptr template calls
15056: add_ref/release
15057:
15058: 2003-01-21 paf
15059:
15060: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15061: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15062: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15063: classes/op.C, classes/response.C, classes/string.C,
15064: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15065: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15066: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15067: include/pa_config_fixed.h, include/pa_config_includes.h,
15068: include/pa_dictionary.h, include/pa_dir.h,
15069: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15070: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15071: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15072: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15073: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15074: include/pa_stack.h, include/pa_string.h,
15075: include/pa_stylesheet_connection.h,
15076: include/pa_stylesheet_manager.h, include/pa_table.h,
15077: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15078: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15079: lib/pcre/pcre_parser_ctype.c, main/compile.C,
15080: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15081: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
15082: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15083: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15084: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
15085: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15086: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15087: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
15088: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
15089: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
15090: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15091: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
15092: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
15093: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
15094: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
15095: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
15096: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15097: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
15098: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
15099: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15100: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15101: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15102: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15103: types/pa_vstateless_object.h, types/pa_vstatus.C,
15104: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
15105: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15106: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15107: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15108: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
15109: 2002->2003
15110:
15111: 2003-01-16 paf
15112:
15113: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
15114: src/main/pa_globals.C: http:// introducing $.any-status(1)
15115:
15116: * operators.txt, src/include/pa_config_fixed.h,
15117: src/main/pa_common.C: http request now return status. and not
15118: fail on status!=200
15119:
15120: 2003-01-15 paf
15121:
15122: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
15123:
15124: 2003-01-14 paf
15125:
15126: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
15127: mkinstalldirs: removed some ancient files [they in / really]
15128:
15129: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
15130: regretfully needed patch in two places. in config_fixed.h made
15131: stubs for lib to compile in MSVC
15132:
15133: 2003-01-13 paf
15134:
15135: * config.guess, config.sub, ltmain.sh: removed last piece of
15136: configure.in(libtool) hacks
15137:
1.116 moko 15138: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 15139: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
15140: ltdl.h: moved to latest libtool (1.4.3)
15141:
15142: 2003-01-10 paf
15143:
15144: * src/lib/ltdl/: configure, configure.in: PROG_NM
15145:
15146: * src/main/pa_globals.C: moved to latest xml lib versions, changed
15147: patches. libxml2 >= 2.5.1
15148: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
15149: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
15150: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15151:
15152: * INSTALL: moved to latest versions of xml libs libxml2 >=
15153: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
15154: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
15155: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15156:
15157: 2003-01-09 paf
15158:
15159: * INSTALL: xml,xslt,gdome lib urls updated
15160:
15161: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 15162: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 15163: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 15164: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
15165: 1.7.2
1.95 moko 15166:
15167: * depcomp: moving to automake 1.7.2
15168:
15169: 2002-12-27 paf
15170:
15171: * src/include/pa_version.h: 0007
15172:
15173: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
15174: outdated parts, made links to language docs
15175:
15176: * src/include/pa_config_auto.h.in: comment
15177:
15178: 2002-12-26 paf
15179:
15180: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
15181: not contain trailing / fixed.
15182:
15183: * INSTALL: changing SAFE_MODE politics
15184:
15185: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
15186:
15187: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
15188:
15189: 2002-12-25 paf
15190:
15191: * src/main/pa_globals.C: optimized-xml
15192:
15193: * src/main/pa_globals.C: optimized-as-is
15194:
15195: 2002-12-24 paf
15196:
15197: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
15198: fixed [were really called with zero size when .html?a=&b=]
15199:
15200: * src/classes/mail.C: $MAIL in @conf now invalid when configured
15201: with --with-sendmail
15202:
15203: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
15204: fixed]
15205:
15206: 2002-12-23 paf
15207:
15208: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
15209: ignoring parameters & were storing only string with default
15210: expires
15211:
15212: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
15213: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
15214: December 23, 2002 4:22 AM Subject: bug â
15215: Charset::transcode_buf2xchar
15216:
15217: 2002-12-20 paf
15218:
15219: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
15220: non-cgi [script] runs
15221:
15222: 2002-12-19 paf
15223:
15224: * INSTALL: --without-iconv recommended [it crashes on some systems
15225: [tested on elik]] moreover, it's not needed there [parser
15226: registers charsets itself]
15227:
15228: * INSTALL: --without-iconv recommended [it crashes on some systems
15229: [tested on elik]]
15230:
15231: * operators.txt, src/include/pa_globals.h,
15232: src/include/pa_request.h, src/main/pa_globals.C,
15233: src/main/pa_request.C: $response:download
15234:
15235: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
15236: compiler [win32]].
15237:
15238: 2002-12-18 paf
15239:
15240: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
15241:
15242: 2002-12-17 paf
15243:
15244: * src/targets/cgi/parser3.C: merged die&iis changes
15245:
15246: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
15247: to exit(1) 2. more flexible iilegal call check
15248:
15249: 2002-12-16 paf
15250:
15251: * ltmain.sh: some automakes silly insist on having this handy
15252:
15253: * src/main/untaint.C: filespec russian small 'r' changed to latin
15254: 'p' bug fix
15255:
15256: 2002-12-15 paf
15257:
15258: * src/main/untaint.C: filespec russian small 'r' changed to latin
15259: 'p'
15260:
15261: * configure.in, src/include/pa_config_auto.h.in,
15262: src/main/compile.C, src/main/pa_common.C: merged small changes
15263: from branch 6 to HEAD
15264:
15265: * src/main/compile.C: removed warning
15266:
15267: * src/main/pa_common.C: ftruncate having checked
15268:
15269: * configure.in, src/include/pa_version.h: new version
15270:
15271: 2002-12-14 paf
15272:
15273: * src/classes/table.C: removed unnecessary code
15274:
15275: * src/sql/pa_sql_driver.h: exception type fixed
15276:
15277: 2002-12-09 paf
15278:
15279: * src/types/pa_vvoid.h: $void.store[now] error
15280:
15281: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15282:
15283: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
15284: tries to write core dump
15285:
15286: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15287:
15288: * src/: classes/hash.C, classes/string.C, classes/table.C,
15289: classes/void.C, main/pa_sql_driver_manager.C,
15290: sql/pa_sql_driver.h: changed exception handling mech in sql
15291: handlers #2
15292:
15293: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
15294: exception handling mech in sql handlers
15295:
15296: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
15297: handlers
15298:
15299: * src/: classes/hash.C, classes/string.C, classes/table.C,
15300: classes/void.C, main/pa_sql_driver_manager.C,
15301: sql/pa_sql_driver.h: changed exception handling mech in sql
15302: handlers
15303:
1.116 moko 15304: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
15305: to write makefile which used libtool to install things, which is
15306: not needed
1.95 moko 15307:
15308: 2002-12-06 paf
15309:
15310: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
15311: $hash.fields -- pseudo field to make 'hash' more like 'table'
15312:
15313: 2002-12-05 paf
15314:
15315: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
15316: cc/bcc OK now
15317:
15318: * src/main/untaint.C: mail header closed properly
15319:
15320: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
15321: header ',' allowed. still bugs in smtp [only one receiptient
15322: works, cc, bcc ignored now, and MAILED ;)]
15323:
15324: [strncpy killed, memnchr used]
15325:
15326: * src/main/pa_table.C: table-copy now current=0
15327:
15328: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
15329: lowlevel proc
15330:
15331: * src/targets/cgi/parser3.C: more checks on
15332: http://domain/parser.cgi start [maybe some getenv returns "",
15333: checked that now
15334:
15335: * src/targets/cgi/parser3.C: more checks on
15336: http://domain/parser.cgi start [maybe some getenv returns "",
15337: checked that now
15338:
15339: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
15340: out-of-mem errors reached log]
15341:
15342: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
15343: mail:send MIME-Version default
15344:
15345: * src/main/main.dsp: pa_version included into main.dsp
15346:
15347: 2002-12-04 paf
15348:
15349: * src/types/pa_vform.C: $form:field string value cut by premature 0
15350:
15351: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
15352: lib/libltdl -> lib/ltdl Win32 changes. s
15353:
15354: * src/classes/classes.awk: more strict *.C$
15355:
15356: * gnu.dsp: restored
15357:
1.116 moko 15358: * configure.in, gnu.dsp, src/lib/Makefile.am,
15359: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
15360: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
15361: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
15362: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
15363: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
15364: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
15365: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
15366: now created with /configure, not ltdl/configure, so it does have
15367: no problems with automake. ltdl/configure
15368: AC_OUTPUT(Makefile<<removed)
1.95 moko 15369:
15370: 2002-12-02 paf
15371:
15372: * operators.txt: removed outdated status:db
15373:
15374: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
15375: src/main/pa_common.C, src/main/pa_request.C,
15376: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
15377: tainted parts becomes http-header
15378:
15379: 2002-11-29 paf
15380:
15381: * src/classes/date.C, src/classes/image.C, operators.txt: exif
15382: dates now objects of type date
15383:
15384: * src/classes/image.C: file.seek removed [it were used in image.C
15385: only, and for parser user this means that jpeg image has bad
15386: size in fragment's header] now used image.format
15387:
15388: * src/: include/pa_common.h, main/pa_common.C,
15389: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
15390: now handled exactly like $response:header values. e.g. can be
15391: hash [can have subattributes] & contain date values.
15392:
15393: * src/main/pa_common.C: http:// param values lang forced URI
15394:
15395: * src/main/pa_common.C: http:// tainted partes now %xx
15396:
15397: 2002-11-28 paf
15398:
15399: * operators.txt: http.timeout
15400:
15401: * src/classes/image.C: ^image.length now counts interchar space.
15402: plus space after last char
15403:
15404: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
15405:
15406: * src/classes/image.C: ^image.font width measurer now scans full
15407: height [were -1]
15408:
15409: * configure.in: stopped double libltdl/Makefile generation
15410:
15411: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
15412: chars [one top horizontal line of 1pixel height were missing]
15413:
15414: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
15415: 'false' to go into (Hash *) parameter
15416:
15417: 2002-11-27 paf
15418:
15419: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
15420: types/pa_vmail.C: response:body[file] if file nows it's name now
15421: returns content-disposition: >>attachment<<
15422:
15423: * src/classes/image.C: ^image.font << bad font file-size now
15424: properly reported
15425:
15426: 2002-11-26 paf
15427:
15428: * src/main/pa_request.C: fixed lang in reponse header
15429:
15430: * src/main/pa_common.C: utf8 prefix ignored @read text
15431:
15432: * operators.txt, src/main/pa_common.C: http:// response status!=200
15433: made exception: http.status with source=bad status#
15434:
15435: 2002-11-25 paf
15436:
15437: * configure.in, src/classes/image.C,
15438: src/include/pa_config_auto.h.in,
15439: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 15440: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
15441: const void related probs fixed
1.95 moko 15442:
15443: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
15444:
15445: $file[^file::load[http://there]] $file.SERVER
15446:
15447: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
15448: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
15449: http options [invalid onces now reported] made default
15450: user-agent: paf
15451:
15452: * operators.txt, src/classes/file.C, src/classes/table.C,
15453: src/classes/xdoc.C, src/include/pa_common.h,
15454: src/include/pa_globals.h, src/main/pa_common.C,
15455: src/main/pa_globals.C, src/main/pa_request.C,
15456: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
15457: now understand http:// prefix and additional params, sample:
15458: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
15459: $.USER-AGENT[parser3] ]]
15460:
15461: 2002-11-22 paf
15462:
15463: * src/classes/image.C, src/include/pa_globals.h,
15464: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
15465: src/types/pa_vimage.h, operators.txt: $image.exif support
15466: $image.exif.DateTime & co
15467:
15468: 2002-11-21 paf
15469:
15470: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
15471: _PASS_APPENDED)
15472:
15473: * src/classes/image.C: jpeg size measure fixed: were badly skipping
15474: EXIF information [were big block and it's size were considered
15475: negative :(]
15476:
15477: * operators.txt, src/classes/image.C, src/include/pa_common.h,
15478: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
15479: internals rewritten. no there's reader.seek, and all's ready for
15480: EXIF extraction [now we fail to measure files with EXIF info]
15481:
15482: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
15483: O_TRUNC truncates even exclusevely write-locked file [thanks to
15484: Igor Milyakov <virtan@rotabanner.com> for discovering]
15485:
15486: 2002-11-20 paf
15487:
15488: * src/targets/cgi/parser3.C: logging @signal += query_string
15489:
15490: * configure.in, src/include/pa_config_auto.h.in,
15491: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
15492: comment
15493:
15494: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
15495:
15496: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15497: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
15498: currently processed document SIGPIPE >> interrupts request
15499: processing [exception = DB rollback]
15500:
15501: * src/main/pa_exec.C: comment
15502:
15503: * src/main/pa_exec.C: pa_exec: data written only if size>0
15504:
15505: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
15506: << disable HTTP-POST repassing
15507:
15508: * src/: include/pa_config_fixed.h, main/pa_common.C,
15509: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
15510: pipe read errors now checked
15511:
15512: 2002-11-19 paf
15513:
15514: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
15515: CGI: Illegal call
15516:
15517: 2002-11-01 paf
15518:
15519: * src/main/execute.C: comment
15520:
15521: 2002-10-31 paf
15522:
15523: * src/main/execute.C: found out why, checked that for now. todo:
15524: find out a way for that user could do that
15525:
15526: * src/types/pa_vstateless_object.h: object put replaces static
15527: parent if any
15528:
15529: * src/types/pa_vobject.C: object put replaces static parent if any
15530:
15531: * src/: classes/form.C, classes/mail.C, classes/op.C,
15532: classes/xnode.h, main/compile.tab.C, main/execute.C,
15533: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
15534: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15535: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
15536: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15537: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
15538: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15539: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15540: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15541: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15542: types/pa_vstateless_object.h, types/pa_vstatus.C,
15543: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15544: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15545: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15546: types/pa_wwrapper.h: static fix merged
15547:
15548: * src/: main/compile.tab.C, types/pa_vobject.C: killed
15549: $virtual_fields in dynamic, but one can reach derived
15550: static[class] variable from base
15551:
15552: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
15553: types/pa_vobject.C, types/pa_vobject.h,
15554: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
15555: statics, left $virtual_fields in dynamic
15556:
15557: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
15558: one can't remember derivates in base class: there's so many of
15559: them. also there can be no virtual method calls in static
15560: classes
15561:
15562: * src/: classes/form.C, classes/mail.C, classes/op.C,
15563: classes/xnode.h, main/execute.C, main/pa_request.C,
15564: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
15565: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
15566: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
15567: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15568: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
15569: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
15570: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
15571: types/pa_vresponse.C, types/pa_vresponse.h,
15572: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15573: types/pa_vstateless_object.h, types/pa_vstatus.C,
15574: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15575: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15576: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15577: types/pa_wwrapper.h: static call $self fixed
15578:
15579: * src/main/execute.C: comment
15580:
15581: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
15582: ^process[$caller.self]{...} now compiles to last derived object
15583: part of that 'self'
15584:
15585: 2002-10-29 paf
15586:
15587: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
15588: re-passing [iis to blame]
15589:
15590: * src/classes/string.C: changed string.save to pass current sql
15591: connection to cstr thus one can ^connect[some server]{
15592: $s[insert into table x (x) values (^taint[sql]{value})]
15593: ^s.save[some.sql] } and he'd get in some.sql file code with
15594: properly escaped. [tried in mssql->mysql export->import of
15595: binary data]
15596:
15597: 2002-10-25 paf
15598:
15599: * src/types/pa_vresponse.C: case insensitive response user fields
15600: get/put
15601:
15602: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
15603: types/pa_vresponse.C: saving for maybe-future
15604:
15605: 2002-10-23 paf
15606:
15607: * operators.txt, src/classes/table.C: ^table.hash{code}...
15608: ^table.hash(expr)...
15609:
15610: * src/types/pa_vmail.C: email whitespace trimBoth-ed
15611:
15612: 2002-10-22 paf
15613:
15614: * src/types/: pa_vform.C, pa_vform.h: removed needless
15615: VForm::Append...(...Value)
15616:
15617: * src/main/execute.C: $.name outside of $name[...] checked
15618:
15619: * src/main/: compile.tab.C, compile.y: lexer changed to fix
15620: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
15621:
15622: 2002-10-21 paf
15623:
15624: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
15625: $form:qtail $form:imap.x/y
15626:
15627: * operators.txt, src/types/pa_vform.C: $form:nameless =
15628: "?value&...", "...&value&...", "...&value"
15629:
15630: * operators.txt, src/types/pa_vform.C: $form:image-map
15631:
15632: * operators.txt, src/classes/file.C: /some/page.html:
15633: ^file:fullpath[a.gif] => /some/a.gif
15634:
15635: 2002-10-17 paf
15636:
15637: * src/main/: compile.tab.C, compile.y: operators precedence changed
15638: a little: logical not and bitwise negation precedence made
15639: highest, << and >> bitshits precedence made equal [were << higher
15640: than >>]
15641:
15642: * src/classes/op.C: exception handling fixed [were bad with
15643: contexts]
15644:
15645: 2002-10-16 paf
15646:
15647: * src/: classes/op.C, include/pa_request.h, main/execute.C,
15648: main/pa_request.C: Request::self considered equal to
15649: VMethodFrame::self, and removed, Request::get_self() mapped to
15650: VMethodFrame.self()
15651:
15652: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
15653: $hash in open field now gives old good error meesage
15654:
15655: 2002-10-15 paf
15656:
15657: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
15658: use ^if($junction is junction){was and now true}
15659:
15660: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
15661: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
15662: types/pa_vxnode.C: xml->parser strings now have origin, which
15663: points to place where value left xml library and came to parser:
15664: place of dom field extraction/call
15665:
15666: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
15667: main/compile.tab.C, main/compile.y, main/execute.C,
15668: types/pa_vmethod_frame.h: removed last pieces of old code
15669: allowing $junction.xxx at compile time
15670:
15671: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
15672: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
15673: objects also considered [were only classes]
15674:
15675: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
15676: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
15677: with CLASS self. [ (request&method_frame).self temporarily
15678: changed ]
15679:
15680: * src/classes/: hash.C, op.C: method_frame now always changed, with
15681: no exception to native calls. for&foreach changed to use
15682: method_frame.caller for their var's name context
15683:
15684: * src/: main/execute.C, targets/cgi/parser3.C,
15685: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
15686: compiling to system classes disabled
15687:
15688: * operators.txt, src/classes/op.C:
15689: ^process[$caller.CLASS]{code-string} added
15690:
15691: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
15692: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
15693: src/types/Makefile.am, src/types/pa_vjunction.C,
15694: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
15695: src/types/types.dsp: removed $junction.get $junction.set[]
15696: introducing $caller
15697:
15698: * src/types/pa_value.h: removed outdated comments. doxygen would
15699: find them lower by inheritance tree
15700:
15701: * src/types/pa_vjunction.C: ident
15702:
15703: 2002-10-14 paf
15704:
15705: * src/classes/op.C: process compiles to code's class class
15706:
15707: * src/: classes/form.C, classes/mail.C, classes/op.C,
15708: include/pa_request.h, main/compile.C, main/compile.tab.C,
15709: main/compile.y, main/execute.C, main/pa_request.C,
15710: types/pa_vstateless_class.h: operators now main-class-methods
15711:
15712: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
15713: better stack trace [has "call" & co there]
15714:
15715: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15716: operators @auto now executed in MAIN context
15717:
15718: * src/main/execute.C: operator execution context now = MAIN, not
15719: closest stack frame
15720:
15721: @touchit[] $i[after]
15722:
15723: ----t.html $i[before] << local ^touchit[] $i << now 'before',
15724: were 'after'
15725:
15726: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
15727: 'after'
15728:
15729: * src/main/execute.C: comment
15730:
15731: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
15732: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
15733: action]
15734:
15735: * src/types/pa_vxnode.C: misreplace fixed
15736:
15737: * configure, configure.in, src/include/pa_config_auto.h.in,
15738: src/types/pa_vstatus.C, operators.txt:
15739: $status:rusage.tv_secs/usecs introduced
15740:
15741: 2002-10-09 paf
15742:
15743: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
15744: on empty string [or uses (default)]
15745:
15746: 2002-10-08 paf
15747:
15748: * src/main/untaint.C: mail header quoted printable changed after
15749: RFC reread
15750:
15751: * operators.txt: plan on ^if(method
15752:
15753: * src/types/pa_vxnode.C: misreplace
15754:
15755: 2002-09-24 paf
15756:
1.116 moko 15757: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 15758:
15759: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
15760: mailreceive would compile on freebsd now
15761:
15762: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
15763: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 15764: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
15765: mailreceive would compile on freebsd now
1.95 moko 15766:
15767: * src/: classes/file.C, main/untaint.C: 1. file spec language
15768: changed: now there are only few chars are untainted: * ? ' " < >
15769: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
15770: one should use ^untaint[uri]{...} now]
15771:
15772: 2. $list[^file:list[dir]] now returns simply tainted names in
15773: $list.name, not tainted as filespec
15774:
15775: @russianindex[] #dir with files with russian-lang names
15776: $where[dir]
15777:
15778: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
15779: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
15780:
15781: 2002-09-23 paf
15782:
15783: * src/types/pa_vdouble.h: double->int round added
15784:
15785: * src/classes/date.C: date bug fix, now
15786: round(floatDays*secondsPerDay)
15787:
15788: * src/classes/date.C: date bug fix, now
15789: round(floatDays*secondsPerDay)
15790:
15791: 2002-09-20 paf
15792:
15793: * src/main/execute.C: code junction calls disabled [before: code
15794: was compiled in such a way, that there were no code-junctions in
15795: OP_CALL]
15796:
15797: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
15798:
15799: @badjunctioncallinside[code] ^code[]
15800:
15801: * src/main/: compile.tab.C, compile.y: changed grammer on junction
15802: expanding to include ^junction.method
15803:
15804: * src/main/pa_common.C: -d "DIR/" now true
15805:
15806: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
15807: as internal xdoc encoding, and after decoding attributes set by
15808: dom functions now encoded OK, not as digital entities
15809:
15810: * src/classes/xdoc.C: empty transform result, being taken as file
15811: now returns empty file, not raises stupid error about "stat-ed
15812: file"
15813:
15814: * src/types/pa_vhash.h: hash.foreach modification of existing keys
15815: allowed
15816:
15817: * src/types/types.dsp: introducing $junction.get/put(1) one can
15818: write iterators now:
15819:
15820: ^user-foreach[key;value]{$key=$value<br>}
15821:
15822: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
15823: $code.value($i*2) $code }
15824:
15825: * src/main/compile_tools.h: mistype
15826:
1.116 moko 15827: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
15828: thus taking linking options configure changes into account [were:
15829: ignoring]
1.95 moko 15830:
15831: * src/types/: pa_vjunction.C, Makefile.am: introducing
15832: $junction.get/put(1) one can write iterators now:
15833:
15834: ^user-foreach[key;value]{$key=$value<br>}
15835:
15836: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
15837: $code.value($i*2) $code }
15838:
15839: * src/: include/pa_opcode.h, include/pa_request.h,
15840: main/compile.tab.C, main/compile.y, main/execute.C,
15841: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
15842: introducing $junction.get/put(1) one can write iterators now:
15843:
15844: ^user-foreach[key;value]{$key=$value<br>}
15845:
15846: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
15847: $code.value($i*2) $code }
15848:
15849: 2002-09-19 paf
15850:
1.116 moko 15851: * Makefile.am: new: make commit
1.95 moko 15852:
15853: * aclocal.m4: forced to be older
15854:
15855: 2002-09-18 paf
15856:
15857: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
15858: src/main/compile.y, src/main/execute.C: << >> int shifts
15859:
15860: * src/: include/pa_common.h, include/pa_request.h,
15861: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
15862: - now this - fatal error
15863:
15864: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
15865: that one can pass binary data there
15866:
15867: * src/: classes/date.C, classes/double.C, classes/file.C,
15868: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15869: classes/op.C, classes/response.C, classes/string.C,
15870: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15871: include/pa_request.h: pa_request contexts made privated, plus
15872: get_{self/method_frame} to read. Request_context_saver used in
15873: ^try to save flang too. [were not saved]
15874:
15875: * src/types/pa_vresponse.C: header value chains joined before
15876: output, this should help $.subject[$var $var] from being
15877: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
15878:
15879: 2002-09-17 paf
15880:
15881: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
15882: removed changes, operators executed with calling self. lots of
15883: code with ^include code relies on defined/defining self variables
15884:
15885: $a[1] ^include[print_a.p] print_a.p: $a
15886:
15887: ^include[set_a.p] a=$a set_a.p: $a[1]
15888:
15889: * src/: classes/op.C, main/execute.C, main/pa_request.C,
15890: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
15891: types/pa_vstateless_class.h: operators now executed with MAIN
15892: self. it's for ^include sake, too strong a change
15893:
15894: * src/classes/op.C: made place for ^process to compile it's code to
15895: in case of no self
15896:
15897: * src/main/execute.C: found ancient param to Junction, removed.
15898: allowed passing self to native_code_operators [for ^process to
15899: work, she needs self]
15900:
15901: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
15902: types/pa_vstateless_class.h: found ancient param to Junction,
15903: removed. allowed passing self to native_code_operators [for
15904: ^process to work, she needs self]
15905:
15906: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
15907: types/pa_value.h, types/pa_vmethod_frame.h,
15908: types/pa_vstateless_class.h: allowed Request.self to be 0,
15909: checked that in VMethodFrame get/put and $self.
15910:
15911: * src/classes/: table.C, xdoc.C: table::sql options table::create
15912: copy options options checked, wrong option now fatal error
15913:
15914: * src/main/pa_string.C: string.replace fixed [were missing words on
15915: pieces boundaries]
15916:
15917: * bin/auto.p.dist.in: strange \n
15918:
15919: * configure, configure.in: .so now detected [can be .sl on hpux,
15920: .dll on cygwin, .so in other cases)
15921:
1.116 moko 15922: * configure, configure.in, bin/auto.p.dist.in: .so now detected
15923: [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95 moko 15924:
15925: * operators.txt, src/classes/hash.C, src/classes/table.C,
15926: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
15927: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
15928: record taken [were last]
15929:
15930: * src/: classes/hash.C, classes/table.C,
15931: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
15932: now errors
15933:
15934: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
15935:
15936: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
15937: ,2,3]
15938:
15939: 2002-09-16 paf
15940:
15941: * src/classes/file.C: file::cgi line ends can be both unix & dos.
15942: and they can be unix [\n\n] on win when 'use CGI' used, it causes
15943: stdout to be binary. now detected closest header break.
15944:
15945: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
15946: closed right
15947:
15948: 2002-09-13 paf
15949:
15950: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
15951: src/main/compile_tools.h: (expression #comment)
15952:
15953: (multiline expression #comment line2 #comment )
15954:
15955: (expression #comment with (brackets) comment) << OK
15956:
15957: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
15958: bitwise !|| numerical xor now [preparing for expression
15959: #comments]
15960:
15961: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
15962: error
15963:
15964: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
15965: cheched in pa_socks.C
15966:
1.116 moko 15967: * configure, configure.in, src/include/pa_config_auto.h.in:
15968: HAVE_WINSOCK_H created in configure.in
1.95 moko 15969:
15970: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
15971: cookie date now clean [were mistakenly tainted & that worked bad
15972: with opera -- 'happily' that worked OK with msie]
15973:
15974: 2002-09-12 paf
15975:
15976: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
15977: VClass get_element now first looks to fields, next to methods &
15978: co todo: the rest reason: more speed
15979:
15980: * src/main/untaint.C: quoted printable encoding stops before
15981: \s*<...>$
15982:
15983: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
15984: stops before <...>$
15985:
15986: 2002-09-11 paf
15987:
15988: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
15989: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
15990: forgot to check users of those funcs. not all were using that
15991: return value convention
15992:
15993: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
15994: windows-1254 added
15995:
15996: 2002-09-10 paf
15997:
15998: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
15999: VCodeFrame parent param were specified badly
16000:
16001: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
16002: WWrapper which used in constructing objects(second param to sql
16003: method) ^...sql{}[$.default{code}] now has parent, wich helps
16004: code in hash to survivi
16005:
16006: * src/: include/pa_request.h, main/execute.C: removed redundant
16007: param to execute [stack said 'thanks']
16008:
16009: * src/: classes/op.C, main/execute.C, types/pa_value.C,
16010: types/pa_value.h, types/pa_vcode_frame.h,
16011: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16012: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
16013: responsibility to wcontext
16014:
16015: * src/classes/file.C: decided not to log exec's with stderr, that
16016: could be warnings, and it's up to scritper to log/show them
16017:
16018: * src/: classes/double.C, main/execute.C: double:sql badly called
16019: write_assign_lang, not write_no_lang, thus doing unnecessary
16020: double/string converstion, which were loosing time&precesion
16021:
16022: * src/: main/pa_charset.C, types/pa_vmail.C:
16023: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
16024: case of unfinished in buffer processing, causing accidental
16025: transcode stop [in case that source enc != utf-8 & there is
16026: incomplete utf-8 sequence at the end of 16000block iside of
16027: libxml lib] tfm readed & code updated
16028:
16029: 2002-09-04 paf
16030:
16031: * configure: makes with sjlj
16032:
16033: * INSTALL, src/include/pa_config_fixed.h,
16034: src/include/pa_sql_connection.h,
16035: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
16036: checked. on win32 it made default
16037:
16038: * src/include/pa_config_auto.h.in: sjlj define
16039:
16040: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
16041: can not work with longjump/throw pair, and one must switch that
16042: on there. todo: detect that automatically]
16043:
16044: * src/types/pa_vxnode.C: removed too strong checks of
16045: xnode.elements. now, for instance, if element does not have any
16046: attributes, $xnode.attributes is void, not error
16047:
16048: 2002-09-02 paf
16049:
16050: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
16051: removed double_result, didn't help
16052:
16053: * src/main/execute.C: double_result made to move that var away from
16054: hungry g++ optimizer (-O2), before: it were optimized and
16055: comparison operators worked badly
16056:
16057: * src/types/pa_vdate.h: removed debug
16058:
1.116 moko 16059: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 16060:
16061: * src/main/execute.C: fixed numeric < & co so that thay now use
16062: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
16063: unknown reason.
16064:
16065: 2002-08-29 paf
16066:
16067: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
16068: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
16069: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
16070: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
16071: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
16072: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
16073: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
16074: [called less frequent, allowed to remove ugly
16075: Junction.change_context-s from many places, switch,
16076: mail:send..html{}, ..] request.root renamed to method_frame [more
16077: easyreading] ancient {...PUSH/POPs...} changed to stack vars
16078: [speed up]
16079:
16080: 2002-08-28 paf
16081:
16082: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
16083: tainted
16084:
16085: * src/types/pa_vcookie.C: fixed cookie delete when
16086: $cookie:name[$.value[]]
16087:
16088: * operators.txt, src/classes/string.C:
16089: ^string.split[delim[;options]]
16090:
16091: 2002-08-27 paf
16092:
1.116 moko 16093: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 16094:
16095: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
16096: delimiter
16097:
16098: * INSTALL: recommended latest gmime 1.0.5
16099:
16100: 2002-08-26 paf
16101:
16102: * configure, configure.in: apache13/hook added to make dist.
16103:
16104: 2002-08-23 paf
16105:
16106: * src/: include/pa_common.h, main/pa_common.C,
16107: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
16108: beside binary [cgi, isapi] not accessible [due to bad rights or
16109: whatever] it's error now
16110:
16111: 2002-08-21 paf
16112:
1.116 moko 16113: * Makefile.am: can use: make happy equals to make update install
1.95 moko 16114:
16115: * src/main/: compile.tab.C, compile.y, compile_tools.C,
16116: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
16117: class". compiled as if here they named base class
16118:
16119: * src/main/pa_string.C: fixed bad language bug, [were wrong string
16120: cloning constructor]
16121:
16122: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
16123:
16124: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
16125: src/types/pa_vfile.C, src/types/pa_vmail.C:
16126: $mail.received.file.value.content-type fixed
16127:
16128: 2002-08-20 paf
16129:
16130: * src/classes/file.C: fixed language of file:file result
16131:
16132: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
16133: from 3.0.0005
16134:
16135: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
16136:
16137: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
16138: 3.0.0005
16139:
16140: * src/classes/void.C, operators.txt: ^void.length[] = 0
16141:
16142: 2002-08-19 paf
16143:
16144: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
16145: work now
16146:
16147: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
16148: error in xnode, which were not catched in xdoc]
16149:
16150: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
16151: prepared: // validate each document after load/create (?)
16152: //xmlDoValidityCheckingDefaultValue = 1;
16153:
16154: 2002-08-15 paf
16155:
16156: * src/classes/classes.h: write to static var caused useless
16157: Exception, introduced Methoded::put_element wich consumes those
16158:
16159: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
16160: src/types/pa_vcookie.C, src/types/pa_vdate.h,
16161: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
16162: $response:field[date] $response:field[$.xxx[date]]
16163:
16164: * src/: classes/hash.C, classes/string.C, classes/table.C,
16165: classes/void.C, include/pa_sql_connection.h: fixed source of
16166: ^hash::sql{bad}
16167:
16168: * operators.txt: $request:body unprecessed POST request body
16169:
16170: * src/types/pa_vrequest.C: $request:body unprecessed POST request
16171:
16172: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
16173: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
16174:
16175: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
16176: src/include/pa_request.h, src/main/pa_pool.C,
16177: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
16178: $request:body r.post_data now const
16179:
16180: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
16181: classes/xnode.C, main/execute.C, types/pa_value.h,
16182: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
16183: types/pa_vtable.h: instead of type() checking everywhere used
16184: Value.as now user descendants can be used in params.
16185:
16186: VObject::as_*, is_defined now taken from bases. xtable(table)
16187: ^if($xtable) now OK
16188:
16189: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
16190: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
16191: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
16192:
16193: 2002-08-14 paf
16194:
16195: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
16196: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16197: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16198: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16199: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16200: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16201: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16202: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16203: types/pa_vresponse.C, types/pa_vresponse.h,
16204: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16205: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16206: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16207: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16208: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
16209: & VClass
16210:
16211: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
16212:
16213: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
16214: removed fixopt stupidity. on stupid linux use cd /document/root
16215: ../cgi/parser3 script
16216:
16217: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
16218: params, splitting them by space, excluding argv[0], argv[argc-1]
16219:
16220: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
16221: fixopt.h: fixopt now preprocesses command line params, splitting
16222: them by space, excluding argv[0], argv[argc-1]
16223:
16224: * src/targets/cgi/parser3.C: -f config file
16225:
16226: * src/targets/cgi/parser3.C: fixed .log file dir
16227:
16228: 2002-08-13 paf
16229:
16230: * src/types/pa_vobject.C: allow override parent variables, useful
16231: for form descendants [in vobject too, were in vclass]
16232:
16233: * src/types/pa_vclass.C: allow override parent variables, useful
16234: for form descendants
16235:
16236: * src/types/pa_vclass.C: checked: form[vclass]fields can be
16237: overwritten in derived(table)
16238:
16239: * src/: classes/form.C, classes/mail.C, classes/op.C,
16240: classes/xnode.h, include/pa_request.h, main/execute.C,
16241: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16242: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16243: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16244: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16245: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16246: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16247: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16248: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16249: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16250: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16251: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16252: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16253: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
16254: Value::get_element(..., bool looking_down) [needed to exclude
16255: endless recoursion]
16256:
16257: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
16258: fix bug with put endless recoursion todo: check 'as'
16259:
16260: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
16261: reorganized modules todo: fix bug with put endless recoursion
16262: todo: check 'as'
16263:
16264: * src/types/pa_vobject.h: checked: table fields can be overwritten
16265: in derived(table)
16266:
16267: * src/types/pa_vobject.h: derived classes can have fields of their
16268: own now
16269:
16270: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
16271: fixed error message on using non-created table
16272:
16273: * src/: classes/form.C, classes/hash.C, classes/mail.C,
16274: classes/op.C, classes/xnode.h, include/pa_request.h,
16275: main/compile.C, main/compile.tab.C, main/execute.C,
16276: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16277: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16278: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16279: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16280: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
16281: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16282: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16283: types/pa_vresponse.C, types/pa_vresponse.h,
16284: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16285: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16286: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16287: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16288: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
16289: looking down/up tree todo: fix error message on non-constructed
16290: parents
16291:
16292: 2002-08-12 paf
16293:
16294: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
16295: derived OK
16296:
16297: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
16298: thorough testing
16299:
16300: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
16301: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16302: types/pa_vobject.h, types/pa_vstateless_class.h,
16303: types/pa_vstateless_object.h, types/pa_wcontext.h,
16304: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
16305: ^base:create[] dynamic call rewritten todo: thorough testing
16306:
16307: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
16308: now instantates base class, remembers it and saves child in
16309: parent VObject.get_class now returns last child = downward
16310: virtual calls OK
16311:
16312: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16313: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16314: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
16315: types/pa_vobject.h, types/pa_vresponse.h,
16316: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16317: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
16318: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
16319: VAliased [redundant], moved $CLASS to VObject only [parser class
16320: instance]
16321:
16322: * bin/auto.p.dist.in: more like in dist on parser.ru
16323:
16324: * bin/auto.p.dist.in: fixed sendmail default comment
16325:
16326: * src/main/pa_request.C: $response:body[file] content-type check
16327: fixed [were bad when content-type is hash]
16328:
16329: 2002-08-09 paf
16330:
16331: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16332: types/pa_vobject.h, types/pa_vxdoc.h: started as()
16333:
16334: 2002-08-08 paf
16335:
16336: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
16337: src/main/pa_globals.C: year column in month calendar [week year]
16338:
16339: * src/main/execute.C: error reporting on object writes to MAIN
16340: improved [were ruind with fixing $obj[^if(1){$obj}] ]
16341:
16342: * operators.txt, src/types/pa_vdate.h: $date.yearday
16343: $date.daylightsaving
16344:
16345: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
16346: use tainted data now. only she must specify the language.
16347:
16348: ^mail:send[ $.from[paf@mail.design.ru]
16349: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
16350: $.text[^taint[uri][ìîñêâà]=] ]
16351:
16352: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
16353: now prints more precise origin
16354:
16355: * src/include/pa_string.h: String::first_char now not fails on
16356: empty strings ^if(-f '') now ok and in 3 other places.
16357:
16358: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
16359: String::first_char now not fails on empty strings ^if(-f '') now
16360: ok and in 3 other places.
16361:
16362: 2002-08-07 paf
16363:
16364: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
16365: fixed
16366:
16367: * src/main/pa_string.C: ^string.mid(0;bad) fixed
16368:
16369: * src/: main/execute.C, types/pa_vcode_frame.h,
16370: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16371: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
16372: mistakenly not completely transparent to object writes.
16373: $hash[^if(1){$hash}] now works
16374:
16375: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
16376: now erasing cache file [there were bad check on that]
16377:
16378: * src/: classes/classes.dsp, classes/table.C,
16379: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
16380: all Debug dirs in .dsp now named 'Debug'
16381:
1.116 moko 16382: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 16383:
16384: * operators.txt, src/classes/mail.C: exception_type email.send
16385:
16386: * operators.txt, src/types/pa_vmail.C: exception_type email.format
16387:
16388: * src/types/pa_vmail.C: mail:send empty email checked
16389:
16390: 2002-08-06 paf
16391:
16392: * operators.txt, src/classes/table.C, src/include/pa_array.h,
16393: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
16394: ^table::create[$source;$.options] ^table::join[$source;$.options]
16395:
16396: * operators.txt, src/classes/hash.C, src/classes/string.C,
16397: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
16398: # $.default() }
16399:
16400: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
16401:
16402: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16403: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
16404: $file.content-type [instead of .mime-type] now works for
16405: file::stat also
16406:
16407: * src/main/pa_request.C: case insensitive mime_type_of
16408:
16409: * bin/auto.p.dist.in: jpeg
16410:
16411: 2002-08-05 paf
16412:
16413: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
16414:
16415: * src/types/pa_vmail.C: file buffer relocated to parser heap
16416:
16417: * operators.txt: comment on date:calendar week column
16418:
16419: * src/main/pa_common.C: write checked
16420:
16421: * src/main/: pa_common.C: write checked
16422:
16423: * src/classes/date.C: +1 buf size for stupid snprintfs
16424:
16425: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
16426: month calendar week column [ISO 8601 Week Numbers]
16427:
16428: 2002-08-02 paf
16429:
16430: * src/: include/pa_config_fixed.h, main/pa_string.C,
16431: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
16432: DEBUG*
16433:
16434: * configure, configure.in, src/include/pa_version.h: release
16435: 3_0_0005
16436:
16437: * bin/auto.p.dist.in: unhandled_exception comments
16438:
16439: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
16440: multipart post fixed
16441:
16442: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
16443: response transcoded source->client only when text/* or simple
16444: onoverridden $response:body
16445:
16446: 2002-08-01 paf
16447:
16448: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16449: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16450: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16451: classes/op.C, classes/response.C, classes/string.C,
16452: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16453: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16454: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16455: include/pa_config_fixed.h, include/pa_dictionary.h,
16456: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
16457: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
16458: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
16459: include/pa_socks.h, include/pa_sql_connection.h,
16460: include/pa_sql_driver_manager.h, include/pa_stack.h,
16461: include/pa_string.h, include/pa_stylesheet_connection.h,
16462: include/pa_stylesheet_manager.h, include/pa_table.h,
16463: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16464: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16465: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
16466: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16467: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16468: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16469: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16470: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16471: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16472: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16473: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16474: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16475: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16476: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16477: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16478: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
16479: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
16480: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16481: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
16482: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16483: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
16484: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16485: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
16486: types/pa_vmethod_frame.h, types/pa_vobject.h,
16487: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16488: types/pa_vresponse.h, types/pa_vstateless_class.C,
16489: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16490: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16491: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16492: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16493: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 16494: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 16495:
16496: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
16497: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16498: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16499: classes/math.C, classes/op.C, classes/response.C,
16500: classes/string.C, classes/table.C, classes/void.C,
16501: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16502: include/pa_array.h, include/pa_cache_managers.h,
16503: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16504: include/pa_config_fixed.h, include/pa_config_includes.h,
16505: include/pa_dictionary.h, include/pa_dir.h,
16506: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16507: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16508: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16509: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16510: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16511: include/pa_stack.h, include/pa_string.h,
16512: include/pa_stylesheet_connection.h,
16513: include/pa_stylesheet_manager.h, include/pa_table.h,
16514: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16515: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
16516: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16517: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
16518: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16519: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
16520: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
16521: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
16522: main/pa_sql_driver_manager.C, main/pa_string.C,
16523: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16524: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16525: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16526: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
16527: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16528: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
16529: targets/isapi/pool_storage.h, types/pa_valiased.C,
16530: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
16531: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
16532: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16533: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16534: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16535: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16536: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16537: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16538: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16539: types/pa_vresponse.C, types/pa_vresponse.h,
16540: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16541: types/pa_vstateless_object.h, types/pa_vstatus.C,
16542: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16543: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16544: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16545: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16546: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
16547: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
16548: types/Makefile.am: ident.C* removed
16549:
16550: * operators.txt, src/classes/file.C, src/main/pa_request.C:
16551: file:find[/can/do/this/now.txt]
16552:
16553: * src/targets/cgi/parser3.C: usage to stdout now
16554:
16555: 2002-07-31 paf
16556:
16557: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
16558:
16559: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
16560: default "postmaster"
16561:
16562: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
16563: -f postmaster now default sendmail key word "postmaster"
16564: replaced to $.from
16565:
16566: 2002-07-30 paf
16567:
1.116 moko 16568: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
16569: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 16570:
16571: * src/main/pa_charset.C: comment
16572:
16573: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
16574: table, &#decimal;
16575:
16576: * src/main/pa_request.C: comment
16577:
16578: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
16579: paragraf]
16580:
16581: 2002-07-11 paf
16582:
16583: * src/main/pa_exec.C: build command line badly added params twice
16584: [and first time without ' ']. double wrong. fixed.
16585:
16586: * src/main/pa_exec.C: invalid .exe caused error message with params
16587: wich parser did not provide = reported badly. fixed that.
16588:
16589: * src/classes/mail.C: $MAIL[ # xxx ]
16590:
16591: now ok
16592:
16593: * operators.txt: plan: sql detailed exception
16594:
16595: 2002-07-01 paf
16596:
16597: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
16598: [MForm.configure_admin were called when request.main_class ==0
16599:
16600: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
16601:
16602: * src/classes/form.C: content_length type fix
16603:
16604: 2002-06-30 paf
16605:
16606: * src/classes/mail.C: merged from 4
16607:
16608: * src/classes/mail.C: restored $MAIL
16609:
16610: 2002-06-28 paf
16611:
16612: * configure, configure.in: removed paths.h
16613:
1.116 moko 16614: * configure, src/include/pa_version.h,
1.95 moko 16615: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
16616: merged, makes updated
16617:
16618: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
16619: src/include/pa_charset.h, src/include/pa_config_fixed.h,
16620: src/include/pa_pool.h, src/include/pa_version.h,
16621: src/main/pa_charset.C, src/main/pa_pool.C,
16622: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
16623: src/types/pa_vmail.C: merged latest updates to head
16624:
16625: 2002-06-27 paf
16626:
16627: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
16628: not error now
16629:
16630: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
16631: src/include/pa_config_fixed.h, src/include/pa_pool.h,
16632: src/main/pa_charset.C, src/main/pa_pool.C:
16633: ^xdoc::create[[uri]]... base uri for document being created,
16634: imports and other relative file names would be relative to this
16635: uri default uri=path_translated
16636:
16637: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
16638:
16639: 2002-06-26 paf
16640:
16641: * configure, configure.in, src/include/pa_version.h:
16642: release_3_0_0004
16643:
16644: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
16645: 0 now
16646:
16647: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
16648:
16649: 2002-06-25 paf
16650:
16651: * src/main/pa_string.C: emtpy string, or string of whitespaces
16652: considered bad number now
16653:
16654: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
16655: now
16656:
16657: * operators.txt, src/classes/string.C: ^string.normalize [old
16658: name: optimize
16659:
16660: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
16661: library configured
16662:
16663: * src/main/pa_request.C: configure_admin forced if no @conf
16664:
16665: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
16666: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
16667: when needed and to call system crypt() if not $apr1$ prefix
16668:
16669: 2002-06-24 paf
16670:
16671: * INSTALL: --with-static/shared-mailreceive described
16672:
16673: * src/include/pa_config_fixed.h: ssize_t fixed
16674:
1.116 moko 16675: * configure, configure.in, src/include/pa_config_auto.h.in,
16676: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 16677: src/types/pa_vmail.C: $mail:received makes update
16678:
16679: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
16680: WITH_MAILRECEIVE
16681:
16682: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
16683:
16684: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
16685: option, for $mail:receive
16686:
16687: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
16688: introducting $message:received ^mail:send rewritten with backward
16689: comp
16690:
16691: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
16692: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16693: types/types.dsp: win32xml win32mailreceive pseudomodules paths
16694: now
16695:
16696: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
16697: src/include/pa_charset.h, src/include/pa_config_fixed.h,
16698: src/include/pa_request.h, src/include/pa_string.h,
16699: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
16700: src/main/pa_globals.C, src/main/pa_request.C,
16701: src/main/pa_string.C, src/main/pa_uue.C,
16702: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
16703: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
16704: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
16705: uue to separate file introducting $message:received ^mail:send
16706: rewritten with backward comp
16707:
16708: 2002-06-21 paf
16709:
1.116 moko 16710: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
16711: co changes
1.95 moko 16712:
1.116 moko 16713: * configure, configure.in, src/lib/md5/Makefile.am,
16714: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
16715: restructure .in and .am files appropriate changes
1.95 moko 16716:
16717: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
16718: pcre to libs/ added libs/md5 which is linked to non-apache
16719: targets ^math:crypt[password;$apr1$salt]
16720:
16721: * INSTALL, configure.in, operators.txt, parser3.dsw,
16722: src/Makefile.am, src/classes/Makefile.am,
16723: src/classes/classes.dsp, src/classes/math.C,
16724: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 16725: src/lib/pcre/Makefile.am, src/lib/pcre/README,
16726: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
16727: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
16728: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
16729: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
16730: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
16731: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
16732: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 16733: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
16734: src/lib/pcre/pcre_parser_ctype.dsp,
16735: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
16736: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
16737: src/main/compile.tab.C, src/main/main.dsp,
16738: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
16739: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
16740: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
16741: to libs/ added libs/md5 which is linked to non-apache targets
16742: ^math:crypt[password;$apr1$salt]
16743:
16744: 2002-06-20 paf
16745:
16746: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.116 moko 16747: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
16748: src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 16749: src/include/pa_request.h, src/main/execute.C,
16750: src/main/pa_request.C, src/targets/cgi/parser3.C,
16751: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
16752: marged latest HEAD updates, mainly file:justname&co &
16753: @auto/conf[filespec
16754:
16755: * operators.txt, src/classes/file.C:
16756: !^file:dirname[/a/some.tar.gz]=/a
16757: !^file:dirname[/a/b/]=/a
16758: !^file:basename[/a/some.tar.gz]=some.tar.gz
16759: !^file:justname[/a/some.tar.gz]=some.tar
16760: !^file:justext[/a/some.tar.gz]=gz
16761:
16762: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16763: main/pa_request.C, types/pa_vmethod_frame.h: introducing
16764: @conf/auto[filespec]
16765:
16766: * bin/auto.p.dist.in: <noindex>
16767:
1.116 moko 16768: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 16769:
16770: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
16771: bin/auto.p.dist.in, src/doc/doxygen.cfg,
16772: src/include/pa_globals.h, src/targets/cgi/parser3.C,
16773: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
16774:
16775: 2002-06-18 paf
16776:
16777: * configure, configure.in, src/include/pa_version.h: version to
16778: configure.in
16779:
16780: * INSTALL: reflected .conf.dist dir change
16781:
1.116 moko 16782: * Makefile.am, configure, configure.in, bin/Makefile.am,
16783: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 16784: .in & *.am updated
16785:
16786: * src/classes/file.C: strncasecmp
16787:
16788: * src/classes/file.C: strcasecmp
16789:
1.116 moko 16790: * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
16791: from etc
1.95 moko 16792:
16793: * src/classes/file.C: ^file::exec[script;$.bad error case
16794: insensitive check now
16795:
16796: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
16797:
16798: * configure, configure.in, src/include/pa_pool.h,
16799: src/include/pa_types.h: pack configure.in detection simplified.
16800: figured out that gcc on sparc not that stupid as thought
16801: previously: on sparc: when it sees packed class it modifies it's
16802: field-access-code to byte operations [stb, ldub] instead of 4byte
16803: operations [st, lduh] so packed must be all parts of packed
16804: class, i.e. it's parents&fields(classes). for now it's only
16805: String that packed and what was wrong is that it's parent -
16806: Pooled, were not packed. fixed that.
16807:
16808: 2002-06-14 paf
16809:
16810: * operators.txt: more precise xml-to-text options
16811:
16812: * operators.txt, src/types/pa_vxnode.C: xnode
16813: attribute_node.name/value xnode pi.node.data
16814:
16815: 2002-06-12 paf
16816:
1.116 moko 16817: * configure, configure.in, src/targets/cgi/Makefile.am,
16818: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 16819:
16820: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
16821: src/include/pa_globals.h, src/include/pa_request.h,
16822: src/main/compile.tab.C, src/main/pa_globals.C,
16823: src/main/pa_request.C, src/targets/cgi/parser3.C,
16824: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
16825:
16826: * src/classes/mail.C: sendmail -ti [default now]
16827:
16828: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
16829: to be strings. for convinient #ing
16830:
16831: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
16832: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
16833:
16834: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
16835: main/pa_globals.C, main/pa_request.C: @conf
16836:
16837: 2002-06-11 paf
16838:
16839: * src/classes/file.C: check simplified
16840:
16841: * src/: classes/file.C, targets/cgi/parser3.dsp,
16842: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
16843: valid prefix
16844:
16845: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
16846: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
16847: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
16848:
16849: 2002-06-10 paf
16850:
16851: * operators.txt, src/classes/op.C, src/include/pa_common.h,
16852: src/main/pa_common.C: lock failures reported now
16853:
16854: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
16855: string->double @ compile time were not-enough-checking...
16856:
16857: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
16858: autoconvert now ignored
16859:
16860: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
16861: check
16862:
16863: * src/classes/mail.C: mail netscape attachment name fixed. todo:
16864: $response:body content-type:name
16865:
16866: * configure, configure.in: hpux check, nsl link, no socket
16867:
16868: * operators.txt: old merge conflict removed
16869:
16870: * configure, configure.in: pack even address access on sparc&co
16871: arch checked in configure
16872:
16873: * configure, src/include/pa_version.h: makes
16874:
16875: * configure, configure.in, src/include/pa_version.h: makes
16876:
16877: * src/main/untaint.C: (bug#2) mail subject got always prepended
16878: with charset even when all letters were 7bit one
16879:
16880: * src/main/pa_common.C: merged fixed -d (bug)
16881:
16882: * src/main/pa_common.C: fixed -d (bug)
16883:
16884: 2002-06-03 paf
16885:
16886: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
16887: src/classes/classes.dsp, src/main/compile.tab.C,
16888: src/main/main.dsp, src/main/pa_globals.C,
16889: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
16890: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
16891: .dsp-s along with reorganized cvs modules dirs structure
16892:
16893: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
16894: main/pa_globals.C, targets/cgi/parser3.dsp,
16895: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
16896: modules
16897:
16898: 2002-05-28 paf
16899:
16900: * src/targets/cgi/parser3.C: info.uri now ""
16901:
16902: 2002-05-17 paf
16903:
16904: * src/classes/: table.C: ^table.save << checked empty
16905: pre/match/post columns
16906:
16907: 2002-05-16 paf
16908:
16909: * src/classes/image.C: image::measure can png now
16910:
16911: 2002-05-15 paf
16912:
16913: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
16914: added
16915:
16916: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
16917:
16918: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
16919: %H[:%M[:%S]]]]]] [-%m now
16920:
16921: 2002-05-14 paf
16922:
16923: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
16924:
16925: 2002-05-07 paf
16926:
16927: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
16928: src/include/pa_globals.h, src/include/pa_request.h,
16929: src/include/pa_table.h, src/main/compile.tab.C,
16930: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
16931: src/main/pa_request.C, src/main/pa_table.C,
16932: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
16933: src/targets/isapi/parser3isapi.dsp,
16934: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
16935: name2number field now &. main_method_name now on Request pool
16936: rather on global_pool [Junction+VJunction created on same pool as
16937: name = were created on global pool, causing mem leaks]
16938:
16939: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
16940: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
16941: main/compile.y, main/main.dsp, main/pa_globals.C,
16942: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
16943: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
16944: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
16945: field now &. main_method_name now on Request pool rather on
16946: global_pool [Junction+VJunction created on same pool as name =
16947: were created on global pool, causing mem leaks]
16948:
16949: 2002-05-06 paf
16950:
16951: * src/: main/pa_globals.C, targets/cgi/parser3.C,
16952: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
16953: 100*40 bytes per request memory leak [nonpool malloc in globals]
16954:
16955: * src/: main/pa_globals.C, targets/cgi/parser3.C,
16956: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
16957: 100*40 bytes per request memory leak [nonpool malloc in globals]
16958:
16959: 2002-04-30 paf
16960:
16961: * configure, src/include/pa_version.h: version now not b
16962:
16963: * src/targets/cgi/parser3.C: request.uri now never 0
16964:
16965: 2002-04-29 paf
16966:
16967: * configure.in: removed b
16968:
16969: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
16970: Exception::comment/type checked in (), no there's no empty
16971: type/comment by default
16972:
16973: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
16974: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
16975: src/doc/value.dox, src/include/pa_exception.h,
16976: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
16977: 0001
16978:
16979: 2002-04-26 paf
16980:
16981: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
16982: size reduced
16983:
16984: 2002-04-25 paf
16985:
16986: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
16987: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
16988: now that took into account
16989:
16990: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
16991: 01:03:04]
16992:
16993: * ChangeLog, operators.txt, src/classes/date.C:
16994: ^date::create[2002-12-33 01:03:04]
16995:
16996: * ChangeLog: updated changelog
16997:
16998: * src/classes/table.C: removed restriction on column count to
16999: ^table.hash to work, now must be >0 [were >1]
17000:
17001: 2002-04-24 paf
17002:
17003: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17004: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17005: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
17006: targets
17007:
17008: 2002-04-23 paf
17009:
17010: * operators.txt, src/classes/string.C:
17011: int/double/string:sql{}[$.default{code}] fixed [were barking:
17012: "junction used outside of context"]
17013:
17014: 2002-04-22 paf
17015:
17016: * types.txt, src/classes/string.C, src/include/pa_string.h,
17017: src/main/pa_string.C, src/types/pa_vstring.C,
17018: src/types/pa_vstring.h: ^string.optimize[]
17019:
17020: * src/: include/pa_globals.h, include/pa_table.h,
17021: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
17022: table template
17023:
17024: * src/classes/: string.C: optimize removed from string
17025: .left/right/pos
17026:
17027: * src/main/execute.C: rolled back to
17028: before_killing_userjunction_contexts
17029:
17030: * src/main/execute.C: user junctions context killed
17031:
17032: * src/main/execute.C: junctions to local contexts got
17033: cleanized&checked later
17034:
17035: 2002-04-19 paf
17036:
17037: * src/: classes/string.C, include/pa_request.h,
17038: include/pa_string.h, main/pa_request.C, main/pa_string.C,
17039: types/pa_vstring.C, types/pa_vstring.h: string now optimized
17040: prior to .left .right .mid .pos .match when that is profitable,
17041: and always before .replace when $ORIGINS(1) optimization disabled
17042: economy from not wasting mem on lots of strings which occur by
17043: lots of String:mid calls to get parts of source string between
17044: found_occurances
17045:
17046: * src/classes/file.C: ovector now local economy: 16 bytes per
17047: ^file:list
17048:
17049: * src/: include/pa_globals.h, include/pa_table.h,
17050: main/pa_globals.C, main/pa_string.C: String::match table columns
17051: globalized, not created @ each ^match anymore economy:
17052: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
17053:
17054: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
17055: removed from each String::match replace iteration, and made
17056: stacked sizeof(VTable)=12bytes economy on each replace code
17057:
17058: * src/doc/footer.htm: 2001,
17059:
17060: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
17061: string.match[]['] option enables generation of $match.prematch
17062: .match .postmatch columns
17063:
17064: * src/main/pa_string.C: String::match options analized without
17065: cstr-ing them now
17066:
17067: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
17068: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
17069: config updated to doxygen 1.2.15, created helper which fixes
17070: minor bugs in chm project files & htm tree. changed extension to
17071: .htm
17072:
17073: 2002-04-18 paf
17074:
17075: * src/doc/doxygen.cfg: .chi generation disabled
17076:
17077: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
17078: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
17079: fields&methods
17080:
17081: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
17082: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
17083: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
17084: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
17085: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
17086: types/pa_vresponse.h, types/pa_vstateless_class.h,
17087: types/pa_vstateless_object.h, types/pa_vstatus.h,
17088: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
17089: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
17090: VStateless_class to VObject
17091:
17092: * src/: main/pa_request.C, types/pa_valiased.h,
17093: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17094: types/pa_vstring.h: VStateless_string_object speicalized light
17095: version of VStateless_object
17096:
17097: * src/classes/op.C: ^throw comment param made optional
17098:
17099: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
17100: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
17101: and implemented down in VClass, fclass_alias removed,
17102:
17103: * src/types/pa_value.C: forced to cut that from .h because of
17104: VStateless_class usage [undefined in .h]
17105:
17106: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17107: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17108: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
17109: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
17110: on each CALL]
17111:
17112: * src/: classes/classes.h, classes/date.C, classes/double.C,
17113: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
17114: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
17115: classes/response.C, classes/string.C, classes/table.C,
17116: classes/void.C, classes/xnode.C, include/pa_globals.h,
17117: include/pa_request.h, main/execute.C, main/pa_globals.C,
17118: main/pa_request.C, types/Makefile.am, types/pa_value.h,
17119: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
17120: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17121: types/pa_vstateless_class.h, types/pa_wcontext.C,
17122: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
17123: removed Value::fname
17124:
17125: 2002-04-17 paf
17126:
17127: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
17128: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
17129: doc/pooled.dox, doc/string.dox, doc/targets.dox,
17130: include/pa_pool.h, include/pa_types.h: dox updated to current
17131: state, PTHROW freshen to throw & co
17132:
17133: * src/types/pa_vhash.h: vstring wrong parent fixed
17134:
17135: * src/classes/op.C: taint local result var bug fixed
17136:
17137: 2002-04-16 paf
17138:
17139: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
17140: Attic asm.txt as most interesting
17141:
17142: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
17143: check, preventing content-length: 0 from appearing
17144:
17145: * src/main/execute.C: $result in @main now taken into account as in
17146: usual functions
17147:
17148: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
17149: & @unhandled_exception now taken into account as in usual
17150: functions
17151:
17152: * src/doc/postbuild.txt: instructions on post .html build
17153:
17154: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
17155:
17156: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
17157: tainted
17158:
17159: * src/main/pa_request.C: uri in error log
17160:
17161: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
17162: cheched date:create(days) param for validity [later were assumed
17163: valid and crashed on invalid onces]
17164:
17165: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17166: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
17167: and used that for removing VString wrapper
17168:
17169: * src/classes/op.C: exception2vhash file now tainted
17170:
17171: * src/classes/op.C: _process pseudo origin copied from local var to
17172: heap
17173:
17174: * src/classes/op.C: extra check on empty file in origin in _execute
17175:
17176: 2002-04-15 paf
17177:
17178: * src/: main/execute.C, types/pa_value.h: fixed name update
17179:
17180: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
17181: functions
17182:
17183: * src/: classes/file.C, classes/hash.C, classes/op.C,
17184: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
17185: started dual write_xxx_lang functions, if checked & works
17186:
17187: * src/: classes/date.C, classes/file.C, classes/mail.C,
17188: classes/string.C, classes/xnode.C, include/pa_request.h,
17189: types/pa_value.h, types/pa_wcontext.h: removed absolutely
17190: unnecessary VString shells
17191:
17192: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
17193: prev changes]
17194:
17195: * src/: classes/image.C, classes/op.C, classes/string.C,
17196: classes/table.C, include/pa_request.h, main/execute.C,
17197: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
17198: StringOrValue wcontext result, now ready for dual writes
17199:
17200: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
17201: checked that
17202:
17203: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17204: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
17205: changed to OP_WRITE_VALUE in var get cases
17206:
17207: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
17208: include/pa_request.h, main/compile.tab.C, main/compile.y,
17209: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17210: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
17211: switch in hash constructor fixed [were problems with using of
17212: stacked wwrapper after it's death]
17213:
17214: 2002-04-12 paf
17215:
17216: * operators.txt, src/classes/table.C: table.select(expression) 0
17217:
17218: 2002-04-11 paf
17219:
17220: * src/: classes/string.C, include/pa_request.h, main/execute.C:
17221: Request::process_internal codeFrame & wwrapper stacked [not
17222: wasting heap anymore]
17223:
17224: 2002-04-10 paf
17225:
17226: * src/: classes/double.C, classes/file.C, classes/hash.C,
17227: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
17228: classes/string.C, classes/table.C, classes/void.C,
17229: classes/xdoc.C, include/pa_request.h, main/execute.C,
17230: main/pa_string.C: killed Request::process() wrapping
17231: VString(String) in case we need only String
17232:
17233: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17234: killed 8 bytes from String.head
17235:
17236: 2002-04-09 paf
17237:
17238: * src/: main/compile.tab.C, targets/cgi/parser3.C,
17239: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
17240: local*/char b[...]; a=b; situations
17241:
17242: * operators.txt, src/classes/xdoc.C: xslt params made literal
17243:
17244: * src/classes/xdoc.C: xslt params fixed
17245:
17246: * src/: main/pa_common.C, targets/cgi/parser3.C,
17247: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
17248: not pool.malloc(MAX_NUMBER) but really neaded
17249:
17250: * operators.txt, src/classes/double.C, src/classes/int.C:
17251: int/double.int/double(default)
17252:
17253: 2002-04-04 paf
17254:
17255: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
17256: [when reconstructing pieces were split by
17257: max_integral(piece.size), thus some strings to replace happen to
17258: be split into two = not replaced)
17259:
17260: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
17261: standalone version = current dir
17262:
17263: * src/targets/cgi/parser3.C: document root in standalone version =
17264: current dir
17265:
17266: 2002-04-03 paf
17267:
17268: * configure, configure.in: more checks on nonexistent charset
17269:
1.116 moko 17270: * INSTALL, configure, configure.in: root config configure options
1.95 moko 17271:
17272: 2002-04-02 paf
17273:
17274: * src/main/compile.C: parser.compile [exception name more like in
17275: doc]
17276:
17277: 2002-04-01 paf
17278:
17279: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
17280: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
17281: .content-type.charset, not .charset
17282:
17283: 2002-03-29 paf
17284:
17285: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
17286:
17287: * operators.txt, src/classes/date.C: ^date::create now may not
17288: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
17289: days' year. | 31.05->31.04 roll
17290:
17291: 2002-03-28 paf
17292:
17293: * operators.txt, src/classes/date.C, src/classes/op.C,
17294: src/include/pa_globals.h, src/include/pa_hash.h,
17295: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
17296: ^cache(seconds) ^cache[date] }
17297:
17298: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
17299: param
17300:
17301: 2002-03-27 paf
17302:
17303: * operators.txt, src/classes/date.C, src/classes/double.C,
17304: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
17305: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
17306: src/classes/math.C, src/classes/op.C, src/classes/string.C,
17307: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17308: src/classes/xnode.C, src/include/pa_exception.h,
17309: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
17310: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
17311: src/main/pa_array.C, src/main/pa_charset.C,
17312: src/main/pa_charsets.C, src/main/pa_common.C,
17313: src/main/pa_dictionary.C, src/main/pa_exception.C,
17314: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
17315: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
17316: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
17317: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17318: src/types/pa_value.h, src/types/pa_vcookie.C,
17319: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
17320: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
17321: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
17322: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
17323: src/types/pa_wwrapper.h: assigned exception types
17324:
17325: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
17326: src/include/pa_request.h, src/main/execute.C,
17327: src/main/pa_request.C: decided agains resetting exception_trace,
17328: just changed name
17329:
17330: 2002-03-26 paf
17331:
17332: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
17333: fixed
17334:
17335: * src/classes/op.C: forced language of $source field of exception
17336: to 'tainted', so that sql-langed-frags could be outputed outside
17337: of connect
17338:
17339: * operators.txt: removed date.roll limit of +-1 offset
17340:
17341: * src/classes/date.C: removed date.roll limit of +-1 offset
17342:
17343: * operators.txt, src/classes/date.C: fixed date roll on
17344: daylightsaving days mktime took into account tm_isdst flag, which
17345: remained from BEFORE roll, but should have been reset
17346:
17347: 2002-03-25 paf
17348:
17349: * operators.txt, src/targets/cgi/parser3.C:
17350: http_site_config_filespec
17351:
17352: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
17353: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
17354: with any/both --disable-foreign-group-files --disable-execs
17355:
17356: * INSTALL: "--with=sendmail=COMMAND" comment
17357:
17358: * INSTALL, configure, configure.in, src/classes/mail.C,
17359: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 17360: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
17361: disables execs also. introducing --sendmail
1.95 moko 17362:
17363: * operators.txt: pgsql options comment
17364:
17365: * INSTALL: comment on --disable-link-stdcpp
17366:
1.116 moko 17367: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17368: libstdc++ link skipping configure option
1.95 moko 17369:
17370: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
17371: with error were put to cache with 'marked_to_rollback' flag, all
17372: consequent even OK requests rolled back
17373:
17374: 2002-03-22 paf
17375:
17376: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
17377: false return
17378:
17379: * operators.txt: few comments on sets
17380:
17381: 2002-03-18 paf
17382:
17383: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
17384: src/include/pa_globals.h, src/include/pa_request.h,
17385: src/include/pa_stack.h, src/main/pa_globals.C,
17386: src/main/pa_request.C: introducing ^try
17387:
17388: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
17389: types/pa_vdouble.h: removed some tested @tests
17390:
17391: 2002-03-15 paf
17392:
17393: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
17394:
17395: 2002-03-13 paf
17396:
17397: * src/main/pa_exception.C: checked not-pooled malloc
17398:
17399: 2002-03-11 paf
17400:
17401: * INSTALL, configure, configure.in,
17402: src/include/pa_config_auto.h.in: --disable-foreign-group-files
17403:
17404: * src/main/pa_common.C: --disable-foreign-group-files
17405:
17406: * INSTALL: --disable-execs
17407:
17408: * src/main/pa_exec.C: --disable-execs
17409:
17410: * configure, configure.in, src/include/pa_config_auto.h.in:
17411: --disable-execs
17412:
17413: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
17414:
17415: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
17416: file::exec/cgi linebreaks "0D0A" changed to 0A onces
17417:
17418: 2002-03-05 paf
17419:
17420: * operators.txt, src/classes/date.C: date week calendar columns
17421: named
17422:
17423: * operators.txt, src/classes/date.C: date week calendar columns
17424: named
17425:
17426: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
17427: requires headers to be terminated with \r\n manually [refuses to
17428: separate header/body itself]
17429:
17430: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17431: targets/isapi/parser3isapi.C: isapi site config beside .dll
17432:
17433: 2002-03-04 paf
17434:
17435: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
17436: in PASS language
17437:
17438: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
17439: deserialize checks on broken file
17440:
17441: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
17442: parser3isapi.dsp: isapi updated
17443:
17444: 2002-03-01 paf
17445:
17446: * src/main/pa_exec.C: execle -> execve, now argc OK
17447:
17448: 2002-02-28 paf
17449:
17450: * src/main/untaint.C: removed some debug comments
17451:
17452: * src/main/pa_charsets.C: when placing charset to cache using
17453: global name now [were request]
17454:
17455: * configure, configure.in: apache module updated
17456:
17457: * src/main/pa_string.C: origin by first piece preferred before last
17458: piece
17459:
17460: 2002-02-27 paf
17461:
17462: * src/main/pa_charset.C: size_t
17463:
17464: * INSTALL: shared/static-xml with-pathlink
17465:
17466: * operators.txt: SMTP comment
17467:
17468: 2002-02-26 paf
17469:
17470: * src/main/pa_exec.C: more precise names for vars, cosmetic
17471:
17472: * src/classes/xnode.C: in some situation, xpath query returned
17473: result with type NODESET, but empty nodeset member field, checked
17474: that
17475:
17476: 2002-02-22 paf
17477:
17478: * INSTALL: without-zlib comment
17479:
17480: * etc/parser3.charsets/windows-1251.cfg: °
17481:
17482: * configure, configure.in: glib###.a detection fixed
17483:
17484: * INSTALL: hashfile removed from INSTALL
17485:
1.116 moko 17486: * Makefile.am: make update
1.95 moko 17487:
17488: * src/main/pa_string.C: string iterators fixed again, so were
17489: String::join_chain
17490:
17491: * src/main/pa_string.C: string iterators fixed again, so were
17492: String::join_chain
17493:
17494: * src/: include/pa_string.h, main/pa_string.C: string iterators
17495: fixed again, so were String::join_chain
17496:
17497: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
17498:
17499: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
17500: "session"
17501:
1.116 moko 17502: * configure, configure.in, src/include/pa_config_auto.h.in:
17503: --with-shared-xml --with-static-xml
1.95 moko 17504:
17505: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17506: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17507: types/types.dsp: *.dsp: removed refereces to win32db & ancient
17508: xalan&xml
17509:
17510: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
17511:
17512: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
17513: src/types/types.dsp: removed hashfile support from sources for
17514: now
17515:
1.116 moko 17516: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 17517: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 17518: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
17519: src/include/pa_db_manager.h, src/include/pa_db_table.h,
17520: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 17521: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 17522: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
17523: src/types/Makefile.am, src/types/pa_vhashfile.C,
17524: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 17525:
17526: 2002-02-21 paf
17527:
17528: * src/main/untaint.C: removed debug code, activated commented-for
17529: debug parts
17530:
1.116 moko 17531: * Makefile.am: make cvsupdate
1.95 moko 17532:
17533: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
17534: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
17535: append_row, not at link zero now string to string appending works
17536:
17537: 2002-02-20 paf
17538:
17539: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
17540: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
17541: DEBUG_STRING_APPENDS_VS_EXPANDS
17542:
17543: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17544: economy: 22%
17545:
17546: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17547: space uptimized: string::link_row removed
17548:
17549: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
17550: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
17551: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
17552: types/pa_vstring.h: speed uptimized: string::is_empty
17553:
17554: * operators.txt, src/include/pa_common.h,
17555: src/include/pa_config_fixed.h, src/include/pa_string.h,
17556: src/include/pa_types.h, src/main/compile.tab.C,
17557: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
17558: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
17559: string append optimiziation idea and estimates
17560:
17561: 2002-02-19 paf
17562:
17563: * src/classes/math.C: not used directly [but erroreously reported
17564: that 'is', thus registering twice&other probs]
17565:
17566: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
17567: to node [element]
17568:
17569: * src/main/compile.C: without string_origins parse error
17570: file+line+col possible
17571:
17572: * src/main/: compile.C: without string_origins not worked
17573:
17574: 2002-02-18 paf
17575:
17576: * src/types/pa_vdouble.h: since we have in_expression removed that
17577: trick i've installed into double::as_string
17578:
17579: * src/main/pa_globals.C: extern "C" was removed too fast
17580:
17581: * src/: include/pa_opcode.h, include/pa_request.h,
17582: main/compile.tab.C, main/compile.y, main/execute.C,
17583: types/pa_wcontext.h: in_expression aimed to solve old problem
17584: with string/nonstring values, now in expressions double/int
17585: values are passed as-is, without stupid tostring/fromstring
17586: conversions
17587:
17588: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
17589: __cplusplus } #endif
17590:
17591: * src/main/compile.tab.C: bison env set so one could compile
17592: without cygwin installed
17593:
17594: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17595: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
17596: gnome xml libs parser .dsp-s changed accordingly
17597:
17598: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
17599:
17600: * operators.txt, src/classes/date.C: date::create [were date::set,
17601: with backward comp
17602:
17603: * src/classes/math.C: math:random range check fixed
17604:
17605: * src/main/: compile.tab.C, compile.y: integer division stops name
17606:
17607: * INSTALL: local install comment
17608:
1.116 moko 17609: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 17610:
1.116 moko 17611: * acinclude.m4, aclocal.m4, configure, configure.in,
17612: src/include/pa_config_auto.h.in,
17613: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
17614: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 17615:
17616: * operators.txt: \ comment
17617:
17618: 2002-02-13 paf
17619:
17620: * src/include/pa_config_includes.h: sys/time time both included
17621: now. vaguely remember confilicts on this on some system [not on
17622: six|ablv] so when would see them again would think up proper
17623: check
17624:
1.116 moko 17625: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17626: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 17627:
17628: * src/main/pa_common.C: truncation never occured when writing files
17629: on unix [since i've changed cache mech] fix
17630:
17631: * src/main/pa_common.C: strnchr: sanity check added
17632:
17633: * etc/parser3.charsets/windows-1257.cfg: id added
17634:
17635: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
17636: baltic charset file generated, in generation script ispunct check
17637: added
17638:
17639: 2002-02-08 paf
17640:
1.116 moko 17641: * src/: include/Makefile.am, sql/Makefile.am,
17642: targets/isapi/Makefile.am: forgotten makes
1.95 moko 17643:
17644: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
17645: forgotten
17646:
17647: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
17648:
17649: * INSTALL, README: install&others updated
17650:
17651: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
17652:
1.116 moko 17653: * Makefile.am, configure, configure.in,
17654: etc/parser3.charsets/Makefile.am, src/Makefile.am,
17655: src/classes/Makefile.am, src/main/Makefile.am,
17656: src/main/pa_status_provider.C, src/targets/Makefile.am,
17657: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
17658: works
1.95 moko 17659:
17660: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17661: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17662: classes/hashfile.C, classes/int.C, classes/mail.C,
17663: classes/math.C, classes/op.C, classes/response.C,
17664: classes/string.C, classes/table.C, classes/void.C,
17665: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17666: include/pa_array.h, include/pa_cache_managers.h,
17667: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17668: include/pa_config_fixed.h, include/pa_config_includes.h,
17669: include/pa_db_connection.h, include/pa_db_manager.h,
17670: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
17671: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17672: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17673: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17674: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17675: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17676: include/pa_stack.h, include/pa_string.h,
17677: include/pa_stylesheet_connection.h,
17678: include/pa_stylesheet_manager.h, include/pa_table.h,
17679: include/pa_threads.h, include/pa_types.h, main/compile.C,
17680: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17681: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
17682: main/pa_db_connection.C, main/pa_db_manager.C,
17683: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
17684: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
17685: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17686: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
17687: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17688: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17689: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
17690: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17691: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17692: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
17693: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17694: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17695: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
17696: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
17697: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
17698: types/pa_vmethod_frame.h, types/pa_vobject.h,
17699: types/pa_vrequest.h, types/pa_vresponse.h,
17700: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17701: types/pa_vstateless_object.h, types/pa_vstatus.C,
17702: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17703: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17704: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
17705: classes/image.C, main/pa_common.C, main/pa_exec.C,
17706: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
17707: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
17708: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
17709: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
17710: types/pa_vxnode.C, main/pa_charset.C: name spelling
17711:
17712: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17713: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17714: classes/hashfile.C, classes/image.C, classes/int.C,
17715: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17716: classes/string.C, classes/table.C, classes/void.C,
17717: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17718: include/pa_array.h, include/pa_cache_managers.h,
17719: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17720: include/pa_config_fixed.h, include/pa_config_includes.h,
17721: include/pa_db_connection.h, include/pa_db_manager.h,
17722: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
17723: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17724: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17725: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17726: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17727: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17728: include/pa_stack.h, include/pa_string.h,
17729: include/pa_stylesheet_connection.h,
17730: include/pa_stylesheet_manager.h, include/pa_table.h,
17731: include/pa_threads.h, include/pa_types.h, main/compile.C,
17732: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
17733: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
17734: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17735: main/pa_db_connection.C, main/pa_db_manager.C,
17736: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
17737: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
17738: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
17739: main/pa_socks.C, main/pa_sql_driver_manager.C,
17740: main/pa_status_provider.C, main/pa_string.C,
17741: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
17742: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17743: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17744: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
17745: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17746: targets/isapi/pool_storage.h, types/pa_valiased.C,
17747: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
17748: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17749: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17750: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17751: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17752: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
17753: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17754: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
17755: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17756: types/pa_vresponse.h, types/pa_vstateless_class.C,
17757: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17758: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17759: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17760: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17761: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17762: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
17763:
17764: 2002-02-07 paf
17765:
17766: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
17767:
1.116 moko 17768: * configure, configure.in, src/include/pa_config_auto.h.in,
17769: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
17770: added yet another locking function: fcntl
1.95 moko 17771:
17772: * config.sub: on cygwin configure passes it with strange i1586
17773: const, hacked it to mean i586
17774:
17775: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
17776: disabled $if reference due to conflicts with local variables
17777:
17778: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
17779: xdoc::set obsolete now, now xdoc::create, with both sences
17780:
17781: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17782: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17783: table::create now // 'set' name obsolete now table clone.
17784:
17785: * operators.txt, src/classes/string.C,
17786: src/include/pa_config_fixed.h, src/main/compile.tab.C:
17787: ^int/double/string.format now can be called with normal []
17788: brackets, not stupid {} as it were implemented for some strange
17789: reason. retaining backward compatibility due to some
17790: already-implemented servers
17791:
17792: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
17793: main/compile.y, main/compile_tools.C, main/compile_tools.h:
17794: operators now detected by check at name_without_curly_rdive_read
17795: rule whether diving code constists only of
17796: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
17797: with OP_GET_ELEMENT_OR_OPERATOR to form
17798: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
17799:
17800: 2002-02-06 paf
17801:
17802: * configure, configure.in: prefix expanded, grr
17803:
17804: * operators.txt, src/classes/mail.C: mail:send config changed
17805:
17806: 2002-02-05 paf
17807:
17808: * operators.txt: regex options commented
17809:
17810: * src/main/: pa_exec.C: argv0 now correct
17811:
17812: * src/types/pa_vstatus.C: status:rusage 3
17813:
17814: * src/types/pa_vstatus.C: status:rusage 2
17815:
17816: * operators.txt: status:rusage described int operators
17817:
17818: * src/types/pa_vstatus.C: status:rusage 1
17819:
17820: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
17821: src/types/types.dsp: status:rusage
17822:
17823: * configure.in, operators.txt, src/classes/file.C,
17824: src/classes/op.C, src/include/pa_common.h,
17825: src/include/pa_config_includes.h, src/main/compile.tab.C,
17826: src/main/pa_common.C: rewritten ^cache to use
17827: non-blocking-exclusive-caches
17828:
17829: * src/main/pa_common.C: text file read mode on win32 adjusted
17830: [speed impact. was off for debugging purpose, but forgotten
17831: afterwards]
17832:
17833: 2002-02-01 paf
17834:
17835: * src/classes/op.C: file_write does EX lock after create, while
17836: file_read does SH after open, so there's a moment after create
17837: but before EX lock when read can sneak into, and read
17838: just-created-for-writing-and-not-yet-locked file, added a check
17839: for that in ^cache...read
17840:
17841: 2002-01-31 paf
17842:
17843: * src/main/: compile.y, compile.tab.C: disabled operator call after
17844: ^xxx:
17845:
17846: * src/main/: compile.tab.C, execute.C: made operators lookup first
17847: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
17848:
17849: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
17850: main/compile.tab.C, main/compile.y, main/compile_tools.C,
17851: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
17852: operators check 6.1 rewritten. now check is done at compile time
17853:
17854: * src/main/execute.C: operators check 5 floated up old error of
17855: staying in 'entered class/object' state after $a($a..) it
17856: prevented operators from being called thereafter
17857:
17858: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17859: main/execute.C: operators check 4 floated up old error of staying
17860: in 'entered object' state after ^a.a(a) it prevented operators
17861: from being called thereafter
17862:
17863: * src/main/execute.C: operators check 3 floated up old error of
17864: staying in 'entered class' state after $a:a(a) it prevented
17865: operators from being called thereafter
17866:
17867: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
17868: floated up old error of staying in 'entered class' state after
17869: $a:a[a] it prevented operators from being called thereafter
17870:
17871: * src/main/execute.C: operators check, thay mistakenly seen in
17872: $class:operator $object.operators contexts
17873:
17874: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
17875: win32
17876:
1.116 moko 17877: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
17878: src/classes/Makefile.am, src/main/Makefile.am,
17879: src/targets/cgi/Makefile.am,
1.95 moko 17880: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 17881: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 17882:
1.116 moko 17883: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
17884: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
17885: configure, configure.in, form.txt, ident.awk, install-sh,
17886: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
17887: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 17888: etc/parser3.charsets/Makefile.am,
17889: etc/parser3.charsets/koi8-r.cfg,
17890: etc/parser3.charsets/windows-1250.cfg,
17891: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 17892: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
17893: src/main/Makefile.am, src/targets/cgi/Makefile.am,
17894: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
17895: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 17896: straightened installation scripts procedure made
17897: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
17898: change
17899:
17900: 2002-01-30 paf
17901:
17902: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
17903: removed] those comments were a mistake, and prevented libltdl
17904: from function properly
17905:
17906: 2002-01-29 paf
17907:
1.116 moko 17908: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
17909: creation [modified acinclude.m4 which were creating int into just
17910: assignment LIBTOOL=../libtool] added default system
17911: config&charsetts prepared 'make install', now it installs
17912: targets/cgi/parser3 into bin directory etc/parser3.conf &
17913: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 17914: $sysconfdir/parser3.charsets respectively
17915:
17916: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
17917: main/pa_globals.C: few forgotten ifdef XML added
17918:
17919: 2002-01-28 paf
17920:
1.116 moko 17921: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 17922: removed
17923:
17924: * src/main/pa_exception.C: dom|generic error output fix
17925:
17926: * src/classes/xnode.C: xdoc.importNode 3 [check err]
17927:
17928: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
17929:
17930: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
17931: [fixed as_node helper func to accept docs]
17932:
17933: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
17934: xdoc.importNode 0
17935:
17936: * src/classes/xdoc.C: xdoc::set now untaints OK
17937:
17938: 2002-01-25 paf
17939:
17940: * src/main/: compile.tab.C, compile.y: #comment before @ after
17941: @SPECIAL now works OK
17942:
17943: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
17944:
17945: * src/main/pa_exec.C: max arg count now 10, and proper message on
17946: violation that added
17947:
17948: * src/classes/hash.C: unified hash::sql, now
17949: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
17950:
17951: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
17952: ^file:lock[filename]{code}
17953:
17954: * src/: classes/file.C, classes/op.C, classes/string.C,
17955: classes/table.C, classes/xdoc.C, include/pa_common.h,
17956: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
17957: to some pa_common funcs
17958:
17959: * src/: include/pa_charset.h, main/pa_globals.C:
17960: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
17961:
17962: * src/: include/pa_charset.h, main/pa_charset.C,
17963: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
17964: not stupid illegal define
17965:
17966: 2002-01-24 paf
17967:
17968: * src/include/pa_version.h: changed version number
17969:
17970: * src/: classes/hashfile.C, include/pa_db_table.h,
17971: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17972: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17973: main/pa_db_connection.C, main/pa_db_table.C,
17974: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
17975: hashfile without logfiles
17976:
17977: * src/: classes/hashfile.C, include/pa_db_table.h,
17978: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
17979: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
17980: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
17981: DB_INIT_TXN init bits, thus got rid of huge log files, which
17982: cluttered disk without huge need]
17983:
17984: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
17985: handy macro, which is strangly abscent in dome lib
17986:
17987: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
17988:
17989: * src/classes/xdoc.C: checked empty response
17990:
17991: * src/classes/xnode.C: xdoc.select fixed context node [were always
17992: /, not self node]
17993:
17994: * src/classes/xnode.C: xnode.select returns array always now, in
17995: case 'nothing found' returns empty array
17996:
17997: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
17998: be more tender with ctrl/c/v
17999:
18000: 2002-01-23 paf
18001:
18002: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
18003: substituted. // 2. when dom tree with entites goes under
18004: transform text nodes // got [erroreosly] cut on first
18005: entity occurance
18006:
18007: * src/types/pa_vdouble.h: double prec. todo: get rid of
18008: twice-converting
18009:
18010: * src/types/pa_vdouble.h: %.20E now float format when %g produced
18011: 'e' in output this is for regretful twice-converting here:
18012: $a(double value) when they write double falue they convert it to
18013: string first, thus %g were losing precesion.
18014:
18015: todo: think up some way to remove double->string string->double
18016: twice-converting
18017:
18018: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
18019: %.20E now default float format this is for regretful
18020: twice-converting here: $a(double value) when they write double
18021: falue they convert it to string first, thus %g were losing
18022: precesion.
18023:
18024: todo: think up some way to remove double->string string->double
18025: twice-converting
18026:
18027: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18028: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
18029: reasons in comment inside
18030:
18031: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
18032: statically linked]
18033:
18034: * src/: include/pa_exception.h, main/compile.tab.C,
18035: main/pa_exception.C: removed exception va_list constructor. 1.
18036: not needed anymore 2. there were a conflict[causing errors]
18037: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
18038: never detected an ambiguilty here, compiling ctor(, "hello") into
18039: ctor(, va_list) which, of course, caused gpf
18040:
18041: * src/main/pa_globals.C: removed debug xslt messages
18042:
18043: 2002-01-22 paf
18044:
18045: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18046: main/pa_globals.C: xsl stylesheet load: parsed entities, this
18047: helps compiling stylesheet properly. example: this refused to
18048: work, <b>«<xsl:value-of select="@title"
18049: />»</b> stranly worked only this way:
18050: <b>«<xsl:value-of select="@title" />»</b>
18051:
18052: docs says "set it to 1", never going into details, so I decided
18053: to try NOT to do that
18054:
18055: * src/classes/table.C: join behaived badly in case named tables
18056: structure mismatched: 0 strings sneaked into dest failing
18057: afterwards. replaced them with empty strings
18058:
18059: 2002-01-21 paf
18060:
18061: * src/main/pa_charset.C: checked empty transcoders in
18062: transcode_cstr|buf
18063:
18064: * src/classes/xdoc.C: xdoc::load error source = filespec
18065:
18066: * src/classes/xdoc.C: transform error source now
18067: stylesheet_filespec
18068:
1.116 moko 18069: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 18070: include/pa_stylesheet_connection.h, main/pa_charset.C,
18071: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 18072: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
18073: gnome
1.95 moko 18074:
18075: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
18076: include/pa_globals.h, include/pa_stylesheet_connection.h,
18077: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
18078: xslt generic error 1
18079:
18080: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
18081: xml generic message 1
18082:
18083: * src/classes/table.C: ^table::load empty lines or #comments before
18084: headline
18085:
18086: * src/: include/pa_array.h, include/pa_globals.h,
18087: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
18088: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
18089: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
18090: errors 0
18091:
18092: 2002-01-16 paf
18093:
18094: * src/: classes/hash.C, classes/op.C, classes/string.C,
18095: classes/table.C, classes/void.C, classes/xdoc.C,
18096: include/pa_db_connection.h, include/pa_request.h,
18097: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18098: include/pa_stylesheet_connection.h,
18099: include/pa_stylesheet_manager.h, main/pa_request.C,
18100: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18101: targets/cgi/pool_storage.h: auto closers to sql_connection,
18102: stylesheet_connection auto destroyers to remaining gnome objects
18103:
18104: * src/classes/xdoc.C: few comments
18105:
18106: 2002-01-15 paf
18107:
18108: * src/classes/xdoc.C: xdoc file save string
18109:
18110: ready. todo: error handling
18111:
18112: * src/classes/xdoc.C: xdoc save rewritten using
18113: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
18114: result
18115:
18116: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
18117: started output options parsing
18118:
18119: 2002-01-14 paf
18120:
18121: * src/classes/xdoc.C: method
18122:
18123: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18124: include/pa_pool.h, include/pa_stylesheet_connection.h,
18125: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
18126: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
18127: xslt transform0. TODO: use output options handle errors
18128:
18129: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
18130:
18131: 2002-01-11 paf
18132:
18133: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18134: main/compile_tools.C, main/compile_tools.h, main/execute.C:
18135: partial logical && || evaluation
18136:
18137: * src/classes/xnode.C: xpath selectNodes
18138:
18139: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
18140: string/number/bool
18141:
18142: * src/classes/xnode.C: xpath selectNode 2
18143:
18144: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
18145: xpath selectNode 1
18146:
18147: 2002-01-10 paf
18148:
18149: * src/classes/xnode.C: xpath selectNode -100 [just written]
18150:
18151: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18152: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
18153: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
18154: refcounter]
18155:
18156: 2001-12-29 paf
18157:
18158: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
18159: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
18160: glib works 0
18161:
18162: 2001-12-28 paf
18163:
18164: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
18165: main/pa_exception.C: started glib transcoders
18166:
18167: * src/main/pa_globals.C: renamed gdome to libgdome.dll
18168:
18169: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
18170: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
18171: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
18172: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
18173: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
18174: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
18175: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
18176: libs just compiled in. no refcounting no xpath no xslt yet
18177:
18178: 2001-12-27 paf
18179:
18180: * src/: include/pa_charset.h, include/pa_common.h,
18181: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18182: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
18183: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
18184: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
18185: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
18186: from xalan&xerces, started the process. globals [initialization
18187: pool [charset update charset [transcodings vxnode vxdoc [DOM
18188: calls
18189:
18190: * src/classes/Makefile.am: going away from xalan&xerces, not needed
18191: anymore
18192:
18193: 2001-12-26 paf
18194:
18195: * src/: include/pa_charset.h, include/pa_charsets.h,
18196: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
18197: key globalized [bug]
18198:
18199: 2001-12-25 paf
18200:
18201: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
18202: main/pa_string.C: table set & append changed splitting languages,
18203: separators now can be clean AND as-is same to mail command line
18204: $MAIN:MAIL.progX arguments
18205:
18206: 2001-12-24 paf
18207:
18208: * src/classes/mail.C: one parted text messages - no multipart
18209: mime-type anymore. for convinient if $.attach-ments
18210:
18211: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
18212: main/pa_string.C: read from cache size check updated
18213:
18214: * src/main/: pa_string.C: String::join_chain another ugly bug :(
18215:
18216: 2001-12-21 paf
18217:
18218: * src/classes/date.C: date:sql-string now returns localtime
18219:
18220: * src/main/pa_request.C: $result in @main actually not working, to
18221: hell with it for now
18222:
18223: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18224: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
18225: @postprocess @exception
18226:
18227: * src/main/execute.C: junction evaluation canceled - endless
18228: recursion detected
18229:
18230: 2001-12-19 paf
18231:
18232: * src/main/pa_charset.C: charset->charset transcoding via unicode
18233: intermediate
18234:
18235: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
18236:
18237: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
18238:
18239: * src/classes/op.C: ^cache keypath now relative
18240:
18241: * src/classes/mail.C: changed weighting prior to sort
18242:
18243: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
18244: were missing
18245:
18246: 2001-12-17 paf
18247:
18248: * src/main/pa_charset.C: ifndef XML were bad type
18249:
18250: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
18251: outdated unset services_pool
18252:
18253: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
18254: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
18255: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
18256:
18257: * src/main/untaint.C: allowed space in filespec
18258:
18259: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
18260:
18261: * src/classes/image.C: no govno
18262:
18263: * src/classes/image.C: govno
18264:
18265: 2001-12-16 paf
18266:
18267: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
18268:
18269: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
18270: charset_connection&manager replaced by charset&charsets
18271:
18272: * src/main/pa_charset.C: name_cstr 0
18273:
18274: * src/main/untaint.C: uri lang now knows about client/source
18275: charsets
18276:
18277: * src/: classes/file.C, classes/math.C, classes/op.C,
18278: classes/string.C, classes/table.C, classes/xdoc.C,
18279: include/pa_array.h, include/pa_cache_managers.h,
18280: include/pa_charset_connection.h, include/pa_charset_manager.h,
18281: include/pa_common.h, include/pa_db_connection.h,
18282: include/pa_db_manager.h, include/pa_db_table.h,
18283: include/pa_dictionary.h, include/pa_exception.h,
18284: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
18285: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
18286: include/pa_sapi.h, include/pa_socks.h,
18287: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18288: include/pa_string.h, include/pa_stylesheet_connection.h,
18289: include/pa_stylesheet_manager.h, include/pa_table.h,
18290: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
18291: main/pa_charset.C, main/pa_charset_connection.C,
18292: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
18293: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
18294: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
18295: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
18296: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18297: types/types.dsp: introducing Charset
18298:
18299: 2001-12-14 paf
18300:
18301: * src/: include/pa_request.h, include/pa_transcoder.h,
18302: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
18303: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
18304: uri lang
18305:
18306: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
18307:
18308: * src/targets/cgi/Makefile.am: -I../../pcre to .am
18309:
18310: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
18311: defalts_name global
18312:
18313: * src/: include/pa_charset_connection.h, include/pa_pool.h,
18314: include/pa_request.h, main/main.dsp,
18315: main/pa_charset_connection.C, main/pa_charset_manager.C,
18316: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
18317: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
18318: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
18319: changed charset model. now important: $request:charset
18320: $response:charset while $response:content-type.charset become
18321: unimportant [informational]
18322:
18323: 2001-12-13 paf
18324:
18325: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
18326:
18327: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
18328: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
18329: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
18330: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
18331: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
18332: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
18333:
18334: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
18335: auto_ptr part other way, because of stupid gcc 2.96
18336: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
18337: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
18338: FormatterListener] /usr/include/g++-3/memory:48:
18339: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
18340: _Tp1 = FormatterListener, _Tp = FormatterListener]
18341:
18342: * src/classes/xdoc.C: removed extra inc
18343:
18344: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
18345:
18346: * src/include/pa_types.h: msvc head debugging flag
18347:
18348: * src/classes/xdoc.C: freed up listener
18349:
18350: * src/classes/string.C: change msg '... code is not code'
18351:
18352: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
18353: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18354: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
18355: [past/future prob]
18356:
18357: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18358: include/pa_config_fixed.h, include/pa_db_manager.h,
18359: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18360: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
18361:
18362: * src/: include/pa_config_fixed.h, main/pa_common.C,
18363: main/pa_string.C: removed signed mismatch warnings
18364:
18365: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
18366: 'expires' from header outputs
18367:
18368: * src/main/pa_string.C: string::recustruct erroreusly used outdated
18369: row ptr
18370:
18371: * src/classes/file.C: file::cgi bug, request_method were passed to
18372: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
18373:
18374: * src/classes/xdoc.C: lang list updated
18375:
18376: 2001-12-10 paf
18377:
18378: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
18379:
18380: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
18381: erase files like that, knowing their full name introducing //
18382: theoretical problem with, for instance, "_2B" and "." fragments,
18383: // they would yield the same // because
18384: need_file_encode('_')=false // but we need to delete such files
18385: somehow, getting names from ^index
18386:
18387: * src/main/pa_string.C: ^string.replace bug fixed [bad
18388: string::join_chank break]
18389:
18390: 2001-12-07 paf
18391:
18392: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
18393: include/pa_common.h, include/pa_config_auto.h.in,
18394: include/pa_config_fixed.h, include/pa_config_includes.h,
18395: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
18396: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
18397: types/pa_vhashfile.C: merged from r14_simple_cache
18398:
18399: * src/main/pa_string.C: stupid sparc architecture failed to access
18400: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
18401: lduh [ %i2 + 1 ], %l0
18402:
18403: bus error, fixed that
18404:
18405: * src/main/pa_string.C: strange string deserialize bug on
18406: client[pmts], a bit shortened,
18407:
18408: * src/include/pa_config_auto.h.in: makes
18409:
18410: * src/: include/pa_common.h, include/pa_config_fixed.h,
18411: include/pa_config_includes.h, main/pa_common.C: exclusive lock
18412: file write shared lock file read
18413:
18414: * src/: classes/op.C, include/pa_common.h,
18415: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
18416:
18417: 2001-12-06 paf
18418:
18419: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18420: main/pa_request.C: #ifdef RESOURCES_DEBUG
18421:
18422: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
18423: info
18424:
18425: * src/classes/hashfile.C: removed transaction from ^cache
18426:
18427: 2001-12-05 paf
18428:
18429: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
18430: IIS5 there were a prob with illegal call check
18431:
18432: 2001-12-04 paf
18433:
18434: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18435: main/pa_request.C: measures to log
18436:
18437: 2001-11-23 paf
18438:
18439: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18440: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
18441: types/pa_vhashfile.C: merged from _0014, 1
18442:
18443: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18444: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
18445: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
18446: ^cache(33) would change
18447:
18448: 0660 bits in file_write & hashfile create
18449:
18450: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
18451: after pa_string optimization]
18452:
18453: 2001-11-22 paf
18454:
18455: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
18456: table.offset[whence]
18457:
18458: * src/classes/op.C: process cstr(,connection)
18459:
18460: * src/classes/op.C: process now gets its body on current language,
18461: not as-is
18462:
18463: * src/main/untaint.C: ORIGINS mode removed UHTML
18464:
18465: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
18466: bit
18467:
1.116 moko 18468: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 18469:
18470: 2001-11-21 paf
18471:
18472: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
18473: <xsl:output output options made identical to xsl:output
18474: attributes exclusion: cdata-section-elements what xalan can do
18475: but that not used now: it can escape and remove CDATA sections
18476:
18477: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
18478: produced by xslt
18479:
18480: * src/targets/cgi/parser3.C: removed debug cgi||1
18481:
18482: * src/main/: pa_string.C, untaint.C: cached some string::size() es
18483:
18484: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
18485: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
18486: default language for {code}, it happen to change it's language
18487: from CLEAN, so later refused to split by CLEAN \t
18488:
18489: 2001-11-20 paf
18490:
1.116 moko 18491: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
18492: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 18493: bottom of dependeces, so that errors would popup quicklier, fixed
18494: line numbering in table::sql
18495:
18496: 2001-11-19 paf
18497:
18498: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
18499: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
18500: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
18501: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
18502: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
18503: at wcontext.write
18504:
1.116 moko 18505: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 18506: _set_new_handler
18507:
1.116 moko 18508: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
18509: set_new_handler in apache&isapi
1.95 moko 18510:
18511: 2001-11-16 paf
18512:
18513: * src/targets/cgi/parser3.C: pool debug @ die
18514:
18515: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
18516: removed 8 bytes from String, 2 bytes from
18517: string::chunk::row::item
18518:
18519: * src/main/pa_string.C: removed 1+4 bytes from String
18520:
18521: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
18522: types/pa_vstring.C: removed 1+4 bytes from String
18523:
18524: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
18525: 0
18526:
18527: * src/: include/pa_globals.h, include/pa_string.h,
18528: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
18529: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
18530: targets/cgi/parser3.C: introducing estimating
18531: String::cstr_bufsize, 0
18532:
18533: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
18534:
18535: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
18536:
18537: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
18538: include/pa_pool.h: die in pool::fail
18539:
18540: 2001-11-15 paf
18541:
18542: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
18543: main/pa_exception.C, targets/cgi/parser3.C: exception with
18544: dynamic buffer re-back now with counter
18545:
18546: * src/: include/pa_exception.h, main/pa_exception.C: exception with
18547: static buffer back
18548:
18549: * src/targets/cgi/parser3.C: std::
18550:
18551: * src/: classes/classes.awk, include/pa_config_auto.h.in,
18552: include/pa_config_includes.h: setnewhandler check
18553:
1.116 moko 18554: * src/include/pa_config_auto.h.in: makes
1.95 moko 18555:
18556: * src/targets/cgi/parser3.C: set_new_handler started
18557:
18558: 2001-11-14 paf
18559:
18560: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18561: was wrong
18562:
18563: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18564: was wrong
18565:
18566: * src/main/pa_request.C: z
18567:
18568: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
18569: full returns win32 -1 solaris >buffer_size
18570:
18571: checked all that
18572:
18573: * src/classes/op.C: ^untaint{body} as-is default now
18574:
18575: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18576: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
18577: with no_bad_constructors_try
18578:
18579: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18580: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
18581: this: $bred[^string::length[]] $bred[^response::clear[]]
18582: $bred[^int::int[]]
18583:
18584: now VObject creation moved into overriden
18585: VClass::create_new_value, thus 0 from create_new_value means that
18586: class has no ctors
18587:
18588: 2001-11-13 paf
18589:
18590: * src/classes/classes.C: returned accedently removed if in foreach
18591: callbacks [when hash no-0-restructure]
18592:
18593: 2001-11-12 paf
18594:
18595: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
18596: passed as-is to method, xalan makes & into & itself
18597:
18598: * src/classes/date.C: date.roll parser2 alg used
18599:
18600: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
18601: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
18602: main/pa_dictionary.C, main/pa_hash.C,
18603: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
18604: now does not containt 0 values. put 0 actullay removes. no check
18605: on 0 value in foreach now required
18606:
18607: 2001-11-11 paf
18608:
18609: * src/sql/pa_sql_driver.h: removed extra constructor, doc
18610:
18611: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
18612:
18613: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
18614: driver initialize not const
18615:
18616: 2001-11-10 paf
18617:
18618: * src/main/pa_exec.C: doc
18619:
18620: 2001-11-09 paf
18621:
18622: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
18623: param properly
18624:
18625: * src/classes/string.C: string.save now does untainting before
18626: saving
18627:
18628: * src/main/pa_common.C: line endings fixing fixed last piece[was
18629: still cstr oriented]
18630:
18631: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
18632: line endings fixing got rid of cstr, now must work ok with post
18633: multipart
18634:
18635: * src/types/pa_vform.C: line endings fixed at post / multipart /
18636: not file also now
18637:
18638: 2001-11-08 paf
18639:
18640: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18641: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
18642: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
18643: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
18644: main/pa_stylesheet_manager.C: restructured Cache manager to be
18645: simple parent, not second parent [gcc 2.96 strangly refused to
18646: call virtual from second parent]
18647:
1.116 moko 18648: * src/: include/pa_common.h, main/Makefile.am,
18649: targets/cgi/pa_pool.C: makes
1.95 moko 18650:
18651: * src/: include/pa_request.h, main/pa_request.C,
18652: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
18653: 'status' class enabler
18654:
18655: <Location /parser-status.html> ParserStatusAllowed </Location>
18656:
18657: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18658: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
18659: include/pa_stylesheet_manager.h, main/main.dsp,
18660: main/pa_cache_managers.C, main/pa_charset_manager.C,
18661: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
18662: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18663: types/pa_vstatus.h: cache_managers, maybe-expiring every request
18664: todo: apache 'status' class enabler
18665:
18666: 2001-11-05 paf
18667:
18668: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
18669: debug to normal
18670:
18671: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
18672: hence i removed skipping 0 values in hash::for_each-es we need to
18673: check cleaned cache items manually. few more checks.
18674:
18675: expiring to 0 time was wrong, changed to 'now' time
18676:
18677: * src/targets/cgi/parser3.C: read can return 0, that means sort of
18678: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
18679: on apache already done :)
18680:
18681: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
18682: skipping 0 values in hash::for_each-es we need to check cleaned
18683: cache items manually
18684:
18685: * src/main/: pa_db_connection.C, pa_db_table.C:
18686: parser_multithreaded check was wrong
18687:
18688: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18689: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18690: classes/hashfile.C, classes/image.C, classes/int.C,
18691: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18692: classes/string.C, classes/table.C, classes/void.C,
18693: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18694: include/pa_array.h, include/pa_charset_connection.h,
18695: include/pa_charset_manager.h, include/pa_common.h,
18696: include/pa_config_fixed.h, include/pa_config_includes.h,
18697: include/pa_db_connection.h, include/pa_db_manager.h,
18698: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18699: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18700: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18701: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18702: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18703: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18704: include/pa_stack.h, include/pa_string.h,
18705: include/pa_stylesheet_connection.h,
18706: include/pa_stylesheet_manager.h, include/pa_table.h,
18707: include/pa_threads.h, include/pa_types.h, main/compile.C,
18708: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18709: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
18710: main/pa_charset_manager.C, main/pa_common.C,
18711: main/pa_db_connection.C, main/pa_db_manager.C,
18712: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18713: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18714: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18715: main/pa_socks.C, main/pa_sql_driver_manager.C,
18716: main/pa_status_provider.C, main/pa_string.C,
18717: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18718: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18719: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18720: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18721: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18722: targets/isapi/pool_storage.h, types/pa_valiased.C,
18723: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18724: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18725: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18726: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18727: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18728: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18729: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18730: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18731: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
18732: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18733: types/pa_vstateless_object.h, types/pa_vstatus.h,
18734: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
18735: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18736: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18737: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
18738: $status:db fixed used not initialized in db_connection & db_table
18739:
18740: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
18741: $status:charset
18742:
18743: * src/: classes/xdoc.C, include/pa_db_connection.h,
18744: include/pa_stylesheet_connection.h,
18745: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
18746: types/pa_vstatus.h: $status:stylesheet
18747:
18748: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
18749: include/pa_request.h, include/pa_sql_connection.h,
18750: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18751: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
18752: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
18753: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18754: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
18755: types/pa_vxnode.C, types/types.dsp: started status parser class
18756:
18757: 2001-11-01 paf
18758:
18759: * src/include/pa_config_auto.h.in: makes
18760:
18761: * src/main/pa_hash.C: removed old extra include
18762:
18763: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
18764: checks [for hp, there are such in math.h]
18765:
18766: * src/classes/op.C: ^for endless loop check strightened
18767:
18768: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
18769: behavior in native calls. it left unchanged, so ^for ^foreach &
18770: co can use r.root to write their i & key,value there
18771:
18772: * src/classes/op.C: detected for var storage bug, fixed.
18773: todo:foreach
18774:
18775: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
18776: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
18777: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
18778: changing of hash inside of foreach
18779:
18780: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
18781: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
18782: were hash.foreach
18783:
18784: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
18785: types/pa_vstring.C, types/pa_vstring.h:
18786: ^foreach[key|value]{body}[[separator]|{separator}]
18787:
18788: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
18789: types/pa_vcookie.C: ^hash.delete[key]
18790:
18791: 2001-10-31 paf
18792:
18793: * src/main/: compile.C, pa_common.C: completely empty file now
18794: considered "read", not ignored [not perfect trick used]
18795:
18796: * src/main/pa_common.C: simplier common ifdefs
18797:
18798: * src/main/pa_common.C: typing bug in common - bad ifdeff
18799:
18800: * src/main/pa_db_connection.C: z
18801:
18802: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
18803: lockdetector flags
18804: dbenv.lk_detect=DB_LOCK_RANDOM;
18805:
18806: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
18807: from accidental show [imagine user forgot @exception]
18808:
18809: * src/classes/table.C: ^table.save[[nameless|+append;]path]
18810:
18811: * src/: classes/file.C, classes/image.C, classes/mail.C,
18812: classes/string.C, classes/xnode.C, include/pa_common.h,
18813: main/pa_common.C: ^string.save[[append;]path]
18814:
18815: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18816: main/execute.C: \ in expression: int divide 10/3=3
18817:
18818: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
18819: inside of ^cache
18820:
18821: * src/: include/pa_threads.h, main/pa_db_connection.C,
18822: main/pa_db_table.C, targets/cgi/pa_threads.C,
18823: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
18824: needed
18825:
18826: 2001-10-30 paf
18827:
18828: * src/: classes/classes.dsp, main/main.dsp,
18829: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18830: types/types.dsp: enabled debug incremental compile
18831:
18832: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
18833: form post data line endings not reformatted now.
18834:
18835: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
18836: now required [had bug when file= has no value]
18837:
18838: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
18839: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
18840: cstr(asis) default param removed
18841:
18842: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
18843:
18844: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
18845:
18846: * src/include/pa_dir.h: LOAD_DIR fixed
18847:
18848: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
18849: was broken} fix_line_breaks
18850:
18851: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
18852: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
18853: packed with #pragma pack
18854:
1.116 moko 18855: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 18856:
18857: 2001-10-29 paf
18858:
18859: * src/types/pa_wcontext.h: bitfield syntax stricter
18860:
18861: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
18862: string hash.puts
18863:
18864: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
18865:
18866: * src/include/pa_sql_connection.h: there were one wrong
18867: SQL_CONNECTION_FUNC_GUARDED [failed]
18868:
18869: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
18870: param.someday either ifdef or remove it
18871:
18872: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
18873:
18874: * src/main/untaint.C: optimizing returned after debugging
18875:
18876: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18877: main/untaint.C: memory hunging #pragma pack(1)
18878:
18879: 16 419 844 13 169 394
18880:
18881: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
18882: targets/cgi/pa_pool.C: String size_t replace to uint in proper
18883: places [todo:Array]
18884:
18885: * src/: main/execute.C, targets/cgi/pa_pool.C,
18886: targets/cgi/parser3.dsp, types/pa_wcontext.h,
18887: types/pa_wwrapper.h: debugging memory WContext flags to bits
18888:
18889: total 5 652 652/158731 total 5 469 332/158731
18890:
18891: * src/: include/pa_array.h, main/pa_array.C: debugging memory
18892: Array:: without cache in get/put now
18893:
18894: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
18895: 18:25:27 2001] total 5 652 652/158731
18896:
18897: * src/: include/pa_string.h, main/pa_string.C,
18898: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
18899: now
18900:
18901: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
18902: 18:11:53 2001] total 5796092/158731
18903:
18904: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
18905: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
18906: key ref now
18907:
18908: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
18909: 17:11:17 2001] total 16867948/202658
18910:
18911: * src/: classes/file.C, classes/image.C, classes/string.C,
18912: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
18913: main/execute.C, main/pa_array.C, main/pa_common.C,
18914: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18915: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
18916: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
18917: string::as_int/double now usually uses stack, not heap [200K out
18918: of 17M :)] VString(String&) not copies reference [29M -> 17M]
18919:
18920: * src/main/pa_sql_driver_manager.C: ping to have services [old
18921: hiding bug]
18922:
18923: * src/Makefile.am: .am order
18924:
18925: * src/: include/pa_array.h, include/pa_charset_manager.h,
18926: include/pa_db_connection.h, include/pa_db_manager.h,
18927: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
18928: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18929: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
18930: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
18931: required "friend class"
18932:
18933: ../include/pa_request.h:51: friend declaration requires
18934: class-key, i.e. `friend class Temp_lang'
18935:
18936: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18937: main/pa_exception.C, main/pa_sql_driver_manager.C,
18938: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
18939:
18940: the idea is to #1 jump to C++ some function to main body, where
18941: every function stack frame has exception unwind information and
18942: from there... #2 propagate_exception()
18943:
18944: 2001-10-28 paf
18945:
18946: * src/main/pa_db_connection.C: removed old consts
18947:
18948: * src/main/pa_db_connection.C: expire table [was accidently pasted
18949: with wrong type/cast]
18950:
18951: * src/main/: pa_db_connection.C, pa_db_table.C: exception
18952: translation
18953:
1.116 moko 18954: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 18955: remember to build DB2 with -fexceptions!!!
18956:
18957: * src/main/pa_db_table.C: DB_RMW defed
18958:
18959: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
18960: include/pa_db_connection.h, include/pa_db_manager.h,
18961: include/pa_db_table.h, main/pa_db_connection.C,
18962: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
18963:
18964: 2001-10-27 paf
18965:
18966: * src/: classes/hashfile.C, include/pa_db_connection.h,
18967: include/pa_db_table.h, main/pa_db_connection.C,
18968: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
18969: types/pa_vhashfile.C: DB2 ifdefs
18970:
1.116 moko 18971: * src/: classes/Makefile.am, include/pa_config_fixed.h,
18972: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 18973: makes with DB2
18974:
1.116 moko 18975: * src/: include/pa_config_auto.h.in, main/Makefile.am,
18976: types/Makefile.am: makes db
1.95 moko 18977:
18978: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
18979: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
18980: globals.C
18981:
18982: * src/: classes/hashfile.C, include/pa_db_connection.h,
18983: include/pa_db_table.h, main/pa_db_connection.C,
18984: main/pa_db_table.C: ^hashfile.clear[]
18985:
18986: * src/classes/classes.awk: no $ in var names
18987:
18988: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
18989: connection&table [forgotten calls]
18990:
18991: 2001-10-26 paf
18992:
18993: * src/main/pa_db_connection.C: db checkpoints
18994:
18995: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
18996: checkpoints
18997:
18998: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
18999: default. but entities still reparsed. todo: tothink
19000:
19001: * src/main/pa_db_connection.C: db recover mech 2
19002:
19003: * src/: classes/hashfile.C, include/pa_db_connection.h,
19004: include/pa_db_manager.h, include/pa_db_table.h,
19005: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19006: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
19007: types/pa_vhashfile.h: db connections & tables now cached at
19008: create time & multithreaded
19009:
19010: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
19011: parsed_source
19012:
19013: * src/main/pa_db_connection.C: about to remove connection from
19014: vhashfile
19015:
19016: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
19017: transaction commit/rollback responsibility left to parent [as it
19018: sould - else there were a bug with double free]
19019:
19020: * src/include/pa_db_table.h: db: child transaction commit/rollback
19021: responsibility left to parent [as it sould - else there were a
19022: bug with double free]
19023:
19024: 2001-10-25 paf
19025:
19026: * src/: classes/hashfile.C, include/pa_common.h,
19027: include/pa_db_connection.h, include/pa_db_manager.h,
19028: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
19029: types/pa_vhashfile.C, types/pa_vhashfile.h,
19030: include/pa_db_table.h, main/pa_db_table.C: started db_home
19031: [multiple, cached] todo: autorecover [tried, but not succeded,
19032: yet]
19033:
19034: * src/include/pa_dir.h: ancient gpf on dir not found fixed
19035:
19036: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
19037: transaction parent passed
19038:
19039: 2001-10-24 parser
19040:
1.116 moko 19041: * src/classes/Makefile.am: makes
1.95 moko 19042:
19043: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
19044: isapi/pool_storage.h: pool_storage fixed
19045:
19046: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
19047: types/pa_vform.h: form fix_line_breaks
19048:
1.116 moko 19049: * src/targets/cgi/pool_storage.h: makes
1.95 moko 19050:
19051: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
19052: targets/cgi/pool_storage.h: makes
19053:
19054: * src/sql/pa_sql_driver.h: version
19055:
19056: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
19057: types/pa_vform.C, types/pa_vform.h: .am
19058:
19059: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
19060: this: DB_RMW Acquire write locks instead of read locks when doing
19061: the retrieval. Setting this flag may decrease the likelihood of
19062: deadlock during a read-modify-write cycle by immediately
19063: acquiring the write lock during the read part of the cycle so
19064: that another thread of control acquiring a read lock for the same
19065: item, in its own read-modify-write cycle, will not result in
19066: deadlock
19067:
19068: * src/targets/isapi/parser3isapi.dsp: doc
19069:
19070: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
19071:
19072: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
19073:
19074: * src/: classes/hashfile.C, include/pa_db_connection.h,
19075: main/pa_db_connection.C: hashfile expired deleted from db when
19076: get & iterate
19077:
19078: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
19079: expiring 1
19080:
19081: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
19082:
19083: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
19084: db_connection not bothers with key when not returning expired
19085: data
19086:
19087: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19088: types/pa_vhashfile.C: db_cursor constructor public now
19089:
19090: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19091: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
19092: stamped, todo: put_element analize
19093:
19094: * src/: include/pa_db_connection.h, include/pa_string.h,
19095: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
19096: serialize. todo stamp
19097:
19098: 2001-10-23 parser
19099:
19100: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
19101: classes/image.C, classes/mail.C, classes/response.C,
19102: classes/string.C, classes/table.C, classes/xdoc.C,
19103: include/pa_config_fixed.h, include/pa_db_connection.h,
19104: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
19105: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
19106: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
19107: types/pa_vtable.C: ^hashfile.hash[]
19108:
19109: * src/: classes/hashfile.C, classes/xdoc.C,
19110: include/pa_config_fixed.h, main/pa_db_manager.C,
19111: main/pa_globals.C: ifdefs so it compiled without db
19112:
19113: * src/: classes/hashfile.C, include/pa_db_connection.h,
19114: include/pa_db_manager.h, main/pa_db_connection.C,
19115: main/pa_db_manager.C, types/pa_vhashfile.h:
19116: ^hashfile.transaction{code} ^hashfile:clear[filename]
19117: ^hashfile.delete[key]
19118:
19119: 2001-10-22 parser
19120:
19121: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
19122: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
19123:
19124: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
19125: classes/xnode.C, include/pa_charset_connection.h,
19126: include/pa_db_connection.h, include/pa_db_manager.h,
19127: include/pa_exception.h, include/pa_sapi.h,
19128: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19129: include/pa_stylesheet_connection.h,
19130: include/pa_stylesheet_manager.h,
19131: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19132: main/pa_db_connection.C, main/pa_db_manager.C,
19133: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
19134: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19135: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
19136: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
19137: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
19138: types/types.dsp: hashfile 0
19139:
19140: * src/types/pa_vhashfile.C: z
19141:
19142: * src/: classes/classes.dsp, classes/hashfile.C,
19143: include/pa_config_fixed.h, main/execute.C,
19144: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
19145: types/pa_vhashfile.h, types/types.dsp: hashfile -100
19146:
19147: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
19148:
19149: * src/: include/pa_exception.h, include/pa_request.h,
19150: main/execute.C, main/pa_exception.C, main/pa_request.C,
19151: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19152: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
19153:
19154: 2001-10-19 parser
19155:
19156: * src/include/pa_pool.h: header
19157:
19158: * src/main/pa_pool.C: auto compiled on gcc
19159:
19160: * src/classes/image.C: comment
19161:
1.116 moko 19162: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 19163:
19164: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19165: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19166: types/pa_vxnode.h: xnode clone got freed
19167:
19168: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19169: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
19170: can free up xalandomstring resulting from pool::transcode
19171:
19172: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
19173: include/pa_config_fixed.h, include/pa_exception.h,
19174: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
19175: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
19176: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
19177: to c++ exceptions 1xml configure fixed to exclude xalan-patch
19178: from non-xml compile
19179:
19180: * src/main/pa_request.C: pool:: context - get_context
19181:
19182: * src/: classes/classes.h, classes/date.C, classes/double.C,
19183: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
19184: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
19185: classes/string.C, classes/table.C, classes/void.C,
19186: include/pa_config_fixed.h, include/pa_exception.h,
19187: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
19188: main/compile.C, main/compile_tools.C, main/execute.C,
19189: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
19190: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
19191: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19192: main/pa_string.C, main/pa_table.C, main/untaint.C,
19193: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19194: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
19195: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
19196: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
19197: types/pa_vstateless_class.h, types/pa_vtable.C,
19198: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
19199: exceptions 0
19200:
19201: * src/classes/classes.awk: $ removed
19202:
19203: 2001-10-18 parser
19204:
19205: * src/types/pa_vcookie.C: cookie:CLASS
19206:
19207: * src/main/main.dsp: project
19208:
19209: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
19210: set_document & ctor question "who owns document" solved
19211:
19212: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
19213:
19214: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19215: main/pa_pool.C: encoding in dom creating funcs
19216:
19217: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
19218: be transformed now
19219:
19220: * src/classes/xdoc.C: dom created by create can be transformed now
19221:
19222: * src/classes/xdoc.C: z
19223:
19224: * src/classes/xdoc.C: comment
19225:
19226: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
19227: create now uses XercesDocumentBridge, appendChild&co now works
19228:
19229: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
19230: @ recompile
19231:
19232: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
19233: $origin @exception[
19234:
19235: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
19236: tag names forced to XML lang
19237:
19238: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
19239: leechy-found bugs in code&doc fixed
19240:
19241: 2001-10-17 parser
19242:
19243: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
19244: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
19245: n functionality preserved
19246:
19247: * src/types/pa_vimage.h: removed unused vimage::save
19248:
19249: 2001-10-16 parser
19250:
19251: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
19252:
19253: * src/classes/: xnode.C: removed few dom returns & changed op.txt
19254:
19255: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
19256:
19257: * src/classes/image.C: image.copy tolerance
19258:
19259: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
19260: ineffective, but works for small paleted image
19261:
19262: * src/types/pa_vimage.C: comment
19263:
19264: * src/classes/image.C: gd size/resize bugfix
19265:
19266: * src/: classes/classes.dsp, main/main.dsp,
19267: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19268: types/types.dsp: ident >nul 2>&1
19269:
19270: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
19271: systems
19272:
19273: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
19274: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
19275:
19276: 2001-10-15 parser
19277:
19278: * src/main/execute.C: z
19279:
19280: * src/classes/: xdoc.C: !::create{qualifiedName}
19281:
19282: * src/types/pa_vxnode.C: document_type_node.
19283: !readonly attribute DOMString name
19284: !notation_node.
19285: !readonly attribute DOMString publicId
19286: !readonly attribute DOMString systemId
19287:
1.116 moko 19288: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
19289: ::write badly passed string too transparently [failed to
19290: intercept it]
1.95 moko 19291:
19292: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
19293: include/pa_request.h, main/pa_sql_driver_manager.C,
19294: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19295: types/pa_vxnode.h: DOM1 major addtion, only few
19296: attributes/methods left
19297:
19298: 2001-10-13 parser
19299:
19300: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19301: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
19302: in main handler
19303:
19304: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
19305: cleanups & frees order
19306:
19307: * src/types/pa_vcode_frame.h: couple comments
19308:
19309: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
19310: transparent enough to handle hash if creation&passing
19311:
19312: * src/: include/pa_config_fixed.h, main/execute.C,
19313: main/pa_exception.C: noticed that vcodeframe not transparent
19314: enough, would change now
19315:
19316: 2001-10-12 parser
19317:
19318: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
19319: fixed. initialization&free on each thread!
19320:
19321: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
19322: handling changed: now type of default param analized always, not
19323: only at problem time, thus helping early problem spotting
19324:
19325: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
19326: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
19327: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
19328: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
19329: multithread bug fixed. initialization&free on each thread!
19330:
19331: 2001-10-11 parser
19332:
19333: * src/classes/xnode.C: xnode.selectSingle now
19334:
19335: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19336: include/pa_pool.h, include/pa_stylesheet_connection.h,
19337: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
19338: convertors out of Pool into Exception
19339:
19340: * src/main/pa_string.C: const
19341:
19342: * src/: include/pa_string.h, main/pa_string.C: restructured string:
19343: linked pieces of same language together prior to String::replace
19344:
19345: * src/classes/hash.C: !^hash.add[addme]
19346: !^hash.sub[subme]
19347: !^a.union[b] = new
19348: !^a.intersection[b] = new
19349: !^a.intersects[b] = bool
19350:
19351: * src/classes/hash.C: !^hash::append[append_from]
19352:
19353: * src/: classes/hash.C, types/pa_vhash.h:
19354: !^hash::create[[copy_from]]
19355:
19356: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
19357: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
19358: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
19359: fixed. got rid of empty_string, which caused errors - it hasnt
19360: exception but somebody[value.bark] tried to throw it on it's pool
19361:
1.116 moko 19362: * src/include/pa_config_auto.h.in: makes
1.95 moko 19363:
19364: 2001-10-10 parser
19365:
19366: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
19367:
19368: * src/main/: compile.tab.C, compile.y: ^a[
19369:
19370: @next_method << now unclosed ] would be reported here
19371:
19372: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
19373: compile error
19374:
19375: 2001-10-09 parser
19376:
1.116 moko 19377: * src/: classes/Makefile.am, main/Makefile.am,
19378: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 19379:
19380: * src/classes/Makefile.am: makes
19381:
19382: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
19383: win32 errors intercepted [xalan transformer patched and
19384: incorporated]
19385:
19386: * src/: classes/classes.dsp, classes/xdoc.C,
19387: include/pa_stylesheet_connection.h, main/main.dsp,
19388: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19389: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
19390: patches starting
19391:
19392: * src/classes/: string.C, table.C: ^string.save[file]
19393:
19394: * src/classes/: date.C, table.C: calendar moved to date
19395:
19396: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
19397: string/table] now
19398:
19399: * src/classes/: op.C, table.C: z
19400:
19401: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
19402: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
19403: types/pa_vxnode.h: table:menu & op for delims made allowed not to
19404: be code [be string..]
19405:
19406: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
19407: table.C: lots of
19408: params->as_int/double/as_string/as_junction/as_no_junction
19409: messages added
19410:
19411: 2001-10-08 parser
19412:
19413: * src/: classes/date.C, classes/image.C, classes/string.C,
19414: classes/table.C, classes/void.C, include/pa_request.h:
19415: params->as_int/double message added
19416:
19417: * src/classes/image.C: image:circle [and round arc] uses Bresenham
19418:
19419: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
19420: image:sector removed image:html internal "line-*" attribs
19421:
19422: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
19423: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
19424:
19425: * src/types/pa_vcookie.C: removing cookie made more netscape-like
19426: way
19427:
19428: * src/: classes/file.C, classes/form.C, main/pa_common.C,
19429: main/untaint.C: header untainting to UL_HTTP_HEADER,
19430: UL_MAIL_HEADER made nonforced [only tainted pieces]
19431:
19432: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
19433: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
19434: @ SAPI::log
19435:
19436: * src/main/untaint.C: \r to ' ' in origins mode
19437:
19438: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
19439: set]
19440:
19441: * src/: classes/xdoc.C, include/pa_config_fixed.h,
19442: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
19443: nonstandard liaison freed up
19444:
19445: 2001-10-07 parser
19446:
19447: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
19448: project
19449:
19450: 2001-10-05 parser
19451:
19452: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
19453: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
19454: from outputing to cerr. lots of "todos"
19455:
19456: * src/main/untaint.C: http_header tainting more gentle with
19457: enquoting now
19458:
19459: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
19460: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
19461: xml errorhandler. fixed string.replace a little, read @test
19462:
19463: * src/main/pa_string.C: found replace bug - first_that_starts(char
19464: *) does not have limit, and looks further eos, fixing....
19465:
19466: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
19467:
19468: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
19469:
19470: * src/main/: pa_charset_connection.C: ctype another mem clear
19471: bugfix
19472:
1.116 moko 19473: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
19474: $result[^[$p^]z] now works fine
1.95 moko 19475:
19476: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
19477: wrong. fixed it
19478:
19479: * src/main/pa_charset_connection.C: unicode zero pair at the beging
19480: of totable appered to be vital
19481:
19482: 2001-10-04 parser
19483:
19484: * src/classes/image.C: ^image.length[text]
19485:
19486: 2001-10-03 parser
19487:
19488: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
19489:
19490: * src/main/pa_request.C: restored pcre defaulting in request
19491: [mindlessly "optimized" yesterday] comment left
19492:
19493: 2001-10-02 parser
19494:
19495: * src/: main/pa_charset_manager.C,
19496: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
19497: needed
19498:
19499: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
19500: forgot non-xml pool.*charset needed
19501:
19502: * src/classes/table.C: # config comments fixed
19503:
19504: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
19505: charset_connection #comment now
19506:
19507: * src/: classes/classes.dsp, types/types.dsp: release projects
19508: options fixed to use release msvcrt lib
19509:
19510: * src/main/pa_charset_connection.C: pcre tables now const inside
19511: removed default - pcre handles that internally fixed bug on
19512: not-cleaning tables [previously was calloced, now member]
19513:
19514: * src/: include/pa_request.h, main/pa_charset_connection.C,
19515: main/pa_request.C, types/pa_vstring.h: pcre tables now const
19516: inside removed default - pcre handles that internally fixed bug
19517: on not-cleaning tables [previously was calloced, now member]
19518:
19519: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
19520: tested charset reload on file change @ apache version = OK tested
19521: freeing up prev encoding on adding new = OK
19522:
19523: 2001-10-01 parser
19524:
19525: * src/main/pa_charset_connection.C: removed entitify external hack
19526: [internal installed]
19527:
1.116 moko 19528: * src/main/Makefile.am: makes+removed dtd
1.95 moko 19529:
19530: * src/: include/pa_charset_connection.h,
19531: include/pa_charset_manager.h,
19532: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19533: main/pa_charset_connection.C, main/pa_charset_manager.C,
19534: main/pa_request.C: charset loading & caching mech 0
19535:
19536: * src/: include/pa_stylesheet_connection.h,
19537: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19538: main/pa_globals.C, main/pa_request.C: would make charset loading
19539: & caching mech now
19540:
19541: 2001-09-30 parser
19542:
19543: * src/main/pa_request.C: forgot to fill toTable
19544:
19545: * src/: include/pa_config_fixed.h, main/pa_request.C: started
19546: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
19547: failed on win32 for now..
19548:
19549: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
19550: now charsets table configuration variable is: CHARSETS
19551:
19552: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
19553: ctype with unicode 1. todo: no П entities on output somehow
19554:
19555: * src/: classes/file.C, classes/op.C, classes/string.C,
19556: include/pa_request.h, main/pa_request.C: started ctype with
19557: unicode values
19558:
19559: 2001-09-28 parser
19560:
19561: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
19562: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
19563: string passed AS-IS now
19564:
19565: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
19566: way of user-configuring... todo: implement
19567:
19568: 2001-09-27 parser
19569:
19570: * src/classes/table.C: table.sort changed to sort table itself
19571:
19572: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
19573: X^.getElementsByTagName[tagname] = array of xnode
19574: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
19575: nodes removed - regretfully not supported @ xalan. maybe someday
19576: would reimplement, if needed.
19577:
19578: win32build system: solved long waiting anti-non-started-apache
19579: problem
19580:
19581: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
19582: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19583: types/types.dsp: win32 ident make system so not to rebuild
19584: library [ident.C.new]
19585:
19586: 2001-09-26 parser
19587:
19588: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
19589: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
19590: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19591: types/pa_vxnode.C, types/types.dsp: z
19592:
19593: * src/classes/classes.C: forgot one non-xml check
19594:
1.116 moko 19595: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
19596: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 19597:
19598: * src/targets/cgi/parser3.C: z
19599:
19600: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
19601: targets/isapi/parser3isapi.C: #ifdef SMTP
19602:
19603: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
19604: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19605: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
19606: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
19607: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19608: types/types.dsp: xdoc&xnode now
19609:
19610: * src/: classes/classes.C, classes/classes.awk,
19611: classes/classes.dsp, classes/classes.h, classes/date.C,
19612: classes/dnode.C, classes/dnode.h, classes/dom.C,
19613: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19614: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19615: classes/op.C, classes/response.C, classes/string.C,
19616: classes/table.C, classes/void.C, include/pa_array.h,
19617: include/pa_common.h, include/pa_config_fixed.h,
19618: include/pa_config_includes.h, include/pa_dictionary.h,
19619: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19620: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
19621: include/pa_socks.h, include/pa_sql_connection.h,
19622: include/pa_sql_driver_manager.h, include/pa_stack.h,
19623: include/pa_string.h, include/pa_stylesheet_connection.h,
19624: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
19625: include/pa_xslt_stylesheet_manager.h, main/compile.C,
19626: main/compile.y, main/compile_tools.C, main/compile_tools.h,
19627: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
19628: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19629: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19630: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19631: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
19632: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
19633: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19634: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19635: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
19636: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19637: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
19638: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19639: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19640: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19641: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
19642: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
19643: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19644: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
19645: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19646: types/pa_vmethod_frame.h, types/pa_vobject.h,
19647: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19648: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19649: types/pa_vstateless_object.h, types/pa_vstring.C,
19650: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19651: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
19652: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
19653: main.dsp splitted to main+classes+types along to .am
19654:
19655: * src/classes/Makefile.am: removed useless var
19656:
19657: * src/: classes/classes.cmd, main/main.dsp,
19658: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
19659: main.dsp
19660:
19661: 2001-09-25 parser
19662:
19663: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
19664: 1251 though, todo ICU
19665:
1.116 moko 19666: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 19667: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 19668: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
19669: types/pa_vdom.h: xml configure makes
1.95 moko 19670:
19671: 2001-09-24 parser
19672:
1.116 moko 19673: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
19674: types/Makefile.am: makes
1.95 moko 19675:
1.116 moko 19676: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 19677:
19678: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
19679: started unix makes update
19680:
19681: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
19682: started unix makes update
19683:
19684: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
19685:
19686: * src/types/pa_value.h: z
19687:
19688: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
19689: bugs with usinge hash/table in expressions
19690:
19691: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
19692: resolved conflicts fixed [const]
19693:
19694: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
19695: classes/table.C, include/pa_request.h, include/pa_sapi.h,
19696: main/compile.C, main/compile.tab.C, main/compile.y,
19697: main/compile_tools.h, main/main.dsp, main/pa_common.C,
19698: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19699: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
19700: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
19701: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
19702: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
19703: with before_xml [merge2 actually didn't happen - i've created
19704: tags on wrong branch. so this merge is in fact re-merge]
19705:
19706: 2001-09-21 parser
19707:
19708: * src/: main/main.dsp, targets/cgi/parser3.dsp,
19709: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
19710: produced "" in make file and sadly wrong interpreted on load]
19711:
1.116 moko 19712: * src/: classes/classes.h, classes/hash.C, classes/op.C,
19713: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
19714: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
19715: include/pa_sql_driver_manager.h, include/pa_string.h,
19716: main/compile.tab.C, main/main.dsp, main/pa_common.C,
19717: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
19718: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 19719:
19720: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
19721: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
19722: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
19723: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
19724: main/pa_pool.C, main/pa_request.C,
19725: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
19726: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
19727: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19728: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
19729: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
19730: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
19731: types/pa_vrequest.C, types/pa_vresponse.h,
19732: types/pa_vstateless_class.C, types/pa_vstring.C,
19733: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
19734: created new projects for sql drivers [planning to remove sql
19735: drivers from main cvs project] first, will join latest changes
19736:
19737: * src/classes/: dom.C: defaulted dom writing methods encoding to
19738: pool.get_charset
19739:
19740: * src/classes/dom.C: defaulted dom writing methods encoding to
19741: pool.get_charset
19742:
19743: * src/include/pa_pool.h: defaulted dom writing methods encoding to
19744: pool.get_charset
19745:
19746: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
19747: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
19748: methods encoding to pool.get_charset
19749:
19750: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
19751: transcoder were created right "unsupported encoding" message.
19752: not @ set time, but @ use time, so until xml output functions
19753: .string, .file, .save used - no encoding name check occur
19754:
19755: reduced transcode buffer size to 60 fixed pool cleanup - no
19756: registration needed, pools are officially destructured
19757:
19758: 2001-09-20 parser
19759:
19760: * src/classes/image.C: 20K preload on jpg measure [image::measure]
19761:
19762: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
19763: $MAIN:DEFAULTS.content-type[$.charset[here]]
19764:
19765: * src/: classes/dnode.C, classes/dom.C,
19766: include/pa_config_includes.h, include/pa_globals.h,
19767: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
19768: main/pa_pool.C, targets/cgi/parser3.dsp,
19769: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19770: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
19771: Pool::transcode 0
19772:
19773: * src/classes/dom.C: dom. string save file moved output xml options
19774: to last param and made it optional
19775:
19776: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
19777: dnodes
19778: !$attributenode.specified = boolean
19779: true if the attribute received its value explicitly
19780: in the XML document,
19781: or if a value was assigned programatically with the
19782: setValue function.
19783: false if the attribute value came from the default value
19784: declared in the document's DTD.
19785: !$pinode.target = target of this processing instruction
19786: XML defines this as being the first token following the
19787: markup
19788: that begins the processing instruction.
19789: XPath:
19790: !^node.select[xpath/query/expression] = hash of 0->node0
19791: 1->node1
19792: !^node.select-single[xpath/query/expression] = first node if
19793: any
19794:
19795: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
19796: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
19797: some 'const's added
19798:
19799: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
19800: expression context now, there value = size and boolean value
19801: size!=0
19802:
19803: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
19804: can be used in expression context now, there value = size and
19805: boolean value size!=0
19806:
19807: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
19808: types/pa_vstring.h: dnode .file .string .save moved back to dom
19809: due to strange xalan bug
19810:
19811: 2001-09-18 parser
19812:
19813: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
19814: classes/image.C, classes/op.C, classes/table.C,
19815: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
19816: include/pa_sql_driver_manager.h, main/compile.C,
19817: main/compile.tab.C, main/compile.y, main/compile_tools.h,
19818: main/execute.C, main/pa_common.C, main/pa_request.C,
19819: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
19820: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19821: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
19822: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19823: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
19824: before_xml branch ^if(def $hash) now true only when
19825: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
19826:
19827: * src/: classes/op.C, main/execute.C: operators self changed to
19828: root ^for variable context changed to self
19829:
19830: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
19831: dnode 1
19832:
19833: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
19834: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
19835:
19836: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
19837: poly* fixed
19838:
19839: 2001-09-17 parser
19840:
19841: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
19842: types/pa_vdom.h: started dnode+dom
19843:
19844: dnode DOM methods: $node.name $node.value
19845: ...others...
19846:
19847: ^node.xpath[/rates/USD] = hash
19848: $hash[
19849: $.0[node0]
19850: $.1[node1]
19851: ]
19852:
19853: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
19854: applies to all linear primitives
19855:
19856: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
19857: include/pa_stylesheet_connection.h, main/main.dsp,
19858: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
19859: types/pa_vimage.h: started dnode DOM: $node.name
19860: $node.value ...others... ^node.xpath[/rates/USD] = hash
19861: dom(dnode)
19862:
19863: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
19864: main/compile.y, main/compile_tools.h, main/execute.C,
19865: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
19866: in expression compound($aa.zz.xx) names now can have minus '-' in
19867: name after '.'
19868:
19869: 2001-09-15 parser
19870:
19871: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
19872: image: $line-width ^line(...)[**** style]
19873:
19874: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
19875: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
19876: pool_storage - cleanups first, allocations second. apache wisely
19877: does just like that
19878:
19879: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
19880: rewritten using template, no bugs now
19881:
19882: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
19883: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
19884: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
19885: poorly started isapi pool_storage, would rewrite using template
19886: now
19887:
19888: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
19889: include/pa_stylesheet_connection.h, main/main.dsp,
19890: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
19891: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
19892: xalan objects freed up [introducing Pool::register_cleanup]
19893:
19894: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
19895: comments
19896:
19897: 2001-09-14 parser
19898:
19899: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
19900: z
19901:
19902: * src/: classes/dom.C, classes/file.C, classes/image.C,
19903: classes/mail.C, include/pa_common.h,
19904: include/pa_sql_driver_manager.h, include/pa_string.h,
19905: include/pa_stylesheet_connection.h,
19906: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19907: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
19908: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
19909: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
19910: compiled&cached
19911:
19912: 2001-09-13 parser
19913:
19914: * src/: classes/dom.C, classes/file.C, classes/image.C,
19915: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
19916:
19917: * src/classes/dom.C: dom:file content-type(.method)
19918:
19919: * src/: include/pa_common.h, include/pa_globals.h,
19920: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
19921: string now more informative error messages
19922:
19923: * src/: include/pa_globals.h, include/pa_request.h,
19924: main/pa_request.C, targets/cgi/parser3.C,
19925: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
19926: ParserSiteConfig .../parser3.conf
19927:
19928: cgi&isapi looks for {configure|c:\windows}/parser3.conf
19929:
19930: 2001-09-12 parser
19931:
19932: * src/: classes/op.C, include/pa_sql_driver_manager.h,
19933: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
19934: precise error reporting: "connection string must start with
19935: protocol://" now
19936:
19937: * src/main/compile.tab.C: fixed - subname code parts actually []
19938: braced
19939:
19940: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
19941: lexer on LS_USER level did [] matching without setting nestage,
19942: introduced special LS_NAME_SQUARE_PART state
19943:
19944: 2001-09-11 parser
19945:
19946: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
19947: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
19948: languages+=xml
19949:
19950: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
19951:
19952: * src/classes/dom.C: ^dom:save/string/file[output options] output
19953: options: $.method[xml|html|text] detection fixed
19954:
19955: * src/types/pa_vdom.h: messages
19956:
19957: * src/classes/dom.C: ^dom:save/string/file[output options] output
19958: options: $.method[xml|html|text] detection fixed
19959:
19960: 2001-09-10 parser
19961:
19962: * src/classes/dom.C: ^dom:save/string/file[output options] output
19963: options: $.method[xml|html|text] $.encoding[windows-1251|...]
19964:
19965: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
19966: added]
19967:
19968: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
19969: ^dom.xslt[stylesheet filename] 0
19970:
19971: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
19972: ^dom.xslt[stylesheet filename] -1 doc is lying
19973:
19974: * src/classes/dom.C: ^dom.file[encoding] = file
19975:
19976: * src/classes/: dom.C: ^dom.string[encoding] 1
19977: ^dom.save[encoding;filename]
19978:
19979: * src/classes/dom.C: ^dom.string[] 0
19980:
19981: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
19982:
19983: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
19984: types/pa_vform.h: ^dom.save[b.xml] 0
19985:
19986: 2001-09-08 parser
19987:
19988: * src/types/pa_vform.C: $form:tables.name.field
19989:
19990: 2001-09-07 parser
19991:
19992: * src/classes/table.C: table:empty removed, superceded by ^if(def
19993: $table)...
19994:
19995: * src/targets/cgi/parser3.C: z
19996:
19997: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
19998: from '' to int/double is 0]
19999:
20000: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
20001: $table) is false when table is empty
20002:
20003: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
20004: !$form:tables $atable[$form:tables.a]
20005: ^atable.menu{a=$atable.element}[,]
20006:
20007: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
20008: types/pa_vform.h, types/pa_vhash.h: !$form:fields
20009:
1.116 moko 20010: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20011: types/pa_vdom.h, types/pa_vform.C: merged with successful start
20012: of dom
20013:
20014: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
20015: types/pa_vform.C, types/pa_vform.h: z
20016:
20017: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
20018: element [not last]
20019:
1.116 moko 20020: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20021: types/pa_vdom.h: introducing dom. dom:load[a.xml]
20022:
20023: 2001-09-06 parser
20024:
20025: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20026: table with one column 'element' and two rows: 1 and 2
20027:
20028: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20029: table with one column 'element' and two rows: 1 and 2
20030:
20031: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
20032: bad int/double conversions, and now $form:nonexistent.int(88)
20033: would return 88
20034:
20035: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
20036: types/pa_vhash.h: now there's special hash key '_default'
20037: [instead of ^_default method] $hash[ $.a[1] $.b[2]
20038: $._default[xx] ] $hash.c
20039:
20040: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
20041: fixed [thanks, fif], ^; were treated there non-literally
20042:
20043: * src/doc/doxygen.cfg: merged new default options from 1.2.10
20044: doxygen
20045:
20046: * src/: classes/image.C, classes/op.C, classes/string.C,
20047: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
20048: types/pa_vtable.C: few #ifndef DOXYGEN
20049:
20050: 2001-09-05 parser
20051:
20052: * src/classes/: string.C, table.C: sql options can be void [same as
20053: image:html the other day]
20054:
20055: * src/targets/cgi/Makefile.am: .am undo
20056:
20057: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20058: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
20059: macro expantion on param, simply qoutes whatever passed, undone
20060:
20061: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20062: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
20063: STRINGIZE(name) #name invented
20064:
20065: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20066: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
20067: MAIN_SQL_DRIVERS_NAME "drivers"
20068:
20069: moved to be availible to all users
20070:
20071: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
20072: SQL_DRIVER_CREATE_FUNC_NAME
20073:
20074: * src/classes/mail.C: MAIN:MAIL check fixed
20075:
20076: 2001-09-04 parser
20077:
20078: * src/classes/image.C: image.html now can accept void params
20079:
20080: * src/targets/isapi/parser3isapi.C: z
20081:
20082: * src/targets/cgi/parser3.C: full_file_spec bug
20083:
20084: * src/targets/cgi/parser3.C: getenvcheck
20085:
20086: * src/targets/cgi/parser3.C: zz
20087:
20088: * src/targets/cgi/parser3.C: zzz
20089:
20090: * src/classes/date.C: date
20091:
20092: * src/classes/date.C: date:sql-string is now without ''
20093:
1.116 moko 20094: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 20095: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
20096: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
20097:
1.116 moko 20098: * src/include/pa_config_auto.h.in: makes
1.95 moko 20099:
20100: 2001-09-03 parser
20101:
20102: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
20103:
20104: 2001-09-01 parser
20105:
20106: * src/classes/image.C: letter_spacing
20107:
20108: * src/classes/image.C: image: font params changed
20109:
20110: * src/classes/image.C: image: as_int as_string used
20111:
20112: * src/types/pa_vmethod_frame.h: $result[] now gets properly
20113: analized
20114:
20115: 2001-08-31 parser
20116:
20117: * src/targets/cgi/parser3.C: z
20118:
1.116 moko 20119: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
20120: cygwin
1.95 moko 20121:
20122: * src/classes/void.C: void:int/double += (default)
20123:
20124: * src/classes/image.C: image:font added space param image:font
20125: changed charwidth alg, added kerning const[for now]
20126:
20127: * src/classes/: string.C, table.C: string:int/double (defaults)
20128:
20129: 2001-08-29 parser
20130:
20131: * src/main/pa_exception.C: exception redundant debug info
20132:
20133: 2001-08-28 parser
20134:
20135: * src/classes/image.C: image error msgs
20136:
20137: * src/classes/image.C: image: gifsize little endian
20138:
20139: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
20140: doxygeneration
20141:
20142: * src/: classes/Makefile.am, main/Makefile.am,
20143: targets/cgi/Makefile.am, types/Makefile.am: .am-s
20144:
20145: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
20146: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
20147:
20148: * src/main/compile.C: NO_STRING_ORIGIN check2
20149:
20150: * src/classes/table.C: NO_STRING_ORIGIN check
20151:
20152: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
20153: storage class specifiers invalid in friend function declarations
20154:
20155: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
20156: main/untaint.C, targets/cgi/parser3.C,
20157: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
20158: case of limit
20159:
20160: * src/: classes/file.C, main/pa_common.C: file:move
20161: autocreate/remove dest/src dir
20162:
20163: * src/: classes/string.C, include/pa_dictionary.h,
20164: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
20165: main/untaint.C: pa_directory speeded up. moved zero 'from' check
20166: to directory constructor. string:replace
20167:
20168: 2001-08-27 parser
20169:
20170: * src/classes/image.C: fixed jpgsize alg
20171:
20172: * src/classes/image.C: fixed jpgsize alg
20173:
20174: * src/main/pa_exception.C: z
20175:
20176: * src/main/pa_common.C: removed debug info from pa_common
20177:
20178: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
20179: [auto.p from current dir loading]
20180:
1.116 moko 20181: * src/: main/pa_common.C, main/pa_exception.C,
20182: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
20183: for solaris -lsocket
1.95 moko 20184:
20185: 2001-08-24 parser
20186:
20187: * src/targets/cgi/parser3.C: not cgi extra \n 3
20188:
20189: * src/targets/cgi/parser3.C: not cgi extra \n 2
20190:
20191: * src/targets/cgi/parser3.C: not cgi extra \n
20192:
20193: * src/main/pa_sql_driver_manager.C: z
20194:
20195: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
20196: sql* removed services from disconnect - cross-request ideological
20197: probs.
20198:
20199: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
20200: cross-request ideological probs. oracle - fixed bug: cs
20201: allocated on request.pool and got freed before disconnect
20202:
20203: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
20204: mallocs fixed
20205:
20206: 2001-08-23 parser
20207:
20208: * src/classes/file.C: minor bug in file:save fixed
20209:
20210: * src/main/pa_sql_driver_manager.C: oracle: dlink
20211:
20212: 2001-08-22 parser
20213:
20214: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
20215: types/pa_vfile.h: file:load|save[text|binary;
20216:
20217: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
20218:
20219: 2001-08-21 parser
20220:
20221: * src/classes/: file.C, table.C: ^file:list
20222:
20223: 2001-08-20 parser
20224:
20225: * src/: main/compile.tab.C, main/compile.y,
20226: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
20227: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
20228: recousively caused problems: inc incremeted 123 literal!! fixed
20229:
20230: 2001-08-10 parser
20231:
20232: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
20233:
20234: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20235: added
20236:
20237: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20238: added
20239:
20240: * src/classes/table.C: table:sort restored [it was bad test :(]
20241:
20242: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
20243: ''
20244:
20245: * src/main/: pa_request.C: wanted to make const int
20246: MAX_EXECUTE_SECONDS=1;
20247:
20248: but couldnt, set_callback_and_alarm appeared to be not exported
20249: :(
20250:
20251: * src/main/pa_string.C: string.match hanged on. there were a hang
20252: check but it weren't wise enough
20253:
20254: @parse[dateString][tmp]
20255: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
20256: #end
20257:
20258: @main[] ^parse[2001-02-03]
20259:
20260: * src/classes/: table.C: table:sort now default desc
20261:
20262: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20263: table.sort now creates new sorted table
20264:
20265: 2001-08-09 parser
20266:
20267: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
20268:
20269: * src/classes/hash.C: hash:_default now [was hash:default]
20270:
20271: * src/classes/op.C: case without switch check added
20272:
20273: * src/types/pa_vcookie.C: cookie name&value origins added, more
20274: precise $ORIGINS(1)
20275:
20276: * src/main/Makefile.am: .am
20277:
20278: * src/classes/void.C: void: int double copy/paste from int: bug
20279: fixed
20280:
20281: * src/classes/void.C: void: int double copy/paste from int: bug
20282: fixed
20283:
20284: 2001-08-07 parser
20285:
20286: * src/: classes/double.C, classes/int.C, classes/string.C,
20287: classes/table.C, include/pa_globals.h, main/pa_globals.C:
20288: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
20289: string, table
20290:
20291: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
20292: srand made working
20293:
20294: 2001-08-06 parser
20295:
20296: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
20297: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
20298: main/compile.tab.C, main/compile.y, main/pa_array.C,
20299: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
20300: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
20301:
20302: * src/main/pa_exec.C: exec win32 real filename
20303:
20304: * src/classes/file.C: exec stderr out
20305:
20306: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
20307:
20308: 2001-08-03 parser
20309:
20310: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
20311:
20312: 2001-08-02 parser
20313:
20314: * src/: classes/string.C, classes/table.C, include/pa_array.h,
20315: main/execute.C, main/pa_exec.C: introducing Array_iter
20316:
20317: * src/main/execute.C: detected quick_get recursion bug. changed to
20318: get@execute, but needs array iterator, separate from array to
20319: avoid it & use caching
20320:
20321: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
20322: bug fixed
20323:
20324: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
20325: main/execute.C, main/pa_globals.C: found another multithread bug
20326: in op.C (last, last global var killed) :)
20327:
20328: 2001-08-01 parser
20329:
20330: * src/: include/pa_dictionary.h, include/pa_globals.h,
20331: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
20332: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20333: main/untaint.C: speeded up typo-html replacements. introducing
20334: Dictionary with first-char caching
20335:
20336: 2001-07-31 parser
20337:
20338: * src/types/Makefile.am: pa_vtable.C added to .am
20339:
20340: * src/main/compile.tab.C: added, so that could be compiled even on
20341: non-bison-enabled platforms
20342:
20343: 2001-07-28 parser
20344:
20345: * src/classes/table.C: table:hash always produces hash, when can't
20346: - empty
20347:
20348: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
20349: skipped \n
20350:
20351: 2001-07-27 parser
20352:
20353: * src/classes/: double.C, int.C, string.C: provided meaningful msg
20354: on int/double/string :sql without result and default
20355:
20356: 2001-07-26 parser
20357:
20358: * src/classes/op.C: fixed bad multithread bug with strangly global
20359: OP
20360:
20361: * src/main/compile.y: $man[$.age[zzz]] 0
20362:
20363: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
20364: creation syntax problem persists. restored $: for a while.
20365: thinking of $man[$.age[zzz]] syntax now
20366:
20367: * src/: classes/double.C, classes/int.C, classes/string.C,
20368: include/pa_opcode.h, main/compile.C, main/compile.y,
20369: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
20370: types/pa_vmethod_frame.h, types/pa_wcontext.h,
20371: types/pa_wwrapper.h: fixing :: realization #1
20372:
20373: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
20374: main/compile_tools.h, main/execute.C, main/pa_request.C,
20375: types/pa_vmethod_frame.h: introducing :: this is constructor call
20376: prefix. ordinary : remains for static accesses
20377:
20378: 2001-07-25 parser
20379:
20380: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
20381: fields 2. methods 3. columns
20382:
20383: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
20384: quote. optimized double&int tostring-s
20385:
20386: * src/main/: compile.C, compile.y, compile_tools.h: allowed
20387: whitespace before first method decl
20388:
20389: * src/classes/table.C: allowed nontable result in table:sql,
20390: results in empty table
20391:
20392: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
20393: lines before first method decl
20394:
20395: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
20396: types/pa_vtable.h: ^table.record[] now $table.fields
20397:
20398: * src/main/compile.y: $var[] is now empty string, not void
20399:
20400: * src/main/: compile.y, execute.C: $var[] is now empty string, not
20401: void
20402:
20403: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
20404: main/pa_globals.C: match replace code context moved to implicit
20405: $match context
20406:
20407: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
20408: main/compile_tools.h, main/execute.C: with killed, code storage
20409: introduced with former 'with' syntax
20410:
20411: 2001-07-24 parser
20412:
20413: * src/: main/compile.C, main/execute.C, main/pa_string.C,
20414: types/pa_value.h: first get_element, next get operator
20415:
20416: * src/main/compile.y: removed @end handling
20417:
20418: * src/main/: compile.C, compile.y: @end handling method2
20419:
20420: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
20421: file:move
20422:
20423: * src/main/pa_common.C: file_read close @ eof when imgsize bug
20424: fixed
20425:
20426: 2001-07-23 parser
20427:
20428: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
20429: driver
20430:
20431: * src/classes/hash.C: changed sql driver query interface
20432:
20433: * src/: classes/hash.C, classes/string.C, classes/table.C,
20434: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
20435: changed sql driver query interface
20436:
20437: 2001-07-20 parser
20438:
20439: * src/types/pa_vrequest.C: X!$browser:type
20440:
20441: * src/: classes/file.C, classes/string.C, include/pa_string.h,
20442: main/execute.C, main/pa_string.C, types/pa_valiased.C,
20443: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
20444: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
20445: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
20446: types/pa_vobject.h, types/pa_vrequest.C,
20447: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
20448: ^class:method dynamic calls allowed. ^BASE.method call disabled.
20449: BASE element globally removed
20450:
20451: 2001-07-18 parser
20452:
20453: * src/classes/file.C: file:exec/cgi msg
20454:
20455: * src/classes/file.C: $file:exit-code renamed to 'status'
20456:
20457: * src/: classes/file.C, main/pa_exec.C: file:exec
20458:
1.116 moko 20459: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20460: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
20461: removed $id from *.in *.am
1.95 moko 20462:
20463: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
20464: abbrevations
20465:
20466: * src/: classes/date.C, classes/mail.C, classes/math.C,
20467: classes/string.C, classes/table.C, include/pa_globals.h,
20468: include/pa_string.h, main/execute.C, main/pa_globals.C,
20469: main/pa_request.C, main/pa_string.C, main/untaint.C,
20470: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
20471: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
20472: $ORIGINS(1) output tracing mode
20473:
20474: 2001-07-13 parser
20475:
20476: * src/: classes/double.C, classes/int.C, classes/string.C,
20477: include/pa_request.h, main/execute.C, main/pa_request.C:
20478: auto.p[@auto], /news/auto.p[no @auto], so that initializing
20479: second would not call first @auto
20480:
20481: * src/main/: execute.C, pa_request.C: order of MAIN parents was
20482: wrong, fixed
20483:
20484: 2001-07-12 parser
20485:
20486: * src/types/pa_value.h: pa_value.putelement modification of system
20487: classes prevented
20488:
20489: 2001-07-11 parser
20490:
20491: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
20492: table $piece
20493:
20494: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
20495: types/pa_vstateless_class.h: $file created by file:state +=
20496: .atime .mtime .ctime +found&fixed bug with exceptions on
20497: get_junction-created objects [they were on wrong pool]
20498:
20499: 2001-07-09 parser
20500:
20501: * src/main/untaint.C: qp wrong name
20502:
20503: * src/: classes/date.C, classes/string.C, classes/table.C,
20504: main/compile.y: date format 0
20505:
20506: 2001-07-07 parser
20507:
20508: * src/: classes/date.C, classes/table.C, include/pa_common.h,
20509: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
20510: roll table calendar
20511:
20512: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
20513: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
20514: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
20515: include/pa_request.h, main/main.dsp, types/pa_value.h,
20516: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
20517: string. todo: sql, calendar
20518:
20519: 2001-07-06 parser
20520:
20521: * src/: classes/math.C, include/pa_request.h, main/execute.C,
20522: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
20523:
20524: 2001-07-03 parser
20525:
20526: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
20527: classes/random.C, main/main.dsp: class random renamed to math,
20528: operators became methods
20529:
20530: * src/classes/op.C: pow sqrt
20531:
20532: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
20533:
20534: 2001-07-02 parser
20535:
20536: * src/classes/table.C: ^table.columns column renamed from 'name' to
20537: 'column'
20538:
20539: * src/classes/hash.C: ^hash.keys[]
20540:
20541: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
20542:
20543: * src/main/: compile.y, compile_tools.h: in expressions now allowed
20544: 'strings'
20545:
20546: 2001-06-29 parser
20547:
20548: * src/main/: execute.C: /0 %0 checkes ver 2
20549:
20550: * src/main/execute.C: /0 %0 checke
20551:
20552: * src/classes/Makefile.am: nothing - void
20553:
20554: * src/classes/table.C: empty strings @ sql
20555:
20556: 2001-06-28 parser
20557:
20558: * src/: classes/double.C, classes/file.C, classes/form.C,
20559: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20560: classes/op.C, classes/random.C, classes/response.C,
20561: classes/string.C, classes/table.C, classes/void.C,
20562: main/compile.C, main/compile_tools.C, main/execute.C,
20563: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20564: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20565: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20566: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20567: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
20568: targets/isapi/parser3isapi.C, main/compile.y: */ static const
20569: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
20570: $";
20571:
20572: * src/: classes/double.C, classes/file.C, classes/form.C,
20573: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20574: classes/op.C, classes/random.C, classes/response.C,
20575: classes/string.C, classes/table.C, classes/void.C,
20576: main/compile.C, main/compile.y, main/compile_tools.C,
20577: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20578: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20579: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20580: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20581: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 20582: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 20583:
20584: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
20585: $class:name: == ${class:name}:
20586:
20587: * src/classes/string.C: exactly one
20588:
20589: 2001-06-27 parser
20590:
20591: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
20592: types/pa_vvoid.h: nothing renamed to void
20593:
20594: * src/classes/op.C: ^switch ^case
20595:
20596: * src/main/compile.y: nothing renamed to void
20597:
20598: * src/: classes/hash.C, classes/table.C, main/compile.y,
20599: main/execute.C, main/main.dsp, main/pa_request.C,
20600: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
20601: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
20602: void
20603:
20604: * src/main/compile.y: lexer: $zzzz^zzzz were name part
20605:
20606: 2001-05-28 parser
20607:
20608: * src/doc/html2chm.cmd: removed >a
20609:
20610: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
20611: project options [some bugs]
20612:
20613: * src/doc/sources2html.cmd: z
20614:
20615: * src/: classes/classes.C, main/compile.C, main/compile.y,
20616: main/execute.C: operators are not in root class again
20617:
20618: 2001-05-24 parser
20619:
20620: * src/targets/cgi/parser3.dsp: project file
20621:
20622: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
20623: ^log ^exp
20624:
20625: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
20626: conversions in @exception[params]
20627:
20628: * src/main/pa_request.C: // no _ conversions in @exception[params]
20629:
20630: 2001-05-23 parser
20631:
20632: * src/main/pa_string.C: string cmp bug
20633:
20634: * src/classes/: mail.C, op.C: rem max 1000
20635:
20636: * src/: classes/op.C, main/compile.y: allow one empty line before
20637: LS_DEF_NAME
20638:
20639: 2001-05-22 parser
20640:
20641: * src/classes/op.C: if params code-required
20642:
20643: 2001-05-21 parser
20644:
20645: * src/types/pa_vstring.C: eoleof
20646:
20647: * src/classes/Makefile.am: .AM
20648:
20649: * src/classes/nothing.C: resultless ^sql moved to nothing:
20650:
20651: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
20652:
20653: * src/: classes/double.C, classes/nothing.C, classes/string.C,
20654: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
20655: types/pa_vunknown.h, classes/hash.C, main/compile.y,
20656: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
20657: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
20658: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
20659: 'nothing'
20660:
20661: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
20662: vstring::set_string
20663:
20664: * src/classes/: double.C, int.C, string.C: int,double;sql
20665:
20666: * src/: classes/hash.C, classes/int.C, classes/string.C,
20667: classes/table.C, include/pa_string.h, main/pa_string.C,
20668: types/pa_vstring.C, types/pa_vstring.h: started int:sql
20669:
20670: * src/: classes/classes.C, classes/hash.C, classes/op.C,
20671: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
20672: hash:sql moved to main trunc. operators.txt updated
20673:
20674: * src/classes/: hash.C, op.C, table.C: hash:sql
20675:
20676: * src/classes/op.C: z
20677:
20678: * src/: main/compile.C, classes/classes.C: 1
20679:
20680: * src/: classes/classes.C, main/compile.C, main/compile.y,
20681: main/execute.C: 0
20682:
20683: * src/main/execute.C: z
20684:
20685: * src/targets/cgi/parser3.C: z
20686:
20687: * src/targets/cgi/parser3.C: argv can be just "parser3". made
20688: site_auto_path "." in that case
20689:
20690: * src/targets/cgi/: parser3.C: z
20691:
20692: * src/main/pa_request.C: .am
20693:
20694: * src/: main/pa_request.C, targets/cgi/parser3.C:
20695: pcre_tables=pcre_default_tables;
20696:
20697: 2001-05-19 parser
20698:
20699: * src/main/pa_string.C: z
20700:
20701: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
20702: introducing String::cstr_bufsize, returns just size+1 for as_is
20703: target.
20704:
20705: * src/: main/untaint.C, targets/cgi/pa_pool.C,
20706: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
20707: used, 4* mem wasted
20708:
20709: * src/classes/string.C: root context in match replace body now
20710: unchanged
20711:
20712: * src/types/pa_value.h: parameter # 1 based
20713:
20714: * src/main/pa_common.C: common: actual filename '%s'
20715:
20716: * src/classes/string.C: z
20717:
20718: * src/classes/Makefile.am: classes/.am
20719:
20720: * src/classes/: Makefile.am: classes/.am
20721:
20722: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
20723: targets/cgi/pa_pool.C: classes/.am
20724:
20725: 2001-05-18 parser
20726:
1.116 moko 20727: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
20728: pa_threads.C ins
1.95 moko 20729:
20730: * src/targets/cgi/Makefile.am: .am pa_threads.C added
20731:
20732: 2001-05-17 parser
20733:
20734: * src/: classes/string.C, include/pa_config_fixed.h,
20735: include/pa_config_includes.h, main/compile.y,
20736: main/compile_tools.h, main/execute.C, main/pa_array.C,
20737: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
20738: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
20739: types/pa_vform.C: #include "pa_config_includes.h" removed from
20740: most .C
20741:
20742: * src/doc/html2chm.cmd: z
20743:
20744: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
20745: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
20746:
20747: * src/main/pa_sql_driver_manager.C: moved expiration to
20748: get_connection_from_cache
20749:
20750: * src/main/pa_sql_driver_manager.C: cache expiration bf
20751:
20752: * src/: classes/classes.h, include/pa_sql_connection.h,
20753: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
20754: cache expiration[use SQL_Driver::disconnect]
20755:
20756: * src/main/pa_table.C: table.locate current restored on "not found"
20757:
20758: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
20759: line no
20760:
20761: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
20762: ANTI_ENDLESS_EXECUTE_RECOURSION
20763:
20764: * src/: classes/op.C, include/pa_sql_connection.h,
20765: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
20766: sql/pa_sql_driver.h: fixed problem at last: 2connections own
20767: 1driver and set_services fight for driver::fservices. before fix
20768:
20769: * src/: classes/op.C, include/pa_config_fixed.h,
20770: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20771: main/pa_sql_driver_manager.C: found problem at last: 2connections
20772: own 1driver and set_services fight for driver::fservices. before
20773: fix
20774:
20775: * src/: include/pa_config_fixed.h, include/pa_threads.h,
20776: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20777: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
20778: pa_threads.C
20779:
20780: * src/include/pa_threads.h: removed targets/parser
20781:
20782: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
20783: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
20784: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
20785: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
20786: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
20787: headers
20788:
20789: * src/: classes/image.C, include/pa_sql_driver_manager.h,
20790: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
20791: order prevented sqlmanager to see MULTYTHREAD define
20792:
20793: * src/: include/pa_config_fixed.h, include/pa_threads.h,
20794: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
20795: put/gets
20796:
20797: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
20798: from hash.h
20799:
20800: * src/: classes/op.C, include/pa_sql_connection.h,
20801: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
20802: from cache ->set_services(&services);
20803:
20804: 2001-05-16 parser
20805:
20806: * src/targets/cgi/parser3.C: z
20807:
20808: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
20809: debug, #ifdefed some. would debug later, on more precise sample
20810: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
20811: $name.$tail[$tail!] $name.$tail } ok3
20812:
20813: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
20814: removed array debug. before vstring rebasing
20815:
20816: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
20817: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
20818: array debugged; adjusted
20819:
20820: * src/main/: pa_sql_driver_manager.C, pa_string.C:
20821: SQL_Driver_manager line no for connect/charset errors
20822:
20823: 2001-05-15 parser
20824:
20825: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
20826: main/pa_string.C: string+array made linear grows
20827:
20828: * src/: include/pa_string.h, main/pa_string.C,
20829: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
20830: grow lineary, not exponentialy
20831:
20832: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
20833: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
20834: with fullchunk cmps
20835:
20836: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
20837: 70041= 81
20838:
20839: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
20840: targets/cgi/parser3.C: detected huge mem allocation: size/times
20841: malloc 27809390/368771, calloc 3232/83. would test now
20842:
20843: * src/: classes/random.C, main/compile.y, main/execute.C,
20844: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
20845: numbered params had wrong name - for instance: bad error message
20846: in ^for[] bad body type. fixed
20847:
20848: 2001-05-14 parser
20849:
20850: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
20851: main/untaint.C: ^string.upper|lower[]
20852:
20853: 2001-05-11 parser
20854:
20855: * src/: classes/double.C, classes/image.C, classes/op.C,
20856: classes/string.C, classes/table.C, classes/unknown.C,
20857: main/execute.C, types/pa_value.h, types/pa_vbool.h,
20858: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
20859: types/pa_vunknown.h: op: MAX_LOOPS as_int
20860:
20861: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
20862: .dsp for win32tools
20863:
20864: 2001-05-11 paf
20865:
20866: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
20867: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
20868: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
20869: targets/isapi/kill.pl: moved win32 helpers to /win32tools
20870:
20871: 2001-05-10 paf
20872:
20873: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
20874: for C++, that's all
20875:
1.116 moko 20876: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
20877: pa_config_includes.h: inline wonders
1.95 moko 20878:
20879: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
20880: doc/doxygen.cmd: hash.C added
20881:
20882: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
20883:
20884: * src/main/compile.y: @end grammar: allowed zero strings in control
20885: menthod
20886:
20887: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
20888: pa_vstateless_object.h: changed priority: field before method
20889: lookup in vclass & vobject
20890:
20891: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
20892: grammar: priorities changes [lowerd && prior] vobject: now first
20893: fields, next methods
20894:
20895: 2001-05-08 paf
20896:
20897: * src/main/pa_table.C: table columnname2item on nameless ignored
20898: bark=false. fixed
20899:
20900: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
20901: types/pa_vmethod_frame.h: hash:default works at last!
20902:
20903: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
20904: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
20905: hash:default
20906:
20907: * src/classes/table.C: z
20908:
20909: * src/classes/table.C: table:hash always hash of hash now
20910:
20911: * src/classes/table.C: table:empty return bool now
20912:
20913: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
20914: include/pa_table.h, main/pa_table.C, types/pa_value.h,
20915: types/pa_vtable.h: table:hash
20916:
20917: * src/classes/table.C: table:record have name
20918:
20919: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
20920: returns vunknown
20921:
20922: * src/classes/: double.C, int.C, op.C, string.C:
20923: int,double,string:int[] double[] string:length[] results now have
20924: hames
20925:
20926: * src/: classes/op.C, classes/table.C, main/main.dsp,
20927: types/pa_vtable.h: removed table:find. table:locate and op:eval
20928: now return bool
20929:
20930: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
20931: in method checkparams again. fixed
20932:
20933: 2001-05-07 paf
20934:
20935: * src/doc/chm.cmd: cmd
20936:
20937: * src/: classes/image.C, classes/mail.C, classes/string.C,
20938: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
20939: types/pa_value.h: method reported errors on wrong pool
20940:
20941: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
20942: now
20943:
20944: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
20945: include/code.h, include/pa_opcode.h, main/compile.C,
20946: main/compile_tools.h, main/execute.C, types/pa_value.h,
20947: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20948: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
20949: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
20950: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20951: types/pa_vmethod_frame.h, types/pa_vobject.h,
20952: types/pa_vrequest.h, types/pa_vresponse.h,
20953: types/pa_vstateless_class.h, types/pa_vstring.h,
20954: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
20955: types/pa_wwrapper.h: pa_code.h
20956:
20957: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
20958:
20959: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
20960: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
20961: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
20962: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
20963: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
20964: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
20965: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
20966: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
20967: types/pa_vtable.h: dox, split by not clean parts also
20968:
20969: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
20970: types/pa_vtable.h: table: fields, then methods. so to enable
20971: 'dir' fields & co. more
20972:
20973: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
20974: so to enable 'dir' fields & co.
20975:
20976: * src/main/compile.y: grammar: @end
20977:
20978: 2001-05-04 paf
20979:
20980: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20981: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
20982:
20983: * src/: classes/classes.h, classes/double.C, classes/file.C,
20984: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
20985: classes/op.C, classes/random.C, classes/response.C,
20986: classes/string.C, classes/table.C, classes/unknown.C,
20987: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
20988: method dox
20989:
20990: 2001-05-03 paf
20991:
20992: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
20993: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
20994: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
20995: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
20996: doc/string.dox, doc/targets.dox, doc/value.dox,
20997: main/pa_request.C: dox splitted .dox files and added some
20998:
20999: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
21000:
21001: 2001-05-02 paf
21002:
21003: * src/classes/: image.C, table.C: table:dir result are not tainted
21004: by file_name language now
21005:
21006: 2001-04-28 paf
21007:
21008: * src/classes/classes.inc: removed classes.inc
21009:
21010: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
21011: from .am
21012:
21013: * src/classes/classes.awk: skipped classes in .awk
21014:
21015: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
21016: classes/classes.inc, classes/double.C, classes/file.C,
21017: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
21018: classes/string.C, classes/table.C, classes/unknown.C,
21019: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
21020: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
21021: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
21022: pa_methoded back to classes/classes.h
21023:
21024: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
21025:
21026: * src/: classes/Makefile.am, classes/classes.awk,
21027: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
21028: classes/ls.exe, main/bison.exe: classes.inc autogenerator
21029:
21030: * src/: classes/classes.C, classes/classes.h, classes/double.C,
21031: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
21032: classes/response.C, classes/string.C, classes/table.C,
21033: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
21034: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
21035: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
21036: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
21037: include|main/pa_methoded
21038:
21039: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
21040: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
21041:
21042: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
21043: moved some configured data to request::classes_conf moved some
21044: string crations from globals to M... [works]
21045:
21046: * src/: classes/form.C, classes/mail.C, classes/op.C,
21047: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
21048: main/pa_request.C: moved some configured data to
21049: request::classes_conf moved some string crations from globals to
21050: M...
21051:
21052: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
21053: about to move configured data to special request hash
21054:
21055: * src/: classes/classes.C, classes/classes.h, classes/file.C,
21056: classes/form.C, classes/mail.C, include/pa_request.h,
21057: main/pa_request.C: configure started
21058:
21059: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
21060: 2. todo: methoded-configure
21061:
21062: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21063: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21064: classes/_random.h, classes/_response.h, classes/_string.h,
21065: classes/_table.h, classes/_unknown.h, classes/classes.inc,
21066: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21067: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21068: classes/random.C, classes/response.C, classes/string.C,
21069: classes/table.C, classes/unknown.C, include/pa_globals.h,
21070: include/pa_request.h, main/compile.y, main/execute.C,
21071: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21072: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21073: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
21074: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
21075: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21076: types/pa_vrequest.h, types/pa_vresponse.h,
21077: types/pa_vstateless_class.h, types/pa_vstring.h,
21078: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21079: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
21080: methoded-configure
21081:
21082: * src/: classes/file.C, classes/table.C, main/compile.y,
21083: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
21084: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
21085: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
21086:
21087: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
21088: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21089: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21090: classes/random.C, classes/response.C, classes/string.C,
21091: classes/table.C, classes/unknown.C, include/pa_request.h,
21092: main/compile.y, main/execute.C, main/pa_globals.C,
21093: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
21094: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
21095: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
21096: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
21097: beautifying just compiled. todo: debug, configure
21098:
21099: 2001-04-27 paf
21100:
21101: * src/: classes/file.C, classes/image.C, classes/table.C,
21102: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
21103: beautifying -99
21104:
21105: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
21106: classes/_response.h, classes/_unknown.h, classes/classes.C,
21107: classes/classes.h, classes/double.C, classes/file.C,
21108: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21109: classes/op.C, classes/random.C, classes/response.C,
21110: classes/string.C, include/pa_globals.h, main/main.dsp,
21111: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
21112: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21113: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
21114: types/pa_vunknown.h: beautifying -100
21115:
21116: * src/main/compile.y: serge@ found @CLASS bug. fixed
21117:
21118: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
21119: classes/_op.h, classes/_random.h, classes/_table.h,
21120: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
21121: classes/op.C, classes/random.C, classes/response.C,
21122: classes/string.C, classes/table.C, classes/unknown.C,
21123: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21124: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21125: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
21126: beautifying
21127:
21128: 2001-04-26 paf
21129:
21130: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
21131:
21132: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
21133: documentation ++
21134:
21135: * src/: classes/_exec.h, doc/doxygen.cfg,
21136: include/pa_config_fixed.h, include/pa_config_includes.h,
21137: targets/cgi/pa_pool.C: code documentation ++
21138:
21139: * src/: classes/_image.h, classes/op.C, classes/random.C,
21140: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21141: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21142: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
21143: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21144: types/pa_vmethod_frame.h, types/pa_vobject.h,
21145: types/pa_vrequest.C, types/pa_vrequest.h,
21146: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
21147: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
21148: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
21149: code documentation ++
21150:
21151: * src/: classes/image.C, classes/mail.C, classes/string.C,
21152: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
21153: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
21154: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
21155: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21156: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21157: types/pa_vobject.h, types/pa_vstateless_class.h,
21158: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
21159:
21160: * src/main/: pa_request.C, pa_string.C: z
21161:
21162: * src/: include/pa_common.h, include/pa_types.h,
21163: main/pa_sql_driver_manager.C: module [and, guess, isapi]
21164: connection caching fixed. request-pooled-url were stored into
21165: global connectioncache
21166:
21167: 2001-04-25 paf
21168:
21169: * src/: doc/doxygen.cfg, doc/doxygen.txt,
21170: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
21171:
21172: * src/: include/code.h, include/pa_common.h, main/compile.y,
21173: main/execute.C, main/pa_common.C: -d
21174:
21175: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
21176: illegal call check a bit improved, but still under iis no mapping
21177: of dir with parser allowed!
21178:
21179: 2001-04-24 paf
21180:
21181: * src/targets/Makefile.am: apache module lib .am
21182:
21183: * src/main/pa_exec.C: windows32 buildCommand
21184:
21185: 2001-04-23 paf
21186:
21187: * src/targets/cgi/Makefile.am: win32 conditional
21188:
21189: * src/targets/cgi/Makefile.am: win32 conditional
21190:
21191: * src/targets/cgi/Makefile.am: liblink
21192:
21193: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
21194: vfile fields return type
21195:
21196: * src/types/pa_vfile.h: vfile fields return type
21197:
21198: * src/include/pa_config_auto.h.in: .h.in
21199:
21200: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
21201: types/Makefile: makefiles removed
21202:
21203: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
21204: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
21205:
21206: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
21207: [tested: i & g ]
21208:
21209: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
21210: @test noticed series in isapi, check how initialize_random_class
21211: is called! [must be called only once]
21212:
21213: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
21214: would not be 'unknown column'
21215:
21216: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
21217: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
21218:
21219: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
21220: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
21221: [now doesnt]
21222:
21223: * src/targets/cgi/parser3.C: cgi cmdline ver
21224:
21225: * src/targets/cgi/parser3.C: cgi /// @test disable
21226: /cgi-bin/parser3/auto.p
21227:
21228: * src/main/untaint.C: untaint without charset
21229:
21230: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21231: main/pa_common.C: common: file_write /// @test mkdirs
21232: file_delete rmdirs
21233:
21234: * src/main/untaint.C: mail header only once to =?
21235:
21236: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
21237: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
21238: main/untaint.C: untaint - @test optimize whitespaces for
21239: all but 'html'
21240:
21241: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
21242: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
21243: main/untaint.C: untaint - @test mail-header
21244:
21245: 2001-04-20 paf
21246:
21247: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21248: include/pa_request.h, include/pa_string.h, main/compile.y,
21249: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21250: targets/cgi/parser3.C: $MAIN:LOCALE
21251:
21252: * src/main/untaint.C: z
21253:
21254: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
21255:
21256: 2001-04-19 paf
21257:
21258: * src/main/compile_tools.h: $a$b bugfix
21259:
21260: * src/targets/cgi/parser3.C: z
21261:
21262: * src/classes/file.C: z
21263:
21264: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
21265: done: header to $fields. waits for header '\' tricks
21266:
21267: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
21268: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
21269: changed urlencode here and in untaint.C to HTTP standard's " and
21270: \" mech
21271:
21272: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
21273: http://alx/~paf/ doesnt load /auto.p
21274:
21275: 2001-04-18 paf
21276:
21277: * src/main/pa_request.C: 1
21278:
21279: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
21280: linux @alx
21281:
21282: 2001-04-17 paf
21283:
21284: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
21285: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
21286: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
21287: enabled
21288:
21289: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21290: classes/_exec.h, classes/_file.h, classes/_form.h,
21291: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21292: classes/_random.h, classes/_response.h, classes/_string.h,
21293: classes/_table.h, classes/_unknown.h, classes/file.C,
21294: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
21295: include/pa_config_fixed.h, include/pa_config_includes.h,
21296: include/pa_hash.h, include/pa_sql_driver_manager.h,
21297: include/pa_version.h, main/Makefile.am, main/compile.y,
21298: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
21299: main/pa_sql_driver_manager.C, sql/Makefile.am,
21300: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
21301: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
21302: types/pa_vform.C, types/pa_vimage.h: exec @jav
21303:
21304: * src/: include/pa_sql_driver_manager.h,
21305: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21306: types/pa_vimage.h: sql driver interface now has initialize(client
21307: .so)
21308:
21309: 2001-04-16 paf
21310:
21311: * src/Makefile.am: compile2 cygwin
21312:
21313: * src/: include/pa_config_includes.h, main/pa_exec.C,
21314: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
21315:
21316: * src/targets/cgi/Makefile.am: compile0 jav
21317:
21318: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21319: classes/_exec.h, classes/_file.h, classes/_form.h,
21320: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21321: classes/_random.h, classes/_response.h, classes/_string.h,
21322: classes/_table.h, classes/_unknown.h, classes/image.C,
21323: classes/mail.C, classes/op.C, classes/random.C,
21324: include/pa_config_fixed.h, include/pa_config_includes.h,
21325: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
21326: main/compile.y, main/pa_common.C, main/pa_exec.C,
21327: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
21328: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
21329: compile-1
21330:
21331: 2001-04-15 paf
21332:
21333: * src/classes/op.C: z
21334:
21335: * src/classes/table.C: table:empty +=process
21336:
21337: * src/types/pa_value.h: MethodParams !junction
21338:
21339: * src/: classes/_string.h, classes/double.C, classes/file.C,
21340: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21341: classes/random.C, classes/response.C, classes/string.C,
21342: classes/table.C, classes/unknown.C, main/pa_request.C:
21343: MethodParams everywhere
21344:
21345: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
21346: types/pa_vmethod_frame.h: MethodParams in op.C
21347:
21348: 2001-04-12 paf
21349:
21350: * src/: classes/image.C, types/pa_vimage.h: image:font :text
21351:
21352: * src/: classes/_unknown.h, classes/unknown.C,
21353: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21354: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
21355:
21356: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
21357:
21358: * src/classes/image.C: image:gif now does not have params
21359:
21360: * src/classes/image.C:
21361: image:line/fill/rectangle/bar/replace/polygon/polybar
21362:
21363: * src/: classes/image.C, classes/op.C, main/execute.C,
21364: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
21365: for var now written not to r.wcontext, but to r.root cleared
21366: "entered_object" state
21367:
21368: 2001-04-11 paf
21369:
21370: * src/classes/image.C: image:create image:load
21371:
21372: * src/: classes/image.C, main/main.dsp: gd with mem write + image
21373: just compiled
21374:
21375: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21376: todo: gif without file
21377:
21378: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21379: started porting to Pooled descendant
21380:
21381: * src/: classes/image.C, main/execute.C, main/main.dsp,
21382: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
21383: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
21384: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
21385:
21386: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
21387: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
21388: end. switching to python imaging lib
21389:
21390: * src/main/main.dsp: gd+smtp made separate libs
21391:
21392: * src/: include/pa_globals.h, include/pa_string.h,
21393: main/pa_common.C, main/pa_request.C, main/untaint.C,
21394: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
21395: length
21396:
21397: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
21398: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
21399: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
21400: UL_FILE_NAME of posted file name
21401:
21402: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
21403: post [broke when moved post read to core]
21404:
21405: 2001-04-10 paf
21406:
21407: * src/classes/image.C: image:html done
21408:
21409: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
21410:
21411: * src/classes/image.C: z
21412:
21413: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
21414: forgotten!
21415:
21416: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
21417: main/pa_request.C, main/pa_string.C, main/untaint.C,
21418: types/pa_vimage.h: image:measure -90
21419:
21420: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21421: classes/_int.h, classes/_mail.h, classes/_op.h,
21422: classes/_random.h, classes/_response.h, classes/_string.h,
21423: classes/_table.h, classes/file.C, classes/mail.C,
21424: include/pa_common.h, include/pa_globals.h, main/execute.C,
21425: main/main.dsp, main/pa_common.C, main/pa_globals.C,
21426: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
21427: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
21428: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
21429: compiled
21430:
21431: * src/classes/mail.C: minor bug with unclear from/to
21432:
21433: * src/classes/mail.C: sendmail unix skipping defaults
21434:
21435: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
21436: sendmail unix added defaults
21437:
21438: * src/classes/mail.C: unix sendmail compiled. todo:testing
21439:
21440: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
21441:
21442: 2001-04-09 paf
21443:
21444: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
21445: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
21446: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21447: targets/isapi/parser3isapi.dsp: all targets exec
21448:
21449: * src/: include/pa_sapi.h, include/pa_string.h,
21450: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21451: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
21452: args in apache:util.script
21453:
21454: * src/include/pa_string.h: written but not tested exec with env for
21455: unix
21456:
21457: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
21458: targets/cgi/parser3.C: exec win32 env
21459:
21460: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
21461: 0
21462:
21463: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
21464: main/execute.C, main/main.dsp, main/pa_globals.C,
21465: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
21466: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
21467:
21468: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
21469: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
21470:
21471: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
21472: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
21473:
21474: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
21475: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
21476: main/pa_common.C, main/pa_request.C, main/pa_string.C,
21477: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21478: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
21479: exec class just compiled. moved post read to request core
21480:
21481: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
21482: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
21483: main/pa_globals.C, targets/cgi/parser3.C,
21484: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
21485: are already read by vform
21486:
21487: 2001-04-08 paf
21488:
21489: * src/: classes/file.C, classes/mail.C, classes/string.C,
21490: include/pa_request.h, include/pa_string.h, main/pa_request.C:
21491: uuencode. string<<
21492:
21493: 2001-04-07 paf
21494:
21495: * src/classes/mail.C: z
21496:
21497: * src/classes/mail.C: z
21498:
21499: * src/classes/mail.C: ^mail[$attach
21500:
21501: * src/classes/mail.C: ^attach dead end
21502:
21503: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
21504: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21505: targets/isapi/parser3isapi.C: mail:send 1
21506:
21507: * src/: classes/mail.C, main/pa_request.C: z
21508:
21509: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
21510: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
21511: compiled
21512:
21513: * src/classes/mail.C: +=
21514:
21515: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
21516: prepared
21517:
21518: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
21519: include/pa_globals.h, include/pa_string.h, main/main.dsp,
21520: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21521: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
21522:
21523: 2001-04-06 paf
21524:
21525: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
21526: main/pa_string.C: table:dir 1
21527:
21528: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
21529: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
21530:
21531: * src/: classes/_op.h, classes/_root.h, classes/op.C,
21532: classes/root.C, include/pa_globals.h, include/pa_request.h,
21533: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
21534: main/pa_request.C: renamed 'root' to 'op'
21535:
21536: * src/classes/: _op.h, op.C: renamed from 'root'
21537:
21538: * src/types/pa_valiased.C: another root inherititance skipped
21539:
21540: * src/main/: compile.C, compile.y, execute.C: operators are now not
21541: root methods of parent class. just 'ROOT' class
21542:
21543: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
21544: @office
21545:
21546: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
21547:
21548: 2001-04-05 paf
21549:
21550: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
21551: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
21552: constructor flag dropped at get_method_frame and remembered into
21553: method_frame
21554:
21555: * src/: classes/file.C, classes/root.C, classes/string.C,
21556: classes/table.C, main/pa_request.C: junction to code&expression
21557: in errors
21558:
21559: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
21560: main/pa_string.C, targets/isapi/parser3isapi.dsp:
21561: $LOCALE:ctype[Russian_Russia.1251]
21562:
21563: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21564: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
21565: main/pa_table.C: hash now not thread-safe.
21566:
21567: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
21568: main/untaint.C: z
21569:
21570: * src/: classes/random.C, classes/root.C, classes/table.C,
21571: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
21572: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
21573: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
21574: types/pa_wcontext.h: sql quote. string untaint UL_SQL
21575:
21576: * src/: classes/table.C, include/pa_sql_connection.h,
21577: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
21578:
21579: * src/classes/table.C: select * from hren error contains statement
21580:
21581: * src/: classes/table.C, include/pa_sql_connection.h,
21582: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
21583: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
21584:
21585: * src/: classes/root.C, include/pa_sql_connection.h,
21586: include/pa_sql_driver.h, main/main.dsp,
21587: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
21588: services for conv memory & error reporting
21589:
21590: 2001-04-04 paf
21591:
21592: * src/doc/doxygen.cfg: z
21593:
21594: * src/include/pa_sql_driver.h: mysql connect
21595:
21596: * src/include/pa_sql_driver.h: mysql info
21597:
21598: * src/: classes/root.C, include/pa_sql_driver.h,
21599: include/pa_sql_driver_manager.h, main/main.dsp,
21600: main/pa_sql_driver_manager.C: more manager&connection&driver
21601:
21602: * src/sql/Makefile.am: forgot to add mysql client
21603:
21604: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
21605: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
21606: [forgot to add libltdl, added]
21607:
21608: * src/: Makefile.am, classes/root.C, classes/string.C,
21609: classes/table.C, include/pa_globals.h, include/pa_hash.h,
21610: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
21611: include/pa_string.h, include/pa_table.h, main/main.dsp,
21612: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
21613: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
21614: -1000 just compiled
21615:
21616: * src/: classes/random.C, classes/root.C, classes/table.C,
21617: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
21618: main/pa_request.C, types/pa_vclass.h: sql frame -10
21619:
21620: 2001-04-03 paf
21621:
21622: * src/types/pa_vform.C: z
21623:
21624: * src/: classes/string.C, types/pa_vform.C: string:match replace
21625: assigned lang
21626:
21627: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
21628: {}[]< empty []
21629:
21630: * src/: classes/file.C, classes/string.C, classes/table.C,
21631: include/pa_string.h, main/pa_common.C, main/pa_string.C,
21632: main/untaint.C: string:match replace 2. string.cstr(forced lang)
21633:
21634: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21635: string:match replace strange matches
21636:
21637: * src/classes/string.C: string:match replace 0
21638:
21639: * src/: classes/string.C, main/pa_string.C: string:match replace
21640: prepared 2
21641:
21642: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21643: string:match replace prepared
21644:
21645: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21646: string:match replace -11
21647:
21648: * src/: classes/string.C, include/pa_globals.h,
21649: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
21650: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
21651:
21652: * src/: classes/string.C, include/pa_globals.h,
21653: include/pa_string.h, main/main.dsp, main/pa_globals.C,
21654: main/pa_string.C: string:match [search] -1 just compiled
21655:
21656: * src/types/pa_vstring.C: z
21657:
21658: * src/: classes/double.C, classes/file.C, classes/form.C,
21659: classes/int.C, classes/response.C, classes/root.C,
21660: classes/string.C, classes/table.C, include/pa_string.h,
21661: main/pa_string.C: string:match -10 [frame]
21662:
21663: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
21664: main/pa_request.C: z
21665:
21666: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
21667: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
21668: todo/tests
21669:
21670: * src/include/pa_common.h: z
21671:
21672: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
21673: main/pa_request.C, targets/cgi/parser3.C,
21674: targets/isapi/parser3isapi.C, types/pa_vfile.C:
21675: content-disposition
21676:
21677: * src/: include/pa_common.h, include/pa_globals.h,
21678: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
21679: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
21680:
21681: * src/: include/pa_common.h, include/pa_request.h,
21682: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
21683: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21684: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
21685: response:body
21686:
21687: * src/classes/table.C: table:append now uses string::split
21688:
21689: * src/classes/table.C: z
21690:
21691: * src/: classes/file.C, classes/root.C, classes/string.C,
21692: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
21693: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
21694: include/pa_string.h, main/execute.C, main/pa_string.C,
21695: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
21696: string::pos & cmp & piece bugs fixed. string::split new
21697: table:load separated from set table:set implemented with clean \n
21698: \t searches
21699:
21700: 2001-04-02 paf
21701:
21702: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
21703: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
21704: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
21705: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
21706: it in table:set/load
21707:
21708: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
21709: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
21710:
21711: * src/classes/random.C: random:generate 1
21712:
21713: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
21714: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21715: types/pa_value.h: random:generate
21716:
21717: 2001-03-30 paf
21718:
21719: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
21720: todo: table flip and append. string::pos
21721:
21722: * src/: classes/double.C, classes/file.C, classes/int.C,
21723: classes/response.C, classes/root.C, classes/string.C,
21724: classes/table.C, main/compile.y, main/execute.C,
21725: types/pa_value.h, types/pa_vstateless_class.C,
21726: types/pa_vstateless_class.h: static|dynamic|any method
21727: registration
21728:
21729: * src/: classes/file.C, classes/table.C, include/pa_table.h,
21730: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
21731: table:flip
21732:
21733: 2001-03-29 paf
21734:
21735: * src/classes/string.C: string:xsplit forgot that they must result
21736: in 1 row N column [not vice versa]
21737:
21738: * src/classes/string.C: z
21739:
21740: * src/classes/string.C: string: rsplit
21741:
21742: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21743: string: lsplit
21744:
21745: * src/: classes/string.C, include/pa_string.h, main/execute.C,
21746: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
21747: lsplit -1
21748:
21749: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
21750: string: pos
21751:
21752: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21753: string: pos -1
21754:
21755: * src/: classes/string.C, classes/table.C, include/pa_string.h,
21756: main/compile.y, main/pa_request.C, main/pa_string.C,
21757: main/untaint.C: string: left right mid
21758:
21759: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
21760: main/compile_tools.h, main/main.dsp, types/pa_value.h,
21761: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
21762: and [;] are different now.
21763:
21764: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
21765: main/untaint.C: pool.request undone
21766:
21767: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
21768: main/untaint.C: pool.request
21769:
21770: 2001-03-28 paf
21771:
21772: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
21773: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21774: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
21775: $request:browser [.type .version]; unknown.get_double now = 0.
21776:
21777: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
21778: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
21779: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
21780: types/pa_vform.C: file:load autodetection of mime-type by
21781: user-file-name
21782:
21783: * src/: classes/file.C, main/execute.C, main/pa_common.C,
21784: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
21785: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
21786:
21787: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21788: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
21789: write. must be self.set
21790:
21791: * src/: classes/file.C, classes/root.C, classes/table.C,
21792: include/pa_table.h, main/pa_table.C: table:locate1, file:test
21793:
21794: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
21795: include/pa_table.h, main/pa_array.C, main/pa_table.C,
21796: types/pa_vtable.h: table:locate just compiled
21797:
21798: 2001-03-27 paf
21799:
21800: * src/main/: execute.C, pa_common.C: fixed r/w context of
21801: code-params2, fixed ntfs hardlink slow dir update
21802:
21803: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
21804: types/pa_wcontext.h: fixed r/w context of code-params
21805:
21806: * src/: classes/table.C, main/execute.C: about to change junction
21807: rcontext!!
21808:
21809: * src/: classes/double.C, classes/int.C, classes/root.C,
21810: classes/string.C, classes/table.C, main/compile_tools.C,
21811: main/execute.C, main/pa_request.C, main/untaint.C,
21812: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
21813: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
21814: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
21815: types/pa_vunknown.h: sort 0
21816:
21817: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
21818: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
21819: renamed to are_static_calls_disabled
21820:
21821: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
21822: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
21823: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
21824: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
21825:
21826: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
21827:
21828: * src/: classes/table.C, include/pa_common.h, main/compile.y:
21829: started table:sort fixed minor bug in #...^{
21830:
21831: * src/: classes/table.C, include/pa_common.h, main/compile.y,
21832: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
21833: decided to have as it were. stepped back. grammar: added 'in'
21834: 'is' 'lt'&co follow-space check
21835:
21836: 2001-03-26 paf
21837:
21838: * src/: classes/file.C, classes/root.C, classes/table.C,
21839: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
21840: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21841: main/pa_table.C: moved ::save to pa_table. disabled @auto
21842: invocation in ^process
21843:
21844: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
21845:
21846: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
21847: main/pa_array.C: table:record
21848:
21849: * src/: main/untaint.C, targets/cgi/parser3.C,
21850: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21851: targets/isapi/pool_storage.h, types/pa_valiased.h,
21852: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
21853: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
21854: types/pa_vtable.h: z
21855:
21856: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
21857: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
21858: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
21859: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
21860: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
21861: method realisations on 'self' validity - they now can simply
21862: assume that 'self' is V{Proper} .
21863:
21864: 2001-03-25 paf
21865:
21866: * src/main/untaint.C: z
21867:
21868: * src/main/: pa_request.C, untaint.C: moved default typo-table to
21869: lowlevel - it initialization could be skipped if failed in @auto.
21870: so that exception report would use some table
21871:
21872: * src/main/pa_request.C: table empty lines ignored. system-default
21873: content type assigned in output:result [can fail in main:auto and
21874: skipped normal defaults extraction]
21875:
21876: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
21877: bug
21878:
21879: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
21880: processing to table [except preliminary \r\n \r \n replacements
21881: to "\n"]
21882:
21883: * src/: classes/table.C, main/untaint.C: html-typo - decided to
21884: move all the processing to table
21885:
21886: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
21887: main/pa_table.C, main/untaint.C: returned table originating.
21888: useful for reporting typo table problems origin. think would be
21889: useful somewhere else
21890:
21891: * src/main/untaint.C: typo \r \r\n \n properly handled
21892:
21893: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
21894: include/pa_table.h, main/compile.y, main/compile_tools.C,
21895: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
21896: main/pa_string.C, main/pa_table.C, main/untaint.C,
21897: types/pa_vcookie.h: typo & typo-default
21898:
21899: 2001-03-24 paf
21900:
21901: * src/main/pa_common.C: z
21902:
21903: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21904: targets/cgi/parser3.C: html-typo 2
21905:
21906: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
21907: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
21908: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
21909: main/execute.C, main/pa_array.C, main/pa_globals.C,
21910: main/pa_request.C, main/pa_string.C, main/untaint.C,
21911: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21912: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
21913: noticed double default content-type prob. run cgi.cmd tomorrow
21914: first html-typo sample. detected << problem: they become ltlt too
21915: fast
21916:
21917: * src/main/compile.y: z
21918:
21919: * src/main/: compile.y, compile_tools.h: #comment
21920:
21921: * src/: classes/file.C, classes/root.C, classes/table.C,
21922: include/pa_common.h, include/pa_request.h, main/compile.y,
21923: main/pa_common.C, main/pa_request.C, main/pa_string.C,
21924: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
21925: stringified
21926:
21927: * src/types/pa_valiased.C: decided to String-ify file_read
21928:
21929: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
21930: isapi/parser3isapi.dsp: cgi: sapi::log
21931:
21932: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
21933: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
21934: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
21935: error log experiments failed - cgi under iis got no access to
21936: log. registereventsource simply failed with 5(illegal call) code,
21937: while worked OK as standalone executable. isapi: used
21938: HSE_APPEND_LOG_PARAMETER feature
21939:
21940: * src/: include/pa_common.h, include/pa_globals.h,
21941: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21942: targets/isapi/parser3isapi.C: fixed default content-type
21943: allocation storage
21944:
21945: * src/: include/pa_globals.h, include/pa_request.h,
21946: main/pa_globals.C, main/pa_request.C: z
21947:
21948: * src/: include/pa_array.h, include/pa_hash.h,
21949: include/pa_request.h, main/compile.y, main/pa_array.C,
21950: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
21951: types/pa_vcookie.C: cyclic uses ignored. defaulted default
21952: content-type
21953:
21954: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
21955: sanity
21956:
21957: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
21958: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
21959: away freeze mech. no danger now for you can't do
21960: ^request:process[@new-method[] body] trick anymore. still
21961: remains $some_instance.process[@new-method[] possibility] but
21962: would leave it as a feature. see index for sample
21963:
21964: * src/: include/pa_common.h, main/pa_common.C,
21965: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
21966: monkey every target
21967:
21968: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
21969: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
21970: types/pa_vform.C, types/pa_vform.h: auto.p monkey
21971:
21972: 2001-03-23 paf
21973:
21974: * src/: include/pa_pool.h, main/pa_request.C,
21975: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21976: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21977: targets/isapi/pool_storage.h: isapi: dumb pool storage
21978:
21979: * src/targets/isapi/pa_pool.C: decided to continue with extension
21980:
21981: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
21982: it would be better to rewrite as filter then to deal with pool
21983:
21984: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
21985: now like in cgi, not from APPL_PHYSICAL_PATH
21986:
21987: * src/: classes/root.C, classes/table.C, include/pa_common.h,
21988: include/pa_config_fixed.h, include/pa_config_includes.h,
21989: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
21990: include/pa_version.h, main/compile.y, main/execute.C,
21991: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
21992: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21993: main/untaint.C, targets/cgi/parser3.C,
21994: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
21995: cgi: reinvent document_root and request_uri under iis. autoconf
21996: updated. introducing ap_config_includes
21997:
21998: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
21999:
22000: * src/targets/cgi/parser3.C: cgi: only one pool now
22001:
22002: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
22003: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22004: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22005: types/pa_venv.h, types/pa_vform.C: sapi made object
22006:
22007: * src/: include/pa_globals.h, main/pa_request.C,
22008: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22009: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22010: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
22011:
22012: * src/: main/pa_request.C, targets/cgi/parser3.C,
22013: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22014: isapi minor env beauty
22015:
22016: * src/: main/pa_request.C, targets/cgi/parser3.C,
22017: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22018: isapi document_root 0
22019:
22020: 2001-03-22 paf
22021:
22022: * src/targets/isapi/parser3isapi.C: isapi keep-alive
22023:
22024: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
22025: isapi/parser3isapi.C: z
22026:
22027: * src/: include/pa_pool.h, main/pa_request.C,
22028: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
22029:
22030: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
22031: kill.pl: isapi added utils
22032:
22033: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
22034: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22035: types/pa_vform.C: isapi 0
22036:
22037: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
22038: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22039: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22040: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
22041: started isapi
22042:
22043: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
22044: some comments
22045:
22046: * src/: include/pa_globals.h, include/pa_request.h,
22047: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
22048: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
22049: parser_root_auto_path parser_site_auto_path
22050:
22051: * src/types/pa_vcookie.C: cookie attr decoded
22052:
22053: 2001-03-21 paf
22054:
22055: * src/targets/cgi/parser3.C: z
22056:
22057: * src/include/pa_globals.h: post. todo: config of auto.p path
22058:
22059: * src/: include/pa_globals.h, targets/cgi/parser3.C,
22060: types/pa_venv.h: in cookie & env. todo:post
22061:
22062: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
22063: classes/root.C, classes/table.C, include/pa_array.h,
22064: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
22065: include/pa_request.h, include/pa_string.h, main/Makefile.am,
22066: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
22067: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22068: main/pa_table.C, main/untaint.C, targets/Makefile.am,
22069: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22070: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
22071: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
22072: shifted apache branch on main trunc
22073:
22074: * src/: include/pa_common.h, include/pa_globals.h,
22075: include/pa_pool.h, include/pa_request.h, main/main.dsp,
22076: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
22077: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
22078: starting mod_parser3
22079:
22080: * src/targets/cgi/parser3.C: starting mod_parser3
22081:
22082: 2001-03-20 paf
22083:
22084: * src/: main/pa_common.C, targets/cgi/Makefile.am,
22085: targets/cgi/parser3.C: automake compiled and works. todo:make
22086: win32 ifdefs work and add ifdef unistd
22087:
22088: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
22089: main/Makefile.am, main/pa_common.C, main/pa_request.C,
22090: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
22091: z
22092:
22093: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
22094: main/execute.C, main/pa_common.C, types/Makefile.am: removing
22095: locking
22096:
22097: * src/: classes/Makefile.am, types/Makefile.am: z
22098:
22099: * src/: Makefile.am, classes/file.C, classes/root.C,
22100: classes/table.C, include/pa_array.h, include/pa_request.h,
22101: include/pa_string.h, main/Makefile.am, main/execute.C,
22102: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22103: main/pa_string.C, main/untaint.C, targets/Makefile.am,
22104: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22105: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
22106:
22107: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22108: main/pa_request.C, types/pa_vfile.h: ^table:save
22109:
22110: * src/: classes/file.C, classes/table.C, include/pa_array.h,
22111: include/pa_common.h, include/pa_request.h, include/pa_string.h,
22112: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
22113: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
22114: types/pa_vform.h: z
22115:
22116: * src/include/pa_string.h: z
22117:
22118: * src/: classes/_request.h, classes/request.C, main/main.dsp,
22119: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
22120: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22121: :Value
22122:
22123: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
22124: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22125: :VStateless_object
22126:
22127: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
22128: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
22129: :VStateless_object
22130:
22131: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22132: types/pa_valiased.C, types/pa_vform.h: commented VForm
22133:
22134: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
22135: types/pa_valiased.h, types/pa_value.h,
22136: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22137: types/pa_vstateless_object.h: moved common get_element part from
22138: stateless object&class into VAliased
22139:
22140: * src/: classes/_env.h, classes/_table.h, classes/env.C,
22141: classes/table.C, main/execute.C, main/main.dsp,
22142: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
22143: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
22144: now :Value
22145:
22146: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
22147: main/execute.C, main/main.dsp, main/pa_globals.C,
22148: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
22149:
22150: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
22151: doxx
22152:
22153: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
22154: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22155: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
22156: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
22157: and ^file:save
22158:
22159: 2001-03-19 paf
22160:
22161: * src/types/pa_vfile.C: z
22162:
22163: * src/: classes/file.C, classes/request.C, classes/table.C,
22164: include/pa_string.h, main/main.dsp, main/pa_pool.C,
22165: main/pa_request.C, main/untaint.C, types/pa_value.h,
22166: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
22167:
22168: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
22169: include/pa_string.h, include/pa_table.h, main/main.dsp,
22170: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
22171: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
22172: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
22173: classes/_file.h, classes/file.C, types/pa_vfile.C,
22174: types/pa_vfile.h: file class just compiled
22175:
22176: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
22177: include/pa_table.h, include/pa_types.h, main/execute.C,
22178: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22179: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
22180: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
22181:
22182: * src/include/pa_pool.h: z
22183:
22184: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
22185: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
22186: Hash::Value to Val so to doxygen would finlly stop confusing
22187: those Value-s
22188:
22189: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
22190: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
22191: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22192: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22193: include/pa_types.h, main/compile.C, main/compile.y,
22194: main/compile_tools.C, main/compile_tools.h, main/execute.C,
22195: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
22196: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
22197: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22198: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
22199:
22200: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
22201: derivates somehow unlinked. don't know why yet
22202:
22203: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
22204: include/pa_string.h, include/pa_threads.h, main/compile.C,
22205: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22206: main/execute.C, main/pa_array.C, main/pa_common.C,
22207: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
22208: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22209: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
22210:
22211: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
22212: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
22213: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
22214: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
22215: types/pa_vrequest.h: doc: detected Value derivates prob
22216:
22217: * src/include/pa_globals.h: z
22218:
22219: * src/: classes/_request.h, classes/request.C, include/code.h,
22220: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
22221: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
22222: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
22223: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22224: main/execute.C, main/pa_pool.C, main/pa_request.C,
22225: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22226: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
22227:
22228: 2001-03-18 paf
22229:
22230: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
22231: cookie: allowed access to hash-assigned
22232:
22233: * src/targets/cgi/parser3.C: z
22234:
22235: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
22236: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
22237: include/pa_types.h, main/main.dsp, main/pa_common.C,
22238: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22239: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22240: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
22241: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22242: types/pa_vunknown.h: cookie class
22243:
22244: * src/main/pa_request.C: zero length output allowed
22245:
22246: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
22247: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
22248:
22249: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
22250: lang switch
22251:
22252: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
22253: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22254: types/pa_value.h, types/pa_vhash.h:
22255: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
22256:
22257: * src/main/execute.C: z
22258:
22259: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
22260: targets/cgi/parser3.C: taint[uri
22261:
22262: * src/: classes/request.C, classes/response.C, classes/root.C,
22263: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22264: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
22265: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
22266:
22267: * src/: classes/root.C, classes/string.C, include/pa_string.h,
22268: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22269: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
22270: types/pa_vstateless_class.C: convinient string(pool, char *src,
22271: bool tainted) ctor
22272:
22273: * src/: include/pa_hash.h, include/pa_request.h,
22274: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
22275: main/pa_request.C, main/pa_string.C, main/untaint.C,
22276: targets/cgi/parser3.C: proper @exceptions params tainting
22277:
22278: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
22279: response fields to header
22280:
22281: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22282: z
22283:
22284: * src/: classes/_response.h, classes/response.C,
22285: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22286: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
22287: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22288: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
22289: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
22290: $response: 0 request::core exception rethrow
22291:
22292: 2001-03-16 paf
22293:
22294: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
22295: types/pa_vrequest.h: native method' class call with less params
22296: then needed error reporting
22297:
22298: * src/: classes/_request.h, classes/request.C,
22299: include/pa_globals.h, include/pa_request.h, main/execute.C,
22300: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22301: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
22302: types/pa_vrequest.h: $request : query :uri
22303:
22304: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
22305: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
22306: types/pa_wcontext.h: $result
22307:
22308: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
22309:
22310: * src/: classes/double.C, include/code.h, main/compile.y,
22311: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
22312: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
22313:
22314: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
22315: main/compile.y, main/execute.C, types/pa_value.h,
22316: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
22317: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
22318: wcontext conflict
22319:
22320: * src/: main/execute.C, types/pa_value.h,
22321: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
22322: $string.field
22323:
22324: 2001-03-15 paf
22325:
22326: * src/main/pa_request.C: news sample
22327:
22328: * src/: main/compile.y, main/execute.C, main/pa_request.C,
22329: targets/cgi/parser3.C, types/pa_vstring.h: @exception
22330:
22331: * src/main/: compile.y, execute.C: z
22332:
22333: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
22334: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
22335: pre pre works
22336:
22337: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22338: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
22339: fillfields just compiled
22340:
22341: 2001-03-14 paf
22342:
22343: * src/: include/pa_request.h, main/pa_request.C,
22344: targets/cgi/parser3.C: z
22345:
22346: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22347: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
22348: types/pa_vstring.h: limits -1
22349:
22350: * src/: include/pa_globals.h, include/pa_request.h,
22351: include/pa_types.h, main/main.dsp, main/pa_globals.C,
22352: main/pa_request.C, targets/cgi/parser3.C,
22353: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
22354: request_info -1
22355:
22356: * src/: include/pa_globals.h, main/pa_globals.C,
22357: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22358: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
22359: vform_fields_fill
22360:
22361: * src/targets/cgi/parser3.C: # if MSVC
22362:
22363: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
22364: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
22365:
22366: * src/targets/cgi/parser3.C: z
22367:
22368: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
22369: include/pa_string.h, include/pa_types.h, main/compile.y,
22370: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
22371: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
22372: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
22373: types/pa_vunknown.h: global handler, exceptions in parser3
22374:
22375: 2001-03-13 paf
22376:
22377: * src/: classes/form.C, main/compile.y, main/core.C,
22378: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
22379: types/pa_vform.h, types/pa_vstateless_class.C,
22380: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
22381: instead
22382:
22383: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22384: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
22385: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
22386: started cgi target
22387:
22388: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22389: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
22390: before error show with parser
22391:
22392: * src/: classes/_form.h, classes/form.C, include/core.h,
22393: include/pa_request.h, main/core.C, main/pa_request.C,
22394: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
22395:
22396: * src/targets/cgi/: parser.dsp, parser3.dsp: z
22397:
22398: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
22399: parser3.C: renamed targets/ parser to cgi
22400:
22401: * src/: classes/double.C, classes/env.C, classes/int.C,
22402: classes/root.C, classes/string.C, classes/table.C,
22403: include/pa_request.h, types/pa_vhash.h: z
22404:
22405: * src/: classes/_env.h, classes/env.C, classes/root.C,
22406: include/core.h, include/pa_pool.h, include/pa_request.h,
22407: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
22408: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22409: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
22410: [historical moment :)]
22411:
22412: * src/: include/code.h, include/pa_string.h, main/compile.y,
22413: main/execute.C, main/pa_string.C: 'value is type' expr operator
22414:
22415: * src/types/pa_venv.h: $ENV 1
22416:
22417: * src/main/execute.C: z
22418:
22419: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
22420: future methods of ENV constructor if
22421:
22422: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
22423: class
22424:
22425: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22426: classes/_root.h, classes/_string.h, classes/_table.h,
22427: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22428: classes/string.C, classes/table.C, include/pa_request.h,
22429: main/compile.C, main/compile_tools.h, main/core.C,
22430: main/execute.C, main/main.dsp, main/pa_request.C,
22431: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22432: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22433: types/pa_vobject.h, types/pa_vstateless_class.C,
22434: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22435: types/pa_wcontext.h: $ENV: re 0, stateless classes
22436:
22437: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22438: classes/_root.h, classes/_string.h, classes/_table.h,
22439: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22440: classes/string.C, classes/table.C, include/pa_request.h,
22441: main/compile.C, main/compile_tools.h, main/core.C,
22442: main/execute.C, main/main.dsp, main/pa_request.C,
22443: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22444: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22445: types/pa_vobject.h, types/pa_vstateless_class.C,
22446: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22447: types/pa_wcontext.h: $ENV: re 0, stateless classes
22448:
22449: * src/: include/pa_request.h, main/compile.C, main/execute.C,
22450: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
22451: yesterdays bad decision on execute_static_method
22452:
22453: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
22454:
22455: * src/: classes/double.C, classes/int.C, classes/root.C,
22456: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
22457:
22458: * src/main/pa_request.C: z
22459:
22460: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22461: include/pa_pool.h: skipped_restructure_exceptions_dead_end
22462:
22463: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22464: include/pa_pool.h, main/pa_request.C:
22465: restructure_exceptions_dead_end
22466:
22467: * src/: classes/root.C, main/compile.y: ^if required junctions.
22468: allowed ; inside {} to break params
22469:
22470: * src/classes/root.C: ^eval
22471:
22472: * src/: classes/_string.h, classes/double.C, classes/int.C,
22473: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
22474: string ^format
22475:
22476: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
22477: 'bad' but not 'enough'
22478:
22479: * src/: classes/double.C, classes/root.C, classes/table.C,
22480: include/pa_common.h, include/pa_types.h, main/compile.y,
22481: main/pa_common.C, main/pa_request.C, main/untaint.C,
22482: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
22483: types/pa_wwrapper.h: think constructing flag as is is bad
22484:
22485: * src/: classes/double.C, classes/int.C, classes/root.C,
22486: classes/string.C, classes/table.C, main/core.C, main/execute.C,
22487: types/pa_vint.h: ^for
22488:
22489: 2001-03-12 paf
22490:
22491: * src/classes/table.C: table ^empty
22492:
22493: * src/: classes/table.C, include/pa_table.h: table ^menu
22494:
22495: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
22496: ^offset ^line ^count
22497:
22498: * src/classes/root.C: ^round() ^floor() ^ceiling()
22499: ^abs() ^sign()
22500:
22501: * src/classes/: root.C, table.C: ^use
22502:
22503: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22504: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
22505: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22506: ^while. switched off wcontext.constructing after write(value) or
22507: auto-vhash-constructing
22508:
22509: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22510: main/pa_request.C: fail_if_junction_ helper func
22511:
22512: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22513: include/pa_request.h, main/execute.C, main/main.dsp,
22514: main/pa_common.C, main/pa_request.C: ^process error point by
22515: actual method_name, not source. ^load
22516:
22517: * src/types/pa_vtable.h: table: no, better with string in cells...
22518:
22519: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
22520: classes/_table.h, classes/table.C, main/untaint.C: z
22521:
22522: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
22523: include/pa_table.h, main/core.C, main/execute.C,
22524: main/pa_common.C, main/pa_request.C, main/pa_table.C,
22525: types/pa_value.h: table:set 0
22526:
22527: * src/: classes/root.C, include/core.h, include/pa_array.h,
22528: include/pa_request.h, include/pa_table.h, main/core.C,
22529: main/main.dsp, main/pa_request.C, main/pa_table.C,
22530: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
22531: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
22532: types/pa_vstring.h: freeze, ^table:create[] -1
22533:
22534: * src/: classes/root.C, types/pa_value.h: z
22535:
22536: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
22537: get_method in couple places optimizing them
22538:
22539: * src/classes/root.C: z
22540:
22541: * src/: classes/root.C, types/pa_vclass.h: process temp main
22542: zeroing
22543:
22544: * src/: classes/double.C, classes/int.C, classes/root.C,
22545: classes/string.C, include/pa_common.h, include/pa_request.h,
22546: include/pa_string.h, include/pa_types.h, main/compile.C,
22547: main/compile.y, main/compile_tools.h, main/execute.C,
22548: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22549: types/pa_vmframe.h: ^process. actual names to store param and
22550: check_actual_numbered_params for better place diagnostics
22551:
22552: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
22553: method-junctions bug fixed
22554:
22555: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
22556: pa_vstateless_object.h, pa_vstring.h: stateless_object
22557:
22558: 2001-03-11 paf
22559:
22560: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
22561: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
22562: VDouble VInt base now VObject_base - without fields
22563:
22564: * src/: classes/root.C, include/core.h, main/core.C: z
22565:
22566: * src/: classes/double.C, classes/int.C, classes/root.C,
22567: classes/string.C, include/core.h, include/pa_hash.h,
22568: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
22569: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
22570:
22571: * src/: classes/double.C, classes/int.C, classes/root.C,
22572: include/pa_request.h, main/execute.C: intercept_string
22573:
22574: * src/: classes/double.C, classes/int.C, classes/root.C,
22575: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
22576:
22577: * src/: classes/double.C, classes/int.C, include/pa_request.h:
22578: ^inc-s(expr)
22579:
22580: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22581: classes/_root.h, classes/_string.h, classes/double.C,
22582: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
22583: include/code.h, include/core.h, include/pa_array.h,
22584: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
22585: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22586: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22587: include/pa_types.h, main/compile.C, main/compile.y,
22588: main/compile_tools.C, main/compile_tools.h, main/core.C,
22589: main/execute.C, main/pa_array.C, main/pa_common.C,
22590: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
22591: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22592: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22593: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22594: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22595: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22596: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22597: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
22598:
22599: * src/: main/pa_request.C, types/pa_vhash.h: z
22600:
22601: * src/: include/core.h, include/pa_request.h, main/core.C,
22602: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
22603:
22604: * src/: include/pa_valiased.h, include/pa_value.h,
22605: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22606: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22607: include/pa_vjunction.h, include/pa_vmframe.h,
22608: include/pa_vobject.h, include/pa_vstring.h,
22609: include/pa_vunknown.h, include/pa_wcontext.h,
22610: include/pa_wwrapper.h, main/compile.y, main/core.C,
22611: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
22612: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
22613: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22614: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22615: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22616: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22617: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22618: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
22619: include/
22620:
22621: 2001-03-10 paf
22622:
22623: * src/: include/core.h, include/pa_request.h, main/core.C,
22624: main/pa_request.C: run+auto=run
22625:
22626: * src/: classes/root.C, include/pa_request.h: minor if junction bug
22627:
22628: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22629: classes/_root.h, classes/_string.h, classes/double.C,
22630: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
22631: include/code.h, include/core.h, include/pa_array.h,
22632: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
22633: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22634: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22635: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
22636: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22637: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22638: include/pa_vjunction.h, include/pa_vmframe.h,
22639: include/pa_vobject.h, include/pa_vstring.h,
22640: include/pa_vunknown.h, include/pa_wcontext.h,
22641: include/pa_wwrapper.h, main/compile.C, main/compile.y,
22642: main/compile_tools.C, main/compile_tools.h, main/core.C,
22643: main/execute.C, main/pa_array.C, main/pa_cframe.C,
22644: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
22645: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22646: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
22647: main/pa_wcontext.C: sources header
22648:
22649: * src/main/pa_request.C: auto..
22650:
22651: * src/: include/pa_request.h, main/compile.C, main/compile.y,
22652: main/pa_request.C: auto tree0
22653:
22654: * src/: include/core.h, include/pa_request.h, main/compile.y,
22655: main/core.C, main/pa_request.C: names to core.C
22656:
22657: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
22658: include/pa_request.h, main/core.C, main/execute.C,
22659: main/pa_common.C, main/pa_request.C: root auto.p loaded
22660:
22661: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
22662: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
22663: main/compile_tools.C, main/compile_tools.h, main/execute.C:
22664: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
22665:
22666: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22667: @auto[] realised. auto.p scan togo
22668:
22669: * src/: include/pa_request.h, main/execute.C: autocalc
22670: code-junctions result now have names
22671:
22672: * src/: classes/double.C, classes/int.C, classes/root.C,
22673: classes/string.C, include/pa_request.h, include/pa_string.h,
22674: include/pa_wcontext.h, main/compile.y, main/execute.C,
22675: main/pa_string.C, main/pa_wcontext.C: tainting 0
22676:
22677: * src/classes/env.C: env:file/line
22678:
22679: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
22680: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
22681: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
22682: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
22683: main/compile_tools.C, main/compile_tools.h, main/core.C,
22684: main/execute.C, main/main.dsp, main/pa_cframe.C,
22685: main/pa_request.C, main/pa_wcontext.C: const fight finished
22686:
22687: * src/include/pa_vclass.h: const fight to go
22688:
22689: * src/: classes/_env.h, classes/env.C, classes/root.C,
22690: include/pa_request.h, include/pa_vclass.h, main/core.C,
22691: main/main.dsp: env0
22692:
22693: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
22694: classes/_string.h, classes/double.C, classes/int.C,
22695: classes/root.C, classes/string.C, include/pa_request.h,
22696: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
22697: include/pa_wcontext.h, main/core.C, main/main.dsp,
22698: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
22699: main/pa_wcontext.C: ^lang prepare0
22700:
22701: 2001-03-09 paf
22702:
22703: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
22704: construct proper naming
22705:
22706: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
22707: classes/double.C, classes/int.C, classes/root.C,
22708: classes/string.C, include/code.h, include/pa_value.h,
22709: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
22710: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
22711: main/compile.y, main/compile_tools.C, main/core.C,
22712: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
22713: and ^double[]. fixed expr type
22714:
22715: * src/: classes/root.C, include/pa_request.h, main/execute.C:
22716: ^string.length[]
22717:
22718: 2001-03-08 paf
22719:
22720: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
22721:
22722: * src/: include/pa_vclass.h, include/pa_vstring.h,
22723: include/pa_wcontext.h, main/compile.y, main/core.C,
22724: main/execute.C, main/main.dsp: dead end: vstring can't be
22725: derivated from vobject
22726:
22727: * src/: include/pa_vclass.h, include/pa_vhash.h,
22728: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
22729:
22730: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
22731: remained clone conseqs
22732:
22733: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
22734:
22735: * src/main/pa_vclass.C: wow! vclass were out of vcs
22736:
22737: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
22738: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
22739: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
22740: include/pa_vobject.h, include/pa_vstring.h,
22741: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
22742: main/execute.C: withoud cloning. didn't need it actually, params
22743: got passed from out unnamed ewpool
22744:
22745: * src/: include/pa_vdouble.h, include/pa_vhash.h,
22746: include/pa_vjunction.h, include/pa_vobject.h,
22747: include/pa_vunknown.h, main/compile.y: cloning dead end
22748:
22749: * src/: include/pa_bool.h, include/pa_double.h,
22750: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
22751: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
22752: include/pa_vjunction.h, include/pa_vmframe.h,
22753: include/pa_vobject.h, include/pa_vstring.h,
22754: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
22755: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
22756: to give params proper names
22757:
22758: * src/main/pa_wcontext.C: z
22759:
22760: * src/: include/pa_vmframe.h, main/execute.C: added names to
22761: unknown values in get_element and unfilled params. removed wrong
22762: name change in get_element
22763:
22764: * src/main/execute.C: z
22765:
22766: * src/main/execute.C: fixed problems calling operators in
22767: constructors
22768:
22769: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
22770: detected problems calling operators in constructors
22771:
22772: * src/: classes/root.C, include/pa_request.h, main/execute.C:
22773: autocalc def to string
22774:
22775: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
22776: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
22777:
22778: * src/classes/root.C: added root.c
22779:
22780: * src/: include/pa_request.h, include/pa_value.h,
22781: include/pa_vcframe.h, include/pa_vmframe.h,
22782: include/pa_wcontext.h, main/compile.C, main/compile.y,
22783: main/core.C, main/execute.C, main/pa_cframe.C,
22784: main/pa_wcontext.C: 'if' just compiled
22785:
22786: * src/: include/pa_vbool.h, include/pa_vdouble.h,
22787: include/pa_vjunction.h, include/pa_vmframe.h,
22788: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
22789: main/pa_wcontext.C: z
22790:
22791: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
22792: main/core.C, main/execute.C, main/main.dsp: z. detected probs
22793: with parameter names in operator methods
22794:
22795: * src/main/compile.y: minor renamings in .y
22796:
22797: * src/: include/pa_request.h, main/compile.C, main/compile.y,
22798: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
22799: @BASE. changed 'RUN' assignment mech
22800:
22801: * src/main/execute.C: z
22802:
22803: * src/: include/code.h, main/compile.y, main/compile_tools.C,
22804: main/compile_tools.h, main/execute.C: made class: dynamic, not
22805: static. so to enable runtime ^use
22806:
22807: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
22808:
22809: * src/: include/code.h, main/compile.y, main/compile_tools.C,
22810: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
22811:
22812: * src/main/execute.C: root root in code-junction
22813:
22814: 2001-03-07 paf
22815:
22816: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
22817: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
22818:
22819: * src/: include/pa_stack.h, include/pa_value.h,
22820: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
22821: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
22822: fixed rwcontext of {} params up
22823:
22824: * src/main/: compile.y, compile_tools.h: ^func(params)
22825:
22826: * src/main/compile.y: .y priorities syntax shaped up a bit
22827:
22828: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
22829: include/pa_vunknown.h, main/compile.y, main/execute.C,
22830: main/pa_hash.C: expr def in -f
22831:
22832: * src/main/: compile.y, execute.C: expr calls
22833:
22834: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
22835: fixed
22836:
22837: * src/main/compile.y: expr quoted code
22838:
22839: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
22840: support0
22841:
22842: * src/main/compile.y: expr string comparisons 0
22843:
22844: * src/: include/pa_string.h, main/compile.y, main/execute.C,
22845: main/pa_string.C: just compiled lt&co
22846:
22847: * src/main/execute.C: ^var.menu{$field} problem detected. that
22848: $field not a $var.field
22849:
22850: 2001-03-06 paf
22851:
22852: * src/main/compile.y: .y expr visible-shorter
22853:
22854: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
22855: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
22856: logical
22857:
22858: * src/: include/pa_vstring.h, main/compile.y: problems with
22859: skipping whitespace in yylex
22860:
22861: * src/include/pa_vbool.h: forgot this
22862:
22863: * src/: include/code.h, main/compile.y, main/execute.C: without
22864: string ops in expressions 0
22865:
22866: * src/: include/pa_value.h, include/pa_vdouble.h,
22867: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
22868: main/execute.C, main/main.dsp: !~
22869:
22870: * src/: include/pa_vcframe.h, include/pa_vclass.h,
22871: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
22872: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
22873: include/pa_vunknown.h, include/pa_wcontext.h,
22874: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
22875: main/compile_tools.h, main/execute.C: +-*/
22876:
22877: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
22878: main/compile_tools.h: grammar-1.1 $a(z) $a=0
22879:
22880: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
22881: main/execute.C: expr grammar-1 2*2=4.000000 :)
22882:
22883: * src/main/compile.y: expr grammar-1
22884:
22885: * src/main/compile.y: expr lexx1
22886:
22887: * src/main/: compile.y, execute.C, main.dsp: z
22888:
22889: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
22890: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
22891: main/execute.C: expr lex0 exec-1
22892:
22893: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
22894:
22895: 2001-02-26 paf
22896:
22897: * src/main/compile.y: max_string in yyerror bug fix
22898:
22899: 2001-02-25 paf
22900:
22901: * src/: include/pa_value.h, include/pa_vmframe.h,
22902: include/pa_wcontext.h, main/execute.C: VAliased3
22903:
22904: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
22905:
22906: * src/main/execute.C: VAliased1
22907:
22908: * src/: include/pa_request.h, include/pa_value.h,
22909: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
22910: VAliased0
22911:
22912: * src/: include/pa_pool.h, include/pa_request.h,
22913: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
22914: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
22915: VAliased just compiled
22916:
22917: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
22918: include/pa_vobject.h, main/execute.C: alias dead end
22919:
22920: * src/: include/pa_value.h, include/pa_vclass.h,
22921: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
22922: main/main.dsp: no not get fields into interm VFielded class.
22923: fields & staticfields 1
22924:
22925: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
22926: include/pa_vobject.h, include/pa_wcontext.h,
22927: include/pa_wwrapper.h, main/core.C, main/execute.C,
22928: main/main.dsp: would now get fields into interm VFielded class
22929:
22930: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
22931: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
22932: include/pa_wcontext.h, main/compile.y, main/core.C,
22933: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
22934: main/pa_wcontext.C: virtuals2
22935:
22936: * src/main/compile.y: : 1
22937:
22938: * src/main/compile.y: rethought to $class:static.field.subfield
22939:
22940: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
22941: $class:element
22942:
22943: * src/: include/pa_value.h, include/pa_vmframe.h,
22944: include/pa_wwrapper.h, main/compile.y, main/execute.C,
22945: main/pa_wcontext.C: before execute class calls rewrite
22946:
22947: * src/: include/pa_request.h, main/compile.C, main/core.C: default
22948: name RUN, also alias
22949:
22950: * src/main/compile.y: escaping bug
22951:
22952: * src/: include/pa_request.h, include/pa_value.h,
22953: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
22954: main/core.C, main/execute.C, main/pa_common.C: vobject1
22955:
22956: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
22957: include/pa_vmframe.h, include/pa_vobject.h,
22958: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
22959: main/compile_tools.h, main/execute.C: ^class:method() just
22960: compiled
22961:
22962: 2001-02-24 paf
22963:
22964: * src/main/main.dsp: no bison -d
22965:
22966: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
22967: class' err msg wrong
22968:
22969: * src/main/compile.y: z
22970:
22971: * src/main/: compile.y, core.C: yylex need some @special lines adj
22972:
22973: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
22974: main/compile.y, main/compile_tools.h, main/core.C: modules0
22975:
22976: * src/: include/pa_vclass.h, main/core.C: z
22977:
22978: * src/: include/pa_value.h, include/pa_vclass.h,
22979: include/pa_vobject.h, main/main.dsp: vobject00
22980:
22981: * src/main/pa_array.C: minor bug in expanding very small arrays.
22982: 60% from 1 were 0
22983:
22984: * src/: include/pa_value.h, include/pa_wcontext.h,
22985: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
22986: as bad as you've named it: wcontext.value() was not a perfect
22987: idea
22988:
22989: * src/main/execute.C: codeframe1
22990:
22991: * src/: include/pa_value.h, include/pa_vcframe.h,
22992: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
22993: include/pa_vjunction.h, include/pa_vmframe.h,
22994: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
22995: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
22996: just compiled
22997:
22998: * src/: include/pa_vframe.h, main/compile.y: found junction
22999: ideology @: ^x{$a()) must construct current wcontext element, so
23000: smart wcontext handling needed
23001:
23002: * src/main/compile.y: fixed grammar bugs in constructor/params
23003: klinch
23004:
23005: * src/main/: compile.y, execute.C: fixed empty constructor
23006: optimized empty case. failed on calls - produced empty string
23007: param
23008:
23009: * src/main/compile.y: fixed last \n macrotemplate strip bug
23010:
23011: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
23012: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
23013: main/compile_tools.C, main/compile_tools.h, main/core.C,
23014: main/execute.C: code junctions0. something wrong with last \n
23015: macrotemplate strip
23016:
23017: * src/: include/pa_value.h, main/compile.C, main/core.C,
23018: main/pa_value.C: minor error reporting format beautifyings
23019:
23020: * src/: include/pa_value.h, include/pa_vclass.h,
23021: include/pa_vframe.h, main/core.C, main/execute.C,
23022: main/pa_value.C: get_method RIP. junctions everywhere. call with
23023: junctions0
23024:
23025: 2001-02-23 paf
23026:
23027: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
23028: pa_wwrapper.h: lara came, can't work, sorry :(
23029:
23030: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
23031: junction
23032:
23033: * src/: include/pa_vframe.h, include/pa_vunknown.h,
23034: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
23035: main/execute.C, main/main.dsp, main/pa_value.C: call0
23036:
23037: * src/: include/pa_hash.h, include/pa_value.h,
23038: include/pa_wcontext.h, main/core.C, main/execute.C,
23039: main/main.dsp, main/pa_hash.C: started call. store param, vframe
23040: done
23041:
23042: * src/include/pa_wcontext.h: z
23043:
23044: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
23045: wrong grammar in complex constructor case
23046:
23047: * src/main/: compile.y, execute.C: empty constructor bug fixed
23048:
23049: * src/main/execute.C: with result rwpool
23050:
23051: * src/: include/pa_value.h, main/core.C, main/execute.C,
23052: main/main.dsp: value named
23053:
23054: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
23055: strign 2 value in 2 places in execute
23056:
23057: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
23058: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
23059: wcontext.put_element when wcontext fvalue==0
23060:
23061: 2001-02-22 paf
23062:
23063: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23064: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
23065: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
23066:
23067: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
23068: erroreos checkout
23069:
23070: * src/: include/pa_request.h, main/compile.y: $self.put(val)
23071:
23072: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
23073: main/compile_tools.h, main/pa_array.C: $self.get
23074:
23075: * src/main/: compile.C, compile.y, compile_tools.C: z
23076:
23077: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
23078: bit. finished now.
23079:
23080: * src/main/compile.y: $: finished
23081:
23082: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
23083:
23084: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
23085: main/execute.C: OP_STRING better then some xxx _VALUE
23086:
23087: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
23088: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23089: string to vstring it .y all
23090:
23091: * src/: include/pa_request.h, include/pa_stack.h,
23092: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
23093: all
23094:
23095: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
23096: precise parse error line:col
23097:
23098: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
23099: main/pa_hash.C, main/pa_pool.C: TRY...
23100:
23101: * src/: include/pa_exception.h, include/pa_pool.h,
23102: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
23103: main/compile.C, main/compile.y, main/compile_tools.C,
23104: main/core.C, main/pa_array.C, main/pa_exception.C,
23105: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
23106: main/pa_table.C: removed exception from request
23107:
23108: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
23109: some forgotten
23110:
23111: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23112: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
23113: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
23114: get/put simple vars to VClass works0
23115:
23116: * src/: include/pa_array.h, include/pa_wcontext.h,
23117: main/pa_string.C: in process, but found that exceptions are too
23118: global
23119:
23120: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
23121: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
23122: main/execute.C, main/pa_string.C: write_value write_string 0 it
23123: seems wcontext must write strings regardles of fvalue!=0
23124:
23125: 2001-02-21 paf
23126:
23127: * src/main/execute.C: tired :)
23128:
23129: * src/main/: compile.C, compile.y, execute.C: store0
23130:
23131: * src/: include/compile.h, include/execute.h, include/pa_array.h,
23132: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
23133: include/pa_wcontext.h, main/compile.C, main/compile.y,
23134: main/execute.C, main/main.dsp, main/pa_array.C,
23135: main/pa_request.C: get put -1 [just compiled]
23136:
23137: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
23138: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
23139: main/main.dsp, main/pa_request.C: request core methods0
23140:
23141: * src/: include/compile.h, include/pa_array.h, main/compile.C,
23142: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
23143: execute
23144:
23145: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
23146: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
23147: methods and one_big_piece. now compile returns array<method*>
23148:
23149: * src/main/compile.y: more straightforward yylex[end]
23150:
23151: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
23152: string.operator==(char*)
23153:
23154: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
23155: main/execute.C, main/pa_array.C: after array.const get wonders
23156:
23157: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
23158: pa_string.h, pa_value.h: struck with const array.gets
23159:
23160: * src/main/: execute.C: z
23161:
23162: * src/main/: compile.y, execute.C: z
23163:
23164: * src/main/: compile.C, compile.y, compile_tools.h: error
23165: processing in eval & yyerror so it wouldn't cause memleaks.
23166:
23167: * src/main/: compile.C, compile.y: failed to add absolute precies
23168: parse error positions. leaving RIGHTMOST position as
23169: @file[line:col]
23170:
23171: * src/: include/compile.h, main/compile.C, main/compile.y,
23172: main/compile_tools.h: line numbers needed. would add them to .y
23173: now internally. externally it's not as precise as needed
23174:
23175: * src/: include/code.h, include/pa_types.h, main/compile.C,
23176: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23177: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
23178: compiler works ok
23179:
23180: 2001-02-20 paf
23181:
23182: * src/main/: compile.C, compile.y, compile_tools.C,
23183: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
23184: not perfect
23185:
23186: * src/: include/code.h, include/compile.h, include/execute.h,
23187: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
23188: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23189: main/compile.C, main/compile.y, main/compile_tools.C,
23190: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
23191: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23192: main/pa_string.C, main/pa_table.C: bison[yacc] first time
23193: compiled. execute=dump for now
23194:
23195: * src/main/core.C: core rewrite using yacc investigations now will
23196: be compile[yacc]/execute[opcodes]
23197:
23198: 2001-02-15 paf
23199:
23200: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
23201: rewrite as turing machine? for it seems it would be it's too many
23202: ifs with this syntax now
23203:
23204: 2001-02-14 paf
23205:
23206: * src/main/core.C: get_params 1
23207:
23208: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
23209: :( ]
23210:
23211: * src/main/core.C: varios breaks
23212:
23213: * src/main/core.C: get names 3
23214:
23215: * src/main/core.C: get names 2
23216:
23217: * src/main/core.C: get names 1
23218:
23219: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
23220: names 0
23221:
23222: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
23223: text repassing2 operator static vars
23224:
23225: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
23226: main/pa_string.C: process text repassing
23227:
23228: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23229: module:calls changes
23230:
23231: 2001-02-13 paf
23232:
23233: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23234: ^class:calls[] started
23235:
23236: * src/: include/pa_value.h, main/core.C: z
23237:
23238: * src/main/core.C: operators : and self. prefixes
23239:
23240: * src/main/core.C: z
23241:
23242: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23243: tested
23244:
23245: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23246: optimized
23247:
23248: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
23249: would change privates to better support optimization
23250:
23251: * src/: include/pa_string.h, main/pa_string.C:
23252: String_iterator::skip_to todo:optimize
23253:
23254: 2001-02-12 paf
23255:
23256: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
23257: String_iterator
23258:
23259: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
23260: comments
23261:
23262: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
23263: self/methodref joined
23264:
23265: 2001-02-11 paf
23266:
23267: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
23268: main/main.dsp: core started. core.C, context&value .h
23269:
23270: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23271: include/pa_string.h, main/main.dsp, main/pa_array.C,
23272: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
23273:
23274: 2001-01-30 paf
23275:
23276: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
23277: comments
23278:
23279: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
23280: main/pa_pool.C: moved pa_pool.C to be target specific
23281:
23282: * src/: include/pa_exception.h, include/pa_pool.h,
23283: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
23284: to & changes
23285:
23286: * src/: include/pa_exception.h, include/pa_pool.h,
23287: include/pa_request.h, include/pa_table.h, main/pa_array.C,
23288: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
23289: re-associated. that's much better even removed 'die' necessety
23290:
23291: * src/: include/pa_error.h, include/pa_exception.h,
23292: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23293: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
23294: targets/Makefile.am: lowered targets/parser into subdir, added
23295: parser_Pool(Pool) failed to add. would think..
23296:
23297: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
23298: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
23299: main/pa_string.C, main/pa_table.C: Table more like C++ style
23300: hence lots of 'const'
23301:
23302: * src/: include/pa_error.h, include/pa_request.h,
23303: include/pa_string.h, include/pa_table.h, main/pa_error.C,
23304: main/pa_table.C: Error fixed
23305:
23306: 2001-01-29 paf
23307:
23308: * src/: include/pa_array.h, include/pa_common.h,
23309: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
23310: include/pa_request.h, include/pa_string.h, include/pa_table.h,
23311: main/Makefile.am, main/pa_array.C, main/pa_common.C,
23312: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
23313:
23314: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23315: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23316: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
23317: main/pa_string.C, main/pa_table.C: Request Error Table
23318:
23319: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
23320: templates"
23321:
23322: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
23323: main/main.dsp, main/pa_array.C: templates failed no template
23324: specializations [VC6], no library auto instantation [VC6, GNU c++
23325: 2.95.2-6 from latest cygwin]
23326:
23327: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23328: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23329: main/main.dsp, main/pa_array.C, main/pa_string.C,
23330: main/pa_table.C: Table started would test template Array now
23331:
23332: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23333: String originating
23334:
23335: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
23336: main/pa_hash.C: made local Hash-es not thread safe=quicker by
23337: SYNCHRONIZED(thread_safe)
23338:
23339: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
23340: parts to top
23341:
23342: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
23343: main/pa_threads.C: decided on one global_mutex, like PHP as I can
23344: see: needed only in global Hash now, made Hash:: put/get
23345: SYNCHRONIZED
23346:
23347: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
23348: main/pa_threads.C: added pa_threads
23349:
23350: Mutex
23351:
23352: * src/include/pa_hash.h: some comments
23353:
23354: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
23355: Array& operator += (Array& src)
23356:
23357: * src/main/pa_array.C: expand not convinient, would rewrite
23358:
23359: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
23360: (Array& src)
23361:
23362: rethought, would change now
23363:
23364: 2001-01-27 paf
23365:
23366: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
23367: caching
23368:
23369: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23370: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
23371: cache rethought to chunk caching
23372:
23373: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23374: include/pa_string.h, main/main.dsp, main/pa_array.C,
23375: main/pa_hash.C, main/pa_string.C: Array 0
23376:
23377: * src/main/pa_string.C: String::operator ==
23378:
23379: * src/main/pa_hash.C: String(&String)
23380:
23381: * src/main/pa_hash.C: added pa_hash.C [forgotten]
23382:
23383: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
23384: main/main.dsp, main/pa_string.C: uint, and added pa_types &
23385: pa_hash[forgotten]
23386:
23387: 2001-01-26 paf
23388:
23389: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23390: removed templates [vc++ suxx]
23391:
23392: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
23393: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
23394:
23395: * src/include/: pa_pool.h, pa_string.h: pa_pool split
23396:
1.119 moko 23397: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 23398:
1.119 moko 23399: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 23400: check
23401:
23402: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
23403: dynamic row_count
23404:
23405: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23406: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23407: targets/Makefile.am: Initial revision
23408:
23409: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23410: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23411: targets/Makefile.am: creating parser3 module
23412:
E-mail: