Annotation of parser3/ChangeLog, revision 1.117
1.116 moko 1: 2019-01-15 moko
2:
3: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
4: logically sorted
5:
6: 2018-12-27 moko
7:
8: * src/include/pa_config_includes.h: warning war:
9: -Wdeprecated-register added for C++ 17
10:
11: 2018-10-15 moko
12:
13: * configure.ac: FreeBSD 11.2 can be build with ./configure
14: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
15: --with-xml=/usr/local/
16:
17: 2018-09-24 moko
18:
19: * tests/: 396.html, 396.tiff, results/396.processed: test for
20: ^image::measure[] now supports tiff added (related to feature
21: #1188)
22:
23: * src/classes/image.C: ^image::measure[] now supports tiff
24: (implements feature #1188)
25:
26: 2018-09-20 moko
27:
28: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
29: files measure added (related to ticket #1188)
30:
31: * src/classes/image.C: measure of bmp files implemented (related to
32: ticket #1188)
33:
34: 2018-09-18 moko
35:
36: * tests/: 394-curl.html, results/394-curl.processed,
37: results/auto.p: test for bug #1187 (max_file_size check for head
38: requests) added
39:
40: 2018-08-24 moko
41:
42: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
43: response content-length check is required (fixes bug #1187)
44:
45: 2018-05-11 moko
46:
47: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
48: $.append(bool) ] option added (related to feature #919)
49:
50: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
51: from misha@ patch (implements feature #919)
52:
53: 2018-03-22 moko
54:
55: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
56: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
57: with 128kb buffer. Now works at least 12 times faster. :) May be
58: Windows-only problem.
59:
60: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
61: build fix)
62:
63: 2018-02-03 moko
64:
65: * src/main/execute.C: removes irrelevant lines from exception stack
66: trace when exceptions occurs in assigment (fixes bug #1165)
67:
68: * tests/: 393.html, results/393.processed: test for behavour after
69: "Property can not be created, already exists field with that
70: name" exception removed (related to feature #1183)
71:
72: * src/types/pa_vclass.C: "Property can not be created, already
73: exists field with that name" exception removed (implements
74: feature #1183)
75:
76: 2018-01-19 moko
77:
78: * src/classes/string.C: whitespace
79:
80: * src/classes/string.C: whitespace
81:
82: * tests/: 392.html, results/392.processed: test for
83: ^regex::create[$regex] added (related to feature #1135)
84:
85: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
86: ^regex::create[$regex] added (implements feature #1135)
87:
88: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
89: commented define added (related to feature #1157)
90:
91: 2018-01-17 moko
92:
93: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
94:
95: 2018-01-15 moko
96:
97: * tests/: 390.html, results/390.processed: real path replaced by
98: stub
99:
100: * tests/: 391.html, results/391.processed: test for feature #1181
101: (XML_PARSE_HUGE exception) added
102:
103: 2018-01-11 moko
104:
105: * bin/auto.p.dist.in: sqlite3 -> libsqlite3
106:
107: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
108: XML_PARSE_HUGE option passed by default (implements feature
109: #1181)
110:
111: * src/classes/string.C: whitespace
112:
113: 2017-12-10 moko
114:
115: * tests/: 389.html, 390.html, results/389.processed,
116: results/390.processed: image code coverage tests added (related
117: to feature #1125)
118:
119: 2017-12-08 moko
120:
121: * tests/: 346-curl.html, 388-sql.html, 389.html,
122: results/346-curl.processed, results/388-sql.processed,
123: results/389.processed: more code coverage tests
124:
125: * tests/: 264.html, results/264.processed: code coverage for
126: ^file::exec[]
127:
128: 2017-12-07 moko
129:
130: * tests/: 174.html, 388-sql.html, 389.html,
131: results/388-sql.processed, results/389.processed,
132: results/174.processed: more coverage tests
133:
134: * src/classes/math.C: exception text actualized
135:
136: 2017-12-06 moko
137:
138: * tests/388-sql.html: $SQL can be here
139:
140: * tests/results/auto.p: $SQL not required here
141:
142: * tests/: 388-sql.html, 389.html, Makefile,
143: results/388-sql.processed, results/389.processed, results/auto.p:
144: code coverage tests for sql (using sqlite) and int/double/bool
145: added (related to feature #1125)
146:
147: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
148: lib/json/json.vcproj, lib/md5/md5.vcproj,
149: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
150: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
151: targets/apache/ApacheModuleParser3Core.vcproj,
152: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
153: types/types.vcproj: gc\include no longer required
154:
155: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
156: required
157:
158: * src/: classes/Makefile.am, classes/table.C,
159: include/pa_config_includes.h, include/pa_string.h,
160: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
161: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
162: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
163: targets/apache/Makefile.am, targets/cgi/Makefile.am,
164: types/Makefile.am: to be sure that our version of gc.h/cord.h is
165: used, we now include it directly
166:
167: 2017-12-04 moko
168:
169: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
170: memcached/memcached.vcproj, punycode/punycode.vcproj,
171: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
172: where required
173:
174: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
175: now can be used to trace memory allocations
176:
177: * src/: classes/table.C, include/pa_config_includes.h,
178: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
179: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
180: method removes, libcord also can work without libgc
181:
182: * src/classes/json.C: pa_gc_malloc_atomic should not be used
183:
184: 2017-11-29 moko
185:
186: * src/classes/curl.C: no exception if some of ^curl:info[] elements
187: are not present (related to feature #1173)
188:
189: * tests/346-curl.html: test updated to test curl content-length bug
190: (related to feature #1173)
191:
192: * tests/results/346-curl.processed: more test for content-length
193: curl bug (related to feature #1173)
194:
195: * tests/results/346-curl.processed: test results updated after
196: #1173 implemented
197:
198: 2017-11-28 moko
199:
200: * src/classes/curl.C: another libcurl Content-length bug walkaround
201: (related to feature #1173)
202:
203: 2017-11-27 moko
204:
205: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
206: $.http_version[version string] added (implements feature #1173),
207: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
208: where $post(true) bug existed.
209:
210: 2017-11-18 moko
211:
212: * src/include/pa_memory.h: warning war (related to feature #1170)
213:
214: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
215: feature #1170)
216:
217: 2017-11-17 moko
218:
219: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
220: std::basic_stringstream used in ^table.csv-string[] is compatible
221: with delete usage check only under Debian 9 (related to feature
222: #1170)
223:
224: 2017-11-16 moko
225:
226: * src/: classes/curl.C, classes/hash.C, classes/json.C,
227: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
228: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
229: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
230: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
231: types/pa_vxdoc.h: regular new/delete no longer used in our code,
232: stubs defend from accidental use (implements feature #1170)
233:
234: 2017-06-24 moko
235:
236: * configure.ac: minor fix: thanks to alx@
237:
1.115 moko 238: 2017-05-29 moko
239:
240: * src/types/pa_vmail.C: mail headers are now correctly truncated -
241: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
242: added to avoid cutting of UTF-8 chars (fixed bug #123)
243:
244: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
245: ignored, =?UTF-8?Q?= should start in case of leading space
246: (related to bug #123)
247:
248: * buildall: echo -n -> printf for OS X. :)
249:
250: 2017-05-25 moko
251:
252: * tests/: 288.html, results/288.processed: test updated afted
253: setting $o.prop without setter exception removed (related to
254: feature #1157)
255:
256: * src/types/pa_vclass.C: no more "this property has no setter
257: method" when setting $o.prop without setter (implements feature
258: #1157)
259:
260: * buildall: echo \c -> echo -n for FreeBSD
261:
262: * configure, configure.ac, src/include/pa_config_auto.h.in,
263: src/types/pa_vdouble.h: isfinite now checked in configure
264:
265: * compile, config.guess, config.sub, depcomp, install-sh, missing:
266: upgraded to automake 1.15
267:
268: 2017-05-23 moko
269:
270: * src/types/pa_vdouble.h: finite returned where isfinite not
271: defined
272:
273: 2017-05-22 moko
274:
275: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
276:
277: * buildall: extern CFLAGS setting support
278:
279: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
280:
281: * buildall: http -> https
282:
283: * buildall: gc-7.2f -> gc-7.6.0
284:
285: 2017-05-20 moko
286:
287: * buildall: https, pcre, xml, xslt updated to current versions
288: (related to feature #1136)
289:
290: 2017-05-19 moko
291:
292: * tests/097.html: after parser.ru moved to https
293:
294: 2017-05-17 moko
295:
296: * tests/results/: 175.processed, 372.processed: tests resuls
297: updated after lintian spelling typos fixed (related to bug #1156)
298:
299: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
300: classes/string.C, classes/table.C, main/pa_charset.C,
301: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
302: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
303: lintian reported by Sergey B Kirpichev (fixes bug #1156)
304:
305: * tests/results/096.processed: +XMP
306:
307: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
308: $.xmp(true) options tested (test for feature #1154)
309:
310: * src/classes/image.C: ^image:measure[] options $.exif(false)
311: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
312: fetched by default! (implements feature #1154)
313:
314: 2017-05-16 moko
315:
316: * tests/: 256.html, results/256.processed: ^json:string[$image] now
317: allowed (related to feature #1154)
318:
319: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
320: initial XMP implementation - without options and transcode
321: (related to feature #1154)
322:
323: 2017-05-12 moko
324:
325: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
326: image: exif moved to ffields, skipped in ^image.html[] where
327: iterators now used (preparation for feature #1154)
328:
329: 2017-05-05 moko
330:
331: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
332: results/387.processed: test for circular class inheritance check
333: added (related to bug #1150)
334:
335: * src/types/pa_vstateless_class.C: circular class inheritance check
336: added (fixes endless add_derived bug #1150)
337:
338: 2017-05-04 moko
339:
340: * tests/: 386.html, results/386.processed: test for
341: $table.value(number) added (related to feature #1152)
342:
343: * src/types/pa_vtable.C: table put_element: column value must be
344: string - > column value must be string compatible to allow
345: $t.value(1) (implements feature #1152)
346:
347: 2017-05-03 moko
348:
349: * src/main/pa_request.C: $use[$method] is not possible, reverting
350: (related to feature #1151)
351:
352: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
353: not possible, removing test (related to feature #1151)
354:
355: * src/: main/pa_request.C, types/pa_vstateless_class.h:
356: get_element_method added and used to allow $use[$method] and
357: $autouse[$method] (implements feature 1151)
358:
359: * tests/: 386.html, 386.p, results/386.processed: test for @use in
360: variable added (related to feature #1151)
361:
362: * tests/results/226.processed: actualized after ^try-catch used
363:
364: * tests/: 226.html, 385.html, results/385.processed: test for
365: @autouse in variable added
366:
367: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
368:
1.114 moko 369: 2017-02-27 moko
370:
371: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
372:
1.113 moko 373: 2017-02-20 moko
374:
375: * operators.txt: actualization + beauty
376:
377: 2017-02-16 moko
378:
379: * tests/: 384.html, results/384.processed: test for
380: ^reflection:mixin[; $.name[] ] option added (related to feature
381: #1089)
382:
383: * tests/: 384.html, results/384.processed: test for
384: ^reflection:mixin[] added (related to feature #1089)
385:
386: * src/types/pa_value.h: warning war: virtual ~Value() added
387:
1.112 moko 388: 2017-02-15 moko
389:
390: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
391: fixed
392:
393: * tests/: 320.html, results/320.processed: $.reverse(true/false)
394: test added (related to feature #1069)
395:
396: * src/: classes/reflection.C, types/pa_vstateless_class.h:
397: compilation without HASH_ORDER fixed
398:
399: * src/: classes/reflection.C, include/pa_hash.h:
400: $.reverse(true/false) added to ^reflection:methods[] (related to
401: feature #1069)
402:
403: 2017-02-14 moko
404:
405: * tests/: 152.html, results/152.processed: test for $._default hash
406: added (related to bug #1131)
407:
408: * tests/: 277.html, results/277.processed: test for hash with only
409: $._default is now defined (related to bug #1131)
410:
411: * src/types/pa_vhash.h: hash with only $._default is now defined
412: (fixed bug #1131)
413:
414: 2017-02-13 moko
415:
416: * tests/cat-windows.sh: cat-windows added (cygwin required)
417:
418: * tests/: 171.html, 264.html, 286.html, 370.html,
419: results/320.processed, results/375.processed, results/auto.p:
420: cat-windows.sh support added
421:
422: * tests/375.html: Windows support
423:
424: * tests/270.html: documented
425:
426: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
427: (not backslashes) even under Windows (broke test 270)
428:
429: 2017-02-12 moko
430:
431: * tests/: descript.ion, todo.txt: cleanup
432:
433: 2017-02-09 moko
434:
435: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
436: run_tests.cmd: Windows compatibility
437:
438: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
439: incorrectly (GMT) if parser is called from cygwin
440:
1.111 moko 441: 2017-02-08 moko
442:
1.112 moko 443: * operators.txt: actualization 15% completed
444:
445: * operators.txt: cp1251 -> utf-8
446:
447: * NEWS, README: minor update
448:
449: * src/include/pa_config_includes.h: warning war continues
450:
451: * src/: include/pa_config_includes.h, include/pa_memory.h,
452: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
453: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
454: gcc 6.x issues fixed
455:
1.111 moko 456: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
457: classes/classes.h, classes/curl.C, classes/date.C,
458: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
459: classes/hashfile.C, classes/image.C, classes/inet.C,
460: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
461: classes/memcached.C, classes/memory.C, classes/op.C,
462: classes/reflection.C, classes/regex.C, classes/response.C,
463: classes/string.C, classes/table.C, classes/void.C,
464: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
465: include/pa_array.h, include/pa_cache_managers.h,
466: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
467: include/pa_config_fixed.h, include/pa_config_includes.h,
468: include/pa_dictionary.h, include/pa_dir.h,
469: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
470: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
471: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
472: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
473: include/pa_request_charsets.h, include/pa_request_info.h,
474: include/pa_sapi.h, include/pa_socks.h,
475: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
476: include/pa_stack.h, include/pa_string.h,
477: include/pa_stylesheet_connection.h,
478: include/pa_stylesheet_manager.h, include/pa_symbols.h,
479: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
480: include/pa_uue.h, include/pa_xml_exception.h,
481: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
482: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
483: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
484: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
485: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
486: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
487: main/compile.tab.C, main/compile.y, main/compile_tools.C,
488: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
489: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
490: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
491: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
492: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
493: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
494: main/pa_string.C, main/pa_stylesheet_connection.C,
495: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
496: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
497: main/untaint.C, sql/pa_sql_driver.h,
498: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
499: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
500: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
501: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
502: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
503: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
504: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
505: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
506: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
507: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
508: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
509: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
510: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
511: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
512: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
513: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
514: types/pa_vmemcached.h, types/pa_vmemory.h,
515: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
516: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
517: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
518: types/pa_vresponse.C, types/pa_vresponse.h,
519: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
520: types/pa_vstateless_object.h, types/pa_vstatus.C,
521: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
522: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
523: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
524: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
525: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
526: 2015->2017
527:
1.110 moko 528: 2017-02-07 moko
529:
530: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
531:
532: 2017-02-06 moko
533:
534: * src/main/pa_common.C: minor fixes, whitespace
535:
536: * src/: classes/curl.C, classes/file.C, classes/image.C,
537: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
538: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
539: now used (implements feature #1081)
540:
541: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
542:
543: 2017-02-01 moko
544:
545: * src/include/pa_request.h: cleanup
546:
547: 2017-01-30 moko
548:
549: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
550:
551: 2017-01-29 moko
552:
553: * tests/: 383.html, results/383.processed: test for
554: ^reflection:stack[] added (related to feature #1052)
555:
556: * src/classes/reflection.C: else added
557:
558: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
559: $.max_file_lock_wait added (implements feature #1128)
560:
561: 2017-01-28 moko
562:
563: * tests/: 379-curl.html, results/379-curl.processed: curl empty
564: body and other cases tests added (related to featue #1014)
565:
566: * src/classes/curl.C: bug if response is empty fixed (related to
567: feature #1014)
568:
569: 2017-01-27 moko
570:
571: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
572: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
573: added (implements feature #1052)
574:
575: 2017-01-25 moko
576:
577: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
578: method test added
579:
580: 2017-01-23 moko
581:
582: * src/classes/reflection.C: optimization: options->get replaced by
583: hash iterator
584:
585: * tests/: 381.html, results/381.processed: now -> fixed date
586:
587: * src/main/pa_request.C: warning war
588:
589: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
590: 5Mb (fixes bug #1058)
591:
592: * src/classes/curl.C: warning war
593:
594: * tests/: 381.html, results/381.processed: tests for ^json:string
595: $.one-line(true) option added (related to feature #1124)
596:
597: * src/: classes/json.C, types/pa_value.h: $json-string
598: $.one-line(true|false) options is now supported (implements
599: feature #1124)
600:
601: * tests/: 380.html, results/380.processed: test for modified
602: $.max_file_size added (related to bug #1014)
603:
604: * tests/: 379.html, results/auto.p: tests for rewritten http file
605: load added (related to bug #1014)
606:
607: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
608: main/pa_common.C, main/pa_http.C: check_file_size added and used
609: in curl / file load from disk and http, http file load rewritten
610: (related to bug #1014)
611:
612: 2017-01-18 moko
613:
614: * tests/: 378.html, results/378.processed: tests for ^result[]
615: added (related to feature #66)
616:
617: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
618: Method::CO_WITHOUT_FRAME as frame still added in expression
619: (related to feature #66)
620:
621: 2017-01-17 moko
622:
623: * tests/: 377.html, results/377.processed: test for different
624: combinations of breaks in body and delimiter (related to bug
625: #1077)
626:
627: * tests/: 376.html, results/376.processed: many ^break[] tests
628: added (related to bug #1077)
629:
630: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
631: passed to native method" exception added to avoid bugs due to
632: WRITE_EXPR_RESULT skipped and native methods execution continues
633: after ^break[] (related to bug #1077)
634:
635: 2017-01-14 moko
636:
637: * tests/: 330.html, results/330.processed: test results updated
638: after ^break[] bugs where fixed (related to bug #1077)
639:
640: * tests/: 329.html, results/329.processed: test results updated
641: after ^break[] bugs where fixed (related to bug #1077)
642:
643: * tests/results/320.processed: ^return[] added
644:
645: 2017-01-13 moko
646:
647: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
648: classes/table.C, include/pa_request.h, main/execute.C,
649: main/pa_request.C, targets/cgi/parser3.C,
650: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
651: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
652: checked after each possible process/execute call (fixes bug
653: #1077)
654:
655: 2016-12-29 moko
656:
657: * src/main/pa_common.C: warning war
658:
659: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
660: include/pa_types.h, main/pa_request.C, main/pa_string.C:
661: pa_file_size_limit added, ^math:random fixed for upper limit and
662: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
663: (related to feature #1014)
664:
665: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
666: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
667: (related to feature #1014)
668:
669: 2016-12-28 moko
670:
671: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
672: warning war
673:
674: 2016-12-26 moko
675:
676: * tests/: 341.html, results/341.processed: test for
677: ^table.hash[id;;$.type[string]] added (related to feature #1057)
678:
679: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
680: (related to feature #1057)
681:
682: * src/types/pa_vdate.C: warning war continues...
683:
684: * src/: classes/date.C, classes/image.C, classes/table.C,
685: include/pa_config_includes.h, types/pa_vfile.C: warning war
686:
687: * src/lib/gd/gifio.C: warning war / cleanup
688:
689: * src/lib/json/pa_json.C: warning war
690:
691: * src/classes/hash.C: warning war
692:
693: * src/types/pa_vfile.C: warning war
694:
695: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
696: -Wall warning war continues
697:
698: * configure.ac: --with-build-warnings actualized
699:
700: 2016-12-25 moko
701:
702: * src/main/pa_exec.C: -wAll warning war
703:
704: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
705: -wAll warning war
706:
707: * src/: include/pa_common.h, include/pa_sapi.h,
708: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
709: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
710: -wAll warning war
711:
712: 2016-12-23 moko
713:
714: * src/lib/ltdl/Makefile.am: extra dist added
715:
716: * tests/results/344.processed: test result updated after $file.text
717: prefetched in ^hash::create[$file] (related to feature #1075)
718:
719: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
720: ^hash::create[$file] (related to feature #1075)
721:
722: 2016-12-22 moko
723:
724: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
725: main/pa_request.C, main/pa_stylesheet_connection.C,
726: types/pa_vfile.C: file_stat now return 64-bit size (implements
727: #1014 under 32-bit unix versions)
728:
729: 2016-12-21 moko
730:
731: * tests/: 375.html, results/375.processed: test for exec returning
732: stated file added (related to feature #1119)
733:
734: * src/classes/file.C: load should not return file with null body
735: (fixes bug #1119)
736:
737: 2016-12-14 moko
738:
739: * tests/: 374.html, results/374.processed: test for $method.name
740: added (related to feature #1117) plus method returning junction
741: test
742:
743: 2016-12-13 moko
744:
745: * src/: include/pa_symbols.h, main/pa_symbols.C,
746: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
747: (implements feature #1117)
748:
749: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
750: HEAD and TRACE can't have body (implements feature #1116)
751:
752: 2016-12-09 moko
753:
754: * tests/: 373.html, results/373.processed: tests for
755: ^reflection:tainting added (related to feature #1098)
756:
757: * src/classes/reflection.C: ^reflection:tainting arguments order
758: change (related to feature #1098)
759:
760: 2016-12-06 moko
761:
762: * src/: classes/reflection.C, include/pa_string.h,
763: main/pa_string.C: ^reflection:tainting[$string] added (implements
764: feature #1098)
765:
766: 2016-12-05 moko
767:
768: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
769: (fixes bug #1114)
770:
771: 2016-12-04 moko
772:
773: * tests/: 206.html, results/206.processed: negative zero (0/-1)
774: check added
775:
776: 2016-12-03 moko
777:
778: * tests/: 346-curl.html, results/346-curl.processed: test modified
779: to test value.as_hash() usage
780:
781: * src/classes/curl.C: value.as_hash() used for correct hash
782: processing
783:
784: * src/classes/reflection.C: exceptions texts fixes
785:
786: 2016-12-02 moko
787:
788: * tests/: 372.html, results/372.processed: tests for
789: ^reflection:create[ $.class[name] $.constructor[name]
790: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
791: feature #1094)
792:
793: * src/types/pa_vmethod_frame.h: comment added: params should be
794: declared outside of *_FRAME_ACTION as MethodParams destructor
795: will be called in ~VNativeMethodFrame
796:
797: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
798: ] minor fix
799:
800: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
801: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
802: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
803: now supported (implements feature #1094) value::as_hash added
804: (and should be used everywhere)
805:
806: * src/classes/reflection.C: cleanup
807:
808: 2016-12-01 moko
809:
810: * tests/: 356.html, results/356.processed: test for method
811: junctions class name added to the resulting hash added (related
812: to feature #1068)
813:
814: * src/classes/reflection.C: for method junctions class name added
815: to the resulting hash (related to feature #1068)
816:
817: 2016-11-30 moko
818:
819: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
820: exception (related to bug #1113)
821:
822: * src/types/pa_vhashfile.C: whitespace
823:
824: * src/main/pa_os.C: errno now returned as it should (fixes bug
825: #1113)
826:
827: * tests/results/: 175.processed, 192.processed, 224.processed,
828: 229.processed, 239.processed, 244.processed, 246.processed,
829: 314.processed, 352.processed: tests results updated after method
830: call exceptions improved as method now keeps its name
831:
832: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
833: types/pa_vmethod_frame.h: method call exceptions improved as
834: method now keeps its name
835:
836: * tests/: 224.html, 239.html, results/224.processed,
837: results/239.processed: tests and tests results updated after
838: Request::construct exception changed
839:
840: * src/: classes/reflection.C, main/execute.C: Request::construct
841: exception optimized
842:
843: * tests/: 371.html, results/371.processed: test for
844: WWrapper.get_element call in $.name.key[value] code added
845: (related to feature #1091)
846:
847: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
848: in $.name.key[value] code (related to feature #1091)
849:
850: 2016-11-29 moko
851:
852: * src/classes/op.C: VS warning war
853:
854: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
855: C4239: nonstandard extension used : 'return' : conversion from
856: 'Value' to 'Value &' (related to feature #1020)
857:
858: * src/: main/execute.C, types/pa_vmethod_frame.h,
859: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
860: used : 'return' : conversion from 'Value' to 'Value &' (related
861: to feature #1020)
862:
863: * src/main/execute.C: VS warning war
864:
865: * src/targets/cgi/parser3.C: VS compatibility fix
866:
867: * src/include/pa_request.h: VS warning war
868:
869: * tests/: 370.html, results/370.processed: test for ^file::exec[
870: ... $.stdin[$binary_file] ] added (related to bug #1044)
871:
872: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
873: include/pa_string.h, main/pa_exec.C: pa_exec now supports
874: $.stdin[$binary_file] (fixes bug #1044)
875:
876: 2016-11-28 moko
877:
878: * src/main/pa_exec.C: whitespace
879:
880: * src/main/pa_request.C: whitespace
881:
882: * tests/: 369.html, results/369.processed: test for
883: $response:status usage added (related to feature #1099)
884:
885: * src/targets/cgi/parser3.C: HTTP response code used as exit status
886: if < 100 (implements feature #1099)
887:
888: * src/targets/cgi/parser3.C: whitespace
889:
890: * src/targets/cgi/parser3.C: whitespace
891:
892: * tests/: 368.html, results/368.processed: test updated after
893: ^reflection:filename[$method] added (related to feature #1053)
894:
895: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
896: main/compile.y, main/execute.C, main/pa_request.C,
897: types/pa_vclass.h: filename -> filespec,
898: ^reflection:filename[$method] added (related to feature #1053)
899:
900: 2016-11-27 moko
901:
902: * tests/: 368.html, results/368.processed: test for
903: reflection:filename[$class or object] added (related to feature
904: #1053)
905:
906: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
907: types/pa_vstateless_class.h: ^reflection:filename[$class or
908: object] added (implements feature #1053)
909:
910: 2016-11-26 moko
911:
912: * src/: include/pa_request_info.h,
913: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
914: remove_absolute_uri -> strip_absolute_uri
915:
916: 2016-11-25 moko
917:
918: * src/: include/pa_request_info.h,
919: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
920: request_info.remove_absolute_uri added to remove possible
921: http://site.name/ from $request:uri (implements feature #1112)
922:
923: 2016-11-24 moko
924:
925: * tests/: 367-curl.html, results/367-curl.processed: test for
926: previous request headers clearing after redirect added (related
927: to bug #1109)
928:
929: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
930: response headers from previous requests are now cleared, only
931: last request headers are collected (fixes bug #1109)
932:
933: * tests/results/: 266.processed, 321.processed, 356.processed:
934: tests results updated as method name now added to the resulting
935: hash for new syntax only (Imp1 compatimility fixed, related to
936: feature #1068)
937:
938: * src/classes/reflection.C: method name now added to the resulting
939: hash for new syntax only (Imp1 compatimility fixed, related to
940: feature #1068)
941:
942: * tests/results/366.processed: test for native and parser
943: implementation of ^use[] logic (related to feature #1074)
944:
945: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
946: for native and parser implementation of ^use[] logic (related to
947: feature #1074)
948:
949: 2016-11-23 moko
950:
951: * src/: classes/op.C, include/pa_request.h, main/compile.y,
952: main/pa_request.C: @USE file now implemented as ^use[file;
953: $.origin[origin_file] ] (implements feature #1074)
954:
1.109 moko 955: 2016-11-21 moko
956:
1.110 moko 957: * tests/: 365.html, results/365.processed: test for $caller bugs in
958: 3.4.4 and $caller.method now tested (related to feature #1110)
959:
960: * tests/: 364.html, results/364.processed: $caller usage in
961: different contexts now tested (related to feature #1110)
962:
963: * src/types/types.vcproj: +pa_vcaller_wrapper.h
964:
965: * src/types/Makefile.am: pa_vcaller_wrapper.h added
966:
1.109 moko 967: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
968: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
969: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
970: used (implements feature #1110)
971:
972: 2016-11-20 moko
973:
974: * src/types/pa_vdouble.h: whitespace
975:
976: 2016-11-11 moko
977:
978: * tests/: 363.html, results/363.processed: more tests for feature
979: #1091 (how parser methods work in expression context)
980:
981: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
982: expressions strings are now written as strings, not values by
983: write_as_string (related to feature #1091)
984:
985: * src/classes/op.C: to make more correct behavour in expression
986: context
987:
988: 2016-11-07 moko
989:
990: * tests/: 362.html, results/362.processed: test for
991: xsltParseStylesheetDoc caching as xsl modification after it added
992: (related to bug #1108)
993:
994: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
995: result now cached as xdoc is modified after it (fixes bug #1108)
996:
997: 2016-11-06 moko
998:
999: * src/types/pa_vxdoc.h: whitespace
1000:
1001: 2016-11-05 moko
1002:
1003: * src/types/pa_vmethod_frame.h: cleanup
1004:
1005: 2016-11-03 moko
1006:
1007: * tests/results/244.processed: more correct exception after method
1008: frames separation
1009:
1010: * src/types/pa_vmethod_frame.h: minor optimizaion
1011:
1012: * src/types/pa_method.h: optimization: params_count added
1013:
1014: * src/: classes/json.C, classes/op.C, classes/reflection.C,
1015: include/pa_request.h, main/execute.C, main/pa_request.C,
1016: types/pa_value.C, types/pa_vmethod_frame.C,
1017: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
1018: VMethodFrame now divided into VNativeMethodFrame,
1019: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
1020: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
1021: and used (related to feature #1104)
1022:
1023: 2016-11-02 moko
1024:
1025: * src/: classes/bool.C, classes/curl.C, classes/date.C,
1026: classes/double.C, classes/file.C, classes/hash.C,
1027: classes/hashfile.C, classes/image.C, classes/inet.C,
1028: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1029: classes/memcached.C, classes/op.C, classes/reflection.C,
1030: classes/regex.C, classes/string.C, classes/table.C,
1031: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
1032: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
1033: r.write (implements feature #1091)
1034:
1035: * src/main/execute.C: cleanup (related to feature #1104)
1036:
1037: * src/: include/pa_request.h, main/execute.C,
1038: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
1039: added, in_expression removed (implements feature #1104)
1040:
1041: 2016-10-31 moko
1042:
1043: * src/types/pa_value.C: whitespace
1044:
1045: 2016-10-28 moko
1046:
1047: * tests/results/244.processed: updated after error reporting fixed
1048: in pa_wcontext.C
1049:
1050: * src/types/pa_wcontext.C: error reporting fixed
1051:
1052: * src/types/pa_wcontext.h: whitespace
1053:
1054: * src/classes/image.C: not fully readed entries are no longer
1055: processed (fixes bug #1106)
1056:
1057: 2016-10-26 moko
1058:
1059: * src/classes/image.C: whitespace
1060:
1061: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
1062: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
1063: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
1064: longer required (related to feature #1091)
1065:
1066: * tests/results/: 264.processed, 350.processed: test results update
1067: reverted (whitespace optimization) after write_no_lang removed :)
1068: (related to feature #1091)
1069:
1070: * src/: classes/file.C, classes/hash.C, classes/op.C,
1071: classes/string.C, classes/table.C, classes/void.C,
1072: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
1073: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
1074: equal write_pass_lang (related to feature #1091)
1075:
1076: * tests/results/: 264.processed, 350.processed: test results
1077: updated (whitespace optimization) after write_assign_lang removed
1078: (related to feature #1091)
1079:
1080: * tests/: 361.html, results/361.processed: test for non-string
1081: ^untaint added (related to feature #1091)
1082:
1083: * src/: classes/curl.C, classes/date.C, classes/file.C,
1084: classes/hash.C, classes/op.C, classes/string.C,
1085: include/pa_request.h, main/execute.C: optimization:
1086: write_assign_lang removed as not required (first part of feature
1087: #1091 implementation)
1088:
1.108 moko 1089: 2016-10-12 moko
1090:
1091: * tests/: 360.html, results/360.processed: more test code (related
1092: to feature #1104)
1093:
1094: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
1095: include/pa_request.h, main/compile.y, main/execute.C: opcode
1096: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
1097: WContext is next task (implements feature #1104)
1098:
1099: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
1100: / CO_WITHOUT_WCONTEXT
1101:
1102: * tests/: 360.html, results/360.processed: test for in expression
1103: state (related to feature #1104)
1104:
1105: 2016-10-11 moko
1106:
1107: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
1108:
1109: * src/classes/op.C: default value removed from initializer
1110:
1111: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
1112:
1113: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
1114:
1115: 2016-10-10 moko
1116:
1117: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
1118: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
1119: to feature #42)
1120:
1121: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
1122: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
1123:
1124: 2016-10-08 moko
1125:
1126: * src/classes/double.C: whitespace
1127:
1128: 2016-10-07 moko
1129:
1130: * src/types/pa_vmethod_frame.h: reorder
1131:
1132: 2016-10-06 moko
1133:
1134: * src/classes/date.C: typo
1135:
1136: * src/types/pa_vmethod_frame.h: whitespace + cleanup
1137:
1138: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1139: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
1140: types/pa_vmethod_frame.h: params.get now returns Value&, not
1141: Value*
1142:
1143: * src/types/pa_vmethod_frame.C: params.get should return Value&.
1144:
1145: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
1146: removed; first as_* code rewrite
1147:
1148: 2016-10-05 moko
1149:
1150: * src/include/pa_request.h: whitespace
1151:
1152: * tests/: 359.html, results/359.processed: test for VCodeFrame and
1153: intercept_string added (related to feature #1097)
1154:
1155: * src/: classes/image.C, classes/op.C, classes/table.C,
1156: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1157: optimization: intercept_string removed (implements feature #1097)
1158:
1159: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
1160:
1161: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
1162: from VCodeFrame and WWrapper as not required
1163:
1164: 2016-10-04 moko
1165:
1166: * src/: classes/curl.C, classes/date.C, classes/double.C,
1167: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
1168: classes/int.C, classes/json.C, classes/op.C,
1169: classes/reflection.C, classes/string.C, classes/table.C,
1170: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1171: proces_to_value -> process after StringOrValue removed (related
1172: to feature #1020)
1173:
1174: * src/classes/form.C: whitespace
1175:
1176: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
1177:
1178: * tests/: 357.html, 358.html, results/357.processed,
1179: results/358.processed, results/auto.p: test for @conf
1180: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
1181:
1182: 2016-10-03 moko
1183:
1184: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
1185: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
1186: supported (implements feature #42)
1187:
1188: * src/types/pa_vregex.h: no reason for VRegex to be
1189: is_evaluated_expr
1190:
1191: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
1192: (implements feature #1095)
1193:
1194: 2016-10-01 moko
1195:
1196: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
1197: false by default (related to feature #1089)
1198:
1199: 2016-09-30 moko
1200:
1201: * src/types/pa_wcontext.h: cleanup
1202:
1203: 2016-09-29 moko
1204:
1205: * src/main/execute.C: whitespace
1206:
1207: * src/include/pa_request.h: whitespace
1208:
1209: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1210: classes/op.C, classes/table.C, include/pa_request.h,
1211: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
1212: types/pa_vobject.C, types/pa_wcontext.h: optimization:
1213: StringOrValue removed as it just slows down and adds complexity
1214: (implements feature #1020)
1215:
1216: 2016-09-28 moko
1217:
1218: * tests/: 356.html, results/266.processed, results/321.processed,
1219: results/356.processed: tests updated after name was added to
1220: method_info hash, test for ^reflection:method_info[junction]
1221: added (related to feature #1068)
1222:
1223: * src/classes/reflection.C: ^reflection:method_info[junction] now
1224: supported, method name added to the resulting hash (implements
1225: feature #1068)
1226:
1227: * tests/: 276.html, results/276.processed: more tests for
1228: ^reflection:delete[]
1229:
1230: * src/classes/reflection.C: fixed bug then ^reflection:delete
1231: didn't work on class and could damage native objects (like file)
1232:
1233: 2016-09-26 moko
1234:
1235: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
1236: results/345.processed, results/346-curl.processed,
1237: results/347-curl.processed, results/348.processed: numbers added
1238: to simplify diff analysis
1239:
1240: * tests/: 352.html, results/352.processed: test result updated as
1241: method name used
1242:
1243: * src/classes/reflection.C: method name used
1244:
1245: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
1246: its name
1247:
1248: * src/types/pa_method.h: whitespace
1249:
1250: * src/classes/reflection.C: both method and field with one name can
1251: exist.
1252:
1253: * src/classes/reflection.C: ^reflection:mixin added (implements
1254: feature #1089)
1255:
1256: * tests/: 355.html, results/355.processed: property appears in
1257: derived class if added in base test added
1258:
1259: * src/types/pa_vstateless_class.h: get_method declaration +
1260: whitespace
1261:
1262: * tests/: 354.html, results/354.processed: nice test from method
1263: and property with one name in class added
1264:
1265: 2016-09-23 moko
1266:
1267: * src/classes/reflection.C: ^reflection:method usage documented
1268:
1269: 2016-09-22 moko
1270:
1271: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
1272: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
1273: compile warning and GPF occures on VS2003 (related to feature
1274: #1087)
1275:
1276: * tests/: 350.html, results/350.processed: test added for
1277: $.encloser[] support in ^table::create (related to feature #11)
1278:
1279: * src/classes/table.C: another minor fix (related to feature #11)
1280:
1.107 moko 1281: 2016-09-21 moko
1282:
1283: * src/include/pa_config_fixed.h: vs2015 compilation fixes
1284:
1285: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1286: classes/json.C, classes/string.C, classes/table.C,
1287: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1288: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1289: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
1290: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
1291: pa_charsets, vs2015 warning war
1292:
1293: * src/classes/table.C: vs2015 warning war
1294:
1295: * src/types/pa_vdate.C: vs2015 warning war
1296:
1297: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
1298:
1299: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
1300: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
1301:
1302: * src/main/pa_common.C: vs2015 compilation fixes
1303:
1304: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
1305: vs2015 compilation fixes
1306:
1307: * src/main/pa_charset.C: vs2015 warning war
1308:
1309: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
1310:
1311: * src/main/pa_charset.C: vs2015 warning war
1312:
1313: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
1314:
1315: * src/types/pa_vdate.C: vs2015 compilation fix
1316:
1317: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
1318:
1319: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
1320: VS2015 compilation fixes
1321:
1322: * src/classes/table.C: minor fix (related to feature #11)
1323:
1324: * tests/results/282.processed: no longer skipping extra enclosers
1325: (related to feature #11)
1326:
1327: * src/classes/table.C: minor fix + no longer skipping extra
1328: enclosers (related to feature #11)
1329:
1330: * src/classes/table.C: minor optimization (related to feature #11)
1331:
1332: * src/classes/table.C: minor fix and optimization (related to
1333: feature #11)
1334:
1335: 2016-09-20 moko
1336:
1337: * tests/: 353.html, results/353.processed: test for
1338: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
1339: added (related to bug #1090)
1340:
1341: * src/main/compile.y: PC.cclass->is_vars_local() check added for
1342: one_big_piece (fixes bug #1090)
1343:
1344: * tests/: 229.html, results/229.processed: code coverage tests
1345:
1346: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
1347: body) was called
1348:
1349: * src/classes/op.C: whitespace
1350:
1351: * tests/: 323.html, results/323.processed: test for code junction
1352: should not be returned by ^reflection:class, ^reflection:base
1353:
1354: * src/classes/reflection.C: bugfix: code junction should not be
1355: returned by ^reflection:class, ^reflection:base
1356:
1357: * tests/: 323.html, 352.html, results/352.processed: no more
1358: exception for ^reflection:method[class;no-such-method] (related
1359: to feature #1087)
1360:
1361: * src/classes/reflection.C:
1362: ^reflection:method[class;no-such-method] : exception -> void
1363: (related to feature #1087)
1364:
1365: * src/include/pa_request.h: request::write_value added to allow
1366: write value without convertion (related to issue #1091)
1367:
1368: 2016-09-19 moko
1369:
1370: * src/main/pa_random.C: windows build fix
1371:
1372: * src/types/pa_vhash.h: warning war
1373:
1374: 2016-09-14 moko
1375:
1376: * tests/: 352.html, 552.html, results/352.processed,
1377: results/552.processed: test for ^reflection:method[] extension
1378: added (related to feature #1087)
1379:
1380: * tests/: 552.html, results/552.processed: test for
1381: ^reflection:method[] extension added (related to feature #1087)
1382:
1383: * src/classes/reflection.C: compatibility issue fixed, VClass
1384: dynamic_cast check added (related to feature #1087)
1385:
1386: * tests/: 351.html, results/351.processed: test for @auto[]
1387: inheritance bug diring ^process[] added (related to bug #1088)
1388:
1389: * src/: classes/op.C, main/pa_request.C,
1390: types/pa_vstateless_class.C: set_method now checks for @auto[] to
1391: disable it inheritance during ^process (fixes bug #1088)
1392:
1393: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
1394: added (implements feature #1087)
1395:
1396: 2016-09-13 moko
1397:
1398: * tests/: 349.html, results/auto.p: test for objects prototyping
1399: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
1400: to feature #1086)
1401:
1402: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
1403: types/pa_vobject.C: objects now are not class instances, but have
1404: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
1405: in @conf (implements feature #1086)
1406:
1407: 2016-09-08 moko
1408:
1409: * src/: classes/file.C, classes/mail.C, classes/string.C,
1410: classes/table.C, main/pa_http.C, main/pa_string.C,
1411: include/pa_string.h: cleanup: string::split limit argument
1412: removed as no longer required, pos_after no longer reference
1413: (related to feature #11)
1414:
1415: * src/classes/table.C, tests/results/348.processed: now exception
1416: is rised when invalid option is passed to ^table::create[]
1417:
1418: * tests/: 282.cfg, 282.html, results/282.processed: more code
1419: coverage tests
1420:
1421: * tests/: 348.html, results/348.processed: code coverage tests
1422: added
1423:
1424: * tests/: 348.html, results/348.processed: generic ^table::create[]
1425: tests
1426:
1427: * tests/: 035.html, results/035.processed, results/272.processed:
1428: tests updated after $.encloser[] support for ^table::create
1429: implementation (related to feature #11)
1430:
1431: * src/classes/table.C: $.encloser[] support for ^table::create
1432: finally added (implements feature #11)
1433:
1434: 2016-09-07 moko
1435:
1436: * src/include/pa_string.h: added StringSplitHelper as friend
1437: (related to feature #11)
1438:
1439: * src/include/pa_string.h: body and langs now protected, not
1440: private to allow inheritance (related to feature #11)
1441:
1442: * src/classes/table.C: lsplit optimized before cloning for
1443: ^table::create with $.encloser[] (related to feature #11)
1444:
1445: * src/classes/table.C: optimizaion: TableControlChars.separators
1446: added and used (related to feature #11)
1447:
1448: * src/classes/table.C: spelling:
1449:
1450: TableSeparators -> TableControlChars column -> separator
1451: separators -> control_chars
1452:
1453: 2016-09-06 moko
1454:
1455: * src/main/pa_string.C: whitespace
1456:
1457: * src/main/pa_string.C: whitespace
1458:
1459: 2016-09-01 moko
1460:
1461: * tests/: 347-curl.html, results/347-curl.processed: to make tests
1462: results OS-independent
1463:
1464: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
1465: compiler (related to feature #1042)
1466:
1467: 2016-08-15 moko
1468:
1469: * src/include/pa_string.h: whitespace
1470:
1471: * src/classes/table.C: whitespace
1472:
1.106 moko 1473: 2016-08-05 moko
1474:
1475: * tests/: 344.html, results/344.processed: test for
1476: ^hash::create[$file] added (related to feature #1075)
1477:
1478: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
1479: supported (implements feature #1075)
1480:
1481: 2016-08-04 moko
1482:
1483: * tests/: 341.html, results/341.processed: more code coverage tests
1484:
1485: * tests/: 346-curl.html, results/346-curl.processed: more code
1486: coverage tests for curl
1487:
1488: * tests/: 346-curl.html, results/346-curl.processed: more code
1489: coverage tests for curl
1490:
1491: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
1492: results/223.processed: code coverage tests: $.form[ $.table[] ]
1493: test added
1494:
1495: * tests/: 223-curl.html, results/223-curl.processed: more code
1496: coverage tests for curl
1497:
1498: 2016-08-03 moko
1499:
1500: * src/classes/curl.C: dlink(curl_library) now called not once, but
1501: until it will be loaded, allowing to find existing library.
1502:
1503: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
1504: results/347-curl.processed: more code coverage tests for curl
1505:
1506: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
1507: results/339-curl.processed, results/346-curl.processed: curl
1508: functionality tests
1509:
1510: 2016-08-02 moko
1511:
1512: * tests/: 339.html, results/339.processed: test for tables in
1513: ^file:load[] and ^curl:load[] (commented) added (related to
1514: feature #1042)
1515:
1516: * tests/: 345.html, results/345.processed: code coverage tests for
1517: file class
1518:
1519: * tests/: 344.html, results/344.processed: code coverage tests
1520:
1521: * tests/: 344.html, results/344.processed: mdate removed from
1522: output
1523:
1524: * src/classes/file.C: minor bugfix: is_text should be taked from
1525: fcontent.is_text_mode() if not set (related to feature #1061)
1526:
1527: * tests/: 344.html, results/344.processed: more tests
1528:
1529: * tests/: 343.html, 344.html, results/343.processed,
1530: results/344.processed: tests for ^file::create[ $.from-charset
1531: and $.to-charset ] (related to feature #1061)
1532:
1533: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1534: aset_text_mode argument optimized
1535:
1536: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1537: checkBOM now used in detect_binary_content (related to feature
1538: #1061)
1539:
1540: * src/main/pa_request.C: load_charset no longer required to_upper
1541:
1542: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
1543: preserves original file mode (if no $.mode specified)
1544:
1545: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1546: ^file::create now supports $.from-charset[] and $.to-charset
1547: options (implements feature #1061), automatic transcode is done
1548: if text file is created from binary file and charset is detected.
1549:
1550: 2016-07-30 moko
1551:
1552: * src/classes/table.C: ^t.hash[..;] now supported (related to
1553: feature #1057)
1554:
1555: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
1556: added (related to feature #1057)
1557:
1558: * tests/: 286.html, results/286.processed: code tests coverage
1559:
1560: 2016-07-29 moko
1561:
1562: * src/classes/table.C: table size should be checked inside menu and
1563: foreach (related to feature #858)
1564:
1565: * src/: classes/curl.C, classes/file.C, classes/string.C,
1566: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1567: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
1568: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
1569: charsets.get now does str_upper inside (related to feature #1061)
1570:
1571: * tests/: 342.html, results/342.processed: more code coverage tests
1572:
1573: * tests/: 342.html, outputs/342.processed: table menu code coverage
1574: + foreach test added (related to feature #858)
1575:
1576: * tests/: 341.html, results/341.processed: tests for
1577: ^table.hash[]{code} added + code coverage tests (related to
1578: feature #1057)
1579:
1580: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
1581: value} support (implements feature #1057)
1582:
1583: * src/classes/table.C: whitespace
1584:
1585: 2016-07-28 moko
1586:
1587: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
1588: from URL, if not specified query string removed from url-based
1589: filenames in ^curl:load[] and ^file::load[] (related to feature
1590: #1042)
1591:
1592: 2016-07-27 moko
1593:
1594: * tests/: 340.html, results/340.processed: test for
1595: transcode_text_result=false added (related to issue #1042)
1596:
1597: 2016-07-26 moko
1598:
1599: * src/types/pa_vfile.C: file name should not be empty (if file path
1600: is folder and ends with /) (related to feature #1042)
1601:
1602: * src/main/pa_http.C: whitespace optimizaion
1603:
1604: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1605: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
1606: multiple headers, ^file::load supports headers transcoding
1607: (implements feature #1042)
1608:
1609: 2016-07-25 moko
1610:
1611: * src/include/pa_common.h: PA_DEFAULT added
1612:
1613: 2016-07-22 moko
1614:
1615: * tests/: 338.html, results/338.processed: test for
1616: $date.field(value) added (related to feature #1066)
1617:
1618: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
1619: $date.field(value) now supported for y/m/d/h/m/s (implements
1620: feature #1066)
1621:
1.105 moko 1622: 2016-07-21 moko
1623:
1624: * src/: classes/file.C, classes/image.C, include/pa_common.h,
1625: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
1626: arguments removed; image.C - absolute path shown in exception
1627: (implements feature #1071)
1628:
1629: * tests/: 235.html, results/235.processed: test and test result
1630: updated after static boundary in mail and Errors-To: mail header
1631: removed (related to feature #1047)
1632:
1633: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
1634: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
1635: used, static boundary in mail removed, Errors-To: mail header
1636: removed (implements feature #1047)
1637:
1638: 2016-07-20 moko
1639:
1640: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1641: equest.classes(): Value -> VStateless_class, part 3 (related to
1642: issue #1051)
1643:
1644: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
1645: request.classes(): Value -> VStateless_class, part 2 (related to
1646: issue #1051)
1647:
1648: * tests/results/: 224.processed, 323.processed: classes without
1649: methods should not be methoded (related to issue #1051)
1650:
1651: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
1652: main/compile_tools.h, main/pa_request.C: request.classes(): Value
1653: -> VStateless_class, part 1 (related to issue #1051)
1654:
1655: * tests/: 337.html, results/337.processed: test for
1656: ^reflection:fields_reference[] and VHashReference class added
1657: (related to feature #1072)
1658:
1659: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
1660: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
1661: and VHashReference added, allowing ^reflection:fields_reference[]
1662: implementation (closes feature #1072)
1663:
1664: 2016-07-19 moko
1665:
1666: * tests/: 323.html, results/323.processed: we want to see
1667: "methoded"
1668:
1669: * tests/: 336.html, results/336.processed: test for $BASE:property
1670: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
1671: #1059)
1672:
1673: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
1674: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
1675: somebody_entered_some_class, $BASE:property works again,
1676: ^BASE:method[] bugs fixed (fixes bug #1059)
1677:
1678: 2016-07-14 moko
1679:
1680: * tests/: 335.html, results/335.processed: test for feature #1055
1681: added
1682:
1683: * src/classes/hash.C: bugfix: $._default was not copied if empty
1684: feature: ^hash.contains[_default] added (implements feature
1685: #1055)
1686:
1687: 2016-07-13 moko
1688:
1689: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
1690: should not call @autouse (http://www.parser.ru/forum/?id=83480)
1691:
1692: 2016-07-05 moko
1693:
1694: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
1695: in ^hash.foreach (related to feature #1073)
1696:
1697: 2016-07-04 moko
1698:
1699: * tests/: 134.html, 281.html, results/134.processed,
1700: results/281.processed: tests updated after hash blocking removed
1701: (related to feature #1073)
1702:
1703: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
1704: no longer blocks on change during foreach (implements feature
1705: #1073)
1706:
1707: 2016-06-17 moko
1708:
1709: * tests/: 330.html, results/330.processed: try exception source
1710: test added (related to bug in #1062)
1711:
1712: * tests/: 334.html, results/334.processed: Exception stack trace
1713: test added (related to bug in $1062)
1714:
1715: * src/classes/op.C: Exception trace now correctly restored and
1716: errors reported (related to bug #1062)
1717:
1.104 moko 1718: 2016-05-25 moko
1719:
1720: * src/main/compile.y: minor cleanup + beauty
1721:
1722: 2016-05-24 moko
1723:
1724: * tests/: 333.html, results/333.processed: more exceptions testing
1725:
1726: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
1727: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
1728: features #1056, #1026)
1729:
1730: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
1731: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
1732: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
1733: (implements feature #1056)
1734:
1735: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
1736: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
1737: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
1738: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
1739: feature #1026)
1740:
1741: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
1742: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
1743: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
1744: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
1745: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
1746: feature #1026)
1747:
1748: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
1749: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
1750: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
1751: SYMBOLS_CACHING define implemented (related to feature #1026)
1752:
1753: * src/main/main.vcproj: + ps_symbols
1754:
1755: * src/: include/Makefile.am, include/pa_string.h,
1756: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
1757: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
1758: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1759: types/pa_vstateless_class.C: initial implementation for symbols
1760: cache (related to feature #1026)
1761:
1762: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
1763:
1764: * src/main/pa_globals.C: minor cleanup
1765:
1766: 2016-05-19 moko
1767:
1768: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
1769: (related to feature #1046)
1770:
1771: * tests/: 331.html, results/331.processed: test for
1772: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
1773: (related to feature #1051)
1774:
1775: * src/main/compile.y:
1776: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
1777: (implements feature #1054)
1778:
1779: 2016-05-18 moko
1780:
1781: * src/types/pa_vtable.C, tests/results/324.processed: no more
1782: "column not found" exception for ^table.no-such-method[] (related
1783: to feature #1046)
1784:
1785: * tests/: 261.html, results/261.processed: test added and updated
1786: after feature #1046 implementation
1787:
1788: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
1789: types/pa_vvoid.h: $string.anything works for whitespace strings,
1790: ^string.contains added for hash compatibility, $string.method no
1791: longer returns stting method (implements feature #1046)
1792:
1793: 2016-05-12 moko
1794:
1795: * src/classes/curl.C: content-type response header no longer
1796: ignored (fixes issue #1045)
1797:
1798: * tests/: 330.html, results/330.processed: test for incomplete
1799: finally execution when break occures added (related to issue
1800: #1077)
1801:
1802: * src/classes/op.C: bugfix: Request::skip reset is called before
1803: executing catch and finally code (fixes issue #1062)
1804:
1805: 2016-05-11 moko
1806:
1807: * tests/: 329.html, results/329.processed: test for invalid
1808: ^break[] behavour added (bug #1077)
1809:
1810: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
1811:
1812: 2016-04-24 moko
1813:
1814: * src/types/pa_vstateless_class.h: warning war
1815:
1816: 2016-04-17 moko
1817:
1818: * tests/: 328.html, results/328.processed: test for
1819: ^break(condition) and ^continue(condition) (related to feature
1820: #1063)
1821:
1822: * src/classes/op.C: ^break(condition) and ^continue(condition)
1823: implemented (feature #1063)
1824:
1825: 2016-04-12 moko
1826:
1827: * tests/results/280.processed: ordered hash now used for class
1828: methods and properties (test results updated for feature #1069)
1829:
1830: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
1831: to xdoc.C as under FreeBSD it was inited after and inheritance
1832: failed (related to issue #1051)
1833:
1834: * tests/: 320.html, results/320.processed: xdoc and xnode methods
1835: are printed to check inheritance (related to feature #1051)
1836:
1.103 moko 1837: 2016-04-09 moko
1838:
1839: * tests/results/320.processed: ordered hash now used for class
1840: methods and properties (test results updated for feature #1069)
1841:
1842: * src/types/pa_vstateless_class.h: ordered hash now used for class
1843: methods and properties (implements feature #1069)
1844:
1845: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
1846: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
1847: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
1848: feature #1051)
1849:
1850: 2016-04-07 moko
1851:
1852: * src/main/execute.C: returned Value in .CLASS case for VJunction
1853: (related to feature #1051)
1854:
1855: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
1856: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
1857: string constants deduplication (related to feature #1051)
1858:
1859: * tests/results/224.processed: test result updated (related to
1860: feature #1051)
1861:
1862: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
1863: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
1864: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
1865: types/pa_vstatus.h: classes hash now contains only
1866: VStateless_class derived objects, .CLASS is also allways
1867: VStateless_class derived object (related to feature #1051).
1868:
1869: 2016-04-06 moko
1870:
1871: * tests/results/323.processed: test result updated after feature
1872: #1051 implementation
1873:
1874: * src/: classes/classes.h, classes/op.C, classes/response.C,
1875: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1876: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
1877: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
1878: types/pa_vresponse.C, types/pa_vresponse.h,
1879: types/pa_vstateless_class.h: base -> methoded_donor for static
1880: classes, type() moved from VStateless_class to VClass and
1881: Methoded (implements feature #1051)
1882:
1883: 2016-04-04 moko
1884:
1885: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
1886: beauty: put_class added (related to feature #1051)
1887:
1888: 2016-04-01 moko
1889:
1890: * tests/results/: 175.processed, 192.processed, 224.processed,
1891: 229.processed, 244.processed, 246.processed, 316.processed: test
1892: results updated as class.type() removed from error messages, only
1893: type() left (related to feature #1051)
1894:
1895: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
1896: classes/op.C, classes/reflection.C, main/compile.y,
1897: main/compile_tools.h, main/execute.C, main/pa_request.C,
1898: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
1899: types/pa_vmethod_frame.h, types/pa_vobject.h,
1900: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
1901: from VStateless_class, type() is used instead (related to feature
1902: #1051)
1903:
1904: * src/classes/mail.C: old logic restored.
1905:
1906: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1907: classes/classes.h, classes/curl.C, classes/date.C,
1908: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1909: classes/hashfile.C, classes/image.C, classes/inet.C,
1910: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1911: classes/memcached.C, classes/memory.C, classes/reflection.C,
1912: classes/regex.C, classes/response.C, classes/string.C,
1913: classes/table.C, classes/xdoc.C, classes/xnode.C,
1914: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
1915: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
1916: feature #1051)
1917:
1918: 2016-03-30 moko
1919:
1920: * tests/: 327.html, results/224.processed, results/327.processed:
1921: test for TZ specification in ^date::create[], TZ is kept during
1922: ^date::create[$dt] (related to feature #1048)
1923:
1924: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
1925: ^date::create[], TZ is kept during ^date::create[$dt] (implements
1926: feature #1048)
1927:
1928: 2016-03-29 moko
1929:
1930: * tests/: 315.html, results/315.processed: test for timezone format
1931: +HHmm added (related to feature #1065)
1932:
1933: * src/classes/date.C: timezone format +HHmm now supported
1934: (implements feature #1065)
1935:
1936: 2016-03-28 moko
1937:
1938: * tests/: 202.html, results/131.processed, results/202.processed,
1939: results/224.processed, results/256.processed,
1940: results/315.processed: test results updated after %.2d now
1941: default for hours offset in iso-string (was %2d), test for
1942: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
1943: added (related to feature #1065)
1944:
1945: 2016-03-27 moko
1946:
1947: * src/types/pa_vdate.C: '+' sign for zero offset (related to
1948: feature #1065)
1949:
1950: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
1951: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
1952: added (implements feature #1065)
1953:
1954: 2016-03-24 moko
1955:
1956: * tests/: 202.html, results/202.processed: test $date.week added
1957: (related to bug #1067)
1958:
1959: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
1960: date (fix for bug #1067)
1961:
1962: 2016-03-10 moko
1963:
1964: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
1965:
1.102 moko 1966: 2015-12-07 moko
1967:
1968: * tests/: 326.html, results/326.processed: test for .CLASS &
1969: .CLASS_NAME optimization added (related to feature #844)
1970:
1971: 2015-11-17 moko
1972:
1973: * tests/: 323.html, results/323.processed: order added
1974:
1975: * tests/: 325.html, results/325.processed: double range test added
1976: (related to bug #1049)
1977:
1978: 2015-11-16 moko
1979:
1980: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
1981: added to disallow NaN and Infinity (fixes bug #1049)
1982:
1983: 2015-11-11 moko
1984:
1985: * tests/324.html: parser 3.4.3 execution support added (related to
1986: feature #1017)
1987:
1988: * tests/: 324.html, results/324.processed: test for
1989: GET_ELEMENT4CALL feature added (feature #1017)
1990:
1.101 moko 1991: 2015-10-29 moko
1992:
1993: * operators.txt: updated for 3.4.4
1994:
1995: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
1996:
1997: * src/main/pa_exec.C: get_exit_status implemented for Windows
1998: (related to bug #1043)
1999:
2000: 2015-10-28 moko
2001:
2002: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
2003: hangup during ^file::exec (fixes bug #1043)
2004:
1.100 moko 2005: 2015-10-27 moko
2006:
2007: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
2008:
1.99 moko 2009: 2015-10-26 moko
2010:
1.100 moko 2011: * tests/322.html, src/classes/reflection.C: arguments reorder
2012: (related to issue #1041)
2013:
2014: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
2015: Copyright year updated
2016:
1.99 moko 2017: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
2018: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
2019: classes/form.C, classes/hash.C, classes/hashfile.C,
2020: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
2021: classes/mail.C, classes/math.C, classes/memcached.C,
2022: classes/memory.C, classes/op.C, classes/reflection.C,
2023: classes/regex.C, classes/response.C, classes/string.C,
2024: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
2025: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
2026: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2027: include/pa_config_fixed.h, include/pa_config_includes.h,
2028: include/pa_dictionary.h, include/pa_dir.h,
2029: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2030: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2031: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2032: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2033: include/pa_request_charsets.h, include/pa_request_info.h,
2034: include/pa_sapi.h, include/pa_socks.h,
2035: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2036: include/pa_stack.h, include/pa_string.h,
2037: include/pa_stylesheet_connection.h,
2038: include/pa_stylesheet_manager.h, include/pa_table.h,
2039: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
2040: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
2041: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
2042: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
2043: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
2044: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
2045: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
2046: main/compile.y, main/compile_tools.C, main/compile_tools.h,
2047: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
2048: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
2049: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
2050: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
2051: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2052: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2053: main/pa_string.C, main/pa_stylesheet_connection.C,
2054: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
2055: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
2056: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
2057: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
2058: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
2059: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
2060: targets/isapi/parser3isapi.C, types/pa_junction.h,
2061: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2062: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
2063: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
2064: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
2065: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
2066: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
2067: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
2068: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
2069: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
2070: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
2071: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
2072: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
2073: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2074: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2075: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2076: types/pa_vresponse.C, types/pa_vresponse.h,
2077: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2078: types/pa_vstateless_object.h, types/pa_vstatus.C,
2079: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2080: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2081: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2082: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2083: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2084:
2085: * src/targets/cgi/parser3.C: year updated
2086:
2087: * src/classes/reflection.C: VS2003 compatibility fixed (related to
2088: issue #1041)
2089:
2090: * tests/: 323.html, results/323.processed: test for base classes
2091: added
2092:
2093: * tests/: 261.html, results/261.processed: updated after better
2094: error reporting done for $string.key exception
2095:
2096: * src/types/pa_vstring.h: better error report for $string.key
2097: exception
2098:
2099: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
2100: copied as VObject::get_element4call to remove extra virtual call
2101:
2102: * tests/: 322.html, results/322.processed: test for
2103: ^reflection:is[] added (related to feature #1041)
2104:
2105: * src/classes/reflection.C: ^reflection:is empty value is void
2106: (related to feature #1041)
2107:
2108: * src/classes/reflection.C:
2109: ^reflection:is[class_name|code|method;[context;]element_name]
2110: added (implements feature #1041)
2111:
2112: 2015-10-24 moko
2113:
2114: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
2115:
1.98 moko 2116: 2015-10-22 moko
2117:
2118: * tests/: 321.html, results/321.processed: test for
2119: ^reflection:method_info[] file detection added
2120:
2121: * tests/: 320.html, results/320.processed: test for
2122: ^reflection:class_by_name[class_name] added (related to feature
2123: #993)
2124:
2125: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
2126: added (implements feature #993)
2127:
2128: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
2129: (related to feature #1017)
2130:
2131: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
2132: added (related to issue #1039)
2133:
2134: * src/main/pa_request.C: ^throw origin fixed (related to feature
2135: #1039)
2136:
2137: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
2138: for VDate
2139:
2140: * tests/results/182.processed: updated after feature #1038
2141: implemented
2142:
2143: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
2144: compile-time exception origin added (test for feature #1039)
2145:
2146: * src/: include/pa_request.h, main/compile.C, main/compile.y,
2147: main/pa_request.C: exception unification: compile-time exceptions
2148: now have origin, @USE origins also tracked (implements feature
2149: #1039)
2150:
2151: 2015-10-20 moko
2152:
2153: * src/main/pa_request.C: cleanup
2154:
2155: 2015-10-15 moko
2156:
2157: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
2158:
2159: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
2160: types/pa_vtable.C: new feature: no more $table.method and
2161: $hash.method, aliases for _at, _count, _key (related to feature
2162: #1017)
2163:
1.97 moko 2164: 2015-10-14 moko
2165:
1.98 moko 2166: * tests/: 317.html, results/317.processed: test for
2167: ^string.unescape[] added (related to feature #120)
2168:
1.97 moko 2169: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
2170: defined" bug (described in issue #1036)
2171:
2172: * tests/: 247.html, results/247.processed: test for checkBOM added
2173: (test for bug #1037)
2174:
2175: * src/: include/pa_charsets.h, main/pa_charsets.C,
2176: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
2177: it's not enforced, skips BOM signature if it complies charset
2178: (fixes bug #1037)
2179:
2180: 2015-10-13 moko
2181:
2182: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
2183: linking
2184:
2185: * src/classes/inet.C: vs2003 compilation fix
2186:
2187: * src/classes/math.C: warning war
2188:
2189: * src/lib/punycode/pa_punycode.c: warning war
2190:
2191: 2015-10-12 moko
2192:
2193: * src/lib/punycode/pa_punycode.c: warning war
2194:
2195: * parser3.sln: moved parser3 first, to make it default startup
2196: project
2197:
2198: * buildall: parser "mirror" now used for external libs sources
2199: (implements feature #1036)
2200:
2201: * buildall: most external libs are updated to their current
2202: versions (related to feature #1036)
2203:
2204: * src/classes/image.C: more tags added
2205:
2206: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
2207:
2208: 2015-10-11 moko
2209:
2210: * src/classes/curl.C: minor optimization (related to feature #1035)
2211:
2212: 2015-10-09 moko
2213:
2214: * src/classes/curl.C: pa_strdup added for strings from curl
2215: (related to feature #1035)
2216:
2217: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
2218: ULLONG_MAX definition
2219:
2220: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
2221: (implements feature #1035)
2222:
2223: * src/main/pa_charset.C: String::Body(String::C) used
2224:
2225: * src/main/pa_charset.C: exceptions unified
2226:
2227: * src/: include/pa_charset.h, main/pa_charset.C: declarations
2228: unified
2229:
2230: * src/: classes/file.C, classes/image.C, classes/mail.C,
2231: classes/op.C, classes/xdoc.C, classes/xnode.C,
2232: include/pa_string.h, main/pa_request.C, main/pa_string.C,
2233: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
2234: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
2235: String::Body(String::C) constructor added (related to bug #957)
2236:
2237: * src/classes/file.C: minor optimization
2238:
2239: * src/include/pa_hash.h: hash.get(char*) added, to minimize
2240: Cord(char*) autocreation (related to bug #957)
2241:
2242: * src/: classes/string.C, main/untaint.C: minor optimizations
2243:
2244: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
2245: String(char*, Lang, length) removed, String(C(), Lang) used
2246: instead (related to bug #957)
2247:
2248: 2015-10-08 moko
2249:
2250: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
2251: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
2252: main/untaint.C: Now char * is converted to CORD only using
2253: AS_CORD() to check for empty cord bug (fixes bug #957)
2254:
2255: * src/include/pa_hash.h: fixed compilation without
2256: HASH_CODE_CACHING
2257:
2258: * src/classes/string.C:
2259: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
2260: feature #120)
2261:
2262: * src/main/pa_common.C: reduce js flags checks count (related to
2263: feature #120)
2264:
1.96 moko 2265: 2015-10-07 moko
2266:
2267: * tests/: 275.html, results/275.processed: test modified after
2268: unsigned long long int support implemented (feature #1034)
2269:
2270: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
2271: pa_atoul added for unsigned long long int support
2272:
2273: 2015-10-06 moko
2274:
2275: * src/types/pa_vdate.C: INT_MAX used
2276:
2277: 2015-10-03 moko
2278:
2279: * tests/: 302.html, results/302.processed: test for bug #1023
2280: (\u2028, \u2029 escaping) added
2281:
2282: * src/main/untaint.C: \u2028, \u2029 are now escaped in
2283: json:string[] (fixes bug #1023)
2284:
2285: 2015-09-29 moko
2286:
2287: * tests/305.html: try-catch added for OS without ipv6 support
2288:
2289: * src/lib/json/pa_json.C: more unique prefixes for Solaris
2290: compilation
2291:
2292: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
2293: main/execute.C, types/pa_value.h, types/pa_vhash.h,
2294: types/pa_vtable.C, types/pa_vtable.h: get_element4call
2295: implemented to distinguish ^hash.method from $hash.field
2296: (implements feature #1017)
2297:
2298: * src/lib/punycode/pa_punycode.c: warning war
2299:
2300: * src/include/pa_config_includes.h: warning war
2301:
2302: * src/include/pa_config_includes.h: pragma warning actualized a bit
2303:
2304: * src/include/pa_config_includes.h: warning war
2305:
2306: * src/include/pa_hash.h: clang compilation fix
2307:
2308: 2015-09-27 moko
2309:
2310: * src/main/compile.tab.C: Bison 3 is now default
2311:
2312: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
2313:
2314: 2015-09-25 moko
2315:
2316: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
2317: works with undefined HASH_ORDER (related to feature #196)
2318:
2319: 2015-09-24 moko
2320:
2321: * tests/: 027.html, results/027.processed: test modified to test
2322: ^hash.sort (feature #196)
2323:
2324: * src/: classes/hash.C, include/pa_hash.h:
2325: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
2326: added (implements feature #196)
2327:
2328: * tests/: 316.html, results/316.processed: Added test for bug #1025
2329: (exception handling in non-cached ^cache), plus for "it does not
2330: have logical value" and "$exception.handled value must be either
2331: boolean or string 'cache'" exceptions.
2332:
2333: * src/classes/op.C: ^cache: exceptions now handled in non-cached
2334: code (fixes bug #1025)
2335:
1.95 moko 2336: 2015-09-23 moko
2337:
2338: * src/classes/table.C: warning war
2339:
2340: * src/: classes/math.C, types/pa_vcookie.C: warning war
2341:
2342: * src/classes/file.C: warning war
2343:
2344: * src/: include/pa_table.h, main/pa_table.C: warning war
2345:
2346: * src/: main/pa_request.C, classes/date.C: warning war
2347:
2348: * src/: types/pa_vdate.C, classes/op.C: warning war
2349:
2350: * tests/: 122.html, results/122.processed: win sync: to remove
2351: differences with OS that doesn't keep timezone change history
2352:
2353: * src/types/pa_vdate.C: tzset() should be called in Windows after
2354: TZ change (related to feature #36)
2355:
2356: * tests/: 075.html, results/075.processed: win sync: to remove
2357: differences with OS that doesn't keep timezone change history
2358:
2359: * tests/: 315.html, results/315.processed: win sync: to remove
2360: differences with OS that doesn't keep timezone change history
2361:
2362: * tests/: 256.html, results/256.processed: win sync: to remove
2363: differences with OS that doesn't keep timezone change history
2364:
2365: * tests/: 124.html, results/124.processed: win results sync: to
2366: avoid hitting time change hole.
2367:
2368: * src/types/pa_vdate.C: static returned. :)
2369:
2370: 2015-09-22 moko
2371:
2372: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
2373:
2374: * tests/results/131.processed: more tests for feature #1032
2375:
2376: * src/classes/date.C: minor fix related to feature #1032
2377:
2378: * operators.txt: ISO date creation documented (related to feature
2379: #1032)
2380:
2381: * operators.txt: iso-string documented (related to feature #1032)
2382:
2383: * tests/: 315.html, results/315.processed: more tests added
2384: (related to feature #1032)
2385:
2386: * tests/: 131.html, results/131.processed: date range checks
2387: updated (related to feature #36)
2388:
2389: * tests/: 315.html, results/057.processed, results/315.processed:
2390: test added for ISO date support (related to issue #315)
2391:
2392: * src/classes/date.C: more readable exceptions in date creation
2393: (related to ticket #1032)
2394:
2395: 2015-09-18 moko
2396:
2397: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
2398: added (related to issue #1032)
2399:
2400: * tests/results/256.processed, src/classes/json.C: iso-string
2401: documented (related to issue #1032)
2402:
2403: * tests/: 256.html, results/256.processed: ISO date check added
2404: (related to issue #1032)
2405:
2406: * tests/: 057.html, results/057.processed, results/224.processed:
2407: tests results updated after ISO date support implemented (related
2408: to feature #1032)
2409:
2410: * src/: classes/date.C, classes/image.C, types/pa_value.h,
2411: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
2412: ^date::create[string] constructor formalized, ^date.iso-string[]
2413: added (implements feature #1032)
2414:
2415: 2015-09-05 moko
2416:
2417: * operators.txt: actualized
2418:
2419: * operators.txt: date changes documented (related to ticket #36)
2420:
2421: 2015-09-04 moko
2422:
2423: * src/types/pa_vdate.C: warning war
2424:
2425: * src/: classes/op.C, types/pa_vhashfile.C: warning war
2426:
2427: 2015-09-03 moko
2428:
2429: * tests/results/096.processed: test result updated for 0..9999 year
2430: date range support (related to feature #36)
2431:
2432: * tests/: 314.html, results/314.processed: test for
2433: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
2434: bug #1031)
2435:
2436: * src/classes/string.C: Static calls fixed for ^string:base64[],
2437: ^string:idna[], ^string:js-escape[] (closes bug #1031)
2438:
1.116 moko 2439: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
2440: configure.in -> configure.ac
1.95 moko 2441:
1.116 moko 2442: * configure, configure.in, src/include/pa_config_auto.h.in: more
2443: correct timezone check for FreeBSD Warning war: configure.in ->
2444: configure.ac
1.95 moko 2445:
2446: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 2447: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
2448: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
2449: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
2450: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
2451: src/main/Makefile.am, src/targets/apache/Makefile.am,
2452: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 2453: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
2454: check added
2455:
2456: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
2457:
2458: * tests/results/: 124.processed, 224.processed: test resuls updated
2459: for new date implementation (related to feature #36)
2460:
2461: * src/: classes/date.C, classes/image.C, include/pa_common.h,
2462: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
2463: types/pa_vdate.h: new double date implementation with internal
2464: support for extended 0..9999 year range, default timezone support
2465: (related to feature #36)
2466:
2467: 2015-08-28 moko
2468:
2469: * src/types/pa_vmail.C: fixed $mail:received.date calculations
2470: (fixes bug #1030)
2471:
2472: 2015-08-21 moko
2473:
2474: * src/classes/inet.C: snprintf size "bug" commented
2475:
2476: * src/main/pa_common.C: snprintf comments updated
2477:
2478: 2015-08-16 moko
2479:
2480: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
2481:
2482: 2015-08-11 moko
2483:
2484: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
2485: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
2486: can be null (fixes bug #1029)
2487:
2488: 2015-08-06 moko
2489:
1.116 moko 2490: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
2491: pa_vdate.C added
1.95 moko 2492:
2493: 2015-08-05 moko
2494:
2495: * tests/: 313.html, results/313.processed: test for
2496: ^table.count[columns] and ^table.flip[] with nameless tables
2497: (feature #1003)
2498:
2499: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2500: max_cell added, now ^table.count[columns] and ^table.flip[] works
2501: correctly for nameless tables (implements feature #1003)
2502:
2503: 2015-08-03 moko
2504:
2505: * tests/312.html: test for ^table.append[$hash] and
2506: ^table.insert[$hash] added (related to feature #1028)
2507:
2508: * src/classes/table.C: ^table.append[$hash] and
2509: ^table.insert[$hash] now supported (implements feature #1028)
2510:
2511: * tests/: 312.html, results/312.processed: test row copy in
2512: ^table.hash[; $.type[table] ] added (related to feature #1016)
2513:
2514: * src/classes/table.C: row copy now created in ^table.hash[;
2515: $.type[table] ] (related to feature #1016)
2516:
2517: 2015-07-29 moko
2518:
2519: * tests/: 312.html, results/312.processed: test for ^table.delete[]
2520: added (related to feature #1016)
2521:
2522: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2523: ^table.delete[] added to delete current row (related to feature
2524: 1016)
2525:
2526: 2015-07-28 moko
2527:
2528: * tests/: 312.html, results/312.processed: test for
2529: $table.column[value] and ^table.insert{row} (related to feature
2530: #1016)
2531:
2532: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
2533: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
2534: ^table.insert{row} are now implemented (feature #1016)
2535:
2536: * src/include/pa_array.h: Optimization: bool reverse removed from
2537: append(), insert() added, memmove arguments order in remove()
2538: fixed (related to feature #1016)
2539:
2540: 2015-07-23 moko
2541:
2542: * src/classes/json.C: tainted json and empty json exception added
2543: (implements feature #1015)
2544:
2545: * tests/: 311.html, results/311.processed: empty json and tainted
2546: json exception test added (related to issue #1015)
2547:
2548: 2015-07-22 moko
2549:
2550: * tests/: 311.html, results/311.processed: test for UTF-8
2551: processing added
2552:
2553: * tests/: 311.html, results/311.processed: test for
2554: json_exception_with_source added (related to issue #394)
2555:
2556: * src/classes/json.C: json_exception_with_source added (implements
2557: feature #394)
2558:
2559: 2015-06-29 moko
2560:
2561: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
2562: directories are now correctly determined if _d_type == DT_UNKNOWN
2563: (closes bug #1027)
2564:
2565: 2015-06-10 moko
2566:
2567: * src/types/pa_vxnode.h: extern "C" not requred and causes build
2568: error if libxml has LIBXML_ICU_ENABLED.
2569:
2570: 2015-06-04 moko
2571:
2572: * tests/099.html: ups, reverting
2573:
2574: * tests/: 099.html, 309.html, 310.html, results/309.processed,
2575: results/310.processed: tests for $response:body[ $.file[] ] and
2576: $response:last-modified added
2577:
2578: * src/main/pa_request.C: last-modified check fixed
2579:
2580: 2015-06-03 moko
2581:
2582: * tests/: 204.html, 205.html, 293.html, results/204.processed,
2583: results/205.processed, results/293.processed: $response:headers
2584: logging added (tests for feature #1007)
2585:
2586: * src/: include/pa_common.h, include/pa_request.h,
2587: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
2588: $response:headers are now in uppercase (closes feature #1007)
2589:
2590: 2015-06-02 moko
2591:
2592: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
2593: build errors reverted for clang compatibility
2594:
2595: 2015-06-01 moko
2596:
2597: * src/include/pa_memory.h: -pedantic build errors fixed
2598:
2599: * src/classes/math.C: -pedantic build error fixed
2600:
2601: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
2602:
2603: 2015-05-31 moko
2604:
2605: * src/classes/table.C: USE_STRINGSTREAM optimized
2606:
2607: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
2608: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
2609: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
2610: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
2611: types/pa_vxnode.h: warning war (-pedantic flag)
2612:
2613: 2015-05-28 moko
2614:
2615: * tests/: 308.html, results/308.processed: test for
2616: ^table::create[$t;], etc work added (related to bug #975)
2617:
2618: * src/classes/table.C: check_option_param removed,
2619: ^table::create[$t;], etc now works (fixes bug #975)
2620:
2621: 2015-05-27 moko
2622:
2623: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
2624: (Debian jessie) fixed (closes issue #1024)
2625:
2626: * tests/Makefile: sort added as in Debian jessie list become
2627: unsorted
2628:
2629: 2015-05-18 moko
2630:
2631: * tests/: 201.html, results/201.processed: test for
2632: ^string.trim[what] feature #1022
2633:
2634: * src/classes/string.C: ^string.trim[what] now supported,
2635: implements feature #1022
2636:
2637: 2015-05-17 moko
2638:
2639: * tests/results/185.processed: test result updated as feature #1021
2640: implemented (left/right accept negative parameter)
2641:
2642: * src/classes/string.C: left/right now accept negative parameter
2643: (implements feature #1021)
2644:
2645: 2015-05-08 moko
2646:
2647: * src/classes/math.C: isalnum -> pa_isalnum
2648:
2649: * src/main/execute.C: optimization in getter-junction processing
2650: (related to issue #997)
2651:
2652: 2015-05-07 moko
2653:
2654: * tests/: 307.html, results/307.processed: test for issue #997
2655: added
2656:
2657: * src/main/execute.C: process_getter result now checked if junction
2658: returned (closes issue #997)
2659:
2660: * tests/: 305.html, results/305.processed: sort added to ignore
2661: different order
2662:
2663: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
2664: assignment (closes issue #994)
2665:
2666: * tests/: 306.html, results/306.processed: test for issue #994
2667: added
2668:
2669: * tests/: 303.html, results/303.processed: two more errors tested
2670:
2671: 2015-05-06 moko
2672:
2673: * tests/: 305.html, results/305.processed: test for name2ip &
2674: ip2name added (related to feature #992)
2675:
2676: * tests/: 303.html, 304.html, results/303.processed,
2677: results/304.processed: tests for idna conversion added (related
2678: to issue #849)
2679:
2680: 2015-05-02 moko
2681:
2682: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
2683: implemented
2684:
2685: 2015-04-30 moko
2686:
2687: * src/main/pa_http.C: idna_host added, related to issue #849
2688:
2689: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
2690: (related to issue #849)
2691:
2692: 2015-04-24 moko
2693:
2694: * src/types/pa_vjunction.C: warning war
2695:
2696: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
2697: unification
2698:
2699: * src/lib/punycode/pa_idna.c: warning war
2700:
2701: 2015-04-22 moko
2702:
2703: * src/main/main.vcproj: punycode include path added
2704:
2705: * src/lib/punycode/pa_idna.c: windows compile error fixed
2706:
2707: * src/lib/punycode/pa_idna.c: warning war
2708:
2709: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
2710: project file added
2711:
2712: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
2713:
2714: * src/include/pa_memory.h: warning war
2715:
2716: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
2717: ^string:idna[xn--...], ^string.idna[] - idna conversion support
2718: implemented (related to feature #849)
2719:
2720: * configure.in, src/main/Makefile.am,
2721: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
2722: libpunycode added in Unix
2723:
2724: 2015-04-21 moko
2725:
2726: * configure.in: large files support
2727:
2728: 2015-04-15 moko
2729:
2730: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
2731: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
2732: pa_punycode.h: initial version for punycode/idna support library
2733: (ticket #849)
2734:
2735: 2015-04-08 moko
2736:
2737: * src/: classes/curl.C, classes/date.C, classes/file.C,
2738: classes/image.C, classes/mail.C, classes/reflection.C,
2739: classes/string.C, classes/xnode.C, include/pa_request.h,
2740: include/pa_string.h, include/pa_stylesheet_connection.h,
2741: main/compile.y, main/compile_tools.h, main/execute.C,
2742: main/pa_common.C, main/pa_request.C, main/pa_string.C,
2743: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
2744: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
2745: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
2746: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
2747: clang compiler warnings (closes issue #1018)
2748:
2749: * src/include/pa_string.h: String::Body comparation operators with
2750: char * added (related to issue #958)
2751:
2752: 2015-04-07 moko
2753:
2754: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
2755: pa_malloc/pa_free to remove system malloc/free usage (related to
2756: issue #1018)
2757:
2758: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
2759: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
2760: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
2761: main/pa_http.C, main/pa_request.C, main/pa_string.C,
2762: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
2763: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
2764: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
2765: malloc/strdup/free replaced with pa_ version and checks for
2766: accidental use of non-pa_ version added (related to issue #1018)
2767:
2768: 2015-04-03 moko
2769:
2770: * buildall: pcre-8.33 -> pcre-8.36
2771:
2772: * src/: main/compile.y, classes/form.C, classes/mail.C,
2773: classes/op.C, classes/string.C, main/compile.tab.C,
2774: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
2775: main/pa_sql_driver_manager.C, types/pa_vfile.C,
2776: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
2777: ticket #958)
2778:
2779: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
2780: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2781: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2782: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
2783: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
2784: $request:headers, $request:method added (implements feature
2785: #1007)
2786:
2787: 2015-03-17 misha
2788:
2789: * tests/302.html: - test for
2790: ^json:string[...;$._default[method-name]]
2791:
2792: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
2793: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
2794: option $._default[method-name] is specified in ^json:string[], a
2795: method with specified name will be called for classes/objects
2796: serialization ( new feature: #982 )
2797:
2798: 2015-03-16 misha
2799:
2800: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
2801: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
2802: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
2803: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
2804: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
2805: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
2806: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2807: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
2808: types/pa_vrequest.h, types/pa_vstateless_class.C,
2809: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2810: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
2811: $var.CLASS_NAME now have special opcodes. This can be switched
2812: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
2813: on pa_opcode.h ( new feature: #844 )
2814:
2815: 2015-03-15 misha
2816:
2817: * tests/075.html: - test for $response:header[]
2818:
2819: * src/types/pa_vresponse.C: - $response:header[] deletes header
2820: that was set earlie ( new feature: #1001 )
2821:
2822: 2015-03-12 misha
2823:
2824: * tests/246.html: - more tests for ^hash._at[]
2825:
2826: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
2827: accepts second param [key|value|hash] ( new feature: #1012 )
2828:
2829: 2015-03-09 moko
2830:
2831: * src/types/pa_vmail.C: exception for everything but
2832: $mail:received, closes issue #1011
2833:
2834: 2015-02-20 moko
2835:
2836: * tests/: 275.html, results/275.processed: hex detection in
2837: pa_atoui fix test (closes issue #1010)
2838:
2839: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
2840: issue #1010)
2841:
2842: 2015-02-17 moko
2843:
2844: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
2845: tainted.
2846:
2847: 2015-02-03 misha
2848:
2849: * tests/301.html: - test for ^json:string($double) causes
2850: exception. bugfix: #1008
2851:
2852: * src/classes/json.C: - ^json:string($double) causes exception.
2853: bugfix: #1008
2854:
2855: * tests/014.html: - updated for work with ^hash.delete[]
2856:
2857: 2015-01-12 misha
2858:
2859: * src/: classes/form.C, include/pa_common.h,
2860: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
2861: types/pa_vform.h: - supports body with PUT method as well ( new
2862: feature: #1006 )
2863:
2864: * src/classes/file.C: - warnings war
2865:
2866: 2015-01-11 misha
2867:
2868: * tests/300.html: - test for ^hash.delete[] is added
2869:
2870: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
2871: feature: #989 ) - tiny optimization in intersects
2872:
2873: 2015-01-06 moko
2874:
2875: * src/types/pa_vmail.C: file names transcode added, to and cc added
2876: with transcode, attachments detection fixed
2877:
2878: * src/main/pa_request.C: filling mail received after cgi/auto.p
2879: load to allow charset switch (related to issue #996)
2880:
2881: 2014-12-31 moko
2882:
2883: * src/types/pa_vmail.C: from and subject now transcoded if not
2884: UTF-8 source charset (fixes issue 996)
2885:
2886: * src/main/pa_exception.C: fixed string from stack bug (closes
2887: issue #1000)
2888:
2889: 2014-12-11 misha
2890:
2891: * src/types/pa_vhashfile.C: - check if key is not empty before
2892: access ( bug fix: #1005 )
2893:
2894: 2014-11-13 misha
2895:
2896: * src/main/compile.y: - PC.append does not reset to false while
2897: creating a new class. bugfix: #990
2898:
2899: * tests/299.html: - test for creation class after working with
2900: partial class (create+append)
2901:
2902: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
2903: #995
2904:
2905: * tests/232.html: - test for @get[def] added
2906:
2907: 2014-10-12 moko
2908:
2909: * src/lib/pcre/pcre_internal.vcproj: correct path
2910:
2911: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2912: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
2913: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
2914: targets/apache/ApacheModuleParser3.vcproj,
2915: targets/apache/ApacheModuleParser3Core.vcproj,
2916: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2917: types/types.vcproj: project GUID inserted in *.vcproj for correct
2918: conversion in newer VS versions
2919:
2920: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
2921: pcre_internal.vcproj added
2922:
2923: 2014-08-28 moko
2924:
2925: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
2926: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
2927: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
2928:
2929: 2014-06-30 misha
2930:
2931: * tests/298.html: - tests for ^reflection:def[class;className]
2932: added
2933:
2934: * src/classes/reflection.C: - ^reflection:def[class;className]
2935: added ( new feature: #918 )
2936:
2937: 2014-06-29 misha
2938:
2939: * src/classes/table.C: - ^table::create[unsupported data] -
2940: exception comment changed to "body must be table or code" ( bug
2941: fix: #951 )
2942:
2943: * tests/: 261.html, results/261.processed: - tests for
2944: ^json:string[...;$.void[null|string]] added
2945:
2946: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
2947: option $.void[string|null] added to ^json:string[...] ( new
2948: feature: #952 )
2949:
2950: 2014-06-28 moko
2951:
2952: * src/classes/curl.C: $.charset now processed before other curl
2953: options (closes issue #980)
2954:
2955: 2014-05-23 misha
2956:
2957: * src/classes/json.C: - bug fix: #987
2958:
2959: 2014-05-04 misha
2960:
2961: * tests/: 253.html, 253_json.txt: - test for
2962: ^json:parse[$.int(false)] is added
2963:
2964: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
2965: default true). The option is similar to $.double(bool) but for
2966: integers.
2967:
2968: 2014-05-01 moko
2969:
2970: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
2971: #12 )
2972:
2973: 2014-04-16 moko
2974:
2975: * src/main/pa_http.C: response-charset option should finally work
2976: now (fix for issue #867)
2977:
2978: * src/main/pa_http.C: response-charset option should work now (fix
2979: for issue #867)
2980:
2981: 2014-03-07 moko
2982:
2983: * buildall: libgc moved
2984:
2985: * buildall: libgc moved
2986:
2987: 2013-12-29 moko
2988:
2989: * src/classes/string.C: ^string:js-unescape result now tainted,
2990: closes issue #966
2991:
2992: * tests/: 186.html, results/186.processed: ^string:js-unescape
2993: result now tainted, issue #966
2994:
2995: 2013-12-03 moko
2996:
2997: * src/: classes/memcached.C, types/pa_vmemcached.C,
2998: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
2999: option was added for http://www.parser.ru/forum/?id=79343
3000:
3001: * src/classes/file.C: bugfix for
3002: http://www.parser.ru/forum/?id=79337
3003:
3004: 2013-11-05 moko
3005:
3006: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
3007:
3008: * src/main/pa_globals.C: spelling fixed
3009:
3010: 2013-10-29 moko
3011:
3012: * src/lib/json/json.vcproj: json.c -> pa_json.C
3013:
3014: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
3015: #892
3016:
3017: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
3018: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
3019: exceptions to be thrown thougth json library), related to issue
3020: #892
3021:
3022: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
3023: related to issue #896
3024:
3025: 2013-10-24 moko
3026:
3027: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
3028:
3029: 2013-10-23 moko
3030:
3031: * README: actualization
3032:
3033: 2013-10-22 moko
3034:
3035: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
3036: compatibility patch from Sergey Kirpichev
3037:
3038: * tests/: 297.html, results/297.processed: non-working getter fix
3039: test for issue #948
3040:
3041: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
3042: called when saving value of $match variable in ^string.match[] to
3043: increase compatibility (related to issue #948).
3044:
3045: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
3046: usage optimization
3047:
3048: 2013-10-21 moko
3049:
3050: * tests/: 182.html, results/182.processed: local path removed for
3051: compatibility
3052:
3053: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
3054: results/244.processed, results/253.processed,
3055: results/254.processed, results/275.processed,
3056: results/281.processed: try_catch -> try-catch
3057:
3058: * tests/: 288.html, 294.html, 296.html, results/288.processed,
3059: results/294.processed, results/296.processed: try_catch ->
3060: try-catch
3061:
3062: 2013-10-20 moko
3063:
3064: * tests/: 296.html, results/296.processed: test for xsl exception
3065: for issue #938 added.
3066:
3067: * src/: include/pa_xml_exception.h,
3068: main/pa_stylesheet_connection.C: forgotten to be replaced
3069: XmlException is now replaced (once again closes issue #938)
3070:
3071: 2013-10-19 misha
3072:
3073: * bin/auto.p.dist.in: - more mime-types are added
3074:
3075: 2013-10-18 moko
3076:
3077: * buildall: disable clock_gettime detection to avoid librt linking
3078: (which in turn depends on libpthread), related to issue #943
3079:
3080: 2013-10-18 misha
3081:
3082: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
3083: lib/smtp/smtp.vcproj, main/main.vcproj,
3084: targets/apache/ApacheModuleParser3Core.vcproj,
3085: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3086: types/types.vcproj: - new locations for libxml2 includes where
3087: added to vcproj files
3088:
3089: 2013-10-18 moko
3090:
3091: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
3092: fix
3093:
3094: * tests/: 295.html, results/295.processed: test for issue #948
3095: updated
3096:
3097: * src/classes/table.C: hopefully last lost part for issue #948 fix.
3098: :)
3099:
3100: * tests/: 295.html, results/295.processed: test for issue #948
3101: added
3102:
3103: * src/: classes/hash.C, classes/string.C, classes/table.C,
3104: include/pa_request.h, types/pa_method.h: for getters and setters
3105: to be executed request.put_element should be called, not
3106: context.put_element (fixes issue #948)
3107:
3108: 2013-10-17 moko
3109:
3110: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
3111: LIBXML2_NEW_BUFFER check (closes issue #943)
3112:
3113: * buildall: libxml 2.9.1 build is broken --without-reader.
3114:
3115: 2013-10-16 moko
3116:
3117: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
3118:
3119: * tests/: 294.html, results/294.processed: test for issue #938
3120:
3121: * src/: classes/xdoc.C, classes/xnode.C,
3122: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
3123: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
3124:
3125: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
3126: libxslt-1.1.26 -> libxslt-1.1.28
3127:
3128: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
3129: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
3130: to '?', related to issue #938
3131:
3132: 2013-10-15 moko
3133:
3134: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
3135: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
3136: minor optimizations (closes issue #896)
3137:
3138: * tests/results/: 292.processed, 293.processed: results updated to
3139: comply with issue #896
3140:
3141: * tests/: 292.html, 293.html, results/292.processed,
3142: results/293.processed: tests for json escaping
3143:
3144: 2013-10-14 moko
3145:
3146: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
3147: and cleanup, code moved from .h to .C, no changes in code
3148:
3149: 2013-10-12 moko
3150:
3151: * tests/results/119.processed: updated test result commited
3152:
3153: * tests/: 291.html, results/291.processed: test for issue #894
3154: added
3155:
3156: * src/types/pa_wcontext.h: base methods call support function
3157: get_somebody_entered_some_class should not be true forever, as
3158: wcontext can have many get_elements calls (fixes issue #894)
3159:
3160: 2013-10-11 moko
3161:
3162: * tests/: 290.html, results/290.processed: test for junction GPF
3163: issue #942 added
3164:
3165: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
3166: to native method fixed (closes issue #942)
3167:
3168: * tests/: 158.html, results/158.processed: test for csv-string[]
3169: added
3170:
3171: * src/classes/table.C: minor fixes for table.csv-string[] (closes
3172: feature #907)
3173:
3174: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
3175: feature #907)
3176:
3177: 2013-10-09 moko
3178:
3179: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
3180: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
3181: types/pa_vstateless_class.C: GET_default, SET_default now works
3182: properly not only in objects, but in classes as well (closes
3183: issue #903)
3184:
3185: * tests/: 289.html, results/289.processed: GET/SET_default now
3186: works in classes, not only objects, test case added, related to
3187: issue #903
3188:
3189: * tests/: 288.html, results/288.processed: test for endless
3190: recursion bug added (related to issue #903)
3191:
3192: 2013-10-05 moko
3193:
3194: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3195: classes/table.C, main/execute.C, types/pa_method.h,
3196: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
3197: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3198: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
3199: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
3200: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
3201: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
3202: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
3203: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
3204: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
3205: optimization: put_element no longer has "bool areplace" argument,
3206: related to issue #903
3207:
3208: 2013-10-03 moko
3209:
3210: * tests/results/182.processed: result for $.replace(false) test
3211: commited
3212:
3213: * src/classes/date.C: ^date::create(number) processed correctly
3214: (fixes issue #901)
3215:
3216: * src/classes/image.C: as_no_junction removed, as param can be
3217: expression (closes issue #931)
3218:
3219: * tests/233.html: test for issue #931 added
3220:
3221: 2013-10-02 moko
3222:
3223: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
3224: modified, test for $.replace(false) added
3225:
3226: * src/main/compile_tools.h: forgotten class replace returned. :)
3227:
3228: 2013-09-30 moko
3229:
3230: * tests/: 141.html, results/141.processed: md5 tainting test added
3231:
3232: * src/: classes/op.C, include/pa_request.h, main/compile.y,
3233: main/compile_tools.h, main/pa_request.C: allow_class_replace
3234: implemented; $.replace option added to ^process and ^use
3235:
3236: 2013-08-27 moko
3237:
3238: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
3239: cstr_to_string_body_untaint should be called with charsets for
3240: possible uri language and connection for possible sql language.
3241: related to issue #857
3242:
3243: * buildall: and -> or fixed
3244:
3245: 2013-08-26 moko
3246:
3247: * buildall: prepare_ functions logic changed to support
3248: gc-7.2d.tar.gz extracting to gc-7.2 directory
3249:
3250: 2013-08-23 moko
3251:
3252: * src/include/pa_config_fixed.h: gc and xml libs are now linked
3253: statically
3254:
3255: 2013-08-22 moko
3256:
3257: * src/classes/string.C: String::Empty used (related to issue #912)
3258: append_know_length removed (related to old GPF bug)
3259:
3260: 2013-08-21 moko
3261:
3262: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
3263:
3264: * src/classes/math.C: ^math:digest[...;$file] support added
3265: (related to ticket #857
3266:
3267: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
3268: implemented
3269:
3270: * src/types/pa_vhashfile.h: warning war
3271:
3272: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
3273: include/pa_request.h, main/pa_request.C, types/pa_value.h:
3274: anti_endless_json_string_recoursion removed from request;
3275: json_string_recoursion added to json_options; $.indent[indent
3276: value] now supported and passed within recoursion closes feature
3277: #937
3278:
3279: * tests/: 287.html, results/287.processed: test for feature #937
3280:
3281: 2013-07-31 moko
3282:
3283: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
3284: compilation having #define _S
3285:
3286: * src/main/pa_globals.C: cleanup
3287:
3288: 2013-07-30 moko
3289:
3290: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
3291: main/pa_common.C: vs2003 warning war
3292:
3293: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
3294:
3295: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
3296:
3297: * src/lib/md5/pa_sha2.c: warning war
3298:
3299: 2013-07-29 moko
3300:
3301: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
3302: patches from github
3303:
3304: * src/: classes/bool.C, classes/double.C, classes/int.C,
3305: classes/memcached.C, include/pa_config_includes.h,
3306: types/pa_vfile.C, types/pa_vfile.h: warning war
3307:
3308: * src/lib/json/json.vcproj: C++ -> C
3309:
3310: * src/lib/json/: json.c, pa_json.C: C++ warning revert
3311:
3312: * src/lib/json/: json.c, pa_json.C: windows compatibility
3313:
3314: * src/lib/json/: json.c, pa_json.C: windows compatibility
3315:
3316: * src/lib/json/: json.c, pa_json.C: warning war
3317:
3318: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
3319:
3320: * src/include/pa_config_fixed.h: uint16_t added
3321:
3322: * configure.in: uint16_t check added
3323:
3324: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 3325: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
3326: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
3327: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
3328: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 3329:
3330: 2013-07-25 moko
3331:
3332: * parser3.sln: dependencies added
3333:
3334: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
3335: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
3336: module support
3337:
3338: * src/targets/apache/mod_parser3_core.C: win32 cleanup
3339:
3340: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
3341:
3342: 2013-07-23 moko
3343:
3344: * src/: include/pa_memory.h, main/pa_memory.C: non-working
3345: PA_DEBUG_GC_MEMORY removed
3346:
3347: * src/: main/pa_globals.C, targets/cgi/parser3.C:
3348: PA_DEBUG_DISABLE_GC compilation fix
3349:
3350: * src/: classes/op.C, classes/table.C, include/pa_request.h,
3351: main/pa_request.C: outdated RESOURCES_DEBUG removed
3352:
3353: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
3354: garbage cleanup
3355:
3356: * src/main/pa_common.C: warning war
3357:
3358: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
3359:
3360: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
3361: minor cleanup
3362:
3363: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
3364: uses cygwin, not WIN32 implementation
3365:
3366: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
3367: able to exec shell scripts
3368:
3369: * src/classes/math.C: ifdef WIN32 cleanup
3370:
3371: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
3372:
3373: * bin/auto.p.dist.in: libpq.so -> libpq.
3374:
3375: * src/classes/curl.C: LT_MODULE_EXT used
3376:
3377: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
3378:
3379: 2013-07-22 moko
3380:
3381: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
3382: includes fix
3383:
3384: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
3385:
3386: * configure.in, src/include/pa_config_includes.h,
3387: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
3388: src/main/pa_exec.C: includes cleanup
3389:
3390: * src/targets/cgi/parser3.C: 2012->2013
3391:
3392: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
3393:
3394: * configure.in, src/include/pa_config_includes.h,
3395: src/include/pa_http.h, src/lib/json/JSON_parser.h,
3396: src/main/pa_random.C, src/main/pa_socks.C,
3397: src/types/pa_vstatus.C: cygwin support cleanup
3398:
3399: * configure.in: dirent.h check added
3400:
3401: * src/: include/pa_config_includes.h, include/pa_dir.h,
3402: main/pa_dir.C: includes cleanup, dirent.h check added filePath
3403: not copied
3404:
3405: 2013-07-21 moko
3406:
3407: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
3408:
3409: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
3410: parser3.vcproj: unused getopt.h / getopt.c removed
3411:
3412: * operators.txt, src/classes/file.C, tests/022.html,
3413: tests/results/022.processed: ^file:list[path][$.filter[regexp]
3414: $.stat(true)] usage commented
3415:
3416: * configure.in, src/classes/file.C, src/include/pa_dir.h,
3417: src/main/pa_dir.C: ^file:list[] now has dir column and when
3418: $.stat(true) it has size/*date columns modified patch from misha@
3419: that closes issue #914.
3420:
3421: * src/: include/pa_config_includes.h, main/pa_globals.C:
3422: PA_RELEASE_ASSERTS removed
3423:
3424: * src/lib/md5/pa_md5c.c: minor cleanup
3425:
3426: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
3427: localeconv()->decimal_point usage remoed (related to issue #934)
3428:
3429: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
3430: cordprnt.c removed
3431:
3432: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
3433: pa-include/pa_errno.h, pa-include/pa_file_io.h,
3434: pa-include/pa_strings.h: includes cleanup
3435:
3436: * src/lib/md5/pa_md5c.c: headers cleanup
3437:
3438: 2013-07-20 moko
3439:
3440: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
3441: cleanup
3442:
3443: 2013-07-19 moko
3444:
3445: * src/classes/math.C: extern "C" added for crypt
3446:
3447: 2013-07-18 moko
3448:
3449: * src/classes/math.C: fix redhat7.2 build
3450:
3451: 2013-07-17 moko
3452:
3453: * configure.in, src/include/pa_config_includes.h,
3454: src/include/pa_config_fixed.h: headers actualized (inttypes.h
3455: added for uint8/32/64_t)
3456:
3457: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
3458: pa_config_includes.h used for uint32/64_t
3459:
3460: 2013-07-16 moko
3461:
3462: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
3463: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
3464: war
3465:
3466: * src/main/compile.tab.C: compile.y was updated
3467:
3468: * src/main/compile.y: warning war
3469:
3470: * src/: include/pa_exception.h, main/pa_exception.C,
3471: main/pa_xml_exception.C: warning war
3472:
3473: * src/: include/pa_common.h, main/pa_common.C: warning war
3474:
3475: * configure.in: beauty :)
3476:
3477: * tests/: 141.html, results/141.processed: sha256/512 added
3478:
3479: 2013-07-13 moko
3480:
3481: * src/lib/md5/md5.vcproj: sha2 added
3482:
3483: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
3484: classes/math.C: sha2 support (sha256/sha512 digest)
3485:
3486: 2013-07-08 moko
3487:
3488: * src/classes/image.C: directory read or other read problem message
3489: fixed (related to issue #933)
3490:
3491: 2013-07-07 moko
3492:
3493: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
3494: dependense from $charsetsdir directory existance and content (and
3495: UTF-8 is default allready)
3496:
3497: * AUTHORS: + misha + moko. :)
3498:
3499: 2013-07-06 moko
3500:
3501: * src/: classes/curl.C, include/pa_globals.h,
3502: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
3503: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
3504: for lt_dlinit to be called once and lt_dlexit called at right
3505: place (related to issue #925)
3506:
3507: 2013-07-04 moko
3508:
3509: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
3510: VString::as_vfile now uses vfile.set_binary_string to avoid
3511: content-type to be set, as it brokes badly designed logic in
3512: response output. This hopefully finishes issue #928.
3513:
3514: * tests/results/: 256.processed, 286.processed: file now displayed
3515: as name, size, mode, content-type
3516:
3517: * src/main/pa_common.C: read error now reported cottectly (fixes
3518: issue #933
3519:
3520: 2013-06-28 moko
3521:
3522: * tests/: 286.html, results/286.processed: test extended
3523:
3524: * tests/: 286.html, results/286.processed: Test for issue #928
3525: added. it tests default content-type change.
3526:
3527: * src/types/pa_vfile.C: closes issue #928 - default content-type
3528: now updated
3529:
3530: 2013-06-25 moko
3531:
3532: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
3533: content-type for text/binary files without name added;
3534: ^file::create[$f;...] options now works properly and $f
3535: properties are default (fixes issue #928)
3536:
3537: 2013-05-16 misha
3538:
3539: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
3540: added
3541:
3542: * src/main/pa_table.C: - a tiny memory optimisation while creating
3543: table if specified limit is bigger than source rows count
3544:
3545: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
3546: added ( new feature: #858 )
3547:
3548: 2013-04-29 moko
3549:
3550: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
3551: $.ipresolve(0|1|2) added (closes issue #891)
3552:
3553: * src/lib/curl/curl.h: CURL_IPRESOLVE added
3554:
3555: 2013-04-24 moko
3556:
3557: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3558: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
3559: types/pa_vmemcached.h: ^memcache.release[] added, calls
3560: memcached_quit (refs #893)
3561:
3562: 2013-04-22 moko
3563:
3564: * src/: include/pa_string.h, main/pa_common.C: no more double
3565: slashes in file path (fixes bug #872)
3566:
3567: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
3568: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
3569: #739)
3570:
3571: * tests/results/266.processed: $.max_params added (feature #915)
3572:
3573: * src/: include/pa_common.h, main/pa_http.C: response-charset
3574: option added to file::load (closes issue #867)
3575:
3576: 2013-04-20 misha
3577:
3578: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
3579: commited
3580:
3581: 2013-03-15 misha
3582:
3583: * src/classes/: hash.C, table.C: - Optimisation: do not create
3584: multiple empty strings while ::sql. uae String::Empty instead
3585:
3586: 2013-03-14 misha
3587:
3588: * src/classes/reflection.C: - for user classes
3589: ^reflection:method_info[] returns $.max_params and $.extra_param
3590: with $.call_type if they available ( new feature: #915 )
3591:
3592: * src/classes/file.C: - ^file:delete[] now supports an option
3593: $.exception(false) that suppress any exception while deleting
3594: file ( new feature: #916 )
3595:
3596: * src/classes/curl.C: - parsing cookies after curl:load now should
3597: work :)
3598:
3599: 2013-03-12 misha
3600:
3601: * src/types/pa_vfile.C: - if specified file_name is empty string
3602: set default name for the file
3603:
3604: 2013-03-11 misha
3605:
3606: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
3607: also available in $f.cookies
3608:
3609: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
3610: moved to a separate method
3611:
3612: 2013-03-10 moko
3613:
3614: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
3615: added
3616:
3617: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
3618: removed (declared by autoconf)
3619:
3620: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
3621: uint32_t define
3622:
3623: 2013-03-10 misha
3624:
3625: * src/classes/file.C: ^file:delete and ^file:move now support
3626: option $.keep-empty-dirs(true) ( new feature: #884 )
3627:
3628: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
3629: empty dirs is added
3630:
3631: 2013-03-10 moko
3632:
3633: * src/classes/: bool.C, double.C, int.C: default can be present,
3634: but default check removed from ^int/double/bool.int/double/bool
3635: for string.int/double/bool compatibility (related to issue #913)
3636:
3637: * src/classes/string.C: ^string.int/dobule/bool no longer
3638: internally throws exception if default is present (closes issue
3639: #913)
3640:
3641: 2013-03-09 misha
3642:
3643: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
3644: optimisations ( #845 )
3645:
3646: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
3647:
3648: 2013-03-08 moko
3649:
3650: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
3651: creates correct table (fixes issue #910)
3652:
3653: * src/classes/op.C: r.connection() -> r.connection(false) to allow
3654: use outside of 'connect' operator (fixes issue #911)
3655:
3656: * tests/results/: 096.processed, 122.processed: test results
3657: updated as doubles now printed with 15 significant digits, not 5
3658: (fixes issue #882)
3659:
3660: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
3661: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
3662:
3663: 2013-02-21 moko
3664:
3665: * src/classes/table.C: _locate_name_value does not check arguments
3666: count, so we check it in advance (fixes issue #905)
3667:
3668: 2012-10-23 moko
3669:
3670: * buildall: old shell for and echo compatibility (for six)
3671:
3672: 2012-10-19 moko
3673:
3674: * buildall: --strip added --disable-safe-mode listed in usage
3675:
3676: 2012-10-17 misha
3677:
3678: * src/classes/op.C: - apply-taint should not throw "outside
3679: connect" exception with sql lang now
3680:
3681: 2012-10-17 moko
3682:
3683: * src/main/pa_request.C: bugfix: safe mode should be inited for
3684: each request (for apache module)
3685:
3686: 2012-09-26 moko
3687:
3688: * src/doc/doxygen.cfg: png -> svg
3689:
3690: 2012-09-25 moko
3691:
3692: * tests/: 141.html, results/141.processed: md5 hmac added, long key
3693: test added
3694:
3695: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
3696: double use when key is long
3697:
3698: 2012-09-16 moko
3699:
3700: * src/classes/math.C: Format -> Method Encode -> Format
3701:
3702: * tests/: 141.html, results/141.processed: math:digest hmac test
3703: added
3704:
3705: 2012-09-14 moko
3706:
3707: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
3708: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
3709: implementation added
3710:
3711: 2012-09-12 moko
3712:
3713: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
3714: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
3715: targets.dox and string.dox slightly actualized
3716:
3717: 2012-08-31 moko
3718:
3719: * ChangeLog: now generated with patched cvs2cl.pl
3720:
3721: 2012-07-29 moko
3722:
3723: * tests/285.html, src/main/execute.C, tests/results/285.processed:
3724: result should be pushed after VMethodFrame destructor is called,
3725: as it deletes junctions from stack params (fixes issue #868)
3726:
3727: 2012-07-23 moko
3728:
3729: * INSTALL, README: buildall script usage documented, other outdated
3730: info updated.
3731:
3732: * buildall-with-xml, buildall-without-xml: replaced by buildall
3733:
3734: 2012-07-21 moko
3735:
3736: * buildall: glib does not compile when threads are disabled...
3737:
3738: * src/types/pa_vmail.C: g_assertion fixes for empty input
3739:
3740: * src/types/pa_vmail.C: yet another fix (strange GPF on object
3741: unref, can't unref nested objects)
3742:
3743: * src/types/pa_vmail.C: another check added
3744:
3745: 2012-07-19 moko
3746:
3747: * buildall: usage added
3748:
3749: * buildall: new buildall script that unites buildall-with-xml,
3750: buildall-without-xml, --with-apache and --with-mailreceive
3751:
3752: * configure.in: support for static gmime and dynamic glib linking.
3753: fixes for FreeBSD
3754:
3755: 2012-07-17 moko
3756:
3757: * configure.in: --with-mailreceive replaced
3758: --with-static-mailreceive and --with-shared-mailreceive pathlink
3759: removed
3760:
3761: 2012-07-16 moko
3762:
3763: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
3764: capitalized, content now decoded and text content converted to
3765: $request:charset. all properties are accessed by functions, this
3766: ready for dynamic load.
3767:
3768: 2012-06-28 moko
3769:
1.116 moko 3770: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
3771: 32 bit
1.95 moko 3772:
3773: 2012-06-27 moko
3774:
3775: * buildall-with-xml, buildall-without-xml: fetch requires -p for
3776: passive ftp
3777:
3778: * src/lib/ltdl/ltdl.vcproj: release build fixed
3779:
3780: * configure.in: 3.4.2 RC -> 3.4.2
3781:
3782: 2012-06-22 moko
3783:
3784: * src/types/pa_vfile.C: returned empty mode to stated files (issue
3785: #815)
3786:
3787: * tests/: 284.html, results/284.processed: output options test
3788: (feature #265)
3789:
3790: 2012-06-22 misha
3791:
3792: * tests/215.html: - little changes
3793:
3794: 2012-06-21 moko
3795:
3796: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
3797: types/pa_vxdoc.h: output_options returned and used (bugfix for
3798: feature #265)
3799:
3800: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
3801: breaks long .*, default 10M restored. (issue #216)
3802:
3803: * tests/: 283.html, results/283.processed: test for issue #815
3804: added
3805:
3806: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
3807: again, cstrm not required.
3808:
3809: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
3810: Win32 and broken FreeBSD (issue #45)
3811:
3812: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
3813:
3814: * src/main/pa_string.C: warnings war
3815:
3816: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
3817: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
3818: main/pa_socks.C, targets/apache/pa_threads.C,
3819: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3820: types/pa_vstatus.C: compilation under cygwin fixed
3821:
3822: 2012-06-19 moko
3823:
3824: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
3825: Windows fixed
3826:
3827: * parser3.sln: removed antique pcre_ctype
3828:
3829: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
3830:
3831: * src/include/pa_config_fixed.h: undefined reference to
3832: __imp__pcre_* fix for Windows
3833:
3834: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 3835: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
3836: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
3837: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
3838: define fixed
1.95 moko 3839:
3840: 2012-06-18 moko
3841:
3842: * src/classes/memcached.C: flush -> clear
3843:
3844: * src/classes/memcached.C: memcached does not support quotes even
3845: in server name
3846:
3847: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3848: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
3849: called on open to check servers existance. $.key(true) syntax
3850: now supported
3851:
3852: 2012-06-17 moko
3853:
3854: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
3855: cleanup
3856:
3857: * src/classes/table.C, tests/282.cfg, tests/282.html,
3858: tests/results/282.processed: encloser at the EOF bug fixed,
3859: incorrectly enclosed data now processed more logicaly (fixes
3860: #339)
3861:
3862: 2012-06-15 moko
3863:
3864: * buildall-without-xml: sync with buildall-with-xml
3865:
3866: * buildall-with-xml: download auto-detected between fetch and curl
3867:
3868: * configure.in: --with-gc and --with-pcre now also processed
3869: correctly
3870:
1.116 moko 3871: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
3872: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
3873: should be run on rol1 using automake / aclocal (GNU automake)
3874: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 3875:
3876: * configure.in: new PARSER_VERSION logic
3877:
3878: * src/include/pa_version.h: new pa_version.h logic
3879:
3880: * src/: classes/curl.C, classes/file.C, classes/image.C,
3881: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
3882: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
3883: feols_normalized -> fis_text_content set_binary added
3884:
3885: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
3886:
3887: 2012-06-15 misha
3888:
3889: * src/: classes/curl.C, classes/file.C, classes/image.C,
3890: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
3891: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
3892: ^file::create[text;content] EOLs in content now is normalized. (
3893: new feature: #815 )
3894:
3895: 2012-06-15 moko
3896:
3897: * configure.in: --disable-version-update added to disable version
3898: update with host information (for debian package) whitespace
3899: optimized
3900:
3901: * configure.in: version changed to 3.4.2 RC no-pic added for
3902: libtool
3903:
3904: * src/include/pa_version.h: Nice pa_version.h default. Please keep
3905: it.
3906:
3907: 2012-06-14 moko
3908:
3909: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
3910: tests/results/281.processed: "hash flocked" error removed for
3911: safe operations like ^h._count[] ( new feature: #335 )
3912:
1.116 moko 3913: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 3914:
3915: * buildall-with-xml, buildall-without-xml: --with-static -> --with
3916:
3917: * configure.in: --with-static/shared xml replaced with --with-xml,
3918: xml compilation check added
3919:
3920: * configure.in: --with-static/shared-gc, --with-static-pcre are
3921: replaced with --with-gc and --with-pcre test for pcre linking
3922: added
3923:
3924: 2012-06-13 moko
3925:
3926: * configure.in: apxs2 check optimized
3927:
3928: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
3929: .la, includes optimized
3930:
3931: * buildall-with-xml: --with-pic looks better for -fPIC
3932:
3933: * configure.in: switched to convenience library in static linking
3934:
3935: * src/targets/apache/Makefile.am: switched to convenience library
3936: usage to avoid libtool warnings
3937:
3938: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
3939: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
3940: smtp/Makefile.am: switched to convenience library usage
3941:
3942: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
3943:
3944: * src/targets/apache/Makefile.am: updated for libtool usage
3945:
3946: * bin/auto.p.dist.in: .cfg removed from charset names.
3947:
3948: * buildall-without-xml: --with-included-ltdl added
3949:
3950: * buildall-without-xml: sync with buildall-with-xml
3951:
3952: * buildall-with-xml: --with-included-ltdl added $cflags added for
3953: -fPIC for x64 $download added for wget success check added
3954:
3955: * buildall-without-xml: --with-dynamic-stdcpp removed
3956:
3957: * configure.in: disable-static returned
3958:
3959: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
3960: LIBTOOLFLAGS
3961:
3962: 2012-06-12 moko
3963:
3964: * configure.in, src/targets/cgi/Makefile.am: disable-static not
3965: compatible with LIBTOOLFLAGS for unknown reasons
3966:
3967: * buildall-with-xml: --with-dynamic-stdcpp removed
3968:
3969: * configure.in: static/dynamic -lstdc++ linking option removed
3970: apxs2 check added
3971:
3972: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
3973: option removed
3974:
3975: 2012-06-10 moko
3976:
3977: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
3978: added
3979:
3980: * src/targets/cgi/pp3.cmd: old PAF stuff
3981:
1.116 moko 3982: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
3983: beauty
1.95 moko 3984:
3985: * depcomp: from libtool 2.4.2
3986:
3987: * configure.in: ltdl directory removed, it has correct Makefile.in
3988:
3989: 2012-06-09 moko
3990:
1.116 moko 3991: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
3992: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 3993: autogenerated files updated after libtool update
3994:
1.116 moko 3995: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
3996: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 3997: config_auto.h.in, config_fixed.h, configure, configure.ac,
3998: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
3999: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
4000: config/compile, config/config.guess, config/config.sub,
4001: config/depcomp, config/install-sh, config/ltmain.sh,
4002: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
4003: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
4004: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
4005: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
4006: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
4007: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
4008: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
4009: m4/lt~obsolete.m4: libtool updated to version 2.4.2
4010:
4011: * configure.in: preparation for new libtool
4012:
4013: * configure.in: Some beauty added :)
4014:
4015: * src/targets/apache/Makefile.am: := -> =
4016:
4017: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
4018: again. :)
4019:
4020: * src/include/pa_config_includes.h, configure.in: limits.h added,
4021: previously was taken from pcre_internal.h. :)
4022:
4023: * src/lib/pcre/Makefile.am: config.h returned
4024:
4025: * src/lib/pcre/config.h: still need this. :)
4026:
4027: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
4028:
4029: * configure.in: --with-charsets removed; --with-mysql-client & co
4030: removed
4031:
4032: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
4033: now in parser tree, no need to copy
4034:
4035: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
4036: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
4037: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
4038: debian/patches/101_pcre.patch - local copy of pcre_internal.h
4039: extracts now used old trash removed
4040:
4041: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
4042: rare charsets/drivers are commented, sql driver quessing removed
4043: (debian/patches/103_auto_p.patch)
4044:
4045: * etc/parser3.charsets/Makefile.am: charsets now in share
4046: (debian/patches/104_automake.patch) + all charsets are copied
4047:
4048: * buildall-with-xml, buildall-without-xml: curl option removed +
4049: extra arguments now supported
4050:
4051: 2012-06-08 misha
4052:
4053: * src/classes/table.C: - one params.as_hash usage was rolled back:
4054: the 2nd option in ^table.hash[] could be hash or table so
4055: .as_hash will throw an exception when table option is specified
4056:
4057: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4058: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
4059: classes/table.C, classes/void.C, classes/xdoc.C,
4060: include/pa_exception.h, types/pa_vmethod_frame.C,
4061: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
4062: and improved (whitespaces are allowed as empty options) -
4063: MethodParams::as_table is added - above methods are used for
4064: parsing methods' options ( new feature: #9 )
4065:
4066: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
4067: to vclass. now class fields can be accessible as a hash:
4068: $h[^hash::create[$asd:CLASS]]
4069:
4070: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
4071: have get_fields method so their fields can be accessed with
4072: ^reflection:fields[...] & ^reflection:field[...]
4073:
4074: 2012-06-06 misha
4075:
4076: * tests/280.html: - tests for
4077: ^reflection:method[obj-or-class;method],
4078: ^reflection:field[obj-or-class;field] and
4079: ^reflection:fields[obj-or-class] are added
4080:
4081: 2012-06-05 misha
4082:
4083: * src/classes/reflection.C: - ^reflection:method[class or
4084: object;method name] and ^reflection:field[class or object;field
4085: name] are added
4086:
4087: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
4088: is used
4089:
4090: * src/types/pa_method.h: - Method::as_vjunction method is added
4091:
4092: 2012-06-05 moko
4093:
1.116 moko 4094: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 4095:
4096: * src/classes/memcached.C: flish ttl fixed
4097:
4098: 2012-06-04 moko
4099:
4100: * src/classes/json.C, src/classes/op.C, tests/279.html,
4101: tests/results/279.processed: ^json:parse[] now supports $.taint
4102: option (new feature #833)
4103:
4104: 2012-06-04 misha
4105:
4106: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
4107: - search_stop method was moved from pa_vcookie.C to pa_common.C
4108:
4109: 2012-06-03 misha
4110:
4111: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
4112: cookies are parced and stored into $.cookies ( new feature: #31 )
4113:
4114: 2012-05-30 misha
4115:
4116: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
4117: incomplete class into a scope while @USE is found
4118:
4119: * src/main/compile.y: - add incomplete class into a scope while
4120: @USE and @CLASS instructions are found ( bugfix: #838 )
4121:
4122: 2012-05-30 moko
4123:
4124: * src/types/pa_vclass.C, tests/278.html,
4125: tests/results/278.processed: removed "property has no getter
4126: method" exception when GET_DEFAULT present (fixes #269)
4127:
4128: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
4129: $._default
4130:
4131: 2012-05-29 moko
4132:
4133: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
4134: uninitialized values usage (new feature: #154)
4135:
4136: 2012-05-28 moko
4137:
4138: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
4139: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
4140: src/types/pa_vdate.h, src/types/pa_vdouble.h,
4141: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
4142: src/types/pa_vobject.C, src/types/pa_vobject.h,
4143: src/types/pa_vstring.h, src/types/pa_vtable.C,
4144: tests/results/277.processed, src/types/pa_vtable.h,
4145: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
4146: ^json:string[$o; $.default[$method]] implemented for VObject (new
4147: feature #803)
4148:
4149: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
4150: tests/results/277.processed: json numbers are now treated as
4151: double ( new feature: #834 )
4152:
4153: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
4154: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
4155: added for out of range checks, zero division in vint/vdouble
4156: check added ( fixes #832 )
4157:
4158: * tests/: 275.html, results/275.processed: tests for pa_atoui added
4159: ( fixes #832 )
4160:
4161: 2012-05-28 misha
4162:
4163: * buildall-with-xml: - --without-lzma option is added to libxml2
4164: configure
4165:
4166: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
4167: added - tests for unsupported values for options $.file, $.table
4168: and $.date are added
4169:
4170: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
4171: accepts "stat" $.file[] option's value in addition to existed
4172: "text" and "base64" ( new feature: #835 )
4173:
4174: * tests/276.html: - test for
4175: ^reflection:delete[$object-or-class;field-name]
4176:
4177: * src/classes/reflection.C: -
4178: ^reflection:delete[$object-or-class;field-name] is added ( new
4179: feature: #268 )
4180:
4181: 2012-05-27 misha
4182:
4183: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
4184:
4185: 2012-05-24 misha
4186:
4187: * src/include/pa_common.h: - method lastposafter was removed
4188:
4189: * src/classes/file.C: - use strrpbrk & rskipchars instead of
4190: lastposafter - ^file:dirname[] & Co proper handle windows file
4191: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
4192: work as *nix commands
4193:
4194: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
4195:
4196: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
4197: rskipchars were added
4198:
4199: * tests/270.html: - more tests for ^file:find[]
4200:
4201: * tests/065.html: - more tests for ^file:dirname[] & Co
4202:
4203: * src/include/pa_version.h: - must be "win32" here. it is
4204: auto-generated on *nix
4205:
4206: 2012-05-24 moko
4207:
4208: * src/classes/math.C: ^math:convert[] now supports uint32 and
4209: throws overflow exception ( new feature: #830 )
4210:
4211: * tests/: 275.html, results/275.processed: test for ^math:convert[]
4212: uint32 support and overflow added ( new feature: #830 )
4213:
4214: 2012-05-23 moko
4215:
4216: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
4217: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
4218: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
4219: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
4220: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4221: types/pa_vregex.h, types/pa_vstateless_class.C,
4222: types/pa_vstateless_class.h, types/pa_vstring.h,
4223: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
4224: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
4225: "return string as-is" removed from as_expr_result. ( new feature:
4226: #831 )
4227:
4228: * tests/results/244.processed: test changed after bug #782 fix
4229: commited
4230:
4231: * tests/results/229.processed: test results for bug #782 commited
4232:
4233: * tests/: 254.html, results/254.processed: uid now just compared,
4234: not printed. :)
4235:
4236: 2012-05-20 moko
4237:
4238: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
4239: feature: #341 )
4240:
4241: * tests/: 254.html, results/254.processed: test for
4242: ^reflection:uid[] added
4243:
4244: * tests/: 254.html, results/254.processed: test for
4245: ^reflection:uid[$obj] added
4246:
4247: 2012-05-17 misha
4248:
4249: * src/main/untaint.C: - do not replace ' char by _26 while
4250: exploding filespec-tainting ( new feature: #829 )
4251:
4252: 2012-05-12 moko
4253:
4254: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
4255: not.
4256:
4257: 2012-05-08 moko
4258:
4259: * src/types/pa_vmethod_frame.h: bug #782 fixed
4260:
4261: * tests/229.html: test for bug #782
4262:
4263: * tests/results/259.processed, src/main/pa_request.C,
4264: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
4265: src/types/pa_vstring.h, src/types/pa_vvoid.C,
4266: src/types/pa_vvoid.h: feature #154 - first empty param now
4267: string; defined locals are empty strings; $STRICT-VARS(true)
4268: added
4269:
4270: 2012-04-27 moko
4271:
1.116 moko 4272: * src/targets/apache/Makefile.am:
1.95 moko 4273: ../../lib/memcached/libmemcached.a added
4274:
4275: 2012-04-27 misha
4276:
4277: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
4278: ( #827 )
4279:
4280: 2012-04-25 moko
4281:
4282: * src/: classes/json.C, classes/memcached.C,
4283: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4284: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
4285: implemented.
4286:
4287: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
4288:
4289: 2012-04-23 moko
4290:
4291: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4292: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4293: types/pa_vmemcached.h: open allows options hash for new
4294: memcached(options) function
4295:
4296: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
4297: not appended
4298:
4299: 2012-04-21 moko
4300:
4301: * src/classes/curl.C: '' added. :)
4302:
4303: * src/classes/classes.vcproj: new curl.h location
4304:
4305: * src/classes/curl.C: verbose output redirection from stderr to
4306: file curl option added
4307:
4308: 2012-04-20 moko
4309:
4310: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
4311: contains what we need from curl, #ifdef HAVE_CURL removed
4312:
1.116 moko 4313: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 4314: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 4315: src/lib/Makefile.am, src/lib/curl/Makefile.am,
4316: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 4317: configure option
4318:
4319: 2012-04-19 moko
4320:
4321: * src/: classes/double.C, classes/inet.C, classes/int.C,
4322: classes/string.C, lib/gc/include/gc_allocator.h,
4323: types/pa_vform.C: PVS-Studio detected errors fixes, unused
4324: options from sql_result_string removed. (closes issue #468)
4325:
4326: * src/types/pa_vmemcached.C: empty string fix
4327:
4328: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
4329: pa_vstring.C, pa_vstring.h: serialization helpers moved to
4330: pa_vmemcached.C
4331:
4332: 2012-04-18 moko
4333:
4334: * src/targets/apache/mod_parser3.c: "Parser3 module requires
4335: apache2-mpm-prefork" error displayed in threaded mpm.
4336:
4337: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
4338: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
4339: installed (issue #354)
4340:
4341: 2012-04-16 moko
4342:
4343: * src/types/pa_vmemcached.C: call to memcached_result_create and
4344: memcached_result_free removed
4345:
4346: 2012-04-14 moko
4347:
4348: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
4349:
4350: * src/types/pa_vmemcached.C: check_key added and used
4351:
4352: 2012-04-13 moko
4353:
4354: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
4355: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
4356: Serialization_data now added and used, VString now serialized
4357: with languages into memcached.
4358:
4359: 2012-03-28 moko
4360:
4361: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
4362: lib/memcached/pa_memcached.h: result lengths added
4363:
4364: 2012-03-27 moko
4365:
4366: * src/types/pa_vmemcached.C: strdup added
4367:
4368: 2012-03-24 moko
4369:
4370: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4371: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4372: types/pa_vmemcached.h: memcached: mget, flush, fttl added
4373:
4374: 2012-03-20 moko
4375:
1.116 moko 4376: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 4377:
4378: * src/targets/cgi/Makefile.am: cleanup
4379:
4380: * src/: types/Makefile.am, types/pa_vmemcached.C,
4381: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
4382:
4383: * src/: classes/Makefile.am, classes/memcached.C,
4384: lib/memcached/Makefile.am, lib/memcached/constants.h,
4385: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4386: lib/memcached/types.h, lib/Makefile.am: memcached initial
4387:
4388: 2012-03-16 moko
4389:
4390: * src/main/execute.C: ident now works under Linux + ident displays
4391: filenames (closes issue #818)
4392:
1.116 moko 4393: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 4394: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
4395: pa_vmethod_frame_local.h removed
4396:
4397: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
4398: classes/classes.h, classes/curl.C, classes/date.C,
4399: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
4400: classes/hashfile.C, classes/image.C, classes/inet.C,
4401: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4402: classes/memory.C, classes/op.C, classes/reflection.C,
4403: classes/regex.C, classes/response.C, classes/string.C,
4404: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
4405: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
4406: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4407: include/pa_config_fixed.h, include/pa_config_includes.h,
4408: include/pa_dictionary.h, include/pa_dir.h,
4409: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4410: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4411: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4412: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4413: include/pa_request_charsets.h, include/pa_request_info.h,
4414: include/pa_sapi.h, include/pa_socks.h,
4415: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4416: include/pa_stack.h, include/pa_string.h,
4417: include/pa_stylesheet_connection.h,
4418: include/pa_stylesheet_manager.h, include/pa_table.h,
4419: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
4420: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
4421: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
4422: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
4423: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
4424: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
4425: main/compile.tab.C, main/compile.y, main/compile_tools.C,
4426: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
4427: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
4428: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
4429: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
4430: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4431: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4432: main/pa_string.C, main/pa_stylesheet_connection.C,
4433: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
4434: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
4435: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
4436: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
4437: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
4438: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
4439: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4440: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
4441: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
4442: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
4443: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
4444: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
4445: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4446: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
4447: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
4448: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
4449: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
4450: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
4451: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4452: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
4453: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
4454: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
4455: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
4456: types/pa_vresponse.h, types/pa_vstateless_class.C,
4457: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4458: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
4459: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
4460: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
4461: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
4462: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
4463: ident now works under Linux + ident displays filenames (closes
4464: issue #818) Copyright updated
4465:
4466: 2012-03-13 moko
4467:
4468: * src/main/pa_string.C: compilation fix for feature #741
4469:
4470: 2012-03-09 misha
4471:
4472: * tests/193.html: - tests for ^string:base64[encoded] are updated
4473:
4474: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
4475: now detects invalid base64 chars in the middle of encoded stricg
4476: ( new feature: #55 )
4477:
4478: * src/include/pa_exception.h: - new exception type for base64
4479: decoding is added
4480:
4481: 2012-03-06 misha
4482:
4483: * tests/274.html: - tests for ^date::today[] and
4484: ^date.sql-string[datetime|date|time] are added
4485:
4486: * src/classes/date.C: - constructor ^date::today[] is added ( new
4487: feature: #811 ) - ^date.sql-string[] now can accept one param --
4488: strings "datetime", "date" or "time" - comments tidying up
4489:
4490: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
4491: date and time
4492:
4493: 2012-03-03 misha
4494:
4495: * tests/193.html: - tests for
4496: ^string:base64[encoded;$.strict(true)] are added
4497:
4498: * tests/results/auto.p: - try-catch operator is added
4499:
4500: * src/: classes/file.C, classes/string.C, include/pa_common.h,
4501: main/pa_common.C: - $.strict(true|false) option is added to
4502: base64 decode methods ( new feature: #55 )
4503:
4504: * src/main/pa_common.C: - base64 decode memory usage was decreased
4505: ( new feature: #819 )
4506:
4507: 2012-02-28 moko
4508:
4509: * src/classes/hash.C: ident test
4510:
4511: 2012-02-27 misha
4512:
4513: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
4514:
4515: 2012-01-08 misha
4516:
4517: * tests/273.html: - tests for ^string.replace[from;to] are added
4518:
4519: * src/: classes/string.C, include/pa_dictionary.h,
4520: main/pa_dictionary.C, main/pa_string.C: -
4521: ^string.replace[from;to] is added ( new feature: #741 ) -
4522: ^string.replace[one subst here] is slightly optimized
4523:
4524: 2011-12-07 misha
4525:
4526: * src/classes/table.C: - $t[^table::create{$empty}] now creates
4527: named table with one empty column ( bugfix: #63 )
4528:
4529: 2011-11-30 misha
4530:
4531: * src/classes/json.C: - it's possible to set user's method for
4532: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
4533: #763 )
4534:
4535: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
4536:
4537: 2011-11-23 misha
4538:
4539: * src/: classes/curl.C, classes/file.C, classes/image.C,
4540: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
4541: types/pa_vfile.h, types/pa_vform.C: - constructor
4542: ^file::create[mode;filename;content[;options]] now accepts binary
4543: mode and file-content - new constructor's format:
4544: ^file::create[string-or-file-content[;$.name[filename]
4545: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
4546: feature: #65 )
4547:
4548: * src/: include/pa_request.h, main/pa_request.C: - new method
4549: mime_type_of(const String*) is added
4550:
4551: * src/include/pa_exception.h: - new exception constant
4552: FILE_NAME_MUST_BE_SPECIFIED is added
4553:
4554: * src/classes/table.C: - bug with negative offset transformed into
4555: a feature. it means pointing to a row from the end of the table (
4556: new feature: #810 )
4557:
4558: 2011-11-19 misha
4559:
4560: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
4561: â ìåòîäå _select ( new feature: #810 )
4562:
4563: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
4564: options were specified together is simplified
4565:
4566: 2011-11-12 misha
4567:
4568: * src/main/pa_request.C: - forgotten fix for escaping filename in
4569: HTTP content-disposition header (a part of bug #361 )
4570:
4571: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
4572: checks for ancestors' classes as well ( new feature: #456 )
4573:
4574: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
4575: "without cycle" now have types "parser.break" and
4576: "parser.continue" instead of "parser.runtime" ( new feature: #799
4577: )
4578:
4579: 2011-11-11 misha
4580:
4581: * tests/results/: 099.processed, 100.processed, 205.processed,
4582: 237.processed: - since bug #361 was fixed the content of filename
4583: in HTTP headers is quoted
4584:
4585: * tests/results/270.processed: - result for test 270
4586:
4587: * tests/: 065.html, results/065.processed: - more tests for
4588: ^file:basename[] & Co were added
4589:
4590: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
4591:
4592: * tests/270.html: - tests for ^file:find[] are added
4593:
4594: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
4595: using option $.charset. option $.engoding is still supported but
4596: these options can not be specified together
4597:
4598: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
4599: comparation charset name with string "UTF-8" ( bugfix: #759 )
4600:
4601: 2011-10-11 misha
4602:
4603: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
4604: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
4605: #622)
4606:
4607: 2011-09-30 misha
4608:
4609: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
4610: exception "saving stat-ed file" ( bugfix: #395 )
4611:
4612: 2011-05-30 misha
4613:
4614: * src/classes/string.C: - fixed bug which was added with
4615: params.as_hash into string:sql
4616:
4617: 2011-05-29 misha
4618:
4619: * src/types/pa_value.C: - filename in content-disposition header
4620: must be quoted ( bugfix: #361 )
4621:
4622: 2011-05-27 misha
4623:
4624: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
4625: created file
4626:
4627: * src/classes/: hash.C, mail.C: - little tunning with get_hash
4628: usage
4629:
4630: * src/include/pa_exception.h: - one more string for exception was
4631: added
4632:
4633: 2011-05-25 misha
4634:
4635: * tests/269.html: - tests for checking input params in some dom
4636: methods
4637:
4638: * src/classes/: xdoc.C, xnode.C: - validation of some input params
4639: was added. it isn't possible not wo create xdoc with invalid
4640: tagName. ( bugfix: #160 )
4641:
4642: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
4643: string "data must be string" was mover from pa_exception.h to
4644: pa_xml_exception.h
4645:
4646: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
4647: as_xmlncname, as_xmlname and as_xmlnsuri were added
4648:
4649: * src/main/pa_xml_exception.C: - XmlException accepts more options
4650:
4651: * src/include/pa_xml_exception.h: - XmlException accepts more
4652: options - XML-related exception's strings were added
4653:
4654: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
4655: output_options were removed)
4656:
4657: 2011-05-19 misha
4658:
4659: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
4660: params.as_hash is used more while parsing methods hash-options
4661:
4662: 2011-05-18 misha
4663:
4664: * operators.txt: - info about json-serialization of xdoc was added
4665:
4666: * tests/256.html: - tests for json-serialization xdoc were added
4667:
4668: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
4669:
4670: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4671: classes/json.C, classes/xdoc.C: - now json:string can serialize
4672: xdoc-objects. options (the same as ^xdoc.string[]) could be
4673: specified in $.xdoc[] ( new feature: #265 )
4674:
4675: 2011-05-15 misha
4676:
4677: * tests/268.html: - tests for ^table.count[with options] were added
4678:
4679: * src/classes/table.C: - method ^table.count[] now can accept
4680: options ( new feature: #93 ): ^table.count[column] returns number
4681: of columns for named table; ^table.count[cells] returns number of
4682: cells in the current row; ^table.count[] & ^table.count[rows]
4683: return number of rows in a table.
4684:
4685: * tests/267.html: - test for checking switch/case in boolean mode
4686: was added
4687:
4688: * src/classes/op.C: - if switch's or case's value is bool, they are
4689: compared as bool values, not as double values: new feature: #351
4690:
4691: 2011-05-06 misha
4692:
4693: * tests/242.html: - EOL before EOF was added
4694:
4695: * tests/169.html: - tests for splitting empty string and void were
4696: added
4697:
4698: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
4699: returned table with one empty cell)
4700:
4701: 2011-04-03 misha
4702:
4703: * src/include/pa_version.h, configure.in: - version in head was
4704: changed to 3.4.2b
4705:
4706: 2011-03-30 misha
4707:
4708: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
4709: as well ( new feature #294 )
4710:
4711: 2011-03-29 misha
4712:
4713: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
4714: limited to approx. 6 MB. previous limits were too big for real
4715: life. bugfix: #216
4716:
4717: 2011-03-04 moko
4718:
4719: * etc/parser3.charsets/cp866.cfg: Conforms to
4720: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
4721:
4722: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
4723: vlalek@
4724:
4725: 2011-02-22 misha
4726:
4727: * src/include/pa_charset.h, operators.txt: - some methods mustn't
4728: be under #ifdef XML or parser can't be compiled without xml
4729: support
4730:
4731: 2011-02-21 misha
4732:
1.116 moko 4733: * src/targets/apache/: Makefile.am: - mention
1.95 moko 4734: ApacheModuleParser3.vcproj was removed
4735:
4736: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
4737: removed)
4738:
4739: 2011-02-20 misha
4740:
4741: * tests/: 266.html, 266.p: - tests for checking $.inherited and
4742: $.overridden in ^reflection:method_info[...] were added
4743:
4744: * src/classes/reflection.C: - beautifying result of
4745: ^reflection:method_info[] ($.overridden/inherited)
4746:
4747: 2011-02-18 misha
4748:
4749: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
4750: and pa_isalnum instead of isalpha and isalnum - bug with
4751: redundand quoting lowercased latin chars while building email
4752: body was fixed
4753:
4754: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
4755: added (they check for latin chars only)
4756:
4757: 2011-02-16 misha
4758:
4759: * src/main/pa_charset.C: - bugfix: in some cases the calculating
4760: string size for transcoding gave too small value (should ever
4761: look for availability char in dest charset inspite of the char
4762: size)
4763:
4764: 2011-02-04 moko
4765:
4766: * tests/223.html: header values now not url-encoded (issue #195)
4767:
4768: 2011-02-01 misha
4769:
4770: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
4771:
4772: 2011-01-31 misha
4773:
4774: * src/main/pa_request.C: - throw exception if param file_name in
4775: use_file is empty
4776:
4777: 2011-01-08 moko
4778:
4779: * src/classes/curl.C: compilations errors fixed
4780:
4781: 2010-12-29 moko
4782:
4783: * tests/: 265.html, results/265.processed: test for issue #200
4784: added
4785:
4786: * src/main/pa_string.C: empty regex result check added (fixes issue
4787: #200)
4788:
4789: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
4790:
4791: * tests/results/223.processed: header values now not url-encoded
4792: (issue #195)
4793:
4794: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
4795: main/untaint.C: L_HTTP_HEADER now used in http headers values,
4796: pa_http_safe_header_name added for headers names (fixes bug #195)
4797:
4798: 2010-12-18 misha
4799:
4800: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
4801: => pa-include
4802:
4803: 2010-11-28 moko
4804:
4805: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
4806:
4807: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
4808: -> pa
4809:
4810: * configure.in: apr -> pa
4811:
4812: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
4813:
4814: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
4815: classes/Makefile.am, types/Makefile.am: apr -> pa
4816:
4817: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
4818: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
4819: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
4820: pa-include/pa_apr.h, pa-include/pa_errno.h,
4821: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
4822: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
4823: module apr name conflict resolved)
4824:
4825: 2010-11-27 misha
4826:
4827: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
4828: libbz2
4829:
4830: 2010-11-26 misha
4831:
4832: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
4833: warnings removed
4834:
4835: 2010-11-25 moko
4836:
4837: * operators.txt: $.indent(true)
4838:
4839: * operators.txt: another bugfix. :)
4840:
4841: * operators.txt: bugfix. :)
4842:
4843: * buildall-with-xml: libxml2-2.7.8 + with-apache
4844:
4845: 2010-11-24 moko
4846:
1.116 moko 4847: * configure: apxs support
1.95 moko 4848:
4849: * configure.in: apxs support -Bstatic gc removed for OS X
4850:
4851: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
4852:
4853: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
4854: THREAD_LOCAL usage
4855:
4856: * src/: classes/curl.C, include/pa_config_includes.h,
4857: main/pa_globals.C: THREAD_LOCAL defined and used
4858:
4859: 2010-11-23 moko
4860:
4861: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
4862: should be passed to pa_sleep, and only fractional part (bugfix:
4863: #188)
4864:
4865: * src/targets/apache/mod_parser3.c: 1.3 compatibility
4866:
4867: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
4868: GC_dont_gc=1, as in cgi version
4869:
4870: * src/targets/apache/mod_parser3.c: warning war
4871:
4872: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
4873: pa_httpd.h: version removed, some trash removed
4874:
4875: * src/targets/apache/mod_parser3.c: version removed (we don't want
4876: to show it), warning war
4877:
4878: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
4879: pa_httpd.h: parser_status_allowed removed + merge config
4880: functions removed (override is the default) + beauty
4881:
4882: * src/: include/pa_request.h, main/pa_request.C,
4883: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
4884: hide $status used in apache module removed
4885:
4886: 2010-11-18 moko
4887:
4888: * operators.txt: $.table[compact] added for ^json:string[]
4889:
4890: 2010-11-16 moko
4891:
4892: * src/targets/apache/mod_parser3.c: some cleanup done
4893:
4894: * src/main/untaint.C: bugfix: first, second String::Body argument
4895: is hashcode; second, info.fragment_begin is original, not
4896: resulting length
4897:
4898: * src/classes/file.C: new feature: $.stdin now untainted
4899:
4900: * tests/results/264.processed: new feature: $.stdin[] now untainted
4901:
4902: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
4903:
4904: * src/classes/op.C: ^apply-taint[] method added
4905:
4906: * tests/: 264.html, results/264.processed: ^apply-taint[] test
4907: added; $.stdin untaint test added
4908:
4909: 2010-11-15 moko
4910:
4911: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
4912: removed
4913:
4914: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
4915: pa_httpd.h: 2x2 calculated under apache2. :)
4916:
4917: 2010-11-13 moko
4918:
4919: * src/targets/apache/mod_parser3.c: initial changes to build module
4920: with apache 2.x includes
4921:
4922: * src/targets/apache/: Makefile.am, mod_parser3.c,
4923: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
4924: united apache 1.3 / apache 2.x DSO module
4925:
4926: 2010-11-09 moko
4927:
4928: * src/types/pa_method.h: check added to dissallow @method[name;*]
4929: syntax
4930:
4931: * tests/: 263.html, results/263.processed: test from method[*args]
4932: added
4933:
4934: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
4935: number of params can now be passed to a method declared with *arg
4936:
4937: 2010-11-06 moko
4938:
4939: * src/classes/table.C: formating fixed. :)
4940:
4941: * src/classes/table.C: closes #4: ^table.select now supports
4942: $.limit(), $.offset, $.reverse() options
4943:
4944: * tests/: 262.html, results/262.processed: test for ^table:select
4945: with options added (feature #4)
4946:
4947: * src/include/pa_array.h: remove function added
4948:
4949: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
4950: object in get_element/put_element, using static one.
4951:
4952: 2010-11-04 moko
4953:
4954: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
4955: options is passed
4956:
4957: * tests/: 256.html, results/256.processed: $.table[compact] feature
4958: now tested; k and p in handler now tested.
4959:
4960: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
4961: $.table[compact] feature added
4962:
4963: * src/classes/json.C: key is now passed to handler in
4964: value_json_string; ^json:string result now process tainting
4965: inside and returns clean string, related to issue #153
4966:
4967: * src/main/untaint.C: bugfix: charset can be null (in
4968: ^string:save[] as example), thus check is added
4969:
4970: 2010-10-31 moko
4971:
4972: * src/classes/string.C: error message changed (fixes issue #149)
4973:
4974: 2010-10-29 moko
4975:
4976: * src/main/pa_http.C: ":port" is now added to "Host:" header if
4977: port is not default (fixes issue #155); exception on invalid port
4978: added.
4979:
4980: * src/main/untaint.C: '*' is now not urlencoded to allow header
4981: "Accept: */*" to be passed
4982:
4983: 2010-10-28 moko
4984:
4985: * src/classes/curl.C: bugfix: detect_charset() was throwing
4986: exception on unknown charset even if response_charset was
4987: specified
4988:
4989: 2010-10-27 moko
4990:
4991: * src/classes/string.C: ^string.append removed for void
4992: compatibility
4993:
4994: 2010-10-26 moko
4995:
4996: * src/classes/json.C: libjson supports array at top level, we too
4997: (GPF fixed)
4998:
4999: 2010-10-25 moko
5000:
5001: * tests/: 253.html, results/253.processed: libjson supports array
5002: at top level, parser now supports it as well.
5003:
5004: * tests/261.html, tests/results/261.processed,
5005: src/types/pa_vstring.h: empty string is now void compatible
5006: (allows $empty.key)
5007:
5008: 2010-10-22 misha
5009:
5010: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
5011: while adding additional expires checkout)
5012:
5013: * tests/030.html: - test for session cookie was added
5014:
5015: 2010-10-21 moko
5016:
5017: * src/: classes/string.C, classes/void.C, main/execute.C,
5018: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
5019: string (feature #111)
5020:
5021: * tests/: 261.html, results/261.processed: checks void from string
5022: inheritance (feature #111)
5023:
5024: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
5025: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
5026: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
5027: now true by default
5028:
5029: 2010-10-17 moko
5030:
5031: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
5032: upload now uses binary blocks instead of L_FILE_POST tainting.
5033: (bugfix: #128)
5034:
5035: * tests/: 223.html, results/223.processed: binary file upload test
5036: added, GPF (issue #128) also checked in this test
5037:
5038: 2010-10-13 misha
5039:
5040: * tests/260.html: - test for math:convert
5041:
5042: * src/classes/math.C: - error in math:convert was fixed
5043:
5044: * operators.txt: - info about
5045: ^math:convert[number](from-base;to-base) was added
5046:
5047: * src/classes/math.C: - method
5048: ^math:convert[number](from-base;to-base) for converting number
5049: represention from one base to another was added ( new feature:
5050: #23 )
5051:
5052: 2010-10-13 moko
5053:
5054: * src/main/compile.tab.C: [] now is empty string, not void
5055:
5056: * src/main/compile.y: [] now is empty string, not void
5057:
5058: * src/types/pa_vvoid.h: void now passed as parameter
5059:
5060: * tests/: 259.html, results/259.processed: to test difference
5061: between void and empty string (see ticket #111)
5062:
5063: * tests/results/152.processed: $sEmpty[] is now empty string, not
5064: void
5065:
5066: * tests/256.html: $s[$void] is no longer empty string
5067:
5068: * tests/254.html: empty string is no longer void
5069:
5070: 2010-10-12 misha
5071:
5072: * src/types/pa_vcookie.C: - check if $.expires value can be
5073: converted to date during cookies set up ( bugfix: #104 )
5074:
5075: * tests/041.html: - more tests for ^table.locate were added
5076:
5077: * src/classes/table.C: - ^table.locate[field;value;options] didn't
5078: work ( bugfix: #129 ) - exception comment for incorrect options
5079: ^table.locate[field;value;options] was fixed
5080:
5081: 2010-10-10 moko
5082:
5083: * src/: classes/reflection.C, main/execute.C: constructor returning
5084: another object feature returned
5085:
5086: * tests/results/258.processed: test result updated as constructor
5087: returning another object feature returned
5088:
5089: * tests/: 258.html, results/258.processed: test for constructor
5090: returning another object
5091:
5092: 2010-10-08 misha
5093:
5094: * tests/257.html: - whitespaces after @METACOMMANDS and their
5095: options shouldn't cause exceptions any longer
5096:
5097: 2010-10-06 moko
5098:
5099: * src/classes/: hash.C, table.C: length from sql server is now
5100: ignored, as sql string can contain 0x00 inside (bugfix: #119)
5101:
5102: 2010-10-02 misha
5103:
5104: * operators.txt: - the X mark was removed from ^cache[file]. it is
5105: usable to delete cache file.
5106:
5107: 2010-10-02 moko
5108:
5109: * tests/: 253.html, results/253.processed: hook_key added for key
5110: checking
5111:
5112: * src/classes/json.C: null key bug fixed
5113:
5114: 2010-09-29 misha
5115:
5116: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
5117:
5118: 2010-09-25 moko
5119:
5120: * src/classes/json.C: small fixed
5121:
5122: * tests/results/: 253.processed, 255.processed: just updated
5123:
5124: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
5125: results/255.processed: charset transcode test added for
5126: json:parse
5127:
5128: 2010-09-24 moko
5129:
5130: * src/types/pa_value.h: warning war :)
5131:
5132: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
5133: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
5134: ^json:string
5135:
5136: 2010-09-22 moko
5137:
5138: * src/main/pa_charset.C: parser charset tables declare only
5139: white-space before 0x20, thus adding the missing chars
5140:
5141: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
5142: to http://unicode.org/Public/MAPPINGS/VENDORS/
5143:
5144: 2010-09-21 misha
5145:
5146: * src/main/compile.y: - some semicolons were added (VS2010 don't
5147: want to compile grammar if they are absent)
5148:
5149: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
5150:
5151: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
5152:
5153: * src/main/main.vcproj: - path to bison is changed
5154:
5155: 2010-09-21 moko
5156:
1.116 moko 5157: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
5158: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
5159: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 5160:
5161: 2010-09-20 misha
5162:
5163: * src/types/pa_vtable.C: - add EOLs while json-serializing table
5164:
5165: * src/classes/json.C: - add EOL while json-serializing hash
5166:
5167: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
5168: compilers don't like 'ES'.
5169:
5170: 2010-09-17 misha
5171:
5172: * operators.txt: - info about json class was added
5173:
5174: * src/classes/json.C: - ^json:string[object]
5175:
5176: * src/: include/pa_request.h, main/pa_request.C: - stuff for
5177: preventing infinite recursion while executing json:string was
5178: added
5179:
5180: * src/include/pa_string.h: - method append_quoted was added
5181:
5182: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
5183: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
5184: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
5185: was added to Value & Co
5186:
5187: * src/classes/date.C: - methods get_gmt_string and get_sql_string
5188: were used
5189:
5190: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
5191: were added
5192:
5193: 2010-09-10 moko
5194:
5195: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5196: die_or_abort (backport from 3.4.1)
5197:
5198: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5199: die_or_abort (bugfix: #106)
5200:
5201: 2010-09-09 moko
5202:
5203: * src/classes/json.C: warning war. :)
5204:
5205: 2010-09-08 misha
5206:
5207: * src/lib/json/Makefile.am: - additional include directories were
5208: added (for pa_memory.h and gc.h)
5209:
5210: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
5211: compile as C++ instead default - additional include directory was
5212: added (for gc.h)
5213:
5214: * src/types/pa_vform.C: - little code reformating
5215:
5216: * src/classes/file.C: - $.content-type option now can be specified
5217: in ^file::create ( new feature: #102 )
5218:
5219: 2010-09-08 moko
5220:
5221: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
5222: pa_malloc/pa_free
5223:
5224: 2010-09-07 moko
5225:
5226: * tests/results/254.processed: VStateless_class:put_element
5227: exception was fixed
5228:
5229: * src/types/: pa_value.h, pa_vstateless_class.h: now
5230: VStateless_class:put_element barks self.type, not this.type
5231: (bugfix: #105)
5232:
5233: 2010-09-06 moko
5234:
5235: * src/classes/reflection.C: bugfix: new String() is required for
5236: exception handling
5237:
5238: * tests/: 254.html, results/254.processed: test modified
5239:
5240: 2010-09-05 moko
5241:
5242: * tests/: 254.html, results/254.processed: ^reflection:copy test
5243: added
5244:
5245: * src/: classes/reflection.C, include/pa_request.h:
5246: ^reflection:copy implemented (new feature: #100)
5247:
5248: 2010-09-03 moko
5249:
5250: * src/lib/json/JSON_parser.C: c++ compatiblity
5251:
5252: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
5253: option testing added
5254:
5255: 2010-09-02 moko
5256:
5257: * src/classes/json.C: $.distinct[first|last|all] added
5258:
5259: 2010-09-01 moko
5260:
5261: * tests/results/253.processed: json test result
5262:
5263: * tests/: 253.html, 253_json.txt: json test added
5264:
5265: * src/classes/json.C: json.C update to actual version + hash key
5266: creation bugfix
5267:
5268: 2010-08-31 misha
5269:
5270: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
5271: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
5272: src/lib/Makefile.am, src/classes/Makefile.am,
5273: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
5274: json library was added
5275:
5276: 2010-08-30 moko
5277:
5278: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
5279: types/pa_vobject.C: cosmetic optimization in
5280: request:execute_method usage
5281:
5282: * src/: include/pa_charset.h, main/pa_charset.C: small
5283: optimization, just to decrease number of lines. :)
5284:
5285: 2010-08-27 misha
5286:
5287: * src/classes/op.C: - taint[json] was added
5288:
5289: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
5290: were added
5291:
5292: * src/main/pa_exec.C: - warning fix was rolled back.
5293:
5294: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
5295: include/pa_string.h: - taint[json] was added - escaping was
5296: slightly modified
5297:
5298: 2010-08-25 misha
5299:
5300: * src/classes/file.C: - typo in file:sql exception was fixed
5301:
5302: * src/main/pa_exec.C: - warning about declared and not used
5303: variable forced_allow was removed
5304:
5305: 2010-08-14 misha
5306:
5307: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
5308: were removed
5309:
5310: 2010-08-11 moko
5311:
5312: * tests/: 249.html, results/249.processed: default setter and
5313: anti-recursive default getter test added
5314:
5315: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
5316: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
5317: types/pa_vobject.h, types/pa_vstateless_class.C,
5318: types/pa_vstateless_class.h: default setter support +
5319: anti-recursive default getter support ( new feature: #13 )
5320:
5321: * src/include/pa_hash.h: optimization: threshold member removed
5322: from hash, reducing sizeof(hash)
5323:
5324: 2010-08-10 misha
5325:
5326: * tests/196.html: - junction-method was added to the test
5327:
5328: * tests/248.html: - ups. typo :)
5329:
5330: * tests/248.html: - test for checking .match with 4 params
5331:
5332: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
5333: 247_windows1251.txt: - test for "transcode file from utf-8 to
5334: $request:charset during loading if the BOM code is detected"
5335:
5336: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
5337: $request:charset during loading if the BOM code is detected ( new
5338: feature: #98 )
5339:
5340: 2010-08-05 misha
5341:
5342: * src/classes/image.C: - ^image.replace now can accept only 2
5343: params. in this case the whole image is affected ( new feature:
5344: #95 )
5345:
5346: 2010-08-04 misha
5347:
5348: * tests/246.html: - test tor ^hash._at[] was added
5349:
5350: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
5351: #53 )
5352:
5353: * src/include/pa_hash.h: - methods for accessing the first and the
5354: last values of ordered hash were added (first_value and
5355: last_value)
5356:
5357: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
5358: (similar to others file's methods):
5359: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
5360: #68 )
5361:
5362: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
5363:
5364: 2010-08-01 moko
5365:
5366: * src/classes/op.C: to correctly process $result[] in code, called
5367: from ^process
5368:
5369: * tests/245.html: $result in ^process[] test added
5370:
5371: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
5372: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
5373: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
5374: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
5375: caller, self) op_call(VMethodFrame &frame, bool constructing)
5376: removed, construct(class,method) added
5377:
5378: * tests/results/: 192.processed, 244.processed: request::construct
5379: added
5380:
5381: * tests/: 244.html, 245.html, results/244.processed,
5382: results/245.processed: object creation exceptions and ^process
5383: tests added
5384:
5385: 2010-07-28 misha
5386:
5387: * tests/make_tests.cmd: - win32 EOLs
5388:
5389: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
5390: tests on Win32 were added (The system timezone should be GMT+3)
5391:
5392: 2010-07-26 misha
5393:
5394: * tests/: 212.html, results/212.processed: - sizes were removed
5395: mecause they could be different on different OSs
5396:
5397: * tests/065.html: - make it "win32 friendly"
5398:
5399: 2010-07-25 misha
5400:
5401: * src/main/compile.y: - all EOLs between methods are removed during
5402: compilation ( new feature: #47 )
5403:
5404: * tests/results/149.processed: - prepare tests to trim trailing
5405: methods' EOLs
5406:
5407: * tests/149.html: - prepare tests to trim trailing methods' EOLs
5408:
5409: * tests/: results/006.processed, results/014.processed, 006.html,
5410: 014.html, 022.html: - prepare tests to trim trailing methods'
5411: EOLs
5412:
5413: * tests/: 059.html, 071.html, 149.html, results/059.processed,
5414: results/071.processed, results/022.processed: - prepare tests to
5415: trim trailing methods' EOLs
5416:
5417: * tests/: results/073.processed, results/109.processed,
5418: results/142.processed, results/144.processed,
5419: results/149.processed, 073.html, 096.html, 109.html, 142.html,
5420: 144.html: - prepare tests to trim trailing methods' EOLs
5421:
5422: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
5423: 149.html, 152.html, results/096.processed, results/107.processed,
5424: results/109.processed, results/142.processed,
5425: results/144.processed: - prepare tests to trim trailing methods'
5426: EOLs
5427:
5428: 2010-07-24 moko
5429:
5430: * tests/results/: 156.processed, 224.processed: fix for #54 changed
5431: the hash order in this test
5432:
5433: * tests/014.html: to check hash order, hash no is longer sorted
5434: before print
5435:
5436: * src/include/pa_hash.h: hash copy constructor now keeps order
5437: (bugfix: #54)
5438:
5439: 2010-07-23 moko
5440:
5441: * tests/results/224.processed: @auto[] is no longer inherited
5442:
5443: * src/types/pa_vstateless_class.C, tests/227.html,
5444: tests/results/227.processed: @auto[] is no longer inherited
5445: (bugfix: #57)
5446:
5447: 2010-07-22 misha
5448:
5449: * src/classes/table.C: - don't skip comment lines during
5450: table::load if encloser or separator is set as '#' ( new feature:
5451: #30 )
5452:
5453: * src/targets/cgi/parser3.C: - don't run as cgi if
5454: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
5455: #12 )
5456:
5457: * src/classes/file.C: - set PARSER_VARSION env before external
5458: script executing
5459:
5460: 2010-07-13 misha
5461:
5462: * tests/058.html: - test for suppressing @border was added - test
5463: for user attribute was added
5464:
5465: * tests/results/186.processed: unescaping from \uXXXX
5466:
5467: * tests/186.html: unescaping from \uXXXX
5468:
5469: * tests/: 239.html, results/239.processed: method call type
5470:
5471: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
5472: $junction_method.CLASS_NAME (+CLASS)
5473:
5474: 2010-07-07 misha
5475:
5476: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
5477: *nix
5478:
5479: 2010-07-05 misha
5480:
5481: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5482: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
5483: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
5484: comment strings "options must be hash", "options must be hash,
5485: not code" and "called with invalid option" were replaced by
5486: constatns - exception comment string "invalid option passed" was
5487: replaced by "called with invalid option" (now in different
5488: methods are the same exception comment string)
5489:
5490: * src/include/pa_exception.h: - more exception strings were defined
5491:
5492: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5493: types/pa_vstateless_class.h: - now we can define possible
5494: method's call type ( new feature: #5 ) 1.
5495: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
5496: methods 2. @static:method[params] (only static keyword could be
5497: used here) -- for specified methods
5498:
5499: * src/main/pa_common.C: - junction points should not be deleted on
5500: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
5501: cleanup
5502:
5503: 2010-07-03 misha
5504:
5505: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
5506: results/158.processed, results/160.processed,
5507: results/161.processed, results/162.processed,
5508: results/163.processed: - prepare tests to trim trailing methods'
5509: EOLs
5510:
5511: * tests/results/169.processed: - prepare tests to trim trailing
5512: methods' EOLs
5513:
5514: * tests/results/: 168.processed, 169.processed: - prepare tests to
5515: trim trailing methods' EOLs
5516:
5517: * tests/: results/170.processed, results/167.processed,
5518: results/168.processed, results/169.processed, 167.html, 168.html,
5519: 169.html: - prepare tests to trim trailing methods' EOLs
5520:
5521: * tests/: results/170.processed, results/171.processed,
5522: results/172.processed, results/173.processed,
5523: results/174.processed, results/175.processed, 170.html, 171.html,
5524: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
5525: trailing methods' EOLs
5526:
5527: * tests/: results/176.processed, results/180.processed,
5528: results/184.processed, results/185.processed,
5529: results/191.processed, results/192.processed,
5530: results/196.processed, results/197.processed,
5531: results/198.processed, 176.html, 180.html, 184.html, 185.html,
5532: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
5533: to trim trailing methods' EOLs
5534:
5535: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
5536: results/199.processed, results/208.processed,
5537: results/209.processed, results/213.processed,
5538: results/214.processed: - prepare tests to trim trailing methods'
5539: EOLs
5540:
5541: 2010-06-29 misha
5542:
5543: * tests/: 220.html, 218.html, results/218.processed,
5544: results/215.processed, results/217.processed, 215.html, 217.html:
5545: - prepare tests to trim trailing methods' EOLs
5546:
5547: * tests/: results/224.processed, 224.html, 223.html,
5548: results/223.processed, results/220.processed: - prepare tests to
5549: trim trailing methods' EOLs
5550:
5551: * tests/results/: 226.processed, 230.processed: - prepare tests to
5552: trim trailing methods' EOLs
5553:
5554: * tests/: 229.html, results/229.processed: - prepare tests to trim
5555: trailing methods' EOLs
5556:
5557: * tests/: 232.html, 235.html, results/232.processed,
5558: results/235.processed, 226.html, 227.html, 228.html, 230.html,
5559: results/226.processed, results/227.processed,
5560: results/228.processed, results/230.processed: - prepare tests to
5561: trim trailing methods' EOLs
5562:
5563: 2010-06-16 moko
5564:
5565: * tests/: 229.html, results/229.processed: elseif now supported in
5566: ^if
5567:
5568: * src/classes/op.C: new feature: #56 elseif now supported in ^if
5569:
5570: 2010-06-03 misha
5571:
5572: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
5573: instead of memcopy for overlaped regions
5574:
5575: 2010-05-25 misha
5576:
5577: * src/main/pa_common.C: - wanring about unused vars was removed
5578:
5579: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
5580: get_method_filename was moved to execute.C
5581:
5582: 2010-05-23 misha
5583:
5584: * src/main/pa_request.C: - more accurate detection of method's file
5585:
5586: 2010-05-22 misha
5587:
5588: * src/classes/reflection.C: - bugfix: core during detection of
5589: .file if filespec isn't detected successfully
5590:
5591: 2010-05-20 misha
5592:
5593: * src/main/pa_request.C: - fix in get_method_filename
5594:
5595: * src/include/pa_request.h: - new feature: #24 -- searching
5596: included file in @USE/^use is changed. if its filespec doesn't
5597: start from '/' it will be searched in caller file directory
5598:
5599: * src/classes/reflection.C: - ^reflection:method_info returns file
5600: where the method is defined
5601:
5602: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
5603: classes/op.C: - new feature: #24 -- searching included file in
5604: @USE/^use is changed. if its filespec doesn't start from '/' it
5605: will be searched in caller file directory
5606:
5607: * src/: classes/file.C, include/pa_common.h: - method lastposafter
5608: is moved to pa_common.h
5609:
5610: 2010-05-18 misha
5611:
5612: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
5613: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
5614: cookie parser decode \uXXXX as well as %uXXXX
5615:
5616: 2010-05-17 misha
5617:
5618: * src/classes/curl.C: beauty: - unused param is removed in method
5619: _curl_version_action - some spaces were removed or replaced by
5620: tabs
5621:
5622: * src/classes/table.C: - bugfix: #72 core with empty value during
5623: ^table.hash[...;name_of_the_last_column][$.type[string]]
5624:
5625: 2010-05-16 misha
5626:
5627: * src/classes/curl.C: new: #61 more curl options were added
5628: (contributed by Sumo)
5629:
5630: 2010-04-29 pretender
5631:
5632: * src/main/pa_string.C: fixes #63 Split result from empty string
5633: now empty string.
5634:
5635: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
5636: string type.
5637:
5638: 2010-04-28 pretender
5639:
5640: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
5641: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
5642: macrodefinition removed
5643:
5644: 2010-04-19 pretender
5645:
5646: * src/main/execute.C: fixes #60 Stacktrace now contains info for
5647: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
5648:
5649: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
5650: fixes #64 Now file.missing exception generates in unsafe mode to.
5651:
5652: * src/classes/file.C: fixes #48 Now not throw "not save environment
5653: variable" exception in grpunlim version.
5654:
5655: 2010-04-05 misha
5656:
5657: * src/classes/string.C: - new feature: 4th param was added to
5658: match. if specified its value is returned in case of nothing was
5659: found
5660:
5661: 2010-04-01 misha
5662:
5663: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
5664: multiple execution of /a/b/auto.p
5665:
5666: 2010-03-19 misha
5667:
5668: * src/main/execute.C: - core in $table1.$table2 was fixed
5669:
5670: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
5671:
5672: 2010-01-27 misha
5673:
5674: * src/main/pa_common.C: - bugfix: there are no excaption.type if
5675: trying to open file by path /existing-file/non-exixting-file
5676:
5677: 2010-01-26 misha
5678:
5679: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
5680: was added (returns file)
5681:
5682: 2009-12-22 misha
5683:
5684: * src/classes/curl.C: - method 'option' was renamed to 'options' -
5685: now parser doesn't have class curl if it was built without it
5686:
5687: 2009-12-15 misha
5688:
5689: * configure.in: - little cheat with curl include dir was added
5690:
5691: 2009-12-05 misha
5692:
5693: * src/classes/curl.C: - some fixes
5694:
5695: 2009-12-04 misha
5696:
5697: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
5698: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
5699: buildall-with-xml, buildall-without-xml, configure.in: - curl
5700: class was added
5701:
5702: * src/include/pa_hash.h: - hash-iterator was added
5703:
5704: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
5705: was added to pcre
5706:
5707: 2009-11-27 misha
5708:
5709: * src/classes/image.C: - don't add @border attribute to output of
5710: ^image.html[] if it was specified by user with empty value
5711:
5712: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
5713: root element and we are trying to access .documentElement
5714:
5715: 2009-11-11 misha
5716:
5717: * src/classes/table.C: - in ^table.flip[] look at number of columns
5718: instead of number of items in first row for named tables
5719:
5720: 2009-11-10 misha
5721:
5722: * operators.txt: - info about hash-options in ^file::create was
5723: added
5724:
5725: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
5726: added
5727:
5728: 2009-11-09 misha
5729:
5730: * buildall-with-xml: - moving to libxml 2.7.6
5731:
5732: * tests/236.html: - tests for comparations cords with functions
5733: were added
5734:
5735: * src/include/pa_string.h: - optimisation: cacheing of cstr was
5736: added
5737:
5738: * src/main/pa_http.C: - little optimisation
5739:
5740: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
5741: GPF mallocs + stringstream (table.save)
5742:
5743: * src/classes/file.C: - file::create now accepts 4th param: options
5744: with $.charset
5745:
5746: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
5747: bug in cord (comparation cords with functions was buggy)
5748:
5749: 2009-11-06 misha
5750:
5751: * src/main/pa_string.C: - bugfix: calculation string.length
5752: sometimes was buggy
5753:
5754: * src/classes/string.C: - bugfix: Temp_value_element wasn't
5755: destroyed if exception occured during match/replace
5756:
5757: * src/: main/pa_charset.C, include/pa_charset.h: - method
5758: lengthUTF8Char was added
5759:
5760: * src/classes/op.C: - clean tainting lang was added for user's
5761: usage
5762:
5763: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
5764: fixed: checkouts are required after GC_MALLOC
5765:
5766: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
5767:
5768: * operators.txt: - actually, there is no ^untaint[xml] in
5769: file::create
5770:
5771: 2009-10-15 misha
5772:
5773: * tests/: 235.html, 235_attach.txt: - tests for preparing email
5774: were added
5775:
5776: * tests/234.html: - more tests for checking ^taint[uri] escaping
5777: were added
5778:
5779: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
5780: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
5781: hacking: for dealing with transcoding+^taint[uri]
5782: transcode_and_untaint was replaced by untaint_and_transcode
5783:
5784: 2009-10-13 misha
5785:
5786: * tests/: 121.html, results/121.processed: - test transcoding +
5787: url-escaping now
5788:
5789: * tests/results/auto.p: - more helpers' methods were added
5790:
5791: * src/main/pa_globals.C: - die instead of abort
5792:
5793: 2009-10-06 misha
5794:
5795: * src/main/pa_common.C: - don't allocate memory during
5796: capitalization if input string is already capitalized
5797:
5798: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
5799:
5800: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
5801: use format function because it calls malloc
5802:
5803: * src/include/pa_common.h: - more capitalized headers were added
5804:
5805: * src/main/pa_common.C: - in safe mode clear executable bits during
5806: file writing
5807:
5808: 2009-10-05 misha
5809:
5810: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
5811:
5812: 2009-10-03 misha
5813:
5814: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
5815: ^img.text[] & ^img.length[] can work in utf-8 now
5816:
5817: * src/: include/pa_charset.h, main/pa_charset.C: - class
5818: UTF8_string_iterator was added
5819:
5820: * src/classes/image.C: - respect utf-8 when calculate alphabet
5821: length
5822:
5823: * src/classes/mail.C: - check from before get message.cstr
5824:
5825: 2009-10-02 misha
5826:
5827: * tests/233.html: - test for image.font, image.length, image.text
5828: with text in utf-8 were added
5829:
5830: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
5831:
5832: * buildall-with-xml, buildall-without-xml: - comment about gc
5833: version for freebsd 4 was added
5834:
5835: 2009-10-01 misha
5836:
5837: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
5838: terminator) - read_pipe were slightly optimized
5839:
5840: 2009-09-28 misha
5841:
5842: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
5843: removed
5844:
5845: * src/types/pa_vmail.C: - forgot about space after ':'
5846:
5847: * src/types/pa_vmail.C: - escape filenames while preparing mail
5848: body - small simplifications
5849:
5850: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
5851: inout params like pa_base64
5852:
5853: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
5854: option $.debug-print(1) was added to mail:send - changes for
5855: using uue_encode which uses less memory
5856:
5857: * src/main/pa_common.C: - pa_base64_encode uses less memory now
5858:
5859: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
5860: memory now
5861:
5862: 2009-09-26 misha
5863:
5864: * src/types/pa_vmail.C: - default encoding now is base64
5865:
5866: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
5867:
5868: 2009-09-25 misha
5869:
5870: * src/types/pa_vmail.C: - capitalization of headers was added to
5871: sending mail as well
5872:
5873: * buildall-with-xml: - catalog package was removed from libxml
5874:
5875: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
5876: win32 absolute path
5877:
5878: * src/include/pa_common.h: - one more capitalized header was added
5879:
5880: 2009-09-22 misha
5881:
5882: * INSTALL: - comment about building just httpd binary while
5883: building apache module was added
5884:
5885: 2009-09-21 misha
5886:
5887: * buildall-with-xml: - moving to the latest versions of xml libs:
5888: libxml 2.7.4 and libxslt 1.1.25
5889:
5890: 2009-09-19 misha
5891:
5892: * tests/231.html: - test for encoding cookie in win-1251
5893:
5894: 2009-09-18 misha
5895:
5896: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
5897: object] were added
5898:
5899: * operators.txt: - info about method ^reflection:fields[class or
5900: object] was added
5901:
5902: * src/classes/reflection.C: - method ^reflection:fields[class or
5903: object] was added
5904:
5905: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
5906: methods get_fields were added
5907:
5908: * tests/232.html: - tests for @GET[name]
5909:
5910: * src/classes/table.C: - some changes in handling hash-options for
5911: creare, join and locate
5912:
5913: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
5914: defined with option: the type of requested value
5915:
5916: 2009-09-17 misha
5917:
5918: * tests/212.html: - tests for .pattern and .options were added
5919:
5920: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
5921: $regex.options were added
5922:
5923: 2009-09-11 misha
5924:
5925: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
5926: rewrited. it checks not just one case of sending cookies during
5927: file::load[http], but also sending headers and fields (including
5928: files)
5929:
5930: 2009-09-10 misha
5931:
5932: * src/main/untaint.C: - workaround in file-spec lang for old Macs
5933: was removed => now parser can open files with Russian 'r' in
5934: filename
5935:
5936: * src/main/untaint.C: - bugfix: client charset whould be analized
5937: while escaping cookies but now source charset
5938:
5939: * src/main/pa_http.C: - bugfix: the values of http headers didn't
5940: ^tainted[uri] so it was possible to make request with incorrect
5941: http header
5942:
5943: * src/main/pa_http.C: - capitalization of http headers during
5944: file::load[http was slightly changes - bugfix: all headers which
5945: parser sends during file::load[http should be transcoded and only
5946: then escaped
5947:
5948: * src/main/untaint.C: - a bit more comments were added
5949:
5950: * src/classes/: file.C, string.C: - types where changes (minus 2
5951: warnings)
5952:
5953: * src/include/pa_common.h: - 2 capitalized strings for making http
5954: headers during file::load[http were added
5955:
5956: 2009-09-08 misha
5957:
5958: * operators.txt: - changes in file.save and string.save were added
5959:
5960: * tests/: 230.html, 230.txt: - tests for checking options in
5961: file.save and string.save were added
5962:
5963: * src/main/pa_request.C: - http headers names, which are passed to
5964: SAPI::add_header_attribute are lowercased now (it'll be
5965: capitalized in that method)
5966:
5967: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
5968: classes/string.C: - file_write accepts Request_charsets and asked
5969: charset and cound transcode content before writing - string.save
5970: and file.save have option $.charset now
5971:
5972: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
5973: classes/xdoc.C: - file_write accepts Request_charsets and asked
5974: charset and cound transcode content before writing
5975:
5976: * src/include/pa_exception.h: - new exception comment string was
5977: defined
5978:
5979: 2009-09-07 misha
5980:
5981: * src/main/compile.y: - grammar $name\ name stops now for regex
5982: sub-pattern\s
5983:
5984: 2009-09-04 misha
5985:
5986: * src/main/pa_http.C: - capitalization of http headers during
5987: file::load[http was implemented
5988:
5989: 2009-09-03 misha
5990:
5991: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
5992: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
5993: types/pa_vmail.C, targets/cgi/parser3.C,
5994: targets/isapi/parser3isapi.C: - back to storing response http
5995: headers in lowercase - capitalize them during output
5996:
5997: 2009-08-31 misha
5998:
5999: * src/classes/table.C: - allow call with any brackets (it could be
6000: useful in methods with explict result declaration)
6001:
6002: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
6003: correctly if $request:charset==koi8-r
6004:
6005: 2009-08-30 misha
6006:
6007: * src/: include/pa_common.h, main/pa_request.C: - http headers were
6008: changed: content-type => Content-type and so on
6009:
6010: * src/classes/file.C, src/include/pa_common.h,
6011: src/include/pa_request.h, src/main/pa_http.C,
6012: src/main/pa_request.C, src/types/pa_vcookie.C,
6013: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
6014: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
6015: tests/results/002.processed, tests/results/003.processed,
6016: tests/results/004.processed, tests/results/005.processed,
6017: tests/results/006.processed, tests/results/007.processed,
6018: tests/results/008.processed, tests/results/009.processed,
6019: tests/results/010.processed, tests/results/011.processed,
6020: tests/results/012.processed, tests/results/013.processed,
6021: tests/results/014.processed, tests/results/015.processed,
6022: tests/results/016.processed, tests/results/017.processed,
6023: tests/results/018.processed, tests/results/019.processed,
6024: tests/results/020.processed, tests/results/021.processed,
6025: tests/results/022.processed, tests/results/023.processed,
6026: tests/results/024.processed, tests/results/025.processed,
6027: tests/results/026.processed, tests/results/027.processed,
6028: tests/results/028.processed, tests/results/029.processed,
6029: tests/results/030.processed, tests/results/031.processed,
6030: tests/results/032.processed, tests/results/033.processed,
6031: tests/results/034.processed, tests/results/035.processed,
6032: tests/results/036.processed, tests/results/037.processed,
6033: tests/results/038.processed, tests/results/039.processed,
6034: tests/results/040.processed, tests/results/041.processed,
6035: tests/results/042.processed, tests/results/043.processed,
6036: tests/results/044.processed, tests/results/045.processed,
6037: tests/results/046.processed, tests/results/047.processed,
6038: tests/results/048.processed, tests/results/049.processed,
6039: tests/results/050.processed, tests/results/051.processed,
6040: tests/results/052.processed, tests/results/053.processed,
6041: tests/results/054.processed, tests/results/055.processed,
6042: tests/results/056.processed, tests/results/057.processed,
6043: tests/results/058.processed, tests/results/059.processed,
6044: tests/results/060.processed, tests/results/061.processed,
6045: tests/results/062.processed, tests/results/063.processed,
6046: tests/results/064.processed, tests/results/065.processed,
6047: tests/results/066.processed, tests/results/067.processed,
6048: tests/results/068.processed, tests/results/069.processed,
6049: tests/results/070.processed, tests/results/071.processed,
6050: tests/results/072.processed, tests/results/073.processed,
6051: tests/results/074.processed, tests/results/075.processed,
6052: tests/results/076.processed, tests/results/077.processed,
6053: tests/results/078.processed, tests/results/079.processed,
6054: tests/results/080.processed, tests/results/081.processed,
6055: tests/results/082.processed, tests/results/083.processed,
6056: tests/results/084.processed, tests/results/085.processed,
6057: tests/results/086.processed, tests/results/087.processed,
6058: tests/results/088.processed, tests/results/089.processed,
6059: tests/results/090.processed, tests/results/091.processed,
6060: tests/results/092.processed, tests/results/093.processed,
6061: tests/results/094.processed, tests/results/095.processed,
6062: tests/results/096.processed, tests/results/097.processed,
6063: tests/results/098.processed, tests/results/099.processed,
6064: tests/results/100.processed, tests/results/101.processed,
6065: tests/results/102.processed, tests/results/103.processed,
6066: tests/results/104.processed, tests/results/105.processed,
6067: tests/results/106.processed, tests/results/107.processed,
6068: tests/results/108.processed, tests/results/109.processed,
6069: tests/results/110.processed, tests/results/111.processed,
6070: tests/results/112.processed, tests/results/113.processed,
6071: tests/results/114.processed, tests/results/115.processed,
6072: tests/results/116.processed, tests/results/117.processed,
6073: tests/results/118.processed, tests/results/119.processed,
6074: tests/results/120.processed, tests/results/121.processed,
6075: tests/results/122.processed, tests/results/123.processed,
6076: tests/results/124.processed, tests/results/125.processed,
6077: tests/results/126.processed, tests/results/127.processed,
6078: tests/results/128.processed, tests/results/129.processed,
6079: tests/results/130.processed, tests/results/131.processed,
6080: tests/results/132.processed, tests/results/133.processed,
6081: tests/results/134.processed, tests/results/135.processed,
6082: tests/results/136.processed, tests/results/138.processed,
6083: tests/results/139.processed, tests/results/140.processed,
6084: tests/results/141.processed, tests/results/142.processed,
6085: tests/results/143.processed, tests/results/144.processed,
6086: tests/results/145.processed, tests/results/146.processed,
6087: tests/results/147.processed, tests/results/148.processed,
6088: tests/results/149.processed, tests/results/150.processed,
6089: tests/results/151.processed, tests/results/152.processed,
6090: tests/results/153.processed, tests/results/154.processed,
6091: tests/results/155.processed, tests/results/156.processed,
6092: tests/results/157.processed, tests/results/158.processed,
6093: tests/results/159.processed, tests/results/160.processed,
6094: tests/results/161.processed, tests/results/162.processed,
6095: tests/results/163.processed, tests/results/164.processed,
6096: tests/results/165.processed, tests/results/166.processed,
6097: tests/results/167.processed, tests/results/168.processed,
6098: tests/results/169.processed, tests/results/170.processed,
6099: tests/results/171.processed, tests/results/172.processed,
6100: tests/results/173.processed, tests/results/174.processed,
6101: tests/results/175.processed, tests/results/176.processed,
6102: tests/results/177.processed, tests/results/178.processed,
6103: tests/results/179.processed, tests/results/180.processed,
6104: tests/results/181.processed, tests/results/182.processed,
6105: tests/results/183.processed, tests/results/184.processed,
6106: tests/results/185.processed, tests/results/186.processed,
6107: tests/results/187.processed, tests/results/188.processed,
6108: tests/results/189.processed, tests/results/190.processed,
6109: tests/results/191.processed, tests/results/192.processed,
6110: tests/results/193.processed, tests/results/194.processed,
6111: tests/results/195.processed, tests/results/196.processed,
6112: tests/results/197.processed, tests/results/198.processed,
6113: tests/results/199.processed, tests/results/200.processed,
6114: tests/results/201.processed, tests/results/202.processed,
6115: tests/results/203.processed, tests/results/204.processed,
6116: tests/results/205.processed, tests/results/206.processed,
6117: tests/results/207.processed, tests/results/208.processed,
6118: tests/results/209.processed, tests/results/210.processed,
6119: tests/results/211.processed, tests/results/212.processed,
6120: tests/results/213.processed, tests/results/214.processed,
6121: tests/results/215.processed, tests/results/216.processed,
6122: tests/results/217.processed, tests/results/218.processed,
6123: tests/results/219.processed, tests/results/220.processed,
6124: tests/results/221.processed, tests/results/222.processed,
6125: tests/results/223.processed, tests/results/224.processed,
6126: tests/results/225.processed, tests/results/226.processed,
6127: tests/results/227.processed, tests/results/228.processed,
6128: tests/results/229.processed: - http headers were changed:
6129: content-type => Content-type and so on
6130:
6131: 2009-08-27 misha
6132:
6133: * src/: main/pa_random.C, include/pa_random.h,
6134: targets/cgi/parser3.C: - year was updated :)
6135:
6136: 2009-08-26 misha
6137:
6138: * tests/: 224.html, 224.p: - test for creating of parser object
6139: using constructor without params - little bugfix in test
6140:
6141: * src/main/compile_tools.h: - bugfix: should't call autouse while
6142: checking existed class while processing partial option
6143:
6144: * src/classes/reflection.C: - bugfix: core when creating object
6145: with reflection and constructor doesn't have params
6146:
6147: 2009-08-24 misha
6148:
6149: * tests/229.html: - tests for checking the number of parameters
6150: were added
6151:
6152: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
6153: number of method's parameters wasn't checked correctly (the bug
6154: was introduced in 3.4.0)
6155:
6156: 2009-08-22 misha
6157:
6158: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
6159: transcoded, but tainted pieces are escaped only when
6160: content-type==url-encoding
6161:
6162: * tests/228.html: - test for checking
6163: ^file::load[http://...;$.body[]]
6164:
6165: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
6166: post charset was too early (charsets is empty at this moment)
6167:
6168: 2009-08-21 misha
6169:
6170: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
6171: main/untaint.C: - some fixes with transcode+untaint
6172:
6173: 2009-08-15 misha
6174:
6175: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
6176: was increaced to 100 (was 50)
6177:
6178: * tests/227.html: - test for checking overriding properties in
6179: static classes was added
6180:
6181: * tests/: 226.html, 226.p: - test for @autoload[] was added
6182:
6183: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
6184: main/execute.C, main/pa_request.C, classes/reflection.C: -
6185: autouse was implemented
6186:
6187: 2009-08-14 misha
6188:
6189: * src/classes/reflection.C: - outdated checkout was removed
6190:
6191: * src/classes/reflection.C: - optimization - method ^dynamical was
6192: added.
6193:
6194: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
6195: types/pa_vstateless_class.h, main/execute.C: - optimization
6196:
6197: * src/types/pa_vclass.C: - exception if base on sytem class
6198:
6199: 2009-08-12 misha
6200:
6201: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
6202: pa_vstateless_class.h: - little optimisation
6203:
6204: 2009-08-11 misha
6205:
6206: * tests/224.html: - method_params => method_info - checking for
6207: $.inherited
6208:
6209: * src/classes/reflection.C, operators.txt: - method method_params
6210: was renamed to method_info and now it returns class name, if
6211: method was defined in ancestor
6212:
6213: * tests/225.html: - tests for cheching properties in hierarhical
6214: classes were added
6215:
6216: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
6217: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6218: main/compile.y, main/execute.C, classes/classes.C: - problems
6219: with properties in new classes implementation were fixed
6220:
6221: 2009-08-10 misha
6222:
6223: * src/main/execute.C: - now constructor shouldn't be defined in
6224: class. it could be defined in parent.
6225:
6226: 2009-08-09 misha
6227:
6228: * src/classes/reflection.C: - ^reflection:methods doesn't return
6229: base's methods
6230:
6231: 2009-08-08 misha
6232:
6233: * src/: classes/classes.h, classes/date.C, classes/file.C,
6234: classes/form.C, classes/hash.C, classes/hashfile.C,
6235: classes/image.C, classes/mail.C, classes/op.C,
6236: classes/reflection.C, classes/regex.C, classes/string.C,
6237: classes/table.C, classes/xdoc.C, classes/xnode.C,
6238: classes/xnode.h, include/pa_hash.h, main/execute.C,
6239: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
6240: types/pa_method.h, types/pa_property.h, types/pa_value.C,
6241: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6242: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6243: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
6244: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6245: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
6246: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
6247: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
6248: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
6249: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
6250: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
6251: types/pa_vresponse.C, types/pa_vresponse.h,
6252: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6253: types/pa_vstateless_object.h, types/pa_vstatus.C,
6254: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
6255: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6256: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6257: types/pa_wwrapper.h, types/types.vcproj: - new classes
6258: implementation
6259:
6260: * buildall-with-xml, buildall-without-xml: - gc has a bug if
6261: USE_MUNMAP is used. so it is disabled as a workaround.
6262:
6263: 2009-08-05 misha
6264:
6265: * src/: main/pa_common.C, include/pa_common.h: - not needed
6266: parameter was removed
6267:
6268: * src/main/pa_http.C: - bugfix: error was during detecting
6269: content-type of file which was loaded by http
6270:
6271: 2009-08-01 misha
6272:
6273: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
6274: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
6275: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
6276: can't be disabled with defines any longer
6277:
6278: 2009-07-29 misha
6279:
6280: * src/classes/reflection.C, tests/results/224.processed: - for
6281: native methods with any call type now returned empty call_type
6282: value
6283:
6284: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6285: classes/table.C, include/pa_hash.h, include/pa_request.h,
6286: main/pa_request.C: - break in cycles was optimized
6287:
6288: * INSTALL: - more defines were described
6289:
6290: 2009-07-28 misha
6291:
6292: * operators.txt: - some changes in information about reflection
6293: class
6294:
6295: * tests/: 224.html, 224.p: - tests for reflection class
6296:
6297: * src/classes/reflection.C: - some bugs were fixed, method classes
6298: was added, refactoring
6299:
6300: 2009-07-26 misha
6301:
6302: * src/classes/classes.vcproj: - reflection class wass added to
6303: project
6304:
6305: * operators.txt: - information about reflection class was added
6306:
6307: * src/classes/reflection.C: - class was redesigned
6308:
6309: 2009-07-24 misha
6310:
6311: * src/classes/: Makefile.am, reflection.C: - class reflection was
6312: added
6313:
6314: * src/types/pa_vstateless_class.h: - method for reflection method's
6315: in classes was added
6316:
6317: 2009-07-22 misha
6318:
6319: * src/main/compile_tools.h: - bugfix: $object.$var was
6320: over-optimized. it failed if $object1.$object2.field
6321:
6322: 2009-07-16 misha
6323:
6324: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
6325: lib/cord/cordxtra.c, lib/cord/include/cord.h,
6326: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
6327: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
6328: one more arg: length of cord
6329:
6330: 2009-07-15 misha
6331:
6332: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
6333: tainted in ^file::load[http://...;$.cookies[]]
6334:
6335: * src/classes/: op.C, regex.C, string.C: - new string with
6336: exception was used
6337:
6338: * src/include/pa_exception.h: - new string with exception was added
6339:
6340: * tests/223.html: - test for checking cookie-encoding during
6341: ^file::load[http was added
6342:
6343: * tests/: 221.html, 222.html: - tests for checking type of
6344: $table.fields.field were added
6345:
6346: * src/types/pa_vtable.C: - not used var decl was removed
6347:
6348: * src/include/pa_string.h: - use cached string length in Body::mid.
6349: it improves speed of match with brackets in pattern
6350:
6351: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
6352: outside
6353:
6354: 2009-07-14 misha
6355:
6356: * src/types/pa_vtable.C: - $table.fields.a return string even if
6357: column is empty (sometime returned void) - $table.fields was
6358: added for nameless tables
6359:
6360: * src/targets/cgi/getopt.c: - one warning resolved
6361:
6362: * src/main/pa_string.C: - potentian bug fixed
6363:
6364: * src/classes/op.C: - small optimization in taint/untaint
6365:
6366: 2009-07-13 misha
6367:
6368: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
6369: added
6370:
6371: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
6372: souldn't add the attribut to output
6373:
6374: 2009-07-11 misha
6375:
6376: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
6377: stack size was increaced to 2MB (default=1MB)
6378:
6379: 2009-07-08 misha
6380:
6381: * src/main/pa_string.C: - link to UTF-8 description was added
6382:
6383: * src/include/pa_hash.h: - hash keeps element's order in more
6384: places (ex: ._keys[])
6385:
6386: * tests/220.html: - test for checking order of elements in hash in
6387: foreach was added
6388:
6389: * tests/172.html: - small changes in printing hash
6390:
6391: * tests/129.html: - small changes in printing hash
6392:
6393: * src/: include/pa_common.h, include/pa_hash.h,
6394: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
6395: types/pa_vmethod_frame.h: - hash now keeps order of elements
6396:
6397: * tests/014.html: - small changes in printing hash
6398:
6399: 2009-07-07 misha
6400:
6401: * src/classes/op.C: - new taint language "parser-code" was added
6402:
6403: * tests/219.html: - test for auto untaint parser code in process
6404: was added
6405:
6406: * src/classes/op.C: - tainted pieces in body of process are
6407: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
6408:
6409: * src/: include/pa_string.h, main/untaint.C: - new language
6410: L_PARSER_CODE for auto-untaint in process was added
6411:
6412: * src/: classes/file.C, classes/hash.C, classes/image.C,
6413: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
6414: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
6415: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
6416: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
6417: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
6418: code cleanup
6419:
6420: 2009-07-06 misha
6421:
6422: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
6423: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
6424: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6425:
6426: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
6427: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
6428: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
6429: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
6430: should be used
6431:
6432: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
6433: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
6434: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
6435: untaint_cstr[m] should be used
6436:
6437: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
6438: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6439:
6440: * tests/218.html: - test for checking automatic file-spec-taint was
6441: added
6442:
6443: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
6444: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
6445: classes/file.C, classes/hash.C, classes/image.C,
6446: classes/string.C, classes/table.C, classes/void.C,
6447: classes/xdoc.C: - optimizations and simplification of
6448: string.cstr(...)
6449:
6450: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
6451: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
6452: - optimizations and simplification of string.cstr(...)
6453:
6454: 2009-07-04 misha
6455:
6456: * tests/217.html: - test for recursion detection was added
6457:
6458: * src/: types/types.vcproj, main/main.vcproj,
6459: classes/classes.vcproj, targets/cgi/parser3.vcproj,
6460: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
6461: from .vcproj
6462:
6463: * src/types/pa_wwrapper.h: - dynamic_cast was removed
6464:
6465: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
6466: uploading files and case-insensitive http-method were added
6467:
6468: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
6469: tainted pattern in ^file:list[] was added
6470:
6471: 2009-07-03 misha
6472:
6473: * src/: classes/classes.vcproj, main/main.vcproj,
6474: types/types.vcproj, targets/cgi/parser3.vcproj,
6475: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
6476: for dynamic_cast) - little options changes
6477:
6478: * src/main/pa_http.C: - file::load[http works now with uploading
6479: files _and_ changing $.charset
6480:
6481: 2009-06-29 misha
6482:
6483: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
6484: while creating pattern
6485:
6486: 2009-06-25 misha
6487:
6488: * src/classes/image.C, operators.txt: - options' names for
6489: ^image.font were changed to $.space, $.width and $spacing -
6490: default space width now == gif's width
6491:
6492: 2009-06-24 misha
6493:
6494: * tests/215.html: - tests for $file.mode were added
6495:
6496: * operators.txt: - added info about $file.mode and changes in
6497: ^image.font[
6498:
6499: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
6500: param now could be omited - third param now could be hash (with
6501: all widths options: $.space-width, $.letter-width) - it's
6502: possible to specify tracking ($.letter-space)
6503:
6504: * src/classes/file.C: - file objects now could have mode field
6505: (text|binary)
6506:
6507: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
6508:
6509: 2009-06-23 misha
6510:
6511: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
6512: trim can work with utf-8 chars now
6513:
6514: 2009-06-20 misha
6515:
6516: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
6517: was implemented
6518:
6519: * src/classes/table.C: - string length cacheing was implemented
6520:
6521: * src/include/pa_string.h: - string length cacheing was implemented
6522:
6523: 2009-06-17 misha
6524:
6525: * src/main/execute.C: - value param was removed from
6526: WContext::WContext
6527:
6528: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
6529: pa_wwrapper.h: - value param was removed from WContext::WContext
6530: - field wcontext was removed from VCodeFrame (using fparent
6531: instead)
6532:
6533: * tests/214.html: - test with hash copying
6534:
6535: 2009-06-16 misha
6536:
6537: * tests/: 062.html, results/062.processed: - evaluation hardcoded
6538: strings doesn't work in expression anymore
6539:
6540: * src/main/execute.C: - less calls for get_constructing() - little
6541: refactoring
6542:
6543: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
6544: include/pa_request.h: - less calls for get_constructing()
6545:
6546: * src/classes/: hash.C, hashfile.C: - fixed bug which was
6547: introduced with OPTIMIZE_SINGLE_STRING optimization
6548:
6549: 2009-06-14 misha
6550:
6551: * src/: classes/date.C, classes/file.C, classes/hash.C,
6552: classes/hashfile.C, classes/image.C, classes/regex.C,
6553: classes/table.C, classes/xdoc.C, classes/xnode.h,
6554: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
6555: types/pa_vstateless_class.h, main/execute.C: - create object for
6556: storing object's fields only for parser objects
6557:
6558: 2009-06-13 misha
6559:
6560: * buildall-with-xml, buildall-without-xml: - new option was added
6561: for building GC (it slightly reduces memory usage)
6562:
6563: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
6564: single string write
6565:
6566: * src/main/execute.C: - bytecode optimization of ^class:constructor
6567: - optimization of single string write
6568:
6569: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
6570: - bytecode optimization of ^class:constructor
6571:
6572: 2009-06-09 misha
6573:
6574: * src/targets/cgi/parser3.C: - type size_t was changed to int in
6575: main (better compatibility)
6576:
6577: 2009-06-08 misha
6578:
6579: * src/main/compile.y: - I've forgot to commit it :(
6580:
6581: 2009-06-07 misha
6582:
6583: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
6584: WITH_READ and WITH_ROOT
6585:
6586: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6587: execute.C: - more optimizations for WITH_SELF, WITH_READ and
6588: WITH_ROOT - little refactoring
6589:
6590: 2009-06-06 misha
6591:
6592: * tests/213.html: - tests for 3rd match string-param were added
6593:
6594: * src/classes/string.C: - 3rd match param could be string now
6595:
6596: * src/main/: compile.y, compile_tools.h: - much more bytecode's
6597: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
6598: GET_OBJECT_ELEMENT
6599:
6600: 2009-06-05 misha
6601:
6602: * src/main/pa_http.C: - bugfix: content-length was not calculated
6603: if $.body was specified
6604:
6605: 2009-06-04 misha
6606:
6607: * src/classes/op.C: - optimizing write_assign_lang in connect
6608:
6609: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
6610:
6611: * src/main/execute.C: - little refactoring - optimizing
6612: write_assign_lang in taint/untaint
6613:
6614: * src/include/pa_opcode.h: - little refactoring
6615:
6616: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6617: main/compile_tools.h, main/execute.C: - optimizations for
6618: $self.field, ^self.method, $self.field[...] and $self.field(...)
6619: were added
6620:
6621: 2009-06-03 misha
6622:
6623: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
6624:
6625: 2009-06-02 misha
6626:
6627: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
6628: include/pa_opcode.h: - refactoring in last optimizations
6629: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
6630: now but code is much easy and it is ready for further
6631: improvements.
6632:
6633: 2009-05-27 misha
6634:
6635: * src/: types/pa_junction.h, types/pa_vjunction.C,
6636: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
6637: changed in destructing junctions
6638:
6639: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
6640: String:Body
6641:
6642: 2009-05-26 misha
6643:
6644: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
6645: one method detect_charset was deleted - bug was fixed in this
6646: method (error while detecting charset in content_type withot last
6647: ';')
6648:
6649: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
6650: once
6651:
6652: 2009-05-25 misha
6653:
6654: * src/classes/file.C: - bugfix: file::exec didn't work after
6655: optimizing of helper_length
6656:
6657: 2009-05-24 misha
6658:
6659: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
6660: were added - little refactoring
6661:
6662: * src/main/execute.C: - core while printing in debug log
6663: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
6664: optimisations were added
6665:
6666: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
6667: were added
6668:
6669: 2009-05-23 misha
6670:
6671: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
6672: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
6673: CORD_cat optimization
6674:
6675: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
6676: - call constr optimisation under separate define now
6677:
6678: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
6679: in $b should be string, not void
6680:
6681: * src/main/compile.y: - little fix for rem-cut optimisation
6682:
6683: * src/: include/pa_opcode.h, main/compile_tools.C,
6684: main/compile_tools.h, main/execute.C: - optimisations for
6685: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
6686:
6687: * INSTALL: - description of some #defined were added
6688:
6689: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
6690: before 1st access (memory usage is reduced if don't access to
6691: .text field)
6692:
6693: * src/include/pa_array.h: - array grows step now not static (it
6694: reduces numbers of reallocs)
6695:
6696: 2009-05-20 misha
6697:
6698: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
6699: $.b(2), $c[d] and $.e[f] was added
6700:
6701: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6702: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
6703: $.e[f] was added
6704:
6705: * src/main/execute.C: - debug printing moved in defines
6706:
6707: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
6708: and little refactoring for OP_GET_OBJECT_ELEMENT +
6709: OP_GET_OBJECT_VAR_ELEMENT optimisation
6710:
6711: 2009-05-19 misha
6712:
6713: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6714: execute.C: - $a.$b & ^a.$b bytecode optimisation
6715:
6716: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
6717: ^a.$b optimisation)
6718:
6719: * src/main/compile.y: - compiler now generate new opcodes:
6720: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
6721: ^a.b - compiler now cut off ^rem{ with all content ; any number
6722: of params }
6723:
6724: * src/main/execute.C: - code for handle new opcodes
6725: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
6726:
6727: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
6728: added for LA2V and LA2S
6729:
6730: * src/include/pa_opcode.h: - new defines which can be used for
6731: disable some bytecode optimisation and new opcodes were added
6732:
6733: 2009-05-17 misha
6734:
6735: * src/lib/cord/cordxtra.c: - bugfix.
6736:
6737: * tests/212.html: - .size[] and .study_size[] were added to tests
6738:
6739: * operators.txt: - info about regex class was added
6740:
6741: * tests/212.html: - tests for regex class were added
6742:
6743: 2009-05-16 misha
6744:
6745: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
6746: gc7.1
6747:
6748: * tests/022.html: - test for ^file:list[path;] (empty second param)
6749: was added
6750:
6751: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
6752: param) should work
6753:
6754: 2009-05-15 misha
6755:
6756: * src/classes/table.C: - automatically disable stringstream usage
6757: on freebsd4
6758:
6759: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
6760: scope
6761:
6762: * tests/211.html: - test with different types of access to hash was
6763: added
6764:
6765: * tests/210.html: - test which checks for loosing tainting in
6766: hash's keys was added
6767:
6768: * tests/208.html: - some parser work added. or stime == 0 %-)
6769:
6770: * src/lib/cord/cordbscs.c: - little hack was added to cord
6771:
6772: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
6773:
6774: * src/include/pa_version.h, configure.in: - moko have made a lot of
6775: optimisations for increacing version number more dramatically :)
6776:
6777: * src/classes/date.C: - little refactoring: use constructor which
6778: accepts formated string
6779:
6780: * src/: include/pa_string.h, main/pa_string.C: - String constructor
6781: which can print formatted string was added
6782:
6783: 2009-05-14 misha
6784:
6785: * src/include/pa_string.h: - type was fixed
6786:
6787: * src/: classes/hashfile.C, classes/op.C,
6788: include/pa_cache_managers.h, include/pa_charset.h,
6789: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
6790: include/pa_request.h, include/pa_sql_driver_manager.h,
6791: include/pa_string.h, include/pa_stylesheet_manager.h,
6792: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
6793: main/pa_charsets.C, main/pa_string.C,
6794: main/pa_stylesheet_connection.C, types/pa_value.h,
6795: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
6796: types/pa_vobject.C, types/pa_vstateless_class.C,
6797: types/pa_vstateless_class.h: - hash_code caching was implemented
6798: (seaches should be faster now)
6799:
6800: * src/: classes/file.C, classes/hash.C, classes/image.C,
6801: classes/string.C, classes/table.C, include/pa_string.h,
6802: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
6803: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
6804: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
6805: types/pa_vrequest.C: - String constructors don't have that stupid
6806: true/false param which means 'tainted'. they accept lang instead.
6807:
6808: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
6809: with OPTIMIZE_RESULT
6810:
6811: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
6812: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
6813:
6814: 2009-05-13 misha
6815:
6816: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
6817: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
6818: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
6819: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
6820: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
6821: main/pa_common.C, main/pa_request.C, main/pa_string.C,
6822: include/pa_string.h, classes/date.C, classes/file.C,
6823: classes/hash.C, classes/image.C, classes/string.C,
6824: classes/table.C, classes/xdoc.C: - result optimisation -
6825: helper_length parameter removed from string constructors
6826:
6827: 2009-05-11 misha
6828:
6829: * tests/209.html: - tests for ^hash::create[hash] were added
6830:
6831: * tests/208.html: - tests for $status:rusage, $status:memory,
6832: ^memory:compact[] were added
6833:
6834: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
6835: log10 were added
6836:
6837: * tests/206.html: - test for try with finally was added
6838:
6839: 2009-05-10 misha
6840:
6841: * tests/205.html: - test for ^file::create[...] was added
6842:
6843: * tests/204.html: - test for ^response:clear[] was added
6844:
6845: * tests/038.html: - tests for trigonometric functions were added
6846:
6847: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
6848: added - more tests for .add, .sub, .union, .intersects and
6849: .intersections
6850:
6851: * tests/065.html: - test for ^file:dirname was added
6852:
6853: * tests/030.html: - test for $cookie:fields was added
6854:
6855: * tests/203.html: - test for ^h._keys[column name] was added
6856:
6857: * tests/201.html: - tests for .trim were added
6858:
6859: * tests/202.html: - tests for last-day,
6860: date:calendar[type](YYYY;MM;DD) were added
6861:
6862: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
6863: .offset[type](N) were added
6864:
6865: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
6866: and .pos[c](N) were added
6867:
6868: * tests/141.html: - test for math:sha1 was added
6869:
6870: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
6871:
6872: 2009-05-09 misha
6873:
6874: * src/main/compile.y: - rollback
6875:
6876: 2009-05-05 misha
6877:
6878: * src/main/pa_exec.C: - little optimisation: somewhere length() was
6879: replaced by is_empty()
6880:
6881: * src/: include/pa_string.h, main/pa_charset.C: - little
6882: optimisation: somewhere length() was replaced by is_empty()
6883:
6884: * src/classes/table.C: - little optimisation: somewhere length()
6885: was replaced by is_empty()
6886:
6887: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
6888: classes/op.C, classes/table.C, main/pa_exception.C: - little
6889: optimisation: somewhere length() was replaced by is_empty()
6890:
6891: 2009-05-04 misha
6892:
6893: * src/: types/pa_method.h, types/pa_vstateless_class.C,
6894: types/pa_vstateless_class.h, main/execute.C,
6895: include/pa_request.h, classes/hash.C, classes/op.C,
6896: classes/table.C: - more optimisations were added: some operators
6897: don't switch write context anylonger
6898:
6899: 2009-05-01 misha
6900:
6901: * src/main/compile.y: - slightly more opcode optimisations for
6902: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
6903:
6904: * src/main/execute.C: - simplifying process for getters
6905:
6906: 2009-04-30 misha
6907:
6908: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
6909:
6910: * tests/results/199.processed: - test for checking $result into
6911: ^rem was added
6912:
6913: * tests/199.html: - test for checking $result into ^rem was added
6914:
6915: * tests/: 022.html, 096.html: - þsort after :list was asses (on
6916: some OS it returns list in different order)
6917:
6918: * src/: include/pa_array.h, include/pa_request.h,
6919: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
6920: changes in stack impl - get_element() optimisation: 3rd param
6921: removed - bugfix: problems with reading empty input param -
6922: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
6923:
6924: * tests/results/198.processed: - test for reading empty local var
6925: was added
6926:
6927: * tests/198.html: - test for reading empty local var was added
6928:
6929: 2009-04-29 misha
6930:
6931: * src/main/compile.y: - bugfix: couldn't compile because
6932: OP_VALUE__GET_ELEMENT should be unde #ifdef
6933:
6934: * src/: include/pa_array.h, include/pa_opcode.h,
6935: include/pa_request.h, main/compile.y, main/execute.C,
6936: main/pa_request.C, types/pa_vmethod_frame.C,
6937: types/pa_vmethod_frame.h: - we can work without opcode
6938: OP_STORE_PARAM, so it was removed
6939:
6940: 2009-04-28 misha
6941:
6942: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
6943: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
6944: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
6945: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
6946: 4.
6947: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
6948:
6949: * src/main/compile_tools.h: - new stuff for op-codes optimisation
6950:
6951: * src/: main/pa_string.C, classes/string.C: - !length() =>
6952: is_empty()
6953:
6954: 2009-04-27 misha
6955:
6956: * src/types/pa_vregex.h: - back explicit vars initialisation
6957:
6958: 2009-04-24 misha
6959:
6960: * src/classes/string.C: - ups. typo fixed
6961:
6962: * src/main/execute.C: - more replacements '*new VBool' to
6963: 'VBool::get' - checks for ^break[], ^continue[] and
6964: parser.interrupted were optimised
6965:
6966: * src/classes/string.C: - number of params.count() calls was
6967: slightly reduced
6968:
6969: 2009-04-23 misha
6970:
6971: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
6972: make it x64 friendly
6973:
6974: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
6975: parser is x64 friendly now
6976:
6977: 2009-04-22 misha
6978:
6979: * src/types/pa_vhashfile.C: - coder friendly exception about
6980: exceeding record size was added
6981:
6982: * src/classes/file.C: - use vregex object instead of direct calls
6983: methods from pcre lib
6984:
6985: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
6986: classes/string.C: - use vregex object instead of direct calls
6987: methods from pcre lib
6988:
6989: * src/: include/pa_common.h, main/pa_common.C: - method
6990: print_pcre_exec_error_text was moved to class vregex
6991:
6992: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
6993: was added
6994:
6995: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
6996: - class vregex was added
6997:
6998: 2009-04-21 misha
6999:
7000: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
7001:
7002: * src/: types/pa_junction.h, types/pa_value.C,
7003: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
7004: types/pa_wcontext.h, main/execute.C, classes/op.C: -
7005: junction-optimisation (destructors)
7006:
7007: * src/include/pa_array.h: - free under if now
7008:
7009: 2009-04-19 misha
7010:
7011: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
7012:
7013: 2009-04-18 misha
7014:
7015: * src/include/pa_version.h:
7016: :q :
7017:
7018: CV:
7019: ----------------------------------------------------------------------
7020:
7021: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
7022: refactoring
7023:
7024: * src/: include/pa_array.h, include/pa_hash.h,
7025: types/pa_vmethod_frame.h: - destructors under #ifdef now
7026:
7027: * src/include/pa_memory.h: - define for using destructors was added
7028:
7029: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7030: main/execute.C: - some junctions will be cached now
7031:
7032: * src/include/pa_hash.h: - hash destructor frees pairs now
7033:
7034: * src/include/pa_array.h: - inline was added to destructor
7035:
7036: * src/types/pa_method.h: - comment was changed
7037:
7038: 2009-04-17 misha
7039:
7040: * src/: include/pa_array.h, include/pa_hash.h,
7041: types/pa_vmethod_frame.h: - destructors were added
7042:
7043: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
7044: renamed to always_use_result
7045:
7046: * src/main/: compile.y, compile_tools.h: - rollback changes in
7047: compiler: full backward compatibility is better
7048:
7049: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
7050: result in var's hash
7051:
7052: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7053: optimisation in method_frame
7054:
7055: * src/include/pa_array.h: - optimisation in array (allocate
7056: elements only when needed)
7057:
7058: * src/types/pa_vresponse.C: - check for $response:headers field
7059: before looking at custom fields
7060:
7061: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
7062: not needed to check existance var with name 'result' in var's
7063: hash
7064:
7065: * src/main/compile.y: - compiler was changed: now it detects
7066: writings to $result and set flag writo_to_result in method
7067:
7068: * src/classes/string.C: - little optimisation: no needed to write
7069: number with lang
7070:
7071: * src/main/pa_charset.C: - methods readChar and skipChar which is
7072: used for read utf8-strings were renamed - is_escaped was renamed
7073: to isEscaped (to the same name convention)
7074:
7075: * src/: types/pa_method.h, main/compile_tools.h: - flag
7076: write_to_result added. compiler get this info from code.
7077:
7078: 2009-04-16 misha
7079:
7080: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
7081: String only before 1st write
7082:
7083: * src/include/pa_string.h: - not needed template removed
7084:
7085: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
7086: types/pa_vjunction.C, types/pa_vproperty.C,
7087: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
7088: main/pa_request.C, classes/bool.C, classes/double.C,
7089: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
7090: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
7091: bool objects)
7092:
7093: 2009-04-15 misha
7094:
7095: * src/lib/cord/cordxtra.c: - more optimisation
7096:
7097: * src/: include/pa_string.h, main/untaint.C: - String::append
7098: optimisation
7099:
7100: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
7101: then get and can sometime be used)
7102:
7103: * src/main/pa_string.C: - String::length optimisation
7104:
7105: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
7106: these methods read different strings
7107:
7108: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7109: fresult_initial_void removed + some optimisation - if $result
7110: defined we don't write to context anymore
7111:
7112: * src/main/pa_charset.C: - readChar => skipChar (in this place we
7113: need just skip char)
7114:
7115: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7116: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
7117: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
7118:
7119: * src/types/pa_vvoid.h: - added get() method for retreave one
7120: instance
7121:
7122: 2009-04-11 misha
7123:
7124: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
7125:
7126: * tests/197.html: - test for parser://test in xml was added
7127:
7128: * src/classes/string.C: - small optimisation
7129:
7130: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
7131: optimisation
7132:
7133: 2009-04-10 misha
7134:
7135: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
7136: to pcre-7.8
7137:
7138: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
7139:
7140: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
7141: added
7142:
7143: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
7144: $request:CLASS_NAME were added
7145:
7146: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
7147: were added
7148:
7149: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
7150: $env:CLASS_NAME were added
7151:
7152: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
7153: '@todo' now
7154:
7155: * src/targets/cgi/parser3.C: - size_t -> int for calming down
7156: compirer
7157:
7158: * src/main/pa_string.C: - little code cleanup
7159:
7160: * src/main/pa_common.C: - describe one more UTF-8 related error
7161: during PCRE compile/execute
7162:
7163: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
7164: normalizing todo-comments: '@todo' now
7165:
7166: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
7167:
7168: * src/main/pa_charset.C: - type changed for making compiler happy
7169:
7170: 2009-03-10 misha
7171:
7172: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
7173: in main()
7174:
7175: 2009-02-01 misha
7176:
7177: * src/main/pa_http.C: - bugfix: double CRLF before the end of
7178: boundary
7179:
7180: 2009-01-25 misha
7181:
7182: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
7183:
7184: * src/classes/file.C: - more changes for parsing different number
7185: of params for file::load
7186:
7187: * tests/193.html: - tests for exception while base64-decode binary
7188: to string was added
7189:
7190: * tests/192.html: - tests for file::load with different number of
7191: options
7192:
7193: * src/classes/math.C: - ups. forgot '+1'
7194:
7195: * src/: classes/table.C, classes/file.C, include/pa_common.h,
7196: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
7197: main/pa_http.C: - ^file::load[...;http://...;] now can post files
7198: (new option $.encode[multipart-form/data] should be specified) -
7199: $.method[] option for file::load now is not case-sensitive
7200:
7201: * src/: include/pa_string.h, main/untaint.C: - for file post the
7202: new taint language L_FILE_POST was added
7203:
7204: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
7205: main/main.vcproj, classes/math.C, include/Makefile.am: - some
7206: stuff was moved to separate files
7207:
7208: 2009-01-23 misha
7209:
7210: * src/classes/math.C: - little optimisation in ^math:sha1[] -
7211: spaces to tabs were converted
7212:
7213: 2009-01-12 misha
7214:
7215: * src/main/pa_http.C: - value of $.method[] option force uppercased
7216: now
7217:
7218: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
7219: types/pa_vform.C, types/pa_vmail.C: - some constants changed
7220: their names
7221:
7222: * src/main/pa_common.C: - changes in formating
7223:
7224: * src/: classes/file.C, main/pa_http.C: - some constants changed
7225: their names
7226:
7227: * src/include/pa_http.h: - some spaces were converted to tabs
7228:
7229: * src/include/pa_common.h: - some constants changed their names
7230:
7231: * src/classes/file.C: - fixed 4-th paramether for file::load -
7232: little code rewriting
7233:
7234: * src/types/pa_vfile.C: - little code rewriting
7235:
7236: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
7237: types/pa_value.h: - some formating changes
7238:
7239: * src/include/pa_common.h: - some formating spaces transformed to
7240: tabs
7241:
7242: * src/classes/string.C: - exception while base64-decode binary to a
7243: string
7244:
7245: 2009-01-11 misha
7246:
7247: * configure.in: - version changed to 3.3.1b
7248:
7249: 2008-09-05 misha
7250:
7251: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
7252: release_3_3_0 on 2008-09-05 10:59:35 +0000
7253:
7254: 2008-09-04 misha
7255:
7256: * tests/: 130.html, 131.html: - these exceptions not typeless
7257: anymore
7258:
7259: * src/classes/op.C: - exception with 'invalid taint language' not
7260: typeless anylonger
7261:
7262: * src/classes/image.C: - some exceptions while operations with
7263: image not typeless anymore
7264:
7265: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
7266: main/pa_exec.C, main/pa_http.C: - some exceptions while
7267: operations with files not typeless anymore
7268:
7269: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
7270: types/pa_vdate.h: - exceptions while checking date range not
7271: typeless anymore
7272:
7273: * src/include/pa_exception.h: - exception type string for invalid
7274: date range was added
7275:
7276: 2008-09-03 misha
7277:
7278: * src/: classes/file.C, main/pa_string.C: - exception while pce
7279: operations not typeless anymore
7280:
7281: * src/include/pa_exception.h: - exception type for pce operations
7282: was added
7283:
7284: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
7285: and .CLASS_NAME insite classes
7286:
7287: * src/classes/table.C: - don't save table header whiile
7288: ^table.save[append;filename] if file exists
7289:
7290: 2008-09-02 misha
7291:
7292: * src/main/compile.y, src/main/compile_tools.h,
7293: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
7294: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
7295: renamed to partial and it login changed: we must mark class as
7296: partial for allow their modifications in future.
7297:
7298: 2008-08-29 misha
7299:
7300: * tests/results/022.processed: - testing taint[regex] in mask for
7301: file:list
7302:
7303: * tests/022.html: - testing taint[regex] in mask for file:list
7304:
7305: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
7306: for file:list was added
7307:
7308: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
7309: file:list
7310:
7311: 2008-08-26 misha
7312:
7313: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
7314: last derived object
7315:
7316: * src/classes/image.C: - many strings "image.format" replaced by
7317: IMAGE_FORMAT constant string - handle GPS info while parse exif -
7318: understand some more exif tags
7319:
7320: * src/include/pa_exception.h: - string "image.format" was added
7321:
7322: 2008-08-21 misha
7323:
7324: * src/: main/pa_string.C, classes/file.C: - use method for print
7325: pcre_exec text error
7326:
7327: * src/main/pa_common.C: - method for print pcre_exec text error was
7328: added
7329:
7330: * src/include/pa_common.h: - method declaration for print pcre_exec
7331: text error was added
7332:
7333: 2008-08-19 misha
7334:
7335: * src/main/execute.C: - bugfix: opcodes must be in separate
7336: namespace while debug execution as well
7337:
7338: * tests/: 015.html, results/015.processed: - test for escaping some
7339: parser chars was added
7340:
7341: 2008-08-18 misha
7342:
7343: * tests/: 190.html, 190.p, results/190.processed: - test for
7344: $caller.self.field + default getter in one class was added
7345:
7346: * tests/: 189.html, results/189.processed: - test for
7347: ^date::create[date object]
7348:
7349: * tests/: 188.html, results/188.processed: - tests for match with
7350: UTF-8 strings
7351:
7352: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
7353: ^string.match[]
7354:
7355: * ChangeLog: - parser 3.3.0 beta13
7356:
7357: 2008-08-15 misha
7358:
1.116 moko 7359: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
7360: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
7361: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
7362: dftables.c: - old PCRE files removed
1.95 moko 7363:
7364: * src/lib/pcre/config.h: - configuration for PCRE library
7365:
7366: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7367: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
7368:
7369: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
7370: library and set flag UTF8 if $request:charset is UTF-8
7371:
7372: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
7373: include/pa_config_fixed.h: - moved to new PCRE library
7374:
7375: * src/: main/main.vcproj, types/types.vcproj,
7376: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
7377: win32\pcre instead of parser3\src\lib\pcre
7378:
7379: * src/: include/pa_opcode.h, include/pa_operation.h,
7380: main/compile.C, main/compile.y, main/compile_tools.C,
7381: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
7382: opcodes were moved to separate namespace
7383:
7384: 2008-08-14 misha
7385:
7386: * src/types/pa_vstateless_class.C: - newline at the end missed
7387:
7388: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
7389: tainting
7390:
7391: 2008-08-11 misha
7392:
7393: * tests/: 187.html, 187.p, results/187.processed: - tests for
7394: $caller.self, $caller.self.field and $caller.self.field[value]
7395: were added
7396:
7397: * src/types/pa_vmethod_frame.h: - still need to check 'self'
7398: runtime as well (for $caller.self)
7399:
7400: 2008-07-25 misha
7401:
7402: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
7403: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
7404: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
7405: tests with international characters
7406:
7407: 2008-07-23 misha
7408:
7409: * src/main/pa_http.C: - escape $cookies as %uXXXX while
7410: file::load[...;http://
7411:
7412: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
7413: now everywhere in separate namespace
7414:
7415: * src/types/pa_vmethod_frame.h: - looking for caller before looking
7416: for vars
7417:
7418: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
7419: can be escaped by '^'
7420:
7421: 2008-07-22 misha
7422:
7423: * src/classes/string.C, tests/186.html: - names changes:
7424: escape=>js-escape, unescape=>js-unescape
7425:
7426: 2008-07-21 misha
7427:
7428: * tests/results/186.processed: - test for string escape/unescape
7429:
7430: * tests/186.html: - test for string escape/unescape
7431:
7432: * src/classes/string.C: - string has escape and unescape methods
7433: now
7434:
7435: * src/: include/pa_string.h, main/pa_string.C: - escape method was
7436: added
7437:
7438: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
7439: method-layers added (with different params)
7440:
7441: 2008-07-18 misha
7442:
7443: * tests/results/185.processed: - test for ^str.pos[substr](offset)
7444: was added
7445:
7446: * tests/185.html: - test for ^str.pos[sub](offset) added
7447:
7448: * src/classes/string.C, src/classes/void.C, operators.txt: -
7449: ^string.pos[substr](offset) -- 2nd param accepted now
7450:
7451: * src/main/pa_string.C: - .pos works fine with offset for utf-8
7452: strings
7453:
7454: 2008-07-17 misha
7455:
7456: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7457: helper length added for mid for small optimisation
7458:
7459: 2008-07-16 misha
7460:
7461: * tests/: 185.html, results/185.processed: - tests for
7462: length/left/right/mid/pos with utf-8 strings
7463:
7464: * src/classes/string.C: - left/right/mid/length/pos works fine for
7465: utf-8 strings
7466:
7467: * src/main/untaint.C: - comments removed
7468:
7469: * src/: include/pa_string.h, main/pa_string.C,
7470: include/pa_charset.h, main/pa_charset.C: - methods for working
7471: with pos/mid for strings in utf-8 were added
7472:
7473: 2008-07-15 misha
7474:
7475: * tests/: 184.html, results/184.processed: - test for case body as
7476: expression: $var(^switch(1){^case(1)(true)..})
7477:
7478: * src/classes/op.C: - case body can be expression now:
7479: $var(^switch(1){^case(1)(true)..})
7480:
7481: * tests/: results/183.processed, 183.html: - added test for testing
7482: new cookie encoding (%uXXXX)
7483:
7484: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
7485: decoding for backward compatibility they decoded from %XX in
7486: request:charset too
7487:
7488: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
7489: - cookie class now decode cookies before first access after last
7490: request:charset changing (as form class).
7491:
7492: * src/main/pa_charset.C: - added method escape for escaping cookies
7493: as %uXXXX - before transcode calculate required space for dest
7494: string. it reduce mem usage for transcode
7495:
7496: * src/include/pa_charset.h: - added method escape for escaping
7497: cookies as %uXXXX
7498:
7499: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
7500: was added. will used for escaping cookies as %uXXXX
7501:
7502: * src/include/pa_common.h: - escape method has new option for skip
7503: converting '+' to a space char
7504:
7505: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
7506: transcode - escape method has new option for skip converting '+'
7507: to a space char
7508:
7509: 2008-07-08 misha
7510:
7511: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
7512: (no UE if more then 1 case matches anylonger) - optimization:
7513: doing searching.as_string() || searching.as_double() only once
7514:
7515: 2008-07-04 misha
7516:
7517: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
7518: now ^date::create[date object] works
7519:
7520: * src/classes/string.C: - left and right added as aliases for start
7521: and end in ^string.trim[]
7522:
7523: 2008-07-03 misha
7524:
7525: * src/classes/file.C: - allow $.limit for file::sql as well
7526:
7527: * src/classes/file.C: - allow $.offset option for file::sql - force
7528: send limit=1 to query for use sql specifics authomatically
7529:
7530: * src/classes/: hash.C, string.C, table.C: - don't throw exception
7531: if $.limit value if empty. autoconvert it as everywere
7532:
7533: 2008-07-02 misha
7534:
7535: * configure.in: - time to change version number to 3.3.0 %-)
7536:
7537: * src/include/pa_version.h: - time to change version number to
7538: 3.3.0 %-)
7539:
7540: 2008-06-26 misha
7541:
7542: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7543: $.limit(0) fixes
7544:
7545: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
7546: - $.limit(0) fixes
7547:
7548: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
7549: new API)
7550:
7551: * src/: include/pa_sql_driver_manager.h,
7552: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
7553: classes/op.C: - document_root added
7554:
7555: * src/main/compile.tab.C: - error message was changed
7556:
7557: 2008-06-25 misha
7558:
7559: * src/main/compile.y: - error message was changed
7560:
7561: 2008-06-24 misha
7562:
7563: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
7564:
7565: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
7566: tests for @OPTIONS\nappend
7567:
7568: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
7569:
7570: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
7571:
7572: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
7573:
7574: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
7575: compile.y
7576:
7577: 2008-06-17 misha
7578:
7579: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
7580: compilation: ^if(default){true. it's incorrect. must be
7581: exception}
7582:
7583: 2008-06-16 misha
7584:
7585: * tests/: 181.ent, 181.html, results/181.processed: - test for
7586: checking external reference loading with 'http://localhost'
7587: prefix while creating xdoc
7588:
7589: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
7590: ^math:long2ip[] and ^math:ip2long[]
7591:
7592: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
7593: added which use scalar stateless class method when user object
7594: used in scalar context - use get_scalar_value when user object
7595: requested in scalar context
7596:
7597: * src/main/pa_common.C: - size must be int but not size_t or we
7598: can't compare with 0 sprintf result
7599:
7600: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7601: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
7602: with internal switch between local/global vars
7603:
7604: * src/types/pa_vclass.C: - register scalar if method @GET[] was
7605: specified
7606:
7607: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
7608: pa_vstateless_object.h: - stateless class and object now has
7609: private scalar field and getter/setter for working with it
7610:
7611: * src/classes/math.C: - methods math:long2ip & math:ip2long were
7612: moved to inet static class
7613:
7614: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
7615: class added (^inet:aton[IP], ^inet:ntoa(number))
7616:
7617: * tests/: 180.html, results/180.processed: - tests for
7618: ^math:long2ip(long) and ^math:ip2long[IP]
7619:
7620: * src/classes/math.C: - ^math:ip2long[IP] added
7621:
7622: 2008-06-11 misha
7623:
7624: * src/main/pa_xml_io.C: - use file_read_text again because of we
7625: need cut BOM code and remove DOS newline chars. but don't
7626: transcode it anyway.
7627:
7628: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
7629: main/pa_http.C: - option for disable transcoding while file_read
7630: and file_read_text added
7631:
7632: 2008-06-10 misha
7633:
7634: * tests/: 179.html, 179.p, results/179.processed: - test for many
7635: classes in 1 file
7636:
7637: * src/main/: compile.C, compile_tools.h: - compile return list of
7638: classes now.
7639:
7640: * src/main/: compile.y, compile.tab.C: - compile return list of
7641: classes now. internals.
7642:
7643: * src/main/pa_request.C: - compile return list of classes now. try
7644: call @conf and @auto for each returned class
7645:
7646: * src/include/pa_request.h: - compile return list of classes now
7647:
7648: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
7649: return list of classes when compile buf)
7650:
7651: 2008-06-07 misha
7652:
7653: * src/main/pa_request.C: - constructing VRequest object with 3rd
7654: param -- form
7655:
7656: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
7657: 3rd param: form. needed for get post_charset
7658:
7659: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
7660: added
7661:
7662: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
7663: types/pa_vform.C, types/pa_vform.h: - some polish
7664:
7665: 2008-06-06 misha
7666:
7667: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
7668: charset and decode chars from it but not from response:charset
7669:
7670: * src/main/pa_http.C: - detect_charset moved out of here
7671:
7672: * src/: include/pa_common.h, main/pa_common.C: - more helpers
7673: methods moved here - unescape_chars accepn one charset now
7674:
7675: * src/main/pa_http.C: - new constants used - don't allow
7676: $.content-type in ^file::load[;http://;$.method[POST]] - add
7677: charset info while ^file::load[;http://;$.method[POST]] - option
7678: $.omit-post-charset(true) added to ^file::load[;http://] for
7679: disabling charset during post
7680:
7681: * src/types/pa_vform.C: - new constants used
7682:
7683: * src/include/pa_common.h: - some constants were added
7684:
7685: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
7686: instead of StrEqNc
7687:
7688: * src/main/pa_common.C: - new method for caseless search
7689: c-substring in c-string - use isxdigit instead of is_hex_digit
7690:
7691: * src/include/pa_common.h: - new method for caseless search
7692: c-substring in c-string
7693:
7694: 2008-06-05 misha
7695:
7696: * tests/results/178.processed: - test for testing default getter
7697:
7698: * tests/178.html: - test for testing default getter
7699:
7700: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
7701: for test for testing default getter
7702:
7703: * src/main/execute.C: - default getter soul
7704:
7705: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
7706: requested objects' field not found
7707:
7708: * src/types/pa_vclass.C: - register default getter if defined - get
7709: default getter if requested field not found
7710:
7711: * src/types/pa_vstateless_object.h: - method get_default_getter was
7712: added
7713:
7714: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
7715: pointer to default getter and methods for get/set it were added
7716:
7717: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
7718: auto_name field (for default getter)
7719:
7720: 2008-06-04 misha
7721:
7722: * src/main/pa_xml_io.C: - load external xml in binary mode (no
7723: transcoding, no cutting BOM code, no fixing line breaks) and get
7724: it to libxml "as is"
7725:
7726: 2008-06-03 misha
7727:
7728: * src/main/pa_common.C: - use store_Char instead of
7729: transcodeCharFromUTF8
7730:
7731: * src/: include/pa_charset.h, main/pa_charset.C: - method
7732: store_Char added, transcodeCharFromUTF8 -- removed
7733:
7734: 2008-06-02 misha
7735:
7736: * tests/: results/177.processed, 177.html: - test for checking
7737: .[acm]date after local ^file::load[] was added
7738:
7739: * tests/: results/176.processed, 176.html: - test for checking
7740: @OPTION\locals + @method[vars][locals] added
7741:
7742: * tests/results/auto.p: - CLASS_PATH specified for checking use
7743:
7744: 2008-05-30 misha
7745:
7746: * src/main/: compile.y, compile.tab.C: - changes in compiler:
7747: @OPTION\nlocals + @method[vars][;locals;] were added
7748:
7749: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
7750: moved to separate method op_code - switch from VMethodFrame to
7751: VMethodFrameGlobal + VMethodFrameLocal
7752:
7753: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
7754: was moved to separate method op_code
7755:
7756: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
7757: VMethodFrame now
7758:
7759: * src/types/pa_vstateless_class.h: - stateless class have bool flag
7760: all_vars_local as well
7761:
7762: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
7763: pa_vmethod_frame_local.h, Makefile.am: - who children for
7764: VMethodFrame were added: one (global) works as VMethodFrame
7765: before and second (local) write all vars in self vars scope
7766:
7767: * src/types/pa_method.h: - method has bool flag all_vars_local now
7768:
7769: 2008-05-29 misha
7770:
7771: * tests/: 129.html, results/129.processed: - more tests for
7772: ^table.hash[]
7773:
7774: * src/classes/hash.C: - ^hash::sql has a new option:
7775: $.type[hash|string|table] as ^table.hash[] one.
7776:
7777: * src/classes/op.C: - ^try has 3rd param now: finally code which
7778: executed anyway after try or catch section
7779:
7780: 2008-05-27 misha
7781:
7782: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
7783: must not fail if $.distinct(1) wasn't specified
7784:
7785: 2008-05-26 misha
7786:
7787: * src/classes/op.C: - allow ^throw[my type]
7788:
7789: 2008-05-22 misha
7790:
7791: * configure.in, configure: - version number updated to 3.2.4b
7792:
7793: * src/classes/: op.C, string.C: - trim format string before
7794: eval/format
7795:
7796: * tests/: results/175.processed, 175.html: - more tests for
7797: different format strings in .format[]
7798:
7799: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
7800: as well (not only %XX)
7801:
7802: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
7803: charset specified - checks for format before print number
7804: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
7805: (instead of tabs) removed
7806:
7807: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
7808: charset specified
7809:
7810: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
7811: char in requested charset from utf code was added
7812:
7813: 2008-05-19 misha
7814:
7815: * tests/: 174.html, results/174.processed: - test for
7816: ^hashfile.cleanup[] added
7817:
7818: * src/classes/hashfile.C: - optimization: don't create any key or
7819: value variable if it's name weren't specified
7820: (^hf.foreach[;v]{...})
7821:
7822: 2008-05-16 misha
7823:
7824: * src/classes/hash.C: - optimization: don't create any key variable
7825: if variable name wasn't specified (^h.foreach[;v]{...})
7826:
7827: 2008-05-15 misha
7828:
7829: * src/classes/op.C: - small changes
7830:
7831: * src/classes/hashfile.C: - code reformating (as hash.foreach)
7832:
7833: * src/classes/hash.C: - calculate var_context once before foreach
7834:
7835: 2008-05-14 misha
7836:
7837: * src/classes/hashfile.C: - incorrect vars context calculation for
7838: ^hashfile.foreach[;]{} fixed
7839:
7840: * src/classes/: hash.C, table.C: - little optimisation
7841:
7842: * src/classes/file.C: - bugfix: double absolute path while loading
7843: file
7844:
7845: * tests/: 174.html, results/174.processed: - tests for hashfile
7846: were added
7847:
7848: * buildall-with-xml: - moving to libxslt 1.1.24
7849:
7850: 2008-04-30 misha
7851:
7852: * src/classes/file.C: - stat file while loading (local only) so
7853: .adate, .mdate and .cdate available without additional ::stat
7854:
7855: 2008-04-28 misha
7856:
7857: * src/classes/file.C: - $.name and $.content-type available for
7858: stated file
7859:
7860: 2008-04-14 misha
7861:
7862: * src/targets/cgi/parser3.C: - new year in copyright %-)
7863:
7864: * src/include/pa_version.h: - new version number in head
7865:
7866: 2008-04-10 misha
7867:
7868: * tests/: 080.html, results/080.processed: - cut '0' from
7869: exponential part because of on diff OS it differ (20 or 020 for
7870: ex)
7871:
7872: * tests/: 119.html, results/119.processed: - check for encoding
7873: while creating xdoc
7874:
7875: 2008-04-09 misha
7876:
7877: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
7878:
7879: * src/main/pa_common.C: - comment added
7880:
7881: * src/classes/date.C: - little refactoring
7882:
7883: 2008-04-07 misha
7884:
7885: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
7886: style of ^table.save[]: prepare one big string and sabe it at
7887: once. it's safe on freebsd 4.x but use much more memory.
7888:
7889: * buildall-with-xml, buildall-without-xml: - option
7890: --disable-stringstream added (under comment. use it on freebsd
7891: 4.x)
7892:
7893: 2008-02-22 misha
7894:
7895: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
7896: specified together in file::load[;http] - get back transcoding
7897: $.body[] in file::load[;http]
7898:
7899: 2008-02-21 misha
7900:
7901: * src/classes/date.C: - ^date.gmt-string[] was added
7902:
7903: * src/types/pa_value.C: - method for output date in RFC 822 format
7904: moved to pa_common.h
7905:
7906: * src/include/pa_common.h: - method for output date in RFC 822
7907: format moved here from pa_value.C
7908:
7909: * src/types/pa_vmail.C: - fixed core in sending mail with
7910: attachment in simple mode ($.file[file here]) introduced in 3.2.2
7911:
7912: 2008-02-20 misha
7913:
7914: * src/main/pa_http.C: - transcode $.headers before escaping into
7915: specified charset while ^file::load[...;http://...] (L_URI
7916: instead of L_HTTP_HEADER) - $.cookies param available in
7917: ^file::load[;http://...] now (but we don't parse set-cookies from
7918: response yet) (cookies not transcoded as common $cookies)
7919:
7920: 2008-02-19 misha
7921:
7922: * src/main/pa_request.C: - rollback: we mustn't force taint
7923: $response:field values because in this case
7924: $response:locateion[http://...] don't works.
7925:
7926: 2008-02-15 misha
7927:
7928: * src/classes/op.C: - little refactoring
7929:
7930: * src/main/pa_http.C: - taint names of $.headers for load[;http
7931:
7932: * src/main/pa_request.C: - force taint values of $response:field
7933:
7934: 2008-02-14 misha
7935:
7936: * src/main/pa_request.C: - $response:field transcoded to
7937: $response:charset before escaping now
7938:
7939: * src/main/pa_http.C: - some outdated comments removed
7940:
7941: * src/classes/date.C: - lastdat -> last-day
7942:
7943: * src/classes/date.C: - ^date:lastday(year;month) and
7944: ^date.lastday[] were added - little code refactoring - comments
7945: changes
7946:
7947: * tests/: 159.html, results/159.processed: - test for number of
7948: days in February
7949:
7950: * src/types/pa_value.C: - fixes in code formatting
7951:
7952: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
7953: and comments
7954:
7955: 2008-02-13 misha
7956:
7957: * src/main/pa_common.C: - bugfix for february at leap year
7958:
7959: 2008-01-28 misha
7960:
7961: * tests/: 160.html, results/160.processed: - more test for cache
7962: added
7963:
7964: * src/classes/op.C: - bugfix: cache body executed twice if contains
7965: unhandled exception
7966:
7967: 2008-01-25 misha
7968:
7969: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
7970: bug when hashfile became inavailable after memory:compact)
7971:
7972: * src/lib/sdbm/apr_strings.C: - +arp_malloc
7973:
7974: 2008-01-22 misha
7975:
7976: * src/classes/table.C: - little refactiring and exception texts
7977: changes in method ^table.hash[]
7978:
7979: * src/types/pa_vcookie.C: - link to cookie specification changed
7980:
7981: 2008-01-21 misha
7982:
7983: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
7984: file::exec/cgi
7985:
7986: * src/classes/file.C: - bugfix: core while processing headers if
7987: executed cgi script don't return content
7988:
7989: 2008-01-18 misha
7990:
7991: * buildall-with-xml: - move to libxml2 version 2.6.31
7992:
7993: * src/include/pa_version.h, configure.in: - version number updated
7994: to '3.2.3b'
7995:
7996: 2007-12-28 misha
7997:
7998: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
7999: hash.contains
8000:
8001: 2007-12-27 misha
8002:
8003: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
8004: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
8005: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
8006: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
8007: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8008: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
8009: src/targets/cgi/parser3.vcproj,
8010: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
8011: back to VS2003 because of Apache 1.3 module can't work if it was
8012: built in VS 2005. with cgi all file so VS2003 project files can
8013: be easy converted to the new format.
8014:
8015: 2007-12-04 misha
8016:
8017: * src/types/pa_vcode_frame.h: - changes in comment
8018:
8019: 2007-11-29 misha
8020:
8021: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
8022: intercept strings any longer
8023:
8024: * tests/: 173.html, results/173.processed: - tests for
8025: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
8026: but not in main code frame
8027:
8028: * tests/: 172.html, results/172.processed: - more tests for pass
8029: objects from code frames
8030:
8031: 2007-11-27 misha
8032:
8033: * tests/: 152.html, results/152.processed: - tests for converting
8034: strings 'true'/'false' to bool were added
8035:
8036: * tests/152.html: - added checks for converting strings
8037: 'true'/'false' to bool
8038:
8039: * src/classes/string.C: - ^srting.bool[] now can convert to bool
8040: not only strings with numbers but with values 'true'/'false' as
8041: well
8042:
8043: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
8044: for parser3.log increased
8045:
8046: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
8047:
8048: * src/include/pa_common.h: - remove_crlf return cstring size now
8049:
8050: * src/include/pa_types.h: - constant with buffer size for
8051: parser3.log added
8052:
8053: 2007-11-16 misha
8054:
8055: * tests/cat.sh: - script for tests for file::exec/cgi
8056:
8057: * tests/171.html: - tests for file::exec/cgi
8058:
8059: * tests/results/171.processed: - tests results for file::exec/cgi
8060:
8061: 2007-11-15 misha
8062:
8063: * src/main/pa_exec.C: - fixed incorrect exec code for unix
8064:
8065: * src/classes/file.C: - .body must be set before analyzing cgi
8066: headers
8067:
8068: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
8069: only if exec/cgi return anything.
8070:
8071: 2007-11-14 misha
8072:
8073: * operators.txt: - info about new text|binary option for
8074: file::exec/cgi was added
8075:
8076: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
8077: ^file:exec[[text|binary];script;...]
8078:
8079: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
8080: classes/string.C, classes/table.C: - more text strings moved to
8081: the one place
8082:
8083: 2007-11-09 misha
8084:
8085: * src/types/pa_vrequest.C: - $request:argv must be taint
8086:
8087: * ChangeLog: - $request:argv [patch from Sumo]
8088:
8089: * operators.txt: - $request:argv
8090:
8091: * src/: include/pa_request_info.h, types/pa_vrequest.C,
8092: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
8093:
8094: 2007-10-25 misha
8095:
8096: * buildall-with-xml, buildall-without-xml: - options preparations
8097: for ./configure rewrited
8098:
8099: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
8100: error occure in unhandled_exception finally fixed
8101:
8102: 2007-10-23 misha
8103:
8104: * tests/: 170.html, results/170.processed: - test for
8105: @method[][result]
8106:
8107: * operators.txt: - added info about node.prefix and
8108: node.namespaceURI
8109:
8110: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
8111:
8112: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
8113: added for node and attribute
8114:
8115: 2007-10-22 misha
8116:
8117: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
8118:
8119: * src/main/pa_request.C: - added const content-transfer-encoding
8120:
8121: * src/include/pa_request.h: - added const content-transfer-encoding
8122: - ups. constants must be in lowercase (for search)
8123:
8124: * src/types/pa_vmail.C: - more constants used -
8125: content-transfer-encoding: 8bit added
8126:
8127: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
8128:
8129: * src/include/pa_request.h: - more constants
8130:
8131: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
8132: ommit anymore if $.content-disposition was specified - little
8133: refactoring
8134:
8135: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
8136:
8137: 2007-10-17 misha
8138:
8139: * operators.txt: - info about
8140: table::create[nameless]{data}[>options<] was added
8141:
8142: * src/main/: compile.tab.C, compile.y: - if error occure while
8143: compile method don't put this method in methods table anymore.
8144: in other case the parser coredumped if @unhandled_exception
8145: method can't be compiled because of parser.compile error.
8146:
8147: * src/main/execute.C: - little code reformating
8148:
8149: * src/main/pa_request.C: - little code reformating - comment
8150: changed
8151:
8152: 2007-10-16 misha
8153:
8154: * tests/: 035.html, results/035.processed: - tests
8155: table::create[]{}[options] added
8156:
8157: * src/classes/table.C: - table::create[]{} now accept 3rd param:
8158: options (only $.seperator[] yet)
8159:
8160: 2007-10-10 misha
8161:
8162: * src/classes/table.C: - some contstants moved to pa_common.h -
8163: some code changes
8164:
8165: 2007-10-02 misha
8166:
8167: * src/main/pa_uue.C: - memory usage during uuencode reduced more
8168: then three time as much. but base64 encoding method still use
8169: less memory anyway.
8170:
8171: 2007-09-17 misha
8172:
8173: * operators.txt: - added info about $cookie:fields
8174:
8175: * src/types/pa_vcookie.C: - $cookie:fields available now
8176:
8177: * src/classes/hash.C: - some stuff for use with .for_each moved to
8178: common
8179:
8180: * src/include/pa_common.h: - some stuff for use with .for_each
8181: moved here
8182:
8183: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
8184:
8185: 2007-09-14 misha
8186:
8187: * buildall-with-xml: - new xml libs again =)
8188:
8189: 2007-08-28 misha
8190:
8191: * operators.txt: - texts about ^table.columns[[column name]] and
8192: ^string.split[...][v][column name] were added
8193:
8194: * tests/: 168.html, 169.html, results/168.processed,
8195: results/169.processed: - tests for ^table.columns[[column name]]
8196: and ^string.split[...][v][column name] were added
8197:
8198: * src/classes/table.C: - new option ^table.columns[[column name]]
8199: was added
8200:
8201: * src/classes/string.C: - new option ^string.split[...;v;[column
8202: name]]
8203:
8204: * src/include/pa_exception.h: - error text message for
8205: ^hash._keys[], ^table.columns[] and ^string.split[]
8206:
8207: 2007-08-27 misha
8208:
8209: * src/main/untaint.C: - try to fix coredump on unix if print to
8210: body ^taint[sql][something] outside of connect
8211:
8212: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
8213: outside of connect
8214:
8215: * buildall-with-xml, buildall-without-xml: - strip parser3 was
8216: added (commented by default)
8217:
8218: 2007-08-20 misha
8219:
8220: * operators.txt: - comment about new method ^node.hasAttributes[]
8221: was added
8222:
8223: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
8224: duplicated exception text strings were removed
8225:
8226: * src/include/pa_exception.h: - more exception text strings moved
8227: here
8228:
8229: * src/classes/table.C: - some duplicate exceptions' text strings
8230: removed
8231:
8232: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
8233: xdoc.C, xnode.C: - some duplicate exceptions' text strings
8234: removed
8235:
8236: * src/include/pa_exception.h: - some exception text strings movet
8237: to pa_exception
8238:
8239: * tests/: 149.html, results/149.processed: - test for
8240: ^xnode.hasAttributes[] was added - some code changes
8241:
8242: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
8243: added
8244:
8245: 2007-08-17 misha
8246:
8247: * tests/: results/006.processed, results/059.processed, 006.html,
8248: 059.html: - more tests for match
8249:
8250: * tests/: 129.html, results/129.processed: - tests for
8251: ^table.hash[...][$.type[string|hash|table]] added
8252:
8253: * src/targets/cgi/parser3.C: - little syntax changes
8254:
8255: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
8256: syntax changes
8257:
8258: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
8259: messages in parser3.log switched off by default. If someone
8260: really still need it: use $SIGPIPE(1)
8261:
8262: 2007-08-08 misha
8263:
8264: * buildall-with-xml, buildall-without-xml: - remove libs source
8265: files by default since now
8266:
8267: 2007-08-07 misha
8268:
8269: * buildall-without-xml: - some option syntax changes
8270:
8271: * buildall-with-xml: - compile libxml2 without http support - some
8272: option syntax changes
8273:
8274: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
8275:
8276: 2007-08-06 misha
8277:
8278: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
8279:
8280: * tests/: 160.html, results/160.processed: - cache test was
8281: rewrited
8282:
8283: 2007-07-06 misha
8284:
8285: * tests/: 153.html, results/153.processed: - added test for
8286: ^math:sha1[string]
8287:
8288: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
8289: transcoded
8290:
8291: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
8292: were added
8293:
8294: 2007-06-28 misha
8295:
8296: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
8297: some incorrect chars
8298:
8299: 2007-06-19 misha
8300:
8301: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
8302: were moved on top because of gcc 4 had a problems during
8303: building.
8304:
8305: 2007-06-18 misha
8306:
8307: * tests/results/019.processed: - new image commited
8308:
8309: 2007-06-09 misha
8310:
8311: * src/classes/: op.C, table.C: - in while and table.select method
8312: as_expression used now
8313:
8314: * src/types/pa_vmethod_frame.h: - method as_expression was added
8315:
8316: 2007-06-08 misha
8317:
8318: * tests/: 166.html, results/166.processed: - test for
8319: ^match[...][n]
8320:
8321: * tests/: 165.html, results/165.processed: - tests for loops
8322:
8323: * src/lib/cord/include/private/cord_pos.h: - back to origin value
8324: because of no speed/memory optimisation but some proglems with
8325: long cycles occure
8326:
8327: 2007-06-06 misha
8328:
8329: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
8330: ^table.select(true) and ^table.select(1) didn't works because of
8331: awaiting junction-param only. fixed.
8332:
8333: 2007-05-24 misha
8334:
8335: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
8336: with 0.5 secs interval
8337:
8338: * src/classes/op.C: - cache was rewrited. I hope it works with
8339: locking system now on unix
8340:
8341: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
8342: system locks which wait till other threads release it but try get
8343: lock, if fail wait 1 sec and make 10 attempts.
8344:
8345: * src/include/pa_os.h: - consts for blocking locks + some comments
8346: were added
8347:
8348: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
8349: opening files
8350:
8351: * src/classes/table.C: - changes in includes. if unclude <sstream>
8352: after our classes on unix it can't be build
8353:
8354: * src/types/pa_vhashfile.C: - not needed code removed
8355:
8356: 2007-05-23 misha
8357:
8358: * src/: classes/file.C, classes/op.C, main/pa_common.C,
8359: include/pa_common.h: - cosmetic changes
8360:
8361: 2007-05-18 misha
8362:
8363: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
8364: often. it's give some speed increasing
8365:
8366: * tests/results/160.processed: - returned time corrected
8367:
8368: * tests/160.html: - time increased because on unix 1 mean nothing
8369: :(
8370:
8371: * operators.txt: - added info about ^hash.contain[key]
8372:
8373: * src/classes/hash.C: - added ^hash.contain[key]
8374:
8375: * src/include/pa_hash.h: - added method for checking key exists in
8376: hash
8377:
8378: 2007-05-07 misha
8379:
8380: * src/include/pa_string.h: - was compilation error during build on
8381: freebsd4
8382:
8383: 2007-05-03 misha
8384:
8385: * src/classes/table.C: - option $.type[hash|string|table] was added
8386: for ^table.hash[]
8387:
8388: * src/classes/file.C: - comment removed
8389:
8390: 2007-04-26 misha
8391:
8392: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
8393: real files doesn't opened in place anymore
8394:
8395: 2007-04-24 misha
8396:
8397: * src/classes/math.C: - I thought one more time and remove lg(N) :)
8398:
8399: * src/include/pa_exception.h: "static" removed
8400:
8401: 2007-04-23 misha
8402:
8403: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
8404:
8405: * src/classes/math.C: added: - ^math:ln(N) (the same as
8406: ^math:log(N)) - ^math:lg(N)
8407:
8408: * tests/: 097.html, results/097.processed: - charsets converstion
8409: during ^file::load[text;http://...] added
8410:
8411: * tests/: 164.html, results/164.processed: - check for set expires
8412: as a date
8413:
8414: * tests/: 164.html, results/164.processed: - test for hashfile
8415:
8416: * src/classes/hashfile.C: - little comment changes
8417:
8418: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
8419: access
8420:
8421: * src/: classes/date.C, classes/double.C, classes/file.C,
8422: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
8423: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
8424: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
8425: classes/xnode.h, include/pa_request.h, main/execute.C,
8426: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
8427: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
8428: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
8429: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
8430: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
8431: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
8432: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8433: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
8434: "parser.runtime" strings were removed
8435:
8436: * src/classes/hashfile.C: - with .clear[] called files_delete()
8437: now.
8438:
8439: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
8440:
8441: * src/include/pa_exception.h: - string constant with
8442: "parser.runtime" text was added
8443:
8444: 2007-04-20 misha
8445:
8446: * operators.txt: - some comments changing
8447:
8448: * operators.txt: - added info about .^hashfile.release[],
8449: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
8450:
8451: * configure: =cheching for unsetenv
8452:
8453: * src/classes/hashfile.C: - ^hashfile.cleanup[],
8454: ^hashfile.release[] were added
8455:
8456: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
8457: ^string.match[][] understand new option now: return number of
8458: matches but not table wit results
8459:
8460: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
8461: reopen now
8462:
8463: * src/classes/op.C: - bug. must be false
8464:
8465: * configure.in: - checking for unsetenv was added
8466:
8467: * src/types/pa_vform.C: - some comments
8468:
8469: 2007-04-18 misha
8470:
8471: * buildall-with-xml: moving to libxml2-2.6.28
8472:
8473: * buildall-with-xml, buildall-without-xml: added commented lines
8474: with --disable-safe-mode option
8475:
8476: * operators.txt: - info about $form:files
8477:
8478: 2007-04-17 misha
8479:
8480: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
8481: $form:files was added
8482:
8483: * tests/: 163.html, results/163.processed: removing auto format
8484:
8485: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
8486:
8487: 2007-04-16 misha
8488:
8489: * tests/: 163.html, results/163.processed: - test for .int[],
8490: floor, round, ceiling and .format[]
8491:
8492: * src/classes/file.C: - little optimization for getting args in
8493: exec/cgi
8494:
8495: 2007-04-13 misha
8496:
8497: * src/classes/file.C: - arguments for file::exec/cgi can be
8498: specified now as s table with one column
8499:
8500: 2007-03-27 misha
8501:
8502: * tests/: 162.html, results/162.processed: - test for
8503: ^table.select(^condition[$t])
8504:
8505: * tests/results/auto.p: - load windows-1251 charset for some tests
8506:
8507: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
8508:
8509: * tests/: results/161.processed, 161.html, 161_utf8.txt,
8510: 161_windows1251.txt: - added test for
8511: ^file::load[text;/local/file.txt;$.charset[...]]
8512:
8513: * tests/: results/013.processed, 013.html: - added test for
8514: checking $._default value while hash modifications
8515:
8516: * tests/: 160.html, results/160.processed: - add test for
8517: ^cache[key](secs){code}, ^cache[] and ^cache(0)
8518:
8519: 2007-03-22 misha
8520:
8521: * src/include/pa_common.h: - "charset" string defined for
8522: ^file::load[text;/local.txt] and ^table::load[/table.txt]
8523:
8524: * src/main/: pa_common.C, pa_http.C: - $.charset option for
8525: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
8526: added - not needed transcodes were removed from
8527: ^file::load[...;http://...]
8528:
8529: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
8530: added
8531:
8532: * src/classes/date.C: - date.week was fixed
8533:
8534: * operators.txt: - added info about date.weekyear
8535:
8536: * tests/: 159.html, results/159.processed: - tests for date.week
8537: and date.weekyear added
8538:
8539: 2007-03-15 misha
8540:
8541: * src/classes/table.C: - enclose column numbers for nameless tables
8542: as well
8543:
8544: 2007-03-14 misha
8545:
8546: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
8547:
8548: * src/classes/table.C: - table.save optimization: now required much
8549: less memory
8550:
8551: 2007-03-13 misha
8552:
8553: * tests/results/: 158.processed, 158.processes: - tests for
8554: table.save/table.load
8555:
8556: * tests/: 158.html, results/158.processes: - tests for
8557: table.save/table.load
8558:
8559: * buildall-with-xml: libxml2: --without-ftp --without-docbook
8560:
8561: * buildall-with-xml: - pattern needed now for building
8562:
8563: * tests/results/097.processed: - added test results for xdoc::load
8564: & xdoc::load[http://...]
8565:
8566: * tests/097.html: - added test for xdoc::load
8567:
8568: 2007-03-12 misha
8569:
8570: * tests/: 107.html, results/107.processed: - added test for xpath
8571: '//man'
8572:
8573: 2007-03-01 misha
8574:
8575: * tests/: 097.html, results/097.processed: - added test for
8576: creating xdoc from file
8577:
8578: * tests/: results/157.processed, 157.html: - added test for
8579: file:move
8580:
8581: 2007-02-28 misha
8582:
8583: * src/classes/xdoc.C: - another attempt
8584:
8585: * src/classes/xdoc.C: - roll back last changes for a while
8586:
8587: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
8588:
8589: * src/classes/file.C: - under lock we create non-exist dir anyway
8590:
8591: * tests/results/099.processed: - ever send content-disposition to
8592: client with file
8593:
8594: * tests/157.html: + test for file:copy
8595:
8596: 2007-02-26 misha
8597:
8598: * src/classes/file.C: - some similar strings moved to #define
8599: instead of to be copy/pasted many times
8600:
8601: * src/types/pa_vfile.h: - class name string ("file") moved to
8602: #define
8603:
8604: 2007-02-20 misha
8605:
8606: * bin/auto.p.dist.in: - added lines for sqlite
8607:
8608: * configure.in: - added some strings for sqlite detection
8609:
8610: 2007-02-19 misha
8611:
8612: * operators.txt: - some comments changes
8613:
8614: * buildall-with-xml, buildall-without-xml: - some modifications
8615:
8616: 2007-02-17 misha
8617:
8618: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
8619:
8620: * src/main/pa_request.C: - damn, i forgot to commit it while I
8621: change console behaviour
8622:
8623: 2007-02-12 misha
8624:
8625: * src/targets/cgi/parser3.C: - don't print headers if
8626: $console:line[data] was used during cgi execution.
8627:
8628: * src/types/pa_vconsole.h: - console class have bool flag now which
8629: marked as 'true' if class was used.
8630:
8631: * tests/: 152.html, results/152.processed: - more types was added
8632: to test 152
8633:
8634: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
8635: adding 'bool' (^if($image){} caused exception)
8636:
8637: 2007-02-09 misha
8638:
8639: * tests/: 152.html, results/152.processed: - test alightly updated
8640:
8641: * tests/: 152.html, results/152.processed: - test rewrited
8642:
8643: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
8644: bugfix. I broke xdoc & xnode in expression
8645:
8646: 2007-02-08 misha
8647:
8648: * tests/: 152.html, results/152.processed: - add test for checking
8649: 'def' for void, string, bool, int & double
8650:
8651: 2007-02-07 misha
8652:
8653: * operators.txt: - ^file:base64[filespec] was added
8654:
8655: * tests/results/153.processed: - result test for
8656: ^file:base64[filespec] was updated
8657:
8658: * tests/153.html: - test for ^file:base64[filespec] was added
8659:
8660: * src/types/pa_vconsole.h: - little optimization
8661:
8662: * src/classes/file.C: - ^file:base64[filespec]
8663:
8664: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
8665:
8666: * src/include/pa_common.h: - declarations for
8667: ^file:base64[filespec]
8668:
8669: * src/types/pa_vcookie.C: - little optimization
8670:
8671: 2007-02-06 misha
8672:
8673: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
8674: were temporary commented
8675:
8676: * src/types/pa_vbool.h: - bugfix
8677:
8678: * tests/156.html: - added test for bool cookie
8679:
8680: * src/types/pa_vcookie.h: - not needed string "cookie" removed
8681:
8682: * tests/: 155.html, results/155.processed: - added test for check
8683: $.encloser[] option for table save/load
8684:
8685: * tests/: 153.html, 154.html, todo.txt: - two more tests added
8686:
8687: 2007-02-05 misha
8688:
8689: * tests/results/152.processed: - newline at the end was missed
8690:
8691: * tests/results/141.processed: - math:md5 must be lowercased
8692:
8693: * src/targets/cgi/parser3.C: - 2007 in help ;)
8694:
8695: 2007-02-03 misha
8696:
8697: * tests/results/: 150.processed, 151.processed, 152.processed: -
8698: test for bool added and some content length fixes
8699:
8700: * tests/152.html: - test for bool added
8701:
8702: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
8703:
8704: * operators.txt: - info bool class was added
8705:
1.116 moko 8706: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 8707: classes/classes.vcproj, classes/double.C, classes/int.C,
8708: classes/string.C, classes/void.C, classes/xnode.C,
8709: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
8710: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
8711: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
8712: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8713: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
8714: types/types.vcproj: - bool class was added
8715:
8716: * src/main/pa_request.C: - fix
8717:
8718: 2007-01-18 misha
8719:
8720: * src/: main/pa_string.C, classes/string.C: - return table during
8721: ^string.match[][] even if no matched found.
8722:
8723: 2006-12-20 misha
8724:
8725: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
8726: http://www.parser.ru/forum/?id=55598 ]
8727:
8728: 2006-12-19 misha
8729:
8730: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
8731: details: http://www.parser.ru/forum/?id=52359
8732:
8733: * src/main/pa_request.C: - always set content-disposition for
8734: $response:body[hash here]. more details:
8735: http://www.parser.ru/forum/?id=52130
8736:
8737: 2006-12-07 misha
8738:
8739: * operators.txt: - added info about bool params in cookie set
8740:
8741: * src/types/pa_vcookie.C: - bool param in cookies available now
8742: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
8743: ]
8744:
8745: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
8746: was added
8747:
8748: 2006-12-02 misha
8749:
8750: * src/classes/file.C: - file_block_read used instead of native read
8751:
8752: * src/main/pa_common.C: - added file_block_read with read error
8753: detection - file_block_read used instead of native read
8754:
8755: * src/include/pa_common.h: - added file_block_read declaration
8756:
8757: 2006-12-01 misha
8758:
8759: * operators.txt: - info about $var.CLASS_NAME was added
8760:
8761: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8762: $var.CLASS_NAME added
8763:
8764: * operators.txt: - added info about ^file:copy[]
8765:
8766: * src/classes/file.C: - ^file:copy[from;fo] was added
8767:
8768: 2006-11-20 misha
8769:
8770: * src/classes/date.C: - bug fix :)
8771:
8772: 2006-11-17 misha
8773:
8774: * src/include/pa_common.h: - array in crc32 calculation was changed
8775: to static
8776:
8777: * src/main/pa_common.C: - little optimization in getMonthDays -
8778: small changes in crc32 calculation
8779:
8780: * src/classes/date.C: - not needed code was removed
8781:
8782: 2006-11-16 misha
8783:
8784: * src/types/pa_vmail.C: - fix missed brakes
8785:
8786: * src/types/pa_vmail.C: - mail:send now set content-type:
8787: multipart/related instead of multipart/mixed if file have
8788: $.content-id[]
8789:
8790: 2006-11-15 misha
8791:
8792: * src/types/pa_vdouble.h: abs -> fabs
8793:
8794: 2006-11-14 misha
8795:
8796: * operators.txt: - added info about ^file.md5[] and
8797: ^file:md5[file-name]
8798:
8799: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
8800: added
8801:
8802: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
8803: FILE_BUFFER_SIZE
8804:
8805: * src/classes/math.C: - hex_string was moved to pa_common.h
8806:
8807: * src/include/pa_common.h: - hex_string was moved from math.C -
8808: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
8809:
8810: * src/types/pa_vdouble.h: - incorrect frac detection with negative
8811: values was fixed
8812:
8813: 2006-11-13 misha
8814:
8815: * operators.txt: - added info about ^math:crc32[string],
8816: ^file:crc32[file-name] & ^file.crc32[]
8817:
8818: * src/classes/math.C: - added ^math:crc32[string]
8819:
8820: * src/classes/file.C: - some comments were changed - added
8821: ^file:crc32[file-name] and ^file.crc32[]
8822:
8823: * src/: include/pa_common.h, main/pa_common.C: - some functions for
8824: crc32 calculation added
8825:
8826: 2006-11-03 misha
8827:
8828: * src/include/pa_array.h: - not needed variable removed
8829:
8830: * tests/: 150.html, 151.html, results/150.processed,
8831: results/151.processed: - 2 tests were added
8832:
8833: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
8834: with $.reverse(1) were fixed
8835:
8836: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
8837: query converted to $.charset during ^file::load[http://...]
8838:
8839: 2006-11-02 misha
8840:
8841: * src/include/pa_table.h: ups. forget '=' char
8842:
8843: * src/include/pa_table.h: - one more fix in
8844: .locate[...][$.reverse(1)]
8845:
8846: 2006-11-01 misha
8847:
8848: * src/classes/math.C: - bug fix, details:
8849: http://www.parser.ru/forum/?id=53360
8850:
8851: * src/include/pa_table.h: - bug fix during ^table.locate( condition
8852: false for all records )[$.reverse(1)]
8853:
8854: * src/main/pa_http.C: - second param for this mid method is length
8855: but not end_index so this method has error and can't detect
8856: charsets in next content-types: Content-type: text/html;
8857: charset="windows-1251" Content-type: text/html;
8858: charset="windows-1251"; Content-type: text/html;
8859: charset=windows-1251;
8860:
8861: only Content-type: text/html; charset=windows-1251 was fine
8862:
8863: 2006-10-31 misha
8864:
8865: * src/classes/file.C: - empty args in file::exec removed now
8866:
8867: 2006-09-11 misha
8868:
8869: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
8870: replaced to table::create - some changes in text/code formatting
8871:
8872: 2006-09-03 paf
8873:
8874: * src/classes/file.C: proper tainting of
8875: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
8876:
8877: 2006-06-09 paf
8878:
8879: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
8880:
8881: * src/classes/table.C: formatting
8882:
8883: * src/classes/table.C: incorporated patch from misha: Sent:
8884: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
8885: ignoring string options for ^table.save[]
8886:
8887: * src/classes/hash.C: incorporated patch from misha Sent:
8888: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
8889: $hash._default disappear while
8890:
8891: * operators.txt: ^mail:send[ $.file1[ $.value[file]
8892: $.format[!uue|!base64] << new base64 option. default uue ] ]
8893:
8894: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
8895: PM Subject: patch for base64 in ^mail:send[] %-)
8896:
8897: 2006-04-09 paf
8898:
8899: * src/main/compile.tab.C: ` change compiled
8900:
8901: * gnu.vcproj, operators.txt, parser3.sln,
8902: src/classes/classes.vcproj, src/classes/file.C,
8903: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
8904: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
8905: src/classes/xnode.C, src/include/pa_array.h,
8906: src/include/pa_config_fixed.h, src/include/pa_dir.h,
8907: src/include/pa_memory.h, src/include/pa_request.h,
8908: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
8909: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
8910: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
8911: src/lib/pcre/pcre_dftables.vcproj,
8912: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8913: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
8914: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
8915: src/main/pa_cache_managers.C, src/main/pa_charset.C,
8916: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
8917: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
8918: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
8919: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
8920: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
8921: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
8922: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
8923: src/types/pa_value.h, src/types/pa_vcookie.C,
8924: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
8925: src/types/pa_vmail.C, src/types/pa_vresponse.C,
8926: src/types/pa_vstatus.C, src/types/types.vcproj,
8927: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
8928: ^menu, ^hash/hashfile.foreach
8929:
8930: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
8931: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
8932: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
8933: src/classes/xnode.C, src/include/pa_array.h,
8934: src/include/pa_config_fixed.h, src/include/pa_dir.h,
8935: src/include/pa_memory.h, src/include/pa_request.h,
8936: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
8937: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
8938: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
8939: src/lib/pcre/pcre_dftables.vcproj,
8940: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8941: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
8942: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
8943: src/main/pa_cache_managers.C, src/main/pa_charset.C,
8944: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
8945: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
8946: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
8947: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
8948: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
8949: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
8950: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
8951: src/types/pa_value.h, src/types/pa_vcookie.C,
8952: src/types/pa_vmail.C, src/types/pa_vresponse.C,
8953: src/types/pa_vstatus.C, src/types/types.vcproj,
8954: tests/descript.ion: ! switched to VS2005 (projects and
8955: object<info explicitly typed>.for_each(, info)) +
8956: $response:field[] setting void means removing + grammar $name`
8957: name stops now, for mysql `$field` + started ^break[]
8958: ^continue[], in ^for. TODO: to other iterators (while, menu,
8959: foreach) + all log messages += [uri=, method=, cl=]
8960:
8961: * buildall-with-xml: merged . ftp paths update
8962:
8963: * buildall-with-xml: . ftp paths update
8964:
8965: 2006-03-04 paf
8966:
8967: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
8968: checks++ [thanks to Igor Zinkovsky for detailed report]
8969:
8970: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
8971: Igor Zinkovsky for detailed report]
8972:
8973: 2006-03-01 paf
8974:
8975: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
8976: \n to ' ' in
8977:
8978: 2006-02-18 paf
8979:
8980: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
8981: \n to ' ' in
8982:
8983: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
8984:
8985: 2006-02-03 paf
8986:
8987: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
8988: base64
8989:
8990: * src/main/pa_common.C: ! bugfix: decoding from base64
8991:
8992: 2006-01-20 paf
8993:
8994: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
8995: economy fix
8996:
8997: * src/classes/: table.C: merged from HEAD ! bugfix
8998: ^table.save[$.encloser-s now handled properly
8999:
9000: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
9001: handled properly
9002:
9003: 2006-01-19 paf
9004:
9005: * buildall-with-xml, buildall-without-xml: merged from HEAD !
9006: libgc:USE_MUNMAP activates merging of free memory blocks which
9007: helps a lot in our case: after transform we want
9008: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
9009:
9010: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9011: economy fix
9012:
9013: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
9014: activates merging of free memory blocks which helps a lot in our
9015: case: after transform we want CORD(main.result)->cstr[big
9016: malloc]->transcode[big malloc]
9017:
9018: 2006-01-17 paf
9019:
9020: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
9021: before reading them. got rid of reallocs = became quicker and
9022: less fragmentated
9023:
9024: 2005-12-29 paf
9025:
1.116 moko 9026: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
9027: configure, configure.in, src/include/pa_version.h,
9028: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 9029: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
9030: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
9031: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
9032: src/lib/ltdl/missing: . merged from 3.2.1
9033:
1.116 moko 9034: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
9035: packaged when 'make dist', so do configure companion files in
9036: src/lib/ltdl
9037:
9038: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
9039: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
9040: missing: . now config_auto.h is created with configure [were
9041: constant]
1.95 moko 9042:
9043: * INSTALL: . references to documentation and some clarification
9044:
9045: * buildall-with-xml, buildall-without-xml: . farawell doc
9046: indication
9047:
1.116 moko 9048: * Makefile.am: . dist+=buildall*
1.95 moko 9049:
9050: 2005-12-28 paf
9051:
9052: * configure: . 3.2.1
9053:
9054: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
9055: simplify build process, see INSTALL
9056:
9057: 2005-12-26 paf
9058:
9059: * configure: ver
9060:
9061: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
9062: version
9063:
9064: 2005-12-21 paf
9065:
9066: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
9067: compiled with bison 1.875b, it reports unexpected token names
9068:
9069: 2005-12-19 paf
9070:
9071: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
9072: holds a link to xmlNode to prevent premature gc(xmlNode)
9073:
9074: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
9075: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
9076: src/main/main.vcproj, src/main/pa_globals.C,
9077: src/targets/cgi/parser3.vcproj,
9078: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
9079: configure, configure.in, src/include/pa_version.h: . killing
9080: gdome [what a relief]
9081:
9082: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
9083: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
9084: run_parser.sh, results/001.processed, results/002.processed,
9085: results/003.processed, results/004.processed,
9086: results/005.processed, results/006.processed,
9087: results/008.processed, results/009.processed,
9088: results/010.processed, results/011.processed,
9089: results/012.processed, results/013.processed,
9090: results/014.processed, results/015.processed,
9091: results/016.processed, results/017.processed,
9092: results/018.processed, results/020.processed,
9093: results/021.processed, results/022.processed,
9094: results/023.processed, results/024.processed,
9095: results/025.processed, results/026.processed,
9096: results/027.processed, results/028.processed,
9097: results/029.processed, results/030.processed,
9098: results/031.processed, results/032.processed,
9099: results/033.processed, results/034.processed,
9100: results/035.processed, results/036.processed,
9101: results/037.processed, results/038.processed,
9102: results/039.processed, results/040.processed,
9103: results/041.processed, results/042.processed,
9104: results/043.processed, results/044.processed,
9105: results/045.processed, results/046.processed,
9106: results/047.processed, results/048.processed,
9107: results/049.processed, results/050.processed,
9108: results/051.processed, results/052.processed,
9109: results/053.processed, results/054.processed,
9110: results/055.processed, results/056.processed,
9111: results/057.processed, results/058.processed,
9112: results/059.processed, results/060.processed,
9113: results/061.processed, results/062.processed,
9114: results/063.processed, results/064.processed,
9115: results/065.processed, results/066.processed,
9116: results/067.processed, results/068.processed,
9117: results/069.processed, results/070.processed,
9118: results/071.processed, results/072.processed,
9119: results/073.processed, results/074.processed,
9120: results/075.processed, results/076.processed,
9121: results/077.processed, results/078.processed,
9122: results/079.processed, results/080.processed,
9123: results/081.processed, results/082.processed,
9124: results/083.processed, results/084.processed,
9125: results/085.processed, results/086.processed,
9126: results/087.processed, results/088.processed,
9127: results/089.processed, results/090.processed,
9128: results/091.processed, results/092.processed,
9129: results/093.processed, results/094.processed,
9130: results/095.processed, results/096.processed,
9131: results/097.processed, results/099.processed,
9132: results/100.processed, results/101.processed,
9133: results/102.processed, results/104.processed,
9134: results/105.processed, results/106.processed,
9135: results/107.processed, results/108.processed,
9136: results/109.processed, results/110.processed,
9137: results/111.processed, results/112.processed,
9138: results/113.processed, results/114.processed,
9139: results/115.processed, results/117.processed,
9140: results/119.processed, results/120.processed,
9141: results/121.processed, results/122.processed,
9142: results/123.processed, results/124.processed,
9143: results/125.processed, results/126.processed,
9144: results/127.processed, results/128.processed,
9145: results/129.processed, results/130.processed,
9146: results/131.processed, results/132.processed,
9147: results/133.processed, results/134.processed,
9148: results/135.processed, results/136.processed,
9149: results/138.processed, results/139.processed,
9150: results/140.processed, results/141.processed,
9151: results/142.processed, results/143.processed,
9152: results/144.processed, results/145.processed,
9153: results/146.processed, results/147.processed,
9154: results/148.processed, results/149.processed, results/auto.p: .
9155: now works if we turn off default auto.p
9156:
1.116 moko 9157: * configure: . makes
1.95 moko 9158:
9159: * src/types/pa_vxnode.C: . less warnings
9160:
9161: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
9162: tests/145.html, tests/149.html, tests/descript.ion,
9163: tests/outputs/d.cmd, tests/results/142.processed,
9164: tests/results/143.processed, tests/results/144.processed,
9165: tests/results/145.processed, tests/results/146.processed,
9166: tests/results/147.processed, tests/results/148.processed,
9167: tests/results/149.processed: . removed .nodeValue from all node
9168: types other than 5 (grabbed piece from gdome)
9169:
9170: * tests/: 137.html, results/137.processed: . not handled this case
9171: yet. code does not hang from inserting parent into child,
9172: considering thing minor issue -- nodes are removed from source
9173: anyway, don't know why shold that be an error after all
9174:
9175: * src/targets/cgi/parser3.C: . style
9176:
9177: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
9178: xdoc too [were barking "not element"]
9179:
9180: 2005-12-16 paf
9181:
9182: * tests/: 146.html, 147.html, 148.html: . more tests
9183:
9184: * src/classes/xnode.C: . also bark on possible errors
9185:
9186: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
9187: props
9188:
9189: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
9190: main/compile.y: merged from HEAD ! fixed overoptimized
9191: ^call(false) case. (confused it with ^call[] case)
9192:
9193: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
9194: ^call(false) case. (confused it with ^call[] case)
9195:
9196: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
9197:
9198: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
9199: results/001.processed, results/002.processed,
9200: results/003.processed, results/004.processed,
9201: results/005.processed, results/006.processed,
9202: results/008.processed, results/009.processed,
9203: results/010.processed, results/011.processed,
9204: results/012.processed, results/013.processed,
9205: results/014.processed, results/015.processed,
9206: results/016.processed, results/017.processed,
9207: results/018.processed, results/019.processed,
9208: results/020.processed, results/021.processed,
9209: results/022.processed, results/023.processed,
9210: results/024.processed, results/025.processed,
9211: results/026.processed, results/027.processed,
9212: results/028.processed, results/029.processed,
9213: results/030.processed, results/031.processed,
9214: results/032.processed, results/033.processed,
9215: results/034.processed, results/035.processed,
9216: results/036.processed, results/037.processed,
9217: results/038.processed, results/039.processed,
9218: results/040.processed, results/041.processed,
9219: results/042.processed, results/043.processed,
9220: results/044.processed, results/045.processed,
9221: results/046.processed, results/047.processed,
9222: results/048.processed, results/049.processed,
9223: results/050.processed, results/051.processed,
9224: results/052.processed, results/053.processed,
9225: results/054.processed, results/055.processed,
9226: results/056.processed, results/057.processed,
9227: results/058.processed, results/059.processed,
9228: results/060.processed, results/061.processed,
9229: results/062.processed, results/063.processed,
9230: results/064.processed, results/065.processed,
9231: results/066.processed, results/067.processed,
9232: results/068.processed, results/069.processed,
9233: results/070.processed, results/071.processed,
9234: results/072.processed, results/073.processed,
9235: results/074.processed, results/075.processed,
9236: results/076.processed, results/077.processed,
9237: results/078.processed, results/079.processed,
9238: results/080.processed, results/081.processed,
9239: results/082.processed, results/083.processed,
9240: results/084.processed, results/085.processed,
9241: results/086.processed, results/087.processed,
9242: results/088.processed, results/089.processed,
9243: results/090.processed, results/091.processed,
9244: results/092.processed, results/093.processed,
9245: results/094.processed, results/095.processed,
9246: results/096.processed, results/097.processed,
9247: results/099.processed, results/101.processed,
9248: results/102.processed, results/104.processed,
9249: results/105.processed, results/106.processed,
9250: results/107.processed, results/108.processed,
9251: results/109.processed, results/110.processed,
9252: results/111.processed, results/112.processed,
9253: results/113.processed, results/114.processed,
9254: results/115.processed, results/116.processed,
9255: results/117.processed, results/118.processed,
9256: results/119.processed, results/120.processed,
9257: results/121.processed, results/122.processed,
9258: results/123.processed, results/124.processed,
9259: results/125.processed, results/126.processed,
9260: results/127.processed, results/128.processed,
9261: results/129.processed, results/130.processed,
9262: results/131.processed, results/132.processed,
9263: results/133.processed, results/134.processed,
9264: results/135.processed, results/136.processed,
9265: results/137.processed, results/138.processed,
9266: results/139.processed, results/140.processed,
9267: results/141.processed: . refreshed old tests, made them work
9268: without auto.p (in utf8) . things noted: . gif got encoded
9269: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
9270: some strange year)
9271:
9272: * INSTALL: . revived linux libgc fix
9273:
9274: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
9275: glib/gdome in INSTALL and patches]
9276:
9277: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9278: include/pa_charset.h, include/pa_config_includes.h,
9279: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
9280: include/pa_xml_exception.h, lib/cord/Makefile.am,
9281: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9282: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
9283: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
9284: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
9285: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
9286: types/pa_vxnode.h: . started killing gdome
9287:
9288: 2005-12-13 paf
9289:
9290: * src/main/: pa_request.C: merged from HEAD ! when code in
9291: @unhandled_exception thrown another exception, print correct
9292: origin (earlier code in catch of exception inside of
9293: @unhandled_exception grabbed parent_frame(original_exception)
9294: origin and printed it, instead of true origin)
9295:
9296: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
9297: another exception, print correct origin (earlier code in catch of
9298: exception inside of @unhandled_exception grabbed
9299: parent_frame(original_exception) origin and printed it, instead
9300: of true origin)
9301:
9302: 2005-12-09 paf
9303:
9304: * INSTALL: . updated INSTALL doc to work around linux stack base
9305: detection problem, due to change in gc6.4 code
9306:
9307: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
9308: ignored in ^string.matched :(
9309:
9310: * src/main/pa_string.C: ! regex tainting were ignored in
9311: ^string.matched :(
9312:
9313: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
9314: src/include/pa_config_fixed.h, src/include/pa_version.h,
9315: src/main/compile.y, src/main/compile_tools.h,
9316: src/main/pa_charset.C, src/main/pa_common.C,
9317: src/main/pa_globals.C, src/main/pa_string.C,
9318: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
9319: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
9320:
9321: 2005-12-08 paf
9322:
9323: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
9324: 500 chars now handled OK [were wrapped on 500th char according to
9325: rfc, but sendmail failed to unwrap it properly]
9326:
9327: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
9328: handled OK [were wrapped on 500th char according to rfc, but
9329: sendmail failed to unwrap it properly]
9330:
9331: * src/targets/isapi/parser3isapi.C: . less warnings
9332:
9333: * src/targets/isapi/parser3isapi.C: . undone some strange change
9334: since 3.1.5
9335:
9336: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
9337: link fixes
9338:
9339: * src/: classes/date.C, include/pa_config_fixed.h,
9340: main/compile.tab.C, main/compile.y, main/compile_tools.h,
9341: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
9342: main/pa_string.C, targets/cgi/getopt.c: . less warnings
9343:
9344: * src/include/pa_config_fixed.h: . removed outdated string origins
9345: [in current storage scheme there's no place for them. someday we
9346: can add third CORD to store origins and special version of parser
9347: which stores origins there [separate binary]]
9348:
9349: 2005-12-07 paf
9350:
9351: * src/targets/isapi/parser3isapi.C: . now links in release mode
9352:
9353: * src/include/pa_version.h: makefiles
9354:
9355: * src/include/pa_version.h: . not beta
9356:
9357: * configure, configure.in, src/include/pa_version.h: not beta
9358:
9359: 2005-12-06 paf
9360:
9361: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
9362: [some details here http://i2/tasks/edit/?id=4869912143891354460]
9363: decided to undo the change ^call[$void] passes void. now it will
9364: pass empty string again.
9365:
9366: * src/main/: compile.tab.C, compile.y: . version readded
9367:
9368: * src/classes/op.C: . in this version there is no ^switch[$nothing]
9369: = ^switch[void] problem
9370:
9371: 2005-12-01 paf
9372:
9373: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
9374: caused ^case[string] to be coerced to double since searching
9375: value were not string (it was vvoid)
9376:
9377: * src/classes/op.C: . bugfix ^switch[$void_value] caused
9378: ^case[string] to be coerced to double since searching value were
9379: not string (it was vvoid)
9380:
9381: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
9382: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
9383:
9384: 2005-11-30 paf
9385:
9386: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
9387: win32 must putenv("TZ="), on unix works only putenv("TZ")
9388:
9389: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
9390: putenv("TZ="), on unix works only putenv("TZ")
9391:
9392: * INSTALL: . xml libs versions updated
9393:
9394: * src/main/pa_globals.C: //20051130 trying to remove this, author
9395: claims that fixed a lot there // 20040920 for now both
9396: workarounds needed. wait for new libxml/xsl versions
9397:
9398: 2005-11-28 paf
9399:
9400: * src/classes/table.C: merged from HEAD: ! nameless table has
9401: columns==0
9402:
9403: * src/classes/table.C: ! nameless table has columns==0
9404:
9405: * src/main/pa_http.C: merged from HEAD: ! status line check made
9406: earlier [was totally wrong]
9407:
9408: * src/main/pa_http.C: ! status line check made earlier [was totally
9409: wrong]
9410:
9411: 2005-11-25 paf
9412:
9413: * src/include/pa_array.h: -this reduces speed(table::load) strange.
9414: undoing for now...
9415:
9416: * src/include/pa_version.h: -this reduces speed(table::load),
9417: strange. undoing
9418:
9419: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
9420:
9421: * src/classes/op.C: + ^while(){}[SEPARATOR]
9422:
9423: * src/include/pa_array.h: + optimistics added: all arrays (table
9424: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
9425: this speeds things up and saves memory a LOT! (not noticed
9426: negative effect on syntetic tests, future will tell...)
9427:
9428: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
9429: changed gc_malloc implementation, which obscured profiling
9430:
9431: * src/classes/table.C: merged from HEAD: + optimized
9432: table::load/sql, now row ArrayString-s allocated with
9433: columns.count() elements and don't always grow from
9434: count=3[realloc,realloc]
9435:
9436: * src/classes/table.C: + optimized table::load/sql, now row
9437: ArrayString-s allocated with columns.count() elements and don't
9438: always grow from count=3[realloc,realloc]
9439:
9440: * src/classes/table.C: merged from HEAD: . ^table.save unused
9441: buffer after save
9442:
9443: * src/classes/table.C: . ^table.save unused buffer after save
9444:
9445: 2005-11-24 paf
9446:
9447: * configure.in: . merged glib2-config patch
9448:
9449: * configure.in: + trying to find glib2-config
9450:
9451: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9452: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
9453: file/dir_readable to simple file/dir_exist, this would help in
9454: situations "class not found because .p file has bad rights" << in
9455: that case error would be explicit "access denied to 'this' file"
9456:
1.116 moko 9457: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 9458:
9459: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9460: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
9461: to simple file/dir_exist, this would help in situations "class
9462: not found because .p file has bad rights" << in that case error
9463: would be explicit "access denied to 'this' file"
9464:
9465: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
9466: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9467: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
9468: ^file::exec/cgi[script;$.charset[changed]
9469: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9470: encoded in $.charset charset
9471:
9472: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
9473: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9474: encoded in $.charset charset
9475:
9476: * src/: include/Makefile.am, include/pa_common.h,
9477: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9478: main/pa_common.C, main/pa_http.C: . extracted http:// into
9479: separate file [preparation for
9480: ^file::cgi[script;$.form[$.field1[]
9481:
9482: 2005-11-22 paf
9483:
9484: * src/: include/pa_version.h, main/compile.tab.C: makefiles
9485:
9486: * acinclude.m4, configure.in: . merged underquting fixes
9487:
1.116 moko 9488: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 9489:
9490: * src/classes/op.C: . overmerged a little
9491:
9492: * src/main/compile.tab.C: Makefile
9493:
9494: * src/main/: pa_common.C: . less gcc warnings
9495:
9496: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
9497: now reports original exception if we have no old cache
9498:
9499: * src/classes/op.C: + $exception.handled[cache] now reports
9500: original exception if we have no old cache
9501:
9502: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
9503: from HEAD: + ^taint/untaint[regex] << escapes these:
9504: \^$.[]|()?*+{}
9505:
9506: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
9507: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
9508:
9509: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9510: getenv-ed variable, which does not work both on win32&unix.
9511: copied old TZ value now
9512:
9513: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
9514: stored pointer to getenv-ed variable, which does not work both on
9515: win32&unix. copied old TZ value now
9516:
9517: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9518: getenv-ed variable, which does not work both on win32&unix.
9519: copied old TZ value now
9520:
9521: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
9522: access to internal hash
9523:
9524: * src/types/pa_vresponse.C: + $response:headers access to internal
9525: hash
9526:
9527: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
9528: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9529: isapi] this reduces number of "GC Warning: Repeated allocation of
9530: very large block" messages to only important onces
9531:
9532: * src/targets/isapi/parser3isapi.C: +
9533: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9534: isapi] this reduces number of "GC Warning: Repeated allocation of
9535: very large block" messages to only important onces
9536:
9537: * src/classes/string.C: merged from HEAD: + removed limitation on
9538: ^string/int/double:sql{}[$.default[({param style})] ]
9539:
9540: * src/classes/string.C: + removed limitation on
9541: ^string/int/double:sql{}[$.default[({param style})] ]
9542:
9543: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
9544: with ?params or $.form option" limitation
9545:
9546: * src/main/pa_common.C: + removed "use either uri with ?params or
9547: $.form option" limitation
9548:
9549: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9550: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
9551: ^file::base64[encoded] decode
9552:
9553: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9554: main/pa_common.C: + ^file.base64[] encode +
9555: ^file::base64[encoded] decode
9556:
9557: * src/classes/: file.C, string.C: + ^string.base64[] encode +
9558: ^string:base64[encoded] decode
9559:
9560: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
9561: ^string:base64[in] encode + ^string.base64[] decode
9562:
9563: 2005-11-21 paf
9564:
9565: * src/classes/file.C: + merged from HEAD:
9566: ^file::create[text;file.xml;^untaint[xml]{data}]
9567:
9568: * src/classes/file.C: +
9569: ^file::create[text;file.xml;^untaint[xml]{data}]
9570:
9571: * src/main/pa_request.C: ! merged: $response:body[file] now
9572: differes from :download, it does not return content-disposition
9573: at all now [previusely it returned valueless content-disposition]
9574:
9575: * src/main/pa_request.C: ! $response:body[file] now differes from
9576: :download, it does not return content-disposition at all now
9577: [previusely it returned valueless content-disposition]
9578:
9579: * src/main/: compile.tab.C, compile.y: ! overoptimized void
9580: literals, reverted to just vvod, recreating empty array with each
9581: void_value token. that's absolutely needed, since that array
9582: grows
9583:
9584: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
9585: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
9586: types/pa_vmethod_frame.h: + merged: expression literals:
9587: true/false. ^format[$.indent(true)]
9588:
9589: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
9590: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
9591: types/pa_vmethod_frame.h: + expression literals: true/false.
9592: ^format[$.indent(true)]
9593:
9594: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
9595: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
9596: i386-pc-win32)"
9597:
9598: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
9599: $env:PARSER_VERSION reports "3.1.5beta (compiled on
9600: i386-pc-win32)"
9601:
9602: 2005-11-18 paf
9603:
9604: * src/classes/: double.C, int.C: ! ^int/double:sql{select
9605: null}[$.default(123)] will now return default value
9606:
9607: * src/classes/op.C: + merged ^cache[] << returns current cache
9608: expiration time
9609:
9610: * src/classes/op.C: + ^cache[] << returns current cache expiration
9611: time
9612:
9613: * src/classes/table.C: ! merged ^table::create[not'nameless';
9614: failed << Exception.problem_source pointed to local var!
9615:
9616: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
9617: Exception.problem_source pointed to local var!
9618:
9619: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
9620: now loads VFile.ptr!=0, so such files can be saved now
9621:
9622: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
9623: loads VFile.ptr!=0, so such files can be saved now
9624:
9625: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
9626: only . and .. now removed from list [were removed all .*]
9627:
9628: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
9629: .. now removed from list [were removed all .*]
9630:
9631: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
9632: open error now checked, were not :( [stole that piece from apache
9633: 1.3 sources]
9634:
9635: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
9636: checked, were not :( [stole that piece from apache 1.3 sources]
9637:
9638: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
9639: untainting of @main result if returned by $result or
9640: $response:body
9641:
9642: * src/main/pa_request.C: ! ensured proper untainting of @main
9643: result if returned by $result or $response:body
9644:
9645: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
9646: issue: now tries to guess content-length and allocates one big
9647: piece if possible [regretfully gc_realloc works as malloc+free,
9648: leaving lots of holes behind]
9649:
9650: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
9651: fixed file load memory issue: now tries to guess content-length
9652: and allocates one big piece if possible [regretfully gc_realloc
9653: works as malloc+free, leaving lots of holes behind]
9654:
9655: 2005-11-16 paf
9656:
9657: * src/: include/pa_common.h, classes/file.C, classes/table.C,
9658: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
9659: table::save with enclosers now doubles them: "->"" !
9660: table::save/load do not remove elements from options hash
9661:
9662: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
9663: [were overoptimized ^if(double_literal), compiler confused
9664: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
9665:
9666: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
9667: [were overoptimized ^if(double_literal), compiler confused
9668: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
9669:
9670: * src/: classes/file.C, classes/table.C, include/pa_common.h,
9671: main/pa_common.C: ! table::save with enclosers now doubles them:
9672: "->"" ! table::save/load do not remove elements from options hash
9673:
9674: 2005-11-03 paf
9675:
1.116 moko 9676: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
9677: compilation, not all makefiles liked that
1.95 moko 9678:
9679: 2005-08-30 paf
9680:
9681: * src/classes/op.C: merge . speedup check of [DEFAULT]
9682:
9683: * src/classes/op.C: . speedup check of [DEFAULT]
9684:
9685: 2005-08-26 paf
9686:
9687: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
9688:
9689: * src/: classes/date.C, types/pa_vdate.h: + date.week
9690:
9691: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
9692: complains about bad!=nameless
9693:
9694: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
9695: about bad!=nameless
9696:
9697: * src/classes/: hash.C, string.C, table.C, void.C: merged !
9698: optional options were allowed to be empty. were checked
9699: if(is_string), changed to !defined||is_string to allow void
9700:
9701: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
9702: classes/string.C, classes/table.C, classes/void.C: ! optional
9703: options were allowed to be empty. were checked if(is_string),
9704: changed to !defined||is_string to allow void
9705:
9706: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
9707: as_junction where they needed as_int/double, so failed with
9708: recent "(const) now no junction" optimization
9709:
9710: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
9711: merged ! many classes/* used as_junction where they needed
9712: as_int/double, so failed with recent "(const) now no junction"
9713: optimization
9714:
9715: * src/: classes/double.C, classes/int.C, classes/math.C,
9716: classes/op.C, classes/string.C, classes/table.C,
9717: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
9718: used as_junction where they needed as_int/double, so failed with
9719: recent "(const) now no junction" optimization
9720:
9721: 2005-08-24 paf
9722:
9723: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
9724: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
9725: stripped it
9726:
9727: 2005-08-09 paf
9728:
9729: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
9730: not cleared
9731:
9732: * src/: classes/classes.C, classes/classes.h, classes/date.C,
9733: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
9734: classes/hashfile.C, classes/image.C, classes/int.C,
9735: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
9736: classes/response.C, classes/string.C, classes/table.C,
9737: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9738: include/pa_array.h, include/pa_cache_managers.h,
9739: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
9740: include/pa_config_fixed.h, include/pa_config_includes.h,
9741: include/pa_dictionary.h, include/pa_dir.h,
9742: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
9743: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
9744: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
9745: include/pa_request_charsets.h, include/pa_request_info.h,
9746: include/pa_sapi.h, include/pa_socks.h,
9747: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
9748: include/pa_stack.h, include/pa_string.h,
9749: include/pa_stylesheet_connection.h,
9750: include/pa_stylesheet_manager.h, include/pa_table.h,
9751: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
9752: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
9753: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
9754: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
9755: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
9756: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
9757: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9758: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
9759: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
9760: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
9761: main/pa_sql_driver_manager.C, main/pa_string.C,
9762: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
9763: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
9764: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
9765: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
9766: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
9767: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
9768: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
9769: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
9770: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
9771: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
9772: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
9773: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
9774: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
9775: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
9776: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
9777: types/pa_vmemory.h, types/pa_vmethod_frame.C,
9778: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9779: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9780: types/pa_vresponse.C, types/pa_vresponse.h,
9781: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9782: types/pa_vstateless_object.h, types/pa_vstatus.C,
9783: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
9784: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
9785: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
9786: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
9787: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
9788:
9789: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
9790: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
9791: speedup consequent checks in vmethod_frame
9792:
9793: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
9794: not cleared
9795:
9796: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
9797: params: 50 max (were 10)
9798:
9799: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
9800: params: 50 max (were 10)
9801:
9802: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
9803: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
9804: pa_wcontext.h: + ^call[$void] param inside now is void (were:
9805: empty string) ! simplified (double) speedup consequent checks in
9806: vmethod_frame
9807:
9808: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
9809: optimized constants in expressions vstring->vdouble + optimized
9810: ^call(vdouble), no junction creation, no calls later
9811:
9812: 2005-08-08 paf
9813:
9814: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
9815: integrated
9816:
9817: * bin/auto.p.dist.in: . apache bad 404 handling workaround
9818: integrated
9819:
9820: * src/main/: compile.tab.C, compile.y, compile_tools.C,
9821: compile_tools.h: merged + optimized constants in expressions
9822: vstring->vdouble + optimized ^call(vdouble), no junction
9823: creation, no calls later
9824:
9825: * src/types/pa_vdouble.h: merged . double values without fractional
9826: part now default printed as %.0f instead of %g
9827:
9828: * src/types/pa_vdouble.h: . double values without fractional part
9829: now default printed as %.0f instead of %g
9830:
9831: * src/classes/hashfile.C: . merged ! second hashfile::open would
9832: cause an exception
9833:
9834: * src/classes/hashfile.C: ! second hashfile::open would cause an
9835: exception
9836:
9837: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
9838: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9839: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9840: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
9841: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
9842: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9843: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
9844: types/pa_vresponse.h, types/pa_vstateless_class.C,
9845: types/pa_vstateless_object.h, types/pa_vvoid.h,
9846: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
9847: merged VJunction(new Junction) optimization from 3.1.4
9848:
9849: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
9850: types/pa_vstateless_class.C: + optimized new VJunction(new
9851: Junction(params)) to new VJunction(params), thousands of mallocs
9852: removed
9853:
9854: 2005-08-05 paf
9855:
9856: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
9857: types/pa_vdouble.h, types/pa_vmethod_frame.C,
9858: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
9859: creation, no calls later
9860:
9861: * src/: classes/classes.C, classes/classes.h, classes/date.C,
9862: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
9863: classes/hashfile.C, classes/image.C, classes/int.C,
9864: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
9865: classes/response.C, classes/string.C, classes/table.C,
9866: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9867: include/pa_array.h, include/pa_cache_managers.h,
9868: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
9869: include/pa_config_fixed.h, include/pa_config_includes.h,
9870: include/pa_dictionary.h, include/pa_dir.h,
9871: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
9872: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
9873: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
9874: include/pa_request_charsets.h, include/pa_request_info.h,
9875: include/pa_sapi.h, include/pa_socks.h,
9876: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
9877: include/pa_stack.h, include/pa_string.h,
9878: include/pa_stylesheet_connection.h,
9879: include/pa_stylesheet_manager.h, include/pa_table.h,
9880: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
9881: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
9882: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
9883: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
9884: lib/smtp/smtp.h, main/compile.C, main/compile.y,
9885: main/compile_tools.C, main/compile_tools.h, main/execute.C,
9886: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
9887: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
9888: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
9889: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
9890: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
9891: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
9892: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
9893: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
9894: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
9895: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
9896: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
9897: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
9898: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
9899: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
9900: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
9901: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
9902: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
9903: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
9904: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
9905: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
9906: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9907: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
9908: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
9909: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9910: types/pa_vstateless_object.h, types/pa_vstatus.C,
9911: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
9912: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
9913: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
9914: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
9915: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
9916:
9917: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
9918: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
9919: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
9920: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
9921: main/compile.y, main/compile_tools.C, main/compile_tools.h,
9922: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
9923: optimized constants in expressions vstring->vdouble
9924:
9925: 2005-07-29 paf
9926:
9927: * src/types/pa_vclass.C: . shaped up error messages a bit
9928:
9929: * src/types/pa_vclass.C: + property getter can now be overridden
9930:
9931: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
9932: bug fix: static parent fields were not replaced in case
9933: $derived:field[put] + property setter can now be overridden
9934:
9935: 2005-07-28 paf
9936:
9937: * configure, configure.in, src/classes/classes.h,
9938: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
9939: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
9940: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
9941: src/classes/xnode.h, src/include/pa_hash.h,
9942: src/include/pa_version.h, src/main/execute.C,
1.116 moko 9943: src/types/Makefile.am, src/types/pa_method.h,
9944: src/types/pa_value.h, src/types/pa_vclass.C,
9945: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
9946: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
9947: src/types/pa_vcookie.h, src/types/pa_vhash.h,
9948: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
9949: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
9950: src/types/pa_vobject.C, src/types/pa_vobject.h,
9951: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
9952: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
9953: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
9954: src/types/pa_vstateless_class.h,
1.95 moko 9955: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
9956: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
9957: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
9958: dynamic_fields_join
9959:
9960: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9961: classes/xnode.C, include/pa_hash.h, main/execute.C,
9962: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
9963: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
9964: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
9965: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
9966: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9967: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
9968: types/pa_vresponse.h, types/pa_vstateless_object.h,
9969: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
9970: types/pa_wwrapper.h: ! restored put_element('replace' param), and
9971: restored its checks in vobject.put_element->static fields |
9972: dynamic properties
9973:
9974: 2005-07-27 paf
9975:
9976: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
9977: is some old code containing @set_name $name
9978:
9979: * src/types/pa_vobject.h: . fixed warning
9980:
9981: * configure, configure.in, src/include/pa_version.h,
1.116 moko 9982: src/types/Makefile.am: 3.2.0beta started
1.95 moko 9983:
9984: * src/: classes/xnode.C, include/pa_hash.h,
9985: types/pa_vstateless_class.C: ! new asserts were all false.
9986: regretfully reverted them all to checks
9987:
9988: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
9989: classes/op.C, main/execute.C, types/pa_method.h,
9990: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9991: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9992: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
9993: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
9994: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
9995: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
9996: types/pa_vstateless_object.h, types/pa_vvoid.h,
9997: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
9998: joined_dynamic_fields: removed unused param from put_method
9999: (returned to 3 params)
10000:
10001: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
10002: joined_dynamic_fields: dynamic get/set works with overriding
10003: props [alpha2]
10004:
10005: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
10006: works [alfa]
10007:
10008: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10009: classes/op.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_class.C,
10017: types/pa_vstateless_object.h, types/pa_vvoid.h,
10018: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10019: joined_dynamic_fields: just compiled
10020:
10021: * src/: classes/date.C, classes/file.C, classes/hash.C,
10022: classes/hashfile.C, classes/image.C, classes/table.C,
10023: classes/xdoc.C, classes/xnode.h, main/execute.C,
10024: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10025: types/pa_vstateless_class.h: joined_dynamic_fields: started
10026:
10027: * src/types/pa_vobject.C: . object setters [only started, does not
10028: work yet]
10029:
10030: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
10031: object setters [only started, does not work yet]
10032:
10033: 2005-07-26 paf
10034:
10035: * src/: include/pa_request.h, main/execute.C: . properties: set
10036: works [alpha2]. for classes. todo: for objects
10037:
10038: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
10039: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10040: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10041: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10042: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10043: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10044: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10045: types/pa_vstateless_object.h, types/pa_vvoid.h,
10046: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10047: properties: set works [alpha1]
10048:
10049: 2005-07-25 paf
10050:
10051: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
10052: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
10053: properties: started, get works [alpha1, other approach]
10054:
10055: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
10056: properties: started, get works [alpha2]
10057:
10058: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
10059: pa_vstateless_class.h: . properties: started, get works [alpha]
10060:
10061: 2005-07-15 paf
10062:
10063: * src/: classes/classes.h, classes/op.C, main/execute.C,
10064: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
10065: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10066: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10067: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
10068: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
10069: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
10070: types/pa_vresponse.C, types/pa_vresponse.h,
10071: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10072: types/pa_vstateless_object.h, types/pa_vvoid.h,
10073: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
10074: types/pa_wwrapper.h, types/types.vcproj: + started property
10075: [getters work but think of changing them too to precaching]
10076:
10077: 2005-07-08 paf
10078:
10079: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
10080: gpf
10081:
10082: 2005-06-28 paf
10083:
10084: * src/: classes/file.C, main/untaint.C: ! string invariant violated
10085: in passing empty strings to file::exec/cgi environment
10086:
10087: 2005-06-06 paf
10088:
10089: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
10090: ^table:sql ^hash:sql now DO process $.bind option
10091:
10092: 2005-05-24 paf
10093:
10094: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
10095: $.limit] now work again [support was broken in 3.1.4]
10096:
10097: * src/: main/pa_string.C, classes/op.C: . steps toward removing
10098: ALL_INTERIOR_POINTERS
10099:
10100: 2005-05-12 paf
10101:
10102: * configure: 3.1.5beta
10103:
10104: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
10105:
10106: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
10107: $.limit] now work again [support was broken in 3.1.4]
10108:
10109: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
10110: line-width [was refusing to fill if line-width >1, thanks to
10111: Seras <seras@pinxit.lt> for repro case
10112:
10113: 2005-04-25 paf
10114:
10115: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
10116: correctly
10117:
10118: 2005-04-19 paf
10119:
10120: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
10121: in VString violating invariant!!
10122:
10123: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
10124: getenv("TZ")==null
10125:
10126: 2005-04-08 paf
10127:
10128: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
10129: bugfix: when there is no char in charset one byte produces 6
10130: (ÿ <<max). increased buffer size!
10131:
10132: 2005-03-23 paf
10133:
10134: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
10135: ^date.sql-string now takes TZ into account
10136:
10137: 2005-03-16 paf
10138:
10139: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
10140: gcc 3.4
10141:
10142: * src/types/pa_vhash.C: . warning about eof eol
10143:
10144: 2005-02-17 paf
10145:
10146: * operators.txt, src/classes/op.C: + operator ^sleep(double
10147: seconds)
10148:
10149: 2005-02-02 paf
10150:
10151: * src/classes/xnode.C: beauty: removed needless includes
10152:
10153: 2005-01-31 paf
10154:
10155: * src/types/pa_vmail.C: change: $.partX now always 1... change:
10156: $.partNoNumber now alias to $.part1
10157:
10158: * src/types/pa_vmail.C: change: incoming letter part contains
10159: "content-disposition" header with any value? now considering that
10160: part to be "file#" [for text/plain text/html were $.text#
10161: $.html#]
10162:
10163: * INSTALL: updatet to latest working versions available
10164:
10165: 2005-01-20 paf
10166:
10167: * configure.in, src/include/pa_version.h: version
10168:
10169: 2005-01-19 paf
10170:
1.116 moko 10171: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
10172: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
10173: couple warnings in parser3.C
1.95 moko 10174:
10175: 2004-12-23 paf
10176:
10177: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
10178:
10179: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
10180: dir to directory of script (when shbang used), not to directory
10181: of its interpreter
10182:
10183: * src/include/pa_version.h: compiled on win32...
10184:
10185: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
10186: we need more hspace
10187:
10188: * configure, configure.in, src/include/pa_version.h: configured
10189: host to pa_version. will be displayed everywhere
10190:
10191: * src/main/pa_request.C: new: @unhandled_exception can prevent
10192: exception from being logged by setting $exception.handled(1)
10193:
10194: * operators.txt, src/classes/file.C: change:
10195: ^file::sql{query}[[options]] options: $.name[file name]
10196: $.content-type[application/what]
10197:
10198: * src/: include/pa_common.h, main/pa_common.C,
10199: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
10200: new file
10201:
10202: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
10203: bugfix: table->hash now regards _default
10204:
10205: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
10206: created by accessing $name_of_method it acquired bad self=closest
10207: methodframe; instead of proper self (current class)
10208:
10209: * src/types/pa_vhashfile.C: bugfix: reading empty string from
10210: hashfile produced bad cord
10211:
10212: 2004-12-10 paf
10213:
10214: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
10215: subsequent failures though defined in .h
10216:
10217: * src/main/pa_common.C: comment on volatile
10218:
10219: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
10220: alarm function were not used since the beginning due to stupid
10221: error [setsigjmp were not checked in configure.in]
10222:
10223: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
10224: unix too
10225:
10226: * src/main/pa_common.C: http: exception status of send/recv errors
10227: change to most probable http.timeout
10228:
10229: * src/main/pa_common.C: win32: http connection $.timeout option now
10230: works [setsockopt on send/receive]
10231:
10232: 2004-12-08 paf
10233:
10234: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
10235: cstr-ed knowing mail charset, and untainting uri lang now knows
10236: proper charset
10237:
10238: 2004-11-24 paf
10239:
10240: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
10241:
10242: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
10243: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
10244:
10245: 2004-11-12 paf
10246:
10247: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
10248: [since 3.0.4]
10249:
10250: 2004-11-09 paf
10251:
10252: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
10253: writes basics to c:\parser3.log
10254:
10255: 2004-10-21 paf
10256:
10257: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
10258: tainted strings [were returning clean onces]
10259:
10260: 2004-10-15 paf
10261:
10262: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
10263: cycles(i=1; i=2), which was wrong, now does ONE
10264:
10265: 2004-10-12 paf
10266:
10267: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
10268:
10269: 2004-10-07 paf
10270:
10271: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
10272: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
10273: release asserts
10274:
10275: * src/: main/pa_string.C, include/pa_string.h: debugger help:
10276: String.dump() to stdout in detailed form [were String.v() in
10277: short form]
10278:
10279: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
10280: \t\r\n as @#| and truncates long char sequences less
10281:
10282: 2004-10-06 paf
10283:
10284: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
10285: win32 beauty: socket errors properly decoded
10286:
10287: 2004-10-05 paf
10288:
10289: * src/: include/pa_request.h, main/pa_request.C: bugfix:
10290: request::configure_user/admin done always, even if no
10291: file-to-process useful in @unhandled_exception [say, if they
10292: would want to mail by SMTP something]
10293:
10294: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
10295: now performed prior to file loading [and @auto executing] thus
10296: making $cookie:value available in @auto and in
10297: @unhandled_exception when IIS is configured to run interpreter
10298: even if no file exist
10299:
10300: 2004-09-20 paf
10301:
10302: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
10303: somewhere where it should have called xmlMalloc and it calls
10304: xmlFree when it should have not called it. inserted two
10305: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
10306: xmlFree just ignored. put away a testcase, maybe someday libxml
10307: author would fix all that. until that day: we have SLOW garbage
10308: collecting when many xml objects are alive hint: do
10309: ^memory:compact[] before xdoc::create
10310:
10311: 2004-09-17 paf
10312:
10313: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
10314: error from 3.0.8 version]
10315:
10316: 2004-09-14 paf
10317:
10318: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
10319: part bugfix: hashfile.foreach iterated only part if hashfile were
10320: modified inside
10321:
10322: 2004-09-13 paf
10323:
10324: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
10325: [were as octal]
10326:
10327: * src/types/pa_vhashfile.C: beauty: not reproduced
10328: $hashfile.key[$novalue] bug [reported by motorin], inserted
10329: safety-check
10330:
10331: * src/types/pa_vhashfile.C: change: empty keys now error in parser
10332: [not something obscure from sdbm lib]
10333:
10334: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
10335: = strerror now returnes something and we can properly report that
10336: to client
10337:
10338: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
10339: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
10340:
10341: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10342: [tainted as-is] this helps //[space][newline] to remain as-is and
10343: not be unnecessary optimized away [ruining javascript]
10344:
10345: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10346: [tainted as-is]
10347:
10348: * src/classes/mail.C: bugfix: typo error
10349:
10350: 2004-09-09 paf
10351:
10352: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
10353: separators bugfix: loads header with endings \r\n\r\n and \n\n
10354: (bloody yandex.server)
10355:
10356: 2004-09-06 paf
10357:
10358: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
10359: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
10360: encoded
10361:
10362: 2004-09-01 paf
10363:
10364: * src/types/pa_vmail.C: change: multipart/mixed changed to
10365: multipart/related outlook express have no problems showing
10366: unrelated attachments. todo: someday figure out a way of
10367: multipart/mixed multipart/related text/html
10368: image/xxx application/octet-stream << true attachments
10369:
10370: * src/types/pa_vmail.C: new:
10371: ^mail:send[$.file[$.content-disposition can be overriden new:
10372: empty mail header fields removed from letter
10373:
10374: * src/: classes/mail.C, include/pa_config_fixed.h,
10375: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
10376: ^mail:send[ $.file[ $.any[header]
10377:
10378: 2004-08-30 paf
10379:
10380: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
10381: warnings
10382:
10383: * src/main/pa_common.C: beauty: do not bother with charset
10384: detection when ^file::load[binary
10385:
10386: 2004-08-27 paf
10387:
10388: * src/main/pa_common.C: hack: for yandex.server http server
10389:
10390: 2004-08-18 paf
10391:
10392: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
10393: possibly-chunked response
10394:
10395: 2004-08-17 paf
10396:
10397: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10398: $f.content-type now = that of http response
10399:
10400: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10401: $f.content-type now = that of http response
10402:
10403: 2004-07-30 paf
10404:
10405: * src/: include/pa_request.h, main/pa_request.C,
10406: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
10407: win32: system&parser exceptions in release mode reported properly
10408: parser exception in exception handler WERE mistakenly reported as
10409: system exception, without details [in apache & isapi] +some
10410: beauty in exception text
10411:
10412: * src/: include/pa_exception.h, main/pa_request.C,
10413: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
10414: release mode reported properly parser exception in exception
10415: handler WERE mistakenly reported as system exception, without
10416: details
10417:
10418: * src/main/execute.C: beauty: simplified system exception handling
10419:
10420: 2004-07-29 paf
10421:
10422: * src/classes/table.C: bugfix:
10423: ^table.save[export.csv;$.separator[^;]] now works fine [separator
10424: were ignored, and \t used unconditionally]
10425:
10426: * src/types/Makefile.am: added vhash.c
10427:
10428: 2004-07-28 paf
10429:
10430: * src/: classes/date.C, classes/image.C, classes/math.C,
10431: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
10432: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
10433: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
10434: failed on russian letters
10435:
10436: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
10437: bugfix: isspace((unsigned char)c) everywhere. failed on russian
10438: letters
10439:
10440: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
10441: as 'currentDirectory' parameter to CreateProcess
10442:
10443: 2004-07-27 paf
10444:
10445: * src/targets/cgi/parser3.vcproj: beauty: win32:
10446: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
10447: from release somewhere [to help searching for unhandled system
10448: exceptions]
10449:
10450: * src/types/pa_vdate.h: check: for invalid datetime after temporary
10451: TZ shift
10452:
10453: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
10454: but also in ctor
10455:
10456: 2004-07-26 paf
10457:
10458: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
10459: src/main/pa_request.C, src/types/pa_vfile.h,
10460: src/types/pa_vhash.C, src/types/pa_vhash.h,
10461: src/types/types.vcproj: new: $response:body/download[
10462: $.file[name on disk] $.name[of file for user]
10463: $.mdate[date of last-modified. default from directory] ]
10464:
10465: * src/classes/file.C: moving file:send somewhere else..
10466:
10467: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
10468: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
10469: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
10470: $response:download[ $.filename[filename] $.option[] ,, ]
10471:
10472: * src/classes/file.C: beauty: invalid mode thoroughly reported
10473:
10474: 2004-07-21 paf
10475:
10476: * src/types/pa_vmail.C: bugfix: too long header values now splitted
10477: to several lines
10478:
10479: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
10480:
10481: note: ms outlook[!express] shows only first 255 characters of
10482: subject
10483:
10484: 2004-07-15 paf
10485:
10486: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
10487: off]
10488:
10489: 2004-07-14 paf
10490:
10491: * src/classes/table.C: bugfix: $.bind values now got untainted
10492: according to lang [were: as-is]
10493:
10494: 2004-07-07 paf
10495:
10496: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
10497: checked that
10498:
10499: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
10500: now untainted according to their languages. were: as-is.
10501: EVERYWHERE
10502:
10503: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
10504: environment string now untainted according to their languages.
10505: were: as-is. EVERYWHERE
10506:
10507: * src/main/pa_exec.C: bufix: on unix environment string now
10508: untainted according to their languages. were: as-is. on win32:
10509: ok
10510:
10511: * parser3.vssscc: ...would not go unnoticed
10512:
10513: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
10514: fails. in case on input appears nonutf, those bytes will be
10515: printed in %HH form. that can be easily decoded/recovered.
10516:
10517: this form is quite noticable, and hopefully would not go noticed
10518:
10519: 2004-07-06 paf
10520:
10521: * src/main/pa_exec.C: bufix: on unix environment string now
10522: untainted according to their languages. were: as-is. on win32:
10523: ok
10524:
10525: 2004-07-01 paf
10526:
10527: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
10528: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
10529: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
10530: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
10531: main/main.vcproj, targets/cgi/parser3.vcproj,
10532: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
10533: option: global optimization ON
10534:
10535: * src/main/untaint.C: workaround kinda bug in libxml: life requires
10536: to do xdoc::create{invalid chars} standard disables chars less
10537: then \x20, except tab, cr, lf.
10538:
10539: changed tainting so that those become '!'
10540:
10541: 2004-06-25 paf
10542:
10543: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10544: int on odd address [prev bugfix failed due to superwize
10545: optimizer, which turned memcpy into same 'ld' asm command]
10546:
10547: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10548: int on odd address
10549:
10550: 2004-06-22 paf
10551:
10552: * src/sql/pa_sql_driver.h: note: about possible optimization
10553:
10554: * operators.txt, src/classes/hash.C, src/classes/memory.C,
10555: src/classes/string.C, src/classes/table.C, src/classes/void.C,
10556: src/include/pa_config_includes.h: new: ^void:sql{call
10557: paf(:a)}[ $.bind[ $.a[2]
10558: ] ] output variables work. todo: check in out
10559: variables
10560:
10561: 2004-06-18 paf
10562:
10563: * src/: classes/file.C, classes/hash.C, classes/string.C,
10564: classes/table.C, classes/void.C, include/pa_globals.h,
10565: include/pa_sql_connection.h, main/compile.tab.C,
10566: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
10567: $.bind[ $.a[2] ]
10568: ] input variables work. todo:output
10569:
10570: * src/targets/cgi/parser3.C: bugfix: iis specific
10571: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
10572: /_bug.html?404;http://hpsv/test/
10573: --------------------------------------------------------------------------------
10574: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
10575: --------------------------------------------------------------------------------
10576: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
10577:
10578: 2004-06-16 paf
10579:
10580: * src/targets/cgi/parser3.C: new: iis specific
10581: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
10582: $request:query
10583: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
10584: $form:fields IIS-STATUS="404"
10585: IIS-DOCUMENT="http://server/_bug.html" f="v"
10586:
10587: todo: isapi too
10588:
10589: 2004-05-26 paf
10590:
10591: * src/include/pa_version.h: 3.1.3
10592:
10593: * operators.txt: beauty: removed outdated level 'table'
10594:
10595: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
10596:
10597: * src/main/pa_string.C: beauty: removed 3 warnings
10598:
10599: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
10600: classes/op.C: beauty: removed outdated level 'table'
10601:
10602: 2004-05-25 paf
10603:
10604: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
10605: implementation. mistery: how anything worked
10606:
10607: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
10608: changed, it is now safe to use url if pointers to it are stored
10609: to gc mem
10610:
10611: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
10612: unknown errors reported and not cause SIGSEGV now
10613:
10614: 2004-05-24 paf
10615:
10616: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10617: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
10618: less memory: CORD_chars_block originally intended to ... it was
10619: good that CORD_chars_block were not used: it consumes more memory
10620: [and, might be slow too] undoing that. [and removed that func so
10621: that it would not confuse parser developer in future]
10622:
10623: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
10624: less memory: CORD_chars_block originally intended to
10625: speedup/reduce mem usage were forgotten, and were used stupid
10626: CORD_chars
10627:
10628: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
10629:
10630: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
10631: BIGENDIAN processors space-conserving mech failed, causing
10632: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
10633: (1|2|3));
10634:
10635: 2004-05-14 paf
10636:
10637: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
10638: bugfix: void now has vfile value, and $response:body[] works OK
10639:
10640: 2004-05-12 paf
10641:
10642: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
10643: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
10644: sources to use is_defined() {return as_bool();} along VBool
10645:
10646: 2004-05-11 paf
10647:
10648: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
10649: referencing to local objects
10650:
10651: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
10652: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
10653: left intact
10654:
10655: 2004-04-15 paf
10656:
10657: * src/classes/date.C: merged: beauty: unused var removed
10658:
10659: * src/classes/date.C: beauty: unused var removed
10660:
10661: * src/include/: pa_exec.h: bugfix: interface without pointer
10662: provoked bug
10663:
10664: 2004-04-09 paf
10665:
10666: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
10667:
10668: * src/types/pa_vform.C: bugfix: form:imap were incorrect
10669:
10670: 2004-04-08 paf
10671:
10672: * src/classes/date.C: new: ^date::create[y-m-d
10673: h-M-s>>.milliseconds<<] now allowed, ignored so far
10674:
10675: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
10676:
10677: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
10678: to consult default catalog [usually, that file belongs to other
10679: user/group]
10680:
10681: 2004-04-06 paf
10682:
10683: * src/main/pa_common.C: beauty: gcc warning removed
10684:
10685: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
10686: accept that trick, trying other
10687:
10688: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
10689: explicit result problem
10690:
10691: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
10692: explicit result problem
10693:
10694: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
10695: explicit result problem
10696:
10697: * operators.txt, src/classes/string.C: new: ^string.append[string]
10698:
10699: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
10700: main/execute.C: attempt_check_call_in_explicit_result_mode:
10701: failed
10702:
10703: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
10704: http://i.p.a.ddress gethostbyaddr added [on some platforms
10705: gethostbyname failed with such 'domains'] now checked properly,
10706: were: needless reverse/forward dns lookup
10707:
10708: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
10709: http://i.p.a.ddress gethostbyaddr added [on some platforms
10710: gethostbyname failed with such 'domains'] now checked properly,
10711: were: needless reverse/forward dns lookup
10712:
10713: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
10714: @method[][result] means "no string output here" moved to lexical
10715: level [on grammar level it were too difficult]
10716:
10717: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
10718: src/main/compile.y, src/main/compile_tools.h,
10719: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
10720: @method[][result] means "no string output here", implemented part
10721: of that idea: compiler throws away string literal generation
10722: code. and barks nonwhitespace chars
10723:
10724: * operators.txt: truth: removed comment about $ORIGIN
10725:
10726: 2004-04-05 paf
10727:
10728: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
10729: src/include/pa_version.h, src/main/pa_common.C,
10730: src/targets/isapi/parser3isapi.C: merged with 3.1.3
10731:
10732: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
10733: Konstantin Tomashevitch [mailto:konst@design.ru]
10734:
10735: * src/doc/html2chm.cmd: beauty: no need in bg here
10736:
10737: * src/doc/sources2html.cmd: beauty: same window, in bg it
10738: interfered with FAR console
10739:
10740: * configure, configure.in: 3.1.3
10741:
10742: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
10743:
10744: * src/main/pa_common.C: removed warning
10745:
10746: * src/include/pa_version.h: 3.1.3
10747:
10748: 2004-04-02 paf
10749:
10750: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
10751:
10752: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
10753: allows to specify where to put parser log file
10754:
10755: 2004-04-01 paf
10756:
10757: * src/classes/table.C: bugfix: bugfix: table::load last line
10758: without tab and enter were ignored
10759:
10760: * src/: include/pa_cache_managers.h, include/pa_globals.h,
10761: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
10762: main/pa_socks.C, targets/cgi/parser3.C,
10763: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
10764: bugfix: sql connections now are disconnected
10765:
10766: 2004-03-30 paf
10767:
10768: * src/classes/table.C: bugfix: table::load last line without tab
10769: and enter were ignored
10770:
10771: * src/classes/table.C: bufix: if last table lines were commented,
10772: gpfed
10773:
10774: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
10775: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
10776: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
10777: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
10778: doc/methoded.dox, doc/object.dox, doc/string.dox,
10779: doc/targets.dox, doc/value.dox, include/pa_version.h,
10780: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
10781: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
10782: bugfixes from 3.1.2, changed version to 3.1.3beta
10783:
10784: 2004-03-29 paf
10785:
10786: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
10787: causes gpf
10788:
10789: * src/doc/: ClassExample1.dox, ClassExample2.dox,
10790: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
10791: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
10792: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
10793: value.dox: translated to english
10794:
10795: 2004-03-25 paf
10796:
10797: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
10798: parser3project dependency removed
10799:
10800: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
10801: bugfix: refused to compile without xml
10802:
10803: * src/types/pa_vform.C: beauty: removed warning
10804:
10805: * src/classes/classes.vcproj: merged bugfix: now all compiles in
10806: any folder [removed last ;) folder dependency]
10807:
10808: * src/classes/classes.vcproj: bugfix: now all compiles in any
10809: folder [removed last ;) folder dependency]
10810:
10811: * src/include/pa_version.h: release
10812:
10813: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
10814:
10815: * src/classes/table.C: beauty: comment& more meaningful error
10816: message
10817:
10818: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
10819: $.hash[$.column_value1(true) ... ] [were producing some strang
10820: thing]
10821:
10822: 2004-03-23 paf
10823:
10824: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
10825: and http status line parsing checked number of columns in table
10826: [user reported an assert]
10827:
10828: * operators.txt: example: on hashfile
10829:
10830: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
10831: bugfix: junction reattach now actually reattaches a junction to
10832: new wcontext [were only assigning it to junction, which caused
10833: junction tracking to loose junction, and it's context were not
10834: killed, and it tried to process in invalid context, gpf]
10835:
10836: * src/targets/cgi/parser3.C: debug helper added
10837:
10838: 2004-03-19 paf
10839:
10840: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
10841: "type(type)" in braces
10842:
10843: 2004-03-10 paf
10844:
10845: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
10846: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
10847: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
10848: solution to search-in-namespaces problem:
10849: $xdoc.search-namespaces.x[http://pif.design.ru/]
10850: $nodes[^xdoc.select[//x:second]]
10851:
10852: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
10853: expression][[NAMESPACES HASH]] allows to search for info in
10854: namespaces
10855:
10856: $nodes[^xdoc.select[//x:second][
10857: $.x[http://pif.design.ru/] ]]
10858:
10859: 2004-03-09 paf
10860:
10861: * operators.txt, src/main/pa_common.C: new:
10862: ^file::load[...][options] $.form[
10863: !$.field1[string]
10864: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
10865: ] !$.body[string]
10866:
10867: GET ?here notGET(POST, HEAD, others) in content-type:
10868: application/x-www-form-urlencoded
10869:
10870: todo: upload files ability
10871:
10872: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
10873: properly, done
10874:
10875: 2004-03-05 paf
10876:
10877: * operators.txt, src/main/pa_common.C: new: file::load[;http://
10878: GET/POST $.form[$.fields started, not tested yet
10879: todo:$.field[table] for multiple values
10880:
10881: * operators.txt: new: http:// options $.user $.password basic
10882: authorization
10883:
10884: * src/main/pa_common.C: beauty: link to rtf added
10885:
10886: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
10887: new: http:// options $.user $.password basic authorization
10888:
10889: * src/main/pa_common.C: beauty: removed needless vars
10890:
10891: * operators.txt: new: pgsql option [like that recently added to
10892: oracle driver] ClientCharset=parser-charset <<
10893: charset in which parser thinks client works
10894:
10895: * operators.txt: new: odbc option [like that recently added to
10896: oracle driver] ClientCharset=parser-charset <<
10897: charset in which parser thinks client works
10898:
10899: * src/sql/pa_sql_driver.h: beauty: important warning added
10900:
10901: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
10902: char!
10903:
10904: * etc/parser3.charsets/windows-1251.cfg: typo
10905:
10906: 2004-03-04 paf
10907:
10908: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
10909: cached, sql transcoding now goes faster
10910:
10911: * operators.txt: new: mysql option [like that recently added to
10912: oracle driver] ClientCharset=parser-charset <<
10913: charset in which parser thinks client works
10914:
10915: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
10916: typo error
10917:
10918: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
10919: chars commented
10920:
10921: 2004-03-03 paf
10922:
10923: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
10924: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
10925:
10926: 2004-03-02 paf
10927:
10928: * operators.txt: new[update typo]: !^void.left(n)
10929: nothing !^void.right(n) nothing !^void.mid(p[;n])
10930: nothing
10931:
10932: * operators.txt, src/classes/void.C: new: !^void.left(n)
10933: nothing !^void.right(n) nothing !^void.pos(p[;n])
10934: nothing
10935:
10936: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
10937: ^file::sql[[name_to_become_$.name]]{} query result must be one
10938: row with columns: first: data second: file name third:
10939: content-type
10940:
10941: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
10942: ^connect gets properly escaped string, which can be passed to
10943: request now this for mysql only. it's up to parser sql driver to
10944: fix zeros properly
10945:
10946: * INSTALL: note: added on building apache with this option:
10947: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
10948:
10949: 2004-03-01 paf
10950:
10951: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
10952: extension memory:compact befor processingrequest
10953:
10954: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
10955: call sole column of result
10956:
10957: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
10958: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
10959: pixel color
10960:
10961: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
10962: beauty: image -- less checks [were ugly impl]
10963:
10964: * src/classes/string.C: bugfix: ^string.left/right/mid with
10965: negative values now considered bad
10966:
10967: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
10968:
10969: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
10970: options now have unified defaults [after transform
10971: indent/omit-xml-declaration/standalone 'default' erroreously
10972: meant 'true']
10973:
10974: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
10975: added [on some platforms gethostbyname failed with such
10976: 'domains']
10977:
10978: * src/include/pa_config_auto.h.in: no select check, no define
10979:
10980: * src/classes/string.C: feature: ^string.trim both parameters may
10981: be empty-strings, meaning kind=both chars=whitespaces
10982:
10983: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
10984: exist
10985:
10986: * src/classes/string.C: check: trim 'chars' must not be empty,
10987: exception if it is
10988:
10989: * src/classes/string.C: changed: ^string.trim [] << both,
10990: whitespaces [start|both|end] << kind, whitespaces
10991: [start|both|end;chars] full
10992:
10993: 2004-02-27 paf
10994:
10995: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
10996: method: ^string.trim[start|both|end[;chars]] default
10997: 'chars' -- whitespace chars finished
10998:
10999: * operators.txt, src/classes/string.C, src/include/pa_string.h,
11000: src/main/pa_string.C: new method:
11001: ^string.trim[start|both|end[;chars]] default 'chars' --
11002: whitespace chars started, only start works
11003:
11004: * src/main/compile.C: bugfix: line numbers after
11005: ^process{}[$.line(-10]] can be negative, allowed to print they as
11006: signed
11007:
11008: * src/main/untaint.C: speed: there's no \n chars in output
11009: [normally], so no need to optimize them they could be retrived
11010: from databases, though. but 1. should be replaced 2. if not
11011: optimized, no harm done
11012:
11013: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
11014: ^file::exec/cgi could return invalid status & zombie child can
11015: remain for short period until process exists [very bad in
11016: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
11017:
11018: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
11019: malicious SMTP server to attack as by returning too long status
11020: responses http://i2/tasks/edit/?id=4629448401140924947
11021:
11022: 2004-02-26 paf
11023:
11024: * operators.txt: feature: ^process...{CODE}[now has options] which
11025: are $.main[to what to rename @main] $.file[file,
11026: from which (user says) goes that CODE] $.lineno(line
11027: number in that file, where CODE starts. may be negative)
11028:
11029: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11030: src/main/compile.C, src/main/compile_tools.h,
11031: src/main/pa_request.C: feature: ^process...{CODE}[now has
11032: options] which are $.main[to what to rename @main]
11033: $.file[file, from which (user says) goes that CODE]
11034: $.lineno(line number in that file, where CODE starts. may be
11035: negative)
11036:
11037: 2004-02-25 paf
11038:
1.116 moko 11039: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
11040: old @charsetsdir@ recently erased from configure.in]
1.95 moko 11041:
11042: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
11043: produces hash of column=>1
11044:
11045: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
11046: with incomplete errno constants set
11047:
11048: 2004-02-24 paf
11049:
11050: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
11051: "man select"
11052:
11053: * src/main/pa_os.C: beauty: <0 better then ==-1
11054:
11055: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
11056:
11057: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
11058:
1.116 moko 11059: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 11060:
11061: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
11062: unix: steps to work on unix [extracted 'to']
11063:
11064: * src/classes/mail.C: smtp on unix: steps to work on unix
11065:
11066: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
11067:
1.116 moko 11068: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
11069: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
11070: unix [testing on solaris]
1.95 moko 11071:
11072: 2004-02-20 paf
11073:
11074: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
11075: pointing that out
11076:
11077: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
11078: fixed again [same solution, mistanenly removed one line]
11079:
11080: 2004-02-19 paf
11081:
11082: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
11083: date::create from bad datetime in spring daylightsaving hole now
11084: OK for all platforms [on some platforms it failed]
11085:
11086: * src/classes/: date.C, image.C: beauty: date::create[bad date time
11087: in daylightsaving hole] now throws error
11088:
11089: * src/classes/date.C: comment: mistake fixed
11090:
11091: 2004-02-18 paf
11092:
11093: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
11094: now renderes in $request:charset, but in header puts
11095: $response:charset todo: make that default only so that coder
11096: could override that
11097:
11098: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
11099: turns off omit-xml-declaration
11100:
11101: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
11102: /.xsl for sample
11103:
11104: 2004-02-17 paf
11105:
11106: * src/classes/xdoc.C: beauty: needless helper class removed
11107:
11108: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
11109: copied extra time
11110:
11111: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
11112: part of libxml
11113:
11114: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
11115: libxml to do the work] <xsl:output method="html"
11116: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
11117: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
11118: />
11119:
11120: * src/classes/xdoc.C: beauty: no <meta ... charset generated
11121:
11122: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
11123: caused assertion
11124:
11125: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
11126: could hang. now such add does nothing, sub clears $hash
11127:
11128: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
11129: not made quoted-printable
11130:
11131: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
11132: string invariant
11133:
11134: 2004-02-16 paf
11135:
11136: * src/main/pa_globals.C: bugfix: xml errors copy from library now
11137: cleared [were not cleared properly]
11138:
11139: 2004-02-13 paf
11140:
1.116 moko 11141: * src/include/pa_version.h: prerelease
1.95 moko 11142:
11143: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
11144: used, introducing dependencies timestamp check
11145:
11146: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11147: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
11148: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
11149: .xsl.stamp now not used, introducing dependencies timestamp check
11150:
11151: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
11152:
11153: 2004-02-12 paf
11154:
11155: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
11156: ruined empty <input type=file> submits. parser thought there were
11157: nameless empty file and $form:field got value of type 'file'
11158:
11159: * INSTALL: --without-threads
11160:
11161: * src/include/pa_sapi.h: 2004
11162:
11163: 2004-02-11 paf
11164:
11165: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11166: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11167: classes/hashfile.C, classes/image.C, classes/int.C,
11168: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11169: classes/response.C, classes/string.C, classes/table.C,
11170: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11171: include/pa_array.h, include/pa_cache_managers.h,
11172: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11173: include/pa_config_fixed.h, include/pa_config_includes.h,
11174: include/pa_dictionary.h, include/pa_dir.h,
11175: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11176: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11177: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11178: include/pa_request_charsets.h, include/pa_request_info.h,
11179: include/pa_socks.h, include/pa_sql_connection.h,
11180: include/pa_sql_driver_manager.h, include/pa_stack.h,
11181: include/pa_string.h, include/pa_stylesheet_connection.h,
11182: include/pa_stylesheet_manager.h, include/pa_table.h,
11183: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11184: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11185: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11186: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11187: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11188: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11189: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11190: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11191: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11192: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11193: main/pa_sql_driver_manager.C, main/pa_string.C,
11194: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
11195: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
11196: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11197: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11198: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11199: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11200: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11201: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11202: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11203: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11204: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11205: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11206: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11207: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11208: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11209: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11210: types/pa_vresponse.h, types/pa_vstateless_class.C,
11211: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11212: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11213: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11214: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11215: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11216: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
11217:
11218: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
11219: debug version of gc.dll
11220:
11221: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11222: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11223: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
11224: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
11225: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
11226: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
11227: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
11228: processes
11229:
11230: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
11231: main/pa_globals.C, targets/cgi/parser3.vcproj,
11232: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
11233: changes to reflect libxml xsl new folders
11234:
11235: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11236: lib/smtp/smtp.vcproj, main/main.vcproj,
11237: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
11238: to reflect libxml xsl new folders
11239:
11240: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11241: lib/smtp/smtp.vcproj, main/main.vcproj,
11242: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
11243: types/types.vcproj: started changes to reflect libxml xsl new
11244: folders
11245:
11246: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
11247: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
11248: src/main/compile.tab.C, src/main/main.vcproj,
11249: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
11250: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
11251: started changes to reflect libxml xsl new folders
11252:
11253: 2004-02-10 paf
11254:
11255: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
11256: compile. recommened latest libxml up to date
11257:
11258: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
11259: pattern compilation errors", on which spent 4 hours worktime. use
11260: versions higher than that. recommended now latest up to date
11261:
11262: 2004-02-06 paf
11263:
11264: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
11265: beauty: unified destructing style
11266:
11267: * src/main/untaint.C: beauty: removed old def/ifdef
11268:
11269: * src/main/untaint.C: beauty: coredump @unknown untaint language
11270: now
11271:
11272: 2004-02-03 paf
11273:
11274: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
11275: targets/isapi/parser3isapi.C, types/pa_value.C,
11276: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
11277: then %ld/%lu
11278:
11279: * src/main/pa_common.C: typo: %l -> %u
11280:
11281: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
11282: in attributes or documents-results of transform now not xx;
11283:
11284: * src/classes/xnode.C: memleaks found: not fixed yet. todo
11285:
11286: * src/main/pa_charset.C: bugfix: forgot to undo some
11287:
11288: * src/main/pa_charset.C: beauty: uncomment
11289: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
11290: libraries
11291:
11292: 2004-02-02 paf
11293:
11294: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
11295: $cookie:example[ $.value[value] $.path[/there/] ]
11296:
11297: $cookie:example[ $.value[] $.expires[session]
11298: $.path[/there/] $.domain[test.com] ]
11299:
11300: * src/types/pa_vform.C: bugfix: empty values with
11301: enctype=multipart/form-data now produce entries in $form:tables
11302: <form method=post enctype=multipart/form-data> <input type=hidden
11303: name=a> <input type=hidden name=b>
11304:
11305: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
11306: <hr> <pre>$request:body
11307:
11308: 2004-01-30 paf
11309:
11310: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
11311: or documents-results of transform now not xx;
11312:
11313: * src/classes/date.C: bugfix: ^date::create[invalid fields now
11314: produce exception.
11315:
11316: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
11317: bugfix: ^date::create[invalid fields now produce exception.
11318:
11319: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
11320: year] now produces exception. todo: check other fields
11321:
11322: 2004-01-29 paf
11323:
11324: * src/include/pa_memory.h: typo error
11325:
11326: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
11327: more byte then specified, then zeroed it << useless and
11328: potentially harmful(could gpf)
11329:
11330: 2004-01-22 paf
11331:
11332: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
11333:
11334: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
11335: optimization
11336:
11337: * src/main/untaint.C: bugfix: whitespace now optimized properly
11338: [were bug: ^taint[1 & 2]="1 &2"
11339:
11340: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
11341: errors
11342:
11343: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
11344: overflow
11345:
11346: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
11347: error-reporting code * in parser-error reporting code [when no
11348: @unhandled_exception defined]
11349:
11350: fixed in one place: my *snprintf override
11351:
11352: 2004-01-13 paf
11353:
11354: * operators.txt: typo erro
11355:
11356: 2003-12-25 paf
11357:
11358: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
11359: garbled [pieces after zero bytes were removed]
11360:
11361: 2003-12-22 paf
11362:
1.116 moko 11363: * src/include/Makefile.am: bugfix: removed from dist:
11364: src/include/pa_config_auto.h which were configured for
1.95 moko 11365: make-dist-platform and badly updated proper config file in target
11366: [when .tar used for updating existing source tree]
11367:
11368: * ChangeLog, operators.txt, src/classes/op.C,
11369: src/include/pa_sql_connection.h,
11370: src/include/pa_sql_driver_manager.h,
11371: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
11372: feature: sql introducing ability to transcode charsets
11373:
11374: 2003-12-19 paf
11375:
11376: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
11377: error message
11378:
11379: * src/main/pa_charset.C: bugfix: memory for charsethandler
11380: structure for libxml now allocated properly
11381:
11382: 2003-12-17 paf
11383:
11384: * src/types/pa_vfile.C: beauty: removed outdated cast
11385:
11386: * src/main/pa_common.C: bugfix: empty http response caused gpf
11387:
11388: * src/include/pa_string.h: bugfix: removed too strong a assert
11389:
11390: * src/main/pa_globals.C: bugfix: removed false warning [warning:
11391: unreported xmlGenericErrors]
11392:
11393: 2003-12-15 paf
11394:
11395: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
11396: works}
11397:
11398: 2003-12-11 paf
11399:
11400: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
11401: id
11402: !$status:tid thread id
11403:
11404: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
11405: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
11406: bugfix(solaris): removed dependency on object initialization
11407: order [one more place]
11408:
11409: * src/: classes/file.C, classes/mail.C, classes/op.C,
11410: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
11411: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
11412: understand that
11413:
11414: * src/: classes/file.C, classes/mail.C, classes/op.C,
11415: classes/xdoc.C, include/pa_cache_managers.h,
11416: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11417: include/pa_stylesheet_manager.h, main/pa_request.C,
11418: main/pa_stylesheet_manager.C, types/pa_vimage.C,
11419: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
11420: ctor call [relying on implicit String::Body(cstr) call]
11421:
11422: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
11423: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
11424: object initialization order [two places]
11425:
11426: 2003-12-10 paf
11427:
11428: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
11429: << time now ok
11430:
11431: * operators.txt, src/main/pa_sql_driver_manager.C,
11432: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
11433: operational
11434:
11435: * ChangeLog, operators.txt, src/classes/xdoc.C,
11436: src/include/pa_charset.h, src/include/pa_sql_connection.h,
11437: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
11438: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
11439: back operational
11440:
11441: 2003-12-02 paf
11442:
11443: * src/types/pa_vmail.C: bugfix:
11444: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
11445: as-is forced]
11446:
11447: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
11448: exceptions out of libxml callbacks: reimplemented error handling
11449: of http://localhost, parser://method and safemode check callbacks
11450:
11451: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
11452: [merged from HEAD]
11453:
11454: * src/classes/image.C: nothing: comment removed
11455:
11456: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
11457: addresses to int
11458:
11459: 2003-12-01 paf
11460:
11461: * src/main/pa_xml_io.C: bugfix: typo
11462:
11463: * src/main/pa_globals.C: bugfix: win32: compile prob
11464:
11465: * src/classes/xdoc.C: bugfix: typo
11466:
11467: * src/main/pa_xml_io.C: todo: safe mode check not to throw
11468: exception
11469:
11470: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
11471:
11472: 2003-11-28 paf
11473:
11474: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
11475: all xml documents read
11476:
11477: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
11478:
11479: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11480: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
11481: replaced original open mech of xdoc::create & co to use libxml
11482: open, so that this would work for root document todo: safe mode
11483: checks to libxml: ideally to some 1 point
11484:
11485: * src/main/pa_xml_io.C: comment
11486:
11487: * operators.txt, src/main/pa_xml_io.C: leading / in
11488: http://parser[abscent params]
11489:
11490: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
11491: works. todo: maybe replace original open mech of xdoc::create &
11492: co to use libxml open, so that this would work for root document
11493:
11494: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
11495: "parser://method/params/here"> <test> &test^; </test> }]
11496:
11497: ^taint[^xdoc.string[]]
11498:
11499: @method[param] <!ENTITY test
11500: "test-entity-value+$form:user+$param!">
11501:
11502: 2003-11-27 paf
11503:
11504: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
11505:
11506: * src/classes/date.C: bugfix: typo error
11507:
11508: 2003-11-26 paf
11509:
11510: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
11511: src/main/Makefile.am, src/main/main.vcproj,
11512: src/main/pa_globals.C, src/main/pa_request.C,
11513: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
11514: xml errors to hash<thread_id,error> reorganization: xml io moved
11515: to pa_xml_io.C/h
11516:
11517: * src/types/pa_value.h: warnings: --
11518:
11519: 2003-11-25 paf
11520:
11521: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
11522: whatever)
11523:
11524: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
11525: a, (c?x:y, z)
11526:
11527: * src/main/untaint.C: bugfix: consequences of not reading this
11528: comment: CORD_pos_chars_left /* Number of characters in cache.
11529: <= 0 ==> none */
11530:
11531: * src/include/pa_array.h: removed needless checks
11532:
11533: 2003-11-24 paf
11534:
11535: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
11536: removed limit: now $form:xxx can be accessed anytime, even in
11537: @auto/conf [and request/response:charset still can be changed
11538: anytime]
11539:
11540: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
11541: now not transcodes response body
11542:
11543: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
11544: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
11545: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
11546: $xdoc.firstChild.firstChild.nodeValue[different]
11547: ^taint[^xdoc.string[]]
11548:
11549: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
11550: workaround: static Hash::allocates -> static Hash_allocates
11551:
11552: 2003-11-21 paf
11553:
1.116 moko 11554: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
11555: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
11556: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 11557:
11558: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
11559:
11560: * src/classes/mail.C: bugfix: typo
11561:
11562: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 11563: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
11564: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
11565: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
11566: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 11567: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
11568:
11569: * src/main/pa_exec.C: bug in safe mode
11570:
11571: * src/include/Makefile.am: pa_xml_exception.h
11572:
11573: * src/targets/isapi/parser3isapi.C: more warnings --
11574:
11575: 2003-11-20 paf
11576:
11577: * src/: classes/math.C, classes/op.C, classes/string.C,
11578: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
11579: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
11580: --
11581:
11582: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
11583: more warnings --
11584:
11585: * src/classes/xdoc.C: more warnings --
11586:
11587: * src/classes/: date.C, image.C, xdoc.C: more warnings --
11588:
11589: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
11590: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
11591:
11592: * src/: classes/date.C, classes/file.C, classes/hash.C,
11593: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
11594: classes/table.C, include/pa_cache_managers.h,
11595: include/pa_stylesheet_connection.h, main/pa_request.C,
11596: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
11597: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
11598: --
11599:
11600: * src/main/: execute.C, pa_request.C: old forgotten todo: when
11601: can't report problem (undefined @unhandled_exception) problem
11602: source string were not reported
11603:
11604: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11605: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11606: classes/hashfile.C, classes/image.C, classes/int.C,
11607: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11608: classes/response.C, classes/string.C, classes/table.C,
11609: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11610: include/pa_array.h, include/pa_cache_managers.h,
11611: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11612: include/pa_config_fixed.h, include/pa_dictionary.h,
11613: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
11614: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
11615: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
11616: include/pa_request.h, include/pa_request_charsets.h,
11617: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
11618: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11619: include/pa_stack.h, include/pa_string.h,
11620: include/pa_stylesheet_connection.h,
11621: include/pa_stylesheet_manager.h, include/pa_table.h,
11622: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11623: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
11624: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
11625: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11626: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11627: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11628: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11629: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
11630: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
11631: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
11632: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
11633: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11634: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
11635: targets/isapi/parser3isapi.C, types/pa_junction.h,
11636: types/pa_method.h, types/pa_value.C, types/pa_value.h,
11637: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
11638: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11639: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
11640: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
11641: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
11642: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
11643: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11644: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11645: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11646: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11647: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11648: types/pa_vresponse.h, types/pa_vstateless_class.C,
11649: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11650: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11651: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11652: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11653: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11654: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
11655: const IDENT
11656:
11657: * src/: include/pa_array.h, include/pa_pool.h,
11658: include/pa_request.h, include/pa_string.h, include/pa_table.h,
11659: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
11660: types/pa_wcontext.h: more warnings --
11661:
11662: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
11663: classes/file.C, classes/hash.C, classes/hashfile.C,
11664: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
11665: classes/memory.C, classes/op.C, classes/string.C,
11666: classes/table.C, classes/xdoc.C, classes/xnode.C,
11667: include/pa_config_includes.h, include/pa_operation.h,
11668: include/pa_sql_connection.h, include/pa_table.h,
11669: include/pa_types.h, lib/ltdl/config_fixed.h,
11670: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
11671: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11672: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
11673: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
11674: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
11675: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
11676: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
11677: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
11678: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
11679: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
11680: types/pa_vmail.C, types/pa_vobject.C,
11681: types/pa_vstateless_class.h, types/pa_vtable.C,
11682: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
11683: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
11684: on all projects (except libltdl=off & libsdbm=level3) found
11685: several unitialized vars
11686:
11687: 2003-11-19 paf
11688:
11689: * src/classes/op.C: more ansi C++ comp
11690:
11691: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11692: src/main/pa_request.C: ^cache[...]{body}{catch block with
11693: $exception.handled[cache] meaning "get expired cache, if any.
11694: else error"}
11695:
11696: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
11697: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
11698: ^cache[...]{body}{catch code with $exception.cache field}
11699:
11700: 2003-11-12 paf
11701:
11702: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
11703: [copy/paste bug]
11704:
11705: 2003-11-11 paf
11706:
11707: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
11708: failed]
11709:
11710: * bin/auto.p.dist.in: colno
11711:
11712: 2003-11-10 paf
11713:
11714: * src/types/pa_vconsole.h: flush
11715:
11716: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
11717: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
11718: read/write [for nntp]
11719:
11720: * operators.txt: mysql: transaction support: ?autocommit=0
11721:
11722: * operators.txt: comment: updated
11723:
11724: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
11725: serialize version and exipire now removes entries
11726:
11727: * operators.txt: ^hashfile.delete[] removes files altogether [and
11728: dir, if could]
11729:
11730: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
11731: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
11732: removes files altogether [and dir, if could]
11733:
11734: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
11735: nonexistent pair. .c coded that that was error. fixed
11736:
11737: * src/types/pa_vhashfile.C: sdbm: exception type change to
11738: file.access [regretfull can't split it to different exceptions
11739: without modifying sdbm source wich would prefer not to]
11740:
11741: 2003-11-07 paf
11742:
11743: * src/: classes/date.C, classes/file.C, classes/hash.C,
11744: classes/hashfile.C, classes/image.C, classes/table.C,
11745: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
11746: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
11747: main/execute.C, main/main.vcproj, main/pa_pool.C,
11748: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
11749: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
11750: types/pa_vstateless_class.h: resurrected: pool idea. now only for
11751: destructing objects at request processing end
11752:
11753: 2003-11-06 paf
11754:
11755: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
11756: updates
11757:
11758: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
11759: to include sdbm
11760:
1.116 moko 11761: * src/include/: pa_config_includes.h, pa_version.h: our
11762: replacements of max& co only for cpp
1.95 moko 11763:
11764: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
11765: upper dir, .am updated
11766:
11767: * tests/todo.txt: hashfile: done
11768:
11769: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
11770: expiration [time in value. todo: move time to key]
11771:
11772: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
11773:
11774: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
11775: to do that in foreach, no errors, but surely wrong]
11776:
11777: * operators.txt, src/types/pa_vhashfile.C,
11778: src/types/pa_vhashfile.h: hashfile: clear and proper locking
11779:
11780: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
11781: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
11782: foreach
11783:
11784: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
11785: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
11786:
11787: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
11788: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
11789:
11790: * src/: include/pa_memory.h, targets/cgi/parser3.C,
11791: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
11792: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
11793: get/put [raw]
11794:
11795: * src/: classes/op.C, main/pa_os.C: just linked
11796:
11797: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
11798: XmlException changes
11799:
11800: * src/: include/pa_charset.h, include/pa_globals.h,
11801: include/pa_stylesheet_connection.h, main/pa_exception.C:
11802: XmlException changes
11803:
11804: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
11805:
11806: * src/: include/pa_common.h, include/pa_exception.h,
11807: main/main.vcproj, main/pa_common.C, include/pa_os.h,
11808: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
11809: main/pa_xml_exception.C: locking move to pa_os [along with
11810: pa_sleep] apr-impl locking done
11811:
11812: * configure, configure.in, operators.txt, parser3.sln,
11813: src/classes/classes.vcproj, src/classes/hashfile.C,
11814: src/classes/xdoc.C, src/include/pa_config_fixed.h,
11815: src/include/pa_exception.h, src/include/pa_globals.h,
11816: src/include/pa_memory.h, src/include/pa_version.h,
11817: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
11818: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
11819: src/main/compile.tab.C, src/main/main.vcproj,
11820: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
11821: src/types/Makefile.am, src/types/pa_vhash.C,
11822: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
11823: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
11824: again with sdbm from apache
11825:
11826: 2003-11-05 paf
11827:
11828: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
11829: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
11830: \parser3project dir anymore
11831:
11832: * src/main/pa_charset.C: bugfix: had broken binary search [copied
11833: thoughtlessly from xalan]
11834:
11835: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
11836: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
11837: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
11838:
11839: * src/main/helpers/CaseFolding.txt:
11840: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
11841:
11842: 2003-11-04 paf
11843:
11844: * operators.txt: comment: ^mail:send[$.options[
11845:
11846: * src/classes/table.C: compiled on unix
11847:
1.116 moko 11848: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 11849:
11850: * src/classes/mail.C: compiled on unix
11851:
11852: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
11853: src/types/pa_vmail.h: !^mail:send[
11854: $.options[unix: string to append to sendmail command
11855: line]
11856:
11857: * operators.txt, src/classes/table.C, src/main/pa_string.C,
11858: tests/todo.txt: ^table.save[... $.separator[^#09]
11859: $.encloser["] <nothing> by default
11860:
11861: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
11862: !$.separator[^#09] !$.encloser["] <nothing> by
11863: default
11864:
11865: 2003-11-03 paf
11866:
11867: * operators.txt, src/classes/table.C, src/main/pa_common.C:
11868: ^table::load[; options: !$.column-separator[^#09]
11869: !$.column-encloser["]
11870:
11871: * operators.txt, src/include/pa_config_fixed.h,
11872: src/types/pa_vrequest.C: $request:document-root
11873:
11874: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
11875: [already included into uri=xxx]
11876:
11877: * operators.txt, src/classes/image.C, tests/todo.txt:
11878: ^image.gif[filename] for $response:download
11879:
11880: * src/classes/date.C: minor precaution
11881:
11882: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
11883: !^date.unix-timestamp[]
11884:
11885: 2003-10-30 paf
11886:
11887: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
11888: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
11889:
11890: * src/classes/: date.C, image.C: improvement diagnostics:
11891: $now[^date::create[$undefined]] now is error
11892:
11893: * src/main/pa_common.C: read errors would now be reported 'actually
11894: read -1 bytes'
11895:
11896: 2003-10-24 paf
11897:
11898: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
11899: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
11900: src/main/Makefile.am, src/targets/cgi/Makefile.am,
11901: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
11902:
11903: 2003-10-22 paf
11904:
11905: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
11906:
11907: 2003-10-21 paf
11908:
11909: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
11910: fixed: string.match[g] without <'> option produced columns with
11911: NULL's, which gpf'ed at table.save time
11912:
11913: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
11914: recoursion' message with intensive throw-catches fixed: incorrect
11915: name and line (one name upper then needed) in error message about
11916: problems inside try block
11917:
11918: 2003-10-10 paf
11919:
11920: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
11921: check offset argument for validity did that in String::Body::pos
11922: myself http://i2/tasks/edit/?id=4577425257580789777
11923:
11924: 2003-10-07 paf
11925:
11926: * src/main/: compile.tab.C, compile.y: ^if ( better error:
11927: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
11928:
11929: 2003-10-03 paf
11930:
11931: * parser3.sln, src/include/pa_dictionary.h,
11932: src/main/pa_dictionary.C, src/main/pa_string.C,
11933: src/targets/cgi/parser3.vcproj: dictionary optimized by
11934: precalculating cstr&length
11935:
11936: 2003-10-02 paf
11937:
11938: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
11939: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
11940: main/pa_stylesheet_manager.C: bugfix: ^throw context were
11941: saved/restored incompletely http://www.parser.ru/forum/?id=21484
11942:
11943: 2003-09-30 paf
11944:
11945: * src/main/pa_string.C: string::replace bug fix [were ignoring
11946: occurrances after lang-mismatched
11947:
11948: 2003-09-29 paf
11949:
11950: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
11951: helper
11952:
11953: * src/main/pa_string.C: string::serialize bug fix with
11954: zero-terminator
11955:
11956: * src/classes/table.C: ^nameless_table.save column row now has no
11957: \t at the end
11958:
11959: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
11960: @postprocess now takes $response:body/download
11961:
11962: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
11963: error message
11964:
11965: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
11966:
11967: * src/classes/table.C: bugfix: flip: must produce nameless
11968: http://i2/tasks/edit/?id=4573405524674081244
11969:
11970: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
11971: main/helpers/simple_folding.pl: utf-8 upper/lower
11972:
11973: * src/main/pa_common.C: bugfix: utf signature were not ignored due
11974: to typo error http://i2/tasks/edit/?id=4573354650786434584
11975:
11976: 2003-09-26 paf
11977:
11978: * src/main/untaint.C: removed needless field
11979:
11980: * src/main/untaint.C: removed needless const
11981:
11982: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
11983: String.for_each bug fixed [omited one-char cases]
11984:
11985: * src/include/pa_stack.h: bugfix: before collecting garbage,
11986: runtime-executor stack were cleared... BADLY
11987:
11988: * src/main/pa_string.C: ^stirng.replace code used old
11989: param-convention on langs.append, fixed that search fo the like,
11990: found none
11991:
11992: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
11993: string::serialize/deserialize implemented Language enum assigned
11994: meaningful letters [more convinient for debugging. read warning
11995: before adding/changing anything]
11996:
11997: 2003-09-25 paf
11998:
11999: * src/: include/pa_string.h, include/pa_version.h,
12000: main/pa_string.C, main/untaint.C: templates and anonymous unions
12001: differences on unix
12002:
12003: * parser3.sln, src/classes/file.C, src/classes/image.C,
12004: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
12005: src/classes/xdoc.C, src/classes/xnode.C,
12006: src/include/pa_cache_managers.h, src/include/pa_charset.h,
12007: src/include/pa_charsets.h, src/include/pa_common.h,
12008: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
12009: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
12010: src/include/pa_table.h, src/lib/cord/cordbscs.c,
12011: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
12012: src/lib/cord/include/cord.h, src/main/compile.tab.C,
12013: src/main/compile_tools.h, src/main/pa_charset.C,
12014: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
12015: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12016: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
12017: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
12018: src/types/pa_vmail.C, src/types/pa_vmath.C,
12019: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
12020: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
12021:
12022: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
12023: functions aligned to that of eeparser3 look
12024:
12025: * src/lib/cord/cordprnt.c: removed warnings
12026:
12027: 2003-09-24 paf
12028:
12029: * src/: classes/file.C, classes/image.C, classes/mail.C,
12030: classes/op.C, classes/xdoc.C, classes/xnode.C,
12031: include/pa_cache_managers.h, include/pa_charset.h,
12032: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
12033: include/pa_sql_driver_manager.h, include/pa_string.h,
12034: include/pa_stylesheet_manager.h, include/pa_table.h,
12035: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
12036: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
12037: main/pa_sql_driver_manager.C, main/pa_string.C,
12038: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
12039: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
12040: types/pa_vstateless_class.h, types/pa_vstatus.C,
12041: types/pa_vxnode.C: v() functions of String::Body,
12042: String::Languages and String itself StringBody->String::Body
12043:
12044: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12045: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
12046: never optimized anything. todo: somehow speed up harder cases:
12047: concatenationA+concatenationB when last block of A and first of B
12048: contain same letters
12049:
12050: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12051: lib/cord/include/cord.h: langs: speed up by joining adjucent
12052: blocks of same char [CORD_append_block]
12053:
12054: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12055: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
12056: save space by extending blocks when appending block with c ==
12057: lastblock.c
12058:
12059: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
12060: working yet :( but more working &understood :)
12061:
12062: * src/: classes/table.C, include/pa_string.h,
12063: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
12064:
12065: 2003-09-23 paf
12066:
12067: * src/main/untaint.C: $a[ok!] $a works!
12068:
12069: * src/main/untaint.C: something even more works :)
12070:
12071: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
12072: something more works :)
12073:
12074: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12075: lib/cord/cordxtra.c: something already works :)
12076:
12077: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
12078: serialize&deserialize
12079:
12080: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
12081: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
12082: main/untaint.C: main idea implemented, details left
12083:
12084: 2003-09-22 paf
12085:
12086: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
12087:
12088: * src/classes/xnode.C: copy/paste comment bugfix
12089:
12090: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
12091: allocator returns 0, just die.
12092: http://i2/tasks/edit/?id=4570798492410259445
12093:
12094: * src/classes/xdoc.C: copy/paste comment bugfix
12095:
12096: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
12097: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
12098: xnode: getAttributeNS setAttributeNS removeAttributeNS
12099: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
12100:
12101: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
12102: chars due to bitwise operation signed-char error]
12103:
12104: 2003-09-19 paf
12105:
12106: * src/types/pa_wcontext.C: output message: more practical
12107: suggestion
12108:
12109: * src/main/pa_common.C, operators.txt: merged
12110: $f[^file::load[binary;http://...]] $f.tables
12111:
12112: 2003-09-02 paf
12113:
12114: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
12115: flush stdout without referencing 'stdout' symbol. to hell with
12116: non-ansi libraries without 'stdout' symbol
12117:
12118: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
12119: unix (users reported problems with some old libc)
12120:
12121: * src/types/pa_vdate.h: forgot initializer
12122:
12123: 2003-09-01 paf
12124:
12125: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
12126: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
12127: zone]
12128:
12129: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
12130:
12131: 2003-08-19 paf
12132:
12133: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
12134: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
12135: simplified a little
12136:
12137: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
12138: [lost fix from 3.0.8]
12139:
12140: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
12141: visible here }
12142:
12143: bug fix
12144:
12145: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
12146:
12147: * src/main/compile.tab.C: initialized couple of variables about
12148: which user reported runtime problems when parser were compiled
12149: with VC7, warning level4. study shows that later in bison
12150: they've fixed that. would migrate to latest bison someday
12151:
12152: * src/types/pa_vmail.C: turned off recoding in gmime (were still
12153: recoding headers)
12154:
12155: * src/types/pa_vmail.C: works as before, same charset problems:
12156: gmime recodes to UTF-8 only headers, not body. so not recoding
12157: anything for now
12158:
12159: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
12160: problems with body
12161:
12162: * src/types/pa_vmail.C: mail_receive just compiled
12163:
12164: 2003-08-18 paf
12165:
12166: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12167: main/main.vcproj, types/types.vcproj: win32: continued process
12168: detaching from \parser3project directory
12169:
12170: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
12171: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
12172: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
12173: src/lib/pcre/pcre_dftables.dsp,
12174: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
12175: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
12176: src/types/types.dsp: moved to MSVC 7
12177:
12178: * gnu.vcproj.vspscc, parser3.vssscc,
12179: src/classes/classes.vcproj.vspscc,
12180: src/lib/cord/cord.vcproj.vspscc,
12181: src/lib/ltdl/libltdl.vcproj.vspscc,
12182: src/lib/md5/md5.vcproj.vspscc,
12183: src/lib/pcre/pcre_dftables.vcproj.vspscc,
12184: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
12185: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
12186: src/targets/isapi/parser3isapi.vcproj.vspscc,
12187: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
12188: moved to MSVC 7
12189:
12190: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
12191: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
12192: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12193: src/lib/pcre/pcre_dftables.vcproj,
12194: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
12195: src/targets/cgi/parser3.vcproj,
12196: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12197: new VS project files
12198:
12199: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
12200: .NET to detect Jalindi Igloo capabilities.
12201:
12202: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 12203: src/classes/classes.awk, src/doc/footer.htm,
12204: src/include/pa_config_fixed.h, src/include/pa_version.h,
12205: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 12206: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
12207: src/types/pa_vmail.C: merged 3.1.0 latest changes
12208:
12209: 2003-08-15 paf
12210:
12211: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12212: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
12213:
12214: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12215: non-ascii <yyy> now encoded correctly
12216:
12217: 2003-07-29 paf
12218:
1.116 moko 12219: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
12220: dist
1.95 moko 12221:
12222: * src/types/pa_vmail.C: just started --with-mail-receive
12223:
12224: 2003-07-28 paf
12225:
1.116 moko 12226: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
12227: dependence in src/classes, src/lib/gc now in dist
1.95 moko 12228:
12229: * src/main/pa_string.C: ^cache bug fix [were not working at all]
12230:
12231: 2003-07-25 paf
12232:
12233: * src/doc/footer.htm: year
12234:
12235: 2003-07-24 paf
12236:
12237: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
12238: fix
12239:
12240: * src/include/pa_version.h: release
12241:
1.116 moko 12242: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 12243:
12244: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
12245: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
12246: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
12247: getting rid of win32xml pseudo project
12248:
12249: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
12250:
1.116 moko 12251: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
12252: configure.in, operators.txt, parser3.dsw,
1.95 moko 12253: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 12254: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 12255: src/classes/classes.C, src/classes/classes.awk,
12256: src/classes/classes.dsp, src/classes/classes.h,
12257: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12258: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12259: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12260: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
12261: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12262: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
12263: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
12264: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 12265: src/include/pa_array.h, src/include/pa_cache_managers.h,
12266: src/include/pa_charset.h, src/include/pa_charsets.h,
12267: src/include/pa_common.h, src/include/pa_config_auto.h.in,
12268: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
12269: src/include/pa_dictionary.h, src/include/pa_dir.h,
12270: src/include/pa_exception.h, src/include/pa_exec.h,
12271: src/include/pa_globals.h, src/include/pa_hash.h,
12272: src/include/pa_memory.h, src/include/pa_opcode.h,
12273: src/include/pa_operation.h, src/include/pa_pool.h,
12274: src/include/pa_pragma_pack_begin.h,
1.95 moko 12275: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
12276: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
12277: src/include/pa_sapi.h, src/include/pa_socks.h,
12278: src/include/pa_sql_connection.h,
12279: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
12280: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
12281: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
12282: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 12283: src/include/pa_uue.h, src/lib/Makefile.am,
12284: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
12285: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
12286: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
12287: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 12288: src/lib/cord/include/ec.h,
12289: src/lib/cord/include/private/Makefile.am,
12290: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 12291: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
12292: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 12293: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 12294: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
12295: src/main/compile_tools.C, src/main/compile_tools.h,
12296: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
12297: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12298: src/main/pa_charsets.C, src/main/pa_common.C,
12299: src/main/pa_dictionary.C, src/main/pa_dir.C,
12300: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 12301: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
12302: src/main/pa_request.C, src/main/pa_socks.C,
12303: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12304: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 12305: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
12306: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
12307: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
12308: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
12309: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
12310: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
12311: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 12312: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12313: src/targets/isapi/parser3isapi.dsp,
12314: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 12315: src/types/pa_junction.h, src/types/pa_method.h,
12316: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 12317: src/types/pa_vclass.C, src/types/pa_vclass.h,
12318: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12319: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12320: src/types/pa_vdouble.h, src/types/pa_venv.h,
12321: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
12322: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
12323: src/types/pa_vimage.C, src/types/pa_vimage.h,
12324: src/types/pa_vint.h, src/types/pa_vjunction.h,
12325: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
12326: src/types/pa_vmath.h, src/types/pa_vmemory.h,
12327: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12328: src/types/pa_vobject.C, src/types/pa_vobject.h,
12329: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12330: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12331: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12332: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
12333: src/types/pa_vstatus.h, src/types/pa_vstring.C,
12334: src/types/pa_vstring.h, src/types/pa_vtable.C,
12335: src/types/pa_vtable.h, src/types/pa_vvoid.h,
12336: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12337: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12338: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
12339: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
12340: HEAD
12341:
12342: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
12343: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
12344: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
12345: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
12346: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
12347: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
12348: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
12349: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
12350: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
12351: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
12352: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
12353: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
12354: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
12355: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
12356: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
12357: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
12358: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
12359: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
12360: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
12361: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
12362: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
12363: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
12364: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
12365: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
12366: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
12367: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
12368: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
12369: outputs/create-dir, results/001.processed, results/002.processed,
12370: results/003.processed, results/004.processed,
12371: results/005.processed, results/006.processed,
12372: results/007.processed, results/008.processed,
12373: results/009.processed, results/010.processed,
12374: results/011.processed, results/012.processed,
12375: results/013.processed, results/014.processed,
12376: results/015.processed, results/016.processed,
12377: results/017.processed, results/018.processed,
12378: results/019.processed, results/020.processed,
12379: results/021.processed, results/022.processed,
12380: results/023.processed, results/024.processed,
12381: results/025.processed, results/026.processed,
12382: results/027.processed, results/028.processed,
12383: results/029.processed, results/030.processed,
12384: results/031.processed, results/032.processed,
12385: results/033.processed, results/034.processed,
12386: results/035.processed, results/036.processed,
12387: results/037.processed, results/038.processed,
12388: results/039.processed, results/040.processed,
12389: results/041.processed, results/042.processed,
12390: results/043.processed, results/044.processed,
12391: results/045.processed, results/046.processed,
12392: results/047.processed, results/048.processed,
12393: results/049.processed, results/050.processed,
12394: results/051.processed, results/052.processed,
12395: results/053.processed, results/054.processed,
12396: results/055.processed, results/056.processed,
12397: results/057.processed, results/058.processed,
12398: results/059.processed, results/060.processed,
12399: results/061.processed, results/062.processed,
12400: results/063.processed, results/064.processed,
12401: results/065.processed, results/066.processed,
12402: results/067.processed, results/068.processed,
12403: results/069.processed, results/070.processed,
12404: results/071.processed, results/072.processed,
12405: results/073.processed, results/074.processed,
12406: results/075.processed, results/076.processed,
12407: results/077.processed, results/078.processed,
12408: results/079.processed, results/080.processed,
12409: results/081.processed, results/082.processed,
12410: results/083.processed, results/084.processed,
12411: results/085.processed, results/086.processed,
12412: results/087.processed, results/088.processed,
12413: results/089.processed, results/090.processed,
12414: results/091.processed, results/092.processed,
12415: results/093.processed, results/094.processed,
12416: results/095.processed, results/096.processed,
12417: results/097.processed, results/098.processed,
12418: results/099.processed, results/100.processed,
12419: results/101.processed, results/102.processed,
12420: results/103.processed, results/104.processed,
12421: results/105.processed, results/106.processed,
12422: results/107.processed, results/108.processed,
12423: results/109.processed, results/110.processed,
12424: results/111.processed, results/112.processed,
12425: results/113.processed, results/114.processed,
12426: results/115.processed, results/116.processed,
12427: results/117.processed, results/118.processed,
12428: results/119.processed, results/120.processed,
12429: results/121.processed, results/122.processed,
12430: results/123.processed, results/124.processed,
12431: results/125.processed, results/126.processed,
12432: results/127.processed, results/128.processed,
12433: results/129.processed, results/130.processed,
12434: results/131.processed, results/132.processed,
12435: results/133.processed, results/134.processed,
12436: results/135.processed, results/136.processed,
12437: results/137.processed, results/138.processed,
12438: results/139.processed, results/140.processed,
12439: results/141.processed: merged(copied) to HEAD from template_gc
12440:
12441: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
12442: towards \parser3project not having to be in root
12443:
12444: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
12445: module compiled [were minor unnecessary changes in lib/md5
12446: interface]
12447:
12448: * src/include/pa_version.h: release
12449:
12450: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
12451:
12452: * src/classes/math.C: merged uuid bugfix
12453:
12454: * tests/: 141.html, results/141.processed: fixed bug with
12455: too-small-a-buffer
12456:
12457: * src/classes/math.C: uuid bugfix
12458:
12459: * tests/: 141.html, Makefile, results/005.processed,
12460: results/030.processed, results/075.processed,
12461: results/078.processed: to reflect date format change (were -
12462: become ' ')
12463:
12464: * src/classes/math.C: uuid bugfix
12465:
12466: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
12467: debug/release changes
12468:
12469: * src/lib/md5/pa_md5c.c: PA_ -> pa_
12470:
12471: 2003-07-23 paf
12472:
12473: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
12474: renamed a little [to move to comman naming conv]
12475:
1.116 moko 12476: * src/targets/Makefile.am: apache13 splitted to simplify apache
12477: build
1.95 moko 12478:
12479: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
12480: main/pa_request.C, main/pa_sql_driver_manager.C,
12481: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
12482: stack top_index() fixed
12483:
12484: * src/main/pa_globals.C: minor style changes
12485:
12486: * src/: classes/op.C, include/pa_sql_connection.h: connection
12487: closing/caching fixed [connections were not closed/put to cache]
12488:
12489: 2003-07-22 paf
12490:
12491: * INSTALL: gc part updated stightly
12492:
12493: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
12494: new sapi interface
12495:
12496: * src/classes/file.C: comment on OS
12497:
12498: * src/main/pa_string.C: removed reduntant invariant check [there is
12499: one deeper in cord lib]
12500:
12501: * src/main/pa_exec.C: on win32 bugfix in handling shbang
12502:
12503: * src/main/pa_memory.C: out of memory is no longer coredump
12504:
12505: * INSTALL: disable-threads adviced
12506:
12507: 2003-07-21 paf
12508:
1.116 moko 12509: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 12510:
12511: * src/classes/file.C: file::exec/cgi environment variables now must
12512: be UPPERCASE and A-Z 0-9 _-
12513:
12514: * src/classes/file.C: env passing fixed
12515:
12516: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
12517:
12518: * src/main/pa_common.C: http:// CRLF now
12519:
12520: 2003-07-02 paf
12521:
12522: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
12523: fields to reflect their real meaning
12524:
12525: 2003-06-27 paf
12526:
12527: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
12528: include/pa_hash.h, main/pa_charset.C: merged from HEAD
12529: file::exec/cgi .charset
12530:
12531: 2003-06-26 paf
12532:
12533: * ChangeLog, src/classes/file.C, src/classes/hash.C,
12534: src/classes/image.C, src/classes/op.C, src/classes/string.C,
12535: src/classes/table.C: fixed several uninitialized local
12536: structures. notably ^hash.foreach now inserts delimiters
12537: properly [were inserting it before first body]
12538:
12539: 2003-06-24 paf
12540:
12541: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
12542:
12543: 2003-06-20 paf
12544:
12545: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
12546: src/main/pa_globals.C: introducing
12547: $f[^file::load[binary;http://...]] $f.tables
12548:
12549: 2003-06-06 paf
12550:
12551: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
12552: table. [were method lookup: inconsistent]
12553:
12554: 2003-06-02 paf
12555:
12556: * src/include/pa_memory.h: empty string clone fixed to return
12557: writable memory
12558:
12559: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
12560: were not appended] which violated string invariant
12561:
12562: 2003-05-30 paf
12563:
12564: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
12565: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
12566:
12567: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
12568: GMT ; RFC 822, updated by RFC 1123
12569:
12570: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
12571: targets/isapi/parser3isapi.C: initialized request_info properly
12572:
12573: * src/classes/xnode.C: found minor bug, commended for future
12574:
12575: 2003-05-28 paf
12576:
12577: * src/classes/form.C: request_info.content_length can't be <0,
12578: size_t for some time
12579:
12580: 2003-05-26 paf
12581:
12582: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
12583: forgotten <0 changed to !=STRING_NOT_FOUND
12584:
12585: * src/classes/math.C: merged ffffu from HEAD
12586:
12587: 2003-05-11 paf
12588:
12589: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
12590:
12591: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
12592: premature doc free. transformed document had xmlDoc reference
12593: stored to non-gc-memory (libgdome) added holding-reference
12594:
12595: 2003-04-29 paf
12596:
12597: * src/main/pa_globals.C: started digging on double free. on win32
12598: found that that's perfectly normal.
12599:
12600: 2003-04-25 paf
12601:
12602: * src/classes/table.C: table.join bug fix [bad limit check]
12603:
12604: * src/classes/math.C: merged from HEAD: simpiler hash_string
12605:
12606: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
12607: print anything. changed to quicker and simplier code
12608:
12609: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
12610: strict a check]
12611:
12612: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
12613:
12614: 2003-04-24 paf
12615:
12616: * src/include/pa_table.h: too strict assert loosened
12617:
12618: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
12619: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
12620: report
12621:
12622: 2003-04-21 paf
12623:
1.116 moko 12624: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 12625:
12626: * src/main/pa_globals.C: pcre memory management changed to use GC
12627: memory
12628:
12629: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
12630: xmlMallocAtomic [author agreed to my suggestion], used that
12631:
12632: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
12633:
12634: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
12635: types/pa_vmail.C: attributed_meaning_to_string added
12636: L_UNSPECIFIED piece which was sortof OK, but violated string
12637: invariant [assertion barked on that] changed to L_PASS_APPEND,
12638: made that param obligatory
12639:
12640: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
12641: fixed [assert helped]
12642:
12643: * src/include/pa_string.h: assert added [looking for bug]
12644:
12645: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
12646: names on Win32 considered disk-global
12647:
12648: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
12649: considered disk-global
12650:
12651: 2003-04-18 paf
12652:
12653: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
12654: filenames
12655:
12656: * src/main/untaint.C: enabled '~' letter in filenames
12657:
12658: 2003-04-16 paf
12659:
12660: * src/classes/file.C: small bug introduced in autoptr times fixed
12661:
12662: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
12663: HEAD
12664:
1.116 moko 12665: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 12666:
12667: 2003-04-15 paf
12668:
12669: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
12670: src/lib/md5/pa_md5c.c, tests/141.html,
12671: tests/results/141.processed: merged from head ^math:uuid[]
12672: ^math:uid64[] ^math:md5[string]
12673:
12674: test added: 141.html
12675:
12676: * operators.txt, src/classes/math.C: ^math:uid64[]
12677:
12678: * src/classes/math.C: ^math:uuid[]
12679:
12680: * operators.txt, src/classes/math.C: ^math:uuid[]
12681:
12682: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
12683: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
12684:
12685: * operators.txt, src/classes/file.C, src/include/pa_common.h,
12686: src/include/pa_config_fixed.h, src/main/pa_common.C:
12687: ^file::load[mode;name; $.offset $.limit
12688:
12689: 2003-04-14 paf
12690:
12691: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
12692: started ^math:md5
12693:
12694: * src/classes/table.C, src/include/pa_array.h,
12695: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
12696: tests/results/140.processed: table $.reverse option works in
12697: create&co table $.distinct[tables] bug fix merged
12698:
12699: * src/: classes/table.C, include/pa_table.h: table
12700: $.distinct[tables] bug fixed
12701:
12702: * src/classes/table.C: more warnings
12703:
12704: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
12705: removed checks in table::set_current, moved them back to
12706: table::locate implemented table::create/join ñ $.reverse
12707:
12708: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
12709: removed checks in table::set_current, moved them back to
12710: table::locate
12711:
12712: 2003-04-11 paf
12713:
12714: * operators.txt, src/classes/date.C, src/classes/table.C,
12715: src/include/pa_array.h, src/include/pa_common.h,
12716: src/include/pa_config_includes.h, src/include/pa_string.h,
12717: src/include/pa_table.h, src/main/pa_request.C,
12718: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12719: src/main/pa_table.C: merged from HEAD from
12720: before_append_array_limit_sense_change to
12721: after_append_array_limit_sense_change
12722:
12723: * src/classes/table.C: typo
12724:
12725: * operators.txt, src/classes/date.C, src/classes/table.C,
12726: src/include/pa_array.h, src/include/pa_common.h,
12727: src/include/pa_config_includes.h, src/include/pa_globals.h,
12728: src/include/pa_table.h, src/main/pa_array.C,
12729: src/main/pa_globals.C, src/main/pa_request.C,
12730: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12731: src/main/pa_table.C: append_array_limit_sense_change locate
12732: accepts options same as create new option: $.reverse(1) [do not
12733: work in table::create]
12734:
12735: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
12736: (stat xxx,
12737:
12738: * src/classes/: table.C: typo
12739:
12740: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
12741: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
12742: results/130.processed, results/131.processed,
12743: results/132.processed, results/133.processed,
12744: results/134.processed, results/135.processed,
12745: results/136.processed, results/137.processed,
12746: results/138.processed, results/139.processed: added few mustfail
12747: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
12748: date/time 132.html mustfail: access to junction outside of
12749: context 133.html mustfail: access to junction outside of context,
12750: case version 134.html mustfail: hash: adding a key inside of
12751: foreach 135.html mustfail: modifying system class 136.html
12752: mustfail: $.name outside of $hash[here] 137.html mustfail:
12753: appendChild without import 138.html mustfail: invalid encoding
12754: inside of xml 139.html mustfail: bad XPath
12755:
12756: * operators.txt, src/classes/table.C, tests/084.html,
12757: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
12758: tests/129.html, tests/results/125.processed,
12759: tests/results/126.processed, tests/results/127.processed,
12760: tests/results/128.processed, tests/results/129.processed: merged
12761: from HEAD ^table.hash[key][$.distinct[tables]]
12762:
12763: maked appropriate tests [changed one old nonconforming]
12764:
12765: * operators.txt, src/classes/table.C:
12766: ^table.hash[key][$.distinct[tables]]
12767:
12768: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
12769: merged fix for found very old xml (dom) bug: were passing
12770: domString objects and later ERROREOUSLY freed them
12771:
12772: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
12773: src/main/pa_charset.C: re-added libgdome patch. regretfully
12774: libgdome bug can not be worked around
12775:
12776: 2003-04-10 paf
12777:
12778: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
12779: found very old xml (dom) bug: were passing domString objects and
12780: later ERROREOUSLY freed them
12781:
12782: * src/doc/string.dox, src/include/pa_memory.h,
12783: src/include/pa_string.h, src/lib/cord/cordbscs.c,
12784: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
12785: tests/123.html, tests/124.html, tests/results/001.processed,
12786: tests/results/002.processed, tests/results/003.processed,
12787: tests/results/004.processed, tests/results/005.processed,
12788: tests/results/006.processed, tests/results/008.processed,
12789: tests/results/009.processed, tests/results/010.processed,
12790: tests/results/011.processed, tests/results/012.processed,
12791: tests/results/013.processed, tests/results/014.processed,
12792: tests/results/015.processed, tests/results/016.processed,
12793: tests/results/017.processed, tests/results/018.processed,
12794: tests/results/020.processed, tests/results/021.processed,
12795: tests/results/022.processed, tests/results/023.processed,
12796: tests/results/024.processed, tests/results/025.processed,
12797: tests/results/026.processed, tests/results/027.processed,
12798: tests/results/028.processed, tests/results/029.processed,
12799: tests/results/030.processed, tests/results/031.processed,
12800: tests/results/032.processed, tests/results/033.processed,
12801: tests/results/034.processed, tests/results/035.processed,
12802: tests/results/036.processed, tests/results/037.processed,
12803: tests/results/038.processed, tests/results/039.processed,
12804: tests/results/040.processed, tests/results/041.processed,
12805: tests/results/042.processed, tests/results/043.processed,
12806: tests/results/044.processed, tests/results/045.processed,
12807: tests/results/046.processed, tests/results/047.processed,
12808: tests/results/048.processed, tests/results/049.processed,
12809: tests/results/050.processed, tests/results/051.processed,
12810: tests/results/052.processed, tests/results/053.processed,
12811: tests/results/054.processed, tests/results/055.processed,
12812: tests/results/056.processed, tests/results/057.processed,
12813: tests/results/058.processed, tests/results/059.processed,
12814: tests/results/060.processed, tests/results/061.processed,
12815: tests/results/062.processed, tests/results/063.processed,
12816: tests/results/064.processed, tests/results/065.processed,
12817: tests/results/066.processed, tests/results/067.processed,
12818: tests/results/068.processed, tests/results/069.processed,
12819: tests/results/070.processed, tests/results/071.processed,
12820: tests/results/072.processed, tests/results/073.processed,
12821: tests/results/074.processed, tests/results/075.processed,
12822: tests/results/076.processed, tests/results/077.processed,
12823: tests/results/078.processed, tests/results/079.processed,
12824: tests/results/080.processed, tests/results/081.processed,
12825: tests/results/082.processed, tests/results/083.processed,
12826: tests/results/084.processed, tests/results/085.processed,
12827: tests/results/086.processed, tests/results/087.processed,
12828: tests/results/088.processed, tests/results/089.processed,
12829: tests/results/090.processed, tests/results/091.processed,
12830: tests/results/092.processed, tests/results/093.processed,
12831: tests/results/094.processed, tests/results/095.processed,
12832: tests/results/096.processed, tests/results/097.processed,
12833: tests/results/101.processed, tests/results/102.processed,
12834: tests/results/104.processed, tests/results/105.processed,
12835: tests/results/106.processed, tests/results/107.processed,
12836: tests/results/108.processed, tests/results/109.processed,
12837: tests/results/110.processed, tests/results/111.processed,
12838: tests/results/112.processed, tests/results/113.processed,
12839: tests/results/114.processed, tests/results/115.processed,
12840: tests/results/116.processed, tests/results/117.processed,
12841: tests/results/118.processed, tests/results/119.processed,
12842: tests/results/120.processed, tests/results/121.processed,
12843: tests/results/122.processed, tests/results/123.processed,
12844: tests/results/124.processed: new convention: char* never 0.
12845: assert in cord on that
12846:
12847: * src/main/pa_charset.C: couple more asserts
12848:
12849: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
12850: speedup
12851:
12852: * src/main/pa_charset.C: couple assertions on fantastic situations
12853: added [may be those is the case now?]
12854:
12855: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
12856: that's memory from gc_malloc, not from g_malloc :(, but would
12857: hope]
12858:
12859: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
12860: that's memory from gc_malloc, not from g_malloc :(, but would
12861: hope]
12862:
12863: * src/main/pa_charset.C: checked custom malloc for returning 0
12864:
12865: 2003-04-09 paf
12866:
12867: * src/classes/date.C: merged ^date.roll changes
12868:
12869: * src/classes/date.C: ^date.roll bug fix
12870:
12871: * src/classes/date.C: ^date.roll now throws less errors: month
12872: shifts handles end of month situation by reducing day number
12873: hour-hole shift reduces hour to recover
12874:
12875: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
12876: Sort by function time
12877:
12878: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
12879: http:// $.charset[] param done
12880:
12881: * tests/: 122.html, results/122.processed: 122 date test <= and ==
12882: added [after volatile fix. passes on win&intel-solaris]
12883:
12884: 2003-04-08 paf
12885:
12886: * src/: classes/file.C, classes/op.C, classes/table.C,
12887: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
12888: include/pa_common.h, include/pa_request_charsets.h,
12889: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12890: main/pa_exec.C, main/pa_request.C, main/untaint.C,
12891: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
12892: types/pa_vresponse.C: started http:// $.charset[] param and
12893: http response charset detection just compiled. todo:test
12894:
12895: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
12896:
12897: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
12898: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
12899: types/pa_vmail.C: changed transcode param converntion along with
12900: string creating convention -- all strings are zero-terminated,
12901: this allowed to fix one remaining String("123", 2) case
12902:
12903: * src/: classes/date.C, classes/file.C, classes/hash.C,
12904: classes/op.C, classes/string.C, classes/table.C,
12905: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
12906: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
12907: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
12908: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
12909: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
12910: violated String::invariant. started fixing [not compiled now]
12911:
12912: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
12913: main/compile.tab.C, main/compile.y, main/pa_string.C,
12914: main/untaint.C, targets/cgi/parser3.C: number of string style
12915: improvements & optimizations
12916:
12917: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
12918: :(]
12919:
12920: * src/main/untaint.C: removed redundant & in CORD_pos param passing
12921: [for it's a pointer really]
12922:
12923: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
12924: 'n' param. worked that around
12925:
12926: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
12927: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
12928: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
12929: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
12930: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
12931:
12932: Thanks for the bug report and patch.
12933:
12934: I hadn't looked at this code in a while. Reading it now, it
12935: seems to me that the tests should also be ">= MAX_DEPTH" to
12936: comply with the invariant, though that may not matter a lot. I
12937: changed that, too.
12938:
12939: Hans
12940:
12941: 2003-04-07 paf
12942:
12943: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
12944: merged from head:safe mode error message now includes numbers
12945:
12946: * src/main/execute.C: n-th attempt to make a=a work with double.
12947: problem: as_double returns it's result in fp-register compiler
12948: optimizes access to that register after b->as_double, and just
12949: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
12950: from memory. _SAME_ double values do not match here. when
12951: forced to REload fp-register, values do match.
12952:
12953: tried to make them volatile.
12954:
12955: * src/main/execute.C: n-th attempt to make a=a work with double.
12956: problem: as_double returns it's result in fp-register compiler
12957: optimizes access to that register after b->as_double, and just
12958: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
12959: from memory. _SAME_ double values do not match here. when
12960: forced to REload fp-register, values do match.
12961:
12962: tried to make them volatile.
12963:
12964: * src/types/pa_vobject.h: small style change
12965:
12966: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
12967:
12968: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
12969: mode error message now includes numbers
12970:
12971: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
12972: now causes death
12973:
12974: 2003-04-04 paf
12975:
12976: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
12977: incorportated pa_exec patch by From: "Victor Fedoseev"
12978: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
12979: Sent: Thursday, January 23, 2003 9:14 AM
12980:
12981: huge speedup on ^file::cgi with big result
12982:
12983: * src/classes/table.C: sort table with 0 rows bug fixed
12984:
12985: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
12986: fix http://i2/tasks/edit/?id=4493701604654042676
12987:
12988: @main[] $with_default[ $.a[1] $._default[default from
12989: with_default] ] ^show[$with_default]
12990:
12991: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
12992: =$to_add_to.xxx=<br>
12993:
12994: ^show[$to_add_to]
12995:
12996: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
12997: ^show[$cloned]
12998:
12999: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13000:
13001: } <hr>
13002:
13003: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
13004: http://i2/tasks/edit/?id=4493701604654042676
13005:
13006: @main[] $with_default[ $.a[1] $._default[default from
13007: with_default] ] ^show[$with_default]
13008:
13009: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13010: =$to_add_to.xxx=<br>
13011:
13012: ^show[$to_add_to]
13013:
13014: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13015: ^show[$cloned]
13016:
13017: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13018:
13019: } <hr>
13020:
13021: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
13022: http://i2/tasks/edit/?id=4507350336410850921
13023:
13024: * src/classes/xdoc.C: memory allocation func bugfix
13025: http://i2/tasks/edit/?id=4499303470368629745
13026:
13027: * src/classes/math.C: allowed random 1...
13028:
13029: * src/classes/math.C: allowed random 0..
13030:
13031: * src/main/pa_globals.C: exif mem leak
13032: http://i2/tasks/edit/?id=4480590323629807263
13033:
13034: * src/: classes/classes.dsp, main/main.dsp,
13035: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
13036: fix http://i2/tasks/edit/?id=4493946731322521294
13037: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
13038:
13039: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13040: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
13041: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
13042: links to xml libs made relative, no need to unpack parser3project
13043: to /parser3project.
13044:
13045: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
13046: column more precise - tab handling bug fixed
13047:
13048: * src/main/: compile.tab.C, compile.y: more understandable error
13049: message in case @CLASS with more then one line inside
13050:
13051: * src/targets/cgi/parser3.C: more understandable error message in
13052: case of errors in @unhandled_exception
13053:
13054: 2003-04-03 paf
13055:
13056: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
13057: src/main/compile.tab.C, src/main/compile.y,
13058: src/main/compile_tools.C, src/main/compile_tools.h,
13059: src/main/execute.C, src/main/pa_request.C: debug info format
13060: simplified, now it's: OP_VALUE Operation::Origin << here value*
13061:
13062: higher limits: file number (max: 255) line number (max:
13063: 64535) column number (max: 255)
13064:
13065: * src/classes/math.C: top limit
13066:
13067: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
13068: precise parse error position in case of
13069:
13070: ^bug ]
13071:
13072: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
13073: changed to realities, and passed [bug fixed]
13074:
13075: * src/: classes/op.C, include/pa_request.h, main/compile.C,
13076: main/compile.tab.C, main/compile.y, main/compile_tools.C,
13077: main/compile_tools.h, main/pa_request.C: introducing
13078: ^process...[main-method-alias]
13079:
13080: * src/: classes/date.C, classes/image.C, classes/op.C,
13081: classes/string.C, classes/table.C, classes/xdoc.C,
13082: types/pa_vmethod_frame.h: MethodParams& now [methods without
13083: params receive zero reference, but they are expected not to look
13084: there]
13085:
13086: * operators.txt, src/classes/date.C, src/classes/double.C,
13087: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
13088: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13089: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13090: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13091: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13092: src/main/execute.C, src/types/pa_method.h: MethodParams& now
13093: [methods without params receive zero reference, but they are
13094: expected not to look there]
13095:
13096: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13097: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
13098: ^process...[filename] useful for better error reporting
13099: [file/line/col]
13100:
13101: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
13102: types/pa_vstring.h: slightly improved error messages text: 1. is
13103: '%s', it 2. method undefined in case of ^void[]
13104:
13105: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13106: include/pa_types.h, main/execute.C, main/pa_request.C: exception
13107: handling done. now we have error columns todo: test it
13108:
13109: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
13110: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
13111:
13112: this makes life easier: were: bad stack order -- were in
13113: exception catch unwind order, which didn't match execution order
13114:
13115: @main[] ^try{ ^first[] }{ ^throw[c;3] }
13116:
13117: @first[] ^throw[a;1]
13118:
13119: showed throw a first throw b try
13120:
13121: which is no good
13122:
13123: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13124: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
13125: trace reset after handled exception [old bug fixed]
13126:
13127: * src/main/: compile.tab.C, compile.y: parse position old bug
13128: fixed. position reporting made precise [both, in parse erros and
13129: runtime errors]
13130:
13131: 2003-04-02 paf
13132:
13133: * src/: include/pa_operation.h, include/pa_request.h,
13134: main/compile.C, main/compile.tab.C, main/compile.y,
13135: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13136: main/pa_exception.C, main/pa_request.C: debug info: started
13137: using. todo:complete
13138:
13139: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
13140: main/compile.C, main/compile.tab.C, main/compile.y,
13141: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13142: main/pa_request.C: prepared debug info todo:use it
13143:
13144: * src/include/pa_operation.h: strange mistake fixed: forgot to
13145: return Operation class->union after switching from autoptrs.
13146:
13147: * tests/: Makefile, results/108.processed, results/117.processed:
13148: meta considered OK [it's up to coder now to remove it not needed]
13149:
13150: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
13151: Dictionary constructor when moved to gc]
13152:
13153: * src/main/pa_common.C: uncommented http:// file loading
13154:
13155: * src/include/pa_array.h, src/main/execute.C,
13156: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
13157: fix [gdGrowingBuf]
13158:
13159: * configure.in, src/lib/Makefile.am: removed patches
13160:
13161: * configure, src/include/pa_config_auto.h.in,
13162: src/main/pa_charset.C: --enable-assertions autoconf-ed
13163:
13164: * src/main/pa_common.C: uncommented http:// file loading
13165:
13166: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
13167: xdoc::create/load
13168:
13169: * src/: classes/form.C, classes/hash.C, classes/image.C,
13170: classes/string.C, classes/table.C, classes/void.C,
13171: include/pa_common.h, main/pa_common.C, main/pa_request.C,
13172: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
13173: String::String(str,helper_length) are checked. found/fixed one
13174: place: $request:body now zero-terminated,
13175:
13176: * src/: classes/op.C, classes/table.C, include/pa_request.h,
13177: main/compile_tools.C, main/execute.C, types/pa_value.h,
13178: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
13179: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
13180: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13181: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
13182: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13183: types/pa_vxnode.h: more locally scoped vars in execute (more
13184: easily optimizable)
13185:
13186: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
13187: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
13188:
13189: * src/: include/pa_array.h, include/pa_stack.h,
13190: include/pa_string.h, main/compile_tools.C, main/main.dsp,
13191: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
13192: become assertion iterator in methodframe filler
13193:
13194: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
13195: targets/cgi/parser3.C: array::get/put inlined
13196:
13197: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
13198: gc_substitute_memory_management_functions +installed CORD_oom
13199: function
13200:
13201: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
13202: src/include/pa_config_includes.h, src/include/pa_string.h,
13203: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
13204: src/targets/cgi/parser3.C: converted debug hacks to ANSI
13205: assertions started configure.in --enable-assertions
13206:
13207: 2003-04-01 paf
13208:
13209: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
13210: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
13211: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
13212: gdome uses glib memory, and stores last pointer to xmlDoc there,
13213: gc misses that and collects valid memory fixed by remembering
13214: xmlDoc from dom object in xdoc. todo: do something with
13215: premature free of xdoc with xnodes/node values referring into it
13216:
13217: * src/classes/: mail.C: typo fix
13218:
13219: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
13220: changes
13221:
13222: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
13223: main/pa_memory.C: moved memory debugging to global level: to
13224: pa_gc_malloc
13225:
13226: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
13227: debugging showed no errors. todo: debug parser memory
13228:
13229: * src/targets/cgi/: parser3.C, parser3.dsp: more build
13230: configurations
13231:
13232: * src/: classes/classes.dsp, include/pa_config_fixed.h,
13233: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
13234: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
13235: types/types.dsp: prepared xml-static configuration
13236:
13237: 2003-03-31 paf
13238:
13239: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
13240: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
13241: xml lib memory debugging, simple checks failed: it seems that
13242: library does realloc(bad ptr), and recording those ptrs in heap
13243: [for debugging] was bad: heap situation changes = everything
13244: works fine
13245:
13246: * src/: main/pa_charset.C, include/pa_charset.h: worked around
13247: xmlRegisterCharEncodingHandler limitation [currently imposed
13248: limit of 10 user-defined charsets]
13249:
13250: 2003-03-28 paf
13251:
13252: * src/main/execute.C: execution stack copied to local register
13253: variable, removed lots [~2e7) of memory accesses
13254:
13255: 2003-03-27 paf
13256:
13257: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
13258: works in debug, but fails in release todo: fix that
13259:
13260: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
13261: targets/cgi/parser3.C: forgot to merge XML memory funcs
13262: replacement from gc branch
13263:
13264: * src/main/pa_exec.C: introducing append_help_length [radical
13265: improvement here]
13266:
13267: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
13268: 'not recommened' in gc.h, on win32 noticed no difference]
13269:
13270: * src/include/pa_array.h: returned checked array get [were disabled
13271: for debugging] result:not slower [don't understand that, it were
13272: INLINED] todo: find out a way of inlining it!
13273:
13274: * src/: include/pa_string.h, lib/gc/include/gc.h,
13275: lib/gc/include/gc_fake.h, main/compile.tab.C,
13276: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
13277: convention changed: all resulting strings are zero-terminated
13278:
13279: * src/: classes/date.C, classes/file.C, classes/hash.C,
13280: classes/string.C, classes/table.C, classes/void.C,
13281: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
13282: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
13283: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
13284: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13285: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
13286: types/pa_vfile.C, types/pa_vmail.C: introducing
13287: append_help_length [radical improvement here]
13288:
13289: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
13290: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
13291: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
13292: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
13293: even slower
13294:
13295: * src/: classes/string.C, classes/table.C, include/pa_array.h,
13296: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
13297: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
13298: clients of &get(): most to use non-ref version, some[in tight
13299: places] to get_unchecked_ref
13300:
13301: * src/doc/memory.dox: forgot to add
13302:
13303: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
13304: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
13305: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
13306: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
13307: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13308: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
13309: targets/cgi/parser3.dsp, types/pa_vmail.C,
13310: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
13311: T>>&<< removed after Stack::pop wiping removed [moved to separate
13312: func] other Array & removed
13313:
13314: 2003-03-26 paf
13315:
13316: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
13317: classes/table.C, include/pa_array.h, include/pa_charset.h,
13318: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
13319: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13320: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
13321: main/main.dsp, main/pa_charset.C, main/pa_common.C,
13322: main/pa_exec.C, main/pa_sql_driver_manager.C,
13323: main/pa_stylesheet_manager.C, main/pa_table.C,
13324: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
13325: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13326: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
13327: pre-evaluated .count() in some places
13328:
13329: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13330: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
13331: types/types.dsp: .dsp profiling updated
13332:
13333: * src/: classes/classes.dsp, lib/cord/cord.dsp,
13334: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
13335: targets/cgi/parser3.dsp, types/types.dsp: started profiling
13336:
13337: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
13338: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
13339: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
13340: use lib/gc,lib/cord
13341:
1.116 moko 13342: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
13343: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 13344: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
13345: src/include/pa_config_includes.h, src/include/pa_request.h,
13346: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
13347: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 13348: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 13349: src/lib/cord/include/Makefile.am,
1.116 moko 13350: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
13351: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
13352: src/targets/cgi/Makefile.am, src/types/Makefile.am,
13353: src/types/pa_vclass.h, src/types/pa_vcookie.h,
13354: src/types/pa_vform.h, src/types/pa_vhash.h,
13355: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
13356: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
13357: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
13358: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
13359: funcs ported pa_exec
1.95 moko 13360:
13361: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
13362:
13363: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
13364: bundled gc includes
13365:
13366: * src/: classes/op.C, include/pa_array.h,
13367: include/pa_sql_connection.h, include/pa_string.h,
13368: include/pa_version.h, main/compile.tab.C, main/compile.y,
13369: main/execute.C, main/pa_common.C, main/pa_exception.C,
13370: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
13371: targets/cgi/parser3.dsp: a number of bugfixes [while testing
13372: first real site (aval)]
13373:
13374: 2003-03-25 paf
13375:
13376: * operators.txt, src/main/pa_sql_driver_manager.C,
13377: src/types/pa_vstatus.C: $status.memory used free since_compact
13378: process
13379:
13380: * src/: include/pa_sql_connection.h, main/pa_globals.C,
13381: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
13382:
13383: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
13384:
13385: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
13386: src/types/pa_value.h, src/types/pa_vfile.h,
13387: src/types/pa_vobject.C, src/types/pa_vobject.h,
13388: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
13389: tests/results/121.processed: untaint.C L_URI
13390:
13391: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
13392: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
13393: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
13394: src/types/pa_vmemory.h: ^memory:compact[]
13395:
13396: * tests/results/109.processed: it was a bug in parser. updated 109
13397: test result
13398:
13399: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
13400:
13401: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
13402: tests/results/107.processed: fixed dom language [values are now
13403: considered tainted. it was a bug in parser. updated 107 test
13404: result
13405:
13406: * src/classes/xdoc.C: fixed transform params
13407:
13408: * src/: include/pa_stylesheet_manager.h,
13409: main/pa_stylesheet_manager.C: fixed stylesheet caching
13410:
13411: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
13412: overloads for structure handling
13413:
13414: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
13415: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
13416: StringBody(0) ambiguilty, introducting static
13417: StringBody::Format(int)
13418:
13419: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
13420: linked
13421:
13422: * src/types/pa_vxdoc.C: vxdoc compiled
13423:
13424: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
13425: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
13426: finalizers isntalled
13427:
13428: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
13429: doc/exception.dox, doc/index.dox, include/pa_charset.h,
13430: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
13431: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
13432: compiled todo: xnode.C / finalizers
13433:
13434: * src/doc/string.dox: updated: new string internals
13435:
13436: 2003-03-24 paf
13437:
13438: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13439: include/pa_charset.h, include/pa_config_fixed.h,
13440: include/pa_request.h, include/pa_stylesheet_connection.h,
13441: include/pa_stylesheet_manager.h, main/pa_charset.C,
13442: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
13443: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
13444: types/pa_vxnode.h: started XML
13445:
13446: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
13447:
13448: * src/: classes/file.C, classes/image.C, classes/mail.C,
13449: include/pa_string.h, main/pa_common.C,
13450: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
13451:
13452: * src/: classes/file.C, classes/image.C, classes/mail.C,
13453: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
13454: main/pa_request.C, main/pa_sql_driver_manager.C,
13455: types/pa_vimage.h: size_t pos everywhere checks changed to check
13456: for eq STRING_NOT_FOUND
13457:
13458: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
13459: optimize bit implemented
13460:
13461: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13462: String::ArrayFragment::append_positions fixed
13463:
13464: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
13465: String::this_starts fixed
13466:
13467: * src/main/pa_string.C, tests/Makefile: string::pos fixed
13468:
13469: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
13470: hashcode implemented fully, including per-char callback [it can
13471: be - substr CORD node]
13472:
13473: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
13474: rewritten to rewalloc with 100byte buf ahead
13475:
13476: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
13477: src/include/pa_string.h, src/main/compile.tab.C,
13478: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
13479: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
13480: CORD_ec [bad] would rewrite as realloc now
13481:
13482: * src/: classes/date.C, classes/file.C, classes/form.C,
13483: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
13484: include/pa_cache_managers.h, include/pa_charsets.h,
13485: include/pa_common.h, include/pa_request.h,
13486: include/pa_sql_driver_manager.h, include/pa_table.h,
13487: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
13488: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
13489: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
13490: types/pa_vmail.C, types/pa_vmethod_frame.C,
13491: types/pa_vstateless_class.h: 2*2 worked :)
13492:
13493: * parser3.dsw, src/classes/date.C, src/classes/file.C,
13494: src/include/pa_exec.h, src/include/pa_string.h,
13495: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
13496: passed OK
13497:
13498: * src/: classes/hash.C, classes/string.C, classes/table.C,
13499: types/pa_value.C: all linked todo: debug
13500:
13501: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
13502: types/pa_vstateless_class.C: all compiled. todo:link
13503:
13504: * src/types/pa_wcontext.C: pa_wcontext.C compiled
13505:
13506: * src/types/pa_vtable.C: pa_vtable.C compiled
13507:
13508: * src/types/pa_vstring.C: pa_vstring.C compiled
13509:
13510: * src/types/pa_vstatus.C: pa_vstatus.C compiled
13511:
13512: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
13513: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
13514: pa_vstateless_class.C, pa_vstateless_class.h:
13515: pa_vstateless_class.C compiled
13516:
13517: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
13518: types/pa_vmath.C: pa_vmail.C compiled
13519:
13520: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
13521:
13522: * src/types/pa_vform.C: pa_vform.C compiled
13523:
13524: * src/types/pa_vfile.C: pa_vfile.C compiled
13525:
13526: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
13527: pa_vstateless_class.C: pa_vcookie.C compiled
13528:
13529: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
13530: types/pa_vhash.h: pa_value.C compiled
13531:
13532: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
13533: classes.lib main.lib compiled
13534:
13535: * src/classes/void.C: void.C compiled
13536:
13537: * src/: classes/string.C, classes/table.C, include/pa_string.h,
13538: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
13539: compiled
13540:
13541: * src/: classes/string.C, include/pa_request.h,
13542: include/pa_string.h, main/pa_string.C: string.C compiled
13543:
13544: * src/: classes/op.C, classes/string.C, classes/table.C,
13545: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
13546: main/pa_request.C, main/pa_string.C: op.C compiled
13547:
13548: * src/classes/: math.C, op.C: math.C compiled
13549:
13550: * src/: classes/mail.C, classes/string.C, classes/table.C,
13551: types/pa_vmail.h: mail.C compiled
13552:
13553: * src/classes/: int.C, table.C: int.C compiled
13554:
13555: * src/: classes/hash.C, classes/image.C, classes/string.C,
13556: classes/table.C, include/pa_memory.h, include/pa_string.h,
13557: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
13558: compiled
13559:
13560: * src/: classes/hash.C, classes/string.C, classes/table.C,
13561: classes/void.C, classes/xdoc.C, include/pa_request.h,
13562: include/pa_sql_connection.h: hash.C compiled
13563:
13564: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
13565: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
13566: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
13567: classes/math.C, classes/op.C, classes/response.C,
13568: classes/string.C, classes/table.C, classes/void.C,
13569: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
13570: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
13571: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
13572: file.C table.C compiled
13573:
13574: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
13575: main/untaint.C: main.lib compiled
13576:
13577: 2003-03-21 paf
13578:
13579: * src/: classes/op.C, include/pa_cache_managers.h,
13580: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13581: include/pa_stylesheet_manager.h, main/pa_exception.C,
13582: main/pa_globals.C, main/pa_sql_driver_manager.C,
13583: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
13584: compiled
13585:
13586: * src/: classes/hash.C, classes/image.C, classes/op.C,
13587: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
13588: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
13589: main/compile.C, main/pa_common.C, main/pa_request.C,
13590: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
13591: pa_request.C compiled
13592:
13593: * src/: classes/hash.C, classes/mail.C, classes/op.C,
13594: include/pa_request.h, main/execute.C, main/pa_request.C,
13595: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13596: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
13597: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13598: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
13599: compiled
13600:
13601: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
13602: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
13603: on unix
13604:
13605: * src/: include/pa_charset.h, include/pa_charsets.h,
13606: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
13607: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
13608: pa_charsets.C compiled
13609:
13610: * src/: classes/image.C, classes/mail.C, classes/op.C,
13611: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
13612: main/compile.y, main/execute.C, main/pa_common.C,
13613: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
13614: types/pa_vcode_frame.h, types/pa_vimage.h,
13615: types/pa_vmethod_frame.h: execute.C compiled
13616:
13617: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13618: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13619: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13620: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
13621: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13622: include/pa_cache_managers.h, include/pa_charsets.h,
13623: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
13624: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
13625: include/pa_sql_driver_manager.h, include/pa_string.h,
13626: include/pa_stylesheet_connection.h,
13627: include/pa_stylesheet_manager.h, include/pa_table.h,
13628: main/compile.C, main/compile.tab.C, main/compile.y,
13629: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13630: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13631: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13632: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
13633: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
13634: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13635: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13636: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
13637: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13638: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13639: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13640: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13641: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13642: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
13643: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13644: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13645: types/pa_vresponse.h, types/pa_vstateless_class.C,
13646: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13647: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13648: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13649: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13650: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13651: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
13652: [C++ CORD wrapper]
13653:
13654: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
13655:
13656: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
13657: $file::exec/cgi[script; $.charset[this is script's charset]
13658:
13659: command line, env values, input got transcoded before call
13660: stdout, stderr got transcoded after call
13661:
13662: * src/classes/file.C: ^file::exec/cgi now does not pass post data
13663: by default. use: ^file::exec[...;$.stdin[$request.body]
13664:
13665: * src/main/pa_common.C: } typo bug fix
13666:
13667: * src/main/pa_common.C: } typo bug fix
13668:
13669: 2003-03-20 paf
13670:
13671: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
13672: main/untaint.C: cord bug fix, but still errors todo: clear out
13673:
13674: * src/include/pa_string.h: more tests
13675:
13676: * src/main/pa_string.C: string.pos fixed
13677:
1.116 moko 13678: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
13679: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
13680: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
13681: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
13682: replaces
1.95 moko 13683:
13684: * src/: classes/image.C, include/pa_dictionary.h,
13685: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
13686: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
13687: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
13688: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
13689:
13690: * src/include/pa_string.h: warning
13691:
13692: * src/include/pa_string.h: this_starts fixed
13693:
13694: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
13695: new String ctor & append params convention
13696:
13697: * src/: classes/file.C, classes/hash.C, classes/image.C,
13698: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
13699: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
13700: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
13701: main/pa_exception.C, main/pa_exec.C,
13702: main/pa_sql_driver_manager.C, main/pa_string.C,
13703: main/pa_stylesheet_manager.C, main/untaint.C,
13704: targets/isapi/parser3isapi.C, types/pa_vimage.C,
13705: types/pa_vmail.C: more tests OK
13706:
13707: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
13708: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
13709: gc/exit runned OK
13710:
13711: * src/types/pa_vmail.C: another naming problem: should not name
13712: vars like that: unpredictable close caused problems with later
13713: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
13714: descriptors missing on startup: stdin; Bad file number
13715:
13716: todo: find out why so many filters(stream) here. probably wrong?
13717:
13718: * src/: include/pa_dictionary.h, include/pa_string.h,
13719: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
13720: main/untaint.C: test compiled
13721:
13722: * src/: classes/image.C, classes/mail.C, classes/math.C,
13723: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
13724: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
13725: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
13726: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
13727: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
13728: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
13729: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
13730: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
13731: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
13732:
13733: * parser3.dsw, src/classes/file.C, src/classes/image.C,
13734: src/classes/op.C, src/classes/string.C, src/classes/table.C,
13735: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
13736: src/include/pa_memory.h, src/include/pa_request.h,
13737: src/include/pa_request_charsets.h,
13738: src/include/pa_sql_connection.h, src/include/pa_string.h,
13739: src/main/compile.tab.C, src/main/execute.C,
13740: src/main/pa_charset.C, src/main/pa_common.C,
13741: src/main/pa_exception.C, src/main/pa_exec.C,
13742: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13743: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
13744: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
13745: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
13746: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13747: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
13748: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13749: src/types/pa_vobject.C, src/types/pa_vresponse.C,
13750: src/types/pa_vstatus.C, src/types/pa_vstring.C,
13751: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13752: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
13753: pa_common.C [done, without http for now]
13754:
13755: 2003-03-19 paf
13756:
13757: * src/: classes/date.C, classes/form.C, classes/hash.C,
13758: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
13759: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
13760: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
13761: include/pa_string.h, include/pa_table.h, main/compile.C,
13762: main/compile_tools.C, main/execute.C, main/pa_charset.C,
13763: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
13764: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
13765: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
13766: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
13767: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
13768: types/pa_vstateless_class.h, types/pa_vtable.C,
13769: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
13770: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
13771: types/pa_wwrapper.h: started test
13772:
1.116 moko 13773: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
13774: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 13775:
13776: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
13777: include/pa_string.h, main/pa_string.C: string compiled todo: test
13778: it
13779:
13780: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
13781: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
13782: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
13783: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
13784: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
13785: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
13786: types/pa_vmethod_frame.h, types/types.dsp: string
13787: reimplementation with cord+array<fragment>: 70%
13788:
13789: 2003-03-18 paf
13790:
13791: * src/: classes/date.C, classes/file.C, classes/form.C,
13792: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
13793: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
13794: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
13795: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
13796: can ignore lang in cmp and pos really, but would
13797: split properly!
13798:
13799: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
13800: cord part made parser/src/lib: it's not compiled into libgc by
13801: default
13802:
13803: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
13804: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13805: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13806: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13807: src/classes/op.C, src/classes/response.C, src/classes/string.C,
13808: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
13809: src/classes/xnode.C, src/classes/xnode.h,
13810: src/include/Makefile.am, src/include/pa_cache_managers.h,
13811: src/include/pa_charset.h, src/include/pa_charsets.h,
13812: src/include/pa_common.h, src/include/pa_dictionary.h,
13813: src/include/pa_exception.h, src/include/pa_exec.h,
13814: src/include/pa_globals.h, src/include/pa_hash.h,
13815: src/include/pa_memory.h, src/include/pa_pool.h,
13816: src/include/pa_request.h, src/include/pa_request_charsets.h,
13817: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
13818: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
13819: src/include/pa_stylesheet_connection.h,
13820: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13821: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
13822: src/main/compile.C, src/main/compile.tab.C,
13823: src/main/compile_tools.C, src/main/compile_tools.h,
13824: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
13825: src/main/pa_charsets.C, src/main/pa_common.C,
13826: src/main/pa_dictionary.C, src/main/pa_exception.C,
13827: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
13828: src/main/pa_pool.C, src/main/pa_request.C,
13829: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13830: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
13831: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
13832: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
13833: src/types/pa_junction.h, src/types/pa_method.h,
13834: src/types/pa_value.C, src/types/pa_value.h,
13835: src/types/pa_vclass.C, src/types/pa_vclass.h,
13836: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13837: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13838: src/types/pa_vdouble.h, src/types/pa_venv.h,
13839: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13840: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13841: src/types/pa_vimage.C, src/types/pa_vimage.h,
13842: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
13843: src/types/pa_vmath.C, src/types/pa_vmath.h,
13844: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13845: src/types/pa_vobject.C, src/types/pa_vobject.h,
13846: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13847: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13848: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13849: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13850: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13851: src/types/pa_vstring.h, src/types/pa_vtable.C,
13852: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13853: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13854: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13855: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13856: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
13857: gc: PA_Object done lots of replacements also
13858:
13859: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
13860: gc logging
13861:
13862: 2003-03-17 paf
13863:
13864: * src/: classes/date.C, classes/file.C, classes/form.C,
13865: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
13866: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
13867: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
13868: include/pa_string.h, include/pa_types.h, main/compile.C,
13869: main/compile.tab.C, main/execute.C, main/pa_charset.C,
13870: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
13871: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
13872: main/pa_sql_driver_manager.C, main/pa_string.C,
13873: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
13874: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
13875: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
13876: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
13877: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
13878: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
13879: types/pa_vxnode.h: libgc attempt
13880:
13881: 2003-03-13 paf
13882:
13883: * src/: include/pa_sql_driver_manager.h,
13884: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
13885: called
13886:
13887: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
13888: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
13889: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
13890: types/pa_value.h, types/pa_vobject.h,
13891: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
13892: set_base, set_derived simplified [counter leaks fixed]
13893:
13894: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
13895: src/types/types.dsp: incorporated status class patch From:
13896: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
13897: 2003 8:14 AM
13898:
13899: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
13900: Win32 specific: QuotaPeakNonPagedPoolUsage
13901: QuotaPeakPagedPoolUsage PeakPagefileUsage]
13902:
13903: 2003-03-12 paf
13904:
1.116 moko 13905: * configure, configure.in, src/lib/ltdl/configure,
13906: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 13907: lib/ltdl/Makefile now created by /configure.in only [were by
13908: lib/ltdl/configure.in OVERWRITE]
13909:
1.116 moko 13910: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
13911: linkage fixed for g++ 3.2.2
1.95 moko 13912:
13913: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
13914: on using privately declared class [fixed]
13915:
13916: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
13917: 3.2 rightliy complained on using privately declared class [fixed]
13918:
13919: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
13920: sigpipe before request constructor now causes death
13921:
13922: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
13923: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
13924: not cause exception in exception handler
13925:
1.116 moko 13926: * configure, configure.in, src/targets/cgi/Makefile.am: configure
13927: now default links libstdc++ statically. that can be overriden by
13928: --with-dynamic-stdcpp
1.95 moko 13929:
13930: 2003-03-11 paf
13931:
13932: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
13933: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
13934: necessity of libstdc++
13935:
13936: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
13937:
13938: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
13939:
13940: 2003-03-08 paf
13941:
13942: * tests/Makefile: make install & co
13943:
13944: * src/: include/pa_request.h, classes/op.C: removing
13945: vclass,object.h -> pa_request.h dependency
13946:
13947: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
13948: main/pa_request.C: removing vform,response,cookie.h ->
13949: pa_request.h dependency
13950:
13951: * src/include/pa_request.h: removing vmail.h -> pa_request.h
13952: dependency [testing...]
13953:
13954: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
13955: return 0; fixed
13956:
13957: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
13958: types/pa_vmail.h: vmail.C received just compiled [not tested]
13959:
13960: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
13961:
13962: * src/main/pa_request.C: forgotten: ifdef XML
13963:
13964: * src/main/pa_request.C: forgotten: ifdef XML
13965:
13966: * src/targets/cgi/parser3.C: todo: move to latest xml version on
13967: win32 and run memleak tests again
13968:
13969: * src/targets/cgi/parser3.C: charsets: see some strange things with
13970: old xml lib-- it's internal memory handling has faults
13971:
13972: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
13973: problems when transcode from charset A to A.
13974:
13975: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
13976: todo: still problems when transcode from charset A to A.
13977:
13978: * src/: classes/hash.C, classes/mail.C, classes/string.C,
13979: classes/table.C, include/pa_array.h,
13980: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
13981: started full-scale-site-test [~ http://parser.ru sources]
13982:
13983: some fixes
13984:
13985: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
13986: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13987: 117.html, 118.html, 119.html, 120.html, results/109.processed,
13988: results/110.processed, results/111.processed,
13989: results/112.processed, results/113.processed,
13990: results/114.processed, results/115.processed,
13991: results/116.processed, results/117.processed,
13992: results/118.processed, results/119.processed,
13993: results/120.processed: xml: tests 109 dom create/show 110 xpath
13994: selectSingle 111 xdoc.create from tainted & 112
13995: xdoc.create/output with russian attr value 113 xpath
13996: selectString/Number 114 dom attributes.count 115 xpath selectBool
13997: 116 output media-type change 117 transform by dom stylesheet 118
13998: empty transform result 119 dom setAttribute 120 nbsp letter
13999: output
14000:
14001: =END OF PREPARED XML TESTS=
14002:
14003: 2003-03-07 paf
14004:
14005: * src/classes/xdoc.C, src/include/pa_charset.h,
14006: src/include/pa_stylesheet_connection.h, tests/108.html,
14007: tests/108.xsl, tests/results/108.processed: xml: test 108
14008: transform with params [bugs fixed]
14009:
14010: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
14011: from copy/paste bug
14012:
14013: * src/classes/xdoc.C, src/include/pa_charset.h,
14014: src/include/pa_request.h, src/main/execute.C,
14015: src/main/pa_charset.C, src/main/pa_exception.C,
14016: src/main/pa_globals.C, src/main/pa_request.C,
14017: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14018: src/types/pa_vxnode.C, tests/107.html,
14019: tests/results/107.processed: xml: test: 107 bug fixes
14020:
14021: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14022: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14023: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
14024:
14025: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
14026: string
14027:
14028: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
14029: mem alloc functions used for different cases [libxml, libxsl]
14030:
14031: * src/classes/classes.C: fixed: prevent system classes from
14032: modification to lock ALL the classes, not only directly used
14033:
14034: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
14035: linked
14036:
14037: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
14038:
14039: 2003-03-06 paf
14040:
14041: * src/classes/xdoc.C: xdoc.C 50%
14042:
14043: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
14044: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14045: main/pa_globals.C, main/pa_request.C,
14046: main/pa_stylesheet_manager.C: xnode.C compiled
14047:
14048: * src/: include/pa_stylesheet_connection.h,
14049: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
14050: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
14051:
14052: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
14053: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14054: xml: stylesheet&manager STARTED
14055:
14056: * src/: include/pa_globals.h, main/pa_charset.C,
14057: main/pa_exception.C, main/pa_globals.C: xml: exceptions
14058:
14059: * src/: include/pa_charset.h, include/pa_config_fixed.h,
14060: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
14061: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
14062: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
14063: charsets
14064:
14065: * tests/023.html: in some cases it rounded up badly. postponing
14066: solution of that problem, making more simple test
14067:
14068: * tests/: 058_paf2000.png, results/058.processed: .png added with
14069: -kb now
14070:
14071: * src/: include/pa_charset.h, include/pa_charsets.h,
14072: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
14073: moved to charsets.C
14074:
14075: 2003-03-05 paf
14076:
14077: * src/classes/string.C, src/include/pa_string.h,
14078: src/main/pa_string.C, tests/105.html,
14079: tests/results/105.processed: String::match bug fixed
14080:
14081: * src/classes/op.C, src/main/main.dsp, tests/104.html,
14082: tests/results/104.processed: ^bpt operator added [does int3 in
14083: debug build on win32]
14084:
14085: * tests/: 057.html, results/057.processed: test bug fixed
14086:
1.116 moko 14087: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 14088:
14089: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
14090: missing
14091:
1.116 moko 14092: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
14093: forgotten files added to Makes
1.95 moko 14094:
14095: * ltmain.sh: ltmain.sh added
14096:
14097: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14098: change undone ;(
14099:
14100: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14101: made static
14102:
14103: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 14104: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
14105: todo:make linker happy
1.95 moko 14106:
14107: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
14108: env param made optional
14109:
14110: 2003-03-04 paf
14111:
14112: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
14113: types/pa_vimage.h: number of gcc compiler bugs fixed
14114:
14115: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
14116: results/103.processed: tests: 103 image.copy transparence test
14117:
14118: * src/main/execute.C, tests/101.html, tests/102.html,
14119: tests/results/101.processed, tests/results/102.processed: tests:
14120: 101 method/variable name conflict test 102 form fields change
14121: should not not change anything [bug fix]
14122:
14123: * tests/: 057.html, 099.html, 100.html, results/057.processed,
14124: results/099.processed, results/100.processed: tests: 57 date
14125: create 2002: added 99,100 response:body/download
14126:
14127: * src/classes/image.C, tests/098.html, tests/098font.gif,
14128: tests/results/098.processed: test: 98 image font text [bug fixed]
14129:
14130: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
14131: tests/results/097.processed: test: 97 file::load http:// [bugs
14132: fixed]
14133:
14134: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
14135: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
14136: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
14137: image EXIF [bug fixed]
14138:
14139: * src/classes/table.C, src/main/execute.C, tests/061.dat,
14140: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
14141: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
14142: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
14143: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
14144: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
14145: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
14146: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
14147: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
14148: tests/094.html, tests/095.html, tests/results/061.processed,
14149: tests/results/062.processed, tests/results/063.processed,
14150: tests/results/064.processed, tests/results/065.processed,
14151: tests/results/066.processed, tests/results/067.processed,
14152: tests/results/068.processed, tests/results/069.processed,
14153: tests/results/070.processed, tests/results/071.processed,
14154: tests/results/072.processed, tests/results/073.processed,
14155: tests/results/074.processed, tests/results/075.processed,
14156: tests/results/076.processed, tests/results/077.processed,
14157: tests/results/078.processed, tests/results/080.processed,
14158: tests/results/081.processed, tests/results/082.processed,
14159: tests/results/083.processed, tests/results/084.processed,
14160: tests/results/085.processed, tests/results/086.processed,
14161: tests/results/087.processed, tests/results/088.processed,
14162: tests/results/089.processed, tests/results/090.processed,
14163: tests/results/091.processed, tests/results/092.processed,
14164: tests/results/093.processed, tests/results/094.processed,
14165: tests/results/095.processed, tests/079.html,
14166: tests/results/079.processed: tests: 61 file::stat size 62
14167: string->int autoconvert 63 double .int,dec,div,mul 64 date
14168: compare 65 file: basename,justname,justext 66 math:crypt 67
14169: string.match simple on long 68 string.match normalized simple on
14170: long 69 string.int 70 file::stat content-type 71 table.join 72
14171: hash parameter conditional pass 73 date daylightsaving,yearday 74
14172: date arithmetics 75 response date values/attributes 76 string.pos
14173: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
14174: with local 80 scientific numeric literal in string autoconvert 81
14175: xor: logical and numerical 82 for delims 83 menu delims 84
14176: table.hash distinct 85 long string replace 86 throw+catch
14177: current language preserve 87 bit shifts 88 junction tests +
14178: $caller test 89 hash.foreach selfmodification 90 int/void to int
14179: 91 $caller test 92 junction is + def junction tests 93 $caller
14180: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
14181:
14182: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
14183: fixed] 60 string eq string [bug fixed]
14184:
14185: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
14186: 058.html, 058_paf2000.png, 059.html, 060.html,
14187: results/053.processed, results/054.processed,
14188: results/055.processed, results/056.processed,
14189: results/057.processed, results/058.processed,
14190: results/059.processed, results/060.processed: test: 53
14191: string.replace 54 junctions 55 table.hash 56 call indirect 57
14192: date.create[string] 58 image.measure[png]
14193:
14194: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
14195: outputs/051.processed, results/052.processed: test: 52
14196: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
14197: task: fix that
14198:
14199: 2003-03-03 paf
14200:
14201: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
14202: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
14203: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
14204: outputs/049.processed, outputs/050.processed,
14205: outputs/051.processed, results/001.processed,
14206: results/002.processed, results/003.processed,
14207: results/005.processed, results/006.processed,
14208: results/008.processed, results/009.processed,
14209: results/011.processed, results/012.processed,
14210: results/013.processed, results/014.processed,
14211: results/015.processed, results/016.processed,
14212: results/017.processed, results/020.processed,
14213: results/021.processed, results/022.processed,
14214: results/024.processed, results/025.processed,
14215: results/026.processed, results/027.processed,
14216: results/028.processed, results/029.processed,
14217: results/030.processed, results/031.processed,
14218: results/049.processed, results/050.processed,
14219: results/051.processed, results/043.processed,
14220: results/044.processed, results/045.processed,
14221: results/046.processed, results/047.processed,
14222: results/048.processed: tests: 43,44,45 date rolls 46
14223: autoevaluating junction 47 table.select 48 name with subvar 49
14224: hash-creating switch 50 process 51 started parent/child, works as
14225: it were but it were NOT GOOD, created separate task to fix that
14226:
14227: * tests/: 042.html, results/042.processed: test: 42
14228: exception.handled
14229:
14230: * tests/: 041.html, results/041.processed: test: 41 table.locate by
14231: expression
14232:
14233: * tests/: 040.html, results/040.processed: test: 39 method result
14234: of type table 40 method param junction auto evaluate
14235:
14236: * tests/: 039.html, results/039.processed: test: 37 method result
14237: of type table
14238:
14239: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
14240: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
14241: tests/038.html, tests/results/033.processed,
14242: tests/results/034.processed, tests/results/035.processed,
14243: tests/results/036.processed, tests/results/037.processed,
14244: tests/results/038.processed: tests: 33 string.replace 34
14245: string.upper 35 table created 36 local/global vars with juntions
14246: 37 table clone 38 math PI & number formatting
14247:
14248: math class registring typo fixed
14249:
14250: * src/classes/op.C, src/include/pa_request.h,
14251: src/include/pa_string.h, src/main/execute.C,
14252: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
14253: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
14254: tests/032.html, tests/results/032.processed: uchar changed to
14255: String_UL in all places [was not everywhere] untaint test: 032
14256:
14257: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
14258: tests/results/004.processed, tests/parser-cygwin.sh,
14259: tests/parser-unix.sh: removed -H command line key, now testing
14260: using .sh file with SERVER_SOFTWARE=xxx
14261:
14262: 2003-02-26 paf
14263:
14264: * src/main/execute.C, src/types/pa_vstateless_class.h,
14265: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
14266: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
14267: tests/results/024.processed, tests/results/025.processed,
14268: tests/results/026.processed, tests/results/027.processed,
14269: tests/results/028.processed, tests/results/029.processed,
14270: tests/results/030.processed, tests/results/031.processed: fixed
14271: bug with name_cstr mutable CharPtr more tests
14272:
14273: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
14274: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
14275: << abort. die now just exits
14276:
14277: * src/classes/classes.awk, src/classes/classes.h,
14278: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14279: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14280: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14281: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14282: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14283: src/classes/xnode.C, src/include/pa_memory.h,
14284: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
14285: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
14286: src/types/pa_vform.C, tests/015.html, tests/016.html,
14287: tests/017.html, tests/018.html, tests/019.html,
14288: tests/019paf2001.gif, tests/020.html, tests/021.html,
14289: tests/022.html, tests/023.html, tests/022_dir/a.html,
14290: tests/022_dir/b.txt, tests/022_dir/c.htm,
14291: tests/results/015.processed, tests/results/016.processed,
14292: tests/results/017.processed, tests/results/018.processed,
14293: tests/results/019.processed, tests/results/020.processed,
14294: tests/results/021.processed, tests/results/022.processed,
14295: tests/results/023.processed: methoded_array now contains all Mxxx
14296: classes SAPI::get_env now returns info on pool more tests
14297:
14298: * src/include/pa_array.h, src/include/pa_hash.h,
14299: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
14300: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
14301: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
14302: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
14303: tests/014.html, tests/Makefile, tests/outputs/create-dir,
14304: tests/results/001.processed, tests/results/002.processed,
14305: tests/results/003.processed, tests/results/004.processed,
14306: tests/results/005.processed, tests/results/006.processed,
14307: tests/results/007.processed, tests/results/008.processed,
14308: tests/results/009.processed, tests/results/010.processed,
14309: tests/results/011.processed, tests/results/012.processed,
14310: tests/results/013.processed, tests/results/014.processed: hash
14311: cloning fixed
14312:
14313: 2003-02-25 paf
14314:
14315: * src/main/pa_common.C: typo fixed
14316:
14317: 2003-02-24 paf
14318:
14319: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
14320: [one remained]
14321:
14322: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
14323: [should have been get_string(&pool)] todo: check other such calls
14324:
14325: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
14326: test10, bad lookups
14327:
14328: xxx* xxx=smartptr.get(); << is bad style, after ";" original
14329: object got destructed, and xxx points to sky
14330:
14331: * ChangeLog, src/classes/string.C: match bug fixed
14332:
14333: * src/types/pa_vmail.C: body [text/html] transcoded to
14334: $.charset[specified] now
14335:
14336: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14337: which failed to handle sigsetjmp+throw: crashed inside of
14338: pre-throw code. rewritten simplier [though duplicating
14339: closesocket code]
14340:
14341: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14342: which failed to handle sigsetjmp+throw: crashed inside of
14343: pre-throw code. rewritten simplier [though duplicating
14344: closesocket code]
14345:
14346: 2003-02-21 paf
14347:
14348: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
14349: $cookie:name[$.expires[date << can be now]]
14350:
14351: written makefile with regression tests [raw]
14352:
14353: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
14354: tests' only [it's not forcing CGI mode now] now use -H to output
14355: CGI header when parser used in command line [useful for tests
14356: also]
14357:
14358: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
14359: switches on CGI mode, and is used in regression tests
14360:
14361: * src/: include/pa_request.h, main/pa_request.C,
14362: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
14363: fixed
14364:
14365: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
14366: handling pa_*
14367:
14368: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
14369: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
14370: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
14371: memory handling files
14372:
14373: * src/main/pa_array.C: pool::format_integer terminator fixed
14374:
14375: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
14376: compiles OK test to show benefits of free
14377:
14378: * src/: classes/file.C, classes/image.C, classes/mail.C,
14379: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
14380: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14381: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
14382: use pool [as the one in ^process]
14383:
14384: * src/classes/op.C: fixed process. sould now check for all cstr's
14385: -- some must use pool [as the one in ^process]
14386:
14387: 2003-02-20 paf
14388:
14389: * src/: classes/date.C, classes/double.C, classes/file.C,
14390: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14391: classes/math.C, classes/op.C, classes/response.C,
14392: classes/string.C, classes/table.C, classes/void.C,
14393: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
14394: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
14395: string cmp fixed
14396:
14397: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
14398: values passed OK now
14399:
14400: 2003-02-19 paf
14401:
14402: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
14403: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
14404: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
14405: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
14406: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
14407: all remaning leaks resulted from pooled::malloc calls [excluding
14408: in gd -- planning complete rewrite extremely ugly code]
14409:
14410: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
14411: files
14412:
14413: 2003-02-17 paf
14414:
14415: * src/: classes/date.C, classes/double.C, classes/file.C,
14416: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14417: classes/response.C, classes/string.C, classes/table.C,
14418: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
14419: include/pa_stylesheet_connection.h,
14420: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
14421: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
14422: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
14423: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
14424: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
14425: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
14426: of unitialized simple-typed field
14427:
14428: * src/: classes/classes.C, classes/classes.h, main/execute.C,
14429: main/pa_charset.C, main/pa_request.C: another bug of unitialized
14430: simple-typed field fixed. todo: find&kill all like that one
14431:
14432: * src/: main/execute.C, targets/cgi/pa_pool.C,
14433: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
14434: debug output fixed
14435:
14436: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
14437: main/pa_request.C: stack-stored items need extra .ref to prevent
14438: object_ptr from delete[them]
14439:
14440: * src/: classes/date.C, classes/op.C, classes/table.C,
14441: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
14442: include/pa_charset.h, main/Makefile.am, main/main.dsp,
14443: main/pa_charset.C, main/pa_common.C,
14444: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14445: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14446: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
14447: calls
14448:
14449: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
14450: couple mem leaks rusulted from old pooled::malloc usage.
14451: todo:find more like those
14452:
14453: * src/main/: compile.C, compile_tools.C: 2*2!
14454:
14455: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
14456: stackItem fixed [there were no string on stack before]
14457:
14458: * src/: main/execute.C, main/pa_request.C,
14459: types/pa_vmethod_frame.C: first letters out OK
14460:
14461: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
14462: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
14463: main/pa_string.C, main/untaint.C, types/pa_value.h,
14464: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
14465: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
14466: type not initialized with zeros :( while class fields of class
14467: types initialized with default constructors. learn C++
14468:
14469: * src/: classes/classes.awk, classes/double.C, classes/file.C,
14470: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
14471: classes/math.C, classes/xdoc.C, classes/xnode.C,
14472: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
14473: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
14474:
14475: 2003-02-14 paf
14476:
14477: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
14478: 13 link errors
14479:
14480: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
14481: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
14482: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
14483: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
14484: errors :)
14485:
14486: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
14487: classes/hash.C, classes/mail.C, classes/op.C,
14488: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
14489: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
14490: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
14491: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
14492:
14493: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
14494: classes/table.C, include/pa_common.h, include/pa_globals.h,
14495: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
14496: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
14497: types/pa_vint.h, types/types.dsp: op compiled
14498:
14499: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
14500: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
14501: main/untaint.C, types/pa_vtable.h: string, response compiled
14502:
14503: 2003-02-07 paf
14504:
14505: * src/: classes/table.C, types/pa_vtable.h: table compiled
14506:
14507: 2003-02-06 paf
14508:
14509: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
14510: mail compiled
14511:
14512: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
14513: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
14514: types/pa_vfile.h, types/pa_vimage.h: image compiled
14515:
14516: * src/classes/: file.C, form.C: form compiled
14517:
14518: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
14519: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
14520: types/pa_vfile.C, types/pa_vfile.h: file compiled
14521:
14522: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
14523: types/pa_vmath.h: math compiled [win32]
14524:
14525: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
14526: types/pa_vstring.h: hash compiled
14527:
14528: 2003-02-04 paf
14529:
14530: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
14531: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14532: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
14533: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
14534: types/pa_vhash.h: hash 50% compiled
14535:
14536: * src/: classes/date.C, classes/file.C, classes/hash.C,
14537: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
14538: classes/string.C, classes/table.C, classes/xdoc.C,
14539: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
14540: main/pa_string.C: date compiled
14541:
14542: * src/classes/: classes.dsp, double.C: double compiled
14543:
14544: * src/: classes/date.C, classes/double.C, classes/file.C,
14545: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
14546: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
14547: classes/string.C, classes/table.C, classes/void.C,
14548: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
14549: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
14550: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
14551: compiled
14552:
14553: * src/: classes/date.C, classes/double.C, classes/file.C,
14554: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14555: classes/math.C, classes/op.C, classes/response.C,
14556: classes/string.C, classes/table.C, classes/void.C,
14557: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14558: types/pa_vvoid.h: void compiled :)
14559:
14560: * src/: include/pa_globals.h, main/pa_cache_managers.C,
14561: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14562: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14563: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
14564: main/pa_string.C, main/pa_uue.C, main/untaint.C,
14565: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
14566: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
14567: types/pa_vresponse.C, types/pa_vstateless_class.C,
14568: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
14569: types/pa_wcontext.C, types/types.dsp: removed stupid
14570: value_includes.h
14571:
14572: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
14573: trying to remove stupid value_includes.h
14574:
14575: * src/main/pa_exec.C: pa_exec compiled on win32
14576:
14577: * src/main/pa_exec.C: libmain.a compiled on six [unix]
14578:
14579: * src/: include/pa_globals.h, include/pa_request.h,
14580: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
14581: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
14582: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
14583: types/pa_vrequest.C, types/pa_vstateless_class.C,
14584: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
14585:
14586: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
14587: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
14588: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
14589:
14590: * src/: include/pa_array.h, include/pa_config_includes.h,
14591: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
14592: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
14593: compiled
14594:
14595: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
14596: name conflicts)
14597:
14598: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
14599: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
14600: yelds "virtual memory exhausted" while trying to compile
14601: execute.C [eating up to 127MB]
14602:
14603: 2003-02-03 paf
14604:
14605: * src/: include/pa_config_includes.h, include/pa_hash.h,
14606: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
14607: main/pa_common.C, types/pa_value.C, types/pa_value.h,
14608: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14609: types/pa_vint.h, types/pa_vjunction.h,
14610: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
14611: started gcc compiling pa_common compiled
14612:
14613: * src/: include/pa_exception.h, include/pa_pool.h,
14614: main/pa_exception.C: exception gcc change #1
14615:
1.116 moko 14616: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
14617: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 14618:
14619: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
14620:
14621: * src/types/pa_vtable.C: vtable compiled
14622:
14623: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
14624:
14625: * src/: include/pa_cache_managers.h, main/pa_request.C,
14626: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
14627:
14628: * src/types/pa_vstateless_class.C: vstateless_class compiled
14629:
14630: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
14631:
14632: * src/types/pa_vrequest.C: vrequest compiled
14633:
14634: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
14635: pa_vobject.C, pa_vobject.h: vobject compiled
14636:
14637: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
14638: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
14639: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
14640: compiled
14641:
14642: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
14643:
14644: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
14645: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
14646: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
14647: compiled
14648:
14649: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
14650: main.lib - 0 error(s), 0 warning(s)
14651:
14652: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
14653: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
14654:
14655: 2003-01-31 paf
14656:
14657: * src/: include/pa_array.h, include/pa_operation.h,
14658: include/pa_request.h, main/execute.C, main/main.dsp,
14659: types/pa_vjunction.h: started last file from main library:
14660: execute
14661:
14662: * src/: include/pa_request.h, include/pa_sapi.h,
14663: main/compile.tab.C, main/compile.y, main/compile_tools.h,
14664: main/pa_request.C, targets/cgi/parser3.C,
14665: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
14666: types/pa_vhash.h: pa_request compiled
14667:
14668: * src/: classes/op.C, classes/string.C, include/pa_common.h,
14669: include/pa_globals.h, include/pa_request.h,
14670: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
14671: main/execute.C, main/main.dsp, main/pa_common.C,
14672: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
14673: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
14674: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
14675: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
14676: types/types.dsp: most pa_request compiled
14677:
14678: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14679: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14680: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14681: classes/op.C, classes/response.C, classes/string.C,
14682: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
14683: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
14684: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14685: include/pa_config_fixed.h, include/pa_config_includes.h,
14686: include/pa_dictionary.h, include/pa_dir.h,
14687: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14688: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
14689: include/pa_pool.h, include/pa_request.h,
14690: include/pa_request_charsets.h, include/pa_request_info.h,
14691: include/pa_sapi.h, include/pa_socks.h,
14692: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14693: include/pa_stack.h, include/pa_string.h,
14694: include/pa_stylesheet_connection.h,
14695: include/pa_stylesheet_manager.h, include/pa_table.h,
14696: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14697: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14698: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
14699: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
14700: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14701: main/compile.C, main/compile.tab.C, main/compile.y,
14702: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14703: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
14704: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
14705: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14706: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
14707: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
14708: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14709: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
14710: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
14711: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
14712: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
14713: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14714: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
14715: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
14716: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14717: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14718: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14719: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14720: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14721: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14722: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14723: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14724: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14725: types/pa_vresponse.h, types/pa_vstateless_class.C,
14726: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14727: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14728: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14729: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14730: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14731: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
14732:
14733: * ChangeLog, src/classes/classes.h, src/classes/op.C,
14734: src/include/pa_cache_managers.h, src/include/pa_charset.h,
14735: src/include/pa_charsets.h, src/include/pa_common.h,
14736: src/include/pa_dictionary.h, src/include/pa_exception.h,
14737: src/include/pa_exec.h, src/include/pa_pool.h,
14738: src/include/pa_request.h, src/include/pa_sapi.h,
14739: src/include/pa_sql_connection.h,
14740: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14741: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
14742: src/main/compile.tab.C, src/main/compile_tools.C,
14743: src/main/compile_tools.h, src/main/main.dsp,
14744: src/main/pa_charset.C, src/main/pa_charsets.C,
14745: src/main/pa_common.C, src/main/pa_dictionary.C,
14746: src/main/pa_exception.C, src/main/pa_exec.C,
14747: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14748: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
14749: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
14750: src/types/pa_vclass.h, src/types/pa_vcookie.C,
14751: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14752: src/types/pa_vdouble.h, src/types/pa_venv.h,
14753: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
14754: src/types/pa_vhash.h, src/types/pa_vimage.C,
14755: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
14756: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
14757: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14758: src/types/pa_vobject.C, src/types/pa_vobject.h,
14759: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14760: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14761: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14762: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
14763: src/types/pa_vstring.h, src/types/pa_vtable.h,
14764: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
14765: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
14766: died, long live StringPtr
14767:
14768: 2003-01-30 paf
14769:
14770: * src/: include/pa_charset.h, include/pa_request.h,
14771: include/pa_sql_driver_manager.h, main/compile.tab.C,
14772: main/compile.y, main/compile_tools.h, main/pa_request.C,
14773: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
14774:
14775: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
14776: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
14777: types/pa_vhash.h, types/pa_vmethod_frame.h,
14778: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
14779: types/types.dsp: vstateless_class compiled
14780:
14781: * src/main/compile.C: compile compiled
14782:
14783: * src/: include/pa_array.h, include/pa_operation.h,
14784: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
14785: main/pa_table.C: compile_tools compiled
14786:
14787: * src/: include/pa_operation.h, main/compile.y,
14788: main/compile_tools.C, main/compile_tools.h: started
14789: compile_tools. vagues ideas of how to free compiled code
14790:
14791: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
14792: main/main.dsp, types/pa_value.C, types/pa_value.h,
14793: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
14794: compiled
14795:
14796: 2003-01-29 paf
14797:
14798: * src/: include/pa_globals.h, include/pa_request.h,
14799: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
14800: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
14801: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
14802: compiled
14803:
14804: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
14805: now
14806:
14807: * src/: include/pa_array.h, include/pa_exception.h,
14808: include/pa_pool.h, main/pa_exception.C: gd compiled
14809:
14810: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
14811: compiled
14812:
14813: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
14814: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
14815: types/pa_vfile.h: vfile compiled
14816:
14817: * src/: include/pa_common.h, include/pa_globals.h,
14818: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
14819: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
14820: types/pa_vform.C, types/pa_vform.h: vcookie compiled
14821:
14822: * src/: include/pa_exception.h, main/pa_cache_managers.C,
14823: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
14824: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
14825: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
14826: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
14827:
14828: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
14829: main/main.dsp, main/untaint.C: more compiled
14830:
14831: * src/: include/pa_charsets.h, include/pa_request.h,
14832: include/pa_request_info.h, include/pa_string.h,
14833: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
14834: types/pa_vresponse.h: vrequest compiled
14835:
14836: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
14837: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
14838: pa_vresponse.h, pa_wcontext.h: vrequest compiled
14839:
14840: * src/: classes/classes.h, include/pa_charset.h,
14841: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
14842: include/pa_request.h, include/pa_string.h, main/main.dsp,
14843: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
14844: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
14845: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
14846: types/pa_vrequest.C, types/pa_vrequest.h,
14847: types/pa_vstateless_class.h, types/pa_vstring.h,
14848: types/pa_vvoid.h: vrequest,vdouble,vint compiled
14849:
14850: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
14851: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14852: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
14853: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
14854: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14855: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
14856: types/pa_vobject.h, types/pa_vstateless_class.h,
14857: types/pa_vstateless_object.h, types/pa_vstatus.h,
14858: types/pa_vstring.h, types/types.dsp: vmath compiled
14859:
14860: 2003-01-28 paf
14861:
14862: * src/: classes/classes.h, classes/date.C, classes/file.C,
14863: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
14864: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
14865: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
14866: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
14867: compile_tools
14868:
14869: * src/: include/pa_charset.h, include/pa_exception.h,
14870: include/pa_request.h, include/pa_string.h, main/untaint.C:
14871: untaint compiled
14872:
14873: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
14874: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
14875: more compiled. struck with string::store_to needing to know
14876: source/client charsets
14877:
14878: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
14879: types/pa_vfile.h: uue compiled
14880:
14881: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
14882: table compiled
14883:
14884: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
14885: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
14886:
14887: * src/: include/pa_charset.h, main/pa_charset.C,
14888: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
14889: introduced]
14890:
14891: * src/: classes/date.C, include/pa_charset.h,
14892: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
14893: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
14894: pa_charsets compiled
14895:
14896: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
14897: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
14898:
14899: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
14900: common compiled
14901:
14902: * src/: include/pa_charsets.h, main/pa_charsets.C,
14903: main/pa_sql_driver_manager.C: pa_charsets compiled
14904:
14905: * src/: include/pa_array.h, include/pa_charset.h,
14906: include/pa_charsets.h, include/pa_pool.h,
14907: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14908: include/pa_stack.h, include/pa_string.h,
14909: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
14910: sql_driver_manager compiled
14911:
14912: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
14913: letter i with two dots added to koi, all ukranian letters added
14914: to win1251.
14915:
14916: typographic simbol 0xb9 deleted from win1251 [strange one & were
14917: abscent from koi]
14918:
14919: 2003-01-27 paf
14920:
14921: * src/: include/pa_exception.h, include/pa_sql_connection.h,
14922: include/pa_sql_driver_manager.h, include/pa_string.h,
14923: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
14924: sql/pa_sql_driver.h: paused on sql_manager
14925:
14926: * src/: include/pa_cache_managers.h, include/pa_pool.h,
14927: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14928: include/pa_stack.h, main/pa_sql_driver_manager.C,
14929: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
14930:
14931: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
14932: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14933: include/pa_table.h, main/pa_sql_driver_manager.C,
14934: main/pa_table.C: table compiled
14935:
14936: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
14937: cache_managers compiled
14938:
14939: * src/: include/pa_array.h, include/pa_charset.h,
14940: include/pa_pool.h, main/pa_charset.C: charset compiled
14941:
14942: * src/: include/pa_pool.h, main/pa_common.C: common compiled
14943:
14944: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
14945: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
14946: main/pa_string.C, types/pa_value.C, types/pa_value.h,
14947: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
14948: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
14949:
14950: 2003-01-24 paf
14951:
14952: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
14953: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
14954: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
14955: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
14956: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
14957: types/pa_vint.h, types/pa_vjunction.h,
14958: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14959: types/pa_vstatus.h, types/pa_vstring.h: more patched
14960:
14961: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
14962: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
14963: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
14964: main/pa_string.C, main/pa_table.C: string compiled
14965:
14966: * src/: include/pa_array.h, include/pa_common.h,
14967: include/pa_dictionary.h, include/pa_exception.h,
14968: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
14969: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
14970: main/pa_string.C: dictionary compiled
14971:
14972: 2003-01-23 paf
14973:
14974: * src/: include/pa_array.h, include/pa_common.h,
14975: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
14976: include/pa_request.h, include/pa_string.h, main/pa_common.C,
14977: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
14978: types/pa_value.h: resurrected pool in new sense: now it's
14979: factory, producing&accounting memory chunks for read[autofree]
14980: buffers
14981:
14982: * src/: include/pa_array.h, include/pa_exception.h,
14983: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
14984: main/pa_exception.C, main/pa_table.C: table compiled
14985:
14986: * src/: classes/image.C, classes/op.C, include/pa_array.h,
14987: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
14988: include/pa_pool.h, include/pa_pragma_pack_begin.h,
14989: include/pa_pragma_pack_end.h, include/pa_sapi.h,
14990: include/pa_string.h, include/pa_table.h, include/pa_types.h,
14991: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
14992: main/pa_table.C: aint that easy
14993:
14994: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
14995: main/main.dsp: continued with Hash
14996:
14997: * src/main/pa_common.C: connect_string allocated on heap[wes on
14998: stack] now. and exception can be reported OK now [can be reported
14999: outside of pro c with that stack]
15000:
15001: 2003-01-22 paf
15002:
15003: * src/: include/pa_array.h, include/pa_charset.h,
15004: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
15005: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
15006: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
15007: base: contains references_count. auto_ptr template calls
15008: add_ref/release
15009:
15010: 2003-01-21 paf
15011:
15012: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15013: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15014: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15015: classes/op.C, classes/response.C, classes/string.C,
15016: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15017: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15018: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15019: include/pa_config_fixed.h, include/pa_config_includes.h,
15020: include/pa_dictionary.h, include/pa_dir.h,
15021: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15022: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15023: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15024: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15025: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15026: include/pa_stack.h, include/pa_string.h,
15027: include/pa_stylesheet_connection.h,
15028: include/pa_stylesheet_manager.h, include/pa_table.h,
15029: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15030: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15031: lib/pcre/pcre_parser_ctype.c, main/compile.C,
15032: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15033: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
15034: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15035: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15036: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
15037: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15038: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15039: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
15040: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
15041: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
15042: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15043: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
15044: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
15045: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
15046: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
15047: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
15048: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15049: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
15050: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
15051: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15052: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15053: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15054: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15055: types/pa_vstateless_object.h, types/pa_vstatus.C,
15056: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
15057: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15058: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15059: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15060: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
15061: 2002->2003
15062:
15063: 2003-01-16 paf
15064:
15065: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
15066: src/main/pa_globals.C: http:// introducing $.any-status(1)
15067:
15068: * operators.txt, src/include/pa_config_fixed.h,
15069: src/main/pa_common.C: http request now return status. and not
15070: fail on status!=200
15071:
15072: 2003-01-15 paf
15073:
15074: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
15075:
15076: 2003-01-14 paf
15077:
15078: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
15079: mkinstalldirs: removed some ancient files [they in / really]
15080:
15081: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
15082: regretfully needed patch in two places. in config_fixed.h made
15083: stubs for lib to compile in MSVC
15084:
15085: 2003-01-13 paf
15086:
15087: * config.guess, config.sub, ltmain.sh: removed last piece of
15088: configure.in(libtool) hacks
15089:
1.116 moko 15090: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 15091: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
15092: ltdl.h: moved to latest libtool (1.4.3)
15093:
15094: 2003-01-10 paf
15095:
15096: * src/lib/ltdl/: configure, configure.in: PROG_NM
15097:
15098: * src/main/pa_globals.C: moved to latest xml lib versions, changed
15099: patches. libxml2 >= 2.5.1
15100: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
15101: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
15102: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15103:
15104: * INSTALL: moved to latest versions of xml libs libxml2 >=
15105: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
15106: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
15107: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15108:
15109: 2003-01-09 paf
15110:
15111: * INSTALL: xml,xslt,gdome lib urls updated
15112:
15113: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 15114: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 15115: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 15116: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
15117: 1.7.2
1.95 moko 15118:
15119: * depcomp: moving to automake 1.7.2
15120:
15121: 2002-12-27 paf
15122:
15123: * src/include/pa_version.h: 0007
15124:
15125: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
15126: outdated parts, made links to language docs
15127:
15128: * src/include/pa_config_auto.h.in: comment
15129:
15130: 2002-12-26 paf
15131:
15132: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
15133: not contain trailing / fixed.
15134:
15135: * INSTALL: changing SAFE_MODE politics
15136:
15137: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
15138:
15139: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
15140:
15141: 2002-12-25 paf
15142:
15143: * src/main/pa_globals.C: optimized-xml
15144:
15145: * src/main/pa_globals.C: optimized-as-is
15146:
15147: 2002-12-24 paf
15148:
15149: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
15150: fixed [were really called with zero size when .html?a=&b=]
15151:
15152: * src/classes/mail.C: $MAIL in @conf now invalid when configured
15153: with --with-sendmail
15154:
15155: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
15156: fixed]
15157:
15158: 2002-12-23 paf
15159:
15160: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
15161: ignoring parameters & were storing only string with default
15162: expires
15163:
15164: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
15165: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
15166: December 23, 2002 4:22 AM Subject: bug â
15167: Charset::transcode_buf2xchar
15168:
15169: 2002-12-20 paf
15170:
15171: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
15172: non-cgi [script] runs
15173:
15174: 2002-12-19 paf
15175:
15176: * INSTALL: --without-iconv recommended [it crashes on some systems
15177: [tested on elik]] moreover, it's not needed there [parser
15178: registers charsets itself]
15179:
15180: * INSTALL: --without-iconv recommended [it crashes on some systems
15181: [tested on elik]]
15182:
15183: * operators.txt, src/include/pa_globals.h,
15184: src/include/pa_request.h, src/main/pa_globals.C,
15185: src/main/pa_request.C: $response:download
15186:
15187: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
15188: compiler [win32]].
15189:
15190: 2002-12-18 paf
15191:
15192: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
15193:
15194: 2002-12-17 paf
15195:
15196: * src/targets/cgi/parser3.C: merged die&iis changes
15197:
15198: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
15199: to exit(1) 2. more flexible iilegal call check
15200:
15201: 2002-12-16 paf
15202:
15203: * ltmain.sh: some automakes silly insist on having this handy
15204:
15205: * src/main/untaint.C: filespec russian small 'r' changed to latin
15206: 'p' bug fix
15207:
15208: 2002-12-15 paf
15209:
15210: * src/main/untaint.C: filespec russian small 'r' changed to latin
15211: 'p'
15212:
15213: * configure.in, src/include/pa_config_auto.h.in,
15214: src/main/compile.C, src/main/pa_common.C: merged small changes
15215: from branch 6 to HEAD
15216:
15217: * src/main/compile.C: removed warning
15218:
15219: * src/main/pa_common.C: ftruncate having checked
15220:
15221: * configure.in, src/include/pa_version.h: new version
15222:
15223: 2002-12-14 paf
15224:
15225: * src/classes/table.C: removed unnecessary code
15226:
15227: * src/sql/pa_sql_driver.h: exception type fixed
15228:
15229: 2002-12-09 paf
15230:
15231: * src/types/pa_vvoid.h: $void.store[now] error
15232:
15233: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15234:
15235: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
15236: tries to write core dump
15237:
15238: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15239:
15240: * src/: classes/hash.C, classes/string.C, classes/table.C,
15241: classes/void.C, main/pa_sql_driver_manager.C,
15242: sql/pa_sql_driver.h: changed exception handling mech in sql
15243: handlers #2
15244:
15245: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
15246: exception handling mech in sql handlers
15247:
15248: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
15249: handlers
15250:
15251: * src/: classes/hash.C, classes/string.C, classes/table.C,
15252: classes/void.C, main/pa_sql_driver_manager.C,
15253: sql/pa_sql_driver.h: changed exception handling mech in sql
15254: handlers
15255:
1.116 moko 15256: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
15257: to write makefile which used libtool to install things, which is
15258: not needed
1.95 moko 15259:
15260: 2002-12-06 paf
15261:
15262: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
15263: $hash.fields -- pseudo field to make 'hash' more like 'table'
15264:
15265: 2002-12-05 paf
15266:
15267: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
15268: cc/bcc OK now
15269:
15270: * src/main/untaint.C: mail header closed properly
15271:
15272: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
15273: header ',' allowed. still bugs in smtp [only one receiptient
15274: works, cc, bcc ignored now, and MAILED ;)]
15275:
15276: [strncpy killed, memnchr used]
15277:
15278: * src/main/pa_table.C: table-copy now current=0
15279:
15280: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
15281: lowlevel proc
15282:
15283: * src/targets/cgi/parser3.C: more checks on
15284: http://domain/parser.cgi start [maybe some getenv returns "",
15285: checked that now
15286:
15287: * src/targets/cgi/parser3.C: more checks on
15288: http://domain/parser.cgi start [maybe some getenv returns "",
15289: checked that now
15290:
15291: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
15292: out-of-mem errors reached log]
15293:
15294: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
15295: mail:send MIME-Version default
15296:
15297: * src/main/main.dsp: pa_version included into main.dsp
15298:
15299: 2002-12-04 paf
15300:
15301: * src/types/pa_vform.C: $form:field string value cut by premature 0
15302:
15303: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
15304: lib/libltdl -> lib/ltdl Win32 changes. s
15305:
15306: * src/classes/classes.awk: more strict *.C$
15307:
15308: * gnu.dsp: restored
15309:
1.116 moko 15310: * configure.in, gnu.dsp, src/lib/Makefile.am,
15311: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
15312: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
15313: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
15314: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
15315: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
15316: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
15317: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
15318: now created with /configure, not ltdl/configure, so it does have
15319: no problems with automake. ltdl/configure
15320: AC_OUTPUT(Makefile<<removed)
1.95 moko 15321:
15322: 2002-12-02 paf
15323:
15324: * operators.txt: removed outdated status:db
15325:
15326: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
15327: src/main/pa_common.C, src/main/pa_request.C,
15328: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
15329: tainted parts becomes http-header
15330:
15331: 2002-11-29 paf
15332:
15333: * src/classes/date.C, src/classes/image.C, operators.txt: exif
15334: dates now objects of type date
15335:
15336: * src/classes/image.C: file.seek removed [it were used in image.C
15337: only, and for parser user this means that jpeg image has bad
15338: size in fragment's header] now used image.format
15339:
15340: * src/: include/pa_common.h, main/pa_common.C,
15341: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
15342: now handled exactly like $response:header values. e.g. can be
15343: hash [can have subattributes] & contain date values.
15344:
15345: * src/main/pa_common.C: http:// param values lang forced URI
15346:
15347: * src/main/pa_common.C: http:// tainted partes now %xx
15348:
15349: 2002-11-28 paf
15350:
15351: * operators.txt: http.timeout
15352:
15353: * src/classes/image.C: ^image.length now counts interchar space.
15354: plus space after last char
15355:
15356: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
15357:
15358: * src/classes/image.C: ^image.font width measurer now scans full
15359: height [were -1]
15360:
15361: * configure.in: stopped double libltdl/Makefile generation
15362:
15363: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
15364: chars [one top horizontal line of 1pixel height were missing]
15365:
15366: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
15367: 'false' to go into (Hash *) parameter
15368:
15369: 2002-11-27 paf
15370:
15371: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
15372: types/pa_vmail.C: response:body[file] if file nows it's name now
15373: returns content-disposition: >>attachment<<
15374:
15375: * src/classes/image.C: ^image.font << bad font file-size now
15376: properly reported
15377:
15378: 2002-11-26 paf
15379:
15380: * src/main/pa_request.C: fixed lang in reponse header
15381:
15382: * src/main/pa_common.C: utf8 prefix ignored @read text
15383:
15384: * operators.txt, src/main/pa_common.C: http:// response status!=200
15385: made exception: http.status with source=bad status#
15386:
15387: 2002-11-25 paf
15388:
15389: * configure.in, src/classes/image.C,
15390: src/include/pa_config_auto.h.in,
15391: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 15392: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
15393: const void related probs fixed
1.95 moko 15394:
15395: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
15396:
15397: $file[^file::load[http://there]] $file.SERVER
15398:
15399: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
15400: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
15401: http options [invalid onces now reported] made default
15402: user-agent: paf
15403:
15404: * operators.txt, src/classes/file.C, src/classes/table.C,
15405: src/classes/xdoc.C, src/include/pa_common.h,
15406: src/include/pa_globals.h, src/main/pa_common.C,
15407: src/main/pa_globals.C, src/main/pa_request.C,
15408: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
15409: now understand http:// prefix and additional params, sample:
15410: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
15411: $.USER-AGENT[parser3] ]]
15412:
15413: 2002-11-22 paf
15414:
15415: * src/classes/image.C, src/include/pa_globals.h,
15416: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
15417: src/types/pa_vimage.h, operators.txt: $image.exif support
15418: $image.exif.DateTime & co
15419:
15420: 2002-11-21 paf
15421:
15422: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
15423: _PASS_APPENDED)
15424:
15425: * src/classes/image.C: jpeg size measure fixed: were badly skipping
15426: EXIF information [were big block and it's size were considered
15427: negative :(]
15428:
15429: * operators.txt, src/classes/image.C, src/include/pa_common.h,
15430: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
15431: internals rewritten. no there's reader.seek, and all's ready for
15432: EXIF extraction [now we fail to measure files with EXIF info]
15433:
15434: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
15435: O_TRUNC truncates even exclusevely write-locked file [thanks to
15436: Igor Milyakov <virtan@rotabanner.com> for discovering]
15437:
15438: 2002-11-20 paf
15439:
15440: * src/targets/cgi/parser3.C: logging @signal += query_string
15441:
15442: * configure.in, src/include/pa_config_auto.h.in,
15443: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
15444: comment
15445:
15446: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
15447:
15448: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15449: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
15450: currently processed document SIGPIPE >> interrupts request
15451: processing [exception = DB rollback]
15452:
15453: * src/main/pa_exec.C: comment
15454:
15455: * src/main/pa_exec.C: pa_exec: data written only if size>0
15456:
15457: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
15458: << disable HTTP-POST repassing
15459:
15460: * src/: include/pa_config_fixed.h, main/pa_common.C,
15461: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
15462: pipe read errors now checked
15463:
15464: 2002-11-19 paf
15465:
15466: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
15467: CGI: Illegal call
15468:
15469: 2002-11-01 paf
15470:
15471: * src/main/execute.C: comment
15472:
15473: 2002-10-31 paf
15474:
15475: * src/main/execute.C: found out why, checked that for now. todo:
15476: find out a way for that user could do that
15477:
15478: * src/types/pa_vstateless_object.h: object put replaces static
15479: parent if any
15480:
15481: * src/types/pa_vobject.C: object put replaces static parent if any
15482:
15483: * src/: classes/form.C, classes/mail.C, classes/op.C,
15484: classes/xnode.h, main/compile.tab.C, main/execute.C,
15485: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
15486: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15487: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
15488: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15489: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
15490: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15491: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15492: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15493: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15494: types/pa_vstateless_object.h, types/pa_vstatus.C,
15495: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15496: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15497: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15498: types/pa_wwrapper.h: static fix merged
15499:
15500: * src/: main/compile.tab.C, types/pa_vobject.C: killed
15501: $virtual_fields in dynamic, but one can reach derived
15502: static[class] variable from base
15503:
15504: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
15505: types/pa_vobject.C, types/pa_vobject.h,
15506: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
15507: statics, left $virtual_fields in dynamic
15508:
15509: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
15510: one can't remember derivates in base class: there's so many of
15511: them. also there can be no virtual method calls in static
15512: classes
15513:
15514: * src/: classes/form.C, classes/mail.C, classes/op.C,
15515: classes/xnode.h, main/execute.C, main/pa_request.C,
15516: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
15517: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
15518: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
15519: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15520: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
15521: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
15522: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
15523: types/pa_vresponse.C, types/pa_vresponse.h,
15524: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15525: types/pa_vstateless_object.h, types/pa_vstatus.C,
15526: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15527: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15528: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15529: types/pa_wwrapper.h: static call $self fixed
15530:
15531: * src/main/execute.C: comment
15532:
15533: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
15534: ^process[$caller.self]{...} now compiles to last derived object
15535: part of that 'self'
15536:
15537: 2002-10-29 paf
15538:
15539: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
15540: re-passing [iis to blame]
15541:
15542: * src/classes/string.C: changed string.save to pass current sql
15543: connection to cstr thus one can ^connect[some server]{
15544: $s[insert into table x (x) values (^taint[sql]{value})]
15545: ^s.save[some.sql] } and he'd get in some.sql file code with
15546: properly escaped. [tried in mssql->mysql export->import of
15547: binary data]
15548:
15549: 2002-10-25 paf
15550:
15551: * src/types/pa_vresponse.C: case insensitive response user fields
15552: get/put
15553:
15554: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
15555: types/pa_vresponse.C: saving for maybe-future
15556:
15557: 2002-10-23 paf
15558:
15559: * operators.txt, src/classes/table.C: ^table.hash{code}...
15560: ^table.hash(expr)...
15561:
15562: * src/types/pa_vmail.C: email whitespace trimBoth-ed
15563:
15564: 2002-10-22 paf
15565:
15566: * src/types/: pa_vform.C, pa_vform.h: removed needless
15567: VForm::Append...(...Value)
15568:
15569: * src/main/execute.C: $.name outside of $name[...] checked
15570:
15571: * src/main/: compile.tab.C, compile.y: lexer changed to fix
15572: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
15573:
15574: 2002-10-21 paf
15575:
15576: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
15577: $form:qtail $form:imap.x/y
15578:
15579: * operators.txt, src/types/pa_vform.C: $form:nameless =
15580: "?value&...", "...&value&...", "...&value"
15581:
15582: * operators.txt, src/types/pa_vform.C: $form:image-map
15583:
15584: * operators.txt, src/classes/file.C: /some/page.html:
15585: ^file:fullpath[a.gif] => /some/a.gif
15586:
15587: 2002-10-17 paf
15588:
15589: * src/main/: compile.tab.C, compile.y: operators precedence changed
15590: a little: logical not and bitwise negation precedence made
15591: highest, << and >> bitshits precedence made equal [were << higher
15592: than >>]
15593:
15594: * src/classes/op.C: exception handling fixed [were bad with
15595: contexts]
15596:
15597: 2002-10-16 paf
15598:
15599: * src/: classes/op.C, include/pa_request.h, main/execute.C,
15600: main/pa_request.C: Request::self considered equal to
15601: VMethodFrame::self, and removed, Request::get_self() mapped to
15602: VMethodFrame.self()
15603:
15604: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
15605: $hash in open field now gives old good error meesage
15606:
15607: 2002-10-15 paf
15608:
15609: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
15610: use ^if($junction is junction){was and now true}
15611:
15612: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
15613: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
15614: types/pa_vxnode.C: xml->parser strings now have origin, which
15615: points to place where value left xml library and came to parser:
15616: place of dom field extraction/call
15617:
15618: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
15619: main/compile.tab.C, main/compile.y, main/execute.C,
15620: types/pa_vmethod_frame.h: removed last pieces of old code
15621: allowing $junction.xxx at compile time
15622:
15623: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
15624: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
15625: objects also considered [were only classes]
15626:
15627: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
15628: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
15629: with CLASS self. [ (request&method_frame).self temporarily
15630: changed ]
15631:
15632: * src/classes/: hash.C, op.C: method_frame now always changed, with
15633: no exception to native calls. for&foreach changed to use
15634: method_frame.caller for their var's name context
15635:
15636: * src/: main/execute.C, targets/cgi/parser3.C,
15637: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
15638: compiling to system classes disabled
15639:
15640: * operators.txt, src/classes/op.C:
15641: ^process[$caller.CLASS]{code-string} added
15642:
15643: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
15644: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
15645: src/types/Makefile.am, src/types/pa_vjunction.C,
15646: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
15647: src/types/types.dsp: removed $junction.get $junction.set[]
15648: introducing $caller
15649:
15650: * src/types/pa_value.h: removed outdated comments. doxygen would
15651: find them lower by inheritance tree
15652:
15653: * src/types/pa_vjunction.C: ident
15654:
15655: 2002-10-14 paf
15656:
15657: * src/classes/op.C: process compiles to code's class class
15658:
15659: * src/: classes/form.C, classes/mail.C, classes/op.C,
15660: include/pa_request.h, main/compile.C, main/compile.tab.C,
15661: main/compile.y, main/execute.C, main/pa_request.C,
15662: types/pa_vstateless_class.h: operators now main-class-methods
15663:
15664: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
15665: better stack trace [has "call" & co there]
15666:
15667: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15668: operators @auto now executed in MAIN context
15669:
15670: * src/main/execute.C: operator execution context now = MAIN, not
15671: closest stack frame
15672:
15673: @touchit[] $i[after]
15674:
15675: ----t.html $i[before] << local ^touchit[] $i << now 'before',
15676: were 'after'
15677:
15678: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
15679: 'after'
15680:
15681: * src/main/execute.C: comment
15682:
15683: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
15684: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
15685: action]
15686:
15687: * src/types/pa_vxnode.C: misreplace fixed
15688:
15689: * configure, configure.in, src/include/pa_config_auto.h.in,
15690: src/types/pa_vstatus.C, operators.txt:
15691: $status:rusage.tv_secs/usecs introduced
15692:
15693: 2002-10-09 paf
15694:
15695: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
15696: on empty string [or uses (default)]
15697:
15698: 2002-10-08 paf
15699:
15700: * src/main/untaint.C: mail header quoted printable changed after
15701: RFC reread
15702:
15703: * operators.txt: plan on ^if(method
15704:
15705: * src/types/pa_vxnode.C: misreplace
15706:
15707: 2002-09-24 paf
15708:
1.116 moko 15709: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 15710:
15711: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
15712: mailreceive would compile on freebsd now
15713:
15714: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
15715: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 15716: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
15717: mailreceive would compile on freebsd now
1.95 moko 15718:
15719: * src/: classes/file.C, main/untaint.C: 1. file spec language
15720: changed: now there are only few chars are untainted: * ? ' " < >
15721: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
15722: one should use ^untaint[uri]{...} now]
15723:
15724: 2. $list[^file:list[dir]] now returns simply tainted names in
15725: $list.name, not tainted as filespec
15726:
15727: @russianindex[] #dir with files with russian-lang names
15728: $where[dir]
15729:
15730: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
15731: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
15732:
15733: 2002-09-23 paf
15734:
15735: * src/types/pa_vdouble.h: double->int round added
15736:
15737: * src/classes/date.C: date bug fix, now
15738: round(floatDays*secondsPerDay)
15739:
15740: * src/classes/date.C: date bug fix, now
15741: round(floatDays*secondsPerDay)
15742:
15743: 2002-09-20 paf
15744:
15745: * src/main/execute.C: code junction calls disabled [before: code
15746: was compiled in such a way, that there were no code-junctions in
15747: OP_CALL]
15748:
15749: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
15750:
15751: @badjunctioncallinside[code] ^code[]
15752:
15753: * src/main/: compile.tab.C, compile.y: changed grammer on junction
15754: expanding to include ^junction.method
15755:
15756: * src/main/pa_common.C: -d "DIR/" now true
15757:
15758: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
15759: as internal xdoc encoding, and after decoding attributes set by
15760: dom functions now encoded OK, not as digital entities
15761:
15762: * src/classes/xdoc.C: empty transform result, being taken as file
15763: now returns empty file, not raises stupid error about "stat-ed
15764: file"
15765:
15766: * src/types/pa_vhash.h: hash.foreach modification of existing keys
15767: allowed
15768:
15769: * src/types/types.dsp: introducing $junction.get/put(1) one can
15770: write iterators now:
15771:
15772: ^user-foreach[key;value]{$key=$value<br>}
15773:
15774: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
15775: $code.value($i*2) $code }
15776:
15777: * src/main/compile_tools.h: mistype
15778:
1.116 moko 15779: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
15780: thus taking linking options configure changes into account [were:
15781: ignoring]
1.95 moko 15782:
15783: * src/types/: pa_vjunction.C, Makefile.am: introducing
15784: $junction.get/put(1) one can write iterators now:
15785:
15786: ^user-foreach[key;value]{$key=$value<br>}
15787:
15788: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
15789: $code.value($i*2) $code }
15790:
15791: * src/: include/pa_opcode.h, include/pa_request.h,
15792: main/compile.tab.C, main/compile.y, main/execute.C,
15793: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
15794: introducing $junction.get/put(1) one can write iterators now:
15795:
15796: ^user-foreach[key;value]{$key=$value<br>}
15797:
15798: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
15799: $code.value($i*2) $code }
15800:
15801: 2002-09-19 paf
15802:
1.116 moko 15803: * Makefile.am: new: make commit
1.95 moko 15804:
15805: * aclocal.m4: forced to be older
15806:
15807: 2002-09-18 paf
15808:
15809: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
15810: src/main/compile.y, src/main/execute.C: << >> int shifts
15811:
15812: * src/: include/pa_common.h, include/pa_request.h,
15813: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
15814: - now this - fatal error
15815:
15816: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
15817: that one can pass binary data there
15818:
15819: * src/: classes/date.C, classes/double.C, classes/file.C,
15820: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15821: classes/op.C, classes/response.C, classes/string.C,
15822: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15823: include/pa_request.h: pa_request contexts made privated, plus
15824: get_{self/method_frame} to read. Request_context_saver used in
15825: ^try to save flang too. [were not saved]
15826:
15827: * src/types/pa_vresponse.C: header value chains joined before
15828: output, this should help $.subject[$var $var] from being
15829: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
15830:
15831: 2002-09-17 paf
15832:
15833: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
15834: removed changes, operators executed with calling self. lots of
15835: code with ^include code relies on defined/defining self variables
15836:
15837: $a[1] ^include[print_a.p] print_a.p: $a
15838:
15839: ^include[set_a.p] a=$a set_a.p: $a[1]
15840:
15841: * src/: classes/op.C, main/execute.C, main/pa_request.C,
15842: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
15843: types/pa_vstateless_class.h: operators now executed with MAIN
15844: self. it's for ^include sake, too strong a change
15845:
15846: * src/classes/op.C: made place for ^process to compile it's code to
15847: in case of no self
15848:
15849: * src/main/execute.C: found ancient param to Junction, removed.
15850: allowed passing self to native_code_operators [for ^process to
15851: work, she needs self]
15852:
15853: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
15854: types/pa_vstateless_class.h: found ancient param to Junction,
15855: removed. allowed passing self to native_code_operators [for
15856: ^process to work, she needs self]
15857:
15858: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
15859: types/pa_value.h, types/pa_vmethod_frame.h,
15860: types/pa_vstateless_class.h: allowed Request.self to be 0,
15861: checked that in VMethodFrame get/put and $self.
15862:
15863: * src/classes/: table.C, xdoc.C: table::sql options table::create
15864: copy options options checked, wrong option now fatal error
15865:
15866: * src/main/pa_string.C: string.replace fixed [were missing words on
15867: pieces boundaries]
15868:
15869: * bin/auto.p.dist.in: strange \n
15870:
15871: * configure, configure.in: .so now detected [can be .sl on hpux,
15872: .dll on cygwin, .so in other cases)
15873:
1.116 moko 15874: * configure, configure.in, bin/auto.p.dist.in: .so now detected
15875: [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95 moko 15876:
15877: * operators.txt, src/classes/hash.C, src/classes/table.C,
15878: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
15879: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
15880: record taken [were last]
15881:
15882: * src/: classes/hash.C, classes/table.C,
15883: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
15884: now errors
15885:
15886: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
15887:
15888: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
15889: ,2,3]
15890:
15891: 2002-09-16 paf
15892:
15893: * src/classes/file.C: file::cgi line ends can be both unix & dos.
15894: and they can be unix [\n\n] on win when 'use CGI' used, it causes
15895: stdout to be binary. now detected closest header break.
15896:
15897: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
15898: closed right
15899:
15900: 2002-09-13 paf
15901:
15902: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
15903: src/main/compile_tools.h: (expression #comment)
15904:
15905: (multiline expression #comment line2 #comment )
15906:
15907: (expression #comment with (brackets) comment) << OK
15908:
15909: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
15910: bitwise !|| numerical xor now [preparing for expression
15911: #comments]
15912:
15913: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
15914: error
15915:
15916: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
15917: cheched in pa_socks.C
15918:
1.116 moko 15919: * configure, configure.in, src/include/pa_config_auto.h.in:
15920: HAVE_WINSOCK_H created in configure.in
1.95 moko 15921:
15922: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
15923: cookie date now clean [were mistakenly tainted & that worked bad
15924: with opera -- 'happily' that worked OK with msie]
15925:
15926: 2002-09-12 paf
15927:
15928: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
15929: VClass get_element now first looks to fields, next to methods &
15930: co todo: the rest reason: more speed
15931:
15932: * src/main/untaint.C: quoted printable encoding stops before
15933: \s*<...>$
15934:
15935: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
15936: stops before <...>$
15937:
15938: 2002-09-11 paf
15939:
15940: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
15941: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
15942: forgot to check users of those funcs. not all were using that
15943: return value convention
15944:
15945: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
15946: windows-1254 added
15947:
15948: 2002-09-10 paf
15949:
15950: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
15951: VCodeFrame parent param were specified badly
15952:
15953: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
15954: WWrapper which used in constructing objects(second param to sql
15955: method) ^...sql{}[$.default{code}] now has parent, wich helps
15956: code in hash to survivi
15957:
15958: * src/: include/pa_request.h, main/execute.C: removed redundant
15959: param to execute [stack said 'thanks']
15960:
15961: * src/: classes/op.C, main/execute.C, types/pa_value.C,
15962: types/pa_value.h, types/pa_vcode_frame.h,
15963: types/pa_vmethod_frame.h, types/pa_wcontext.C,
15964: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
15965: responsibility to wcontext
15966:
15967: * src/classes/file.C: decided not to log exec's with stderr, that
15968: could be warnings, and it's up to scritper to log/show them
15969:
15970: * src/: classes/double.C, main/execute.C: double:sql badly called
15971: write_assign_lang, not write_no_lang, thus doing unnecessary
15972: double/string converstion, which were loosing time&precesion
15973:
15974: * src/: main/pa_charset.C, types/pa_vmail.C:
15975: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
15976: case of unfinished in buffer processing, causing accidental
15977: transcode stop [in case that source enc != utf-8 & there is
15978: incomplete utf-8 sequence at the end of 16000block iside of
15979: libxml lib] tfm readed & code updated
15980:
15981: 2002-09-04 paf
15982:
15983: * configure: makes with sjlj
15984:
15985: * INSTALL, src/include/pa_config_fixed.h,
15986: src/include/pa_sql_connection.h,
15987: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
15988: checked. on win32 it made default
15989:
15990: * src/include/pa_config_auto.h.in: sjlj define
15991:
15992: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
15993: can not work with longjump/throw pair, and one must switch that
15994: on there. todo: detect that automatically]
15995:
15996: * src/types/pa_vxnode.C: removed too strong checks of
15997: xnode.elements. now, for instance, if element does not have any
15998: attributes, $xnode.attributes is void, not error
15999:
16000: 2002-09-02 paf
16001:
16002: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
16003: removed double_result, didn't help
16004:
16005: * src/main/execute.C: double_result made to move that var away from
16006: hungry g++ optimizer (-O2), before: it were optimized and
16007: comparison operators worked badly
16008:
16009: * src/types/pa_vdate.h: removed debug
16010:
1.116 moko 16011: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 16012:
16013: * src/main/execute.C: fixed numeric < & co so that thay now use
16014: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
16015: unknown reason.
16016:
16017: 2002-08-29 paf
16018:
16019: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
16020: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
16021: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
16022: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
16023: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
16024: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
16025: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
16026: [called less frequent, allowed to remove ugly
16027: Junction.change_context-s from many places, switch,
16028: mail:send..html{}, ..] request.root renamed to method_frame [more
16029: easyreading] ancient {...PUSH/POPs...} changed to stack vars
16030: [speed up]
16031:
16032: 2002-08-28 paf
16033:
16034: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
16035: tainted
16036:
16037: * src/types/pa_vcookie.C: fixed cookie delete when
16038: $cookie:name[$.value[]]
16039:
16040: * operators.txt, src/classes/string.C:
16041: ^string.split[delim[;options]]
16042:
16043: 2002-08-27 paf
16044:
1.116 moko 16045: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 16046:
16047: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
16048: delimiter
16049:
16050: * INSTALL: recommended latest gmime 1.0.5
16051:
16052: 2002-08-26 paf
16053:
16054: * configure, configure.in: apache13/hook added to make dist.
16055:
16056: 2002-08-23 paf
16057:
16058: * src/: include/pa_common.h, main/pa_common.C,
16059: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
16060: beside binary [cgi, isapi] not accessible [due to bad rights or
16061: whatever] it's error now
16062:
16063: 2002-08-21 paf
16064:
1.116 moko 16065: * Makefile.am: can use: make happy equals to make update install
1.95 moko 16066:
16067: * src/main/: compile.tab.C, compile.y, compile_tools.C,
16068: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
16069: class". compiled as if here they named base class
16070:
16071: * src/main/pa_string.C: fixed bad language bug, [were wrong string
16072: cloning constructor]
16073:
16074: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
16075:
16076: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
16077: src/types/pa_vfile.C, src/types/pa_vmail.C:
16078: $mail.received.file.value.content-type fixed
16079:
16080: 2002-08-20 paf
16081:
16082: * src/classes/file.C: fixed language of file:file result
16083:
16084: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
16085: from 3.0.0005
16086:
16087: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
16088:
16089: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
16090: 3.0.0005
16091:
16092: * src/classes/void.C, operators.txt: ^void.length[] = 0
16093:
16094: 2002-08-19 paf
16095:
16096: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
16097: work now
16098:
16099: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
16100: error in xnode, which were not catched in xdoc]
16101:
16102: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
16103: prepared: // validate each document after load/create (?)
16104: //xmlDoValidityCheckingDefaultValue = 1;
16105:
16106: 2002-08-15 paf
16107:
16108: * src/classes/classes.h: write to static var caused useless
16109: Exception, introduced Methoded::put_element wich consumes those
16110:
16111: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
16112: src/types/pa_vcookie.C, src/types/pa_vdate.h,
16113: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
16114: $response:field[date] $response:field[$.xxx[date]]
16115:
16116: * src/: classes/hash.C, classes/string.C, classes/table.C,
16117: classes/void.C, include/pa_sql_connection.h: fixed source of
16118: ^hash::sql{bad}
16119:
16120: * operators.txt: $request:body unprecessed POST request body
16121:
16122: * src/types/pa_vrequest.C: $request:body unprecessed POST request
16123:
16124: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
16125: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
16126:
16127: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
16128: src/include/pa_request.h, src/main/pa_pool.C,
16129: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
16130: $request:body r.post_data now const
16131:
16132: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
16133: classes/xnode.C, main/execute.C, types/pa_value.h,
16134: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
16135: types/pa_vtable.h: instead of type() checking everywhere used
16136: Value.as now user descendants can be used in params.
16137:
16138: VObject::as_*, is_defined now taken from bases. xtable(table)
16139: ^if($xtable) now OK
16140:
16141: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
16142: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
16143: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
16144:
16145: 2002-08-14 paf
16146:
16147: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
16148: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16149: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16150: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16151: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16152: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16153: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16154: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16155: types/pa_vresponse.C, types/pa_vresponse.h,
16156: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16157: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16158: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16159: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16160: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
16161: & VClass
16162:
16163: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
16164:
16165: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
16166: removed fixopt stupidity. on stupid linux use cd /document/root
16167: ../cgi/parser3 script
16168:
16169: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
16170: params, splitting them by space, excluding argv[0], argv[argc-1]
16171:
16172: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
16173: fixopt.h: fixopt now preprocesses command line params, splitting
16174: them by space, excluding argv[0], argv[argc-1]
16175:
16176: * src/targets/cgi/parser3.C: -f config file
16177:
16178: * src/targets/cgi/parser3.C: fixed .log file dir
16179:
16180: 2002-08-13 paf
16181:
16182: * src/types/pa_vobject.C: allow override parent variables, useful
16183: for form descendants [in vobject too, were in vclass]
16184:
16185: * src/types/pa_vclass.C: allow override parent variables, useful
16186: for form descendants
16187:
16188: * src/types/pa_vclass.C: checked: form[vclass]fields can be
16189: overwritten in derived(table)
16190:
16191: * src/: classes/form.C, classes/mail.C, classes/op.C,
16192: classes/xnode.h, include/pa_request.h, main/execute.C,
16193: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16194: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16195: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16196: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16197: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16198: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16199: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16200: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16201: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16202: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16203: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16204: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16205: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
16206: Value::get_element(..., bool looking_down) [needed to exclude
16207: endless recoursion]
16208:
16209: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
16210: fix bug with put endless recoursion todo: check 'as'
16211:
16212: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
16213: reorganized modules todo: fix bug with put endless recoursion
16214: todo: check 'as'
16215:
16216: * src/types/pa_vobject.h: checked: table fields can be overwritten
16217: in derived(table)
16218:
16219: * src/types/pa_vobject.h: derived classes can have fields of their
16220: own now
16221:
16222: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
16223: fixed error message on using non-created table
16224:
16225: * src/: classes/form.C, classes/hash.C, classes/mail.C,
16226: classes/op.C, classes/xnode.h, include/pa_request.h,
16227: main/compile.C, main/compile.tab.C, main/execute.C,
16228: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16229: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16230: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16231: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16232: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
16233: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16234: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16235: types/pa_vresponse.C, types/pa_vresponse.h,
16236: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16237: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16238: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16239: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16240: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
16241: looking down/up tree todo: fix error message on non-constructed
16242: parents
16243:
16244: 2002-08-12 paf
16245:
16246: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
16247: derived OK
16248:
16249: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
16250: thorough testing
16251:
16252: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
16253: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16254: types/pa_vobject.h, types/pa_vstateless_class.h,
16255: types/pa_vstateless_object.h, types/pa_wcontext.h,
16256: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
16257: ^base:create[] dynamic call rewritten todo: thorough testing
16258:
16259: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
16260: now instantates base class, remembers it and saves child in
16261: parent VObject.get_class now returns last child = downward
16262: virtual calls OK
16263:
16264: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16265: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16266: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
16267: types/pa_vobject.h, types/pa_vresponse.h,
16268: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16269: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
16270: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
16271: VAliased [redundant], moved $CLASS to VObject only [parser class
16272: instance]
16273:
16274: * bin/auto.p.dist.in: more like in dist on parser.ru
16275:
16276: * bin/auto.p.dist.in: fixed sendmail default comment
16277:
16278: * src/main/pa_request.C: $response:body[file] content-type check
16279: fixed [were bad when content-type is hash]
16280:
16281: 2002-08-09 paf
16282:
16283: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16284: types/pa_vobject.h, types/pa_vxdoc.h: started as()
16285:
16286: 2002-08-08 paf
16287:
16288: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
16289: src/main/pa_globals.C: year column in month calendar [week year]
16290:
16291: * src/main/execute.C: error reporting on object writes to MAIN
16292: improved [were ruind with fixing $obj[^if(1){$obj}] ]
16293:
16294: * operators.txt, src/types/pa_vdate.h: $date.yearday
16295: $date.daylightsaving
16296:
16297: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
16298: use tainted data now. only she must specify the language.
16299:
16300: ^mail:send[ $.from[paf@mail.design.ru]
16301: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
16302: $.text[^taint[uri][ìîñêâà]=] ]
16303:
16304: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
16305: now prints more precise origin
16306:
16307: * src/include/pa_string.h: String::first_char now not fails on
16308: empty strings ^if(-f '') now ok and in 3 other places.
16309:
16310: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
16311: String::first_char now not fails on empty strings ^if(-f '') now
16312: ok and in 3 other places.
16313:
16314: 2002-08-07 paf
16315:
16316: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
16317: fixed
16318:
16319: * src/main/pa_string.C: ^string.mid(0;bad) fixed
16320:
16321: * src/: main/execute.C, types/pa_vcode_frame.h,
16322: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16323: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
16324: mistakenly not completely transparent to object writes.
16325: $hash[^if(1){$hash}] now works
16326:
16327: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
16328: now erasing cache file [there were bad check on that]
16329:
16330: * src/: classes/classes.dsp, classes/table.C,
16331: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
16332: all Debug dirs in .dsp now named 'Debug'
16333:
1.116 moko 16334: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 16335:
16336: * operators.txt, src/classes/mail.C: exception_type email.send
16337:
16338: * operators.txt, src/types/pa_vmail.C: exception_type email.format
16339:
16340: * src/types/pa_vmail.C: mail:send empty email checked
16341:
16342: 2002-08-06 paf
16343:
16344: * operators.txt, src/classes/table.C, src/include/pa_array.h,
16345: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
16346: ^table::create[$source;$.options] ^table::join[$source;$.options]
16347:
16348: * operators.txt, src/classes/hash.C, src/classes/string.C,
16349: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
16350: # $.default() }
16351:
16352: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
16353:
16354: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16355: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
16356: $file.content-type [instead of .mime-type] now works for
16357: file::stat also
16358:
16359: * src/main/pa_request.C: case insensitive mime_type_of
16360:
16361: * bin/auto.p.dist.in: jpeg
16362:
16363: 2002-08-05 paf
16364:
16365: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
16366:
16367: * src/types/pa_vmail.C: file buffer relocated to parser heap
16368:
16369: * operators.txt: comment on date:calendar week column
16370:
16371: * src/main/pa_common.C: write checked
16372:
16373: * src/main/: pa_common.C: write checked
16374:
16375: * src/classes/date.C: +1 buf size for stupid snprintfs
16376:
16377: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
16378: month calendar week column [ISO 8601 Week Numbers]
16379:
16380: 2002-08-02 paf
16381:
16382: * src/: include/pa_config_fixed.h, main/pa_string.C,
16383: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
16384: DEBUG*
16385:
16386: * configure, configure.in, src/include/pa_version.h: release
16387: 3_0_0005
16388:
16389: * bin/auto.p.dist.in: unhandled_exception comments
16390:
16391: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
16392: multipart post fixed
16393:
16394: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
16395: response transcoded source->client only when text/* or simple
16396: onoverridden $response:body
16397:
16398: 2002-08-01 paf
16399:
16400: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16401: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16402: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16403: classes/op.C, classes/response.C, classes/string.C,
16404: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16405: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16406: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16407: include/pa_config_fixed.h, include/pa_dictionary.h,
16408: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
16409: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
16410: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
16411: include/pa_socks.h, include/pa_sql_connection.h,
16412: include/pa_sql_driver_manager.h, include/pa_stack.h,
16413: include/pa_string.h, include/pa_stylesheet_connection.h,
16414: include/pa_stylesheet_manager.h, include/pa_table.h,
16415: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16416: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16417: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
16418: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16419: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16420: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16421: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16422: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16423: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16424: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16425: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16426: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16427: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16428: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16429: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16430: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
16431: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
16432: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16433: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
16434: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16435: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
16436: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16437: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
16438: types/pa_vmethod_frame.h, types/pa_vobject.h,
16439: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16440: types/pa_vresponse.h, types/pa_vstateless_class.C,
16441: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16442: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16443: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16444: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16445: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16446: types/pa_wcontext.h, types/pa_wwrapper.h: $Date: now$
16447:
16448: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
16449: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16450: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16451: classes/math.C, classes/op.C, classes/response.C,
16452: classes/string.C, classes/table.C, classes/void.C,
16453: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16454: include/pa_array.h, include/pa_cache_managers.h,
16455: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16456: include/pa_config_fixed.h, include/pa_config_includes.h,
16457: include/pa_dictionary.h, include/pa_dir.h,
16458: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16459: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16460: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16461: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16462: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16463: include/pa_stack.h, include/pa_string.h,
16464: include/pa_stylesheet_connection.h,
16465: include/pa_stylesheet_manager.h, include/pa_table.h,
16466: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16467: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
16468: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16469: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
16470: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16471: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
16472: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
16473: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
16474: main/pa_sql_driver_manager.C, main/pa_string.C,
16475: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16476: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16477: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16478: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
16479: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16480: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
16481: targets/isapi/pool_storage.h, types/pa_valiased.C,
16482: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
16483: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
16484: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16485: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16486: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16487: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16488: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16489: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16490: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16491: types/pa_vresponse.C, types/pa_vresponse.h,
16492: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16493: types/pa_vstateless_object.h, types/pa_vstatus.C,
16494: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16495: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16496: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16497: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16498: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
16499: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
16500: types/Makefile.am: ident.C* removed
16501:
16502: * operators.txt, src/classes/file.C, src/main/pa_request.C:
16503: file:find[/can/do/this/now.txt]
16504:
16505: * src/targets/cgi/parser3.C: usage to stdout now
16506:
16507: 2002-07-31 paf
16508:
16509: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
16510:
16511: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
16512: default "postmaster"
16513:
16514: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
16515: -f postmaster now default sendmail key word "postmaster"
16516: replaced to $.from
16517:
16518: 2002-07-30 paf
16519:
1.116 moko 16520: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
16521: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 16522:
16523: * src/main/pa_charset.C: comment
16524:
16525: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
16526: table, &#decimal;
16527:
16528: * src/main/pa_request.C: comment
16529:
16530: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
16531: paragraf]
16532:
16533: 2002-07-11 paf
16534:
16535: * src/main/pa_exec.C: build command line badly added params twice
16536: [and first time without ' ']. double wrong. fixed.
16537:
16538: * src/main/pa_exec.C: invalid .exe caused error message with params
16539: wich parser did not provide = reported badly. fixed that.
16540:
16541: * src/classes/mail.C: $MAIL[ # xxx ]
16542:
16543: now ok
16544:
16545: * operators.txt: plan: sql detailed exception
16546:
16547: 2002-07-01 paf
16548:
16549: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
16550: [MForm.configure_admin were called when request.main_class ==0
16551:
16552: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
16553:
16554: * src/classes/form.C: content_length type fix
16555:
16556: 2002-06-30 paf
16557:
16558: * src/classes/mail.C: merged from 4
16559:
16560: * src/classes/mail.C: restored $MAIL
16561:
16562: 2002-06-28 paf
16563:
16564: * configure, configure.in: removed paths.h
16565:
1.116 moko 16566: * configure, src/include/pa_version.h,
1.95 moko 16567: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
16568: merged, makes updated
16569:
16570: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
16571: src/include/pa_charset.h, src/include/pa_config_fixed.h,
16572: src/include/pa_pool.h, src/include/pa_version.h,
16573: src/main/pa_charset.C, src/main/pa_pool.C,
16574: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
16575: src/types/pa_vmail.C: merged latest updates to head
16576:
16577: 2002-06-27 paf
16578:
16579: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
16580: not error now
16581:
16582: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
16583: src/include/pa_config_fixed.h, src/include/pa_pool.h,
16584: src/main/pa_charset.C, src/main/pa_pool.C:
16585: ^xdoc::create[[uri]]... base uri for document being created,
16586: imports and other relative file names would be relative to this
16587: uri default uri=path_translated
16588:
16589: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
16590:
16591: 2002-06-26 paf
16592:
16593: * configure, configure.in, src/include/pa_version.h:
16594: release_3_0_0004
16595:
16596: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
16597: 0 now
16598:
16599: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
16600:
16601: 2002-06-25 paf
16602:
16603: * src/main/pa_string.C: emtpy string, or string of whitespaces
16604: considered bad number now
16605:
16606: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
16607: now
16608:
16609: * operators.txt, src/classes/string.C: ^string.normalize [old
16610: name: optimize
16611:
16612: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
16613: library configured
16614:
16615: * src/main/pa_request.C: configure_admin forced if no @conf
16616:
16617: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
16618: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
16619: when needed and to call system crypt() if not $apr1$ prefix
16620:
16621: 2002-06-24 paf
16622:
16623: * INSTALL: --with-static/shared-mailreceive described
16624:
16625: * src/include/pa_config_fixed.h: ssize_t fixed
16626:
1.116 moko 16627: * configure, configure.in, src/include/pa_config_auto.h.in,
16628: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 16629: src/types/pa_vmail.C: $mail:received makes update
16630:
16631: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
16632: WITH_MAILRECEIVE
16633:
16634: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
16635:
16636: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
16637: option, for $mail:receive
16638:
16639: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
16640: introducting $message:received ^mail:send rewritten with backward
16641: comp
16642:
16643: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
16644: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16645: types/types.dsp: win32xml win32mailreceive pseudomodules paths
16646: now
16647:
16648: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
16649: src/include/pa_charset.h, src/include/pa_config_fixed.h,
16650: src/include/pa_request.h, src/include/pa_string.h,
16651: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
16652: src/main/pa_globals.C, src/main/pa_request.C,
16653: src/main/pa_string.C, src/main/pa_uue.C,
16654: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
16655: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
16656: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
16657: uue to separate file introducting $message:received ^mail:send
16658: rewritten with backward comp
16659:
16660: 2002-06-21 paf
16661:
1.116 moko 16662: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
16663: co changes
1.95 moko 16664:
1.116 moko 16665: * configure, configure.in, src/lib/md5/Makefile.am,
16666: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
16667: restructure .in and .am files appropriate changes
1.95 moko 16668:
16669: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
16670: pcre to libs/ added libs/md5 which is linked to non-apache
16671: targets ^math:crypt[password;$apr1$salt]
16672:
16673: * INSTALL, configure.in, operators.txt, parser3.dsw,
16674: src/Makefile.am, src/classes/Makefile.am,
16675: src/classes/classes.dsp, src/classes/math.C,
16676: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 16677: src/lib/pcre/Makefile.am, src/lib/pcre/README,
16678: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
16679: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
16680: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
16681: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
16682: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
16683: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
16684: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 16685: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
16686: src/lib/pcre/pcre_parser_ctype.dsp,
16687: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
16688: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
16689: src/main/compile.tab.C, src/main/main.dsp,
16690: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
16691: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
16692: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
16693: to libs/ added libs/md5 which is linked to non-apache targets
16694: ^math:crypt[password;$apr1$salt]
16695:
16696: 2002-06-20 paf
16697:
16698: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.116 moko 16699: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
16700: src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 16701: src/include/pa_request.h, src/main/execute.C,
16702: src/main/pa_request.C, src/targets/cgi/parser3.C,
16703: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
16704: marged latest HEAD updates, mainly file:justname&co &
16705: @auto/conf[filespec
16706:
16707: * operators.txt, src/classes/file.C:
16708: !^file:dirname[/a/some.tar.gz]=/a
16709: !^file:dirname[/a/b/]=/a
16710: !^file:basename[/a/some.tar.gz]=some.tar.gz
16711: !^file:justname[/a/some.tar.gz]=some.tar
16712: !^file:justext[/a/some.tar.gz]=gz
16713:
16714: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16715: main/pa_request.C, types/pa_vmethod_frame.h: introducing
16716: @conf/auto[filespec]
16717:
16718: * bin/auto.p.dist.in: <noindex>
16719:
1.116 moko 16720: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 16721:
16722: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
16723: bin/auto.p.dist.in, src/doc/doxygen.cfg,
16724: src/include/pa_globals.h, src/targets/cgi/parser3.C,
16725: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
16726:
16727: 2002-06-18 paf
16728:
16729: * configure, configure.in, src/include/pa_version.h: version to
16730: configure.in
16731:
16732: * INSTALL: reflected .conf.dist dir change
16733:
1.116 moko 16734: * Makefile.am, configure, configure.in, bin/Makefile.am,
16735: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 16736: .in & *.am updated
16737:
16738: * src/classes/file.C: strncasecmp
16739:
16740: * src/classes/file.C: strcasecmp
16741:
1.116 moko 16742: * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
16743: from etc
1.95 moko 16744:
16745: * src/classes/file.C: ^file::exec[script;$.bad error case
16746: insensitive check now
16747:
16748: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
16749:
16750: * configure, configure.in, src/include/pa_pool.h,
16751: src/include/pa_types.h: pack configure.in detection simplified.
16752: figured out that gcc on sparc not that stupid as thought
16753: previously: on sparc: when it sees packed class it modifies it's
16754: field-access-code to byte operations [stb, ldub] instead of 4byte
16755: operations [st, lduh] so packed must be all parts of packed
16756: class, i.e. it's parents&fields(classes). for now it's only
16757: String that packed and what was wrong is that it's parent -
16758: Pooled, were not packed. fixed that.
16759:
16760: 2002-06-14 paf
16761:
16762: * operators.txt: more precise xml-to-text options
16763:
16764: * operators.txt, src/types/pa_vxnode.C: xnode
16765: attribute_node.name/value xnode pi.node.data
16766:
16767: 2002-06-12 paf
16768:
1.116 moko 16769: * configure, configure.in, src/targets/cgi/Makefile.am,
16770: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 16771:
16772: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
16773: src/include/pa_globals.h, src/include/pa_request.h,
16774: src/main/compile.tab.C, src/main/pa_globals.C,
16775: src/main/pa_request.C, src/targets/cgi/parser3.C,
16776: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
16777:
16778: * src/classes/mail.C: sendmail -ti [default now]
16779:
16780: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
16781: to be strings. for convinient #ing
16782:
16783: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
16784: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
16785:
16786: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
16787: main/pa_globals.C, main/pa_request.C: @conf
16788:
16789: 2002-06-11 paf
16790:
16791: * src/classes/file.C: check simplified
16792:
16793: * src/: classes/file.C, targets/cgi/parser3.dsp,
16794: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
16795: valid prefix
16796:
16797: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
16798: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
16799: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
16800:
16801: 2002-06-10 paf
16802:
16803: * operators.txt, src/classes/op.C, src/include/pa_common.h,
16804: src/main/pa_common.C: lock failures reported now
16805:
16806: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
16807: string->double @ compile time were not-enough-checking...
16808:
16809: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
16810: autoconvert now ignored
16811:
16812: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
16813: check
16814:
16815: * src/classes/mail.C: mail netscape attachment name fixed. todo:
16816: $response:body content-type:name
16817:
16818: * configure, configure.in: hpux check, nsl link, no socket
16819:
16820: * operators.txt: old merge conflict removed
16821:
16822: * configure, configure.in: pack even address access on sparc&co
16823: arch checked in configure
16824:
16825: * configure, src/include/pa_version.h: makes
16826:
16827: * configure, configure.in, src/include/pa_version.h: makes
16828:
16829: * src/main/untaint.C: (bug#2) mail subject got always prepended
16830: with charset even when all letters were 7bit one
16831:
16832: * src/main/pa_common.C: merged fixed -d (bug)
16833:
16834: * src/main/pa_common.C: fixed -d (bug)
16835:
16836: 2002-06-03 paf
16837:
16838: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
16839: src/classes/classes.dsp, src/main/compile.tab.C,
16840: src/main/main.dsp, src/main/pa_globals.C,
16841: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
16842: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
16843: .dsp-s along with reorganized cvs modules dirs structure
16844:
16845: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
16846: main/pa_globals.C, targets/cgi/parser3.dsp,
16847: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
16848: modules
16849:
16850: 2002-05-28 paf
16851:
16852: * src/targets/cgi/parser3.C: info.uri now ""
16853:
16854: 2002-05-17 paf
16855:
16856: * src/classes/: table.C: ^table.save << checked empty
16857: pre/match/post columns
16858:
16859: 2002-05-16 paf
16860:
16861: * src/classes/image.C: image::measure can png now
16862:
16863: 2002-05-15 paf
16864:
16865: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
16866: added
16867:
16868: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
16869:
16870: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
16871: %H[:%M[:%S]]]]]] [-%m now
16872:
16873: 2002-05-14 paf
16874:
16875: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
16876:
16877: 2002-05-07 paf
16878:
16879: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
16880: src/include/pa_globals.h, src/include/pa_request.h,
16881: src/include/pa_table.h, src/main/compile.tab.C,
16882: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
16883: src/main/pa_request.C, src/main/pa_table.C,
16884: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
16885: src/targets/isapi/parser3isapi.dsp,
16886: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
16887: name2number field now &. main_method_name now on Request pool
16888: rather on global_pool [Junction+VJunction created on same pool as
16889: name = were created on global pool, causing mem leaks]
16890:
16891: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
16892: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
16893: main/compile.y, main/main.dsp, main/pa_globals.C,
16894: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
16895: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
16896: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
16897: field now &. main_method_name now on Request pool rather on
16898: global_pool [Junction+VJunction created on same pool as name =
16899: were created on global pool, causing mem leaks]
16900:
16901: 2002-05-06 paf
16902:
16903: * src/: main/pa_globals.C, targets/cgi/parser3.C,
16904: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
16905: 100*40 bytes per request memory leak [nonpool malloc in globals]
16906:
16907: * src/: main/pa_globals.C, targets/cgi/parser3.C,
16908: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
16909: 100*40 bytes per request memory leak [nonpool malloc in globals]
16910:
16911: 2002-04-30 paf
16912:
16913: * configure, src/include/pa_version.h: version now not b
16914:
16915: * src/targets/cgi/parser3.C: request.uri now never 0
16916:
16917: 2002-04-29 paf
16918:
16919: * configure.in: removed b
16920:
16921: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
16922: Exception::comment/type checked in (), no there's no empty
16923: type/comment by default
16924:
16925: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
16926: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
16927: src/doc/value.dox, src/include/pa_exception.h,
16928: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
16929: 0001
16930:
16931: 2002-04-26 paf
16932:
16933: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
16934: size reduced
16935:
16936: 2002-04-25 paf
16937:
16938: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
16939: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
16940: now that took into account
16941:
16942: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
16943: 01:03:04]
16944:
16945: * ChangeLog, operators.txt, src/classes/date.C:
16946: ^date::create[2002-12-33 01:03:04]
16947:
16948: * ChangeLog: updated changelog
16949:
16950: * src/classes/table.C: removed restriction on column count to
16951: ^table.hash to work, now must be >0 [were >1]
16952:
16953: 2002-04-24 paf
16954:
16955: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
16956: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16957: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
16958: targets
16959:
16960: 2002-04-23 paf
16961:
16962: * operators.txt, src/classes/string.C:
16963: int/double/string:sql{}[$.default{code}] fixed [were barking:
16964: "junction used outside of context"]
16965:
16966: 2002-04-22 paf
16967:
16968: * types.txt, src/classes/string.C, src/include/pa_string.h,
16969: src/main/pa_string.C, src/types/pa_vstring.C,
16970: src/types/pa_vstring.h: ^string.optimize[]
16971:
16972: * src/: include/pa_globals.h, include/pa_table.h,
16973: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
16974: table template
16975:
16976: * src/classes/: string.C: optimize removed from string
16977: .left/right/pos
16978:
16979: * src/main/execute.C: rolled back to
16980: before_killing_userjunction_contexts
16981:
16982: * src/main/execute.C: user junctions context killed
16983:
16984: * src/main/execute.C: junctions to local contexts got
16985: cleanized&checked later
16986:
16987: 2002-04-19 paf
16988:
16989: * src/: classes/string.C, include/pa_request.h,
16990: include/pa_string.h, main/pa_request.C, main/pa_string.C,
16991: types/pa_vstring.C, types/pa_vstring.h: string now optimized
16992: prior to .left .right .mid .pos .match when that is profitable,
16993: and always before .replace when $ORIGINS(1) optimization disabled
16994: economy from not wasting mem on lots of strings which occur by
16995: lots of String:mid calls to get parts of source string between
16996: found_occurances
16997:
16998: * src/classes/file.C: ovector now local economy: 16 bytes per
16999: ^file:list
17000:
17001: * src/: include/pa_globals.h, include/pa_table.h,
17002: main/pa_globals.C, main/pa_string.C: String::match table columns
17003: globalized, not created @ each ^match anymore economy:
17004: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
17005:
17006: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
17007: removed from each String::match replace iteration, and made
17008: stacked sizeof(VTable)=12bytes economy on each replace code
17009:
17010: * src/doc/footer.htm: 2001,
17011:
17012: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
17013: string.match[]['] option enables generation of $match.prematch
17014: .match .postmatch columns
17015:
17016: * src/main/pa_string.C: String::match options analized without
17017: cstr-ing them now
17018:
17019: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
17020: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
17021: config updated to doxygen 1.2.15, created helper which fixes
17022: minor bugs in chm project files & htm tree. changed extension to
17023: .htm
17024:
17025: 2002-04-18 paf
17026:
17027: * src/doc/doxygen.cfg: .chi generation disabled
17028:
17029: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
17030: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
17031: fields&methods
17032:
17033: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
17034: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
17035: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
17036: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
17037: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
17038: types/pa_vresponse.h, types/pa_vstateless_class.h,
17039: types/pa_vstateless_object.h, types/pa_vstatus.h,
17040: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
17041: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
17042: VStateless_class to VObject
17043:
17044: * src/: main/pa_request.C, types/pa_valiased.h,
17045: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17046: types/pa_vstring.h: VStateless_string_object speicalized light
17047: version of VStateless_object
17048:
17049: * src/classes/op.C: ^throw comment param made optional
17050:
17051: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
17052: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
17053: and implemented down in VClass, fclass_alias removed,
17054:
17055: * src/types/pa_value.C: forced to cut that from .h because of
17056: VStateless_class usage [undefined in .h]
17057:
17058: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17059: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17060: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
17061: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
17062: on each CALL]
17063:
17064: * src/: classes/classes.h, classes/date.C, classes/double.C,
17065: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
17066: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
17067: classes/response.C, classes/string.C, classes/table.C,
17068: classes/void.C, classes/xnode.C, include/pa_globals.h,
17069: include/pa_request.h, main/execute.C, main/pa_globals.C,
17070: main/pa_request.C, types/Makefile.am, types/pa_value.h,
17071: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
17072: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17073: types/pa_vstateless_class.h, types/pa_wcontext.C,
17074: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
17075: removed Value::fname
17076:
17077: 2002-04-17 paf
17078:
17079: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
17080: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
17081: doc/pooled.dox, doc/string.dox, doc/targets.dox,
17082: include/pa_pool.h, include/pa_types.h: dox updated to current
17083: state, PTHROW freshen to throw & co
17084:
17085: * src/types/pa_vhash.h: vstring wrong parent fixed
17086:
17087: * src/classes/op.C: taint local result var bug fixed
17088:
17089: 2002-04-16 paf
17090:
17091: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
17092: Attic asm.txt as most interesting
17093:
17094: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
17095: check, preventing content-length: 0 from appearing
17096:
17097: * src/main/execute.C: $result in @main now taken into account as in
17098: usual functions
17099:
17100: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
17101: & @unhandled_exception now taken into account as in usual
17102: functions
17103:
17104: * src/doc/postbuild.txt: instructions on post .html build
17105:
17106: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
17107:
17108: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
17109: tainted
17110:
17111: * src/main/pa_request.C: uri in error log
17112:
17113: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
17114: cheched date:create(days) param for validity [later were assumed
17115: valid and crashed on invalid onces]
17116:
17117: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17118: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
17119: and used that for removing VString wrapper
17120:
17121: * src/classes/op.C: exception2vhash file now tainted
17122:
17123: * src/classes/op.C: _process pseudo origin copied from local var to
17124: heap
17125:
17126: * src/classes/op.C: extra check on empty file in origin in _execute
17127:
17128: 2002-04-15 paf
17129:
17130: * src/: main/execute.C, types/pa_value.h: fixed name update
17131:
17132: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
17133: functions
17134:
17135: * src/: classes/file.C, classes/hash.C, classes/op.C,
17136: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
17137: started dual write_xxx_lang functions, if checked & works
17138:
17139: * src/: classes/date.C, classes/file.C, classes/mail.C,
17140: classes/string.C, classes/xnode.C, include/pa_request.h,
17141: types/pa_value.h, types/pa_wcontext.h: removed absolutely
17142: unnecessary VString shells
17143:
17144: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
17145: prev changes]
17146:
17147: * src/: classes/image.C, classes/op.C, classes/string.C,
17148: classes/table.C, include/pa_request.h, main/execute.C,
17149: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
17150: StringOrValue wcontext result, now ready for dual writes
17151:
17152: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
17153: checked that
17154:
17155: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17156: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
17157: changed to OP_WRITE_VALUE in var get cases
17158:
17159: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
17160: include/pa_request.h, main/compile.tab.C, main/compile.y,
17161: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17162: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
17163: switch in hash constructor fixed [were problems with using of
17164: stacked wwrapper after it's death]
17165:
17166: 2002-04-12 paf
17167:
17168: * operators.txt, src/classes/table.C: table.select(expression) 0
17169:
17170: 2002-04-11 paf
17171:
17172: * src/: classes/string.C, include/pa_request.h, main/execute.C:
17173: Request::process_internal codeFrame & wwrapper stacked [not
17174: wasting heap anymore]
17175:
17176: 2002-04-10 paf
17177:
17178: * src/: classes/double.C, classes/file.C, classes/hash.C,
17179: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
17180: classes/string.C, classes/table.C, classes/void.C,
17181: classes/xdoc.C, include/pa_request.h, main/execute.C,
17182: main/pa_string.C: killed Request::process() wrapping
17183: VString(String) in case we need only String
17184:
17185: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17186: killed 8 bytes from String.head
17187:
17188: 2002-04-09 paf
17189:
17190: * src/: main/compile.tab.C, targets/cgi/parser3.C,
17191: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
17192: local*/char b[...]; a=b; situations
17193:
17194: * operators.txt, src/classes/xdoc.C: xslt params made literal
17195:
17196: * src/classes/xdoc.C: xslt params fixed
17197:
17198: * src/: main/pa_common.C, targets/cgi/parser3.C,
17199: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
17200: not pool.malloc(MAX_NUMBER) but really neaded
17201:
17202: * operators.txt, src/classes/double.C, src/classes/int.C:
17203: int/double.int/double(default)
17204:
17205: 2002-04-04 paf
17206:
17207: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
17208: [when reconstructing pieces were split by
17209: max_integral(piece.size), thus some strings to replace happen to
17210: be split into two = not replaced)
17211:
17212: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
17213: standalone version = current dir
17214:
17215: * src/targets/cgi/parser3.C: document root in standalone version =
17216: current dir
17217:
17218: 2002-04-03 paf
17219:
17220: * configure, configure.in: more checks on nonexistent charset
17221:
1.116 moko 17222: * INSTALL, configure, configure.in: root config configure options
1.95 moko 17223:
17224: 2002-04-02 paf
17225:
17226: * src/main/compile.C: parser.compile [exception name more like in
17227: doc]
17228:
17229: 2002-04-01 paf
17230:
17231: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
17232: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
17233: .content-type.charset, not .charset
17234:
17235: 2002-03-29 paf
17236:
17237: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
17238:
17239: * operators.txt, src/classes/date.C: ^date::create now may not
17240: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
17241: days' year. | 31.05->31.04 roll
17242:
17243: 2002-03-28 paf
17244:
17245: * operators.txt, src/classes/date.C, src/classes/op.C,
17246: src/include/pa_globals.h, src/include/pa_hash.h,
17247: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
17248: ^cache(seconds) ^cache[date] }
17249:
17250: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
17251: param
17252:
17253: 2002-03-27 paf
17254:
17255: * operators.txt, src/classes/date.C, src/classes/double.C,
17256: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
17257: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
17258: src/classes/math.C, src/classes/op.C, src/classes/string.C,
17259: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17260: src/classes/xnode.C, src/include/pa_exception.h,
17261: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
17262: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
17263: src/main/pa_array.C, src/main/pa_charset.C,
17264: src/main/pa_charsets.C, src/main/pa_common.C,
17265: src/main/pa_dictionary.C, src/main/pa_exception.C,
17266: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
17267: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
17268: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
17269: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17270: src/types/pa_value.h, src/types/pa_vcookie.C,
17271: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
17272: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
17273: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
17274: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
17275: src/types/pa_wwrapper.h: assigned exception types
17276:
17277: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
17278: src/include/pa_request.h, src/main/execute.C,
17279: src/main/pa_request.C: decided agains resetting exception_trace,
17280: just changed name
17281:
17282: 2002-03-26 paf
17283:
17284: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
17285: fixed
17286:
17287: * src/classes/op.C: forced language of $source field of exception
17288: to 'tainted', so that sql-langed-frags could be outputed outside
17289: of connect
17290:
17291: * operators.txt: removed date.roll limit of +-1 offset
17292:
17293: * src/classes/date.C: removed date.roll limit of +-1 offset
17294:
17295: * operators.txt, src/classes/date.C: fixed date roll on
17296: daylightsaving days mktime took into account tm_isdst flag, which
17297: remained from BEFORE roll, but should have been reset
17298:
17299: 2002-03-25 paf
17300:
17301: * operators.txt, src/targets/cgi/parser3.C:
17302: http_site_config_filespec
17303:
17304: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
17305: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
17306: with any/both --disable-foreign-group-files --disable-execs
17307:
17308: * INSTALL: "--with=sendmail=COMMAND" comment
17309:
17310: * INSTALL, configure, configure.in, src/classes/mail.C,
17311: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 17312: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
17313: disables execs also. introducing --sendmail
1.95 moko 17314:
17315: * operators.txt: pgsql options comment
17316:
17317: * INSTALL: comment on --disable-link-stdcpp
17318:
1.116 moko 17319: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17320: libstdc++ link skipping configure option
1.95 moko 17321:
17322: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
17323: with error were put to cache with 'marked_to_rollback' flag, all
17324: consequent even OK requests rolled back
17325:
17326: 2002-03-22 paf
17327:
17328: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
17329: false return
17330:
17331: * operators.txt: few comments on sets
17332:
17333: 2002-03-18 paf
17334:
17335: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
17336: src/include/pa_globals.h, src/include/pa_request.h,
17337: src/include/pa_stack.h, src/main/pa_globals.C,
17338: src/main/pa_request.C: introducing ^try
17339:
17340: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
17341: types/pa_vdouble.h: removed some tested @tests
17342:
17343: 2002-03-15 paf
17344:
17345: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
17346:
17347: 2002-03-13 paf
17348:
17349: * src/main/pa_exception.C: checked not-pooled malloc
17350:
17351: 2002-03-11 paf
17352:
17353: * INSTALL, configure, configure.in,
17354: src/include/pa_config_auto.h.in: --disable-foreign-group-files
17355:
17356: * src/main/pa_common.C: --disable-foreign-group-files
17357:
17358: * INSTALL: --disable-execs
17359:
17360: * src/main/pa_exec.C: --disable-execs
17361:
17362: * configure, configure.in, src/include/pa_config_auto.h.in:
17363: --disable-execs
17364:
17365: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
17366:
17367: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
17368: file::exec/cgi linebreaks "0D0A" changed to 0A onces
17369:
17370: 2002-03-05 paf
17371:
17372: * operators.txt, src/classes/date.C: date week calendar columns
17373: named
17374:
17375: * operators.txt, src/classes/date.C: date week calendar columns
17376: named
17377:
17378: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
17379: requires headers to be terminated with \r\n manually [refuses to
17380: separate header/body itself]
17381:
17382: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17383: targets/isapi/parser3isapi.C: isapi site config beside .dll
17384:
17385: 2002-03-04 paf
17386:
17387: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
17388: in PASS language
17389:
17390: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
17391: deserialize checks on broken file
17392:
17393: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
17394: parser3isapi.dsp: isapi updated
17395:
17396: 2002-03-01 paf
17397:
17398: * src/main/pa_exec.C: execle -> execve, now argc OK
17399:
17400: 2002-02-28 paf
17401:
17402: * src/main/untaint.C: removed some debug comments
17403:
17404: * src/main/pa_charsets.C: when placing charset to cache using
17405: global name now [were request]
17406:
17407: * configure, configure.in: apache module updated
17408:
17409: * src/main/pa_string.C: origin by first piece preferred before last
17410: piece
17411:
17412: 2002-02-27 paf
17413:
17414: * src/main/pa_charset.C: size_t
17415:
17416: * INSTALL: shared/static-xml with-pathlink
17417:
17418: * operators.txt: SMTP comment
17419:
17420: 2002-02-26 paf
17421:
17422: * src/main/pa_exec.C: more precise names for vars, cosmetic
17423:
17424: * src/classes/xnode.C: in some situation, xpath query returned
17425: result with type NODESET, but empty nodeset member field, checked
17426: that
17427:
17428: 2002-02-22 paf
17429:
17430: * INSTALL: without-zlib comment
17431:
17432: * etc/parser3.charsets/windows-1251.cfg: °
17433:
17434: * configure, configure.in: glib###.a detection fixed
17435:
17436: * INSTALL: hashfile removed from INSTALL
17437:
1.116 moko 17438: * Makefile.am: make update
1.95 moko 17439:
17440: * src/main/pa_string.C: string iterators fixed again, so were
17441: String::join_chain
17442:
17443: * src/main/pa_string.C: string iterators fixed again, so were
17444: String::join_chain
17445:
17446: * src/: include/pa_string.h, main/pa_string.C: string iterators
17447: fixed again, so were String::join_chain
17448:
17449: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
17450:
17451: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
17452: "session"
17453:
1.116 moko 17454: * configure, configure.in, src/include/pa_config_auto.h.in:
17455: --with-shared-xml --with-static-xml
1.95 moko 17456:
17457: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17458: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17459: types/types.dsp: *.dsp: removed refereces to win32db & ancient
17460: xalan&xml
17461:
17462: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
17463:
17464: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
17465: src/types/types.dsp: removed hashfile support from sources for
17466: now
17467:
1.116 moko 17468: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 17469: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 17470: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
17471: src/include/pa_db_manager.h, src/include/pa_db_table.h,
17472: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 17473: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 17474: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
17475: src/types/Makefile.am, src/types/pa_vhashfile.C,
17476: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 17477:
17478: 2002-02-21 paf
17479:
17480: * src/main/untaint.C: removed debug code, activated commented-for
17481: debug parts
17482:
1.116 moko 17483: * Makefile.am: make cvsupdate
1.95 moko 17484:
17485: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
17486: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
17487: append_row, not at link zero now string to string appending works
17488:
17489: 2002-02-20 paf
17490:
17491: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
17492: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
17493: DEBUG_STRING_APPENDS_VS_EXPANDS
17494:
17495: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17496: economy: 22%
17497:
17498: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17499: space uptimized: string::link_row removed
17500:
17501: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
17502: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
17503: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
17504: types/pa_vstring.h: speed uptimized: string::is_empty
17505:
17506: * operators.txt, src/include/pa_common.h,
17507: src/include/pa_config_fixed.h, src/include/pa_string.h,
17508: src/include/pa_types.h, src/main/compile.tab.C,
17509: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
17510: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
17511: string append optimiziation idea and estimates
17512:
17513: 2002-02-19 paf
17514:
17515: * src/classes/math.C: not used directly [but erroreously reported
17516: that 'is', thus registering twice&other probs]
17517:
17518: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
17519: to node [element]
17520:
17521: * src/main/compile.C: without string_origins parse error
17522: file+line+col possible
17523:
17524: * src/main/: compile.C: without string_origins not worked
17525:
17526: 2002-02-18 paf
17527:
17528: * src/types/pa_vdouble.h: since we have in_expression removed that
17529: trick i've installed into double::as_string
17530:
17531: * src/main/pa_globals.C: extern "C" was removed too fast
17532:
17533: * src/: include/pa_opcode.h, include/pa_request.h,
17534: main/compile.tab.C, main/compile.y, main/execute.C,
17535: types/pa_wcontext.h: in_expression aimed to solve old problem
17536: with string/nonstring values, now in expressions double/int
17537: values are passed as-is, without stupid tostring/fromstring
17538: conversions
17539:
17540: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
17541: __cplusplus } #endif
17542:
17543: * src/main/compile.tab.C: bison env set so one could compile
17544: without cygwin installed
17545:
17546: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17547: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
17548: gnome xml libs parser .dsp-s changed accordingly
17549:
17550: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
17551:
17552: * operators.txt, src/classes/date.C: date::create [were date::set,
17553: with backward comp
17554:
17555: * src/classes/math.C: math:random range check fixed
17556:
17557: * src/main/: compile.tab.C, compile.y: integer division stops name
17558:
17559: * INSTALL: local install comment
17560:
1.116 moko 17561: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 17562:
1.116 moko 17563: * acinclude.m4, aclocal.m4, configure, configure.in,
17564: src/include/pa_config_auto.h.in,
17565: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
17566: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 17567:
17568: * operators.txt: \ comment
17569:
17570: 2002-02-13 paf
17571:
17572: * src/include/pa_config_includes.h: sys/time time both included
17573: now. vaguely remember confilicts on this on some system [not on
17574: six|ablv] so when would see them again would think up proper
17575: check
17576:
1.116 moko 17577: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17578: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 17579:
17580: * src/main/pa_common.C: truncation never occured when writing files
17581: on unix [since i've changed cache mech] fix
17582:
17583: * src/main/pa_common.C: strnchr: sanity check added
17584:
17585: * etc/parser3.charsets/windows-1257.cfg: id added
17586:
17587: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
17588: baltic charset file generated, in generation script ispunct check
17589: added
17590:
17591: 2002-02-08 paf
17592:
1.116 moko 17593: * src/: include/Makefile.am, sql/Makefile.am,
17594: targets/isapi/Makefile.am: forgotten makes
1.95 moko 17595:
17596: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
17597: forgotten
17598:
17599: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
17600:
17601: * INSTALL, README: install&others updated
17602:
17603: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
17604:
1.116 moko 17605: * Makefile.am, configure, configure.in,
17606: etc/parser3.charsets/Makefile.am, src/Makefile.am,
17607: src/classes/Makefile.am, src/main/Makefile.am,
17608: src/main/pa_status_provider.C, src/targets/Makefile.am,
17609: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
17610: works
1.95 moko 17611:
17612: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17613: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17614: classes/hashfile.C, classes/int.C, classes/mail.C,
17615: classes/math.C, classes/op.C, classes/response.C,
17616: classes/string.C, classes/table.C, classes/void.C,
17617: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17618: include/pa_array.h, include/pa_cache_managers.h,
17619: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17620: include/pa_config_fixed.h, include/pa_config_includes.h,
17621: include/pa_db_connection.h, include/pa_db_manager.h,
17622: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
17623: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17624: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17625: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17626: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17627: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17628: include/pa_stack.h, include/pa_string.h,
17629: include/pa_stylesheet_connection.h,
17630: include/pa_stylesheet_manager.h, include/pa_table.h,
17631: include/pa_threads.h, include/pa_types.h, main/compile.C,
17632: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17633: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
17634: main/pa_db_connection.C, main/pa_db_manager.C,
17635: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
17636: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
17637: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17638: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
17639: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17640: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17641: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
17642: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17643: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17644: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
17645: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17646: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17647: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
17648: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
17649: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
17650: types/pa_vmethod_frame.h, types/pa_vobject.h,
17651: types/pa_vrequest.h, types/pa_vresponse.h,
17652: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17653: types/pa_vstateless_object.h, types/pa_vstatus.C,
17654: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17655: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17656: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
17657: classes/image.C, main/pa_common.C, main/pa_exec.C,
17658: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
17659: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
17660: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
17661: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
17662: types/pa_vxnode.C, main/pa_charset.C: name spelling
17663:
17664: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17665: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17666: classes/hashfile.C, classes/image.C, classes/int.C,
17667: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17668: classes/string.C, classes/table.C, classes/void.C,
17669: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17670: include/pa_array.h, include/pa_cache_managers.h,
17671: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17672: include/pa_config_fixed.h, include/pa_config_includes.h,
17673: include/pa_db_connection.h, include/pa_db_manager.h,
17674: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
17675: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17676: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17677: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17678: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17679: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17680: include/pa_stack.h, include/pa_string.h,
17681: include/pa_stylesheet_connection.h,
17682: include/pa_stylesheet_manager.h, include/pa_table.h,
17683: include/pa_threads.h, include/pa_types.h, main/compile.C,
17684: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
17685: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
17686: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17687: main/pa_db_connection.C, main/pa_db_manager.C,
17688: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
17689: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
17690: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
17691: main/pa_socks.C, main/pa_sql_driver_manager.C,
17692: main/pa_status_provider.C, main/pa_string.C,
17693: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
17694: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17695: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17696: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
17697: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17698: targets/isapi/pool_storage.h, types/pa_valiased.C,
17699: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
17700: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17701: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17702: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17703: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17704: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
17705: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17706: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
17707: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17708: types/pa_vresponse.h, types/pa_vstateless_class.C,
17709: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17710: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17711: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17712: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17713: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17714: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
17715:
17716: 2002-02-07 paf
17717:
17718: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
17719:
1.116 moko 17720: * configure, configure.in, src/include/pa_config_auto.h.in,
17721: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
17722: added yet another locking function: fcntl
1.95 moko 17723:
17724: * config.sub: on cygwin configure passes it with strange i1586
17725: const, hacked it to mean i586
17726:
17727: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
17728: disabled $if reference due to conflicts with local variables
17729:
17730: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
17731: xdoc::set obsolete now, now xdoc::create, with both sences
17732:
17733: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17734: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17735: table::create now // 'set' name obsolete now table clone.
17736:
17737: * operators.txt, src/classes/string.C,
17738: src/include/pa_config_fixed.h, src/main/compile.tab.C:
17739: ^int/double/string.format now can be called with normal []
17740: brackets, not stupid {} as it were implemented for some strange
17741: reason. retaining backward compatibility due to some
17742: already-implemented servers
17743:
17744: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
17745: main/compile.y, main/compile_tools.C, main/compile_tools.h:
17746: operators now detected by check at name_without_curly_rdive_read
17747: rule whether diving code constists only of
17748: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
17749: with OP_GET_ELEMENT_OR_OPERATOR to form
17750: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
17751:
17752: 2002-02-06 paf
17753:
17754: * configure, configure.in: prefix expanded, grr
17755:
17756: * operators.txt, src/classes/mail.C: mail:send config changed
17757:
17758: 2002-02-05 paf
17759:
17760: * operators.txt: regex options commented
17761:
17762: * src/main/: pa_exec.C: argv0 now correct
17763:
17764: * src/types/pa_vstatus.C: status:rusage 3
17765:
17766: * src/types/pa_vstatus.C: status:rusage 2
17767:
17768: * operators.txt: status:rusage described int operators
17769:
17770: * src/types/pa_vstatus.C: status:rusage 1
17771:
17772: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
17773: src/types/types.dsp: status:rusage
17774:
17775: * configure.in, operators.txt, src/classes/file.C,
17776: src/classes/op.C, src/include/pa_common.h,
17777: src/include/pa_config_includes.h, src/main/compile.tab.C,
17778: src/main/pa_common.C: rewritten ^cache to use
17779: non-blocking-exclusive-caches
17780:
17781: * src/main/pa_common.C: text file read mode on win32 adjusted
17782: [speed impact. was off for debugging purpose, but forgotten
17783: afterwards]
17784:
17785: 2002-02-01 paf
17786:
17787: * src/classes/op.C: file_write does EX lock after create, while
17788: file_read does SH after open, so there's a moment after create
17789: but before EX lock when read can sneak into, and read
17790: just-created-for-writing-and-not-yet-locked file, added a check
17791: for that in ^cache...read
17792:
17793: 2002-01-31 paf
17794:
17795: * src/main/: compile.y, compile.tab.C: disabled operator call after
17796: ^xxx:
17797:
17798: * src/main/: compile.tab.C, execute.C: made operators lookup first
17799: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
17800:
17801: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
17802: main/compile.tab.C, main/compile.y, main/compile_tools.C,
17803: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
17804: operators check 6.1 rewritten. now check is done at compile time
17805:
17806: * src/main/execute.C: operators check 5 floated up old error of
17807: staying in 'entered class/object' state after $a($a..) it
17808: prevented operators from being called thereafter
17809:
17810: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17811: main/execute.C: operators check 4 floated up old error of staying
17812: in 'entered object' state after ^a.a(a) it prevented operators
17813: from being called thereafter
17814:
17815: * src/main/execute.C: operators check 3 floated up old error of
17816: staying in 'entered class' state after $a:a(a) it prevented
17817: operators from being called thereafter
17818:
17819: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
17820: floated up old error of staying in 'entered class' state after
17821: $a:a[a] it prevented operators from being called thereafter
17822:
17823: * src/main/execute.C: operators check, thay mistakenly seen in
17824: $class:operator $object.operators contexts
17825:
17826: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
17827: win32
17828:
1.116 moko 17829: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
17830: src/classes/Makefile.am, src/main/Makefile.am,
17831: src/targets/cgi/Makefile.am,
1.95 moko 17832: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 17833: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 17834:
1.116 moko 17835: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
17836: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
17837: configure, configure.in, form.txt, ident.awk, install-sh,
17838: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
17839: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 17840: etc/parser3.charsets/Makefile.am,
17841: etc/parser3.charsets/koi8-r.cfg,
17842: etc/parser3.charsets/windows-1250.cfg,
17843: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 17844: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
17845: src/main/Makefile.am, src/targets/cgi/Makefile.am,
17846: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
17847: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 17848: straightened installation scripts procedure made
17849: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
17850: change
17851:
17852: 2002-01-30 paf
17853:
17854: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
17855: removed] those comments were a mistake, and prevented libltdl
17856: from function properly
17857:
17858: 2002-01-29 paf
17859:
1.116 moko 17860: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
17861: creation [modified acinclude.m4 which were creating int into just
17862: assignment LIBTOOL=../libtool] added default system
17863: config&charsetts prepared 'make install', now it installs
17864: targets/cgi/parser3 into bin directory etc/parser3.conf &
17865: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 17866: $sysconfdir/parser3.charsets respectively
17867:
17868: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
17869: main/pa_globals.C: few forgotten ifdef XML added
17870:
17871: 2002-01-28 paf
17872:
1.116 moko 17873: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 17874: removed
17875:
17876: * src/main/pa_exception.C: dom|generic error output fix
17877:
17878: * src/classes/xnode.C: xdoc.importNode 3 [check err]
17879:
17880: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
17881:
17882: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
17883: [fixed as_node helper func to accept docs]
17884:
17885: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
17886: xdoc.importNode 0
17887:
17888: * src/classes/xdoc.C: xdoc::set now untaints OK
17889:
17890: 2002-01-25 paf
17891:
17892: * src/main/: compile.tab.C, compile.y: #comment before @ after
17893: @SPECIAL now works OK
17894:
17895: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
17896:
17897: * src/main/pa_exec.C: max arg count now 10, and proper message on
17898: violation that added
17899:
17900: * src/classes/hash.C: unified hash::sql, now
17901: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
17902:
17903: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
17904: ^file:lock[filename]{code}
17905:
17906: * src/: classes/file.C, classes/op.C, classes/string.C,
17907: classes/table.C, classes/xdoc.C, include/pa_common.h,
17908: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
17909: to some pa_common funcs
17910:
17911: * src/: include/pa_charset.h, main/pa_globals.C:
17912: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
17913:
17914: * src/: include/pa_charset.h, main/pa_charset.C,
17915: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
17916: not stupid illegal define
17917:
17918: 2002-01-24 paf
17919:
17920: * src/include/pa_version.h: changed version number
17921:
17922: * src/: classes/hashfile.C, include/pa_db_table.h,
17923: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17924: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17925: main/pa_db_connection.C, main/pa_db_table.C,
17926: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
17927: hashfile without logfiles
17928:
17929: * src/: classes/hashfile.C, include/pa_db_table.h,
17930: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
17931: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
17932: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
17933: DB_INIT_TXN init bits, thus got rid of huge log files, which
17934: cluttered disk without huge need]
17935:
17936: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
17937: handy macro, which is strangly abscent in dome lib
17938:
17939: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
17940:
17941: * src/classes/xdoc.C: checked empty response
17942:
17943: * src/classes/xnode.C: xdoc.select fixed context node [were always
17944: /, not self node]
17945:
17946: * src/classes/xnode.C: xnode.select returns array always now, in
17947: case 'nothing found' returns empty array
17948:
17949: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
17950: be more tender with ctrl/c/v
17951:
17952: 2002-01-23 paf
17953:
17954: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
17955: substituted. // 2. when dom tree with entites goes under
17956: transform text nodes // got [erroreosly] cut on first
17957: entity occurance
17958:
17959: * src/types/pa_vdouble.h: double prec. todo: get rid of
17960: twice-converting
17961:
17962: * src/types/pa_vdouble.h: %.20E now float format when %g produced
17963: 'e' in output this is for regretful twice-converting here:
17964: $a(double value) when they write double falue they convert it to
17965: string first, thus %g were losing precesion.
17966:
17967: todo: think up some way to remove double->string string->double
17968: twice-converting
17969:
17970: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
17971: %.20E now default float format this is for regretful
17972: twice-converting here: $a(double value) when they write double
17973: falue they convert it to string first, thus %g were losing
17974: precesion.
17975:
17976: todo: think up some way to remove double->string string->double
17977: twice-converting
17978:
17979: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
17980: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
17981: reasons in comment inside
17982:
17983: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
17984: statically linked]
17985:
17986: * src/: include/pa_exception.h, main/compile.tab.C,
17987: main/pa_exception.C: removed exception va_list constructor. 1.
17988: not needed anymore 2. there were a conflict[causing errors]
17989: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
17990: never detected an ambiguilty here, compiling ctor(, "hello") into
17991: ctor(, va_list) which, of course, caused gpf
17992:
17993: * src/main/pa_globals.C: removed debug xslt messages
17994:
17995: 2002-01-22 paf
17996:
17997: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
17998: main/pa_globals.C: xsl stylesheet load: parsed entities, this
17999: helps compiling stylesheet properly. example: this refused to
18000: work, <b>«<xsl:value-of select="@title"
18001: />»</b> stranly worked only this way:
18002: <b>«<xsl:value-of select="@title" />»</b>
18003:
18004: docs says "set it to 1", never going into details, so I decided
18005: to try NOT to do that
18006:
18007: * src/classes/table.C: join behaived badly in case named tables
18008: structure mismatched: 0 strings sneaked into dest failing
18009: afterwards. replaced them with empty strings
18010:
18011: 2002-01-21 paf
18012:
18013: * src/main/pa_charset.C: checked empty transcoders in
18014: transcode_cstr|buf
18015:
18016: * src/classes/xdoc.C: xdoc::load error source = filespec
18017:
18018: * src/classes/xdoc.C: transform error source now
18019: stylesheet_filespec
18020:
1.116 moko 18021: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 18022: include/pa_stylesheet_connection.h, main/pa_charset.C,
18023: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 18024: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
18025: gnome
1.95 moko 18026:
18027: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
18028: include/pa_globals.h, include/pa_stylesheet_connection.h,
18029: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
18030: xslt generic error 1
18031:
18032: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
18033: xml generic message 1
18034:
18035: * src/classes/table.C: ^table::load empty lines or #comments before
18036: headline
18037:
18038: * src/: include/pa_array.h, include/pa_globals.h,
18039: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
18040: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
18041: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
18042: errors 0
18043:
18044: 2002-01-16 paf
18045:
18046: * src/: classes/hash.C, classes/op.C, classes/string.C,
18047: classes/table.C, classes/void.C, classes/xdoc.C,
18048: include/pa_db_connection.h, include/pa_request.h,
18049: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18050: include/pa_stylesheet_connection.h,
18051: include/pa_stylesheet_manager.h, main/pa_request.C,
18052: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18053: targets/cgi/pool_storage.h: auto closers to sql_connection,
18054: stylesheet_connection auto destroyers to remaining gnome objects
18055:
18056: * src/classes/xdoc.C: few comments
18057:
18058: 2002-01-15 paf
18059:
18060: * src/classes/xdoc.C: xdoc file save string
18061:
18062: ready. todo: error handling
18063:
18064: * src/classes/xdoc.C: xdoc save rewritten using
18065: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
18066: result
18067:
18068: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
18069: started output options parsing
18070:
18071: 2002-01-14 paf
18072:
18073: * src/classes/xdoc.C: method
18074:
18075: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18076: include/pa_pool.h, include/pa_stylesheet_connection.h,
18077: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
18078: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
18079: xslt transform0. TODO: use output options handle errors
18080:
18081: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
18082:
18083: 2002-01-11 paf
18084:
18085: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18086: main/compile_tools.C, main/compile_tools.h, main/execute.C:
18087: partial logical && || evaluation
18088:
18089: * src/classes/xnode.C: xpath selectNodes
18090:
18091: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
18092: string/number/bool
18093:
18094: * src/classes/xnode.C: xpath selectNode 2
18095:
18096: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
18097: xpath selectNode 1
18098:
18099: 2002-01-10 paf
18100:
18101: * src/classes/xnode.C: xpath selectNode -100 [just written]
18102:
18103: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18104: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
18105: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
18106: refcounter]
18107:
18108: 2001-12-29 paf
18109:
18110: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
18111: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
18112: glib works 0
18113:
18114: 2001-12-28 paf
18115:
18116: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
18117: main/pa_exception.C: started glib transcoders
18118:
18119: * src/main/pa_globals.C: renamed gdome to libgdome.dll
18120:
18121: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
18122: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
18123: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
18124: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
18125: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
18126: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
18127: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
18128: libs just compiled in. no refcounting no xpath no xslt yet
18129:
18130: 2001-12-27 paf
18131:
18132: * src/: include/pa_charset.h, include/pa_common.h,
18133: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18134: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
18135: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
18136: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
18137: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
18138: from xalan&xerces, started the process. globals [initialization
18139: pool [charset update charset [transcodings vxnode vxdoc [DOM
18140: calls
18141:
18142: * src/classes/Makefile.am: going away from xalan&xerces, not needed
18143: anymore
18144:
18145: 2001-12-26 paf
18146:
18147: * src/: include/pa_charset.h, include/pa_charsets.h,
18148: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
18149: key globalized [bug]
18150:
18151: 2001-12-25 paf
18152:
18153: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
18154: main/pa_string.C: table set & append changed splitting languages,
18155: separators now can be clean AND as-is same to mail command line
18156: $MAIN:MAIL.progX arguments
18157:
18158: 2001-12-24 paf
18159:
18160: * src/classes/mail.C: one parted text messages - no multipart
18161: mime-type anymore. for convinient if $.attach-ments
18162:
18163: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
18164: main/pa_string.C: read from cache size check updated
18165:
18166: * src/main/: pa_string.C: String::join_chain another ugly bug :(
18167:
18168: 2001-12-21 paf
18169:
18170: * src/classes/date.C: date:sql-string now returns localtime
18171:
18172: * src/main/pa_request.C: $result in @main actually not working, to
18173: hell with it for now
18174:
18175: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18176: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
18177: @postprocess @exception
18178:
18179: * src/main/execute.C: junction evaluation canceled - endless
18180: recursion detected
18181:
18182: 2001-12-19 paf
18183:
18184: * src/main/pa_charset.C: charset->charset transcoding via unicode
18185: intermediate
18186:
18187: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
18188:
18189: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
18190:
18191: * src/classes/op.C: ^cache keypath now relative
18192:
18193: * src/classes/mail.C: changed weighting prior to sort
18194:
18195: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
18196: were missing
18197:
18198: 2001-12-17 paf
18199:
18200: * src/main/pa_charset.C: ifndef XML were bad type
18201:
18202: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
18203: outdated unset services_pool
18204:
18205: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
18206: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
18207: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
18208:
18209: * src/main/untaint.C: allowed space in filespec
18210:
18211: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
18212:
18213: * src/classes/image.C: no govno
18214:
18215: * src/classes/image.C: govno
18216:
18217: 2001-12-16 paf
18218:
18219: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
18220:
18221: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
18222: charset_connection&manager replaced by charset&charsets
18223:
18224: * src/main/pa_charset.C: name_cstr 0
18225:
18226: * src/main/untaint.C: uri lang now knows about client/source
18227: charsets
18228:
18229: * src/: classes/file.C, classes/math.C, classes/op.C,
18230: classes/string.C, classes/table.C, classes/xdoc.C,
18231: include/pa_array.h, include/pa_cache_managers.h,
18232: include/pa_charset_connection.h, include/pa_charset_manager.h,
18233: include/pa_common.h, include/pa_db_connection.h,
18234: include/pa_db_manager.h, include/pa_db_table.h,
18235: include/pa_dictionary.h, include/pa_exception.h,
18236: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
18237: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
18238: include/pa_sapi.h, include/pa_socks.h,
18239: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18240: include/pa_string.h, include/pa_stylesheet_connection.h,
18241: include/pa_stylesheet_manager.h, include/pa_table.h,
18242: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
18243: main/pa_charset.C, main/pa_charset_connection.C,
18244: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
18245: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
18246: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
18247: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
18248: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18249: types/types.dsp: introducing Charset
18250:
18251: 2001-12-14 paf
18252:
18253: * src/: include/pa_request.h, include/pa_transcoder.h,
18254: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
18255: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
18256: uri lang
18257:
18258: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
18259:
18260: * src/targets/cgi/Makefile.am: -I../../pcre to .am
18261:
18262: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
18263: defalts_name global
18264:
18265: * src/: include/pa_charset_connection.h, include/pa_pool.h,
18266: include/pa_request.h, main/main.dsp,
18267: main/pa_charset_connection.C, main/pa_charset_manager.C,
18268: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
18269: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
18270: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
18271: changed charset model. now important: $request:charset
18272: $response:charset while $response:content-type.charset become
18273: unimportant [informational]
18274:
18275: 2001-12-13 paf
18276:
18277: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
18278:
18279: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
18280: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
18281: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
18282: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
18283: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
18284: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
18285:
18286: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
18287: auto_ptr part other way, because of stupid gcc 2.96
18288: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
18289: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
18290: FormatterListener] /usr/include/g++-3/memory:48:
18291: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
18292: _Tp1 = FormatterListener, _Tp = FormatterListener]
18293:
18294: * src/classes/xdoc.C: removed extra inc
18295:
18296: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
18297:
18298: * src/include/pa_types.h: msvc head debugging flag
18299:
18300: * src/classes/xdoc.C: freed up listener
18301:
18302: * src/classes/string.C: change msg '... code is not code'
18303:
18304: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
18305: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18306: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
18307: [past/future prob]
18308:
18309: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18310: include/pa_config_fixed.h, include/pa_db_manager.h,
18311: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18312: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
18313:
18314: * src/: include/pa_config_fixed.h, main/pa_common.C,
18315: main/pa_string.C: removed signed mismatch warnings
18316:
18317: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
18318: 'expires' from header outputs
18319:
18320: * src/main/pa_string.C: string::recustruct erroreusly used outdated
18321: row ptr
18322:
18323: * src/classes/file.C: file::cgi bug, request_method were passed to
18324: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
18325:
18326: * src/classes/xdoc.C: lang list updated
18327:
18328: 2001-12-10 paf
18329:
18330: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
18331:
18332: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
18333: erase files like that, knowing their full name introducing //
18334: theoretical problem with, for instance, "_2B" and "." fragments,
18335: // they would yield the same // because
18336: need_file_encode('_')=false // but we need to delete such files
18337: somehow, getting names from ^index
18338:
18339: * src/main/pa_string.C: ^string.replace bug fixed [bad
18340: string::join_chank break]
18341:
18342: 2001-12-07 paf
18343:
18344: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
18345: include/pa_common.h, include/pa_config_auto.h.in,
18346: include/pa_config_fixed.h, include/pa_config_includes.h,
18347: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
18348: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
18349: types/pa_vhashfile.C: merged from r14_simple_cache
18350:
18351: * src/main/pa_string.C: stupid sparc architecture failed to access
18352: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
18353: lduh [ %i2 + 1 ], %l0
18354:
18355: bus error, fixed that
18356:
18357: * src/main/pa_string.C: strange string deserialize bug on
18358: client[pmts], a bit shortened,
18359:
18360: * src/include/pa_config_auto.h.in: makes
18361:
18362: * src/: include/pa_common.h, include/pa_config_fixed.h,
18363: include/pa_config_includes.h, main/pa_common.C: exclusive lock
18364: file write shared lock file read
18365:
18366: * src/: classes/op.C, include/pa_common.h,
18367: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
18368:
18369: 2001-12-06 paf
18370:
18371: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18372: main/pa_request.C: #ifdef RESOURCES_DEBUG
18373:
18374: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
18375: info
18376:
18377: * src/classes/hashfile.C: removed transaction from ^cache
18378:
18379: 2001-12-05 paf
18380:
18381: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
18382: IIS5 there were a prob with illegal call check
18383:
18384: 2001-12-04 paf
18385:
18386: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18387: main/pa_request.C: measures to log
18388:
18389: 2001-11-23 paf
18390:
18391: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18392: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
18393: types/pa_vhashfile.C: merged from _0014, 1
18394:
18395: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18396: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
18397: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
18398: ^cache(33) would change
18399:
18400: 0660 bits in file_write & hashfile create
18401:
18402: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
18403: after pa_string optimization]
18404:
18405: 2001-11-22 paf
18406:
18407: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
18408: table.offset[whence]
18409:
18410: * src/classes/op.C: process cstr(,connection)
18411:
18412: * src/classes/op.C: process now gets its body on current language,
18413: not as-is
18414:
18415: * src/main/untaint.C: ORIGINS mode removed UHTML
18416:
18417: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
18418: bit
18419:
1.116 moko 18420: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 18421:
18422: 2001-11-21 paf
18423:
18424: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
18425: <xsl:output output options made identical to xsl:output
18426: attributes exclusion: cdata-section-elements what xalan can do
18427: but that not used now: it can escape and remove CDATA sections
18428:
18429: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
18430: produced by xslt
18431:
18432: * src/targets/cgi/parser3.C: removed debug cgi||1
18433:
18434: * src/main/: pa_string.C, untaint.C: cached some string::size() es
18435:
18436: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
18437: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
18438: default language for {code}, it happen to change it's language
18439: from CLEAN, so later refused to split by CLEAN \t
18440:
18441: 2001-11-20 paf
18442:
1.116 moko 18443: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
18444: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 18445: bottom of dependeces, so that errors would popup quicklier, fixed
18446: line numbering in table::sql
18447:
18448: 2001-11-19 paf
18449:
18450: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
18451: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
18452: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
18453: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
18454: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
18455: at wcontext.write
18456:
1.116 moko 18457: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 18458: _set_new_handler
18459:
1.116 moko 18460: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
18461: set_new_handler in apache&isapi
1.95 moko 18462:
18463: 2001-11-16 paf
18464:
18465: * src/targets/cgi/parser3.C: pool debug @ die
18466:
18467: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
18468: removed 8 bytes from String, 2 bytes from
18469: string::chunk::row::item
18470:
18471: * src/main/pa_string.C: removed 1+4 bytes from String
18472:
18473: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
18474: types/pa_vstring.C: removed 1+4 bytes from String
18475:
18476: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
18477: 0
18478:
18479: * src/: include/pa_globals.h, include/pa_string.h,
18480: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
18481: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
18482: targets/cgi/parser3.C: introducing estimating
18483: String::cstr_bufsize, 0
18484:
18485: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
18486:
18487: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
18488:
18489: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
18490: include/pa_pool.h: die in pool::fail
18491:
18492: 2001-11-15 paf
18493:
18494: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
18495: main/pa_exception.C, targets/cgi/parser3.C: exception with
18496: dynamic buffer re-back now with counter
18497:
18498: * src/: include/pa_exception.h, main/pa_exception.C: exception with
18499: static buffer back
18500:
18501: * src/targets/cgi/parser3.C: std::
18502:
18503: * src/: classes/classes.awk, include/pa_config_auto.h.in,
18504: include/pa_config_includes.h: setnewhandler check
18505:
1.116 moko 18506: * src/include/pa_config_auto.h.in: makes
1.95 moko 18507:
18508: * src/targets/cgi/parser3.C: set_new_handler started
18509:
18510: 2001-11-14 paf
18511:
18512: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18513: was wrong
18514:
18515: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18516: was wrong
18517:
18518: * src/main/pa_request.C: z
18519:
18520: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
18521: full returns win32 -1 solaris >buffer_size
18522:
18523: checked all that
18524:
18525: * src/classes/op.C: ^untaint{body} as-is default now
18526:
18527: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18528: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
18529: with no_bad_constructors_try
18530:
18531: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18532: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
18533: this: $bred[^string::length[]] $bred[^response::clear[]]
18534: $bred[^int::int[]]
18535:
18536: now VObject creation moved into overriden
18537: VClass::create_new_value, thus 0 from create_new_value means that
18538: class has no ctors
18539:
18540: 2001-11-13 paf
18541:
18542: * src/classes/classes.C: returned accedently removed if in foreach
18543: callbacks [when hash no-0-restructure]
18544:
18545: 2001-11-12 paf
18546:
18547: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
18548: passed as-is to method, xalan makes & into & itself
18549:
18550: * src/classes/date.C: date.roll parser2 alg used
18551:
18552: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
18553: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
18554: main/pa_dictionary.C, main/pa_hash.C,
18555: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
18556: now does not containt 0 values. put 0 actullay removes. no check
18557: on 0 value in foreach now required
18558:
18559: 2001-11-11 paf
18560:
18561: * src/sql/pa_sql_driver.h: removed extra constructor, doc
18562:
18563: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
18564:
18565: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
18566: driver initialize not const
18567:
18568: 2001-11-10 paf
18569:
18570: * src/main/pa_exec.C: doc
18571:
18572: 2001-11-09 paf
18573:
18574: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
18575: param properly
18576:
18577: * src/classes/string.C: string.save now does untainting before
18578: saving
18579:
18580: * src/main/pa_common.C: line endings fixing fixed last piece[was
18581: still cstr oriented]
18582:
18583: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
18584: line endings fixing got rid of cstr, now must work ok with post
18585: multipart
18586:
18587: * src/types/pa_vform.C: line endings fixed at post / multipart /
18588: not file also now
18589:
18590: 2001-11-08 paf
18591:
18592: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18593: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
18594: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
18595: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
18596: main/pa_stylesheet_manager.C: restructured Cache manager to be
18597: simple parent, not second parent [gcc 2.96 strangly refused to
18598: call virtual from second parent]
18599:
1.116 moko 18600: * src/: include/pa_common.h, main/Makefile.am,
18601: targets/cgi/pa_pool.C: makes
1.95 moko 18602:
18603: * src/: include/pa_request.h, main/pa_request.C,
18604: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
18605: 'status' class enabler
18606:
18607: <Location /parser-status.html> ParserStatusAllowed </Location>
18608:
18609: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18610: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
18611: include/pa_stylesheet_manager.h, main/main.dsp,
18612: main/pa_cache_managers.C, main/pa_charset_manager.C,
18613: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
18614: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18615: types/pa_vstatus.h: cache_managers, maybe-expiring every request
18616: todo: apache 'status' class enabler
18617:
18618: 2001-11-05 paf
18619:
18620: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
18621: debug to normal
18622:
18623: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
18624: hence i removed skipping 0 values in hash::for_each-es we need to
18625: check cleaned cache items manually. few more checks.
18626:
18627: expiring to 0 time was wrong, changed to 'now' time
18628:
18629: * src/targets/cgi/parser3.C: read can return 0, that means sort of
18630: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
18631: on apache already done :)
18632:
18633: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
18634: skipping 0 values in hash::for_each-es we need to check cleaned
18635: cache items manually
18636:
18637: * src/main/: pa_db_connection.C, pa_db_table.C:
18638: parser_multithreaded check was wrong
18639:
18640: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18641: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18642: classes/hashfile.C, classes/image.C, classes/int.C,
18643: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18644: classes/string.C, classes/table.C, classes/void.C,
18645: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18646: include/pa_array.h, include/pa_charset_connection.h,
18647: include/pa_charset_manager.h, include/pa_common.h,
18648: include/pa_config_fixed.h, include/pa_config_includes.h,
18649: include/pa_db_connection.h, include/pa_db_manager.h,
18650: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18651: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18652: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18653: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18654: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18655: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18656: include/pa_stack.h, include/pa_string.h,
18657: include/pa_stylesheet_connection.h,
18658: include/pa_stylesheet_manager.h, include/pa_table.h,
18659: include/pa_threads.h, include/pa_types.h, main/compile.C,
18660: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18661: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
18662: main/pa_charset_manager.C, main/pa_common.C,
18663: main/pa_db_connection.C, main/pa_db_manager.C,
18664: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18665: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18666: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18667: main/pa_socks.C, main/pa_sql_driver_manager.C,
18668: main/pa_status_provider.C, main/pa_string.C,
18669: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18670: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18671: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18672: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18673: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18674: targets/isapi/pool_storage.h, types/pa_valiased.C,
18675: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18676: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18677: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18678: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18679: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18680: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18681: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18682: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18683: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
18684: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18685: types/pa_vstateless_object.h, types/pa_vstatus.h,
18686: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
18687: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18688: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18689: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
18690: $status:db fixed used not initialized in db_connection & db_table
18691:
18692: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
18693: $status:charset
18694:
18695: * src/: classes/xdoc.C, include/pa_db_connection.h,
18696: include/pa_stylesheet_connection.h,
18697: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
18698: types/pa_vstatus.h: $status:stylesheet
18699:
18700: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
18701: include/pa_request.h, include/pa_sql_connection.h,
18702: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18703: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
18704: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
18705: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18706: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
18707: types/pa_vxnode.C, types/types.dsp: started status parser class
18708:
18709: 2001-11-01 paf
18710:
18711: * src/include/pa_config_auto.h.in: makes
18712:
18713: * src/main/pa_hash.C: removed old extra include
18714:
18715: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
18716: checks [for hp, there are such in math.h]
18717:
18718: * src/classes/op.C: ^for endless loop check strightened
18719:
18720: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
18721: behavior in native calls. it left unchanged, so ^for ^foreach &
18722: co can use r.root to write their i & key,value there
18723:
18724: * src/classes/op.C: detected for var storage bug, fixed.
18725: todo:foreach
18726:
18727: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
18728: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
18729: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
18730: changing of hash inside of foreach
18731:
18732: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
18733: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
18734: were hash.foreach
18735:
18736: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
18737: types/pa_vstring.C, types/pa_vstring.h:
18738: ^foreach[key|value]{body}[[separator]|{separator}]
18739:
18740: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
18741: types/pa_vcookie.C: ^hash.delete[key]
18742:
18743: 2001-10-31 paf
18744:
18745: * src/main/: compile.C, pa_common.C: completely empty file now
18746: considered "read", not ignored [not perfect trick used]
18747:
18748: * src/main/pa_common.C: simplier common ifdefs
18749:
18750: * src/main/pa_common.C: typing bug in common - bad ifdeff
18751:
18752: * src/main/pa_db_connection.C: z
18753:
18754: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
18755: lockdetector flags
18756: dbenv.lk_detect=DB_LOCK_RANDOM;
18757:
18758: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
18759: from accidental show [imagine user forgot @exception]
18760:
18761: * src/classes/table.C: ^table.save[[nameless|+append;]path]
18762:
18763: * src/: classes/file.C, classes/image.C, classes/mail.C,
18764: classes/string.C, classes/xnode.C, include/pa_common.h,
18765: main/pa_common.C: ^string.save[[append;]path]
18766:
18767: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18768: main/execute.C: \ in expression: int divide 10/3=3
18769:
18770: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
18771: inside of ^cache
18772:
18773: * src/: include/pa_threads.h, main/pa_db_connection.C,
18774: main/pa_db_table.C, targets/cgi/pa_threads.C,
18775: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
18776: needed
18777:
18778: 2001-10-30 paf
18779:
18780: * src/: classes/classes.dsp, main/main.dsp,
18781: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18782: types/types.dsp: enabled debug incremental compile
18783:
18784: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
18785: form post data line endings not reformatted now.
18786:
18787: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
18788: now required [had bug when file= has no value]
18789:
18790: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
18791: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
18792: cstr(asis) default param removed
18793:
18794: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
18795:
18796: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
18797:
18798: * src/include/pa_dir.h: LOAD_DIR fixed
18799:
18800: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
18801: was broken} fix_line_breaks
18802:
18803: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
18804: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
18805: packed with #pragma pack
18806:
1.116 moko 18807: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 18808:
18809: 2001-10-29 paf
18810:
18811: * src/types/pa_wcontext.h: bitfield syntax stricter
18812:
18813: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
18814: string hash.puts
18815:
18816: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
18817:
18818: * src/include/pa_sql_connection.h: there were one wrong
18819: SQL_CONNECTION_FUNC_GUARDED [failed]
18820:
18821: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
18822: param.someday either ifdef or remove it
18823:
18824: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
18825:
18826: * src/main/untaint.C: optimizing returned after debugging
18827:
18828: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18829: main/untaint.C: memory hunging #pragma pack(1)
18830:
18831: 16 419 844 13 169 394
18832:
18833: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
18834: targets/cgi/pa_pool.C: String size_t replace to uint in proper
18835: places [todo:Array]
18836:
18837: * src/: main/execute.C, targets/cgi/pa_pool.C,
18838: targets/cgi/parser3.dsp, types/pa_wcontext.h,
18839: types/pa_wwrapper.h: debugging memory WContext flags to bits
18840:
18841: total 5 652 652/158731 total 5 469 332/158731
18842:
18843: * src/: include/pa_array.h, main/pa_array.C: debugging memory
18844: Array:: without cache in get/put now
18845:
18846: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
18847: 18:25:27 2001] total 5 652 652/158731
18848:
18849: * src/: include/pa_string.h, main/pa_string.C,
18850: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
18851: now
18852:
18853: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
18854: 18:11:53 2001] total 5796092/158731
18855:
18856: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
18857: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
18858: key ref now
18859:
18860: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
18861: 17:11:17 2001] total 16867948/202658
18862:
18863: * src/: classes/file.C, classes/image.C, classes/string.C,
18864: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
18865: main/execute.C, main/pa_array.C, main/pa_common.C,
18866: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18867: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
18868: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
18869: string::as_int/double now usually uses stack, not heap [200K out
18870: of 17M :)] VString(String&) not copies reference [29M -> 17M]
18871:
18872: * src/main/pa_sql_driver_manager.C: ping to have services [old
18873: hiding bug]
18874:
18875: * src/Makefile.am: .am order
18876:
18877: * src/: include/pa_array.h, include/pa_charset_manager.h,
18878: include/pa_db_connection.h, include/pa_db_manager.h,
18879: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
18880: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18881: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
18882: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
18883: required "friend class"
18884:
18885: ../include/pa_request.h:51: friend declaration requires
18886: class-key, i.e. `friend class Temp_lang'
18887:
18888: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18889: main/pa_exception.C, main/pa_sql_driver_manager.C,
18890: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
18891:
18892: the idea is to #1 jump to C++ some function to main body, where
18893: every function stack frame has exception unwind information and
18894: from there... #2 propagate_exception()
18895:
18896: 2001-10-28 paf
18897:
18898: * src/main/pa_db_connection.C: removed old consts
18899:
18900: * src/main/pa_db_connection.C: expire table [was accidently pasted
18901: with wrong type/cast]
18902:
18903: * src/main/: pa_db_connection.C, pa_db_table.C: exception
18904: translation
18905:
1.116 moko 18906: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 18907: remember to build DB2 with -fexceptions!!!
18908:
18909: * src/main/pa_db_table.C: DB_RMW defed
18910:
18911: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
18912: include/pa_db_connection.h, include/pa_db_manager.h,
18913: include/pa_db_table.h, main/pa_db_connection.C,
18914: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
18915:
18916: 2001-10-27 paf
18917:
18918: * src/: classes/hashfile.C, include/pa_db_connection.h,
18919: include/pa_db_table.h, main/pa_db_connection.C,
18920: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
18921: types/pa_vhashfile.C: DB2 ifdefs
18922:
1.116 moko 18923: * src/: classes/Makefile.am, include/pa_config_fixed.h,
18924: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 18925: makes with DB2
18926:
1.116 moko 18927: * src/: include/pa_config_auto.h.in, main/Makefile.am,
18928: types/Makefile.am: makes db
1.95 moko 18929:
18930: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
18931: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
18932: globals.C
18933:
18934: * src/: classes/hashfile.C, include/pa_db_connection.h,
18935: include/pa_db_table.h, main/pa_db_connection.C,
18936: main/pa_db_table.C: ^hashfile.clear[]
18937:
18938: * src/classes/classes.awk: no $ in var names
18939:
18940: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
18941: connection&table [forgotten calls]
18942:
18943: 2001-10-26 paf
18944:
18945: * src/main/pa_db_connection.C: db checkpoints
18946:
18947: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
18948: checkpoints
18949:
18950: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
18951: default. but entities still reparsed. todo: tothink
18952:
18953: * src/main/pa_db_connection.C: db recover mech 2
18954:
18955: * src/: classes/hashfile.C, include/pa_db_connection.h,
18956: include/pa_db_manager.h, include/pa_db_table.h,
18957: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
18958: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
18959: types/pa_vhashfile.h: db connections & tables now cached at
18960: create time & multithreaded
18961:
18962: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
18963: parsed_source
18964:
18965: * src/main/pa_db_connection.C: about to remove connection from
18966: vhashfile
18967:
18968: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
18969: transaction commit/rollback responsibility left to parent [as it
18970: sould - else there were a bug with double free]
18971:
18972: * src/include/pa_db_table.h: db: child transaction commit/rollback
18973: responsibility left to parent [as it sould - else there were a
18974: bug with double free]
18975:
18976: 2001-10-25 paf
18977:
18978: * src/: classes/hashfile.C, include/pa_common.h,
18979: include/pa_db_connection.h, include/pa_db_manager.h,
18980: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
18981: types/pa_vhashfile.C, types/pa_vhashfile.h,
18982: include/pa_db_table.h, main/pa_db_table.C: started db_home
18983: [multiple, cached] todo: autorecover [tried, but not succeded,
18984: yet]
18985:
18986: * src/include/pa_dir.h: ancient gpf on dir not found fixed
18987:
18988: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
18989: transaction parent passed
18990:
18991: 2001-10-24 parser
18992:
1.116 moko 18993: * src/classes/Makefile.am: makes
1.95 moko 18994:
18995: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
18996: isapi/pool_storage.h: pool_storage fixed
18997:
18998: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
18999: types/pa_vform.h: form fix_line_breaks
19000:
1.116 moko 19001: * src/targets/cgi/pool_storage.h: makes
1.95 moko 19002:
19003: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
19004: targets/cgi/pool_storage.h: makes
19005:
19006: * src/sql/pa_sql_driver.h: version
19007:
19008: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
19009: types/pa_vform.C, types/pa_vform.h: .am
19010:
19011: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
19012: this: DB_RMW Acquire write locks instead of read locks when doing
19013: the retrieval. Setting this flag may decrease the likelihood of
19014: deadlock during a read-modify-write cycle by immediately
19015: acquiring the write lock during the read part of the cycle so
19016: that another thread of control acquiring a read lock for the same
19017: item, in its own read-modify-write cycle, will not result in
19018: deadlock
19019:
19020: * src/targets/isapi/parser3isapi.dsp: doc
19021:
19022: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
19023:
19024: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
19025:
19026: * src/: classes/hashfile.C, include/pa_db_connection.h,
19027: main/pa_db_connection.C: hashfile expired deleted from db when
19028: get & iterate
19029:
19030: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
19031: expiring 1
19032:
19033: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
19034:
19035: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
19036: db_connection not bothers with key when not returning expired
19037: data
19038:
19039: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19040: types/pa_vhashfile.C: db_cursor constructor public now
19041:
19042: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19043: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
19044: stamped, todo: put_element analize
19045:
19046: * src/: include/pa_db_connection.h, include/pa_string.h,
19047: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
19048: serialize. todo stamp
19049:
19050: 2001-10-23 parser
19051:
19052: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
19053: classes/image.C, classes/mail.C, classes/response.C,
19054: classes/string.C, classes/table.C, classes/xdoc.C,
19055: include/pa_config_fixed.h, include/pa_db_connection.h,
19056: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
19057: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
19058: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
19059: types/pa_vtable.C: ^hashfile.hash[]
19060:
19061: * src/: classes/hashfile.C, classes/xdoc.C,
19062: include/pa_config_fixed.h, main/pa_db_manager.C,
19063: main/pa_globals.C: ifdefs so it compiled without db
19064:
19065: * src/: classes/hashfile.C, include/pa_db_connection.h,
19066: include/pa_db_manager.h, main/pa_db_connection.C,
19067: main/pa_db_manager.C, types/pa_vhashfile.h:
19068: ^hashfile.transaction{code} ^hashfile:clear[filename]
19069: ^hashfile.delete[key]
19070:
19071: 2001-10-22 parser
19072:
19073: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
19074: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
19075:
19076: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
19077: classes/xnode.C, include/pa_charset_connection.h,
19078: include/pa_db_connection.h, include/pa_db_manager.h,
19079: include/pa_exception.h, include/pa_sapi.h,
19080: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19081: include/pa_stylesheet_connection.h,
19082: include/pa_stylesheet_manager.h,
19083: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19084: main/pa_db_connection.C, main/pa_db_manager.C,
19085: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
19086: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19087: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
19088: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
19089: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
19090: types/types.dsp: hashfile 0
19091:
19092: * src/types/pa_vhashfile.C: z
19093:
19094: * src/: classes/classes.dsp, classes/hashfile.C,
19095: include/pa_config_fixed.h, main/execute.C,
19096: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
19097: types/pa_vhashfile.h, types/types.dsp: hashfile -100
19098:
19099: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
19100:
19101: * src/: include/pa_exception.h, include/pa_request.h,
19102: main/execute.C, main/pa_exception.C, main/pa_request.C,
19103: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19104: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
19105:
19106: 2001-10-19 parser
19107:
19108: * src/include/pa_pool.h: header
19109:
19110: * src/main/pa_pool.C: auto compiled on gcc
19111:
19112: * src/classes/image.C: comment
19113:
1.116 moko 19114: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 19115:
19116: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19117: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19118: types/pa_vxnode.h: xnode clone got freed
19119:
19120: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19121: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
19122: can free up xalandomstring resulting from pool::transcode
19123:
19124: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
19125: include/pa_config_fixed.h, include/pa_exception.h,
19126: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
19127: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
19128: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
19129: to c++ exceptions 1xml configure fixed to exclude xalan-patch
19130: from non-xml compile
19131:
19132: * src/main/pa_request.C: pool:: context - get_context
19133:
19134: * src/: classes/classes.h, classes/date.C, classes/double.C,
19135: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
19136: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
19137: classes/string.C, classes/table.C, classes/void.C,
19138: include/pa_config_fixed.h, include/pa_exception.h,
19139: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
19140: main/compile.C, main/compile_tools.C, main/execute.C,
19141: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
19142: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
19143: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19144: main/pa_string.C, main/pa_table.C, main/untaint.C,
19145: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19146: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
19147: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
19148: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
19149: types/pa_vstateless_class.h, types/pa_vtable.C,
19150: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
19151: exceptions 0
19152:
19153: * src/classes/classes.awk: $ removed
19154:
19155: 2001-10-18 parser
19156:
19157: * src/types/pa_vcookie.C: cookie:CLASS
19158:
19159: * src/main/main.dsp: project
19160:
19161: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
19162: set_document & ctor question "who owns document" solved
19163:
19164: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
19165:
19166: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19167: main/pa_pool.C: encoding in dom creating funcs
19168:
19169: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
19170: be transformed now
19171:
19172: * src/classes/xdoc.C: dom created by create can be transformed now
19173:
19174: * src/classes/xdoc.C: z
19175:
19176: * src/classes/xdoc.C: comment
19177:
19178: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
19179: create now uses XercesDocumentBridge, appendChild&co now works
19180:
19181: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
19182: @ recompile
19183:
19184: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
19185: $origin @exception[
19186:
19187: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
19188: tag names forced to XML lang
19189:
19190: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
19191: leechy-found bugs in code&doc fixed
19192:
19193: 2001-10-17 parser
19194:
19195: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
19196: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
19197: n functionality preserved
19198:
19199: * src/types/pa_vimage.h: removed unused vimage::save
19200:
19201: 2001-10-16 parser
19202:
19203: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
19204:
19205: * src/classes/: xnode.C: removed few dom returns & changed op.txt
19206:
19207: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
19208:
19209: * src/classes/image.C: image.copy tolerance
19210:
19211: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
19212: ineffective, but works for small paleted image
19213:
19214: * src/types/pa_vimage.C: comment
19215:
19216: * src/classes/image.C: gd size/resize bugfix
19217:
19218: * src/: classes/classes.dsp, main/main.dsp,
19219: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19220: types/types.dsp: ident >nul 2>&1
19221:
19222: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
19223: systems
19224:
19225: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
19226: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
19227:
19228: 2001-10-15 parser
19229:
19230: * src/main/execute.C: z
19231:
19232: * src/classes/: xdoc.C: !::create{qualifiedName}
19233:
19234: * src/types/pa_vxnode.C: document_type_node.
19235: !readonly attribute DOMString name
19236: !notation_node.
19237: !readonly attribute DOMString publicId
19238: !readonly attribute DOMString systemId
19239:
1.116 moko 19240: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
19241: ::write badly passed string too transparently [failed to
19242: intercept it]
1.95 moko 19243:
19244: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
19245: include/pa_request.h, main/pa_sql_driver_manager.C,
19246: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19247: types/pa_vxnode.h: DOM1 major addtion, only few
19248: attributes/methods left
19249:
19250: 2001-10-13 parser
19251:
19252: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19253: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
19254: in main handler
19255:
19256: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
19257: cleanups & frees order
19258:
19259: * src/types/pa_vcode_frame.h: couple comments
19260:
19261: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
19262: transparent enough to handle hash if creation&passing
19263:
19264: * src/: include/pa_config_fixed.h, main/execute.C,
19265: main/pa_exception.C: noticed that vcodeframe not transparent
19266: enough, would change now
19267:
19268: 2001-10-12 parser
19269:
19270: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
19271: fixed. initialization&free on each thread!
19272:
19273: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
19274: handling changed: now type of default param analized always, not
19275: only at problem time, thus helping early problem spotting
19276:
19277: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
19278: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
19279: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
19280: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
19281: multithread bug fixed. initialization&free on each thread!
19282:
19283: 2001-10-11 parser
19284:
19285: * src/classes/xnode.C: xnode.selectSingle now
19286:
19287: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19288: include/pa_pool.h, include/pa_stylesheet_connection.h,
19289: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
19290: convertors out of Pool into Exception
19291:
19292: * src/main/pa_string.C: const
19293:
19294: * src/: include/pa_string.h, main/pa_string.C: restructured string:
19295: linked pieces of same language together prior to String::replace
19296:
19297: * src/classes/hash.C: !^hash.add[addme]
19298: !^hash.sub[subme]
19299: !^a.union[b] = new
19300: !^a.intersection[b] = new
19301: !^a.intersects[b] = bool
19302:
19303: * src/classes/hash.C: !^hash::append[append_from]
19304:
19305: * src/: classes/hash.C, types/pa_vhash.h:
19306: !^hash::create[[copy_from]]
19307:
19308: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
19309: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
19310: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
19311: fixed. got rid of empty_string, which caused errors - it hasnt
19312: exception but somebody[value.bark] tried to throw it on it's pool
19313:
1.116 moko 19314: * src/include/pa_config_auto.h.in: makes
1.95 moko 19315:
19316: 2001-10-10 parser
19317:
19318: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
19319:
19320: * src/main/: compile.tab.C, compile.y: ^a[
19321:
19322: @next_method << now unclosed ] would be reported here
19323:
19324: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
19325: compile error
19326:
19327: 2001-10-09 parser
19328:
1.116 moko 19329: * src/: classes/Makefile.am, main/Makefile.am,
19330: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 19331:
19332: * src/classes/Makefile.am: makes
19333:
19334: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
19335: win32 errors intercepted [xalan transformer patched and
19336: incorporated]
19337:
19338: * src/: classes/classes.dsp, classes/xdoc.C,
19339: include/pa_stylesheet_connection.h, main/main.dsp,
19340: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19341: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
19342: patches starting
19343:
19344: * src/classes/: string.C, table.C: ^string.save[file]
19345:
19346: * src/classes/: date.C, table.C: calendar moved to date
19347:
19348: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
19349: string/table] now
19350:
19351: * src/classes/: op.C, table.C: z
19352:
19353: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
19354: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
19355: types/pa_vxnode.h: table:menu & op for delims made allowed not to
19356: be code [be string..]
19357:
19358: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
19359: table.C: lots of
19360: params->as_int/double/as_string/as_junction/as_no_junction
19361: messages added
19362:
19363: 2001-10-08 parser
19364:
19365: * src/: classes/date.C, classes/image.C, classes/string.C,
19366: classes/table.C, classes/void.C, include/pa_request.h:
19367: params->as_int/double message added
19368:
19369: * src/classes/image.C: image:circle [and round arc] uses Bresenham
19370:
19371: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
19372: image:sector removed image:html internal "line-*" attribs
19373:
19374: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
19375: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
19376:
19377: * src/types/pa_vcookie.C: removing cookie made more netscape-like
19378: way
19379:
19380: * src/: classes/file.C, classes/form.C, main/pa_common.C,
19381: main/untaint.C: header untainting to UL_HTTP_HEADER,
19382: UL_MAIL_HEADER made nonforced [only tainted pieces]
19383:
19384: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
19385: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
19386: @ SAPI::log
19387:
19388: * src/main/untaint.C: \r to ' ' in origins mode
19389:
19390: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
19391: set]
19392:
19393: * src/: classes/xdoc.C, include/pa_config_fixed.h,
19394: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
19395: nonstandard liaison freed up
19396:
19397: 2001-10-07 parser
19398:
19399: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
19400: project
19401:
19402: 2001-10-05 parser
19403:
19404: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
19405: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
19406: from outputing to cerr. lots of "todos"
19407:
19408: * src/main/untaint.C: http_header tainting more gentle with
19409: enquoting now
19410:
19411: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
19412: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
19413: xml errorhandler. fixed string.replace a little, read @test
19414:
19415: * src/main/pa_string.C: found replace bug - first_that_starts(char
19416: *) does not have limit, and looks further eos, fixing....
19417:
19418: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
19419:
19420: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
19421:
19422: * src/main/: pa_charset_connection.C: ctype another mem clear
19423: bugfix
19424:
1.116 moko 19425: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
19426: $result[^[$p^]z] now works fine
1.95 moko 19427:
19428: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
19429: wrong. fixed it
19430:
19431: * src/main/pa_charset_connection.C: unicode zero pair at the beging
19432: of totable appered to be vital
19433:
19434: 2001-10-04 parser
19435:
19436: * src/classes/image.C: ^image.length[text]
19437:
19438: 2001-10-03 parser
19439:
19440: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
19441:
19442: * src/main/pa_request.C: restored pcre defaulting in request
19443: [mindlessly "optimized" yesterday] comment left
19444:
19445: 2001-10-02 parser
19446:
19447: * src/: main/pa_charset_manager.C,
19448: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
19449: needed
19450:
19451: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
19452: forgot non-xml pool.*charset needed
19453:
19454: * src/classes/table.C: # config comments fixed
19455:
19456: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
19457: charset_connection #comment now
19458:
19459: * src/: classes/classes.dsp, types/types.dsp: release projects
19460: options fixed to use release msvcrt lib
19461:
19462: * src/main/pa_charset_connection.C: pcre tables now const inside
19463: removed default - pcre handles that internally fixed bug on
19464: not-cleaning tables [previously was calloced, now member]
19465:
19466: * src/: include/pa_request.h, main/pa_charset_connection.C,
19467: main/pa_request.C, types/pa_vstring.h: pcre tables now const
19468: inside removed default - pcre handles that internally fixed bug
19469: on not-cleaning tables [previously was calloced, now member]
19470:
19471: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
19472: tested charset reload on file change @ apache version = OK tested
19473: freeing up prev encoding on adding new = OK
19474:
19475: 2001-10-01 parser
19476:
19477: * src/main/pa_charset_connection.C: removed entitify external hack
19478: [internal installed]
19479:
1.116 moko 19480: * src/main/Makefile.am: makes+removed dtd
1.95 moko 19481:
19482: * src/: include/pa_charset_connection.h,
19483: include/pa_charset_manager.h,
19484: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19485: main/pa_charset_connection.C, main/pa_charset_manager.C,
19486: main/pa_request.C: charset loading & caching mech 0
19487:
19488: * src/: include/pa_stylesheet_connection.h,
19489: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19490: main/pa_globals.C, main/pa_request.C: would make charset loading
19491: & caching mech now
19492:
19493: 2001-09-30 parser
19494:
19495: * src/main/pa_request.C: forgot to fill toTable
19496:
19497: * src/: include/pa_config_fixed.h, main/pa_request.C: started
19498: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
19499: failed on win32 for now..
19500:
19501: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
19502: now charsets table configuration variable is: CHARSETS
19503:
19504: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
19505: ctype with unicode 1. todo: no П entities on output somehow
19506:
19507: * src/: classes/file.C, classes/op.C, classes/string.C,
19508: include/pa_request.h, main/pa_request.C: started ctype with
19509: unicode values
19510:
19511: 2001-09-28 parser
19512:
19513: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
19514: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
19515: string passed AS-IS now
19516:
19517: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
19518: way of user-configuring... todo: implement
19519:
19520: 2001-09-27 parser
19521:
19522: * src/classes/table.C: table.sort changed to sort table itself
19523:
19524: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
19525: X^.getElementsByTagName[tagname] = array of xnode
19526: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
19527: nodes removed - regretfully not supported @ xalan. maybe someday
19528: would reimplement, if needed.
19529:
19530: win32build system: solved long waiting anti-non-started-apache
19531: problem
19532:
19533: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
19534: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19535: types/types.dsp: win32 ident make system so not to rebuild
19536: library [ident.C.new]
19537:
19538: 2001-09-26 parser
19539:
19540: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
19541: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
19542: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19543: types/pa_vxnode.C, types/types.dsp: z
19544:
19545: * src/classes/classes.C: forgot one non-xml check
19546:
1.116 moko 19547: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
19548: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 19549:
19550: * src/targets/cgi/parser3.C: z
19551:
19552: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
19553: targets/isapi/parser3isapi.C: #ifdef SMTP
19554:
19555: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
19556: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19557: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
19558: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
19559: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19560: types/types.dsp: xdoc&xnode now
19561:
19562: * src/: classes/classes.C, classes/classes.awk,
19563: classes/classes.dsp, classes/classes.h, classes/date.C,
19564: classes/dnode.C, classes/dnode.h, classes/dom.C,
19565: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19566: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19567: classes/op.C, classes/response.C, classes/string.C,
19568: classes/table.C, classes/void.C, include/pa_array.h,
19569: include/pa_common.h, include/pa_config_fixed.h,
19570: include/pa_config_includes.h, include/pa_dictionary.h,
19571: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19572: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
19573: include/pa_socks.h, include/pa_sql_connection.h,
19574: include/pa_sql_driver_manager.h, include/pa_stack.h,
19575: include/pa_string.h, include/pa_stylesheet_connection.h,
19576: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
19577: include/pa_xslt_stylesheet_manager.h, main/compile.C,
19578: main/compile.y, main/compile_tools.C, main/compile_tools.h,
19579: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
19580: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19581: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19582: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19583: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
19584: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
19585: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19586: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19587: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
19588: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19589: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
19590: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19591: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19592: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19593: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
19594: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
19595: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19596: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
19597: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19598: types/pa_vmethod_frame.h, types/pa_vobject.h,
19599: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19600: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19601: types/pa_vstateless_object.h, types/pa_vstring.C,
19602: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19603: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
19604: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
19605: main.dsp splitted to main+classes+types along to .am
19606:
19607: * src/classes/Makefile.am: removed useless var
19608:
19609: * src/: classes/classes.cmd, main/main.dsp,
19610: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
19611: main.dsp
19612:
19613: 2001-09-25 parser
19614:
19615: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
19616: 1251 though, todo ICU
19617:
1.116 moko 19618: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 19619: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 19620: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
19621: types/pa_vdom.h: xml configure makes
1.95 moko 19622:
19623: 2001-09-24 parser
19624:
1.116 moko 19625: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
19626: types/Makefile.am: makes
1.95 moko 19627:
1.116 moko 19628: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 19629:
19630: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
19631: started unix makes update
19632:
19633: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
19634: started unix makes update
19635:
19636: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
19637:
19638: * src/types/pa_value.h: z
19639:
19640: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
19641: bugs with usinge hash/table in expressions
19642:
19643: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
19644: resolved conflicts fixed [const]
19645:
19646: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
19647: classes/table.C, include/pa_request.h, include/pa_sapi.h,
19648: main/compile.C, main/compile.tab.C, main/compile.y,
19649: main/compile_tools.h, main/main.dsp, main/pa_common.C,
19650: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19651: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
19652: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
19653: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
19654: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
19655: with before_xml [merge2 actually didn't happen - i've created
19656: tags on wrong branch. so this merge is in fact re-merge]
19657:
19658: 2001-09-21 parser
19659:
19660: * src/: main/main.dsp, targets/cgi/parser3.dsp,
19661: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
19662: produced "" in make file and sadly wrong interpreted on load]
19663:
1.116 moko 19664: * src/: classes/classes.h, classes/hash.C, classes/op.C,
19665: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
19666: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
19667: include/pa_sql_driver_manager.h, include/pa_string.h,
19668: main/compile.tab.C, main/main.dsp, main/pa_common.C,
19669: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
19670: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 19671:
19672: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
19673: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
19674: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
19675: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
19676: main/pa_pool.C, main/pa_request.C,
19677: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
19678: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
19679: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19680: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
19681: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
19682: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
19683: types/pa_vrequest.C, types/pa_vresponse.h,
19684: types/pa_vstateless_class.C, types/pa_vstring.C,
19685: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
19686: created new projects for sql drivers [planning to remove sql
19687: drivers from main cvs project] first, will join latest changes
19688:
19689: * src/classes/: dom.C: defaulted dom writing methods encoding to
19690: pool.get_charset
19691:
19692: * src/classes/dom.C: defaulted dom writing methods encoding to
19693: pool.get_charset
19694:
19695: * src/include/pa_pool.h: defaulted dom writing methods encoding to
19696: pool.get_charset
19697:
19698: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
19699: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
19700: methods encoding to pool.get_charset
19701:
19702: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
19703: transcoder were created right "unsupported encoding" message.
19704: not @ set time, but @ use time, so until xml output functions
19705: .string, .file, .save used - no encoding name check occur
19706:
19707: reduced transcode buffer size to 60 fixed pool cleanup - no
19708: registration needed, pools are officially destructured
19709:
19710: 2001-09-20 parser
19711:
19712: * src/classes/image.C: 20K preload on jpg measure [image::measure]
19713:
19714: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
19715: $MAIN:DEFAULTS.content-type[$.charset[here]]
19716:
19717: * src/: classes/dnode.C, classes/dom.C,
19718: include/pa_config_includes.h, include/pa_globals.h,
19719: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
19720: main/pa_pool.C, targets/cgi/parser3.dsp,
19721: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19722: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
19723: Pool::transcode 0
19724:
19725: * src/classes/dom.C: dom. string save file moved output xml options
19726: to last param and made it optional
19727:
19728: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
19729: dnodes
19730: !$attributenode.specified = boolean
19731: true if the attribute received its value explicitly
19732: in the XML document,
19733: or if a value was assigned programatically with the
19734: setValue function.
19735: false if the attribute value came from the default value
19736: declared in the document's DTD.
19737: !$pinode.target = target of this processing instruction
19738: XML defines this as being the first token following the
19739: markup
19740: that begins the processing instruction.
19741: XPath:
19742: !^node.select[xpath/query/expression] = hash of 0->node0
19743: 1->node1
19744: !^node.select-single[xpath/query/expression] = first node if
19745: any
19746:
19747: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
19748: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
19749: some 'const's added
19750:
19751: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
19752: expression context now, there value = size and boolean value
19753: size!=0
19754:
19755: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
19756: can be used in expression context now, there value = size and
19757: boolean value size!=0
19758:
19759: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
19760: types/pa_vstring.h: dnode .file .string .save moved back to dom
19761: due to strange xalan bug
19762:
19763: 2001-09-18 parser
19764:
19765: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
19766: classes/image.C, classes/op.C, classes/table.C,
19767: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
19768: include/pa_sql_driver_manager.h, main/compile.C,
19769: main/compile.tab.C, main/compile.y, main/compile_tools.h,
19770: main/execute.C, main/pa_common.C, main/pa_request.C,
19771: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
19772: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19773: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
19774: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19775: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
19776: before_xml branch ^if(def $hash) now true only when
19777: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
19778:
19779: * src/: classes/op.C, main/execute.C: operators self changed to
19780: root ^for variable context changed to self
19781:
19782: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
19783: dnode 1
19784:
19785: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
19786: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
19787:
19788: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
19789: poly* fixed
19790:
19791: 2001-09-17 parser
19792:
19793: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
19794: types/pa_vdom.h: started dnode+dom
19795:
19796: dnode DOM methods: $node.name $node.value
19797: ...others...
19798:
19799: ^node.xpath[/rates/USD] = hash
19800: $hash[
19801: $.0[node0]
19802: $.1[node1]
19803: ]
19804:
19805: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
19806: applies to all linear primitives
19807:
19808: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
19809: include/pa_stylesheet_connection.h, main/main.dsp,
19810: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
19811: types/pa_vimage.h: started dnode DOM: $node.name
19812: $node.value ...others... ^node.xpath[/rates/USD] = hash
19813: dom(dnode)
19814:
19815: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
19816: main/compile.y, main/compile_tools.h, main/execute.C,
19817: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
19818: in expression compound($aa.zz.xx) names now can have minus '-' in
19819: name after '.'
19820:
19821: 2001-09-15 parser
19822:
19823: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
19824: image: $line-width ^line(...)[**** style]
19825:
19826: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
19827: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
19828: pool_storage - cleanups first, allocations second. apache wisely
19829: does just like that
19830:
19831: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
19832: rewritten using template, no bugs now
19833:
19834: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
19835: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
19836: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
19837: poorly started isapi pool_storage, would rewrite using template
19838: now
19839:
19840: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
19841: include/pa_stylesheet_connection.h, main/main.dsp,
19842: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
19843: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
19844: xalan objects freed up [introducing Pool::register_cleanup]
19845:
19846: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
19847: comments
19848:
19849: 2001-09-14 parser
19850:
19851: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
19852: z
19853:
19854: * src/: classes/dom.C, classes/file.C, classes/image.C,
19855: classes/mail.C, include/pa_common.h,
19856: include/pa_sql_driver_manager.h, include/pa_string.h,
19857: include/pa_stylesheet_connection.h,
19858: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19859: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
19860: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
19861: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
19862: compiled&cached
19863:
19864: 2001-09-13 parser
19865:
19866: * src/: classes/dom.C, classes/file.C, classes/image.C,
19867: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
19868:
19869: * src/classes/dom.C: dom:file content-type(.method)
19870:
19871: * src/: include/pa_common.h, include/pa_globals.h,
19872: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
19873: string now more informative error messages
19874:
19875: * src/: include/pa_globals.h, include/pa_request.h,
19876: main/pa_request.C, targets/cgi/parser3.C,
19877: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
19878: ParserSiteConfig .../parser3.conf
19879:
19880: cgi&isapi looks for {configure|c:\windows}/parser3.conf
19881:
19882: 2001-09-12 parser
19883:
19884: * src/: classes/op.C, include/pa_sql_driver_manager.h,
19885: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
19886: precise error reporting: "connection string must start with
19887: protocol://" now
19888:
19889: * src/main/compile.tab.C: fixed - subname code parts actually []
19890: braced
19891:
19892: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
19893: lexer on LS_USER level did [] matching without setting nestage,
19894: introduced special LS_NAME_SQUARE_PART state
19895:
19896: 2001-09-11 parser
19897:
19898: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
19899: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
19900: languages+=xml
19901:
19902: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
19903:
19904: * src/classes/dom.C: ^dom:save/string/file[output options] output
19905: options: $.method[xml|html|text] detection fixed
19906:
19907: * src/types/pa_vdom.h: messages
19908:
19909: * src/classes/dom.C: ^dom:save/string/file[output options] output
19910: options: $.method[xml|html|text] detection fixed
19911:
19912: 2001-09-10 parser
19913:
19914: * src/classes/dom.C: ^dom:save/string/file[output options] output
19915: options: $.method[xml|html|text] $.encoding[windows-1251|...]
19916:
19917: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
19918: added]
19919:
19920: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
19921: ^dom.xslt[stylesheet filename] 0
19922:
19923: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
19924: ^dom.xslt[stylesheet filename] -1 doc is lying
19925:
19926: * src/classes/dom.C: ^dom.file[encoding] = file
19927:
19928: * src/classes/: dom.C: ^dom.string[encoding] 1
19929: ^dom.save[encoding;filename]
19930:
19931: * src/classes/dom.C: ^dom.string[] 0
19932:
19933: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
19934:
19935: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
19936: types/pa_vform.h: ^dom.save[b.xml] 0
19937:
19938: 2001-09-08 parser
19939:
19940: * src/types/pa_vform.C: $form:tables.name.field
19941:
19942: 2001-09-07 parser
19943:
19944: * src/classes/table.C: table:empty removed, superceded by ^if(def
19945: $table)...
19946:
19947: * src/targets/cgi/parser3.C: z
19948:
19949: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
19950: from '' to int/double is 0]
19951:
19952: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
19953: $table) is false when table is empty
19954:
19955: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
19956: !$form:tables $atable[$form:tables.a]
19957: ^atable.menu{a=$atable.element}[,]
19958:
19959: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
19960: types/pa_vform.h, types/pa_vhash.h: !$form:fields
19961:
1.116 moko 19962: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 19963: types/pa_vdom.h, types/pa_vform.C: merged with successful start
19964: of dom
19965:
19966: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
19967: types/pa_vform.C, types/pa_vform.h: z
19968:
19969: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
19970: element [not last]
19971:
1.116 moko 19972: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 19973: types/pa_vdom.h: introducing dom. dom:load[a.xml]
19974:
19975: 2001-09-06 parser
19976:
19977: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
19978: table with one column 'element' and two rows: 1 and 2
19979:
19980: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
19981: table with one column 'element' and two rows: 1 and 2
19982:
19983: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
19984: bad int/double conversions, and now $form:nonexistent.int(88)
19985: would return 88
19986:
19987: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
19988: types/pa_vhash.h: now there's special hash key '_default'
19989: [instead of ^_default method] $hash[ $.a[1] $.b[2]
19990: $._default[xx] ] $hash.c
19991:
19992: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
19993: fixed [thanks, fif], ^; were treated there non-literally
19994:
19995: * src/doc/doxygen.cfg: merged new default options from 1.2.10
19996: doxygen
19997:
19998: * src/: classes/image.C, classes/op.C, classes/string.C,
19999: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
20000: types/pa_vtable.C: few #ifndef DOXYGEN
20001:
20002: 2001-09-05 parser
20003:
20004: * src/classes/: string.C, table.C: sql options can be void [same as
20005: image:html the other day]
20006:
20007: * src/targets/cgi/Makefile.am: .am undo
20008:
20009: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20010: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
20011: macro expantion on param, simply qoutes whatever passed, undone
20012:
20013: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20014: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
20015: STRINGIZE(name) #name invented
20016:
20017: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20018: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
20019: MAIN_SQL_DRIVERS_NAME "drivers"
20020:
20021: moved to be availible to all users
20022:
20023: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
20024: SQL_DRIVER_CREATE_FUNC_NAME
20025:
20026: * src/classes/mail.C: MAIN:MAIL check fixed
20027:
20028: 2001-09-04 parser
20029:
20030: * src/classes/image.C: image.html now can accept void params
20031:
20032: * src/targets/isapi/parser3isapi.C: z
20033:
20034: * src/targets/cgi/parser3.C: full_file_spec bug
20035:
20036: * src/targets/cgi/parser3.C: getenvcheck
20037:
20038: * src/targets/cgi/parser3.C: zz
20039:
20040: * src/targets/cgi/parser3.C: zzz
20041:
20042: * src/classes/date.C: date
20043:
20044: * src/classes/date.C: date:sql-string is now without ''
20045:
1.116 moko 20046: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 20047: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
20048: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
20049:
1.116 moko 20050: * src/include/pa_config_auto.h.in: makes
1.95 moko 20051:
20052: 2001-09-03 parser
20053:
20054: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
20055:
20056: 2001-09-01 parser
20057:
20058: * src/classes/image.C: letter_spacing
20059:
20060: * src/classes/image.C: image: font params changed
20061:
20062: * src/classes/image.C: image: as_int as_string used
20063:
20064: * src/types/pa_vmethod_frame.h: $result[] now gets properly
20065: analized
20066:
20067: 2001-08-31 parser
20068:
20069: * src/targets/cgi/parser3.C: z
20070:
1.116 moko 20071: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
20072: cygwin
1.95 moko 20073:
20074: * src/classes/void.C: void:int/double += (default)
20075:
20076: * src/classes/image.C: image:font added space param image:font
20077: changed charwidth alg, added kerning const[for now]
20078:
20079: * src/classes/: string.C, table.C: string:int/double (defaults)
20080:
20081: 2001-08-29 parser
20082:
20083: * src/main/pa_exception.C: exception redundant debug info
20084:
20085: 2001-08-28 parser
20086:
20087: * src/classes/image.C: image error msgs
20088:
20089: * src/classes/image.C: image: gifsize little endian
20090:
20091: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
20092: doxygeneration
20093:
20094: * src/: classes/Makefile.am, main/Makefile.am,
20095: targets/cgi/Makefile.am, types/Makefile.am: .am-s
20096:
20097: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
20098: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
20099:
20100: * src/main/compile.C: NO_STRING_ORIGIN check2
20101:
20102: * src/classes/table.C: NO_STRING_ORIGIN check
20103:
20104: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
20105: storage class specifiers invalid in friend function declarations
20106:
20107: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
20108: main/untaint.C, targets/cgi/parser3.C,
20109: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
20110: case of limit
20111:
20112: * src/: classes/file.C, main/pa_common.C: file:move
20113: autocreate/remove dest/src dir
20114:
20115: * src/: classes/string.C, include/pa_dictionary.h,
20116: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
20117: main/untaint.C: pa_directory speeded up. moved zero 'from' check
20118: to directory constructor. string:replace
20119:
20120: 2001-08-27 parser
20121:
20122: * src/classes/image.C: fixed jpgsize alg
20123:
20124: * src/classes/image.C: fixed jpgsize alg
20125:
20126: * src/main/pa_exception.C: z
20127:
20128: * src/main/pa_common.C: removed debug info from pa_common
20129:
20130: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
20131: [auto.p from current dir loading]
20132:
1.116 moko 20133: * src/: main/pa_common.C, main/pa_exception.C,
20134: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
20135: for solaris -lsocket
1.95 moko 20136:
20137: 2001-08-24 parser
20138:
20139: * src/targets/cgi/parser3.C: not cgi extra \n 3
20140:
20141: * src/targets/cgi/parser3.C: not cgi extra \n 2
20142:
20143: * src/targets/cgi/parser3.C: not cgi extra \n
20144:
20145: * src/main/pa_sql_driver_manager.C: z
20146:
20147: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
20148: sql* removed services from disconnect - cross-request ideological
20149: probs.
20150:
20151: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
20152: cross-request ideological probs. oracle - fixed bug: cs
20153: allocated on request.pool and got freed before disconnect
20154:
20155: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
20156: mallocs fixed
20157:
20158: 2001-08-23 parser
20159:
20160: * src/classes/file.C: minor bug in file:save fixed
20161:
20162: * src/main/pa_sql_driver_manager.C: oracle: dlink
20163:
20164: 2001-08-22 parser
20165:
20166: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
20167: types/pa_vfile.h: file:load|save[text|binary;
20168:
20169: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
20170:
20171: 2001-08-21 parser
20172:
20173: * src/classes/: file.C, table.C: ^file:list
20174:
20175: 2001-08-20 parser
20176:
20177: * src/: main/compile.tab.C, main/compile.y,
20178: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
20179: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
20180: recousively caused problems: inc incremeted 123 literal!! fixed
20181:
20182: 2001-08-10 parser
20183:
20184: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
20185:
20186: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20187: added
20188:
20189: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20190: added
20191:
20192: * src/classes/table.C: table:sort restored [it was bad test :(]
20193:
20194: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
20195: ''
20196:
20197: * src/main/: pa_request.C: wanted to make const int
20198: MAX_EXECUTE_SECONDS=1;
20199:
20200: but couldnt, set_callback_and_alarm appeared to be not exported
20201: :(
20202:
20203: * src/main/pa_string.C: string.match hanged on. there were a hang
20204: check but it weren't wise enough
20205:
20206: @parse[dateString][tmp]
20207: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
20208: #end
20209:
20210: @main[] ^parse[2001-02-03]
20211:
20212: * src/classes/: table.C: table:sort now default desc
20213:
20214: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20215: table.sort now creates new sorted table
20216:
20217: 2001-08-09 parser
20218:
20219: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
20220:
20221: * src/classes/hash.C: hash:_default now [was hash:default]
20222:
20223: * src/classes/op.C: case without switch check added
20224:
20225: * src/types/pa_vcookie.C: cookie name&value origins added, more
20226: precise $ORIGINS(1)
20227:
20228: * src/main/Makefile.am: .am
20229:
20230: * src/classes/void.C: void: int double copy/paste from int: bug
20231: fixed
20232:
20233: * src/classes/void.C: void: int double copy/paste from int: bug
20234: fixed
20235:
20236: 2001-08-07 parser
20237:
20238: * src/: classes/double.C, classes/int.C, classes/string.C,
20239: classes/table.C, include/pa_globals.h, main/pa_globals.C:
20240: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
20241: string, table
20242:
20243: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
20244: srand made working
20245:
20246: 2001-08-06 parser
20247:
20248: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
20249: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
20250: main/compile.tab.C, main/compile.y, main/pa_array.C,
20251: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
20252: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
20253:
20254: * src/main/pa_exec.C: exec win32 real filename
20255:
20256: * src/classes/file.C: exec stderr out
20257:
20258: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
20259:
20260: 2001-08-03 parser
20261:
20262: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
20263:
20264: 2001-08-02 parser
20265:
20266: * src/: classes/string.C, classes/table.C, include/pa_array.h,
20267: main/execute.C, main/pa_exec.C: introducing Array_iter
20268:
20269: * src/main/execute.C: detected quick_get recursion bug. changed to
20270: get@execute, but needs array iterator, separate from array to
20271: avoid it & use caching
20272:
20273: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
20274: bug fixed
20275:
20276: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
20277: main/execute.C, main/pa_globals.C: found another multithread bug
20278: in op.C (last, last global var killed) :)
20279:
20280: 2001-08-01 parser
20281:
20282: * src/: include/pa_dictionary.h, include/pa_globals.h,
20283: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
20284: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20285: main/untaint.C: speeded up typo-html replacements. introducing
20286: Dictionary with first-char caching
20287:
20288: 2001-07-31 parser
20289:
20290: * src/types/Makefile.am: pa_vtable.C added to .am
20291:
20292: * src/main/compile.tab.C: added, so that could be compiled even on
20293: non-bison-enabled platforms
20294:
20295: 2001-07-28 parser
20296:
20297: * src/classes/table.C: table:hash always produces hash, when can't
20298: - empty
20299:
20300: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
20301: skipped \n
20302:
20303: 2001-07-27 parser
20304:
20305: * src/classes/: double.C, int.C, string.C: provided meaningful msg
20306: on int/double/string :sql without result and default
20307:
20308: 2001-07-26 parser
20309:
20310: * src/classes/op.C: fixed bad multithread bug with strangly global
20311: OP
20312:
20313: * src/main/compile.y: $man[$.age[zzz]] 0
20314:
20315: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
20316: creation syntax problem persists. restored $: for a while.
20317: thinking of $man[$.age[zzz]] syntax now
20318:
20319: * src/: classes/double.C, classes/int.C, classes/string.C,
20320: include/pa_opcode.h, main/compile.C, main/compile.y,
20321: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
20322: types/pa_vmethod_frame.h, types/pa_wcontext.h,
20323: types/pa_wwrapper.h: fixing :: realization #1
20324:
20325: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
20326: main/compile_tools.h, main/execute.C, main/pa_request.C,
20327: types/pa_vmethod_frame.h: introducing :: this is constructor call
20328: prefix. ordinary : remains for static accesses
20329:
20330: 2001-07-25 parser
20331:
20332: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
20333: fields 2. methods 3. columns
20334:
20335: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
20336: quote. optimized double&int tostring-s
20337:
20338: * src/main/: compile.C, compile.y, compile_tools.h: allowed
20339: whitespace before first method decl
20340:
20341: * src/classes/table.C: allowed nontable result in table:sql,
20342: results in empty table
20343:
20344: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
20345: lines before first method decl
20346:
20347: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
20348: types/pa_vtable.h: ^table.record[] now $table.fields
20349:
20350: * src/main/compile.y: $var[] is now empty string, not void
20351:
20352: * src/main/: compile.y, execute.C: $var[] is now empty string, not
20353: void
20354:
20355: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
20356: main/pa_globals.C: match replace code context moved to implicit
20357: $match context
20358:
20359: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
20360: main/compile_tools.h, main/execute.C: with killed, code storage
20361: introduced with former 'with' syntax
20362:
20363: 2001-07-24 parser
20364:
20365: * src/: main/compile.C, main/execute.C, main/pa_string.C,
20366: types/pa_value.h: first get_element, next get operator
20367:
20368: * src/main/compile.y: removed @end handling
20369:
20370: * src/main/: compile.C, compile.y: @end handling method2
20371:
20372: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
20373: file:move
20374:
20375: * src/main/pa_common.C: file_read close @ eof when imgsize bug
20376: fixed
20377:
20378: 2001-07-23 parser
20379:
20380: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
20381: driver
20382:
20383: * src/classes/hash.C: changed sql driver query interface
20384:
20385: * src/: classes/hash.C, classes/string.C, classes/table.C,
20386: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
20387: changed sql driver query interface
20388:
20389: 2001-07-20 parser
20390:
20391: * src/types/pa_vrequest.C: X!$browser:type
20392:
20393: * src/: classes/file.C, classes/string.C, include/pa_string.h,
20394: main/execute.C, main/pa_string.C, types/pa_valiased.C,
20395: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
20396: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
20397: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
20398: types/pa_vobject.h, types/pa_vrequest.C,
20399: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
20400: ^class:method dynamic calls allowed. ^BASE.method call disabled.
20401: BASE element globally removed
20402:
20403: 2001-07-18 parser
20404:
20405: * src/classes/file.C: file:exec/cgi msg
20406:
20407: * src/classes/file.C: $file:exit-code renamed to 'status'
20408:
20409: * src/: classes/file.C, main/pa_exec.C: file:exec
20410:
1.116 moko 20411: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20412: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
20413: removed $id from *.in *.am
1.95 moko 20414:
20415: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
20416: abbrevations
20417:
20418: * src/: classes/date.C, classes/mail.C, classes/math.C,
20419: classes/string.C, classes/table.C, include/pa_globals.h,
20420: include/pa_string.h, main/execute.C, main/pa_globals.C,
20421: main/pa_request.C, main/pa_string.C, main/untaint.C,
20422: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
20423: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
20424: $ORIGINS(1) output tracing mode
20425:
20426: 2001-07-13 parser
20427:
20428: * src/: classes/double.C, classes/int.C, classes/string.C,
20429: include/pa_request.h, main/execute.C, main/pa_request.C:
20430: auto.p[@auto], /news/auto.p[no @auto], so that initializing
20431: second would not call first @auto
20432:
20433: * src/main/: execute.C, pa_request.C: order of MAIN parents was
20434: wrong, fixed
20435:
20436: 2001-07-12 parser
20437:
20438: * src/types/pa_value.h: pa_value.putelement modification of system
20439: classes prevented
20440:
20441: 2001-07-11 parser
20442:
20443: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
20444: table $piece
20445:
20446: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
20447: types/pa_vstateless_class.h: $file created by file:state +=
20448: .atime .mtime .ctime +found&fixed bug with exceptions on
20449: get_junction-created objects [they were on wrong pool]
20450:
20451: 2001-07-09 parser
20452:
20453: * src/main/untaint.C: qp wrong name
20454:
20455: * src/: classes/date.C, classes/string.C, classes/table.C,
20456: main/compile.y: date format 0
20457:
20458: 2001-07-07 parser
20459:
20460: * src/: classes/date.C, classes/table.C, include/pa_common.h,
20461: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
20462: roll table calendar
20463:
20464: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
20465: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
20466: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
20467: include/pa_request.h, main/main.dsp, types/pa_value.h,
20468: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
20469: string. todo: sql, calendar
20470:
20471: 2001-07-06 parser
20472:
20473: * src/: classes/math.C, include/pa_request.h, main/execute.C,
20474: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
20475:
20476: 2001-07-03 parser
20477:
20478: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
20479: classes/random.C, main/main.dsp: class random renamed to math,
20480: operators became methods
20481:
20482: * src/classes/op.C: pow sqrt
20483:
20484: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
20485:
20486: 2001-07-02 parser
20487:
20488: * src/classes/table.C: ^table.columns column renamed from 'name' to
20489: 'column'
20490:
20491: * src/classes/hash.C: ^hash.keys[]
20492:
20493: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
20494:
20495: * src/main/: compile.y, compile_tools.h: in expressions now allowed
20496: 'strings'
20497:
20498: 2001-06-29 parser
20499:
20500: * src/main/: execute.C: /0 %0 checkes ver 2
20501:
20502: * src/main/execute.C: /0 %0 checke
20503:
20504: * src/classes/Makefile.am: nothing - void
20505:
20506: * src/classes/table.C: empty strings @ sql
20507:
20508: 2001-06-28 parser
20509:
20510: * src/: classes/double.C, classes/file.C, classes/form.C,
20511: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20512: classes/op.C, classes/random.C, classes/response.C,
20513: classes/string.C, classes/table.C, classes/void.C,
20514: main/compile.C, main/compile_tools.C, main/execute.C,
20515: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20516: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20517: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20518: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20519: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
20520: targets/isapi/parser3isapi.C, main/compile.y: */ static const
20521: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
20522: $";
20523:
20524: * src/: classes/double.C, classes/file.C, classes/form.C,
20525: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20526: classes/op.C, classes/random.C, classes/response.C,
20527: classes/string.C, classes/table.C, classes/void.C,
20528: main/compile.C, main/compile.y, main/compile_tools.C,
20529: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20530: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20531: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20532: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20533: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
20534: targets/isapi/parser3isapi.C: static char *RCSId="$Id$";
20535:
20536: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
20537: $class:name: == ${class:name}:
20538:
20539: * src/classes/string.C: exactly one
20540:
20541: 2001-06-27 parser
20542:
20543: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
20544: types/pa_vvoid.h: nothing renamed to void
20545:
20546: * src/classes/op.C: ^switch ^case
20547:
20548: * src/main/compile.y: nothing renamed to void
20549:
20550: * src/: classes/hash.C, classes/table.C, main/compile.y,
20551: main/execute.C, main/main.dsp, main/pa_request.C,
20552: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
20553: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
20554: void
20555:
20556: * src/main/compile.y: lexer: $zzzz^zzzz were name part
20557:
20558: 2001-05-28 parser
20559:
20560: * src/doc/html2chm.cmd: removed >a
20561:
20562: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
20563: project options [some bugs]
20564:
20565: * src/doc/sources2html.cmd: z
20566:
20567: * src/: classes/classes.C, main/compile.C, main/compile.y,
20568: main/execute.C: operators are not in root class again
20569:
20570: 2001-05-24 parser
20571:
20572: * src/targets/cgi/parser3.dsp: project file
20573:
20574: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
20575: ^log ^exp
20576:
20577: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
20578: conversions in @exception[params]
20579:
20580: * src/main/pa_request.C: // no _ conversions in @exception[params]
20581:
20582: 2001-05-23 parser
20583:
20584: * src/main/pa_string.C: string cmp bug
20585:
20586: * src/classes/: mail.C, op.C: rem max 1000
20587:
20588: * src/: classes/op.C, main/compile.y: allow one empty line before
20589: LS_DEF_NAME
20590:
20591: 2001-05-22 parser
20592:
20593: * src/classes/op.C: if params code-required
20594:
20595: 2001-05-21 parser
20596:
20597: * src/types/pa_vstring.C: eoleof
20598:
20599: * src/classes/Makefile.am: .AM
20600:
20601: * src/classes/nothing.C: resultless ^sql moved to nothing:
20602:
20603: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
20604:
20605: * src/: classes/double.C, classes/nothing.C, classes/string.C,
20606: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
20607: types/pa_vunknown.h, classes/hash.C, main/compile.y,
20608: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
20609: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
20610: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
20611: 'nothing'
20612:
20613: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
20614: vstring::set_string
20615:
20616: * src/classes/: double.C, int.C, string.C: int,double;sql
20617:
20618: * src/: classes/hash.C, classes/int.C, classes/string.C,
20619: classes/table.C, include/pa_string.h, main/pa_string.C,
20620: types/pa_vstring.C, types/pa_vstring.h: started int:sql
20621:
20622: * src/: classes/classes.C, classes/hash.C, classes/op.C,
20623: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
20624: hash:sql moved to main trunc. operators.txt updated
20625:
20626: * src/classes/: hash.C, op.C, table.C: hash:sql
20627:
20628: * src/classes/op.C: z
20629:
20630: * src/: main/compile.C, classes/classes.C: 1
20631:
20632: * src/: classes/classes.C, main/compile.C, main/compile.y,
20633: main/execute.C: 0
20634:
20635: * src/main/execute.C: z
20636:
20637: * src/targets/cgi/parser3.C: z
20638:
20639: * src/targets/cgi/parser3.C: argv can be just "parser3". made
20640: site_auto_path "." in that case
20641:
20642: * src/targets/cgi/: parser3.C: z
20643:
20644: * src/main/pa_request.C: .am
20645:
20646: * src/: main/pa_request.C, targets/cgi/parser3.C:
20647: pcre_tables=pcre_default_tables;
20648:
20649: 2001-05-19 parser
20650:
20651: * src/main/pa_string.C: z
20652:
20653: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
20654: introducing String::cstr_bufsize, returns just size+1 for as_is
20655: target.
20656:
20657: * src/: main/untaint.C, targets/cgi/pa_pool.C,
20658: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
20659: used, 4* mem wasted
20660:
20661: * src/classes/string.C: root context in match replace body now
20662: unchanged
20663:
20664: * src/types/pa_value.h: parameter # 1 based
20665:
20666: * src/main/pa_common.C: common: actual filename '%s'
20667:
20668: * src/classes/string.C: z
20669:
20670: * src/classes/Makefile.am: classes/.am
20671:
20672: * src/classes/: Makefile.am: classes/.am
20673:
20674: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
20675: targets/cgi/pa_pool.C: classes/.am
20676:
20677: 2001-05-18 parser
20678:
1.116 moko 20679: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
20680: pa_threads.C ins
1.95 moko 20681:
20682: * src/targets/cgi/Makefile.am: .am pa_threads.C added
20683:
20684: 2001-05-17 parser
20685:
20686: * src/: classes/string.C, include/pa_config_fixed.h,
20687: include/pa_config_includes.h, main/compile.y,
20688: main/compile_tools.h, main/execute.C, main/pa_array.C,
20689: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
20690: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
20691: types/pa_vform.C: #include "pa_config_includes.h" removed from
20692: most .C
20693:
20694: * src/doc/html2chm.cmd: z
20695:
20696: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
20697: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
20698:
20699: * src/main/pa_sql_driver_manager.C: moved expiration to
20700: get_connection_from_cache
20701:
20702: * src/main/pa_sql_driver_manager.C: cache expiration bf
20703:
20704: * src/: classes/classes.h, include/pa_sql_connection.h,
20705: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
20706: cache expiration[use SQL_Driver::disconnect]
20707:
20708: * src/main/pa_table.C: table.locate current restored on "not found"
20709:
20710: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
20711: line no
20712:
20713: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
20714: ANTI_ENDLESS_EXECUTE_RECOURSION
20715:
20716: * src/: classes/op.C, include/pa_sql_connection.h,
20717: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
20718: sql/pa_sql_driver.h: fixed problem at last: 2connections own
20719: 1driver and set_services fight for driver::fservices. before fix
20720:
20721: * src/: classes/op.C, include/pa_config_fixed.h,
20722: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20723: main/pa_sql_driver_manager.C: found problem at last: 2connections
20724: own 1driver and set_services fight for driver::fservices. before
20725: fix
20726:
20727: * src/: include/pa_config_fixed.h, include/pa_threads.h,
20728: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20729: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
20730: pa_threads.C
20731:
20732: * src/include/pa_threads.h: removed targets/parser
20733:
20734: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
20735: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
20736: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
20737: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
20738: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
20739: headers
20740:
20741: * src/: classes/image.C, include/pa_sql_driver_manager.h,
20742: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
20743: order prevented sqlmanager to see MULTYTHREAD define
20744:
20745: * src/: include/pa_config_fixed.h, include/pa_threads.h,
20746: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
20747: put/gets
20748:
20749: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
20750: from hash.h
20751:
20752: * src/: classes/op.C, include/pa_sql_connection.h,
20753: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
20754: from cache ->set_services(&services);
20755:
20756: 2001-05-16 parser
20757:
20758: * src/targets/cgi/parser3.C: z
20759:
20760: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
20761: debug, #ifdefed some. would debug later, on more precise sample
20762: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
20763: $name.$tail[$tail!] $name.$tail } ok3
20764:
20765: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
20766: removed array debug. before vstring rebasing
20767:
20768: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
20769: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
20770: array debugged; adjusted
20771:
20772: * src/main/: pa_sql_driver_manager.C, pa_string.C:
20773: SQL_Driver_manager line no for connect/charset errors
20774:
20775: 2001-05-15 parser
20776:
20777: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
20778: main/pa_string.C: string+array made linear grows
20779:
20780: * src/: include/pa_string.h, main/pa_string.C,
20781: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
20782: grow lineary, not exponentialy
20783:
20784: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
20785: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
20786: with fullchunk cmps
20787:
20788: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
20789: 70041= 81
20790:
20791: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
20792: targets/cgi/parser3.C: detected huge mem allocation: size/times
20793: malloc 27809390/368771, calloc 3232/83. would test now
20794:
20795: * src/: classes/random.C, main/compile.y, main/execute.C,
20796: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
20797: numbered params had wrong name - for instance: bad error message
20798: in ^for[] bad body type. fixed
20799:
20800: 2001-05-14 parser
20801:
20802: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
20803: main/untaint.C: ^string.upper|lower[]
20804:
20805: 2001-05-11 parser
20806:
20807: * src/: classes/double.C, classes/image.C, classes/op.C,
20808: classes/string.C, classes/table.C, classes/unknown.C,
20809: main/execute.C, types/pa_value.h, types/pa_vbool.h,
20810: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
20811: types/pa_vunknown.h: op: MAX_LOOPS as_int
20812:
20813: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
20814: .dsp for win32tools
20815:
20816: 2001-05-11 paf
20817:
20818: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
20819: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
20820: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
20821: targets/isapi/kill.pl: moved win32 helpers to /win32tools
20822:
20823: 2001-05-10 paf
20824:
20825: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
20826: for C++, that's all
20827:
1.116 moko 20828: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
20829: pa_config_includes.h: inline wonders
1.95 moko 20830:
20831: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
20832: doc/doxygen.cmd: hash.C added
20833:
20834: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
20835:
20836: * src/main/compile.y: @end grammar: allowed zero strings in control
20837: menthod
20838:
20839: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
20840: pa_vstateless_object.h: changed priority: field before method
20841: lookup in vclass & vobject
20842:
20843: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
20844: grammar: priorities changes [lowerd && prior] vobject: now first
20845: fields, next methods
20846:
20847: 2001-05-08 paf
20848:
20849: * src/main/pa_table.C: table columnname2item on nameless ignored
20850: bark=false. fixed
20851:
20852: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
20853: types/pa_vmethod_frame.h: hash:default works at last!
20854:
20855: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
20856: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
20857: hash:default
20858:
20859: * src/classes/table.C: z
20860:
20861: * src/classes/table.C: table:hash always hash of hash now
20862:
20863: * src/classes/table.C: table:empty return bool now
20864:
20865: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
20866: include/pa_table.h, main/pa_table.C, types/pa_value.h,
20867: types/pa_vtable.h: table:hash
20868:
20869: * src/classes/table.C: table:record have name
20870:
20871: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
20872: returns vunknown
20873:
20874: * src/classes/: double.C, int.C, op.C, string.C:
20875: int,double,string:int[] double[] string:length[] results now have
20876: hames
20877:
20878: * src/: classes/op.C, classes/table.C, main/main.dsp,
20879: types/pa_vtable.h: removed table:find. table:locate and op:eval
20880: now return bool
20881:
20882: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
20883: in method checkparams again. fixed
20884:
20885: 2001-05-07 paf
20886:
20887: * src/doc/chm.cmd: cmd
20888:
20889: * src/: classes/image.C, classes/mail.C, classes/string.C,
20890: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
20891: types/pa_value.h: method reported errors on wrong pool
20892:
20893: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
20894: now
20895:
20896: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
20897: include/code.h, include/pa_opcode.h, main/compile.C,
20898: main/compile_tools.h, main/execute.C, types/pa_value.h,
20899: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20900: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
20901: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
20902: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20903: types/pa_vmethod_frame.h, types/pa_vobject.h,
20904: types/pa_vrequest.h, types/pa_vresponse.h,
20905: types/pa_vstateless_class.h, types/pa_vstring.h,
20906: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
20907: types/pa_wwrapper.h: pa_code.h
20908:
20909: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
20910:
20911: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
20912: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
20913: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
20914: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
20915: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
20916: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
20917: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
20918: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
20919: types/pa_vtable.h: dox, split by not clean parts also
20920:
20921: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
20922: types/pa_vtable.h: table: fields, then methods. so to enable
20923: 'dir' fields & co. more
20924:
20925: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
20926: so to enable 'dir' fields & co.
20927:
20928: * src/main/compile.y: grammar: @end
20929:
20930: 2001-05-04 paf
20931:
20932: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20933: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
20934:
20935: * src/: classes/classes.h, classes/double.C, classes/file.C,
20936: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
20937: classes/op.C, classes/random.C, classes/response.C,
20938: classes/string.C, classes/table.C, classes/unknown.C,
20939: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
20940: method dox
20941:
20942: 2001-05-03 paf
20943:
20944: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
20945: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
20946: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
20947: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
20948: doc/string.dox, doc/targets.dox, doc/value.dox,
20949: main/pa_request.C: dox splitted .dox files and added some
20950:
20951: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
20952:
20953: 2001-05-02 paf
20954:
20955: * src/classes/: image.C, table.C: table:dir result are not tainted
20956: by file_name language now
20957:
20958: 2001-04-28 paf
20959:
20960: * src/classes/classes.inc: removed classes.inc
20961:
20962: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
20963: from .am
20964:
20965: * src/classes/classes.awk: skipped classes in .awk
20966:
20967: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
20968: classes/classes.inc, classes/double.C, classes/file.C,
20969: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
20970: classes/string.C, classes/table.C, classes/unknown.C,
20971: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
20972: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
20973: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
20974: pa_methoded back to classes/classes.h
20975:
20976: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
20977:
20978: * src/: classes/Makefile.am, classes/classes.awk,
20979: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
20980: classes/ls.exe, main/bison.exe: classes.inc autogenerator
20981:
20982: * src/: classes/classes.C, classes/classes.h, classes/double.C,
20983: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
20984: classes/response.C, classes/string.C, classes/table.C,
20985: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
20986: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
20987: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
20988: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
20989: include|main/pa_methoded
20990:
20991: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
20992: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
20993:
20994: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
20995: moved some configured data to request::classes_conf moved some
20996: string crations from globals to M... [works]
20997:
20998: * src/: classes/form.C, classes/mail.C, classes/op.C,
20999: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
21000: main/pa_request.C: moved some configured data to
21001: request::classes_conf moved some string crations from globals to
21002: M...
21003:
21004: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
21005: about to move configured data to special request hash
21006:
21007: * src/: classes/classes.C, classes/classes.h, classes/file.C,
21008: classes/form.C, classes/mail.C, include/pa_request.h,
21009: main/pa_request.C: configure started
21010:
21011: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
21012: 2. todo: methoded-configure
21013:
21014: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21015: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21016: classes/_random.h, classes/_response.h, classes/_string.h,
21017: classes/_table.h, classes/_unknown.h, classes/classes.inc,
21018: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21019: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21020: classes/random.C, classes/response.C, classes/string.C,
21021: classes/table.C, classes/unknown.C, include/pa_globals.h,
21022: include/pa_request.h, main/compile.y, main/execute.C,
21023: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21024: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21025: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
21026: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
21027: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21028: types/pa_vrequest.h, types/pa_vresponse.h,
21029: types/pa_vstateless_class.h, types/pa_vstring.h,
21030: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21031: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
21032: methoded-configure
21033:
21034: * src/: classes/file.C, classes/table.C, main/compile.y,
21035: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
21036: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
21037: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
21038:
21039: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
21040: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21041: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21042: classes/random.C, classes/response.C, classes/string.C,
21043: classes/table.C, classes/unknown.C, include/pa_request.h,
21044: main/compile.y, main/execute.C, main/pa_globals.C,
21045: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
21046: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
21047: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
21048: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
21049: beautifying just compiled. todo: debug, configure
21050:
21051: 2001-04-27 paf
21052:
21053: * src/: classes/file.C, classes/image.C, classes/table.C,
21054: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
21055: beautifying -99
21056:
21057: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
21058: classes/_response.h, classes/_unknown.h, classes/classes.C,
21059: classes/classes.h, classes/double.C, classes/file.C,
21060: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21061: classes/op.C, classes/random.C, classes/response.C,
21062: classes/string.C, include/pa_globals.h, main/main.dsp,
21063: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
21064: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21065: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
21066: types/pa_vunknown.h: beautifying -100
21067:
21068: * src/main/compile.y: serge@ found @CLASS bug. fixed
21069:
21070: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
21071: classes/_op.h, classes/_random.h, classes/_table.h,
21072: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
21073: classes/op.C, classes/random.C, classes/response.C,
21074: classes/string.C, classes/table.C, classes/unknown.C,
21075: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21076: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21077: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
21078: beautifying
21079:
21080: 2001-04-26 paf
21081:
21082: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
21083:
21084: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
21085: documentation ++
21086:
21087: * src/: classes/_exec.h, doc/doxygen.cfg,
21088: include/pa_config_fixed.h, include/pa_config_includes.h,
21089: targets/cgi/pa_pool.C: code documentation ++
21090:
21091: * src/: classes/_image.h, classes/op.C, classes/random.C,
21092: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21093: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21094: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
21095: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21096: types/pa_vmethod_frame.h, types/pa_vobject.h,
21097: types/pa_vrequest.C, types/pa_vrequest.h,
21098: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
21099: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
21100: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
21101: code documentation ++
21102:
21103: * src/: classes/image.C, classes/mail.C, classes/string.C,
21104: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
21105: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
21106: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
21107: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21108: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21109: types/pa_vobject.h, types/pa_vstateless_class.h,
21110: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
21111:
21112: * src/main/: pa_request.C, pa_string.C: z
21113:
21114: * src/: include/pa_common.h, include/pa_types.h,
21115: main/pa_sql_driver_manager.C: module [and, guess, isapi]
21116: connection caching fixed. request-pooled-url were stored into
21117: global connectioncache
21118:
21119: 2001-04-25 paf
21120:
21121: * src/: doc/doxygen.cfg, doc/doxygen.txt,
21122: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
21123:
21124: * src/: include/code.h, include/pa_common.h, main/compile.y,
21125: main/execute.C, main/pa_common.C: -d
21126:
21127: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
21128: illegal call check a bit improved, but still under iis no mapping
21129: of dir with parser allowed!
21130:
21131: 2001-04-24 paf
21132:
21133: * src/targets/Makefile.am: apache module lib .am
21134:
21135: * src/main/pa_exec.C: windows32 buildCommand
21136:
21137: 2001-04-23 paf
21138:
21139: * src/targets/cgi/Makefile.am: win32 conditional
21140:
21141: * src/targets/cgi/Makefile.am: win32 conditional
21142:
21143: * src/targets/cgi/Makefile.am: liblink
21144:
21145: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
21146: vfile fields return type
21147:
21148: * src/types/pa_vfile.h: vfile fields return type
21149:
21150: * src/include/pa_config_auto.h.in: .h.in
21151:
21152: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
21153: types/Makefile: makefiles removed
21154:
21155: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
21156: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
21157:
21158: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
21159: [tested: i & g ]
21160:
21161: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
21162: @test noticed series in isapi, check how initialize_random_class
21163: is called! [must be called only once]
21164:
21165: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
21166: would not be 'unknown column'
21167:
21168: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
21169: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
21170:
21171: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
21172: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
21173: [now doesnt]
21174:
21175: * src/targets/cgi/parser3.C: cgi cmdline ver
21176:
21177: * src/targets/cgi/parser3.C: cgi /// @test disable
21178: /cgi-bin/parser3/auto.p
21179:
21180: * src/main/untaint.C: untaint without charset
21181:
21182: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21183: main/pa_common.C: common: file_write /// @test mkdirs
21184: file_delete rmdirs
21185:
21186: * src/main/untaint.C: mail header only once to =?
21187:
21188: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
21189: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
21190: main/untaint.C: untaint - @test optimize whitespaces for
21191: all but 'html'
21192:
21193: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
21194: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
21195: main/untaint.C: untaint - @test mail-header
21196:
21197: 2001-04-20 paf
21198:
21199: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21200: include/pa_request.h, include/pa_string.h, main/compile.y,
21201: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21202: targets/cgi/parser3.C: $MAIN:LOCALE
21203:
21204: * src/main/untaint.C: z
21205:
21206: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
21207:
21208: 2001-04-19 paf
21209:
21210: * src/main/compile_tools.h: $a$b bugfix
21211:
21212: * src/targets/cgi/parser3.C: z
21213:
21214: * src/classes/file.C: z
21215:
21216: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
21217: done: header to $fields. waits for header '\' tricks
21218:
21219: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
21220: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
21221: changed urlencode here and in untaint.C to HTTP standard's " and
21222: \" mech
21223:
21224: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
21225: http://alx/~paf/ doesnt load /auto.p
21226:
21227: 2001-04-18 paf
21228:
21229: * src/main/pa_request.C: 1
21230:
21231: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
21232: linux @alx
21233:
21234: 2001-04-17 paf
21235:
21236: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
21237: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
21238: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
21239: enabled
21240:
21241: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21242: classes/_exec.h, classes/_file.h, classes/_form.h,
21243: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21244: classes/_random.h, classes/_response.h, classes/_string.h,
21245: classes/_table.h, classes/_unknown.h, classes/file.C,
21246: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
21247: include/pa_config_fixed.h, include/pa_config_includes.h,
21248: include/pa_hash.h, include/pa_sql_driver_manager.h,
21249: include/pa_version.h, main/Makefile.am, main/compile.y,
21250: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
21251: main/pa_sql_driver_manager.C, sql/Makefile.am,
21252: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
21253: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
21254: types/pa_vform.C, types/pa_vimage.h: exec @jav
21255:
21256: * src/: include/pa_sql_driver_manager.h,
21257: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21258: types/pa_vimage.h: sql driver interface now has initialize(client
21259: .so)
21260:
21261: 2001-04-16 paf
21262:
21263: * src/Makefile.am: compile2 cygwin
21264:
21265: * src/: include/pa_config_includes.h, main/pa_exec.C,
21266: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
21267:
21268: * src/targets/cgi/Makefile.am: compile0 jav
21269:
21270: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21271: classes/_exec.h, classes/_file.h, classes/_form.h,
21272: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21273: classes/_random.h, classes/_response.h, classes/_string.h,
21274: classes/_table.h, classes/_unknown.h, classes/image.C,
21275: classes/mail.C, classes/op.C, classes/random.C,
21276: include/pa_config_fixed.h, include/pa_config_includes.h,
21277: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
21278: main/compile.y, main/pa_common.C, main/pa_exec.C,
21279: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
21280: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
21281: compile-1
21282:
21283: 2001-04-15 paf
21284:
21285: * src/classes/op.C: z
21286:
21287: * src/classes/table.C: table:empty +=process
21288:
21289: * src/types/pa_value.h: MethodParams !junction
21290:
21291: * src/: classes/_string.h, classes/double.C, classes/file.C,
21292: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21293: classes/random.C, classes/response.C, classes/string.C,
21294: classes/table.C, classes/unknown.C, main/pa_request.C:
21295: MethodParams everywhere
21296:
21297: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
21298: types/pa_vmethod_frame.h: MethodParams in op.C
21299:
21300: 2001-04-12 paf
21301:
21302: * src/: classes/image.C, types/pa_vimage.h: image:font :text
21303:
21304: * src/: classes/_unknown.h, classes/unknown.C,
21305: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21306: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
21307:
21308: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
21309:
21310: * src/classes/image.C: image:gif now does not have params
21311:
21312: * src/classes/image.C:
21313: image:line/fill/rectangle/bar/replace/polygon/polybar
21314:
21315: * src/: classes/image.C, classes/op.C, main/execute.C,
21316: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
21317: for var now written not to r.wcontext, but to r.root cleared
21318: "entered_object" state
21319:
21320: 2001-04-11 paf
21321:
21322: * src/classes/image.C: image:create image:load
21323:
21324: * src/: classes/image.C, main/main.dsp: gd with mem write + image
21325: just compiled
21326:
21327: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21328: todo: gif without file
21329:
21330: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21331: started porting to Pooled descendant
21332:
21333: * src/: classes/image.C, main/execute.C, main/main.dsp,
21334: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
21335: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
21336: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
21337:
21338: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
21339: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
21340: end. switching to python imaging lib
21341:
21342: * src/main/main.dsp: gd+smtp made separate libs
21343:
21344: * src/: include/pa_globals.h, include/pa_string.h,
21345: main/pa_common.C, main/pa_request.C, main/untaint.C,
21346: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
21347: length
21348:
21349: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
21350: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
21351: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
21352: UL_FILE_NAME of posted file name
21353:
21354: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
21355: post [broke when moved post read to core]
21356:
21357: 2001-04-10 paf
21358:
21359: * src/classes/image.C: image:html done
21360:
21361: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
21362:
21363: * src/classes/image.C: z
21364:
21365: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
21366: forgotten!
21367:
21368: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
21369: main/pa_request.C, main/pa_string.C, main/untaint.C,
21370: types/pa_vimage.h: image:measure -90
21371:
21372: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21373: classes/_int.h, classes/_mail.h, classes/_op.h,
21374: classes/_random.h, classes/_response.h, classes/_string.h,
21375: classes/_table.h, classes/file.C, classes/mail.C,
21376: include/pa_common.h, include/pa_globals.h, main/execute.C,
21377: main/main.dsp, main/pa_common.C, main/pa_globals.C,
21378: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
21379: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
21380: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
21381: compiled
21382:
21383: * src/classes/mail.C: minor bug with unclear from/to
21384:
21385: * src/classes/mail.C: sendmail unix skipping defaults
21386:
21387: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
21388: sendmail unix added defaults
21389:
21390: * src/classes/mail.C: unix sendmail compiled. todo:testing
21391:
21392: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
21393:
21394: 2001-04-09 paf
21395:
21396: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
21397: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
21398: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21399: targets/isapi/parser3isapi.dsp: all targets exec
21400:
21401: * src/: include/pa_sapi.h, include/pa_string.h,
21402: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21403: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
21404: args in apache:util.script
21405:
21406: * src/include/pa_string.h: written but not tested exec with env for
21407: unix
21408:
21409: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
21410: targets/cgi/parser3.C: exec win32 env
21411:
21412: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
21413: 0
21414:
21415: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
21416: main/execute.C, main/main.dsp, main/pa_globals.C,
21417: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
21418: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
21419:
21420: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
21421: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
21422:
21423: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
21424: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
21425:
21426: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
21427: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
21428: main/pa_common.C, main/pa_request.C, main/pa_string.C,
21429: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21430: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
21431: exec class just compiled. moved post read to request core
21432:
21433: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
21434: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
21435: main/pa_globals.C, targets/cgi/parser3.C,
21436: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
21437: are already read by vform
21438:
21439: 2001-04-08 paf
21440:
21441: * src/: classes/file.C, classes/mail.C, classes/string.C,
21442: include/pa_request.h, include/pa_string.h, main/pa_request.C:
21443: uuencode. string<<
21444:
21445: 2001-04-07 paf
21446:
21447: * src/classes/mail.C: z
21448:
21449: * src/classes/mail.C: z
21450:
21451: * src/classes/mail.C: ^mail[$attach
21452:
21453: * src/classes/mail.C: ^attach dead end
21454:
21455: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
21456: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21457: targets/isapi/parser3isapi.C: mail:send 1
21458:
21459: * src/: classes/mail.C, main/pa_request.C: z
21460:
21461: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
21462: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
21463: compiled
21464:
21465: * src/classes/mail.C: +=
21466:
21467: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
21468: prepared
21469:
21470: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
21471: include/pa_globals.h, include/pa_string.h, main/main.dsp,
21472: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21473: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
21474:
21475: 2001-04-06 paf
21476:
21477: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
21478: main/pa_string.C: table:dir 1
21479:
21480: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
21481: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
21482:
21483: * src/: classes/_op.h, classes/_root.h, classes/op.C,
21484: classes/root.C, include/pa_globals.h, include/pa_request.h,
21485: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
21486: main/pa_request.C: renamed 'root' to 'op'
21487:
21488: * src/classes/: _op.h, op.C: renamed from 'root'
21489:
21490: * src/types/pa_valiased.C: another root inherititance skipped
21491:
21492: * src/main/: compile.C, compile.y, execute.C: operators are now not
21493: root methods of parent class. just 'ROOT' class
21494:
21495: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
21496: @office
21497:
21498: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
21499:
21500: 2001-04-05 paf
21501:
21502: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
21503: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
21504: constructor flag dropped at get_method_frame and remembered into
21505: method_frame
21506:
21507: * src/: classes/file.C, classes/root.C, classes/string.C,
21508: classes/table.C, main/pa_request.C: junction to code&expression
21509: in errors
21510:
21511: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
21512: main/pa_string.C, targets/isapi/parser3isapi.dsp:
21513: $LOCALE:ctype[Russian_Russia.1251]
21514:
21515: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21516: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
21517: main/pa_table.C: hash now not thread-safe.
21518:
21519: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
21520: main/untaint.C: z
21521:
21522: * src/: classes/random.C, classes/root.C, classes/table.C,
21523: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
21524: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
21525: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
21526: types/pa_wcontext.h: sql quote. string untaint UL_SQL
21527:
21528: * src/: classes/table.C, include/pa_sql_connection.h,
21529: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
21530:
21531: * src/classes/table.C: select * from hren error contains statement
21532:
21533: * src/: classes/table.C, include/pa_sql_connection.h,
21534: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
21535: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
21536:
21537: * src/: classes/root.C, include/pa_sql_connection.h,
21538: include/pa_sql_driver.h, main/main.dsp,
21539: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
21540: services for conv memory & error reporting
21541:
21542: 2001-04-04 paf
21543:
21544: * src/doc/doxygen.cfg: z
21545:
21546: * src/include/pa_sql_driver.h: mysql connect
21547:
21548: * src/include/pa_sql_driver.h: mysql info
21549:
21550: * src/: classes/root.C, include/pa_sql_driver.h,
21551: include/pa_sql_driver_manager.h, main/main.dsp,
21552: main/pa_sql_driver_manager.C: more manager&connection&driver
21553:
21554: * src/sql/Makefile.am: forgot to add mysql client
21555:
21556: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
21557: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
21558: [forgot to add libltdl, added]
21559:
21560: * src/: Makefile.am, classes/root.C, classes/string.C,
21561: classes/table.C, include/pa_globals.h, include/pa_hash.h,
21562: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
21563: include/pa_string.h, include/pa_table.h, main/main.dsp,
21564: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
21565: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
21566: -1000 just compiled
21567:
21568: * src/: classes/random.C, classes/root.C, classes/table.C,
21569: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
21570: main/pa_request.C, types/pa_vclass.h: sql frame -10
21571:
21572: 2001-04-03 paf
21573:
21574: * src/types/pa_vform.C: z
21575:
21576: * src/: classes/string.C, types/pa_vform.C: string:match replace
21577: assigned lang
21578:
21579: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
21580: {}[]< empty []
21581:
21582: * src/: classes/file.C, classes/string.C, classes/table.C,
21583: include/pa_string.h, main/pa_common.C, main/pa_string.C,
21584: main/untaint.C: string:match replace 2. string.cstr(forced lang)
21585:
21586: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21587: string:match replace strange matches
21588:
21589: * src/classes/string.C: string:match replace 0
21590:
21591: * src/: classes/string.C, main/pa_string.C: string:match replace
21592: prepared 2
21593:
21594: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21595: string:match replace prepared
21596:
21597: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21598: string:match replace -11
21599:
21600: * src/: classes/string.C, include/pa_globals.h,
21601: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
21602: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
21603:
21604: * src/: classes/string.C, include/pa_globals.h,
21605: include/pa_string.h, main/main.dsp, main/pa_globals.C,
21606: main/pa_string.C: string:match [search] -1 just compiled
21607:
21608: * src/types/pa_vstring.C: z
21609:
21610: * src/: classes/double.C, classes/file.C, classes/form.C,
21611: classes/int.C, classes/response.C, classes/root.C,
21612: classes/string.C, classes/table.C, include/pa_string.h,
21613: main/pa_string.C: string:match -10 [frame]
21614:
21615: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
21616: main/pa_request.C: z
21617:
21618: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
21619: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
21620: todo/tests
21621:
21622: * src/include/pa_common.h: z
21623:
21624: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
21625: main/pa_request.C, targets/cgi/parser3.C,
21626: targets/isapi/parser3isapi.C, types/pa_vfile.C:
21627: content-disposition
21628:
21629: * src/: include/pa_common.h, include/pa_globals.h,
21630: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
21631: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
21632:
21633: * src/: include/pa_common.h, include/pa_request.h,
21634: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
21635: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21636: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
21637: response:body
21638:
21639: * src/classes/table.C: table:append now uses string::split
21640:
21641: * src/classes/table.C: z
21642:
21643: * src/: classes/file.C, classes/root.C, classes/string.C,
21644: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
21645: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
21646: include/pa_string.h, main/execute.C, main/pa_string.C,
21647: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
21648: string::pos & cmp & piece bugs fixed. string::split new
21649: table:load separated from set table:set implemented with clean \n
21650: \t searches
21651:
21652: 2001-04-02 paf
21653:
21654: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
21655: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
21656: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
21657: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
21658: it in table:set/load
21659:
21660: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
21661: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
21662:
21663: * src/classes/random.C: random:generate 1
21664:
21665: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
21666: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21667: types/pa_value.h: random:generate
21668:
21669: 2001-03-30 paf
21670:
21671: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
21672: todo: table flip and append. string::pos
21673:
21674: * src/: classes/double.C, classes/file.C, classes/int.C,
21675: classes/response.C, classes/root.C, classes/string.C,
21676: classes/table.C, main/compile.y, main/execute.C,
21677: types/pa_value.h, types/pa_vstateless_class.C,
21678: types/pa_vstateless_class.h: static|dynamic|any method
21679: registration
21680:
21681: * src/: classes/file.C, classes/table.C, include/pa_table.h,
21682: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
21683: table:flip
21684:
21685: 2001-03-29 paf
21686:
21687: * src/classes/string.C: string:xsplit forgot that they must result
21688: in 1 row N column [not vice versa]
21689:
21690: * src/classes/string.C: z
21691:
21692: * src/classes/string.C: string: rsplit
21693:
21694: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21695: string: lsplit
21696:
21697: * src/: classes/string.C, include/pa_string.h, main/execute.C,
21698: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
21699: lsplit -1
21700:
21701: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
21702: string: pos
21703:
21704: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21705: string: pos -1
21706:
21707: * src/: classes/string.C, classes/table.C, include/pa_string.h,
21708: main/compile.y, main/pa_request.C, main/pa_string.C,
21709: main/untaint.C: string: left right mid
21710:
21711: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
21712: main/compile_tools.h, main/main.dsp, types/pa_value.h,
21713: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
21714: and [;] are different now.
21715:
21716: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
21717: main/untaint.C: pool.request undone
21718:
21719: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
21720: main/untaint.C: pool.request
21721:
21722: 2001-03-28 paf
21723:
21724: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
21725: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21726: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
21727: $request:browser [.type .version]; unknown.get_double now = 0.
21728:
21729: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
21730: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
21731: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
21732: types/pa_vform.C: file:load autodetection of mime-type by
21733: user-file-name
21734:
21735: * src/: classes/file.C, main/execute.C, main/pa_common.C,
21736: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
21737: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
21738:
21739: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21740: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
21741: write. must be self.set
21742:
21743: * src/: classes/file.C, classes/root.C, classes/table.C,
21744: include/pa_table.h, main/pa_table.C: table:locate1, file:test
21745:
21746: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
21747: include/pa_table.h, main/pa_array.C, main/pa_table.C,
21748: types/pa_vtable.h: table:locate just compiled
21749:
21750: 2001-03-27 paf
21751:
21752: * src/main/: execute.C, pa_common.C: fixed r/w context of
21753: code-params2, fixed ntfs hardlink slow dir update
21754:
21755: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
21756: types/pa_wcontext.h: fixed r/w context of code-params
21757:
21758: * src/: classes/table.C, main/execute.C: about to change junction
21759: rcontext!!
21760:
21761: * src/: classes/double.C, classes/int.C, classes/root.C,
21762: classes/string.C, classes/table.C, main/compile_tools.C,
21763: main/execute.C, main/pa_request.C, main/untaint.C,
21764: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
21765: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
21766: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
21767: types/pa_vunknown.h: sort 0
21768:
21769: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
21770: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
21771: renamed to are_static_calls_disabled
21772:
21773: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
21774: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
21775: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
21776: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
21777:
21778: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
21779:
21780: * src/: classes/table.C, include/pa_common.h, main/compile.y:
21781: started table:sort fixed minor bug in #...^{
21782:
21783: * src/: classes/table.C, include/pa_common.h, main/compile.y,
21784: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
21785: decided to have as it were. stepped back. grammar: added 'in'
21786: 'is' 'lt'&co follow-space check
21787:
21788: 2001-03-26 paf
21789:
21790: * src/: classes/file.C, classes/root.C, classes/table.C,
21791: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
21792: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21793: main/pa_table.C: moved ::save to pa_table. disabled @auto
21794: invocation in ^process
21795:
21796: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
21797:
21798: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
21799: main/pa_array.C: table:record
21800:
21801: * src/: main/untaint.C, targets/cgi/parser3.C,
21802: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21803: targets/isapi/pool_storage.h, types/pa_valiased.h,
21804: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
21805: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
21806: types/pa_vtable.h: z
21807:
21808: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
21809: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
21810: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
21811: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
21812: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
21813: method realisations on 'self' validity - they now can simply
21814: assume that 'self' is V{Proper} .
21815:
21816: 2001-03-25 paf
21817:
21818: * src/main/untaint.C: z
21819:
21820: * src/main/: pa_request.C, untaint.C: moved default typo-table to
21821: lowlevel - it initialization could be skipped if failed in @auto.
21822: so that exception report would use some table
21823:
21824: * src/main/pa_request.C: table empty lines ignored. system-default
21825: content type assigned in output:result [can fail in main:auto and
21826: skipped normal defaults extraction]
21827:
21828: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
21829: bug
21830:
21831: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
21832: processing to table [except preliminary \r\n \r \n replacements
21833: to "\n"]
21834:
21835: * src/: classes/table.C, main/untaint.C: html-typo - decided to
21836: move all the processing to table
21837:
21838: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
21839: main/pa_table.C, main/untaint.C: returned table originating.
21840: useful for reporting typo table problems origin. think would be
21841: useful somewhere else
21842:
21843: * src/main/untaint.C: typo \r \r\n \n properly handled
21844:
21845: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
21846: include/pa_table.h, main/compile.y, main/compile_tools.C,
21847: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
21848: main/pa_string.C, main/pa_table.C, main/untaint.C,
21849: types/pa_vcookie.h: typo & typo-default
21850:
21851: 2001-03-24 paf
21852:
21853: * src/main/pa_common.C: z
21854:
21855: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21856: targets/cgi/parser3.C: html-typo 2
21857:
21858: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
21859: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
21860: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
21861: main/execute.C, main/pa_array.C, main/pa_globals.C,
21862: main/pa_request.C, main/pa_string.C, main/untaint.C,
21863: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21864: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
21865: noticed double default content-type prob. run cgi.cmd tomorrow
21866: first html-typo sample. detected << problem: they become ltlt too
21867: fast
21868:
21869: * src/main/compile.y: z
21870:
21871: * src/main/: compile.y, compile_tools.h: #comment
21872:
21873: * src/: classes/file.C, classes/root.C, classes/table.C,
21874: include/pa_common.h, include/pa_request.h, main/compile.y,
21875: main/pa_common.C, main/pa_request.C, main/pa_string.C,
21876: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
21877: stringified
21878:
21879: * src/types/pa_valiased.C: decided to String-ify file_read
21880:
21881: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
21882: isapi/parser3isapi.dsp: cgi: sapi::log
21883:
21884: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
21885: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
21886: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
21887: error log experiments failed - cgi under iis got no access to
21888: log. registereventsource simply failed with 5(illegal call) code,
21889: while worked OK as standalone executable. isapi: used
21890: HSE_APPEND_LOG_PARAMETER feature
21891:
21892: * src/: include/pa_common.h, include/pa_globals.h,
21893: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21894: targets/isapi/parser3isapi.C: fixed default content-type
21895: allocation storage
21896:
21897: * src/: include/pa_globals.h, include/pa_request.h,
21898: main/pa_globals.C, main/pa_request.C: z
21899:
21900: * src/: include/pa_array.h, include/pa_hash.h,
21901: include/pa_request.h, main/compile.y, main/pa_array.C,
21902: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
21903: types/pa_vcookie.C: cyclic uses ignored. defaulted default
21904: content-type
21905:
21906: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
21907: sanity
21908:
21909: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
21910: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
21911: away freeze mech. no danger now for you can't do
21912: ^request:process[@new-method[] body] trick anymore. still
21913: remains $some_instance.process[@new-method[] possibility] but
21914: would leave it as a feature. see index for sample
21915:
21916: * src/: include/pa_common.h, main/pa_common.C,
21917: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
21918: monkey every target
21919:
21920: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
21921: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
21922: types/pa_vform.C, types/pa_vform.h: auto.p monkey
21923:
21924: 2001-03-23 paf
21925:
21926: * src/: include/pa_pool.h, main/pa_request.C,
21927: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21928: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21929: targets/isapi/pool_storage.h: isapi: dumb pool storage
21930:
21931: * src/targets/isapi/pa_pool.C: decided to continue with extension
21932:
21933: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
21934: it would be better to rewrite as filter then to deal with pool
21935:
21936: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
21937: now like in cgi, not from APPL_PHYSICAL_PATH
21938:
21939: * src/: classes/root.C, classes/table.C, include/pa_common.h,
21940: include/pa_config_fixed.h, include/pa_config_includes.h,
21941: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
21942: include/pa_version.h, main/compile.y, main/execute.C,
21943: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
21944: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21945: main/untaint.C, targets/cgi/parser3.C,
21946: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
21947: cgi: reinvent document_root and request_uri under iis. autoconf
21948: updated. introducing ap_config_includes
21949:
21950: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
21951:
21952: * src/targets/cgi/parser3.C: cgi: only one pool now
21953:
21954: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
21955: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
21956: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
21957: types/pa_venv.h, types/pa_vform.C: sapi made object
21958:
21959: * src/: include/pa_globals.h, main/pa_request.C,
21960: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21961: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
21962: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
21963:
21964: * src/: main/pa_request.C, targets/cgi/parser3.C,
21965: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
21966: isapi minor env beauty
21967:
21968: * src/: main/pa_request.C, targets/cgi/parser3.C,
21969: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
21970: isapi document_root 0
21971:
21972: 2001-03-22 paf
21973:
21974: * src/targets/isapi/parser3isapi.C: isapi keep-alive
21975:
21976: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
21977: isapi/parser3isapi.C: z
21978:
21979: * src/: include/pa_pool.h, main/pa_request.C,
21980: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
21981:
21982: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
21983: kill.pl: isapi added utils
21984:
21985: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
21986: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21987: types/pa_vform.C: isapi 0
21988:
21989: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
21990: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21991: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21992: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
21993: started isapi
21994:
21995: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
21996: some comments
21997:
21998: * src/: include/pa_globals.h, include/pa_request.h,
21999: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
22000: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
22001: parser_root_auto_path parser_site_auto_path
22002:
22003: * src/types/pa_vcookie.C: cookie attr decoded
22004:
22005: 2001-03-21 paf
22006:
22007: * src/targets/cgi/parser3.C: z
22008:
22009: * src/include/pa_globals.h: post. todo: config of auto.p path
22010:
22011: * src/: include/pa_globals.h, targets/cgi/parser3.C,
22012: types/pa_venv.h: in cookie & env. todo:post
22013:
22014: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
22015: classes/root.C, classes/table.C, include/pa_array.h,
22016: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
22017: include/pa_request.h, include/pa_string.h, main/Makefile.am,
22018: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
22019: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22020: main/pa_table.C, main/untaint.C, targets/Makefile.am,
22021: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22022: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
22023: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
22024: shifted apache branch on main trunc
22025:
22026: * src/: include/pa_common.h, include/pa_globals.h,
22027: include/pa_pool.h, include/pa_request.h, main/main.dsp,
22028: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
22029: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
22030: starting mod_parser3
22031:
22032: * src/targets/cgi/parser3.C: starting mod_parser3
22033:
22034: 2001-03-20 paf
22035:
22036: * src/: main/pa_common.C, targets/cgi/Makefile.am,
22037: targets/cgi/parser3.C: automake compiled and works. todo:make
22038: win32 ifdefs work and add ifdef unistd
22039:
22040: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
22041: main/Makefile.am, main/pa_common.C, main/pa_request.C,
22042: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
22043: z
22044:
22045: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
22046: main/execute.C, main/pa_common.C, types/Makefile.am: removing
22047: locking
22048:
22049: * src/: classes/Makefile.am, types/Makefile.am: z
22050:
22051: * src/: Makefile.am, classes/file.C, classes/root.C,
22052: classes/table.C, include/pa_array.h, include/pa_request.h,
22053: include/pa_string.h, main/Makefile.am, main/execute.C,
22054: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22055: main/pa_string.C, main/untaint.C, targets/Makefile.am,
22056: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22057: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
22058:
22059: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22060: main/pa_request.C, types/pa_vfile.h: ^table:save
22061:
22062: * src/: classes/file.C, classes/table.C, include/pa_array.h,
22063: include/pa_common.h, include/pa_request.h, include/pa_string.h,
22064: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
22065: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
22066: types/pa_vform.h: z
22067:
22068: * src/include/pa_string.h: z
22069:
22070: * src/: classes/_request.h, classes/request.C, main/main.dsp,
22071: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
22072: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22073: :Value
22074:
22075: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
22076: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22077: :VStateless_object
22078:
22079: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
22080: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
22081: :VStateless_object
22082:
22083: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22084: types/pa_valiased.C, types/pa_vform.h: commented VForm
22085:
22086: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
22087: types/pa_valiased.h, types/pa_value.h,
22088: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22089: types/pa_vstateless_object.h: moved common get_element part from
22090: stateless object&class into VAliased
22091:
22092: * src/: classes/_env.h, classes/_table.h, classes/env.C,
22093: classes/table.C, main/execute.C, main/main.dsp,
22094: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
22095: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
22096: now :Value
22097:
22098: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
22099: main/execute.C, main/main.dsp, main/pa_globals.C,
22100: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
22101:
22102: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
22103: doxx
22104:
22105: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
22106: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22107: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
22108: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
22109: and ^file:save
22110:
22111: 2001-03-19 paf
22112:
22113: * src/types/pa_vfile.C: z
22114:
22115: * src/: classes/file.C, classes/request.C, classes/table.C,
22116: include/pa_string.h, main/main.dsp, main/pa_pool.C,
22117: main/pa_request.C, main/untaint.C, types/pa_value.h,
22118: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
22119:
22120: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
22121: include/pa_string.h, include/pa_table.h, main/main.dsp,
22122: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
22123: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
22124: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
22125: classes/_file.h, classes/file.C, types/pa_vfile.C,
22126: types/pa_vfile.h: file class just compiled
22127:
22128: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
22129: include/pa_table.h, include/pa_types.h, main/execute.C,
22130: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22131: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
22132: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
22133:
22134: * src/include/pa_pool.h: z
22135:
22136: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
22137: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
22138: Hash::Value to Val so to doxygen would finlly stop confusing
22139: those Value-s
22140:
22141: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
22142: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
22143: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22144: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22145: include/pa_types.h, main/compile.C, main/compile.y,
22146: main/compile_tools.C, main/compile_tools.h, main/execute.C,
22147: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
22148: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
22149: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22150: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
22151:
22152: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
22153: derivates somehow unlinked. don't know why yet
22154:
22155: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
22156: include/pa_string.h, include/pa_threads.h, main/compile.C,
22157: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22158: main/execute.C, main/pa_array.C, main/pa_common.C,
22159: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
22160: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22161: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
22162:
22163: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
22164: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
22165: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
22166: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
22167: types/pa_vrequest.h: doc: detected Value derivates prob
22168:
22169: * src/include/pa_globals.h: z
22170:
22171: * src/: classes/_request.h, classes/request.C, include/code.h,
22172: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
22173: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
22174: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
22175: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22176: main/execute.C, main/pa_pool.C, main/pa_request.C,
22177: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22178: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
22179:
22180: 2001-03-18 paf
22181:
22182: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
22183: cookie: allowed access to hash-assigned
22184:
22185: * src/targets/cgi/parser3.C: z
22186:
22187: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
22188: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
22189: include/pa_types.h, main/main.dsp, main/pa_common.C,
22190: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22191: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22192: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
22193: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22194: types/pa_vunknown.h: cookie class
22195:
22196: * src/main/pa_request.C: zero length output allowed
22197:
22198: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
22199: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
22200:
22201: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
22202: lang switch
22203:
22204: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
22205: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22206: types/pa_value.h, types/pa_vhash.h:
22207: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
22208:
22209: * src/main/execute.C: z
22210:
22211: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
22212: targets/cgi/parser3.C: taint[uri
22213:
22214: * src/: classes/request.C, classes/response.C, classes/root.C,
22215: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22216: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
22217: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
22218:
22219: * src/: classes/root.C, classes/string.C, include/pa_string.h,
22220: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22221: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
22222: types/pa_vstateless_class.C: convinient string(pool, char *src,
22223: bool tainted) ctor
22224:
22225: * src/: include/pa_hash.h, include/pa_request.h,
22226: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
22227: main/pa_request.C, main/pa_string.C, main/untaint.C,
22228: targets/cgi/parser3.C: proper @exceptions params tainting
22229:
22230: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
22231: response fields to header
22232:
22233: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22234: z
22235:
22236: * src/: classes/_response.h, classes/response.C,
22237: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22238: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
22239: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22240: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
22241: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
22242: $response: 0 request::core exception rethrow
22243:
22244: 2001-03-16 paf
22245:
22246: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
22247: types/pa_vrequest.h: native method' class call with less params
22248: then needed error reporting
22249:
22250: * src/: classes/_request.h, classes/request.C,
22251: include/pa_globals.h, include/pa_request.h, main/execute.C,
22252: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22253: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
22254: types/pa_vrequest.h: $request : query :uri
22255:
22256: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
22257: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
22258: types/pa_wcontext.h: $result
22259:
22260: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
22261:
22262: * src/: classes/double.C, include/code.h, main/compile.y,
22263: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
22264: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
22265:
22266: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
22267: main/compile.y, main/execute.C, types/pa_value.h,
22268: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
22269: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
22270: wcontext conflict
22271:
22272: * src/: main/execute.C, types/pa_value.h,
22273: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
22274: $string.field
22275:
22276: 2001-03-15 paf
22277:
22278: * src/main/pa_request.C: news sample
22279:
22280: * src/: main/compile.y, main/execute.C, main/pa_request.C,
22281: targets/cgi/parser3.C, types/pa_vstring.h: @exception
22282:
22283: * src/main/: compile.y, execute.C: z
22284:
22285: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
22286: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
22287: pre pre works
22288:
22289: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22290: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
22291: fillfields just compiled
22292:
22293: 2001-03-14 paf
22294:
22295: * src/: include/pa_request.h, main/pa_request.C,
22296: targets/cgi/parser3.C: z
22297:
22298: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22299: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
22300: types/pa_vstring.h: limits -1
22301:
22302: * src/: include/pa_globals.h, include/pa_request.h,
22303: include/pa_types.h, main/main.dsp, main/pa_globals.C,
22304: main/pa_request.C, targets/cgi/parser3.C,
22305: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
22306: request_info -1
22307:
22308: * src/: include/pa_globals.h, main/pa_globals.C,
22309: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22310: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
22311: vform_fields_fill
22312:
22313: * src/targets/cgi/parser3.C: # if MSVC
22314:
22315: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
22316: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
22317:
22318: * src/targets/cgi/parser3.C: z
22319:
22320: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
22321: include/pa_string.h, include/pa_types.h, main/compile.y,
22322: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
22323: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
22324: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
22325: types/pa_vunknown.h: global handler, exceptions in parser3
22326:
22327: 2001-03-13 paf
22328:
22329: * src/: classes/form.C, main/compile.y, main/core.C,
22330: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
22331: types/pa_vform.h, types/pa_vstateless_class.C,
22332: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
22333: instead
22334:
22335: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22336: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
22337: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
22338: started cgi target
22339:
22340: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22341: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
22342: before error show with parser
22343:
22344: * src/: classes/_form.h, classes/form.C, include/core.h,
22345: include/pa_request.h, main/core.C, main/pa_request.C,
22346: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
22347:
22348: * src/targets/cgi/: parser.dsp, parser3.dsp: z
22349:
22350: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
22351: parser3.C: renamed targets/ parser to cgi
22352:
22353: * src/: classes/double.C, classes/env.C, classes/int.C,
22354: classes/root.C, classes/string.C, classes/table.C,
22355: include/pa_request.h, types/pa_vhash.h: z
22356:
22357: * src/: classes/_env.h, classes/env.C, classes/root.C,
22358: include/core.h, include/pa_pool.h, include/pa_request.h,
22359: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
22360: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22361: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
22362: [historical moment :)]
22363:
22364: * src/: include/code.h, include/pa_string.h, main/compile.y,
22365: main/execute.C, main/pa_string.C: 'value is type' expr operator
22366:
22367: * src/types/pa_venv.h: $ENV 1
22368:
22369: * src/main/execute.C: z
22370:
22371: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
22372: future methods of ENV constructor if
22373:
22374: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
22375: class
22376:
22377: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22378: classes/_root.h, classes/_string.h, classes/_table.h,
22379: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22380: classes/string.C, classes/table.C, include/pa_request.h,
22381: main/compile.C, main/compile_tools.h, main/core.C,
22382: main/execute.C, main/main.dsp, main/pa_request.C,
22383: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22384: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22385: types/pa_vobject.h, types/pa_vstateless_class.C,
22386: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22387: types/pa_wcontext.h: $ENV: re 0, stateless classes
22388:
22389: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22390: classes/_root.h, classes/_string.h, classes/_table.h,
22391: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22392: classes/string.C, classes/table.C, include/pa_request.h,
22393: main/compile.C, main/compile_tools.h, main/core.C,
22394: main/execute.C, main/main.dsp, main/pa_request.C,
22395: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22396: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22397: types/pa_vobject.h, types/pa_vstateless_class.C,
22398: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22399: types/pa_wcontext.h: $ENV: re 0, stateless classes
22400:
22401: * src/: include/pa_request.h, main/compile.C, main/execute.C,
22402: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
22403: yesterdays bad decision on execute_static_method
22404:
22405: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
22406:
22407: * src/: classes/double.C, classes/int.C, classes/root.C,
22408: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
22409:
22410: * src/main/pa_request.C: z
22411:
22412: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22413: include/pa_pool.h: skipped_restructure_exceptions_dead_end
22414:
22415: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22416: include/pa_pool.h, main/pa_request.C:
22417: restructure_exceptions_dead_end
22418:
22419: * src/: classes/root.C, main/compile.y: ^if required junctions.
22420: allowed ; inside {} to break params
22421:
22422: * src/classes/root.C: ^eval
22423:
22424: * src/: classes/_string.h, classes/double.C, classes/int.C,
22425: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
22426: string ^format
22427:
22428: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
22429: 'bad' but not 'enough'
22430:
22431: * src/: classes/double.C, classes/root.C, classes/table.C,
22432: include/pa_common.h, include/pa_types.h, main/compile.y,
22433: main/pa_common.C, main/pa_request.C, main/untaint.C,
22434: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
22435: types/pa_wwrapper.h: think constructing flag as is is bad
22436:
22437: * src/: classes/double.C, classes/int.C, classes/root.C,
22438: classes/string.C, classes/table.C, main/core.C, main/execute.C,
22439: types/pa_vint.h: ^for
22440:
22441: 2001-03-12 paf
22442:
22443: * src/classes/table.C: table ^empty
22444:
22445: * src/: classes/table.C, include/pa_table.h: table ^menu
22446:
22447: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
22448: ^offset ^line ^count
22449:
22450: * src/classes/root.C: ^round() ^floor() ^ceiling()
22451: ^abs() ^sign()
22452:
22453: * src/classes/: root.C, table.C: ^use
22454:
22455: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22456: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
22457: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22458: ^while. switched off wcontext.constructing after write(value) or
22459: auto-vhash-constructing
22460:
22461: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22462: main/pa_request.C: fail_if_junction_ helper func
22463:
22464: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22465: include/pa_request.h, main/execute.C, main/main.dsp,
22466: main/pa_common.C, main/pa_request.C: ^process error point by
22467: actual method_name, not source. ^load
22468:
22469: * src/types/pa_vtable.h: table: no, better with string in cells...
22470:
22471: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
22472: classes/_table.h, classes/table.C, main/untaint.C: z
22473:
22474: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
22475: include/pa_table.h, main/core.C, main/execute.C,
22476: main/pa_common.C, main/pa_request.C, main/pa_table.C,
22477: types/pa_value.h: table:set 0
22478:
22479: * src/: classes/root.C, include/core.h, include/pa_array.h,
22480: include/pa_request.h, include/pa_table.h, main/core.C,
22481: main/main.dsp, main/pa_request.C, main/pa_table.C,
22482: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
22483: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
22484: types/pa_vstring.h: freeze, ^table:create[] -1
22485:
22486: * src/: classes/root.C, types/pa_value.h: z
22487:
22488: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
22489: get_method in couple places optimizing them
22490:
22491: * src/classes/root.C: z
22492:
22493: * src/: classes/root.C, types/pa_vclass.h: process temp main
22494: zeroing
22495:
22496: * src/: classes/double.C, classes/int.C, classes/root.C,
22497: classes/string.C, include/pa_common.h, include/pa_request.h,
22498: include/pa_string.h, include/pa_types.h, main/compile.C,
22499: main/compile.y, main/compile_tools.h, main/execute.C,
22500: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22501: types/pa_vmframe.h: ^process. actual names to store param and
22502: check_actual_numbered_params for better place diagnostics
22503:
22504: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
22505: method-junctions bug fixed
22506:
22507: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
22508: pa_vstateless_object.h, pa_vstring.h: stateless_object
22509:
22510: 2001-03-11 paf
22511:
22512: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
22513: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
22514: VDouble VInt base now VObject_base - without fields
22515:
22516: * src/: classes/root.C, include/core.h, main/core.C: z
22517:
22518: * src/: classes/double.C, classes/int.C, classes/root.C,
22519: classes/string.C, include/core.h, include/pa_hash.h,
22520: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
22521: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
22522:
22523: * src/: classes/double.C, classes/int.C, classes/root.C,
22524: include/pa_request.h, main/execute.C: intercept_string
22525:
22526: * src/: classes/double.C, classes/int.C, classes/root.C,
22527: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
22528:
22529: * src/: classes/double.C, classes/int.C, include/pa_request.h:
22530: ^inc-s(expr)
22531:
22532: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22533: classes/_root.h, classes/_string.h, classes/double.C,
22534: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
22535: include/code.h, include/core.h, include/pa_array.h,
22536: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
22537: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22538: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22539: include/pa_types.h, main/compile.C, main/compile.y,
22540: main/compile_tools.C, main/compile_tools.h, main/core.C,
22541: main/execute.C, main/pa_array.C, main/pa_common.C,
22542: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
22543: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22544: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22545: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22546: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22547: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22548: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22549: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
22550:
22551: * src/: main/pa_request.C, types/pa_vhash.h: z
22552:
22553: * src/: include/core.h, include/pa_request.h, main/core.C,
22554: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
22555:
22556: * src/: include/pa_valiased.h, include/pa_value.h,
22557: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22558: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22559: include/pa_vjunction.h, include/pa_vmframe.h,
22560: include/pa_vobject.h, include/pa_vstring.h,
22561: include/pa_vunknown.h, include/pa_wcontext.h,
22562: include/pa_wwrapper.h, main/compile.y, main/core.C,
22563: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
22564: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
22565: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22566: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22567: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22568: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22569: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22570: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
22571: include/
22572:
22573: 2001-03-10 paf
22574:
22575: * src/: include/core.h, include/pa_request.h, main/core.C,
22576: main/pa_request.C: run+auto=run
22577:
22578: * src/: classes/root.C, include/pa_request.h: minor if junction bug
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, include/pa_valiased.h, include/pa_value.h,
22588: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22589: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22590: include/pa_vjunction.h, include/pa_vmframe.h,
22591: include/pa_vobject.h, include/pa_vstring.h,
22592: include/pa_vunknown.h, include/pa_wcontext.h,
22593: include/pa_wwrapper.h, main/compile.C, main/compile.y,
22594: main/compile_tools.C, main/compile_tools.h, main/core.C,
22595: main/execute.C, main/pa_array.C, main/pa_cframe.C,
22596: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
22597: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22598: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
22599: main/pa_wcontext.C: sources header
22600:
22601: * src/main/pa_request.C: auto..
22602:
22603: * src/: include/pa_request.h, main/compile.C, main/compile.y,
22604: main/pa_request.C: auto tree0
22605:
22606: * src/: include/core.h, include/pa_request.h, main/compile.y,
22607: main/core.C, main/pa_request.C: names to core.C
22608:
22609: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
22610: include/pa_request.h, main/core.C, main/execute.C,
22611: main/pa_common.C, main/pa_request.C: root auto.p loaded
22612:
22613: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
22614: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
22615: main/compile_tools.C, main/compile_tools.h, main/execute.C:
22616: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
22617:
22618: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22619: @auto[] realised. auto.p scan togo
22620:
22621: * src/: include/pa_request.h, main/execute.C: autocalc
22622: code-junctions result now have names
22623:
22624: * src/: classes/double.C, classes/int.C, classes/root.C,
22625: classes/string.C, include/pa_request.h, include/pa_string.h,
22626: include/pa_wcontext.h, main/compile.y, main/execute.C,
22627: main/pa_string.C, main/pa_wcontext.C: tainting 0
22628:
22629: * src/classes/env.C: env:file/line
22630:
22631: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
22632: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
22633: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
22634: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
22635: main/compile_tools.C, main/compile_tools.h, main/core.C,
22636: main/execute.C, main/main.dsp, main/pa_cframe.C,
22637: main/pa_request.C, main/pa_wcontext.C: const fight finished
22638:
22639: * src/include/pa_vclass.h: const fight to go
22640:
22641: * src/: classes/_env.h, classes/env.C, classes/root.C,
22642: include/pa_request.h, include/pa_vclass.h, main/core.C,
22643: main/main.dsp: env0
22644:
22645: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
22646: classes/_string.h, classes/double.C, classes/int.C,
22647: classes/root.C, classes/string.C, include/pa_request.h,
22648: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
22649: include/pa_wcontext.h, main/core.C, main/main.dsp,
22650: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
22651: main/pa_wcontext.C: ^lang prepare0
22652:
22653: 2001-03-09 paf
22654:
22655: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
22656: construct proper naming
22657:
22658: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
22659: classes/double.C, classes/int.C, classes/root.C,
22660: classes/string.C, include/code.h, include/pa_value.h,
22661: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
22662: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
22663: main/compile.y, main/compile_tools.C, main/core.C,
22664: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
22665: and ^double[]. fixed expr type
22666:
22667: * src/: classes/root.C, include/pa_request.h, main/execute.C:
22668: ^string.length[]
22669:
22670: 2001-03-08 paf
22671:
22672: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
22673:
22674: * src/: include/pa_vclass.h, include/pa_vstring.h,
22675: include/pa_wcontext.h, main/compile.y, main/core.C,
22676: main/execute.C, main/main.dsp: dead end: vstring can't be
22677: derivated from vobject
22678:
22679: * src/: include/pa_vclass.h, include/pa_vhash.h,
22680: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
22681:
22682: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
22683: remained clone conseqs
22684:
22685: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
22686:
22687: * src/main/pa_vclass.C: wow! vclass were out of vcs
22688:
22689: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
22690: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
22691: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
22692: include/pa_vobject.h, include/pa_vstring.h,
22693: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
22694: main/execute.C: withoud cloning. didn't need it actually, params
22695: got passed from out unnamed ewpool
22696:
22697: * src/: include/pa_vdouble.h, include/pa_vhash.h,
22698: include/pa_vjunction.h, include/pa_vobject.h,
22699: include/pa_vunknown.h, main/compile.y: cloning dead end
22700:
22701: * src/: include/pa_bool.h, include/pa_double.h,
22702: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
22703: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
22704: include/pa_vjunction.h, include/pa_vmframe.h,
22705: include/pa_vobject.h, include/pa_vstring.h,
22706: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
22707: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
22708: to give params proper names
22709:
22710: * src/main/pa_wcontext.C: z
22711:
22712: * src/: include/pa_vmframe.h, main/execute.C: added names to
22713: unknown values in get_element and unfilled params. removed wrong
22714: name change in get_element
22715:
22716: * src/main/execute.C: z
22717:
22718: * src/main/execute.C: fixed problems calling operators in
22719: constructors
22720:
22721: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
22722: detected problems calling operators in constructors
22723:
22724: * src/: classes/root.C, include/pa_request.h, main/execute.C:
22725: autocalc def to string
22726:
22727: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
22728: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
22729:
22730: * src/classes/root.C: added root.c
22731:
22732: * src/: include/pa_request.h, include/pa_value.h,
22733: include/pa_vcframe.h, include/pa_vmframe.h,
22734: include/pa_wcontext.h, main/compile.C, main/compile.y,
22735: main/core.C, main/execute.C, main/pa_cframe.C,
22736: main/pa_wcontext.C: 'if' just compiled
22737:
22738: * src/: include/pa_vbool.h, include/pa_vdouble.h,
22739: include/pa_vjunction.h, include/pa_vmframe.h,
22740: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
22741: main/pa_wcontext.C: z
22742:
22743: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
22744: main/core.C, main/execute.C, main/main.dsp: z. detected probs
22745: with parameter names in operator methods
22746:
22747: * src/main/compile.y: minor renamings in .y
22748:
22749: * src/: include/pa_request.h, main/compile.C, main/compile.y,
22750: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
22751: @BASE. changed 'RUN' assignment mech
22752:
22753: * src/main/execute.C: z
22754:
22755: * src/: include/code.h, main/compile.y, main/compile_tools.C,
22756: main/compile_tools.h, main/execute.C: made class: dynamic, not
22757: static. so to enable runtime ^use
22758:
22759: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
22760:
22761: * src/: include/code.h, main/compile.y, main/compile_tools.C,
22762: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
22763:
22764: * src/main/execute.C: root root in code-junction
22765:
22766: 2001-03-07 paf
22767:
22768: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
22769: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
22770:
22771: * src/: include/pa_stack.h, include/pa_value.h,
22772: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
22773: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
22774: fixed rwcontext of {} params up
22775:
22776: * src/main/: compile.y, compile_tools.h: ^func(params)
22777:
22778: * src/main/compile.y: .y priorities syntax shaped up a bit
22779:
22780: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
22781: include/pa_vunknown.h, main/compile.y, main/execute.C,
22782: main/pa_hash.C: expr def in -f
22783:
22784: * src/main/: compile.y, execute.C: expr calls
22785:
22786: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
22787: fixed
22788:
22789: * src/main/compile.y: expr quoted code
22790:
22791: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
22792: support0
22793:
22794: * src/main/compile.y: expr string comparisons 0
22795:
22796: * src/: include/pa_string.h, main/compile.y, main/execute.C,
22797: main/pa_string.C: just compiled lt&co
22798:
22799: * src/main/execute.C: ^var.menu{$field} problem detected. that
22800: $field not a $var.field
22801:
22802: 2001-03-06 paf
22803:
22804: * src/main/compile.y: .y expr visible-shorter
22805:
22806: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
22807: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
22808: logical
22809:
22810: * src/: include/pa_vstring.h, main/compile.y: problems with
22811: skipping whitespace in yylex
22812:
22813: * src/include/pa_vbool.h: forgot this
22814:
22815: * src/: include/code.h, main/compile.y, main/execute.C: without
22816: string ops in expressions 0
22817:
22818: * src/: include/pa_value.h, include/pa_vdouble.h,
22819: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
22820: main/execute.C, main/main.dsp: !~
22821:
22822: * src/: include/pa_vcframe.h, include/pa_vclass.h,
22823: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
22824: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
22825: include/pa_vunknown.h, include/pa_wcontext.h,
22826: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
22827: main/compile_tools.h, main/execute.C: +-*/
22828:
22829: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
22830: main/compile_tools.h: grammar-1.1 $a(z) $a=0
22831:
22832: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
22833: main/execute.C: expr grammar-1 2*2=4.000000 :)
22834:
22835: * src/main/compile.y: expr grammar-1
22836:
22837: * src/main/compile.y: expr lexx1
22838:
22839: * src/main/: compile.y, execute.C, main.dsp: z
22840:
22841: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
22842: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
22843: main/execute.C: expr lex0 exec-1
22844:
22845: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
22846:
22847: 2001-02-26 paf
22848:
22849: * src/main/compile.y: max_string in yyerror bug fix
22850:
22851: 2001-02-25 paf
22852:
22853: * src/: include/pa_value.h, include/pa_vmframe.h,
22854: include/pa_wcontext.h, main/execute.C: VAliased3
22855:
22856: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
22857:
22858: * src/main/execute.C: VAliased1
22859:
22860: * src/: include/pa_request.h, include/pa_value.h,
22861: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
22862: VAliased0
22863:
22864: * src/: include/pa_pool.h, include/pa_request.h,
22865: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
22866: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
22867: VAliased just compiled
22868:
22869: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
22870: include/pa_vobject.h, main/execute.C: alias dead end
22871:
22872: * src/: include/pa_value.h, include/pa_vclass.h,
22873: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
22874: main/main.dsp: no not get fields into interm VFielded class.
22875: fields & staticfields 1
22876:
22877: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
22878: include/pa_vobject.h, include/pa_wcontext.h,
22879: include/pa_wwrapper.h, main/core.C, main/execute.C,
22880: main/main.dsp: would now get fields into interm VFielded class
22881:
22882: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
22883: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
22884: include/pa_wcontext.h, main/compile.y, main/core.C,
22885: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
22886: main/pa_wcontext.C: virtuals2
22887:
22888: * src/main/compile.y: : 1
22889:
22890: * src/main/compile.y: rethought to $class:static.field.subfield
22891:
22892: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
22893: $class:element
22894:
22895: * src/: include/pa_value.h, include/pa_vmframe.h,
22896: include/pa_wwrapper.h, main/compile.y, main/execute.C,
22897: main/pa_wcontext.C: before execute class calls rewrite
22898:
22899: * src/: include/pa_request.h, main/compile.C, main/core.C: default
22900: name RUN, also alias
22901:
22902: * src/main/compile.y: escaping bug
22903:
22904: * src/: include/pa_request.h, include/pa_value.h,
22905: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
22906: main/core.C, main/execute.C, main/pa_common.C: vobject1
22907:
22908: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
22909: include/pa_vmframe.h, include/pa_vobject.h,
22910: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
22911: main/compile_tools.h, main/execute.C: ^class:method() just
22912: compiled
22913:
22914: 2001-02-24 paf
22915:
22916: * src/main/main.dsp: no bison -d
22917:
22918: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
22919: class' err msg wrong
22920:
22921: * src/main/compile.y: z
22922:
22923: * src/main/: compile.y, core.C: yylex need some @special lines adj
22924:
22925: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
22926: main/compile.y, main/compile_tools.h, main/core.C: modules0
22927:
22928: * src/: include/pa_vclass.h, main/core.C: z
22929:
22930: * src/: include/pa_value.h, include/pa_vclass.h,
22931: include/pa_vobject.h, main/main.dsp: vobject00
22932:
22933: * src/main/pa_array.C: minor bug in expanding very small arrays.
22934: 60% from 1 were 0
22935:
22936: * src/: include/pa_value.h, include/pa_wcontext.h,
22937: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
22938: as bad as you've named it: wcontext.value() was not a perfect
22939: idea
22940:
22941: * src/main/execute.C: codeframe1
22942:
22943: * src/: include/pa_value.h, include/pa_vcframe.h,
22944: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
22945: include/pa_vjunction.h, include/pa_vmframe.h,
22946: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
22947: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
22948: just compiled
22949:
22950: * src/: include/pa_vframe.h, main/compile.y: found junction
22951: ideology @: ^x{$a()) must construct current wcontext element, so
22952: smart wcontext handling needed
22953:
22954: * src/main/compile.y: fixed grammar bugs in constructor/params
22955: klinch
22956:
22957: * src/main/: compile.y, execute.C: fixed empty constructor
22958: optimized empty case. failed on calls - produced empty string
22959: param
22960:
22961: * src/main/compile.y: fixed last \n macrotemplate strip bug
22962:
22963: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
22964: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
22965: main/compile_tools.C, main/compile_tools.h, main/core.C,
22966: main/execute.C: code junctions0. something wrong with last \n
22967: macrotemplate strip
22968:
22969: * src/: include/pa_value.h, main/compile.C, main/core.C,
22970: main/pa_value.C: minor error reporting format beautifyings
22971:
22972: * src/: include/pa_value.h, include/pa_vclass.h,
22973: include/pa_vframe.h, main/core.C, main/execute.C,
22974: main/pa_value.C: get_method RIP. junctions everywhere. call with
22975: junctions0
22976:
22977: 2001-02-23 paf
22978:
22979: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
22980: pa_wwrapper.h: lara came, can't work, sorry :(
22981:
22982: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
22983: junction
22984:
22985: * src/: include/pa_vframe.h, include/pa_vunknown.h,
22986: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
22987: main/execute.C, main/main.dsp, main/pa_value.C: call0
22988:
22989: * src/: include/pa_hash.h, include/pa_value.h,
22990: include/pa_wcontext.h, main/core.C, main/execute.C,
22991: main/main.dsp, main/pa_hash.C: started call. store param, vframe
22992: done
22993:
22994: * src/include/pa_wcontext.h: z
22995:
22996: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
22997: wrong grammar in complex constructor case
22998:
22999: * src/main/: compile.y, execute.C: empty constructor bug fixed
23000:
23001: * src/main/execute.C: with result rwpool
23002:
23003: * src/: include/pa_value.h, main/core.C, main/execute.C,
23004: main/main.dsp: value named
23005:
23006: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
23007: strign 2 value in 2 places in execute
23008:
23009: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
23010: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
23011: wcontext.put_element when wcontext fvalue==0
23012:
23013: 2001-02-22 paf
23014:
23015: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23016: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
23017: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
23018:
23019: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
23020: erroreos checkout
23021:
23022: * src/: include/pa_request.h, main/compile.y: $self.put(val)
23023:
23024: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
23025: main/compile_tools.h, main/pa_array.C: $self.get
23026:
23027: * src/main/: compile.C, compile.y, compile_tools.C: z
23028:
23029: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
23030: bit. finished now.
23031:
23032: * src/main/compile.y: $: finished
23033:
23034: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
23035:
23036: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
23037: main/execute.C: OP_STRING better then some xxx _VALUE
23038:
23039: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
23040: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23041: string to vstring it .y all
23042:
23043: * src/: include/pa_request.h, include/pa_stack.h,
23044: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
23045: all
23046:
23047: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
23048: precise parse error line:col
23049:
23050: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
23051: main/pa_hash.C, main/pa_pool.C: TRY...
23052:
23053: * src/: include/pa_exception.h, include/pa_pool.h,
23054: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
23055: main/compile.C, main/compile.y, main/compile_tools.C,
23056: main/core.C, main/pa_array.C, main/pa_exception.C,
23057: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
23058: main/pa_table.C: removed exception from request
23059:
23060: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
23061: some forgotten
23062:
23063: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23064: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
23065: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
23066: get/put simple vars to VClass works0
23067:
23068: * src/: include/pa_array.h, include/pa_wcontext.h,
23069: main/pa_string.C: in process, but found that exceptions are too
23070: global
23071:
23072: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
23073: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
23074: main/execute.C, main/pa_string.C: write_value write_string 0 it
23075: seems wcontext must write strings regardles of fvalue!=0
23076:
23077: 2001-02-21 paf
23078:
23079: * src/main/execute.C: tired :)
23080:
23081: * src/main/: compile.C, compile.y, execute.C: store0
23082:
23083: * src/: include/compile.h, include/execute.h, include/pa_array.h,
23084: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
23085: include/pa_wcontext.h, main/compile.C, main/compile.y,
23086: main/execute.C, main/main.dsp, main/pa_array.C,
23087: main/pa_request.C: get put -1 [just compiled]
23088:
23089: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
23090: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
23091: main/main.dsp, main/pa_request.C: request core methods0
23092:
23093: * src/: include/compile.h, include/pa_array.h, main/compile.C,
23094: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
23095: execute
23096:
23097: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
23098: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
23099: methods and one_big_piece. now compile returns array<method*>
23100:
23101: * src/main/compile.y: more straightforward yylex[end]
23102:
23103: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
23104: string.operator==(char*)
23105:
23106: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
23107: main/execute.C, main/pa_array.C: after array.const get wonders
23108:
23109: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
23110: pa_string.h, pa_value.h: struck with const array.gets
23111:
23112: * src/main/: execute.C: z
23113:
23114: * src/main/: compile.y, execute.C: z
23115:
23116: * src/main/: compile.C, compile.y, compile_tools.h: error
23117: processing in eval & yyerror so it wouldn't cause memleaks.
23118:
23119: * src/main/: compile.C, compile.y: failed to add absolute precies
23120: parse error positions. leaving RIGHTMOST position as
23121: @file[line:col]
23122:
23123: * src/: include/compile.h, main/compile.C, main/compile.y,
23124: main/compile_tools.h: line numbers needed. would add them to .y
23125: now internally. externally it's not as precise as needed
23126:
23127: * src/: include/code.h, include/pa_types.h, main/compile.C,
23128: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23129: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
23130: compiler works ok
23131:
23132: 2001-02-20 paf
23133:
23134: * src/main/: compile.C, compile.y, compile_tools.C,
23135: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
23136: not perfect
23137:
23138: * src/: include/code.h, include/compile.h, include/execute.h,
23139: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
23140: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23141: main/compile.C, main/compile.y, main/compile_tools.C,
23142: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
23143: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23144: main/pa_string.C, main/pa_table.C: bison[yacc] first time
23145: compiled. execute=dump for now
23146:
23147: * src/main/core.C: core rewrite using yacc investigations now will
23148: be compile[yacc]/execute[opcodes]
23149:
23150: 2001-02-15 paf
23151:
23152: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
23153: rewrite as turing machine? for it seems it would be it's too many
23154: ifs with this syntax now
23155:
23156: 2001-02-14 paf
23157:
23158: * src/main/core.C: get_params 1
23159:
23160: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
23161: :( ]
23162:
23163: * src/main/core.C: varios breaks
23164:
23165: * src/main/core.C: get names 3
23166:
23167: * src/main/core.C: get names 2
23168:
23169: * src/main/core.C: get names 1
23170:
23171: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
23172: names 0
23173:
23174: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
23175: text repassing2 operator static vars
23176:
23177: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
23178: main/pa_string.C: process text repassing
23179:
23180: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23181: module:calls changes
23182:
23183: 2001-02-13 paf
23184:
23185: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23186: ^class:calls[] started
23187:
23188: * src/: include/pa_value.h, main/core.C: z
23189:
23190: * src/main/core.C: operators : and self. prefixes
23191:
23192: * src/main/core.C: z
23193:
23194: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23195: tested
23196:
23197: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23198: optimized
23199:
23200: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
23201: would change privates to better support optimization
23202:
23203: * src/: include/pa_string.h, main/pa_string.C:
23204: String_iterator::skip_to todo:optimize
23205:
23206: 2001-02-12 paf
23207:
23208: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
23209: String_iterator
23210:
23211: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
23212: comments
23213:
23214: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
23215: self/methodref joined
23216:
23217: 2001-02-11 paf
23218:
23219: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
23220: main/main.dsp: core started. core.C, context&value .h
23221:
23222: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23223: include/pa_string.h, main/main.dsp, main/pa_array.C,
23224: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
23225:
23226: 2001-01-30 paf
23227:
23228: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
23229: comments
23230:
23231: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
23232: main/pa_pool.C: moved pa_pool.C to be target specific
23233:
23234: * src/: include/pa_exception.h, include/pa_pool.h,
23235: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
23236: to & changes
23237:
23238: * src/: include/pa_exception.h, include/pa_pool.h,
23239: include/pa_request.h, include/pa_table.h, main/pa_array.C,
23240: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
23241: re-associated. that's much better even removed 'die' necessety
23242:
23243: * src/: include/pa_error.h, include/pa_exception.h,
23244: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23245: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
23246: targets/Makefile.am: lowered targets/parser into subdir, added
23247: parser_Pool(Pool) failed to add. would think..
23248:
23249: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
23250: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
23251: main/pa_string.C, main/pa_table.C: Table more like C++ style
23252: hence lots of 'const'
23253:
23254: * src/: include/pa_error.h, include/pa_request.h,
23255: include/pa_string.h, include/pa_table.h, main/pa_error.C,
23256: main/pa_table.C: Error fixed
23257:
23258: 2001-01-29 paf
23259:
23260: * src/: include/pa_array.h, include/pa_common.h,
23261: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
23262: include/pa_request.h, include/pa_string.h, include/pa_table.h,
23263: main/Makefile.am, main/pa_array.C, main/pa_common.C,
23264: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
23265:
23266: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23267: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23268: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
23269: main/pa_string.C, main/pa_table.C: Request Error Table
23270:
23271: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
23272: templates"
23273:
23274: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
23275: main/main.dsp, main/pa_array.C: templates failed no template
23276: specializations [VC6], no library auto instantation [VC6, GNU c++
23277: 2.95.2-6 from latest cygwin]
23278:
23279: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23280: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23281: main/main.dsp, main/pa_array.C, main/pa_string.C,
23282: main/pa_table.C: Table started would test template Array now
23283:
23284: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23285: String originating
23286:
23287: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
23288: main/pa_hash.C: made local Hash-es not thread safe=quicker by
23289: SYNCHRONIZED(thread_safe)
23290:
23291: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
23292: parts to top
23293:
23294: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
23295: main/pa_threads.C: decided on one global_mutex, like PHP as I can
23296: see: needed only in global Hash now, made Hash:: put/get
23297: SYNCHRONIZED
23298:
23299: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
23300: main/pa_threads.C: added pa_threads
23301:
23302: Mutex
23303:
23304: * src/include/pa_hash.h: some comments
23305:
23306: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
23307: Array& operator += (Array& src)
23308:
23309: * src/main/pa_array.C: expand not convinient, would rewrite
23310:
23311: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
23312: (Array& src)
23313:
23314: rethought, would change now
23315:
23316: 2001-01-27 paf
23317:
23318: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
23319: caching
23320:
23321: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23322: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
23323: cache rethought to chunk caching
23324:
23325: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23326: include/pa_string.h, main/main.dsp, main/pa_array.C,
23327: main/pa_hash.C, main/pa_string.C: Array 0
23328:
23329: * src/main/pa_string.C: String::operator ==
23330:
23331: * src/main/pa_hash.C: String(&String)
23332:
23333: * src/main/pa_hash.C: added pa_hash.C [forgotten]
23334:
23335: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
23336: main/main.dsp, main/pa_string.C: uint, and added pa_types &
23337: pa_hash[forgotten]
23338:
23339: 2001-01-26 paf
23340:
23341: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23342: removed templates [vc++ suxx]
23343:
23344: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
23345: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
23346:
23347: * src/include/: pa_pool.h, pa_string.h: pa_pool split
23348:
23349: * src/main/: main.dsp, pa_string.C: $Id$ check
23350:
23351: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: $Id$
23352: check
23353:
23354: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
23355: dynamic row_count
23356:
23357: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23358: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23359: targets/Makefile.am: Initial revision
23360:
23361: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23362: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23363: targets/Makefile.am: creating parser3 module
23364:
E-mail: