Annotation of parser3/ChangeLog, revision 1.120
1.120 ! moko 1: 2019-09-06 moko
! 2:
! 3: * tests/388-sql.html: mysql compat
! 4:
! 5: * src/: classes/hash.C, classes/string.C, classes/table.C,
! 6: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
! 7: sql_ variables declaration moved to pa_common.h
! 8:
1.116 moko 9: 2019-01-15 moko
10:
11: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
12: logically sorted
13:
14: 2018-12-27 moko
15:
16: * src/include/pa_config_includes.h: warning war:
17: -Wdeprecated-register added for C++ 17
18:
19: 2018-10-15 moko
20:
21: * configure.ac: FreeBSD 11.2 can be build with ./configure
22: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
23: --with-xml=/usr/local/
24:
25: 2018-09-24 moko
26:
27: * tests/: 396.html, 396.tiff, results/396.processed: test for
28: ^image::measure[] now supports tiff added (related to feature
29: #1188)
30:
31: * src/classes/image.C: ^image::measure[] now supports tiff
32: (implements feature #1188)
33:
34: 2018-09-20 moko
35:
36: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
37: files measure added (related to ticket #1188)
38:
39: * src/classes/image.C: measure of bmp files implemented (related to
40: ticket #1188)
41:
42: 2018-09-18 moko
43:
44: * tests/: 394-curl.html, results/394-curl.processed,
45: results/auto.p: test for bug #1187 (max_file_size check for head
46: requests) added
47:
48: 2018-08-24 moko
49:
50: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
51: response content-length check is required (fixes bug #1187)
52:
53: 2018-05-11 moko
54:
55: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
56: $.append(bool) ] option added (related to feature #919)
57:
58: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
59: from misha@ patch (implements feature #919)
60:
61: 2018-03-22 moko
62:
63: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
64: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
65: with 128kb buffer. Now works at least 12 times faster. :) May be
66: Windows-only problem.
67:
68: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
69: build fix)
70:
71: 2018-02-03 moko
72:
73: * src/main/execute.C: removes irrelevant lines from exception stack
74: trace when exceptions occurs in assigment (fixes bug #1165)
75:
76: * tests/: 393.html, results/393.processed: test for behavour after
77: "Property can not be created, already exists field with that
78: name" exception removed (related to feature #1183)
79:
80: * src/types/pa_vclass.C: "Property can not be created, already
81: exists field with that name" exception removed (implements
82: feature #1183)
83:
84: 2018-01-19 moko
85:
86: * src/classes/string.C: whitespace
87:
88: * src/classes/string.C: whitespace
89:
90: * tests/: 392.html, results/392.processed: test for
91: ^regex::create[$regex] added (related to feature #1135)
92:
93: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
94: ^regex::create[$regex] added (implements feature #1135)
95:
96: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
97: commented define added (related to feature #1157)
98:
99: 2018-01-17 moko
100:
101: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
102:
103: 2018-01-15 moko
104:
105: * tests/: 390.html, results/390.processed: real path replaced by
106: stub
107:
108: * tests/: 391.html, results/391.processed: test for feature #1181
109: (XML_PARSE_HUGE exception) added
110:
111: 2018-01-11 moko
112:
113: * bin/auto.p.dist.in: sqlite3 -> libsqlite3
114:
115: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
116: XML_PARSE_HUGE option passed by default (implements feature
117: #1181)
118:
119: * src/classes/string.C: whitespace
120:
121: 2017-12-10 moko
122:
123: * tests/: 389.html, 390.html, results/389.processed,
124: results/390.processed: image code coverage tests added (related
125: to feature #1125)
126:
127: 2017-12-08 moko
128:
129: * tests/: 346-curl.html, 388-sql.html, 389.html,
130: results/346-curl.processed, results/388-sql.processed,
131: results/389.processed: more code coverage tests
132:
133: * tests/: 264.html, results/264.processed: code coverage for
134: ^file::exec[]
135:
136: 2017-12-07 moko
137:
138: * tests/: 174.html, 388-sql.html, 389.html,
139: results/388-sql.processed, results/389.processed,
140: results/174.processed: more coverage tests
141:
142: * src/classes/math.C: exception text actualized
143:
144: 2017-12-06 moko
145:
146: * tests/388-sql.html: $SQL can be here
147:
148: * tests/results/auto.p: $SQL not required here
149:
150: * tests/: 388-sql.html, 389.html, Makefile,
151: results/388-sql.processed, results/389.processed, results/auto.p:
152: code coverage tests for sql (using sqlite) and int/double/bool
153: added (related to feature #1125)
154:
155: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
156: lib/json/json.vcproj, lib/md5/md5.vcproj,
157: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
158: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
159: targets/apache/ApacheModuleParser3Core.vcproj,
160: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
161: types/types.vcproj: gc\include no longer required
162:
163: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
164: required
165:
166: * src/: classes/Makefile.am, classes/table.C,
167: include/pa_config_includes.h, include/pa_string.h,
168: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
169: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
170: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
171: targets/apache/Makefile.am, targets/cgi/Makefile.am,
172: types/Makefile.am: to be sure that our version of gc.h/cord.h is
173: used, we now include it directly
174:
175: 2017-12-04 moko
176:
177: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
178: memcached/memcached.vcproj, punycode/punycode.vcproj,
179: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
180: where required
181:
182: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
183: now can be used to trace memory allocations
184:
185: * src/: classes/table.C, include/pa_config_includes.h,
186: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
187: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
188: method removes, libcord also can work without libgc
189:
190: * src/classes/json.C: pa_gc_malloc_atomic should not be used
191:
192: 2017-11-29 moko
193:
194: * src/classes/curl.C: no exception if some of ^curl:info[] elements
195: are not present (related to feature #1173)
196:
197: * tests/346-curl.html: test updated to test curl content-length bug
198: (related to feature #1173)
199:
200: * tests/results/346-curl.processed: more test for content-length
201: curl bug (related to feature #1173)
202:
203: * tests/results/346-curl.processed: test results updated after
204: #1173 implemented
205:
206: 2017-11-28 moko
207:
208: * src/classes/curl.C: another libcurl Content-length bug walkaround
209: (related to feature #1173)
210:
211: 2017-11-27 moko
212:
213: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
214: $.http_version[version string] added (implements feature #1173),
215: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
216: where $post(true) bug existed.
217:
218: 2017-11-18 moko
219:
220: * src/include/pa_memory.h: warning war (related to feature #1170)
221:
222: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
223: feature #1170)
224:
225: 2017-11-17 moko
226:
227: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
228: std::basic_stringstream used in ^table.csv-string[] is compatible
229: with delete usage check only under Debian 9 (related to feature
230: #1170)
231:
232: 2017-11-16 moko
233:
234: * src/: classes/curl.C, classes/hash.C, classes/json.C,
235: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
236: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
237: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
238: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
239: types/pa_vxdoc.h: regular new/delete no longer used in our code,
240: stubs defend from accidental use (implements feature #1170)
241:
242: 2017-06-24 moko
243:
244: * configure.ac: minor fix: thanks to alx@
245:
1.115 moko 246: 2017-05-29 moko
247:
248: * src/types/pa_vmail.C: mail headers are now correctly truncated -
249: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
250: added to avoid cutting of UTF-8 chars (fixed bug #123)
251:
252: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
253: ignored, =?UTF-8?Q?= should start in case of leading space
254: (related to bug #123)
255:
256: * buildall: echo -n -> printf for OS X. :)
257:
258: 2017-05-25 moko
259:
260: * tests/: 288.html, results/288.processed: test updated afted
261: setting $o.prop without setter exception removed (related to
262: feature #1157)
263:
264: * src/types/pa_vclass.C: no more "this property has no setter
265: method" when setting $o.prop without setter (implements feature
266: #1157)
267:
268: * buildall: echo \c -> echo -n for FreeBSD
269:
270: * configure, configure.ac, src/include/pa_config_auto.h.in,
271: src/types/pa_vdouble.h: isfinite now checked in configure
272:
273: * compile, config.guess, config.sub, depcomp, install-sh, missing:
274: upgraded to automake 1.15
275:
276: 2017-05-23 moko
277:
278: * src/types/pa_vdouble.h: finite returned where isfinite not
279: defined
280:
281: 2017-05-22 moko
282:
283: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
284:
285: * buildall: extern CFLAGS setting support
286:
287: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
288:
289: * buildall: http -> https
290:
291: * buildall: gc-7.2f -> gc-7.6.0
292:
293: 2017-05-20 moko
294:
295: * buildall: https, pcre, xml, xslt updated to current versions
296: (related to feature #1136)
297:
298: 2017-05-19 moko
299:
300: * tests/097.html: after parser.ru moved to https
301:
302: 2017-05-17 moko
303:
304: * tests/results/: 175.processed, 372.processed: tests resuls
305: updated after lintian spelling typos fixed (related to bug #1156)
306:
307: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
308: classes/string.C, classes/table.C, main/pa_charset.C,
309: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
310: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
311: lintian reported by Sergey B Kirpichev (fixes bug #1156)
312:
313: * tests/results/096.processed: +XMP
314:
315: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
316: $.xmp(true) options tested (test for feature #1154)
317:
318: * src/classes/image.C: ^image:measure[] options $.exif(false)
319: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
320: fetched by default! (implements feature #1154)
321:
322: 2017-05-16 moko
323:
324: * tests/: 256.html, results/256.processed: ^json:string[$image] now
325: allowed (related to feature #1154)
326:
327: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
328: initial XMP implementation - without options and transcode
329: (related to feature #1154)
330:
331: 2017-05-12 moko
332:
333: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
334: image: exif moved to ffields, skipped in ^image.html[] where
335: iterators now used (preparation for feature #1154)
336:
337: 2017-05-05 moko
338:
339: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
340: results/387.processed: test for circular class inheritance check
341: added (related to bug #1150)
342:
343: * src/types/pa_vstateless_class.C: circular class inheritance check
344: added (fixes endless add_derived bug #1150)
345:
346: 2017-05-04 moko
347:
348: * tests/: 386.html, results/386.processed: test for
349: $table.value(number) added (related to feature #1152)
350:
351: * src/types/pa_vtable.C: table put_element: column value must be
352: string - > column value must be string compatible to allow
353: $t.value(1) (implements feature #1152)
354:
355: 2017-05-03 moko
356:
357: * src/main/pa_request.C: $use[$method] is not possible, reverting
358: (related to feature #1151)
359:
360: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
361: not possible, removing test (related to feature #1151)
362:
363: * src/: main/pa_request.C, types/pa_vstateless_class.h:
364: get_element_method added and used to allow $use[$method] and
365: $autouse[$method] (implements feature 1151)
366:
367: * tests/: 386.html, 386.p, results/386.processed: test for @use in
368: variable added (related to feature #1151)
369:
370: * tests/results/226.processed: actualized after ^try-catch used
371:
372: * tests/: 226.html, 385.html, results/385.processed: test for
373: @autouse in variable added
374:
375: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
376:
1.114 moko 377: 2017-02-27 moko
378:
379: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
380:
1.113 moko 381: 2017-02-20 moko
382:
383: * operators.txt: actualization + beauty
384:
385: 2017-02-16 moko
386:
387: * tests/: 384.html, results/384.processed: test for
388: ^reflection:mixin[; $.name[] ] option added (related to feature
389: #1089)
390:
391: * tests/: 384.html, results/384.processed: test for
392: ^reflection:mixin[] added (related to feature #1089)
393:
394: * src/types/pa_value.h: warning war: virtual ~Value() added
395:
1.112 moko 396: 2017-02-15 moko
397:
398: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
399: fixed
400:
401: * tests/: 320.html, results/320.processed: $.reverse(true/false)
402: test added (related to feature #1069)
403:
404: * src/: classes/reflection.C, types/pa_vstateless_class.h:
405: compilation without HASH_ORDER fixed
406:
407: * src/: classes/reflection.C, include/pa_hash.h:
408: $.reverse(true/false) added to ^reflection:methods[] (related to
409: feature #1069)
410:
411: 2017-02-14 moko
412:
413: * tests/: 152.html, results/152.processed: test for $._default hash
414: added (related to bug #1131)
415:
416: * tests/: 277.html, results/277.processed: test for hash with only
417: $._default is now defined (related to bug #1131)
418:
419: * src/types/pa_vhash.h: hash with only $._default is now defined
420: (fixed bug #1131)
421:
422: 2017-02-13 moko
423:
424: * tests/cat-windows.sh: cat-windows added (cygwin required)
425:
426: * tests/: 171.html, 264.html, 286.html, 370.html,
427: results/320.processed, results/375.processed, results/auto.p:
428: cat-windows.sh support added
429:
430: * tests/375.html: Windows support
431:
432: * tests/270.html: documented
433:
434: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
435: (not backslashes) even under Windows (broke test 270)
436:
437: 2017-02-12 moko
438:
439: * tests/: descript.ion, todo.txt: cleanup
440:
441: 2017-02-09 moko
442:
443: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
444: run_tests.cmd: Windows compatibility
445:
446: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
447: incorrectly (GMT) if parser is called from cygwin
448:
1.111 moko 449: 2017-02-08 moko
450:
1.112 moko 451: * operators.txt: actualization 15% completed
452:
453: * operators.txt: cp1251 -> utf-8
454:
455: * NEWS, README: minor update
456:
457: * src/include/pa_config_includes.h: warning war continues
458:
459: * src/: include/pa_config_includes.h, include/pa_memory.h,
460: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
461: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
462: gcc 6.x issues fixed
463:
1.111 moko 464: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
465: classes/classes.h, classes/curl.C, classes/date.C,
466: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
467: classes/hashfile.C, classes/image.C, classes/inet.C,
468: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
469: classes/memcached.C, classes/memory.C, classes/op.C,
470: classes/reflection.C, classes/regex.C, classes/response.C,
471: classes/string.C, classes/table.C, classes/void.C,
472: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
473: include/pa_array.h, include/pa_cache_managers.h,
474: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
475: include/pa_config_fixed.h, include/pa_config_includes.h,
476: include/pa_dictionary.h, include/pa_dir.h,
477: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
478: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
479: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
480: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
481: include/pa_request_charsets.h, include/pa_request_info.h,
482: include/pa_sapi.h, include/pa_socks.h,
483: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
484: include/pa_stack.h, include/pa_string.h,
485: include/pa_stylesheet_connection.h,
486: include/pa_stylesheet_manager.h, include/pa_symbols.h,
487: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
488: include/pa_uue.h, include/pa_xml_exception.h,
489: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
490: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
491: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
492: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
493: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
494: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
495: main/compile.tab.C, main/compile.y, main/compile_tools.C,
496: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
497: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
498: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
499: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
500: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
501: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
502: main/pa_string.C, main/pa_stylesheet_connection.C,
503: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
504: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
505: main/untaint.C, sql/pa_sql_driver.h,
506: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
507: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
508: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
509: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
510: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
511: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
512: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
513: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
514: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
515: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
516: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
517: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
518: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
519: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
520: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
521: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
522: types/pa_vmemcached.h, types/pa_vmemory.h,
523: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
524: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
525: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
526: types/pa_vresponse.C, types/pa_vresponse.h,
527: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
528: types/pa_vstateless_object.h, types/pa_vstatus.C,
529: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
530: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
531: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
532: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
533: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
534: 2015->2017
535:
1.110 moko 536: 2017-02-07 moko
537:
538: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
539:
540: 2017-02-06 moko
541:
542: * src/main/pa_common.C: minor fixes, whitespace
543:
544: * src/: classes/curl.C, classes/file.C, classes/image.C,
545: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
546: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
547: now used (implements feature #1081)
548:
549: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
550:
551: 2017-02-01 moko
552:
553: * src/include/pa_request.h: cleanup
554:
555: 2017-01-30 moko
556:
557: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
558:
559: 2017-01-29 moko
560:
561: * tests/: 383.html, results/383.processed: test for
562: ^reflection:stack[] added (related to feature #1052)
563:
564: * src/classes/reflection.C: else added
565:
566: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
567: $.max_file_lock_wait added (implements feature #1128)
568:
569: 2017-01-28 moko
570:
571: * tests/: 379-curl.html, results/379-curl.processed: curl empty
572: body and other cases tests added (related to featue #1014)
573:
574: * src/classes/curl.C: bug if response is empty fixed (related to
575: feature #1014)
576:
577: 2017-01-27 moko
578:
579: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
580: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
581: added (implements feature #1052)
582:
583: 2017-01-25 moko
584:
585: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
586: method test added
587:
588: 2017-01-23 moko
589:
590: * src/classes/reflection.C: optimization: options->get replaced by
591: hash iterator
592:
593: * tests/: 381.html, results/381.processed: now -> fixed date
594:
595: * src/main/pa_request.C: warning war
596:
597: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
598: 5Mb (fixes bug #1058)
599:
600: * src/classes/curl.C: warning war
601:
602: * tests/: 381.html, results/381.processed: tests for ^json:string
603: $.one-line(true) option added (related to feature #1124)
604:
605: * src/: classes/json.C, types/pa_value.h: $json-string
606: $.one-line(true|false) options is now supported (implements
607: feature #1124)
608:
609: * tests/: 380.html, results/380.processed: test for modified
610: $.max_file_size added (related to bug #1014)
611:
612: * tests/: 379.html, results/auto.p: tests for rewritten http file
613: load added (related to bug #1014)
614:
615: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
616: main/pa_common.C, main/pa_http.C: check_file_size added and used
617: in curl / file load from disk and http, http file load rewritten
618: (related to bug #1014)
619:
620: 2017-01-18 moko
621:
622: * tests/: 378.html, results/378.processed: tests for ^result[]
623: added (related to feature #66)
624:
625: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
626: Method::CO_WITHOUT_FRAME as frame still added in expression
627: (related to feature #66)
628:
629: 2017-01-17 moko
630:
631: * tests/: 377.html, results/377.processed: test for different
632: combinations of breaks in body and delimiter (related to bug
633: #1077)
634:
635: * tests/: 376.html, results/376.processed: many ^break[] tests
636: added (related to bug #1077)
637:
638: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
639: passed to native method" exception added to avoid bugs due to
640: WRITE_EXPR_RESULT skipped and native methods execution continues
641: after ^break[] (related to bug #1077)
642:
643: 2017-01-14 moko
644:
645: * tests/: 330.html, results/330.processed: test results updated
646: after ^break[] bugs where fixed (related to bug #1077)
647:
648: * tests/: 329.html, results/329.processed: test results updated
649: after ^break[] bugs where fixed (related to bug #1077)
650:
651: * tests/results/320.processed: ^return[] added
652:
653: 2017-01-13 moko
654:
655: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
656: classes/table.C, include/pa_request.h, main/execute.C,
657: main/pa_request.C, targets/cgi/parser3.C,
658: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
659: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
660: checked after each possible process/execute call (fixes bug
661: #1077)
662:
663: 2016-12-29 moko
664:
665: * src/main/pa_common.C: warning war
666:
667: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
668: include/pa_types.h, main/pa_request.C, main/pa_string.C:
669: pa_file_size_limit added, ^math:random fixed for upper limit and
670: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
671: (related to feature #1014)
672:
673: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
674: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
675: (related to feature #1014)
676:
677: 2016-12-28 moko
678:
679: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
680: warning war
681:
682: 2016-12-26 moko
683:
684: * tests/: 341.html, results/341.processed: test for
685: ^table.hash[id;;$.type[string]] added (related to feature #1057)
686:
687: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
688: (related to feature #1057)
689:
690: * src/types/pa_vdate.C: warning war continues...
691:
692: * src/: classes/date.C, classes/image.C, classes/table.C,
693: include/pa_config_includes.h, types/pa_vfile.C: warning war
694:
695: * src/lib/gd/gifio.C: warning war / cleanup
696:
697: * src/lib/json/pa_json.C: warning war
698:
699: * src/classes/hash.C: warning war
700:
701: * src/types/pa_vfile.C: warning war
702:
703: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
704: -Wall warning war continues
705:
706: * configure.ac: --with-build-warnings actualized
707:
708: 2016-12-25 moko
709:
710: * src/main/pa_exec.C: -wAll warning war
711:
712: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
713: -wAll warning war
714:
715: * src/: include/pa_common.h, include/pa_sapi.h,
716: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
717: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
718: -wAll warning war
719:
720: 2016-12-23 moko
721:
722: * src/lib/ltdl/Makefile.am: extra dist added
723:
724: * tests/results/344.processed: test result updated after $file.text
725: prefetched in ^hash::create[$file] (related to feature #1075)
726:
727: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
728: ^hash::create[$file] (related to feature #1075)
729:
730: 2016-12-22 moko
731:
732: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
733: main/pa_request.C, main/pa_stylesheet_connection.C,
734: types/pa_vfile.C: file_stat now return 64-bit size (implements
735: #1014 under 32-bit unix versions)
736:
737: 2016-12-21 moko
738:
739: * tests/: 375.html, results/375.processed: test for exec returning
740: stated file added (related to feature #1119)
741:
742: * src/classes/file.C: load should not return file with null body
743: (fixes bug #1119)
744:
745: 2016-12-14 moko
746:
747: * tests/: 374.html, results/374.processed: test for $method.name
748: added (related to feature #1117) plus method returning junction
749: test
750:
751: 2016-12-13 moko
752:
753: * src/: include/pa_symbols.h, main/pa_symbols.C,
754: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
755: (implements feature #1117)
756:
757: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
758: HEAD and TRACE can't have body (implements feature #1116)
759:
760: 2016-12-09 moko
761:
762: * tests/: 373.html, results/373.processed: tests for
763: ^reflection:tainting added (related to feature #1098)
764:
765: * src/classes/reflection.C: ^reflection:tainting arguments order
766: change (related to feature #1098)
767:
768: 2016-12-06 moko
769:
770: * src/: classes/reflection.C, include/pa_string.h,
771: main/pa_string.C: ^reflection:tainting[$string] added (implements
772: feature #1098)
773:
774: 2016-12-05 moko
775:
776: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
777: (fixes bug #1114)
778:
779: 2016-12-04 moko
780:
781: * tests/: 206.html, results/206.processed: negative zero (0/-1)
782: check added
783:
784: 2016-12-03 moko
785:
786: * tests/: 346-curl.html, results/346-curl.processed: test modified
787: to test value.as_hash() usage
788:
789: * src/classes/curl.C: value.as_hash() used for correct hash
790: processing
791:
792: * src/classes/reflection.C: exceptions texts fixes
793:
794: 2016-12-02 moko
795:
796: * tests/: 372.html, results/372.processed: tests for
797: ^reflection:create[ $.class[name] $.constructor[name]
798: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
799: feature #1094)
800:
801: * src/types/pa_vmethod_frame.h: comment added: params should be
802: declared outside of *_FRAME_ACTION as MethodParams destructor
803: will be called in ~VNativeMethodFrame
804:
805: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
806: ] minor fix
807:
808: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
809: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
810: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
811: now supported (implements feature #1094) value::as_hash added
812: (and should be used everywhere)
813:
814: * src/classes/reflection.C: cleanup
815:
816: 2016-12-01 moko
817:
818: * tests/: 356.html, results/356.processed: test for method
819: junctions class name added to the resulting hash added (related
820: to feature #1068)
821:
822: * src/classes/reflection.C: for method junctions class name added
823: to the resulting hash (related to feature #1068)
824:
825: 2016-11-30 moko
826:
827: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
828: exception (related to bug #1113)
829:
830: * src/types/pa_vhashfile.C: whitespace
831:
832: * src/main/pa_os.C: errno now returned as it should (fixes bug
833: #1113)
834:
835: * tests/results/: 175.processed, 192.processed, 224.processed,
836: 229.processed, 239.processed, 244.processed, 246.processed,
837: 314.processed, 352.processed: tests results updated after method
838: call exceptions improved as method now keeps its name
839:
840: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
841: types/pa_vmethod_frame.h: method call exceptions improved as
842: method now keeps its name
843:
844: * tests/: 224.html, 239.html, results/224.processed,
845: results/239.processed: tests and tests results updated after
846: Request::construct exception changed
847:
848: * src/: classes/reflection.C, main/execute.C: Request::construct
849: exception optimized
850:
851: * tests/: 371.html, results/371.processed: test for
852: WWrapper.get_element call in $.name.key[value] code added
853: (related to feature #1091)
854:
855: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
856: in $.name.key[value] code (related to feature #1091)
857:
858: 2016-11-29 moko
859:
860: * src/classes/op.C: VS warning war
861:
862: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
863: C4239: nonstandard extension used : 'return' : conversion from
864: 'Value' to 'Value &' (related to feature #1020)
865:
866: * src/: main/execute.C, types/pa_vmethod_frame.h,
867: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
868: used : 'return' : conversion from 'Value' to 'Value &' (related
869: to feature #1020)
870:
871: * src/main/execute.C: VS warning war
872:
873: * src/targets/cgi/parser3.C: VS compatibility fix
874:
875: * src/include/pa_request.h: VS warning war
876:
877: * tests/: 370.html, results/370.processed: test for ^file::exec[
878: ... $.stdin[$binary_file] ] added (related to bug #1044)
879:
880: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
881: include/pa_string.h, main/pa_exec.C: pa_exec now supports
882: $.stdin[$binary_file] (fixes bug #1044)
883:
884: 2016-11-28 moko
885:
886: * src/main/pa_exec.C: whitespace
887:
888: * src/main/pa_request.C: whitespace
889:
890: * tests/: 369.html, results/369.processed: test for
891: $response:status usage added (related to feature #1099)
892:
893: * src/targets/cgi/parser3.C: HTTP response code used as exit status
894: if < 100 (implements feature #1099)
895:
896: * src/targets/cgi/parser3.C: whitespace
897:
898: * src/targets/cgi/parser3.C: whitespace
899:
900: * tests/: 368.html, results/368.processed: test updated after
901: ^reflection:filename[$method] added (related to feature #1053)
902:
903: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
904: main/compile.y, main/execute.C, main/pa_request.C,
905: types/pa_vclass.h: filename -> filespec,
906: ^reflection:filename[$method] added (related to feature #1053)
907:
908: 2016-11-27 moko
909:
910: * tests/: 368.html, results/368.processed: test for
911: reflection:filename[$class or object] added (related to feature
912: #1053)
913:
914: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
915: types/pa_vstateless_class.h: ^reflection:filename[$class or
916: object] added (implements feature #1053)
917:
918: 2016-11-26 moko
919:
920: * src/: include/pa_request_info.h,
921: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
922: remove_absolute_uri -> strip_absolute_uri
923:
924: 2016-11-25 moko
925:
926: * src/: include/pa_request_info.h,
927: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
928: request_info.remove_absolute_uri added to remove possible
929: http://site.name/ from $request:uri (implements feature #1112)
930:
931: 2016-11-24 moko
932:
933: * tests/: 367-curl.html, results/367-curl.processed: test for
934: previous request headers clearing after redirect added (related
935: to bug #1109)
936:
937: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
938: response headers from previous requests are now cleared, only
939: last request headers are collected (fixes bug #1109)
940:
941: * tests/results/: 266.processed, 321.processed, 356.processed:
942: tests results updated as method name now added to the resulting
943: hash for new syntax only (Imp1 compatimility fixed, related to
944: feature #1068)
945:
946: * src/classes/reflection.C: method name now added to the resulting
947: hash for new syntax only (Imp1 compatimility fixed, related to
948: feature #1068)
949:
950: * tests/results/366.processed: test for native and parser
951: implementation of ^use[] logic (related to feature #1074)
952:
953: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
954: for native and parser implementation of ^use[] logic (related to
955: feature #1074)
956:
957: 2016-11-23 moko
958:
959: * src/: classes/op.C, include/pa_request.h, main/compile.y,
960: main/pa_request.C: @USE file now implemented as ^use[file;
961: $.origin[origin_file] ] (implements feature #1074)
962:
1.109 moko 963: 2016-11-21 moko
964:
1.110 moko 965: * tests/: 365.html, results/365.processed: test for $caller bugs in
966: 3.4.4 and $caller.method now tested (related to feature #1110)
967:
968: * tests/: 364.html, results/364.processed: $caller usage in
969: different contexts now tested (related to feature #1110)
970:
971: * src/types/types.vcproj: +pa_vcaller_wrapper.h
972:
973: * src/types/Makefile.am: pa_vcaller_wrapper.h added
974:
1.109 moko 975: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
976: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
977: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
978: used (implements feature #1110)
979:
980: 2016-11-20 moko
981:
982: * src/types/pa_vdouble.h: whitespace
983:
984: 2016-11-11 moko
985:
986: * tests/: 363.html, results/363.processed: more tests for feature
987: #1091 (how parser methods work in expression context)
988:
989: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
990: expressions strings are now written as strings, not values by
991: write_as_string (related to feature #1091)
992:
993: * src/classes/op.C: to make more correct behavour in expression
994: context
995:
996: 2016-11-07 moko
997:
998: * tests/: 362.html, results/362.processed: test for
999: xsltParseStylesheetDoc caching as xsl modification after it added
1000: (related to bug #1108)
1001:
1002: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
1003: result now cached as xdoc is modified after it (fixes bug #1108)
1004:
1005: 2016-11-06 moko
1006:
1007: * src/types/pa_vxdoc.h: whitespace
1008:
1009: 2016-11-05 moko
1010:
1011: * src/types/pa_vmethod_frame.h: cleanup
1012:
1013: 2016-11-03 moko
1014:
1015: * tests/results/244.processed: more correct exception after method
1016: frames separation
1017:
1018: * src/types/pa_vmethod_frame.h: minor optimizaion
1019:
1020: * src/types/pa_method.h: optimization: params_count added
1021:
1022: * src/: classes/json.C, classes/op.C, classes/reflection.C,
1023: include/pa_request.h, main/execute.C, main/pa_request.C,
1024: types/pa_value.C, types/pa_vmethod_frame.C,
1025: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
1026: VMethodFrame now divided into VNativeMethodFrame,
1027: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
1028: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
1029: and used (related to feature #1104)
1030:
1031: 2016-11-02 moko
1032:
1033: * src/: classes/bool.C, classes/curl.C, classes/date.C,
1034: classes/double.C, classes/file.C, classes/hash.C,
1035: classes/hashfile.C, classes/image.C, classes/inet.C,
1036: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1037: classes/memcached.C, classes/op.C, classes/reflection.C,
1038: classes/regex.C, classes/string.C, classes/table.C,
1039: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
1040: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
1041: r.write (implements feature #1091)
1042:
1043: * src/main/execute.C: cleanup (related to feature #1104)
1044:
1045: * src/: include/pa_request.h, main/execute.C,
1046: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
1047: added, in_expression removed (implements feature #1104)
1048:
1049: 2016-10-31 moko
1050:
1051: * src/types/pa_value.C: whitespace
1052:
1053: 2016-10-28 moko
1054:
1055: * tests/results/244.processed: updated after error reporting fixed
1056: in pa_wcontext.C
1057:
1058: * src/types/pa_wcontext.C: error reporting fixed
1059:
1060: * src/types/pa_wcontext.h: whitespace
1061:
1062: * src/classes/image.C: not fully readed entries are no longer
1063: processed (fixes bug #1106)
1064:
1065: 2016-10-26 moko
1066:
1067: * src/classes/image.C: whitespace
1068:
1069: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
1070: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
1071: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
1072: longer required (related to feature #1091)
1073:
1074: * tests/results/: 264.processed, 350.processed: test results update
1075: reverted (whitespace optimization) after write_no_lang removed :)
1076: (related to feature #1091)
1077:
1078: * src/: classes/file.C, classes/hash.C, classes/op.C,
1079: classes/string.C, classes/table.C, classes/void.C,
1080: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
1081: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
1082: equal write_pass_lang (related to feature #1091)
1083:
1084: * tests/results/: 264.processed, 350.processed: test results
1085: updated (whitespace optimization) after write_assign_lang removed
1086: (related to feature #1091)
1087:
1088: * tests/: 361.html, results/361.processed: test for non-string
1089: ^untaint added (related to feature #1091)
1090:
1091: * src/: classes/curl.C, classes/date.C, classes/file.C,
1092: classes/hash.C, classes/op.C, classes/string.C,
1093: include/pa_request.h, main/execute.C: optimization:
1094: write_assign_lang removed as not required (first part of feature
1095: #1091 implementation)
1096:
1.108 moko 1097: 2016-10-12 moko
1098:
1099: * tests/: 360.html, results/360.processed: more test code (related
1100: to feature #1104)
1101:
1102: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
1103: include/pa_request.h, main/compile.y, main/execute.C: opcode
1104: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
1105: WContext is next task (implements feature #1104)
1106:
1107: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
1108: / CO_WITHOUT_WCONTEXT
1109:
1110: * tests/: 360.html, results/360.processed: test for in expression
1111: state (related to feature #1104)
1112:
1113: 2016-10-11 moko
1114:
1115: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
1116:
1117: * src/classes/op.C: default value removed from initializer
1118:
1119: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
1120:
1121: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
1122:
1123: 2016-10-10 moko
1124:
1125: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
1126: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
1127: to feature #42)
1128:
1129: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
1130: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
1131:
1132: 2016-10-08 moko
1133:
1134: * src/classes/double.C: whitespace
1135:
1136: 2016-10-07 moko
1137:
1138: * src/types/pa_vmethod_frame.h: reorder
1139:
1140: 2016-10-06 moko
1141:
1142: * src/classes/date.C: typo
1143:
1144: * src/types/pa_vmethod_frame.h: whitespace + cleanup
1145:
1146: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1147: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
1148: types/pa_vmethod_frame.h: params.get now returns Value&, not
1149: Value*
1150:
1151: * src/types/pa_vmethod_frame.C: params.get should return Value&.
1152:
1153: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
1154: removed; first as_* code rewrite
1155:
1156: 2016-10-05 moko
1157:
1158: * src/include/pa_request.h: whitespace
1159:
1160: * tests/: 359.html, results/359.processed: test for VCodeFrame and
1161: intercept_string added (related to feature #1097)
1162:
1163: * src/: classes/image.C, classes/op.C, classes/table.C,
1164: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1165: optimization: intercept_string removed (implements feature #1097)
1166:
1167: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
1168:
1169: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
1170: from VCodeFrame and WWrapper as not required
1171:
1172: 2016-10-04 moko
1173:
1174: * src/: classes/curl.C, classes/date.C, classes/double.C,
1175: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
1176: classes/int.C, classes/json.C, classes/op.C,
1177: classes/reflection.C, classes/string.C, classes/table.C,
1178: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1179: proces_to_value -> process after StringOrValue removed (related
1180: to feature #1020)
1181:
1182: * src/classes/form.C: whitespace
1183:
1184: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
1185:
1186: * tests/: 357.html, 358.html, results/357.processed,
1187: results/358.processed, results/auto.p: test for @conf
1188: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
1189:
1190: 2016-10-03 moko
1191:
1192: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
1193: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
1194: supported (implements feature #42)
1195:
1196: * src/types/pa_vregex.h: no reason for VRegex to be
1197: is_evaluated_expr
1198:
1199: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
1200: (implements feature #1095)
1201:
1202: 2016-10-01 moko
1203:
1204: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
1205: false by default (related to feature #1089)
1206:
1207: 2016-09-30 moko
1208:
1209: * src/types/pa_wcontext.h: cleanup
1210:
1211: 2016-09-29 moko
1212:
1213: * src/main/execute.C: whitespace
1214:
1215: * src/include/pa_request.h: whitespace
1216:
1217: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1218: classes/op.C, classes/table.C, include/pa_request.h,
1219: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
1220: types/pa_vobject.C, types/pa_wcontext.h: optimization:
1221: StringOrValue removed as it just slows down and adds complexity
1222: (implements feature #1020)
1223:
1224: 2016-09-28 moko
1225:
1226: * tests/: 356.html, results/266.processed, results/321.processed,
1227: results/356.processed: tests updated after name was added to
1228: method_info hash, test for ^reflection:method_info[junction]
1229: added (related to feature #1068)
1230:
1231: * src/classes/reflection.C: ^reflection:method_info[junction] now
1232: supported, method name added to the resulting hash (implements
1233: feature #1068)
1234:
1235: * tests/: 276.html, results/276.processed: more tests for
1236: ^reflection:delete[]
1237:
1238: * src/classes/reflection.C: fixed bug then ^reflection:delete
1239: didn't work on class and could damage native objects (like file)
1240:
1241: 2016-09-26 moko
1242:
1243: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
1244: results/345.processed, results/346-curl.processed,
1245: results/347-curl.processed, results/348.processed: numbers added
1246: to simplify diff analysis
1247:
1248: * tests/: 352.html, results/352.processed: test result updated as
1249: method name used
1250:
1251: * src/classes/reflection.C: method name used
1252:
1253: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
1254: its name
1255:
1256: * src/types/pa_method.h: whitespace
1257:
1258: * src/classes/reflection.C: both method and field with one name can
1259: exist.
1260:
1261: * src/classes/reflection.C: ^reflection:mixin added (implements
1262: feature #1089)
1263:
1264: * tests/: 355.html, results/355.processed: property appears in
1265: derived class if added in base test added
1266:
1267: * src/types/pa_vstateless_class.h: get_method declaration +
1268: whitespace
1269:
1270: * tests/: 354.html, results/354.processed: nice test from method
1271: and property with one name in class added
1272:
1273: 2016-09-23 moko
1274:
1275: * src/classes/reflection.C: ^reflection:method usage documented
1276:
1277: 2016-09-22 moko
1278:
1279: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
1280: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
1281: compile warning and GPF occures on VS2003 (related to feature
1282: #1087)
1283:
1284: * tests/: 350.html, results/350.processed: test added for
1285: $.encloser[] support in ^table::create (related to feature #11)
1286:
1287: * src/classes/table.C: another minor fix (related to feature #11)
1288:
1.107 moko 1289: 2016-09-21 moko
1290:
1291: * src/include/pa_config_fixed.h: vs2015 compilation fixes
1292:
1293: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1294: classes/json.C, classes/string.C, classes/table.C,
1295: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1296: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1297: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
1298: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
1299: pa_charsets, vs2015 warning war
1300:
1301: * src/classes/table.C: vs2015 warning war
1302:
1303: * src/types/pa_vdate.C: vs2015 warning war
1304:
1305: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
1306:
1307: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
1308: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
1309:
1310: * src/main/pa_common.C: vs2015 compilation fixes
1311:
1312: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
1313: vs2015 compilation fixes
1314:
1315: * src/main/pa_charset.C: vs2015 warning war
1316:
1317: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
1318:
1319: * src/main/pa_charset.C: vs2015 warning war
1320:
1321: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
1322:
1323: * src/types/pa_vdate.C: vs2015 compilation fix
1324:
1325: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
1326:
1327: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
1328: VS2015 compilation fixes
1329:
1330: * src/classes/table.C: minor fix (related to feature #11)
1331:
1332: * tests/results/282.processed: no longer skipping extra enclosers
1333: (related to feature #11)
1334:
1335: * src/classes/table.C: minor fix + no longer skipping extra
1336: enclosers (related to feature #11)
1337:
1338: * src/classes/table.C: minor optimization (related to feature #11)
1339:
1340: * src/classes/table.C: minor fix and optimization (related to
1341: feature #11)
1342:
1343: 2016-09-20 moko
1344:
1345: * tests/: 353.html, results/353.processed: test for
1346: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
1347: added (related to bug #1090)
1348:
1349: * src/main/compile.y: PC.cclass->is_vars_local() check added for
1350: one_big_piece (fixes bug #1090)
1351:
1352: * tests/: 229.html, results/229.processed: code coverage tests
1353:
1354: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
1355: body) was called
1356:
1357: * src/classes/op.C: whitespace
1358:
1359: * tests/: 323.html, results/323.processed: test for code junction
1360: should not be returned by ^reflection:class, ^reflection:base
1361:
1362: * src/classes/reflection.C: bugfix: code junction should not be
1363: returned by ^reflection:class, ^reflection:base
1364:
1365: * tests/: 323.html, 352.html, results/352.processed: no more
1366: exception for ^reflection:method[class;no-such-method] (related
1367: to feature #1087)
1368:
1369: * src/classes/reflection.C:
1370: ^reflection:method[class;no-such-method] : exception -> void
1371: (related to feature #1087)
1372:
1373: * src/include/pa_request.h: request::write_value added to allow
1374: write value without convertion (related to issue #1091)
1375:
1376: 2016-09-19 moko
1377:
1378: * src/main/pa_random.C: windows build fix
1379:
1380: * src/types/pa_vhash.h: warning war
1381:
1382: 2016-09-14 moko
1383:
1384: * tests/: 352.html, 552.html, results/352.processed,
1385: results/552.processed: test for ^reflection:method[] extension
1386: added (related to feature #1087)
1387:
1388: * tests/: 552.html, results/552.processed: test for
1389: ^reflection:method[] extension added (related to feature #1087)
1390:
1391: * src/classes/reflection.C: compatibility issue fixed, VClass
1392: dynamic_cast check added (related to feature #1087)
1393:
1394: * tests/: 351.html, results/351.processed: test for @auto[]
1395: inheritance bug diring ^process[] added (related to bug #1088)
1396:
1397: * src/: classes/op.C, main/pa_request.C,
1398: types/pa_vstateless_class.C: set_method now checks for @auto[] to
1399: disable it inheritance during ^process (fixes bug #1088)
1400:
1401: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
1402: added (implements feature #1087)
1403:
1404: 2016-09-13 moko
1405:
1406: * tests/: 349.html, results/auto.p: test for objects prototyping
1407: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
1408: to feature #1086)
1409:
1410: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
1411: types/pa_vobject.C: objects now are not class instances, but have
1412: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
1413: in @conf (implements feature #1086)
1414:
1415: 2016-09-08 moko
1416:
1417: * src/: classes/file.C, classes/mail.C, classes/string.C,
1418: classes/table.C, main/pa_http.C, main/pa_string.C,
1419: include/pa_string.h: cleanup: string::split limit argument
1420: removed as no longer required, pos_after no longer reference
1421: (related to feature #11)
1422:
1423: * src/classes/table.C, tests/results/348.processed: now exception
1424: is rised when invalid option is passed to ^table::create[]
1425:
1426: * tests/: 282.cfg, 282.html, results/282.processed: more code
1427: coverage tests
1428:
1429: * tests/: 348.html, results/348.processed: code coverage tests
1430: added
1431:
1432: * tests/: 348.html, results/348.processed: generic ^table::create[]
1433: tests
1434:
1435: * tests/: 035.html, results/035.processed, results/272.processed:
1436: tests updated after $.encloser[] support for ^table::create
1437: implementation (related to feature #11)
1438:
1439: * src/classes/table.C: $.encloser[] support for ^table::create
1440: finally added (implements feature #11)
1441:
1442: 2016-09-07 moko
1443:
1444: * src/include/pa_string.h: added StringSplitHelper as friend
1445: (related to feature #11)
1446:
1447: * src/include/pa_string.h: body and langs now protected, not
1448: private to allow inheritance (related to feature #11)
1449:
1450: * src/classes/table.C: lsplit optimized before cloning for
1451: ^table::create with $.encloser[] (related to feature #11)
1452:
1453: * src/classes/table.C: optimizaion: TableControlChars.separators
1454: added and used (related to feature #11)
1455:
1456: * src/classes/table.C: spelling:
1457:
1458: TableSeparators -> TableControlChars column -> separator
1459: separators -> control_chars
1460:
1461: 2016-09-06 moko
1462:
1463: * src/main/pa_string.C: whitespace
1464:
1465: * src/main/pa_string.C: whitespace
1466:
1467: 2016-09-01 moko
1468:
1469: * tests/: 347-curl.html, results/347-curl.processed: to make tests
1470: results OS-independent
1471:
1472: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
1473: compiler (related to feature #1042)
1474:
1475: 2016-08-15 moko
1476:
1477: * src/include/pa_string.h: whitespace
1478:
1479: * src/classes/table.C: whitespace
1480:
1.106 moko 1481: 2016-08-05 moko
1482:
1483: * tests/: 344.html, results/344.processed: test for
1484: ^hash::create[$file] added (related to feature #1075)
1485:
1486: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
1487: supported (implements feature #1075)
1488:
1489: 2016-08-04 moko
1490:
1491: * tests/: 341.html, results/341.processed: more code coverage tests
1492:
1493: * tests/: 346-curl.html, results/346-curl.processed: more code
1494: coverage tests for curl
1495:
1496: * tests/: 346-curl.html, results/346-curl.processed: more code
1497: coverage tests for curl
1498:
1499: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
1500: results/223.processed: code coverage tests: $.form[ $.table[] ]
1501: test added
1502:
1503: * tests/: 223-curl.html, results/223-curl.processed: more code
1504: coverage tests for curl
1505:
1506: 2016-08-03 moko
1507:
1508: * src/classes/curl.C: dlink(curl_library) now called not once, but
1509: until it will be loaded, allowing to find existing library.
1510:
1511: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
1512: results/347-curl.processed: more code coverage tests for curl
1513:
1514: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
1515: results/339-curl.processed, results/346-curl.processed: curl
1516: functionality tests
1517:
1518: 2016-08-02 moko
1519:
1520: * tests/: 339.html, results/339.processed: test for tables in
1521: ^file:load[] and ^curl:load[] (commented) added (related to
1522: feature #1042)
1523:
1524: * tests/: 345.html, results/345.processed: code coverage tests for
1525: file class
1526:
1527: * tests/: 344.html, results/344.processed: code coverage tests
1528:
1529: * tests/: 344.html, results/344.processed: mdate removed from
1530: output
1531:
1532: * src/classes/file.C: minor bugfix: is_text should be taked from
1533: fcontent.is_text_mode() if not set (related to feature #1061)
1534:
1535: * tests/: 344.html, results/344.processed: more tests
1536:
1537: * tests/: 343.html, 344.html, results/343.processed,
1538: results/344.processed: tests for ^file::create[ $.from-charset
1539: and $.to-charset ] (related to feature #1061)
1540:
1541: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1542: aset_text_mode argument optimized
1543:
1544: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1545: checkBOM now used in detect_binary_content (related to feature
1546: #1061)
1547:
1548: * src/main/pa_request.C: load_charset no longer required to_upper
1549:
1550: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
1551: preserves original file mode (if no $.mode specified)
1552:
1553: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
1554: ^file::create now supports $.from-charset[] and $.to-charset
1555: options (implements feature #1061), automatic transcode is done
1556: if text file is created from binary file and charset is detected.
1557:
1558: 2016-07-30 moko
1559:
1560: * src/classes/table.C: ^t.hash[..;] now supported (related to
1561: feature #1057)
1562:
1563: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
1564: added (related to feature #1057)
1565:
1566: * tests/: 286.html, results/286.processed: code tests coverage
1567:
1568: 2016-07-29 moko
1569:
1570: * src/classes/table.C: table size should be checked inside menu and
1571: foreach (related to feature #858)
1572:
1573: * src/: classes/curl.C, classes/file.C, classes/string.C,
1574: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1575: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
1576: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
1577: charsets.get now does str_upper inside (related to feature #1061)
1578:
1579: * tests/: 342.html, results/342.processed: more code coverage tests
1580:
1581: * tests/: 342.html, outputs/342.processed: table menu code coverage
1582: + foreach test added (related to feature #858)
1583:
1584: * tests/: 341.html, results/341.processed: tests for
1585: ^table.hash[]{code} added + code coverage tests (related to
1586: feature #1057)
1587:
1588: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
1589: value} support (implements feature #1057)
1590:
1591: * src/classes/table.C: whitespace
1592:
1593: 2016-07-28 moko
1594:
1595: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
1596: from URL, if not specified query string removed from url-based
1597: filenames in ^curl:load[] and ^file::load[] (related to feature
1598: #1042)
1599:
1600: 2016-07-27 moko
1601:
1602: * tests/: 340.html, results/340.processed: test for
1603: transcode_text_result=false added (related to issue #1042)
1604:
1605: 2016-07-26 moko
1606:
1607: * src/types/pa_vfile.C: file name should not be empty (if file path
1608: is folder and ends with /) (related to feature #1042)
1609:
1610: * src/main/pa_http.C: whitespace optimizaion
1611:
1612: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1613: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
1614: multiple headers, ^file::load supports headers transcoding
1615: (implements feature #1042)
1616:
1617: 2016-07-25 moko
1618:
1619: * src/include/pa_common.h: PA_DEFAULT added
1620:
1621: 2016-07-22 moko
1622:
1623: * tests/: 338.html, results/338.processed: test for
1624: $date.field(value) added (related to feature #1066)
1625:
1626: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
1627: $date.field(value) now supported for y/m/d/h/m/s (implements
1628: feature #1066)
1629:
1.105 moko 1630: 2016-07-21 moko
1631:
1632: * src/: classes/file.C, classes/image.C, include/pa_common.h,
1633: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
1634: arguments removed; image.C - absolute path shown in exception
1635: (implements feature #1071)
1636:
1637: * tests/: 235.html, results/235.processed: test and test result
1638: updated after static boundary in mail and Errors-To: mail header
1639: removed (related to feature #1047)
1640:
1641: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
1642: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
1643: used, static boundary in mail removed, Errors-To: mail header
1644: removed (implements feature #1047)
1645:
1646: 2016-07-20 moko
1647:
1648: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1649: equest.classes(): Value -> VStateless_class, part 3 (related to
1650: issue #1051)
1651:
1652: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
1653: request.classes(): Value -> VStateless_class, part 2 (related to
1654: issue #1051)
1655:
1656: * tests/results/: 224.processed, 323.processed: classes without
1657: methods should not be methoded (related to issue #1051)
1658:
1659: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
1660: main/compile_tools.h, main/pa_request.C: request.classes(): Value
1661: -> VStateless_class, part 1 (related to issue #1051)
1662:
1663: * tests/: 337.html, results/337.processed: test for
1664: ^reflection:fields_reference[] and VHashReference class added
1665: (related to feature #1072)
1666:
1667: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
1668: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
1669: and VHashReference added, allowing ^reflection:fields_reference[]
1670: implementation (closes feature #1072)
1671:
1672: 2016-07-19 moko
1673:
1674: * tests/: 323.html, results/323.processed: we want to see
1675: "methoded"
1676:
1677: * tests/: 336.html, results/336.processed: test for $BASE:property
1678: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
1679: #1059)
1680:
1681: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
1682: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
1683: somebody_entered_some_class, $BASE:property works again,
1684: ^BASE:method[] bugs fixed (fixes bug #1059)
1685:
1686: 2016-07-14 moko
1687:
1688: * tests/: 335.html, results/335.processed: test for feature #1055
1689: added
1690:
1691: * src/classes/hash.C: bugfix: $._default was not copied if empty
1692: feature: ^hash.contains[_default] added (implements feature
1693: #1055)
1694:
1695: 2016-07-13 moko
1696:
1697: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
1698: should not call @autouse (http://www.parser.ru/forum/?id=83480)
1699:
1700: 2016-07-05 moko
1701:
1702: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
1703: in ^hash.foreach (related to feature #1073)
1704:
1705: 2016-07-04 moko
1706:
1707: * tests/: 134.html, 281.html, results/134.processed,
1708: results/281.processed: tests updated after hash blocking removed
1709: (related to feature #1073)
1710:
1711: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
1712: no longer blocks on change during foreach (implements feature
1713: #1073)
1714:
1715: 2016-06-17 moko
1716:
1717: * tests/: 330.html, results/330.processed: try exception source
1718: test added (related to bug in #1062)
1719:
1720: * tests/: 334.html, results/334.processed: Exception stack trace
1721: test added (related to bug in $1062)
1722:
1723: * src/classes/op.C: Exception trace now correctly restored and
1724: errors reported (related to bug #1062)
1725:
1.104 moko 1726: 2016-05-25 moko
1727:
1728: * src/main/compile.y: minor cleanup + beauty
1729:
1730: 2016-05-24 moko
1731:
1732: * tests/: 333.html, results/333.processed: more exceptions testing
1733:
1734: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
1735: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
1736: features #1056, #1026)
1737:
1738: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
1739: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
1740: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
1741: (implements feature #1056)
1742:
1743: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
1744: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
1745: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
1746: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
1747: feature #1026)
1748:
1749: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
1750: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
1751: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
1752: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
1753: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
1754: feature #1026)
1755:
1756: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
1757: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
1758: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
1759: SYMBOLS_CACHING define implemented (related to feature #1026)
1760:
1761: * src/main/main.vcproj: + ps_symbols
1762:
1763: * src/: include/Makefile.am, include/pa_string.h,
1764: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
1765: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
1766: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1767: types/pa_vstateless_class.C: initial implementation for symbols
1768: cache (related to feature #1026)
1769:
1770: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
1771:
1772: * src/main/pa_globals.C: minor cleanup
1773:
1774: 2016-05-19 moko
1775:
1776: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
1777: (related to feature #1046)
1778:
1779: * tests/: 331.html, results/331.processed: test for
1780: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
1781: (related to feature #1051)
1782:
1783: * src/main/compile.y:
1784: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
1785: (implements feature #1054)
1786:
1787: 2016-05-18 moko
1788:
1789: * src/types/pa_vtable.C, tests/results/324.processed: no more
1790: "column not found" exception for ^table.no-such-method[] (related
1791: to feature #1046)
1792:
1793: * tests/: 261.html, results/261.processed: test added and updated
1794: after feature #1046 implementation
1795:
1796: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
1797: types/pa_vvoid.h: $string.anything works for whitespace strings,
1798: ^string.contains added for hash compatibility, $string.method no
1799: longer returns stting method (implements feature #1046)
1800:
1801: 2016-05-12 moko
1802:
1803: * src/classes/curl.C: content-type response header no longer
1804: ignored (fixes issue #1045)
1805:
1806: * tests/: 330.html, results/330.processed: test for incomplete
1807: finally execution when break occures added (related to issue
1808: #1077)
1809:
1810: * src/classes/op.C: bugfix: Request::skip reset is called before
1811: executing catch and finally code (fixes issue #1062)
1812:
1813: 2016-05-11 moko
1814:
1815: * tests/: 329.html, results/329.processed: test for invalid
1816: ^break[] behavour added (bug #1077)
1817:
1818: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
1819:
1820: 2016-04-24 moko
1821:
1822: * src/types/pa_vstateless_class.h: warning war
1823:
1824: 2016-04-17 moko
1825:
1826: * tests/: 328.html, results/328.processed: test for
1827: ^break(condition) and ^continue(condition) (related to feature
1828: #1063)
1829:
1830: * src/classes/op.C: ^break(condition) and ^continue(condition)
1831: implemented (feature #1063)
1832:
1833: 2016-04-12 moko
1834:
1835: * tests/results/280.processed: ordered hash now used for class
1836: methods and properties (test results updated for feature #1069)
1837:
1838: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
1839: to xdoc.C as under FreeBSD it was inited after and inheritance
1840: failed (related to issue #1051)
1841:
1842: * tests/: 320.html, results/320.processed: xdoc and xnode methods
1843: are printed to check inheritance (related to feature #1051)
1844:
1.103 moko 1845: 2016-04-09 moko
1846:
1847: * tests/results/320.processed: ordered hash now used for class
1848: methods and properties (test results updated for feature #1069)
1849:
1850: * src/types/pa_vstateless_class.h: ordered hash now used for class
1851: methods and properties (implements feature #1069)
1852:
1853: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
1854: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
1855: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
1856: feature #1051)
1857:
1858: 2016-04-07 moko
1859:
1860: * src/main/execute.C: returned Value in .CLASS case for VJunction
1861: (related to feature #1051)
1862:
1863: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
1864: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
1865: string constants deduplication (related to feature #1051)
1866:
1867: * tests/results/224.processed: test result updated (related to
1868: feature #1051)
1869:
1870: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
1871: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
1872: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
1873: types/pa_vstatus.h: classes hash now contains only
1874: VStateless_class derived objects, .CLASS is also allways
1875: VStateless_class derived object (related to feature #1051).
1876:
1877: 2016-04-06 moko
1878:
1879: * tests/results/323.processed: test result updated after feature
1880: #1051 implementation
1881:
1882: * src/: classes/classes.h, classes/op.C, classes/response.C,
1883: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1884: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
1885: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
1886: types/pa_vresponse.C, types/pa_vresponse.h,
1887: types/pa_vstateless_class.h: base -> methoded_donor for static
1888: classes, type() moved from VStateless_class to VClass and
1889: Methoded (implements feature #1051)
1890:
1891: 2016-04-04 moko
1892:
1893: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
1894: beauty: put_class added (related to feature #1051)
1895:
1896: 2016-04-01 moko
1897:
1898: * tests/results/: 175.processed, 192.processed, 224.processed,
1899: 229.processed, 244.processed, 246.processed, 316.processed: test
1900: results updated as class.type() removed from error messages, only
1901: type() left (related to feature #1051)
1902:
1903: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
1904: classes/op.C, classes/reflection.C, main/compile.y,
1905: main/compile_tools.h, main/execute.C, main/pa_request.C,
1906: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
1907: types/pa_vmethod_frame.h, types/pa_vobject.h,
1908: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
1909: from VStateless_class, type() is used instead (related to feature
1910: #1051)
1911:
1912: * src/classes/mail.C: old logic restored.
1913:
1914: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1915: classes/classes.h, classes/curl.C, classes/date.C,
1916: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1917: classes/hashfile.C, classes/image.C, classes/inet.C,
1918: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1919: classes/memcached.C, classes/memory.C, classes/reflection.C,
1920: classes/regex.C, classes/response.C, classes/string.C,
1921: classes/table.C, classes/xdoc.C, classes/xnode.C,
1922: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
1923: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
1924: feature #1051)
1925:
1926: 2016-03-30 moko
1927:
1928: * tests/: 327.html, results/224.processed, results/327.processed:
1929: test for TZ specification in ^date::create[], TZ is kept during
1930: ^date::create[$dt] (related to feature #1048)
1931:
1932: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
1933: ^date::create[], TZ is kept during ^date::create[$dt] (implements
1934: feature #1048)
1935:
1936: 2016-03-29 moko
1937:
1938: * tests/: 315.html, results/315.processed: test for timezone format
1939: +HHmm added (related to feature #1065)
1940:
1941: * src/classes/date.C: timezone format +HHmm now supported
1942: (implements feature #1065)
1943:
1944: 2016-03-28 moko
1945:
1946: * tests/: 202.html, results/131.processed, results/202.processed,
1947: results/224.processed, results/256.processed,
1948: results/315.processed: test results updated after %.2d now
1949: default for hours offset in iso-string (was %2d), test for
1950: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
1951: added (related to feature #1065)
1952:
1953: 2016-03-27 moko
1954:
1955: * src/types/pa_vdate.C: '+' sign for zero offset (related to
1956: feature #1065)
1957:
1958: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
1959: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
1960: added (implements feature #1065)
1961:
1962: 2016-03-24 moko
1963:
1964: * tests/: 202.html, results/202.processed: test $date.week added
1965: (related to bug #1067)
1966:
1967: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
1968: date (fix for bug #1067)
1969:
1970: 2016-03-10 moko
1971:
1972: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
1973:
1.102 moko 1974: 2015-12-07 moko
1975:
1976: * tests/: 326.html, results/326.processed: test for .CLASS &
1977: .CLASS_NAME optimization added (related to feature #844)
1978:
1979: 2015-11-17 moko
1980:
1981: * tests/: 323.html, results/323.processed: order added
1982:
1983: * tests/: 325.html, results/325.processed: double range test added
1984: (related to bug #1049)
1985:
1986: 2015-11-16 moko
1987:
1988: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
1989: added to disallow NaN and Infinity (fixes bug #1049)
1990:
1991: 2015-11-11 moko
1992:
1993: * tests/324.html: parser 3.4.3 execution support added (related to
1994: feature #1017)
1995:
1996: * tests/: 324.html, results/324.processed: test for
1997: GET_ELEMENT4CALL feature added (feature #1017)
1998:
1.101 moko 1999: 2015-10-29 moko
2000:
2001: * operators.txt: updated for 3.4.4
2002:
2003: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
2004:
2005: * src/main/pa_exec.C: get_exit_status implemented for Windows
2006: (related to bug #1043)
2007:
2008: 2015-10-28 moko
2009:
2010: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
2011: hangup during ^file::exec (fixes bug #1043)
2012:
1.100 moko 2013: 2015-10-27 moko
2014:
2015: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
2016:
1.99 moko 2017: 2015-10-26 moko
2018:
1.100 moko 2019: * tests/322.html, src/classes/reflection.C: arguments reorder
2020: (related to issue #1041)
2021:
2022: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
2023: Copyright year updated
2024:
1.99 moko 2025: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
2026: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
2027: classes/form.C, classes/hash.C, classes/hashfile.C,
2028: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
2029: classes/mail.C, classes/math.C, classes/memcached.C,
2030: classes/memory.C, classes/op.C, classes/reflection.C,
2031: classes/regex.C, classes/response.C, classes/string.C,
2032: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
2033: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
2034: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2035: include/pa_config_fixed.h, include/pa_config_includes.h,
2036: include/pa_dictionary.h, include/pa_dir.h,
2037: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2038: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2039: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2040: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2041: include/pa_request_charsets.h, include/pa_request_info.h,
2042: include/pa_sapi.h, include/pa_socks.h,
2043: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2044: include/pa_stack.h, include/pa_string.h,
2045: include/pa_stylesheet_connection.h,
2046: include/pa_stylesheet_manager.h, include/pa_table.h,
2047: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
2048: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
2049: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
2050: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
2051: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
2052: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
2053: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
2054: main/compile.y, main/compile_tools.C, main/compile_tools.h,
2055: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
2056: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
2057: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
2058: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
2059: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2060: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2061: main/pa_string.C, main/pa_stylesheet_connection.C,
2062: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
2063: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
2064: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
2065: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
2066: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
2067: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
2068: targets/isapi/parser3isapi.C, types/pa_junction.h,
2069: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2070: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
2071: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
2072: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
2073: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
2074: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
2075: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
2076: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
2077: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
2078: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
2079: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
2080: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
2081: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2082: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2083: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2084: types/pa_vresponse.C, types/pa_vresponse.h,
2085: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2086: types/pa_vstateless_object.h, types/pa_vstatus.C,
2087: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2088: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2089: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2090: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2091: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2092:
2093: * src/targets/cgi/parser3.C: year updated
2094:
2095: * src/classes/reflection.C: VS2003 compatibility fixed (related to
2096: issue #1041)
2097:
2098: * tests/: 323.html, results/323.processed: test for base classes
2099: added
2100:
2101: * tests/: 261.html, results/261.processed: updated after better
2102: error reporting done for $string.key exception
2103:
2104: * src/types/pa_vstring.h: better error report for $string.key
2105: exception
2106:
2107: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
2108: copied as VObject::get_element4call to remove extra virtual call
2109:
2110: * tests/: 322.html, results/322.processed: test for
2111: ^reflection:is[] added (related to feature #1041)
2112:
2113: * src/classes/reflection.C: ^reflection:is empty value is void
2114: (related to feature #1041)
2115:
2116: * src/classes/reflection.C:
2117: ^reflection:is[class_name|code|method;[context;]element_name]
2118: added (implements feature #1041)
2119:
2120: 2015-10-24 moko
2121:
2122: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
2123:
1.98 moko 2124: 2015-10-22 moko
2125:
2126: * tests/: 321.html, results/321.processed: test for
2127: ^reflection:method_info[] file detection added
2128:
2129: * tests/: 320.html, results/320.processed: test for
2130: ^reflection:class_by_name[class_name] added (related to feature
2131: #993)
2132:
2133: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
2134: added (implements feature #993)
2135:
2136: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
2137: (related to feature #1017)
2138:
2139: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
2140: added (related to issue #1039)
2141:
2142: * src/main/pa_request.C: ^throw origin fixed (related to feature
2143: #1039)
2144:
2145: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
2146: for VDate
2147:
2148: * tests/results/182.processed: updated after feature #1038
2149: implemented
2150:
2151: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
2152: compile-time exception origin added (test for feature #1039)
2153:
2154: * src/: include/pa_request.h, main/compile.C, main/compile.y,
2155: main/pa_request.C: exception unification: compile-time exceptions
2156: now have origin, @USE origins also tracked (implements feature
2157: #1039)
2158:
2159: 2015-10-20 moko
2160:
2161: * src/main/pa_request.C: cleanup
2162:
2163: 2015-10-15 moko
2164:
2165: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
2166:
2167: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
2168: types/pa_vtable.C: new feature: no more $table.method and
2169: $hash.method, aliases for _at, _count, _key (related to feature
2170: #1017)
2171:
1.97 moko 2172: 2015-10-14 moko
2173:
1.98 moko 2174: * tests/: 317.html, results/317.processed: test for
2175: ^string.unescape[] added (related to feature #120)
2176:
1.97 moko 2177: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
2178: defined" bug (described in issue #1036)
2179:
2180: * tests/: 247.html, results/247.processed: test for checkBOM added
2181: (test for bug #1037)
2182:
2183: * src/: include/pa_charsets.h, main/pa_charsets.C,
2184: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
2185: it's not enforced, skips BOM signature if it complies charset
2186: (fixes bug #1037)
2187:
2188: 2015-10-13 moko
2189:
2190: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
2191: linking
2192:
2193: * src/classes/inet.C: vs2003 compilation fix
2194:
2195: * src/classes/math.C: warning war
2196:
2197: * src/lib/punycode/pa_punycode.c: warning war
2198:
2199: 2015-10-12 moko
2200:
2201: * src/lib/punycode/pa_punycode.c: warning war
2202:
2203: * parser3.sln: moved parser3 first, to make it default startup
2204: project
2205:
2206: * buildall: parser "mirror" now used for external libs sources
2207: (implements feature #1036)
2208:
2209: * buildall: most external libs are updated to their current
2210: versions (related to feature #1036)
2211:
2212: * src/classes/image.C: more tags added
2213:
2214: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
2215:
2216: 2015-10-11 moko
2217:
2218: * src/classes/curl.C: minor optimization (related to feature #1035)
2219:
2220: 2015-10-09 moko
2221:
2222: * src/classes/curl.C: pa_strdup added for strings from curl
2223: (related to feature #1035)
2224:
2225: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
2226: ULLONG_MAX definition
2227:
2228: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
2229: (implements feature #1035)
2230:
2231: * src/main/pa_charset.C: String::Body(String::C) used
2232:
2233: * src/main/pa_charset.C: exceptions unified
2234:
2235: * src/: include/pa_charset.h, main/pa_charset.C: declarations
2236: unified
2237:
2238: * src/: classes/file.C, classes/image.C, classes/mail.C,
2239: classes/op.C, classes/xdoc.C, classes/xnode.C,
2240: include/pa_string.h, main/pa_request.C, main/pa_string.C,
2241: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
2242: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
2243: String::Body(String::C) constructor added (related to bug #957)
2244:
2245: * src/classes/file.C: minor optimization
2246:
2247: * src/include/pa_hash.h: hash.get(char*) added, to minimize
2248: Cord(char*) autocreation (related to bug #957)
2249:
2250: * src/: classes/string.C, main/untaint.C: minor optimizations
2251:
2252: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
2253: String(char*, Lang, length) removed, String(C(), Lang) used
2254: instead (related to bug #957)
2255:
2256: 2015-10-08 moko
2257:
2258: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
2259: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
2260: main/untaint.C: Now char * is converted to CORD only using
2261: AS_CORD() to check for empty cord bug (fixes bug #957)
2262:
2263: * src/include/pa_hash.h: fixed compilation without
2264: HASH_CODE_CACHING
2265:
2266: * src/classes/string.C:
2267: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
2268: feature #120)
2269:
2270: * src/main/pa_common.C: reduce js flags checks count (related to
2271: feature #120)
2272:
1.96 moko 2273: 2015-10-07 moko
2274:
2275: * tests/: 275.html, results/275.processed: test modified after
2276: unsigned long long int support implemented (feature #1034)
2277:
2278: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
2279: pa_atoul added for unsigned long long int support
2280:
2281: 2015-10-06 moko
2282:
2283: * src/types/pa_vdate.C: INT_MAX used
2284:
2285: 2015-10-03 moko
2286:
2287: * tests/: 302.html, results/302.processed: test for bug #1023
2288: (\u2028, \u2029 escaping) added
2289:
2290: * src/main/untaint.C: \u2028, \u2029 are now escaped in
2291: json:string[] (fixes bug #1023)
2292:
2293: 2015-09-29 moko
2294:
2295: * tests/305.html: try-catch added for OS without ipv6 support
2296:
2297: * src/lib/json/pa_json.C: more unique prefixes for Solaris
2298: compilation
2299:
2300: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
2301: main/execute.C, types/pa_value.h, types/pa_vhash.h,
2302: types/pa_vtable.C, types/pa_vtable.h: get_element4call
2303: implemented to distinguish ^hash.method from $hash.field
2304: (implements feature #1017)
2305:
2306: * src/lib/punycode/pa_punycode.c: warning war
2307:
2308: * src/include/pa_config_includes.h: warning war
2309:
2310: * src/include/pa_config_includes.h: pragma warning actualized a bit
2311:
2312: * src/include/pa_config_includes.h: warning war
2313:
2314: * src/include/pa_hash.h: clang compilation fix
2315:
2316: 2015-09-27 moko
2317:
2318: * src/main/compile.tab.C: Bison 3 is now default
2319:
2320: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
2321:
2322: 2015-09-25 moko
2323:
2324: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
2325: works with undefined HASH_ORDER (related to feature #196)
2326:
2327: 2015-09-24 moko
2328:
2329: * tests/: 027.html, results/027.processed: test modified to test
2330: ^hash.sort (feature #196)
2331:
2332: * src/: classes/hash.C, include/pa_hash.h:
2333: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
2334: added (implements feature #196)
2335:
2336: * tests/: 316.html, results/316.processed: Added test for bug #1025
2337: (exception handling in non-cached ^cache), plus for "it does not
2338: have logical value" and "$exception.handled value must be either
2339: boolean or string 'cache'" exceptions.
2340:
2341: * src/classes/op.C: ^cache: exceptions now handled in non-cached
2342: code (fixes bug #1025)
2343:
1.95 moko 2344: 2015-09-23 moko
2345:
2346: * src/classes/table.C: warning war
2347:
2348: * src/: classes/math.C, types/pa_vcookie.C: warning war
2349:
2350: * src/classes/file.C: warning war
2351:
2352: * src/: include/pa_table.h, main/pa_table.C: warning war
2353:
2354: * src/: main/pa_request.C, classes/date.C: warning war
2355:
2356: * src/: types/pa_vdate.C, classes/op.C: warning war
2357:
2358: * tests/: 122.html, results/122.processed: win sync: to remove
2359: differences with OS that doesn't keep timezone change history
2360:
2361: * src/types/pa_vdate.C: tzset() should be called in Windows after
2362: TZ change (related to feature #36)
2363:
2364: * tests/: 075.html, results/075.processed: win sync: to remove
2365: differences with OS that doesn't keep timezone change history
2366:
2367: * tests/: 315.html, results/315.processed: win sync: to remove
2368: differences with OS that doesn't keep timezone change history
2369:
2370: * tests/: 256.html, results/256.processed: win sync: to remove
2371: differences with OS that doesn't keep timezone change history
2372:
2373: * tests/: 124.html, results/124.processed: win results sync: to
2374: avoid hitting time change hole.
2375:
2376: * src/types/pa_vdate.C: static returned. :)
2377:
2378: 2015-09-22 moko
2379:
2380: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
2381:
2382: * tests/results/131.processed: more tests for feature #1032
2383:
2384: * src/classes/date.C: minor fix related to feature #1032
2385:
2386: * operators.txt: ISO date creation documented (related to feature
2387: #1032)
2388:
2389: * operators.txt: iso-string documented (related to feature #1032)
2390:
2391: * tests/: 315.html, results/315.processed: more tests added
2392: (related to feature #1032)
2393:
2394: * tests/: 131.html, results/131.processed: date range checks
2395: updated (related to feature #36)
2396:
2397: * tests/: 315.html, results/057.processed, results/315.processed:
2398: test added for ISO date support (related to issue #315)
2399:
2400: * src/classes/date.C: more readable exceptions in date creation
2401: (related to ticket #1032)
2402:
2403: 2015-09-18 moko
2404:
2405: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
2406: added (related to issue #1032)
2407:
2408: * tests/results/256.processed, src/classes/json.C: iso-string
2409: documented (related to issue #1032)
2410:
2411: * tests/: 256.html, results/256.processed: ISO date check added
2412: (related to issue #1032)
2413:
2414: * tests/: 057.html, results/057.processed, results/224.processed:
2415: tests results updated after ISO date support implemented (related
2416: to feature #1032)
2417:
2418: * src/: classes/date.C, classes/image.C, types/pa_value.h,
2419: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
2420: ^date::create[string] constructor formalized, ^date.iso-string[]
2421: added (implements feature #1032)
2422:
2423: 2015-09-05 moko
2424:
2425: * operators.txt: actualized
2426:
2427: * operators.txt: date changes documented (related to ticket #36)
2428:
2429: 2015-09-04 moko
2430:
2431: * src/types/pa_vdate.C: warning war
2432:
2433: * src/: classes/op.C, types/pa_vhashfile.C: warning war
2434:
2435: 2015-09-03 moko
2436:
2437: * tests/results/096.processed: test result updated for 0..9999 year
2438: date range support (related to feature #36)
2439:
2440: * tests/: 314.html, results/314.processed: test for
2441: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
2442: bug #1031)
2443:
2444: * src/classes/string.C: Static calls fixed for ^string:base64[],
2445: ^string:idna[], ^string:js-escape[] (closes bug #1031)
2446:
1.116 moko 2447: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
2448: configure.in -> configure.ac
1.95 moko 2449:
1.116 moko 2450: * configure, configure.in, src/include/pa_config_auto.h.in: more
2451: correct timezone check for FreeBSD Warning war: configure.in ->
2452: configure.ac
1.95 moko 2453:
2454: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 2455: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
2456: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
2457: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
2458: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
2459: src/main/Makefile.am, src/targets/apache/Makefile.am,
2460: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 2461: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
2462: check added
2463:
2464: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
2465:
2466: * tests/results/: 124.processed, 224.processed: test resuls updated
2467: for new date implementation (related to feature #36)
2468:
2469: * src/: classes/date.C, classes/image.C, include/pa_common.h,
2470: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
2471: types/pa_vdate.h: new double date implementation with internal
2472: support for extended 0..9999 year range, default timezone support
2473: (related to feature #36)
2474:
2475: 2015-08-28 moko
2476:
2477: * src/types/pa_vmail.C: fixed $mail:received.date calculations
2478: (fixes bug #1030)
2479:
2480: 2015-08-21 moko
2481:
2482: * src/classes/inet.C: snprintf size "bug" commented
2483:
2484: * src/main/pa_common.C: snprintf comments updated
2485:
2486: 2015-08-16 moko
2487:
2488: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
2489:
2490: 2015-08-11 moko
2491:
2492: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
2493: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
2494: can be null (fixes bug #1029)
2495:
2496: 2015-08-06 moko
2497:
1.116 moko 2498: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
2499: pa_vdate.C added
1.95 moko 2500:
2501: 2015-08-05 moko
2502:
2503: * tests/: 313.html, results/313.processed: test for
2504: ^table.count[columns] and ^table.flip[] with nameless tables
2505: (feature #1003)
2506:
2507: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2508: max_cell added, now ^table.count[columns] and ^table.flip[] works
2509: correctly for nameless tables (implements feature #1003)
2510:
2511: 2015-08-03 moko
2512:
2513: * tests/312.html: test for ^table.append[$hash] and
2514: ^table.insert[$hash] added (related to feature #1028)
2515:
2516: * src/classes/table.C: ^table.append[$hash] and
2517: ^table.insert[$hash] now supported (implements feature #1028)
2518:
2519: * tests/: 312.html, results/312.processed: test row copy in
2520: ^table.hash[; $.type[table] ] added (related to feature #1016)
2521:
2522: * src/classes/table.C: row copy now created in ^table.hash[;
2523: $.type[table] ] (related to feature #1016)
2524:
2525: 2015-07-29 moko
2526:
2527: * tests/: 312.html, results/312.processed: test for ^table.delete[]
2528: added (related to feature #1016)
2529:
2530: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2531: ^table.delete[] added to delete current row (related to feature
2532: 1016)
2533:
2534: 2015-07-28 moko
2535:
2536: * tests/: 312.html, results/312.processed: test for
2537: $table.column[value] and ^table.insert{row} (related to feature
2538: #1016)
2539:
2540: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
2541: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
2542: ^table.insert{row} are now implemented (feature #1016)
2543:
2544: * src/include/pa_array.h: Optimization: bool reverse removed from
2545: append(), insert() added, memmove arguments order in remove()
2546: fixed (related to feature #1016)
2547:
2548: 2015-07-23 moko
2549:
2550: * src/classes/json.C: tainted json and empty json exception added
2551: (implements feature #1015)
2552:
2553: * tests/: 311.html, results/311.processed: empty json and tainted
2554: json exception test added (related to issue #1015)
2555:
2556: 2015-07-22 moko
2557:
2558: * tests/: 311.html, results/311.processed: test for UTF-8
2559: processing added
2560:
2561: * tests/: 311.html, results/311.processed: test for
2562: json_exception_with_source added (related to issue #394)
2563:
2564: * src/classes/json.C: json_exception_with_source added (implements
2565: feature #394)
2566:
2567: 2015-06-29 moko
2568:
2569: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
2570: directories are now correctly determined if _d_type == DT_UNKNOWN
2571: (closes bug #1027)
2572:
2573: 2015-06-10 moko
2574:
2575: * src/types/pa_vxnode.h: extern "C" not requred and causes build
2576: error if libxml has LIBXML_ICU_ENABLED.
2577:
2578: 2015-06-04 moko
2579:
2580: * tests/099.html: ups, reverting
2581:
2582: * tests/: 099.html, 309.html, 310.html, results/309.processed,
2583: results/310.processed: tests for $response:body[ $.file[] ] and
2584: $response:last-modified added
2585:
2586: * src/main/pa_request.C: last-modified check fixed
2587:
2588: 2015-06-03 moko
2589:
2590: * tests/: 204.html, 205.html, 293.html, results/204.processed,
2591: results/205.processed, results/293.processed: $response:headers
2592: logging added (tests for feature #1007)
2593:
2594: * src/: include/pa_common.h, include/pa_request.h,
2595: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
2596: $response:headers are now in uppercase (closes feature #1007)
2597:
2598: 2015-06-02 moko
2599:
2600: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
2601: build errors reverted for clang compatibility
2602:
2603: 2015-06-01 moko
2604:
2605: * src/include/pa_memory.h: -pedantic build errors fixed
2606:
2607: * src/classes/math.C: -pedantic build error fixed
2608:
2609: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
2610:
2611: 2015-05-31 moko
2612:
2613: * src/classes/table.C: USE_STRINGSTREAM optimized
2614:
2615: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
2616: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
2617: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
2618: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
2619: types/pa_vxnode.h: warning war (-pedantic flag)
2620:
2621: 2015-05-28 moko
2622:
2623: * tests/: 308.html, results/308.processed: test for
2624: ^table::create[$t;], etc work added (related to bug #975)
2625:
2626: * src/classes/table.C: check_option_param removed,
2627: ^table::create[$t;], etc now works (fixes bug #975)
2628:
2629: 2015-05-27 moko
2630:
2631: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
2632: (Debian jessie) fixed (closes issue #1024)
2633:
2634: * tests/Makefile: sort added as in Debian jessie list become
2635: unsorted
2636:
2637: 2015-05-18 moko
2638:
2639: * tests/: 201.html, results/201.processed: test for
2640: ^string.trim[what] feature #1022
2641:
2642: * src/classes/string.C: ^string.trim[what] now supported,
2643: implements feature #1022
2644:
2645: 2015-05-17 moko
2646:
2647: * tests/results/185.processed: test result updated as feature #1021
2648: implemented (left/right accept negative parameter)
2649:
2650: * src/classes/string.C: left/right now accept negative parameter
2651: (implements feature #1021)
2652:
2653: 2015-05-08 moko
2654:
2655: * src/classes/math.C: isalnum -> pa_isalnum
2656:
2657: * src/main/execute.C: optimization in getter-junction processing
2658: (related to issue #997)
2659:
2660: 2015-05-07 moko
2661:
2662: * tests/: 307.html, results/307.processed: test for issue #997
2663: added
2664:
2665: * src/main/execute.C: process_getter result now checked if junction
2666: returned (closes issue #997)
2667:
2668: * tests/: 305.html, results/305.processed: sort added to ignore
2669: different order
2670:
2671: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
2672: assignment (closes issue #994)
2673:
2674: * tests/: 306.html, results/306.processed: test for issue #994
2675: added
2676:
2677: * tests/: 303.html, results/303.processed: two more errors tested
2678:
2679: 2015-05-06 moko
2680:
2681: * tests/: 305.html, results/305.processed: test for name2ip &
2682: ip2name added (related to feature #992)
2683:
2684: * tests/: 303.html, 304.html, results/303.processed,
2685: results/304.processed: tests for idna conversion added (related
2686: to issue #849)
2687:
2688: 2015-05-02 moko
2689:
2690: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
2691: implemented
2692:
2693: 2015-04-30 moko
2694:
2695: * src/main/pa_http.C: idna_host added, related to issue #849
2696:
2697: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
2698: (related to issue #849)
2699:
2700: 2015-04-24 moko
2701:
2702: * src/types/pa_vjunction.C: warning war
2703:
2704: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
2705: unification
2706:
2707: * src/lib/punycode/pa_idna.c: warning war
2708:
2709: 2015-04-22 moko
2710:
2711: * src/main/main.vcproj: punycode include path added
2712:
2713: * src/lib/punycode/pa_idna.c: windows compile error fixed
2714:
2715: * src/lib/punycode/pa_idna.c: warning war
2716:
2717: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
2718: project file added
2719:
2720: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
2721:
2722: * src/include/pa_memory.h: warning war
2723:
2724: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
2725: ^string:idna[xn--...], ^string.idna[] - idna conversion support
2726: implemented (related to feature #849)
2727:
2728: * configure.in, src/main/Makefile.am,
2729: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
2730: libpunycode added in Unix
2731:
2732: 2015-04-21 moko
2733:
2734: * configure.in: large files support
2735:
2736: 2015-04-15 moko
2737:
2738: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
2739: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
2740: pa_punycode.h: initial version for punycode/idna support library
2741: (ticket #849)
2742:
2743: 2015-04-08 moko
2744:
2745: * src/: classes/curl.C, classes/date.C, classes/file.C,
2746: classes/image.C, classes/mail.C, classes/reflection.C,
2747: classes/string.C, classes/xnode.C, include/pa_request.h,
2748: include/pa_string.h, include/pa_stylesheet_connection.h,
2749: main/compile.y, main/compile_tools.h, main/execute.C,
2750: main/pa_common.C, main/pa_request.C, main/pa_string.C,
2751: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
2752: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
2753: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
2754: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
2755: clang compiler warnings (closes issue #1018)
2756:
2757: * src/include/pa_string.h: String::Body comparation operators with
2758: char * added (related to issue #958)
2759:
2760: 2015-04-07 moko
2761:
2762: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
2763: pa_malloc/pa_free to remove system malloc/free usage (related to
2764: issue #1018)
2765:
2766: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
2767: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
2768: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
2769: main/pa_http.C, main/pa_request.C, main/pa_string.C,
2770: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
2771: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
2772: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
2773: malloc/strdup/free replaced with pa_ version and checks for
2774: accidental use of non-pa_ version added (related to issue #1018)
2775:
2776: 2015-04-03 moko
2777:
2778: * buildall: pcre-8.33 -> pcre-8.36
2779:
2780: * src/: main/compile.y, classes/form.C, classes/mail.C,
2781: classes/op.C, classes/string.C, main/compile.tab.C,
2782: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
2783: main/pa_sql_driver_manager.C, types/pa_vfile.C,
2784: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
2785: ticket #958)
2786:
2787: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
2788: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2789: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2790: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
2791: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
2792: $request:headers, $request:method added (implements feature
2793: #1007)
2794:
2795: 2015-03-17 misha
2796:
2797: * tests/302.html: - test for
2798: ^json:string[...;$._default[method-name]]
2799:
2800: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
2801: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
2802: option $._default[method-name] is specified in ^json:string[], a
2803: method with specified name will be called for classes/objects
2804: serialization ( new feature: #982 )
2805:
2806: 2015-03-16 misha
2807:
2808: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
2809: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
2810: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
2811: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
2812: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
2813: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
2814: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2815: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
2816: types/pa_vrequest.h, types/pa_vstateless_class.C,
2817: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2818: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
2819: $var.CLASS_NAME now have special opcodes. This can be switched
2820: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
2821: on pa_opcode.h ( new feature: #844 )
2822:
2823: 2015-03-15 misha
2824:
2825: * tests/075.html: - test for $response:header[]
2826:
2827: * src/types/pa_vresponse.C: - $response:header[] deletes header
2828: that was set earlie ( new feature: #1001 )
2829:
2830: 2015-03-12 misha
2831:
2832: * tests/246.html: - more tests for ^hash._at[]
2833:
2834: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
2835: accepts second param [key|value|hash] ( new feature: #1012 )
2836:
2837: 2015-03-09 moko
2838:
2839: * src/types/pa_vmail.C: exception for everything but
2840: $mail:received, closes issue #1011
2841:
2842: 2015-02-20 moko
2843:
2844: * tests/: 275.html, results/275.processed: hex detection in
2845: pa_atoui fix test (closes issue #1010)
2846:
2847: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
2848: issue #1010)
2849:
2850: 2015-02-17 moko
2851:
2852: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
2853: tainted.
2854:
2855: 2015-02-03 misha
2856:
2857: * tests/301.html: - test for ^json:string($double) causes
2858: exception. bugfix: #1008
2859:
2860: * src/classes/json.C: - ^json:string($double) causes exception.
2861: bugfix: #1008
2862:
2863: * tests/014.html: - updated for work with ^hash.delete[]
2864:
2865: 2015-01-12 misha
2866:
2867: * src/: classes/form.C, include/pa_common.h,
2868: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
2869: types/pa_vform.h: - supports body with PUT method as well ( new
2870: feature: #1006 )
2871:
2872: * src/classes/file.C: - warnings war
2873:
2874: 2015-01-11 misha
2875:
2876: * tests/300.html: - test for ^hash.delete[] is added
2877:
2878: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
2879: feature: #989 ) - tiny optimization in intersects
2880:
2881: 2015-01-06 moko
2882:
2883: * src/types/pa_vmail.C: file names transcode added, to and cc added
2884: with transcode, attachments detection fixed
2885:
2886: * src/main/pa_request.C: filling mail received after cgi/auto.p
2887: load to allow charset switch (related to issue #996)
2888:
2889: 2014-12-31 moko
2890:
2891: * src/types/pa_vmail.C: from and subject now transcoded if not
2892: UTF-8 source charset (fixes issue 996)
2893:
2894: * src/main/pa_exception.C: fixed string from stack bug (closes
2895: issue #1000)
2896:
2897: 2014-12-11 misha
2898:
2899: * src/types/pa_vhashfile.C: - check if key is not empty before
2900: access ( bug fix: #1005 )
2901:
2902: 2014-11-13 misha
2903:
2904: * src/main/compile.y: - PC.append does not reset to false while
2905: creating a new class. bugfix: #990
2906:
2907: * tests/299.html: - test for creation class after working with
2908: partial class (create+append)
2909:
2910: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
2911: #995
2912:
2913: * tests/232.html: - test for @get[def] added
2914:
2915: 2014-10-12 moko
2916:
2917: * src/lib/pcre/pcre_internal.vcproj: correct path
2918:
2919: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2920: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
2921: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
2922: targets/apache/ApacheModuleParser3.vcproj,
2923: targets/apache/ApacheModuleParser3Core.vcproj,
2924: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2925: types/types.vcproj: project GUID inserted in *.vcproj for correct
2926: conversion in newer VS versions
2927:
2928: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
2929: pcre_internal.vcproj added
2930:
2931: 2014-08-28 moko
2932:
2933: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
2934: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
2935: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
2936:
2937: 2014-06-30 misha
2938:
2939: * tests/298.html: - tests for ^reflection:def[class;className]
2940: added
2941:
2942: * src/classes/reflection.C: - ^reflection:def[class;className]
2943: added ( new feature: #918 )
2944:
2945: 2014-06-29 misha
2946:
2947: * src/classes/table.C: - ^table::create[unsupported data] -
2948: exception comment changed to "body must be table or code" ( bug
2949: fix: #951 )
2950:
2951: * tests/: 261.html, results/261.processed: - tests for
2952: ^json:string[...;$.void[null|string]] added
2953:
2954: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
2955: option $.void[string|null] added to ^json:string[...] ( new
2956: feature: #952 )
2957:
2958: 2014-06-28 moko
2959:
2960: * src/classes/curl.C: $.charset now processed before other curl
2961: options (closes issue #980)
2962:
2963: 2014-05-23 misha
2964:
2965: * src/classes/json.C: - bug fix: #987
2966:
2967: 2014-05-04 misha
2968:
2969: * tests/: 253.html, 253_json.txt: - test for
2970: ^json:parse[$.int(false)] is added
2971:
2972: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
2973: default true). The option is similar to $.double(bool) but for
2974: integers.
2975:
2976: 2014-05-01 moko
2977:
2978: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
2979: #12 )
2980:
2981: 2014-04-16 moko
2982:
2983: * src/main/pa_http.C: response-charset option should finally work
2984: now (fix for issue #867)
2985:
2986: * src/main/pa_http.C: response-charset option should work now (fix
2987: for issue #867)
2988:
2989: 2014-03-07 moko
2990:
2991: * buildall: libgc moved
2992:
2993: * buildall: libgc moved
2994:
2995: 2013-12-29 moko
2996:
2997: * src/classes/string.C: ^string:js-unescape result now tainted,
2998: closes issue #966
2999:
3000: * tests/: 186.html, results/186.processed: ^string:js-unescape
3001: result now tainted, issue #966
3002:
3003: 2013-12-03 moko
3004:
3005: * src/: classes/memcached.C, types/pa_vmemcached.C,
3006: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
3007: option was added for http://www.parser.ru/forum/?id=79343
3008:
3009: * src/classes/file.C: bugfix for
3010: http://www.parser.ru/forum/?id=79337
3011:
3012: 2013-11-05 moko
3013:
3014: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
3015:
3016: * src/main/pa_globals.C: spelling fixed
3017:
3018: 2013-10-29 moko
3019:
3020: * src/lib/json/json.vcproj: json.c -> pa_json.C
3021:
3022: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
3023: #892
3024:
3025: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
3026: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
3027: exceptions to be thrown thougth json library), related to issue
3028: #892
3029:
3030: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
3031: related to issue #896
3032:
3033: 2013-10-24 moko
3034:
3035: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
3036:
3037: 2013-10-23 moko
3038:
3039: * README: actualization
3040:
3041: 2013-10-22 moko
3042:
3043: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
3044: compatibility patch from Sergey Kirpichev
3045:
3046: * tests/: 297.html, results/297.processed: non-working getter fix
3047: test for issue #948
3048:
3049: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
3050: called when saving value of $match variable in ^string.match[] to
3051: increase compatibility (related to issue #948).
3052:
3053: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
3054: usage optimization
3055:
3056: 2013-10-21 moko
3057:
3058: * tests/: 182.html, results/182.processed: local path removed for
3059: compatibility
3060:
3061: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
3062: results/244.processed, results/253.processed,
3063: results/254.processed, results/275.processed,
3064: results/281.processed: try_catch -> try-catch
3065:
3066: * tests/: 288.html, 294.html, 296.html, results/288.processed,
3067: results/294.processed, results/296.processed: try_catch ->
3068: try-catch
3069:
3070: 2013-10-20 moko
3071:
3072: * tests/: 296.html, results/296.processed: test for xsl exception
3073: for issue #938 added.
3074:
3075: * src/: include/pa_xml_exception.h,
3076: main/pa_stylesheet_connection.C: forgotten to be replaced
3077: XmlException is now replaced (once again closes issue #938)
3078:
3079: 2013-10-19 misha
3080:
3081: * bin/auto.p.dist.in: - more mime-types are added
3082:
3083: 2013-10-18 moko
3084:
3085: * buildall: disable clock_gettime detection to avoid librt linking
3086: (which in turn depends on libpthread), related to issue #943
3087:
3088: 2013-10-18 misha
3089:
3090: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
3091: lib/smtp/smtp.vcproj, main/main.vcproj,
3092: targets/apache/ApacheModuleParser3Core.vcproj,
3093: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3094: types/types.vcproj: - new locations for libxml2 includes where
3095: added to vcproj files
3096:
3097: 2013-10-18 moko
3098:
3099: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
3100: fix
3101:
3102: * tests/: 295.html, results/295.processed: test for issue #948
3103: updated
3104:
3105: * src/classes/table.C: hopefully last lost part for issue #948 fix.
3106: :)
3107:
3108: * tests/: 295.html, results/295.processed: test for issue #948
3109: added
3110:
3111: * src/: classes/hash.C, classes/string.C, classes/table.C,
3112: include/pa_request.h, types/pa_method.h: for getters and setters
3113: to be executed request.put_element should be called, not
3114: context.put_element (fixes issue #948)
3115:
3116: 2013-10-17 moko
3117:
3118: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
3119: LIBXML2_NEW_BUFFER check (closes issue #943)
3120:
3121: * buildall: libxml 2.9.1 build is broken --without-reader.
3122:
3123: 2013-10-16 moko
3124:
3125: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
3126:
3127: * tests/: 294.html, results/294.processed: test for issue #938
3128:
3129: * src/: classes/xdoc.C, classes/xnode.C,
3130: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
3131: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
3132:
3133: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
3134: libxslt-1.1.26 -> libxslt-1.1.28
3135:
3136: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
3137: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
3138: to '?', related to issue #938
3139:
3140: 2013-10-15 moko
3141:
3142: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
3143: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
3144: minor optimizations (closes issue #896)
3145:
3146: * tests/results/: 292.processed, 293.processed: results updated to
3147: comply with issue #896
3148:
3149: * tests/: 292.html, 293.html, results/292.processed,
3150: results/293.processed: tests for json escaping
3151:
3152: 2013-10-14 moko
3153:
3154: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
3155: and cleanup, code moved from .h to .C, no changes in code
3156:
3157: 2013-10-12 moko
3158:
3159: * tests/results/119.processed: updated test result commited
3160:
3161: * tests/: 291.html, results/291.processed: test for issue #894
3162: added
3163:
3164: * src/types/pa_wcontext.h: base methods call support function
3165: get_somebody_entered_some_class should not be true forever, as
3166: wcontext can have many get_elements calls (fixes issue #894)
3167:
3168: 2013-10-11 moko
3169:
3170: * tests/: 290.html, results/290.processed: test for junction GPF
3171: issue #942 added
3172:
3173: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
3174: to native method fixed (closes issue #942)
3175:
3176: * tests/: 158.html, results/158.processed: test for csv-string[]
3177: added
3178:
3179: * src/classes/table.C: minor fixes for table.csv-string[] (closes
3180: feature #907)
3181:
3182: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
3183: feature #907)
3184:
3185: 2013-10-09 moko
3186:
3187: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
3188: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
3189: types/pa_vstateless_class.C: GET_default, SET_default now works
3190: properly not only in objects, but in classes as well (closes
3191: issue #903)
3192:
3193: * tests/: 289.html, results/289.processed: GET/SET_default now
3194: works in classes, not only objects, test case added, related to
3195: issue #903
3196:
3197: * tests/: 288.html, results/288.processed: test for endless
3198: recursion bug added (related to issue #903)
3199:
3200: 2013-10-05 moko
3201:
3202: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3203: classes/table.C, main/execute.C, types/pa_method.h,
3204: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
3205: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3206: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
3207: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
3208: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
3209: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
3210: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
3211: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
3212: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
3213: optimization: put_element no longer has "bool areplace" argument,
3214: related to issue #903
3215:
3216: 2013-10-03 moko
3217:
3218: * tests/results/182.processed: result for $.replace(false) test
3219: commited
3220:
3221: * src/classes/date.C: ^date::create(number) processed correctly
3222: (fixes issue #901)
3223:
3224: * src/classes/image.C: as_no_junction removed, as param can be
3225: expression (closes issue #931)
3226:
3227: * tests/233.html: test for issue #931 added
3228:
3229: 2013-10-02 moko
3230:
3231: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
3232: modified, test for $.replace(false) added
3233:
3234: * src/main/compile_tools.h: forgotten class replace returned. :)
3235:
3236: 2013-09-30 moko
3237:
3238: * tests/: 141.html, results/141.processed: md5 tainting test added
3239:
3240: * src/: classes/op.C, include/pa_request.h, main/compile.y,
3241: main/compile_tools.h, main/pa_request.C: allow_class_replace
3242: implemented; $.replace option added to ^process and ^use
3243:
3244: 2013-08-27 moko
3245:
3246: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
3247: cstr_to_string_body_untaint should be called with charsets for
3248: possible uri language and connection for possible sql language.
3249: related to issue #857
3250:
3251: * buildall: and -> or fixed
3252:
3253: 2013-08-26 moko
3254:
3255: * buildall: prepare_ functions logic changed to support
3256: gc-7.2d.tar.gz extracting to gc-7.2 directory
3257:
3258: 2013-08-23 moko
3259:
3260: * src/include/pa_config_fixed.h: gc and xml libs are now linked
3261: statically
3262:
3263: 2013-08-22 moko
3264:
3265: * src/classes/string.C: String::Empty used (related to issue #912)
3266: append_know_length removed (related to old GPF bug)
3267:
3268: 2013-08-21 moko
3269:
3270: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
3271:
3272: * src/classes/math.C: ^math:digest[...;$file] support added
3273: (related to ticket #857
3274:
3275: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
3276: implemented
3277:
3278: * src/types/pa_vhashfile.h: warning war
3279:
3280: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
3281: include/pa_request.h, main/pa_request.C, types/pa_value.h:
3282: anti_endless_json_string_recoursion removed from request;
3283: json_string_recoursion added to json_options; $.indent[indent
3284: value] now supported and passed within recoursion closes feature
3285: #937
3286:
3287: * tests/: 287.html, results/287.processed: test for feature #937
3288:
3289: 2013-07-31 moko
3290:
3291: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
3292: compilation having #define _S
3293:
3294: * src/main/pa_globals.C: cleanup
3295:
3296: 2013-07-30 moko
3297:
3298: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
3299: main/pa_common.C: vs2003 warning war
3300:
3301: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
3302:
3303: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
3304:
3305: * src/lib/md5/pa_sha2.c: warning war
3306:
3307: 2013-07-29 moko
3308:
3309: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
3310: patches from github
3311:
3312: * src/: classes/bool.C, classes/double.C, classes/int.C,
3313: classes/memcached.C, include/pa_config_includes.h,
3314: types/pa_vfile.C, types/pa_vfile.h: warning war
3315:
3316: * src/lib/json/json.vcproj: C++ -> C
3317:
3318: * src/lib/json/: json.c, pa_json.C: C++ warning revert
3319:
3320: * src/lib/json/: json.c, pa_json.C: windows compatibility
3321:
3322: * src/lib/json/: json.c, pa_json.C: windows compatibility
3323:
3324: * src/lib/json/: json.c, pa_json.C: warning war
3325:
3326: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
3327:
3328: * src/include/pa_config_fixed.h: uint16_t added
3329:
3330: * configure.in: uint16_t check added
3331:
3332: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 3333: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
3334: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
3335: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
3336: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 3337:
3338: 2013-07-25 moko
3339:
3340: * parser3.sln: dependencies added
3341:
3342: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
3343: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
3344: module support
3345:
3346: * src/targets/apache/mod_parser3_core.C: win32 cleanup
3347:
3348: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
3349:
3350: 2013-07-23 moko
3351:
3352: * src/: include/pa_memory.h, main/pa_memory.C: non-working
3353: PA_DEBUG_GC_MEMORY removed
3354:
3355: * src/: main/pa_globals.C, targets/cgi/parser3.C:
3356: PA_DEBUG_DISABLE_GC compilation fix
3357:
3358: * src/: classes/op.C, classes/table.C, include/pa_request.h,
3359: main/pa_request.C: outdated RESOURCES_DEBUG removed
3360:
3361: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
3362: garbage cleanup
3363:
3364: * src/main/pa_common.C: warning war
3365:
3366: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
3367:
3368: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
3369: minor cleanup
3370:
3371: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
3372: uses cygwin, not WIN32 implementation
3373:
3374: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
3375: able to exec shell scripts
3376:
3377: * src/classes/math.C: ifdef WIN32 cleanup
3378:
3379: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
3380:
3381: * bin/auto.p.dist.in: libpq.so -> libpq.
3382:
3383: * src/classes/curl.C: LT_MODULE_EXT used
3384:
3385: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
3386:
3387: 2013-07-22 moko
3388:
3389: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
3390: includes fix
3391:
3392: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
3393:
3394: * configure.in, src/include/pa_config_includes.h,
3395: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
3396: src/main/pa_exec.C: includes cleanup
3397:
3398: * src/targets/cgi/parser3.C: 2012->2013
3399:
3400: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
3401:
3402: * configure.in, src/include/pa_config_includes.h,
3403: src/include/pa_http.h, src/lib/json/JSON_parser.h,
3404: src/main/pa_random.C, src/main/pa_socks.C,
3405: src/types/pa_vstatus.C: cygwin support cleanup
3406:
3407: * configure.in: dirent.h check added
3408:
3409: * src/: include/pa_config_includes.h, include/pa_dir.h,
3410: main/pa_dir.C: includes cleanup, dirent.h check added filePath
3411: not copied
3412:
3413: 2013-07-21 moko
3414:
3415: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
3416:
3417: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
3418: parser3.vcproj: unused getopt.h / getopt.c removed
3419:
3420: * operators.txt, src/classes/file.C, tests/022.html,
3421: tests/results/022.processed: ^file:list[path][$.filter[regexp]
3422: $.stat(true)] usage commented
3423:
3424: * configure.in, src/classes/file.C, src/include/pa_dir.h,
3425: src/main/pa_dir.C: ^file:list[] now has dir column and when
3426: $.stat(true) it has size/*date columns modified patch from misha@
3427: that closes issue #914.
3428:
3429: * src/: include/pa_config_includes.h, main/pa_globals.C:
3430: PA_RELEASE_ASSERTS removed
3431:
3432: * src/lib/md5/pa_md5c.c: minor cleanup
3433:
3434: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
3435: localeconv()->decimal_point usage remoed (related to issue #934)
3436:
3437: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
3438: cordprnt.c removed
3439:
3440: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
3441: pa-include/pa_errno.h, pa-include/pa_file_io.h,
3442: pa-include/pa_strings.h: includes cleanup
3443:
3444: * src/lib/md5/pa_md5c.c: headers cleanup
3445:
3446: 2013-07-20 moko
3447:
3448: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
3449: cleanup
3450:
3451: 2013-07-19 moko
3452:
3453: * src/classes/math.C: extern "C" added for crypt
3454:
3455: 2013-07-18 moko
3456:
3457: * src/classes/math.C: fix redhat7.2 build
3458:
3459: 2013-07-17 moko
3460:
3461: * configure.in, src/include/pa_config_includes.h,
3462: src/include/pa_config_fixed.h: headers actualized (inttypes.h
3463: added for uint8/32/64_t)
3464:
3465: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
3466: pa_config_includes.h used for uint32/64_t
3467:
3468: 2013-07-16 moko
3469:
3470: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
3471: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
3472: war
3473:
3474: * src/main/compile.tab.C: compile.y was updated
3475:
3476: * src/main/compile.y: warning war
3477:
3478: * src/: include/pa_exception.h, main/pa_exception.C,
3479: main/pa_xml_exception.C: warning war
3480:
3481: * src/: include/pa_common.h, main/pa_common.C: warning war
3482:
3483: * configure.in: beauty :)
3484:
3485: * tests/: 141.html, results/141.processed: sha256/512 added
3486:
3487: 2013-07-13 moko
3488:
3489: * src/lib/md5/md5.vcproj: sha2 added
3490:
3491: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
3492: classes/math.C: sha2 support (sha256/sha512 digest)
3493:
3494: 2013-07-08 moko
3495:
3496: * src/classes/image.C: directory read or other read problem message
3497: fixed (related to issue #933)
3498:
3499: 2013-07-07 moko
3500:
3501: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
3502: dependense from $charsetsdir directory existance and content (and
3503: UTF-8 is default allready)
3504:
3505: * AUTHORS: + misha + moko. :)
3506:
3507: 2013-07-06 moko
3508:
3509: * src/: classes/curl.C, include/pa_globals.h,
3510: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
3511: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
3512: for lt_dlinit to be called once and lt_dlexit called at right
3513: place (related to issue #925)
3514:
3515: 2013-07-04 moko
3516:
3517: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
3518: VString::as_vfile now uses vfile.set_binary_string to avoid
3519: content-type to be set, as it brokes badly designed logic in
3520: response output. This hopefully finishes issue #928.
3521:
3522: * tests/results/: 256.processed, 286.processed: file now displayed
3523: as name, size, mode, content-type
3524:
3525: * src/main/pa_common.C: read error now reported cottectly (fixes
3526: issue #933
3527:
3528: 2013-06-28 moko
3529:
3530: * tests/: 286.html, results/286.processed: test extended
3531:
3532: * tests/: 286.html, results/286.processed: Test for issue #928
3533: added. it tests default content-type change.
3534:
3535: * src/types/pa_vfile.C: closes issue #928 - default content-type
3536: now updated
3537:
3538: 2013-06-25 moko
3539:
3540: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
3541: content-type for text/binary files without name added;
3542: ^file::create[$f;...] options now works properly and $f
3543: properties are default (fixes issue #928)
3544:
3545: 2013-05-16 misha
3546:
3547: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
3548: added
3549:
3550: * src/main/pa_table.C: - a tiny memory optimisation while creating
3551: table if specified limit is bigger than source rows count
3552:
3553: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
3554: added ( new feature: #858 )
3555:
3556: 2013-04-29 moko
3557:
3558: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
3559: $.ipresolve(0|1|2) added (closes issue #891)
3560:
3561: * src/lib/curl/curl.h: CURL_IPRESOLVE added
3562:
3563: 2013-04-24 moko
3564:
3565: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3566: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
3567: types/pa_vmemcached.h: ^memcache.release[] added, calls
3568: memcached_quit (refs #893)
3569:
3570: 2013-04-22 moko
3571:
3572: * src/: include/pa_string.h, main/pa_common.C: no more double
3573: slashes in file path (fixes bug #872)
3574:
3575: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
3576: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
3577: #739)
3578:
3579: * tests/results/266.processed: $.max_params added (feature #915)
3580:
3581: * src/: include/pa_common.h, main/pa_http.C: response-charset
3582: option added to file::load (closes issue #867)
3583:
3584: 2013-04-20 misha
3585:
3586: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
3587: commited
3588:
3589: 2013-03-15 misha
3590:
3591: * src/classes/: hash.C, table.C: - Optimisation: do not create
3592: multiple empty strings while ::sql. uae String::Empty instead
3593:
3594: 2013-03-14 misha
3595:
3596: * src/classes/reflection.C: - for user classes
3597: ^reflection:method_info[] returns $.max_params and $.extra_param
3598: with $.call_type if they available ( new feature: #915 )
3599:
3600: * src/classes/file.C: - ^file:delete[] now supports an option
3601: $.exception(false) that suppress any exception while deleting
3602: file ( new feature: #916 )
3603:
3604: * src/classes/curl.C: - parsing cookies after curl:load now should
3605: work :)
3606:
3607: 2013-03-12 misha
3608:
3609: * src/types/pa_vfile.C: - if specified file_name is empty string
3610: set default name for the file
3611:
3612: 2013-03-11 misha
3613:
3614: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
3615: also available in $f.cookies
3616:
3617: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
3618: moved to a separate method
3619:
3620: 2013-03-10 moko
3621:
3622: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
3623: added
3624:
3625: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
3626: removed (declared by autoconf)
3627:
3628: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
3629: uint32_t define
3630:
3631: 2013-03-10 misha
3632:
3633: * src/classes/file.C: ^file:delete and ^file:move now support
3634: option $.keep-empty-dirs(true) ( new feature: #884 )
3635:
3636: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
3637: empty dirs is added
3638:
3639: 2013-03-10 moko
3640:
3641: * src/classes/: bool.C, double.C, int.C: default can be present,
3642: but default check removed from ^int/double/bool.int/double/bool
3643: for string.int/double/bool compatibility (related to issue #913)
3644:
3645: * src/classes/string.C: ^string.int/dobule/bool no longer
3646: internally throws exception if default is present (closes issue
3647: #913)
3648:
3649: 2013-03-09 misha
3650:
3651: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
3652: optimisations ( #845 )
3653:
3654: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
3655:
3656: 2013-03-08 moko
3657:
3658: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
3659: creates correct table (fixes issue #910)
3660:
3661: * src/classes/op.C: r.connection() -> r.connection(false) to allow
3662: use outside of 'connect' operator (fixes issue #911)
3663:
3664: * tests/results/: 096.processed, 122.processed: test results
3665: updated as doubles now printed with 15 significant digits, not 5
3666: (fixes issue #882)
3667:
3668: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
3669: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
3670:
3671: 2013-02-21 moko
3672:
3673: * src/classes/table.C: _locate_name_value does not check arguments
3674: count, so we check it in advance (fixes issue #905)
3675:
3676: 2012-10-23 moko
3677:
3678: * buildall: old shell for and echo compatibility (for six)
3679:
3680: 2012-10-19 moko
3681:
3682: * buildall: --strip added --disable-safe-mode listed in usage
3683:
3684: 2012-10-17 misha
3685:
3686: * src/classes/op.C: - apply-taint should not throw "outside
3687: connect" exception with sql lang now
3688:
3689: 2012-10-17 moko
3690:
3691: * src/main/pa_request.C: bugfix: safe mode should be inited for
3692: each request (for apache module)
3693:
3694: 2012-09-26 moko
3695:
3696: * src/doc/doxygen.cfg: png -> svg
3697:
3698: 2012-09-25 moko
3699:
3700: * tests/: 141.html, results/141.processed: md5 hmac added, long key
3701: test added
3702:
3703: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
3704: double use when key is long
3705:
3706: 2012-09-16 moko
3707:
3708: * src/classes/math.C: Format -> Method Encode -> Format
3709:
3710: * tests/: 141.html, results/141.processed: math:digest hmac test
3711: added
3712:
3713: 2012-09-14 moko
3714:
3715: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
3716: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
3717: implementation added
3718:
3719: 2012-09-12 moko
3720:
3721: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
3722: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
3723: targets.dox and string.dox slightly actualized
3724:
3725: 2012-08-31 moko
3726:
3727: * ChangeLog: now generated with patched cvs2cl.pl
3728:
3729: 2012-07-29 moko
3730:
3731: * tests/285.html, src/main/execute.C, tests/results/285.processed:
3732: result should be pushed after VMethodFrame destructor is called,
3733: as it deletes junctions from stack params (fixes issue #868)
3734:
3735: 2012-07-23 moko
3736:
3737: * INSTALL, README: buildall script usage documented, other outdated
3738: info updated.
3739:
3740: * buildall-with-xml, buildall-without-xml: replaced by buildall
3741:
3742: 2012-07-21 moko
3743:
3744: * buildall: glib does not compile when threads are disabled...
3745:
3746: * src/types/pa_vmail.C: g_assertion fixes for empty input
3747:
3748: * src/types/pa_vmail.C: yet another fix (strange GPF on object
3749: unref, can't unref nested objects)
3750:
3751: * src/types/pa_vmail.C: another check added
3752:
3753: 2012-07-19 moko
3754:
3755: * buildall: usage added
3756:
3757: * buildall: new buildall script that unites buildall-with-xml,
3758: buildall-without-xml, --with-apache and --with-mailreceive
3759:
3760: * configure.in: support for static gmime and dynamic glib linking.
3761: fixes for FreeBSD
3762:
3763: 2012-07-17 moko
3764:
3765: * configure.in: --with-mailreceive replaced
3766: --with-static-mailreceive and --with-shared-mailreceive pathlink
3767: removed
3768:
3769: 2012-07-16 moko
3770:
3771: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
3772: capitalized, content now decoded and text content converted to
3773: $request:charset. all properties are accessed by functions, this
3774: ready for dynamic load.
3775:
3776: 2012-06-28 moko
3777:
1.116 moko 3778: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
3779: 32 bit
1.95 moko 3780:
3781: 2012-06-27 moko
3782:
3783: * buildall-with-xml, buildall-without-xml: fetch requires -p for
3784: passive ftp
3785:
3786: * src/lib/ltdl/ltdl.vcproj: release build fixed
3787:
3788: * configure.in: 3.4.2 RC -> 3.4.2
3789:
3790: 2012-06-22 moko
3791:
3792: * src/types/pa_vfile.C: returned empty mode to stated files (issue
3793: #815)
3794:
3795: * tests/: 284.html, results/284.processed: output options test
3796: (feature #265)
3797:
3798: 2012-06-22 misha
3799:
3800: * tests/215.html: - little changes
3801:
3802: 2012-06-21 moko
3803:
3804: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
3805: types/pa_vxdoc.h: output_options returned and used (bugfix for
3806: feature #265)
3807:
3808: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
3809: breaks long .*, default 10M restored. (issue #216)
3810:
3811: * tests/: 283.html, results/283.processed: test for issue #815
3812: added
3813:
3814: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
3815: again, cstrm not required.
3816:
3817: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
3818: Win32 and broken FreeBSD (issue #45)
3819:
3820: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
3821:
3822: * src/main/pa_string.C: warnings war
3823:
3824: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
3825: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
3826: main/pa_socks.C, targets/apache/pa_threads.C,
3827: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3828: types/pa_vstatus.C: compilation under cygwin fixed
3829:
3830: 2012-06-19 moko
3831:
3832: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
3833: Windows fixed
3834:
3835: * parser3.sln: removed antique pcre_ctype
3836:
3837: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
3838:
3839: * src/include/pa_config_fixed.h: undefined reference to
3840: __imp__pcre_* fix for Windows
3841:
3842: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 3843: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
3844: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
3845: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
3846: define fixed
1.95 moko 3847:
3848: 2012-06-18 moko
3849:
3850: * src/classes/memcached.C: flush -> clear
3851:
3852: * src/classes/memcached.C: memcached does not support quotes even
3853: in server name
3854:
3855: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3856: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
3857: called on open to check servers existance. $.key(true) syntax
3858: now supported
3859:
3860: 2012-06-17 moko
3861:
3862: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
3863: cleanup
3864:
3865: * src/classes/table.C, tests/282.cfg, tests/282.html,
3866: tests/results/282.processed: encloser at the EOF bug fixed,
3867: incorrectly enclosed data now processed more logicaly (fixes
3868: #339)
3869:
3870: 2012-06-15 moko
3871:
3872: * buildall-without-xml: sync with buildall-with-xml
3873:
3874: * buildall-with-xml: download auto-detected between fetch and curl
3875:
3876: * configure.in: --with-gc and --with-pcre now also processed
3877: correctly
3878:
1.116 moko 3879: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
3880: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
3881: should be run on rol1 using automake / aclocal (GNU automake)
3882: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 3883:
3884: * configure.in: new PARSER_VERSION logic
3885:
3886: * src/include/pa_version.h: new pa_version.h logic
3887:
3888: * src/: classes/curl.C, classes/file.C, classes/image.C,
3889: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
3890: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
3891: feols_normalized -> fis_text_content set_binary added
3892:
3893: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
3894:
3895: 2012-06-15 misha
3896:
3897: * src/: classes/curl.C, classes/file.C, classes/image.C,
3898: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
3899: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
3900: ^file::create[text;content] EOLs in content now is normalized. (
3901: new feature: #815 )
3902:
3903: 2012-06-15 moko
3904:
3905: * configure.in: --disable-version-update added to disable version
3906: update with host information (for debian package) whitespace
3907: optimized
3908:
3909: * configure.in: version changed to 3.4.2 RC no-pic added for
3910: libtool
3911:
3912: * src/include/pa_version.h: Nice pa_version.h default. Please keep
3913: it.
3914:
3915: 2012-06-14 moko
3916:
3917: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
3918: tests/results/281.processed: "hash flocked" error removed for
3919: safe operations like ^h._count[] ( new feature: #335 )
3920:
1.116 moko 3921: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 3922:
3923: * buildall-with-xml, buildall-without-xml: --with-static -> --with
3924:
3925: * configure.in: --with-static/shared xml replaced with --with-xml,
3926: xml compilation check added
3927:
3928: * configure.in: --with-static/shared-gc, --with-static-pcre are
3929: replaced with --with-gc and --with-pcre test for pcre linking
3930: added
3931:
3932: 2012-06-13 moko
3933:
3934: * configure.in: apxs2 check optimized
3935:
3936: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
3937: .la, includes optimized
3938:
3939: * buildall-with-xml: --with-pic looks better for -fPIC
3940:
3941: * configure.in: switched to convenience library in static linking
3942:
3943: * src/targets/apache/Makefile.am: switched to convenience library
3944: usage to avoid libtool warnings
3945:
3946: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
3947: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
3948: smtp/Makefile.am: switched to convenience library usage
3949:
3950: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
3951:
3952: * src/targets/apache/Makefile.am: updated for libtool usage
3953:
3954: * bin/auto.p.dist.in: .cfg removed from charset names.
3955:
3956: * buildall-without-xml: --with-included-ltdl added
3957:
3958: * buildall-without-xml: sync with buildall-with-xml
3959:
3960: * buildall-with-xml: --with-included-ltdl added $cflags added for
3961: -fPIC for x64 $download added for wget success check added
3962:
3963: * buildall-without-xml: --with-dynamic-stdcpp removed
3964:
3965: * configure.in: disable-static returned
3966:
3967: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
3968: LIBTOOLFLAGS
3969:
3970: 2012-06-12 moko
3971:
3972: * configure.in, src/targets/cgi/Makefile.am: disable-static not
3973: compatible with LIBTOOLFLAGS for unknown reasons
3974:
3975: * buildall-with-xml: --with-dynamic-stdcpp removed
3976:
3977: * configure.in: static/dynamic -lstdc++ linking option removed
3978: apxs2 check added
3979:
3980: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
3981: option removed
3982:
3983: 2012-06-10 moko
3984:
3985: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
3986: added
3987:
3988: * src/targets/cgi/pp3.cmd: old PAF stuff
3989:
1.116 moko 3990: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
3991: beauty
1.95 moko 3992:
3993: * depcomp: from libtool 2.4.2
3994:
3995: * configure.in: ltdl directory removed, it has correct Makefile.in
3996:
3997: 2012-06-09 moko
3998:
1.116 moko 3999: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
4000: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 4001: autogenerated files updated after libtool update
4002:
1.116 moko 4003: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
4004: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 4005: config_auto.h.in, config_fixed.h, configure, configure.ac,
4006: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
4007: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
4008: config/compile, config/config.guess, config/config.sub,
4009: config/depcomp, config/install-sh, config/ltmain.sh,
4010: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
4011: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
4012: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
4013: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
4014: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
4015: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
4016: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
4017: m4/lt~obsolete.m4: libtool updated to version 2.4.2
4018:
4019: * configure.in: preparation for new libtool
4020:
4021: * configure.in: Some beauty added :)
4022:
4023: * src/targets/apache/Makefile.am: := -> =
4024:
4025: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
4026: again. :)
4027:
4028: * src/include/pa_config_includes.h, configure.in: limits.h added,
4029: previously was taken from pcre_internal.h. :)
4030:
4031: * src/lib/pcre/Makefile.am: config.h returned
4032:
4033: * src/lib/pcre/config.h: still need this. :)
4034:
4035: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
4036:
4037: * configure.in: --with-charsets removed; --with-mysql-client & co
4038: removed
4039:
4040: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
4041: now in parser tree, no need to copy
4042:
4043: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
4044: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
4045: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
4046: debian/patches/101_pcre.patch - local copy of pcre_internal.h
4047: extracts now used old trash removed
4048:
4049: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
4050: rare charsets/drivers are commented, sql driver quessing removed
4051: (debian/patches/103_auto_p.patch)
4052:
4053: * etc/parser3.charsets/Makefile.am: charsets now in share
4054: (debian/patches/104_automake.patch) + all charsets are copied
4055:
4056: * buildall-with-xml, buildall-without-xml: curl option removed +
4057: extra arguments now supported
4058:
4059: 2012-06-08 misha
4060:
4061: * src/classes/table.C: - one params.as_hash usage was rolled back:
4062: the 2nd option in ^table.hash[] could be hash or table so
4063: .as_hash will throw an exception when table option is specified
4064:
4065: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4066: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
4067: classes/table.C, classes/void.C, classes/xdoc.C,
4068: include/pa_exception.h, types/pa_vmethod_frame.C,
4069: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
4070: and improved (whitespaces are allowed as empty options) -
4071: MethodParams::as_table is added - above methods are used for
4072: parsing methods' options ( new feature: #9 )
4073:
4074: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
4075: to vclass. now class fields can be accessible as a hash:
4076: $h[^hash::create[$asd:CLASS]]
4077:
4078: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
4079: have get_fields method so their fields can be accessed with
4080: ^reflection:fields[...] & ^reflection:field[...]
4081:
4082: 2012-06-06 misha
4083:
4084: * tests/280.html: - tests for
4085: ^reflection:method[obj-or-class;method],
4086: ^reflection:field[obj-or-class;field] and
4087: ^reflection:fields[obj-or-class] are added
4088:
4089: 2012-06-05 misha
4090:
4091: * src/classes/reflection.C: - ^reflection:method[class or
4092: object;method name] and ^reflection:field[class or object;field
4093: name] are added
4094:
4095: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
4096: is used
4097:
4098: * src/types/pa_method.h: - Method::as_vjunction method is added
4099:
4100: 2012-06-05 moko
4101:
1.116 moko 4102: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 4103:
4104: * src/classes/memcached.C: flish ttl fixed
4105:
4106: 2012-06-04 moko
4107:
4108: * src/classes/json.C, src/classes/op.C, tests/279.html,
4109: tests/results/279.processed: ^json:parse[] now supports $.taint
4110: option (new feature #833)
4111:
4112: 2012-06-04 misha
4113:
4114: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
4115: - search_stop method was moved from pa_vcookie.C to pa_common.C
4116:
4117: 2012-06-03 misha
4118:
4119: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
4120: cookies are parced and stored into $.cookies ( new feature: #31 )
4121:
4122: 2012-05-30 misha
4123:
4124: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
4125: incomplete class into a scope while @USE is found
4126:
4127: * src/main/compile.y: - add incomplete class into a scope while
4128: @USE and @CLASS instructions are found ( bugfix: #838 )
4129:
4130: 2012-05-30 moko
4131:
4132: * src/types/pa_vclass.C, tests/278.html,
4133: tests/results/278.processed: removed "property has no getter
4134: method" exception when GET_DEFAULT present (fixes #269)
4135:
4136: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
4137: $._default
4138:
4139: 2012-05-29 moko
4140:
4141: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
4142: uninitialized values usage (new feature: #154)
4143:
4144: 2012-05-28 moko
4145:
4146: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
4147: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
4148: src/types/pa_vdate.h, src/types/pa_vdouble.h,
4149: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
4150: src/types/pa_vobject.C, src/types/pa_vobject.h,
4151: src/types/pa_vstring.h, src/types/pa_vtable.C,
4152: tests/results/277.processed, src/types/pa_vtable.h,
4153: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
4154: ^json:string[$o; $.default[$method]] implemented for VObject (new
4155: feature #803)
4156:
4157: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
4158: tests/results/277.processed: json numbers are now treated as
4159: double ( new feature: #834 )
4160:
4161: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
4162: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
4163: added for out of range checks, zero division in vint/vdouble
4164: check added ( fixes #832 )
4165:
4166: * tests/: 275.html, results/275.processed: tests for pa_atoui added
4167: ( fixes #832 )
4168:
4169: 2012-05-28 misha
4170:
4171: * buildall-with-xml: - --without-lzma option is added to libxml2
4172: configure
4173:
4174: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
4175: added - tests for unsupported values for options $.file, $.table
4176: and $.date are added
4177:
4178: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
4179: accepts "stat" $.file[] option's value in addition to existed
4180: "text" and "base64" ( new feature: #835 )
4181:
4182: * tests/276.html: - test for
4183: ^reflection:delete[$object-or-class;field-name]
4184:
4185: * src/classes/reflection.C: -
4186: ^reflection:delete[$object-or-class;field-name] is added ( new
4187: feature: #268 )
4188:
4189: 2012-05-27 misha
4190:
4191: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
4192:
4193: 2012-05-24 misha
4194:
4195: * src/include/pa_common.h: - method lastposafter was removed
4196:
4197: * src/classes/file.C: - use strrpbrk & rskipchars instead of
4198: lastposafter - ^file:dirname[] & Co proper handle windows file
4199: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
4200: work as *nix commands
4201:
4202: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
4203:
4204: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
4205: rskipchars were added
4206:
4207: * tests/270.html: - more tests for ^file:find[]
4208:
4209: * tests/065.html: - more tests for ^file:dirname[] & Co
4210:
4211: * src/include/pa_version.h: - must be "win32" here. it is
4212: auto-generated on *nix
4213:
4214: 2012-05-24 moko
4215:
4216: * src/classes/math.C: ^math:convert[] now supports uint32 and
4217: throws overflow exception ( new feature: #830 )
4218:
4219: * tests/: 275.html, results/275.processed: test for ^math:convert[]
4220: uint32 support and overflow added ( new feature: #830 )
4221:
4222: 2012-05-23 moko
4223:
4224: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
4225: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
4226: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
4227: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
4228: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4229: types/pa_vregex.h, types/pa_vstateless_class.C,
4230: types/pa_vstateless_class.h, types/pa_vstring.h,
4231: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
4232: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
4233: "return string as-is" removed from as_expr_result. ( new feature:
4234: #831 )
4235:
4236: * tests/results/244.processed: test changed after bug #782 fix
4237: commited
4238:
4239: * tests/results/229.processed: test results for bug #782 commited
4240:
4241: * tests/: 254.html, results/254.processed: uid now just compared,
4242: not printed. :)
4243:
4244: 2012-05-20 moko
4245:
4246: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
4247: feature: #341 )
4248:
4249: * tests/: 254.html, results/254.processed: test for
4250: ^reflection:uid[] added
4251:
4252: * tests/: 254.html, results/254.processed: test for
4253: ^reflection:uid[$obj] added
4254:
4255: 2012-05-17 misha
4256:
4257: * src/main/untaint.C: - do not replace ' char by _26 while
4258: exploding filespec-tainting ( new feature: #829 )
4259:
4260: 2012-05-12 moko
4261:
4262: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
4263: not.
4264:
4265: 2012-05-08 moko
4266:
4267: * src/types/pa_vmethod_frame.h: bug #782 fixed
4268:
4269: * tests/229.html: test for bug #782
4270:
4271: * tests/results/259.processed, src/main/pa_request.C,
4272: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
4273: src/types/pa_vstring.h, src/types/pa_vvoid.C,
4274: src/types/pa_vvoid.h: feature #154 - first empty param now
4275: string; defined locals are empty strings; $STRICT-VARS(true)
4276: added
4277:
4278: 2012-04-27 moko
4279:
1.116 moko 4280: * src/targets/apache/Makefile.am:
1.95 moko 4281: ../../lib/memcached/libmemcached.a added
4282:
4283: 2012-04-27 misha
4284:
4285: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
4286: ( #827 )
4287:
4288: 2012-04-25 moko
4289:
4290: * src/: classes/json.C, classes/memcached.C,
4291: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4292: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
4293: implemented.
4294:
4295: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
4296:
4297: 2012-04-23 moko
4298:
4299: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4300: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4301: types/pa_vmemcached.h: open allows options hash for new
4302: memcached(options) function
4303:
4304: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
4305: not appended
4306:
4307: 2012-04-21 moko
4308:
4309: * src/classes/curl.C: '' added. :)
4310:
4311: * src/classes/classes.vcproj: new curl.h location
4312:
4313: * src/classes/curl.C: verbose output redirection from stderr to
4314: file curl option added
4315:
4316: 2012-04-20 moko
4317:
4318: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
4319: contains what we need from curl, #ifdef HAVE_CURL removed
4320:
1.116 moko 4321: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 4322: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 4323: src/lib/Makefile.am, src/lib/curl/Makefile.am,
4324: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 4325: configure option
4326:
4327: 2012-04-19 moko
4328:
4329: * src/: classes/double.C, classes/inet.C, classes/int.C,
4330: classes/string.C, lib/gc/include/gc_allocator.h,
4331: types/pa_vform.C: PVS-Studio detected errors fixes, unused
4332: options from sql_result_string removed. (closes issue #468)
4333:
4334: * src/types/pa_vmemcached.C: empty string fix
4335:
4336: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
4337: pa_vstring.C, pa_vstring.h: serialization helpers moved to
4338: pa_vmemcached.C
4339:
4340: 2012-04-18 moko
4341:
4342: * src/targets/apache/mod_parser3.c: "Parser3 module requires
4343: apache2-mpm-prefork" error displayed in threaded mpm.
4344:
4345: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
4346: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
4347: installed (issue #354)
4348:
4349: 2012-04-16 moko
4350:
4351: * src/types/pa_vmemcached.C: call to memcached_result_create and
4352: memcached_result_free removed
4353:
4354: 2012-04-14 moko
4355:
4356: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
4357:
4358: * src/types/pa_vmemcached.C: check_key added and used
4359:
4360: 2012-04-13 moko
4361:
4362: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
4363: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
4364: Serialization_data now added and used, VString now serialized
4365: with languages into memcached.
4366:
4367: 2012-03-28 moko
4368:
4369: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
4370: lib/memcached/pa_memcached.h: result lengths added
4371:
4372: 2012-03-27 moko
4373:
4374: * src/types/pa_vmemcached.C: strdup added
4375:
4376: 2012-03-24 moko
4377:
4378: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4379: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4380: types/pa_vmemcached.h: memcached: mget, flush, fttl added
4381:
4382: 2012-03-20 moko
4383:
1.116 moko 4384: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 4385:
4386: * src/targets/cgi/Makefile.am: cleanup
4387:
4388: * src/: types/Makefile.am, types/pa_vmemcached.C,
4389: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
4390:
4391: * src/: classes/Makefile.am, classes/memcached.C,
4392: lib/memcached/Makefile.am, lib/memcached/constants.h,
4393: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4394: lib/memcached/types.h, lib/Makefile.am: memcached initial
4395:
4396: 2012-03-16 moko
4397:
4398: * src/main/execute.C: ident now works under Linux + ident displays
4399: filenames (closes issue #818)
4400:
1.116 moko 4401: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 4402: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
4403: pa_vmethod_frame_local.h removed
4404:
4405: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
4406: classes/classes.h, classes/curl.C, classes/date.C,
4407: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
4408: classes/hashfile.C, classes/image.C, classes/inet.C,
4409: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4410: classes/memory.C, classes/op.C, classes/reflection.C,
4411: classes/regex.C, classes/response.C, classes/string.C,
4412: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
4413: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
4414: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4415: include/pa_config_fixed.h, include/pa_config_includes.h,
4416: include/pa_dictionary.h, include/pa_dir.h,
4417: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4418: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4419: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4420: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4421: include/pa_request_charsets.h, include/pa_request_info.h,
4422: include/pa_sapi.h, include/pa_socks.h,
4423: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4424: include/pa_stack.h, include/pa_string.h,
4425: include/pa_stylesheet_connection.h,
4426: include/pa_stylesheet_manager.h, include/pa_table.h,
4427: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
4428: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
4429: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
4430: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
4431: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
4432: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
4433: main/compile.tab.C, main/compile.y, main/compile_tools.C,
4434: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
4435: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
4436: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
4437: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
4438: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4439: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4440: main/pa_string.C, main/pa_stylesheet_connection.C,
4441: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
4442: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
4443: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
4444: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
4445: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
4446: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
4447: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4448: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
4449: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
4450: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
4451: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
4452: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
4453: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4454: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
4455: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
4456: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
4457: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
4458: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
4459: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4460: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
4461: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
4462: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
4463: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
4464: types/pa_vresponse.h, types/pa_vstateless_class.C,
4465: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4466: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
4467: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
4468: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
4469: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
4470: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
4471: ident now works under Linux + ident displays filenames (closes
4472: issue #818) Copyright updated
4473:
4474: 2012-03-13 moko
4475:
4476: * src/main/pa_string.C: compilation fix for feature #741
4477:
4478: 2012-03-09 misha
4479:
4480: * tests/193.html: - tests for ^string:base64[encoded] are updated
4481:
4482: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
4483: now detects invalid base64 chars in the middle of encoded stricg
4484: ( new feature: #55 )
4485:
4486: * src/include/pa_exception.h: - new exception type for base64
4487: decoding is added
4488:
4489: 2012-03-06 misha
4490:
4491: * tests/274.html: - tests for ^date::today[] and
4492: ^date.sql-string[datetime|date|time] are added
4493:
4494: * src/classes/date.C: - constructor ^date::today[] is added ( new
4495: feature: #811 ) - ^date.sql-string[] now can accept one param --
4496: strings "datetime", "date" or "time" - comments tidying up
4497:
4498: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
4499: date and time
4500:
4501: 2012-03-03 misha
4502:
4503: * tests/193.html: - tests for
4504: ^string:base64[encoded;$.strict(true)] are added
4505:
4506: * tests/results/auto.p: - try-catch operator is added
4507:
4508: * src/: classes/file.C, classes/string.C, include/pa_common.h,
4509: main/pa_common.C: - $.strict(true|false) option is added to
4510: base64 decode methods ( new feature: #55 )
4511:
4512: * src/main/pa_common.C: - base64 decode memory usage was decreased
4513: ( new feature: #819 )
4514:
4515: 2012-02-28 moko
4516:
4517: * src/classes/hash.C: ident test
4518:
4519: 2012-02-27 misha
4520:
4521: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
4522:
4523: 2012-01-08 misha
4524:
4525: * tests/273.html: - tests for ^string.replace[from;to] are added
4526:
4527: * src/: classes/string.C, include/pa_dictionary.h,
4528: main/pa_dictionary.C, main/pa_string.C: -
4529: ^string.replace[from;to] is added ( new feature: #741 ) -
4530: ^string.replace[one subst here] is slightly optimized
4531:
4532: 2011-12-07 misha
4533:
4534: * src/classes/table.C: - $t[^table::create{$empty}] now creates
4535: named table with one empty column ( bugfix: #63 )
4536:
4537: 2011-11-30 misha
4538:
4539: * src/classes/json.C: - it's possible to set user's method for
4540: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
4541: #763 )
4542:
4543: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
4544:
4545: 2011-11-23 misha
4546:
4547: * src/: classes/curl.C, classes/file.C, classes/image.C,
4548: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
4549: types/pa_vfile.h, types/pa_vform.C: - constructor
4550: ^file::create[mode;filename;content[;options]] now accepts binary
4551: mode and file-content - new constructor's format:
4552: ^file::create[string-or-file-content[;$.name[filename]
4553: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
4554: feature: #65 )
4555:
4556: * src/: include/pa_request.h, main/pa_request.C: - new method
4557: mime_type_of(const String*) is added
4558:
4559: * src/include/pa_exception.h: - new exception constant
4560: FILE_NAME_MUST_BE_SPECIFIED is added
4561:
4562: * src/classes/table.C: - bug with negative offset transformed into
4563: a feature. it means pointing to a row from the end of the table (
4564: new feature: #810 )
4565:
4566: 2011-11-19 misha
4567:
4568: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
4569: â ìåòîäå _select ( new feature: #810 )
4570:
4571: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
4572: options were specified together is simplified
4573:
4574: 2011-11-12 misha
4575:
4576: * src/main/pa_request.C: - forgotten fix for escaping filename in
4577: HTTP content-disposition header (a part of bug #361 )
4578:
4579: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
4580: checks for ancestors' classes as well ( new feature: #456 )
4581:
4582: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
4583: "without cycle" now have types "parser.break" and
4584: "parser.continue" instead of "parser.runtime" ( new feature: #799
4585: )
4586:
4587: 2011-11-11 misha
4588:
4589: * tests/results/: 099.processed, 100.processed, 205.processed,
4590: 237.processed: - since bug #361 was fixed the content of filename
4591: in HTTP headers is quoted
4592:
4593: * tests/results/270.processed: - result for test 270
4594:
4595: * tests/: 065.html, results/065.processed: - more tests for
4596: ^file:basename[] & Co were added
4597:
4598: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
4599:
4600: * tests/270.html: - tests for ^file:find[] are added
4601:
4602: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
4603: using option $.charset. option $.engoding is still supported but
4604: these options can not be specified together
4605:
4606: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
4607: comparation charset name with string "UTF-8" ( bugfix: #759 )
4608:
4609: 2011-10-11 misha
4610:
4611: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
4612: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
4613: #622)
4614:
4615: 2011-09-30 misha
4616:
4617: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
4618: exception "saving stat-ed file" ( bugfix: #395 )
4619:
4620: 2011-05-30 misha
4621:
4622: * src/classes/string.C: - fixed bug which was added with
4623: params.as_hash into string:sql
4624:
4625: 2011-05-29 misha
4626:
4627: * src/types/pa_value.C: - filename in content-disposition header
4628: must be quoted ( bugfix: #361 )
4629:
4630: 2011-05-27 misha
4631:
4632: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
4633: created file
4634:
4635: * src/classes/: hash.C, mail.C: - little tunning with get_hash
4636: usage
4637:
4638: * src/include/pa_exception.h: - one more string for exception was
4639: added
4640:
4641: 2011-05-25 misha
4642:
4643: * tests/269.html: - tests for checking input params in some dom
4644: methods
4645:
4646: * src/classes/: xdoc.C, xnode.C: - validation of some input params
4647: was added. it isn't possible not wo create xdoc with invalid
4648: tagName. ( bugfix: #160 )
4649:
4650: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
4651: string "data must be string" was mover from pa_exception.h to
4652: pa_xml_exception.h
4653:
4654: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
4655: as_xmlncname, as_xmlname and as_xmlnsuri were added
4656:
4657: * src/main/pa_xml_exception.C: - XmlException accepts more options
4658:
4659: * src/include/pa_xml_exception.h: - XmlException accepts more
4660: options - XML-related exception's strings were added
4661:
4662: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
4663: output_options were removed)
4664:
4665: 2011-05-19 misha
4666:
4667: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
4668: params.as_hash is used more while parsing methods hash-options
4669:
4670: 2011-05-18 misha
4671:
4672: * operators.txt: - info about json-serialization of xdoc was added
4673:
4674: * tests/256.html: - tests for json-serialization xdoc were added
4675:
4676: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
4677:
4678: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4679: classes/json.C, classes/xdoc.C: - now json:string can serialize
4680: xdoc-objects. options (the same as ^xdoc.string[]) could be
4681: specified in $.xdoc[] ( new feature: #265 )
4682:
4683: 2011-05-15 misha
4684:
4685: * tests/268.html: - tests for ^table.count[with options] were added
4686:
4687: * src/classes/table.C: - method ^table.count[] now can accept
4688: options ( new feature: #93 ): ^table.count[column] returns number
4689: of columns for named table; ^table.count[cells] returns number of
4690: cells in the current row; ^table.count[] & ^table.count[rows]
4691: return number of rows in a table.
4692:
4693: * tests/267.html: - test for checking switch/case in boolean mode
4694: was added
4695:
4696: * src/classes/op.C: - if switch's or case's value is bool, they are
4697: compared as bool values, not as double values: new feature: #351
4698:
4699: 2011-05-06 misha
4700:
4701: * tests/242.html: - EOL before EOF was added
4702:
4703: * tests/169.html: - tests for splitting empty string and void were
4704: added
4705:
4706: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
4707: returned table with one empty cell)
4708:
4709: 2011-04-03 misha
4710:
4711: * src/include/pa_version.h, configure.in: - version in head was
4712: changed to 3.4.2b
4713:
4714: 2011-03-30 misha
4715:
4716: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
4717: as well ( new feature #294 )
4718:
4719: 2011-03-29 misha
4720:
4721: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
4722: limited to approx. 6 MB. previous limits were too big for real
4723: life. bugfix: #216
4724:
4725: 2011-03-04 moko
4726:
4727: * etc/parser3.charsets/cp866.cfg: Conforms to
4728: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
4729:
4730: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
4731: vlalek@
4732:
4733: 2011-02-22 misha
4734:
4735: * src/include/pa_charset.h, operators.txt: - some methods mustn't
4736: be under #ifdef XML or parser can't be compiled without xml
4737: support
4738:
4739: 2011-02-21 misha
4740:
1.116 moko 4741: * src/targets/apache/: Makefile.am: - mention
1.95 moko 4742: ApacheModuleParser3.vcproj was removed
4743:
4744: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
4745: removed)
4746:
4747: 2011-02-20 misha
4748:
4749: * tests/: 266.html, 266.p: - tests for checking $.inherited and
4750: $.overridden in ^reflection:method_info[...] were added
4751:
4752: * src/classes/reflection.C: - beautifying result of
4753: ^reflection:method_info[] ($.overridden/inherited)
4754:
4755: 2011-02-18 misha
4756:
4757: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
4758: and pa_isalnum instead of isalpha and isalnum - bug with
4759: redundand quoting lowercased latin chars while building email
4760: body was fixed
4761:
4762: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
4763: added (they check for latin chars only)
4764:
4765: 2011-02-16 misha
4766:
4767: * src/main/pa_charset.C: - bugfix: in some cases the calculating
4768: string size for transcoding gave too small value (should ever
4769: look for availability char in dest charset inspite of the char
4770: size)
4771:
4772: 2011-02-04 moko
4773:
4774: * tests/223.html: header values now not url-encoded (issue #195)
4775:
4776: 2011-02-01 misha
4777:
4778: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
4779:
4780: 2011-01-31 misha
4781:
4782: * src/main/pa_request.C: - throw exception if param file_name in
4783: use_file is empty
4784:
4785: 2011-01-08 moko
4786:
4787: * src/classes/curl.C: compilations errors fixed
4788:
4789: 2010-12-29 moko
4790:
4791: * tests/: 265.html, results/265.processed: test for issue #200
4792: added
4793:
4794: * src/main/pa_string.C: empty regex result check added (fixes issue
4795: #200)
4796:
4797: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
4798:
4799: * tests/results/223.processed: header values now not url-encoded
4800: (issue #195)
4801:
4802: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
4803: main/untaint.C: L_HTTP_HEADER now used in http headers values,
4804: pa_http_safe_header_name added for headers names (fixes bug #195)
4805:
4806: 2010-12-18 misha
4807:
4808: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
4809: => pa-include
4810:
4811: 2010-11-28 moko
4812:
4813: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
4814:
4815: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
4816: -> pa
4817:
4818: * configure.in: apr -> pa
4819:
4820: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
4821:
4822: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
4823: classes/Makefile.am, types/Makefile.am: apr -> pa
4824:
4825: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
4826: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
4827: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
4828: pa-include/pa_apr.h, pa-include/pa_errno.h,
4829: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
4830: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
4831: module apr name conflict resolved)
4832:
4833: 2010-11-27 misha
4834:
4835: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
4836: libbz2
4837:
4838: 2010-11-26 misha
4839:
4840: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
4841: warnings removed
4842:
4843: 2010-11-25 moko
4844:
4845: * operators.txt: $.indent(true)
4846:
4847: * operators.txt: another bugfix. :)
4848:
4849: * operators.txt: bugfix. :)
4850:
4851: * buildall-with-xml: libxml2-2.7.8 + with-apache
4852:
4853: 2010-11-24 moko
4854:
1.116 moko 4855: * configure: apxs support
1.95 moko 4856:
4857: * configure.in: apxs support -Bstatic gc removed for OS X
4858:
4859: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
4860:
4861: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
4862: THREAD_LOCAL usage
4863:
4864: * src/: classes/curl.C, include/pa_config_includes.h,
4865: main/pa_globals.C: THREAD_LOCAL defined and used
4866:
4867: 2010-11-23 moko
4868:
4869: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
4870: should be passed to pa_sleep, and only fractional part (bugfix:
4871: #188)
4872:
4873: * src/targets/apache/mod_parser3.c: 1.3 compatibility
4874:
4875: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
4876: GC_dont_gc=1, as in cgi version
4877:
4878: * src/targets/apache/mod_parser3.c: warning war
4879:
4880: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
4881: pa_httpd.h: version removed, some trash removed
4882:
4883: * src/targets/apache/mod_parser3.c: version removed (we don't want
4884: to show it), warning war
4885:
4886: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
4887: pa_httpd.h: parser_status_allowed removed + merge config
4888: functions removed (override is the default) + beauty
4889:
4890: * src/: include/pa_request.h, main/pa_request.C,
4891: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
4892: hide $status used in apache module removed
4893:
4894: 2010-11-18 moko
4895:
4896: * operators.txt: $.table[compact] added for ^json:string[]
4897:
4898: 2010-11-16 moko
4899:
4900: * src/targets/apache/mod_parser3.c: some cleanup done
4901:
4902: * src/main/untaint.C: bugfix: first, second String::Body argument
4903: is hashcode; second, info.fragment_begin is original, not
4904: resulting length
4905:
4906: * src/classes/file.C: new feature: $.stdin now untainted
4907:
4908: * tests/results/264.processed: new feature: $.stdin[] now untainted
4909:
4910: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
4911:
4912: * src/classes/op.C: ^apply-taint[] method added
4913:
4914: * tests/: 264.html, results/264.processed: ^apply-taint[] test
4915: added; $.stdin untaint test added
4916:
4917: 2010-11-15 moko
4918:
4919: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
4920: removed
4921:
4922: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
4923: pa_httpd.h: 2x2 calculated under apache2. :)
4924:
4925: 2010-11-13 moko
4926:
4927: * src/targets/apache/mod_parser3.c: initial changes to build module
4928: with apache 2.x includes
4929:
4930: * src/targets/apache/: Makefile.am, mod_parser3.c,
4931: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
4932: united apache 1.3 / apache 2.x DSO module
4933:
4934: 2010-11-09 moko
4935:
4936: * src/types/pa_method.h: check added to dissallow @method[name;*]
4937: syntax
4938:
4939: * tests/: 263.html, results/263.processed: test from method[*args]
4940: added
4941:
4942: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
4943: number of params can now be passed to a method declared with *arg
4944:
4945: 2010-11-06 moko
4946:
4947: * src/classes/table.C: formating fixed. :)
4948:
4949: * src/classes/table.C: closes #4: ^table.select now supports
4950: $.limit(), $.offset, $.reverse() options
4951:
4952: * tests/: 262.html, results/262.processed: test for ^table:select
4953: with options added (feature #4)
4954:
4955: * src/include/pa_array.h: remove function added
4956:
4957: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
4958: object in get_element/put_element, using static one.
4959:
4960: 2010-11-04 moko
4961:
4962: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
4963: options is passed
4964:
4965: * tests/: 256.html, results/256.processed: $.table[compact] feature
4966: now tested; k and p in handler now tested.
4967:
4968: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
4969: $.table[compact] feature added
4970:
4971: * src/classes/json.C: key is now passed to handler in
4972: value_json_string; ^json:string result now process tainting
4973: inside and returns clean string, related to issue #153
4974:
4975: * src/main/untaint.C: bugfix: charset can be null (in
4976: ^string:save[] as example), thus check is added
4977:
4978: 2010-10-31 moko
4979:
4980: * src/classes/string.C: error message changed (fixes issue #149)
4981:
4982: 2010-10-29 moko
4983:
4984: * src/main/pa_http.C: ":port" is now added to "Host:" header if
4985: port is not default (fixes issue #155); exception on invalid port
4986: added.
4987:
4988: * src/main/untaint.C: '*' is now not urlencoded to allow header
4989: "Accept: */*" to be passed
4990:
4991: 2010-10-28 moko
4992:
4993: * src/classes/curl.C: bugfix: detect_charset() was throwing
4994: exception on unknown charset even if response_charset was
4995: specified
4996:
4997: 2010-10-27 moko
4998:
4999: * src/classes/string.C: ^string.append removed for void
5000: compatibility
5001:
5002: 2010-10-26 moko
5003:
5004: * src/classes/json.C: libjson supports array at top level, we too
5005: (GPF fixed)
5006:
5007: 2010-10-25 moko
5008:
5009: * tests/: 253.html, results/253.processed: libjson supports array
5010: at top level, parser now supports it as well.
5011:
5012: * tests/261.html, tests/results/261.processed,
5013: src/types/pa_vstring.h: empty string is now void compatible
5014: (allows $empty.key)
5015:
5016: 2010-10-22 misha
5017:
5018: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
5019: while adding additional expires checkout)
5020:
5021: * tests/030.html: - test for session cookie was added
5022:
5023: 2010-10-21 moko
5024:
5025: * src/: classes/string.C, classes/void.C, main/execute.C,
5026: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
5027: string (feature #111)
5028:
5029: * tests/: 261.html, results/261.processed: checks void from string
5030: inheritance (feature #111)
5031:
5032: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
5033: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
5034: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
5035: now true by default
5036:
5037: 2010-10-17 moko
5038:
5039: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
5040: upload now uses binary blocks instead of L_FILE_POST tainting.
5041: (bugfix: #128)
5042:
5043: * tests/: 223.html, results/223.processed: binary file upload test
5044: added, GPF (issue #128) also checked in this test
5045:
5046: 2010-10-13 misha
5047:
5048: * tests/260.html: - test for math:convert
5049:
5050: * src/classes/math.C: - error in math:convert was fixed
5051:
5052: * operators.txt: - info about
5053: ^math:convert[number](from-base;to-base) was added
5054:
5055: * src/classes/math.C: - method
5056: ^math:convert[number](from-base;to-base) for converting number
5057: represention from one base to another was added ( new feature:
5058: #23 )
5059:
5060: 2010-10-13 moko
5061:
5062: * src/main/compile.tab.C: [] now is empty string, not void
5063:
5064: * src/main/compile.y: [] now is empty string, not void
5065:
5066: * src/types/pa_vvoid.h: void now passed as parameter
5067:
5068: * tests/: 259.html, results/259.processed: to test difference
5069: between void and empty string (see ticket #111)
5070:
5071: * tests/results/152.processed: $sEmpty[] is now empty string, not
5072: void
5073:
5074: * tests/256.html: $s[$void] is no longer empty string
5075:
5076: * tests/254.html: empty string is no longer void
5077:
5078: 2010-10-12 misha
5079:
5080: * src/types/pa_vcookie.C: - check if $.expires value can be
5081: converted to date during cookies set up ( bugfix: #104 )
5082:
5083: * tests/041.html: - more tests for ^table.locate were added
5084:
5085: * src/classes/table.C: - ^table.locate[field;value;options] didn't
5086: work ( bugfix: #129 ) - exception comment for incorrect options
5087: ^table.locate[field;value;options] was fixed
5088:
5089: 2010-10-10 moko
5090:
5091: * src/: classes/reflection.C, main/execute.C: constructor returning
5092: another object feature returned
5093:
5094: * tests/results/258.processed: test result updated as constructor
5095: returning another object feature returned
5096:
5097: * tests/: 258.html, results/258.processed: test for constructor
5098: returning another object
5099:
5100: 2010-10-08 misha
5101:
5102: * tests/257.html: - whitespaces after @METACOMMANDS and their
5103: options shouldn't cause exceptions any longer
5104:
5105: 2010-10-06 moko
5106:
5107: * src/classes/: hash.C, table.C: length from sql server is now
5108: ignored, as sql string can contain 0x00 inside (bugfix: #119)
5109:
5110: 2010-10-02 misha
5111:
5112: * operators.txt: - the X mark was removed from ^cache[file]. it is
5113: usable to delete cache file.
5114:
5115: 2010-10-02 moko
5116:
5117: * tests/: 253.html, results/253.processed: hook_key added for key
5118: checking
5119:
5120: * src/classes/json.C: null key bug fixed
5121:
5122: 2010-09-29 misha
5123:
5124: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
5125:
5126: 2010-09-25 moko
5127:
5128: * src/classes/json.C: small fixed
5129:
5130: * tests/results/: 253.processed, 255.processed: just updated
5131:
5132: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
5133: results/255.processed: charset transcode test added for
5134: json:parse
5135:
5136: 2010-09-24 moko
5137:
5138: * src/types/pa_value.h: warning war :)
5139:
5140: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
5141: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
5142: ^json:string
5143:
5144: 2010-09-22 moko
5145:
5146: * src/main/pa_charset.C: parser charset tables declare only
5147: white-space before 0x20, thus adding the missing chars
5148:
5149: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
5150: to http://unicode.org/Public/MAPPINGS/VENDORS/
5151:
5152: 2010-09-21 misha
5153:
5154: * src/main/compile.y: - some semicolons were added (VS2010 don't
5155: want to compile grammar if they are absent)
5156:
5157: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
5158:
5159: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
5160:
5161: * src/main/main.vcproj: - path to bison is changed
5162:
5163: 2010-09-21 moko
5164:
1.116 moko 5165: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
5166: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
5167: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 5168:
5169: 2010-09-20 misha
5170:
5171: * src/types/pa_vtable.C: - add EOLs while json-serializing table
5172:
5173: * src/classes/json.C: - add EOL while json-serializing hash
5174:
5175: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
5176: compilers don't like 'ES'.
5177:
5178: 2010-09-17 misha
5179:
5180: * operators.txt: - info about json class was added
5181:
5182: * src/classes/json.C: - ^json:string[object]
5183:
5184: * src/: include/pa_request.h, main/pa_request.C: - stuff for
5185: preventing infinite recursion while executing json:string was
5186: added
5187:
5188: * src/include/pa_string.h: - method append_quoted was added
5189:
5190: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
5191: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
5192: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
5193: was added to Value & Co
5194:
5195: * src/classes/date.C: - methods get_gmt_string and get_sql_string
5196: were used
5197:
5198: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
5199: were added
5200:
5201: 2010-09-10 moko
5202:
5203: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5204: die_or_abort (backport from 3.4.1)
5205:
5206: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5207: die_or_abort (bugfix: #106)
5208:
5209: 2010-09-09 moko
5210:
5211: * src/classes/json.C: warning war. :)
5212:
5213: 2010-09-08 misha
5214:
5215: * src/lib/json/Makefile.am: - additional include directories were
5216: added (for pa_memory.h and gc.h)
5217:
5218: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
5219: compile as C++ instead default - additional include directory was
5220: added (for gc.h)
5221:
5222: * src/types/pa_vform.C: - little code reformating
5223:
5224: * src/classes/file.C: - $.content-type option now can be specified
5225: in ^file::create ( new feature: #102 )
5226:
5227: 2010-09-08 moko
5228:
5229: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
5230: pa_malloc/pa_free
5231:
5232: 2010-09-07 moko
5233:
5234: * tests/results/254.processed: VStateless_class:put_element
5235: exception was fixed
5236:
5237: * src/types/: pa_value.h, pa_vstateless_class.h: now
5238: VStateless_class:put_element barks self.type, not this.type
5239: (bugfix: #105)
5240:
5241: 2010-09-06 moko
5242:
5243: * src/classes/reflection.C: bugfix: new String() is required for
5244: exception handling
5245:
5246: * tests/: 254.html, results/254.processed: test modified
5247:
5248: 2010-09-05 moko
5249:
5250: * tests/: 254.html, results/254.processed: ^reflection:copy test
5251: added
5252:
5253: * src/: classes/reflection.C, include/pa_request.h:
5254: ^reflection:copy implemented (new feature: #100)
5255:
5256: 2010-09-03 moko
5257:
5258: * src/lib/json/JSON_parser.C: c++ compatiblity
5259:
5260: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
5261: option testing added
5262:
5263: 2010-09-02 moko
5264:
5265: * src/classes/json.C: $.distinct[first|last|all] added
5266:
5267: 2010-09-01 moko
5268:
5269: * tests/results/253.processed: json test result
5270:
5271: * tests/: 253.html, 253_json.txt: json test added
5272:
5273: * src/classes/json.C: json.C update to actual version + hash key
5274: creation bugfix
5275:
5276: 2010-08-31 misha
5277:
5278: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
5279: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
5280: src/lib/Makefile.am, src/classes/Makefile.am,
5281: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
5282: json library was added
5283:
5284: 2010-08-30 moko
5285:
5286: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
5287: types/pa_vobject.C: cosmetic optimization in
5288: request:execute_method usage
5289:
5290: * src/: include/pa_charset.h, main/pa_charset.C: small
5291: optimization, just to decrease number of lines. :)
5292:
5293: 2010-08-27 misha
5294:
5295: * src/classes/op.C: - taint[json] was added
5296:
5297: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
5298: were added
5299:
5300: * src/main/pa_exec.C: - warning fix was rolled back.
5301:
5302: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
5303: include/pa_string.h: - taint[json] was added - escaping was
5304: slightly modified
5305:
5306: 2010-08-25 misha
5307:
5308: * src/classes/file.C: - typo in file:sql exception was fixed
5309:
5310: * src/main/pa_exec.C: - warning about declared and not used
5311: variable forced_allow was removed
5312:
5313: 2010-08-14 misha
5314:
5315: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
5316: were removed
5317:
5318: 2010-08-11 moko
5319:
5320: * tests/: 249.html, results/249.processed: default setter and
5321: anti-recursive default getter test added
5322:
5323: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
5324: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
5325: types/pa_vobject.h, types/pa_vstateless_class.C,
5326: types/pa_vstateless_class.h: default setter support +
5327: anti-recursive default getter support ( new feature: #13 )
5328:
5329: * src/include/pa_hash.h: optimization: threshold member removed
5330: from hash, reducing sizeof(hash)
5331:
5332: 2010-08-10 misha
5333:
5334: * tests/196.html: - junction-method was added to the test
5335:
5336: * tests/248.html: - ups. typo :)
5337:
5338: * tests/248.html: - test for checking .match with 4 params
5339:
5340: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
5341: 247_windows1251.txt: - test for "transcode file from utf-8 to
5342: $request:charset during loading if the BOM code is detected"
5343:
5344: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
5345: $request:charset during loading if the BOM code is detected ( new
5346: feature: #98 )
5347:
5348: 2010-08-05 misha
5349:
5350: * src/classes/image.C: - ^image.replace now can accept only 2
5351: params. in this case the whole image is affected ( new feature:
5352: #95 )
5353:
5354: 2010-08-04 misha
5355:
5356: * tests/246.html: - test tor ^hash._at[] was added
5357:
5358: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
5359: #53 )
5360:
5361: * src/include/pa_hash.h: - methods for accessing the first and the
5362: last values of ordered hash were added (first_value and
5363: last_value)
5364:
5365: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
5366: (similar to others file's methods):
5367: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
5368: #68 )
5369:
5370: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
5371:
5372: 2010-08-01 moko
5373:
5374: * src/classes/op.C: to correctly process $result[] in code, called
5375: from ^process
5376:
5377: * tests/245.html: $result in ^process[] test added
5378:
5379: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
5380: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
5381: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
5382: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
5383: caller, self) op_call(VMethodFrame &frame, bool constructing)
5384: removed, construct(class,method) added
5385:
5386: * tests/results/: 192.processed, 244.processed: request::construct
5387: added
5388:
5389: * tests/: 244.html, 245.html, results/244.processed,
5390: results/245.processed: object creation exceptions and ^process
5391: tests added
5392:
5393: 2010-07-28 misha
5394:
5395: * tests/make_tests.cmd: - win32 EOLs
5396:
5397: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
5398: tests on Win32 were added (The system timezone should be GMT+3)
5399:
5400: 2010-07-26 misha
5401:
5402: * tests/: 212.html, results/212.processed: - sizes were removed
5403: mecause they could be different on different OSs
5404:
5405: * tests/065.html: - make it "win32 friendly"
5406:
5407: 2010-07-25 misha
5408:
5409: * src/main/compile.y: - all EOLs between methods are removed during
5410: compilation ( new feature: #47 )
5411:
5412: * tests/results/149.processed: - prepare tests to trim trailing
5413: methods' EOLs
5414:
5415: * tests/149.html: - prepare tests to trim trailing methods' EOLs
5416:
5417: * tests/: results/006.processed, results/014.processed, 006.html,
5418: 014.html, 022.html: - prepare tests to trim trailing methods'
5419: EOLs
5420:
5421: * tests/: 059.html, 071.html, 149.html, results/059.processed,
5422: results/071.processed, results/022.processed: - prepare tests to
5423: trim trailing methods' EOLs
5424:
5425: * tests/: results/073.processed, results/109.processed,
5426: results/142.processed, results/144.processed,
5427: results/149.processed, 073.html, 096.html, 109.html, 142.html,
5428: 144.html: - prepare tests to trim trailing methods' EOLs
5429:
5430: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
5431: 149.html, 152.html, results/096.processed, results/107.processed,
5432: results/109.processed, results/142.processed,
5433: results/144.processed: - prepare tests to trim trailing methods'
5434: EOLs
5435:
5436: 2010-07-24 moko
5437:
5438: * tests/results/: 156.processed, 224.processed: fix for #54 changed
5439: the hash order in this test
5440:
5441: * tests/014.html: to check hash order, hash no is longer sorted
5442: before print
5443:
5444: * src/include/pa_hash.h: hash copy constructor now keeps order
5445: (bugfix: #54)
5446:
5447: 2010-07-23 moko
5448:
5449: * tests/results/224.processed: @auto[] is no longer inherited
5450:
5451: * src/types/pa_vstateless_class.C, tests/227.html,
5452: tests/results/227.processed: @auto[] is no longer inherited
5453: (bugfix: #57)
5454:
5455: 2010-07-22 misha
5456:
5457: * src/classes/table.C: - don't skip comment lines during
5458: table::load if encloser or separator is set as '#' ( new feature:
5459: #30 )
5460:
5461: * src/targets/cgi/parser3.C: - don't run as cgi if
5462: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
5463: #12 )
5464:
5465: * src/classes/file.C: - set PARSER_VARSION env before external
5466: script executing
5467:
5468: 2010-07-13 misha
5469:
5470: * tests/058.html: - test for suppressing @border was added - test
5471: for user attribute was added
5472:
5473: * tests/results/186.processed: unescaping from \uXXXX
5474:
5475: * tests/186.html: unescaping from \uXXXX
5476:
5477: * tests/: 239.html, results/239.processed: method call type
5478:
5479: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
5480: $junction_method.CLASS_NAME (+CLASS)
5481:
5482: 2010-07-07 misha
5483:
5484: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
5485: *nix
5486:
5487: 2010-07-05 misha
5488:
5489: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5490: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
5491: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
5492: comment strings "options must be hash", "options must be hash,
5493: not code" and "called with invalid option" were replaced by
5494: constatns - exception comment string "invalid option passed" was
5495: replaced by "called with invalid option" (now in different
5496: methods are the same exception comment string)
5497:
5498: * src/include/pa_exception.h: - more exception strings were defined
5499:
5500: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5501: types/pa_vstateless_class.h: - now we can define possible
5502: method's call type ( new feature: #5 ) 1.
5503: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
5504: methods 2. @static:method[params] (only static keyword could be
5505: used here) -- for specified methods
5506:
5507: * src/main/pa_common.C: - junction points should not be deleted on
5508: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
5509: cleanup
5510:
5511: 2010-07-03 misha
5512:
5513: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
5514: results/158.processed, results/160.processed,
5515: results/161.processed, results/162.processed,
5516: results/163.processed: - prepare tests to trim trailing methods'
5517: EOLs
5518:
5519: * tests/results/169.processed: - prepare tests to trim trailing
5520: methods' EOLs
5521:
5522: * tests/results/: 168.processed, 169.processed: - prepare tests to
5523: trim trailing methods' EOLs
5524:
5525: * tests/: results/170.processed, results/167.processed,
5526: results/168.processed, results/169.processed, 167.html, 168.html,
5527: 169.html: - prepare tests to trim trailing methods' EOLs
5528:
5529: * tests/: results/170.processed, results/171.processed,
5530: results/172.processed, results/173.processed,
5531: results/174.processed, results/175.processed, 170.html, 171.html,
5532: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
5533: trailing methods' EOLs
5534:
5535: * tests/: results/176.processed, results/180.processed,
5536: results/184.processed, results/185.processed,
5537: results/191.processed, results/192.processed,
5538: results/196.processed, results/197.processed,
5539: results/198.processed, 176.html, 180.html, 184.html, 185.html,
5540: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
5541: to trim trailing methods' EOLs
5542:
5543: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
5544: results/199.processed, results/208.processed,
5545: results/209.processed, results/213.processed,
5546: results/214.processed: - prepare tests to trim trailing methods'
5547: EOLs
5548:
5549: 2010-06-29 misha
5550:
5551: * tests/: 220.html, 218.html, results/218.processed,
5552: results/215.processed, results/217.processed, 215.html, 217.html:
5553: - prepare tests to trim trailing methods' EOLs
5554:
5555: * tests/: results/224.processed, 224.html, 223.html,
5556: results/223.processed, results/220.processed: - prepare tests to
5557: trim trailing methods' EOLs
5558:
5559: * tests/results/: 226.processed, 230.processed: - prepare tests to
5560: trim trailing methods' EOLs
5561:
5562: * tests/: 229.html, results/229.processed: - prepare tests to trim
5563: trailing methods' EOLs
5564:
5565: * tests/: 232.html, 235.html, results/232.processed,
5566: results/235.processed, 226.html, 227.html, 228.html, 230.html,
5567: results/226.processed, results/227.processed,
5568: results/228.processed, results/230.processed: - prepare tests to
5569: trim trailing methods' EOLs
5570:
5571: 2010-06-16 moko
5572:
5573: * tests/: 229.html, results/229.processed: elseif now supported in
5574: ^if
5575:
5576: * src/classes/op.C: new feature: #56 elseif now supported in ^if
5577:
5578: 2010-06-03 misha
5579:
5580: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
5581: instead of memcopy for overlaped regions
5582:
5583: 2010-05-25 misha
5584:
5585: * src/main/pa_common.C: - wanring about unused vars was removed
5586:
5587: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
5588: get_method_filename was moved to execute.C
5589:
5590: 2010-05-23 misha
5591:
5592: * src/main/pa_request.C: - more accurate detection of method's file
5593:
5594: 2010-05-22 misha
5595:
5596: * src/classes/reflection.C: - bugfix: core during detection of
5597: .file if filespec isn't detected successfully
5598:
5599: 2010-05-20 misha
5600:
5601: * src/main/pa_request.C: - fix in get_method_filename
5602:
5603: * src/include/pa_request.h: - new feature: #24 -- searching
5604: included file in @USE/^use is changed. if its filespec doesn't
5605: start from '/' it will be searched in caller file directory
5606:
5607: * src/classes/reflection.C: - ^reflection:method_info returns file
5608: where the method is defined
5609:
5610: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
5611: classes/op.C: - new feature: #24 -- searching included file in
5612: @USE/^use is changed. if its filespec doesn't start from '/' it
5613: will be searched in caller file directory
5614:
5615: * src/: classes/file.C, include/pa_common.h: - method lastposafter
5616: is moved to pa_common.h
5617:
5618: 2010-05-18 misha
5619:
5620: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
5621: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
5622: cookie parser decode \uXXXX as well as %uXXXX
5623:
5624: 2010-05-17 misha
5625:
5626: * src/classes/curl.C: beauty: - unused param is removed in method
5627: _curl_version_action - some spaces were removed or replaced by
5628: tabs
5629:
5630: * src/classes/table.C: - bugfix: #72 core with empty value during
5631: ^table.hash[...;name_of_the_last_column][$.type[string]]
5632:
5633: 2010-05-16 misha
5634:
5635: * src/classes/curl.C: new: #61 more curl options were added
5636: (contributed by Sumo)
5637:
5638: 2010-04-29 pretender
5639:
5640: * src/main/pa_string.C: fixes #63 Split result from empty string
5641: now empty string.
5642:
5643: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
5644: string type.
5645:
5646: 2010-04-28 pretender
5647:
5648: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
5649: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
5650: macrodefinition removed
5651:
5652: 2010-04-19 pretender
5653:
5654: * src/main/execute.C: fixes #60 Stacktrace now contains info for
5655: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
5656:
5657: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
5658: fixes #64 Now file.missing exception generates in unsafe mode to.
5659:
5660: * src/classes/file.C: fixes #48 Now not throw "not save environment
5661: variable" exception in grpunlim version.
5662:
5663: 2010-04-05 misha
5664:
5665: * src/classes/string.C: - new feature: 4th param was added to
5666: match. if specified its value is returned in case of nothing was
5667: found
5668:
5669: 2010-04-01 misha
5670:
5671: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
5672: multiple execution of /a/b/auto.p
5673:
5674: 2010-03-19 misha
5675:
5676: * src/main/execute.C: - core in $table1.$table2 was fixed
5677:
5678: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
5679:
5680: 2010-01-27 misha
5681:
5682: * src/main/pa_common.C: - bugfix: there are no excaption.type if
5683: trying to open file by path /existing-file/non-exixting-file
5684:
5685: 2010-01-26 misha
5686:
5687: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
5688: was added (returns file)
5689:
5690: 2009-12-22 misha
5691:
5692: * src/classes/curl.C: - method 'option' was renamed to 'options' -
5693: now parser doesn't have class curl if it was built without it
5694:
5695: 2009-12-15 misha
5696:
5697: * configure.in: - little cheat with curl include dir was added
5698:
5699: 2009-12-05 misha
5700:
5701: * src/classes/curl.C: - some fixes
5702:
5703: 2009-12-04 misha
5704:
5705: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
5706: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
5707: buildall-with-xml, buildall-without-xml, configure.in: - curl
5708: class was added
5709:
5710: * src/include/pa_hash.h: - hash-iterator was added
5711:
5712: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
5713: was added to pcre
5714:
5715: 2009-11-27 misha
5716:
5717: * src/classes/image.C: - don't add @border attribute to output of
5718: ^image.html[] if it was specified by user with empty value
5719:
5720: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
5721: root element and we are trying to access .documentElement
5722:
5723: 2009-11-11 misha
5724:
5725: * src/classes/table.C: - in ^table.flip[] look at number of columns
5726: instead of number of items in first row for named tables
5727:
5728: 2009-11-10 misha
5729:
5730: * operators.txt: - info about hash-options in ^file::create was
5731: added
5732:
5733: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
5734: added
5735:
5736: 2009-11-09 misha
5737:
5738: * buildall-with-xml: - moving to libxml 2.7.6
5739:
5740: * tests/236.html: - tests for comparations cords with functions
5741: were added
5742:
5743: * src/include/pa_string.h: - optimisation: cacheing of cstr was
5744: added
5745:
5746: * src/main/pa_http.C: - little optimisation
5747:
5748: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
5749: GPF mallocs + stringstream (table.save)
5750:
5751: * src/classes/file.C: - file::create now accepts 4th param: options
5752: with $.charset
5753:
5754: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
5755: bug in cord (comparation cords with functions was buggy)
5756:
5757: 2009-11-06 misha
5758:
5759: * src/main/pa_string.C: - bugfix: calculation string.length
5760: sometimes was buggy
5761:
5762: * src/classes/string.C: - bugfix: Temp_value_element wasn't
5763: destroyed if exception occured during match/replace
5764:
5765: * src/: main/pa_charset.C, include/pa_charset.h: - method
5766: lengthUTF8Char was added
5767:
5768: * src/classes/op.C: - clean tainting lang was added for user's
5769: usage
5770:
5771: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
5772: fixed: checkouts are required after GC_MALLOC
5773:
5774: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
5775:
5776: * operators.txt: - actually, there is no ^untaint[xml] in
5777: file::create
5778:
5779: 2009-10-15 misha
5780:
5781: * tests/: 235.html, 235_attach.txt: - tests for preparing email
5782: were added
5783:
5784: * tests/234.html: - more tests for checking ^taint[uri] escaping
5785: were added
5786:
5787: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
5788: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
5789: hacking: for dealing with transcoding+^taint[uri]
5790: transcode_and_untaint was replaced by untaint_and_transcode
5791:
5792: 2009-10-13 misha
5793:
5794: * tests/: 121.html, results/121.processed: - test transcoding +
5795: url-escaping now
5796:
5797: * tests/results/auto.p: - more helpers' methods were added
5798:
5799: * src/main/pa_globals.C: - die instead of abort
5800:
5801: 2009-10-06 misha
5802:
5803: * src/main/pa_common.C: - don't allocate memory during
5804: capitalization if input string is already capitalized
5805:
5806: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
5807:
5808: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
5809: use format function because it calls malloc
5810:
5811: * src/include/pa_common.h: - more capitalized headers were added
5812:
5813: * src/main/pa_common.C: - in safe mode clear executable bits during
5814: file writing
5815:
5816: 2009-10-05 misha
5817:
5818: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
5819:
5820: 2009-10-03 misha
5821:
5822: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
5823: ^img.text[] & ^img.length[] can work in utf-8 now
5824:
5825: * src/: include/pa_charset.h, main/pa_charset.C: - class
5826: UTF8_string_iterator was added
5827:
5828: * src/classes/image.C: - respect utf-8 when calculate alphabet
5829: length
5830:
5831: * src/classes/mail.C: - check from before get message.cstr
5832:
5833: 2009-10-02 misha
5834:
5835: * tests/233.html: - test for image.font, image.length, image.text
5836: with text in utf-8 were added
5837:
5838: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
5839:
5840: * buildall-with-xml, buildall-without-xml: - comment about gc
5841: version for freebsd 4 was added
5842:
5843: 2009-10-01 misha
5844:
5845: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
5846: terminator) - read_pipe were slightly optimized
5847:
5848: 2009-09-28 misha
5849:
5850: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
5851: removed
5852:
5853: * src/types/pa_vmail.C: - forgot about space after ':'
5854:
5855: * src/types/pa_vmail.C: - escape filenames while preparing mail
5856: body - small simplifications
5857:
5858: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
5859: inout params like pa_base64
5860:
5861: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
5862: option $.debug-print(1) was added to mail:send - changes for
5863: using uue_encode which uses less memory
5864:
5865: * src/main/pa_common.C: - pa_base64_encode uses less memory now
5866:
5867: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
5868: memory now
5869:
5870: 2009-09-26 misha
5871:
5872: * src/types/pa_vmail.C: - default encoding now is base64
5873:
5874: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
5875:
5876: 2009-09-25 misha
5877:
5878: * src/types/pa_vmail.C: - capitalization of headers was added to
5879: sending mail as well
5880:
5881: * buildall-with-xml: - catalog package was removed from libxml
5882:
5883: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
5884: win32 absolute path
5885:
5886: * src/include/pa_common.h: - one more capitalized header was added
5887:
5888: 2009-09-22 misha
5889:
5890: * INSTALL: - comment about building just httpd binary while
5891: building apache module was added
5892:
5893: 2009-09-21 misha
5894:
5895: * buildall-with-xml: - moving to the latest versions of xml libs:
5896: libxml 2.7.4 and libxslt 1.1.25
5897:
5898: 2009-09-19 misha
5899:
5900: * tests/231.html: - test for encoding cookie in win-1251
5901:
5902: 2009-09-18 misha
5903:
5904: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
5905: object] were added
5906:
5907: * operators.txt: - info about method ^reflection:fields[class or
5908: object] was added
5909:
5910: * src/classes/reflection.C: - method ^reflection:fields[class or
5911: object] was added
5912:
5913: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
5914: methods get_fields were added
5915:
5916: * tests/232.html: - tests for @GET[name]
5917:
5918: * src/classes/table.C: - some changes in handling hash-options for
5919: creare, join and locate
5920:
5921: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
5922: defined with option: the type of requested value
5923:
5924: 2009-09-17 misha
5925:
5926: * tests/212.html: - tests for .pattern and .options were added
5927:
5928: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
5929: $regex.options were added
5930:
5931: 2009-09-11 misha
5932:
5933: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
5934: rewrited. it checks not just one case of sending cookies during
5935: file::load[http], but also sending headers and fields (including
5936: files)
5937:
5938: 2009-09-10 misha
5939:
5940: * src/main/untaint.C: - workaround in file-spec lang for old Macs
5941: was removed => now parser can open files with Russian 'r' in
5942: filename
5943:
5944: * src/main/untaint.C: - bugfix: client charset whould be analized
5945: while escaping cookies but now source charset
5946:
5947: * src/main/pa_http.C: - bugfix: the values of http headers didn't
5948: ^tainted[uri] so it was possible to make request with incorrect
5949: http header
5950:
5951: * src/main/pa_http.C: - capitalization of http headers during
5952: file::load[http was slightly changes - bugfix: all headers which
5953: parser sends during file::load[http should be transcoded and only
5954: then escaped
5955:
5956: * src/main/untaint.C: - a bit more comments were added
5957:
5958: * src/classes/: file.C, string.C: - types where changes (minus 2
5959: warnings)
5960:
5961: * src/include/pa_common.h: - 2 capitalized strings for making http
5962: headers during file::load[http were added
5963:
5964: 2009-09-08 misha
5965:
5966: * operators.txt: - changes in file.save and string.save were added
5967:
5968: * tests/: 230.html, 230.txt: - tests for checking options in
5969: file.save and string.save were added
5970:
5971: * src/main/pa_request.C: - http headers names, which are passed to
5972: SAPI::add_header_attribute are lowercased now (it'll be
5973: capitalized in that method)
5974:
5975: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
5976: classes/string.C: - file_write accepts Request_charsets and asked
5977: charset and cound transcode content before writing - string.save
5978: and file.save have option $.charset now
5979:
5980: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
5981: classes/xdoc.C: - file_write accepts Request_charsets and asked
5982: charset and cound transcode content before writing
5983:
5984: * src/include/pa_exception.h: - new exception comment string was
5985: defined
5986:
5987: 2009-09-07 misha
5988:
5989: * src/main/compile.y: - grammar $name\ name stops now for regex
5990: sub-pattern\s
5991:
5992: 2009-09-04 misha
5993:
5994: * src/main/pa_http.C: - capitalization of http headers during
5995: file::load[http was implemented
5996:
5997: 2009-09-03 misha
5998:
5999: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6000: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
6001: types/pa_vmail.C, targets/cgi/parser3.C,
6002: targets/isapi/parser3isapi.C: - back to storing response http
6003: headers in lowercase - capitalize them during output
6004:
6005: 2009-08-31 misha
6006:
6007: * src/classes/table.C: - allow call with any brackets (it could be
6008: useful in methods with explict result declaration)
6009:
6010: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
6011: correctly if $request:charset==koi8-r
6012:
6013: 2009-08-30 misha
6014:
6015: * src/: include/pa_common.h, main/pa_request.C: - http headers were
6016: changed: content-type => Content-type and so on
6017:
6018: * src/classes/file.C, src/include/pa_common.h,
6019: src/include/pa_request.h, src/main/pa_http.C,
6020: src/main/pa_request.C, src/types/pa_vcookie.C,
6021: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
6022: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
6023: tests/results/002.processed, tests/results/003.processed,
6024: tests/results/004.processed, tests/results/005.processed,
6025: tests/results/006.processed, tests/results/007.processed,
6026: tests/results/008.processed, tests/results/009.processed,
6027: tests/results/010.processed, tests/results/011.processed,
6028: tests/results/012.processed, tests/results/013.processed,
6029: tests/results/014.processed, tests/results/015.processed,
6030: tests/results/016.processed, tests/results/017.processed,
6031: tests/results/018.processed, tests/results/019.processed,
6032: tests/results/020.processed, tests/results/021.processed,
6033: tests/results/022.processed, tests/results/023.processed,
6034: tests/results/024.processed, tests/results/025.processed,
6035: tests/results/026.processed, tests/results/027.processed,
6036: tests/results/028.processed, tests/results/029.processed,
6037: tests/results/030.processed, tests/results/031.processed,
6038: tests/results/032.processed, tests/results/033.processed,
6039: tests/results/034.processed, tests/results/035.processed,
6040: tests/results/036.processed, tests/results/037.processed,
6041: tests/results/038.processed, tests/results/039.processed,
6042: tests/results/040.processed, tests/results/041.processed,
6043: tests/results/042.processed, tests/results/043.processed,
6044: tests/results/044.processed, tests/results/045.processed,
6045: tests/results/046.processed, tests/results/047.processed,
6046: tests/results/048.processed, tests/results/049.processed,
6047: tests/results/050.processed, tests/results/051.processed,
6048: tests/results/052.processed, tests/results/053.processed,
6049: tests/results/054.processed, tests/results/055.processed,
6050: tests/results/056.processed, tests/results/057.processed,
6051: tests/results/058.processed, tests/results/059.processed,
6052: tests/results/060.processed, tests/results/061.processed,
6053: tests/results/062.processed, tests/results/063.processed,
6054: tests/results/064.processed, tests/results/065.processed,
6055: tests/results/066.processed, tests/results/067.processed,
6056: tests/results/068.processed, tests/results/069.processed,
6057: tests/results/070.processed, tests/results/071.processed,
6058: tests/results/072.processed, tests/results/073.processed,
6059: tests/results/074.processed, tests/results/075.processed,
6060: tests/results/076.processed, tests/results/077.processed,
6061: tests/results/078.processed, tests/results/079.processed,
6062: tests/results/080.processed, tests/results/081.processed,
6063: tests/results/082.processed, tests/results/083.processed,
6064: tests/results/084.processed, tests/results/085.processed,
6065: tests/results/086.processed, tests/results/087.processed,
6066: tests/results/088.processed, tests/results/089.processed,
6067: tests/results/090.processed, tests/results/091.processed,
6068: tests/results/092.processed, tests/results/093.processed,
6069: tests/results/094.processed, tests/results/095.processed,
6070: tests/results/096.processed, tests/results/097.processed,
6071: tests/results/098.processed, tests/results/099.processed,
6072: tests/results/100.processed, tests/results/101.processed,
6073: tests/results/102.processed, tests/results/103.processed,
6074: tests/results/104.processed, tests/results/105.processed,
6075: tests/results/106.processed, tests/results/107.processed,
6076: tests/results/108.processed, tests/results/109.processed,
6077: tests/results/110.processed, tests/results/111.processed,
6078: tests/results/112.processed, tests/results/113.processed,
6079: tests/results/114.processed, tests/results/115.processed,
6080: tests/results/116.processed, tests/results/117.processed,
6081: tests/results/118.processed, tests/results/119.processed,
6082: tests/results/120.processed, tests/results/121.processed,
6083: tests/results/122.processed, tests/results/123.processed,
6084: tests/results/124.processed, tests/results/125.processed,
6085: tests/results/126.processed, tests/results/127.processed,
6086: tests/results/128.processed, tests/results/129.processed,
6087: tests/results/130.processed, tests/results/131.processed,
6088: tests/results/132.processed, tests/results/133.processed,
6089: tests/results/134.processed, tests/results/135.processed,
6090: tests/results/136.processed, tests/results/138.processed,
6091: tests/results/139.processed, tests/results/140.processed,
6092: tests/results/141.processed, tests/results/142.processed,
6093: tests/results/143.processed, tests/results/144.processed,
6094: tests/results/145.processed, tests/results/146.processed,
6095: tests/results/147.processed, tests/results/148.processed,
6096: tests/results/149.processed, tests/results/150.processed,
6097: tests/results/151.processed, tests/results/152.processed,
6098: tests/results/153.processed, tests/results/154.processed,
6099: tests/results/155.processed, tests/results/156.processed,
6100: tests/results/157.processed, tests/results/158.processed,
6101: tests/results/159.processed, tests/results/160.processed,
6102: tests/results/161.processed, tests/results/162.processed,
6103: tests/results/163.processed, tests/results/164.processed,
6104: tests/results/165.processed, tests/results/166.processed,
6105: tests/results/167.processed, tests/results/168.processed,
6106: tests/results/169.processed, tests/results/170.processed,
6107: tests/results/171.processed, tests/results/172.processed,
6108: tests/results/173.processed, tests/results/174.processed,
6109: tests/results/175.processed, tests/results/176.processed,
6110: tests/results/177.processed, tests/results/178.processed,
6111: tests/results/179.processed, tests/results/180.processed,
6112: tests/results/181.processed, tests/results/182.processed,
6113: tests/results/183.processed, tests/results/184.processed,
6114: tests/results/185.processed, tests/results/186.processed,
6115: tests/results/187.processed, tests/results/188.processed,
6116: tests/results/189.processed, tests/results/190.processed,
6117: tests/results/191.processed, tests/results/192.processed,
6118: tests/results/193.processed, tests/results/194.processed,
6119: tests/results/195.processed, tests/results/196.processed,
6120: tests/results/197.processed, tests/results/198.processed,
6121: tests/results/199.processed, tests/results/200.processed,
6122: tests/results/201.processed, tests/results/202.processed,
6123: tests/results/203.processed, tests/results/204.processed,
6124: tests/results/205.processed, tests/results/206.processed,
6125: tests/results/207.processed, tests/results/208.processed,
6126: tests/results/209.processed, tests/results/210.processed,
6127: tests/results/211.processed, tests/results/212.processed,
6128: tests/results/213.processed, tests/results/214.processed,
6129: tests/results/215.processed, tests/results/216.processed,
6130: tests/results/217.processed, tests/results/218.processed,
6131: tests/results/219.processed, tests/results/220.processed,
6132: tests/results/221.processed, tests/results/222.processed,
6133: tests/results/223.processed, tests/results/224.processed,
6134: tests/results/225.processed, tests/results/226.processed,
6135: tests/results/227.processed, tests/results/228.processed,
6136: tests/results/229.processed: - http headers were changed:
6137: content-type => Content-type and so on
6138:
6139: 2009-08-27 misha
6140:
6141: * src/: main/pa_random.C, include/pa_random.h,
6142: targets/cgi/parser3.C: - year was updated :)
6143:
6144: 2009-08-26 misha
6145:
6146: * tests/: 224.html, 224.p: - test for creating of parser object
6147: using constructor without params - little bugfix in test
6148:
6149: * src/main/compile_tools.h: - bugfix: should't call autouse while
6150: checking existed class while processing partial option
6151:
6152: * src/classes/reflection.C: - bugfix: core when creating object
6153: with reflection and constructor doesn't have params
6154:
6155: 2009-08-24 misha
6156:
6157: * tests/229.html: - tests for checking the number of parameters
6158: were added
6159:
6160: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
6161: number of method's parameters wasn't checked correctly (the bug
6162: was introduced in 3.4.0)
6163:
6164: 2009-08-22 misha
6165:
6166: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
6167: transcoded, but tainted pieces are escaped only when
6168: content-type==url-encoding
6169:
6170: * tests/228.html: - test for checking
6171: ^file::load[http://...;$.body[]]
6172:
6173: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
6174: post charset was too early (charsets is empty at this moment)
6175:
6176: 2009-08-21 misha
6177:
6178: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
6179: main/untaint.C: - some fixes with transcode+untaint
6180:
6181: 2009-08-15 misha
6182:
6183: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
6184: was increaced to 100 (was 50)
6185:
6186: * tests/227.html: - test for checking overriding properties in
6187: static classes was added
6188:
6189: * tests/: 226.html, 226.p: - test for @autoload[] was added
6190:
6191: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
6192: main/execute.C, main/pa_request.C, classes/reflection.C: -
6193: autouse was implemented
6194:
6195: 2009-08-14 misha
6196:
6197: * src/classes/reflection.C: - outdated checkout was removed
6198:
6199: * src/classes/reflection.C: - optimization - method ^dynamical was
6200: added.
6201:
6202: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
6203: types/pa_vstateless_class.h, main/execute.C: - optimization
6204:
6205: * src/types/pa_vclass.C: - exception if base on sytem class
6206:
6207: 2009-08-12 misha
6208:
6209: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
6210: pa_vstateless_class.h: - little optimisation
6211:
6212: 2009-08-11 misha
6213:
6214: * tests/224.html: - method_params => method_info - checking for
6215: $.inherited
6216:
6217: * src/classes/reflection.C, operators.txt: - method method_params
6218: was renamed to method_info and now it returns class name, if
6219: method was defined in ancestor
6220:
6221: * tests/225.html: - tests for cheching properties in hierarhical
6222: classes were added
6223:
6224: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
6225: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6226: main/compile.y, main/execute.C, classes/classes.C: - problems
6227: with properties in new classes implementation were fixed
6228:
6229: 2009-08-10 misha
6230:
6231: * src/main/execute.C: - now constructor shouldn't be defined in
6232: class. it could be defined in parent.
6233:
6234: 2009-08-09 misha
6235:
6236: * src/classes/reflection.C: - ^reflection:methods doesn't return
6237: base's methods
6238:
6239: 2009-08-08 misha
6240:
6241: * src/: classes/classes.h, classes/date.C, classes/file.C,
6242: classes/form.C, classes/hash.C, classes/hashfile.C,
6243: classes/image.C, classes/mail.C, classes/op.C,
6244: classes/reflection.C, classes/regex.C, classes/string.C,
6245: classes/table.C, classes/xdoc.C, classes/xnode.C,
6246: classes/xnode.h, include/pa_hash.h, main/execute.C,
6247: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
6248: types/pa_method.h, types/pa_property.h, types/pa_value.C,
6249: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6250: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6251: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
6252: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6253: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
6254: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
6255: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
6256: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
6257: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
6258: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
6259: types/pa_vresponse.C, types/pa_vresponse.h,
6260: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6261: types/pa_vstateless_object.h, types/pa_vstatus.C,
6262: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
6263: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6264: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6265: types/pa_wwrapper.h, types/types.vcproj: - new classes
6266: implementation
6267:
6268: * buildall-with-xml, buildall-without-xml: - gc has a bug if
6269: USE_MUNMAP is used. so it is disabled as a workaround.
6270:
6271: 2009-08-05 misha
6272:
6273: * src/: main/pa_common.C, include/pa_common.h: - not needed
6274: parameter was removed
6275:
6276: * src/main/pa_http.C: - bugfix: error was during detecting
6277: content-type of file which was loaded by http
6278:
6279: 2009-08-01 misha
6280:
6281: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
6282: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
6283: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
6284: can't be disabled with defines any longer
6285:
6286: 2009-07-29 misha
6287:
6288: * src/classes/reflection.C, tests/results/224.processed: - for
6289: native methods with any call type now returned empty call_type
6290: value
6291:
6292: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6293: classes/table.C, include/pa_hash.h, include/pa_request.h,
6294: main/pa_request.C: - break in cycles was optimized
6295:
6296: * INSTALL: - more defines were described
6297:
6298: 2009-07-28 misha
6299:
6300: * operators.txt: - some changes in information about reflection
6301: class
6302:
6303: * tests/: 224.html, 224.p: - tests for reflection class
6304:
6305: * src/classes/reflection.C: - some bugs were fixed, method classes
6306: was added, refactoring
6307:
6308: 2009-07-26 misha
6309:
6310: * src/classes/classes.vcproj: - reflection class wass added to
6311: project
6312:
6313: * operators.txt: - information about reflection class was added
6314:
6315: * src/classes/reflection.C: - class was redesigned
6316:
6317: 2009-07-24 misha
6318:
6319: * src/classes/: Makefile.am, reflection.C: - class reflection was
6320: added
6321:
6322: * src/types/pa_vstateless_class.h: - method for reflection method's
6323: in classes was added
6324:
6325: 2009-07-22 misha
6326:
6327: * src/main/compile_tools.h: - bugfix: $object.$var was
6328: over-optimized. it failed if $object1.$object2.field
6329:
6330: 2009-07-16 misha
6331:
6332: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
6333: lib/cord/cordxtra.c, lib/cord/include/cord.h,
6334: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
6335: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
6336: one more arg: length of cord
6337:
6338: 2009-07-15 misha
6339:
6340: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
6341: tainted in ^file::load[http://...;$.cookies[]]
6342:
6343: * src/classes/: op.C, regex.C, string.C: - new string with
6344: exception was used
6345:
6346: * src/include/pa_exception.h: - new string with exception was added
6347:
6348: * tests/223.html: - test for checking cookie-encoding during
6349: ^file::load[http was added
6350:
6351: * tests/: 221.html, 222.html: - tests for checking type of
6352: $table.fields.field were added
6353:
6354: * src/types/pa_vtable.C: - not used var decl was removed
6355:
6356: * src/include/pa_string.h: - use cached string length in Body::mid.
6357: it improves speed of match with brackets in pattern
6358:
6359: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
6360: outside
6361:
6362: 2009-07-14 misha
6363:
6364: * src/types/pa_vtable.C: - $table.fields.a return string even if
6365: column is empty (sometime returned void) - $table.fields was
6366: added for nameless tables
6367:
6368: * src/targets/cgi/getopt.c: - one warning resolved
6369:
6370: * src/main/pa_string.C: - potentian bug fixed
6371:
6372: * src/classes/op.C: - small optimization in taint/untaint
6373:
6374: 2009-07-13 misha
6375:
6376: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
6377: added
6378:
6379: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
6380: souldn't add the attribut to output
6381:
6382: 2009-07-11 misha
6383:
6384: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
6385: stack size was increaced to 2MB (default=1MB)
6386:
6387: 2009-07-08 misha
6388:
6389: * src/main/pa_string.C: - link to UTF-8 description was added
6390:
6391: * src/include/pa_hash.h: - hash keeps element's order in more
6392: places (ex: ._keys[])
6393:
6394: * tests/220.html: - test for checking order of elements in hash in
6395: foreach was added
6396:
6397: * tests/172.html: - small changes in printing hash
6398:
6399: * tests/129.html: - small changes in printing hash
6400:
6401: * src/: include/pa_common.h, include/pa_hash.h,
6402: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
6403: types/pa_vmethod_frame.h: - hash now keeps order of elements
6404:
6405: * tests/014.html: - small changes in printing hash
6406:
6407: 2009-07-07 misha
6408:
6409: * src/classes/op.C: - new taint language "parser-code" was added
6410:
6411: * tests/219.html: - test for auto untaint parser code in process
6412: was added
6413:
6414: * src/classes/op.C: - tainted pieces in body of process are
6415: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
6416:
6417: * src/: include/pa_string.h, main/untaint.C: - new language
6418: L_PARSER_CODE for auto-untaint in process was added
6419:
6420: * src/: classes/file.C, classes/hash.C, classes/image.C,
6421: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
6422: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
6423: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
6424: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
6425: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
6426: code cleanup
6427:
6428: 2009-07-06 misha
6429:
6430: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
6431: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
6432: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6433:
6434: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
6435: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
6436: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
6437: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
6438: should be used
6439:
6440: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
6441: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
6442: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
6443: untaint_cstr[m] should be used
6444:
6445: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
6446: deleted. taint_cstr[m] and untaint_cstr[m] should be used
6447:
6448: * tests/218.html: - test for checking automatic file-spec-taint was
6449: added
6450:
6451: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
6452: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
6453: classes/file.C, classes/hash.C, classes/image.C,
6454: classes/string.C, classes/table.C, classes/void.C,
6455: classes/xdoc.C: - optimizations and simplification of
6456: string.cstr(...)
6457:
6458: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
6459: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
6460: - optimizations and simplification of string.cstr(...)
6461:
6462: 2009-07-04 misha
6463:
6464: * tests/217.html: - test for recursion detection was added
6465:
6466: * src/: types/types.vcproj, main/main.vcproj,
6467: classes/classes.vcproj, targets/cgi/parser3.vcproj,
6468: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
6469: from .vcproj
6470:
6471: * src/types/pa_wwrapper.h: - dynamic_cast was removed
6472:
6473: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
6474: uploading files and case-insensitive http-method were added
6475:
6476: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
6477: tainted pattern in ^file:list[] was added
6478:
6479: 2009-07-03 misha
6480:
6481: * src/: classes/classes.vcproj, main/main.vcproj,
6482: types/types.vcproj, targets/cgi/parser3.vcproj,
6483: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
6484: for dynamic_cast) - little options changes
6485:
6486: * src/main/pa_http.C: - file::load[http works now with uploading
6487: files _and_ changing $.charset
6488:
6489: 2009-06-29 misha
6490:
6491: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
6492: while creating pattern
6493:
6494: 2009-06-25 misha
6495:
6496: * src/classes/image.C, operators.txt: - options' names for
6497: ^image.font were changed to $.space, $.width and $spacing -
6498: default space width now == gif's width
6499:
6500: 2009-06-24 misha
6501:
6502: * tests/215.html: - tests for $file.mode were added
6503:
6504: * operators.txt: - added info about $file.mode and changes in
6505: ^image.font[
6506:
6507: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
6508: param now could be omited - third param now could be hash (with
6509: all widths options: $.space-width, $.letter-width) - it's
6510: possible to specify tracking ($.letter-space)
6511:
6512: * src/classes/file.C: - file objects now could have mode field
6513: (text|binary)
6514:
6515: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
6516:
6517: 2009-06-23 misha
6518:
6519: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
6520: trim can work with utf-8 chars now
6521:
6522: 2009-06-20 misha
6523:
6524: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
6525: was implemented
6526:
6527: * src/classes/table.C: - string length cacheing was implemented
6528:
6529: * src/include/pa_string.h: - string length cacheing was implemented
6530:
6531: 2009-06-17 misha
6532:
6533: * src/main/execute.C: - value param was removed from
6534: WContext::WContext
6535:
6536: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
6537: pa_wwrapper.h: - value param was removed from WContext::WContext
6538: - field wcontext was removed from VCodeFrame (using fparent
6539: instead)
6540:
6541: * tests/214.html: - test with hash copying
6542:
6543: 2009-06-16 misha
6544:
6545: * tests/: 062.html, results/062.processed: - evaluation hardcoded
6546: strings doesn't work in expression anymore
6547:
6548: * src/main/execute.C: - less calls for get_constructing() - little
6549: refactoring
6550:
6551: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
6552: include/pa_request.h: - less calls for get_constructing()
6553:
6554: * src/classes/: hash.C, hashfile.C: - fixed bug which was
6555: introduced with OPTIMIZE_SINGLE_STRING optimization
6556:
6557: 2009-06-14 misha
6558:
6559: * src/: classes/date.C, classes/file.C, classes/hash.C,
6560: classes/hashfile.C, classes/image.C, classes/regex.C,
6561: classes/table.C, classes/xdoc.C, classes/xnode.h,
6562: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
6563: types/pa_vstateless_class.h, main/execute.C: - create object for
6564: storing object's fields only for parser objects
6565:
6566: 2009-06-13 misha
6567:
6568: * buildall-with-xml, buildall-without-xml: - new option was added
6569: for building GC (it slightly reduces memory usage)
6570:
6571: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
6572: single string write
6573:
6574: * src/main/execute.C: - bytecode optimization of ^class:constructor
6575: - optimization of single string write
6576:
6577: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
6578: - bytecode optimization of ^class:constructor
6579:
6580: 2009-06-09 misha
6581:
6582: * src/targets/cgi/parser3.C: - type size_t was changed to int in
6583: main (better compatibility)
6584:
6585: 2009-06-08 misha
6586:
6587: * src/main/compile.y: - I've forgot to commit it :(
6588:
6589: 2009-06-07 misha
6590:
6591: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
6592: WITH_READ and WITH_ROOT
6593:
6594: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6595: execute.C: - more optimizations for WITH_SELF, WITH_READ and
6596: WITH_ROOT - little refactoring
6597:
6598: 2009-06-06 misha
6599:
6600: * tests/213.html: - tests for 3rd match string-param were added
6601:
6602: * src/classes/string.C: - 3rd match param could be string now
6603:
6604: * src/main/: compile.y, compile_tools.h: - much more bytecode's
6605: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
6606: GET_OBJECT_ELEMENT
6607:
6608: 2009-06-05 misha
6609:
6610: * src/main/pa_http.C: - bugfix: content-length was not calculated
6611: if $.body was specified
6612:
6613: 2009-06-04 misha
6614:
6615: * src/classes/op.C: - optimizing write_assign_lang in connect
6616:
6617: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
6618:
6619: * src/main/execute.C: - little refactoring - optimizing
6620: write_assign_lang in taint/untaint
6621:
6622: * src/include/pa_opcode.h: - little refactoring
6623:
6624: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6625: main/compile_tools.h, main/execute.C: - optimizations for
6626: $self.field, ^self.method, $self.field[...] and $self.field(...)
6627: were added
6628:
6629: 2009-06-03 misha
6630:
6631: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
6632:
6633: 2009-06-02 misha
6634:
6635: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
6636: include/pa_opcode.h: - refactoring in last optimizations
6637: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
6638: now but code is much easy and it is ready for further
6639: improvements.
6640:
6641: 2009-05-27 misha
6642:
6643: * src/: types/pa_junction.h, types/pa_vjunction.C,
6644: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
6645: changed in destructing junctions
6646:
6647: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
6648: String:Body
6649:
6650: 2009-05-26 misha
6651:
6652: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
6653: one method detect_charset was deleted - bug was fixed in this
6654: method (error while detecting charset in content_type withot last
6655: ';')
6656:
6657: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
6658: once
6659:
6660: 2009-05-25 misha
6661:
6662: * src/classes/file.C: - bugfix: file::exec didn't work after
6663: optimizing of helper_length
6664:
6665: 2009-05-24 misha
6666:
6667: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
6668: were added - little refactoring
6669:
6670: * src/main/execute.C: - core while printing in debug log
6671: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
6672: optimisations were added
6673:
6674: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
6675: were added
6676:
6677: 2009-05-23 misha
6678:
6679: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
6680: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
6681: CORD_cat optimization
6682:
6683: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
6684: - call constr optimisation under separate define now
6685:
6686: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
6687: in $b should be string, not void
6688:
6689: * src/main/compile.y: - little fix for rem-cut optimisation
6690:
6691: * src/: include/pa_opcode.h, main/compile_tools.C,
6692: main/compile_tools.h, main/execute.C: - optimisations for
6693: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
6694:
6695: * INSTALL: - description of some #defined were added
6696:
6697: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
6698: before 1st access (memory usage is reduced if don't access to
6699: .text field)
6700:
6701: * src/include/pa_array.h: - array grows step now not static (it
6702: reduces numbers of reallocs)
6703:
6704: 2009-05-20 misha
6705:
6706: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
6707: $.b(2), $c[d] and $.e[f] was added
6708:
6709: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6710: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
6711: $.e[f] was added
6712:
6713: * src/main/execute.C: - debug printing moved in defines
6714:
6715: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
6716: and little refactoring for OP_GET_OBJECT_ELEMENT +
6717: OP_GET_OBJECT_VAR_ELEMENT optimisation
6718:
6719: 2009-05-19 misha
6720:
6721: * src/main/: compile.y, compile_tools.C, compile_tools.h,
6722: execute.C: - $a.$b & ^a.$b bytecode optimisation
6723:
6724: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
6725: ^a.$b optimisation)
6726:
6727: * src/main/compile.y: - compiler now generate new opcodes:
6728: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
6729: ^a.b - compiler now cut off ^rem{ with all content ; any number
6730: of params }
6731:
6732: * src/main/execute.C: - code for handle new opcodes
6733: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
6734:
6735: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
6736: added for LA2V and LA2S
6737:
6738: * src/include/pa_opcode.h: - new defines which can be used for
6739: disable some bytecode optimisation and new opcodes were added
6740:
6741: 2009-05-17 misha
6742:
6743: * src/lib/cord/cordxtra.c: - bugfix.
6744:
6745: * tests/212.html: - .size[] and .study_size[] were added to tests
6746:
6747: * operators.txt: - info about regex class was added
6748:
6749: * tests/212.html: - tests for regex class were added
6750:
6751: 2009-05-16 misha
6752:
6753: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
6754: gc7.1
6755:
6756: * tests/022.html: - test for ^file:list[path;] (empty second param)
6757: was added
6758:
6759: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
6760: param) should work
6761:
6762: 2009-05-15 misha
6763:
6764: * src/classes/table.C: - automatically disable stringstream usage
6765: on freebsd4
6766:
6767: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
6768: scope
6769:
6770: * tests/211.html: - test with different types of access to hash was
6771: added
6772:
6773: * tests/210.html: - test which checks for loosing tainting in
6774: hash's keys was added
6775:
6776: * tests/208.html: - some parser work added. or stime == 0 %-)
6777:
6778: * src/lib/cord/cordbscs.c: - little hack was added to cord
6779:
6780: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
6781:
6782: * src/include/pa_version.h, configure.in: - moko have made a lot of
6783: optimisations for increacing version number more dramatically :)
6784:
6785: * src/classes/date.C: - little refactoring: use constructor which
6786: accepts formated string
6787:
6788: * src/: include/pa_string.h, main/pa_string.C: - String constructor
6789: which can print formatted string was added
6790:
6791: 2009-05-14 misha
6792:
6793: * src/include/pa_string.h: - type was fixed
6794:
6795: * src/: classes/hashfile.C, classes/op.C,
6796: include/pa_cache_managers.h, include/pa_charset.h,
6797: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
6798: include/pa_request.h, include/pa_sql_driver_manager.h,
6799: include/pa_string.h, include/pa_stylesheet_manager.h,
6800: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
6801: main/pa_charsets.C, main/pa_string.C,
6802: main/pa_stylesheet_connection.C, types/pa_value.h,
6803: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
6804: types/pa_vobject.C, types/pa_vstateless_class.C,
6805: types/pa_vstateless_class.h: - hash_code caching was implemented
6806: (seaches should be faster now)
6807:
6808: * src/: classes/file.C, classes/hash.C, classes/image.C,
6809: classes/string.C, classes/table.C, include/pa_string.h,
6810: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
6811: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
6812: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
6813: types/pa_vrequest.C: - String constructors don't have that stupid
6814: true/false param which means 'tainted'. they accept lang instead.
6815:
6816: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
6817: with OPTIMIZE_RESULT
6818:
6819: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
6820: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
6821:
6822: 2009-05-13 misha
6823:
6824: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
6825: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
6826: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
6827: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
6828: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
6829: main/pa_common.C, main/pa_request.C, main/pa_string.C,
6830: include/pa_string.h, classes/date.C, classes/file.C,
6831: classes/hash.C, classes/image.C, classes/string.C,
6832: classes/table.C, classes/xdoc.C: - result optimisation -
6833: helper_length parameter removed from string constructors
6834:
6835: 2009-05-11 misha
6836:
6837: * tests/209.html: - tests for ^hash::create[hash] were added
6838:
6839: * tests/208.html: - tests for $status:rusage, $status:memory,
6840: ^memory:compact[] were added
6841:
6842: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
6843: log10 were added
6844:
6845: * tests/206.html: - test for try with finally was added
6846:
6847: 2009-05-10 misha
6848:
6849: * tests/205.html: - test for ^file::create[...] was added
6850:
6851: * tests/204.html: - test for ^response:clear[] was added
6852:
6853: * tests/038.html: - tests for trigonometric functions were added
6854:
6855: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
6856: added - more tests for .add, .sub, .union, .intersects and
6857: .intersections
6858:
6859: * tests/065.html: - test for ^file:dirname was added
6860:
6861: * tests/030.html: - test for $cookie:fields was added
6862:
6863: * tests/203.html: - test for ^h._keys[column name] was added
6864:
6865: * tests/201.html: - tests for .trim were added
6866:
6867: * tests/202.html: - tests for last-day,
6868: date:calendar[type](YYYY;MM;DD) were added
6869:
6870: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
6871: .offset[type](N) were added
6872:
6873: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
6874: and .pos[c](N) were added
6875:
6876: * tests/141.html: - test for math:sha1 was added
6877:
6878: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
6879:
6880: 2009-05-09 misha
6881:
6882: * src/main/compile.y: - rollback
6883:
6884: 2009-05-05 misha
6885:
6886: * src/main/pa_exec.C: - little optimisation: somewhere length() was
6887: replaced by is_empty()
6888:
6889: * src/: include/pa_string.h, main/pa_charset.C: - little
6890: optimisation: somewhere length() was replaced by is_empty()
6891:
6892: * src/classes/table.C: - little optimisation: somewhere length()
6893: was replaced by is_empty()
6894:
6895: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
6896: classes/op.C, classes/table.C, main/pa_exception.C: - little
6897: optimisation: somewhere length() was replaced by is_empty()
6898:
6899: 2009-05-04 misha
6900:
6901: * src/: types/pa_method.h, types/pa_vstateless_class.C,
6902: types/pa_vstateless_class.h, main/execute.C,
6903: include/pa_request.h, classes/hash.C, classes/op.C,
6904: classes/table.C: - more optimisations were added: some operators
6905: don't switch write context anylonger
6906:
6907: 2009-05-01 misha
6908:
6909: * src/main/compile.y: - slightly more opcode optimisations for
6910: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
6911:
6912: * src/main/execute.C: - simplifying process for getters
6913:
6914: 2009-04-30 misha
6915:
6916: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
6917:
6918: * tests/results/199.processed: - test for checking $result into
6919: ^rem was added
6920:
6921: * tests/199.html: - test for checking $result into ^rem was added
6922:
6923: * tests/: 022.html, 096.html: - þsort after :list was asses (on
6924: some OS it returns list in different order)
6925:
6926: * src/: include/pa_array.h, include/pa_request.h,
6927: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
6928: changes in stack impl - get_element() optimisation: 3rd param
6929: removed - bugfix: problems with reading empty input param -
6930: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
6931:
6932: * tests/results/198.processed: - test for reading empty local var
6933: was added
6934:
6935: * tests/198.html: - test for reading empty local var was added
6936:
6937: 2009-04-29 misha
6938:
6939: * src/main/compile.y: - bugfix: couldn't compile because
6940: OP_VALUE__GET_ELEMENT should be unde #ifdef
6941:
6942: * src/: include/pa_array.h, include/pa_opcode.h,
6943: include/pa_request.h, main/compile.y, main/execute.C,
6944: main/pa_request.C, types/pa_vmethod_frame.C,
6945: types/pa_vmethod_frame.h: - we can work without opcode
6946: OP_STORE_PARAM, so it was removed
6947:
6948: 2009-04-28 misha
6949:
6950: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
6951: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
6952: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
6953: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
6954: 4.
6955: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
6956:
6957: * src/main/compile_tools.h: - new stuff for op-codes optimisation
6958:
6959: * src/: main/pa_string.C, classes/string.C: - !length() =>
6960: is_empty()
6961:
6962: 2009-04-27 misha
6963:
6964: * src/types/pa_vregex.h: - back explicit vars initialisation
6965:
6966: 2009-04-24 misha
6967:
6968: * src/classes/string.C: - ups. typo fixed
6969:
6970: * src/main/execute.C: - more replacements '*new VBool' to
6971: 'VBool::get' - checks for ^break[], ^continue[] and
6972: parser.interrupted were optimised
6973:
6974: * src/classes/string.C: - number of params.count() calls was
6975: slightly reduced
6976:
6977: 2009-04-23 misha
6978:
6979: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
6980: make it x64 friendly
6981:
6982: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
6983: parser is x64 friendly now
6984:
6985: 2009-04-22 misha
6986:
6987: * src/types/pa_vhashfile.C: - coder friendly exception about
6988: exceeding record size was added
6989:
6990: * src/classes/file.C: - use vregex object instead of direct calls
6991: methods from pcre lib
6992:
6993: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
6994: classes/string.C: - use vregex object instead of direct calls
6995: methods from pcre lib
6996:
6997: * src/: include/pa_common.h, main/pa_common.C: - method
6998: print_pcre_exec_error_text was moved to class vregex
6999:
7000: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
7001: was added
7002:
7003: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
7004: - class vregex was added
7005:
7006: 2009-04-21 misha
7007:
7008: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
7009:
7010: * src/: types/pa_junction.h, types/pa_value.C,
7011: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
7012: types/pa_wcontext.h, main/execute.C, classes/op.C: -
7013: junction-optimisation (destructors)
7014:
7015: * src/include/pa_array.h: - free under if now
7016:
7017: 2009-04-19 misha
7018:
7019: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
7020:
7021: 2009-04-18 misha
7022:
7023: * src/include/pa_version.h:
7024: :q :
7025:
7026: CV:
7027: ----------------------------------------------------------------------
7028:
7029: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
7030: refactoring
7031:
7032: * src/: include/pa_array.h, include/pa_hash.h,
7033: types/pa_vmethod_frame.h: - destructors under #ifdef now
7034:
7035: * src/include/pa_memory.h: - define for using destructors was added
7036:
7037: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7038: main/execute.C: - some junctions will be cached now
7039:
7040: * src/include/pa_hash.h: - hash destructor frees pairs now
7041:
7042: * src/include/pa_array.h: - inline was added to destructor
7043:
7044: * src/types/pa_method.h: - comment was changed
7045:
7046: 2009-04-17 misha
7047:
7048: * src/: include/pa_array.h, include/pa_hash.h,
7049: types/pa_vmethod_frame.h: - destructors were added
7050:
7051: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
7052: renamed to always_use_result
7053:
7054: * src/main/: compile.y, compile_tools.h: - rollback changes in
7055: compiler: full backward compatibility is better
7056:
7057: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
7058: result in var's hash
7059:
7060: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7061: optimisation in method_frame
7062:
7063: * src/include/pa_array.h: - optimisation in array (allocate
7064: elements only when needed)
7065:
7066: * src/types/pa_vresponse.C: - check for $response:headers field
7067: before looking at custom fields
7068:
7069: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
7070: not needed to check existance var with name 'result' in var's
7071: hash
7072:
7073: * src/main/compile.y: - compiler was changed: now it detects
7074: writings to $result and set flag writo_to_result in method
7075:
7076: * src/classes/string.C: - little optimisation: no needed to write
7077: number with lang
7078:
7079: * src/main/pa_charset.C: - methods readChar and skipChar which is
7080: used for read utf8-strings were renamed - is_escaped was renamed
7081: to isEscaped (to the same name convention)
7082:
7083: * src/: types/pa_method.h, main/compile_tools.h: - flag
7084: write_to_result added. compiler get this info from code.
7085:
7086: 2009-04-16 misha
7087:
7088: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
7089: String only before 1st write
7090:
7091: * src/include/pa_string.h: - not needed template removed
7092:
7093: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
7094: types/pa_vjunction.C, types/pa_vproperty.C,
7095: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
7096: main/pa_request.C, classes/bool.C, classes/double.C,
7097: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
7098: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
7099: bool objects)
7100:
7101: 2009-04-15 misha
7102:
7103: * src/lib/cord/cordxtra.c: - more optimisation
7104:
7105: * src/: include/pa_string.h, main/untaint.C: - String::append
7106: optimisation
7107:
7108: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
7109: then get and can sometime be used)
7110:
7111: * src/main/pa_string.C: - String::length optimisation
7112:
7113: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
7114: these methods read different strings
7115:
7116: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7117: fresult_initial_void removed + some optimisation - if $result
7118: defined we don't write to context anymore
7119:
7120: * src/main/pa_charset.C: - readChar => skipChar (in this place we
7121: need just skip char)
7122:
7123: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7124: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
7125: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
7126:
7127: * src/types/pa_vvoid.h: - added get() method for retreave one
7128: instance
7129:
7130: 2009-04-11 misha
7131:
7132: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
7133:
7134: * tests/197.html: - test for parser://test in xml was added
7135:
7136: * src/classes/string.C: - small optimisation
7137:
7138: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
7139: optimisation
7140:
7141: 2009-04-10 misha
7142:
7143: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
7144: to pcre-7.8
7145:
7146: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
7147:
7148: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
7149: added
7150:
7151: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
7152: $request:CLASS_NAME were added
7153:
7154: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
7155: were added
7156:
7157: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
7158: $env:CLASS_NAME were added
7159:
7160: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
7161: '@todo' now
7162:
7163: * src/targets/cgi/parser3.C: - size_t -> int for calming down
7164: compirer
7165:
7166: * src/main/pa_string.C: - little code cleanup
7167:
7168: * src/main/pa_common.C: - describe one more UTF-8 related error
7169: during PCRE compile/execute
7170:
7171: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
7172: normalizing todo-comments: '@todo' now
7173:
7174: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
7175:
7176: * src/main/pa_charset.C: - type changed for making compiler happy
7177:
7178: 2009-03-10 misha
7179:
7180: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
7181: in main()
7182:
7183: 2009-02-01 misha
7184:
7185: * src/main/pa_http.C: - bugfix: double CRLF before the end of
7186: boundary
7187:
7188: 2009-01-25 misha
7189:
7190: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
7191:
7192: * src/classes/file.C: - more changes for parsing different number
7193: of params for file::load
7194:
7195: * tests/193.html: - tests for exception while base64-decode binary
7196: to string was added
7197:
7198: * tests/192.html: - tests for file::load with different number of
7199: options
7200:
7201: * src/classes/math.C: - ups. forgot '+1'
7202:
7203: * src/: classes/table.C, classes/file.C, include/pa_common.h,
7204: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
7205: main/pa_http.C: - ^file::load[...;http://...;] now can post files
7206: (new option $.encode[multipart-form/data] should be specified) -
7207: $.method[] option for file::load now is not case-sensitive
7208:
7209: * src/: include/pa_string.h, main/untaint.C: - for file post the
7210: new taint language L_FILE_POST was added
7211:
7212: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
7213: main/main.vcproj, classes/math.C, include/Makefile.am: - some
7214: stuff was moved to separate files
7215:
7216: 2009-01-23 misha
7217:
7218: * src/classes/math.C: - little optimisation in ^math:sha1[] -
7219: spaces to tabs were converted
7220:
7221: 2009-01-12 misha
7222:
7223: * src/main/pa_http.C: - value of $.method[] option force uppercased
7224: now
7225:
7226: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
7227: types/pa_vform.C, types/pa_vmail.C: - some constants changed
7228: their names
7229:
7230: * src/main/pa_common.C: - changes in formating
7231:
7232: * src/: classes/file.C, main/pa_http.C: - some constants changed
7233: their names
7234:
7235: * src/include/pa_http.h: - some spaces were converted to tabs
7236:
7237: * src/include/pa_common.h: - some constants changed their names
7238:
7239: * src/classes/file.C: - fixed 4-th paramether for file::load -
7240: little code rewriting
7241:
7242: * src/types/pa_vfile.C: - little code rewriting
7243:
7244: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
7245: types/pa_value.h: - some formating changes
7246:
7247: * src/include/pa_common.h: - some formating spaces transformed to
7248: tabs
7249:
7250: * src/classes/string.C: - exception while base64-decode binary to a
7251: string
7252:
7253: 2009-01-11 misha
7254:
7255: * configure.in: - version changed to 3.3.1b
7256:
7257: 2008-09-05 misha
7258:
7259: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
7260: release_3_3_0 on 2008-09-05 10:59:35 +0000
7261:
7262: 2008-09-04 misha
7263:
7264: * tests/: 130.html, 131.html: - these exceptions not typeless
7265: anymore
7266:
7267: * src/classes/op.C: - exception with 'invalid taint language' not
7268: typeless anylonger
7269:
7270: * src/classes/image.C: - some exceptions while operations with
7271: image not typeless anymore
7272:
7273: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
7274: main/pa_exec.C, main/pa_http.C: - some exceptions while
7275: operations with files not typeless anymore
7276:
7277: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
7278: types/pa_vdate.h: - exceptions while checking date range not
7279: typeless anymore
7280:
7281: * src/include/pa_exception.h: - exception type string for invalid
7282: date range was added
7283:
7284: 2008-09-03 misha
7285:
7286: * src/: classes/file.C, main/pa_string.C: - exception while pce
7287: operations not typeless anymore
7288:
7289: * src/include/pa_exception.h: - exception type for pce operations
7290: was added
7291:
7292: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
7293: and .CLASS_NAME insite classes
7294:
7295: * src/classes/table.C: - don't save table header whiile
7296: ^table.save[append;filename] if file exists
7297:
7298: 2008-09-02 misha
7299:
7300: * src/main/compile.y, src/main/compile_tools.h,
7301: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
7302: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
7303: renamed to partial and it login changed: we must mark class as
7304: partial for allow their modifications in future.
7305:
7306: 2008-08-29 misha
7307:
7308: * tests/results/022.processed: - testing taint[regex] in mask for
7309: file:list
7310:
7311: * tests/022.html: - testing taint[regex] in mask for file:list
7312:
7313: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
7314: for file:list was added
7315:
7316: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
7317: file:list
7318:
7319: 2008-08-26 misha
7320:
7321: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
7322: last derived object
7323:
7324: * src/classes/image.C: - many strings "image.format" replaced by
7325: IMAGE_FORMAT constant string - handle GPS info while parse exif -
7326: understand some more exif tags
7327:
7328: * src/include/pa_exception.h: - string "image.format" was added
7329:
7330: 2008-08-21 misha
7331:
7332: * src/: main/pa_string.C, classes/file.C: - use method for print
7333: pcre_exec text error
7334:
7335: * src/main/pa_common.C: - method for print pcre_exec text error was
7336: added
7337:
7338: * src/include/pa_common.h: - method declaration for print pcre_exec
7339: text error was added
7340:
7341: 2008-08-19 misha
7342:
7343: * src/main/execute.C: - bugfix: opcodes must be in separate
7344: namespace while debug execution as well
7345:
7346: * tests/: 015.html, results/015.processed: - test for escaping some
7347: parser chars was added
7348:
7349: 2008-08-18 misha
7350:
7351: * tests/: 190.html, 190.p, results/190.processed: - test for
7352: $caller.self.field + default getter in one class was added
7353:
7354: * tests/: 189.html, results/189.processed: - test for
7355: ^date::create[date object]
7356:
7357: * tests/: 188.html, results/188.processed: - tests for match with
7358: UTF-8 strings
7359:
7360: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
7361: ^string.match[]
7362:
7363: * ChangeLog: - parser 3.3.0 beta13
7364:
7365: 2008-08-15 misha
7366:
1.116 moko 7367: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
7368: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
7369: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
7370: dftables.c: - old PCRE files removed
1.95 moko 7371:
7372: * src/lib/pcre/config.h: - configuration for PCRE library
7373:
7374: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7375: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
7376:
7377: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
7378: library and set flag UTF8 if $request:charset is UTF-8
7379:
7380: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
7381: include/pa_config_fixed.h: - moved to new PCRE library
7382:
7383: * src/: main/main.vcproj, types/types.vcproj,
7384: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
7385: win32\pcre instead of parser3\src\lib\pcre
7386:
7387: * src/: include/pa_opcode.h, include/pa_operation.h,
7388: main/compile.C, main/compile.y, main/compile_tools.C,
7389: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
7390: opcodes were moved to separate namespace
7391:
7392: 2008-08-14 misha
7393:
7394: * src/types/pa_vstateless_class.C: - newline at the end missed
7395:
7396: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
7397: tainting
7398:
7399: 2008-08-11 misha
7400:
7401: * tests/: 187.html, 187.p, results/187.processed: - tests for
7402: $caller.self, $caller.self.field and $caller.self.field[value]
7403: were added
7404:
7405: * src/types/pa_vmethod_frame.h: - still need to check 'self'
7406: runtime as well (for $caller.self)
7407:
7408: 2008-07-25 misha
7409:
7410: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
7411: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
7412: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
7413: tests with international characters
7414:
7415: 2008-07-23 misha
7416:
7417: * src/main/pa_http.C: - escape $cookies as %uXXXX while
7418: file::load[...;http://
7419:
7420: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
7421: now everywhere in separate namespace
7422:
7423: * src/types/pa_vmethod_frame.h: - looking for caller before looking
7424: for vars
7425:
7426: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
7427: can be escaped by '^'
7428:
7429: 2008-07-22 misha
7430:
7431: * src/classes/string.C, tests/186.html: - names changes:
7432: escape=>js-escape, unescape=>js-unescape
7433:
7434: 2008-07-21 misha
7435:
7436: * tests/results/186.processed: - test for string escape/unescape
7437:
7438: * tests/186.html: - test for string escape/unescape
7439:
7440: * src/classes/string.C: - string has escape and unescape methods
7441: now
7442:
7443: * src/: include/pa_string.h, main/pa_string.C: - escape method was
7444: added
7445:
7446: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
7447: method-layers added (with different params)
7448:
7449: 2008-07-18 misha
7450:
7451: * tests/results/185.processed: - test for ^str.pos[substr](offset)
7452: was added
7453:
7454: * tests/185.html: - test for ^str.pos[sub](offset) added
7455:
7456: * src/classes/string.C, src/classes/void.C, operators.txt: -
7457: ^string.pos[substr](offset) -- 2nd param accepted now
7458:
7459: * src/main/pa_string.C: - .pos works fine with offset for utf-8
7460: strings
7461:
7462: 2008-07-17 misha
7463:
7464: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7465: helper length added for mid for small optimisation
7466:
7467: 2008-07-16 misha
7468:
7469: * tests/: 185.html, results/185.processed: - tests for
7470: length/left/right/mid/pos with utf-8 strings
7471:
7472: * src/classes/string.C: - left/right/mid/length/pos works fine for
7473: utf-8 strings
7474:
7475: * src/main/untaint.C: - comments removed
7476:
7477: * src/: include/pa_string.h, main/pa_string.C,
7478: include/pa_charset.h, main/pa_charset.C: - methods for working
7479: with pos/mid for strings in utf-8 were added
7480:
7481: 2008-07-15 misha
7482:
7483: * tests/: 184.html, results/184.processed: - test for case body as
7484: expression: $var(^switch(1){^case(1)(true)..})
7485:
7486: * src/classes/op.C: - case body can be expression now:
7487: $var(^switch(1){^case(1)(true)..})
7488:
7489: * tests/: results/183.processed, 183.html: - added test for testing
7490: new cookie encoding (%uXXXX)
7491:
7492: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
7493: decoding for backward compatibility they decoded from %XX in
7494: request:charset too
7495:
7496: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
7497: - cookie class now decode cookies before first access after last
7498: request:charset changing (as form class).
7499:
7500: * src/main/pa_charset.C: - added method escape for escaping cookies
7501: as %uXXXX - before transcode calculate required space for dest
7502: string. it reduce mem usage for transcode
7503:
7504: * src/include/pa_charset.h: - added method escape for escaping
7505: cookies as %uXXXX
7506:
7507: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
7508: was added. will used for escaping cookies as %uXXXX
7509:
7510: * src/include/pa_common.h: - escape method has new option for skip
7511: converting '+' to a space char
7512:
7513: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
7514: transcode - escape method has new option for skip converting '+'
7515: to a space char
7516:
7517: 2008-07-08 misha
7518:
7519: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
7520: (no UE if more then 1 case matches anylonger) - optimization:
7521: doing searching.as_string() || searching.as_double() only once
7522:
7523: 2008-07-04 misha
7524:
7525: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
7526: now ^date::create[date object] works
7527:
7528: * src/classes/string.C: - left and right added as aliases for start
7529: and end in ^string.trim[]
7530:
7531: 2008-07-03 misha
7532:
7533: * src/classes/file.C: - allow $.limit for file::sql as well
7534:
7535: * src/classes/file.C: - allow $.offset option for file::sql - force
7536: send limit=1 to query for use sql specifics authomatically
7537:
7538: * src/classes/: hash.C, string.C, table.C: - don't throw exception
7539: if $.limit value if empty. autoconvert it as everywere
7540:
7541: 2008-07-02 misha
7542:
7543: * configure.in: - time to change version number to 3.3.0 %-)
7544:
7545: * src/include/pa_version.h: - time to change version number to
7546: 3.3.0 %-)
7547:
7548: 2008-06-26 misha
7549:
7550: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7551: $.limit(0) fixes
7552:
7553: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
7554: - $.limit(0) fixes
7555:
7556: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
7557: new API)
7558:
7559: * src/: include/pa_sql_driver_manager.h,
7560: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
7561: classes/op.C: - document_root added
7562:
7563: * src/main/compile.tab.C: - error message was changed
7564:
7565: 2008-06-25 misha
7566:
7567: * src/main/compile.y: - error message was changed
7568:
7569: 2008-06-24 misha
7570:
7571: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
7572:
7573: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
7574: tests for @OPTIONS\nappend
7575:
7576: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
7577:
7578: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
7579:
7580: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
7581:
7582: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
7583: compile.y
7584:
7585: 2008-06-17 misha
7586:
7587: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
7588: compilation: ^if(default){true. it's incorrect. must be
7589: exception}
7590:
7591: 2008-06-16 misha
7592:
7593: * tests/: 181.ent, 181.html, results/181.processed: - test for
7594: checking external reference loading with 'http://localhost'
7595: prefix while creating xdoc
7596:
7597: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
7598: ^math:long2ip[] and ^math:ip2long[]
7599:
7600: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
7601: added which use scalar stateless class method when user object
7602: used in scalar context - use get_scalar_value when user object
7603: requested in scalar context
7604:
7605: * src/main/pa_common.C: - size must be int but not size_t or we
7606: can't compare with 0 sprintf result
7607:
7608: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7609: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
7610: with internal switch between local/global vars
7611:
7612: * src/types/pa_vclass.C: - register scalar if method @GET[] was
7613: specified
7614:
7615: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
7616: pa_vstateless_object.h: - stateless class and object now has
7617: private scalar field and getter/setter for working with it
7618:
7619: * src/classes/math.C: - methods math:long2ip & math:ip2long were
7620: moved to inet static class
7621:
7622: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
7623: class added (^inet:aton[IP], ^inet:ntoa(number))
7624:
7625: * tests/: 180.html, results/180.processed: - tests for
7626: ^math:long2ip(long) and ^math:ip2long[IP]
7627:
7628: * src/classes/math.C: - ^math:ip2long[IP] added
7629:
7630: 2008-06-11 misha
7631:
7632: * src/main/pa_xml_io.C: - use file_read_text again because of we
7633: need cut BOM code and remove DOS newline chars. but don't
7634: transcode it anyway.
7635:
7636: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
7637: main/pa_http.C: - option for disable transcoding while file_read
7638: and file_read_text added
7639:
7640: 2008-06-10 misha
7641:
7642: * tests/: 179.html, 179.p, results/179.processed: - test for many
7643: classes in 1 file
7644:
7645: * src/main/: compile.C, compile_tools.h: - compile return list of
7646: classes now.
7647:
7648: * src/main/: compile.y, compile.tab.C: - compile return list of
7649: classes now. internals.
7650:
7651: * src/main/pa_request.C: - compile return list of classes now. try
7652: call @conf and @auto for each returned class
7653:
7654: * src/include/pa_request.h: - compile return list of classes now
7655:
7656: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
7657: return list of classes when compile buf)
7658:
7659: 2008-06-07 misha
7660:
7661: * src/main/pa_request.C: - constructing VRequest object with 3rd
7662: param -- form
7663:
7664: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
7665: 3rd param: form. needed for get post_charset
7666:
7667: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
7668: added
7669:
7670: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
7671: types/pa_vform.C, types/pa_vform.h: - some polish
7672:
7673: 2008-06-06 misha
7674:
7675: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
7676: charset and decode chars from it but not from response:charset
7677:
7678: * src/main/pa_http.C: - detect_charset moved out of here
7679:
7680: * src/: include/pa_common.h, main/pa_common.C: - more helpers
7681: methods moved here - unescape_chars accepn one charset now
7682:
7683: * src/main/pa_http.C: - new constants used - don't allow
7684: $.content-type in ^file::load[;http://;$.method[POST]] - add
7685: charset info while ^file::load[;http://;$.method[POST]] - option
7686: $.omit-post-charset(true) added to ^file::load[;http://] for
7687: disabling charset during post
7688:
7689: * src/types/pa_vform.C: - new constants used
7690:
7691: * src/include/pa_common.h: - some constants were added
7692:
7693: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
7694: instead of StrEqNc
7695:
7696: * src/main/pa_common.C: - new method for caseless search
7697: c-substring in c-string - use isxdigit instead of is_hex_digit
7698:
7699: * src/include/pa_common.h: - new method for caseless search
7700: c-substring in c-string
7701:
7702: 2008-06-05 misha
7703:
7704: * tests/results/178.processed: - test for testing default getter
7705:
7706: * tests/178.html: - test for testing default getter
7707:
7708: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
7709: for test for testing default getter
7710:
7711: * src/main/execute.C: - default getter soul
7712:
7713: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
7714: requested objects' field not found
7715:
7716: * src/types/pa_vclass.C: - register default getter if defined - get
7717: default getter if requested field not found
7718:
7719: * src/types/pa_vstateless_object.h: - method get_default_getter was
7720: added
7721:
7722: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
7723: pointer to default getter and methods for get/set it were added
7724:
7725: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
7726: auto_name field (for default getter)
7727:
7728: 2008-06-04 misha
7729:
7730: * src/main/pa_xml_io.C: - load external xml in binary mode (no
7731: transcoding, no cutting BOM code, no fixing line breaks) and get
7732: it to libxml "as is"
7733:
7734: 2008-06-03 misha
7735:
7736: * src/main/pa_common.C: - use store_Char instead of
7737: transcodeCharFromUTF8
7738:
7739: * src/: include/pa_charset.h, main/pa_charset.C: - method
7740: store_Char added, transcodeCharFromUTF8 -- removed
7741:
7742: 2008-06-02 misha
7743:
7744: * tests/: results/177.processed, 177.html: - test for checking
7745: .[acm]date after local ^file::load[] was added
7746:
7747: * tests/: results/176.processed, 176.html: - test for checking
7748: @OPTION\locals + @method[vars][locals] added
7749:
7750: * tests/results/auto.p: - CLASS_PATH specified for checking use
7751:
7752: 2008-05-30 misha
7753:
7754: * src/main/: compile.y, compile.tab.C: - changes in compiler:
7755: @OPTION\nlocals + @method[vars][;locals;] were added
7756:
7757: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
7758: moved to separate method op_code - switch from VMethodFrame to
7759: VMethodFrameGlobal + VMethodFrameLocal
7760:
7761: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
7762: was moved to separate method op_code
7763:
7764: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
7765: VMethodFrame now
7766:
7767: * src/types/pa_vstateless_class.h: - stateless class have bool flag
7768: all_vars_local as well
7769:
7770: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
7771: pa_vmethod_frame_local.h, Makefile.am: - who children for
7772: VMethodFrame were added: one (global) works as VMethodFrame
7773: before and second (local) write all vars in self vars scope
7774:
7775: * src/types/pa_method.h: - method has bool flag all_vars_local now
7776:
7777: 2008-05-29 misha
7778:
7779: * tests/: 129.html, results/129.processed: - more tests for
7780: ^table.hash[]
7781:
7782: * src/classes/hash.C: - ^hash::sql has a new option:
7783: $.type[hash|string|table] as ^table.hash[] one.
7784:
7785: * src/classes/op.C: - ^try has 3rd param now: finally code which
7786: executed anyway after try or catch section
7787:
7788: 2008-05-27 misha
7789:
7790: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
7791: must not fail if $.distinct(1) wasn't specified
7792:
7793: 2008-05-26 misha
7794:
7795: * src/classes/op.C: - allow ^throw[my type]
7796:
7797: 2008-05-22 misha
7798:
7799: * configure.in, configure: - version number updated to 3.2.4b
7800:
7801: * src/classes/: op.C, string.C: - trim format string before
7802: eval/format
7803:
7804: * tests/: results/175.processed, 175.html: - more tests for
7805: different format strings in .format[]
7806:
7807: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
7808: as well (not only %XX)
7809:
7810: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
7811: charset specified - checks for format before print number
7812: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
7813: (instead of tabs) removed
7814:
7815: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
7816: charset specified
7817:
7818: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
7819: char in requested charset from utf code was added
7820:
7821: 2008-05-19 misha
7822:
7823: * tests/: 174.html, results/174.processed: - test for
7824: ^hashfile.cleanup[] added
7825:
7826: * src/classes/hashfile.C: - optimization: don't create any key or
7827: value variable if it's name weren't specified
7828: (^hf.foreach[;v]{...})
7829:
7830: 2008-05-16 misha
7831:
7832: * src/classes/hash.C: - optimization: don't create any key variable
7833: if variable name wasn't specified (^h.foreach[;v]{...})
7834:
7835: 2008-05-15 misha
7836:
7837: * src/classes/op.C: - small changes
7838:
7839: * src/classes/hashfile.C: - code reformating (as hash.foreach)
7840:
7841: * src/classes/hash.C: - calculate var_context once before foreach
7842:
7843: 2008-05-14 misha
7844:
7845: * src/classes/hashfile.C: - incorrect vars context calculation for
7846: ^hashfile.foreach[;]{} fixed
7847:
7848: * src/classes/: hash.C, table.C: - little optimisation
7849:
7850: * src/classes/file.C: - bugfix: double absolute path while loading
7851: file
7852:
7853: * tests/: 174.html, results/174.processed: - tests for hashfile
7854: were added
7855:
7856: * buildall-with-xml: - moving to libxslt 1.1.24
7857:
7858: 2008-04-30 misha
7859:
7860: * src/classes/file.C: - stat file while loading (local only) so
7861: .adate, .mdate and .cdate available without additional ::stat
7862:
7863: 2008-04-28 misha
7864:
7865: * src/classes/file.C: - $.name and $.content-type available for
7866: stated file
7867:
7868: 2008-04-14 misha
7869:
7870: * src/targets/cgi/parser3.C: - new year in copyright %-)
7871:
7872: * src/include/pa_version.h: - new version number in head
7873:
7874: 2008-04-10 misha
7875:
7876: * tests/: 080.html, results/080.processed: - cut '0' from
7877: exponential part because of on diff OS it differ (20 or 020 for
7878: ex)
7879:
7880: * tests/: 119.html, results/119.processed: - check for encoding
7881: while creating xdoc
7882:
7883: 2008-04-09 misha
7884:
7885: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
7886:
7887: * src/main/pa_common.C: - comment added
7888:
7889: * src/classes/date.C: - little refactoring
7890:
7891: 2008-04-07 misha
7892:
7893: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
7894: style of ^table.save[]: prepare one big string and sabe it at
7895: once. it's safe on freebsd 4.x but use much more memory.
7896:
7897: * buildall-with-xml, buildall-without-xml: - option
7898: --disable-stringstream added (under comment. use it on freebsd
7899: 4.x)
7900:
7901: 2008-02-22 misha
7902:
7903: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
7904: specified together in file::load[;http] - get back transcoding
7905: $.body[] in file::load[;http]
7906:
7907: 2008-02-21 misha
7908:
7909: * src/classes/date.C: - ^date.gmt-string[] was added
7910:
7911: * src/types/pa_value.C: - method for output date in RFC 822 format
7912: moved to pa_common.h
7913:
7914: * src/include/pa_common.h: - method for output date in RFC 822
7915: format moved here from pa_value.C
7916:
7917: * src/types/pa_vmail.C: - fixed core in sending mail with
7918: attachment in simple mode ($.file[file here]) introduced in 3.2.2
7919:
7920: 2008-02-20 misha
7921:
7922: * src/main/pa_http.C: - transcode $.headers before escaping into
7923: specified charset while ^file::load[...;http://...] (L_URI
7924: instead of L_HTTP_HEADER) - $.cookies param available in
7925: ^file::load[;http://...] now (but we don't parse set-cookies from
7926: response yet) (cookies not transcoded as common $cookies)
7927:
7928: 2008-02-19 misha
7929:
7930: * src/main/pa_request.C: - rollback: we mustn't force taint
7931: $response:field values because in this case
7932: $response:locateion[http://...] don't works.
7933:
7934: 2008-02-15 misha
7935:
7936: * src/classes/op.C: - little refactoring
7937:
7938: * src/main/pa_http.C: - taint names of $.headers for load[;http
7939:
7940: * src/main/pa_request.C: - force taint values of $response:field
7941:
7942: 2008-02-14 misha
7943:
7944: * src/main/pa_request.C: - $response:field transcoded to
7945: $response:charset before escaping now
7946:
7947: * src/main/pa_http.C: - some outdated comments removed
7948:
7949: * src/classes/date.C: - lastdat -> last-day
7950:
7951: * src/classes/date.C: - ^date:lastday(year;month) and
7952: ^date.lastday[] were added - little code refactoring - comments
7953: changes
7954:
7955: * tests/: 159.html, results/159.processed: - test for number of
7956: days in February
7957:
7958: * src/types/pa_value.C: - fixes in code formatting
7959:
7960: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
7961: and comments
7962:
7963: 2008-02-13 misha
7964:
7965: * src/main/pa_common.C: - bugfix for february at leap year
7966:
7967: 2008-01-28 misha
7968:
7969: * tests/: 160.html, results/160.processed: - more test for cache
7970: added
7971:
7972: * src/classes/op.C: - bugfix: cache body executed twice if contains
7973: unhandled exception
7974:
7975: 2008-01-25 misha
7976:
7977: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
7978: bug when hashfile became inavailable after memory:compact)
7979:
7980: * src/lib/sdbm/apr_strings.C: - +arp_malloc
7981:
7982: 2008-01-22 misha
7983:
7984: * src/classes/table.C: - little refactiring and exception texts
7985: changes in method ^table.hash[]
7986:
7987: * src/types/pa_vcookie.C: - link to cookie specification changed
7988:
7989: 2008-01-21 misha
7990:
7991: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
7992: file::exec/cgi
7993:
7994: * src/classes/file.C: - bugfix: core while processing headers if
7995: executed cgi script don't return content
7996:
7997: 2008-01-18 misha
7998:
7999: * buildall-with-xml: - move to libxml2 version 2.6.31
8000:
8001: * src/include/pa_version.h, configure.in: - version number updated
8002: to '3.2.3b'
8003:
8004: 2007-12-28 misha
8005:
8006: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
8007: hash.contains
8008:
8009: 2007-12-27 misha
8010:
8011: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
8012: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
8013: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
8014: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
8015: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8016: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
8017: src/targets/cgi/parser3.vcproj,
8018: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
8019: back to VS2003 because of Apache 1.3 module can't work if it was
8020: built in VS 2005. with cgi all file so VS2003 project files can
8021: be easy converted to the new format.
8022:
8023: 2007-12-04 misha
8024:
8025: * src/types/pa_vcode_frame.h: - changes in comment
8026:
8027: 2007-11-29 misha
8028:
8029: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
8030: intercept strings any longer
8031:
8032: * tests/: 173.html, results/173.processed: - tests for
8033: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
8034: but not in main code frame
8035:
8036: * tests/: 172.html, results/172.processed: - more tests for pass
8037: objects from code frames
8038:
8039: 2007-11-27 misha
8040:
8041: * tests/: 152.html, results/152.processed: - tests for converting
8042: strings 'true'/'false' to bool were added
8043:
8044: * tests/152.html: - added checks for converting strings
8045: 'true'/'false' to bool
8046:
8047: * src/classes/string.C: - ^srting.bool[] now can convert to bool
8048: not only strings with numbers but with values 'true'/'false' as
8049: well
8050:
8051: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
8052: for parser3.log increased
8053:
8054: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
8055:
8056: * src/include/pa_common.h: - remove_crlf return cstring size now
8057:
8058: * src/include/pa_types.h: - constant with buffer size for
8059: parser3.log added
8060:
8061: 2007-11-16 misha
8062:
8063: * tests/cat.sh: - script for tests for file::exec/cgi
8064:
8065: * tests/171.html: - tests for file::exec/cgi
8066:
8067: * tests/results/171.processed: - tests results for file::exec/cgi
8068:
8069: 2007-11-15 misha
8070:
8071: * src/main/pa_exec.C: - fixed incorrect exec code for unix
8072:
8073: * src/classes/file.C: - .body must be set before analyzing cgi
8074: headers
8075:
8076: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
8077: only if exec/cgi return anything.
8078:
8079: 2007-11-14 misha
8080:
8081: * operators.txt: - info about new text|binary option for
8082: file::exec/cgi was added
8083:
8084: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
8085: ^file:exec[[text|binary];script;...]
8086:
8087: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
8088: classes/string.C, classes/table.C: - more text strings moved to
8089: the one place
8090:
8091: 2007-11-09 misha
8092:
8093: * src/types/pa_vrequest.C: - $request:argv must be taint
8094:
8095: * ChangeLog: - $request:argv [patch from Sumo]
8096:
8097: * operators.txt: - $request:argv
8098:
8099: * src/: include/pa_request_info.h, types/pa_vrequest.C,
8100: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
8101:
8102: 2007-10-25 misha
8103:
8104: * buildall-with-xml, buildall-without-xml: - options preparations
8105: for ./configure rewrited
8106:
8107: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
8108: error occure in unhandled_exception finally fixed
8109:
8110: 2007-10-23 misha
8111:
8112: * tests/: 170.html, results/170.processed: - test for
8113: @method[][result]
8114:
8115: * operators.txt: - added info about node.prefix and
8116: node.namespaceURI
8117:
8118: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
8119:
8120: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
8121: added for node and attribute
8122:
8123: 2007-10-22 misha
8124:
8125: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
8126:
8127: * src/main/pa_request.C: - added const content-transfer-encoding
8128:
8129: * src/include/pa_request.h: - added const content-transfer-encoding
8130: - ups. constants must be in lowercase (for search)
8131:
8132: * src/types/pa_vmail.C: - more constants used -
8133: content-transfer-encoding: 8bit added
8134:
8135: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
8136:
8137: * src/include/pa_request.h: - more constants
8138:
8139: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
8140: ommit anymore if $.content-disposition was specified - little
8141: refactoring
8142:
8143: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
8144:
8145: 2007-10-17 misha
8146:
8147: * operators.txt: - info about
8148: table::create[nameless]{data}[>options<] was added
8149:
8150: * src/main/: compile.tab.C, compile.y: - if error occure while
8151: compile method don't put this method in methods table anymore.
8152: in other case the parser coredumped if @unhandled_exception
8153: method can't be compiled because of parser.compile error.
8154:
8155: * src/main/execute.C: - little code reformating
8156:
8157: * src/main/pa_request.C: - little code reformating - comment
8158: changed
8159:
8160: 2007-10-16 misha
8161:
8162: * tests/: 035.html, results/035.processed: - tests
8163: table::create[]{}[options] added
8164:
8165: * src/classes/table.C: - table::create[]{} now accept 3rd param:
8166: options (only $.seperator[] yet)
8167:
8168: 2007-10-10 misha
8169:
8170: * src/classes/table.C: - some contstants moved to pa_common.h -
8171: some code changes
8172:
8173: 2007-10-02 misha
8174:
8175: * src/main/pa_uue.C: - memory usage during uuencode reduced more
8176: then three time as much. but base64 encoding method still use
8177: less memory anyway.
8178:
8179: 2007-09-17 misha
8180:
8181: * operators.txt: - added info about $cookie:fields
8182:
8183: * src/types/pa_vcookie.C: - $cookie:fields available now
8184:
8185: * src/classes/hash.C: - some stuff for use with .for_each moved to
8186: common
8187:
8188: * src/include/pa_common.h: - some stuff for use with .for_each
8189: moved here
8190:
8191: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
8192:
8193: 2007-09-14 misha
8194:
8195: * buildall-with-xml: - new xml libs again =)
8196:
8197: 2007-08-28 misha
8198:
8199: * operators.txt: - texts about ^table.columns[[column name]] and
8200: ^string.split[...][v][column name] were added
8201:
8202: * tests/: 168.html, 169.html, results/168.processed,
8203: results/169.processed: - tests for ^table.columns[[column name]]
8204: and ^string.split[...][v][column name] were added
8205:
8206: * src/classes/table.C: - new option ^table.columns[[column name]]
8207: was added
8208:
8209: * src/classes/string.C: - new option ^string.split[...;v;[column
8210: name]]
8211:
8212: * src/include/pa_exception.h: - error text message for
8213: ^hash._keys[], ^table.columns[] and ^string.split[]
8214:
8215: 2007-08-27 misha
8216:
8217: * src/main/untaint.C: - try to fix coredump on unix if print to
8218: body ^taint[sql][something] outside of connect
8219:
8220: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
8221: outside of connect
8222:
8223: * buildall-with-xml, buildall-without-xml: - strip parser3 was
8224: added (commented by default)
8225:
8226: 2007-08-20 misha
8227:
8228: * operators.txt: - comment about new method ^node.hasAttributes[]
8229: was added
8230:
8231: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
8232: duplicated exception text strings were removed
8233:
8234: * src/include/pa_exception.h: - more exception text strings moved
8235: here
8236:
8237: * src/classes/table.C: - some duplicate exceptions' text strings
8238: removed
8239:
8240: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
8241: xdoc.C, xnode.C: - some duplicate exceptions' text strings
8242: removed
8243:
8244: * src/include/pa_exception.h: - some exception text strings movet
8245: to pa_exception
8246:
8247: * tests/: 149.html, results/149.processed: - test for
8248: ^xnode.hasAttributes[] was added - some code changes
8249:
8250: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
8251: added
8252:
8253: 2007-08-17 misha
8254:
8255: * tests/: results/006.processed, results/059.processed, 006.html,
8256: 059.html: - more tests for match
8257:
8258: * tests/: 129.html, results/129.processed: - tests for
8259: ^table.hash[...][$.type[string|hash|table]] added
8260:
8261: * src/targets/cgi/parser3.C: - little syntax changes
8262:
8263: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
8264: syntax changes
8265:
8266: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
8267: messages in parser3.log switched off by default. If someone
8268: really still need it: use $SIGPIPE(1)
8269:
8270: 2007-08-08 misha
8271:
8272: * buildall-with-xml, buildall-without-xml: - remove libs source
8273: files by default since now
8274:
8275: 2007-08-07 misha
8276:
8277: * buildall-without-xml: - some option syntax changes
8278:
8279: * buildall-with-xml: - compile libxml2 without http support - some
8280: option syntax changes
8281:
8282: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
8283:
8284: 2007-08-06 misha
8285:
8286: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
8287:
8288: * tests/: 160.html, results/160.processed: - cache test was
8289: rewrited
8290:
8291: 2007-07-06 misha
8292:
8293: * tests/: 153.html, results/153.processed: - added test for
8294: ^math:sha1[string]
8295:
8296: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
8297: transcoded
8298:
8299: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
8300: were added
8301:
8302: 2007-06-28 misha
8303:
8304: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
8305: some incorrect chars
8306:
8307: 2007-06-19 misha
8308:
8309: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
8310: were moved on top because of gcc 4 had a problems during
8311: building.
8312:
8313: 2007-06-18 misha
8314:
8315: * tests/results/019.processed: - new image commited
8316:
8317: 2007-06-09 misha
8318:
8319: * src/classes/: op.C, table.C: - in while and table.select method
8320: as_expression used now
8321:
8322: * src/types/pa_vmethod_frame.h: - method as_expression was added
8323:
8324: 2007-06-08 misha
8325:
8326: * tests/: 166.html, results/166.processed: - test for
8327: ^match[...][n]
8328:
8329: * tests/: 165.html, results/165.processed: - tests for loops
8330:
8331: * src/lib/cord/include/private/cord_pos.h: - back to origin value
8332: because of no speed/memory optimisation but some proglems with
8333: long cycles occure
8334:
8335: 2007-06-06 misha
8336:
8337: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
8338: ^table.select(true) and ^table.select(1) didn't works because of
8339: awaiting junction-param only. fixed.
8340:
8341: 2007-05-24 misha
8342:
8343: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
8344: with 0.5 secs interval
8345:
8346: * src/classes/op.C: - cache was rewrited. I hope it works with
8347: locking system now on unix
8348:
8349: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
8350: system locks which wait till other threads release it but try get
8351: lock, if fail wait 1 sec and make 10 attempts.
8352:
8353: * src/include/pa_os.h: - consts for blocking locks + some comments
8354: were added
8355:
8356: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
8357: opening files
8358:
8359: * src/classes/table.C: - changes in includes. if unclude <sstream>
8360: after our classes on unix it can't be build
8361:
8362: * src/types/pa_vhashfile.C: - not needed code removed
8363:
8364: 2007-05-23 misha
8365:
8366: * src/: classes/file.C, classes/op.C, main/pa_common.C,
8367: include/pa_common.h: - cosmetic changes
8368:
8369: 2007-05-18 misha
8370:
8371: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
8372: often. it's give some speed increasing
8373:
8374: * tests/results/160.processed: - returned time corrected
8375:
8376: * tests/160.html: - time increased because on unix 1 mean nothing
8377: :(
8378:
8379: * operators.txt: - added info about ^hash.contain[key]
8380:
8381: * src/classes/hash.C: - added ^hash.contain[key]
8382:
8383: * src/include/pa_hash.h: - added method for checking key exists in
8384: hash
8385:
8386: 2007-05-07 misha
8387:
8388: * src/include/pa_string.h: - was compilation error during build on
8389: freebsd4
8390:
8391: 2007-05-03 misha
8392:
8393: * src/classes/table.C: - option $.type[hash|string|table] was added
8394: for ^table.hash[]
8395:
8396: * src/classes/file.C: - comment removed
8397:
8398: 2007-04-26 misha
8399:
8400: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
8401: real files doesn't opened in place anymore
8402:
8403: 2007-04-24 misha
8404:
8405: * src/classes/math.C: - I thought one more time and remove lg(N) :)
8406:
8407: * src/include/pa_exception.h: "static" removed
8408:
8409: 2007-04-23 misha
8410:
8411: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
8412:
8413: * src/classes/math.C: added: - ^math:ln(N) (the same as
8414: ^math:log(N)) - ^math:lg(N)
8415:
8416: * tests/: 097.html, results/097.processed: - charsets converstion
8417: during ^file::load[text;http://...] added
8418:
8419: * tests/: 164.html, results/164.processed: - check for set expires
8420: as a date
8421:
8422: * tests/: 164.html, results/164.processed: - test for hashfile
8423:
8424: * src/classes/hashfile.C: - little comment changes
8425:
8426: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
8427: access
8428:
8429: * src/: classes/date.C, classes/double.C, classes/file.C,
8430: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
8431: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
8432: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
8433: classes/xnode.h, include/pa_request.h, main/execute.C,
8434: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
8435: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
8436: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
8437: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
8438: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
8439: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
8440: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8441: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
8442: "parser.runtime" strings were removed
8443:
8444: * src/classes/hashfile.C: - with .clear[] called files_delete()
8445: now.
8446:
8447: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
8448:
8449: * src/include/pa_exception.h: - string constant with
8450: "parser.runtime" text was added
8451:
8452: 2007-04-20 misha
8453:
8454: * operators.txt: - some comments changing
8455:
8456: * operators.txt: - added info about .^hashfile.release[],
8457: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
8458:
8459: * configure: =cheching for unsetenv
8460:
8461: * src/classes/hashfile.C: - ^hashfile.cleanup[],
8462: ^hashfile.release[] were added
8463:
8464: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
8465: ^string.match[][] understand new option now: return number of
8466: matches but not table wit results
8467:
8468: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
8469: reopen now
8470:
8471: * src/classes/op.C: - bug. must be false
8472:
8473: * configure.in: - checking for unsetenv was added
8474:
8475: * src/types/pa_vform.C: - some comments
8476:
8477: 2007-04-18 misha
8478:
8479: * buildall-with-xml: moving to libxml2-2.6.28
8480:
8481: * buildall-with-xml, buildall-without-xml: added commented lines
8482: with --disable-safe-mode option
8483:
8484: * operators.txt: - info about $form:files
8485:
8486: 2007-04-17 misha
8487:
8488: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
8489: $form:files was added
8490:
8491: * tests/: 163.html, results/163.processed: removing auto format
8492:
8493: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
8494:
8495: 2007-04-16 misha
8496:
8497: * tests/: 163.html, results/163.processed: - test for .int[],
8498: floor, round, ceiling and .format[]
8499:
8500: * src/classes/file.C: - little optimization for getting args in
8501: exec/cgi
8502:
8503: 2007-04-13 misha
8504:
8505: * src/classes/file.C: - arguments for file::exec/cgi can be
8506: specified now as s table with one column
8507:
8508: 2007-03-27 misha
8509:
8510: * tests/: 162.html, results/162.processed: - test for
8511: ^table.select(^condition[$t])
8512:
8513: * tests/results/auto.p: - load windows-1251 charset for some tests
8514:
8515: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
8516:
8517: * tests/: results/161.processed, 161.html, 161_utf8.txt,
8518: 161_windows1251.txt: - added test for
8519: ^file::load[text;/local/file.txt;$.charset[...]]
8520:
8521: * tests/: results/013.processed, 013.html: - added test for
8522: checking $._default value while hash modifications
8523:
8524: * tests/: 160.html, results/160.processed: - add test for
8525: ^cache[key](secs){code}, ^cache[] and ^cache(0)
8526:
8527: 2007-03-22 misha
8528:
8529: * src/include/pa_common.h: - "charset" string defined for
8530: ^file::load[text;/local.txt] and ^table::load[/table.txt]
8531:
8532: * src/main/: pa_common.C, pa_http.C: - $.charset option for
8533: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
8534: added - not needed transcodes were removed from
8535: ^file::load[...;http://...]
8536:
8537: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
8538: added
8539:
8540: * src/classes/date.C: - date.week was fixed
8541:
8542: * operators.txt: - added info about date.weekyear
8543:
8544: * tests/: 159.html, results/159.processed: - tests for date.week
8545: and date.weekyear added
8546:
8547: 2007-03-15 misha
8548:
8549: * src/classes/table.C: - enclose column numbers for nameless tables
8550: as well
8551:
8552: 2007-03-14 misha
8553:
8554: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
8555:
8556: * src/classes/table.C: - table.save optimization: now required much
8557: less memory
8558:
8559: 2007-03-13 misha
8560:
8561: * tests/results/: 158.processed, 158.processes: - tests for
8562: table.save/table.load
8563:
8564: * tests/: 158.html, results/158.processes: - tests for
8565: table.save/table.load
8566:
8567: * buildall-with-xml: libxml2: --without-ftp --without-docbook
8568:
8569: * buildall-with-xml: - pattern needed now for building
8570:
8571: * tests/results/097.processed: - added test results for xdoc::load
8572: & xdoc::load[http://...]
8573:
8574: * tests/097.html: - added test for xdoc::load
8575:
8576: 2007-03-12 misha
8577:
8578: * tests/: 107.html, results/107.processed: - added test for xpath
8579: '//man'
8580:
8581: 2007-03-01 misha
8582:
8583: * tests/: 097.html, results/097.processed: - added test for
8584: creating xdoc from file
8585:
8586: * tests/: results/157.processed, 157.html: - added test for
8587: file:move
8588:
8589: 2007-02-28 misha
8590:
8591: * src/classes/xdoc.C: - another attempt
8592:
8593: * src/classes/xdoc.C: - roll back last changes for a while
8594:
8595: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
8596:
8597: * src/classes/file.C: - under lock we create non-exist dir anyway
8598:
8599: * tests/results/099.processed: - ever send content-disposition to
8600: client with file
8601:
8602: * tests/157.html: + test for file:copy
8603:
8604: 2007-02-26 misha
8605:
8606: * src/classes/file.C: - some similar strings moved to #define
8607: instead of to be copy/pasted many times
8608:
8609: * src/types/pa_vfile.h: - class name string ("file") moved to
8610: #define
8611:
8612: 2007-02-20 misha
8613:
8614: * bin/auto.p.dist.in: - added lines for sqlite
8615:
8616: * configure.in: - added some strings for sqlite detection
8617:
8618: 2007-02-19 misha
8619:
8620: * operators.txt: - some comments changes
8621:
8622: * buildall-with-xml, buildall-without-xml: - some modifications
8623:
8624: 2007-02-17 misha
8625:
8626: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
8627:
8628: * src/main/pa_request.C: - damn, i forgot to commit it while I
8629: change console behaviour
8630:
8631: 2007-02-12 misha
8632:
8633: * src/targets/cgi/parser3.C: - don't print headers if
8634: $console:line[data] was used during cgi execution.
8635:
8636: * src/types/pa_vconsole.h: - console class have bool flag now which
8637: marked as 'true' if class was used.
8638:
8639: * tests/: 152.html, results/152.processed: - more types was added
8640: to test 152
8641:
8642: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
8643: adding 'bool' (^if($image){} caused exception)
8644:
8645: 2007-02-09 misha
8646:
8647: * tests/: 152.html, results/152.processed: - test alightly updated
8648:
8649: * tests/: 152.html, results/152.processed: - test rewrited
8650:
8651: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
8652: bugfix. I broke xdoc & xnode in expression
8653:
8654: 2007-02-08 misha
8655:
8656: * tests/: 152.html, results/152.processed: - add test for checking
8657: 'def' for void, string, bool, int & double
8658:
8659: 2007-02-07 misha
8660:
8661: * operators.txt: - ^file:base64[filespec] was added
8662:
8663: * tests/results/153.processed: - result test for
8664: ^file:base64[filespec] was updated
8665:
8666: * tests/153.html: - test for ^file:base64[filespec] was added
8667:
8668: * src/types/pa_vconsole.h: - little optimization
8669:
8670: * src/classes/file.C: - ^file:base64[filespec]
8671:
8672: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
8673:
8674: * src/include/pa_common.h: - declarations for
8675: ^file:base64[filespec]
8676:
8677: * src/types/pa_vcookie.C: - little optimization
8678:
8679: 2007-02-06 misha
8680:
8681: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
8682: were temporary commented
8683:
8684: * src/types/pa_vbool.h: - bugfix
8685:
8686: * tests/156.html: - added test for bool cookie
8687:
8688: * src/types/pa_vcookie.h: - not needed string "cookie" removed
8689:
8690: * tests/: 155.html, results/155.processed: - added test for check
8691: $.encloser[] option for table save/load
8692:
8693: * tests/: 153.html, 154.html, todo.txt: - two more tests added
8694:
8695: 2007-02-05 misha
8696:
8697: * tests/results/152.processed: - newline at the end was missed
8698:
8699: * tests/results/141.processed: - math:md5 must be lowercased
8700:
8701: * src/targets/cgi/parser3.C: - 2007 in help ;)
8702:
8703: 2007-02-03 misha
8704:
8705: * tests/results/: 150.processed, 151.processed, 152.processed: -
8706: test for bool added and some content length fixes
8707:
8708: * tests/152.html: - test for bool added
8709:
8710: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
8711:
8712: * operators.txt: - info bool class was added
8713:
1.116 moko 8714: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 8715: classes/classes.vcproj, classes/double.C, classes/int.C,
8716: classes/string.C, classes/void.C, classes/xnode.C,
8717: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
8718: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
8719: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
8720: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8721: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
8722: types/types.vcproj: - bool class was added
8723:
8724: * src/main/pa_request.C: - fix
8725:
8726: 2007-01-18 misha
8727:
8728: * src/: main/pa_string.C, classes/string.C: - return table during
8729: ^string.match[][] even if no matched found.
8730:
8731: 2006-12-20 misha
8732:
8733: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
8734: http://www.parser.ru/forum/?id=55598 ]
8735:
8736: 2006-12-19 misha
8737:
8738: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
8739: details: http://www.parser.ru/forum/?id=52359
8740:
8741: * src/main/pa_request.C: - always set content-disposition for
8742: $response:body[hash here]. more details:
8743: http://www.parser.ru/forum/?id=52130
8744:
8745: 2006-12-07 misha
8746:
8747: * operators.txt: - added info about bool params in cookie set
8748:
8749: * src/types/pa_vcookie.C: - bool param in cookies available now
8750: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
8751: ]
8752:
8753: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
8754: was added
8755:
8756: 2006-12-02 misha
8757:
8758: * src/classes/file.C: - file_block_read used instead of native read
8759:
8760: * src/main/pa_common.C: - added file_block_read with read error
8761: detection - file_block_read used instead of native read
8762:
8763: * src/include/pa_common.h: - added file_block_read declaration
8764:
8765: 2006-12-01 misha
8766:
8767: * operators.txt: - info about $var.CLASS_NAME was added
8768:
8769: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8770: $var.CLASS_NAME added
8771:
8772: * operators.txt: - added info about ^file:copy[]
8773:
8774: * src/classes/file.C: - ^file:copy[from;fo] was added
8775:
8776: 2006-11-20 misha
8777:
8778: * src/classes/date.C: - bug fix :)
8779:
8780: 2006-11-17 misha
8781:
8782: * src/include/pa_common.h: - array in crc32 calculation was changed
8783: to static
8784:
8785: * src/main/pa_common.C: - little optimization in getMonthDays -
8786: small changes in crc32 calculation
8787:
8788: * src/classes/date.C: - not needed code was removed
8789:
8790: 2006-11-16 misha
8791:
8792: * src/types/pa_vmail.C: - fix missed brakes
8793:
8794: * src/types/pa_vmail.C: - mail:send now set content-type:
8795: multipart/related instead of multipart/mixed if file have
8796: $.content-id[]
8797:
8798: 2006-11-15 misha
8799:
8800: * src/types/pa_vdouble.h: abs -> fabs
8801:
8802: 2006-11-14 misha
8803:
8804: * operators.txt: - added info about ^file.md5[] and
8805: ^file:md5[file-name]
8806:
8807: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
8808: added
8809:
8810: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
8811: FILE_BUFFER_SIZE
8812:
8813: * src/classes/math.C: - hex_string was moved to pa_common.h
8814:
8815: * src/include/pa_common.h: - hex_string was moved from math.C -
8816: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
8817:
8818: * src/types/pa_vdouble.h: - incorrect frac detection with negative
8819: values was fixed
8820:
8821: 2006-11-13 misha
8822:
8823: * operators.txt: - added info about ^math:crc32[string],
8824: ^file:crc32[file-name] & ^file.crc32[]
8825:
8826: * src/classes/math.C: - added ^math:crc32[string]
8827:
8828: * src/classes/file.C: - some comments were changed - added
8829: ^file:crc32[file-name] and ^file.crc32[]
8830:
8831: * src/: include/pa_common.h, main/pa_common.C: - some functions for
8832: crc32 calculation added
8833:
8834: 2006-11-03 misha
8835:
8836: * src/include/pa_array.h: - not needed variable removed
8837:
8838: * tests/: 150.html, 151.html, results/150.processed,
8839: results/151.processed: - 2 tests were added
8840:
8841: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
8842: with $.reverse(1) were fixed
8843:
8844: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
8845: query converted to $.charset during ^file::load[http://...]
8846:
8847: 2006-11-02 misha
8848:
8849: * src/include/pa_table.h: ups. forget '=' char
8850:
8851: * src/include/pa_table.h: - one more fix in
8852: .locate[...][$.reverse(1)]
8853:
8854: 2006-11-01 misha
8855:
8856: * src/classes/math.C: - bug fix, details:
8857: http://www.parser.ru/forum/?id=53360
8858:
8859: * src/include/pa_table.h: - bug fix during ^table.locate( condition
8860: false for all records )[$.reverse(1)]
8861:
8862: * src/main/pa_http.C: - second param for this mid method is length
8863: but not end_index so this method has error and can't detect
8864: charsets in next content-types: Content-type: text/html;
8865: charset="windows-1251" Content-type: text/html;
8866: charset="windows-1251"; Content-type: text/html;
8867: charset=windows-1251;
8868:
8869: only Content-type: text/html; charset=windows-1251 was fine
8870:
8871: 2006-10-31 misha
8872:
8873: * src/classes/file.C: - empty args in file::exec removed now
8874:
8875: 2006-09-11 misha
8876:
8877: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
8878: replaced to table::create - some changes in text/code formatting
8879:
8880: 2006-09-03 paf
8881:
8882: * src/classes/file.C: proper tainting of
8883: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
8884:
8885: 2006-06-09 paf
8886:
8887: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
8888:
8889: * src/classes/table.C: formatting
8890:
8891: * src/classes/table.C: incorporated patch from misha: Sent:
8892: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
8893: ignoring string options for ^table.save[]
8894:
8895: * src/classes/hash.C: incorporated patch from misha Sent:
8896: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
8897: $hash._default disappear while
8898:
8899: * operators.txt: ^mail:send[ $.file1[ $.value[file]
8900: $.format[!uue|!base64] << new base64 option. default uue ] ]
8901:
8902: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
8903: PM Subject: patch for base64 in ^mail:send[] %-)
8904:
8905: 2006-04-09 paf
8906:
8907: * src/main/compile.tab.C: ` change compiled
8908:
8909: * gnu.vcproj, operators.txt, parser3.sln,
8910: src/classes/classes.vcproj, src/classes/file.C,
8911: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
8912: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
8913: src/classes/xnode.C, src/include/pa_array.h,
8914: src/include/pa_config_fixed.h, src/include/pa_dir.h,
8915: src/include/pa_memory.h, src/include/pa_request.h,
8916: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
8917: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
8918: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
8919: src/lib/pcre/pcre_dftables.vcproj,
8920: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8921: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
8922: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
8923: src/main/pa_cache_managers.C, src/main/pa_charset.C,
8924: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
8925: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
8926: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
8927: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
8928: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
8929: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
8930: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
8931: src/types/pa_value.h, src/types/pa_vcookie.C,
8932: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
8933: src/types/pa_vmail.C, src/types/pa_vresponse.C,
8934: src/types/pa_vstatus.C, src/types/types.vcproj,
8935: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
8936: ^menu, ^hash/hashfile.foreach
8937:
8938: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
8939: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
8940: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
8941: src/classes/xnode.C, src/include/pa_array.h,
8942: src/include/pa_config_fixed.h, src/include/pa_dir.h,
8943: src/include/pa_memory.h, src/include/pa_request.h,
8944: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
8945: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
8946: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
8947: src/lib/pcre/pcre_dftables.vcproj,
8948: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8949: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
8950: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
8951: src/main/pa_cache_managers.C, src/main/pa_charset.C,
8952: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
8953: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
8954: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
8955: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
8956: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
8957: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
8958: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
8959: src/types/pa_value.h, src/types/pa_vcookie.C,
8960: src/types/pa_vmail.C, src/types/pa_vresponse.C,
8961: src/types/pa_vstatus.C, src/types/types.vcproj,
8962: tests/descript.ion: ! switched to VS2005 (projects and
8963: object<info explicitly typed>.for_each(, info)) +
8964: $response:field[] setting void means removing + grammar $name`
8965: name stops now, for mysql `$field` + started ^break[]
8966: ^continue[], in ^for. TODO: to other iterators (while, menu,
8967: foreach) + all log messages += [uri=, method=, cl=]
8968:
8969: * buildall-with-xml: merged . ftp paths update
8970:
8971: * buildall-with-xml: . ftp paths update
8972:
8973: 2006-03-04 paf
8974:
8975: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
8976: checks++ [thanks to Igor Zinkovsky for detailed report]
8977:
8978: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
8979: Igor Zinkovsky for detailed report]
8980:
8981: 2006-03-01 paf
8982:
8983: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
8984: \n to ' ' in
8985:
8986: 2006-02-18 paf
8987:
8988: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
8989: \n to ' ' in
8990:
8991: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
8992:
8993: 2006-02-03 paf
8994:
8995: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
8996: base64
8997:
8998: * src/main/pa_common.C: ! bugfix: decoding from base64
8999:
9000: 2006-01-20 paf
9001:
9002: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9003: economy fix
9004:
9005: * src/classes/: table.C: merged from HEAD ! bugfix
9006: ^table.save[$.encloser-s now handled properly
9007:
9008: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
9009: handled properly
9010:
9011: 2006-01-19 paf
9012:
9013: * buildall-with-xml, buildall-without-xml: merged from HEAD !
9014: libgc:USE_MUNMAP activates merging of free memory blocks which
9015: helps a lot in our case: after transform we want
9016: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
9017:
9018: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9019: economy fix
9020:
9021: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
9022: activates merging of free memory blocks which helps a lot in our
9023: case: after transform we want CORD(main.result)->cstr[big
9024: malloc]->transcode[big malloc]
9025:
9026: 2006-01-17 paf
9027:
9028: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
9029: before reading them. got rid of reallocs = became quicker and
9030: less fragmentated
9031:
9032: 2005-12-29 paf
9033:
1.116 moko 9034: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
9035: configure, configure.in, src/include/pa_version.h,
9036: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 9037: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
9038: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
9039: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
9040: src/lib/ltdl/missing: . merged from 3.2.1
9041:
1.116 moko 9042: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
9043: packaged when 'make dist', so do configure companion files in
9044: src/lib/ltdl
9045:
9046: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
9047: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
9048: missing: . now config_auto.h is created with configure [were
9049: constant]
1.95 moko 9050:
9051: * INSTALL: . references to documentation and some clarification
9052:
9053: * buildall-with-xml, buildall-without-xml: . farawell doc
9054: indication
9055:
1.116 moko 9056: * Makefile.am: . dist+=buildall*
1.95 moko 9057:
9058: 2005-12-28 paf
9059:
9060: * configure: . 3.2.1
9061:
9062: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
9063: simplify build process, see INSTALL
9064:
9065: 2005-12-26 paf
9066:
9067: * configure: ver
9068:
9069: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
9070: version
9071:
9072: 2005-12-21 paf
9073:
9074: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
9075: compiled with bison 1.875b, it reports unexpected token names
9076:
9077: 2005-12-19 paf
9078:
9079: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
9080: holds a link to xmlNode to prevent premature gc(xmlNode)
9081:
9082: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
9083: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
9084: src/main/main.vcproj, src/main/pa_globals.C,
9085: src/targets/cgi/parser3.vcproj,
9086: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
9087: configure, configure.in, src/include/pa_version.h: . killing
9088: gdome [what a relief]
9089:
9090: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
9091: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
9092: run_parser.sh, results/001.processed, results/002.processed,
9093: results/003.processed, results/004.processed,
9094: results/005.processed, results/006.processed,
9095: results/008.processed, results/009.processed,
9096: results/010.processed, results/011.processed,
9097: results/012.processed, results/013.processed,
9098: results/014.processed, results/015.processed,
9099: results/016.processed, results/017.processed,
9100: results/018.processed, results/020.processed,
9101: results/021.processed, results/022.processed,
9102: results/023.processed, results/024.processed,
9103: results/025.processed, results/026.processed,
9104: results/027.processed, results/028.processed,
9105: results/029.processed, results/030.processed,
9106: results/031.processed, results/032.processed,
9107: results/033.processed, results/034.processed,
9108: results/035.processed, results/036.processed,
9109: results/037.processed, results/038.processed,
9110: results/039.processed, results/040.processed,
9111: results/041.processed, results/042.processed,
9112: results/043.processed, results/044.processed,
9113: results/045.processed, results/046.processed,
9114: results/047.processed, results/048.processed,
9115: results/049.processed, results/050.processed,
9116: results/051.processed, results/052.processed,
9117: results/053.processed, results/054.processed,
9118: results/055.processed, results/056.processed,
9119: results/057.processed, results/058.processed,
9120: results/059.processed, results/060.processed,
9121: results/061.processed, results/062.processed,
9122: results/063.processed, results/064.processed,
9123: results/065.processed, results/066.processed,
9124: results/067.processed, results/068.processed,
9125: results/069.processed, results/070.processed,
9126: results/071.processed, results/072.processed,
9127: results/073.processed, results/074.processed,
9128: results/075.processed, results/076.processed,
9129: results/077.processed, results/078.processed,
9130: results/079.processed, results/080.processed,
9131: results/081.processed, results/082.processed,
9132: results/083.processed, results/084.processed,
9133: results/085.processed, results/086.processed,
9134: results/087.processed, results/088.processed,
9135: results/089.processed, results/090.processed,
9136: results/091.processed, results/092.processed,
9137: results/093.processed, results/094.processed,
9138: results/095.processed, results/096.processed,
9139: results/097.processed, results/099.processed,
9140: results/100.processed, results/101.processed,
9141: results/102.processed, results/104.processed,
9142: results/105.processed, results/106.processed,
9143: results/107.processed, results/108.processed,
9144: results/109.processed, results/110.processed,
9145: results/111.processed, results/112.processed,
9146: results/113.processed, results/114.processed,
9147: results/115.processed, results/117.processed,
9148: results/119.processed, results/120.processed,
9149: results/121.processed, results/122.processed,
9150: results/123.processed, results/124.processed,
9151: results/125.processed, results/126.processed,
9152: results/127.processed, results/128.processed,
9153: results/129.processed, results/130.processed,
9154: results/131.processed, results/132.processed,
9155: results/133.processed, results/134.processed,
9156: results/135.processed, results/136.processed,
9157: results/138.processed, results/139.processed,
9158: results/140.processed, results/141.processed,
9159: results/142.processed, results/143.processed,
9160: results/144.processed, results/145.processed,
9161: results/146.processed, results/147.processed,
9162: results/148.processed, results/149.processed, results/auto.p: .
9163: now works if we turn off default auto.p
9164:
1.116 moko 9165: * configure: . makes
1.95 moko 9166:
9167: * src/types/pa_vxnode.C: . less warnings
9168:
9169: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
9170: tests/145.html, tests/149.html, tests/descript.ion,
9171: tests/outputs/d.cmd, tests/results/142.processed,
9172: tests/results/143.processed, tests/results/144.processed,
9173: tests/results/145.processed, tests/results/146.processed,
9174: tests/results/147.processed, tests/results/148.processed,
9175: tests/results/149.processed: . removed .nodeValue from all node
9176: types other than 5 (grabbed piece from gdome)
9177:
9178: * tests/: 137.html, results/137.processed: . not handled this case
9179: yet. code does not hang from inserting parent into child,
9180: considering thing minor issue -- nodes are removed from source
9181: anyway, don't know why shold that be an error after all
9182:
9183: * src/targets/cgi/parser3.C: . style
9184:
9185: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
9186: xdoc too [were barking "not element"]
9187:
9188: 2005-12-16 paf
9189:
9190: * tests/: 146.html, 147.html, 148.html: . more tests
9191:
9192: * src/classes/xnode.C: . also bark on possible errors
9193:
9194: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
9195: props
9196:
9197: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
9198: main/compile.y: merged from HEAD ! fixed overoptimized
9199: ^call(false) case. (confused it with ^call[] case)
9200:
9201: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
9202: ^call(false) case. (confused it with ^call[] case)
9203:
9204: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
9205:
9206: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
9207: results/001.processed, results/002.processed,
9208: results/003.processed, results/004.processed,
9209: results/005.processed, results/006.processed,
9210: results/008.processed, results/009.processed,
9211: results/010.processed, results/011.processed,
9212: results/012.processed, results/013.processed,
9213: results/014.processed, results/015.processed,
9214: results/016.processed, results/017.processed,
9215: results/018.processed, results/019.processed,
9216: results/020.processed, results/021.processed,
9217: results/022.processed, results/023.processed,
9218: results/024.processed, results/025.processed,
9219: results/026.processed, results/027.processed,
9220: results/028.processed, results/029.processed,
9221: results/030.processed, results/031.processed,
9222: results/032.processed, results/033.processed,
9223: results/034.processed, results/035.processed,
9224: results/036.processed, results/037.processed,
9225: results/038.processed, results/039.processed,
9226: results/040.processed, results/041.processed,
9227: results/042.processed, results/043.processed,
9228: results/044.processed, results/045.processed,
9229: results/046.processed, results/047.processed,
9230: results/048.processed, results/049.processed,
9231: results/050.processed, results/051.processed,
9232: results/052.processed, results/053.processed,
9233: results/054.processed, results/055.processed,
9234: results/056.processed, results/057.processed,
9235: results/058.processed, results/059.processed,
9236: results/060.processed, results/061.processed,
9237: results/062.processed, results/063.processed,
9238: results/064.processed, results/065.processed,
9239: results/066.processed, results/067.processed,
9240: results/068.processed, results/069.processed,
9241: results/070.processed, results/071.processed,
9242: results/072.processed, results/073.processed,
9243: results/074.processed, results/075.processed,
9244: results/076.processed, results/077.processed,
9245: results/078.processed, results/079.processed,
9246: results/080.processed, results/081.processed,
9247: results/082.processed, results/083.processed,
9248: results/084.processed, results/085.processed,
9249: results/086.processed, results/087.processed,
9250: results/088.processed, results/089.processed,
9251: results/090.processed, results/091.processed,
9252: results/092.processed, results/093.processed,
9253: results/094.processed, results/095.processed,
9254: results/096.processed, results/097.processed,
9255: results/099.processed, results/101.processed,
9256: results/102.processed, results/104.processed,
9257: results/105.processed, results/106.processed,
9258: results/107.processed, results/108.processed,
9259: results/109.processed, results/110.processed,
9260: results/111.processed, results/112.processed,
9261: results/113.processed, results/114.processed,
9262: results/115.processed, results/116.processed,
9263: results/117.processed, results/118.processed,
9264: results/119.processed, results/120.processed,
9265: results/121.processed, results/122.processed,
9266: results/123.processed, results/124.processed,
9267: results/125.processed, results/126.processed,
9268: results/127.processed, results/128.processed,
9269: results/129.processed, results/130.processed,
9270: results/131.processed, results/132.processed,
9271: results/133.processed, results/134.processed,
9272: results/135.processed, results/136.processed,
9273: results/137.processed, results/138.processed,
9274: results/139.processed, results/140.processed,
9275: results/141.processed: . refreshed old tests, made them work
9276: without auto.p (in utf8) . things noted: . gif got encoded
9277: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
9278: some strange year)
9279:
9280: * INSTALL: . revived linux libgc fix
9281:
9282: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
9283: glib/gdome in INSTALL and patches]
9284:
9285: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9286: include/pa_charset.h, include/pa_config_includes.h,
9287: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
9288: include/pa_xml_exception.h, lib/cord/Makefile.am,
9289: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9290: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
9291: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
9292: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
9293: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
9294: types/pa_vxnode.h: . started killing gdome
9295:
9296: 2005-12-13 paf
9297:
9298: * src/main/: pa_request.C: merged from HEAD ! when code in
9299: @unhandled_exception thrown another exception, print correct
9300: origin (earlier code in catch of exception inside of
9301: @unhandled_exception grabbed parent_frame(original_exception)
9302: origin and printed it, instead of true origin)
9303:
9304: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
9305: another exception, print correct origin (earlier code in catch of
9306: exception inside of @unhandled_exception grabbed
9307: parent_frame(original_exception) origin and printed it, instead
9308: of true origin)
9309:
9310: 2005-12-09 paf
9311:
9312: * INSTALL: . updated INSTALL doc to work around linux stack base
9313: detection problem, due to change in gc6.4 code
9314:
9315: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
9316: ignored in ^string.matched :(
9317:
9318: * src/main/pa_string.C: ! regex tainting were ignored in
9319: ^string.matched :(
9320:
9321: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
9322: src/include/pa_config_fixed.h, src/include/pa_version.h,
9323: src/main/compile.y, src/main/compile_tools.h,
9324: src/main/pa_charset.C, src/main/pa_common.C,
9325: src/main/pa_globals.C, src/main/pa_string.C,
9326: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
9327: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
9328:
9329: 2005-12-08 paf
9330:
9331: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
9332: 500 chars now handled OK [were wrapped on 500th char according to
9333: rfc, but sendmail failed to unwrap it properly]
9334:
9335: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
9336: handled OK [were wrapped on 500th char according to rfc, but
9337: sendmail failed to unwrap it properly]
9338:
9339: * src/targets/isapi/parser3isapi.C: . less warnings
9340:
9341: * src/targets/isapi/parser3isapi.C: . undone some strange change
9342: since 3.1.5
9343:
9344: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
9345: link fixes
9346:
9347: * src/: classes/date.C, include/pa_config_fixed.h,
9348: main/compile.tab.C, main/compile.y, main/compile_tools.h,
9349: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
9350: main/pa_string.C, targets/cgi/getopt.c: . less warnings
9351:
9352: * src/include/pa_config_fixed.h: . removed outdated string origins
9353: [in current storage scheme there's no place for them. someday we
9354: can add third CORD to store origins and special version of parser
9355: which stores origins there [separate binary]]
9356:
9357: 2005-12-07 paf
9358:
9359: * src/targets/isapi/parser3isapi.C: . now links in release mode
9360:
9361: * src/include/pa_version.h: makefiles
9362:
9363: * src/include/pa_version.h: . not beta
9364:
9365: * configure, configure.in, src/include/pa_version.h: not beta
9366:
9367: 2005-12-06 paf
9368:
9369: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
9370: [some details here http://i2/tasks/edit/?id=4869912143891354460]
9371: decided to undo the change ^call[$void] passes void. now it will
9372: pass empty string again.
9373:
9374: * src/main/: compile.tab.C, compile.y: . version readded
9375:
9376: * src/classes/op.C: . in this version there is no ^switch[$nothing]
9377: = ^switch[void] problem
9378:
9379: 2005-12-01 paf
9380:
9381: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
9382: caused ^case[string] to be coerced to double since searching
9383: value were not string (it was vvoid)
9384:
9385: * src/classes/op.C: . bugfix ^switch[$void_value] caused
9386: ^case[string] to be coerced to double since searching value were
9387: not string (it was vvoid)
9388:
9389: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
9390: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
9391:
9392: 2005-11-30 paf
9393:
9394: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
9395: win32 must putenv("TZ="), on unix works only putenv("TZ")
9396:
9397: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
9398: putenv("TZ="), on unix works only putenv("TZ")
9399:
9400: * INSTALL: . xml libs versions updated
9401:
9402: * src/main/pa_globals.C: //20051130 trying to remove this, author
9403: claims that fixed a lot there // 20040920 for now both
9404: workarounds needed. wait for new libxml/xsl versions
9405:
9406: 2005-11-28 paf
9407:
9408: * src/classes/table.C: merged from HEAD: ! nameless table has
9409: columns==0
9410:
9411: * src/classes/table.C: ! nameless table has columns==0
9412:
9413: * src/main/pa_http.C: merged from HEAD: ! status line check made
9414: earlier [was totally wrong]
9415:
9416: * src/main/pa_http.C: ! status line check made earlier [was totally
9417: wrong]
9418:
9419: 2005-11-25 paf
9420:
9421: * src/include/pa_array.h: -this reduces speed(table::load) strange.
9422: undoing for now...
9423:
9424: * src/include/pa_version.h: -this reduces speed(table::load),
9425: strange. undoing
9426:
9427: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
9428:
9429: * src/classes/op.C: + ^while(){}[SEPARATOR]
9430:
9431: * src/include/pa_array.h: + optimistics added: all arrays (table
9432: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
9433: this speeds things up and saves memory a LOT! (not noticed
9434: negative effect on syntetic tests, future will tell...)
9435:
9436: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
9437: changed gc_malloc implementation, which obscured profiling
9438:
9439: * src/classes/table.C: merged from HEAD: + optimized
9440: table::load/sql, now row ArrayString-s allocated with
9441: columns.count() elements and don't always grow from
9442: count=3[realloc,realloc]
9443:
9444: * src/classes/table.C: + optimized table::load/sql, now row
9445: ArrayString-s allocated with columns.count() elements and don't
9446: always grow from count=3[realloc,realloc]
9447:
9448: * src/classes/table.C: merged from HEAD: . ^table.save unused
9449: buffer after save
9450:
9451: * src/classes/table.C: . ^table.save unused buffer after save
9452:
9453: 2005-11-24 paf
9454:
9455: * configure.in: . merged glib2-config patch
9456:
9457: * configure.in: + trying to find glib2-config
9458:
9459: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9460: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
9461: file/dir_readable to simple file/dir_exist, this would help in
9462: situations "class not found because .p file has bad rights" << in
9463: that case error would be explicit "access denied to 'this' file"
9464:
1.116 moko 9465: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 9466:
9467: * src/: classes/file.C, include/pa_common.h, main/execute.C,
9468: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
9469: to simple file/dir_exist, this would help in situations "class
9470: not found because .p file has bad rights" << in that case error
9471: would be explicit "access denied to 'this' file"
9472:
9473: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
9474: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9475: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
9476: ^file::exec/cgi[script;$.charset[changed]
9477: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9478: encoded in $.charset charset
9479:
9480: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
9481: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
9482: encoded in $.charset charset
9483:
9484: * src/: include/Makefile.am, include/pa_common.h,
9485: include/pa_http.h, main/Makefile.am, main/main.vcproj,
9486: main/pa_common.C, main/pa_http.C: . extracted http:// into
9487: separate file [preparation for
9488: ^file::cgi[script;$.form[$.field1[]
9489:
9490: 2005-11-22 paf
9491:
9492: * src/: include/pa_version.h, main/compile.tab.C: makefiles
9493:
9494: * acinclude.m4, configure.in: . merged underquting fixes
9495:
1.116 moko 9496: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 9497:
9498: * src/classes/op.C: . overmerged a little
9499:
9500: * src/main/compile.tab.C: Makefile
9501:
9502: * src/main/: pa_common.C: . less gcc warnings
9503:
9504: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
9505: now reports original exception if we have no old cache
9506:
9507: * src/classes/op.C: + $exception.handled[cache] now reports
9508: original exception if we have no old cache
9509:
9510: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
9511: from HEAD: + ^taint/untaint[regex] << escapes these:
9512: \^$.[]|()?*+{}
9513:
9514: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
9515: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
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_vdate.h: merged from 3.1.5: ! date TZ save/restore
9522: stored pointer to getenv-ed variable, which does not work both on
9523: win32&unix. copied old TZ value now
9524:
9525: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
9526: getenv-ed variable, which does not work both on win32&unix.
9527: copied old TZ value now
9528:
9529: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
9530: access to internal hash
9531:
9532: * src/types/pa_vresponse.C: + $response:headers access to internal
9533: hash
9534:
9535: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
9536: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9537: isapi] this reduces number of "GC Warning: Repeated allocation of
9538: very large block" messages to only important onces
9539:
9540: * src/targets/isapi/parser3isapi.C: +
9541: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
9542: isapi] this reduces number of "GC Warning: Repeated allocation of
9543: very large block" messages to only important onces
9544:
9545: * src/classes/string.C: merged from HEAD: + removed limitation on
9546: ^string/int/double:sql{}[$.default[({param style})] ]
9547:
9548: * src/classes/string.C: + removed limitation on
9549: ^string/int/double:sql{}[$.default[({param style})] ]
9550:
9551: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
9552: with ?params or $.form option" limitation
9553:
9554: * src/main/pa_common.C: + removed "use either uri with ?params or
9555: $.form option" limitation
9556:
9557: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9558: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
9559: ^file::base64[encoded] decode
9560:
9561: * src/: classes/file.C, classes/string.C, include/pa_common.h,
9562: main/pa_common.C: + ^file.base64[] encode +
9563: ^file::base64[encoded] decode
9564:
9565: * src/classes/: file.C, string.C: + ^string.base64[] encode +
9566: ^string:base64[encoded] decode
9567:
9568: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
9569: ^string:base64[in] encode + ^string.base64[] decode
9570:
9571: 2005-11-21 paf
9572:
9573: * src/classes/file.C: + merged from HEAD:
9574: ^file::create[text;file.xml;^untaint[xml]{data}]
9575:
9576: * src/classes/file.C: +
9577: ^file::create[text;file.xml;^untaint[xml]{data}]
9578:
9579: * src/main/pa_request.C: ! merged: $response:body[file] now
9580: differes from :download, it does not return content-disposition
9581: at all now [previusely it returned valueless content-disposition]
9582:
9583: * src/main/pa_request.C: ! $response:body[file] now differes from
9584: :download, it does not return content-disposition at all now
9585: [previusely it returned valueless content-disposition]
9586:
9587: * src/main/: compile.tab.C, compile.y: ! overoptimized void
9588: literals, reverted to just vvod, recreating empty array with each
9589: void_value token. that's absolutely needed, since that array
9590: grows
9591:
9592: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
9593: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
9594: types/pa_vmethod_frame.h: + merged: expression literals:
9595: true/false. ^format[$.indent(true)]
9596:
9597: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
9598: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
9599: types/pa_vmethod_frame.h: + expression literals: true/false.
9600: ^format[$.indent(true)]
9601:
9602: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
9603: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
9604: i386-pc-win32)"
9605:
9606: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
9607: $env:PARSER_VERSION reports "3.1.5beta (compiled on
9608: i386-pc-win32)"
9609:
9610: 2005-11-18 paf
9611:
9612: * src/classes/: double.C, int.C: ! ^int/double:sql{select
9613: null}[$.default(123)] will now return default value
9614:
9615: * src/classes/op.C: + merged ^cache[] << returns current cache
9616: expiration time
9617:
9618: * src/classes/op.C: + ^cache[] << returns current cache expiration
9619: time
9620:
9621: * src/classes/table.C: ! merged ^table::create[not'nameless';
9622: failed << Exception.problem_source pointed to local var!
9623:
9624: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
9625: Exception.problem_source pointed to local var!
9626:
9627: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
9628: now loads VFile.ptr!=0, so such files can be saved now
9629:
9630: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
9631: loads VFile.ptr!=0, so such files can be saved now
9632:
9633: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
9634: only . and .. now removed from list [were removed all .*]
9635:
9636: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
9637: .. now removed from list [were removed all .*]
9638:
9639: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
9640: open error now checked, were not :( [stole that piece from apache
9641: 1.3 sources]
9642:
9643: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
9644: checked, were not :( [stole that piece from apache 1.3 sources]
9645:
9646: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
9647: untainting of @main result if returned by $result or
9648: $response:body
9649:
9650: * src/main/pa_request.C: ! ensured proper untainting of @main
9651: result if returned by $result or $response:body
9652:
9653: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
9654: issue: now tries to guess content-length and allocates one big
9655: piece if possible [regretfully gc_realloc works as malloc+free,
9656: leaving lots of holes behind]
9657:
9658: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
9659: fixed file load memory issue: now tries to guess content-length
9660: and allocates one big piece if possible [regretfully gc_realloc
9661: works as malloc+free, leaving lots of holes behind]
9662:
9663: 2005-11-16 paf
9664:
9665: * src/: include/pa_common.h, classes/file.C, classes/table.C,
9666: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
9667: table::save with enclosers now doubles them: "->"" !
9668: table::save/load do not remove elements from options hash
9669:
9670: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
9671: [were overoptimized ^if(double_literal), compiler confused
9672: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
9673:
9674: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
9675: [were overoptimized ^if(double_literal), compiler confused
9676: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
9677:
9678: * src/: classes/file.C, classes/table.C, include/pa_common.h,
9679: main/pa_common.C: ! table::save with enclosers now doubles them:
9680: "->"" ! table::save/load do not remove elements from options hash
9681:
9682: 2005-11-03 paf
9683:
1.116 moko 9684: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
9685: compilation, not all makefiles liked that
1.95 moko 9686:
9687: 2005-08-30 paf
9688:
9689: * src/classes/op.C: merge . speedup check of [DEFAULT]
9690:
9691: * src/classes/op.C: . speedup check of [DEFAULT]
9692:
9693: 2005-08-26 paf
9694:
9695: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
9696:
9697: * src/: classes/date.C, types/pa_vdate.h: + date.week
9698:
9699: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
9700: complains about bad!=nameless
9701:
9702: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
9703: about bad!=nameless
9704:
9705: * src/classes/: hash.C, string.C, table.C, void.C: merged !
9706: optional options were allowed to be empty. were checked
9707: if(is_string), changed to !defined||is_string to allow void
9708:
9709: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
9710: classes/string.C, classes/table.C, classes/void.C: ! optional
9711: options were allowed to be empty. were checked if(is_string),
9712: changed to !defined||is_string to allow void
9713:
9714: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
9715: as_junction where they needed as_int/double, so failed with
9716: recent "(const) now no junction" optimization
9717:
9718: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
9719: merged ! many classes/* used as_junction where they needed
9720: as_int/double, so failed with recent "(const) now no junction"
9721: optimization
9722:
9723: * src/: classes/double.C, classes/int.C, classes/math.C,
9724: classes/op.C, classes/string.C, classes/table.C,
9725: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
9726: used as_junction where they needed as_int/double, so failed with
9727: recent "(const) now no junction" optimization
9728:
9729: 2005-08-24 paf
9730:
9731: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
9732: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
9733: stripped it
9734:
9735: 2005-08-09 paf
9736:
9737: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
9738: not cleared
9739:
9740: * src/: classes/classes.C, classes/classes.h, classes/date.C,
9741: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
9742: classes/hashfile.C, classes/image.C, classes/int.C,
9743: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
9744: classes/response.C, classes/string.C, classes/table.C,
9745: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9746: include/pa_array.h, include/pa_cache_managers.h,
9747: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
9748: include/pa_config_fixed.h, include/pa_config_includes.h,
9749: include/pa_dictionary.h, include/pa_dir.h,
9750: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
9751: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
9752: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
9753: include/pa_request_charsets.h, include/pa_request_info.h,
9754: include/pa_sapi.h, include/pa_socks.h,
9755: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
9756: include/pa_stack.h, include/pa_string.h,
9757: include/pa_stylesheet_connection.h,
9758: include/pa_stylesheet_manager.h, include/pa_table.h,
9759: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
9760: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
9761: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
9762: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
9763: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
9764: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
9765: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9766: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
9767: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
9768: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
9769: main/pa_sql_driver_manager.C, main/pa_string.C,
9770: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
9771: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
9772: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
9773: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
9774: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
9775: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
9776: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
9777: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
9778: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
9779: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
9780: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
9781: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
9782: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
9783: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
9784: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
9785: types/pa_vmemory.h, types/pa_vmethod_frame.C,
9786: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9787: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9788: types/pa_vresponse.C, types/pa_vresponse.h,
9789: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9790: types/pa_vstateless_object.h, types/pa_vstatus.C,
9791: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
9792: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
9793: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
9794: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
9795: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
9796:
9797: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
9798: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
9799: speedup consequent checks in vmethod_frame
9800:
9801: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
9802: not cleared
9803:
9804: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
9805: params: 50 max (were 10)
9806:
9807: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
9808: params: 50 max (were 10)
9809:
9810: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
9811: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
9812: pa_wcontext.h: + ^call[$void] param inside now is void (were:
9813: empty string) ! simplified (double) speedup consequent checks in
9814: vmethod_frame
9815:
9816: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
9817: optimized constants in expressions vstring->vdouble + optimized
9818: ^call(vdouble), no junction creation, no calls later
9819:
9820: 2005-08-08 paf
9821:
9822: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
9823: integrated
9824:
9825: * bin/auto.p.dist.in: . apache bad 404 handling workaround
9826: integrated
9827:
9828: * src/main/: compile.tab.C, compile.y, compile_tools.C,
9829: compile_tools.h: merged + optimized constants in expressions
9830: vstring->vdouble + optimized ^call(vdouble), no junction
9831: creation, no calls later
9832:
9833: * src/types/pa_vdouble.h: merged . double values without fractional
9834: part now default printed as %.0f instead of %g
9835:
9836: * src/types/pa_vdouble.h: . double values without fractional part
9837: now default printed as %.0f instead of %g
9838:
9839: * src/classes/hashfile.C: . merged ! second hashfile::open would
9840: cause an exception
9841:
9842: * src/classes/hashfile.C: ! second hashfile::open would cause an
9843: exception
9844:
9845: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
9846: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9847: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9848: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
9849: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
9850: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9851: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
9852: types/pa_vresponse.h, types/pa_vstateless_class.C,
9853: types/pa_vstateless_object.h, types/pa_vvoid.h,
9854: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
9855: merged VJunction(new Junction) optimization from 3.1.4
9856:
9857: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
9858: types/pa_vstateless_class.C: + optimized new VJunction(new
9859: Junction(params)) to new VJunction(params), thousands of mallocs
9860: removed
9861:
9862: 2005-08-05 paf
9863:
9864: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
9865: types/pa_vdouble.h, types/pa_vmethod_frame.C,
9866: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
9867: creation, no calls later
9868:
9869: * src/: classes/classes.C, classes/classes.h, classes/date.C,
9870: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
9871: classes/hashfile.C, classes/image.C, classes/int.C,
9872: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
9873: classes/response.C, classes/string.C, classes/table.C,
9874: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9875: include/pa_array.h, include/pa_cache_managers.h,
9876: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
9877: include/pa_config_fixed.h, include/pa_config_includes.h,
9878: include/pa_dictionary.h, include/pa_dir.h,
9879: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
9880: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
9881: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
9882: include/pa_request_charsets.h, include/pa_request_info.h,
9883: include/pa_sapi.h, include/pa_socks.h,
9884: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
9885: include/pa_stack.h, include/pa_string.h,
9886: include/pa_stylesheet_connection.h,
9887: include/pa_stylesheet_manager.h, include/pa_table.h,
9888: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
9889: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
9890: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
9891: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
9892: lib/smtp/smtp.h, main/compile.C, main/compile.y,
9893: main/compile_tools.C, main/compile_tools.h, main/execute.C,
9894: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
9895: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
9896: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
9897: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
9898: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
9899: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
9900: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
9901: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
9902: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
9903: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
9904: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
9905: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
9906: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
9907: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
9908: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
9909: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
9910: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
9911: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
9912: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
9913: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
9914: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9915: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
9916: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
9917: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9918: types/pa_vstateless_object.h, types/pa_vstatus.C,
9919: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
9920: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
9921: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
9922: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
9923: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
9924:
9925: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
9926: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
9927: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
9928: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
9929: main/compile.y, main/compile_tools.C, main/compile_tools.h,
9930: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
9931: optimized constants in expressions vstring->vdouble
9932:
9933: 2005-07-29 paf
9934:
9935: * src/types/pa_vclass.C: . shaped up error messages a bit
9936:
9937: * src/types/pa_vclass.C: + property getter can now be overridden
9938:
9939: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
9940: bug fix: static parent fields were not replaced in case
9941: $derived:field[put] + property setter can now be overridden
9942:
9943: 2005-07-28 paf
9944:
9945: * configure, configure.in, src/classes/classes.h,
9946: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
9947: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
9948: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
9949: src/classes/xnode.h, src/include/pa_hash.h,
9950: src/include/pa_version.h, src/main/execute.C,
1.116 moko 9951: src/types/Makefile.am, src/types/pa_method.h,
9952: src/types/pa_value.h, src/types/pa_vclass.C,
9953: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
9954: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
9955: src/types/pa_vcookie.h, src/types/pa_vhash.h,
9956: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
9957: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
9958: src/types/pa_vobject.C, src/types/pa_vobject.h,
9959: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
9960: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
9961: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
9962: src/types/pa_vstateless_class.h,
1.95 moko 9963: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
9964: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
9965: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
9966: dynamic_fields_join
9967:
9968: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9969: classes/xnode.C, include/pa_hash.h, main/execute.C,
9970: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
9971: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
9972: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
9973: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
9974: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9975: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
9976: types/pa_vresponse.h, types/pa_vstateless_object.h,
9977: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
9978: types/pa_wwrapper.h: ! restored put_element('replace' param), and
9979: restored its checks in vobject.put_element->static fields |
9980: dynamic properties
9981:
9982: 2005-07-27 paf
9983:
9984: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
9985: is some old code containing @set_name $name
9986:
9987: * src/types/pa_vobject.h: . fixed warning
9988:
9989: * configure, configure.in, src/include/pa_version.h,
1.116 moko 9990: src/types/Makefile.am: 3.2.0beta started
1.95 moko 9991:
9992: * src/: classes/xnode.C, include/pa_hash.h,
9993: types/pa_vstateless_class.C: ! new asserts were all false.
9994: regretfully reverted them all to checks
9995:
9996: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
9997: classes/op.C, main/execute.C, types/pa_method.h,
9998: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9999: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10000: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10001: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10002: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10003: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10004: types/pa_vstateless_object.h, types/pa_vvoid.h,
10005: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10006: joined_dynamic_fields: removed unused param from put_method
10007: (returned to 3 params)
10008:
10009: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
10010: joined_dynamic_fields: dynamic get/set works with overriding
10011: props [alpha2]
10012:
10013: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
10014: works [alfa]
10015:
10016: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10017: classes/op.C, include/pa_hash.h, main/execute.C,
10018: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10019: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10020: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10021: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10022: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10023: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10024: types/pa_vresponse.h, types/pa_vstateless_class.C,
10025: types/pa_vstateless_object.h, types/pa_vvoid.h,
10026: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10027: joined_dynamic_fields: just compiled
10028:
10029: * src/: classes/date.C, classes/file.C, classes/hash.C,
10030: classes/hashfile.C, classes/image.C, classes/table.C,
10031: classes/xdoc.C, classes/xnode.h, main/execute.C,
10032: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10033: types/pa_vstateless_class.h: joined_dynamic_fields: started
10034:
10035: * src/types/pa_vobject.C: . object setters [only started, does not
10036: work yet]
10037:
10038: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
10039: object setters [only started, does not work yet]
10040:
10041: 2005-07-26 paf
10042:
10043: * src/: include/pa_request.h, main/execute.C: . properties: set
10044: works [alpha2]. for classes. todo: for objects
10045:
10046: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
10047: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10048: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10049: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10050: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10051: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10052: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10053: types/pa_vstateless_object.h, types/pa_vvoid.h,
10054: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10055: properties: set works [alpha1]
10056:
10057: 2005-07-25 paf
10058:
10059: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
10060: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
10061: properties: started, get works [alpha1, other approach]
10062:
10063: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
10064: properties: started, get works [alpha2]
10065:
10066: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
10067: pa_vstateless_class.h: . properties: started, get works [alpha]
10068:
10069: 2005-07-15 paf
10070:
10071: * src/: classes/classes.h, classes/op.C, main/execute.C,
10072: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
10073: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10074: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10075: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
10076: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
10077: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
10078: types/pa_vresponse.C, types/pa_vresponse.h,
10079: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10080: types/pa_vstateless_object.h, types/pa_vvoid.h,
10081: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
10082: types/pa_wwrapper.h, types/types.vcproj: + started property
10083: [getters work but think of changing them too to precaching]
10084:
10085: 2005-07-08 paf
10086:
10087: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
10088: gpf
10089:
10090: 2005-06-28 paf
10091:
10092: * src/: classes/file.C, main/untaint.C: ! string invariant violated
10093: in passing empty strings to file::exec/cgi environment
10094:
10095: 2005-06-06 paf
10096:
10097: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
10098: ^table:sql ^hash:sql now DO process $.bind option
10099:
10100: 2005-05-24 paf
10101:
10102: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
10103: $.limit] now work again [support was broken in 3.1.4]
10104:
10105: * src/: main/pa_string.C, classes/op.C: . steps toward removing
10106: ALL_INTERIOR_POINTERS
10107:
10108: 2005-05-12 paf
10109:
10110: * configure: 3.1.5beta
10111:
10112: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
10113:
10114: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
10115: $.limit] now work again [support was broken in 3.1.4]
10116:
10117: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
10118: line-width [was refusing to fill if line-width >1, thanks to
10119: Seras <seras@pinxit.lt> for repro case
10120:
10121: 2005-04-25 paf
10122:
10123: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
10124: correctly
10125:
10126: 2005-04-19 paf
10127:
10128: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
10129: in VString violating invariant!!
10130:
10131: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
10132: getenv("TZ")==null
10133:
10134: 2005-04-08 paf
10135:
10136: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
10137: bugfix: when there is no char in charset one byte produces 6
10138: (ÿ <<max). increased buffer size!
10139:
10140: 2005-03-23 paf
10141:
10142: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
10143: ^date.sql-string now takes TZ into account
10144:
10145: 2005-03-16 paf
10146:
10147: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
10148: gcc 3.4
10149:
10150: * src/types/pa_vhash.C: . warning about eof eol
10151:
10152: 2005-02-17 paf
10153:
10154: * operators.txt, src/classes/op.C: + operator ^sleep(double
10155: seconds)
10156:
10157: 2005-02-02 paf
10158:
10159: * src/classes/xnode.C: beauty: removed needless includes
10160:
10161: 2005-01-31 paf
10162:
10163: * src/types/pa_vmail.C: change: $.partX now always 1... change:
10164: $.partNoNumber now alias to $.part1
10165:
10166: * src/types/pa_vmail.C: change: incoming letter part contains
10167: "content-disposition" header with any value? now considering that
10168: part to be "file#" [for text/plain text/html were $.text#
10169: $.html#]
10170:
10171: * INSTALL: updatet to latest working versions available
10172:
10173: 2005-01-20 paf
10174:
10175: * configure.in, src/include/pa_version.h: version
10176:
10177: 2005-01-19 paf
10178:
1.116 moko 10179: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
10180: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
10181: couple warnings in parser3.C
1.95 moko 10182:
10183: 2004-12-23 paf
10184:
10185: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
10186:
10187: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
10188: dir to directory of script (when shbang used), not to directory
10189: of its interpreter
10190:
10191: * src/include/pa_version.h: compiled on win32...
10192:
10193: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
10194: we need more hspace
10195:
10196: * configure, configure.in, src/include/pa_version.h: configured
10197: host to pa_version. will be displayed everywhere
10198:
10199: * src/main/pa_request.C: new: @unhandled_exception can prevent
10200: exception from being logged by setting $exception.handled(1)
10201:
10202: * operators.txt, src/classes/file.C: change:
10203: ^file::sql{query}[[options]] options: $.name[file name]
10204: $.content-type[application/what]
10205:
10206: * src/: include/pa_common.h, main/pa_common.C,
10207: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
10208: new file
10209:
10210: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
10211: bugfix: table->hash now regards _default
10212:
10213: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
10214: created by accessing $name_of_method it acquired bad self=closest
10215: methodframe; instead of proper self (current class)
10216:
10217: * src/types/pa_vhashfile.C: bugfix: reading empty string from
10218: hashfile produced bad cord
10219:
10220: 2004-12-10 paf
10221:
10222: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
10223: subsequent failures though defined in .h
10224:
10225: * src/main/pa_common.C: comment on volatile
10226:
10227: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
10228: alarm function were not used since the beginning due to stupid
10229: error [setsigjmp were not checked in configure.in]
10230:
10231: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
10232: unix too
10233:
10234: * src/main/pa_common.C: http: exception status of send/recv errors
10235: change to most probable http.timeout
10236:
10237: * src/main/pa_common.C: win32: http connection $.timeout option now
10238: works [setsockopt on send/receive]
10239:
10240: 2004-12-08 paf
10241:
10242: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
10243: cstr-ed knowing mail charset, and untainting uri lang now knows
10244: proper charset
10245:
10246: 2004-11-24 paf
10247:
10248: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
10249:
10250: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
10251: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
10252:
10253: 2004-11-12 paf
10254:
10255: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
10256: [since 3.0.4]
10257:
10258: 2004-11-09 paf
10259:
10260: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
10261: writes basics to c:\parser3.log
10262:
10263: 2004-10-21 paf
10264:
10265: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
10266: tainted strings [were returning clean onces]
10267:
10268: 2004-10-15 paf
10269:
10270: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
10271: cycles(i=1; i=2), which was wrong, now does ONE
10272:
10273: 2004-10-12 paf
10274:
10275: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
10276:
10277: 2004-10-07 paf
10278:
10279: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
10280: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
10281: release asserts
10282:
10283: * src/: main/pa_string.C, include/pa_string.h: debugger help:
10284: String.dump() to stdout in detailed form [were String.v() in
10285: short form]
10286:
10287: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
10288: \t\r\n as @#| and truncates long char sequences less
10289:
10290: 2004-10-06 paf
10291:
10292: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
10293: win32 beauty: socket errors properly decoded
10294:
10295: 2004-10-05 paf
10296:
10297: * src/: include/pa_request.h, main/pa_request.C: bugfix:
10298: request::configure_user/admin done always, even if no
10299: file-to-process useful in @unhandled_exception [say, if they
10300: would want to mail by SMTP something]
10301:
10302: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
10303: now performed prior to file loading [and @auto executing] thus
10304: making $cookie:value available in @auto and in
10305: @unhandled_exception when IIS is configured to run interpreter
10306: even if no file exist
10307:
10308: 2004-09-20 paf
10309:
10310: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
10311: somewhere where it should have called xmlMalloc and it calls
10312: xmlFree when it should have not called it. inserted two
10313: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
10314: xmlFree just ignored. put away a testcase, maybe someday libxml
10315: author would fix all that. until that day: we have SLOW garbage
10316: collecting when many xml objects are alive hint: do
10317: ^memory:compact[] before xdoc::create
10318:
10319: 2004-09-17 paf
10320:
10321: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
10322: error from 3.0.8 version]
10323:
10324: 2004-09-14 paf
10325:
10326: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
10327: part bugfix: hashfile.foreach iterated only part if hashfile were
10328: modified inside
10329:
10330: 2004-09-13 paf
10331:
10332: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
10333: [were as octal]
10334:
10335: * src/types/pa_vhashfile.C: beauty: not reproduced
10336: $hashfile.key[$novalue] bug [reported by motorin], inserted
10337: safety-check
10338:
10339: * src/types/pa_vhashfile.C: change: empty keys now error in parser
10340: [not something obscure from sdbm lib]
10341:
10342: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
10343: = strerror now returnes something and we can properly report that
10344: to client
10345:
10346: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
10347: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
10348:
10349: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10350: [tainted as-is] this helps //[space][newline] to remain as-is and
10351: not be unnecessary optimized away [ruining javascript]
10352:
10353: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
10354: [tainted as-is]
10355:
10356: * src/classes/mail.C: bugfix: typo error
10357:
10358: 2004-09-09 paf
10359:
10360: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
10361: separators bugfix: loads header with endings \r\n\r\n and \n\n
10362: (bloody yandex.server)
10363:
10364: 2004-09-06 paf
10365:
10366: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
10367: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
10368: encoded
10369:
10370: 2004-09-01 paf
10371:
10372: * src/types/pa_vmail.C: change: multipart/mixed changed to
10373: multipart/related outlook express have no problems showing
10374: unrelated attachments. todo: someday figure out a way of
10375: multipart/mixed multipart/related text/html
10376: image/xxx application/octet-stream << true attachments
10377:
10378: * src/types/pa_vmail.C: new:
10379: ^mail:send[$.file[$.content-disposition can be overriden new:
10380: empty mail header fields removed from letter
10381:
10382: * src/: classes/mail.C, include/pa_config_fixed.h,
10383: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
10384: ^mail:send[ $.file[ $.any[header]
10385:
10386: 2004-08-30 paf
10387:
10388: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
10389: warnings
10390:
10391: * src/main/pa_common.C: beauty: do not bother with charset
10392: detection when ^file::load[binary
10393:
10394: 2004-08-27 paf
10395:
10396: * src/main/pa_common.C: hack: for yandex.server http server
10397:
10398: 2004-08-18 paf
10399:
10400: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
10401: possibly-chunked response
10402:
10403: 2004-08-17 paf
10404:
10405: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10406: $f.content-type now = that of http response
10407:
10408: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
10409: $f.content-type now = that of http response
10410:
10411: 2004-07-30 paf
10412:
10413: * src/: include/pa_request.h, main/pa_request.C,
10414: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
10415: win32: system&parser exceptions in release mode reported properly
10416: parser exception in exception handler WERE mistakenly reported as
10417: system exception, without details [in apache & isapi] +some
10418: beauty in exception text
10419:
10420: * src/: include/pa_exception.h, main/pa_request.C,
10421: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
10422: release mode reported properly parser exception in exception
10423: handler WERE mistakenly reported as system exception, without
10424: details
10425:
10426: * src/main/execute.C: beauty: simplified system exception handling
10427:
10428: 2004-07-29 paf
10429:
10430: * src/classes/table.C: bugfix:
10431: ^table.save[export.csv;$.separator[^;]] now works fine [separator
10432: were ignored, and \t used unconditionally]
10433:
10434: * src/types/Makefile.am: added vhash.c
10435:
10436: 2004-07-28 paf
10437:
10438: * src/: classes/date.C, classes/image.C, classes/math.C,
10439: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
10440: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
10441: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
10442: failed on russian letters
10443:
10444: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
10445: bugfix: isspace((unsigned char)c) everywhere. failed on russian
10446: letters
10447:
10448: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
10449: as 'currentDirectory' parameter to CreateProcess
10450:
10451: 2004-07-27 paf
10452:
10453: * src/targets/cgi/parser3.vcproj: beauty: win32:
10454: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
10455: from release somewhere [to help searching for unhandled system
10456: exceptions]
10457:
10458: * src/types/pa_vdate.h: check: for invalid datetime after temporary
10459: TZ shift
10460:
10461: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
10462: but also in ctor
10463:
10464: 2004-07-26 paf
10465:
10466: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
10467: src/main/pa_request.C, src/types/pa_vfile.h,
10468: src/types/pa_vhash.C, src/types/pa_vhash.h,
10469: src/types/types.vcproj: new: $response:body/download[
10470: $.file[name on disk] $.name[of file for user]
10471: $.mdate[date of last-modified. default from directory] ]
10472:
10473: * src/classes/file.C: moving file:send somewhere else..
10474:
10475: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
10476: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
10477: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
10478: $response:download[ $.filename[filename] $.option[] ,, ]
10479:
10480: * src/classes/file.C: beauty: invalid mode thoroughly reported
10481:
10482: 2004-07-21 paf
10483:
10484: * src/types/pa_vmail.C: bugfix: too long header values now splitted
10485: to several lines
10486:
10487: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
10488:
10489: note: ms outlook[!express] shows only first 255 characters of
10490: subject
10491:
10492: 2004-07-15 paf
10493:
10494: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
10495: off]
10496:
10497: 2004-07-14 paf
10498:
10499: * src/classes/table.C: bugfix: $.bind values now got untainted
10500: according to lang [were: as-is]
10501:
10502: 2004-07-07 paf
10503:
10504: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
10505: checked that
10506:
10507: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
10508: now untainted according to their languages. were: as-is.
10509: EVERYWHERE
10510:
10511: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
10512: environment string now untainted according to their languages.
10513: were: as-is. EVERYWHERE
10514:
10515: * src/main/pa_exec.C: bufix: on unix environment string now
10516: untainted according to their languages. were: as-is. on win32:
10517: ok
10518:
10519: * parser3.vssscc: ...would not go unnoticed
10520:
10521: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
10522: fails. in case on input appears nonutf, those bytes will be
10523: printed in %HH form. that can be easily decoded/recovered.
10524:
10525: this form is quite noticable, and hopefully would not go noticed
10526:
10527: 2004-07-06 paf
10528:
10529: * src/main/pa_exec.C: bufix: on unix environment string now
10530: untainted according to their languages. were: as-is. on win32:
10531: ok
10532:
10533: 2004-07-01 paf
10534:
10535: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
10536: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
10537: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
10538: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
10539: main/main.vcproj, targets/cgi/parser3.vcproj,
10540: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
10541: option: global optimization ON
10542:
10543: * src/main/untaint.C: workaround kinda bug in libxml: life requires
10544: to do xdoc::create{invalid chars} standard disables chars less
10545: then \x20, except tab, cr, lf.
10546:
10547: changed tainting so that those become '!'
10548:
10549: 2004-06-25 paf
10550:
10551: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10552: int on odd address [prev bugfix failed due to superwize
10553: optimizer, which turned memcpy into same 'ld' asm command]
10554:
10555: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
10556: int on odd address
10557:
10558: 2004-06-22 paf
10559:
10560: * src/sql/pa_sql_driver.h: note: about possible optimization
10561:
10562: * operators.txt, src/classes/hash.C, src/classes/memory.C,
10563: src/classes/string.C, src/classes/table.C, src/classes/void.C,
10564: src/include/pa_config_includes.h: new: ^void:sql{call
10565: paf(:a)}[ $.bind[ $.a[2]
10566: ] ] output variables work. todo: check in out
10567: variables
10568:
10569: 2004-06-18 paf
10570:
10571: * src/: classes/file.C, classes/hash.C, classes/string.C,
10572: classes/table.C, classes/void.C, include/pa_globals.h,
10573: include/pa_sql_connection.h, main/compile.tab.C,
10574: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
10575: $.bind[ $.a[2] ]
10576: ] input variables work. todo:output
10577:
10578: * src/targets/cgi/parser3.C: bugfix: iis specific
10579: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
10580: /_bug.html?404;http://hpsv/test/
10581: --------------------------------------------------------------------------------
10582: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
10583: --------------------------------------------------------------------------------
10584: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
10585:
10586: 2004-06-16 paf
10587:
10588: * src/targets/cgi/parser3.C: new: iis specific
10589: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
10590: $request:query
10591: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
10592: $form:fields IIS-STATUS="404"
10593: IIS-DOCUMENT="http://server/_bug.html" f="v"
10594:
10595: todo: isapi too
10596:
10597: 2004-05-26 paf
10598:
10599: * src/include/pa_version.h: 3.1.3
10600:
10601: * operators.txt: beauty: removed outdated level 'table'
10602:
10603: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
10604:
10605: * src/main/pa_string.C: beauty: removed 3 warnings
10606:
10607: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
10608: classes/op.C: beauty: removed outdated level 'table'
10609:
10610: 2004-05-25 paf
10611:
10612: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
10613: implementation. mistery: how anything worked
10614:
10615: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
10616: changed, it is now safe to use url if pointers to it are stored
10617: to gc mem
10618:
10619: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
10620: unknown errors reported and not cause SIGSEGV now
10621:
10622: 2004-05-24 paf
10623:
10624: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10625: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
10626: less memory: CORD_chars_block originally intended to ... it was
10627: good that CORD_chars_block were not used: it consumes more memory
10628: [and, might be slow too] undoing that. [and removed that func so
10629: that it would not confuse parser developer in future]
10630:
10631: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
10632: less memory: CORD_chars_block originally intended to
10633: speedup/reduce mem usage were forgotten, and were used stupid
10634: CORD_chars
10635:
10636: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
10637:
10638: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
10639: BIGENDIAN processors space-conserving mech failed, causing
10640: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
10641: (1|2|3));
10642:
10643: 2004-05-14 paf
10644:
10645: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
10646: bugfix: void now has vfile value, and $response:body[] works OK
10647:
10648: 2004-05-12 paf
10649:
10650: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
10651: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
10652: sources to use is_defined() {return as_bool();} along VBool
10653:
10654: 2004-05-11 paf
10655:
10656: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
10657: referencing to local objects
10658:
10659: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
10660: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
10661: left intact
10662:
10663: 2004-04-15 paf
10664:
10665: * src/classes/date.C: merged: beauty: unused var removed
10666:
10667: * src/classes/date.C: beauty: unused var removed
10668:
10669: * src/include/: pa_exec.h: bugfix: interface without pointer
10670: provoked bug
10671:
10672: 2004-04-09 paf
10673:
10674: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
10675:
10676: * src/types/pa_vform.C: bugfix: form:imap were incorrect
10677:
10678: 2004-04-08 paf
10679:
10680: * src/classes/date.C: new: ^date::create[y-m-d
10681: h-M-s>>.milliseconds<<] now allowed, ignored so far
10682:
10683: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
10684:
10685: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
10686: to consult default catalog [usually, that file belongs to other
10687: user/group]
10688:
10689: 2004-04-06 paf
10690:
10691: * src/main/pa_common.C: beauty: gcc warning removed
10692:
10693: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
10694: accept that trick, trying other
10695:
10696: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
10697: explicit result problem
10698:
10699: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
10700: explicit result problem
10701:
10702: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
10703: explicit result problem
10704:
10705: * operators.txt, src/classes/string.C: new: ^string.append[string]
10706:
10707: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
10708: main/execute.C: attempt_check_call_in_explicit_result_mode:
10709: failed
10710:
10711: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
10712: http://i.p.a.ddress gethostbyaddr added [on some platforms
10713: gethostbyname failed with such 'domains'] now checked properly,
10714: were: needless reverse/forward dns lookup
10715:
10716: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
10717: http://i.p.a.ddress gethostbyaddr added [on some platforms
10718: gethostbyname failed with such 'domains'] now checked properly,
10719: were: needless reverse/forward dns lookup
10720:
10721: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
10722: @method[][result] means "no string output here" moved to lexical
10723: level [on grammar level it were too difficult]
10724:
10725: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
10726: src/main/compile.y, src/main/compile_tools.h,
10727: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
10728: @method[][result] means "no string output here", implemented part
10729: of that idea: compiler throws away string literal generation
10730: code. and barks nonwhitespace chars
10731:
10732: * operators.txt: truth: removed comment about $ORIGIN
10733:
10734: 2004-04-05 paf
10735:
10736: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
10737: src/include/pa_version.h, src/main/pa_common.C,
10738: src/targets/isapi/parser3isapi.C: merged with 3.1.3
10739:
10740: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
10741: Konstantin Tomashevitch [mailto:konst@design.ru]
10742:
10743: * src/doc/html2chm.cmd: beauty: no need in bg here
10744:
10745: * src/doc/sources2html.cmd: beauty: same window, in bg it
10746: interfered with FAR console
10747:
10748: * configure, configure.in: 3.1.3
10749:
10750: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
10751:
10752: * src/main/pa_common.C: removed warning
10753:
10754: * src/include/pa_version.h: 3.1.3
10755:
10756: 2004-04-02 paf
10757:
10758: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
10759:
10760: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
10761: allows to specify where to put parser log file
10762:
10763: 2004-04-01 paf
10764:
10765: * src/classes/table.C: bugfix: bugfix: table::load last line
10766: without tab and enter were ignored
10767:
10768: * src/: include/pa_cache_managers.h, include/pa_globals.h,
10769: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
10770: main/pa_socks.C, targets/cgi/parser3.C,
10771: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
10772: bugfix: sql connections now are disconnected
10773:
10774: 2004-03-30 paf
10775:
10776: * src/classes/table.C: bugfix: table::load last line without tab
10777: and enter were ignored
10778:
10779: * src/classes/table.C: bufix: if last table lines were commented,
10780: gpfed
10781:
10782: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
10783: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
10784: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
10785: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
10786: doc/methoded.dox, doc/object.dox, doc/string.dox,
10787: doc/targets.dox, doc/value.dox, include/pa_version.h,
10788: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
10789: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
10790: bugfixes from 3.1.2, changed version to 3.1.3beta
10791:
10792: 2004-03-29 paf
10793:
10794: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
10795: causes gpf
10796:
10797: * src/doc/: ClassExample1.dox, ClassExample2.dox,
10798: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
10799: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
10800: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
10801: value.dox: translated to english
10802:
10803: 2004-03-25 paf
10804:
10805: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
10806: parser3project dependency removed
10807:
10808: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
10809: bugfix: refused to compile without xml
10810:
10811: * src/types/pa_vform.C: beauty: removed warning
10812:
10813: * src/classes/classes.vcproj: merged bugfix: now all compiles in
10814: any folder [removed last ;) folder dependency]
10815:
10816: * src/classes/classes.vcproj: bugfix: now all compiles in any
10817: folder [removed last ;) folder dependency]
10818:
10819: * src/include/pa_version.h: release
10820:
10821: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
10822:
10823: * src/classes/table.C: beauty: comment& more meaningful error
10824: message
10825:
10826: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
10827: $.hash[$.column_value1(true) ... ] [were producing some strang
10828: thing]
10829:
10830: 2004-03-23 paf
10831:
10832: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
10833: and http status line parsing checked number of columns in table
10834: [user reported an assert]
10835:
10836: * operators.txt: example: on hashfile
10837:
10838: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
10839: bugfix: junction reattach now actually reattaches a junction to
10840: new wcontext [were only assigning it to junction, which caused
10841: junction tracking to loose junction, and it's context were not
10842: killed, and it tried to process in invalid context, gpf]
10843:
10844: * src/targets/cgi/parser3.C: debug helper added
10845:
10846: 2004-03-19 paf
10847:
10848: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
10849: "type(type)" in braces
10850:
10851: 2004-03-10 paf
10852:
10853: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
10854: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
10855: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
10856: solution to search-in-namespaces problem:
10857: $xdoc.search-namespaces.x[http://pif.design.ru/]
10858: $nodes[^xdoc.select[//x:second]]
10859:
10860: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
10861: expression][[NAMESPACES HASH]] allows to search for info in
10862: namespaces
10863:
10864: $nodes[^xdoc.select[//x:second][
10865: $.x[http://pif.design.ru/] ]]
10866:
10867: 2004-03-09 paf
10868:
10869: * operators.txt, src/main/pa_common.C: new:
10870: ^file::load[...][options] $.form[
10871: !$.field1[string]
10872: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
10873: ] !$.body[string]
10874:
10875: GET ?here notGET(POST, HEAD, others) in content-type:
10876: application/x-www-form-urlencoded
10877:
10878: todo: upload files ability
10879:
10880: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
10881: properly, done
10882:
10883: 2004-03-05 paf
10884:
10885: * operators.txt, src/main/pa_common.C: new: file::load[;http://
10886: GET/POST $.form[$.fields started, not tested yet
10887: todo:$.field[table] for multiple values
10888:
10889: * operators.txt: new: http:// options $.user $.password basic
10890: authorization
10891:
10892: * src/main/pa_common.C: beauty: link to rtf added
10893:
10894: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
10895: new: http:// options $.user $.password basic authorization
10896:
10897: * src/main/pa_common.C: beauty: removed needless vars
10898:
10899: * operators.txt: new: pgsql option [like that recently added to
10900: oracle driver] ClientCharset=parser-charset <<
10901: charset in which parser thinks client works
10902:
10903: * operators.txt: new: odbc option [like that recently added to
10904: oracle driver] ClientCharset=parser-charset <<
10905: charset in which parser thinks client works
10906:
10907: * src/sql/pa_sql_driver.h: beauty: important warning added
10908:
10909: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
10910: char!
10911:
10912: * etc/parser3.charsets/windows-1251.cfg: typo
10913:
10914: 2004-03-04 paf
10915:
10916: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
10917: cached, sql transcoding now goes faster
10918:
10919: * operators.txt: new: mysql option [like that recently added to
10920: oracle driver] ClientCharset=parser-charset <<
10921: charset in which parser thinks client works
10922:
10923: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
10924: typo error
10925:
10926: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
10927: chars commented
10928:
10929: 2004-03-03 paf
10930:
10931: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
10932: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
10933:
10934: 2004-03-02 paf
10935:
10936: * operators.txt: new[update typo]: !^void.left(n)
10937: nothing !^void.right(n) nothing !^void.mid(p[;n])
10938: nothing
10939:
10940: * operators.txt, src/classes/void.C: new: !^void.left(n)
10941: nothing !^void.right(n) nothing !^void.pos(p[;n])
10942: nothing
10943:
10944: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
10945: ^file::sql[[name_to_become_$.name]]{} query result must be one
10946: row with columns: first: data second: file name third:
10947: content-type
10948:
10949: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
10950: ^connect gets properly escaped string, which can be passed to
10951: request now this for mysql only. it's up to parser sql driver to
10952: fix zeros properly
10953:
10954: * INSTALL: note: added on building apache with this option:
10955: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
10956:
10957: 2004-03-01 paf
10958:
10959: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
10960: extension memory:compact befor processingrequest
10961:
10962: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
10963: call sole column of result
10964:
10965: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
10966: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
10967: pixel color
10968:
10969: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
10970: beauty: image -- less checks [were ugly impl]
10971:
10972: * src/classes/string.C: bugfix: ^string.left/right/mid with
10973: negative values now considered bad
10974:
10975: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
10976:
10977: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
10978: options now have unified defaults [after transform
10979: indent/omit-xml-declaration/standalone 'default' erroreously
10980: meant 'true']
10981:
10982: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
10983: added [on some platforms gethostbyname failed with such
10984: 'domains']
10985:
10986: * src/include/pa_config_auto.h.in: no select check, no define
10987:
10988: * src/classes/string.C: feature: ^string.trim both parameters may
10989: be empty-strings, meaning kind=both chars=whitespaces
10990:
10991: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
10992: exist
10993:
10994: * src/classes/string.C: check: trim 'chars' must not be empty,
10995: exception if it is
10996:
10997: * src/classes/string.C: changed: ^string.trim [] << both,
10998: whitespaces [start|both|end] << kind, whitespaces
10999: [start|both|end;chars] full
11000:
11001: 2004-02-27 paf
11002:
11003: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
11004: method: ^string.trim[start|both|end[;chars]] default
11005: 'chars' -- whitespace chars finished
11006:
11007: * operators.txt, src/classes/string.C, src/include/pa_string.h,
11008: src/main/pa_string.C: new method:
11009: ^string.trim[start|both|end[;chars]] default 'chars' --
11010: whitespace chars started, only start works
11011:
11012: * src/main/compile.C: bugfix: line numbers after
11013: ^process{}[$.line(-10]] can be negative, allowed to print they as
11014: signed
11015:
11016: * src/main/untaint.C: speed: there's no \n chars in output
11017: [normally], so no need to optimize them they could be retrived
11018: from databases, though. but 1. should be replaced 2. if not
11019: optimized, no harm done
11020:
11021: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
11022: ^file::exec/cgi could return invalid status & zombie child can
11023: remain for short period until process exists [very bad in
11024: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
11025:
11026: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
11027: malicious SMTP server to attack as by returning too long status
11028: responses http://i2/tasks/edit/?id=4629448401140924947
11029:
11030: 2004-02-26 paf
11031:
11032: * operators.txt: feature: ^process...{CODE}[now has options] which
11033: are $.main[to what to rename @main] $.file[file,
11034: from which (user says) goes that CODE] $.lineno(line
11035: number in that file, where CODE starts. may be negative)
11036:
11037: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11038: src/main/compile.C, src/main/compile_tools.h,
11039: src/main/pa_request.C: feature: ^process...{CODE}[now has
11040: options] which are $.main[to what to rename @main]
11041: $.file[file, from which (user says) goes that CODE]
11042: $.lineno(line number in that file, where CODE starts. may be
11043: negative)
11044:
11045: 2004-02-25 paf
11046:
1.116 moko 11047: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
11048: old @charsetsdir@ recently erased from configure.in]
1.95 moko 11049:
11050: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
11051: produces hash of column=>1
11052:
11053: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
11054: with incomplete errno constants set
11055:
11056: 2004-02-24 paf
11057:
11058: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
11059: "man select"
11060:
11061: * src/main/pa_os.C: beauty: <0 better then ==-1
11062:
11063: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
11064:
11065: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
11066:
1.116 moko 11067: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 11068:
11069: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
11070: unix: steps to work on unix [extracted 'to']
11071:
11072: * src/classes/mail.C: smtp on unix: steps to work on unix
11073:
11074: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
11075:
1.116 moko 11076: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
11077: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
11078: unix [testing on solaris]
1.95 moko 11079:
11080: 2004-02-20 paf
11081:
11082: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
11083: pointing that out
11084:
11085: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
11086: fixed again [same solution, mistanenly removed one line]
11087:
11088: 2004-02-19 paf
11089:
11090: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
11091: date::create from bad datetime in spring daylightsaving hole now
11092: OK for all platforms [on some platforms it failed]
11093:
11094: * src/classes/: date.C, image.C: beauty: date::create[bad date time
11095: in daylightsaving hole] now throws error
11096:
11097: * src/classes/date.C: comment: mistake fixed
11098:
11099: 2004-02-18 paf
11100:
11101: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
11102: now renderes in $request:charset, but in header puts
11103: $response:charset todo: make that default only so that coder
11104: could override that
11105:
11106: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
11107: turns off omit-xml-declaration
11108:
11109: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
11110: /.xsl for sample
11111:
11112: 2004-02-17 paf
11113:
11114: * src/classes/xdoc.C: beauty: needless helper class removed
11115:
11116: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
11117: copied extra time
11118:
11119: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
11120: part of libxml
11121:
11122: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
11123: libxml to do the work] <xsl:output method="html"
11124: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
11125: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
11126: />
11127:
11128: * src/classes/xdoc.C: beauty: no <meta ... charset generated
11129:
11130: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
11131: caused assertion
11132:
11133: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
11134: could hang. now such add does nothing, sub clears $hash
11135:
11136: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
11137: not made quoted-printable
11138:
11139: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
11140: string invariant
11141:
11142: 2004-02-16 paf
11143:
11144: * src/main/pa_globals.C: bugfix: xml errors copy from library now
11145: cleared [were not cleared properly]
11146:
11147: 2004-02-13 paf
11148:
1.116 moko 11149: * src/include/pa_version.h: prerelease
1.95 moko 11150:
11151: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
11152: used, introducing dependencies timestamp check
11153:
11154: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11155: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
11156: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
11157: .xsl.stamp now not used, introducing dependencies timestamp check
11158:
11159: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
11160:
11161: 2004-02-12 paf
11162:
11163: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
11164: ruined empty <input type=file> submits. parser thought there were
11165: nameless empty file and $form:field got value of type 'file'
11166:
11167: * INSTALL: --without-threads
11168:
11169: * src/include/pa_sapi.h: 2004
11170:
11171: 2004-02-11 paf
11172:
11173: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11174: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11175: classes/hashfile.C, classes/image.C, classes/int.C,
11176: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11177: classes/response.C, classes/string.C, classes/table.C,
11178: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11179: include/pa_array.h, include/pa_cache_managers.h,
11180: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11181: include/pa_config_fixed.h, include/pa_config_includes.h,
11182: include/pa_dictionary.h, include/pa_dir.h,
11183: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11184: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11185: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11186: include/pa_request_charsets.h, include/pa_request_info.h,
11187: include/pa_socks.h, include/pa_sql_connection.h,
11188: include/pa_sql_driver_manager.h, include/pa_stack.h,
11189: include/pa_string.h, include/pa_stylesheet_connection.h,
11190: include/pa_stylesheet_manager.h, include/pa_table.h,
11191: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11192: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11193: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11194: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11195: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11196: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11197: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11198: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11199: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11200: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11201: main/pa_sql_driver_manager.C, main/pa_string.C,
11202: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
11203: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
11204: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11205: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11206: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11207: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11208: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11209: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11210: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11211: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11212: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11213: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11214: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11215: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11216: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11217: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11218: types/pa_vresponse.h, types/pa_vstateless_class.C,
11219: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11220: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11221: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11222: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11223: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11224: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
11225:
11226: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
11227: debug version of gc.dll
11228:
11229: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11230: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11231: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
11232: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
11233: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
11234: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
11235: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
11236: processes
11237:
11238: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
11239: main/pa_globals.C, targets/cgi/parser3.vcproj,
11240: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
11241: changes to reflect libxml xsl new folders
11242:
11243: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11244: lib/smtp/smtp.vcproj, main/main.vcproj,
11245: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
11246: to reflect libxml xsl new folders
11247:
11248: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11249: lib/smtp/smtp.vcproj, main/main.vcproj,
11250: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
11251: types/types.vcproj: started changes to reflect libxml xsl new
11252: folders
11253:
11254: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
11255: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
11256: src/main/compile.tab.C, src/main/main.vcproj,
11257: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
11258: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
11259: started changes to reflect libxml xsl new folders
11260:
11261: 2004-02-10 paf
11262:
11263: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
11264: compile. recommened latest libxml up to date
11265:
11266: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
11267: pattern compilation errors", on which spent 4 hours worktime. use
11268: versions higher than that. recommended now latest up to date
11269:
11270: 2004-02-06 paf
11271:
11272: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
11273: beauty: unified destructing style
11274:
11275: * src/main/untaint.C: beauty: removed old def/ifdef
11276:
11277: * src/main/untaint.C: beauty: coredump @unknown untaint language
11278: now
11279:
11280: 2004-02-03 paf
11281:
11282: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
11283: targets/isapi/parser3isapi.C, types/pa_value.C,
11284: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
11285: then %ld/%lu
11286:
11287: * src/main/pa_common.C: typo: %l -> %u
11288:
11289: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
11290: in attributes or documents-results of transform now not xx;
11291:
11292: * src/classes/xnode.C: memleaks found: not fixed yet. todo
11293:
11294: * src/main/pa_charset.C: bugfix: forgot to undo some
11295:
11296: * src/main/pa_charset.C: beauty: uncomment
11297: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
11298: libraries
11299:
11300: 2004-02-02 paf
11301:
11302: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
11303: $cookie:example[ $.value[value] $.path[/there/] ]
11304:
11305: $cookie:example[ $.value[] $.expires[session]
11306: $.path[/there/] $.domain[test.com] ]
11307:
11308: * src/types/pa_vform.C: bugfix: empty values with
11309: enctype=multipart/form-data now produce entries in $form:tables
11310: <form method=post enctype=multipart/form-data> <input type=hidden
11311: name=a> <input type=hidden name=b>
11312:
11313: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
11314: <hr> <pre>$request:body
11315:
11316: 2004-01-30 paf
11317:
11318: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
11319: or documents-results of transform now not xx;
11320:
11321: * src/classes/date.C: bugfix: ^date::create[invalid fields now
11322: produce exception.
11323:
11324: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
11325: bugfix: ^date::create[invalid fields now produce exception.
11326:
11327: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
11328: year] now produces exception. todo: check other fields
11329:
11330: 2004-01-29 paf
11331:
11332: * src/include/pa_memory.h: typo error
11333:
11334: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
11335: more byte then specified, then zeroed it << useless and
11336: potentially harmful(could gpf)
11337:
11338: 2004-01-22 paf
11339:
11340: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
11341:
11342: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
11343: optimization
11344:
11345: * src/main/untaint.C: bugfix: whitespace now optimized properly
11346: [were bug: ^taint[1 & 2]="1 &2"
11347:
11348: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
11349: errors
11350:
11351: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
11352: overflow
11353:
11354: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
11355: error-reporting code * in parser-error reporting code [when no
11356: @unhandled_exception defined]
11357:
11358: fixed in one place: my *snprintf override
11359:
11360: 2004-01-13 paf
11361:
11362: * operators.txt: typo erro
11363:
11364: 2003-12-25 paf
11365:
11366: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
11367: garbled [pieces after zero bytes were removed]
11368:
11369: 2003-12-22 paf
11370:
1.116 moko 11371: * src/include/Makefile.am: bugfix: removed from dist:
11372: src/include/pa_config_auto.h which were configured for
1.95 moko 11373: make-dist-platform and badly updated proper config file in target
11374: [when .tar used for updating existing source tree]
11375:
11376: * ChangeLog, operators.txt, src/classes/op.C,
11377: src/include/pa_sql_connection.h,
11378: src/include/pa_sql_driver_manager.h,
11379: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
11380: feature: sql introducing ability to transcode charsets
11381:
11382: 2003-12-19 paf
11383:
11384: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
11385: error message
11386:
11387: * src/main/pa_charset.C: bugfix: memory for charsethandler
11388: structure for libxml now allocated properly
11389:
11390: 2003-12-17 paf
11391:
11392: * src/types/pa_vfile.C: beauty: removed outdated cast
11393:
11394: * src/main/pa_common.C: bugfix: empty http response caused gpf
11395:
11396: * src/include/pa_string.h: bugfix: removed too strong a assert
11397:
11398: * src/main/pa_globals.C: bugfix: removed false warning [warning:
11399: unreported xmlGenericErrors]
11400:
11401: 2003-12-15 paf
11402:
11403: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
11404: works}
11405:
11406: 2003-12-11 paf
11407:
11408: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
11409: id
11410: !$status:tid thread id
11411:
11412: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
11413: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
11414: bugfix(solaris): removed dependency on object initialization
11415: order [one more place]
11416:
11417: * src/: classes/file.C, classes/mail.C, classes/op.C,
11418: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
11419: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
11420: understand that
11421:
11422: * src/: classes/file.C, classes/mail.C, classes/op.C,
11423: classes/xdoc.C, include/pa_cache_managers.h,
11424: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11425: include/pa_stylesheet_manager.h, main/pa_request.C,
11426: main/pa_stylesheet_manager.C, types/pa_vimage.C,
11427: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
11428: ctor call [relying on implicit String::Body(cstr) call]
11429:
11430: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
11431: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
11432: object initialization order [two places]
11433:
11434: 2003-12-10 paf
11435:
11436: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
11437: << time now ok
11438:
11439: * operators.txt, src/main/pa_sql_driver_manager.C,
11440: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
11441: operational
11442:
11443: * ChangeLog, operators.txt, src/classes/xdoc.C,
11444: src/include/pa_charset.h, src/include/pa_sql_connection.h,
11445: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
11446: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
11447: back operational
11448:
11449: 2003-12-02 paf
11450:
11451: * src/types/pa_vmail.C: bugfix:
11452: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
11453: as-is forced]
11454:
11455: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
11456: exceptions out of libxml callbacks: reimplemented error handling
11457: of http://localhost, parser://method and safemode check callbacks
11458:
11459: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
11460: [merged from HEAD]
11461:
11462: * src/classes/image.C: nothing: comment removed
11463:
11464: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
11465: addresses to int
11466:
11467: 2003-12-01 paf
11468:
11469: * src/main/pa_xml_io.C: bugfix: typo
11470:
11471: * src/main/pa_globals.C: bugfix: win32: compile prob
11472:
11473: * src/classes/xdoc.C: bugfix: typo
11474:
11475: * src/main/pa_xml_io.C: todo: safe mode check not to throw
11476: exception
11477:
11478: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
11479:
11480: 2003-11-28 paf
11481:
11482: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
11483: all xml documents read
11484:
11485: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
11486:
11487: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11488: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
11489: replaced original open mech of xdoc::create & co to use libxml
11490: open, so that this would work for root document todo: safe mode
11491: checks to libxml: ideally to some 1 point
11492:
11493: * src/main/pa_xml_io.C: comment
11494:
11495: * operators.txt, src/main/pa_xml_io.C: leading / in
11496: http://parser[abscent params]
11497:
11498: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
11499: works. todo: maybe replace original open mech of xdoc::create &
11500: co to use libxml open, so that this would work for root document
11501:
11502: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
11503: "parser://method/params/here"> <test> &test^; </test> }]
11504:
11505: ^taint[^xdoc.string[]]
11506:
11507: @method[param] <!ENTITY test
11508: "test-entity-value+$form:user+$param!">
11509:
11510: 2003-11-27 paf
11511:
11512: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
11513:
11514: * src/classes/date.C: bugfix: typo error
11515:
11516: 2003-11-26 paf
11517:
11518: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
11519: src/main/Makefile.am, src/main/main.vcproj,
11520: src/main/pa_globals.C, src/main/pa_request.C,
11521: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
11522: xml errors to hash<thread_id,error> reorganization: xml io moved
11523: to pa_xml_io.C/h
11524:
11525: * src/types/pa_value.h: warnings: --
11526:
11527: 2003-11-25 paf
11528:
11529: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
11530: whatever)
11531:
11532: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
11533: a, (c?x:y, z)
11534:
11535: * src/main/untaint.C: bugfix: consequences of not reading this
11536: comment: CORD_pos_chars_left /* Number of characters in cache.
11537: <= 0 ==> none */
11538:
11539: * src/include/pa_array.h: removed needless checks
11540:
11541: 2003-11-24 paf
11542:
11543: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
11544: removed limit: now $form:xxx can be accessed anytime, even in
11545: @auto/conf [and request/response:charset still can be changed
11546: anytime]
11547:
11548: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
11549: now not transcodes response body
11550:
11551: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
11552: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
11553: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
11554: $xdoc.firstChild.firstChild.nodeValue[different]
11555: ^taint[^xdoc.string[]]
11556:
11557: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
11558: workaround: static Hash::allocates -> static Hash_allocates
11559:
11560: 2003-11-21 paf
11561:
1.116 moko 11562: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
11563: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
11564: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 11565:
11566: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
11567:
11568: * src/classes/mail.C: bugfix: typo
11569:
11570: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 11571: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
11572: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
11573: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
11574: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 11575: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
11576:
11577: * src/main/pa_exec.C: bug in safe mode
11578:
11579: * src/include/Makefile.am: pa_xml_exception.h
11580:
11581: * src/targets/isapi/parser3isapi.C: more warnings --
11582:
11583: 2003-11-20 paf
11584:
11585: * src/: classes/math.C, classes/op.C, classes/string.C,
11586: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
11587: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
11588: --
11589:
11590: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
11591: more warnings --
11592:
11593: * src/classes/xdoc.C: more warnings --
11594:
11595: * src/classes/: date.C, image.C, xdoc.C: more warnings --
11596:
11597: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
11598: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
11599:
11600: * src/: classes/date.C, classes/file.C, classes/hash.C,
11601: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
11602: classes/table.C, include/pa_cache_managers.h,
11603: include/pa_stylesheet_connection.h, main/pa_request.C,
11604: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
11605: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
11606: --
11607:
11608: * src/main/: execute.C, pa_request.C: old forgotten todo: when
11609: can't report problem (undefined @unhandled_exception) problem
11610: source string were not reported
11611:
11612: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11613: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11614: classes/hashfile.C, classes/image.C, classes/int.C,
11615: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11616: classes/response.C, classes/string.C, classes/table.C,
11617: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11618: include/pa_array.h, include/pa_cache_managers.h,
11619: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11620: include/pa_config_fixed.h, include/pa_dictionary.h,
11621: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
11622: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
11623: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
11624: include/pa_request.h, include/pa_request_charsets.h,
11625: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
11626: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11627: include/pa_stack.h, include/pa_string.h,
11628: include/pa_stylesheet_connection.h,
11629: include/pa_stylesheet_manager.h, include/pa_table.h,
11630: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11631: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
11632: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
11633: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11634: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11635: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11636: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11637: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
11638: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
11639: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
11640: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
11641: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11642: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
11643: targets/isapi/parser3isapi.C, types/pa_junction.h,
11644: types/pa_method.h, types/pa_value.C, types/pa_value.h,
11645: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
11646: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11647: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
11648: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
11649: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
11650: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
11651: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11652: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11653: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11654: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11655: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11656: types/pa_vresponse.h, types/pa_vstateless_class.C,
11657: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11658: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11659: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11660: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11661: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11662: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
11663: const IDENT
11664:
11665: * src/: include/pa_array.h, include/pa_pool.h,
11666: include/pa_request.h, include/pa_string.h, include/pa_table.h,
11667: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
11668: types/pa_wcontext.h: more warnings --
11669:
11670: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
11671: classes/file.C, classes/hash.C, classes/hashfile.C,
11672: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
11673: classes/memory.C, classes/op.C, classes/string.C,
11674: classes/table.C, classes/xdoc.C, classes/xnode.C,
11675: include/pa_config_includes.h, include/pa_operation.h,
11676: include/pa_sql_connection.h, include/pa_table.h,
11677: include/pa_types.h, lib/ltdl/config_fixed.h,
11678: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
11679: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11680: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
11681: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
11682: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
11683: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
11684: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
11685: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
11686: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
11687: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
11688: types/pa_vmail.C, types/pa_vobject.C,
11689: types/pa_vstateless_class.h, types/pa_vtable.C,
11690: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
11691: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
11692: on all projects (except libltdl=off & libsdbm=level3) found
11693: several unitialized vars
11694:
11695: 2003-11-19 paf
11696:
11697: * src/classes/op.C: more ansi C++ comp
11698:
11699: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11700: src/main/pa_request.C: ^cache[...]{body}{catch block with
11701: $exception.handled[cache] meaning "get expired cache, if any.
11702: else error"}
11703:
11704: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
11705: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
11706: ^cache[...]{body}{catch code with $exception.cache field}
11707:
11708: 2003-11-12 paf
11709:
11710: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
11711: [copy/paste bug]
11712:
11713: 2003-11-11 paf
11714:
11715: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
11716: failed]
11717:
11718: * bin/auto.p.dist.in: colno
11719:
11720: 2003-11-10 paf
11721:
11722: * src/types/pa_vconsole.h: flush
11723:
11724: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
11725: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
11726: read/write [for nntp]
11727:
11728: * operators.txt: mysql: transaction support: ?autocommit=0
11729:
11730: * operators.txt: comment: updated
11731:
11732: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
11733: serialize version and exipire now removes entries
11734:
11735: * operators.txt: ^hashfile.delete[] removes files altogether [and
11736: dir, if could]
11737:
11738: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
11739: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
11740: removes files altogether [and dir, if could]
11741:
11742: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
11743: nonexistent pair. .c coded that that was error. fixed
11744:
11745: * src/types/pa_vhashfile.C: sdbm: exception type change to
11746: file.access [regretfull can't split it to different exceptions
11747: without modifying sdbm source wich would prefer not to]
11748:
11749: 2003-11-07 paf
11750:
11751: * src/: classes/date.C, classes/file.C, classes/hash.C,
11752: classes/hashfile.C, classes/image.C, classes/table.C,
11753: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
11754: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
11755: main/execute.C, main/main.vcproj, main/pa_pool.C,
11756: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
11757: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
11758: types/pa_vstateless_class.h: resurrected: pool idea. now only for
11759: destructing objects at request processing end
11760:
11761: 2003-11-06 paf
11762:
11763: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
11764: updates
11765:
11766: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
11767: to include sdbm
11768:
1.116 moko 11769: * src/include/: pa_config_includes.h, pa_version.h: our
11770: replacements of max& co only for cpp
1.95 moko 11771:
11772: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
11773: upper dir, .am updated
11774:
11775: * tests/todo.txt: hashfile: done
11776:
11777: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
11778: expiration [time in value. todo: move time to key]
11779:
11780: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
11781:
11782: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
11783: to do that in foreach, no errors, but surely wrong]
11784:
11785: * operators.txt, src/types/pa_vhashfile.C,
11786: src/types/pa_vhashfile.h: hashfile: clear and proper locking
11787:
11788: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
11789: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
11790: foreach
11791:
11792: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
11793: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
11794:
11795: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
11796: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
11797:
11798: * src/: include/pa_memory.h, targets/cgi/parser3.C,
11799: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
11800: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
11801: get/put [raw]
11802:
11803: * src/: classes/op.C, main/pa_os.C: just linked
11804:
11805: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
11806: XmlException changes
11807:
11808: * src/: include/pa_charset.h, include/pa_globals.h,
11809: include/pa_stylesheet_connection.h, main/pa_exception.C:
11810: XmlException changes
11811:
11812: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
11813:
11814: * src/: include/pa_common.h, include/pa_exception.h,
11815: main/main.vcproj, main/pa_common.C, include/pa_os.h,
11816: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
11817: main/pa_xml_exception.C: locking move to pa_os [along with
11818: pa_sleep] apr-impl locking done
11819:
11820: * configure, configure.in, operators.txt, parser3.sln,
11821: src/classes/classes.vcproj, src/classes/hashfile.C,
11822: src/classes/xdoc.C, src/include/pa_config_fixed.h,
11823: src/include/pa_exception.h, src/include/pa_globals.h,
11824: src/include/pa_memory.h, src/include/pa_version.h,
11825: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
11826: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
11827: src/main/compile.tab.C, src/main/main.vcproj,
11828: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
11829: src/types/Makefile.am, src/types/pa_vhash.C,
11830: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
11831: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
11832: again with sdbm from apache
11833:
11834: 2003-11-05 paf
11835:
11836: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
11837: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
11838: \parser3project dir anymore
11839:
11840: * src/main/pa_charset.C: bugfix: had broken binary search [copied
11841: thoughtlessly from xalan]
11842:
11843: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
11844: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
11845: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
11846:
11847: * src/main/helpers/CaseFolding.txt:
11848: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
11849:
11850: 2003-11-04 paf
11851:
11852: * operators.txt: comment: ^mail:send[$.options[
11853:
11854: * src/classes/table.C: compiled on unix
11855:
1.116 moko 11856: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 11857:
11858: * src/classes/mail.C: compiled on unix
11859:
11860: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
11861: src/types/pa_vmail.h: !^mail:send[
11862: $.options[unix: string to append to sendmail command
11863: line]
11864:
11865: * operators.txt, src/classes/table.C, src/main/pa_string.C,
11866: tests/todo.txt: ^table.save[... $.separator[^#09]
11867: $.encloser["] <nothing> by default
11868:
11869: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
11870: !$.separator[^#09] !$.encloser["] <nothing> by
11871: default
11872:
11873: 2003-11-03 paf
11874:
11875: * operators.txt, src/classes/table.C, src/main/pa_common.C:
11876: ^table::load[; options: !$.column-separator[^#09]
11877: !$.column-encloser["]
11878:
11879: * operators.txt, src/include/pa_config_fixed.h,
11880: src/types/pa_vrequest.C: $request:document-root
11881:
11882: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
11883: [already included into uri=xxx]
11884:
11885: * operators.txt, src/classes/image.C, tests/todo.txt:
11886: ^image.gif[filename] for $response:download
11887:
11888: * src/classes/date.C: minor precaution
11889:
11890: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
11891: !^date.unix-timestamp[]
11892:
11893: 2003-10-30 paf
11894:
11895: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
11896: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
11897:
11898: * src/classes/: date.C, image.C: improvement diagnostics:
11899: $now[^date::create[$undefined]] now is error
11900:
11901: * src/main/pa_common.C: read errors would now be reported 'actually
11902: read -1 bytes'
11903:
11904: 2003-10-24 paf
11905:
11906: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
11907: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
11908: src/main/Makefile.am, src/targets/cgi/Makefile.am,
11909: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
11910:
11911: 2003-10-22 paf
11912:
11913: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
11914:
11915: 2003-10-21 paf
11916:
11917: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
11918: fixed: string.match[g] without <'> option produced columns with
11919: NULL's, which gpf'ed at table.save time
11920:
11921: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
11922: recoursion' message with intensive throw-catches fixed: incorrect
11923: name and line (one name upper then needed) in error message about
11924: problems inside try block
11925:
11926: 2003-10-10 paf
11927:
11928: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
11929: check offset argument for validity did that in String::Body::pos
11930: myself http://i2/tasks/edit/?id=4577425257580789777
11931:
11932: 2003-10-07 paf
11933:
11934: * src/main/: compile.tab.C, compile.y: ^if ( better error:
11935: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
11936:
11937: 2003-10-03 paf
11938:
11939: * parser3.sln, src/include/pa_dictionary.h,
11940: src/main/pa_dictionary.C, src/main/pa_string.C,
11941: src/targets/cgi/parser3.vcproj: dictionary optimized by
11942: precalculating cstr&length
11943:
11944: 2003-10-02 paf
11945:
11946: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
11947: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
11948: main/pa_stylesheet_manager.C: bugfix: ^throw context were
11949: saved/restored incompletely http://www.parser.ru/forum/?id=21484
11950:
11951: 2003-09-30 paf
11952:
11953: * src/main/pa_string.C: string::replace bug fix [were ignoring
11954: occurrances after lang-mismatched
11955:
11956: 2003-09-29 paf
11957:
11958: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
11959: helper
11960:
11961: * src/main/pa_string.C: string::serialize bug fix with
11962: zero-terminator
11963:
11964: * src/classes/table.C: ^nameless_table.save column row now has no
11965: \t at the end
11966:
11967: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
11968: @postprocess now takes $response:body/download
11969:
11970: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
11971: error message
11972:
11973: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
11974:
11975: * src/classes/table.C: bugfix: flip: must produce nameless
11976: http://i2/tasks/edit/?id=4573405524674081244
11977:
11978: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
11979: main/helpers/simple_folding.pl: utf-8 upper/lower
11980:
11981: * src/main/pa_common.C: bugfix: utf signature were not ignored due
11982: to typo error http://i2/tasks/edit/?id=4573354650786434584
11983:
11984: 2003-09-26 paf
11985:
11986: * src/main/untaint.C: removed needless field
11987:
11988: * src/main/untaint.C: removed needless const
11989:
11990: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
11991: String.for_each bug fixed [omited one-char cases]
11992:
11993: * src/include/pa_stack.h: bugfix: before collecting garbage,
11994: runtime-executor stack were cleared... BADLY
11995:
11996: * src/main/pa_string.C: ^stirng.replace code used old
11997: param-convention on langs.append, fixed that search fo the like,
11998: found none
11999:
12000: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
12001: string::serialize/deserialize implemented Language enum assigned
12002: meaningful letters [more convinient for debugging. read warning
12003: before adding/changing anything]
12004:
12005: 2003-09-25 paf
12006:
12007: * src/: include/pa_string.h, include/pa_version.h,
12008: main/pa_string.C, main/untaint.C: templates and anonymous unions
12009: differences on unix
12010:
12011: * parser3.sln, src/classes/file.C, src/classes/image.C,
12012: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
12013: src/classes/xdoc.C, src/classes/xnode.C,
12014: src/include/pa_cache_managers.h, src/include/pa_charset.h,
12015: src/include/pa_charsets.h, src/include/pa_common.h,
12016: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
12017: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
12018: src/include/pa_table.h, src/lib/cord/cordbscs.c,
12019: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
12020: src/lib/cord/include/cord.h, src/main/compile.tab.C,
12021: src/main/compile_tools.h, src/main/pa_charset.C,
12022: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
12023: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12024: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
12025: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
12026: src/types/pa_vmail.C, src/types/pa_vmath.C,
12027: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
12028: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
12029:
12030: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
12031: functions aligned to that of eeparser3 look
12032:
12033: * src/lib/cord/cordprnt.c: removed warnings
12034:
12035: 2003-09-24 paf
12036:
12037: * src/: classes/file.C, classes/image.C, classes/mail.C,
12038: classes/op.C, classes/xdoc.C, classes/xnode.C,
12039: include/pa_cache_managers.h, include/pa_charset.h,
12040: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
12041: include/pa_sql_driver_manager.h, include/pa_string.h,
12042: include/pa_stylesheet_manager.h, include/pa_table.h,
12043: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
12044: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
12045: main/pa_sql_driver_manager.C, main/pa_string.C,
12046: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
12047: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
12048: types/pa_vstateless_class.h, types/pa_vstatus.C,
12049: types/pa_vxnode.C: v() functions of String::Body,
12050: String::Languages and String itself StringBody->String::Body
12051:
12052: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12053: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
12054: never optimized anything. todo: somehow speed up harder cases:
12055: concatenationA+concatenationB when last block of A and first of B
12056: contain same letters
12057:
12058: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12059: lib/cord/include/cord.h: langs: speed up by joining adjucent
12060: blocks of same char [CORD_append_block]
12061:
12062: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12063: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
12064: save space by extending blocks when appending block with c ==
12065: lastblock.c
12066:
12067: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
12068: working yet :( but more working &understood :)
12069:
12070: * src/: classes/table.C, include/pa_string.h,
12071: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
12072:
12073: 2003-09-23 paf
12074:
12075: * src/main/untaint.C: $a[ok!] $a works!
12076:
12077: * src/main/untaint.C: something even more works :)
12078:
12079: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
12080: something more works :)
12081:
12082: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12083: lib/cord/cordxtra.c: something already works :)
12084:
12085: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
12086: serialize&deserialize
12087:
12088: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
12089: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
12090: main/untaint.C: main idea implemented, details left
12091:
12092: 2003-09-22 paf
12093:
12094: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
12095:
12096: * src/classes/xnode.C: copy/paste comment bugfix
12097:
12098: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
12099: allocator returns 0, just die.
12100: http://i2/tasks/edit/?id=4570798492410259445
12101:
12102: * src/classes/xdoc.C: copy/paste comment bugfix
12103:
12104: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
12105: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
12106: xnode: getAttributeNS setAttributeNS removeAttributeNS
12107: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
12108:
12109: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
12110: chars due to bitwise operation signed-char error]
12111:
12112: 2003-09-19 paf
12113:
12114: * src/types/pa_wcontext.C: output message: more practical
12115: suggestion
12116:
12117: * src/main/pa_common.C, operators.txt: merged
12118: $f[^file::load[binary;http://...]] $f.tables
12119:
12120: 2003-09-02 paf
12121:
12122: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
12123: flush stdout without referencing 'stdout' symbol. to hell with
12124: non-ansi libraries without 'stdout' symbol
12125:
12126: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
12127: unix (users reported problems with some old libc)
12128:
12129: * src/types/pa_vdate.h: forgot initializer
12130:
12131: 2003-09-01 paf
12132:
12133: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
12134: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
12135: zone]
12136:
12137: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
12138:
12139: 2003-08-19 paf
12140:
12141: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
12142: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
12143: simplified a little
12144:
12145: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
12146: [lost fix from 3.0.8]
12147:
12148: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
12149: visible here }
12150:
12151: bug fix
12152:
12153: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
12154:
12155: * src/main/compile.tab.C: initialized couple of variables about
12156: which user reported runtime problems when parser were compiled
12157: with VC7, warning level4. study shows that later in bison
12158: they've fixed that. would migrate to latest bison someday
12159:
12160: * src/types/pa_vmail.C: turned off recoding in gmime (were still
12161: recoding headers)
12162:
12163: * src/types/pa_vmail.C: works as before, same charset problems:
12164: gmime recodes to UTF-8 only headers, not body. so not recoding
12165: anything for now
12166:
12167: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
12168: problems with body
12169:
12170: * src/types/pa_vmail.C: mail_receive just compiled
12171:
12172: 2003-08-18 paf
12173:
12174: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12175: main/main.vcproj, types/types.vcproj: win32: continued process
12176: detaching from \parser3project directory
12177:
12178: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
12179: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
12180: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
12181: src/lib/pcre/pcre_dftables.dsp,
12182: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
12183: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
12184: src/types/types.dsp: moved to MSVC 7
12185:
12186: * gnu.vcproj.vspscc, parser3.vssscc,
12187: src/classes/classes.vcproj.vspscc,
12188: src/lib/cord/cord.vcproj.vspscc,
12189: src/lib/ltdl/libltdl.vcproj.vspscc,
12190: src/lib/md5/md5.vcproj.vspscc,
12191: src/lib/pcre/pcre_dftables.vcproj.vspscc,
12192: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
12193: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
12194: src/targets/isapi/parser3isapi.vcproj.vspscc,
12195: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
12196: moved to MSVC 7
12197:
12198: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
12199: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
12200: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12201: src/lib/pcre/pcre_dftables.vcproj,
12202: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
12203: src/targets/cgi/parser3.vcproj,
12204: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12205: new VS project files
12206:
12207: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
12208: .NET to detect Jalindi Igloo capabilities.
12209:
12210: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 12211: src/classes/classes.awk, src/doc/footer.htm,
12212: src/include/pa_config_fixed.h, src/include/pa_version.h,
12213: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 12214: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
12215: src/types/pa_vmail.C: merged 3.1.0 latest changes
12216:
12217: 2003-08-15 paf
12218:
12219: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12220: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
12221:
12222: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12223: non-ascii <yyy> now encoded correctly
12224:
12225: 2003-07-29 paf
12226:
1.116 moko 12227: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
12228: dist
1.95 moko 12229:
12230: * src/types/pa_vmail.C: just started --with-mail-receive
12231:
12232: 2003-07-28 paf
12233:
1.116 moko 12234: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
12235: dependence in src/classes, src/lib/gc now in dist
1.95 moko 12236:
12237: * src/main/pa_string.C: ^cache bug fix [were not working at all]
12238:
12239: 2003-07-25 paf
12240:
12241: * src/doc/footer.htm: year
12242:
12243: 2003-07-24 paf
12244:
12245: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
12246: fix
12247:
12248: * src/include/pa_version.h: release
12249:
1.116 moko 12250: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 12251:
12252: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
12253: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
12254: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
12255: getting rid of win32xml pseudo project
12256:
12257: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
12258:
1.116 moko 12259: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
12260: configure.in, operators.txt, parser3.dsw,
1.95 moko 12261: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 12262: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 12263: src/classes/classes.C, src/classes/classes.awk,
12264: src/classes/classes.dsp, src/classes/classes.h,
12265: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12266: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12267: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12268: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
12269: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12270: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
12271: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
12272: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 12273: src/include/pa_array.h, src/include/pa_cache_managers.h,
12274: src/include/pa_charset.h, src/include/pa_charsets.h,
12275: src/include/pa_common.h, src/include/pa_config_auto.h.in,
12276: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
12277: src/include/pa_dictionary.h, src/include/pa_dir.h,
12278: src/include/pa_exception.h, src/include/pa_exec.h,
12279: src/include/pa_globals.h, src/include/pa_hash.h,
12280: src/include/pa_memory.h, src/include/pa_opcode.h,
12281: src/include/pa_operation.h, src/include/pa_pool.h,
12282: src/include/pa_pragma_pack_begin.h,
1.95 moko 12283: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
12284: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
12285: src/include/pa_sapi.h, src/include/pa_socks.h,
12286: src/include/pa_sql_connection.h,
12287: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
12288: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
12289: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
12290: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 12291: src/include/pa_uue.h, src/lib/Makefile.am,
12292: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
12293: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
12294: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
12295: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 12296: src/lib/cord/include/ec.h,
12297: src/lib/cord/include/private/Makefile.am,
12298: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 12299: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
12300: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 12301: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 12302: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
12303: src/main/compile_tools.C, src/main/compile_tools.h,
12304: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
12305: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12306: src/main/pa_charsets.C, src/main/pa_common.C,
12307: src/main/pa_dictionary.C, src/main/pa_dir.C,
12308: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 12309: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
12310: src/main/pa_request.C, src/main/pa_socks.C,
12311: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12312: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 12313: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
12314: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
12315: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
12316: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
12317: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
12318: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
12319: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 12320: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12321: src/targets/isapi/parser3isapi.dsp,
12322: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 12323: src/types/pa_junction.h, src/types/pa_method.h,
12324: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 12325: src/types/pa_vclass.C, src/types/pa_vclass.h,
12326: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12327: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12328: src/types/pa_vdouble.h, src/types/pa_venv.h,
12329: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
12330: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
12331: src/types/pa_vimage.C, src/types/pa_vimage.h,
12332: src/types/pa_vint.h, src/types/pa_vjunction.h,
12333: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
12334: src/types/pa_vmath.h, src/types/pa_vmemory.h,
12335: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12336: src/types/pa_vobject.C, src/types/pa_vobject.h,
12337: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12338: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12339: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12340: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
12341: src/types/pa_vstatus.h, src/types/pa_vstring.C,
12342: src/types/pa_vstring.h, src/types/pa_vtable.C,
12343: src/types/pa_vtable.h, src/types/pa_vvoid.h,
12344: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12345: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12346: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
12347: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
12348: HEAD
12349:
12350: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
12351: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
12352: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
12353: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
12354: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
12355: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
12356: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
12357: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
12358: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
12359: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
12360: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
12361: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
12362: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
12363: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
12364: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
12365: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
12366: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
12367: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
12368: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
12369: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
12370: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
12371: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
12372: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
12373: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
12374: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
12375: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
12376: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
12377: outputs/create-dir, results/001.processed, results/002.processed,
12378: results/003.processed, results/004.processed,
12379: results/005.processed, results/006.processed,
12380: results/007.processed, results/008.processed,
12381: results/009.processed, results/010.processed,
12382: results/011.processed, results/012.processed,
12383: results/013.processed, results/014.processed,
12384: results/015.processed, results/016.processed,
12385: results/017.processed, results/018.processed,
12386: results/019.processed, results/020.processed,
12387: results/021.processed, results/022.processed,
12388: results/023.processed, results/024.processed,
12389: results/025.processed, results/026.processed,
12390: results/027.processed, results/028.processed,
12391: results/029.processed, results/030.processed,
12392: results/031.processed, results/032.processed,
12393: results/033.processed, results/034.processed,
12394: results/035.processed, results/036.processed,
12395: results/037.processed, results/038.processed,
12396: results/039.processed, results/040.processed,
12397: results/041.processed, results/042.processed,
12398: results/043.processed, results/044.processed,
12399: results/045.processed, results/046.processed,
12400: results/047.processed, results/048.processed,
12401: results/049.processed, results/050.processed,
12402: results/051.processed, results/052.processed,
12403: results/053.processed, results/054.processed,
12404: results/055.processed, results/056.processed,
12405: results/057.processed, results/058.processed,
12406: results/059.processed, results/060.processed,
12407: results/061.processed, results/062.processed,
12408: results/063.processed, results/064.processed,
12409: results/065.processed, results/066.processed,
12410: results/067.processed, results/068.processed,
12411: results/069.processed, results/070.processed,
12412: results/071.processed, results/072.processed,
12413: results/073.processed, results/074.processed,
12414: results/075.processed, results/076.processed,
12415: results/077.processed, results/078.processed,
12416: results/079.processed, results/080.processed,
12417: results/081.processed, results/082.processed,
12418: results/083.processed, results/084.processed,
12419: results/085.processed, results/086.processed,
12420: results/087.processed, results/088.processed,
12421: results/089.processed, results/090.processed,
12422: results/091.processed, results/092.processed,
12423: results/093.processed, results/094.processed,
12424: results/095.processed, results/096.processed,
12425: results/097.processed, results/098.processed,
12426: results/099.processed, results/100.processed,
12427: results/101.processed, results/102.processed,
12428: results/103.processed, results/104.processed,
12429: results/105.processed, results/106.processed,
12430: results/107.processed, results/108.processed,
12431: results/109.processed, results/110.processed,
12432: results/111.processed, results/112.processed,
12433: results/113.processed, results/114.processed,
12434: results/115.processed, results/116.processed,
12435: results/117.processed, results/118.processed,
12436: results/119.processed, results/120.processed,
12437: results/121.processed, results/122.processed,
12438: results/123.processed, results/124.processed,
12439: results/125.processed, results/126.processed,
12440: results/127.processed, results/128.processed,
12441: results/129.processed, results/130.processed,
12442: results/131.processed, results/132.processed,
12443: results/133.processed, results/134.processed,
12444: results/135.processed, results/136.processed,
12445: results/137.processed, results/138.processed,
12446: results/139.processed, results/140.processed,
12447: results/141.processed: merged(copied) to HEAD from template_gc
12448:
12449: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
12450: towards \parser3project not having to be in root
12451:
12452: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
12453: module compiled [were minor unnecessary changes in lib/md5
12454: interface]
12455:
12456: * src/include/pa_version.h: release
12457:
12458: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
12459:
12460: * src/classes/math.C: merged uuid bugfix
12461:
12462: * tests/: 141.html, results/141.processed: fixed bug with
12463: too-small-a-buffer
12464:
12465: * src/classes/math.C: uuid bugfix
12466:
12467: * tests/: 141.html, Makefile, results/005.processed,
12468: results/030.processed, results/075.processed,
12469: results/078.processed: to reflect date format change (were -
12470: become ' ')
12471:
12472: * src/classes/math.C: uuid bugfix
12473:
12474: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
12475: debug/release changes
12476:
12477: * src/lib/md5/pa_md5c.c: PA_ -> pa_
12478:
12479: 2003-07-23 paf
12480:
12481: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
12482: renamed a little [to move to comman naming conv]
12483:
1.116 moko 12484: * src/targets/Makefile.am: apache13 splitted to simplify apache
12485: build
1.95 moko 12486:
12487: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
12488: main/pa_request.C, main/pa_sql_driver_manager.C,
12489: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
12490: stack top_index() fixed
12491:
12492: * src/main/pa_globals.C: minor style changes
12493:
12494: * src/: classes/op.C, include/pa_sql_connection.h: connection
12495: closing/caching fixed [connections were not closed/put to cache]
12496:
12497: 2003-07-22 paf
12498:
12499: * INSTALL: gc part updated stightly
12500:
12501: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
12502: new sapi interface
12503:
12504: * src/classes/file.C: comment on OS
12505:
12506: * src/main/pa_string.C: removed reduntant invariant check [there is
12507: one deeper in cord lib]
12508:
12509: * src/main/pa_exec.C: on win32 bugfix in handling shbang
12510:
12511: * src/main/pa_memory.C: out of memory is no longer coredump
12512:
12513: * INSTALL: disable-threads adviced
12514:
12515: 2003-07-21 paf
12516:
1.116 moko 12517: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 12518:
12519: * src/classes/file.C: file::exec/cgi environment variables now must
12520: be UPPERCASE and A-Z 0-9 _-
12521:
12522: * src/classes/file.C: env passing fixed
12523:
12524: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
12525:
12526: * src/main/pa_common.C: http:// CRLF now
12527:
12528: 2003-07-02 paf
12529:
12530: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
12531: fields to reflect their real meaning
12532:
12533: 2003-06-27 paf
12534:
12535: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
12536: include/pa_hash.h, main/pa_charset.C: merged from HEAD
12537: file::exec/cgi .charset
12538:
12539: 2003-06-26 paf
12540:
12541: * ChangeLog, src/classes/file.C, src/classes/hash.C,
12542: src/classes/image.C, src/classes/op.C, src/classes/string.C,
12543: src/classes/table.C: fixed several uninitialized local
12544: structures. notably ^hash.foreach now inserts delimiters
12545: properly [were inserting it before first body]
12546:
12547: 2003-06-24 paf
12548:
12549: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
12550:
12551: 2003-06-20 paf
12552:
12553: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
12554: src/main/pa_globals.C: introducing
12555: $f[^file::load[binary;http://...]] $f.tables
12556:
12557: 2003-06-06 paf
12558:
12559: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
12560: table. [were method lookup: inconsistent]
12561:
12562: 2003-06-02 paf
12563:
12564: * src/include/pa_memory.h: empty string clone fixed to return
12565: writable memory
12566:
12567: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
12568: were not appended] which violated string invariant
12569:
12570: 2003-05-30 paf
12571:
12572: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
12573: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
12574:
12575: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
12576: GMT ; RFC 822, updated by RFC 1123
12577:
12578: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
12579: targets/isapi/parser3isapi.C: initialized request_info properly
12580:
12581: * src/classes/xnode.C: found minor bug, commended for future
12582:
12583: 2003-05-28 paf
12584:
12585: * src/classes/form.C: request_info.content_length can't be <0,
12586: size_t for some time
12587:
12588: 2003-05-26 paf
12589:
12590: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
12591: forgotten <0 changed to !=STRING_NOT_FOUND
12592:
12593: * src/classes/math.C: merged ffffu from HEAD
12594:
12595: 2003-05-11 paf
12596:
12597: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
12598:
12599: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
12600: premature doc free. transformed document had xmlDoc reference
12601: stored to non-gc-memory (libgdome) added holding-reference
12602:
12603: 2003-04-29 paf
12604:
12605: * src/main/pa_globals.C: started digging on double free. on win32
12606: found that that's perfectly normal.
12607:
12608: 2003-04-25 paf
12609:
12610: * src/classes/table.C: table.join bug fix [bad limit check]
12611:
12612: * src/classes/math.C: merged from HEAD: simpiler hash_string
12613:
12614: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
12615: print anything. changed to quicker and simplier code
12616:
12617: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
12618: strict a check]
12619:
12620: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
12621:
12622: 2003-04-24 paf
12623:
12624: * src/include/pa_table.h: too strict assert loosened
12625:
12626: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
12627: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
12628: report
12629:
12630: 2003-04-21 paf
12631:
1.116 moko 12632: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 12633:
12634: * src/main/pa_globals.C: pcre memory management changed to use GC
12635: memory
12636:
12637: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
12638: xmlMallocAtomic [author agreed to my suggestion], used that
12639:
12640: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
12641:
12642: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
12643: types/pa_vmail.C: attributed_meaning_to_string added
12644: L_UNSPECIFIED piece which was sortof OK, but violated string
12645: invariant [assertion barked on that] changed to L_PASS_APPEND,
12646: made that param obligatory
12647:
12648: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
12649: fixed [assert helped]
12650:
12651: * src/include/pa_string.h: assert added [looking for bug]
12652:
12653: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
12654: names on Win32 considered disk-global
12655:
12656: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
12657: considered disk-global
12658:
12659: 2003-04-18 paf
12660:
12661: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
12662: filenames
12663:
12664: * src/main/untaint.C: enabled '~' letter in filenames
12665:
12666: 2003-04-16 paf
12667:
12668: * src/classes/file.C: small bug introduced in autoptr times fixed
12669:
12670: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
12671: HEAD
12672:
1.116 moko 12673: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 12674:
12675: 2003-04-15 paf
12676:
12677: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
12678: src/lib/md5/pa_md5c.c, tests/141.html,
12679: tests/results/141.processed: merged from head ^math:uuid[]
12680: ^math:uid64[] ^math:md5[string]
12681:
12682: test added: 141.html
12683:
12684: * operators.txt, src/classes/math.C: ^math:uid64[]
12685:
12686: * src/classes/math.C: ^math:uuid[]
12687:
12688: * operators.txt, src/classes/math.C: ^math:uuid[]
12689:
12690: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
12691: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
12692:
12693: * operators.txt, src/classes/file.C, src/include/pa_common.h,
12694: src/include/pa_config_fixed.h, src/main/pa_common.C:
12695: ^file::load[mode;name; $.offset $.limit
12696:
12697: 2003-04-14 paf
12698:
12699: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
12700: started ^math:md5
12701:
12702: * src/classes/table.C, src/include/pa_array.h,
12703: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
12704: tests/results/140.processed: table $.reverse option works in
12705: create&co table $.distinct[tables] bug fix merged
12706:
12707: * src/: classes/table.C, include/pa_table.h: table
12708: $.distinct[tables] bug fixed
12709:
12710: * src/classes/table.C: more warnings
12711:
12712: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
12713: removed checks in table::set_current, moved them back to
12714: table::locate implemented table::create/join ñ $.reverse
12715:
12716: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
12717: removed checks in table::set_current, moved them back to
12718: table::locate
12719:
12720: 2003-04-11 paf
12721:
12722: * operators.txt, src/classes/date.C, src/classes/table.C,
12723: src/include/pa_array.h, src/include/pa_common.h,
12724: src/include/pa_config_includes.h, src/include/pa_string.h,
12725: src/include/pa_table.h, src/main/pa_request.C,
12726: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12727: src/main/pa_table.C: merged from HEAD from
12728: before_append_array_limit_sense_change to
12729: after_append_array_limit_sense_change
12730:
12731: * src/classes/table.C: typo
12732:
12733: * operators.txt, src/classes/date.C, src/classes/table.C,
12734: src/include/pa_array.h, src/include/pa_common.h,
12735: src/include/pa_config_includes.h, src/include/pa_globals.h,
12736: src/include/pa_table.h, src/main/pa_array.C,
12737: src/main/pa_globals.C, src/main/pa_request.C,
12738: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12739: src/main/pa_table.C: append_array_limit_sense_change locate
12740: accepts options same as create new option: $.reverse(1) [do not
12741: work in table::create]
12742:
12743: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
12744: (stat xxx,
12745:
12746: * src/classes/: table.C: typo
12747:
12748: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
12749: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
12750: results/130.processed, results/131.processed,
12751: results/132.processed, results/133.processed,
12752: results/134.processed, results/135.processed,
12753: results/136.processed, results/137.processed,
12754: results/138.processed, results/139.processed: added few mustfail
12755: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
12756: date/time 132.html mustfail: access to junction outside of
12757: context 133.html mustfail: access to junction outside of context,
12758: case version 134.html mustfail: hash: adding a key inside of
12759: foreach 135.html mustfail: modifying system class 136.html
12760: mustfail: $.name outside of $hash[here] 137.html mustfail:
12761: appendChild without import 138.html mustfail: invalid encoding
12762: inside of xml 139.html mustfail: bad XPath
12763:
12764: * operators.txt, src/classes/table.C, tests/084.html,
12765: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
12766: tests/129.html, tests/results/125.processed,
12767: tests/results/126.processed, tests/results/127.processed,
12768: tests/results/128.processed, tests/results/129.processed: merged
12769: from HEAD ^table.hash[key][$.distinct[tables]]
12770:
12771: maked appropriate tests [changed one old nonconforming]
12772:
12773: * operators.txt, src/classes/table.C:
12774: ^table.hash[key][$.distinct[tables]]
12775:
12776: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
12777: merged fix for found very old xml (dom) bug: were passing
12778: domString objects and later ERROREOUSLY freed them
12779:
12780: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
12781: src/main/pa_charset.C: re-added libgdome patch. regretfully
12782: libgdome bug can not be worked around
12783:
12784: 2003-04-10 paf
12785:
12786: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
12787: found very old xml (dom) bug: were passing domString objects and
12788: later ERROREOUSLY freed them
12789:
12790: * src/doc/string.dox, src/include/pa_memory.h,
12791: src/include/pa_string.h, src/lib/cord/cordbscs.c,
12792: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
12793: tests/123.html, tests/124.html, tests/results/001.processed,
12794: tests/results/002.processed, tests/results/003.processed,
12795: tests/results/004.processed, tests/results/005.processed,
12796: tests/results/006.processed, tests/results/008.processed,
12797: tests/results/009.processed, tests/results/010.processed,
12798: tests/results/011.processed, tests/results/012.processed,
12799: tests/results/013.processed, tests/results/014.processed,
12800: tests/results/015.processed, tests/results/016.processed,
12801: tests/results/017.processed, tests/results/018.processed,
12802: tests/results/020.processed, tests/results/021.processed,
12803: tests/results/022.processed, tests/results/023.processed,
12804: tests/results/024.processed, tests/results/025.processed,
12805: tests/results/026.processed, tests/results/027.processed,
12806: tests/results/028.processed, tests/results/029.processed,
12807: tests/results/030.processed, tests/results/031.processed,
12808: tests/results/032.processed, tests/results/033.processed,
12809: tests/results/034.processed, tests/results/035.processed,
12810: tests/results/036.processed, tests/results/037.processed,
12811: tests/results/038.processed, tests/results/039.processed,
12812: tests/results/040.processed, tests/results/041.processed,
12813: tests/results/042.processed, tests/results/043.processed,
12814: tests/results/044.processed, tests/results/045.processed,
12815: tests/results/046.processed, tests/results/047.processed,
12816: tests/results/048.processed, tests/results/049.processed,
12817: tests/results/050.processed, tests/results/051.processed,
12818: tests/results/052.processed, tests/results/053.processed,
12819: tests/results/054.processed, tests/results/055.processed,
12820: tests/results/056.processed, tests/results/057.processed,
12821: tests/results/058.processed, tests/results/059.processed,
12822: tests/results/060.processed, tests/results/061.processed,
12823: tests/results/062.processed, tests/results/063.processed,
12824: tests/results/064.processed, tests/results/065.processed,
12825: tests/results/066.processed, tests/results/067.processed,
12826: tests/results/068.processed, tests/results/069.processed,
12827: tests/results/070.processed, tests/results/071.processed,
12828: tests/results/072.processed, tests/results/073.processed,
12829: tests/results/074.processed, tests/results/075.processed,
12830: tests/results/076.processed, tests/results/077.processed,
12831: tests/results/078.processed, tests/results/079.processed,
12832: tests/results/080.processed, tests/results/081.processed,
12833: tests/results/082.processed, tests/results/083.processed,
12834: tests/results/084.processed, tests/results/085.processed,
12835: tests/results/086.processed, tests/results/087.processed,
12836: tests/results/088.processed, tests/results/089.processed,
12837: tests/results/090.processed, tests/results/091.processed,
12838: tests/results/092.processed, tests/results/093.processed,
12839: tests/results/094.processed, tests/results/095.processed,
12840: tests/results/096.processed, tests/results/097.processed,
12841: tests/results/101.processed, tests/results/102.processed,
12842: tests/results/104.processed, tests/results/105.processed,
12843: tests/results/106.processed, tests/results/107.processed,
12844: tests/results/108.processed, tests/results/109.processed,
12845: tests/results/110.processed, tests/results/111.processed,
12846: tests/results/112.processed, tests/results/113.processed,
12847: tests/results/114.processed, tests/results/115.processed,
12848: tests/results/116.processed, tests/results/117.processed,
12849: tests/results/118.processed, tests/results/119.processed,
12850: tests/results/120.processed, tests/results/121.processed,
12851: tests/results/122.processed, tests/results/123.processed,
12852: tests/results/124.processed: new convention: char* never 0.
12853: assert in cord on that
12854:
12855: * src/main/pa_charset.C: couple more asserts
12856:
12857: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
12858: speedup
12859:
12860: * src/main/pa_charset.C: couple assertions on fantastic situations
12861: added [may be those is the case now?]
12862:
12863: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
12864: that's memory from gc_malloc, not from g_malloc :(, but would
12865: hope]
12866:
12867: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
12868: that's memory from gc_malloc, not from g_malloc :(, but would
12869: hope]
12870:
12871: * src/main/pa_charset.C: checked custom malloc for returning 0
12872:
12873: 2003-04-09 paf
12874:
12875: * src/classes/date.C: merged ^date.roll changes
12876:
12877: * src/classes/date.C: ^date.roll bug fix
12878:
12879: * src/classes/date.C: ^date.roll now throws less errors: month
12880: shifts handles end of month situation by reducing day number
12881: hour-hole shift reduces hour to recover
12882:
12883: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
12884: Sort by function time
12885:
12886: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
12887: http:// $.charset[] param done
12888:
12889: * tests/: 122.html, results/122.processed: 122 date test <= and ==
12890: added [after volatile fix. passes on win&intel-solaris]
12891:
12892: 2003-04-08 paf
12893:
12894: * src/: classes/file.C, classes/op.C, classes/table.C,
12895: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
12896: include/pa_common.h, include/pa_request_charsets.h,
12897: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12898: main/pa_exec.C, main/pa_request.C, main/untaint.C,
12899: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
12900: types/pa_vresponse.C: started http:// $.charset[] param and
12901: http response charset detection just compiled. todo:test
12902:
12903: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
12904:
12905: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
12906: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
12907: types/pa_vmail.C: changed transcode param converntion along with
12908: string creating convention -- all strings are zero-terminated,
12909: this allowed to fix one remaining String("123", 2) case
12910:
12911: * src/: classes/date.C, classes/file.C, classes/hash.C,
12912: classes/op.C, classes/string.C, classes/table.C,
12913: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
12914: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
12915: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
12916: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
12917: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
12918: violated String::invariant. started fixing [not compiled now]
12919:
12920: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
12921: main/compile.tab.C, main/compile.y, main/pa_string.C,
12922: main/untaint.C, targets/cgi/parser3.C: number of string style
12923: improvements & optimizations
12924:
12925: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
12926: :(]
12927:
12928: * src/main/untaint.C: removed redundant & in CORD_pos param passing
12929: [for it's a pointer really]
12930:
12931: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
12932: 'n' param. worked that around
12933:
12934: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
12935: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
12936: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
12937: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
12938: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
12939:
12940: Thanks for the bug report and patch.
12941:
12942: I hadn't looked at this code in a while. Reading it now, it
12943: seems to me that the tests should also be ">= MAX_DEPTH" to
12944: comply with the invariant, though that may not matter a lot. I
12945: changed that, too.
12946:
12947: Hans
12948:
12949: 2003-04-07 paf
12950:
12951: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
12952: merged from head:safe mode error message now includes numbers
12953:
12954: * src/main/execute.C: n-th attempt to make a=a work with double.
12955: problem: as_double returns it's result in fp-register compiler
12956: optimizes access to that register after b->as_double, and just
12957: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
12958: from memory. _SAME_ double values do not match here. when
12959: forced to REload fp-register, values do match.
12960:
12961: tried to make them volatile.
12962:
12963: * src/main/execute.C: n-th attempt to make a=a work with double.
12964: problem: as_double returns it's result in fp-register compiler
12965: optimizes access to that register after b->as_double, and just
12966: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
12967: from memory. _SAME_ double values do not match here. when
12968: forced to REload fp-register, values do match.
12969:
12970: tried to make them volatile.
12971:
12972: * src/types/pa_vobject.h: small style change
12973:
12974: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
12975:
12976: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
12977: mode error message now includes numbers
12978:
12979: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
12980: now causes death
12981:
12982: 2003-04-04 paf
12983:
12984: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
12985: incorportated pa_exec patch by From: "Victor Fedoseev"
12986: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
12987: Sent: Thursday, January 23, 2003 9:14 AM
12988:
12989: huge speedup on ^file::cgi with big result
12990:
12991: * src/classes/table.C: sort table with 0 rows bug fixed
12992:
12993: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
12994: fix http://i2/tasks/edit/?id=4493701604654042676
12995:
12996: @main[] $with_default[ $.a[1] $._default[default from
12997: with_default] ] ^show[$with_default]
12998:
12999: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13000: =$to_add_to.xxx=<br>
13001:
13002: ^show[$to_add_to]
13003:
13004: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13005: ^show[$cloned]
13006:
13007: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13008:
13009: } <hr>
13010:
13011: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
13012: http://i2/tasks/edit/?id=4493701604654042676
13013:
13014: @main[] $with_default[ $.a[1] $._default[default from
13015: with_default] ] ^show[$with_default]
13016:
13017: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13018: =$to_add_to.xxx=<br>
13019:
13020: ^show[$to_add_to]
13021:
13022: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13023: ^show[$cloned]
13024:
13025: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13026:
13027: } <hr>
13028:
13029: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
13030: http://i2/tasks/edit/?id=4507350336410850921
13031:
13032: * src/classes/xdoc.C: memory allocation func bugfix
13033: http://i2/tasks/edit/?id=4499303470368629745
13034:
13035: * src/classes/math.C: allowed random 1...
13036:
13037: * src/classes/math.C: allowed random 0..
13038:
13039: * src/main/pa_globals.C: exif mem leak
13040: http://i2/tasks/edit/?id=4480590323629807263
13041:
13042: * src/: classes/classes.dsp, main/main.dsp,
13043: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
13044: fix http://i2/tasks/edit/?id=4493946731322521294
13045: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
13046:
13047: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13048: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
13049: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
13050: links to xml libs made relative, no need to unpack parser3project
13051: to /parser3project.
13052:
13053: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
13054: column more precise - tab handling bug fixed
13055:
13056: * src/main/: compile.tab.C, compile.y: more understandable error
13057: message in case @CLASS with more then one line inside
13058:
13059: * src/targets/cgi/parser3.C: more understandable error message in
13060: case of errors in @unhandled_exception
13061:
13062: 2003-04-03 paf
13063:
13064: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
13065: src/main/compile.tab.C, src/main/compile.y,
13066: src/main/compile_tools.C, src/main/compile_tools.h,
13067: src/main/execute.C, src/main/pa_request.C: debug info format
13068: simplified, now it's: OP_VALUE Operation::Origin << here value*
13069:
13070: higher limits: file number (max: 255) line number (max:
13071: 64535) column number (max: 255)
13072:
13073: * src/classes/math.C: top limit
13074:
13075: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
13076: precise parse error position in case of
13077:
13078: ^bug ]
13079:
13080: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
13081: changed to realities, and passed [bug fixed]
13082:
13083: * src/: classes/op.C, include/pa_request.h, main/compile.C,
13084: main/compile.tab.C, main/compile.y, main/compile_tools.C,
13085: main/compile_tools.h, main/pa_request.C: introducing
13086: ^process...[main-method-alias]
13087:
13088: * src/: classes/date.C, classes/image.C, classes/op.C,
13089: classes/string.C, classes/table.C, classes/xdoc.C,
13090: types/pa_vmethod_frame.h: MethodParams& now [methods without
13091: params receive zero reference, but they are expected not to look
13092: there]
13093:
13094: * operators.txt, src/classes/date.C, src/classes/double.C,
13095: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
13096: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13097: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13098: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13099: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13100: src/main/execute.C, src/types/pa_method.h: MethodParams& now
13101: [methods without params receive zero reference, but they are
13102: expected not to look there]
13103:
13104: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13105: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
13106: ^process...[filename] useful for better error reporting
13107: [file/line/col]
13108:
13109: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
13110: types/pa_vstring.h: slightly improved error messages text: 1. is
13111: '%s', it 2. method undefined in case of ^void[]
13112:
13113: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13114: include/pa_types.h, main/execute.C, main/pa_request.C: exception
13115: handling done. now we have error columns todo: test it
13116:
13117: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
13118: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
13119:
13120: this makes life easier: were: bad stack order -- were in
13121: exception catch unwind order, which didn't match execution order
13122:
13123: @main[] ^try{ ^first[] }{ ^throw[c;3] }
13124:
13125: @first[] ^throw[a;1]
13126:
13127: showed throw a first throw b try
13128:
13129: which is no good
13130:
13131: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13132: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
13133: trace reset after handled exception [old bug fixed]
13134:
13135: * src/main/: compile.tab.C, compile.y: parse position old bug
13136: fixed. position reporting made precise [both, in parse erros and
13137: runtime errors]
13138:
13139: 2003-04-02 paf
13140:
13141: * src/: include/pa_operation.h, include/pa_request.h,
13142: main/compile.C, main/compile.tab.C, main/compile.y,
13143: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13144: main/pa_exception.C, main/pa_request.C: debug info: started
13145: using. todo:complete
13146:
13147: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
13148: main/compile.C, main/compile.tab.C, main/compile.y,
13149: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13150: main/pa_request.C: prepared debug info todo:use it
13151:
13152: * src/include/pa_operation.h: strange mistake fixed: forgot to
13153: return Operation class->union after switching from autoptrs.
13154:
13155: * tests/: Makefile, results/108.processed, results/117.processed:
13156: meta considered OK [it's up to coder now to remove it not needed]
13157:
13158: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
13159: Dictionary constructor when moved to gc]
13160:
13161: * src/main/pa_common.C: uncommented http:// file loading
13162:
13163: * src/include/pa_array.h, src/main/execute.C,
13164: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
13165: fix [gdGrowingBuf]
13166:
13167: * configure.in, src/lib/Makefile.am: removed patches
13168:
13169: * configure, src/include/pa_config_auto.h.in,
13170: src/main/pa_charset.C: --enable-assertions autoconf-ed
13171:
13172: * src/main/pa_common.C: uncommented http:// file loading
13173:
13174: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
13175: xdoc::create/load
13176:
13177: * src/: classes/form.C, classes/hash.C, classes/image.C,
13178: classes/string.C, classes/table.C, classes/void.C,
13179: include/pa_common.h, main/pa_common.C, main/pa_request.C,
13180: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
13181: String::String(str,helper_length) are checked. found/fixed one
13182: place: $request:body now zero-terminated,
13183:
13184: * src/: classes/op.C, classes/table.C, include/pa_request.h,
13185: main/compile_tools.C, main/execute.C, types/pa_value.h,
13186: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
13187: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
13188: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13189: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
13190: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13191: types/pa_vxnode.h: more locally scoped vars in execute (more
13192: easily optimizable)
13193:
13194: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
13195: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
13196:
13197: * src/: include/pa_array.h, include/pa_stack.h,
13198: include/pa_string.h, main/compile_tools.C, main/main.dsp,
13199: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
13200: become assertion iterator in methodframe filler
13201:
13202: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
13203: targets/cgi/parser3.C: array::get/put inlined
13204:
13205: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
13206: gc_substitute_memory_management_functions +installed CORD_oom
13207: function
13208:
13209: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
13210: src/include/pa_config_includes.h, src/include/pa_string.h,
13211: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
13212: src/targets/cgi/parser3.C: converted debug hacks to ANSI
13213: assertions started configure.in --enable-assertions
13214:
13215: 2003-04-01 paf
13216:
13217: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
13218: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
13219: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
13220: gdome uses glib memory, and stores last pointer to xmlDoc there,
13221: gc misses that and collects valid memory fixed by remembering
13222: xmlDoc from dom object in xdoc. todo: do something with
13223: premature free of xdoc with xnodes/node values referring into it
13224:
13225: * src/classes/: mail.C: typo fix
13226:
13227: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
13228: changes
13229:
13230: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
13231: main/pa_memory.C: moved memory debugging to global level: to
13232: pa_gc_malloc
13233:
13234: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
13235: debugging showed no errors. todo: debug parser memory
13236:
13237: * src/targets/cgi/: parser3.C, parser3.dsp: more build
13238: configurations
13239:
13240: * src/: classes/classes.dsp, include/pa_config_fixed.h,
13241: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
13242: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
13243: types/types.dsp: prepared xml-static configuration
13244:
13245: 2003-03-31 paf
13246:
13247: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
13248: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
13249: xml lib memory debugging, simple checks failed: it seems that
13250: library does realloc(bad ptr), and recording those ptrs in heap
13251: [for debugging] was bad: heap situation changes = everything
13252: works fine
13253:
13254: * src/: main/pa_charset.C, include/pa_charset.h: worked around
13255: xmlRegisterCharEncodingHandler limitation [currently imposed
13256: limit of 10 user-defined charsets]
13257:
13258: 2003-03-28 paf
13259:
13260: * src/main/execute.C: execution stack copied to local register
13261: variable, removed lots [~2e7) of memory accesses
13262:
13263: 2003-03-27 paf
13264:
13265: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
13266: works in debug, but fails in release todo: fix that
13267:
13268: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
13269: targets/cgi/parser3.C: forgot to merge XML memory funcs
13270: replacement from gc branch
13271:
13272: * src/main/pa_exec.C: introducing append_help_length [radical
13273: improvement here]
13274:
13275: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
13276: 'not recommened' in gc.h, on win32 noticed no difference]
13277:
13278: * src/include/pa_array.h: returned checked array get [were disabled
13279: for debugging] result:not slower [don't understand that, it were
13280: INLINED] todo: find out a way of inlining it!
13281:
13282: * src/: include/pa_string.h, lib/gc/include/gc.h,
13283: lib/gc/include/gc_fake.h, main/compile.tab.C,
13284: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
13285: convention changed: all resulting strings are zero-terminated
13286:
13287: * src/: classes/date.C, classes/file.C, classes/hash.C,
13288: classes/string.C, classes/table.C, classes/void.C,
13289: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
13290: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
13291: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
13292: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13293: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
13294: types/pa_vfile.C, types/pa_vmail.C: introducing
13295: append_help_length [radical improvement here]
13296:
13297: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
13298: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
13299: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
13300: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
13301: even slower
13302:
13303: * src/: classes/string.C, classes/table.C, include/pa_array.h,
13304: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
13305: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
13306: clients of &get(): most to use non-ref version, some[in tight
13307: places] to get_unchecked_ref
13308:
13309: * src/doc/memory.dox: forgot to add
13310:
13311: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
13312: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
13313: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
13314: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
13315: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13316: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
13317: targets/cgi/parser3.dsp, types/pa_vmail.C,
13318: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
13319: T>>&<< removed after Stack::pop wiping removed [moved to separate
13320: func] other Array & removed
13321:
13322: 2003-03-26 paf
13323:
13324: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
13325: classes/table.C, include/pa_array.h, include/pa_charset.h,
13326: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
13327: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13328: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
13329: main/main.dsp, main/pa_charset.C, main/pa_common.C,
13330: main/pa_exec.C, main/pa_sql_driver_manager.C,
13331: main/pa_stylesheet_manager.C, main/pa_table.C,
13332: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
13333: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13334: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
13335: pre-evaluated .count() in some places
13336:
13337: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13338: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
13339: types/types.dsp: .dsp profiling updated
13340:
13341: * src/: classes/classes.dsp, lib/cord/cord.dsp,
13342: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
13343: targets/cgi/parser3.dsp, types/types.dsp: started profiling
13344:
13345: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
13346: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
13347: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
13348: use lib/gc,lib/cord
13349:
1.116 moko 13350: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
13351: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 13352: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
13353: src/include/pa_config_includes.h, src/include/pa_request.h,
13354: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
13355: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 13356: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 13357: src/lib/cord/include/Makefile.am,
1.116 moko 13358: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
13359: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
13360: src/targets/cgi/Makefile.am, src/types/Makefile.am,
13361: src/types/pa_vclass.h, src/types/pa_vcookie.h,
13362: src/types/pa_vform.h, src/types/pa_vhash.h,
13363: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
13364: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
13365: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
13366: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
13367: funcs ported pa_exec
1.95 moko 13368:
13369: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
13370:
13371: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
13372: bundled gc includes
13373:
13374: * src/: classes/op.C, include/pa_array.h,
13375: include/pa_sql_connection.h, include/pa_string.h,
13376: include/pa_version.h, main/compile.tab.C, main/compile.y,
13377: main/execute.C, main/pa_common.C, main/pa_exception.C,
13378: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
13379: targets/cgi/parser3.dsp: a number of bugfixes [while testing
13380: first real site (aval)]
13381:
13382: 2003-03-25 paf
13383:
13384: * operators.txt, src/main/pa_sql_driver_manager.C,
13385: src/types/pa_vstatus.C: $status.memory used free since_compact
13386: process
13387:
13388: * src/: include/pa_sql_connection.h, main/pa_globals.C,
13389: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
13390:
13391: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
13392:
13393: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
13394: src/types/pa_value.h, src/types/pa_vfile.h,
13395: src/types/pa_vobject.C, src/types/pa_vobject.h,
13396: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
13397: tests/results/121.processed: untaint.C L_URI
13398:
13399: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
13400: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
13401: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
13402: src/types/pa_vmemory.h: ^memory:compact[]
13403:
13404: * tests/results/109.processed: it was a bug in parser. updated 109
13405: test result
13406:
13407: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
13408:
13409: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
13410: tests/results/107.processed: fixed dom language [values are now
13411: considered tainted. it was a bug in parser. updated 107 test
13412: result
13413:
13414: * src/classes/xdoc.C: fixed transform params
13415:
13416: * src/: include/pa_stylesheet_manager.h,
13417: main/pa_stylesheet_manager.C: fixed stylesheet caching
13418:
13419: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
13420: overloads for structure handling
13421:
13422: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
13423: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
13424: StringBody(0) ambiguilty, introducting static
13425: StringBody::Format(int)
13426:
13427: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
13428: linked
13429:
13430: * src/types/pa_vxdoc.C: vxdoc compiled
13431:
13432: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
13433: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
13434: finalizers isntalled
13435:
13436: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
13437: doc/exception.dox, doc/index.dox, include/pa_charset.h,
13438: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
13439: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
13440: compiled todo: xnode.C / finalizers
13441:
13442: * src/doc/string.dox: updated: new string internals
13443:
13444: 2003-03-24 paf
13445:
13446: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13447: include/pa_charset.h, include/pa_config_fixed.h,
13448: include/pa_request.h, include/pa_stylesheet_connection.h,
13449: include/pa_stylesheet_manager.h, main/pa_charset.C,
13450: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
13451: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
13452: types/pa_vxnode.h: started XML
13453:
13454: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
13455:
13456: * src/: classes/file.C, classes/image.C, classes/mail.C,
13457: include/pa_string.h, main/pa_common.C,
13458: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
13459:
13460: * src/: classes/file.C, classes/image.C, classes/mail.C,
13461: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
13462: main/pa_request.C, main/pa_sql_driver_manager.C,
13463: types/pa_vimage.h: size_t pos everywhere checks changed to check
13464: for eq STRING_NOT_FOUND
13465:
13466: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
13467: optimize bit implemented
13468:
13469: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13470: String::ArrayFragment::append_positions fixed
13471:
13472: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
13473: String::this_starts fixed
13474:
13475: * src/main/pa_string.C, tests/Makefile: string::pos fixed
13476:
13477: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
13478: hashcode implemented fully, including per-char callback [it can
13479: be - substr CORD node]
13480:
13481: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
13482: rewritten to rewalloc with 100byte buf ahead
13483:
13484: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
13485: src/include/pa_string.h, src/main/compile.tab.C,
13486: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
13487: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
13488: CORD_ec [bad] would rewrite as realloc now
13489:
13490: * src/: classes/date.C, classes/file.C, classes/form.C,
13491: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
13492: include/pa_cache_managers.h, include/pa_charsets.h,
13493: include/pa_common.h, include/pa_request.h,
13494: include/pa_sql_driver_manager.h, include/pa_table.h,
13495: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
13496: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
13497: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
13498: types/pa_vmail.C, types/pa_vmethod_frame.C,
13499: types/pa_vstateless_class.h: 2*2 worked :)
13500:
13501: * parser3.dsw, src/classes/date.C, src/classes/file.C,
13502: src/include/pa_exec.h, src/include/pa_string.h,
13503: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
13504: passed OK
13505:
13506: * src/: classes/hash.C, classes/string.C, classes/table.C,
13507: types/pa_value.C: all linked todo: debug
13508:
13509: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
13510: types/pa_vstateless_class.C: all compiled. todo:link
13511:
13512: * src/types/pa_wcontext.C: pa_wcontext.C compiled
13513:
13514: * src/types/pa_vtable.C: pa_vtable.C compiled
13515:
13516: * src/types/pa_vstring.C: pa_vstring.C compiled
13517:
13518: * src/types/pa_vstatus.C: pa_vstatus.C compiled
13519:
13520: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
13521: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
13522: pa_vstateless_class.C, pa_vstateless_class.h:
13523: pa_vstateless_class.C compiled
13524:
13525: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
13526: types/pa_vmath.C: pa_vmail.C compiled
13527:
13528: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
13529:
13530: * src/types/pa_vform.C: pa_vform.C compiled
13531:
13532: * src/types/pa_vfile.C: pa_vfile.C compiled
13533:
13534: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
13535: pa_vstateless_class.C: pa_vcookie.C compiled
13536:
13537: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
13538: types/pa_vhash.h: pa_value.C compiled
13539:
13540: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
13541: classes.lib main.lib compiled
13542:
13543: * src/classes/void.C: void.C compiled
13544:
13545: * src/: classes/string.C, classes/table.C, include/pa_string.h,
13546: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
13547: compiled
13548:
13549: * src/: classes/string.C, include/pa_request.h,
13550: include/pa_string.h, main/pa_string.C: string.C compiled
13551:
13552: * src/: classes/op.C, classes/string.C, classes/table.C,
13553: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
13554: main/pa_request.C, main/pa_string.C: op.C compiled
13555:
13556: * src/classes/: math.C, op.C: math.C compiled
13557:
13558: * src/: classes/mail.C, classes/string.C, classes/table.C,
13559: types/pa_vmail.h: mail.C compiled
13560:
13561: * src/classes/: int.C, table.C: int.C compiled
13562:
13563: * src/: classes/hash.C, classes/image.C, classes/string.C,
13564: classes/table.C, include/pa_memory.h, include/pa_string.h,
13565: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
13566: compiled
13567:
13568: * src/: classes/hash.C, classes/string.C, classes/table.C,
13569: classes/void.C, classes/xdoc.C, include/pa_request.h,
13570: include/pa_sql_connection.h: hash.C compiled
13571:
13572: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
13573: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
13574: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
13575: classes/math.C, classes/op.C, classes/response.C,
13576: classes/string.C, classes/table.C, classes/void.C,
13577: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
13578: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
13579: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
13580: file.C table.C compiled
13581:
13582: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
13583: main/untaint.C: main.lib compiled
13584:
13585: 2003-03-21 paf
13586:
13587: * src/: classes/op.C, include/pa_cache_managers.h,
13588: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13589: include/pa_stylesheet_manager.h, main/pa_exception.C,
13590: main/pa_globals.C, main/pa_sql_driver_manager.C,
13591: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
13592: compiled
13593:
13594: * src/: classes/hash.C, classes/image.C, classes/op.C,
13595: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
13596: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
13597: main/compile.C, main/pa_common.C, main/pa_request.C,
13598: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
13599: pa_request.C compiled
13600:
13601: * src/: classes/hash.C, classes/mail.C, classes/op.C,
13602: include/pa_request.h, main/execute.C, main/pa_request.C,
13603: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13604: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
13605: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13606: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
13607: compiled
13608:
13609: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
13610: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
13611: on unix
13612:
13613: * src/: include/pa_charset.h, include/pa_charsets.h,
13614: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
13615: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
13616: pa_charsets.C compiled
13617:
13618: * src/: classes/image.C, classes/mail.C, classes/op.C,
13619: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
13620: main/compile.y, main/execute.C, main/pa_common.C,
13621: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
13622: types/pa_vcode_frame.h, types/pa_vimage.h,
13623: types/pa_vmethod_frame.h: execute.C compiled
13624:
13625: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13626: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13627: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13628: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
13629: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13630: include/pa_cache_managers.h, include/pa_charsets.h,
13631: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
13632: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
13633: include/pa_sql_driver_manager.h, include/pa_string.h,
13634: include/pa_stylesheet_connection.h,
13635: include/pa_stylesheet_manager.h, include/pa_table.h,
13636: main/compile.C, main/compile.tab.C, main/compile.y,
13637: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13638: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13639: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13640: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
13641: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
13642: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13643: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13644: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
13645: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13646: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13647: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13648: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13649: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13650: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
13651: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13652: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13653: types/pa_vresponse.h, types/pa_vstateless_class.C,
13654: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13655: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13656: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13657: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13658: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13659: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
13660: [C++ CORD wrapper]
13661:
13662: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
13663:
13664: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
13665: $file::exec/cgi[script; $.charset[this is script's charset]
13666:
13667: command line, env values, input got transcoded before call
13668: stdout, stderr got transcoded after call
13669:
13670: * src/classes/file.C: ^file::exec/cgi now does not pass post data
13671: by default. use: ^file::exec[...;$.stdin[$request.body]
13672:
13673: * src/main/pa_common.C: } typo bug fix
13674:
13675: * src/main/pa_common.C: } typo bug fix
13676:
13677: 2003-03-20 paf
13678:
13679: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
13680: main/untaint.C: cord bug fix, but still errors todo: clear out
13681:
13682: * src/include/pa_string.h: more tests
13683:
13684: * src/main/pa_string.C: string.pos fixed
13685:
1.116 moko 13686: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
13687: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
13688: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
13689: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
13690: replaces
1.95 moko 13691:
13692: * src/: classes/image.C, include/pa_dictionary.h,
13693: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
13694: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
13695: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
13696: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
13697:
13698: * src/include/pa_string.h: warning
13699:
13700: * src/include/pa_string.h: this_starts fixed
13701:
13702: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
13703: new String ctor & append params convention
13704:
13705: * src/: classes/file.C, classes/hash.C, classes/image.C,
13706: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
13707: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
13708: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
13709: main/pa_exception.C, main/pa_exec.C,
13710: main/pa_sql_driver_manager.C, main/pa_string.C,
13711: main/pa_stylesheet_manager.C, main/untaint.C,
13712: targets/isapi/parser3isapi.C, types/pa_vimage.C,
13713: types/pa_vmail.C: more tests OK
13714:
13715: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
13716: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
13717: gc/exit runned OK
13718:
13719: * src/types/pa_vmail.C: another naming problem: should not name
13720: vars like that: unpredictable close caused problems with later
13721: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
13722: descriptors missing on startup: stdin; Bad file number
13723:
13724: todo: find out why so many filters(stream) here. probably wrong?
13725:
13726: * src/: include/pa_dictionary.h, include/pa_string.h,
13727: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
13728: main/untaint.C: test compiled
13729:
13730: * src/: classes/image.C, classes/mail.C, classes/math.C,
13731: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
13732: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
13733: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
13734: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
13735: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
13736: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
13737: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
13738: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
13739: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
13740:
13741: * parser3.dsw, src/classes/file.C, src/classes/image.C,
13742: src/classes/op.C, src/classes/string.C, src/classes/table.C,
13743: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
13744: src/include/pa_memory.h, src/include/pa_request.h,
13745: src/include/pa_request_charsets.h,
13746: src/include/pa_sql_connection.h, src/include/pa_string.h,
13747: src/main/compile.tab.C, src/main/execute.C,
13748: src/main/pa_charset.C, src/main/pa_common.C,
13749: src/main/pa_exception.C, src/main/pa_exec.C,
13750: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13751: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
13752: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
13753: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
13754: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13755: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
13756: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13757: src/types/pa_vobject.C, src/types/pa_vresponse.C,
13758: src/types/pa_vstatus.C, src/types/pa_vstring.C,
13759: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13760: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
13761: pa_common.C [done, without http for now]
13762:
13763: 2003-03-19 paf
13764:
13765: * src/: classes/date.C, classes/form.C, classes/hash.C,
13766: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
13767: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
13768: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
13769: include/pa_string.h, include/pa_table.h, main/compile.C,
13770: main/compile_tools.C, main/execute.C, main/pa_charset.C,
13771: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
13772: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
13773: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
13774: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
13775: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
13776: types/pa_vstateless_class.h, types/pa_vtable.C,
13777: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
13778: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
13779: types/pa_wwrapper.h: started test
13780:
1.116 moko 13781: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
13782: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 13783:
13784: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
13785: include/pa_string.h, main/pa_string.C: string compiled todo: test
13786: it
13787:
13788: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
13789: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
13790: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
13791: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
13792: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
13793: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
13794: types/pa_vmethod_frame.h, types/types.dsp: string
13795: reimplementation with cord+array<fragment>: 70%
13796:
13797: 2003-03-18 paf
13798:
13799: * src/: classes/date.C, classes/file.C, classes/form.C,
13800: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
13801: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
13802: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
13803: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
13804: can ignore lang in cmp and pos really, but would
13805: split properly!
13806:
13807: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
13808: cord part made parser/src/lib: it's not compiled into libgc by
13809: default
13810:
13811: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
13812: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13813: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13814: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13815: src/classes/op.C, src/classes/response.C, src/classes/string.C,
13816: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
13817: src/classes/xnode.C, src/classes/xnode.h,
13818: src/include/Makefile.am, src/include/pa_cache_managers.h,
13819: src/include/pa_charset.h, src/include/pa_charsets.h,
13820: src/include/pa_common.h, src/include/pa_dictionary.h,
13821: src/include/pa_exception.h, src/include/pa_exec.h,
13822: src/include/pa_globals.h, src/include/pa_hash.h,
13823: src/include/pa_memory.h, src/include/pa_pool.h,
13824: src/include/pa_request.h, src/include/pa_request_charsets.h,
13825: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
13826: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
13827: src/include/pa_stylesheet_connection.h,
13828: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13829: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
13830: src/main/compile.C, src/main/compile.tab.C,
13831: src/main/compile_tools.C, src/main/compile_tools.h,
13832: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
13833: src/main/pa_charsets.C, src/main/pa_common.C,
13834: src/main/pa_dictionary.C, src/main/pa_exception.C,
13835: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
13836: src/main/pa_pool.C, src/main/pa_request.C,
13837: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13838: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
13839: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
13840: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
13841: src/types/pa_junction.h, src/types/pa_method.h,
13842: src/types/pa_value.C, src/types/pa_value.h,
13843: src/types/pa_vclass.C, src/types/pa_vclass.h,
13844: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13845: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13846: src/types/pa_vdouble.h, src/types/pa_venv.h,
13847: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13848: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13849: src/types/pa_vimage.C, src/types/pa_vimage.h,
13850: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
13851: src/types/pa_vmath.C, src/types/pa_vmath.h,
13852: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13853: src/types/pa_vobject.C, src/types/pa_vobject.h,
13854: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13855: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13856: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13857: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13858: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13859: src/types/pa_vstring.h, src/types/pa_vtable.C,
13860: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13861: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13862: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13863: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13864: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
13865: gc: PA_Object done lots of replacements also
13866:
13867: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
13868: gc logging
13869:
13870: 2003-03-17 paf
13871:
13872: * src/: classes/date.C, classes/file.C, classes/form.C,
13873: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
13874: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
13875: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
13876: include/pa_string.h, include/pa_types.h, main/compile.C,
13877: main/compile.tab.C, main/execute.C, main/pa_charset.C,
13878: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
13879: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
13880: main/pa_sql_driver_manager.C, main/pa_string.C,
13881: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
13882: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
13883: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
13884: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
13885: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
13886: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
13887: types/pa_vxnode.h: libgc attempt
13888:
13889: 2003-03-13 paf
13890:
13891: * src/: include/pa_sql_driver_manager.h,
13892: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
13893: called
13894:
13895: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
13896: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
13897: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
13898: types/pa_value.h, types/pa_vobject.h,
13899: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
13900: set_base, set_derived simplified [counter leaks fixed]
13901:
13902: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
13903: src/types/types.dsp: incorporated status class patch From:
13904: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
13905: 2003 8:14 AM
13906:
13907: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
13908: Win32 specific: QuotaPeakNonPagedPoolUsage
13909: QuotaPeakPagedPoolUsage PeakPagefileUsage]
13910:
13911: 2003-03-12 paf
13912:
1.116 moko 13913: * configure, configure.in, src/lib/ltdl/configure,
13914: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 13915: lib/ltdl/Makefile now created by /configure.in only [were by
13916: lib/ltdl/configure.in OVERWRITE]
13917:
1.116 moko 13918: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
13919: linkage fixed for g++ 3.2.2
1.95 moko 13920:
13921: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
13922: on using privately declared class [fixed]
13923:
13924: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
13925: 3.2 rightliy complained on using privately declared class [fixed]
13926:
13927: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
13928: sigpipe before request constructor now causes death
13929:
13930: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
13931: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
13932: not cause exception in exception handler
13933:
1.116 moko 13934: * configure, configure.in, src/targets/cgi/Makefile.am: configure
13935: now default links libstdc++ statically. that can be overriden by
13936: --with-dynamic-stdcpp
1.95 moko 13937:
13938: 2003-03-11 paf
13939:
13940: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
13941: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
13942: necessity of libstdc++
13943:
13944: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
13945:
13946: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
13947:
13948: 2003-03-08 paf
13949:
13950: * tests/Makefile: make install & co
13951:
13952: * src/: include/pa_request.h, classes/op.C: removing
13953: vclass,object.h -> pa_request.h dependency
13954:
13955: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
13956: main/pa_request.C: removing vform,response,cookie.h ->
13957: pa_request.h dependency
13958:
13959: * src/include/pa_request.h: removing vmail.h -> pa_request.h
13960: dependency [testing...]
13961:
13962: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
13963: return 0; fixed
13964:
13965: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
13966: types/pa_vmail.h: vmail.C received just compiled [not tested]
13967:
13968: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
13969:
13970: * src/main/pa_request.C: forgotten: ifdef XML
13971:
13972: * src/main/pa_request.C: forgotten: ifdef XML
13973:
13974: * src/targets/cgi/parser3.C: todo: move to latest xml version on
13975: win32 and run memleak tests again
13976:
13977: * src/targets/cgi/parser3.C: charsets: see some strange things with
13978: old xml lib-- it's internal memory handling has faults
13979:
13980: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
13981: problems when transcode from charset A to A.
13982:
13983: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
13984: todo: still problems when transcode from charset A to A.
13985:
13986: * src/: classes/hash.C, classes/mail.C, classes/string.C,
13987: classes/table.C, include/pa_array.h,
13988: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
13989: started full-scale-site-test [~ http://parser.ru sources]
13990:
13991: some fixes
13992:
13993: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
13994: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13995: 117.html, 118.html, 119.html, 120.html, results/109.processed,
13996: results/110.processed, results/111.processed,
13997: results/112.processed, results/113.processed,
13998: results/114.processed, results/115.processed,
13999: results/116.processed, results/117.processed,
14000: results/118.processed, results/119.processed,
14001: results/120.processed: xml: tests 109 dom create/show 110 xpath
14002: selectSingle 111 xdoc.create from tainted & 112
14003: xdoc.create/output with russian attr value 113 xpath
14004: selectString/Number 114 dom attributes.count 115 xpath selectBool
14005: 116 output media-type change 117 transform by dom stylesheet 118
14006: empty transform result 119 dom setAttribute 120 nbsp letter
14007: output
14008:
14009: =END OF PREPARED XML TESTS=
14010:
14011: 2003-03-07 paf
14012:
14013: * src/classes/xdoc.C, src/include/pa_charset.h,
14014: src/include/pa_stylesheet_connection.h, tests/108.html,
14015: tests/108.xsl, tests/results/108.processed: xml: test 108
14016: transform with params [bugs fixed]
14017:
14018: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
14019: from copy/paste bug
14020:
14021: * src/classes/xdoc.C, src/include/pa_charset.h,
14022: src/include/pa_request.h, src/main/execute.C,
14023: src/main/pa_charset.C, src/main/pa_exception.C,
14024: src/main/pa_globals.C, src/main/pa_request.C,
14025: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14026: src/types/pa_vxnode.C, tests/107.html,
14027: tests/results/107.processed: xml: test: 107 bug fixes
14028:
14029: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14030: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14031: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
14032:
14033: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
14034: string
14035:
14036: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
14037: mem alloc functions used for different cases [libxml, libxsl]
14038:
14039: * src/classes/classes.C: fixed: prevent system classes from
14040: modification to lock ALL the classes, not only directly used
14041:
14042: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
14043: linked
14044:
14045: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
14046:
14047: 2003-03-06 paf
14048:
14049: * src/classes/xdoc.C: xdoc.C 50%
14050:
14051: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
14052: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14053: main/pa_globals.C, main/pa_request.C,
14054: main/pa_stylesheet_manager.C: xnode.C compiled
14055:
14056: * src/: include/pa_stylesheet_connection.h,
14057: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
14058: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
14059:
14060: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
14061: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14062: xml: stylesheet&manager STARTED
14063:
14064: * src/: include/pa_globals.h, main/pa_charset.C,
14065: main/pa_exception.C, main/pa_globals.C: xml: exceptions
14066:
14067: * src/: include/pa_charset.h, include/pa_config_fixed.h,
14068: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
14069: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
14070: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
14071: charsets
14072:
14073: * tests/023.html: in some cases it rounded up badly. postponing
14074: solution of that problem, making more simple test
14075:
14076: * tests/: 058_paf2000.png, results/058.processed: .png added with
14077: -kb now
14078:
14079: * src/: include/pa_charset.h, include/pa_charsets.h,
14080: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
14081: moved to charsets.C
14082:
14083: 2003-03-05 paf
14084:
14085: * src/classes/string.C, src/include/pa_string.h,
14086: src/main/pa_string.C, tests/105.html,
14087: tests/results/105.processed: String::match bug fixed
14088:
14089: * src/classes/op.C, src/main/main.dsp, tests/104.html,
14090: tests/results/104.processed: ^bpt operator added [does int3 in
14091: debug build on win32]
14092:
14093: * tests/: 057.html, results/057.processed: test bug fixed
14094:
1.116 moko 14095: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 14096:
14097: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
14098: missing
14099:
1.116 moko 14100: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
14101: forgotten files added to Makes
1.95 moko 14102:
14103: * ltmain.sh: ltmain.sh added
14104:
14105: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14106: change undone ;(
14107:
14108: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14109: made static
14110:
14111: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 14112: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
14113: todo:make linker happy
1.95 moko 14114:
14115: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
14116: env param made optional
14117:
14118: 2003-03-04 paf
14119:
14120: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
14121: types/pa_vimage.h: number of gcc compiler bugs fixed
14122:
14123: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
14124: results/103.processed: tests: 103 image.copy transparence test
14125:
14126: * src/main/execute.C, tests/101.html, tests/102.html,
14127: tests/results/101.processed, tests/results/102.processed: tests:
14128: 101 method/variable name conflict test 102 form fields change
14129: should not not change anything [bug fix]
14130:
14131: * tests/: 057.html, 099.html, 100.html, results/057.processed,
14132: results/099.processed, results/100.processed: tests: 57 date
14133: create 2002: added 99,100 response:body/download
14134:
14135: * src/classes/image.C, tests/098.html, tests/098font.gif,
14136: tests/results/098.processed: test: 98 image font text [bug fixed]
14137:
14138: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
14139: tests/results/097.processed: test: 97 file::load http:// [bugs
14140: fixed]
14141:
14142: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
14143: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
14144: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
14145: image EXIF [bug fixed]
14146:
14147: * src/classes/table.C, src/main/execute.C, tests/061.dat,
14148: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
14149: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
14150: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
14151: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
14152: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
14153: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
14154: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
14155: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
14156: tests/094.html, tests/095.html, tests/results/061.processed,
14157: tests/results/062.processed, tests/results/063.processed,
14158: tests/results/064.processed, tests/results/065.processed,
14159: tests/results/066.processed, tests/results/067.processed,
14160: tests/results/068.processed, tests/results/069.processed,
14161: tests/results/070.processed, tests/results/071.processed,
14162: tests/results/072.processed, tests/results/073.processed,
14163: tests/results/074.processed, tests/results/075.processed,
14164: tests/results/076.processed, tests/results/077.processed,
14165: tests/results/078.processed, tests/results/080.processed,
14166: tests/results/081.processed, tests/results/082.processed,
14167: tests/results/083.processed, tests/results/084.processed,
14168: tests/results/085.processed, tests/results/086.processed,
14169: tests/results/087.processed, tests/results/088.processed,
14170: tests/results/089.processed, tests/results/090.processed,
14171: tests/results/091.processed, tests/results/092.processed,
14172: tests/results/093.processed, tests/results/094.processed,
14173: tests/results/095.processed, tests/079.html,
14174: tests/results/079.processed: tests: 61 file::stat size 62
14175: string->int autoconvert 63 double .int,dec,div,mul 64 date
14176: compare 65 file: basename,justname,justext 66 math:crypt 67
14177: string.match simple on long 68 string.match normalized simple on
14178: long 69 string.int 70 file::stat content-type 71 table.join 72
14179: hash parameter conditional pass 73 date daylightsaving,yearday 74
14180: date arithmetics 75 response date values/attributes 76 string.pos
14181: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
14182: with local 80 scientific numeric literal in string autoconvert 81
14183: xor: logical and numerical 82 for delims 83 menu delims 84
14184: table.hash distinct 85 long string replace 86 throw+catch
14185: current language preserve 87 bit shifts 88 junction tests +
14186: $caller test 89 hash.foreach selfmodification 90 int/void to int
14187: 91 $caller test 92 junction is + def junction tests 93 $caller
14188: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
14189:
14190: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
14191: fixed] 60 string eq string [bug fixed]
14192:
14193: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
14194: 058.html, 058_paf2000.png, 059.html, 060.html,
14195: results/053.processed, results/054.processed,
14196: results/055.processed, results/056.processed,
14197: results/057.processed, results/058.processed,
14198: results/059.processed, results/060.processed: test: 53
14199: string.replace 54 junctions 55 table.hash 56 call indirect 57
14200: date.create[string] 58 image.measure[png]
14201:
14202: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
14203: outputs/051.processed, results/052.processed: test: 52
14204: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
14205: task: fix that
14206:
14207: 2003-03-03 paf
14208:
14209: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
14210: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
14211: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
14212: outputs/049.processed, outputs/050.processed,
14213: outputs/051.processed, results/001.processed,
14214: results/002.processed, results/003.processed,
14215: results/005.processed, results/006.processed,
14216: results/008.processed, results/009.processed,
14217: results/011.processed, results/012.processed,
14218: results/013.processed, results/014.processed,
14219: results/015.processed, results/016.processed,
14220: results/017.processed, results/020.processed,
14221: results/021.processed, results/022.processed,
14222: results/024.processed, results/025.processed,
14223: results/026.processed, results/027.processed,
14224: results/028.processed, results/029.processed,
14225: results/030.processed, results/031.processed,
14226: results/049.processed, results/050.processed,
14227: results/051.processed, results/043.processed,
14228: results/044.processed, results/045.processed,
14229: results/046.processed, results/047.processed,
14230: results/048.processed: tests: 43,44,45 date rolls 46
14231: autoevaluating junction 47 table.select 48 name with subvar 49
14232: hash-creating switch 50 process 51 started parent/child, works as
14233: it were but it were NOT GOOD, created separate task to fix that
14234:
14235: * tests/: 042.html, results/042.processed: test: 42
14236: exception.handled
14237:
14238: * tests/: 041.html, results/041.processed: test: 41 table.locate by
14239: expression
14240:
14241: * tests/: 040.html, results/040.processed: test: 39 method result
14242: of type table 40 method param junction auto evaluate
14243:
14244: * tests/: 039.html, results/039.processed: test: 37 method result
14245: of type table
14246:
14247: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
14248: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
14249: tests/038.html, tests/results/033.processed,
14250: tests/results/034.processed, tests/results/035.processed,
14251: tests/results/036.processed, tests/results/037.processed,
14252: tests/results/038.processed: tests: 33 string.replace 34
14253: string.upper 35 table created 36 local/global vars with juntions
14254: 37 table clone 38 math PI & number formatting
14255:
14256: math class registring typo fixed
14257:
14258: * src/classes/op.C, src/include/pa_request.h,
14259: src/include/pa_string.h, src/main/execute.C,
14260: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
14261: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
14262: tests/032.html, tests/results/032.processed: uchar changed to
14263: String_UL in all places [was not everywhere] untaint test: 032
14264:
14265: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
14266: tests/results/004.processed, tests/parser-cygwin.sh,
14267: tests/parser-unix.sh: removed -H command line key, now testing
14268: using .sh file with SERVER_SOFTWARE=xxx
14269:
14270: 2003-02-26 paf
14271:
14272: * src/main/execute.C, src/types/pa_vstateless_class.h,
14273: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
14274: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
14275: tests/results/024.processed, tests/results/025.processed,
14276: tests/results/026.processed, tests/results/027.processed,
14277: tests/results/028.processed, tests/results/029.processed,
14278: tests/results/030.processed, tests/results/031.processed: fixed
14279: bug with name_cstr mutable CharPtr more tests
14280:
14281: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
14282: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
14283: << abort. die now just exits
14284:
14285: * src/classes/classes.awk, src/classes/classes.h,
14286: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14287: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14288: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14289: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14290: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14291: src/classes/xnode.C, src/include/pa_memory.h,
14292: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
14293: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
14294: src/types/pa_vform.C, tests/015.html, tests/016.html,
14295: tests/017.html, tests/018.html, tests/019.html,
14296: tests/019paf2001.gif, tests/020.html, tests/021.html,
14297: tests/022.html, tests/023.html, tests/022_dir/a.html,
14298: tests/022_dir/b.txt, tests/022_dir/c.htm,
14299: tests/results/015.processed, tests/results/016.processed,
14300: tests/results/017.processed, tests/results/018.processed,
14301: tests/results/019.processed, tests/results/020.processed,
14302: tests/results/021.processed, tests/results/022.processed,
14303: tests/results/023.processed: methoded_array now contains all Mxxx
14304: classes SAPI::get_env now returns info on pool more tests
14305:
14306: * src/include/pa_array.h, src/include/pa_hash.h,
14307: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
14308: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
14309: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
14310: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
14311: tests/014.html, tests/Makefile, tests/outputs/create-dir,
14312: tests/results/001.processed, tests/results/002.processed,
14313: tests/results/003.processed, tests/results/004.processed,
14314: tests/results/005.processed, tests/results/006.processed,
14315: tests/results/007.processed, tests/results/008.processed,
14316: tests/results/009.processed, tests/results/010.processed,
14317: tests/results/011.processed, tests/results/012.processed,
14318: tests/results/013.processed, tests/results/014.processed: hash
14319: cloning fixed
14320:
14321: 2003-02-25 paf
14322:
14323: * src/main/pa_common.C: typo fixed
14324:
14325: 2003-02-24 paf
14326:
14327: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
14328: [one remained]
14329:
14330: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
14331: [should have been get_string(&pool)] todo: check other such calls
14332:
14333: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
14334: test10, bad lookups
14335:
14336: xxx* xxx=smartptr.get(); << is bad style, after ";" original
14337: object got destructed, and xxx points to sky
14338:
14339: * ChangeLog, src/classes/string.C: match bug fixed
14340:
14341: * src/types/pa_vmail.C: body [text/html] transcoded to
14342: $.charset[specified] now
14343:
14344: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14345: which failed to handle sigsetjmp+throw: crashed inside of
14346: pre-throw code. rewritten simplier [though duplicating
14347: closesocket code]
14348:
14349: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
14350: which failed to handle sigsetjmp+throw: crashed inside of
14351: pre-throw code. rewritten simplier [though duplicating
14352: closesocket code]
14353:
14354: 2003-02-21 paf
14355:
14356: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
14357: $cookie:name[$.expires[date << can be now]]
14358:
14359: written makefile with regression tests [raw]
14360:
14361: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
14362: tests' only [it's not forcing CGI mode now] now use -H to output
14363: CGI header when parser used in command line [useful for tests
14364: also]
14365:
14366: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
14367: switches on CGI mode, and is used in regression tests
14368:
14369: * src/: include/pa_request.h, main/pa_request.C,
14370: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
14371: fixed
14372:
14373: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
14374: handling pa_*
14375:
14376: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
14377: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
14378: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
14379: memory handling files
14380:
14381: * src/main/pa_array.C: pool::format_integer terminator fixed
14382:
14383: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
14384: compiles OK test to show benefits of free
14385:
14386: * src/: classes/file.C, classes/image.C, classes/mail.C,
14387: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
14388: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14389: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
14390: use pool [as the one in ^process]
14391:
14392: * src/classes/op.C: fixed process. sould now check for all cstr's
14393: -- some must use pool [as the one in ^process]
14394:
14395: 2003-02-20 paf
14396:
14397: * src/: classes/date.C, classes/double.C, classes/file.C,
14398: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14399: classes/math.C, classes/op.C, classes/response.C,
14400: classes/string.C, classes/table.C, classes/void.C,
14401: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
14402: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
14403: string cmp fixed
14404:
14405: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
14406: values passed OK now
14407:
14408: 2003-02-19 paf
14409:
14410: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
14411: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
14412: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
14413: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
14414: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
14415: all remaning leaks resulted from pooled::malloc calls [excluding
14416: in gd -- planning complete rewrite extremely ugly code]
14417:
14418: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
14419: files
14420:
14421: 2003-02-17 paf
14422:
14423: * src/: classes/date.C, classes/double.C, classes/file.C,
14424: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14425: classes/response.C, classes/string.C, classes/table.C,
14426: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
14427: include/pa_stylesheet_connection.h,
14428: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
14429: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
14430: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
14431: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
14432: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
14433: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
14434: of unitialized simple-typed field
14435:
14436: * src/: classes/classes.C, classes/classes.h, main/execute.C,
14437: main/pa_charset.C, main/pa_request.C: another bug of unitialized
14438: simple-typed field fixed. todo: find&kill all like that one
14439:
14440: * src/: main/execute.C, targets/cgi/pa_pool.C,
14441: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
14442: debug output fixed
14443:
14444: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
14445: main/pa_request.C: stack-stored items need extra .ref to prevent
14446: object_ptr from delete[them]
14447:
14448: * src/: classes/date.C, classes/op.C, classes/table.C,
14449: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
14450: include/pa_charset.h, main/Makefile.am, main/main.dsp,
14451: main/pa_charset.C, main/pa_common.C,
14452: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
14453: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14454: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
14455: calls
14456:
14457: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
14458: couple mem leaks rusulted from old pooled::malloc usage.
14459: todo:find more like those
14460:
14461: * src/main/: compile.C, compile_tools.C: 2*2!
14462:
14463: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
14464: stackItem fixed [there were no string on stack before]
14465:
14466: * src/: main/execute.C, main/pa_request.C,
14467: types/pa_vmethod_frame.C: first letters out OK
14468:
14469: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
14470: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
14471: main/pa_string.C, main/untaint.C, types/pa_value.h,
14472: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
14473: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
14474: type not initialized with zeros :( while class fields of class
14475: types initialized with default constructors. learn C++
14476:
14477: * src/: classes/classes.awk, classes/double.C, classes/file.C,
14478: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
14479: classes/math.C, classes/xdoc.C, classes/xnode.C,
14480: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
14481: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
14482:
14483: 2003-02-14 paf
14484:
14485: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
14486: 13 link errors
14487:
14488: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
14489: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
14490: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
14491: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
14492: errors :)
14493:
14494: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
14495: classes/hash.C, classes/mail.C, classes/op.C,
14496: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
14497: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
14498: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
14499: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
14500:
14501: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
14502: classes/table.C, include/pa_common.h, include/pa_globals.h,
14503: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
14504: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
14505: types/pa_vint.h, types/types.dsp: op compiled
14506:
14507: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
14508: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
14509: main/untaint.C, types/pa_vtable.h: string, response compiled
14510:
14511: 2003-02-07 paf
14512:
14513: * src/: classes/table.C, types/pa_vtable.h: table compiled
14514:
14515: 2003-02-06 paf
14516:
14517: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
14518: mail compiled
14519:
14520: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
14521: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
14522: types/pa_vfile.h, types/pa_vimage.h: image compiled
14523:
14524: * src/classes/: file.C, form.C: form compiled
14525:
14526: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
14527: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
14528: types/pa_vfile.C, types/pa_vfile.h: file compiled
14529:
14530: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
14531: types/pa_vmath.h: math compiled [win32]
14532:
14533: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
14534: types/pa_vstring.h: hash compiled
14535:
14536: 2003-02-04 paf
14537:
14538: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
14539: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14540: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
14541: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
14542: types/pa_vhash.h: hash 50% compiled
14543:
14544: * src/: classes/date.C, classes/file.C, classes/hash.C,
14545: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
14546: classes/string.C, classes/table.C, classes/xdoc.C,
14547: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
14548: main/pa_string.C: date compiled
14549:
14550: * src/classes/: classes.dsp, double.C: double compiled
14551:
14552: * src/: classes/date.C, classes/double.C, classes/file.C,
14553: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
14554: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
14555: classes/string.C, classes/table.C, classes/void.C,
14556: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
14557: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
14558: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
14559: compiled
14560:
14561: * src/: classes/date.C, classes/double.C, classes/file.C,
14562: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14563: classes/math.C, classes/op.C, classes/response.C,
14564: classes/string.C, classes/table.C, classes/void.C,
14565: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14566: types/pa_vvoid.h: void compiled :)
14567:
14568: * src/: include/pa_globals.h, main/pa_cache_managers.C,
14569: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14570: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14571: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
14572: main/pa_string.C, main/pa_uue.C, main/untaint.C,
14573: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
14574: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
14575: types/pa_vresponse.C, types/pa_vstateless_class.C,
14576: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
14577: types/pa_wcontext.C, types/types.dsp: removed stupid
14578: value_includes.h
14579:
14580: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
14581: trying to remove stupid value_includes.h
14582:
14583: * src/main/pa_exec.C: pa_exec compiled on win32
14584:
14585: * src/main/pa_exec.C: libmain.a compiled on six [unix]
14586:
14587: * src/: include/pa_globals.h, include/pa_request.h,
14588: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
14589: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
14590: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
14591: types/pa_vrequest.C, types/pa_vstateless_class.C,
14592: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
14593:
14594: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
14595: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
14596: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
14597:
14598: * src/: include/pa_array.h, include/pa_config_includes.h,
14599: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
14600: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
14601: compiled
14602:
14603: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
14604: name conflicts)
14605:
14606: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
14607: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
14608: yelds "virtual memory exhausted" while trying to compile
14609: execute.C [eating up to 127MB]
14610:
14611: 2003-02-03 paf
14612:
14613: * src/: include/pa_config_includes.h, include/pa_hash.h,
14614: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
14615: main/pa_common.C, types/pa_value.C, types/pa_value.h,
14616: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14617: types/pa_vint.h, types/pa_vjunction.h,
14618: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
14619: started gcc compiling pa_common compiled
14620:
14621: * src/: include/pa_exception.h, include/pa_pool.h,
14622: main/pa_exception.C: exception gcc change #1
14623:
1.116 moko 14624: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
14625: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 14626:
14627: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
14628:
14629: * src/types/pa_vtable.C: vtable compiled
14630:
14631: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
14632:
14633: * src/: include/pa_cache_managers.h, main/pa_request.C,
14634: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
14635:
14636: * src/types/pa_vstateless_class.C: vstateless_class compiled
14637:
14638: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
14639:
14640: * src/types/pa_vrequest.C: vrequest compiled
14641:
14642: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
14643: pa_vobject.C, pa_vobject.h: vobject compiled
14644:
14645: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
14646: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
14647: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
14648: compiled
14649:
14650: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
14651:
14652: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
14653: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
14654: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
14655: compiled
14656:
14657: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
14658: main.lib - 0 error(s), 0 warning(s)
14659:
14660: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
14661: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
14662:
14663: 2003-01-31 paf
14664:
14665: * src/: include/pa_array.h, include/pa_operation.h,
14666: include/pa_request.h, main/execute.C, main/main.dsp,
14667: types/pa_vjunction.h: started last file from main library:
14668: execute
14669:
14670: * src/: include/pa_request.h, include/pa_sapi.h,
14671: main/compile.tab.C, main/compile.y, main/compile_tools.h,
14672: main/pa_request.C, targets/cgi/parser3.C,
14673: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
14674: types/pa_vhash.h: pa_request compiled
14675:
14676: * src/: classes/op.C, classes/string.C, include/pa_common.h,
14677: include/pa_globals.h, include/pa_request.h,
14678: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
14679: main/execute.C, main/main.dsp, main/pa_common.C,
14680: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
14681: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
14682: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
14683: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
14684: types/types.dsp: most pa_request compiled
14685:
14686: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14687: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14688: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14689: classes/op.C, classes/response.C, classes/string.C,
14690: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
14691: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
14692: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14693: include/pa_config_fixed.h, include/pa_config_includes.h,
14694: include/pa_dictionary.h, include/pa_dir.h,
14695: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14696: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
14697: include/pa_pool.h, include/pa_request.h,
14698: include/pa_request_charsets.h, include/pa_request_info.h,
14699: include/pa_sapi.h, include/pa_socks.h,
14700: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14701: include/pa_stack.h, include/pa_string.h,
14702: include/pa_stylesheet_connection.h,
14703: include/pa_stylesheet_manager.h, include/pa_table.h,
14704: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14705: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14706: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
14707: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
14708: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14709: main/compile.C, main/compile.tab.C, main/compile.y,
14710: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14711: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
14712: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
14713: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14714: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
14715: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
14716: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14717: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
14718: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
14719: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
14720: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
14721: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14722: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
14723: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
14724: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14725: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14726: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14727: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14728: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14729: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14730: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14731: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14732: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14733: types/pa_vresponse.h, types/pa_vstateless_class.C,
14734: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14735: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14736: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14737: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14738: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14739: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
14740:
14741: * ChangeLog, src/classes/classes.h, src/classes/op.C,
14742: src/include/pa_cache_managers.h, src/include/pa_charset.h,
14743: src/include/pa_charsets.h, src/include/pa_common.h,
14744: src/include/pa_dictionary.h, src/include/pa_exception.h,
14745: src/include/pa_exec.h, src/include/pa_pool.h,
14746: src/include/pa_request.h, src/include/pa_sapi.h,
14747: src/include/pa_sql_connection.h,
14748: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14749: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
14750: src/main/compile.tab.C, src/main/compile_tools.C,
14751: src/main/compile_tools.h, src/main/main.dsp,
14752: src/main/pa_charset.C, src/main/pa_charsets.C,
14753: src/main/pa_common.C, src/main/pa_dictionary.C,
14754: src/main/pa_exception.C, src/main/pa_exec.C,
14755: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14756: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
14757: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
14758: src/types/pa_vclass.h, src/types/pa_vcookie.C,
14759: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14760: src/types/pa_vdouble.h, src/types/pa_venv.h,
14761: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
14762: src/types/pa_vhash.h, src/types/pa_vimage.C,
14763: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
14764: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
14765: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14766: src/types/pa_vobject.C, src/types/pa_vobject.h,
14767: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14768: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14769: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14770: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
14771: src/types/pa_vstring.h, src/types/pa_vtable.h,
14772: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
14773: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
14774: died, long live StringPtr
14775:
14776: 2003-01-30 paf
14777:
14778: * src/: include/pa_charset.h, include/pa_request.h,
14779: include/pa_sql_driver_manager.h, main/compile.tab.C,
14780: main/compile.y, main/compile_tools.h, main/pa_request.C,
14781: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
14782:
14783: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
14784: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
14785: types/pa_vhash.h, types/pa_vmethod_frame.h,
14786: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
14787: types/types.dsp: vstateless_class compiled
14788:
14789: * src/main/compile.C: compile compiled
14790:
14791: * src/: include/pa_array.h, include/pa_operation.h,
14792: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
14793: main/pa_table.C: compile_tools compiled
14794:
14795: * src/: include/pa_operation.h, main/compile.y,
14796: main/compile_tools.C, main/compile_tools.h: started
14797: compile_tools. vagues ideas of how to free compiled code
14798:
14799: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
14800: main/main.dsp, types/pa_value.C, types/pa_value.h,
14801: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
14802: compiled
14803:
14804: 2003-01-29 paf
14805:
14806: * src/: include/pa_globals.h, include/pa_request.h,
14807: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
14808: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
14809: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
14810: compiled
14811:
14812: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
14813: now
14814:
14815: * src/: include/pa_array.h, include/pa_exception.h,
14816: include/pa_pool.h, main/pa_exception.C: gd compiled
14817:
14818: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
14819: compiled
14820:
14821: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
14822: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
14823: types/pa_vfile.h: vfile compiled
14824:
14825: * src/: include/pa_common.h, include/pa_globals.h,
14826: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
14827: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
14828: types/pa_vform.C, types/pa_vform.h: vcookie compiled
14829:
14830: * src/: include/pa_exception.h, main/pa_cache_managers.C,
14831: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
14832: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
14833: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
14834: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
14835:
14836: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
14837: main/main.dsp, main/untaint.C: more compiled
14838:
14839: * src/: include/pa_charsets.h, include/pa_request.h,
14840: include/pa_request_info.h, include/pa_string.h,
14841: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
14842: types/pa_vresponse.h: vrequest compiled
14843:
14844: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
14845: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
14846: pa_vresponse.h, pa_wcontext.h: vrequest compiled
14847:
14848: * src/: classes/classes.h, include/pa_charset.h,
14849: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
14850: include/pa_request.h, include/pa_string.h, main/main.dsp,
14851: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
14852: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
14853: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
14854: types/pa_vrequest.C, types/pa_vrequest.h,
14855: types/pa_vstateless_class.h, types/pa_vstring.h,
14856: types/pa_vvoid.h: vrequest,vdouble,vint compiled
14857:
14858: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
14859: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14860: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
14861: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
14862: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14863: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
14864: types/pa_vobject.h, types/pa_vstateless_class.h,
14865: types/pa_vstateless_object.h, types/pa_vstatus.h,
14866: types/pa_vstring.h, types/types.dsp: vmath compiled
14867:
14868: 2003-01-28 paf
14869:
14870: * src/: classes/classes.h, classes/date.C, classes/file.C,
14871: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
14872: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
14873: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
14874: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
14875: compile_tools
14876:
14877: * src/: include/pa_charset.h, include/pa_exception.h,
14878: include/pa_request.h, include/pa_string.h, main/untaint.C:
14879: untaint compiled
14880:
14881: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
14882: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
14883: more compiled. struck with string::store_to needing to know
14884: source/client charsets
14885:
14886: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
14887: types/pa_vfile.h: uue compiled
14888:
14889: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
14890: table compiled
14891:
14892: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
14893: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
14894:
14895: * src/: include/pa_charset.h, main/pa_charset.C,
14896: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
14897: introduced]
14898:
14899: * src/: classes/date.C, include/pa_charset.h,
14900: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
14901: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
14902: pa_charsets compiled
14903:
14904: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
14905: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
14906:
14907: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
14908: common compiled
14909:
14910: * src/: include/pa_charsets.h, main/pa_charsets.C,
14911: main/pa_sql_driver_manager.C: pa_charsets compiled
14912:
14913: * src/: include/pa_array.h, include/pa_charset.h,
14914: include/pa_charsets.h, include/pa_pool.h,
14915: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14916: include/pa_stack.h, include/pa_string.h,
14917: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
14918: sql_driver_manager compiled
14919:
14920: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
14921: letter i with two dots added to koi, all ukranian letters added
14922: to win1251.
14923:
14924: typographic simbol 0xb9 deleted from win1251 [strange one & were
14925: abscent from koi]
14926:
14927: 2003-01-27 paf
14928:
14929: * src/: include/pa_exception.h, include/pa_sql_connection.h,
14930: include/pa_sql_driver_manager.h, include/pa_string.h,
14931: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
14932: sql/pa_sql_driver.h: paused on sql_manager
14933:
14934: * src/: include/pa_cache_managers.h, include/pa_pool.h,
14935: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14936: include/pa_stack.h, main/pa_sql_driver_manager.C,
14937: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
14938:
14939: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
14940: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14941: include/pa_table.h, main/pa_sql_driver_manager.C,
14942: main/pa_table.C: table compiled
14943:
14944: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
14945: cache_managers compiled
14946:
14947: * src/: include/pa_array.h, include/pa_charset.h,
14948: include/pa_pool.h, main/pa_charset.C: charset compiled
14949:
14950: * src/: include/pa_pool.h, main/pa_common.C: common compiled
14951:
14952: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
14953: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
14954: main/pa_string.C, types/pa_value.C, types/pa_value.h,
14955: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
14956: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
14957:
14958: 2003-01-24 paf
14959:
14960: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
14961: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
14962: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
14963: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
14964: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
14965: types/pa_vint.h, types/pa_vjunction.h,
14966: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14967: types/pa_vstatus.h, types/pa_vstring.h: more patched
14968:
14969: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
14970: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
14971: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
14972: main/pa_string.C, main/pa_table.C: string compiled
14973:
14974: * src/: include/pa_array.h, include/pa_common.h,
14975: include/pa_dictionary.h, include/pa_exception.h,
14976: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
14977: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
14978: main/pa_string.C: dictionary compiled
14979:
14980: 2003-01-23 paf
14981:
14982: * src/: include/pa_array.h, include/pa_common.h,
14983: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
14984: include/pa_request.h, include/pa_string.h, main/pa_common.C,
14985: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
14986: types/pa_value.h: resurrected pool in new sense: now it's
14987: factory, producing&accounting memory chunks for read[autofree]
14988: buffers
14989:
14990: * src/: include/pa_array.h, include/pa_exception.h,
14991: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
14992: main/pa_exception.C, main/pa_table.C: table compiled
14993:
14994: * src/: classes/image.C, classes/op.C, include/pa_array.h,
14995: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
14996: include/pa_pool.h, include/pa_pragma_pack_begin.h,
14997: include/pa_pragma_pack_end.h, include/pa_sapi.h,
14998: include/pa_string.h, include/pa_table.h, include/pa_types.h,
14999: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
15000: main/pa_table.C: aint that easy
15001:
15002: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
15003: main/main.dsp: continued with Hash
15004:
15005: * src/main/pa_common.C: connect_string allocated on heap[wes on
15006: stack] now. and exception can be reported OK now [can be reported
15007: outside of pro c with that stack]
15008:
15009: 2003-01-22 paf
15010:
15011: * src/: include/pa_array.h, include/pa_charset.h,
15012: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
15013: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
15014: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
15015: base: contains references_count. auto_ptr template calls
15016: add_ref/release
15017:
15018: 2003-01-21 paf
15019:
15020: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15021: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15022: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15023: classes/op.C, classes/response.C, classes/string.C,
15024: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15025: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15026: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15027: include/pa_config_fixed.h, include/pa_config_includes.h,
15028: include/pa_dictionary.h, include/pa_dir.h,
15029: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15030: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15031: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15032: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15033: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15034: include/pa_stack.h, include/pa_string.h,
15035: include/pa_stylesheet_connection.h,
15036: include/pa_stylesheet_manager.h, include/pa_table.h,
15037: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15038: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15039: lib/pcre/pcre_parser_ctype.c, main/compile.C,
15040: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15041: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
15042: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15043: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15044: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
15045: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15046: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15047: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
15048: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
15049: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
15050: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15051: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
15052: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
15053: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
15054: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
15055: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
15056: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15057: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
15058: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
15059: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15060: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15061: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15062: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15063: types/pa_vstateless_object.h, types/pa_vstatus.C,
15064: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
15065: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15066: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15067: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15068: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
15069: 2002->2003
15070:
15071: 2003-01-16 paf
15072:
15073: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
15074: src/main/pa_globals.C: http:// introducing $.any-status(1)
15075:
15076: * operators.txt, src/include/pa_config_fixed.h,
15077: src/main/pa_common.C: http request now return status. and not
15078: fail on status!=200
15079:
15080: 2003-01-15 paf
15081:
15082: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
15083:
15084: 2003-01-14 paf
15085:
15086: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
15087: mkinstalldirs: removed some ancient files [they in / really]
15088:
15089: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
15090: regretfully needed patch in two places. in config_fixed.h made
15091: stubs for lib to compile in MSVC
15092:
15093: 2003-01-13 paf
15094:
15095: * config.guess, config.sub, ltmain.sh: removed last piece of
15096: configure.in(libtool) hacks
15097:
1.116 moko 15098: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 15099: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
15100: ltdl.h: moved to latest libtool (1.4.3)
15101:
15102: 2003-01-10 paf
15103:
15104: * src/lib/ltdl/: configure, configure.in: PROG_NM
15105:
15106: * src/main/pa_globals.C: moved to latest xml lib versions, changed
15107: patches. libxml2 >= 2.5.1
15108: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
15109: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
15110: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15111:
15112: * INSTALL: moved to latest versions of xml libs libxml2 >=
15113: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
15114: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
15115: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15116:
15117: 2003-01-09 paf
15118:
15119: * INSTALL: xml,xslt,gdome lib urls updated
15120:
15121: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 15122: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 15123: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 15124: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
15125: 1.7.2
1.95 moko 15126:
15127: * depcomp: moving to automake 1.7.2
15128:
15129: 2002-12-27 paf
15130:
15131: * src/include/pa_version.h: 0007
15132:
15133: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
15134: outdated parts, made links to language docs
15135:
15136: * src/include/pa_config_auto.h.in: comment
15137:
15138: 2002-12-26 paf
15139:
15140: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
15141: not contain trailing / fixed.
15142:
15143: * INSTALL: changing SAFE_MODE politics
15144:
15145: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
15146:
15147: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
15148:
15149: 2002-12-25 paf
15150:
15151: * src/main/pa_globals.C: optimized-xml
15152:
15153: * src/main/pa_globals.C: optimized-as-is
15154:
15155: 2002-12-24 paf
15156:
15157: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
15158: fixed [were really called with zero size when .html?a=&b=]
15159:
15160: * src/classes/mail.C: $MAIL in @conf now invalid when configured
15161: with --with-sendmail
15162:
15163: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
15164: fixed]
15165:
15166: 2002-12-23 paf
15167:
15168: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
15169: ignoring parameters & were storing only string with default
15170: expires
15171:
15172: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
15173: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
15174: December 23, 2002 4:22 AM Subject: bug â
15175: Charset::transcode_buf2xchar
15176:
15177: 2002-12-20 paf
15178:
15179: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
15180: non-cgi [script] runs
15181:
15182: 2002-12-19 paf
15183:
15184: * INSTALL: --without-iconv recommended [it crashes on some systems
15185: [tested on elik]] moreover, it's not needed there [parser
15186: registers charsets itself]
15187:
15188: * INSTALL: --without-iconv recommended [it crashes on some systems
15189: [tested on elik]]
15190:
15191: * operators.txt, src/include/pa_globals.h,
15192: src/include/pa_request.h, src/main/pa_globals.C,
15193: src/main/pa_request.C: $response:download
15194:
15195: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
15196: compiler [win32]].
15197:
15198: 2002-12-18 paf
15199:
15200: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
15201:
15202: 2002-12-17 paf
15203:
15204: * src/targets/cgi/parser3.C: merged die&iis changes
15205:
15206: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
15207: to exit(1) 2. more flexible iilegal call check
15208:
15209: 2002-12-16 paf
15210:
15211: * ltmain.sh: some automakes silly insist on having this handy
15212:
15213: * src/main/untaint.C: filespec russian small 'r' changed to latin
15214: 'p' bug fix
15215:
15216: 2002-12-15 paf
15217:
15218: * src/main/untaint.C: filespec russian small 'r' changed to latin
15219: 'p'
15220:
15221: * configure.in, src/include/pa_config_auto.h.in,
15222: src/main/compile.C, src/main/pa_common.C: merged small changes
15223: from branch 6 to HEAD
15224:
15225: * src/main/compile.C: removed warning
15226:
15227: * src/main/pa_common.C: ftruncate having checked
15228:
15229: * configure.in, src/include/pa_version.h: new version
15230:
15231: 2002-12-14 paf
15232:
15233: * src/classes/table.C: removed unnecessary code
15234:
15235: * src/sql/pa_sql_driver.h: exception type fixed
15236:
15237: 2002-12-09 paf
15238:
15239: * src/types/pa_vvoid.h: $void.store[now] error
15240:
15241: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15242:
15243: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
15244: tries to write core dump
15245:
15246: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15247:
15248: * src/: classes/hash.C, classes/string.C, classes/table.C,
15249: classes/void.C, main/pa_sql_driver_manager.C,
15250: sql/pa_sql_driver.h: changed exception handling mech in sql
15251: handlers #2
15252:
15253: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
15254: exception handling mech in sql handlers
15255:
15256: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
15257: handlers
15258:
15259: * src/: classes/hash.C, classes/string.C, classes/table.C,
15260: classes/void.C, main/pa_sql_driver_manager.C,
15261: sql/pa_sql_driver.h: changed exception handling mech in sql
15262: handlers
15263:
1.116 moko 15264: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
15265: to write makefile which used libtool to install things, which is
15266: not needed
1.95 moko 15267:
15268: 2002-12-06 paf
15269:
15270: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
15271: $hash.fields -- pseudo field to make 'hash' more like 'table'
15272:
15273: 2002-12-05 paf
15274:
15275: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
15276: cc/bcc OK now
15277:
15278: * src/main/untaint.C: mail header closed properly
15279:
15280: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
15281: header ',' allowed. still bugs in smtp [only one receiptient
15282: works, cc, bcc ignored now, and MAILED ;)]
15283:
15284: [strncpy killed, memnchr used]
15285:
15286: * src/main/pa_table.C: table-copy now current=0
15287:
15288: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
15289: lowlevel proc
15290:
15291: * src/targets/cgi/parser3.C: more checks on
15292: http://domain/parser.cgi start [maybe some getenv returns "",
15293: checked that now
15294:
15295: * src/targets/cgi/parser3.C: more checks on
15296: http://domain/parser.cgi start [maybe some getenv returns "",
15297: checked that now
15298:
15299: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
15300: out-of-mem errors reached log]
15301:
15302: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
15303: mail:send MIME-Version default
15304:
15305: * src/main/main.dsp: pa_version included into main.dsp
15306:
15307: 2002-12-04 paf
15308:
15309: * src/types/pa_vform.C: $form:field string value cut by premature 0
15310:
15311: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
15312: lib/libltdl -> lib/ltdl Win32 changes. s
15313:
15314: * src/classes/classes.awk: more strict *.C$
15315:
15316: * gnu.dsp: restored
15317:
1.116 moko 15318: * configure.in, gnu.dsp, src/lib/Makefile.am,
15319: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
15320: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
15321: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
15322: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
15323: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
15324: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
15325: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
15326: now created with /configure, not ltdl/configure, so it does have
15327: no problems with automake. ltdl/configure
15328: AC_OUTPUT(Makefile<<removed)
1.95 moko 15329:
15330: 2002-12-02 paf
15331:
15332: * operators.txt: removed outdated status:db
15333:
15334: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
15335: src/main/pa_common.C, src/main/pa_request.C,
15336: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
15337: tainted parts becomes http-header
15338:
15339: 2002-11-29 paf
15340:
15341: * src/classes/date.C, src/classes/image.C, operators.txt: exif
15342: dates now objects of type date
15343:
15344: * src/classes/image.C: file.seek removed [it were used in image.C
15345: only, and for parser user this means that jpeg image has bad
15346: size in fragment's header] now used image.format
15347:
15348: * src/: include/pa_common.h, main/pa_common.C,
15349: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
15350: now handled exactly like $response:header values. e.g. can be
15351: hash [can have subattributes] & contain date values.
15352:
15353: * src/main/pa_common.C: http:// param values lang forced URI
15354:
15355: * src/main/pa_common.C: http:// tainted partes now %xx
15356:
15357: 2002-11-28 paf
15358:
15359: * operators.txt: http.timeout
15360:
15361: * src/classes/image.C: ^image.length now counts interchar space.
15362: plus space after last char
15363:
15364: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
15365:
15366: * src/classes/image.C: ^image.font width measurer now scans full
15367: height [were -1]
15368:
15369: * configure.in: stopped double libltdl/Makefile generation
15370:
15371: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
15372: chars [one top horizontal line of 1pixel height were missing]
15373:
15374: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
15375: 'false' to go into (Hash *) parameter
15376:
15377: 2002-11-27 paf
15378:
15379: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
15380: types/pa_vmail.C: response:body[file] if file nows it's name now
15381: returns content-disposition: >>attachment<<
15382:
15383: * src/classes/image.C: ^image.font << bad font file-size now
15384: properly reported
15385:
15386: 2002-11-26 paf
15387:
15388: * src/main/pa_request.C: fixed lang in reponse header
15389:
15390: * src/main/pa_common.C: utf8 prefix ignored @read text
15391:
15392: * operators.txt, src/main/pa_common.C: http:// response status!=200
15393: made exception: http.status with source=bad status#
15394:
15395: 2002-11-25 paf
15396:
15397: * configure.in, src/classes/image.C,
15398: src/include/pa_config_auto.h.in,
15399: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 15400: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
15401: const void related probs fixed
1.95 moko 15402:
15403: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
15404:
15405: $file[^file::load[http://there]] $file.SERVER
15406:
15407: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
15408: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
15409: http options [invalid onces now reported] made default
15410: user-agent: paf
15411:
15412: * operators.txt, src/classes/file.C, src/classes/table.C,
15413: src/classes/xdoc.C, src/include/pa_common.h,
15414: src/include/pa_globals.h, src/main/pa_common.C,
15415: src/main/pa_globals.C, src/main/pa_request.C,
15416: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
15417: now understand http:// prefix and additional params, sample:
15418: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
15419: $.USER-AGENT[parser3] ]]
15420:
15421: 2002-11-22 paf
15422:
15423: * src/classes/image.C, src/include/pa_globals.h,
15424: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
15425: src/types/pa_vimage.h, operators.txt: $image.exif support
15426: $image.exif.DateTime & co
15427:
15428: 2002-11-21 paf
15429:
15430: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
15431: _PASS_APPENDED)
15432:
15433: * src/classes/image.C: jpeg size measure fixed: were badly skipping
15434: EXIF information [were big block and it's size were considered
15435: negative :(]
15436:
15437: * operators.txt, src/classes/image.C, src/include/pa_common.h,
15438: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
15439: internals rewritten. no there's reader.seek, and all's ready for
15440: EXIF extraction [now we fail to measure files with EXIF info]
15441:
15442: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
15443: O_TRUNC truncates even exclusevely write-locked file [thanks to
15444: Igor Milyakov <virtan@rotabanner.com> for discovering]
15445:
15446: 2002-11-20 paf
15447:
15448: * src/targets/cgi/parser3.C: logging @signal += query_string
15449:
15450: * configure.in, src/include/pa_config_auto.h.in,
15451: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
15452: comment
15453:
15454: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
15455:
15456: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15457: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
15458: currently processed document SIGPIPE >> interrupts request
15459: processing [exception = DB rollback]
15460:
15461: * src/main/pa_exec.C: comment
15462:
15463: * src/main/pa_exec.C: pa_exec: data written only if size>0
15464:
15465: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
15466: << disable HTTP-POST repassing
15467:
15468: * src/: include/pa_config_fixed.h, main/pa_common.C,
15469: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
15470: pipe read errors now checked
15471:
15472: 2002-11-19 paf
15473:
15474: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
15475: CGI: Illegal call
15476:
15477: 2002-11-01 paf
15478:
15479: * src/main/execute.C: comment
15480:
15481: 2002-10-31 paf
15482:
15483: * src/main/execute.C: found out why, checked that for now. todo:
15484: find out a way for that user could do that
15485:
15486: * src/types/pa_vstateless_object.h: object put replaces static
15487: parent if any
15488:
15489: * src/types/pa_vobject.C: object put replaces static parent if any
15490:
15491: * src/: classes/form.C, classes/mail.C, classes/op.C,
15492: classes/xnode.h, main/compile.tab.C, main/execute.C,
15493: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
15494: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15495: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
15496: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15497: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
15498: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15499: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15500: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15501: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15502: types/pa_vstateless_object.h, types/pa_vstatus.C,
15503: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15504: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15505: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15506: types/pa_wwrapper.h: static fix merged
15507:
15508: * src/: main/compile.tab.C, types/pa_vobject.C: killed
15509: $virtual_fields in dynamic, but one can reach derived
15510: static[class] variable from base
15511:
15512: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
15513: types/pa_vobject.C, types/pa_vobject.h,
15514: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
15515: statics, left $virtual_fields in dynamic
15516:
15517: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
15518: one can't remember derivates in base class: there's so many of
15519: them. also there can be no virtual method calls in static
15520: classes
15521:
15522: * src/: classes/form.C, classes/mail.C, classes/op.C,
15523: classes/xnode.h, main/execute.C, main/pa_request.C,
15524: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
15525: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
15526: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
15527: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15528: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
15529: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
15530: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
15531: types/pa_vresponse.C, types/pa_vresponse.h,
15532: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15533: types/pa_vstateless_object.h, types/pa_vstatus.C,
15534: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
15535: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
15536: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
15537: types/pa_wwrapper.h: static call $self fixed
15538:
15539: * src/main/execute.C: comment
15540:
15541: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
15542: ^process[$caller.self]{...} now compiles to last derived object
15543: part of that 'self'
15544:
15545: 2002-10-29 paf
15546:
15547: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
15548: re-passing [iis to blame]
15549:
15550: * src/classes/string.C: changed string.save to pass current sql
15551: connection to cstr thus one can ^connect[some server]{
15552: $s[insert into table x (x) values (^taint[sql]{value})]
15553: ^s.save[some.sql] } and he'd get in some.sql file code with
15554: properly escaped. [tried in mssql->mysql export->import of
15555: binary data]
15556:
15557: 2002-10-25 paf
15558:
15559: * src/types/pa_vresponse.C: case insensitive response user fields
15560: get/put
15561:
15562: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
15563: types/pa_vresponse.C: saving for maybe-future
15564:
15565: 2002-10-23 paf
15566:
15567: * operators.txt, src/classes/table.C: ^table.hash{code}...
15568: ^table.hash(expr)...
15569:
15570: * src/types/pa_vmail.C: email whitespace trimBoth-ed
15571:
15572: 2002-10-22 paf
15573:
15574: * src/types/: pa_vform.C, pa_vform.h: removed needless
15575: VForm::Append...(...Value)
15576:
15577: * src/main/execute.C: $.name outside of $name[...] checked
15578:
15579: * src/main/: compile.tab.C, compile.y: lexer changed to fix
15580: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
15581:
15582: 2002-10-21 paf
15583:
15584: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
15585: $form:qtail $form:imap.x/y
15586:
15587: * operators.txt, src/types/pa_vform.C: $form:nameless =
15588: "?value&...", "...&value&...", "...&value"
15589:
15590: * operators.txt, src/types/pa_vform.C: $form:image-map
15591:
15592: * operators.txt, src/classes/file.C: /some/page.html:
15593: ^file:fullpath[a.gif] => /some/a.gif
15594:
15595: 2002-10-17 paf
15596:
15597: * src/main/: compile.tab.C, compile.y: operators precedence changed
15598: a little: logical not and bitwise negation precedence made
15599: highest, << and >> bitshits precedence made equal [were << higher
15600: than >>]
15601:
15602: * src/classes/op.C: exception handling fixed [were bad with
15603: contexts]
15604:
15605: 2002-10-16 paf
15606:
15607: * src/: classes/op.C, include/pa_request.h, main/execute.C,
15608: main/pa_request.C: Request::self considered equal to
15609: VMethodFrame::self, and removed, Request::get_self() mapped to
15610: VMethodFrame.self()
15611:
15612: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
15613: $hash in open field now gives old good error meesage
15614:
15615: 2002-10-15 paf
15616:
15617: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
15618: use ^if($junction is junction){was and now true}
15619:
15620: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
15621: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
15622: types/pa_vxnode.C: xml->parser strings now have origin, which
15623: points to place where value left xml library and came to parser:
15624: place of dom field extraction/call
15625:
15626: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
15627: main/compile.tab.C, main/compile.y, main/execute.C,
15628: types/pa_vmethod_frame.h: removed last pieces of old code
15629: allowing $junction.xxx at compile time
15630:
15631: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
15632: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
15633: objects also considered [were only classes]
15634:
15635: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
15636: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
15637: with CLASS self. [ (request&method_frame).self temporarily
15638: changed ]
15639:
15640: * src/classes/: hash.C, op.C: method_frame now always changed, with
15641: no exception to native calls. for&foreach changed to use
15642: method_frame.caller for their var's name context
15643:
15644: * src/: main/execute.C, targets/cgi/parser3.C,
15645: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
15646: compiling to system classes disabled
15647:
15648: * operators.txt, src/classes/op.C:
15649: ^process[$caller.CLASS]{code-string} added
15650:
15651: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
15652: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
15653: src/types/Makefile.am, src/types/pa_vjunction.C,
15654: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
15655: src/types/types.dsp: removed $junction.get $junction.set[]
15656: introducing $caller
15657:
15658: * src/types/pa_value.h: removed outdated comments. doxygen would
15659: find them lower by inheritance tree
15660:
15661: * src/types/pa_vjunction.C: ident
15662:
15663: 2002-10-14 paf
15664:
15665: * src/classes/op.C: process compiles to code's class class
15666:
15667: * src/: classes/form.C, classes/mail.C, classes/op.C,
15668: include/pa_request.h, main/compile.C, main/compile.tab.C,
15669: main/compile.y, main/execute.C, main/pa_request.C,
15670: types/pa_vstateless_class.h: operators now main-class-methods
15671:
15672: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
15673: better stack trace [has "call" & co there]
15674:
15675: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15676: operators @auto now executed in MAIN context
15677:
15678: * src/main/execute.C: operator execution context now = MAIN, not
15679: closest stack frame
15680:
15681: @touchit[] $i[after]
15682:
15683: ----t.html $i[before] << local ^touchit[] $i << now 'before',
15684: were 'after'
15685:
15686: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
15687: 'after'
15688:
15689: * src/main/execute.C: comment
15690:
15691: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
15692: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
15693: action]
15694:
15695: * src/types/pa_vxnode.C: misreplace fixed
15696:
15697: * configure, configure.in, src/include/pa_config_auto.h.in,
15698: src/types/pa_vstatus.C, operators.txt:
15699: $status:rusage.tv_secs/usecs introduced
15700:
15701: 2002-10-09 paf
15702:
15703: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
15704: on empty string [or uses (default)]
15705:
15706: 2002-10-08 paf
15707:
15708: * src/main/untaint.C: mail header quoted printable changed after
15709: RFC reread
15710:
15711: * operators.txt: plan on ^if(method
15712:
15713: * src/types/pa_vxnode.C: misreplace
15714:
15715: 2002-09-24 paf
15716:
1.116 moko 15717: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 15718:
15719: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
15720: mailreceive would compile on freebsd now
15721:
15722: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
15723: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 15724: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
15725: mailreceive would compile on freebsd now
1.95 moko 15726:
15727: * src/: classes/file.C, main/untaint.C: 1. file spec language
15728: changed: now there are only few chars are untainted: * ? ' " < >
15729: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
15730: one should use ^untaint[uri]{...} now]
15731:
15732: 2. $list[^file:list[dir]] now returns simply tainted names in
15733: $list.name, not tainted as filespec
15734:
15735: @russianindex[] #dir with files with russian-lang names
15736: $where[dir]
15737:
15738: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
15739: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
15740:
15741: 2002-09-23 paf
15742:
15743: * src/types/pa_vdouble.h: double->int round added
15744:
15745: * src/classes/date.C: date bug fix, now
15746: round(floatDays*secondsPerDay)
15747:
15748: * src/classes/date.C: date bug fix, now
15749: round(floatDays*secondsPerDay)
15750:
15751: 2002-09-20 paf
15752:
15753: * src/main/execute.C: code junction calls disabled [before: code
15754: was compiled in such a way, that there were no code-junctions in
15755: OP_CALL]
15756:
15757: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
15758:
15759: @badjunctioncallinside[code] ^code[]
15760:
15761: * src/main/: compile.tab.C, compile.y: changed grammer on junction
15762: expanding to include ^junction.method
15763:
15764: * src/main/pa_common.C: -d "DIR/" now true
15765:
15766: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
15767: as internal xdoc encoding, and after decoding attributes set by
15768: dom functions now encoded OK, not as digital entities
15769:
15770: * src/classes/xdoc.C: empty transform result, being taken as file
15771: now returns empty file, not raises stupid error about "stat-ed
15772: file"
15773:
15774: * src/types/pa_vhash.h: hash.foreach modification of existing keys
15775: allowed
15776:
15777: * src/types/types.dsp: introducing $junction.get/put(1) one can
15778: write iterators now:
15779:
15780: ^user-foreach[key;value]{$key=$value<br>}
15781:
15782: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
15783: $code.value($i*2) $code }
15784:
15785: * src/main/compile_tools.h: mistype
15786:
1.116 moko 15787: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
15788: thus taking linking options configure changes into account [were:
15789: ignoring]
1.95 moko 15790:
15791: * src/types/: pa_vjunction.C, Makefile.am: introducing
15792: $junction.get/put(1) one can write iterators now:
15793:
15794: ^user-foreach[key;value]{$key=$value<br>}
15795:
15796: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
15797: $code.value($i*2) $code }
15798:
15799: * src/: include/pa_opcode.h, include/pa_request.h,
15800: main/compile.tab.C, main/compile.y, main/execute.C,
15801: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
15802: introducing $junction.get/put(1) one can write iterators now:
15803:
15804: ^user-foreach[key;value]{$key=$value<br>}
15805:
15806: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
15807: $code.value($i*2) $code }
15808:
15809: 2002-09-19 paf
15810:
1.116 moko 15811: * Makefile.am: new: make commit
1.95 moko 15812:
15813: * aclocal.m4: forced to be older
15814:
15815: 2002-09-18 paf
15816:
15817: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
15818: src/main/compile.y, src/main/execute.C: << >> int shifts
15819:
15820: * src/: include/pa_common.h, include/pa_request.h,
15821: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
15822: - now this - fatal error
15823:
15824: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
15825: that one can pass binary data there
15826:
15827: * src/: classes/date.C, classes/double.C, classes/file.C,
15828: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15829: classes/op.C, classes/response.C, classes/string.C,
15830: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15831: include/pa_request.h: pa_request contexts made privated, plus
15832: get_{self/method_frame} to read. Request_context_saver used in
15833: ^try to save flang too. [were not saved]
15834:
15835: * src/types/pa_vresponse.C: header value chains joined before
15836: output, this should help $.subject[$var $var] from being
15837: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
15838:
15839: 2002-09-17 paf
15840:
15841: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
15842: removed changes, operators executed with calling self. lots of
15843: code with ^include code relies on defined/defining self variables
15844:
15845: $a[1] ^include[print_a.p] print_a.p: $a
15846:
15847: ^include[set_a.p] a=$a set_a.p: $a[1]
15848:
15849: * src/: classes/op.C, main/execute.C, main/pa_request.C,
15850: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
15851: types/pa_vstateless_class.h: operators now executed with MAIN
15852: self. it's for ^include sake, too strong a change
15853:
15854: * src/classes/op.C: made place for ^process to compile it's code to
15855: in case of no self
15856:
15857: * src/main/execute.C: found ancient param to Junction, removed.
15858: allowed passing self to native_code_operators [for ^process to
15859: work, she needs self]
15860:
15861: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
15862: types/pa_vstateless_class.h: found ancient param to Junction,
15863: removed. allowed passing self to native_code_operators [for
15864: ^process to work, she needs self]
15865:
15866: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
15867: types/pa_value.h, types/pa_vmethod_frame.h,
15868: types/pa_vstateless_class.h: allowed Request.self to be 0,
15869: checked that in VMethodFrame get/put and $self.
15870:
15871: * src/classes/: table.C, xdoc.C: table::sql options table::create
15872: copy options options checked, wrong option now fatal error
15873:
15874: * src/main/pa_string.C: string.replace fixed [were missing words on
15875: pieces boundaries]
15876:
15877: * bin/auto.p.dist.in: strange \n
15878:
15879: * configure, configure.in: .so now detected [can be .sl on hpux,
15880: .dll on cygwin, .so in other cases)
15881:
1.116 moko 15882: * configure, configure.in, bin/auto.p.dist.in: .so now detected
15883: [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95 moko 15884:
15885: * operators.txt, src/classes/hash.C, src/classes/table.C,
15886: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
15887: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
15888: record taken [were last]
15889:
15890: * src/: classes/hash.C, classes/table.C,
15891: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
15892: now errors
15893:
15894: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
15895:
15896: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
15897: ,2,3]
15898:
15899: 2002-09-16 paf
15900:
15901: * src/classes/file.C: file::cgi line ends can be both unix & dos.
15902: and they can be unix [\n\n] on win when 'use CGI' used, it causes
15903: stdout to be binary. now detected closest header break.
15904:
15905: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
15906: closed right
15907:
15908: 2002-09-13 paf
15909:
15910: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
15911: src/main/compile_tools.h: (expression #comment)
15912:
15913: (multiline expression #comment line2 #comment )
15914:
15915: (expression #comment with (brackets) comment) << OK
15916:
15917: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
15918: bitwise !|| numerical xor now [preparing for expression
15919: #comments]
15920:
15921: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
15922: error
15923:
15924: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
15925: cheched in pa_socks.C
15926:
1.116 moko 15927: * configure, configure.in, src/include/pa_config_auto.h.in:
15928: HAVE_WINSOCK_H created in configure.in
1.95 moko 15929:
15930: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
15931: cookie date now clean [were mistakenly tainted & that worked bad
15932: with opera -- 'happily' that worked OK with msie]
15933:
15934: 2002-09-12 paf
15935:
15936: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
15937: VClass get_element now first looks to fields, next to methods &
15938: co todo: the rest reason: more speed
15939:
15940: * src/main/untaint.C: quoted printable encoding stops before
15941: \s*<...>$
15942:
15943: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
15944: stops before <...>$
15945:
15946: 2002-09-11 paf
15947:
15948: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
15949: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
15950: forgot to check users of those funcs. not all were using that
15951: return value convention
15952:
15953: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
15954: windows-1254 added
15955:
15956: 2002-09-10 paf
15957:
15958: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
15959: VCodeFrame parent param were specified badly
15960:
15961: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
15962: WWrapper which used in constructing objects(second param to sql
15963: method) ^...sql{}[$.default{code}] now has parent, wich helps
15964: code in hash to survivi
15965:
15966: * src/: include/pa_request.h, main/execute.C: removed redundant
15967: param to execute [stack said 'thanks']
15968:
15969: * src/: classes/op.C, main/execute.C, types/pa_value.C,
15970: types/pa_value.h, types/pa_vcode_frame.h,
15971: types/pa_vmethod_frame.h, types/pa_wcontext.C,
15972: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
15973: responsibility to wcontext
15974:
15975: * src/classes/file.C: decided not to log exec's with stderr, that
15976: could be warnings, and it's up to scritper to log/show them
15977:
15978: * src/: classes/double.C, main/execute.C: double:sql badly called
15979: write_assign_lang, not write_no_lang, thus doing unnecessary
15980: double/string converstion, which were loosing time&precesion
15981:
15982: * src/: main/pa_charset.C, types/pa_vmail.C:
15983: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
15984: case of unfinished in buffer processing, causing accidental
15985: transcode stop [in case that source enc != utf-8 & there is
15986: incomplete utf-8 sequence at the end of 16000block iside of
15987: libxml lib] tfm readed & code updated
15988:
15989: 2002-09-04 paf
15990:
15991: * configure: makes with sjlj
15992:
15993: * INSTALL, src/include/pa_config_fixed.h,
15994: src/include/pa_sql_connection.h,
15995: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
15996: checked. on win32 it made default
15997:
15998: * src/include/pa_config_auto.h.in: sjlj define
15999:
16000: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
16001: can not work with longjump/throw pair, and one must switch that
16002: on there. todo: detect that automatically]
16003:
16004: * src/types/pa_vxnode.C: removed too strong checks of
16005: xnode.elements. now, for instance, if element does not have any
16006: attributes, $xnode.attributes is void, not error
16007:
16008: 2002-09-02 paf
16009:
16010: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
16011: removed double_result, didn't help
16012:
16013: * src/main/execute.C: double_result made to move that var away from
16014: hungry g++ optimizer (-O2), before: it were optimized and
16015: comparison operators worked badly
16016:
16017: * src/types/pa_vdate.h: removed debug
16018:
1.116 moko 16019: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 16020:
16021: * src/main/execute.C: fixed numeric < & co so that thay now use
16022: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
16023: unknown reason.
16024:
16025: 2002-08-29 paf
16026:
16027: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
16028: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
16029: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
16030: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
16031: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
16032: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
16033: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
16034: [called less frequent, allowed to remove ugly
16035: Junction.change_context-s from many places, switch,
16036: mail:send..html{}, ..] request.root renamed to method_frame [more
16037: easyreading] ancient {...PUSH/POPs...} changed to stack vars
16038: [speed up]
16039:
16040: 2002-08-28 paf
16041:
16042: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
16043: tainted
16044:
16045: * src/types/pa_vcookie.C: fixed cookie delete when
16046: $cookie:name[$.value[]]
16047:
16048: * operators.txt, src/classes/string.C:
16049: ^string.split[delim[;options]]
16050:
16051: 2002-08-27 paf
16052:
1.116 moko 16053: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 16054:
16055: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
16056: delimiter
16057:
16058: * INSTALL: recommended latest gmime 1.0.5
16059:
16060: 2002-08-26 paf
16061:
16062: * configure, configure.in: apache13/hook added to make dist.
16063:
16064: 2002-08-23 paf
16065:
16066: * src/: include/pa_common.h, main/pa_common.C,
16067: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
16068: beside binary [cgi, isapi] not accessible [due to bad rights or
16069: whatever] it's error now
16070:
16071: 2002-08-21 paf
16072:
1.116 moko 16073: * Makefile.am: can use: make happy equals to make update install
1.95 moko 16074:
16075: * src/main/: compile.tab.C, compile.y, compile_tools.C,
16076: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
16077: class". compiled as if here they named base class
16078:
16079: * src/main/pa_string.C: fixed bad language bug, [were wrong string
16080: cloning constructor]
16081:
16082: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
16083:
16084: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
16085: src/types/pa_vfile.C, src/types/pa_vmail.C:
16086: $mail.received.file.value.content-type fixed
16087:
16088: 2002-08-20 paf
16089:
16090: * src/classes/file.C: fixed language of file:file result
16091:
16092: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
16093: from 3.0.0005
16094:
16095: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
16096:
16097: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
16098: 3.0.0005
16099:
16100: * src/classes/void.C, operators.txt: ^void.length[] = 0
16101:
16102: 2002-08-19 paf
16103:
16104: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
16105: work now
16106:
16107: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
16108: error in xnode, which were not catched in xdoc]
16109:
16110: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
16111: prepared: // validate each document after load/create (?)
16112: //xmlDoValidityCheckingDefaultValue = 1;
16113:
16114: 2002-08-15 paf
16115:
16116: * src/classes/classes.h: write to static var caused useless
16117: Exception, introduced Methoded::put_element wich consumes those
16118:
16119: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
16120: src/types/pa_vcookie.C, src/types/pa_vdate.h,
16121: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
16122: $response:field[date] $response:field[$.xxx[date]]
16123:
16124: * src/: classes/hash.C, classes/string.C, classes/table.C,
16125: classes/void.C, include/pa_sql_connection.h: fixed source of
16126: ^hash::sql{bad}
16127:
16128: * operators.txt: $request:body unprecessed POST request body
16129:
16130: * src/types/pa_vrequest.C: $request:body unprecessed POST request
16131:
16132: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
16133: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
16134:
16135: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
16136: src/include/pa_request.h, src/main/pa_pool.C,
16137: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
16138: $request:body r.post_data now const
16139:
16140: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
16141: classes/xnode.C, main/execute.C, types/pa_value.h,
16142: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
16143: types/pa_vtable.h: instead of type() checking everywhere used
16144: Value.as now user descendants can be used in params.
16145:
16146: VObject::as_*, is_defined now taken from bases. xtable(table)
16147: ^if($xtable) now OK
16148:
16149: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
16150: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
16151: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
16152:
16153: 2002-08-14 paf
16154:
16155: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
16156: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16157: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16158: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16159: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16160: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16161: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16162: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16163: types/pa_vresponse.C, types/pa_vresponse.h,
16164: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16165: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16166: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16167: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16168: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
16169: & VClass
16170:
16171: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
16172:
16173: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
16174: removed fixopt stupidity. on stupid linux use cd /document/root
16175: ../cgi/parser3 script
16176:
16177: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
16178: params, splitting them by space, excluding argv[0], argv[argc-1]
16179:
16180: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
16181: fixopt.h: fixopt now preprocesses command line params, splitting
16182: them by space, excluding argv[0], argv[argc-1]
16183:
16184: * src/targets/cgi/parser3.C: -f config file
16185:
16186: * src/targets/cgi/parser3.C: fixed .log file dir
16187:
16188: 2002-08-13 paf
16189:
16190: * src/types/pa_vobject.C: allow override parent variables, useful
16191: for form descendants [in vobject too, were in vclass]
16192:
16193: * src/types/pa_vclass.C: allow override parent variables, useful
16194: for form descendants
16195:
16196: * src/types/pa_vclass.C: checked: form[vclass]fields can be
16197: overwritten in derived(table)
16198:
16199: * src/: classes/form.C, classes/mail.C, classes/op.C,
16200: classes/xnode.h, include/pa_request.h, main/execute.C,
16201: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16202: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16203: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16204: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16205: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16206: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16207: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16208: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16209: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16210: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16211: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16212: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16213: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
16214: Value::get_element(..., bool looking_down) [needed to exclude
16215: endless recoursion]
16216:
16217: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
16218: fix bug with put endless recoursion todo: check 'as'
16219:
16220: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
16221: reorganized modules todo: fix bug with put endless recoursion
16222: todo: check 'as'
16223:
16224: * src/types/pa_vobject.h: checked: table fields can be overwritten
16225: in derived(table)
16226:
16227: * src/types/pa_vobject.h: derived classes can have fields of their
16228: own now
16229:
16230: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
16231: fixed error message on using non-created table
16232:
16233: * src/: classes/form.C, classes/hash.C, classes/mail.C,
16234: classes/op.C, classes/xnode.h, include/pa_request.h,
16235: main/compile.C, main/compile.tab.C, main/execute.C,
16236: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16237: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16238: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16239: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16240: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
16241: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16242: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16243: types/pa_vresponse.C, types/pa_vresponse.h,
16244: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16245: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16246: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16247: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16248: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
16249: looking down/up tree todo: fix error message on non-constructed
16250: parents
16251:
16252: 2002-08-12 paf
16253:
16254: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
16255: derived OK
16256:
16257: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
16258: thorough testing
16259:
16260: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
16261: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16262: types/pa_vobject.h, types/pa_vstateless_class.h,
16263: types/pa_vstateless_object.h, types/pa_wcontext.h,
16264: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
16265: ^base:create[] dynamic call rewritten todo: thorough testing
16266:
16267: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
16268: now instantates base class, remembers it and saves child in
16269: parent VObject.get_class now returns last child = downward
16270: virtual calls OK
16271:
16272: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16273: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16274: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
16275: types/pa_vobject.h, types/pa_vresponse.h,
16276: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16277: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
16278: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
16279: VAliased [redundant], moved $CLASS to VObject only [parser class
16280: instance]
16281:
16282: * bin/auto.p.dist.in: more like in dist on parser.ru
16283:
16284: * bin/auto.p.dist.in: fixed sendmail default comment
16285:
16286: * src/main/pa_request.C: $response:body[file] content-type check
16287: fixed [were bad when content-type is hash]
16288:
16289: 2002-08-09 paf
16290:
16291: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16292: types/pa_vobject.h, types/pa_vxdoc.h: started as()
16293:
16294: 2002-08-08 paf
16295:
16296: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
16297: src/main/pa_globals.C: year column in month calendar [week year]
16298:
16299: * src/main/execute.C: error reporting on object writes to MAIN
16300: improved [were ruind with fixing $obj[^if(1){$obj}] ]
16301:
16302: * operators.txt, src/types/pa_vdate.h: $date.yearday
16303: $date.daylightsaving
16304:
16305: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
16306: use tainted data now. only she must specify the language.
16307:
16308: ^mail:send[ $.from[paf@mail.design.ru]
16309: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
16310: $.text[^taint[uri][ìîñêâà]=] ]
16311:
16312: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
16313: now prints more precise origin
16314:
16315: * src/include/pa_string.h: String::first_char now not fails on
16316: empty strings ^if(-f '') now ok and in 3 other places.
16317:
16318: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
16319: String::first_char now not fails on empty strings ^if(-f '') now
16320: ok and in 3 other places.
16321:
16322: 2002-08-07 paf
16323:
16324: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
16325: fixed
16326:
16327: * src/main/pa_string.C: ^string.mid(0;bad) fixed
16328:
16329: * src/: main/execute.C, types/pa_vcode_frame.h,
16330: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16331: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
16332: mistakenly not completely transparent to object writes.
16333: $hash[^if(1){$hash}] now works
16334:
16335: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
16336: now erasing cache file [there were bad check on that]
16337:
16338: * src/: classes/classes.dsp, classes/table.C,
16339: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
16340: all Debug dirs in .dsp now named 'Debug'
16341:
1.116 moko 16342: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 16343:
16344: * operators.txt, src/classes/mail.C: exception_type email.send
16345:
16346: * operators.txt, src/types/pa_vmail.C: exception_type email.format
16347:
16348: * src/types/pa_vmail.C: mail:send empty email checked
16349:
16350: 2002-08-06 paf
16351:
16352: * operators.txt, src/classes/table.C, src/include/pa_array.h,
16353: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
16354: ^table::create[$source;$.options] ^table::join[$source;$.options]
16355:
16356: * operators.txt, src/classes/hash.C, src/classes/string.C,
16357: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
16358: # $.default() }
16359:
16360: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
16361:
16362: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16363: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
16364: $file.content-type [instead of .mime-type] now works for
16365: file::stat also
16366:
16367: * src/main/pa_request.C: case insensitive mime_type_of
16368:
16369: * bin/auto.p.dist.in: jpeg
16370:
16371: 2002-08-05 paf
16372:
16373: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
16374:
16375: * src/types/pa_vmail.C: file buffer relocated to parser heap
16376:
16377: * operators.txt: comment on date:calendar week column
16378:
16379: * src/main/pa_common.C: write checked
16380:
16381: * src/main/: pa_common.C: write checked
16382:
16383: * src/classes/date.C: +1 buf size for stupid snprintfs
16384:
16385: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
16386: month calendar week column [ISO 8601 Week Numbers]
16387:
16388: 2002-08-02 paf
16389:
16390: * src/: include/pa_config_fixed.h, main/pa_string.C,
16391: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
16392: DEBUG*
16393:
16394: * configure, configure.in, src/include/pa_version.h: release
16395: 3_0_0005
16396:
16397: * bin/auto.p.dist.in: unhandled_exception comments
16398:
16399: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
16400: multipart post fixed
16401:
16402: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
16403: response transcoded source->client only when text/* or simple
16404: onoverridden $response:body
16405:
16406: 2002-08-01 paf
16407:
16408: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16409: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16410: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16411: classes/op.C, classes/response.C, classes/string.C,
16412: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16413: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16414: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16415: include/pa_config_fixed.h, include/pa_dictionary.h,
16416: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
16417: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
16418: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
16419: include/pa_socks.h, include/pa_sql_connection.h,
16420: include/pa_sql_driver_manager.h, include/pa_stack.h,
16421: include/pa_string.h, include/pa_stylesheet_connection.h,
16422: include/pa_stylesheet_manager.h, include/pa_table.h,
16423: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16424: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16425: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
16426: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16427: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16428: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16429: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16430: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16431: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16432: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16433: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16434: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16435: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16436: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16437: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16438: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
16439: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
16440: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16441: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
16442: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16443: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
16444: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16445: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
16446: types/pa_vmethod_frame.h, types/pa_vobject.h,
16447: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16448: types/pa_vresponse.h, types/pa_vstateless_class.C,
16449: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16450: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16451: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16452: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16453: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 16454: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 16455:
16456: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
16457: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16458: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16459: classes/math.C, classes/op.C, classes/response.C,
16460: classes/string.C, classes/table.C, classes/void.C,
16461: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16462: include/pa_array.h, include/pa_cache_managers.h,
16463: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16464: include/pa_config_fixed.h, include/pa_config_includes.h,
16465: include/pa_dictionary.h, include/pa_dir.h,
16466: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16467: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16468: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16469: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16470: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16471: include/pa_stack.h, include/pa_string.h,
16472: include/pa_stylesheet_connection.h,
16473: include/pa_stylesheet_manager.h, include/pa_table.h,
16474: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16475: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
16476: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16477: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
16478: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16479: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
16480: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
16481: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
16482: main/pa_sql_driver_manager.C, main/pa_string.C,
16483: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16484: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16485: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16486: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
16487: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16488: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
16489: targets/isapi/pool_storage.h, types/pa_valiased.C,
16490: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
16491: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
16492: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16493: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16494: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16495: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16496: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16497: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16498: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16499: types/pa_vresponse.C, types/pa_vresponse.h,
16500: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16501: types/pa_vstateless_object.h, types/pa_vstatus.C,
16502: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16503: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16504: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16505: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16506: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
16507: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
16508: types/Makefile.am: ident.C* removed
16509:
16510: * operators.txt, src/classes/file.C, src/main/pa_request.C:
16511: file:find[/can/do/this/now.txt]
16512:
16513: * src/targets/cgi/parser3.C: usage to stdout now
16514:
16515: 2002-07-31 paf
16516:
16517: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
16518:
16519: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
16520: default "postmaster"
16521:
16522: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
16523: -f postmaster now default sendmail key word "postmaster"
16524: replaced to $.from
16525:
16526: 2002-07-30 paf
16527:
1.116 moko 16528: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
16529: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 16530:
16531: * src/main/pa_charset.C: comment
16532:
16533: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
16534: table, &#decimal;
16535:
16536: * src/main/pa_request.C: comment
16537:
16538: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
16539: paragraf]
16540:
16541: 2002-07-11 paf
16542:
16543: * src/main/pa_exec.C: build command line badly added params twice
16544: [and first time without ' ']. double wrong. fixed.
16545:
16546: * src/main/pa_exec.C: invalid .exe caused error message with params
16547: wich parser did not provide = reported badly. fixed that.
16548:
16549: * src/classes/mail.C: $MAIL[ # xxx ]
16550:
16551: now ok
16552:
16553: * operators.txt: plan: sql detailed exception
16554:
16555: 2002-07-01 paf
16556:
16557: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
16558: [MForm.configure_admin were called when request.main_class ==0
16559:
16560: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
16561:
16562: * src/classes/form.C: content_length type fix
16563:
16564: 2002-06-30 paf
16565:
16566: * src/classes/mail.C: merged from 4
16567:
16568: * src/classes/mail.C: restored $MAIL
16569:
16570: 2002-06-28 paf
16571:
16572: * configure, configure.in: removed paths.h
16573:
1.116 moko 16574: * configure, src/include/pa_version.h,
1.95 moko 16575: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
16576: merged, makes updated
16577:
16578: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
16579: src/include/pa_charset.h, src/include/pa_config_fixed.h,
16580: src/include/pa_pool.h, src/include/pa_version.h,
16581: src/main/pa_charset.C, src/main/pa_pool.C,
16582: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
16583: src/types/pa_vmail.C: merged latest updates to head
16584:
16585: 2002-06-27 paf
16586:
16587: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
16588: not error now
16589:
16590: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
16591: src/include/pa_config_fixed.h, src/include/pa_pool.h,
16592: src/main/pa_charset.C, src/main/pa_pool.C:
16593: ^xdoc::create[[uri]]... base uri for document being created,
16594: imports and other relative file names would be relative to this
16595: uri default uri=path_translated
16596:
16597: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
16598:
16599: 2002-06-26 paf
16600:
16601: * configure, configure.in, src/include/pa_version.h:
16602: release_3_0_0004
16603:
16604: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
16605: 0 now
16606:
16607: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
16608:
16609: 2002-06-25 paf
16610:
16611: * src/main/pa_string.C: emtpy string, or string of whitespaces
16612: considered bad number now
16613:
16614: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
16615: now
16616:
16617: * operators.txt, src/classes/string.C: ^string.normalize [old
16618: name: optimize
16619:
16620: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
16621: library configured
16622:
16623: * src/main/pa_request.C: configure_admin forced if no @conf
16624:
16625: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
16626: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
16627: when needed and to call system crypt() if not $apr1$ prefix
16628:
16629: 2002-06-24 paf
16630:
16631: * INSTALL: --with-static/shared-mailreceive described
16632:
16633: * src/include/pa_config_fixed.h: ssize_t fixed
16634:
1.116 moko 16635: * configure, configure.in, src/include/pa_config_auto.h.in,
16636: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 16637: src/types/pa_vmail.C: $mail:received makes update
16638:
16639: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
16640: WITH_MAILRECEIVE
16641:
16642: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
16643:
16644: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
16645: option, for $mail:receive
16646:
16647: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
16648: introducting $message:received ^mail:send rewritten with backward
16649: comp
16650:
16651: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
16652: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16653: types/types.dsp: win32xml win32mailreceive pseudomodules paths
16654: now
16655:
16656: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
16657: src/include/pa_charset.h, src/include/pa_config_fixed.h,
16658: src/include/pa_request.h, src/include/pa_string.h,
16659: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
16660: src/main/pa_globals.C, src/main/pa_request.C,
16661: src/main/pa_string.C, src/main/pa_uue.C,
16662: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
16663: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
16664: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
16665: uue to separate file introducting $message:received ^mail:send
16666: rewritten with backward comp
16667:
16668: 2002-06-21 paf
16669:
1.116 moko 16670: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
16671: co changes
1.95 moko 16672:
1.116 moko 16673: * configure, configure.in, src/lib/md5/Makefile.am,
16674: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
16675: restructure .in and .am files appropriate changes
1.95 moko 16676:
16677: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
16678: pcre to libs/ added libs/md5 which is linked to non-apache
16679: targets ^math:crypt[password;$apr1$salt]
16680:
16681: * INSTALL, configure.in, operators.txt, parser3.dsw,
16682: src/Makefile.am, src/classes/Makefile.am,
16683: src/classes/classes.dsp, src/classes/math.C,
16684: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 16685: src/lib/pcre/Makefile.am, src/lib/pcre/README,
16686: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
16687: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
16688: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
16689: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
16690: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
16691: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
16692: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 16693: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
16694: src/lib/pcre/pcre_parser_ctype.dsp,
16695: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
16696: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
16697: src/main/compile.tab.C, src/main/main.dsp,
16698: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
16699: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
16700: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
16701: to libs/ added libs/md5 which is linked to non-apache targets
16702: ^math:crypt[password;$apr1$salt]
16703:
16704: 2002-06-20 paf
16705:
16706: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.116 moko 16707: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
16708: src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 16709: src/include/pa_request.h, src/main/execute.C,
16710: src/main/pa_request.C, src/targets/cgi/parser3.C,
16711: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
16712: marged latest HEAD updates, mainly file:justname&co &
16713: @auto/conf[filespec
16714:
16715: * operators.txt, src/classes/file.C:
16716: !^file:dirname[/a/some.tar.gz]=/a
16717: !^file:dirname[/a/b/]=/a
16718: !^file:basename[/a/some.tar.gz]=some.tar.gz
16719: !^file:justname[/a/some.tar.gz]=some.tar
16720: !^file:justext[/a/some.tar.gz]=gz
16721:
16722: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16723: main/pa_request.C, types/pa_vmethod_frame.h: introducing
16724: @conf/auto[filespec]
16725:
16726: * bin/auto.p.dist.in: <noindex>
16727:
1.116 moko 16728: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 16729:
16730: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
16731: bin/auto.p.dist.in, src/doc/doxygen.cfg,
16732: src/include/pa_globals.h, src/targets/cgi/parser3.C,
16733: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
16734:
16735: 2002-06-18 paf
16736:
16737: * configure, configure.in, src/include/pa_version.h: version to
16738: configure.in
16739:
16740: * INSTALL: reflected .conf.dist dir change
16741:
1.116 moko 16742: * Makefile.am, configure, configure.in, bin/Makefile.am,
16743: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 16744: .in & *.am updated
16745:
16746: * src/classes/file.C: strncasecmp
16747:
16748: * src/classes/file.C: strcasecmp
16749:
1.116 moko 16750: * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
16751: from etc
1.95 moko 16752:
16753: * src/classes/file.C: ^file::exec[script;$.bad error case
16754: insensitive check now
16755:
16756: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
16757:
16758: * configure, configure.in, src/include/pa_pool.h,
16759: src/include/pa_types.h: pack configure.in detection simplified.
16760: figured out that gcc on sparc not that stupid as thought
16761: previously: on sparc: when it sees packed class it modifies it's
16762: field-access-code to byte operations [stb, ldub] instead of 4byte
16763: operations [st, lduh] so packed must be all parts of packed
16764: class, i.e. it's parents&fields(classes). for now it's only
16765: String that packed and what was wrong is that it's parent -
16766: Pooled, were not packed. fixed that.
16767:
16768: 2002-06-14 paf
16769:
16770: * operators.txt: more precise xml-to-text options
16771:
16772: * operators.txt, src/types/pa_vxnode.C: xnode
16773: attribute_node.name/value xnode pi.node.data
16774:
16775: 2002-06-12 paf
16776:
1.116 moko 16777: * configure, configure.in, src/targets/cgi/Makefile.am,
16778: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 16779:
16780: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
16781: src/include/pa_globals.h, src/include/pa_request.h,
16782: src/main/compile.tab.C, src/main/pa_globals.C,
16783: src/main/pa_request.C, src/targets/cgi/parser3.C,
16784: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
16785:
16786: * src/classes/mail.C: sendmail -ti [default now]
16787:
16788: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
16789: to be strings. for convinient #ing
16790:
16791: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
16792: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
16793:
16794: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
16795: main/pa_globals.C, main/pa_request.C: @conf
16796:
16797: 2002-06-11 paf
16798:
16799: * src/classes/file.C: check simplified
16800:
16801: * src/: classes/file.C, targets/cgi/parser3.dsp,
16802: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
16803: valid prefix
16804:
16805: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
16806: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
16807: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
16808:
16809: 2002-06-10 paf
16810:
16811: * operators.txt, src/classes/op.C, src/include/pa_common.h,
16812: src/main/pa_common.C: lock failures reported now
16813:
16814: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
16815: string->double @ compile time were not-enough-checking...
16816:
16817: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
16818: autoconvert now ignored
16819:
16820: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
16821: check
16822:
16823: * src/classes/mail.C: mail netscape attachment name fixed. todo:
16824: $response:body content-type:name
16825:
16826: * configure, configure.in: hpux check, nsl link, no socket
16827:
16828: * operators.txt: old merge conflict removed
16829:
16830: * configure, configure.in: pack even address access on sparc&co
16831: arch checked in configure
16832:
16833: * configure, src/include/pa_version.h: makes
16834:
16835: * configure, configure.in, src/include/pa_version.h: makes
16836:
16837: * src/main/untaint.C: (bug#2) mail subject got always prepended
16838: with charset even when all letters were 7bit one
16839:
16840: * src/main/pa_common.C: merged fixed -d (bug)
16841:
16842: * src/main/pa_common.C: fixed -d (bug)
16843:
16844: 2002-06-03 paf
16845:
16846: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
16847: src/classes/classes.dsp, src/main/compile.tab.C,
16848: src/main/main.dsp, src/main/pa_globals.C,
16849: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
16850: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
16851: .dsp-s along with reorganized cvs modules dirs structure
16852:
16853: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
16854: main/pa_globals.C, targets/cgi/parser3.dsp,
16855: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
16856: modules
16857:
16858: 2002-05-28 paf
16859:
16860: * src/targets/cgi/parser3.C: info.uri now ""
16861:
16862: 2002-05-17 paf
16863:
16864: * src/classes/: table.C: ^table.save << checked empty
16865: pre/match/post columns
16866:
16867: 2002-05-16 paf
16868:
16869: * src/classes/image.C: image::measure can png now
16870:
16871: 2002-05-15 paf
16872:
16873: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
16874: added
16875:
16876: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
16877:
16878: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
16879: %H[:%M[:%S]]]]]] [-%m now
16880:
16881: 2002-05-14 paf
16882:
16883: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
16884:
16885: 2002-05-07 paf
16886:
16887: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
16888: src/include/pa_globals.h, src/include/pa_request.h,
16889: src/include/pa_table.h, src/main/compile.tab.C,
16890: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
16891: src/main/pa_request.C, src/main/pa_table.C,
16892: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
16893: src/targets/isapi/parser3isapi.dsp,
16894: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
16895: name2number field now &. main_method_name now on Request pool
16896: rather on global_pool [Junction+VJunction created on same pool as
16897: name = were created on global pool, causing mem leaks]
16898:
16899: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
16900: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
16901: main/compile.y, main/main.dsp, main/pa_globals.C,
16902: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
16903: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
16904: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
16905: field now &. main_method_name now on Request pool rather on
16906: global_pool [Junction+VJunction created on same pool as name =
16907: were created on global pool, causing mem leaks]
16908:
16909: 2002-05-06 paf
16910:
16911: * src/: main/pa_globals.C, targets/cgi/parser3.C,
16912: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
16913: 100*40 bytes per request memory leak [nonpool malloc in globals]
16914:
16915: * src/: main/pa_globals.C, targets/cgi/parser3.C,
16916: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
16917: 100*40 bytes per request memory leak [nonpool malloc in globals]
16918:
16919: 2002-04-30 paf
16920:
16921: * configure, src/include/pa_version.h: version now not b
16922:
16923: * src/targets/cgi/parser3.C: request.uri now never 0
16924:
16925: 2002-04-29 paf
16926:
16927: * configure.in: removed b
16928:
16929: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
16930: Exception::comment/type checked in (), no there's no empty
16931: type/comment by default
16932:
16933: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
16934: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
16935: src/doc/value.dox, src/include/pa_exception.h,
16936: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
16937: 0001
16938:
16939: 2002-04-26 paf
16940:
16941: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
16942: size reduced
16943:
16944: 2002-04-25 paf
16945:
16946: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
16947: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
16948: now that took into account
16949:
16950: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
16951: 01:03:04]
16952:
16953: * ChangeLog, operators.txt, src/classes/date.C:
16954: ^date::create[2002-12-33 01:03:04]
16955:
16956: * ChangeLog: updated changelog
16957:
16958: * src/classes/table.C: removed restriction on column count to
16959: ^table.hash to work, now must be >0 [were >1]
16960:
16961: 2002-04-24 paf
16962:
16963: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
16964: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16965: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
16966: targets
16967:
16968: 2002-04-23 paf
16969:
16970: * operators.txt, src/classes/string.C:
16971: int/double/string:sql{}[$.default{code}] fixed [were barking:
16972: "junction used outside of context"]
16973:
16974: 2002-04-22 paf
16975:
16976: * types.txt, src/classes/string.C, src/include/pa_string.h,
16977: src/main/pa_string.C, src/types/pa_vstring.C,
16978: src/types/pa_vstring.h: ^string.optimize[]
16979:
16980: * src/: include/pa_globals.h, include/pa_table.h,
16981: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
16982: table template
16983:
16984: * src/classes/: string.C: optimize removed from string
16985: .left/right/pos
16986:
16987: * src/main/execute.C: rolled back to
16988: before_killing_userjunction_contexts
16989:
16990: * src/main/execute.C: user junctions context killed
16991:
16992: * src/main/execute.C: junctions to local contexts got
16993: cleanized&checked later
16994:
16995: 2002-04-19 paf
16996:
16997: * src/: classes/string.C, include/pa_request.h,
16998: include/pa_string.h, main/pa_request.C, main/pa_string.C,
16999: types/pa_vstring.C, types/pa_vstring.h: string now optimized
17000: prior to .left .right .mid .pos .match when that is profitable,
17001: and always before .replace when $ORIGINS(1) optimization disabled
17002: economy from not wasting mem on lots of strings which occur by
17003: lots of String:mid calls to get parts of source string between
17004: found_occurances
17005:
17006: * src/classes/file.C: ovector now local economy: 16 bytes per
17007: ^file:list
17008:
17009: * src/: include/pa_globals.h, include/pa_table.h,
17010: main/pa_globals.C, main/pa_string.C: String::match table columns
17011: globalized, not created @ each ^match anymore economy:
17012: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
17013:
17014: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
17015: removed from each String::match replace iteration, and made
17016: stacked sizeof(VTable)=12bytes economy on each replace code
17017:
17018: * src/doc/footer.htm: 2001,
17019:
17020: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
17021: string.match[]['] option enables generation of $match.prematch
17022: .match .postmatch columns
17023:
17024: * src/main/pa_string.C: String::match options analized without
17025: cstr-ing them now
17026:
17027: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
17028: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
17029: config updated to doxygen 1.2.15, created helper which fixes
17030: minor bugs in chm project files & htm tree. changed extension to
17031: .htm
17032:
17033: 2002-04-18 paf
17034:
17035: * src/doc/doxygen.cfg: .chi generation disabled
17036:
17037: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
17038: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
17039: fields&methods
17040:
17041: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
17042: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
17043: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
17044: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
17045: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
17046: types/pa_vresponse.h, types/pa_vstateless_class.h,
17047: types/pa_vstateless_object.h, types/pa_vstatus.h,
17048: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
17049: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
17050: VStateless_class to VObject
17051:
17052: * src/: main/pa_request.C, types/pa_valiased.h,
17053: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17054: types/pa_vstring.h: VStateless_string_object speicalized light
17055: version of VStateless_object
17056:
17057: * src/classes/op.C: ^throw comment param made optional
17058:
17059: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
17060: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
17061: and implemented down in VClass, fclass_alias removed,
17062:
17063: * src/types/pa_value.C: forced to cut that from .h because of
17064: VStateless_class usage [undefined in .h]
17065:
17066: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17067: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17068: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
17069: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
17070: on each CALL]
17071:
17072: * src/: classes/classes.h, classes/date.C, classes/double.C,
17073: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
17074: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
17075: classes/response.C, classes/string.C, classes/table.C,
17076: classes/void.C, classes/xnode.C, include/pa_globals.h,
17077: include/pa_request.h, main/execute.C, main/pa_globals.C,
17078: main/pa_request.C, types/Makefile.am, types/pa_value.h,
17079: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
17080: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17081: types/pa_vstateless_class.h, types/pa_wcontext.C,
17082: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
17083: removed Value::fname
17084:
17085: 2002-04-17 paf
17086:
17087: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
17088: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
17089: doc/pooled.dox, doc/string.dox, doc/targets.dox,
17090: include/pa_pool.h, include/pa_types.h: dox updated to current
17091: state, PTHROW freshen to throw & co
17092:
17093: * src/types/pa_vhash.h: vstring wrong parent fixed
17094:
17095: * src/classes/op.C: taint local result var bug fixed
17096:
17097: 2002-04-16 paf
17098:
17099: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
17100: Attic asm.txt as most interesting
17101:
17102: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
17103: check, preventing content-length: 0 from appearing
17104:
17105: * src/main/execute.C: $result in @main now taken into account as in
17106: usual functions
17107:
17108: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
17109: & @unhandled_exception now taken into account as in usual
17110: functions
17111:
17112: * src/doc/postbuild.txt: instructions on post .html build
17113:
17114: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
17115:
17116: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
17117: tainted
17118:
17119: * src/main/pa_request.C: uri in error log
17120:
17121: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
17122: cheched date:create(days) param for validity [later were assumed
17123: valid and crashed on invalid onces]
17124:
17125: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17126: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
17127: and used that for removing VString wrapper
17128:
17129: * src/classes/op.C: exception2vhash file now tainted
17130:
17131: * src/classes/op.C: _process pseudo origin copied from local var to
17132: heap
17133:
17134: * src/classes/op.C: extra check on empty file in origin in _execute
17135:
17136: 2002-04-15 paf
17137:
17138: * src/: main/execute.C, types/pa_value.h: fixed name update
17139:
17140: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
17141: functions
17142:
17143: * src/: classes/file.C, classes/hash.C, classes/op.C,
17144: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
17145: started dual write_xxx_lang functions, if checked & works
17146:
17147: * src/: classes/date.C, classes/file.C, classes/mail.C,
17148: classes/string.C, classes/xnode.C, include/pa_request.h,
17149: types/pa_value.h, types/pa_wcontext.h: removed absolutely
17150: unnecessary VString shells
17151:
17152: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
17153: prev changes]
17154:
17155: * src/: classes/image.C, classes/op.C, classes/string.C,
17156: classes/table.C, include/pa_request.h, main/execute.C,
17157: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
17158: StringOrValue wcontext result, now ready for dual writes
17159:
17160: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
17161: checked that
17162:
17163: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17164: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
17165: changed to OP_WRITE_VALUE in var get cases
17166:
17167: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
17168: include/pa_request.h, main/compile.tab.C, main/compile.y,
17169: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17170: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
17171: switch in hash constructor fixed [were problems with using of
17172: stacked wwrapper after it's death]
17173:
17174: 2002-04-12 paf
17175:
17176: * operators.txt, src/classes/table.C: table.select(expression) 0
17177:
17178: 2002-04-11 paf
17179:
17180: * src/: classes/string.C, include/pa_request.h, main/execute.C:
17181: Request::process_internal codeFrame & wwrapper stacked [not
17182: wasting heap anymore]
17183:
17184: 2002-04-10 paf
17185:
17186: * src/: classes/double.C, classes/file.C, classes/hash.C,
17187: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
17188: classes/string.C, classes/table.C, classes/void.C,
17189: classes/xdoc.C, include/pa_request.h, main/execute.C,
17190: main/pa_string.C: killed Request::process() wrapping
17191: VString(String) in case we need only String
17192:
17193: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17194: killed 8 bytes from String.head
17195:
17196: 2002-04-09 paf
17197:
17198: * src/: main/compile.tab.C, targets/cgi/parser3.C,
17199: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
17200: local*/char b[...]; a=b; situations
17201:
17202: * operators.txt, src/classes/xdoc.C: xslt params made literal
17203:
17204: * src/classes/xdoc.C: xslt params fixed
17205:
17206: * src/: main/pa_common.C, targets/cgi/parser3.C,
17207: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
17208: not pool.malloc(MAX_NUMBER) but really neaded
17209:
17210: * operators.txt, src/classes/double.C, src/classes/int.C:
17211: int/double.int/double(default)
17212:
17213: 2002-04-04 paf
17214:
17215: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
17216: [when reconstructing pieces were split by
17217: max_integral(piece.size), thus some strings to replace happen to
17218: be split into two = not replaced)
17219:
17220: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
17221: standalone version = current dir
17222:
17223: * src/targets/cgi/parser3.C: document root in standalone version =
17224: current dir
17225:
17226: 2002-04-03 paf
17227:
17228: * configure, configure.in: more checks on nonexistent charset
17229:
1.116 moko 17230: * INSTALL, configure, configure.in: root config configure options
1.95 moko 17231:
17232: 2002-04-02 paf
17233:
17234: * src/main/compile.C: parser.compile [exception name more like in
17235: doc]
17236:
17237: 2002-04-01 paf
17238:
17239: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
17240: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
17241: .content-type.charset, not .charset
17242:
17243: 2002-03-29 paf
17244:
17245: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
17246:
17247: * operators.txt, src/classes/date.C: ^date::create now may not
17248: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
17249: days' year. | 31.05->31.04 roll
17250:
17251: 2002-03-28 paf
17252:
17253: * operators.txt, src/classes/date.C, src/classes/op.C,
17254: src/include/pa_globals.h, src/include/pa_hash.h,
17255: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
17256: ^cache(seconds) ^cache[date] }
17257:
17258: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
17259: param
17260:
17261: 2002-03-27 paf
17262:
17263: * operators.txt, src/classes/date.C, src/classes/double.C,
17264: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
17265: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
17266: src/classes/math.C, src/classes/op.C, src/classes/string.C,
17267: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17268: src/classes/xnode.C, src/include/pa_exception.h,
17269: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
17270: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
17271: src/main/pa_array.C, src/main/pa_charset.C,
17272: src/main/pa_charsets.C, src/main/pa_common.C,
17273: src/main/pa_dictionary.C, src/main/pa_exception.C,
17274: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
17275: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
17276: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
17277: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17278: src/types/pa_value.h, src/types/pa_vcookie.C,
17279: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
17280: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
17281: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
17282: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
17283: src/types/pa_wwrapper.h: assigned exception types
17284:
17285: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
17286: src/include/pa_request.h, src/main/execute.C,
17287: src/main/pa_request.C: decided agains resetting exception_trace,
17288: just changed name
17289:
17290: 2002-03-26 paf
17291:
17292: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
17293: fixed
17294:
17295: * src/classes/op.C: forced language of $source field of exception
17296: to 'tainted', so that sql-langed-frags could be outputed outside
17297: of connect
17298:
17299: * operators.txt: removed date.roll limit of +-1 offset
17300:
17301: * src/classes/date.C: removed date.roll limit of +-1 offset
17302:
17303: * operators.txt, src/classes/date.C: fixed date roll on
17304: daylightsaving days mktime took into account tm_isdst flag, which
17305: remained from BEFORE roll, but should have been reset
17306:
17307: 2002-03-25 paf
17308:
17309: * operators.txt, src/targets/cgi/parser3.C:
17310: http_site_config_filespec
17311:
17312: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
17313: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
17314: with any/both --disable-foreign-group-files --disable-execs
17315:
17316: * INSTALL: "--with=sendmail=COMMAND" comment
17317:
17318: * INSTALL, configure, configure.in, src/classes/mail.C,
17319: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 17320: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
17321: disables execs also. introducing --sendmail
1.95 moko 17322:
17323: * operators.txt: pgsql options comment
17324:
17325: * INSTALL: comment on --disable-link-stdcpp
17326:
1.116 moko 17327: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17328: libstdc++ link skipping configure option
1.95 moko 17329:
17330: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
17331: with error were put to cache with 'marked_to_rollback' flag, all
17332: consequent even OK requests rolled back
17333:
17334: 2002-03-22 paf
17335:
17336: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
17337: false return
17338:
17339: * operators.txt: few comments on sets
17340:
17341: 2002-03-18 paf
17342:
17343: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
17344: src/include/pa_globals.h, src/include/pa_request.h,
17345: src/include/pa_stack.h, src/main/pa_globals.C,
17346: src/main/pa_request.C: introducing ^try
17347:
17348: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
17349: types/pa_vdouble.h: removed some tested @tests
17350:
17351: 2002-03-15 paf
17352:
17353: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
17354:
17355: 2002-03-13 paf
17356:
17357: * src/main/pa_exception.C: checked not-pooled malloc
17358:
17359: 2002-03-11 paf
17360:
17361: * INSTALL, configure, configure.in,
17362: src/include/pa_config_auto.h.in: --disable-foreign-group-files
17363:
17364: * src/main/pa_common.C: --disable-foreign-group-files
17365:
17366: * INSTALL: --disable-execs
17367:
17368: * src/main/pa_exec.C: --disable-execs
17369:
17370: * configure, configure.in, src/include/pa_config_auto.h.in:
17371: --disable-execs
17372:
17373: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
17374:
17375: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
17376: file::exec/cgi linebreaks "0D0A" changed to 0A onces
17377:
17378: 2002-03-05 paf
17379:
17380: * operators.txt, src/classes/date.C: date week calendar columns
17381: named
17382:
17383: * operators.txt, src/classes/date.C: date week calendar columns
17384: named
17385:
17386: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
17387: requires headers to be terminated with \r\n manually [refuses to
17388: separate header/body itself]
17389:
17390: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17391: targets/isapi/parser3isapi.C: isapi site config beside .dll
17392:
17393: 2002-03-04 paf
17394:
17395: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
17396: in PASS language
17397:
17398: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
17399: deserialize checks on broken file
17400:
17401: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
17402: parser3isapi.dsp: isapi updated
17403:
17404: 2002-03-01 paf
17405:
17406: * src/main/pa_exec.C: execle -> execve, now argc OK
17407:
17408: 2002-02-28 paf
17409:
17410: * src/main/untaint.C: removed some debug comments
17411:
17412: * src/main/pa_charsets.C: when placing charset to cache using
17413: global name now [were request]
17414:
17415: * configure, configure.in: apache module updated
17416:
17417: * src/main/pa_string.C: origin by first piece preferred before last
17418: piece
17419:
17420: 2002-02-27 paf
17421:
17422: * src/main/pa_charset.C: size_t
17423:
17424: * INSTALL: shared/static-xml with-pathlink
17425:
17426: * operators.txt: SMTP comment
17427:
17428: 2002-02-26 paf
17429:
17430: * src/main/pa_exec.C: more precise names for vars, cosmetic
17431:
17432: * src/classes/xnode.C: in some situation, xpath query returned
17433: result with type NODESET, but empty nodeset member field, checked
17434: that
17435:
17436: 2002-02-22 paf
17437:
17438: * INSTALL: without-zlib comment
17439:
17440: * etc/parser3.charsets/windows-1251.cfg: °
17441:
17442: * configure, configure.in: glib###.a detection fixed
17443:
17444: * INSTALL: hashfile removed from INSTALL
17445:
1.116 moko 17446: * Makefile.am: make update
1.95 moko 17447:
17448: * src/main/pa_string.C: string iterators fixed again, so were
17449: String::join_chain
17450:
17451: * src/main/pa_string.C: string iterators fixed again, so were
17452: String::join_chain
17453:
17454: * src/: include/pa_string.h, main/pa_string.C: string iterators
17455: fixed again, so were String::join_chain
17456:
17457: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
17458:
17459: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
17460: "session"
17461:
1.116 moko 17462: * configure, configure.in, src/include/pa_config_auto.h.in:
17463: --with-shared-xml --with-static-xml
1.95 moko 17464:
17465: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17466: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17467: types/types.dsp: *.dsp: removed refereces to win32db & ancient
17468: xalan&xml
17469:
17470: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
17471:
17472: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
17473: src/types/types.dsp: removed hashfile support from sources for
17474: now
17475:
1.116 moko 17476: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 17477: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 17478: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
17479: src/include/pa_db_manager.h, src/include/pa_db_table.h,
17480: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 17481: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 17482: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
17483: src/types/Makefile.am, src/types/pa_vhashfile.C,
17484: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 17485:
17486: 2002-02-21 paf
17487:
17488: * src/main/untaint.C: removed debug code, activated commented-for
17489: debug parts
17490:
1.116 moko 17491: * Makefile.am: make cvsupdate
1.95 moko 17492:
17493: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
17494: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
17495: append_row, not at link zero now string to string appending works
17496:
17497: 2002-02-20 paf
17498:
17499: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
17500: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
17501: DEBUG_STRING_APPENDS_VS_EXPANDS
17502:
17503: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17504: economy: 22%
17505:
17506: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17507: space uptimized: string::link_row removed
17508:
17509: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
17510: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
17511: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
17512: types/pa_vstring.h: speed uptimized: string::is_empty
17513:
17514: * operators.txt, src/include/pa_common.h,
17515: src/include/pa_config_fixed.h, src/include/pa_string.h,
17516: src/include/pa_types.h, src/main/compile.tab.C,
17517: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
17518: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
17519: string append optimiziation idea and estimates
17520:
17521: 2002-02-19 paf
17522:
17523: * src/classes/math.C: not used directly [but erroreously reported
17524: that 'is', thus registering twice&other probs]
17525:
17526: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
17527: to node [element]
17528:
17529: * src/main/compile.C: without string_origins parse error
17530: file+line+col possible
17531:
17532: * src/main/: compile.C: without string_origins not worked
17533:
17534: 2002-02-18 paf
17535:
17536: * src/types/pa_vdouble.h: since we have in_expression removed that
17537: trick i've installed into double::as_string
17538:
17539: * src/main/pa_globals.C: extern "C" was removed too fast
17540:
17541: * src/: include/pa_opcode.h, include/pa_request.h,
17542: main/compile.tab.C, main/compile.y, main/execute.C,
17543: types/pa_wcontext.h: in_expression aimed to solve old problem
17544: with string/nonstring values, now in expressions double/int
17545: values are passed as-is, without stupid tostring/fromstring
17546: conversions
17547:
17548: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
17549: __cplusplus } #endif
17550:
17551: * src/main/compile.tab.C: bison env set so one could compile
17552: without cygwin installed
17553:
17554: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17555: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
17556: gnome xml libs parser .dsp-s changed accordingly
17557:
17558: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
17559:
17560: * operators.txt, src/classes/date.C: date::create [were date::set,
17561: with backward comp
17562:
17563: * src/classes/math.C: math:random range check fixed
17564:
17565: * src/main/: compile.tab.C, compile.y: integer division stops name
17566:
17567: * INSTALL: local install comment
17568:
1.116 moko 17569: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 17570:
1.116 moko 17571: * acinclude.m4, aclocal.m4, configure, configure.in,
17572: src/include/pa_config_auto.h.in,
17573: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
17574: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 17575:
17576: * operators.txt: \ comment
17577:
17578: 2002-02-13 paf
17579:
17580: * src/include/pa_config_includes.h: sys/time time both included
17581: now. vaguely remember confilicts on this on some system [not on
17582: six|ablv] so when would see them again would think up proper
17583: check
17584:
1.116 moko 17585: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
17586: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 17587:
17588: * src/main/pa_common.C: truncation never occured when writing files
17589: on unix [since i've changed cache mech] fix
17590:
17591: * src/main/pa_common.C: strnchr: sanity check added
17592:
17593: * etc/parser3.charsets/windows-1257.cfg: id added
17594:
17595: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
17596: baltic charset file generated, in generation script ispunct check
17597: added
17598:
17599: 2002-02-08 paf
17600:
1.116 moko 17601: * src/: include/Makefile.am, sql/Makefile.am,
17602: targets/isapi/Makefile.am: forgotten makes
1.95 moko 17603:
17604: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
17605: forgotten
17606:
17607: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
17608:
17609: * INSTALL, README: install&others updated
17610:
17611: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
17612:
1.116 moko 17613: * Makefile.am, configure, configure.in,
17614: etc/parser3.charsets/Makefile.am, src/Makefile.am,
17615: src/classes/Makefile.am, src/main/Makefile.am,
17616: src/main/pa_status_provider.C, src/targets/Makefile.am,
17617: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
17618: works
1.95 moko 17619:
17620: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17621: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17622: classes/hashfile.C, classes/int.C, classes/mail.C,
17623: classes/math.C, classes/op.C, classes/response.C,
17624: classes/string.C, classes/table.C, classes/void.C,
17625: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17626: include/pa_array.h, include/pa_cache_managers.h,
17627: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17628: include/pa_config_fixed.h, include/pa_config_includes.h,
17629: include/pa_db_connection.h, include/pa_db_manager.h,
17630: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
17631: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17632: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17633: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17634: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17635: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17636: include/pa_stack.h, include/pa_string.h,
17637: include/pa_stylesheet_connection.h,
17638: include/pa_stylesheet_manager.h, include/pa_table.h,
17639: include/pa_threads.h, include/pa_types.h, main/compile.C,
17640: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17641: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
17642: main/pa_db_connection.C, main/pa_db_manager.C,
17643: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
17644: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
17645: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17646: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
17647: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17648: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17649: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
17650: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17651: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17652: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
17653: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17654: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17655: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
17656: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
17657: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
17658: types/pa_vmethod_frame.h, types/pa_vobject.h,
17659: types/pa_vrequest.h, types/pa_vresponse.h,
17660: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17661: types/pa_vstateless_object.h, types/pa_vstatus.C,
17662: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17663: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17664: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
17665: classes/image.C, main/pa_common.C, main/pa_exec.C,
17666: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
17667: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
17668: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
17669: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
17670: types/pa_vxnode.C, main/pa_charset.C: name spelling
17671:
17672: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17673: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17674: classes/hashfile.C, classes/image.C, classes/int.C,
17675: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17676: classes/string.C, classes/table.C, classes/void.C,
17677: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17678: include/pa_array.h, include/pa_cache_managers.h,
17679: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17680: include/pa_config_fixed.h, include/pa_config_includes.h,
17681: include/pa_db_connection.h, include/pa_db_manager.h,
17682: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
17683: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17684: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17685: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17686: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17687: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17688: include/pa_stack.h, include/pa_string.h,
17689: include/pa_stylesheet_connection.h,
17690: include/pa_stylesheet_manager.h, include/pa_table.h,
17691: include/pa_threads.h, include/pa_types.h, main/compile.C,
17692: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
17693: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
17694: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17695: main/pa_db_connection.C, main/pa_db_manager.C,
17696: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
17697: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
17698: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
17699: main/pa_socks.C, main/pa_sql_driver_manager.C,
17700: main/pa_status_provider.C, main/pa_string.C,
17701: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
17702: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17703: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17704: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
17705: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17706: targets/isapi/pool_storage.h, types/pa_valiased.C,
17707: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
17708: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17709: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17710: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17711: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17712: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
17713: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17714: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
17715: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17716: types/pa_vresponse.h, types/pa_vstateless_class.C,
17717: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17718: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17719: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17720: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17721: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17722: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
17723:
17724: 2002-02-07 paf
17725:
17726: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
17727:
1.116 moko 17728: * configure, configure.in, src/include/pa_config_auto.h.in,
17729: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
17730: added yet another locking function: fcntl
1.95 moko 17731:
17732: * config.sub: on cygwin configure passes it with strange i1586
17733: const, hacked it to mean i586
17734:
17735: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
17736: disabled $if reference due to conflicts with local variables
17737:
17738: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
17739: xdoc::set obsolete now, now xdoc::create, with both sences
17740:
17741: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17742: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17743: table::create now // 'set' name obsolete now table clone.
17744:
17745: * operators.txt, src/classes/string.C,
17746: src/include/pa_config_fixed.h, src/main/compile.tab.C:
17747: ^int/double/string.format now can be called with normal []
17748: brackets, not stupid {} as it were implemented for some strange
17749: reason. retaining backward compatibility due to some
17750: already-implemented servers
17751:
17752: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
17753: main/compile.y, main/compile_tools.C, main/compile_tools.h:
17754: operators now detected by check at name_without_curly_rdive_read
17755: rule whether diving code constists only of
17756: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
17757: with OP_GET_ELEMENT_OR_OPERATOR to form
17758: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
17759:
17760: 2002-02-06 paf
17761:
17762: * configure, configure.in: prefix expanded, grr
17763:
17764: * operators.txt, src/classes/mail.C: mail:send config changed
17765:
17766: 2002-02-05 paf
17767:
17768: * operators.txt: regex options commented
17769:
17770: * src/main/: pa_exec.C: argv0 now correct
17771:
17772: * src/types/pa_vstatus.C: status:rusage 3
17773:
17774: * src/types/pa_vstatus.C: status:rusage 2
17775:
17776: * operators.txt: status:rusage described int operators
17777:
17778: * src/types/pa_vstatus.C: status:rusage 1
17779:
17780: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
17781: src/types/types.dsp: status:rusage
17782:
17783: * configure.in, operators.txt, src/classes/file.C,
17784: src/classes/op.C, src/include/pa_common.h,
17785: src/include/pa_config_includes.h, src/main/compile.tab.C,
17786: src/main/pa_common.C: rewritten ^cache to use
17787: non-blocking-exclusive-caches
17788:
17789: * src/main/pa_common.C: text file read mode on win32 adjusted
17790: [speed impact. was off for debugging purpose, but forgotten
17791: afterwards]
17792:
17793: 2002-02-01 paf
17794:
17795: * src/classes/op.C: file_write does EX lock after create, while
17796: file_read does SH after open, so there's a moment after create
17797: but before EX lock when read can sneak into, and read
17798: just-created-for-writing-and-not-yet-locked file, added a check
17799: for that in ^cache...read
17800:
17801: 2002-01-31 paf
17802:
17803: * src/main/: compile.y, compile.tab.C: disabled operator call after
17804: ^xxx:
17805:
17806: * src/main/: compile.tab.C, execute.C: made operators lookup first
17807: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
17808:
17809: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
17810: main/compile.tab.C, main/compile.y, main/compile_tools.C,
17811: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
17812: operators check 6.1 rewritten. now check is done at compile time
17813:
17814: * src/main/execute.C: operators check 5 floated up old error of
17815: staying in 'entered class/object' state after $a($a..) it
17816: prevented operators from being called thereafter
17817:
17818: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17819: main/execute.C: operators check 4 floated up old error of staying
17820: in 'entered object' state after ^a.a(a) it prevented operators
17821: from being called thereafter
17822:
17823: * src/main/execute.C: operators check 3 floated up old error of
17824: staying in 'entered class' state after $a:a(a) it prevented
17825: operators from being called thereafter
17826:
17827: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
17828: floated up old error of staying in 'entered class' state after
17829: $a:a[a] it prevented operators from being called thereafter
17830:
17831: * src/main/execute.C: operators check, thay mistakenly seen in
17832: $class:operator $object.operators contexts
17833:
17834: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
17835: win32
17836:
1.116 moko 17837: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
17838: src/classes/Makefile.am, src/main/Makefile.am,
17839: src/targets/cgi/Makefile.am,
1.95 moko 17840: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 17841: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 17842:
1.116 moko 17843: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
17844: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
17845: configure, configure.in, form.txt, ident.awk, install-sh,
17846: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
17847: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 17848: etc/parser3.charsets/Makefile.am,
17849: etc/parser3.charsets/koi8-r.cfg,
17850: etc/parser3.charsets/windows-1250.cfg,
17851: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 17852: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
17853: src/main/Makefile.am, src/targets/cgi/Makefile.am,
17854: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
17855: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 17856: straightened installation scripts procedure made
17857: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
17858: change
17859:
17860: 2002-01-30 paf
17861:
17862: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
17863: removed] those comments were a mistake, and prevented libltdl
17864: from function properly
17865:
17866: 2002-01-29 paf
17867:
1.116 moko 17868: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
17869: creation [modified acinclude.m4 which were creating int into just
17870: assignment LIBTOOL=../libtool] added default system
17871: config&charsetts prepared 'make install', now it installs
17872: targets/cgi/parser3 into bin directory etc/parser3.conf &
17873: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 17874: $sysconfdir/parser3.charsets respectively
17875:
17876: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
17877: main/pa_globals.C: few forgotten ifdef XML added
17878:
17879: 2002-01-28 paf
17880:
1.116 moko 17881: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 17882: removed
17883:
17884: * src/main/pa_exception.C: dom|generic error output fix
17885:
17886: * src/classes/xnode.C: xdoc.importNode 3 [check err]
17887:
17888: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
17889:
17890: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
17891: [fixed as_node helper func to accept docs]
17892:
17893: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
17894: xdoc.importNode 0
17895:
17896: * src/classes/xdoc.C: xdoc::set now untaints OK
17897:
17898: 2002-01-25 paf
17899:
17900: * src/main/: compile.tab.C, compile.y: #comment before @ after
17901: @SPECIAL now works OK
17902:
17903: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
17904:
17905: * src/main/pa_exec.C: max arg count now 10, and proper message on
17906: violation that added
17907:
17908: * src/classes/hash.C: unified hash::sql, now
17909: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
17910:
17911: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
17912: ^file:lock[filename]{code}
17913:
17914: * src/: classes/file.C, classes/op.C, classes/string.C,
17915: classes/table.C, classes/xdoc.C, include/pa_common.h,
17916: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
17917: to some pa_common funcs
17918:
17919: * src/: include/pa_charset.h, main/pa_globals.C:
17920: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
17921:
17922: * src/: include/pa_charset.h, main/pa_charset.C,
17923: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
17924: not stupid illegal define
17925:
17926: 2002-01-24 paf
17927:
17928: * src/include/pa_version.h: changed version number
17929:
17930: * src/: classes/hashfile.C, include/pa_db_table.h,
17931: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17932: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17933: main/pa_db_connection.C, main/pa_db_table.C,
17934: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
17935: hashfile without logfiles
17936:
17937: * src/: classes/hashfile.C, include/pa_db_table.h,
17938: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
17939: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
17940: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
17941: DB_INIT_TXN init bits, thus got rid of huge log files, which
17942: cluttered disk without huge need]
17943:
17944: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
17945: handy macro, which is strangly abscent in dome lib
17946:
17947: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
17948:
17949: * src/classes/xdoc.C: checked empty response
17950:
17951: * src/classes/xnode.C: xdoc.select fixed context node [were always
17952: /, not self node]
17953:
17954: * src/classes/xnode.C: xnode.select returns array always now, in
17955: case 'nothing found' returns empty array
17956:
17957: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
17958: be more tender with ctrl/c/v
17959:
17960: 2002-01-23 paf
17961:
17962: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
17963: substituted. // 2. when dom tree with entites goes under
17964: transform text nodes // got [erroreosly] cut on first
17965: entity occurance
17966:
17967: * src/types/pa_vdouble.h: double prec. todo: get rid of
17968: twice-converting
17969:
17970: * src/types/pa_vdouble.h: %.20E now float format when %g produced
17971: 'e' in output this is for regretful twice-converting here:
17972: $a(double value) when they write double falue they convert it to
17973: string first, thus %g were losing precesion.
17974:
17975: todo: think up some way to remove double->string string->double
17976: twice-converting
17977:
17978: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
17979: %.20E now default float format this is for regretful
17980: twice-converting here: $a(double value) when they write double
17981: falue they convert it to string first, thus %g were losing
17982: precesion.
17983:
17984: todo: think up some way to remove double->string string->double
17985: twice-converting
17986:
17987: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
17988: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
17989: reasons in comment inside
17990:
17991: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
17992: statically linked]
17993:
17994: * src/: include/pa_exception.h, main/compile.tab.C,
17995: main/pa_exception.C: removed exception va_list constructor. 1.
17996: not needed anymore 2. there were a conflict[causing errors]
17997: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
17998: never detected an ambiguilty here, compiling ctor(, "hello") into
17999: ctor(, va_list) which, of course, caused gpf
18000:
18001: * src/main/pa_globals.C: removed debug xslt messages
18002:
18003: 2002-01-22 paf
18004:
18005: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18006: main/pa_globals.C: xsl stylesheet load: parsed entities, this
18007: helps compiling stylesheet properly. example: this refused to
18008: work, <b>«<xsl:value-of select="@title"
18009: />»</b> stranly worked only this way:
18010: <b>«<xsl:value-of select="@title" />»</b>
18011:
18012: docs says "set it to 1", never going into details, so I decided
18013: to try NOT to do that
18014:
18015: * src/classes/table.C: join behaived badly in case named tables
18016: structure mismatched: 0 strings sneaked into dest failing
18017: afterwards. replaced them with empty strings
18018:
18019: 2002-01-21 paf
18020:
18021: * src/main/pa_charset.C: checked empty transcoders in
18022: transcode_cstr|buf
18023:
18024: * src/classes/xdoc.C: xdoc::load error source = filespec
18025:
18026: * src/classes/xdoc.C: transform error source now
18027: stylesheet_filespec
18028:
1.116 moko 18029: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 18030: include/pa_stylesheet_connection.h, main/pa_charset.C,
18031: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 18032: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
18033: gnome
1.95 moko 18034:
18035: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
18036: include/pa_globals.h, include/pa_stylesheet_connection.h,
18037: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
18038: xslt generic error 1
18039:
18040: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
18041: xml generic message 1
18042:
18043: * src/classes/table.C: ^table::load empty lines or #comments before
18044: headline
18045:
18046: * src/: include/pa_array.h, include/pa_globals.h,
18047: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
18048: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
18049: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
18050: errors 0
18051:
18052: 2002-01-16 paf
18053:
18054: * src/: classes/hash.C, classes/op.C, classes/string.C,
18055: classes/table.C, classes/void.C, classes/xdoc.C,
18056: include/pa_db_connection.h, include/pa_request.h,
18057: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18058: include/pa_stylesheet_connection.h,
18059: include/pa_stylesheet_manager.h, main/pa_request.C,
18060: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18061: targets/cgi/pool_storage.h: auto closers to sql_connection,
18062: stylesheet_connection auto destroyers to remaining gnome objects
18063:
18064: * src/classes/xdoc.C: few comments
18065:
18066: 2002-01-15 paf
18067:
18068: * src/classes/xdoc.C: xdoc file save string
18069:
18070: ready. todo: error handling
18071:
18072: * src/classes/xdoc.C: xdoc save rewritten using
18073: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
18074: result
18075:
18076: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
18077: started output options parsing
18078:
18079: 2002-01-14 paf
18080:
18081: * src/classes/xdoc.C: method
18082:
18083: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18084: include/pa_pool.h, include/pa_stylesheet_connection.h,
18085: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
18086: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
18087: xslt transform0. TODO: use output options handle errors
18088:
18089: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
18090:
18091: 2002-01-11 paf
18092:
18093: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18094: main/compile_tools.C, main/compile_tools.h, main/execute.C:
18095: partial logical && || evaluation
18096:
18097: * src/classes/xnode.C: xpath selectNodes
18098:
18099: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
18100: string/number/bool
18101:
18102: * src/classes/xnode.C: xpath selectNode 2
18103:
18104: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
18105: xpath selectNode 1
18106:
18107: 2002-01-10 paf
18108:
18109: * src/classes/xnode.C: xpath selectNode -100 [just written]
18110:
18111: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18112: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
18113: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
18114: refcounter]
18115:
18116: 2001-12-29 paf
18117:
18118: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
18119: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
18120: glib works 0
18121:
18122: 2001-12-28 paf
18123:
18124: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
18125: main/pa_exception.C: started glib transcoders
18126:
18127: * src/main/pa_globals.C: renamed gdome to libgdome.dll
18128:
18129: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
18130: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
18131: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
18132: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
18133: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
18134: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
18135: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
18136: libs just compiled in. no refcounting no xpath no xslt yet
18137:
18138: 2001-12-27 paf
18139:
18140: * src/: include/pa_charset.h, include/pa_common.h,
18141: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18142: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
18143: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
18144: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
18145: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
18146: from xalan&xerces, started the process. globals [initialization
18147: pool [charset update charset [transcodings vxnode vxdoc [DOM
18148: calls
18149:
18150: * src/classes/Makefile.am: going away from xalan&xerces, not needed
18151: anymore
18152:
18153: 2001-12-26 paf
18154:
18155: * src/: include/pa_charset.h, include/pa_charsets.h,
18156: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
18157: key globalized [bug]
18158:
18159: 2001-12-25 paf
18160:
18161: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
18162: main/pa_string.C: table set & append changed splitting languages,
18163: separators now can be clean AND as-is same to mail command line
18164: $MAIN:MAIL.progX arguments
18165:
18166: 2001-12-24 paf
18167:
18168: * src/classes/mail.C: one parted text messages - no multipart
18169: mime-type anymore. for convinient if $.attach-ments
18170:
18171: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
18172: main/pa_string.C: read from cache size check updated
18173:
18174: * src/main/: pa_string.C: String::join_chain another ugly bug :(
18175:
18176: 2001-12-21 paf
18177:
18178: * src/classes/date.C: date:sql-string now returns localtime
18179:
18180: * src/main/pa_request.C: $result in @main actually not working, to
18181: hell with it for now
18182:
18183: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18184: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
18185: @postprocess @exception
18186:
18187: * src/main/execute.C: junction evaluation canceled - endless
18188: recursion detected
18189:
18190: 2001-12-19 paf
18191:
18192: * src/main/pa_charset.C: charset->charset transcoding via unicode
18193: intermediate
18194:
18195: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
18196:
18197: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
18198:
18199: * src/classes/op.C: ^cache keypath now relative
18200:
18201: * src/classes/mail.C: changed weighting prior to sort
18202:
18203: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
18204: were missing
18205:
18206: 2001-12-17 paf
18207:
18208: * src/main/pa_charset.C: ifndef XML were bad type
18209:
18210: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
18211: outdated unset services_pool
18212:
18213: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
18214: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
18215: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
18216:
18217: * src/main/untaint.C: allowed space in filespec
18218:
18219: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
18220:
18221: * src/classes/image.C: no govno
18222:
18223: * src/classes/image.C: govno
18224:
18225: 2001-12-16 paf
18226:
18227: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
18228:
18229: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
18230: charset_connection&manager replaced by charset&charsets
18231:
18232: * src/main/pa_charset.C: name_cstr 0
18233:
18234: * src/main/untaint.C: uri lang now knows about client/source
18235: charsets
18236:
18237: * src/: classes/file.C, classes/math.C, classes/op.C,
18238: classes/string.C, classes/table.C, classes/xdoc.C,
18239: include/pa_array.h, include/pa_cache_managers.h,
18240: include/pa_charset_connection.h, include/pa_charset_manager.h,
18241: include/pa_common.h, include/pa_db_connection.h,
18242: include/pa_db_manager.h, include/pa_db_table.h,
18243: include/pa_dictionary.h, include/pa_exception.h,
18244: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
18245: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
18246: include/pa_sapi.h, include/pa_socks.h,
18247: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18248: include/pa_string.h, include/pa_stylesheet_connection.h,
18249: include/pa_stylesheet_manager.h, include/pa_table.h,
18250: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
18251: main/pa_charset.C, main/pa_charset_connection.C,
18252: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
18253: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
18254: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
18255: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
18256: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18257: types/types.dsp: introducing Charset
18258:
18259: 2001-12-14 paf
18260:
18261: * src/: include/pa_request.h, include/pa_transcoder.h,
18262: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
18263: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
18264: uri lang
18265:
18266: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
18267:
18268: * src/targets/cgi/Makefile.am: -I../../pcre to .am
18269:
18270: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
18271: defalts_name global
18272:
18273: * src/: include/pa_charset_connection.h, include/pa_pool.h,
18274: include/pa_request.h, main/main.dsp,
18275: main/pa_charset_connection.C, main/pa_charset_manager.C,
18276: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
18277: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
18278: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
18279: changed charset model. now important: $request:charset
18280: $response:charset while $response:content-type.charset become
18281: unimportant [informational]
18282:
18283: 2001-12-13 paf
18284:
18285: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
18286:
18287: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
18288: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
18289: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
18290: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
18291: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
18292: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
18293:
18294: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
18295: auto_ptr part other way, because of stupid gcc 2.96
18296: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
18297: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
18298: FormatterListener] /usr/include/g++-3/memory:48:
18299: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
18300: _Tp1 = FormatterListener, _Tp = FormatterListener]
18301:
18302: * src/classes/xdoc.C: removed extra inc
18303:
18304: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
18305:
18306: * src/include/pa_types.h: msvc head debugging flag
18307:
18308: * src/classes/xdoc.C: freed up listener
18309:
18310: * src/classes/string.C: change msg '... code is not code'
18311:
18312: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
18313: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18314: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
18315: [past/future prob]
18316:
18317: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18318: include/pa_config_fixed.h, include/pa_db_manager.h,
18319: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18320: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
18321:
18322: * src/: include/pa_config_fixed.h, main/pa_common.C,
18323: main/pa_string.C: removed signed mismatch warnings
18324:
18325: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
18326: 'expires' from header outputs
18327:
18328: * src/main/pa_string.C: string::recustruct erroreusly used outdated
18329: row ptr
18330:
18331: * src/classes/file.C: file::cgi bug, request_method were passed to
18332: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
18333:
18334: * src/classes/xdoc.C: lang list updated
18335:
18336: 2001-12-10 paf
18337:
18338: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
18339:
18340: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
18341: erase files like that, knowing their full name introducing //
18342: theoretical problem with, for instance, "_2B" and "." fragments,
18343: // they would yield the same // because
18344: need_file_encode('_')=false // but we need to delete such files
18345: somehow, getting names from ^index
18346:
18347: * src/main/pa_string.C: ^string.replace bug fixed [bad
18348: string::join_chank break]
18349:
18350: 2001-12-07 paf
18351:
18352: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
18353: include/pa_common.h, include/pa_config_auto.h.in,
18354: include/pa_config_fixed.h, include/pa_config_includes.h,
18355: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
18356: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
18357: types/pa_vhashfile.C: merged from r14_simple_cache
18358:
18359: * src/main/pa_string.C: stupid sparc architecture failed to access
18360: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
18361: lduh [ %i2 + 1 ], %l0
18362:
18363: bus error, fixed that
18364:
18365: * src/main/pa_string.C: strange string deserialize bug on
18366: client[pmts], a bit shortened,
18367:
18368: * src/include/pa_config_auto.h.in: makes
18369:
18370: * src/: include/pa_common.h, include/pa_config_fixed.h,
18371: include/pa_config_includes.h, main/pa_common.C: exclusive lock
18372: file write shared lock file read
18373:
18374: * src/: classes/op.C, include/pa_common.h,
18375: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
18376:
18377: 2001-12-06 paf
18378:
18379: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18380: main/pa_request.C: #ifdef RESOURCES_DEBUG
18381:
18382: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
18383: info
18384:
18385: * src/classes/hashfile.C: removed transaction from ^cache
18386:
18387: 2001-12-05 paf
18388:
18389: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
18390: IIS5 there were a prob with illegal call check
18391:
18392: 2001-12-04 paf
18393:
18394: * src/: classes/op.C, classes/table.C, include/pa_request.h,
18395: main/pa_request.C: measures to log
18396:
18397: 2001-11-23 paf
18398:
18399: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18400: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
18401: types/pa_vhashfile.C: merged from _0014, 1
18402:
18403: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
18404: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
18405: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
18406: ^cache(33) would change
18407:
18408: 0660 bits in file_write & hashfile create
18409:
18410: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
18411: after pa_string optimization]
18412:
18413: 2001-11-22 paf
18414:
18415: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
18416: table.offset[whence]
18417:
18418: * src/classes/op.C: process cstr(,connection)
18419:
18420: * src/classes/op.C: process now gets its body on current language,
18421: not as-is
18422:
18423: * src/main/untaint.C: ORIGINS mode removed UHTML
18424:
18425: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
18426: bit
18427:
1.116 moko 18428: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 18429:
18430: 2001-11-21 paf
18431:
18432: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
18433: <xsl:output output options made identical to xsl:output
18434: attributes exclusion: cdata-section-elements what xalan can do
18435: but that not used now: it can escape and remove CDATA sections
18436:
18437: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
18438: produced by xslt
18439:
18440: * src/targets/cgi/parser3.C: removed debug cgi||1
18441:
18442: * src/main/: pa_string.C, untaint.C: cached some string::size() es
18443:
18444: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
18445: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
18446: default language for {code}, it happen to change it's language
18447: from CLEAN, so later refused to split by CLEAN \t
18448:
18449: 2001-11-20 paf
18450:
1.116 moko 18451: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
18452: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 18453: bottom of dependeces, so that errors would popup quicklier, fixed
18454: line numbering in table::sql
18455:
18456: 2001-11-19 paf
18457:
18458: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
18459: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
18460: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
18461: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
18462: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
18463: at wcontext.write
18464:
1.116 moko 18465: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 18466: _set_new_handler
18467:
1.116 moko 18468: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
18469: set_new_handler in apache&isapi
1.95 moko 18470:
18471: 2001-11-16 paf
18472:
18473: * src/targets/cgi/parser3.C: pool debug @ die
18474:
18475: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
18476: removed 8 bytes from String, 2 bytes from
18477: string::chunk::row::item
18478:
18479: * src/main/pa_string.C: removed 1+4 bytes from String
18480:
18481: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
18482: types/pa_vstring.C: removed 1+4 bytes from String
18483:
18484: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
18485: 0
18486:
18487: * src/: include/pa_globals.h, include/pa_string.h,
18488: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
18489: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
18490: targets/cgi/parser3.C: introducing estimating
18491: String::cstr_bufsize, 0
18492:
18493: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
18494:
18495: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
18496:
18497: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
18498: include/pa_pool.h: die in pool::fail
18499:
18500: 2001-11-15 paf
18501:
18502: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
18503: main/pa_exception.C, targets/cgi/parser3.C: exception with
18504: dynamic buffer re-back now with counter
18505:
18506: * src/: include/pa_exception.h, main/pa_exception.C: exception with
18507: static buffer back
18508:
18509: * src/targets/cgi/parser3.C: std::
18510:
18511: * src/: classes/classes.awk, include/pa_config_auto.h.in,
18512: include/pa_config_includes.h: setnewhandler check
18513:
1.116 moko 18514: * src/include/pa_config_auto.h.in: makes
1.95 moko 18515:
18516: * src/targets/cgi/parser3.C: set_new_handler started
18517:
18518: 2001-11-14 paf
18519:
18520: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18521: was wrong
18522:
18523: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
18524: was wrong
18525:
18526: * src/main/pa_request.C: z
18527:
18528: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
18529: full returns win32 -1 solaris >buffer_size
18530:
18531: checked all that
18532:
18533: * src/classes/op.C: ^untaint{body} as-is default now
18534:
18535: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18536: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
18537: with no_bad_constructors_try
18538:
18539: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
18540: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
18541: this: $bred[^string::length[]] $bred[^response::clear[]]
18542: $bred[^int::int[]]
18543:
18544: now VObject creation moved into overriden
18545: VClass::create_new_value, thus 0 from create_new_value means that
18546: class has no ctors
18547:
18548: 2001-11-13 paf
18549:
18550: * src/classes/classes.C: returned accedently removed if in foreach
18551: callbacks [when hash no-0-restructure]
18552:
18553: 2001-11-12 paf
18554:
18555: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
18556: passed as-is to method, xalan makes & into & itself
18557:
18558: * src/classes/date.C: date.roll parser2 alg used
18559:
18560: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
18561: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
18562: main/pa_dictionary.C, main/pa_hash.C,
18563: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
18564: now does not containt 0 values. put 0 actullay removes. no check
18565: on 0 value in foreach now required
18566:
18567: 2001-11-11 paf
18568:
18569: * src/sql/pa_sql_driver.h: removed extra constructor, doc
18570:
18571: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
18572:
18573: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
18574: driver initialize not const
18575:
18576: 2001-11-10 paf
18577:
18578: * src/main/pa_exec.C: doc
18579:
18580: 2001-11-09 paf
18581:
18582: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
18583: param properly
18584:
18585: * src/classes/string.C: string.save now does untainting before
18586: saving
18587:
18588: * src/main/pa_common.C: line endings fixing fixed last piece[was
18589: still cstr oriented]
18590:
18591: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
18592: line endings fixing got rid of cstr, now must work ok with post
18593: multipart
18594:
18595: * src/types/pa_vform.C: line endings fixed at post / multipart /
18596: not file also now
18597:
18598: 2001-11-08 paf
18599:
18600: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18601: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
18602: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
18603: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
18604: main/pa_stylesheet_manager.C: restructured Cache manager to be
18605: simple parent, not second parent [gcc 2.96 strangly refused to
18606: call virtual from second parent]
18607:
1.116 moko 18608: * src/: include/pa_common.h, main/Makefile.am,
18609: targets/cgi/pa_pool.C: makes
1.95 moko 18610:
18611: * src/: include/pa_request.h, main/pa_request.C,
18612: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
18613: 'status' class enabler
18614:
18615: <Location /parser-status.html> ParserStatusAllowed </Location>
18616:
18617: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18618: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
18619: include/pa_stylesheet_manager.h, main/main.dsp,
18620: main/pa_cache_managers.C, main/pa_charset_manager.C,
18621: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
18622: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18623: types/pa_vstatus.h: cache_managers, maybe-expiring every request
18624: todo: apache 'status' class enabler
18625:
18626: 2001-11-05 paf
18627:
18628: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
18629: debug to normal
18630:
18631: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
18632: hence i removed skipping 0 values in hash::for_each-es we need to
18633: check cleaned cache items manually. few more checks.
18634:
18635: expiring to 0 time was wrong, changed to 'now' time
18636:
18637: * src/targets/cgi/parser3.C: read can return 0, that means sort of
18638: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
18639: on apache already done :)
18640:
18641: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
18642: skipping 0 values in hash::for_each-es we need to check cleaned
18643: cache items manually
18644:
18645: * src/main/: pa_db_connection.C, pa_db_table.C:
18646: parser_multithreaded check was wrong
18647:
18648: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18649: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18650: classes/hashfile.C, classes/image.C, classes/int.C,
18651: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18652: classes/string.C, classes/table.C, classes/void.C,
18653: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18654: include/pa_array.h, include/pa_charset_connection.h,
18655: include/pa_charset_manager.h, include/pa_common.h,
18656: include/pa_config_fixed.h, include/pa_config_includes.h,
18657: include/pa_db_connection.h, include/pa_db_manager.h,
18658: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18659: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18660: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18661: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18662: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18663: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18664: include/pa_stack.h, include/pa_string.h,
18665: include/pa_stylesheet_connection.h,
18666: include/pa_stylesheet_manager.h, include/pa_table.h,
18667: include/pa_threads.h, include/pa_types.h, main/compile.C,
18668: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18669: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
18670: main/pa_charset_manager.C, main/pa_common.C,
18671: main/pa_db_connection.C, main/pa_db_manager.C,
18672: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18673: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18674: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18675: main/pa_socks.C, main/pa_sql_driver_manager.C,
18676: main/pa_status_provider.C, main/pa_string.C,
18677: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18678: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18679: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18680: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18681: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18682: targets/isapi/pool_storage.h, types/pa_valiased.C,
18683: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18684: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18685: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18686: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18687: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18688: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18689: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18690: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18691: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
18692: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18693: types/pa_vstateless_object.h, types/pa_vstatus.h,
18694: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
18695: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18696: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18697: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
18698: $status:db fixed used not initialized in db_connection & db_table
18699:
18700: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
18701: $status:charset
18702:
18703: * src/: classes/xdoc.C, include/pa_db_connection.h,
18704: include/pa_stylesheet_connection.h,
18705: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
18706: types/pa_vstatus.h: $status:stylesheet
18707:
18708: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
18709: include/pa_request.h, include/pa_sql_connection.h,
18710: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18711: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
18712: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
18713: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18714: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
18715: types/pa_vxnode.C, types/types.dsp: started status parser class
18716:
18717: 2001-11-01 paf
18718:
18719: * src/include/pa_config_auto.h.in: makes
18720:
18721: * src/main/pa_hash.C: removed old extra include
18722:
18723: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
18724: checks [for hp, there are such in math.h]
18725:
18726: * src/classes/op.C: ^for endless loop check strightened
18727:
18728: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
18729: behavior in native calls. it left unchanged, so ^for ^foreach &
18730: co can use r.root to write their i & key,value there
18731:
18732: * src/classes/op.C: detected for var storage bug, fixed.
18733: todo:foreach
18734:
18735: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
18736: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
18737: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
18738: changing of hash inside of foreach
18739:
18740: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
18741: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
18742: were hash.foreach
18743:
18744: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
18745: types/pa_vstring.C, types/pa_vstring.h:
18746: ^foreach[key|value]{body}[[separator]|{separator}]
18747:
18748: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
18749: types/pa_vcookie.C: ^hash.delete[key]
18750:
18751: 2001-10-31 paf
18752:
18753: * src/main/: compile.C, pa_common.C: completely empty file now
18754: considered "read", not ignored [not perfect trick used]
18755:
18756: * src/main/pa_common.C: simplier common ifdefs
18757:
18758: * src/main/pa_common.C: typing bug in common - bad ifdeff
18759:
18760: * src/main/pa_db_connection.C: z
18761:
18762: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
18763: lockdetector flags
18764: dbenv.lk_detect=DB_LOCK_RANDOM;
18765:
18766: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
18767: from accidental show [imagine user forgot @exception]
18768:
18769: * src/classes/table.C: ^table.save[[nameless|+append;]path]
18770:
18771: * src/: classes/file.C, classes/image.C, classes/mail.C,
18772: classes/string.C, classes/xnode.C, include/pa_common.h,
18773: main/pa_common.C: ^string.save[[append;]path]
18774:
18775: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18776: main/execute.C: \ in expression: int divide 10/3=3
18777:
18778: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
18779: inside of ^cache
18780:
18781: * src/: include/pa_threads.h, main/pa_db_connection.C,
18782: main/pa_db_table.C, targets/cgi/pa_threads.C,
18783: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
18784: needed
18785:
18786: 2001-10-30 paf
18787:
18788: * src/: classes/classes.dsp, main/main.dsp,
18789: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18790: types/types.dsp: enabled debug incremental compile
18791:
18792: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
18793: form post data line endings not reformatted now.
18794:
18795: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
18796: now required [had bug when file= has no value]
18797:
18798: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
18799: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
18800: cstr(asis) default param removed
18801:
18802: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
18803:
18804: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
18805:
18806: * src/include/pa_dir.h: LOAD_DIR fixed
18807:
18808: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
18809: was broken} fix_line_breaks
18810:
18811: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
18812: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
18813: packed with #pragma pack
18814:
1.116 moko 18815: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 18816:
18817: 2001-10-29 paf
18818:
18819: * src/types/pa_wcontext.h: bitfield syntax stricter
18820:
18821: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
18822: string hash.puts
18823:
18824: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
18825:
18826: * src/include/pa_sql_connection.h: there were one wrong
18827: SQL_CONNECTION_FUNC_GUARDED [failed]
18828:
18829: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
18830: param.someday either ifdef or remove it
18831:
18832: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
18833:
18834: * src/main/untaint.C: optimizing returned after debugging
18835:
18836: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18837: main/untaint.C: memory hunging #pragma pack(1)
18838:
18839: 16 419 844 13 169 394
18840:
18841: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
18842: targets/cgi/pa_pool.C: String size_t replace to uint in proper
18843: places [todo:Array]
18844:
18845: * src/: main/execute.C, targets/cgi/pa_pool.C,
18846: targets/cgi/parser3.dsp, types/pa_wcontext.h,
18847: types/pa_wwrapper.h: debugging memory WContext flags to bits
18848:
18849: total 5 652 652/158731 total 5 469 332/158731
18850:
18851: * src/: include/pa_array.h, main/pa_array.C: debugging memory
18852: Array:: without cache in get/put now
18853:
18854: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
18855: 18:25:27 2001] total 5 652 652/158731
18856:
18857: * src/: include/pa_string.h, main/pa_string.C,
18858: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
18859: now
18860:
18861: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
18862: 18:11:53 2001] total 5796092/158731
18863:
18864: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
18865: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
18866: key ref now
18867:
18868: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
18869: 17:11:17 2001] total 16867948/202658
18870:
18871: * src/: classes/file.C, classes/image.C, classes/string.C,
18872: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
18873: main/execute.C, main/pa_array.C, main/pa_common.C,
18874: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18875: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
18876: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
18877: string::as_int/double now usually uses stack, not heap [200K out
18878: of 17M :)] VString(String&) not copies reference [29M -> 17M]
18879:
18880: * src/main/pa_sql_driver_manager.C: ping to have services [old
18881: hiding bug]
18882:
18883: * src/Makefile.am: .am order
18884:
18885: * src/: include/pa_array.h, include/pa_charset_manager.h,
18886: include/pa_db_connection.h, include/pa_db_manager.h,
18887: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
18888: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18889: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
18890: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
18891: required "friend class"
18892:
18893: ../include/pa_request.h:51: friend declaration requires
18894: class-key, i.e. `friend class Temp_lang'
18895:
18896: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18897: main/pa_exception.C, main/pa_sql_driver_manager.C,
18898: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
18899:
18900: the idea is to #1 jump to C++ some function to main body, where
18901: every function stack frame has exception unwind information and
18902: from there... #2 propagate_exception()
18903:
18904: 2001-10-28 paf
18905:
18906: * src/main/pa_db_connection.C: removed old consts
18907:
18908: * src/main/pa_db_connection.C: expire table [was accidently pasted
18909: with wrong type/cast]
18910:
18911: * src/main/: pa_db_connection.C, pa_db_table.C: exception
18912: translation
18913:
1.116 moko 18914: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 18915: remember to build DB2 with -fexceptions!!!
18916:
18917: * src/main/pa_db_table.C: DB_RMW defed
18918:
18919: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
18920: include/pa_db_connection.h, include/pa_db_manager.h,
18921: include/pa_db_table.h, main/pa_db_connection.C,
18922: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
18923:
18924: 2001-10-27 paf
18925:
18926: * src/: classes/hashfile.C, include/pa_db_connection.h,
18927: include/pa_db_table.h, main/pa_db_connection.C,
18928: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
18929: types/pa_vhashfile.C: DB2 ifdefs
18930:
1.116 moko 18931: * src/: classes/Makefile.am, include/pa_config_fixed.h,
18932: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 18933: makes with DB2
18934:
1.116 moko 18935: * src/: include/pa_config_auto.h.in, main/Makefile.am,
18936: types/Makefile.am: makes db
1.95 moko 18937:
18938: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
18939: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
18940: globals.C
18941:
18942: * src/: classes/hashfile.C, include/pa_db_connection.h,
18943: include/pa_db_table.h, main/pa_db_connection.C,
18944: main/pa_db_table.C: ^hashfile.clear[]
18945:
18946: * src/classes/classes.awk: no $ in var names
18947:
18948: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
18949: connection&table [forgotten calls]
18950:
18951: 2001-10-26 paf
18952:
18953: * src/main/pa_db_connection.C: db checkpoints
18954:
18955: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
18956: checkpoints
18957:
18958: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
18959: default. but entities still reparsed. todo: tothink
18960:
18961: * src/main/pa_db_connection.C: db recover mech 2
18962:
18963: * src/: classes/hashfile.C, include/pa_db_connection.h,
18964: include/pa_db_manager.h, include/pa_db_table.h,
18965: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
18966: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
18967: types/pa_vhashfile.h: db connections & tables now cached at
18968: create time & multithreaded
18969:
18970: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
18971: parsed_source
18972:
18973: * src/main/pa_db_connection.C: about to remove connection from
18974: vhashfile
18975:
18976: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
18977: transaction commit/rollback responsibility left to parent [as it
18978: sould - else there were a bug with double free]
18979:
18980: * src/include/pa_db_table.h: db: child transaction commit/rollback
18981: responsibility left to parent [as it sould - else there were a
18982: bug with double free]
18983:
18984: 2001-10-25 paf
18985:
18986: * src/: classes/hashfile.C, include/pa_common.h,
18987: include/pa_db_connection.h, include/pa_db_manager.h,
18988: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
18989: types/pa_vhashfile.C, types/pa_vhashfile.h,
18990: include/pa_db_table.h, main/pa_db_table.C: started db_home
18991: [multiple, cached] todo: autorecover [tried, but not succeded,
18992: yet]
18993:
18994: * src/include/pa_dir.h: ancient gpf on dir not found fixed
18995:
18996: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
18997: transaction parent passed
18998:
18999: 2001-10-24 parser
19000:
1.116 moko 19001: * src/classes/Makefile.am: makes
1.95 moko 19002:
19003: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
19004: isapi/pool_storage.h: pool_storage fixed
19005:
19006: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
19007: types/pa_vform.h: form fix_line_breaks
19008:
1.116 moko 19009: * src/targets/cgi/pool_storage.h: makes
1.95 moko 19010:
19011: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
19012: targets/cgi/pool_storage.h: makes
19013:
19014: * src/sql/pa_sql_driver.h: version
19015:
19016: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
19017: types/pa_vform.C, types/pa_vform.h: .am
19018:
19019: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
19020: this: DB_RMW Acquire write locks instead of read locks when doing
19021: the retrieval. Setting this flag may decrease the likelihood of
19022: deadlock during a read-modify-write cycle by immediately
19023: acquiring the write lock during the read part of the cycle so
19024: that another thread of control acquiring a read lock for the same
19025: item, in its own read-modify-write cycle, will not result in
19026: deadlock
19027:
19028: * src/targets/isapi/parser3isapi.dsp: doc
19029:
19030: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
19031:
19032: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
19033:
19034: * src/: classes/hashfile.C, include/pa_db_connection.h,
19035: main/pa_db_connection.C: hashfile expired deleted from db when
19036: get & iterate
19037:
19038: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
19039: expiring 1
19040:
19041: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
19042:
19043: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
19044: db_connection not bothers with key when not returning expired
19045: data
19046:
19047: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19048: types/pa_vhashfile.C: db_cursor constructor public now
19049:
19050: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19051: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
19052: stamped, todo: put_element analize
19053:
19054: * src/: include/pa_db_connection.h, include/pa_string.h,
19055: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
19056: serialize. todo stamp
19057:
19058: 2001-10-23 parser
19059:
19060: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
19061: classes/image.C, classes/mail.C, classes/response.C,
19062: classes/string.C, classes/table.C, classes/xdoc.C,
19063: include/pa_config_fixed.h, include/pa_db_connection.h,
19064: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
19065: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
19066: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
19067: types/pa_vtable.C: ^hashfile.hash[]
19068:
19069: * src/: classes/hashfile.C, classes/xdoc.C,
19070: include/pa_config_fixed.h, main/pa_db_manager.C,
19071: main/pa_globals.C: ifdefs so it compiled without db
19072:
19073: * src/: classes/hashfile.C, include/pa_db_connection.h,
19074: include/pa_db_manager.h, main/pa_db_connection.C,
19075: main/pa_db_manager.C, types/pa_vhashfile.h:
19076: ^hashfile.transaction{code} ^hashfile:clear[filename]
19077: ^hashfile.delete[key]
19078:
19079: 2001-10-22 parser
19080:
19081: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
19082: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
19083:
19084: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
19085: classes/xnode.C, include/pa_charset_connection.h,
19086: include/pa_db_connection.h, include/pa_db_manager.h,
19087: include/pa_exception.h, include/pa_sapi.h,
19088: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19089: include/pa_stylesheet_connection.h,
19090: include/pa_stylesheet_manager.h,
19091: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19092: main/pa_db_connection.C, main/pa_db_manager.C,
19093: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
19094: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19095: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
19096: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
19097: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
19098: types/types.dsp: hashfile 0
19099:
19100: * src/types/pa_vhashfile.C: z
19101:
19102: * src/: classes/classes.dsp, classes/hashfile.C,
19103: include/pa_config_fixed.h, main/execute.C,
19104: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
19105: types/pa_vhashfile.h, types/types.dsp: hashfile -100
19106:
19107: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
19108:
19109: * src/: include/pa_exception.h, include/pa_request.h,
19110: main/execute.C, main/pa_exception.C, main/pa_request.C,
19111: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19112: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
19113:
19114: 2001-10-19 parser
19115:
19116: * src/include/pa_pool.h: header
19117:
19118: * src/main/pa_pool.C: auto compiled on gcc
19119:
19120: * src/classes/image.C: comment
19121:
1.116 moko 19122: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 19123:
19124: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19125: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19126: types/pa_vxnode.h: xnode clone got freed
19127:
19128: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19129: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
19130: can free up xalandomstring resulting from pool::transcode
19131:
19132: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
19133: include/pa_config_fixed.h, include/pa_exception.h,
19134: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
19135: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
19136: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
19137: to c++ exceptions 1xml configure fixed to exclude xalan-patch
19138: from non-xml compile
19139:
19140: * src/main/pa_request.C: pool:: context - get_context
19141:
19142: * src/: classes/classes.h, classes/date.C, classes/double.C,
19143: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
19144: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
19145: classes/string.C, classes/table.C, classes/void.C,
19146: include/pa_config_fixed.h, include/pa_exception.h,
19147: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
19148: main/compile.C, main/compile_tools.C, main/execute.C,
19149: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
19150: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
19151: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19152: main/pa_string.C, main/pa_table.C, main/untaint.C,
19153: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19154: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
19155: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
19156: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
19157: types/pa_vstateless_class.h, types/pa_vtable.C,
19158: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
19159: exceptions 0
19160:
19161: * src/classes/classes.awk: $ removed
19162:
19163: 2001-10-18 parser
19164:
19165: * src/types/pa_vcookie.C: cookie:CLASS
19166:
19167: * src/main/main.dsp: project
19168:
19169: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
19170: set_document & ctor question "who owns document" solved
19171:
19172: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
19173:
19174: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19175: main/pa_pool.C: encoding in dom creating funcs
19176:
19177: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
19178: be transformed now
19179:
19180: * src/classes/xdoc.C: dom created by create can be transformed now
19181:
19182: * src/classes/xdoc.C: z
19183:
19184: * src/classes/xdoc.C: comment
19185:
19186: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
19187: create now uses XercesDocumentBridge, appendChild&co now works
19188:
19189: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
19190: @ recompile
19191:
19192: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
19193: $origin @exception[
19194:
19195: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
19196: tag names forced to XML lang
19197:
19198: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
19199: leechy-found bugs in code&doc fixed
19200:
19201: 2001-10-17 parser
19202:
19203: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
19204: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
19205: n functionality preserved
19206:
19207: * src/types/pa_vimage.h: removed unused vimage::save
19208:
19209: 2001-10-16 parser
19210:
19211: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
19212:
19213: * src/classes/: xnode.C: removed few dom returns & changed op.txt
19214:
19215: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
19216:
19217: * src/classes/image.C: image.copy tolerance
19218:
19219: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
19220: ineffective, but works for small paleted image
19221:
19222: * src/types/pa_vimage.C: comment
19223:
19224: * src/classes/image.C: gd size/resize bugfix
19225:
19226: * src/: classes/classes.dsp, main/main.dsp,
19227: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19228: types/types.dsp: ident >nul 2>&1
19229:
19230: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
19231: systems
19232:
19233: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
19234: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
19235:
19236: 2001-10-15 parser
19237:
19238: * src/main/execute.C: z
19239:
19240: * src/classes/: xdoc.C: !::create{qualifiedName}
19241:
19242: * src/types/pa_vxnode.C: document_type_node.
19243: !readonly attribute DOMString name
19244: !notation_node.
19245: !readonly attribute DOMString publicId
19246: !readonly attribute DOMString systemId
19247:
1.116 moko 19248: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
19249: ::write badly passed string too transparently [failed to
19250: intercept it]
1.95 moko 19251:
19252: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
19253: include/pa_request.h, main/pa_sql_driver_manager.C,
19254: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19255: types/pa_vxnode.h: DOM1 major addtion, only few
19256: attributes/methods left
19257:
19258: 2001-10-13 parser
19259:
19260: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19261: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
19262: in main handler
19263:
19264: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
19265: cleanups & frees order
19266:
19267: * src/types/pa_vcode_frame.h: couple comments
19268:
19269: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
19270: transparent enough to handle hash if creation&passing
19271:
19272: * src/: include/pa_config_fixed.h, main/execute.C,
19273: main/pa_exception.C: noticed that vcodeframe not transparent
19274: enough, would change now
19275:
19276: 2001-10-12 parser
19277:
19278: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
19279: fixed. initialization&free on each thread!
19280:
19281: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
19282: handling changed: now type of default param analized always, not
19283: only at problem time, thus helping early problem spotting
19284:
19285: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
19286: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
19287: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
19288: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
19289: multithread bug fixed. initialization&free on each thread!
19290:
19291: 2001-10-11 parser
19292:
19293: * src/classes/xnode.C: xnode.selectSingle now
19294:
19295: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19296: include/pa_pool.h, include/pa_stylesheet_connection.h,
19297: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
19298: convertors out of Pool into Exception
19299:
19300: * src/main/pa_string.C: const
19301:
19302: * src/: include/pa_string.h, main/pa_string.C: restructured string:
19303: linked pieces of same language together prior to String::replace
19304:
19305: * src/classes/hash.C: !^hash.add[addme]
19306: !^hash.sub[subme]
19307: !^a.union[b] = new
19308: !^a.intersection[b] = new
19309: !^a.intersects[b] = bool
19310:
19311: * src/classes/hash.C: !^hash::append[append_from]
19312:
19313: * src/: classes/hash.C, types/pa_vhash.h:
19314: !^hash::create[[copy_from]]
19315:
19316: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
19317: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
19318: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
19319: fixed. got rid of empty_string, which caused errors - it hasnt
19320: exception but somebody[value.bark] tried to throw it on it's pool
19321:
1.116 moko 19322: * src/include/pa_config_auto.h.in: makes
1.95 moko 19323:
19324: 2001-10-10 parser
19325:
19326: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
19327:
19328: * src/main/: compile.tab.C, compile.y: ^a[
19329:
19330: @next_method << now unclosed ] would be reported here
19331:
19332: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
19333: compile error
19334:
19335: 2001-10-09 parser
19336:
1.116 moko 19337: * src/: classes/Makefile.am, main/Makefile.am,
19338: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 19339:
19340: * src/classes/Makefile.am: makes
19341:
19342: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
19343: win32 errors intercepted [xalan transformer patched and
19344: incorporated]
19345:
19346: * src/: classes/classes.dsp, classes/xdoc.C,
19347: include/pa_stylesheet_connection.h, main/main.dsp,
19348: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19349: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
19350: patches starting
19351:
19352: * src/classes/: string.C, table.C: ^string.save[file]
19353:
19354: * src/classes/: date.C, table.C: calendar moved to date
19355:
19356: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
19357: string/table] now
19358:
19359: * src/classes/: op.C, table.C: z
19360:
19361: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
19362: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
19363: types/pa_vxnode.h: table:menu & op for delims made allowed not to
19364: be code [be string..]
19365:
19366: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
19367: table.C: lots of
19368: params->as_int/double/as_string/as_junction/as_no_junction
19369: messages added
19370:
19371: 2001-10-08 parser
19372:
19373: * src/: classes/date.C, classes/image.C, classes/string.C,
19374: classes/table.C, classes/void.C, include/pa_request.h:
19375: params->as_int/double message added
19376:
19377: * src/classes/image.C: image:circle [and round arc] uses Bresenham
19378:
19379: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
19380: image:sector removed image:html internal "line-*" attribs
19381:
19382: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
19383: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
19384:
19385: * src/types/pa_vcookie.C: removing cookie made more netscape-like
19386: way
19387:
19388: * src/: classes/file.C, classes/form.C, main/pa_common.C,
19389: main/untaint.C: header untainting to UL_HTTP_HEADER,
19390: UL_MAIL_HEADER made nonforced [only tainted pieces]
19391:
19392: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
19393: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
19394: @ SAPI::log
19395:
19396: * src/main/untaint.C: \r to ' ' in origins mode
19397:
19398: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
19399: set]
19400:
19401: * src/: classes/xdoc.C, include/pa_config_fixed.h,
19402: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
19403: nonstandard liaison freed up
19404:
19405: 2001-10-07 parser
19406:
19407: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
19408: project
19409:
19410: 2001-10-05 parser
19411:
19412: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
19413: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
19414: from outputing to cerr. lots of "todos"
19415:
19416: * src/main/untaint.C: http_header tainting more gentle with
19417: enquoting now
19418:
19419: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
19420: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
19421: xml errorhandler. fixed string.replace a little, read @test
19422:
19423: * src/main/pa_string.C: found replace bug - first_that_starts(char
19424: *) does not have limit, and looks further eos, fixing....
19425:
19426: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
19427:
19428: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
19429:
19430: * src/main/: pa_charset_connection.C: ctype another mem clear
19431: bugfix
19432:
1.116 moko 19433: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
19434: $result[^[$p^]z] now works fine
1.95 moko 19435:
19436: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
19437: wrong. fixed it
19438:
19439: * src/main/pa_charset_connection.C: unicode zero pair at the beging
19440: of totable appered to be vital
19441:
19442: 2001-10-04 parser
19443:
19444: * src/classes/image.C: ^image.length[text]
19445:
19446: 2001-10-03 parser
19447:
19448: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
19449:
19450: * src/main/pa_request.C: restored pcre defaulting in request
19451: [mindlessly "optimized" yesterday] comment left
19452:
19453: 2001-10-02 parser
19454:
19455: * src/: main/pa_charset_manager.C,
19456: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
19457: needed
19458:
19459: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
19460: forgot non-xml pool.*charset needed
19461:
19462: * src/classes/table.C: # config comments fixed
19463:
19464: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
19465: charset_connection #comment now
19466:
19467: * src/: classes/classes.dsp, types/types.dsp: release projects
19468: options fixed to use release msvcrt lib
19469:
19470: * src/main/pa_charset_connection.C: pcre tables now const inside
19471: removed default - pcre handles that internally fixed bug on
19472: not-cleaning tables [previously was calloced, now member]
19473:
19474: * src/: include/pa_request.h, main/pa_charset_connection.C,
19475: main/pa_request.C, types/pa_vstring.h: pcre tables now const
19476: inside removed default - pcre handles that internally fixed bug
19477: on not-cleaning tables [previously was calloced, now member]
19478:
19479: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
19480: tested charset reload on file change @ apache version = OK tested
19481: freeing up prev encoding on adding new = OK
19482:
19483: 2001-10-01 parser
19484:
19485: * src/main/pa_charset_connection.C: removed entitify external hack
19486: [internal installed]
19487:
1.116 moko 19488: * src/main/Makefile.am: makes+removed dtd
1.95 moko 19489:
19490: * src/: include/pa_charset_connection.h,
19491: include/pa_charset_manager.h,
19492: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19493: main/pa_charset_connection.C, main/pa_charset_manager.C,
19494: main/pa_request.C: charset loading & caching mech 0
19495:
19496: * src/: include/pa_stylesheet_connection.h,
19497: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19498: main/pa_globals.C, main/pa_request.C: would make charset loading
19499: & caching mech now
19500:
19501: 2001-09-30 parser
19502:
19503: * src/main/pa_request.C: forgot to fill toTable
19504:
19505: * src/: include/pa_config_fixed.h, main/pa_request.C: started
19506: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
19507: failed on win32 for now..
19508:
19509: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
19510: now charsets table configuration variable is: CHARSETS
19511:
19512: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
19513: ctype with unicode 1. todo: no П entities on output somehow
19514:
19515: * src/: classes/file.C, classes/op.C, classes/string.C,
19516: include/pa_request.h, main/pa_request.C: started ctype with
19517: unicode values
19518:
19519: 2001-09-28 parser
19520:
19521: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
19522: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
19523: string passed AS-IS now
19524:
19525: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
19526: way of user-configuring... todo: implement
19527:
19528: 2001-09-27 parser
19529:
19530: * src/classes/table.C: table.sort changed to sort table itself
19531:
19532: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
19533: X^.getElementsByTagName[tagname] = array of xnode
19534: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
19535: nodes removed - regretfully not supported @ xalan. maybe someday
19536: would reimplement, if needed.
19537:
19538: win32build system: solved long waiting anti-non-started-apache
19539: problem
19540:
19541: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
19542: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19543: types/types.dsp: win32 ident make system so not to rebuild
19544: library [ident.C.new]
19545:
19546: 2001-09-26 parser
19547:
19548: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
19549: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
19550: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19551: types/pa_vxnode.C, types/types.dsp: z
19552:
19553: * src/classes/classes.C: forgot one non-xml check
19554:
1.116 moko 19555: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
19556: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 19557:
19558: * src/targets/cgi/parser3.C: z
19559:
19560: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
19561: targets/isapi/parser3isapi.C: #ifdef SMTP
19562:
19563: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
19564: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19565: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
19566: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
19567: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19568: types/types.dsp: xdoc&xnode now
19569:
19570: * src/: classes/classes.C, classes/classes.awk,
19571: classes/classes.dsp, classes/classes.h, classes/date.C,
19572: classes/dnode.C, classes/dnode.h, classes/dom.C,
19573: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19574: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19575: classes/op.C, classes/response.C, classes/string.C,
19576: classes/table.C, classes/void.C, include/pa_array.h,
19577: include/pa_common.h, include/pa_config_fixed.h,
19578: include/pa_config_includes.h, include/pa_dictionary.h,
19579: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19580: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
19581: include/pa_socks.h, include/pa_sql_connection.h,
19582: include/pa_sql_driver_manager.h, include/pa_stack.h,
19583: include/pa_string.h, include/pa_stylesheet_connection.h,
19584: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
19585: include/pa_xslt_stylesheet_manager.h, main/compile.C,
19586: main/compile.y, main/compile_tools.C, main/compile_tools.h,
19587: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
19588: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19589: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19590: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19591: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
19592: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
19593: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19594: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19595: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
19596: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19597: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
19598: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19599: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19600: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19601: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
19602: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
19603: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19604: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
19605: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19606: types/pa_vmethod_frame.h, types/pa_vobject.h,
19607: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19608: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19609: types/pa_vstateless_object.h, types/pa_vstring.C,
19610: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19611: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
19612: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
19613: main.dsp splitted to main+classes+types along to .am
19614:
19615: * src/classes/Makefile.am: removed useless var
19616:
19617: * src/: classes/classes.cmd, main/main.dsp,
19618: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
19619: main.dsp
19620:
19621: 2001-09-25 parser
19622:
19623: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
19624: 1251 though, todo ICU
19625:
1.116 moko 19626: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 19627: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 19628: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
19629: types/pa_vdom.h: xml configure makes
1.95 moko 19630:
19631: 2001-09-24 parser
19632:
1.116 moko 19633: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
19634: types/Makefile.am: makes
1.95 moko 19635:
1.116 moko 19636: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 19637:
19638: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
19639: started unix makes update
19640:
19641: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
19642: started unix makes update
19643:
19644: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
19645:
19646: * src/types/pa_value.h: z
19647:
19648: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
19649: bugs with usinge hash/table in expressions
19650:
19651: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
19652: resolved conflicts fixed [const]
19653:
19654: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
19655: classes/table.C, include/pa_request.h, include/pa_sapi.h,
19656: main/compile.C, main/compile.tab.C, main/compile.y,
19657: main/compile_tools.h, main/main.dsp, main/pa_common.C,
19658: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19659: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
19660: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
19661: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
19662: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
19663: with before_xml [merge2 actually didn't happen - i've created
19664: tags on wrong branch. so this merge is in fact re-merge]
19665:
19666: 2001-09-21 parser
19667:
19668: * src/: main/main.dsp, targets/cgi/parser3.dsp,
19669: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
19670: produced "" in make file and sadly wrong interpreted on load]
19671:
1.116 moko 19672: * src/: classes/classes.h, classes/hash.C, classes/op.C,
19673: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
19674: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
19675: include/pa_sql_driver_manager.h, include/pa_string.h,
19676: main/compile.tab.C, main/main.dsp, main/pa_common.C,
19677: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
19678: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 19679:
19680: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
19681: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
19682: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
19683: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
19684: main/pa_pool.C, main/pa_request.C,
19685: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
19686: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
19687: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19688: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
19689: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
19690: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
19691: types/pa_vrequest.C, types/pa_vresponse.h,
19692: types/pa_vstateless_class.C, types/pa_vstring.C,
19693: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
19694: created new projects for sql drivers [planning to remove sql
19695: drivers from main cvs project] first, will join latest changes
19696:
19697: * src/classes/: dom.C: defaulted dom writing methods encoding to
19698: pool.get_charset
19699:
19700: * src/classes/dom.C: defaulted dom writing methods encoding to
19701: pool.get_charset
19702:
19703: * src/include/pa_pool.h: defaulted dom writing methods encoding to
19704: pool.get_charset
19705:
19706: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
19707: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
19708: methods encoding to pool.get_charset
19709:
19710: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
19711: transcoder were created right "unsupported encoding" message.
19712: not @ set time, but @ use time, so until xml output functions
19713: .string, .file, .save used - no encoding name check occur
19714:
19715: reduced transcode buffer size to 60 fixed pool cleanup - no
19716: registration needed, pools are officially destructured
19717:
19718: 2001-09-20 parser
19719:
19720: * src/classes/image.C: 20K preload on jpg measure [image::measure]
19721:
19722: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
19723: $MAIN:DEFAULTS.content-type[$.charset[here]]
19724:
19725: * src/: classes/dnode.C, classes/dom.C,
19726: include/pa_config_includes.h, include/pa_globals.h,
19727: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
19728: main/pa_pool.C, targets/cgi/parser3.dsp,
19729: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19730: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
19731: Pool::transcode 0
19732:
19733: * src/classes/dom.C: dom. string save file moved output xml options
19734: to last param and made it optional
19735:
19736: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
19737: dnodes
19738: !$attributenode.specified = boolean
19739: true if the attribute received its value explicitly
19740: in the XML document,
19741: or if a value was assigned programatically with the
19742: setValue function.
19743: false if the attribute value came from the default value
19744: declared in the document's DTD.
19745: !$pinode.target = target of this processing instruction
19746: XML defines this as being the first token following the
19747: markup
19748: that begins the processing instruction.
19749: XPath:
19750: !^node.select[xpath/query/expression] = hash of 0->node0
19751: 1->node1
19752: !^node.select-single[xpath/query/expression] = first node if
19753: any
19754:
19755: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
19756: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
19757: some 'const's added
19758:
19759: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
19760: expression context now, there value = size and boolean value
19761: size!=0
19762:
19763: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
19764: can be used in expression context now, there value = size and
19765: boolean value size!=0
19766:
19767: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
19768: types/pa_vstring.h: dnode .file .string .save moved back to dom
19769: due to strange xalan bug
19770:
19771: 2001-09-18 parser
19772:
19773: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
19774: classes/image.C, classes/op.C, classes/table.C,
19775: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
19776: include/pa_sql_driver_manager.h, main/compile.C,
19777: main/compile.tab.C, main/compile.y, main/compile_tools.h,
19778: main/execute.C, main/pa_common.C, main/pa_request.C,
19779: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
19780: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19781: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
19782: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19783: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
19784: before_xml branch ^if(def $hash) now true only when
19785: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
19786:
19787: * src/: classes/op.C, main/execute.C: operators self changed to
19788: root ^for variable context changed to self
19789:
19790: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
19791: dnode 1
19792:
19793: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
19794: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
19795:
19796: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
19797: poly* fixed
19798:
19799: 2001-09-17 parser
19800:
19801: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
19802: types/pa_vdom.h: started dnode+dom
19803:
19804: dnode DOM methods: $node.name $node.value
19805: ...others...
19806:
19807: ^node.xpath[/rates/USD] = hash
19808: $hash[
19809: $.0[node0]
19810: $.1[node1]
19811: ]
19812:
19813: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
19814: applies to all linear primitives
19815:
19816: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
19817: include/pa_stylesheet_connection.h, main/main.dsp,
19818: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
19819: types/pa_vimage.h: started dnode DOM: $node.name
19820: $node.value ...others... ^node.xpath[/rates/USD] = hash
19821: dom(dnode)
19822:
19823: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
19824: main/compile.y, main/compile_tools.h, main/execute.C,
19825: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
19826: in expression compound($aa.zz.xx) names now can have minus '-' in
19827: name after '.'
19828:
19829: 2001-09-15 parser
19830:
19831: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
19832: image: $line-width ^line(...)[**** style]
19833:
19834: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
19835: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
19836: pool_storage - cleanups first, allocations second. apache wisely
19837: does just like that
19838:
19839: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
19840: rewritten using template, no bugs now
19841:
19842: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
19843: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
19844: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
19845: poorly started isapi pool_storage, would rewrite using template
19846: now
19847:
19848: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
19849: include/pa_stylesheet_connection.h, main/main.dsp,
19850: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
19851: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
19852: xalan objects freed up [introducing Pool::register_cleanup]
19853:
19854: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
19855: comments
19856:
19857: 2001-09-14 parser
19858:
19859: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
19860: z
19861:
19862: * src/: classes/dom.C, classes/file.C, classes/image.C,
19863: classes/mail.C, include/pa_common.h,
19864: include/pa_sql_driver_manager.h, include/pa_string.h,
19865: include/pa_stylesheet_connection.h,
19866: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19867: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
19868: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
19869: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
19870: compiled&cached
19871:
19872: 2001-09-13 parser
19873:
19874: * src/: classes/dom.C, classes/file.C, classes/image.C,
19875: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
19876:
19877: * src/classes/dom.C: dom:file content-type(.method)
19878:
19879: * src/: include/pa_common.h, include/pa_globals.h,
19880: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
19881: string now more informative error messages
19882:
19883: * src/: include/pa_globals.h, include/pa_request.h,
19884: main/pa_request.C, targets/cgi/parser3.C,
19885: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
19886: ParserSiteConfig .../parser3.conf
19887:
19888: cgi&isapi looks for {configure|c:\windows}/parser3.conf
19889:
19890: 2001-09-12 parser
19891:
19892: * src/: classes/op.C, include/pa_sql_driver_manager.h,
19893: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
19894: precise error reporting: "connection string must start with
19895: protocol://" now
19896:
19897: * src/main/compile.tab.C: fixed - subname code parts actually []
19898: braced
19899:
19900: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
19901: lexer on LS_USER level did [] matching without setting nestage,
19902: introduced special LS_NAME_SQUARE_PART state
19903:
19904: 2001-09-11 parser
19905:
19906: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
19907: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
19908: languages+=xml
19909:
19910: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
19911:
19912: * src/classes/dom.C: ^dom:save/string/file[output options] output
19913: options: $.method[xml|html|text] detection fixed
19914:
19915: * src/types/pa_vdom.h: messages
19916:
19917: * src/classes/dom.C: ^dom:save/string/file[output options] output
19918: options: $.method[xml|html|text] detection fixed
19919:
19920: 2001-09-10 parser
19921:
19922: * src/classes/dom.C: ^dom:save/string/file[output options] output
19923: options: $.method[xml|html|text] $.encoding[windows-1251|...]
19924:
19925: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
19926: added]
19927:
19928: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
19929: ^dom.xslt[stylesheet filename] 0
19930:
19931: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
19932: ^dom.xslt[stylesheet filename] -1 doc is lying
19933:
19934: * src/classes/dom.C: ^dom.file[encoding] = file
19935:
19936: * src/classes/: dom.C: ^dom.string[encoding] 1
19937: ^dom.save[encoding;filename]
19938:
19939: * src/classes/dom.C: ^dom.string[] 0
19940:
19941: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
19942:
19943: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
19944: types/pa_vform.h: ^dom.save[b.xml] 0
19945:
19946: 2001-09-08 parser
19947:
19948: * src/types/pa_vform.C: $form:tables.name.field
19949:
19950: 2001-09-07 parser
19951:
19952: * src/classes/table.C: table:empty removed, superceded by ^if(def
19953: $table)...
19954:
19955: * src/targets/cgi/parser3.C: z
19956:
19957: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
19958: from '' to int/double is 0]
19959:
19960: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
19961: $table) is false when table is empty
19962:
19963: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
19964: !$form:tables $atable[$form:tables.a]
19965: ^atable.menu{a=$atable.element}[,]
19966:
19967: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
19968: types/pa_vform.h, types/pa_vhash.h: !$form:fields
19969:
1.116 moko 19970: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 19971: types/pa_vdom.h, types/pa_vform.C: merged with successful start
19972: of dom
19973:
19974: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
19975: types/pa_vform.C, types/pa_vform.h: z
19976:
19977: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
19978: element [not last]
19979:
1.116 moko 19980: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 19981: types/pa_vdom.h: introducing dom. dom:load[a.xml]
19982:
19983: 2001-09-06 parser
19984:
19985: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
19986: table with one column 'element' and two rows: 1 and 2
19987:
19988: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
19989: table with one column 'element' and two rows: 1 and 2
19990:
19991: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
19992: bad int/double conversions, and now $form:nonexistent.int(88)
19993: would return 88
19994:
19995: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
19996: types/pa_vhash.h: now there's special hash key '_default'
19997: [instead of ^_default method] $hash[ $.a[1] $.b[2]
19998: $._default[xx] ] $hash.c
19999:
20000: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
20001: fixed [thanks, fif], ^; were treated there non-literally
20002:
20003: * src/doc/doxygen.cfg: merged new default options from 1.2.10
20004: doxygen
20005:
20006: * src/: classes/image.C, classes/op.C, classes/string.C,
20007: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
20008: types/pa_vtable.C: few #ifndef DOXYGEN
20009:
20010: 2001-09-05 parser
20011:
20012: * src/classes/: string.C, table.C: sql options can be void [same as
20013: image:html the other day]
20014:
20015: * src/targets/cgi/Makefile.am: .am undo
20016:
20017: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20018: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
20019: macro expantion on param, simply qoutes whatever passed, undone
20020:
20021: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20022: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
20023: STRINGIZE(name) #name invented
20024:
20025: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20026: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
20027: MAIN_SQL_DRIVERS_NAME "drivers"
20028:
20029: moved to be availible to all users
20030:
20031: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
20032: SQL_DRIVER_CREATE_FUNC_NAME
20033:
20034: * src/classes/mail.C: MAIN:MAIL check fixed
20035:
20036: 2001-09-04 parser
20037:
20038: * src/classes/image.C: image.html now can accept void params
20039:
20040: * src/targets/isapi/parser3isapi.C: z
20041:
20042: * src/targets/cgi/parser3.C: full_file_spec bug
20043:
20044: * src/targets/cgi/parser3.C: getenvcheck
20045:
20046: * src/targets/cgi/parser3.C: zz
20047:
20048: * src/targets/cgi/parser3.C: zzz
20049:
20050: * src/classes/date.C: date
20051:
20052: * src/classes/date.C: date:sql-string is now without ''
20053:
1.116 moko 20054: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 20055: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
20056: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
20057:
1.116 moko 20058: * src/include/pa_config_auto.h.in: makes
1.95 moko 20059:
20060: 2001-09-03 parser
20061:
20062: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
20063:
20064: 2001-09-01 parser
20065:
20066: * src/classes/image.C: letter_spacing
20067:
20068: * src/classes/image.C: image: font params changed
20069:
20070: * src/classes/image.C: image: as_int as_string used
20071:
20072: * src/types/pa_vmethod_frame.h: $result[] now gets properly
20073: analized
20074:
20075: 2001-08-31 parser
20076:
20077: * src/targets/cgi/parser3.C: z
20078:
1.116 moko 20079: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
20080: cygwin
1.95 moko 20081:
20082: * src/classes/void.C: void:int/double += (default)
20083:
20084: * src/classes/image.C: image:font added space param image:font
20085: changed charwidth alg, added kerning const[for now]
20086:
20087: * src/classes/: string.C, table.C: string:int/double (defaults)
20088:
20089: 2001-08-29 parser
20090:
20091: * src/main/pa_exception.C: exception redundant debug info
20092:
20093: 2001-08-28 parser
20094:
20095: * src/classes/image.C: image error msgs
20096:
20097: * src/classes/image.C: image: gifsize little endian
20098:
20099: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
20100: doxygeneration
20101:
20102: * src/: classes/Makefile.am, main/Makefile.am,
20103: targets/cgi/Makefile.am, types/Makefile.am: .am-s
20104:
20105: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
20106: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
20107:
20108: * src/main/compile.C: NO_STRING_ORIGIN check2
20109:
20110: * src/classes/table.C: NO_STRING_ORIGIN check
20111:
20112: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
20113: storage class specifiers invalid in friend function declarations
20114:
20115: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
20116: main/untaint.C, targets/cgi/parser3.C,
20117: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
20118: case of limit
20119:
20120: * src/: classes/file.C, main/pa_common.C: file:move
20121: autocreate/remove dest/src dir
20122:
20123: * src/: classes/string.C, include/pa_dictionary.h,
20124: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
20125: main/untaint.C: pa_directory speeded up. moved zero 'from' check
20126: to directory constructor. string:replace
20127:
20128: 2001-08-27 parser
20129:
20130: * src/classes/image.C: fixed jpgsize alg
20131:
20132: * src/classes/image.C: fixed jpgsize alg
20133:
20134: * src/main/pa_exception.C: z
20135:
20136: * src/main/pa_common.C: removed debug info from pa_common
20137:
20138: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
20139: [auto.p from current dir loading]
20140:
1.116 moko 20141: * src/: main/pa_common.C, main/pa_exception.C,
20142: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
20143: for solaris -lsocket
1.95 moko 20144:
20145: 2001-08-24 parser
20146:
20147: * src/targets/cgi/parser3.C: not cgi extra \n 3
20148:
20149: * src/targets/cgi/parser3.C: not cgi extra \n 2
20150:
20151: * src/targets/cgi/parser3.C: not cgi extra \n
20152:
20153: * src/main/pa_sql_driver_manager.C: z
20154:
20155: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
20156: sql* removed services from disconnect - cross-request ideological
20157: probs.
20158:
20159: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
20160: cross-request ideological probs. oracle - fixed bug: cs
20161: allocated on request.pool and got freed before disconnect
20162:
20163: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
20164: mallocs fixed
20165:
20166: 2001-08-23 parser
20167:
20168: * src/classes/file.C: minor bug in file:save fixed
20169:
20170: * src/main/pa_sql_driver_manager.C: oracle: dlink
20171:
20172: 2001-08-22 parser
20173:
20174: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
20175: types/pa_vfile.h: file:load|save[text|binary;
20176:
20177: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
20178:
20179: 2001-08-21 parser
20180:
20181: * src/classes/: file.C, table.C: ^file:list
20182:
20183: 2001-08-20 parser
20184:
20185: * src/: main/compile.tab.C, main/compile.y,
20186: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
20187: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
20188: recousively caused problems: inc incremeted 123 literal!! fixed
20189:
20190: 2001-08-10 parser
20191:
20192: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
20193:
20194: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20195: added
20196:
20197: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20198: added
20199:
20200: * src/classes/table.C: table:sort restored [it was bad test :(]
20201:
20202: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
20203: ''
20204:
20205: * src/main/: pa_request.C: wanted to make const int
20206: MAX_EXECUTE_SECONDS=1;
20207:
20208: but couldnt, set_callback_and_alarm appeared to be not exported
20209: :(
20210:
20211: * src/main/pa_string.C: string.match hanged on. there were a hang
20212: check but it weren't wise enough
20213:
20214: @parse[dateString][tmp]
20215: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
20216: #end
20217:
20218: @main[] ^parse[2001-02-03]
20219:
20220: * src/classes/: table.C: table:sort now default desc
20221:
20222: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20223: table.sort now creates new sorted table
20224:
20225: 2001-08-09 parser
20226:
20227: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
20228:
20229: * src/classes/hash.C: hash:_default now [was hash:default]
20230:
20231: * src/classes/op.C: case without switch check added
20232:
20233: * src/types/pa_vcookie.C: cookie name&value origins added, more
20234: precise $ORIGINS(1)
20235:
20236: * src/main/Makefile.am: .am
20237:
20238: * src/classes/void.C: void: int double copy/paste from int: bug
20239: fixed
20240:
20241: * src/classes/void.C: void: int double copy/paste from int: bug
20242: fixed
20243:
20244: 2001-08-07 parser
20245:
20246: * src/: classes/double.C, classes/int.C, classes/string.C,
20247: classes/table.C, include/pa_globals.h, main/pa_globals.C:
20248: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
20249: string, table
20250:
20251: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
20252: srand made working
20253:
20254: 2001-08-06 parser
20255:
20256: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
20257: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
20258: main/compile.tab.C, main/compile.y, main/pa_array.C,
20259: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
20260: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
20261:
20262: * src/main/pa_exec.C: exec win32 real filename
20263:
20264: * src/classes/file.C: exec stderr out
20265:
20266: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
20267:
20268: 2001-08-03 parser
20269:
20270: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
20271:
20272: 2001-08-02 parser
20273:
20274: * src/: classes/string.C, classes/table.C, include/pa_array.h,
20275: main/execute.C, main/pa_exec.C: introducing Array_iter
20276:
20277: * src/main/execute.C: detected quick_get recursion bug. changed to
20278: get@execute, but needs array iterator, separate from array to
20279: avoid it & use caching
20280:
20281: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
20282: bug fixed
20283:
20284: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
20285: main/execute.C, main/pa_globals.C: found another multithread bug
20286: in op.C (last, last global var killed) :)
20287:
20288: 2001-08-01 parser
20289:
20290: * src/: include/pa_dictionary.h, include/pa_globals.h,
20291: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
20292: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20293: main/untaint.C: speeded up typo-html replacements. introducing
20294: Dictionary with first-char caching
20295:
20296: 2001-07-31 parser
20297:
20298: * src/types/Makefile.am: pa_vtable.C added to .am
20299:
20300: * src/main/compile.tab.C: added, so that could be compiled even on
20301: non-bison-enabled platforms
20302:
20303: 2001-07-28 parser
20304:
20305: * src/classes/table.C: table:hash always produces hash, when can't
20306: - empty
20307:
20308: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
20309: skipped \n
20310:
20311: 2001-07-27 parser
20312:
20313: * src/classes/: double.C, int.C, string.C: provided meaningful msg
20314: on int/double/string :sql without result and default
20315:
20316: 2001-07-26 parser
20317:
20318: * src/classes/op.C: fixed bad multithread bug with strangly global
20319: OP
20320:
20321: * src/main/compile.y: $man[$.age[zzz]] 0
20322:
20323: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
20324: creation syntax problem persists. restored $: for a while.
20325: thinking of $man[$.age[zzz]] syntax now
20326:
20327: * src/: classes/double.C, classes/int.C, classes/string.C,
20328: include/pa_opcode.h, main/compile.C, main/compile.y,
20329: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
20330: types/pa_vmethod_frame.h, types/pa_wcontext.h,
20331: types/pa_wwrapper.h: fixing :: realization #1
20332:
20333: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
20334: main/compile_tools.h, main/execute.C, main/pa_request.C,
20335: types/pa_vmethod_frame.h: introducing :: this is constructor call
20336: prefix. ordinary : remains for static accesses
20337:
20338: 2001-07-25 parser
20339:
20340: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
20341: fields 2. methods 3. columns
20342:
20343: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
20344: quote. optimized double&int tostring-s
20345:
20346: * src/main/: compile.C, compile.y, compile_tools.h: allowed
20347: whitespace before first method decl
20348:
20349: * src/classes/table.C: allowed nontable result in table:sql,
20350: results in empty table
20351:
20352: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
20353: lines before first method decl
20354:
20355: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
20356: types/pa_vtable.h: ^table.record[] now $table.fields
20357:
20358: * src/main/compile.y: $var[] is now empty string, not void
20359:
20360: * src/main/: compile.y, execute.C: $var[] is now empty string, not
20361: void
20362:
20363: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
20364: main/pa_globals.C: match replace code context moved to implicit
20365: $match context
20366:
20367: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
20368: main/compile_tools.h, main/execute.C: with killed, code storage
20369: introduced with former 'with' syntax
20370:
20371: 2001-07-24 parser
20372:
20373: * src/: main/compile.C, main/execute.C, main/pa_string.C,
20374: types/pa_value.h: first get_element, next get operator
20375:
20376: * src/main/compile.y: removed @end handling
20377:
20378: * src/main/: compile.C, compile.y: @end handling method2
20379:
20380: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
20381: file:move
20382:
20383: * src/main/pa_common.C: file_read close @ eof when imgsize bug
20384: fixed
20385:
20386: 2001-07-23 parser
20387:
20388: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
20389: driver
20390:
20391: * src/classes/hash.C: changed sql driver query interface
20392:
20393: * src/: classes/hash.C, classes/string.C, classes/table.C,
20394: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
20395: changed sql driver query interface
20396:
20397: 2001-07-20 parser
20398:
20399: * src/types/pa_vrequest.C: X!$browser:type
20400:
20401: * src/: classes/file.C, classes/string.C, include/pa_string.h,
20402: main/execute.C, main/pa_string.C, types/pa_valiased.C,
20403: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
20404: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
20405: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
20406: types/pa_vobject.h, types/pa_vrequest.C,
20407: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
20408: ^class:method dynamic calls allowed. ^BASE.method call disabled.
20409: BASE element globally removed
20410:
20411: 2001-07-18 parser
20412:
20413: * src/classes/file.C: file:exec/cgi msg
20414:
20415: * src/classes/file.C: $file:exit-code renamed to 'status'
20416:
20417: * src/: classes/file.C, main/pa_exec.C: file:exec
20418:
1.116 moko 20419: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20420: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
20421: removed $id from *.in *.am
1.95 moko 20422:
20423: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
20424: abbrevations
20425:
20426: * src/: classes/date.C, classes/mail.C, classes/math.C,
20427: classes/string.C, classes/table.C, include/pa_globals.h,
20428: include/pa_string.h, main/execute.C, main/pa_globals.C,
20429: main/pa_request.C, main/pa_string.C, main/untaint.C,
20430: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
20431: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
20432: $ORIGINS(1) output tracing mode
20433:
20434: 2001-07-13 parser
20435:
20436: * src/: classes/double.C, classes/int.C, classes/string.C,
20437: include/pa_request.h, main/execute.C, main/pa_request.C:
20438: auto.p[@auto], /news/auto.p[no @auto], so that initializing
20439: second would not call first @auto
20440:
20441: * src/main/: execute.C, pa_request.C: order of MAIN parents was
20442: wrong, fixed
20443:
20444: 2001-07-12 parser
20445:
20446: * src/types/pa_value.h: pa_value.putelement modification of system
20447: classes prevented
20448:
20449: 2001-07-11 parser
20450:
20451: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
20452: table $piece
20453:
20454: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
20455: types/pa_vstateless_class.h: $file created by file:state +=
20456: .atime .mtime .ctime +found&fixed bug with exceptions on
20457: get_junction-created objects [they were on wrong pool]
20458:
20459: 2001-07-09 parser
20460:
20461: * src/main/untaint.C: qp wrong name
20462:
20463: * src/: classes/date.C, classes/string.C, classes/table.C,
20464: main/compile.y: date format 0
20465:
20466: 2001-07-07 parser
20467:
20468: * src/: classes/date.C, classes/table.C, include/pa_common.h,
20469: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
20470: roll table calendar
20471:
20472: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
20473: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
20474: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
20475: include/pa_request.h, main/main.dsp, types/pa_value.h,
20476: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
20477: string. todo: sql, calendar
20478:
20479: 2001-07-06 parser
20480:
20481: * src/: classes/math.C, include/pa_request.h, main/execute.C,
20482: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
20483:
20484: 2001-07-03 parser
20485:
20486: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
20487: classes/random.C, main/main.dsp: class random renamed to math,
20488: operators became methods
20489:
20490: * src/classes/op.C: pow sqrt
20491:
20492: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
20493:
20494: 2001-07-02 parser
20495:
20496: * src/classes/table.C: ^table.columns column renamed from 'name' to
20497: 'column'
20498:
20499: * src/classes/hash.C: ^hash.keys[]
20500:
20501: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
20502:
20503: * src/main/: compile.y, compile_tools.h: in expressions now allowed
20504: 'strings'
20505:
20506: 2001-06-29 parser
20507:
20508: * src/main/: execute.C: /0 %0 checkes ver 2
20509:
20510: * src/main/execute.C: /0 %0 checke
20511:
20512: * src/classes/Makefile.am: nothing - void
20513:
20514: * src/classes/table.C: empty strings @ sql
20515:
20516: 2001-06-28 parser
20517:
20518: * src/: classes/double.C, classes/file.C, classes/form.C,
20519: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20520: classes/op.C, classes/random.C, classes/response.C,
20521: classes/string.C, classes/table.C, classes/void.C,
20522: main/compile.C, main/compile_tools.C, main/execute.C,
20523: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20524: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20525: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20526: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20527: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
20528: targets/isapi/parser3isapi.C, main/compile.y: */ static const
20529: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
20530: $";
20531:
20532: * src/: classes/double.C, classes/file.C, classes/form.C,
20533: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20534: classes/op.C, classes/random.C, classes/response.C,
20535: classes/string.C, classes/table.C, classes/void.C,
20536: main/compile.C, main/compile.y, main/compile_tools.C,
20537: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
20538: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20539: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20540: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20541: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 20542: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 20543:
20544: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
20545: $class:name: == ${class:name}:
20546:
20547: * src/classes/string.C: exactly one
20548:
20549: 2001-06-27 parser
20550:
20551: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
20552: types/pa_vvoid.h: nothing renamed to void
20553:
20554: * src/classes/op.C: ^switch ^case
20555:
20556: * src/main/compile.y: nothing renamed to void
20557:
20558: * src/: classes/hash.C, classes/table.C, main/compile.y,
20559: main/execute.C, main/main.dsp, main/pa_request.C,
20560: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
20561: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
20562: void
20563:
20564: * src/main/compile.y: lexer: $zzzz^zzzz were name part
20565:
20566: 2001-05-28 parser
20567:
20568: * src/doc/html2chm.cmd: removed >a
20569:
20570: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
20571: project options [some bugs]
20572:
20573: * src/doc/sources2html.cmd: z
20574:
20575: * src/: classes/classes.C, main/compile.C, main/compile.y,
20576: main/execute.C: operators are not in root class again
20577:
20578: 2001-05-24 parser
20579:
20580: * src/targets/cgi/parser3.dsp: project file
20581:
20582: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
20583: ^log ^exp
20584:
20585: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
20586: conversions in @exception[params]
20587:
20588: * src/main/pa_request.C: // no _ conversions in @exception[params]
20589:
20590: 2001-05-23 parser
20591:
20592: * src/main/pa_string.C: string cmp bug
20593:
20594: * src/classes/: mail.C, op.C: rem max 1000
20595:
20596: * src/: classes/op.C, main/compile.y: allow one empty line before
20597: LS_DEF_NAME
20598:
20599: 2001-05-22 parser
20600:
20601: * src/classes/op.C: if params code-required
20602:
20603: 2001-05-21 parser
20604:
20605: * src/types/pa_vstring.C: eoleof
20606:
20607: * src/classes/Makefile.am: .AM
20608:
20609: * src/classes/nothing.C: resultless ^sql moved to nothing:
20610:
20611: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
20612:
20613: * src/: classes/double.C, classes/nothing.C, classes/string.C,
20614: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
20615: types/pa_vunknown.h, classes/hash.C, main/compile.y,
20616: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
20617: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
20618: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
20619: 'nothing'
20620:
20621: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
20622: vstring::set_string
20623:
20624: * src/classes/: double.C, int.C, string.C: int,double;sql
20625:
20626: * src/: classes/hash.C, classes/int.C, classes/string.C,
20627: classes/table.C, include/pa_string.h, main/pa_string.C,
20628: types/pa_vstring.C, types/pa_vstring.h: started int:sql
20629:
20630: * src/: classes/classes.C, classes/hash.C, classes/op.C,
20631: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
20632: hash:sql moved to main trunc. operators.txt updated
20633:
20634: * src/classes/: hash.C, op.C, table.C: hash:sql
20635:
20636: * src/classes/op.C: z
20637:
20638: * src/: main/compile.C, classes/classes.C: 1
20639:
20640: * src/: classes/classes.C, main/compile.C, main/compile.y,
20641: main/execute.C: 0
20642:
20643: * src/main/execute.C: z
20644:
20645: * src/targets/cgi/parser3.C: z
20646:
20647: * src/targets/cgi/parser3.C: argv can be just "parser3". made
20648: site_auto_path "." in that case
20649:
20650: * src/targets/cgi/: parser3.C: z
20651:
20652: * src/main/pa_request.C: .am
20653:
20654: * src/: main/pa_request.C, targets/cgi/parser3.C:
20655: pcre_tables=pcre_default_tables;
20656:
20657: 2001-05-19 parser
20658:
20659: * src/main/pa_string.C: z
20660:
20661: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
20662: introducing String::cstr_bufsize, returns just size+1 for as_is
20663: target.
20664:
20665: * src/: main/untaint.C, targets/cgi/pa_pool.C,
20666: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
20667: used, 4* mem wasted
20668:
20669: * src/classes/string.C: root context in match replace body now
20670: unchanged
20671:
20672: * src/types/pa_value.h: parameter # 1 based
20673:
20674: * src/main/pa_common.C: common: actual filename '%s'
20675:
20676: * src/classes/string.C: z
20677:
20678: * src/classes/Makefile.am: classes/.am
20679:
20680: * src/classes/: Makefile.am: classes/.am
20681:
20682: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
20683: targets/cgi/pa_pool.C: classes/.am
20684:
20685: 2001-05-18 parser
20686:
1.116 moko 20687: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
20688: pa_threads.C ins
1.95 moko 20689:
20690: * src/targets/cgi/Makefile.am: .am pa_threads.C added
20691:
20692: 2001-05-17 parser
20693:
20694: * src/: classes/string.C, include/pa_config_fixed.h,
20695: include/pa_config_includes.h, main/compile.y,
20696: main/compile_tools.h, main/execute.C, main/pa_array.C,
20697: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
20698: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
20699: types/pa_vform.C: #include "pa_config_includes.h" removed from
20700: most .C
20701:
20702: * src/doc/html2chm.cmd: z
20703:
20704: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
20705: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
20706:
20707: * src/main/pa_sql_driver_manager.C: moved expiration to
20708: get_connection_from_cache
20709:
20710: * src/main/pa_sql_driver_manager.C: cache expiration bf
20711:
20712: * src/: classes/classes.h, include/pa_sql_connection.h,
20713: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
20714: cache expiration[use SQL_Driver::disconnect]
20715:
20716: * src/main/pa_table.C: table.locate current restored on "not found"
20717:
20718: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
20719: line no
20720:
20721: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
20722: ANTI_ENDLESS_EXECUTE_RECOURSION
20723:
20724: * src/: classes/op.C, include/pa_sql_connection.h,
20725: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
20726: sql/pa_sql_driver.h: fixed problem at last: 2connections own
20727: 1driver and set_services fight for driver::fservices. before fix
20728:
20729: * src/: classes/op.C, include/pa_config_fixed.h,
20730: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20731: main/pa_sql_driver_manager.C: found problem at last: 2connections
20732: own 1driver and set_services fight for driver::fservices. before
20733: fix
20734:
20735: * src/: include/pa_config_fixed.h, include/pa_threads.h,
20736: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20737: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
20738: pa_threads.C
20739:
20740: * src/include/pa_threads.h: removed targets/parser
20741:
20742: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
20743: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
20744: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
20745: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
20746: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
20747: headers
20748:
20749: * src/: classes/image.C, include/pa_sql_driver_manager.h,
20750: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
20751: order prevented sqlmanager to see MULTYTHREAD define
20752:
20753: * src/: include/pa_config_fixed.h, include/pa_threads.h,
20754: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
20755: put/gets
20756:
20757: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
20758: from hash.h
20759:
20760: * src/: classes/op.C, include/pa_sql_connection.h,
20761: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
20762: from cache ->set_services(&services);
20763:
20764: 2001-05-16 parser
20765:
20766: * src/targets/cgi/parser3.C: z
20767:
20768: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
20769: debug, #ifdefed some. would debug later, on more precise sample
20770: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
20771: $name.$tail[$tail!] $name.$tail } ok3
20772:
20773: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
20774: removed array debug. before vstring rebasing
20775:
20776: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
20777: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
20778: array debugged; adjusted
20779:
20780: * src/main/: pa_sql_driver_manager.C, pa_string.C:
20781: SQL_Driver_manager line no for connect/charset errors
20782:
20783: 2001-05-15 parser
20784:
20785: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
20786: main/pa_string.C: string+array made linear grows
20787:
20788: * src/: include/pa_string.h, main/pa_string.C,
20789: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
20790: grow lineary, not exponentialy
20791:
20792: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
20793: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
20794: with fullchunk cmps
20795:
20796: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
20797: 70041= 81
20798:
20799: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
20800: targets/cgi/parser3.C: detected huge mem allocation: size/times
20801: malloc 27809390/368771, calloc 3232/83. would test now
20802:
20803: * src/: classes/random.C, main/compile.y, main/execute.C,
20804: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
20805: numbered params had wrong name - for instance: bad error message
20806: in ^for[] bad body type. fixed
20807:
20808: 2001-05-14 parser
20809:
20810: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
20811: main/untaint.C: ^string.upper|lower[]
20812:
20813: 2001-05-11 parser
20814:
20815: * src/: classes/double.C, classes/image.C, classes/op.C,
20816: classes/string.C, classes/table.C, classes/unknown.C,
20817: main/execute.C, types/pa_value.h, types/pa_vbool.h,
20818: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
20819: types/pa_vunknown.h: op: MAX_LOOPS as_int
20820:
20821: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
20822: .dsp for win32tools
20823:
20824: 2001-05-11 paf
20825:
20826: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
20827: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
20828: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
20829: targets/isapi/kill.pl: moved win32 helpers to /win32tools
20830:
20831: 2001-05-10 paf
20832:
20833: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
20834: for C++, that's all
20835:
1.116 moko 20836: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
20837: pa_config_includes.h: inline wonders
1.95 moko 20838:
20839: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
20840: doc/doxygen.cmd: hash.C added
20841:
20842: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
20843:
20844: * src/main/compile.y: @end grammar: allowed zero strings in control
20845: menthod
20846:
20847: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
20848: pa_vstateless_object.h: changed priority: field before method
20849: lookup in vclass & vobject
20850:
20851: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
20852: grammar: priorities changes [lowerd && prior] vobject: now first
20853: fields, next methods
20854:
20855: 2001-05-08 paf
20856:
20857: * src/main/pa_table.C: table columnname2item on nameless ignored
20858: bark=false. fixed
20859:
20860: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
20861: types/pa_vmethod_frame.h: hash:default works at last!
20862:
20863: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
20864: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
20865: hash:default
20866:
20867: * src/classes/table.C: z
20868:
20869: * src/classes/table.C: table:hash always hash of hash now
20870:
20871: * src/classes/table.C: table:empty return bool now
20872:
20873: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
20874: include/pa_table.h, main/pa_table.C, types/pa_value.h,
20875: types/pa_vtable.h: table:hash
20876:
20877: * src/classes/table.C: table:record have name
20878:
20879: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
20880: returns vunknown
20881:
20882: * src/classes/: double.C, int.C, op.C, string.C:
20883: int,double,string:int[] double[] string:length[] results now have
20884: hames
20885:
20886: * src/: classes/op.C, classes/table.C, main/main.dsp,
20887: types/pa_vtable.h: removed table:find. table:locate and op:eval
20888: now return bool
20889:
20890: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
20891: in method checkparams again. fixed
20892:
20893: 2001-05-07 paf
20894:
20895: * src/doc/chm.cmd: cmd
20896:
20897: * src/: classes/image.C, classes/mail.C, classes/string.C,
20898: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
20899: types/pa_value.h: method reported errors on wrong pool
20900:
20901: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
20902: now
20903:
20904: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
20905: include/code.h, include/pa_opcode.h, main/compile.C,
20906: main/compile_tools.h, main/execute.C, types/pa_value.h,
20907: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20908: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
20909: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
20910: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20911: types/pa_vmethod_frame.h, types/pa_vobject.h,
20912: types/pa_vrequest.h, types/pa_vresponse.h,
20913: types/pa_vstateless_class.h, types/pa_vstring.h,
20914: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
20915: types/pa_wwrapper.h: pa_code.h
20916:
20917: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
20918:
20919: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
20920: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
20921: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
20922: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
20923: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
20924: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
20925: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
20926: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
20927: types/pa_vtable.h: dox, split by not clean parts also
20928:
20929: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
20930: types/pa_vtable.h: table: fields, then methods. so to enable
20931: 'dir' fields & co. more
20932:
20933: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
20934: so to enable 'dir' fields & co.
20935:
20936: * src/main/compile.y: grammar: @end
20937:
20938: 2001-05-04 paf
20939:
20940: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20941: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
20942:
20943: * src/: classes/classes.h, classes/double.C, classes/file.C,
20944: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
20945: classes/op.C, classes/random.C, classes/response.C,
20946: classes/string.C, classes/table.C, classes/unknown.C,
20947: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
20948: method dox
20949:
20950: 2001-05-03 paf
20951:
20952: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
20953: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
20954: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
20955: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
20956: doc/string.dox, doc/targets.dox, doc/value.dox,
20957: main/pa_request.C: dox splitted .dox files and added some
20958:
20959: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
20960:
20961: 2001-05-02 paf
20962:
20963: * src/classes/: image.C, table.C: table:dir result are not tainted
20964: by file_name language now
20965:
20966: 2001-04-28 paf
20967:
20968: * src/classes/classes.inc: removed classes.inc
20969:
20970: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
20971: from .am
20972:
20973: * src/classes/classes.awk: skipped classes in .awk
20974:
20975: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
20976: classes/classes.inc, classes/double.C, classes/file.C,
20977: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
20978: classes/string.C, classes/table.C, classes/unknown.C,
20979: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
20980: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
20981: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
20982: pa_methoded back to classes/classes.h
20983:
20984: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
20985:
20986: * src/: classes/Makefile.am, classes/classes.awk,
20987: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
20988: classes/ls.exe, main/bison.exe: classes.inc autogenerator
20989:
20990: * src/: classes/classes.C, classes/classes.h, classes/double.C,
20991: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
20992: classes/response.C, classes/string.C, classes/table.C,
20993: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
20994: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
20995: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
20996: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
20997: include|main/pa_methoded
20998:
20999: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
21000: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
21001:
21002: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
21003: moved some configured data to request::classes_conf moved some
21004: string crations from globals to M... [works]
21005:
21006: * src/: classes/form.C, classes/mail.C, classes/op.C,
21007: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
21008: main/pa_request.C: moved some configured data to
21009: request::classes_conf moved some string crations from globals to
21010: M...
21011:
21012: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
21013: about to move configured data to special request hash
21014:
21015: * src/: classes/classes.C, classes/classes.h, classes/file.C,
21016: classes/form.C, classes/mail.C, include/pa_request.h,
21017: main/pa_request.C: configure started
21018:
21019: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
21020: 2. todo: methoded-configure
21021:
21022: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21023: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21024: classes/_random.h, classes/_response.h, classes/_string.h,
21025: classes/_table.h, classes/_unknown.h, classes/classes.inc,
21026: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21027: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21028: classes/random.C, classes/response.C, classes/string.C,
21029: classes/table.C, classes/unknown.C, include/pa_globals.h,
21030: include/pa_request.h, main/compile.y, main/execute.C,
21031: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21032: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21033: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
21034: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
21035: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21036: types/pa_vrequest.h, types/pa_vresponse.h,
21037: types/pa_vstateless_class.h, types/pa_vstring.h,
21038: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21039: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
21040: methoded-configure
21041:
21042: * src/: classes/file.C, classes/table.C, main/compile.y,
21043: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
21044: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
21045: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
21046:
21047: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
21048: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21049: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21050: classes/random.C, classes/response.C, classes/string.C,
21051: classes/table.C, classes/unknown.C, include/pa_request.h,
21052: main/compile.y, main/execute.C, main/pa_globals.C,
21053: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
21054: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
21055: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
21056: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
21057: beautifying just compiled. todo: debug, configure
21058:
21059: 2001-04-27 paf
21060:
21061: * src/: classes/file.C, classes/image.C, classes/table.C,
21062: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
21063: beautifying -99
21064:
21065: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
21066: classes/_response.h, classes/_unknown.h, classes/classes.C,
21067: classes/classes.h, classes/double.C, classes/file.C,
21068: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21069: classes/op.C, classes/random.C, classes/response.C,
21070: classes/string.C, include/pa_globals.h, main/main.dsp,
21071: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
21072: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21073: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
21074: types/pa_vunknown.h: beautifying -100
21075:
21076: * src/main/compile.y: serge@ found @CLASS bug. fixed
21077:
21078: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
21079: classes/_op.h, classes/_random.h, classes/_table.h,
21080: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
21081: classes/op.C, classes/random.C, classes/response.C,
21082: classes/string.C, classes/table.C, classes/unknown.C,
21083: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21084: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21085: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
21086: beautifying
21087:
21088: 2001-04-26 paf
21089:
21090: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
21091:
21092: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
21093: documentation ++
21094:
21095: * src/: classes/_exec.h, doc/doxygen.cfg,
21096: include/pa_config_fixed.h, include/pa_config_includes.h,
21097: targets/cgi/pa_pool.C: code documentation ++
21098:
21099: * src/: classes/_image.h, classes/op.C, classes/random.C,
21100: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21101: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21102: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
21103: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21104: types/pa_vmethod_frame.h, types/pa_vobject.h,
21105: types/pa_vrequest.C, types/pa_vrequest.h,
21106: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
21107: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
21108: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
21109: code documentation ++
21110:
21111: * src/: classes/image.C, classes/mail.C, classes/string.C,
21112: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
21113: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
21114: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
21115: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21116: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21117: types/pa_vobject.h, types/pa_vstateless_class.h,
21118: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
21119:
21120: * src/main/: pa_request.C, pa_string.C: z
21121:
21122: * src/: include/pa_common.h, include/pa_types.h,
21123: main/pa_sql_driver_manager.C: module [and, guess, isapi]
21124: connection caching fixed. request-pooled-url were stored into
21125: global connectioncache
21126:
21127: 2001-04-25 paf
21128:
21129: * src/: doc/doxygen.cfg, doc/doxygen.txt,
21130: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
21131:
21132: * src/: include/code.h, include/pa_common.h, main/compile.y,
21133: main/execute.C, main/pa_common.C: -d
21134:
21135: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
21136: illegal call check a bit improved, but still under iis no mapping
21137: of dir with parser allowed!
21138:
21139: 2001-04-24 paf
21140:
21141: * src/targets/Makefile.am: apache module lib .am
21142:
21143: * src/main/pa_exec.C: windows32 buildCommand
21144:
21145: 2001-04-23 paf
21146:
21147: * src/targets/cgi/Makefile.am: win32 conditional
21148:
21149: * src/targets/cgi/Makefile.am: win32 conditional
21150:
21151: * src/targets/cgi/Makefile.am: liblink
21152:
21153: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
21154: vfile fields return type
21155:
21156: * src/types/pa_vfile.h: vfile fields return type
21157:
21158: * src/include/pa_config_auto.h.in: .h.in
21159:
21160: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
21161: types/Makefile: makefiles removed
21162:
21163: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
21164: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
21165:
21166: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
21167: [tested: i & g ]
21168:
21169: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
21170: @test noticed series in isapi, check how initialize_random_class
21171: is called! [must be called only once]
21172:
21173: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
21174: would not be 'unknown column'
21175:
21176: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
21177: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
21178:
21179: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
21180: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
21181: [now doesnt]
21182:
21183: * src/targets/cgi/parser3.C: cgi cmdline ver
21184:
21185: * src/targets/cgi/parser3.C: cgi /// @test disable
21186: /cgi-bin/parser3/auto.p
21187:
21188: * src/main/untaint.C: untaint without charset
21189:
21190: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21191: main/pa_common.C: common: file_write /// @test mkdirs
21192: file_delete rmdirs
21193:
21194: * src/main/untaint.C: mail header only once to =?
21195:
21196: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
21197: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
21198: main/untaint.C: untaint - @test optimize whitespaces for
21199: all but 'html'
21200:
21201: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
21202: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
21203: main/untaint.C: untaint - @test mail-header
21204:
21205: 2001-04-20 paf
21206:
21207: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21208: include/pa_request.h, include/pa_string.h, main/compile.y,
21209: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21210: targets/cgi/parser3.C: $MAIN:LOCALE
21211:
21212: * src/main/untaint.C: z
21213:
21214: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
21215:
21216: 2001-04-19 paf
21217:
21218: * src/main/compile_tools.h: $a$b bugfix
21219:
21220: * src/targets/cgi/parser3.C: z
21221:
21222: * src/classes/file.C: z
21223:
21224: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
21225: done: header to $fields. waits for header '\' tricks
21226:
21227: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
21228: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
21229: changed urlencode here and in untaint.C to HTTP standard's " and
21230: \" mech
21231:
21232: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
21233: http://alx/~paf/ doesnt load /auto.p
21234:
21235: 2001-04-18 paf
21236:
21237: * src/main/pa_request.C: 1
21238:
21239: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
21240: linux @alx
21241:
21242: 2001-04-17 paf
21243:
21244: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
21245: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
21246: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
21247: enabled
21248:
21249: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21250: classes/_exec.h, classes/_file.h, classes/_form.h,
21251: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21252: classes/_random.h, classes/_response.h, classes/_string.h,
21253: classes/_table.h, classes/_unknown.h, classes/file.C,
21254: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
21255: include/pa_config_fixed.h, include/pa_config_includes.h,
21256: include/pa_hash.h, include/pa_sql_driver_manager.h,
21257: include/pa_version.h, main/Makefile.am, main/compile.y,
21258: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
21259: main/pa_sql_driver_manager.C, sql/Makefile.am,
21260: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
21261: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
21262: types/pa_vform.C, types/pa_vimage.h: exec @jav
21263:
21264: * src/: include/pa_sql_driver_manager.h,
21265: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21266: types/pa_vimage.h: sql driver interface now has initialize(client
21267: .so)
21268:
21269: 2001-04-16 paf
21270:
21271: * src/Makefile.am: compile2 cygwin
21272:
21273: * src/: include/pa_config_includes.h, main/pa_exec.C,
21274: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
21275:
21276: * src/targets/cgi/Makefile.am: compile0 jav
21277:
21278: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21279: classes/_exec.h, classes/_file.h, classes/_form.h,
21280: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21281: classes/_random.h, classes/_response.h, classes/_string.h,
21282: classes/_table.h, classes/_unknown.h, classes/image.C,
21283: classes/mail.C, classes/op.C, classes/random.C,
21284: include/pa_config_fixed.h, include/pa_config_includes.h,
21285: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
21286: main/compile.y, main/pa_common.C, main/pa_exec.C,
21287: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
21288: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
21289: compile-1
21290:
21291: 2001-04-15 paf
21292:
21293: * src/classes/op.C: z
21294:
21295: * src/classes/table.C: table:empty +=process
21296:
21297: * src/types/pa_value.h: MethodParams !junction
21298:
21299: * src/: classes/_string.h, classes/double.C, classes/file.C,
21300: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21301: classes/random.C, classes/response.C, classes/string.C,
21302: classes/table.C, classes/unknown.C, main/pa_request.C:
21303: MethodParams everywhere
21304:
21305: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
21306: types/pa_vmethod_frame.h: MethodParams in op.C
21307:
21308: 2001-04-12 paf
21309:
21310: * src/: classes/image.C, types/pa_vimage.h: image:font :text
21311:
21312: * src/: classes/_unknown.h, classes/unknown.C,
21313: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21314: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
21315:
21316: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
21317:
21318: * src/classes/image.C: image:gif now does not have params
21319:
21320: * src/classes/image.C:
21321: image:line/fill/rectangle/bar/replace/polygon/polybar
21322:
21323: * src/: classes/image.C, classes/op.C, main/execute.C,
21324: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
21325: for var now written not to r.wcontext, but to r.root cleared
21326: "entered_object" state
21327:
21328: 2001-04-11 paf
21329:
21330: * src/classes/image.C: image:create image:load
21331:
21332: * src/: classes/image.C, main/main.dsp: gd with mem write + image
21333: just compiled
21334:
21335: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21336: todo: gif without file
21337:
21338: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
21339: started porting to Pooled descendant
21340:
21341: * src/: classes/image.C, main/execute.C, main/main.dsp,
21342: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
21343: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
21344: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
21345:
21346: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
21347: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
21348: end. switching to python imaging lib
21349:
21350: * src/main/main.dsp: gd+smtp made separate libs
21351:
21352: * src/: include/pa_globals.h, include/pa_string.h,
21353: main/pa_common.C, main/pa_request.C, main/untaint.C,
21354: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
21355: length
21356:
21357: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
21358: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
21359: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
21360: UL_FILE_NAME of posted file name
21361:
21362: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
21363: post [broke when moved post read to core]
21364:
21365: 2001-04-10 paf
21366:
21367: * src/classes/image.C: image:html done
21368:
21369: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
21370:
21371: * src/classes/image.C: z
21372:
21373: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
21374: forgotten!
21375:
21376: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
21377: main/pa_request.C, main/pa_string.C, main/untaint.C,
21378: types/pa_vimage.h: image:measure -90
21379:
21380: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21381: classes/_int.h, classes/_mail.h, classes/_op.h,
21382: classes/_random.h, classes/_response.h, classes/_string.h,
21383: classes/_table.h, classes/file.C, classes/mail.C,
21384: include/pa_common.h, include/pa_globals.h, main/execute.C,
21385: main/main.dsp, main/pa_common.C, main/pa_globals.C,
21386: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
21387: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
21388: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
21389: compiled
21390:
21391: * src/classes/mail.C: minor bug with unclear from/to
21392:
21393: * src/classes/mail.C: sendmail unix skipping defaults
21394:
21395: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
21396: sendmail unix added defaults
21397:
21398: * src/classes/mail.C: unix sendmail compiled. todo:testing
21399:
21400: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
21401:
21402: 2001-04-09 paf
21403:
21404: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
21405: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
21406: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21407: targets/isapi/parser3isapi.dsp: all targets exec
21408:
21409: * src/: include/pa_sapi.h, include/pa_string.h,
21410: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21411: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
21412: args in apache:util.script
21413:
21414: * src/include/pa_string.h: written but not tested exec with env for
21415: unix
21416:
21417: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
21418: targets/cgi/parser3.C: exec win32 env
21419:
21420: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
21421: 0
21422:
21423: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
21424: main/execute.C, main/main.dsp, main/pa_globals.C,
21425: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
21426: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
21427:
21428: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
21429: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
21430:
21431: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
21432: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
21433:
21434: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
21435: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
21436: main/pa_common.C, main/pa_request.C, main/pa_string.C,
21437: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21438: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
21439: exec class just compiled. moved post read to request core
21440:
21441: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
21442: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
21443: main/pa_globals.C, targets/cgi/parser3.C,
21444: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
21445: are already read by vform
21446:
21447: 2001-04-08 paf
21448:
21449: * src/: classes/file.C, classes/mail.C, classes/string.C,
21450: include/pa_request.h, include/pa_string.h, main/pa_request.C:
21451: uuencode. string<<
21452:
21453: 2001-04-07 paf
21454:
21455: * src/classes/mail.C: z
21456:
21457: * src/classes/mail.C: z
21458:
21459: * src/classes/mail.C: ^mail[$attach
21460:
21461: * src/classes/mail.C: ^attach dead end
21462:
21463: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
21464: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21465: targets/isapi/parser3isapi.C: mail:send 1
21466:
21467: * src/: classes/mail.C, main/pa_request.C: z
21468:
21469: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
21470: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
21471: compiled
21472:
21473: * src/classes/mail.C: +=
21474:
21475: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
21476: prepared
21477:
21478: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
21479: include/pa_globals.h, include/pa_string.h, main/main.dsp,
21480: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21481: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
21482:
21483: 2001-04-06 paf
21484:
21485: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
21486: main/pa_string.C: table:dir 1
21487:
21488: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
21489: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
21490:
21491: * src/: classes/_op.h, classes/_root.h, classes/op.C,
21492: classes/root.C, include/pa_globals.h, include/pa_request.h,
21493: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
21494: main/pa_request.C: renamed 'root' to 'op'
21495:
21496: * src/classes/: _op.h, op.C: renamed from 'root'
21497:
21498: * src/types/pa_valiased.C: another root inherititance skipped
21499:
21500: * src/main/: compile.C, compile.y, execute.C: operators are now not
21501: root methods of parent class. just 'ROOT' class
21502:
21503: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
21504: @office
21505:
21506: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
21507:
21508: 2001-04-05 paf
21509:
21510: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
21511: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
21512: constructor flag dropped at get_method_frame and remembered into
21513: method_frame
21514:
21515: * src/: classes/file.C, classes/root.C, classes/string.C,
21516: classes/table.C, main/pa_request.C: junction to code&expression
21517: in errors
21518:
21519: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
21520: main/pa_string.C, targets/isapi/parser3isapi.dsp:
21521: $LOCALE:ctype[Russian_Russia.1251]
21522:
21523: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21524: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
21525: main/pa_table.C: hash now not thread-safe.
21526:
21527: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
21528: main/untaint.C: z
21529:
21530: * src/: classes/random.C, classes/root.C, classes/table.C,
21531: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
21532: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
21533: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
21534: types/pa_wcontext.h: sql quote. string untaint UL_SQL
21535:
21536: * src/: classes/table.C, include/pa_sql_connection.h,
21537: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
21538:
21539: * src/classes/table.C: select * from hren error contains statement
21540:
21541: * src/: classes/table.C, include/pa_sql_connection.h,
21542: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
21543: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
21544:
21545: * src/: classes/root.C, include/pa_sql_connection.h,
21546: include/pa_sql_driver.h, main/main.dsp,
21547: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
21548: services for conv memory & error reporting
21549:
21550: 2001-04-04 paf
21551:
21552: * src/doc/doxygen.cfg: z
21553:
21554: * src/include/pa_sql_driver.h: mysql connect
21555:
21556: * src/include/pa_sql_driver.h: mysql info
21557:
21558: * src/: classes/root.C, include/pa_sql_driver.h,
21559: include/pa_sql_driver_manager.h, main/main.dsp,
21560: main/pa_sql_driver_manager.C: more manager&connection&driver
21561:
21562: * src/sql/Makefile.am: forgot to add mysql client
21563:
21564: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
21565: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
21566: [forgot to add libltdl, added]
21567:
21568: * src/: Makefile.am, classes/root.C, classes/string.C,
21569: classes/table.C, include/pa_globals.h, include/pa_hash.h,
21570: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
21571: include/pa_string.h, include/pa_table.h, main/main.dsp,
21572: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
21573: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
21574: -1000 just compiled
21575:
21576: * src/: classes/random.C, classes/root.C, classes/table.C,
21577: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
21578: main/pa_request.C, types/pa_vclass.h: sql frame -10
21579:
21580: 2001-04-03 paf
21581:
21582: * src/types/pa_vform.C: z
21583:
21584: * src/: classes/string.C, types/pa_vform.C: string:match replace
21585: assigned lang
21586:
21587: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
21588: {}[]< empty []
21589:
21590: * src/: classes/file.C, classes/string.C, classes/table.C,
21591: include/pa_string.h, main/pa_common.C, main/pa_string.C,
21592: main/untaint.C: string:match replace 2. string.cstr(forced lang)
21593:
21594: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21595: string:match replace strange matches
21596:
21597: * src/classes/string.C: string:match replace 0
21598:
21599: * src/: classes/string.C, main/pa_string.C: string:match replace
21600: prepared 2
21601:
21602: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21603: string:match replace prepared
21604:
21605: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21606: string:match replace -11
21607:
21608: * src/: classes/string.C, include/pa_globals.h,
21609: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
21610: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
21611:
21612: * src/: classes/string.C, include/pa_globals.h,
21613: include/pa_string.h, main/main.dsp, main/pa_globals.C,
21614: main/pa_string.C: string:match [search] -1 just compiled
21615:
21616: * src/types/pa_vstring.C: z
21617:
21618: * src/: classes/double.C, classes/file.C, classes/form.C,
21619: classes/int.C, classes/response.C, classes/root.C,
21620: classes/string.C, classes/table.C, include/pa_string.h,
21621: main/pa_string.C: string:match -10 [frame]
21622:
21623: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
21624: main/pa_request.C: z
21625:
21626: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
21627: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
21628: todo/tests
21629:
21630: * src/include/pa_common.h: z
21631:
21632: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
21633: main/pa_request.C, targets/cgi/parser3.C,
21634: targets/isapi/parser3isapi.C, types/pa_vfile.C:
21635: content-disposition
21636:
21637: * src/: include/pa_common.h, include/pa_globals.h,
21638: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
21639: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
21640:
21641: * src/: include/pa_common.h, include/pa_request.h,
21642: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
21643: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21644: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
21645: response:body
21646:
21647: * src/classes/table.C: table:append now uses string::split
21648:
21649: * src/classes/table.C: z
21650:
21651: * src/: classes/file.C, classes/root.C, classes/string.C,
21652: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
21653: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
21654: include/pa_string.h, main/execute.C, main/pa_string.C,
21655: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
21656: string::pos & cmp & piece bugs fixed. string::split new
21657: table:load separated from set table:set implemented with clean \n
21658: \t searches
21659:
21660: 2001-04-02 paf
21661:
21662: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
21663: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
21664: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
21665: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
21666: it in table:set/load
21667:
21668: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
21669: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
21670:
21671: * src/classes/random.C: random:generate 1
21672:
21673: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
21674: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21675: types/pa_value.h: random:generate
21676:
21677: 2001-03-30 paf
21678:
21679: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
21680: todo: table flip and append. string::pos
21681:
21682: * src/: classes/double.C, classes/file.C, classes/int.C,
21683: classes/response.C, classes/root.C, classes/string.C,
21684: classes/table.C, main/compile.y, main/execute.C,
21685: types/pa_value.h, types/pa_vstateless_class.C,
21686: types/pa_vstateless_class.h: static|dynamic|any method
21687: registration
21688:
21689: * src/: classes/file.C, classes/table.C, include/pa_table.h,
21690: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
21691: table:flip
21692:
21693: 2001-03-29 paf
21694:
21695: * src/classes/string.C: string:xsplit forgot that they must result
21696: in 1 row N column [not vice versa]
21697:
21698: * src/classes/string.C: z
21699:
21700: * src/classes/string.C: string: rsplit
21701:
21702: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21703: string: lsplit
21704:
21705: * src/: classes/string.C, include/pa_string.h, main/execute.C,
21706: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
21707: lsplit -1
21708:
21709: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
21710: string: pos
21711:
21712: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
21713: string: pos -1
21714:
21715: * src/: classes/string.C, classes/table.C, include/pa_string.h,
21716: main/compile.y, main/pa_request.C, main/pa_string.C,
21717: main/untaint.C: string: left right mid
21718:
21719: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
21720: main/compile_tools.h, main/main.dsp, types/pa_value.h,
21721: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
21722: and [;] are different now.
21723:
21724: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
21725: main/untaint.C: pool.request undone
21726:
21727: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
21728: main/untaint.C: pool.request
21729:
21730: 2001-03-28 paf
21731:
21732: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
21733: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21734: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
21735: $request:browser [.type .version]; unknown.get_double now = 0.
21736:
21737: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
21738: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
21739: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
21740: types/pa_vform.C: file:load autodetection of mime-type by
21741: user-file-name
21742:
21743: * src/: classes/file.C, main/execute.C, main/pa_common.C,
21744: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
21745: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
21746:
21747: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21748: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
21749: write. must be self.set
21750:
21751: * src/: classes/file.C, classes/root.C, classes/table.C,
21752: include/pa_table.h, main/pa_table.C: table:locate1, file:test
21753:
21754: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
21755: include/pa_table.h, main/pa_array.C, main/pa_table.C,
21756: types/pa_vtable.h: table:locate just compiled
21757:
21758: 2001-03-27 paf
21759:
21760: * src/main/: execute.C, pa_common.C: fixed r/w context of
21761: code-params2, fixed ntfs hardlink slow dir update
21762:
21763: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
21764: types/pa_wcontext.h: fixed r/w context of code-params
21765:
21766: * src/: classes/table.C, main/execute.C: about to change junction
21767: rcontext!!
21768:
21769: * src/: classes/double.C, classes/int.C, classes/root.C,
21770: classes/string.C, classes/table.C, main/compile_tools.C,
21771: main/execute.C, main/pa_request.C, main/untaint.C,
21772: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
21773: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
21774: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
21775: types/pa_vunknown.h: sort 0
21776:
21777: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
21778: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
21779: renamed to are_static_calls_disabled
21780:
21781: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
21782: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
21783: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
21784: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
21785:
21786: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
21787:
21788: * src/: classes/table.C, include/pa_common.h, main/compile.y:
21789: started table:sort fixed minor bug in #...^{
21790:
21791: * src/: classes/table.C, include/pa_common.h, main/compile.y,
21792: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
21793: decided to have as it were. stepped back. grammar: added 'in'
21794: 'is' 'lt'&co follow-space check
21795:
21796: 2001-03-26 paf
21797:
21798: * src/: classes/file.C, classes/root.C, classes/table.C,
21799: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
21800: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21801: main/pa_table.C: moved ::save to pa_table. disabled @auto
21802: invocation in ^process
21803:
21804: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
21805:
21806: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
21807: main/pa_array.C: table:record
21808:
21809: * src/: main/untaint.C, targets/cgi/parser3.C,
21810: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21811: targets/isapi/pool_storage.h, types/pa_valiased.h,
21812: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
21813: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
21814: types/pa_vtable.h: z
21815:
21816: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
21817: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
21818: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
21819: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
21820: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
21821: method realisations on 'self' validity - they now can simply
21822: assume that 'self' is V{Proper} .
21823:
21824: 2001-03-25 paf
21825:
21826: * src/main/untaint.C: z
21827:
21828: * src/main/: pa_request.C, untaint.C: moved default typo-table to
21829: lowlevel - it initialization could be skipped if failed in @auto.
21830: so that exception report would use some table
21831:
21832: * src/main/pa_request.C: table empty lines ignored. system-default
21833: content type assigned in output:result [can fail in main:auto and
21834: skipped normal defaults extraction]
21835:
21836: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
21837: bug
21838:
21839: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
21840: processing to table [except preliminary \r\n \r \n replacements
21841: to "\n"]
21842:
21843: * src/: classes/table.C, main/untaint.C: html-typo - decided to
21844: move all the processing to table
21845:
21846: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
21847: main/pa_table.C, main/untaint.C: returned table originating.
21848: useful for reporting typo table problems origin. think would be
21849: useful somewhere else
21850:
21851: * src/main/untaint.C: typo \r \r\n \n properly handled
21852:
21853: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
21854: include/pa_table.h, main/compile.y, main/compile_tools.C,
21855: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
21856: main/pa_string.C, main/pa_table.C, main/untaint.C,
21857: types/pa_vcookie.h: typo & typo-default
21858:
21859: 2001-03-24 paf
21860:
21861: * src/main/pa_common.C: z
21862:
21863: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21864: targets/cgi/parser3.C: html-typo 2
21865:
21866: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
21867: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
21868: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
21869: main/execute.C, main/pa_array.C, main/pa_globals.C,
21870: main/pa_request.C, main/pa_string.C, main/untaint.C,
21871: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21872: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
21873: noticed double default content-type prob. run cgi.cmd tomorrow
21874: first html-typo sample. detected << problem: they become ltlt too
21875: fast
21876:
21877: * src/main/compile.y: z
21878:
21879: * src/main/: compile.y, compile_tools.h: #comment
21880:
21881: * src/: classes/file.C, classes/root.C, classes/table.C,
21882: include/pa_common.h, include/pa_request.h, main/compile.y,
21883: main/pa_common.C, main/pa_request.C, main/pa_string.C,
21884: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
21885: stringified
21886:
21887: * src/types/pa_valiased.C: decided to String-ify file_read
21888:
21889: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
21890: isapi/parser3isapi.dsp: cgi: sapi::log
21891:
21892: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
21893: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
21894: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
21895: error log experiments failed - cgi under iis got no access to
21896: log. registereventsource simply failed with 5(illegal call) code,
21897: while worked OK as standalone executable. isapi: used
21898: HSE_APPEND_LOG_PARAMETER feature
21899:
21900: * src/: include/pa_common.h, include/pa_globals.h,
21901: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
21902: targets/isapi/parser3isapi.C: fixed default content-type
21903: allocation storage
21904:
21905: * src/: include/pa_globals.h, include/pa_request.h,
21906: main/pa_globals.C, main/pa_request.C: z
21907:
21908: * src/: include/pa_array.h, include/pa_hash.h,
21909: include/pa_request.h, main/compile.y, main/pa_array.C,
21910: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
21911: types/pa_vcookie.C: cyclic uses ignored. defaulted default
21912: content-type
21913:
21914: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
21915: sanity
21916:
21917: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
21918: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
21919: away freeze mech. no danger now for you can't do
21920: ^request:process[@new-method[] body] trick anymore. still
21921: remains $some_instance.process[@new-method[] possibility] but
21922: would leave it as a feature. see index for sample
21923:
21924: * src/: include/pa_common.h, main/pa_common.C,
21925: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
21926: monkey every target
21927:
21928: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
21929: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
21930: types/pa_vform.C, types/pa_vform.h: auto.p monkey
21931:
21932: 2001-03-23 paf
21933:
21934: * src/: include/pa_pool.h, main/pa_request.C,
21935: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21936: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21937: targets/isapi/pool_storage.h: isapi: dumb pool storage
21938:
21939: * src/targets/isapi/pa_pool.C: decided to continue with extension
21940:
21941: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
21942: it would be better to rewrite as filter then to deal with pool
21943:
21944: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
21945: now like in cgi, not from APPL_PHYSICAL_PATH
21946:
21947: * src/: classes/root.C, classes/table.C, include/pa_common.h,
21948: include/pa_config_fixed.h, include/pa_config_includes.h,
21949: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
21950: include/pa_version.h, main/compile.y, main/execute.C,
21951: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
21952: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21953: main/untaint.C, targets/cgi/parser3.C,
21954: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
21955: cgi: reinvent document_root and request_uri under iis. autoconf
21956: updated. introducing ap_config_includes
21957:
21958: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
21959:
21960: * src/targets/cgi/parser3.C: cgi: only one pool now
21961:
21962: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
21963: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
21964: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
21965: types/pa_venv.h, types/pa_vform.C: sapi made object
21966:
21967: * src/: include/pa_globals.h, main/pa_request.C,
21968: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21969: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
21970: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
21971:
21972: * src/: main/pa_request.C, targets/cgi/parser3.C,
21973: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
21974: isapi minor env beauty
21975:
21976: * src/: main/pa_request.C, targets/cgi/parser3.C,
21977: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
21978: isapi document_root 0
21979:
21980: 2001-03-22 paf
21981:
21982: * src/targets/isapi/parser3isapi.C: isapi keep-alive
21983:
21984: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
21985: isapi/parser3isapi.C: z
21986:
21987: * src/: include/pa_pool.h, main/pa_request.C,
21988: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
21989:
21990: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
21991: kill.pl: isapi added utils
21992:
21993: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
21994: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21995: types/pa_vform.C: isapi 0
21996:
21997: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
21998: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21999: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22000: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
22001: started isapi
22002:
22003: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
22004: some comments
22005:
22006: * src/: include/pa_globals.h, include/pa_request.h,
22007: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
22008: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
22009: parser_root_auto_path parser_site_auto_path
22010:
22011: * src/types/pa_vcookie.C: cookie attr decoded
22012:
22013: 2001-03-21 paf
22014:
22015: * src/targets/cgi/parser3.C: z
22016:
22017: * src/include/pa_globals.h: post. todo: config of auto.p path
22018:
22019: * src/: include/pa_globals.h, targets/cgi/parser3.C,
22020: types/pa_venv.h: in cookie & env. todo:post
22021:
22022: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
22023: classes/root.C, classes/table.C, include/pa_array.h,
22024: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
22025: include/pa_request.h, include/pa_string.h, main/Makefile.am,
22026: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
22027: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22028: main/pa_table.C, main/untaint.C, targets/Makefile.am,
22029: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22030: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
22031: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
22032: shifted apache branch on main trunc
22033:
22034: * src/: include/pa_common.h, include/pa_globals.h,
22035: include/pa_pool.h, include/pa_request.h, main/main.dsp,
22036: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
22037: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
22038: starting mod_parser3
22039:
22040: * src/targets/cgi/parser3.C: starting mod_parser3
22041:
22042: 2001-03-20 paf
22043:
22044: * src/: main/pa_common.C, targets/cgi/Makefile.am,
22045: targets/cgi/parser3.C: automake compiled and works. todo:make
22046: win32 ifdefs work and add ifdef unistd
22047:
22048: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
22049: main/Makefile.am, main/pa_common.C, main/pa_request.C,
22050: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
22051: z
22052:
22053: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
22054: main/execute.C, main/pa_common.C, types/Makefile.am: removing
22055: locking
22056:
22057: * src/: classes/Makefile.am, types/Makefile.am: z
22058:
22059: * src/: Makefile.am, classes/file.C, classes/root.C,
22060: classes/table.C, include/pa_array.h, include/pa_request.h,
22061: include/pa_string.h, main/Makefile.am, main/execute.C,
22062: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22063: main/pa_string.C, main/untaint.C, targets/Makefile.am,
22064: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22065: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
22066:
22067: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22068: main/pa_request.C, types/pa_vfile.h: ^table:save
22069:
22070: * src/: classes/file.C, classes/table.C, include/pa_array.h,
22071: include/pa_common.h, include/pa_request.h, include/pa_string.h,
22072: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
22073: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
22074: types/pa_vform.h: z
22075:
22076: * src/include/pa_string.h: z
22077:
22078: * src/: classes/_request.h, classes/request.C, main/main.dsp,
22079: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
22080: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22081: :Value
22082:
22083: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
22084: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22085: :VStateless_object
22086:
22087: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
22088: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
22089: :VStateless_object
22090:
22091: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22092: types/pa_valiased.C, types/pa_vform.h: commented VForm
22093:
22094: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
22095: types/pa_valiased.h, types/pa_value.h,
22096: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22097: types/pa_vstateless_object.h: moved common get_element part from
22098: stateless object&class into VAliased
22099:
22100: * src/: classes/_env.h, classes/_table.h, classes/env.C,
22101: classes/table.C, main/execute.C, main/main.dsp,
22102: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
22103: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
22104: now :Value
22105:
22106: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
22107: main/execute.C, main/main.dsp, main/pa_globals.C,
22108: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
22109:
22110: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
22111: doxx
22112:
22113: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
22114: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22115: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
22116: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
22117: and ^file:save
22118:
22119: 2001-03-19 paf
22120:
22121: * src/types/pa_vfile.C: z
22122:
22123: * src/: classes/file.C, classes/request.C, classes/table.C,
22124: include/pa_string.h, main/main.dsp, main/pa_pool.C,
22125: main/pa_request.C, main/untaint.C, types/pa_value.h,
22126: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
22127:
22128: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
22129: include/pa_string.h, include/pa_table.h, main/main.dsp,
22130: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
22131: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
22132: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
22133: classes/_file.h, classes/file.C, types/pa_vfile.C,
22134: types/pa_vfile.h: file class just compiled
22135:
22136: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
22137: include/pa_table.h, include/pa_types.h, main/execute.C,
22138: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22139: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
22140: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
22141:
22142: * src/include/pa_pool.h: z
22143:
22144: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
22145: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
22146: Hash::Value to Val so to doxygen would finlly stop confusing
22147: those Value-s
22148:
22149: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
22150: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
22151: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22152: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22153: include/pa_types.h, main/compile.C, main/compile.y,
22154: main/compile_tools.C, main/compile_tools.h, main/execute.C,
22155: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
22156: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
22157: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22158: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
22159:
22160: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
22161: derivates somehow unlinked. don't know why yet
22162:
22163: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
22164: include/pa_string.h, include/pa_threads.h, main/compile.C,
22165: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22166: main/execute.C, main/pa_array.C, main/pa_common.C,
22167: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
22168: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22169: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
22170:
22171: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
22172: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
22173: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
22174: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
22175: types/pa_vrequest.h: doc: detected Value derivates prob
22176:
22177: * src/include/pa_globals.h: z
22178:
22179: * src/: classes/_request.h, classes/request.C, include/code.h,
22180: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
22181: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
22182: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
22183: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22184: main/execute.C, main/pa_pool.C, main/pa_request.C,
22185: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22186: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
22187:
22188: 2001-03-18 paf
22189:
22190: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
22191: cookie: allowed access to hash-assigned
22192:
22193: * src/targets/cgi/parser3.C: z
22194:
22195: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
22196: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
22197: include/pa_types.h, main/main.dsp, main/pa_common.C,
22198: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22199: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22200: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
22201: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22202: types/pa_vunknown.h: cookie class
22203:
22204: * src/main/pa_request.C: zero length output allowed
22205:
22206: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
22207: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
22208:
22209: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
22210: lang switch
22211:
22212: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
22213: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22214: types/pa_value.h, types/pa_vhash.h:
22215: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
22216:
22217: * src/main/execute.C: z
22218:
22219: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
22220: targets/cgi/parser3.C: taint[uri
22221:
22222: * src/: classes/request.C, classes/response.C, classes/root.C,
22223: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22224: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
22225: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
22226:
22227: * src/: classes/root.C, classes/string.C, include/pa_string.h,
22228: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22229: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
22230: types/pa_vstateless_class.C: convinient string(pool, char *src,
22231: bool tainted) ctor
22232:
22233: * src/: include/pa_hash.h, include/pa_request.h,
22234: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
22235: main/pa_request.C, main/pa_string.C, main/untaint.C,
22236: targets/cgi/parser3.C: proper @exceptions params tainting
22237:
22238: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
22239: response fields to header
22240:
22241: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22242: z
22243:
22244: * src/: classes/_response.h, classes/response.C,
22245: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22246: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
22247: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22248: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
22249: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
22250: $response: 0 request::core exception rethrow
22251:
22252: 2001-03-16 paf
22253:
22254: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
22255: types/pa_vrequest.h: native method' class call with less params
22256: then needed error reporting
22257:
22258: * src/: classes/_request.h, classes/request.C,
22259: include/pa_globals.h, include/pa_request.h, main/execute.C,
22260: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22261: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
22262: types/pa_vrequest.h: $request : query :uri
22263:
22264: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
22265: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
22266: types/pa_wcontext.h: $result
22267:
22268: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
22269:
22270: * src/: classes/double.C, include/code.h, main/compile.y,
22271: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
22272: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
22273:
22274: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
22275: main/compile.y, main/execute.C, types/pa_value.h,
22276: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
22277: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
22278: wcontext conflict
22279:
22280: * src/: main/execute.C, types/pa_value.h,
22281: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
22282: $string.field
22283:
22284: 2001-03-15 paf
22285:
22286: * src/main/pa_request.C: news sample
22287:
22288: * src/: main/compile.y, main/execute.C, main/pa_request.C,
22289: targets/cgi/parser3.C, types/pa_vstring.h: @exception
22290:
22291: * src/main/: compile.y, execute.C: z
22292:
22293: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
22294: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
22295: pre pre works
22296:
22297: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22298: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
22299: fillfields just compiled
22300:
22301: 2001-03-14 paf
22302:
22303: * src/: include/pa_request.h, main/pa_request.C,
22304: targets/cgi/parser3.C: z
22305:
22306: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22307: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
22308: types/pa_vstring.h: limits -1
22309:
22310: * src/: include/pa_globals.h, include/pa_request.h,
22311: include/pa_types.h, main/main.dsp, main/pa_globals.C,
22312: main/pa_request.C, targets/cgi/parser3.C,
22313: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
22314: request_info -1
22315:
22316: * src/: include/pa_globals.h, main/pa_globals.C,
22317: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22318: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
22319: vform_fields_fill
22320:
22321: * src/targets/cgi/parser3.C: # if MSVC
22322:
22323: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
22324: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
22325:
22326: * src/targets/cgi/parser3.C: z
22327:
22328: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
22329: include/pa_string.h, include/pa_types.h, main/compile.y,
22330: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
22331: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
22332: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
22333: types/pa_vunknown.h: global handler, exceptions in parser3
22334:
22335: 2001-03-13 paf
22336:
22337: * src/: classes/form.C, main/compile.y, main/core.C,
22338: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
22339: types/pa_vform.h, types/pa_vstateless_class.C,
22340: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
22341: instead
22342:
22343: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22344: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
22345: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
22346: started cgi target
22347:
22348: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
22349: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
22350: before error show with parser
22351:
22352: * src/: classes/_form.h, classes/form.C, include/core.h,
22353: include/pa_request.h, main/core.C, main/pa_request.C,
22354: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
22355:
22356: * src/targets/cgi/: parser.dsp, parser3.dsp: z
22357:
22358: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
22359: parser3.C: renamed targets/ parser to cgi
22360:
22361: * src/: classes/double.C, classes/env.C, classes/int.C,
22362: classes/root.C, classes/string.C, classes/table.C,
22363: include/pa_request.h, types/pa_vhash.h: z
22364:
22365: * src/: classes/_env.h, classes/env.C, classes/root.C,
22366: include/core.h, include/pa_pool.h, include/pa_request.h,
22367: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
22368: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22369: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
22370: [historical moment :)]
22371:
22372: * src/: include/code.h, include/pa_string.h, main/compile.y,
22373: main/execute.C, main/pa_string.C: 'value is type' expr operator
22374:
22375: * src/types/pa_venv.h: $ENV 1
22376:
22377: * src/main/execute.C: z
22378:
22379: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
22380: future methods of ENV constructor if
22381:
22382: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
22383: class
22384:
22385: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22386: classes/_root.h, classes/_string.h, classes/_table.h,
22387: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22388: classes/string.C, classes/table.C, include/pa_request.h,
22389: main/compile.C, main/compile_tools.h, main/core.C,
22390: main/execute.C, main/main.dsp, main/pa_request.C,
22391: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22392: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22393: types/pa_vobject.h, types/pa_vstateless_class.C,
22394: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22395: types/pa_wcontext.h: $ENV: re 0, stateless classes
22396:
22397: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22398: classes/_root.h, classes/_string.h, classes/_table.h,
22399: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
22400: classes/string.C, classes/table.C, include/pa_request.h,
22401: main/compile.C, main/compile_tools.h, main/core.C,
22402: main/execute.C, main/main.dsp, main/pa_request.C,
22403: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
22404: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
22405: types/pa_vobject.h, types/pa_vstateless_class.C,
22406: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
22407: types/pa_wcontext.h: $ENV: re 0, stateless classes
22408:
22409: * src/: include/pa_request.h, main/compile.C, main/execute.C,
22410: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
22411: yesterdays bad decision on execute_static_method
22412:
22413: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
22414:
22415: * src/: classes/double.C, classes/int.C, classes/root.C,
22416: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
22417:
22418: * src/main/pa_request.C: z
22419:
22420: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22421: include/pa_pool.h: skipped_restructure_exceptions_dead_end
22422:
22423: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
22424: include/pa_pool.h, main/pa_request.C:
22425: restructure_exceptions_dead_end
22426:
22427: * src/: classes/root.C, main/compile.y: ^if required junctions.
22428: allowed ; inside {} to break params
22429:
22430: * src/classes/root.C: ^eval
22431:
22432: * src/: classes/_string.h, classes/double.C, classes/int.C,
22433: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
22434: string ^format
22435:
22436: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
22437: 'bad' but not 'enough'
22438:
22439: * src/: classes/double.C, classes/root.C, classes/table.C,
22440: include/pa_common.h, include/pa_types.h, main/compile.y,
22441: main/pa_common.C, main/pa_request.C, main/untaint.C,
22442: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
22443: types/pa_wwrapper.h: think constructing flag as is is bad
22444:
22445: * src/: classes/double.C, classes/int.C, classes/root.C,
22446: classes/string.C, classes/table.C, main/core.C, main/execute.C,
22447: types/pa_vint.h: ^for
22448:
22449: 2001-03-12 paf
22450:
22451: * src/classes/table.C: table ^empty
22452:
22453: * src/: classes/table.C, include/pa_table.h: table ^menu
22454:
22455: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
22456: ^offset ^line ^count
22457:
22458: * src/classes/root.C: ^round() ^floor() ^ceiling()
22459: ^abs() ^sign()
22460:
22461: * src/classes/: root.C, table.C: ^use
22462:
22463: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22464: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
22465: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22466: ^while. switched off wcontext.constructing after write(value) or
22467: auto-vhash-constructing
22468:
22469: * src/: classes/root.C, classes/table.C, include/pa_request.h,
22470: main/pa_request.C: fail_if_junction_ helper func
22471:
22472: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22473: include/pa_request.h, main/execute.C, main/main.dsp,
22474: main/pa_common.C, main/pa_request.C: ^process error point by
22475: actual method_name, not source. ^load
22476:
22477: * src/types/pa_vtable.h: table: no, better with string in cells...
22478:
22479: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
22480: classes/_table.h, classes/table.C, main/untaint.C: z
22481:
22482: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
22483: include/pa_table.h, main/core.C, main/execute.C,
22484: main/pa_common.C, main/pa_request.C, main/pa_table.C,
22485: types/pa_value.h: table:set 0
22486:
22487: * src/: classes/root.C, include/core.h, include/pa_array.h,
22488: include/pa_request.h, include/pa_table.h, main/core.C,
22489: main/main.dsp, main/pa_request.C, main/pa_table.C,
22490: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
22491: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
22492: types/pa_vstring.h: freeze, ^table:create[] -1
22493:
22494: * src/: classes/root.C, types/pa_value.h: z
22495:
22496: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
22497: get_method in couple places optimizing them
22498:
22499: * src/classes/root.C: z
22500:
22501: * src/: classes/root.C, types/pa_vclass.h: process temp main
22502: zeroing
22503:
22504: * src/: classes/double.C, classes/int.C, classes/root.C,
22505: classes/string.C, include/pa_common.h, include/pa_request.h,
22506: include/pa_string.h, include/pa_types.h, main/compile.C,
22507: main/compile.y, main/compile_tools.h, main/execute.C,
22508: main/pa_common.C, main/pa_request.C, types/pa_value.h,
22509: types/pa_vmframe.h: ^process. actual names to store param and
22510: check_actual_numbered_params for better place diagnostics
22511:
22512: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
22513: method-junctions bug fixed
22514:
22515: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
22516: pa_vstateless_object.h, pa_vstring.h: stateless_object
22517:
22518: 2001-03-11 paf
22519:
22520: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
22521: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
22522: VDouble VInt base now VObject_base - without fields
22523:
22524: * src/: classes/root.C, include/core.h, main/core.C: z
22525:
22526: * src/: classes/double.C, classes/int.C, classes/root.C,
22527: classes/string.C, include/core.h, include/pa_hash.h,
22528: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
22529: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
22530:
22531: * src/: classes/double.C, classes/int.C, classes/root.C,
22532: include/pa_request.h, main/execute.C: intercept_string
22533:
22534: * src/: classes/double.C, classes/int.C, classes/root.C,
22535: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
22536:
22537: * src/: classes/double.C, classes/int.C, include/pa_request.h:
22538: ^inc-s(expr)
22539:
22540: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22541: classes/_root.h, classes/_string.h, classes/double.C,
22542: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
22543: include/code.h, include/core.h, include/pa_array.h,
22544: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
22545: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22546: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22547: include/pa_types.h, main/compile.C, main/compile.y,
22548: main/compile_tools.C, main/compile_tools.h, main/core.C,
22549: main/execute.C, main/pa_array.C, main/pa_common.C,
22550: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
22551: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22552: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22553: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22554: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22555: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22556: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22557: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
22558:
22559: * src/: main/pa_request.C, types/pa_vhash.h: z
22560:
22561: * src/: include/core.h, include/pa_request.h, main/core.C,
22562: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
22563:
22564: * src/: include/pa_valiased.h, include/pa_value.h,
22565: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22566: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22567: include/pa_vjunction.h, include/pa_vmframe.h,
22568: include/pa_vobject.h, include/pa_vstring.h,
22569: include/pa_vunknown.h, include/pa_wcontext.h,
22570: include/pa_wwrapper.h, main/compile.y, main/core.C,
22571: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
22572: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
22573: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22574: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
22575: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
22576: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
22577: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
22578: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
22579: include/
22580:
22581: 2001-03-10 paf
22582:
22583: * src/: include/core.h, include/pa_request.h, main/core.C,
22584: main/pa_request.C: run+auto=run
22585:
22586: * src/: classes/root.C, include/pa_request.h: minor if junction bug
22587:
22588: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
22589: classes/_root.h, classes/_string.h, classes/double.C,
22590: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
22591: include/code.h, include/core.h, include/pa_array.h,
22592: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
22593: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22594: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22595: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
22596: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
22597: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
22598: include/pa_vjunction.h, include/pa_vmframe.h,
22599: include/pa_vobject.h, include/pa_vstring.h,
22600: include/pa_vunknown.h, include/pa_wcontext.h,
22601: include/pa_wwrapper.h, main/compile.C, main/compile.y,
22602: main/compile_tools.C, main/compile_tools.h, main/core.C,
22603: main/execute.C, main/pa_array.C, main/pa_cframe.C,
22604: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
22605: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22606: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
22607: main/pa_wcontext.C: sources header
22608:
22609: * src/main/pa_request.C: auto..
22610:
22611: * src/: include/pa_request.h, main/compile.C, main/compile.y,
22612: main/pa_request.C: auto tree0
22613:
22614: * src/: include/core.h, include/pa_request.h, main/compile.y,
22615: main/core.C, main/pa_request.C: names to core.C
22616:
22617: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
22618: include/pa_request.h, main/core.C, main/execute.C,
22619: main/pa_common.C, main/pa_request.C: root auto.p loaded
22620:
22621: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
22622: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
22623: main/compile_tools.C, main/compile_tools.h, main/execute.C:
22624: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
22625:
22626: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22627: @auto[] realised. auto.p scan togo
22628:
22629: * src/: include/pa_request.h, main/execute.C: autocalc
22630: code-junctions result now have names
22631:
22632: * src/: classes/double.C, classes/int.C, classes/root.C,
22633: classes/string.C, include/pa_request.h, include/pa_string.h,
22634: include/pa_wcontext.h, main/compile.y, main/execute.C,
22635: main/pa_string.C, main/pa_wcontext.C: tainting 0
22636:
22637: * src/classes/env.C: env:file/line
22638:
22639: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
22640: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
22641: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
22642: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
22643: main/compile_tools.C, main/compile_tools.h, main/core.C,
22644: main/execute.C, main/main.dsp, main/pa_cframe.C,
22645: main/pa_request.C, main/pa_wcontext.C: const fight finished
22646:
22647: * src/include/pa_vclass.h: const fight to go
22648:
22649: * src/: classes/_env.h, classes/env.C, classes/root.C,
22650: include/pa_request.h, include/pa_vclass.h, main/core.C,
22651: main/main.dsp: env0
22652:
22653: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
22654: classes/_string.h, classes/double.C, classes/int.C,
22655: classes/root.C, classes/string.C, include/pa_request.h,
22656: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
22657: include/pa_wcontext.h, main/core.C, main/main.dsp,
22658: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
22659: main/pa_wcontext.C: ^lang prepare0
22660:
22661: 2001-03-09 paf
22662:
22663: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
22664: construct proper naming
22665:
22666: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
22667: classes/double.C, classes/int.C, classes/root.C,
22668: classes/string.C, include/code.h, include/pa_value.h,
22669: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
22670: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
22671: main/compile.y, main/compile_tools.C, main/core.C,
22672: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
22673: and ^double[]. fixed expr type
22674:
22675: * src/: classes/root.C, include/pa_request.h, main/execute.C:
22676: ^string.length[]
22677:
22678: 2001-03-08 paf
22679:
22680: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
22681:
22682: * src/: include/pa_vclass.h, include/pa_vstring.h,
22683: include/pa_wcontext.h, main/compile.y, main/core.C,
22684: main/execute.C, main/main.dsp: dead end: vstring can't be
22685: derivated from vobject
22686:
22687: * src/: include/pa_vclass.h, include/pa_vhash.h,
22688: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
22689:
22690: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
22691: remained clone conseqs
22692:
22693: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
22694:
22695: * src/main/pa_vclass.C: wow! vclass were out of vcs
22696:
22697: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
22698: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
22699: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
22700: include/pa_vobject.h, include/pa_vstring.h,
22701: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
22702: main/execute.C: withoud cloning. didn't need it actually, params
22703: got passed from out unnamed ewpool
22704:
22705: * src/: include/pa_vdouble.h, include/pa_vhash.h,
22706: include/pa_vjunction.h, include/pa_vobject.h,
22707: include/pa_vunknown.h, main/compile.y: cloning dead end
22708:
22709: * src/: include/pa_bool.h, include/pa_double.h,
22710: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
22711: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
22712: include/pa_vjunction.h, include/pa_vmframe.h,
22713: include/pa_vobject.h, include/pa_vstring.h,
22714: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
22715: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
22716: to give params proper names
22717:
22718: * src/main/pa_wcontext.C: z
22719:
22720: * src/: include/pa_vmframe.h, main/execute.C: added names to
22721: unknown values in get_element and unfilled params. removed wrong
22722: name change in get_element
22723:
22724: * src/main/execute.C: z
22725:
22726: * src/main/execute.C: fixed problems calling operators in
22727: constructors
22728:
22729: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
22730: detected problems calling operators in constructors
22731:
22732: * src/: classes/root.C, include/pa_request.h, main/execute.C:
22733: autocalc def to string
22734:
22735: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
22736: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
22737:
22738: * src/classes/root.C: added root.c
22739:
22740: * src/: include/pa_request.h, include/pa_value.h,
22741: include/pa_vcframe.h, include/pa_vmframe.h,
22742: include/pa_wcontext.h, main/compile.C, main/compile.y,
22743: main/core.C, main/execute.C, main/pa_cframe.C,
22744: main/pa_wcontext.C: 'if' just compiled
22745:
22746: * src/: include/pa_vbool.h, include/pa_vdouble.h,
22747: include/pa_vjunction.h, include/pa_vmframe.h,
22748: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
22749: main/pa_wcontext.C: z
22750:
22751: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
22752: main/core.C, main/execute.C, main/main.dsp: z. detected probs
22753: with parameter names in operator methods
22754:
22755: * src/main/compile.y: minor renamings in .y
22756:
22757: * src/: include/pa_request.h, main/compile.C, main/compile.y,
22758: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
22759: @BASE. changed 'RUN' assignment mech
22760:
22761: * src/main/execute.C: z
22762:
22763: * src/: include/code.h, main/compile.y, main/compile_tools.C,
22764: main/compile_tools.h, main/execute.C: made class: dynamic, not
22765: static. so to enable runtime ^use
22766:
22767: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
22768:
22769: * src/: include/code.h, main/compile.y, main/compile_tools.C,
22770: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
22771:
22772: * src/main/execute.C: root root in code-junction
22773:
22774: 2001-03-07 paf
22775:
22776: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
22777: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
22778:
22779: * src/: include/pa_stack.h, include/pa_value.h,
22780: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
22781: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
22782: fixed rwcontext of {} params up
22783:
22784: * src/main/: compile.y, compile_tools.h: ^func(params)
22785:
22786: * src/main/compile.y: .y priorities syntax shaped up a bit
22787:
22788: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
22789: include/pa_vunknown.h, main/compile.y, main/execute.C,
22790: main/pa_hash.C: expr def in -f
22791:
22792: * src/main/: compile.y, execute.C: expr calls
22793:
22794: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
22795: fixed
22796:
22797: * src/main/compile.y: expr quoted code
22798:
22799: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
22800: support0
22801:
22802: * src/main/compile.y: expr string comparisons 0
22803:
22804: * src/: include/pa_string.h, main/compile.y, main/execute.C,
22805: main/pa_string.C: just compiled lt&co
22806:
22807: * src/main/execute.C: ^var.menu{$field} problem detected. that
22808: $field not a $var.field
22809:
22810: 2001-03-06 paf
22811:
22812: * src/main/compile.y: .y expr visible-shorter
22813:
22814: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
22815: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
22816: logical
22817:
22818: * src/: include/pa_vstring.h, main/compile.y: problems with
22819: skipping whitespace in yylex
22820:
22821: * src/include/pa_vbool.h: forgot this
22822:
22823: * src/: include/code.h, main/compile.y, main/execute.C: without
22824: string ops in expressions 0
22825:
22826: * src/: include/pa_value.h, include/pa_vdouble.h,
22827: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
22828: main/execute.C, main/main.dsp: !~
22829:
22830: * src/: include/pa_vcframe.h, include/pa_vclass.h,
22831: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
22832: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
22833: include/pa_vunknown.h, include/pa_wcontext.h,
22834: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
22835: main/compile_tools.h, main/execute.C: +-*/
22836:
22837: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
22838: main/compile_tools.h: grammar-1.1 $a(z) $a=0
22839:
22840: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
22841: main/execute.C: expr grammar-1 2*2=4.000000 :)
22842:
22843: * src/main/compile.y: expr grammar-1
22844:
22845: * src/main/compile.y: expr lexx1
22846:
22847: * src/main/: compile.y, execute.C, main.dsp: z
22848:
22849: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
22850: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
22851: main/execute.C: expr lex0 exec-1
22852:
22853: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
22854:
22855: 2001-02-26 paf
22856:
22857: * src/main/compile.y: max_string in yyerror bug fix
22858:
22859: 2001-02-25 paf
22860:
22861: * src/: include/pa_value.h, include/pa_vmframe.h,
22862: include/pa_wcontext.h, main/execute.C: VAliased3
22863:
22864: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
22865:
22866: * src/main/execute.C: VAliased1
22867:
22868: * src/: include/pa_request.h, include/pa_value.h,
22869: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
22870: VAliased0
22871:
22872: * src/: include/pa_pool.h, include/pa_request.h,
22873: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
22874: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
22875: VAliased just compiled
22876:
22877: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
22878: include/pa_vobject.h, main/execute.C: alias dead end
22879:
22880: * src/: include/pa_value.h, include/pa_vclass.h,
22881: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
22882: main/main.dsp: no not get fields into interm VFielded class.
22883: fields & staticfields 1
22884:
22885: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
22886: include/pa_vobject.h, include/pa_wcontext.h,
22887: include/pa_wwrapper.h, main/core.C, main/execute.C,
22888: main/main.dsp: would now get fields into interm VFielded class
22889:
22890: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
22891: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
22892: include/pa_wcontext.h, main/compile.y, main/core.C,
22893: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
22894: main/pa_wcontext.C: virtuals2
22895:
22896: * src/main/compile.y: : 1
22897:
22898: * src/main/compile.y: rethought to $class:static.field.subfield
22899:
22900: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
22901: $class:element
22902:
22903: * src/: include/pa_value.h, include/pa_vmframe.h,
22904: include/pa_wwrapper.h, main/compile.y, main/execute.C,
22905: main/pa_wcontext.C: before execute class calls rewrite
22906:
22907: * src/: include/pa_request.h, main/compile.C, main/core.C: default
22908: name RUN, also alias
22909:
22910: * src/main/compile.y: escaping bug
22911:
22912: * src/: include/pa_request.h, include/pa_value.h,
22913: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
22914: main/core.C, main/execute.C, main/pa_common.C: vobject1
22915:
22916: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
22917: include/pa_vmframe.h, include/pa_vobject.h,
22918: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
22919: main/compile_tools.h, main/execute.C: ^class:method() just
22920: compiled
22921:
22922: 2001-02-24 paf
22923:
22924: * src/main/main.dsp: no bison -d
22925:
22926: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
22927: class' err msg wrong
22928:
22929: * src/main/compile.y: z
22930:
22931: * src/main/: compile.y, core.C: yylex need some @special lines adj
22932:
22933: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
22934: main/compile.y, main/compile_tools.h, main/core.C: modules0
22935:
22936: * src/: include/pa_vclass.h, main/core.C: z
22937:
22938: * src/: include/pa_value.h, include/pa_vclass.h,
22939: include/pa_vobject.h, main/main.dsp: vobject00
22940:
22941: * src/main/pa_array.C: minor bug in expanding very small arrays.
22942: 60% from 1 were 0
22943:
22944: * src/: include/pa_value.h, include/pa_wcontext.h,
22945: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
22946: as bad as you've named it: wcontext.value() was not a perfect
22947: idea
22948:
22949: * src/main/execute.C: codeframe1
22950:
22951: * src/: include/pa_value.h, include/pa_vcframe.h,
22952: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
22953: include/pa_vjunction.h, include/pa_vmframe.h,
22954: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
22955: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
22956: just compiled
22957:
22958: * src/: include/pa_vframe.h, main/compile.y: found junction
22959: ideology @: ^x{$a()) must construct current wcontext element, so
22960: smart wcontext handling needed
22961:
22962: * src/main/compile.y: fixed grammar bugs in constructor/params
22963: klinch
22964:
22965: * src/main/: compile.y, execute.C: fixed empty constructor
22966: optimized empty case. failed on calls - produced empty string
22967: param
22968:
22969: * src/main/compile.y: fixed last \n macrotemplate strip bug
22970:
22971: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
22972: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
22973: main/compile_tools.C, main/compile_tools.h, main/core.C,
22974: main/execute.C: code junctions0. something wrong with last \n
22975: macrotemplate strip
22976:
22977: * src/: include/pa_value.h, main/compile.C, main/core.C,
22978: main/pa_value.C: minor error reporting format beautifyings
22979:
22980: * src/: include/pa_value.h, include/pa_vclass.h,
22981: include/pa_vframe.h, main/core.C, main/execute.C,
22982: main/pa_value.C: get_method RIP. junctions everywhere. call with
22983: junctions0
22984:
22985: 2001-02-23 paf
22986:
22987: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
22988: pa_wwrapper.h: lara came, can't work, sorry :(
22989:
22990: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
22991: junction
22992:
22993: * src/: include/pa_vframe.h, include/pa_vunknown.h,
22994: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
22995: main/execute.C, main/main.dsp, main/pa_value.C: call0
22996:
22997: * src/: include/pa_hash.h, include/pa_value.h,
22998: include/pa_wcontext.h, main/core.C, main/execute.C,
22999: main/main.dsp, main/pa_hash.C: started call. store param, vframe
23000: done
23001:
23002: * src/include/pa_wcontext.h: z
23003:
23004: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
23005: wrong grammar in complex constructor case
23006:
23007: * src/main/: compile.y, execute.C: empty constructor bug fixed
23008:
23009: * src/main/execute.C: with result rwpool
23010:
23011: * src/: include/pa_value.h, main/core.C, main/execute.C,
23012: main/main.dsp: value named
23013:
23014: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
23015: strign 2 value in 2 places in execute
23016:
23017: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
23018: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
23019: wcontext.put_element when wcontext fvalue==0
23020:
23021: 2001-02-22 paf
23022:
23023: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23024: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
23025: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
23026:
23027: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
23028: erroreos checkout
23029:
23030: * src/: include/pa_request.h, main/compile.y: $self.put(val)
23031:
23032: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
23033: main/compile_tools.h, main/pa_array.C: $self.get
23034:
23035: * src/main/: compile.C, compile.y, compile_tools.C: z
23036:
23037: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
23038: bit. finished now.
23039:
23040: * src/main/compile.y: $: finished
23041:
23042: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
23043:
23044: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
23045: main/execute.C: OP_STRING better then some xxx _VALUE
23046:
23047: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
23048: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23049: string to vstring it .y all
23050:
23051: * src/: include/pa_request.h, include/pa_stack.h,
23052: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
23053: all
23054:
23055: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
23056: precise parse error line:col
23057:
23058: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
23059: main/pa_hash.C, main/pa_pool.C: TRY...
23060:
23061: * src/: include/pa_exception.h, include/pa_pool.h,
23062: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
23063: main/compile.C, main/compile.y, main/compile_tools.C,
23064: main/core.C, main/pa_array.C, main/pa_exception.C,
23065: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
23066: main/pa_table.C: removed exception from request
23067:
23068: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
23069: some forgotten
23070:
23071: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23072: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
23073: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
23074: get/put simple vars to VClass works0
23075:
23076: * src/: include/pa_array.h, include/pa_wcontext.h,
23077: main/pa_string.C: in process, but found that exceptions are too
23078: global
23079:
23080: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
23081: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
23082: main/execute.C, main/pa_string.C: write_value write_string 0 it
23083: seems wcontext must write strings regardles of fvalue!=0
23084:
23085: 2001-02-21 paf
23086:
23087: * src/main/execute.C: tired :)
23088:
23089: * src/main/: compile.C, compile.y, execute.C: store0
23090:
23091: * src/: include/compile.h, include/execute.h, include/pa_array.h,
23092: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
23093: include/pa_wcontext.h, main/compile.C, main/compile.y,
23094: main/execute.C, main/main.dsp, main/pa_array.C,
23095: main/pa_request.C: get put -1 [just compiled]
23096:
23097: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
23098: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
23099: main/main.dsp, main/pa_request.C: request core methods0
23100:
23101: * src/: include/compile.h, include/pa_array.h, main/compile.C,
23102: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
23103: execute
23104:
23105: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
23106: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
23107: methods and one_big_piece. now compile returns array<method*>
23108:
23109: * src/main/compile.y: more straightforward yylex[end]
23110:
23111: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
23112: string.operator==(char*)
23113:
23114: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
23115: main/execute.C, main/pa_array.C: after array.const get wonders
23116:
23117: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
23118: pa_string.h, pa_value.h: struck with const array.gets
23119:
23120: * src/main/: execute.C: z
23121:
23122: * src/main/: compile.y, execute.C: z
23123:
23124: * src/main/: compile.C, compile.y, compile_tools.h: error
23125: processing in eval & yyerror so it wouldn't cause memleaks.
23126:
23127: * src/main/: compile.C, compile.y: failed to add absolute precies
23128: parse error positions. leaving RIGHTMOST position as
23129: @file[line:col]
23130:
23131: * src/: include/compile.h, main/compile.C, main/compile.y,
23132: main/compile_tools.h: line numbers needed. would add them to .y
23133: now internally. externally it's not as precise as needed
23134:
23135: * src/: include/code.h, include/pa_types.h, main/compile.C,
23136: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23137: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
23138: compiler works ok
23139:
23140: 2001-02-20 paf
23141:
23142: * src/main/: compile.C, compile.y, compile_tools.C,
23143: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
23144: not perfect
23145:
23146: * src/: include/code.h, include/compile.h, include/execute.h,
23147: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
23148: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23149: main/compile.C, main/compile.y, main/compile_tools.C,
23150: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
23151: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23152: main/pa_string.C, main/pa_table.C: bison[yacc] first time
23153: compiled. execute=dump for now
23154:
23155: * src/main/core.C: core rewrite using yacc investigations now will
23156: be compile[yacc]/execute[opcodes]
23157:
23158: 2001-02-15 paf
23159:
23160: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
23161: rewrite as turing machine? for it seems it would be it's too many
23162: ifs with this syntax now
23163:
23164: 2001-02-14 paf
23165:
23166: * src/main/core.C: get_params 1
23167:
23168: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
23169: :( ]
23170:
23171: * src/main/core.C: varios breaks
23172:
23173: * src/main/core.C: get names 3
23174:
23175: * src/main/core.C: get names 2
23176:
23177: * src/main/core.C: get names 1
23178:
23179: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
23180: names 0
23181:
23182: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
23183: text repassing2 operator static vars
23184:
23185: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
23186: main/pa_string.C: process text repassing
23187:
23188: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23189: module:calls changes
23190:
23191: 2001-02-13 paf
23192:
23193: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23194: ^class:calls[] started
23195:
23196: * src/: include/pa_value.h, main/core.C: z
23197:
23198: * src/main/core.C: operators : and self. prefixes
23199:
23200: * src/main/core.C: z
23201:
23202: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23203: tested
23204:
23205: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23206: optimized
23207:
23208: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
23209: would change privates to better support optimization
23210:
23211: * src/: include/pa_string.h, main/pa_string.C:
23212: String_iterator::skip_to todo:optimize
23213:
23214: 2001-02-12 paf
23215:
23216: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
23217: String_iterator
23218:
23219: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
23220: comments
23221:
23222: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
23223: self/methodref joined
23224:
23225: 2001-02-11 paf
23226:
23227: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
23228: main/main.dsp: core started. core.C, context&value .h
23229:
23230: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23231: include/pa_string.h, main/main.dsp, main/pa_array.C,
23232: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
23233:
23234: 2001-01-30 paf
23235:
23236: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
23237: comments
23238:
23239: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
23240: main/pa_pool.C: moved pa_pool.C to be target specific
23241:
23242: * src/: include/pa_exception.h, include/pa_pool.h,
23243: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
23244: to & changes
23245:
23246: * src/: include/pa_exception.h, include/pa_pool.h,
23247: include/pa_request.h, include/pa_table.h, main/pa_array.C,
23248: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
23249: re-associated. that's much better even removed 'die' necessety
23250:
23251: * src/: include/pa_error.h, include/pa_exception.h,
23252: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23253: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
23254: targets/Makefile.am: lowered targets/parser into subdir, added
23255: parser_Pool(Pool) failed to add. would think..
23256:
23257: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
23258: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
23259: main/pa_string.C, main/pa_table.C: Table more like C++ style
23260: hence lots of 'const'
23261:
23262: * src/: include/pa_error.h, include/pa_request.h,
23263: include/pa_string.h, include/pa_table.h, main/pa_error.C,
23264: main/pa_table.C: Error fixed
23265:
23266: 2001-01-29 paf
23267:
23268: * src/: include/pa_array.h, include/pa_common.h,
23269: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
23270: include/pa_request.h, include/pa_string.h, include/pa_table.h,
23271: main/Makefile.am, main/pa_array.C, main/pa_common.C,
23272: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
23273:
23274: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23275: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23276: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
23277: main/pa_string.C, main/pa_table.C: Request Error Table
23278:
23279: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
23280: templates"
23281:
23282: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
23283: main/main.dsp, main/pa_array.C: templates failed no template
23284: specializations [VC6], no library auto instantation [VC6, GNU c++
23285: 2.95.2-6 from latest cygwin]
23286:
23287: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23288: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23289: main/main.dsp, main/pa_array.C, main/pa_string.C,
23290: main/pa_table.C: Table started would test template Array now
23291:
23292: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23293: String originating
23294:
23295: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
23296: main/pa_hash.C: made local Hash-es not thread safe=quicker by
23297: SYNCHRONIZED(thread_safe)
23298:
23299: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
23300: parts to top
23301:
23302: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
23303: main/pa_threads.C: decided on one global_mutex, like PHP as I can
23304: see: needed only in global Hash now, made Hash:: put/get
23305: SYNCHRONIZED
23306:
23307: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
23308: main/pa_threads.C: added pa_threads
23309:
23310: Mutex
23311:
23312: * src/include/pa_hash.h: some comments
23313:
23314: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
23315: Array& operator += (Array& src)
23316:
23317: * src/main/pa_array.C: expand not convinient, would rewrite
23318:
23319: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
23320: (Array& src)
23321:
23322: rethought, would change now
23323:
23324: 2001-01-27 paf
23325:
23326: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
23327: caching
23328:
23329: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23330: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
23331: cache rethought to chunk caching
23332:
23333: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23334: include/pa_string.h, main/main.dsp, main/pa_array.C,
23335: main/pa_hash.C, main/pa_string.C: Array 0
23336:
23337: * src/main/pa_string.C: String::operator ==
23338:
23339: * src/main/pa_hash.C: String(&String)
23340:
23341: * src/main/pa_hash.C: added pa_hash.C [forgotten]
23342:
23343: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
23344: main/main.dsp, main/pa_string.C: uint, and added pa_types &
23345: pa_hash[forgotten]
23346:
23347: 2001-01-26 paf
23348:
23349: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23350: removed templates [vc++ suxx]
23351:
23352: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
23353: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
23354:
23355: * src/include/: pa_pool.h, pa_string.h: pa_pool split
23356:
1.119 moko 23357: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 23358:
1.119 moko 23359: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 23360: check
23361:
23362: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
23363: dynamic row_count
23364:
23365: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23366: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23367: targets/Makefile.am: Initial revision
23368:
23369: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
23370: main/main.dsp, main/pa_pool.C, main/pa_string.C,
23371: targets/Makefile.am: creating parser3 module
23372:
E-mail: