Annotation of parser3/ChangeLog, revision 1.105
1.105 ! moko 1: 2016-07-21 moko
! 2:
! 3: * src/: classes/file.C, classes/image.C, include/pa_common.h,
! 4: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
! 5: arguments removed; image.C - absolute path shown in exception
! 6: (implements feature #1071)
! 7:
! 8: * tests/: 235.html, results/235.processed: test and test result
! 9: updated after static boundary in mail and Errors-To: mail header
! 10: removed (related to feature #1047)
! 11:
! 12: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
! 13: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
! 14: used, static boundary in mail removed, Errors-To: mail header
! 15: removed (implements feature #1047)
! 16:
! 17: 2016-07-20 moko
! 18:
! 19: * src/: classes/reflection.C, types/pa_vstateless_class.h:
! 20: equest.classes(): Value -> VStateless_class, part 3 (related to
! 21: issue #1051)
! 22:
! 23: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
! 24: request.classes(): Value -> VStateless_class, part 2 (related to
! 25: issue #1051)
! 26:
! 27: * tests/results/: 224.processed, 323.processed: classes without
! 28: methods should not be methoded (related to issue #1051)
! 29:
! 30: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
! 31: main/compile_tools.h, main/pa_request.C: request.classes(): Value
! 32: -> VStateless_class, part 1 (related to issue #1051)
! 33:
! 34: * tests/: 337.html, results/337.processed: test for
! 35: ^reflection:fields_reference[] and VHashReference class added
! 36: (related to feature #1072)
! 37:
! 38: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
! 39: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
! 40: and VHashReference added, allowing ^reflection:fields_reference[]
! 41: implementation (closes feature #1072)
! 42:
! 43: 2016-07-19 moko
! 44:
! 45: * tests/: 323.html, results/323.processed: we want to see
! 46: "methoded"
! 47:
! 48: * tests/: 336.html, results/336.processed: test for $BASE:property
! 49: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
! 50: #1059)
! 51:
! 52: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
! 53: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
! 54: somebody_entered_some_class, $BASE:property works again,
! 55: ^BASE:method[] bugs fixed (fixes bug #1059)
! 56:
! 57: 2016-07-14 moko
! 58:
! 59: * tests/: 335.html, results/335.processed: test for feature #1055
! 60: added
! 61:
! 62: * src/classes/hash.C: bugfix: $._default was not copied if empty
! 63: feature: ^hash.contains[_default] added (implements feature
! 64: #1055)
! 65:
! 66: 2016-07-13 moko
! 67:
! 68: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
! 69: should not call @autouse (http://www.parser.ru/forum/?id=83480)
! 70:
! 71: 2016-07-05 moko
! 72:
! 73: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
! 74: in ^hash.foreach (related to feature #1073)
! 75:
! 76: 2016-07-04 moko
! 77:
! 78: * tests/: 134.html, 281.html, results/134.processed,
! 79: results/281.processed: tests updated after hash blocking removed
! 80: (related to feature #1073)
! 81:
! 82: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
! 83: no longer blocks on change during foreach (implements feature
! 84: #1073)
! 85:
! 86: 2016-06-17 moko
! 87:
! 88: * tests/: 330.html, results/330.processed: try exception source
! 89: test added (related to bug in #1062)
! 90:
! 91: * tests/: 334.html, results/334.processed: Exception stack trace
! 92: test added (related to bug in $1062)
! 93:
! 94: * src/classes/op.C: Exception trace now correctly restored and
! 95: errors reported (related to bug #1062)
! 96:
1.104 moko 97: 2016-05-25 moko
98:
99: * src/main/compile.y: minor cleanup + beauty
100:
101: 2016-05-24 moko
102:
103: * tests/: 333.html, results/333.processed: more exceptions testing
104:
105: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
106: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
107: features #1056, #1026)
108:
109: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
110: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
111: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
112: (implements feature #1056)
113:
114: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
115: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
116: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
117: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
118: feature #1026)
119:
120: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
121: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
122: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
123: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
124: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
125: feature #1026)
126:
127: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
128: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
129: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
130: SYMBOLS_CACHING define implemented (related to feature #1026)
131:
132: * src/main/main.vcproj: + ps_symbols
133:
134: * src/: include/Makefile.am, include/pa_string.h,
135: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
136: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
137: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
138: types/pa_vstateless_class.C: initial implementation for symbols
139: cache (related to feature #1026)
140:
141: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
142:
143: * src/main/pa_globals.C: minor cleanup
144:
145: 2016-05-19 moko
146:
147: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
148: (related to feature #1046)
149:
150: * tests/: 331.html, results/331.processed: test for
151: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
152: (related to feature #1051)
153:
154: * src/main/compile.y:
155: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
156: (implements feature #1054)
157:
158: 2016-05-18 moko
159:
160: * src/types/pa_vtable.C, tests/results/324.processed: no more
161: "column not found" exception for ^table.no-such-method[] (related
162: to feature #1046)
163:
164: * tests/: 261.html, results/261.processed: test added and updated
165: after feature #1046 implementation
166:
167: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
168: types/pa_vvoid.h: $string.anything works for whitespace strings,
169: ^string.contains added for hash compatibility, $string.method no
170: longer returns stting method (implements feature #1046)
171:
172: 2016-05-12 moko
173:
174: * src/classes/curl.C: content-type response header no longer
175: ignored (fixes issue #1045)
176:
177: * tests/: 330.html, results/330.processed: test for incomplete
178: finally execution when break occures added (related to issue
179: #1077)
180:
181: * src/classes/op.C: bugfix: Request::skip reset is called before
182: executing catch and finally code (fixes issue #1062)
183:
184: 2016-05-11 moko
185:
186: * tests/: 329.html, results/329.processed: test for invalid
187: ^break[] behavour added (bug #1077)
188:
189: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
190:
191: 2016-04-24 moko
192:
193: * src/types/pa_vstateless_class.h: warning war
194:
195: 2016-04-17 moko
196:
197: * tests/: 328.html, results/328.processed: test for
198: ^break(condition) and ^continue(condition) (related to feature
199: #1063)
200:
201: * src/classes/op.C: ^break(condition) and ^continue(condition)
202: implemented (feature #1063)
203:
204: 2016-04-12 moko
205:
206: * tests/results/280.processed: ordered hash now used for class
207: methods and properties (test results updated for feature #1069)
208:
209: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
210: to xdoc.C as under FreeBSD it was inited after and inheritance
211: failed (related to issue #1051)
212:
213: * tests/: 320.html, results/320.processed: xdoc and xnode methods
214: are printed to check inheritance (related to feature #1051)
215:
1.103 moko 216: 2016-04-09 moko
217:
218: * tests/results/320.processed: ordered hash now used for class
219: methods and properties (test results updated for feature #1069)
220:
221: * src/types/pa_vstateless_class.h: ordered hash now used for class
222: methods and properties (implements feature #1069)
223:
224: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
225: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
226: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
227: feature #1051)
228:
229: 2016-04-07 moko
230:
231: * src/main/execute.C: returned Value in .CLASS case for VJunction
232: (related to feature #1051)
233:
234: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
235: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
236: string constants deduplication (related to feature #1051)
237:
238: * tests/results/224.processed: test result updated (related to
239: feature #1051)
240:
241: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
242: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
243: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
244: types/pa_vstatus.h: classes hash now contains only
245: VStateless_class derived objects, .CLASS is also allways
246: VStateless_class derived object (related to feature #1051).
247:
248: 2016-04-06 moko
249:
250: * tests/results/323.processed: test result updated after feature
251: #1051 implementation
252:
253: * src/: classes/classes.h, classes/op.C, classes/response.C,
254: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
255: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
256: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
257: types/pa_vresponse.C, types/pa_vresponse.h,
258: types/pa_vstateless_class.h: base -> methoded_donor for static
259: classes, type() moved from VStateless_class to VClass and
260: Methoded (implements feature #1051)
261:
262: 2016-04-04 moko
263:
264: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
265: beauty: put_class added (related to feature #1051)
266:
267: 2016-04-01 moko
268:
269: * tests/results/: 175.processed, 192.processed, 224.processed,
270: 229.processed, 244.processed, 246.processed, 316.processed: test
271: results updated as class.type() removed from error messages, only
272: type() left (related to feature #1051)
273:
274: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
275: classes/op.C, classes/reflection.C, main/compile.y,
276: main/compile_tools.h, main/execute.C, main/pa_request.C,
277: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
278: types/pa_vmethod_frame.h, types/pa_vobject.h,
279: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
280: from VStateless_class, type() is used instead (related to feature
281: #1051)
282:
283: * src/classes/mail.C: old logic restored.
284:
285: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
286: classes/classes.h, classes/curl.C, classes/date.C,
287: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
288: classes/hashfile.C, classes/image.C, classes/inet.C,
289: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
290: classes/memcached.C, classes/memory.C, classes/reflection.C,
291: classes/regex.C, classes/response.C, classes/string.C,
292: classes/table.C, classes/xdoc.C, classes/xnode.C,
293: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
294: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
295: feature #1051)
296:
297: 2016-03-30 moko
298:
299: * tests/: 327.html, results/224.processed, results/327.processed:
300: test for TZ specification in ^date::create[], TZ is kept during
301: ^date::create[$dt] (related to feature #1048)
302:
303: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
304: ^date::create[], TZ is kept during ^date::create[$dt] (implements
305: feature #1048)
306:
307: 2016-03-29 moko
308:
309: * tests/: 315.html, results/315.processed: test for timezone format
310: +HHmm added (related to feature #1065)
311:
312: * src/classes/date.C: timezone format +HHmm now supported
313: (implements feature #1065)
314:
315: 2016-03-28 moko
316:
317: * tests/: 202.html, results/131.processed, results/202.processed,
318: results/224.processed, results/256.processed,
319: results/315.processed: test results updated after %.2d now
320: default for hours offset in iso-string (was %2d), test for
321: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
322: added (related to feature #1065)
323:
324: 2016-03-27 moko
325:
326: * src/types/pa_vdate.C: '+' sign for zero offset (related to
327: feature #1065)
328:
329: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
330: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
331: added (implements feature #1065)
332:
333: 2016-03-24 moko
334:
335: * tests/: 202.html, results/202.processed: test $date.week added
336: (related to bug #1067)
337:
338: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
339: date (fix for bug #1067)
340:
341: 2016-03-10 moko
342:
343: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
344:
1.102 moko 345: 2015-12-07 moko
346:
347: * tests/: 326.html, results/326.processed: test for .CLASS &
348: .CLASS_NAME optimization added (related to feature #844)
349:
350: 2015-11-17 moko
351:
352: * tests/: 323.html, results/323.processed: order added
353:
354: * tests/: 325.html, results/325.processed: double range test added
355: (related to bug #1049)
356:
357: 2015-11-16 moko
358:
359: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
360: added to disallow NaN and Infinity (fixes bug #1049)
361:
362: 2015-11-11 moko
363:
364: * tests/324.html: parser 3.4.3 execution support added (related to
365: feature #1017)
366:
367: * tests/: 324.html, results/324.processed: test for
368: GET_ELEMENT4CALL feature added (feature #1017)
369:
1.101 moko 370: 2015-10-29 moko
371:
372: * operators.txt: updated for 3.4.4
373:
374: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
375:
376: * src/main/pa_exec.C: get_exit_status implemented for Windows
377: (related to bug #1043)
378:
379: 2015-10-28 moko
380:
381: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
382: hangup during ^file::exec (fixes bug #1043)
383:
1.100 moko 384: 2015-10-27 moko
385:
386: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
387:
1.99 moko 388: 2015-10-26 moko
389:
1.100 moko 390: * tests/322.html, src/classes/reflection.C: arguments reorder
391: (related to issue #1041)
392:
393: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
394: Copyright year updated
395:
1.99 moko 396: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
397: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
398: classes/form.C, classes/hash.C, classes/hashfile.C,
399: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
400: classes/mail.C, classes/math.C, classes/memcached.C,
401: classes/memory.C, classes/op.C, classes/reflection.C,
402: classes/regex.C, classes/response.C, classes/string.C,
403: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
404: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
405: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
406: include/pa_config_fixed.h, include/pa_config_includes.h,
407: include/pa_dictionary.h, include/pa_dir.h,
408: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
409: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
410: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
411: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
412: include/pa_request_charsets.h, include/pa_request_info.h,
413: include/pa_sapi.h, include/pa_socks.h,
414: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
415: include/pa_stack.h, include/pa_string.h,
416: include/pa_stylesheet_connection.h,
417: include/pa_stylesheet_manager.h, include/pa_table.h,
418: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
419: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
420: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
421: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
422: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
423: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
424: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
425: main/compile.y, main/compile_tools.C, main/compile_tools.h,
426: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
427: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
428: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
429: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
430: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
431: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
432: main/pa_string.C, main/pa_stylesheet_connection.C,
433: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
434: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
435: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
436: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
437: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
438: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
439: targets/isapi/parser3isapi.C, types/pa_junction.h,
440: types/pa_method.h, types/pa_property.h, types/pa_value.C,
441: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
442: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
443: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
444: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
445: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
446: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
447: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
448: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
449: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
450: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
451: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
452: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
453: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
454: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
455: types/pa_vresponse.C, types/pa_vresponse.h,
456: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
457: types/pa_vstateless_object.h, types/pa_vstatus.C,
458: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
459: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
460: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
461: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
462: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
463:
464: * src/targets/cgi/parser3.C: year updated
465:
466: * src/classes/reflection.C: VS2003 compatibility fixed (related to
467: issue #1041)
468:
469: * tests/: 323.html, results/323.processed: test for base classes
470: added
471:
472: * tests/: 261.html, results/261.processed: updated after better
473: error reporting done for $string.key exception
474:
475: * src/types/pa_vstring.h: better error report for $string.key
476: exception
477:
478: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
479: copied as VObject::get_element4call to remove extra virtual call
480:
481: * tests/: 322.html, results/322.processed: test for
482: ^reflection:is[] added (related to feature #1041)
483:
484: * src/classes/reflection.C: ^reflection:is empty value is void
485: (related to feature #1041)
486:
487: * src/classes/reflection.C:
488: ^reflection:is[class_name|code|method;[context;]element_name]
489: added (implements feature #1041)
490:
491: 2015-10-24 moko
492:
493: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
494:
1.98 moko 495: 2015-10-22 moko
496:
497: * tests/: 321.html, results/321.processed: test for
498: ^reflection:method_info[] file detection added
499:
500: * tests/: 320.html, results/320.processed: test for
501: ^reflection:class_by_name[class_name] added (related to feature
502: #993)
503:
504: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
505: added (implements feature #993)
506:
507: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
508: (related to feature #1017)
509:
510: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
511: added (related to issue #1039)
512:
513: * src/main/pa_request.C: ^throw origin fixed (related to feature
514: #1039)
515:
516: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
517: for VDate
518:
519: * tests/results/182.processed: updated after feature #1038
520: implemented
521:
522: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
523: compile-time exception origin added (test for feature #1039)
524:
525: * src/: include/pa_request.h, main/compile.C, main/compile.y,
526: main/pa_request.C: exception unification: compile-time exceptions
527: now have origin, @USE origins also tracked (implements feature
528: #1039)
529:
530: 2015-10-20 moko
531:
532: * src/main/pa_request.C: cleanup
533:
534: 2015-10-15 moko
535:
536: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
537:
538: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
539: types/pa_vtable.C: new feature: no more $table.method and
540: $hash.method, aliases for _at, _count, _key (related to feature
541: #1017)
542:
1.97 moko 543: 2015-10-14 moko
544:
1.98 moko 545: * tests/: 317.html, results/317.processed: test for
546: ^string.unescape[] added (related to feature #120)
547:
1.97 moko 548: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
549: defined" bug (described in issue #1036)
550:
551: * tests/: 247.html, results/247.processed: test for checkBOM added
552: (test for bug #1037)
553:
554: * src/: include/pa_charsets.h, main/pa_charsets.C,
555: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
556: it's not enforced, skips BOM signature if it complies charset
557: (fixes bug #1037)
558:
559: 2015-10-13 moko
560:
561: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
562: linking
563:
564: * src/classes/inet.C: vs2003 compilation fix
565:
566: * src/classes/math.C: warning war
567:
568: * src/lib/punycode/pa_punycode.c: warning war
569:
570: 2015-10-12 moko
571:
572: * src/lib/punycode/pa_punycode.c: warning war
573:
574: * parser3.sln: moved parser3 first, to make it default startup
575: project
576:
577: * buildall: parser "mirror" now used for external libs sources
578: (implements feature #1036)
579:
580: * buildall: most external libs are updated to their current
581: versions (related to feature #1036)
582:
583: * src/classes/image.C: more tags added
584:
585: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
586:
587: 2015-10-11 moko
588:
589: * src/classes/curl.C: minor optimization (related to feature #1035)
590:
591: 2015-10-09 moko
592:
593: * src/classes/curl.C: pa_strdup added for strings from curl
594: (related to feature #1035)
595:
596: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
597: ULLONG_MAX definition
598:
599: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
600: (implements feature #1035)
601:
602: * src/main/pa_charset.C: String::Body(String::C) used
603:
604: * src/main/pa_charset.C: exceptions unified
605:
606: * src/: include/pa_charset.h, main/pa_charset.C: declarations
607: unified
608:
609: * src/: classes/file.C, classes/image.C, classes/mail.C,
610: classes/op.C, classes/xdoc.C, classes/xnode.C,
611: include/pa_string.h, main/pa_request.C, main/pa_string.C,
612: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
613: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
614: String::Body(String::C) constructor added (related to bug #957)
615:
616: * src/classes/file.C: minor optimization
617:
618: * src/include/pa_hash.h: hash.get(char*) added, to minimize
619: Cord(char*) autocreation (related to bug #957)
620:
621: * src/: classes/string.C, main/untaint.C: minor optimizations
622:
623: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
624: String(char*, Lang, length) removed, String(C(), Lang) used
625: instead (related to bug #957)
626:
627: 2015-10-08 moko
628:
629: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
630: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
631: main/untaint.C: Now char * is converted to CORD only using
632: AS_CORD() to check for empty cord bug (fixes bug #957)
633:
634: * src/include/pa_hash.h: fixed compilation without
635: HASH_CODE_CACHING
636:
637: * src/classes/string.C:
638: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
639: feature #120)
640:
641: * src/main/pa_common.C: reduce js flags checks count (related to
642: feature #120)
643:
1.96 moko 644: 2015-10-07 moko
645:
646: * tests/: 275.html, results/275.processed: test modified after
647: unsigned long long int support implemented (feature #1034)
648:
649: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
650: pa_atoul added for unsigned long long int support
651:
652: 2015-10-06 moko
653:
654: * src/types/pa_vdate.C: INT_MAX used
655:
656: 2015-10-03 moko
657:
658: * tests/: 302.html, results/302.processed: test for bug #1023
659: (\u2028, \u2029 escaping) added
660:
661: * src/main/untaint.C: \u2028, \u2029 are now escaped in
662: json:string[] (fixes bug #1023)
663:
664: 2015-09-29 moko
665:
666: * tests/305.html: try-catch added for OS without ipv6 support
667:
668: * src/lib/json/pa_json.C: more unique prefixes for Solaris
669: compilation
670:
671: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
672: main/execute.C, types/pa_value.h, types/pa_vhash.h,
673: types/pa_vtable.C, types/pa_vtable.h: get_element4call
674: implemented to distinguish ^hash.method from $hash.field
675: (implements feature #1017)
676:
677: * src/lib/punycode/pa_punycode.c: warning war
678:
679: * src/include/pa_config_includes.h: warning war
680:
681: * src/include/pa_config_includes.h: pragma warning actualized a bit
682:
683: * src/include/pa_config_includes.h: warning war
684:
685: * src/include/pa_hash.h: clang compilation fix
686:
687: 2015-09-27 moko
688:
689: * src/main/compile.tab.C: Bison 3 is now default
690:
691: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
692:
693: 2015-09-25 moko
694:
695: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
696: works with undefined HASH_ORDER (related to feature #196)
697:
698: 2015-09-24 moko
699:
700: * tests/: 027.html, results/027.processed: test modified to test
701: ^hash.sort (feature #196)
702:
703: * src/: classes/hash.C, include/pa_hash.h:
704: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
705: added (implements feature #196)
706:
707: * tests/: 316.html, results/316.processed: Added test for bug #1025
708: (exception handling in non-cached ^cache), plus for "it does not
709: have logical value" and "$exception.handled value must be either
710: boolean or string 'cache'" exceptions.
711:
712: * src/classes/op.C: ^cache: exceptions now handled in non-cached
713: code (fixes bug #1025)
714:
1.95 moko 715: 2015-09-23 moko
716:
717: * src/classes/table.C: warning war
718:
719: * src/: classes/math.C, types/pa_vcookie.C: warning war
720:
721: * src/classes/file.C: warning war
722:
723: * src/: include/pa_table.h, main/pa_table.C: warning war
724:
725: * src/: main/pa_request.C, classes/date.C: warning war
726:
727: * src/: types/pa_vdate.C, classes/op.C: warning war
728:
729: * tests/: 122.html, results/122.processed: win sync: to remove
730: differences with OS that doesn't keep timezone change history
731:
732: * src/types/pa_vdate.C: tzset() should be called in Windows after
733: TZ change (related to feature #36)
734:
735: * tests/: 075.html, results/075.processed: win sync: to remove
736: differences with OS that doesn't keep timezone change history
737:
738: * tests/: 315.html, results/315.processed: win sync: to remove
739: differences with OS that doesn't keep timezone change history
740:
741: * tests/: 256.html, results/256.processed: win sync: to remove
742: differences with OS that doesn't keep timezone change history
743:
744: * tests/: 124.html, results/124.processed: win results sync: to
745: avoid hitting time change hole.
746:
747: * src/types/pa_vdate.C: static returned. :)
748:
749: 2015-09-22 moko
750:
751: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
752:
753: * tests/results/131.processed: more tests for feature #1032
754:
755: * src/classes/date.C: minor fix related to feature #1032
756:
757: * operators.txt: ISO date creation documented (related to feature
758: #1032)
759:
760: * operators.txt: iso-string documented (related to feature #1032)
761:
762: * tests/: 315.html, results/315.processed: more tests added
763: (related to feature #1032)
764:
765: * tests/: 131.html, results/131.processed: date range checks
766: updated (related to feature #36)
767:
768: * tests/: 315.html, results/057.processed, results/315.processed:
769: test added for ISO date support (related to issue #315)
770:
771: * src/classes/date.C: more readable exceptions in date creation
772: (related to ticket #1032)
773:
774: 2015-09-18 moko
775:
776: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
777: added (related to issue #1032)
778:
779: * tests/results/256.processed, src/classes/json.C: iso-string
780: documented (related to issue #1032)
781:
782: * tests/: 256.html, results/256.processed: ISO date check added
783: (related to issue #1032)
784:
785: * tests/: 057.html, results/057.processed, results/224.processed:
786: tests results updated after ISO date support implemented (related
787: to feature #1032)
788:
789: * src/: classes/date.C, classes/image.C, types/pa_value.h,
790: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
791: ^date::create[string] constructor formalized, ^date.iso-string[]
792: added (implements feature #1032)
793:
794: 2015-09-05 moko
795:
796: * operators.txt: actualized
797:
798: * operators.txt: date changes documented (related to ticket #36)
799:
800: 2015-09-04 moko
801:
802: * src/types/pa_vdate.C: warning war
803:
804: * src/: classes/op.C, types/pa_vhashfile.C: warning war
805:
806: 2015-09-03 moko
807:
808: * tests/results/096.processed: test result updated for 0..9999 year
809: date range support (related to feature #36)
810:
811: * tests/: 314.html, results/314.processed: test for
812: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
813: bug #1031)
814:
815: * src/classes/string.C: Static calls fixed for ^string:base64[],
816: ^string:idna[], ^string:js-escape[] (closes bug #1031)
817:
1.101 moko 818: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
819: configure.in -> configure.ac
1.95 moko 820:
1.101 moko 821: * configure, configure.in, src/include/pa_config_auto.h.in: more
822: correct timezone check for FreeBSD Warning war: configure.in ->
823: configure.ac
1.95 moko 824:
825: * configure, configure.in, src/classes/Makefile.am,
1.101 moko 826: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
827: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
828: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
829: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
830: src/main/Makefile.am, src/targets/apache/Makefile.am,
831: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 832: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
833: check added
834:
835: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
836:
837: * tests/results/: 124.processed, 224.processed: test resuls updated
838: for new date implementation (related to feature #36)
839:
840: * src/: classes/date.C, classes/image.C, include/pa_common.h,
841: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
842: types/pa_vdate.h: new double date implementation with internal
843: support for extended 0..9999 year range, default timezone support
844: (related to feature #36)
845:
846: 2015-08-28 moko
847:
848: * src/types/pa_vmail.C: fixed $mail:received.date calculations
849: (fixes bug #1030)
850:
851: 2015-08-21 moko
852:
853: * src/classes/inet.C: snprintf size "bug" commented
854:
855: * src/main/pa_common.C: snprintf comments updated
856:
857: 2015-08-16 moko
858:
859: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
860:
861: 2015-08-11 moko
862:
863: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
864: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
865: can be null (fixes bug #1029)
866:
867: 2015-08-06 moko
868:
1.101 moko 869: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
870: pa_vdate.C added
1.95 moko 871:
872: 2015-08-05 moko
873:
874: * tests/: 313.html, results/313.processed: test for
875: ^table.count[columns] and ^table.flip[] with nameless tables
876: (feature #1003)
877:
878: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
879: max_cell added, now ^table.count[columns] and ^table.flip[] works
880: correctly for nameless tables (implements feature #1003)
881:
882: 2015-08-03 moko
883:
884: * tests/312.html: test for ^table.append[$hash] and
885: ^table.insert[$hash] added (related to feature #1028)
886:
887: * src/classes/table.C: ^table.append[$hash] and
888: ^table.insert[$hash] now supported (implements feature #1028)
889:
890: * tests/: 312.html, results/312.processed: test row copy in
891: ^table.hash[; $.type[table] ] added (related to feature #1016)
892:
893: * src/classes/table.C: row copy now created in ^table.hash[;
894: $.type[table] ] (related to feature #1016)
895:
896: 2015-07-29 moko
897:
898: * tests/: 312.html, results/312.processed: test for ^table.delete[]
899: added (related to feature #1016)
900:
901: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
902: ^table.delete[] added to delete current row (related to feature
903: 1016)
904:
905: 2015-07-28 moko
906:
907: * tests/: 312.html, results/312.processed: test for
908: $table.column[value] and ^table.insert{row} (related to feature
909: #1016)
910:
911: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
912: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
913: ^table.insert{row} are now implemented (feature #1016)
914:
915: * src/include/pa_array.h: Optimization: bool reverse removed from
916: append(), insert() added, memmove arguments order in remove()
917: fixed (related to feature #1016)
918:
919: 2015-07-23 moko
920:
921: * src/classes/json.C: tainted json and empty json exception added
922: (implements feature #1015)
923:
924: * tests/: 311.html, results/311.processed: empty json and tainted
925: json exception test added (related to issue #1015)
926:
927: 2015-07-22 moko
928:
929: * tests/: 311.html, results/311.processed: test for UTF-8
930: processing added
931:
932: * tests/: 311.html, results/311.processed: test for
933: json_exception_with_source added (related to issue #394)
934:
935: * src/classes/json.C: json_exception_with_source added (implements
936: feature #394)
937:
938: 2015-06-29 moko
939:
940: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
941: directories are now correctly determined if _d_type == DT_UNKNOWN
942: (closes bug #1027)
943:
944: 2015-06-10 moko
945:
946: * src/types/pa_vxnode.h: extern "C" not requred and causes build
947: error if libxml has LIBXML_ICU_ENABLED.
948:
949: 2015-06-04 moko
950:
951: * tests/099.html: ups, reverting
952:
953: * tests/: 099.html, 309.html, 310.html, results/309.processed,
954: results/310.processed: tests for $response:body[ $.file[] ] and
955: $response:last-modified added
956:
957: * src/main/pa_request.C: last-modified check fixed
958:
959: 2015-06-03 moko
960:
961: * tests/: 204.html, 205.html, 293.html, results/204.processed,
962: results/205.processed, results/293.processed: $response:headers
963: logging added (tests for feature #1007)
964:
965: * src/: include/pa_common.h, include/pa_request.h,
966: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
967: $response:headers are now in uppercase (closes feature #1007)
968:
969: 2015-06-02 moko
970:
971: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
972: build errors reverted for clang compatibility
973:
974: 2015-06-01 moko
975:
976: * src/include/pa_memory.h: -pedantic build errors fixed
977:
978: * src/classes/math.C: -pedantic build error fixed
979:
980: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
981:
982: 2015-05-31 moko
983:
984: * src/classes/table.C: USE_STRINGSTREAM optimized
985:
986: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
987: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
988: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
989: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
990: types/pa_vxnode.h: warning war (-pedantic flag)
991:
992: 2015-05-28 moko
993:
994: * tests/: 308.html, results/308.processed: test for
995: ^table::create[$t;], etc work added (related to bug #975)
996:
997: * src/classes/table.C: check_option_param removed,
998: ^table::create[$t;], etc now works (fixes bug #975)
999:
1000: 2015-05-27 moko
1001:
1002: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
1003: (Debian jessie) fixed (closes issue #1024)
1004:
1005: * tests/Makefile: sort added as in Debian jessie list become
1006: unsorted
1007:
1008: 2015-05-18 moko
1009:
1010: * tests/: 201.html, results/201.processed: test for
1011: ^string.trim[what] feature #1022
1012:
1013: * src/classes/string.C: ^string.trim[what] now supported,
1014: implements feature #1022
1015:
1016: 2015-05-17 moko
1017:
1018: * tests/results/185.processed: test result updated as feature #1021
1019: implemented (left/right accept negative parameter)
1020:
1021: * src/classes/string.C: left/right now accept negative parameter
1022: (implements feature #1021)
1023:
1024: 2015-05-08 moko
1025:
1026: * src/classes/math.C: isalnum -> pa_isalnum
1027:
1028: * src/main/execute.C: optimization in getter-junction processing
1029: (related to issue #997)
1030:
1031: 2015-05-07 moko
1032:
1033: * tests/: 307.html, results/307.processed: test for issue #997
1034: added
1035:
1036: * src/main/execute.C: process_getter result now checked if junction
1037: returned (closes issue #997)
1038:
1039: * tests/: 305.html, results/305.processed: sort added to ignore
1040: different order
1041:
1042: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
1043: assignment (closes issue #994)
1044:
1045: * tests/: 306.html, results/306.processed: test for issue #994
1046: added
1047:
1048: * tests/: 303.html, results/303.processed: two more errors tested
1049:
1050: 2015-05-06 moko
1051:
1052: * tests/: 305.html, results/305.processed: test for name2ip &
1053: ip2name added (related to feature #992)
1054:
1055: * tests/: 303.html, 304.html, results/303.processed,
1056: results/304.processed: tests for idna conversion added (related
1057: to issue #849)
1058:
1059: 2015-05-02 moko
1060:
1061: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
1062: implemented
1063:
1064: 2015-04-30 moko
1065:
1066: * src/main/pa_http.C: idna_host added, related to issue #849
1067:
1068: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
1069: (related to issue #849)
1070:
1071: 2015-04-24 moko
1072:
1073: * src/types/pa_vjunction.C: warning war
1074:
1075: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
1076: unification
1077:
1078: * src/lib/punycode/pa_idna.c: warning war
1079:
1080: 2015-04-22 moko
1081:
1082: * src/main/main.vcproj: punycode include path added
1083:
1084: * src/lib/punycode/pa_idna.c: windows compile error fixed
1085:
1086: * src/lib/punycode/pa_idna.c: warning war
1087:
1088: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
1089: project file added
1090:
1091: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
1092:
1093: * src/include/pa_memory.h: warning war
1094:
1095: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
1096: ^string:idna[xn--...], ^string.idna[] - idna conversion support
1097: implemented (related to feature #849)
1098:
1099: * configure.in, src/main/Makefile.am,
1100: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
1101: libpunycode added in Unix
1102:
1103: 2015-04-21 moko
1104:
1105: * configure.in: large files support
1106:
1107: 2015-04-15 moko
1108:
1109: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
1110: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
1111: pa_punycode.h: initial version for punycode/idna support library
1112: (ticket #849)
1113:
1114: 2015-04-08 moko
1115:
1116: * src/: classes/curl.C, classes/date.C, classes/file.C,
1117: classes/image.C, classes/mail.C, classes/reflection.C,
1118: classes/string.C, classes/xnode.C, include/pa_request.h,
1119: include/pa_string.h, include/pa_stylesheet_connection.h,
1120: main/compile.y, main/compile_tools.h, main/execute.C,
1121: main/pa_common.C, main/pa_request.C, main/pa_string.C,
1122: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
1123: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
1124: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
1125: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
1126: clang compiler warnings (closes issue #1018)
1127:
1128: * src/include/pa_string.h: String::Body comparation operators with
1129: char * added (related to issue #958)
1130:
1131: 2015-04-07 moko
1132:
1133: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
1134: pa_malloc/pa_free to remove system malloc/free usage (related to
1135: issue #1018)
1136:
1137: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
1138: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
1139: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
1140: main/pa_http.C, main/pa_request.C, main/pa_string.C,
1141: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
1142: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
1143: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
1144: malloc/strdup/free replaced with pa_ version and checks for
1145: accidental use of non-pa_ version added (related to issue #1018)
1146:
1147: 2015-04-03 moko
1148:
1149: * buildall: pcre-8.33 -> pcre-8.36
1150:
1151: * src/: main/compile.y, classes/form.C, classes/mail.C,
1152: classes/op.C, classes/string.C, main/compile.tab.C,
1153: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
1154: main/pa_sql_driver_manager.C, types/pa_vfile.C,
1155: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
1156: ticket #958)
1157:
1158: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
1159: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1160: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1161: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
1162: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
1163: $request:headers, $request:method added (implements feature
1164: #1007)
1165:
1166: 2015-03-17 misha
1167:
1168: * tests/302.html: - test for
1169: ^json:string[...;$._default[method-name]]
1170:
1171: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
1172: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
1173: option $._default[method-name] is specified in ^json:string[], a
1174: method with specified name will be called for classes/objects
1175: serialization ( new feature: #982 )
1176:
1177: 2015-03-16 misha
1178:
1179: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
1180: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
1181: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
1182: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
1183: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
1184: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
1185: types/pa_vmemory.h, types/pa_vmethod_frame.C,
1186: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
1187: types/pa_vrequest.h, types/pa_vstateless_class.C,
1188: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1189: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
1190: $var.CLASS_NAME now have special opcodes. This can be switched
1191: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
1192: on pa_opcode.h ( new feature: #844 )
1193:
1194: 2015-03-15 misha
1195:
1196: * tests/075.html: - test for $response:header[]
1197:
1198: * src/types/pa_vresponse.C: - $response:header[] deletes header
1199: that was set earlie ( new feature: #1001 )
1200:
1201: 2015-03-12 misha
1202:
1203: * tests/246.html: - more tests for ^hash._at[]
1204:
1205: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
1206: accepts second param [key|value|hash] ( new feature: #1012 )
1207:
1208: 2015-03-09 moko
1209:
1210: * src/types/pa_vmail.C: exception for everything but
1211: $mail:received, closes issue #1011
1212:
1213: 2015-02-20 moko
1214:
1215: * tests/: 275.html, results/275.processed: hex detection in
1216: pa_atoui fix test (closes issue #1010)
1217:
1218: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
1219: issue #1010)
1220:
1221: 2015-02-17 moko
1222:
1223: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
1224: tainted.
1225:
1226: 2015-02-03 misha
1227:
1228: * tests/301.html: - test for ^json:string($double) causes
1229: exception. bugfix: #1008
1230:
1231: * src/classes/json.C: - ^json:string($double) causes exception.
1232: bugfix: #1008
1233:
1234: * tests/014.html: - updated for work with ^hash.delete[]
1235:
1236: 2015-01-12 misha
1237:
1238: * src/: classes/form.C, include/pa_common.h,
1239: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
1240: types/pa_vform.h: - supports body with PUT method as well ( new
1241: feature: #1006 )
1242:
1243: * src/classes/file.C: - warnings war
1244:
1245: 2015-01-11 misha
1246:
1247: * tests/300.html: - test for ^hash.delete[] is added
1248:
1249: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
1250: feature: #989 ) - tiny optimization in intersects
1251:
1252: 2015-01-06 moko
1253:
1254: * src/types/pa_vmail.C: file names transcode added, to and cc added
1255: with transcode, attachments detection fixed
1256:
1257: * src/main/pa_request.C: filling mail received after cgi/auto.p
1258: load to allow charset switch (related to issue #996)
1259:
1260: 2014-12-31 moko
1261:
1262: * src/types/pa_vmail.C: from and subject now transcoded if not
1263: UTF-8 source charset (fixes issue 996)
1264:
1265: * src/main/pa_exception.C: fixed string from stack bug (closes
1266: issue #1000)
1267:
1268: 2014-12-11 misha
1269:
1270: * src/types/pa_vhashfile.C: - check if key is not empty before
1271: access ( bug fix: #1005 )
1272:
1273: 2014-11-13 misha
1274:
1275: * src/main/compile.y: - PC.append does not reset to false while
1276: creating a new class. bugfix: #990
1277:
1278: * tests/299.html: - test for creation class after working with
1279: partial class (create+append)
1280:
1281: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
1282: #995
1283:
1284: * tests/232.html: - test for @get[def] added
1285:
1286: 2014-10-12 moko
1287:
1288: * src/lib/pcre/pcre_internal.vcproj: correct path
1289:
1290: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1291: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
1292: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
1293: targets/apache/ApacheModuleParser3.vcproj,
1294: targets/apache/ApacheModuleParser3Core.vcproj,
1295: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1296: types/types.vcproj: project GUID inserted in *.vcproj for correct
1297: conversion in newer VS versions
1298:
1299: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
1300: pcre_internal.vcproj added
1301:
1302: 2014-08-28 moko
1303:
1304: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
1305: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
1306: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
1307:
1308: 2014-06-30 misha
1309:
1310: * tests/298.html: - tests for ^reflection:def[class;className]
1311: added
1312:
1313: * src/classes/reflection.C: - ^reflection:def[class;className]
1314: added ( new feature: #918 )
1315:
1316: 2014-06-29 misha
1317:
1318: * src/classes/table.C: - ^table::create[unsupported data] -
1319: exception comment changed to "body must be table or code" ( bug
1320: fix: #951 )
1321:
1322: * tests/: 261.html, results/261.processed: - tests for
1323: ^json:string[...;$.void[null|string]] added
1324:
1325: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
1326: option $.void[string|null] added to ^json:string[...] ( new
1327: feature: #952 )
1328:
1329: 2014-06-28 moko
1330:
1331: * src/classes/curl.C: $.charset now processed before other curl
1332: options (closes issue #980)
1333:
1334: 2014-05-23 misha
1335:
1336: * src/classes/json.C: - bug fix: #987
1337:
1338: 2014-05-04 misha
1339:
1340: * tests/: 253.html, 253_json.txt: - test for
1341: ^json:parse[$.int(false)] is added
1342:
1343: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
1344: default true). The option is similar to $.double(bool) but for
1345: integers.
1346:
1347: 2014-05-01 moko
1348:
1349: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
1350: #12 )
1351:
1352: 2014-04-16 moko
1353:
1354: * src/main/pa_http.C: response-charset option should finally work
1355: now (fix for issue #867)
1356:
1357: * src/main/pa_http.C: response-charset option should work now (fix
1358: for issue #867)
1359:
1360: 2014-03-07 moko
1361:
1362: * buildall: libgc moved
1363:
1364: * buildall: libgc moved
1365:
1366: 2013-12-29 moko
1367:
1368: * src/classes/string.C: ^string:js-unescape result now tainted,
1369: closes issue #966
1370:
1371: * tests/: 186.html, results/186.processed: ^string:js-unescape
1372: result now tainted, issue #966
1373:
1374: 2013-12-03 moko
1375:
1376: * src/: classes/memcached.C, types/pa_vmemcached.C,
1377: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
1378: option was added for http://www.parser.ru/forum/?id=79343
1379:
1380: * src/classes/file.C: bugfix for
1381: http://www.parser.ru/forum/?id=79337
1382:
1383: 2013-11-05 moko
1384:
1385: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
1386:
1387: * src/main/pa_globals.C: spelling fixed
1388:
1389: 2013-10-29 moko
1390:
1391: * src/lib/json/json.vcproj: json.c -> pa_json.C
1392:
1393: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
1394: #892
1395:
1396: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
1397: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
1398: exceptions to be thrown thougth json library), related to issue
1399: #892
1400:
1401: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
1402: related to issue #896
1403:
1404: 2013-10-24 moko
1405:
1406: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
1407:
1408: 2013-10-23 moko
1409:
1410: * README: actualization
1411:
1412: 2013-10-22 moko
1413:
1414: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
1415: compatibility patch from Sergey Kirpichev
1416:
1417: * tests/: 297.html, results/297.processed: non-working getter fix
1418: test for issue #948
1419:
1420: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
1421: called when saving value of $match variable in ^string.match[] to
1422: increase compatibility (related to issue #948).
1423:
1424: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
1425: usage optimization
1426:
1427: 2013-10-21 moko
1428:
1429: * tests/: 182.html, results/182.processed: local path removed for
1430: compatibility
1431:
1432: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
1433: results/244.processed, results/253.processed,
1434: results/254.processed, results/275.processed,
1435: results/281.processed: try_catch -> try-catch
1436:
1437: * tests/: 288.html, 294.html, 296.html, results/288.processed,
1438: results/294.processed, results/296.processed: try_catch ->
1439: try-catch
1440:
1441: 2013-10-20 moko
1442:
1443: * tests/: 296.html, results/296.processed: test for xsl exception
1444: for issue #938 added.
1445:
1446: * src/: include/pa_xml_exception.h,
1447: main/pa_stylesheet_connection.C: forgotten to be replaced
1448: XmlException is now replaced (once again closes issue #938)
1449:
1450: 2013-10-19 misha
1451:
1452: * bin/auto.p.dist.in: - more mime-types are added
1453:
1454: 2013-10-18 moko
1455:
1456: * buildall: disable clock_gettime detection to avoid librt linking
1457: (which in turn depends on libpthread), related to issue #943
1458:
1459: 2013-10-18 misha
1460:
1461: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
1462: lib/smtp/smtp.vcproj, main/main.vcproj,
1463: targets/apache/ApacheModuleParser3Core.vcproj,
1464: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1465: types/types.vcproj: - new locations for libxml2 includes where
1466: added to vcproj files
1467:
1468: 2013-10-18 moko
1469:
1470: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
1471: fix
1472:
1473: * tests/: 295.html, results/295.processed: test for issue #948
1474: updated
1475:
1476: * src/classes/table.C: hopefully last lost part for issue #948 fix.
1477: :)
1478:
1479: * tests/: 295.html, results/295.processed: test for issue #948
1480: added
1481:
1482: * src/: classes/hash.C, classes/string.C, classes/table.C,
1483: include/pa_request.h, types/pa_method.h: for getters and setters
1484: to be executed request.put_element should be called, not
1485: context.put_element (fixes issue #948)
1486:
1487: 2013-10-17 moko
1488:
1489: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
1490: LIBXML2_NEW_BUFFER check (closes issue #943)
1491:
1492: * buildall: libxml 2.9.1 build is broken --without-reader.
1493:
1494: 2013-10-16 moko
1495:
1496: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
1497:
1498: * tests/: 294.html, results/294.processed: test for issue #938
1499:
1500: * src/: classes/xdoc.C, classes/xnode.C,
1501: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
1502: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
1503:
1504: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
1505: libxslt-1.1.26 -> libxslt-1.1.28
1506:
1507: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
1508: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
1509: to '?', related to issue #938
1510:
1511: 2013-10-15 moko
1512:
1513: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
1514: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
1515: minor optimizations (closes issue #896)
1516:
1517: * tests/results/: 292.processed, 293.processed: results updated to
1518: comply with issue #896
1519:
1520: * tests/: 292.html, 293.html, results/292.processed,
1521: results/293.processed: tests for json escaping
1522:
1523: 2013-10-14 moko
1524:
1525: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
1526: and cleanup, code moved from .h to .C, no changes in code
1527:
1528: 2013-10-12 moko
1529:
1530: * tests/results/119.processed: updated test result commited
1531:
1532: * tests/: 291.html, results/291.processed: test for issue #894
1533: added
1534:
1535: * src/types/pa_wcontext.h: base methods call support function
1536: get_somebody_entered_some_class should not be true forever, as
1537: wcontext can have many get_elements calls (fixes issue #894)
1538:
1539: 2013-10-11 moko
1540:
1541: * tests/: 290.html, results/290.processed: test for junction GPF
1542: issue #942 added
1543:
1544: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
1545: to native method fixed (closes issue #942)
1546:
1547: * tests/: 158.html, results/158.processed: test for csv-string[]
1548: added
1549:
1550: * src/classes/table.C: minor fixes for table.csv-string[] (closes
1551: feature #907)
1552:
1553: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
1554: feature #907)
1555:
1556: 2013-10-09 moko
1557:
1558: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
1559: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
1560: types/pa_vstateless_class.C: GET_default, SET_default now works
1561: properly not only in objects, but in classes as well (closes
1562: issue #903)
1563:
1564: * tests/: 289.html, results/289.processed: GET/SET_default now
1565: works in classes, not only objects, test case added, related to
1566: issue #903
1567:
1568: * tests/: 288.html, results/288.processed: test for endless
1569: recursion bug added (related to issue #903)
1570:
1571: 2013-10-05 moko
1572:
1573: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1574: classes/table.C, main/execute.C, types/pa_method.h,
1575: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
1576: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1577: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
1578: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
1579: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
1580: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
1581: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
1582: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
1583: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
1584: optimization: put_element no longer has "bool areplace" argument,
1585: related to issue #903
1586:
1587: 2013-10-03 moko
1588:
1589: * tests/results/182.processed: result for $.replace(false) test
1590: commited
1591:
1592: * src/classes/date.C: ^date::create(number) processed correctly
1593: (fixes issue #901)
1594:
1595: * src/classes/image.C: as_no_junction removed, as param can be
1596: expression (closes issue #931)
1597:
1598: * tests/233.html: test for issue #931 added
1599:
1600: 2013-10-02 moko
1601:
1602: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
1603: modified, test for $.replace(false) added
1604:
1605: * src/main/compile_tools.h: forgotten class replace returned. :)
1606:
1607: 2013-09-30 moko
1608:
1609: * tests/: 141.html, results/141.processed: md5 tainting test added
1610:
1611: * src/: classes/op.C, include/pa_request.h, main/compile.y,
1612: main/compile_tools.h, main/pa_request.C: allow_class_replace
1613: implemented; $.replace option added to ^process and ^use
1614:
1615: 2013-08-27 moko
1616:
1617: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
1618: cstr_to_string_body_untaint should be called with charsets for
1619: possible uri language and connection for possible sql language.
1620: related to issue #857
1621:
1622: * buildall: and -> or fixed
1623:
1624: 2013-08-26 moko
1625:
1626: * buildall: prepare_ functions logic changed to support
1627: gc-7.2d.tar.gz extracting to gc-7.2 directory
1628:
1629: 2013-08-23 moko
1630:
1631: * src/include/pa_config_fixed.h: gc and xml libs are now linked
1632: statically
1633:
1634: 2013-08-22 moko
1635:
1636: * src/classes/string.C: String::Empty used (related to issue #912)
1637: append_know_length removed (related to old GPF bug)
1638:
1639: 2013-08-21 moko
1640:
1641: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
1642:
1643: * src/classes/math.C: ^math:digest[...;$file] support added
1644: (related to ticket #857
1645:
1646: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
1647: implemented
1648:
1649: * src/types/pa_vhashfile.h: warning war
1650:
1651: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
1652: include/pa_request.h, main/pa_request.C, types/pa_value.h:
1653: anti_endless_json_string_recoursion removed from request;
1654: json_string_recoursion added to json_options; $.indent[indent
1655: value] now supported and passed within recoursion closes feature
1656: #937
1657:
1658: * tests/: 287.html, results/287.processed: test for feature #937
1659:
1660: 2013-07-31 moko
1661:
1662: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
1663: compilation having #define _S
1664:
1665: * src/main/pa_globals.C: cleanup
1666:
1667: 2013-07-30 moko
1668:
1669: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
1670: main/pa_common.C: vs2003 warning war
1671:
1672: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
1673:
1674: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
1675:
1676: * src/lib/md5/pa_sha2.c: warning war
1677:
1678: 2013-07-29 moko
1679:
1680: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
1681: patches from github
1682:
1683: * src/: classes/bool.C, classes/double.C, classes/int.C,
1684: classes/memcached.C, include/pa_config_includes.h,
1685: types/pa_vfile.C, types/pa_vfile.h: warning war
1686:
1687: * src/lib/json/json.vcproj: C++ -> C
1688:
1689: * src/lib/json/: json.c, pa_json.C: C++ warning revert
1690:
1691: * src/lib/json/: json.c, pa_json.C: windows compatibility
1692:
1693: * src/lib/json/: json.c, pa_json.C: windows compatibility
1694:
1695: * src/lib/json/: json.c, pa_json.C: warning war
1696:
1697: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
1698:
1699: * src/include/pa_config_fixed.h: uint16_t added
1700:
1701: * configure.in: uint16_t check added
1702:
1703: * src/: classes/json.C, lib/json/JSON_parser.C,
1.101 moko 1704: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
1705: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
1706: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
1707: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 1708:
1709: 2013-07-25 moko
1710:
1711: * parser3.sln: dependencies added
1712:
1713: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
1714: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
1715: module support
1716:
1717: * src/targets/apache/mod_parser3_core.C: win32 cleanup
1718:
1719: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
1720:
1721: 2013-07-23 moko
1722:
1723: * src/: include/pa_memory.h, main/pa_memory.C: non-working
1724: PA_DEBUG_GC_MEMORY removed
1725:
1726: * src/: main/pa_globals.C, targets/cgi/parser3.C:
1727: PA_DEBUG_DISABLE_GC compilation fix
1728:
1729: * src/: classes/op.C, classes/table.C, include/pa_request.h,
1730: main/pa_request.C: outdated RESOURCES_DEBUG removed
1731:
1732: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
1733: garbage cleanup
1734:
1735: * src/main/pa_common.C: warning war
1736:
1737: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
1738:
1739: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
1740: minor cleanup
1741:
1742: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
1743: uses cygwin, not WIN32 implementation
1744:
1745: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
1746: able to exec shell scripts
1747:
1748: * src/classes/math.C: ifdef WIN32 cleanup
1749:
1750: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
1751:
1752: * bin/auto.p.dist.in: libpq.so -> libpq.
1753:
1754: * src/classes/curl.C: LT_MODULE_EXT used
1755:
1756: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
1757:
1758: 2013-07-22 moko
1759:
1760: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
1761: includes fix
1762:
1763: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
1764:
1765: * configure.in, src/include/pa_config_includes.h,
1766: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1767: src/main/pa_exec.C: includes cleanup
1768:
1769: * src/targets/cgi/parser3.C: 2012->2013
1770:
1771: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
1772:
1773: * configure.in, src/include/pa_config_includes.h,
1774: src/include/pa_http.h, src/lib/json/JSON_parser.h,
1775: src/main/pa_random.C, src/main/pa_socks.C,
1776: src/types/pa_vstatus.C: cygwin support cleanup
1777:
1778: * configure.in: dirent.h check added
1779:
1780: * src/: include/pa_config_includes.h, include/pa_dir.h,
1781: main/pa_dir.C: includes cleanup, dirent.h check added filePath
1782: not copied
1783:
1784: 2013-07-21 moko
1785:
1786: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
1787:
1788: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
1789: parser3.vcproj: unused getopt.h / getopt.c removed
1790:
1791: * operators.txt, src/classes/file.C, tests/022.html,
1792: tests/results/022.processed: ^file:list[path][$.filter[regexp]
1793: $.stat(true)] usage commented
1794:
1795: * configure.in, src/classes/file.C, src/include/pa_dir.h,
1796: src/main/pa_dir.C: ^file:list[] now has dir column and when
1797: $.stat(true) it has size/*date columns modified patch from misha@
1798: that closes issue #914.
1799:
1800: * src/: include/pa_config_includes.h, main/pa_globals.C:
1801: PA_RELEASE_ASSERTS removed
1802:
1803: * src/lib/md5/pa_md5c.c: minor cleanup
1804:
1805: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
1806: localeconv()->decimal_point usage remoed (related to issue #934)
1807:
1808: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
1809: cordprnt.c removed
1810:
1811: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
1812: pa-include/pa_errno.h, pa-include/pa_file_io.h,
1813: pa-include/pa_strings.h: includes cleanup
1814:
1815: * src/lib/md5/pa_md5c.c: headers cleanup
1816:
1817: 2013-07-20 moko
1818:
1819: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
1820: cleanup
1821:
1822: 2013-07-19 moko
1823:
1824: * src/classes/math.C: extern "C" added for crypt
1825:
1826: 2013-07-18 moko
1827:
1828: * src/classes/math.C: fix redhat7.2 build
1829:
1830: 2013-07-17 moko
1831:
1832: * configure.in, src/include/pa_config_includes.h,
1833: src/include/pa_config_fixed.h: headers actualized (inttypes.h
1834: added for uint8/32/64_t)
1835:
1836: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
1837: pa_config_includes.h used for uint32/64_t
1838:
1839: 2013-07-16 moko
1840:
1841: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
1842: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
1843: war
1844:
1845: * src/main/compile.tab.C: compile.y was updated
1846:
1847: * src/main/compile.y: warning war
1848:
1849: * src/: include/pa_exception.h, main/pa_exception.C,
1850: main/pa_xml_exception.C: warning war
1851:
1852: * src/: include/pa_common.h, main/pa_common.C: warning war
1853:
1854: * configure.in: beauty :)
1855:
1856: * tests/: 141.html, results/141.processed: sha256/512 added
1857:
1858: 2013-07-13 moko
1859:
1860: * src/lib/md5/md5.vcproj: sha2 added
1861:
1862: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
1863: classes/math.C: sha2 support (sha256/sha512 digest)
1864:
1865: 2013-07-08 moko
1866:
1867: * src/classes/image.C: directory read or other read problem message
1868: fixed (related to issue #933)
1869:
1870: 2013-07-07 moko
1871:
1872: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
1873: dependense from $charsetsdir directory existance and content (and
1874: UTF-8 is default allready)
1875:
1876: * AUTHORS: + misha + moko. :)
1877:
1878: 2013-07-06 moko
1879:
1880: * src/: classes/curl.C, include/pa_globals.h,
1881: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
1882: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
1883: for lt_dlinit to be called once and lt_dlexit called at right
1884: place (related to issue #925)
1885:
1886: 2013-07-04 moko
1887:
1888: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
1889: VString::as_vfile now uses vfile.set_binary_string to avoid
1890: content-type to be set, as it brokes badly designed logic in
1891: response output. This hopefully finishes issue #928.
1892:
1893: * tests/results/: 256.processed, 286.processed: file now displayed
1894: as name, size, mode, content-type
1895:
1896: * src/main/pa_common.C: read error now reported cottectly (fixes
1897: issue #933
1898:
1899: 2013-06-28 moko
1900:
1901: * tests/: 286.html, results/286.processed: test extended
1902:
1903: * tests/: 286.html, results/286.processed: Test for issue #928
1904: added. it tests default content-type change.
1905:
1906: * src/types/pa_vfile.C: closes issue #928 - default content-type
1907: now updated
1908:
1909: 2013-06-25 moko
1910:
1911: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
1912: content-type for text/binary files without name added;
1913: ^file::create[$f;...] options now works properly and $f
1914: properties are default (fixes issue #928)
1915:
1916: 2013-05-16 misha
1917:
1918: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
1919: added
1920:
1921: * src/main/pa_table.C: - a tiny memory optimisation while creating
1922: table if specified limit is bigger than source rows count
1923:
1924: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
1925: added ( new feature: #858 )
1926:
1927: 2013-04-29 moko
1928:
1929: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
1930: $.ipresolve(0|1|2) added (closes issue #891)
1931:
1932: * src/lib/curl/curl.h: CURL_IPRESOLVE added
1933:
1934: 2013-04-24 moko
1935:
1936: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
1937: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
1938: types/pa_vmemcached.h: ^memcache.release[] added, calls
1939: memcached_quit (refs #893)
1940:
1941: 2013-04-22 moko
1942:
1943: * src/: include/pa_string.h, main/pa_common.C: no more double
1944: slashes in file path (fixes bug #872)
1945:
1946: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
1947: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
1948: #739)
1949:
1950: * tests/results/266.processed: $.max_params added (feature #915)
1951:
1952: * src/: include/pa_common.h, main/pa_http.C: response-charset
1953: option added to file::load (closes issue #867)
1954:
1955: 2013-04-20 misha
1956:
1957: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
1958: commited
1959:
1960: 2013-03-15 misha
1961:
1962: * src/classes/: hash.C, table.C: - Optimisation: do not create
1963: multiple empty strings while ::sql. uae String::Empty instead
1964:
1965: 2013-03-14 misha
1966:
1967: * src/classes/reflection.C: - for user classes
1968: ^reflection:method_info[] returns $.max_params and $.extra_param
1969: with $.call_type if they available ( new feature: #915 )
1970:
1971: * src/classes/file.C: - ^file:delete[] now supports an option
1972: $.exception(false) that suppress any exception while deleting
1973: file ( new feature: #916 )
1974:
1975: * src/classes/curl.C: - parsing cookies after curl:load now should
1976: work :)
1977:
1978: 2013-03-12 misha
1979:
1980: * src/types/pa_vfile.C: - if specified file_name is empty string
1981: set default name for the file
1982:
1983: 2013-03-11 misha
1984:
1985: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
1986: also available in $f.cookies
1987:
1988: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
1989: moved to a separate method
1990:
1991: 2013-03-10 moko
1992:
1993: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
1994: added
1995:
1996: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
1997: removed (declared by autoconf)
1998:
1999: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
2000: uint32_t define
2001:
2002: 2013-03-10 misha
2003:
2004: * src/classes/file.C: ^file:delete and ^file:move now support
2005: option $.keep-empty-dirs(true) ( new feature: #884 )
2006:
2007: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
2008: empty dirs is added
2009:
2010: 2013-03-10 moko
2011:
2012: * src/classes/: bool.C, double.C, int.C: default can be present,
2013: but default check removed from ^int/double/bool.int/double/bool
2014: for string.int/double/bool compatibility (related to issue #913)
2015:
2016: * src/classes/string.C: ^string.int/dobule/bool no longer
2017: internally throws exception if default is present (closes issue
2018: #913)
2019:
2020: 2013-03-09 misha
2021:
2022: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
2023: optimisations ( #845 )
2024:
2025: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
2026:
2027: 2013-03-08 moko
2028:
2029: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
2030: creates correct table (fixes issue #910)
2031:
2032: * src/classes/op.C: r.connection() -> r.connection(false) to allow
2033: use outside of 'connect' operator (fixes issue #911)
2034:
2035: * tests/results/: 096.processed, 122.processed: test results
2036: updated as doubles now printed with 15 significant digits, not 5
2037: (fixes issue #882)
2038:
2039: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
2040: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
2041:
2042: 2013-02-21 moko
2043:
2044: * src/classes/table.C: _locate_name_value does not check arguments
2045: count, so we check it in advance (fixes issue #905)
2046:
2047: 2012-10-23 moko
2048:
2049: * buildall: old shell for and echo compatibility (for six)
2050:
2051: 2012-10-19 moko
2052:
2053: * buildall: --strip added --disable-safe-mode listed in usage
2054:
2055: 2012-10-17 misha
2056:
2057: * src/classes/op.C: - apply-taint should not throw "outside
2058: connect" exception with sql lang now
2059:
2060: 2012-10-17 moko
2061:
2062: * src/main/pa_request.C: bugfix: safe mode should be inited for
2063: each request (for apache module)
2064:
2065: 2012-09-26 moko
2066:
2067: * src/doc/doxygen.cfg: png -> svg
2068:
2069: 2012-09-25 moko
2070:
2071: * tests/: 141.html, results/141.processed: md5 hmac added, long key
2072: test added
2073:
2074: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
2075: double use when key is long
2076:
2077: 2012-09-16 moko
2078:
2079: * src/classes/math.C: Format -> Method Encode -> Format
2080:
2081: * tests/: 141.html, results/141.processed: math:digest hmac test
2082: added
2083:
2084: 2012-09-14 moko
2085:
2086: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
2087: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
2088: implementation added
2089:
2090: 2012-09-12 moko
2091:
2092: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
2093: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
2094: targets.dox and string.dox slightly actualized
2095:
2096: 2012-08-31 moko
2097:
2098: * ChangeLog: now generated with patched cvs2cl.pl
2099:
2100: 2012-07-29 moko
2101:
2102: * tests/285.html, src/main/execute.C, tests/results/285.processed:
2103: result should be pushed after VMethodFrame destructor is called,
2104: as it deletes junctions from stack params (fixes issue #868)
2105:
2106: 2012-07-23 moko
2107:
2108: * INSTALL, README: buildall script usage documented, other outdated
2109: info updated.
2110:
2111: * buildall-with-xml, buildall-without-xml: replaced by buildall
2112:
2113: 2012-07-21 moko
2114:
2115: * buildall: glib does not compile when threads are disabled...
2116:
2117: * src/types/pa_vmail.C: g_assertion fixes for empty input
2118:
2119: * src/types/pa_vmail.C: yet another fix (strange GPF on object
2120: unref, can't unref nested objects)
2121:
2122: * src/types/pa_vmail.C: another check added
2123:
2124: 2012-07-19 moko
2125:
2126: * buildall: usage added
2127:
2128: * buildall: new buildall script that unites buildall-with-xml,
2129: buildall-without-xml, --with-apache and --with-mailreceive
2130:
2131: * configure.in: support for static gmime and dynamic glib linking.
2132: fixes for FreeBSD
2133:
2134: 2012-07-17 moko
2135:
2136: * configure.in: --with-mailreceive replaced
2137: --with-static-mailreceive and --with-shared-mailreceive pathlink
2138: removed
2139:
2140: 2012-07-16 moko
2141:
2142: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
2143: capitalized, content now decoded and text content converted to
2144: $request:charset. all properties are accessed by functions, this
2145: ready for dynamic load.
2146:
2147: 2012-06-28 moko
2148:
1.101 moko 2149: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
2150: 32 bit
1.95 moko 2151:
2152: 2012-06-27 moko
2153:
2154: * buildall-with-xml, buildall-without-xml: fetch requires -p for
2155: passive ftp
2156:
2157: * src/lib/ltdl/ltdl.vcproj: release build fixed
2158:
2159: * configure.in: 3.4.2 RC -> 3.4.2
2160:
2161: 2012-06-22 moko
2162:
2163: * src/types/pa_vfile.C: returned empty mode to stated files (issue
2164: #815)
2165:
2166: * tests/: 284.html, results/284.processed: output options test
2167: (feature #265)
2168:
2169: 2012-06-22 misha
2170:
2171: * tests/215.html: - little changes
2172:
2173: 2012-06-21 moko
2174:
2175: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
2176: types/pa_vxdoc.h: output_options returned and used (bugfix for
2177: feature #265)
2178:
2179: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
2180: breaks long .*, default 10M restored. (issue #216)
2181:
2182: * tests/: 283.html, results/283.processed: test for issue #815
2183: added
2184:
2185: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
2186: again, cstrm not required.
2187:
2188: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
2189: Win32 and broken FreeBSD (issue #45)
2190:
2191: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
2192:
2193: * src/main/pa_string.C: warnings war
2194:
2195: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
2196: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
2197: main/pa_socks.C, targets/apache/pa_threads.C,
2198: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
2199: types/pa_vstatus.C: compilation under cygwin fixed
2200:
2201: 2012-06-19 moko
2202:
2203: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
2204: Windows fixed
2205:
2206: * parser3.sln: removed antique pcre_ctype
2207:
2208: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
2209:
2210: * src/include/pa_config_fixed.h: undefined reference to
2211: __imp__pcre_* fix for Windows
2212:
2213: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.101 moko 2214: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
2215: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
2216: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
2217: define fixed
1.95 moko 2218:
2219: 2012-06-18 moko
2220:
2221: * src/classes/memcached.C: flush -> clear
2222:
2223: * src/classes/memcached.C: memcached does not support quotes even
2224: in server name
2225:
2226: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
2227: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
2228: called on open to check servers existance. $.key(true) syntax
2229: now supported
2230:
2231: 2012-06-17 moko
2232:
2233: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
2234: cleanup
2235:
2236: * src/classes/table.C, tests/282.cfg, tests/282.html,
2237: tests/results/282.processed: encloser at the EOF bug fixed,
2238: incorrectly enclosed data now processed more logicaly (fixes
2239: #339)
2240:
2241: 2012-06-15 moko
2242:
2243: * buildall-without-xml: sync with buildall-with-xml
2244:
2245: * buildall-with-xml: download auto-detected between fetch and curl
2246:
2247: * configure.in: --with-gc and --with-pcre now also processed
2248: correctly
2249:
1.101 moko 2250: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
2251: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
2252: should be run on rol1 using automake / aclocal (GNU automake)
2253: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 2254:
2255: * configure.in: new PARSER_VERSION logic
2256:
2257: * src/include/pa_version.h: new pa_version.h logic
2258:
2259: * src/: classes/curl.C, classes/file.C, classes/image.C,
2260: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
2261: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
2262: feols_normalized -> fis_text_content set_binary added
2263:
2264: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
2265:
2266: 2012-06-15 misha
2267:
2268: * src/: classes/curl.C, classes/file.C, classes/image.C,
2269: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
2270: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
2271: ^file::create[text;content] EOLs in content now is normalized. (
2272: new feature: #815 )
2273:
2274: 2012-06-15 moko
2275:
2276: * configure.in: --disable-version-update added to disable version
2277: update with host information (for debian package) whitespace
2278: optimized
2279:
2280: * configure.in: version changed to 3.4.2 RC no-pic added for
2281: libtool
2282:
2283: * src/include/pa_version.h: Nice pa_version.h default. Please keep
2284: it.
2285:
2286: 2012-06-14 moko
2287:
2288: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
2289: tests/results/281.processed: "hash flocked" error removed for
2290: safe operations like ^h._count[] ( new feature: #335 )
2291:
1.101 moko 2292: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 2293:
2294: * buildall-with-xml, buildall-without-xml: --with-static -> --with
2295:
2296: * configure.in: --with-static/shared xml replaced with --with-xml,
2297: xml compilation check added
2298:
2299: * configure.in: --with-static/shared-gc, --with-static-pcre are
2300: replaced with --with-gc and --with-pcre test for pcre linking
2301: added
2302:
2303: 2012-06-13 moko
2304:
2305: * configure.in: apxs2 check optimized
2306:
2307: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
2308: .la, includes optimized
2309:
2310: * buildall-with-xml: --with-pic looks better for -fPIC
2311:
2312: * configure.in: switched to convenience library in static linking
2313:
2314: * src/targets/apache/Makefile.am: switched to convenience library
2315: usage to avoid libtool warnings
2316:
2317: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
2318: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
2319: smtp/Makefile.am: switched to convenience library usage
2320:
2321: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
2322:
2323: * src/targets/apache/Makefile.am: updated for libtool usage
2324:
2325: * bin/auto.p.dist.in: .cfg removed from charset names.
2326:
2327: * buildall-without-xml: --with-included-ltdl added
2328:
2329: * buildall-without-xml: sync with buildall-with-xml
2330:
2331: * buildall-with-xml: --with-included-ltdl added $cflags added for
2332: -fPIC for x64 $download added for wget success check added
2333:
2334: * buildall-without-xml: --with-dynamic-stdcpp removed
2335:
2336: * configure.in: disable-static returned
2337:
2338: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
2339: LIBTOOLFLAGS
2340:
2341: 2012-06-12 moko
2342:
2343: * configure.in, src/targets/cgi/Makefile.am: disable-static not
2344: compatible with LIBTOOLFLAGS for unknown reasons
2345:
2346: * buildall-with-xml: --with-dynamic-stdcpp removed
2347:
2348: * configure.in: static/dynamic -lstdc++ linking option removed
2349: apxs2 check added
2350:
2351: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
2352: option removed
2353:
2354: 2012-06-10 moko
2355:
2356: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
2357: added
2358:
2359: * src/targets/cgi/pp3.cmd: old PAF stuff
2360:
1.101 moko 2361: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
2362: beauty
1.95 moko 2363:
2364: * depcomp: from libtool 2.4.2
2365:
2366: * configure.in: ltdl directory removed, it has correct Makefile.in
2367:
2368: 2012-06-09 moko
2369:
1.101 moko 2370: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
2371: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 2372: autogenerated files updated after libtool update
2373:
1.101 moko 2374: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
2375: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 2376: config_auto.h.in, config_fixed.h, configure, configure.ac,
2377: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
2378: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
2379: config/compile, config/config.guess, config/config.sub,
2380: config/depcomp, config/install-sh, config/ltmain.sh,
2381: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
2382: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
2383: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
2384: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
2385: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
2386: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
2387: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
2388: m4/lt~obsolete.m4: libtool updated to version 2.4.2
2389:
2390: * configure.in: preparation for new libtool
2391:
2392: * configure.in: Some beauty added :)
2393:
2394: * src/targets/apache/Makefile.am: := -> =
2395:
2396: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
2397: again. :)
2398:
2399: * src/include/pa_config_includes.h, configure.in: limits.h added,
2400: previously was taken from pcre_internal.h. :)
2401:
2402: * src/lib/pcre/Makefile.am: config.h returned
2403:
2404: * src/lib/pcre/config.h: still need this. :)
2405:
2406: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
2407:
2408: * configure.in: --with-charsets removed; --with-mysql-client & co
2409: removed
2410:
2411: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
2412: now in parser tree, no need to copy
2413:
2414: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
2415: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
2416: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
2417: debian/patches/101_pcre.patch - local copy of pcre_internal.h
2418: extracts now used old trash removed
2419:
2420: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
2421: rare charsets/drivers are commented, sql driver quessing removed
2422: (debian/patches/103_auto_p.patch)
2423:
2424: * etc/parser3.charsets/Makefile.am: charsets now in share
2425: (debian/patches/104_automake.patch) + all charsets are copied
2426:
2427: * buildall-with-xml, buildall-without-xml: curl option removed +
2428: extra arguments now supported
2429:
2430: 2012-06-08 misha
2431:
2432: * src/classes/table.C: - one params.as_hash usage was rolled back:
2433: the 2nd option in ^table.hash[] could be hash or table so
2434: .as_hash will throw an exception when table option is specified
2435:
2436: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2437: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
2438: classes/table.C, classes/void.C, classes/xdoc.C,
2439: include/pa_exception.h, types/pa_vmethod_frame.C,
2440: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
2441: and improved (whitespaces are allowed as empty options) -
2442: MethodParams::as_table is added - above methods are used for
2443: parsing methods' options ( new feature: #9 )
2444:
2445: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
2446: to vclass. now class fields can be accessible as a hash:
2447: $h[^hash::create[$asd:CLASS]]
2448:
2449: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
2450: have get_fields method so their fields can be accessed with
2451: ^reflection:fields[...] & ^reflection:field[...]
2452:
2453: 2012-06-06 misha
2454:
2455: * tests/280.html: - tests for
2456: ^reflection:method[obj-or-class;method],
2457: ^reflection:field[obj-or-class;field] and
2458: ^reflection:fields[obj-or-class] are added
2459:
2460: 2012-06-05 misha
2461:
2462: * src/classes/reflection.C: - ^reflection:method[class or
2463: object;method name] and ^reflection:field[class or object;field
2464: name] are added
2465:
2466: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
2467: is used
2468:
2469: * src/types/pa_method.h: - Method::as_vjunction method is added
2470:
2471: 2012-06-05 moko
2472:
1.101 moko 2473: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 2474:
2475: * src/classes/memcached.C: flish ttl fixed
2476:
2477: 2012-06-04 moko
2478:
2479: * src/classes/json.C, src/classes/op.C, tests/279.html,
2480: tests/results/279.processed: ^json:parse[] now supports $.taint
2481: option (new feature #833)
2482:
2483: 2012-06-04 misha
2484:
2485: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
2486: - search_stop method was moved from pa_vcookie.C to pa_common.C
2487:
2488: 2012-06-03 misha
2489:
2490: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
2491: cookies are parced and stored into $.cookies ( new feature: #31 )
2492:
2493: 2012-05-30 misha
2494:
2495: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
2496: incomplete class into a scope while @USE is found
2497:
2498: * src/main/compile.y: - add incomplete class into a scope while
2499: @USE and @CLASS instructions are found ( bugfix: #838 )
2500:
2501: 2012-05-30 moko
2502:
2503: * src/types/pa_vclass.C, tests/278.html,
2504: tests/results/278.processed: removed "property has no getter
2505: method" exception when GET_DEFAULT present (fixes #269)
2506:
2507: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
2508: $._default
2509:
2510: 2012-05-29 moko
2511:
2512: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
2513: uninitialized values usage (new feature: #154)
2514:
2515: 2012-05-28 moko
2516:
2517: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
2518: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
2519: src/types/pa_vdate.h, src/types/pa_vdouble.h,
2520: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
2521: src/types/pa_vobject.C, src/types/pa_vobject.h,
2522: src/types/pa_vstring.h, src/types/pa_vtable.C,
2523: tests/results/277.processed, src/types/pa_vtable.h,
2524: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
2525: ^json:string[$o; $.default[$method]] implemented for VObject (new
2526: feature #803)
2527:
2528: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
2529: tests/results/277.processed: json numbers are now treated as
2530: double ( new feature: #834 )
2531:
2532: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
2533: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
2534: added for out of range checks, zero division in vint/vdouble
2535: check added ( fixes #832 )
2536:
2537: * tests/: 275.html, results/275.processed: tests for pa_atoui added
2538: ( fixes #832 )
2539:
2540: 2012-05-28 misha
2541:
2542: * buildall-with-xml: - --without-lzma option is added to libxml2
2543: configure
2544:
2545: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
2546: added - tests for unsupported values for options $.file, $.table
2547: and $.date are added
2548:
2549: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
2550: accepts "stat" $.file[] option's value in addition to existed
2551: "text" and "base64" ( new feature: #835 )
2552:
2553: * tests/276.html: - test for
2554: ^reflection:delete[$object-or-class;field-name]
2555:
2556: * src/classes/reflection.C: -
2557: ^reflection:delete[$object-or-class;field-name] is added ( new
2558: feature: #268 )
2559:
2560: 2012-05-27 misha
2561:
2562: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
2563:
2564: 2012-05-24 misha
2565:
2566: * src/include/pa_common.h: - method lastposafter was removed
2567:
2568: * src/classes/file.C: - use strrpbrk & rskipchars instead of
2569: lastposafter - ^file:dirname[] & Co proper handle windows file
2570: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
2571: work as *nix commands
2572:
2573: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
2574:
2575: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
2576: rskipchars were added
2577:
2578: * tests/270.html: - more tests for ^file:find[]
2579:
2580: * tests/065.html: - more tests for ^file:dirname[] & Co
2581:
2582: * src/include/pa_version.h: - must be "win32" here. it is
2583: auto-generated on *nix
2584:
2585: 2012-05-24 moko
2586:
2587: * src/classes/math.C: ^math:convert[] now supports uint32 and
2588: throws overflow exception ( new feature: #830 )
2589:
2590: * tests/: 275.html, results/275.processed: test for ^math:convert[]
2591: uint32 support and overflow added ( new feature: #830 )
2592:
2593: 2012-05-23 moko
2594:
2595: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
2596: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
2597: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
2598: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2599: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2600: types/pa_vregex.h, types/pa_vstateless_class.C,
2601: types/pa_vstateless_class.h, types/pa_vstring.h,
2602: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
2603: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
2604: "return string as-is" removed from as_expr_result. ( new feature:
2605: #831 )
2606:
2607: * tests/results/244.processed: test changed after bug #782 fix
2608: commited
2609:
2610: * tests/results/229.processed: test results for bug #782 commited
2611:
2612: * tests/: 254.html, results/254.processed: uid now just compared,
2613: not printed. :)
2614:
2615: 2012-05-20 moko
2616:
2617: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
2618: feature: #341 )
2619:
2620: * tests/: 254.html, results/254.processed: test for
2621: ^reflection:uid[] added
2622:
2623: * tests/: 254.html, results/254.processed: test for
2624: ^reflection:uid[$obj] added
2625:
2626: 2012-05-17 misha
2627:
2628: * src/main/untaint.C: - do not replace ' char by _26 while
2629: exploding filespec-tainting ( new feature: #829 )
2630:
2631: 2012-05-12 moko
2632:
2633: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
2634: not.
2635:
2636: 2012-05-08 moko
2637:
2638: * src/types/pa_vmethod_frame.h: bug #782 fixed
2639:
2640: * tests/229.html: test for bug #782
2641:
2642: * tests/results/259.processed, src/main/pa_request.C,
2643: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
2644: src/types/pa_vstring.h, src/types/pa_vvoid.C,
2645: src/types/pa_vvoid.h: feature #154 - first empty param now
2646: string; defined locals are empty strings; $STRICT-VARS(true)
2647: added
2648:
2649: 2012-04-27 moko
2650:
1.101 moko 2651: * src/targets/apache/Makefile.am:
1.95 moko 2652: ../../lib/memcached/libmemcached.a added
2653:
2654: 2012-04-27 misha
2655:
2656: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
2657: ( #827 )
2658:
2659: 2012-04-25 moko
2660:
2661: * src/: classes/json.C, classes/memcached.C,
2662: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2663: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
2664: implemented.
2665:
2666: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
2667:
2668: 2012-04-23 moko
2669:
2670: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
2671: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
2672: types/pa_vmemcached.h: open allows options hash for new
2673: memcached(options) function
2674:
2675: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
2676: not appended
2677:
2678: 2012-04-21 moko
2679:
2680: * src/classes/curl.C: '' added. :)
2681:
2682: * src/classes/classes.vcproj: new curl.h location
2683:
2684: * src/classes/curl.C: verbose output redirection from stderr to
2685: file curl option added
2686:
2687: 2012-04-20 moko
2688:
2689: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
2690: contains what we need from curl, #ifdef HAVE_CURL removed
2691:
1.101 moko 2692: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 2693: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.101 moko 2694: src/lib/Makefile.am, src/lib/curl/Makefile.am,
2695: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 2696: configure option
2697:
2698: 2012-04-19 moko
2699:
2700: * src/: classes/double.C, classes/inet.C, classes/int.C,
2701: classes/string.C, lib/gc/include/gc_allocator.h,
2702: types/pa_vform.C: PVS-Studio detected errors fixes, unused
2703: options from sql_result_string removed. (closes issue #468)
2704:
2705: * src/types/pa_vmemcached.C: empty string fix
2706:
2707: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
2708: pa_vstring.C, pa_vstring.h: serialization helpers moved to
2709: pa_vmemcached.C
2710:
2711: 2012-04-18 moko
2712:
2713: * src/targets/apache/mod_parser3.c: "Parser3 module requires
2714: apache2-mpm-prefork" error displayed in threaded mpm.
2715:
2716: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
2717: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
2718: installed (issue #354)
2719:
2720: 2012-04-16 moko
2721:
2722: * src/types/pa_vmemcached.C: call to memcached_result_create and
2723: memcached_result_free removed
2724:
2725: 2012-04-14 moko
2726:
2727: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
2728:
2729: * src/types/pa_vmemcached.C: check_key added and used
2730:
2731: 2012-04-13 moko
2732:
2733: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
2734: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
2735: Serialization_data now added and used, VString now serialized
2736: with languages into memcached.
2737:
2738: 2012-03-28 moko
2739:
2740: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
2741: lib/memcached/pa_memcached.h: result lengths added
2742:
2743: 2012-03-27 moko
2744:
2745: * src/types/pa_vmemcached.C: strdup added
2746:
2747: 2012-03-24 moko
2748:
2749: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
2750: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
2751: types/pa_vmemcached.h: memcached: mget, flush, fttl added
2752:
2753: 2012-03-20 moko
2754:
1.101 moko 2755: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 2756:
2757: * src/targets/cgi/Makefile.am: cleanup
2758:
2759: * src/: types/Makefile.am, types/pa_vmemcached.C,
2760: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
2761:
2762: * src/: classes/Makefile.am, classes/memcached.C,
2763: lib/memcached/Makefile.am, lib/memcached/constants.h,
2764: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2765: lib/memcached/types.h, lib/Makefile.am: memcached initial
2766:
2767: 2012-03-16 moko
2768:
2769: * src/main/execute.C: ident now works under Linux + ident displays
2770: filenames (closes issue #818)
2771:
1.101 moko 2772: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 2773: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
2774: pa_vmethod_frame_local.h removed
2775:
2776: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2777: classes/classes.h, classes/curl.C, classes/date.C,
2778: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2779: classes/hashfile.C, classes/image.C, classes/inet.C,
2780: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2781: classes/memory.C, classes/op.C, classes/reflection.C,
2782: classes/regex.C, classes/response.C, classes/string.C,
2783: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
2784: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
2785: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2786: include/pa_config_fixed.h, include/pa_config_includes.h,
2787: include/pa_dictionary.h, include/pa_dir.h,
2788: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2789: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2790: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2791: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2792: include/pa_request_charsets.h, include/pa_request_info.h,
2793: include/pa_sapi.h, include/pa_socks.h,
2794: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2795: include/pa_stack.h, include/pa_string.h,
2796: include/pa_stylesheet_connection.h,
2797: include/pa_stylesheet_manager.h, include/pa_table.h,
2798: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
2799: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
2800: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
2801: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
2802: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2803: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2804: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2805: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
2806: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
2807: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
2808: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
2809: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2810: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2811: main/pa_string.C, main/pa_stylesheet_connection.C,
2812: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
2813: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
2814: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
2815: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2816: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
2817: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
2818: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
2819: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
2820: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
2821: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2822: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2823: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
2824: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
2825: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
2826: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
2827: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
2828: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
2829: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
2830: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2831: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
2832: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
2833: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
2834: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
2835: types/pa_vresponse.h, types/pa_vstateless_class.C,
2836: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
2837: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
2838: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
2839: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
2840: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
2841: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
2842: ident now works under Linux + ident displays filenames (closes
2843: issue #818) Copyright updated
2844:
2845: 2012-03-13 moko
2846:
2847: * src/main/pa_string.C: compilation fix for feature #741
2848:
2849: 2012-03-09 misha
2850:
2851: * tests/193.html: - tests for ^string:base64[encoded] are updated
2852:
2853: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
2854: now detects invalid base64 chars in the middle of encoded stricg
2855: ( new feature: #55 )
2856:
2857: * src/include/pa_exception.h: - new exception type for base64
2858: decoding is added
2859:
2860: 2012-03-06 misha
2861:
2862: * tests/274.html: - tests for ^date::today[] and
2863: ^date.sql-string[datetime|date|time] are added
2864:
2865: * src/classes/date.C: - constructor ^date::today[] is added ( new
2866: feature: #811 ) - ^date.sql-string[] now can accept one param --
2867: strings "datetime", "date" or "time" - comments tidying up
2868:
2869: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
2870: date and time
2871:
2872: 2012-03-03 misha
2873:
2874: * tests/193.html: - tests for
2875: ^string:base64[encoded;$.strict(true)] are added
2876:
2877: * tests/results/auto.p: - try-catch operator is added
2878:
2879: * src/: classes/file.C, classes/string.C, include/pa_common.h,
2880: main/pa_common.C: - $.strict(true|false) option is added to
2881: base64 decode methods ( new feature: #55 )
2882:
2883: * src/main/pa_common.C: - base64 decode memory usage was decreased
2884: ( new feature: #819 )
2885:
2886: 2012-02-28 moko
2887:
2888: * src/classes/hash.C: ident test
2889:
2890: 2012-02-27 misha
2891:
2892: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
2893:
2894: 2012-01-08 misha
2895:
2896: * tests/273.html: - tests for ^string.replace[from;to] are added
2897:
2898: * src/: classes/string.C, include/pa_dictionary.h,
2899: main/pa_dictionary.C, main/pa_string.C: -
2900: ^string.replace[from;to] is added ( new feature: #741 ) -
2901: ^string.replace[one subst here] is slightly optimized
2902:
2903: 2011-12-07 misha
2904:
2905: * src/classes/table.C: - $t[^table::create{$empty}] now creates
2906: named table with one empty column ( bugfix: #63 )
2907:
2908: 2011-11-30 misha
2909:
2910: * src/classes/json.C: - it's possible to set user's method for
2911: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
2912: #763 )
2913:
2914: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
2915:
2916: 2011-11-23 misha
2917:
2918: * src/: classes/curl.C, classes/file.C, classes/image.C,
2919: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
2920: types/pa_vfile.h, types/pa_vform.C: - constructor
2921: ^file::create[mode;filename;content[;options]] now accepts binary
2922: mode and file-content - new constructor's format:
2923: ^file::create[string-or-file-content[;$.name[filename]
2924: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
2925: feature: #65 )
2926:
2927: * src/: include/pa_request.h, main/pa_request.C: - new method
2928: mime_type_of(const String*) is added
2929:
2930: * src/include/pa_exception.h: - new exception constant
2931: FILE_NAME_MUST_BE_SPECIFIED is added
2932:
2933: * src/classes/table.C: - bug with negative offset transformed into
2934: a feature. it means pointing to a row from the end of the table (
2935: new feature: #810 )
2936:
2937: 2011-11-19 misha
2938:
2939: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
2940: â ìåòîäå _select ( new feature: #810 )
2941:
2942: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
2943: options were specified together is simplified
2944:
2945: 2011-11-12 misha
2946:
2947: * src/main/pa_request.C: - forgotten fix for escaping filename in
2948: HTTP content-disposition header (a part of bug #361 )
2949:
2950: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
2951: checks for ancestors' classes as well ( new feature: #456 )
2952:
2953: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
2954: "without cycle" now have types "parser.break" and
2955: "parser.continue" instead of "parser.runtime" ( new feature: #799
2956: )
2957:
2958: 2011-11-11 misha
2959:
2960: * tests/results/: 099.processed, 100.processed, 205.processed,
2961: 237.processed: - since bug #361 was fixed the content of filename
2962: in HTTP headers is quoted
2963:
2964: * tests/results/270.processed: - result for test 270
2965:
2966: * tests/: 065.html, results/065.processed: - more tests for
2967: ^file:basename[] & Co were added
2968:
2969: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
2970:
2971: * tests/270.html: - tests for ^file:find[] are added
2972:
2973: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
2974: using option $.charset. option $.engoding is still supported but
2975: these options can not be specified together
2976:
2977: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
2978: comparation charset name with string "UTF-8" ( bugfix: #759 )
2979:
2980: 2011-10-11 misha
2981:
2982: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
2983: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
2984: #622)
2985:
2986: 2011-09-30 misha
2987:
2988: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
2989: exception "saving stat-ed file" ( bugfix: #395 )
2990:
2991: 2011-05-30 misha
2992:
2993: * src/classes/string.C: - fixed bug which was added with
2994: params.as_hash into string:sql
2995:
2996: 2011-05-29 misha
2997:
2998: * src/types/pa_value.C: - filename in content-disposition header
2999: must be quoted ( bugfix: #361 )
3000:
3001: 2011-05-27 misha
3002:
3003: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
3004: created file
3005:
3006: * src/classes/: hash.C, mail.C: - little tunning with get_hash
3007: usage
3008:
3009: * src/include/pa_exception.h: - one more string for exception was
3010: added
3011:
3012: 2011-05-25 misha
3013:
3014: * tests/269.html: - tests for checking input params in some dom
3015: methods
3016:
3017: * src/classes/: xdoc.C, xnode.C: - validation of some input params
3018: was added. it isn't possible not wo create xdoc with invalid
3019: tagName. ( bugfix: #160 )
3020:
3021: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
3022: string "data must be string" was mover from pa_exception.h to
3023: pa_xml_exception.h
3024:
3025: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
3026: as_xmlncname, as_xmlname and as_xmlnsuri were added
3027:
3028: * src/main/pa_xml_exception.C: - XmlException accepts more options
3029:
3030: * src/include/pa_xml_exception.h: - XmlException accepts more
3031: options - XML-related exception's strings were added
3032:
3033: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
3034: output_options were removed)
3035:
3036: 2011-05-19 misha
3037:
3038: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
3039: params.as_hash is used more while parsing methods hash-options
3040:
3041: 2011-05-18 misha
3042:
3043: * operators.txt: - info about json-serialization of xdoc was added
3044:
3045: * tests/256.html: - tests for json-serialization xdoc were added
3046:
3047: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
3048:
3049: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3050: classes/json.C, classes/xdoc.C: - now json:string can serialize
3051: xdoc-objects. options (the same as ^xdoc.string[]) could be
3052: specified in $.xdoc[] ( new feature: #265 )
3053:
3054: 2011-05-15 misha
3055:
3056: * tests/268.html: - tests for ^table.count[with options] were added
3057:
3058: * src/classes/table.C: - method ^table.count[] now can accept
3059: options ( new feature: #93 ): ^table.count[column] returns number
3060: of columns for named table; ^table.count[cells] returns number of
3061: cells in the current row; ^table.count[] & ^table.count[rows]
3062: return number of rows in a table.
3063:
3064: * tests/267.html: - test for checking switch/case in boolean mode
3065: was added
3066:
3067: * src/classes/op.C: - if switch's or case's value is bool, they are
3068: compared as bool values, not as double values: new feature: #351
3069:
3070: 2011-05-06 misha
3071:
3072: * tests/242.html: - EOL before EOF was added
3073:
3074: * tests/169.html: - tests for splitting empty string and void were
3075: added
3076:
3077: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
3078: returned table with one empty cell)
3079:
3080: 2011-04-03 misha
3081:
3082: * src/include/pa_version.h, configure.in: - version in head was
3083: changed to 3.4.2b
3084:
3085: 2011-03-30 misha
3086:
3087: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
3088: as well ( new feature #294 )
3089:
3090: 2011-03-29 misha
3091:
3092: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
3093: limited to approx. 6 MB. previous limits were too big for real
3094: life. bugfix: #216
3095:
3096: 2011-03-04 moko
3097:
3098: * etc/parser3.charsets/cp866.cfg: Conforms to
3099: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
3100:
3101: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
3102: vlalek@
3103:
3104: 2011-02-22 misha
3105:
3106: * src/include/pa_charset.h, operators.txt: - some methods mustn't
3107: be under #ifdef XML or parser can't be compiled without xml
3108: support
3109:
3110: 2011-02-21 misha
3111:
1.101 moko 3112: * src/targets/apache/: Makefile.am: - mention
1.95 moko 3113: ApacheModuleParser3.vcproj was removed
3114:
3115: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
3116: removed)
3117:
3118: 2011-02-20 misha
3119:
3120: * tests/: 266.html, 266.p: - tests for checking $.inherited and
3121: $.overridden in ^reflection:method_info[...] were added
3122:
3123: * src/classes/reflection.C: - beautifying result of
3124: ^reflection:method_info[] ($.overridden/inherited)
3125:
3126: 2011-02-18 misha
3127:
3128: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
3129: and pa_isalnum instead of isalpha and isalnum - bug with
3130: redundand quoting lowercased latin chars while building email
3131: body was fixed
3132:
3133: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
3134: added (they check for latin chars only)
3135:
3136: 2011-02-16 misha
3137:
3138: * src/main/pa_charset.C: - bugfix: in some cases the calculating
3139: string size for transcoding gave too small value (should ever
3140: look for availability char in dest charset inspite of the char
3141: size)
3142:
3143: 2011-02-04 moko
3144:
3145: * tests/223.html: header values now not url-encoded (issue #195)
3146:
3147: 2011-02-01 misha
3148:
3149: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
3150:
3151: 2011-01-31 misha
3152:
3153: * src/main/pa_request.C: - throw exception if param file_name in
3154: use_file is empty
3155:
3156: 2011-01-08 moko
3157:
3158: * src/classes/curl.C: compilations errors fixed
3159:
3160: 2010-12-29 moko
3161:
3162: * tests/: 265.html, results/265.processed: test for issue #200
3163: added
3164:
3165: * src/main/pa_string.C: empty regex result check added (fixes issue
3166: #200)
3167:
3168: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
3169:
3170: * tests/results/223.processed: header values now not url-encoded
3171: (issue #195)
3172:
3173: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
3174: main/untaint.C: L_HTTP_HEADER now used in http headers values,
3175: pa_http_safe_header_name added for headers names (fixes bug #195)
3176:
3177: 2010-12-18 misha
3178:
3179: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
3180: => pa-include
3181:
3182: 2010-11-28 moko
3183:
3184: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
3185:
3186: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
3187: -> pa
3188:
3189: * configure.in: apr -> pa
3190:
3191: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
3192:
3193: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
3194: classes/Makefile.am, types/Makefile.am: apr -> pa
3195:
3196: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
3197: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
3198: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
3199: pa-include/pa_apr.h, pa-include/pa_errno.h,
3200: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
3201: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
3202: module apr name conflict resolved)
3203:
3204: 2010-11-27 misha
3205:
3206: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
3207: libbz2
3208:
3209: 2010-11-26 misha
3210:
3211: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
3212: warnings removed
3213:
3214: 2010-11-25 moko
3215:
3216: * operators.txt: $.indent(true)
3217:
3218: * operators.txt: another bugfix. :)
3219:
3220: * operators.txt: bugfix. :)
3221:
3222: * buildall-with-xml: libxml2-2.7.8 + with-apache
3223:
3224: 2010-11-24 moko
3225:
1.101 moko 3226: * configure: apxs support
1.95 moko 3227:
3228: * configure.in: apxs support -Bstatic gc removed for OS X
3229:
3230: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
3231:
3232: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
3233: THREAD_LOCAL usage
3234:
3235: * src/: classes/curl.C, include/pa_config_includes.h,
3236: main/pa_globals.C: THREAD_LOCAL defined and used
3237:
3238: 2010-11-23 moko
3239:
3240: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
3241: should be passed to pa_sleep, and only fractional part (bugfix:
3242: #188)
3243:
3244: * src/targets/apache/mod_parser3.c: 1.3 compatibility
3245:
3246: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
3247: GC_dont_gc=1, as in cgi version
3248:
3249: * src/targets/apache/mod_parser3.c: warning war
3250:
3251: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
3252: pa_httpd.h: version removed, some trash removed
3253:
3254: * src/targets/apache/mod_parser3.c: version removed (we don't want
3255: to show it), warning war
3256:
3257: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
3258: pa_httpd.h: parser_status_allowed removed + merge config
3259: functions removed (override is the default) + beauty
3260:
3261: * src/: include/pa_request.h, main/pa_request.C,
3262: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
3263: hide $status used in apache module removed
3264:
3265: 2010-11-18 moko
3266:
3267: * operators.txt: $.table[compact] added for ^json:string[]
3268:
3269: 2010-11-16 moko
3270:
3271: * src/targets/apache/mod_parser3.c: some cleanup done
3272:
3273: * src/main/untaint.C: bugfix: first, second String::Body argument
3274: is hashcode; second, info.fragment_begin is original, not
3275: resulting length
3276:
3277: * src/classes/file.C: new feature: $.stdin now untainted
3278:
3279: * tests/results/264.processed: new feature: $.stdin[] now untainted
3280:
3281: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
3282:
3283: * src/classes/op.C: ^apply-taint[] method added
3284:
3285: * tests/: 264.html, results/264.processed: ^apply-taint[] test
3286: added; $.stdin untaint test added
3287:
3288: 2010-11-15 moko
3289:
3290: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
3291: removed
3292:
3293: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
3294: pa_httpd.h: 2x2 calculated under apache2. :)
3295:
3296: 2010-11-13 moko
3297:
3298: * src/targets/apache/mod_parser3.c: initial changes to build module
3299: with apache 2.x includes
3300:
3301: * src/targets/apache/: Makefile.am, mod_parser3.c,
3302: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
3303: united apache 1.3 / apache 2.x DSO module
3304:
3305: 2010-11-09 moko
3306:
3307: * src/types/pa_method.h: check added to dissallow @method[name;*]
3308: syntax
3309:
3310: * tests/: 263.html, results/263.processed: test from method[*args]
3311: added
3312:
3313: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
3314: number of params can now be passed to a method declared with *arg
3315:
3316: 2010-11-06 moko
3317:
3318: * src/classes/table.C: formating fixed. :)
3319:
3320: * src/classes/table.C: closes #4: ^table.select now supports
3321: $.limit(), $.offset, $.reverse() options
3322:
3323: * tests/: 262.html, results/262.processed: test for ^table:select
3324: with options added (feature #4)
3325:
3326: * src/include/pa_array.h: remove function added
3327:
3328: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
3329: object in get_element/put_element, using static one.
3330:
3331: 2010-11-04 moko
3332:
3333: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
3334: options is passed
3335:
3336: * tests/: 256.html, results/256.processed: $.table[compact] feature
3337: now tested; k and p in handler now tested.
3338:
3339: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
3340: $.table[compact] feature added
3341:
3342: * src/classes/json.C: key is now passed to handler in
3343: value_json_string; ^json:string result now process tainting
3344: inside and returns clean string, related to issue #153
3345:
3346: * src/main/untaint.C: bugfix: charset can be null (in
3347: ^string:save[] as example), thus check is added
3348:
3349: 2010-10-31 moko
3350:
3351: * src/classes/string.C: error message changed (fixes issue #149)
3352:
3353: 2010-10-29 moko
3354:
3355: * src/main/pa_http.C: ":port" is now added to "Host:" header if
3356: port is not default (fixes issue #155); exception on invalid port
3357: added.
3358:
3359: * src/main/untaint.C: '*' is now not urlencoded to allow header
3360: "Accept: */*" to be passed
3361:
3362: 2010-10-28 moko
3363:
3364: * src/classes/curl.C: bugfix: detect_charset() was throwing
3365: exception on unknown charset even if response_charset was
3366: specified
3367:
3368: 2010-10-27 moko
3369:
3370: * src/classes/string.C: ^string.append removed for void
3371: compatibility
3372:
3373: 2010-10-26 moko
3374:
3375: * src/classes/json.C: libjson supports array at top level, we too
3376: (GPF fixed)
3377:
3378: 2010-10-25 moko
3379:
3380: * tests/: 253.html, results/253.processed: libjson supports array
3381: at top level, parser now supports it as well.
3382:
3383: * tests/261.html, tests/results/261.processed,
3384: src/types/pa_vstring.h: empty string is now void compatible
3385: (allows $empty.key)
3386:
3387: 2010-10-22 misha
3388:
3389: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
3390: while adding additional expires checkout)
3391:
3392: * tests/030.html: - test for session cookie was added
3393:
3394: 2010-10-21 moko
3395:
3396: * src/: classes/string.C, classes/void.C, main/execute.C,
3397: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
3398: string (feature #111)
3399:
3400: * tests/: 261.html, results/261.processed: checks void from string
3401: inheritance (feature #111)
3402:
3403: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
3404: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
3405: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
3406: now true by default
3407:
3408: 2010-10-17 moko
3409:
3410: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
3411: upload now uses binary blocks instead of L_FILE_POST tainting.
3412: (bugfix: #128)
3413:
3414: * tests/: 223.html, results/223.processed: binary file upload test
3415: added, GPF (issue #128) also checked in this test
3416:
3417: 2010-10-13 misha
3418:
3419: * tests/260.html: - test for math:convert
3420:
3421: * src/classes/math.C: - error in math:convert was fixed
3422:
3423: * operators.txt: - info about
3424: ^math:convert[number](from-base;to-base) was added
3425:
3426: * src/classes/math.C: - method
3427: ^math:convert[number](from-base;to-base) for converting number
3428: represention from one base to another was added ( new feature:
3429: #23 )
3430:
3431: 2010-10-13 moko
3432:
3433: * src/main/compile.tab.C: [] now is empty string, not void
3434:
3435: * src/main/compile.y: [] now is empty string, not void
3436:
3437: * src/types/pa_vvoid.h: void now passed as parameter
3438:
3439: * tests/: 259.html, results/259.processed: to test difference
3440: between void and empty string (see ticket #111)
3441:
3442: * tests/results/152.processed: $sEmpty[] is now empty string, not
3443: void
3444:
3445: * tests/256.html: $s[$void] is no longer empty string
3446:
3447: * tests/254.html: empty string is no longer void
3448:
3449: 2010-10-12 misha
3450:
3451: * src/types/pa_vcookie.C: - check if $.expires value can be
3452: converted to date during cookies set up ( bugfix: #104 )
3453:
3454: * tests/041.html: - more tests for ^table.locate were added
3455:
3456: * src/classes/table.C: - ^table.locate[field;value;options] didn't
3457: work ( bugfix: #129 ) - exception comment for incorrect options
3458: ^table.locate[field;value;options] was fixed
3459:
3460: 2010-10-10 moko
3461:
3462: * src/: classes/reflection.C, main/execute.C: constructor returning
3463: another object feature returned
3464:
3465: * tests/results/258.processed: test result updated as constructor
3466: returning another object feature returned
3467:
3468: * tests/: 258.html, results/258.processed: test for constructor
3469: returning another object
3470:
3471: 2010-10-08 misha
3472:
3473: * tests/257.html: - whitespaces after @METACOMMANDS and their
3474: options shouldn't cause exceptions any longer
3475:
3476: 2010-10-06 moko
3477:
3478: * src/classes/: hash.C, table.C: length from sql server is now
3479: ignored, as sql string can contain 0x00 inside (bugfix: #119)
3480:
3481: 2010-10-02 misha
3482:
3483: * operators.txt: - the X mark was removed from ^cache[file]. it is
3484: usable to delete cache file.
3485:
3486: 2010-10-02 moko
3487:
3488: * tests/: 253.html, results/253.processed: hook_key added for key
3489: checking
3490:
3491: * src/classes/json.C: null key bug fixed
3492:
3493: 2010-09-29 misha
3494:
3495: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
3496:
3497: 2010-09-25 moko
3498:
3499: * src/classes/json.C: small fixed
3500:
3501: * tests/results/: 253.processed, 255.processed: just updated
3502:
3503: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
3504: results/255.processed: charset transcode test added for
3505: json:parse
3506:
3507: 2010-09-24 moko
3508:
3509: * src/types/pa_value.h: warning war :)
3510:
3511: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
3512: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
3513: ^json:string
3514:
3515: 2010-09-22 moko
3516:
3517: * src/main/pa_charset.C: parser charset tables declare only
3518: white-space before 0x20, thus adding the missing chars
3519:
3520: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
3521: to http://unicode.org/Public/MAPPINGS/VENDORS/
3522:
3523: 2010-09-21 misha
3524:
3525: * src/main/compile.y: - some semicolons were added (VS2010 don't
3526: want to compile grammar if they are absent)
3527:
3528: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
3529:
3530: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
3531:
3532: * src/main/main.vcproj: - path to bison is changed
3533:
3534: 2010-09-21 moko
3535:
1.101 moko 3536: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
3537: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
3538: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 3539:
3540: 2010-09-20 misha
3541:
3542: * src/types/pa_vtable.C: - add EOLs while json-serializing table
3543:
3544: * src/classes/json.C: - add EOL while json-serializing hash
3545:
3546: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
3547: compilers don't like 'ES'.
3548:
3549: 2010-09-17 misha
3550:
3551: * operators.txt: - info about json class was added
3552:
3553: * src/classes/json.C: - ^json:string[object]
3554:
3555: * src/: include/pa_request.h, main/pa_request.C: - stuff for
3556: preventing infinite recursion while executing json:string was
3557: added
3558:
3559: * src/include/pa_string.h: - method append_quoted was added
3560:
3561: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
3562: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
3563: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
3564: was added to Value & Co
3565:
3566: * src/classes/date.C: - methods get_gmt_string and get_sql_string
3567: were used
3568:
3569: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
3570: were added
3571:
3572: 2010-09-10 moko
3573:
3574: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
3575: die_or_abort (backport from 3.4.1)
3576:
3577: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
3578: die_or_abort (bugfix: #106)
3579:
3580: 2010-09-09 moko
3581:
3582: * src/classes/json.C: warning war. :)
3583:
3584: 2010-09-08 misha
3585:
3586: * src/lib/json/Makefile.am: - additional include directories were
3587: added (for pa_memory.h and gc.h)
3588:
3589: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
3590: compile as C++ instead default - additional include directory was
3591: added (for gc.h)
3592:
3593: * src/types/pa_vform.C: - little code reformating
3594:
3595: * src/classes/file.C: - $.content-type option now can be specified
3596: in ^file::create ( new feature: #102 )
3597:
3598: 2010-09-08 moko
3599:
3600: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
3601: pa_malloc/pa_free
3602:
3603: 2010-09-07 moko
3604:
3605: * tests/results/254.processed: VStateless_class:put_element
3606: exception was fixed
3607:
3608: * src/types/: pa_value.h, pa_vstateless_class.h: now
3609: VStateless_class:put_element barks self.type, not this.type
3610: (bugfix: #105)
3611:
3612: 2010-09-06 moko
3613:
3614: * src/classes/reflection.C: bugfix: new String() is required for
3615: exception handling
3616:
3617: * tests/: 254.html, results/254.processed: test modified
3618:
3619: 2010-09-05 moko
3620:
3621: * tests/: 254.html, results/254.processed: ^reflection:copy test
3622: added
3623:
3624: * src/: classes/reflection.C, include/pa_request.h:
3625: ^reflection:copy implemented (new feature: #100)
3626:
3627: 2010-09-03 moko
3628:
3629: * src/lib/json/JSON_parser.C: c++ compatiblity
3630:
3631: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
3632: option testing added
3633:
3634: 2010-09-02 moko
3635:
3636: * src/classes/json.C: $.distinct[first|last|all] added
3637:
3638: 2010-09-01 moko
3639:
3640: * tests/results/253.processed: json test result
3641:
3642: * tests/: 253.html, 253_json.txt: json test added
3643:
3644: * src/classes/json.C: json.C update to actual version + hash key
3645: creation bugfix
3646:
3647: 2010-08-31 misha
3648:
3649: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
3650: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
3651: src/lib/Makefile.am, src/classes/Makefile.am,
3652: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
3653: json library was added
3654:
3655: 2010-08-30 moko
3656:
3657: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
3658: types/pa_vobject.C: cosmetic optimization in
3659: request:execute_method usage
3660:
3661: * src/: include/pa_charset.h, main/pa_charset.C: small
3662: optimization, just to decrease number of lines. :)
3663:
3664: 2010-08-27 misha
3665:
3666: * src/classes/op.C: - taint[json] was added
3667:
3668: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
3669: were added
3670:
3671: * src/main/pa_exec.C: - warning fix was rolled back.
3672:
3673: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
3674: include/pa_string.h: - taint[json] was added - escaping was
3675: slightly modified
3676:
3677: 2010-08-25 misha
3678:
3679: * src/classes/file.C: - typo in file:sql exception was fixed
3680:
3681: * src/main/pa_exec.C: - warning about declared and not used
3682: variable forced_allow was removed
3683:
3684: 2010-08-14 misha
3685:
3686: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
3687: were removed
3688:
3689: 2010-08-11 moko
3690:
3691: * tests/: 249.html, results/249.processed: default setter and
3692: anti-recursive default getter test added
3693:
3694: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
3695: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
3696: types/pa_vobject.h, types/pa_vstateless_class.C,
3697: types/pa_vstateless_class.h: default setter support +
3698: anti-recursive default getter support ( new feature: #13 )
3699:
3700: * src/include/pa_hash.h: optimization: threshold member removed
3701: from hash, reducing sizeof(hash)
3702:
3703: 2010-08-10 misha
3704:
3705: * tests/196.html: - junction-method was added to the test
3706:
3707: * tests/248.html: - ups. typo :)
3708:
3709: * tests/248.html: - test for checking .match with 4 params
3710:
3711: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
3712: 247_windows1251.txt: - test for "transcode file from utf-8 to
3713: $request:charset during loading if the BOM code is detected"
3714:
3715: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
3716: $request:charset during loading if the BOM code is detected ( new
3717: feature: #98 )
3718:
3719: 2010-08-05 misha
3720:
3721: * src/classes/image.C: - ^image.replace now can accept only 2
3722: params. in this case the whole image is affected ( new feature:
3723: #95 )
3724:
3725: 2010-08-04 misha
3726:
3727: * tests/246.html: - test tor ^hash._at[] was added
3728:
3729: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
3730: #53 )
3731:
3732: * src/include/pa_hash.h: - methods for accessing the first and the
3733: last values of ordered hash were added (first_value and
3734: last_value)
3735:
3736: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
3737: (similar to others file's methods):
3738: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
3739: #68 )
3740:
3741: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
3742:
3743: 2010-08-01 moko
3744:
3745: * src/classes/op.C: to correctly process $result[] in code, called
3746: from ^process
3747:
3748: * tests/245.html: $result in ^process[] test added
3749:
3750: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
3751: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
3752: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
3753: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
3754: caller, self) op_call(VMethodFrame &frame, bool constructing)
3755: removed, construct(class,method) added
3756:
3757: * tests/results/: 192.processed, 244.processed: request::construct
3758: added
3759:
3760: * tests/: 244.html, 245.html, results/244.processed,
3761: results/245.processed: object creation exceptions and ^process
3762: tests added
3763:
3764: 2010-07-28 misha
3765:
3766: * tests/make_tests.cmd: - win32 EOLs
3767:
3768: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
3769: tests on Win32 were added (The system timezone should be GMT+3)
3770:
3771: 2010-07-26 misha
3772:
3773: * tests/: 212.html, results/212.processed: - sizes were removed
3774: mecause they could be different on different OSs
3775:
3776: * tests/065.html: - make it "win32 friendly"
3777:
3778: 2010-07-25 misha
3779:
3780: * src/main/compile.y: - all EOLs between methods are removed during
3781: compilation ( new feature: #47 )
3782:
3783: * tests/results/149.processed: - prepare tests to trim trailing
3784: methods' EOLs
3785:
3786: * tests/149.html: - prepare tests to trim trailing methods' EOLs
3787:
3788: * tests/: results/006.processed, results/014.processed, 006.html,
3789: 014.html, 022.html: - prepare tests to trim trailing methods'
3790: EOLs
3791:
3792: * tests/: 059.html, 071.html, 149.html, results/059.processed,
3793: results/071.processed, results/022.processed: - prepare tests to
3794: trim trailing methods' EOLs
3795:
3796: * tests/: results/073.processed, results/109.processed,
3797: results/142.processed, results/144.processed,
3798: results/149.processed, 073.html, 096.html, 109.html, 142.html,
3799: 144.html: - prepare tests to trim trailing methods' EOLs
3800:
3801: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
3802: 149.html, 152.html, results/096.processed, results/107.processed,
3803: results/109.processed, results/142.processed,
3804: results/144.processed: - prepare tests to trim trailing methods'
3805: EOLs
3806:
3807: 2010-07-24 moko
3808:
3809: * tests/results/: 156.processed, 224.processed: fix for #54 changed
3810: the hash order in this test
3811:
3812: * tests/014.html: to check hash order, hash no is longer sorted
3813: before print
3814:
3815: * src/include/pa_hash.h: hash copy constructor now keeps order
3816: (bugfix: #54)
3817:
3818: 2010-07-23 moko
3819:
3820: * tests/results/224.processed: @auto[] is no longer inherited
3821:
3822: * src/types/pa_vstateless_class.C, tests/227.html,
3823: tests/results/227.processed: @auto[] is no longer inherited
3824: (bugfix: #57)
3825:
3826: 2010-07-22 misha
3827:
3828: * src/classes/table.C: - don't skip comment lines during
3829: table::load if encloser or separator is set as '#' ( new feature:
3830: #30 )
3831:
3832: * src/targets/cgi/parser3.C: - don't run as cgi if
3833: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
3834: #12 )
3835:
3836: * src/classes/file.C: - set PARSER_VARSION env before external
3837: script executing
3838:
3839: 2010-07-13 misha
3840:
3841: * tests/058.html: - test for suppressing @border was added - test
3842: for user attribute was added
3843:
3844: * tests/results/186.processed: unescaping from \uXXXX
3845:
3846: * tests/186.html: unescaping from \uXXXX
3847:
3848: * tests/: 239.html, results/239.processed: method call type
3849:
3850: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
3851: $junction_method.CLASS_NAME (+CLASS)
3852:
3853: 2010-07-07 misha
3854:
3855: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
3856: *nix
3857:
3858: 2010-07-05 misha
3859:
3860: * src/: classes/curl.C, classes/file.C, classes/hash.C,
3861: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
3862: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
3863: comment strings "options must be hash", "options must be hash,
3864: not code" and "called with invalid option" were replaced by
3865: constatns - exception comment string "invalid option passed" was
3866: replaced by "called with invalid option" (now in different
3867: methods are the same exception comment string)
3868:
3869: * src/include/pa_exception.h: - more exception strings were defined
3870:
3871: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3872: types/pa_vstateless_class.h: - now we can define possible
3873: method's call type ( new feature: #5 ) 1.
3874: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
3875: methods 2. @static:method[params] (only static keyword could be
3876: used here) -- for specified methods
3877:
3878: * src/main/pa_common.C: - junction points should not be deleted on
3879: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
3880: cleanup
3881:
3882: 2010-07-03 misha
3883:
3884: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
3885: results/158.processed, results/160.processed,
3886: results/161.processed, results/162.processed,
3887: results/163.processed: - prepare tests to trim trailing methods'
3888: EOLs
3889:
3890: * tests/results/169.processed: - prepare tests to trim trailing
3891: methods' EOLs
3892:
3893: * tests/results/: 168.processed, 169.processed: - prepare tests to
3894: trim trailing methods' EOLs
3895:
3896: * tests/: results/170.processed, results/167.processed,
3897: results/168.processed, results/169.processed, 167.html, 168.html,
3898: 169.html: - prepare tests to trim trailing methods' EOLs
3899:
3900: * tests/: results/170.processed, results/171.processed,
3901: results/172.processed, results/173.processed,
3902: results/174.processed, results/175.processed, 170.html, 171.html,
3903: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
3904: trailing methods' EOLs
3905:
3906: * tests/: results/176.processed, results/180.processed,
3907: results/184.processed, results/185.processed,
3908: results/191.processed, results/192.processed,
3909: results/196.processed, results/197.processed,
3910: results/198.processed, 176.html, 180.html, 184.html, 185.html,
3911: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
3912: to trim trailing methods' EOLs
3913:
3914: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
3915: results/199.processed, results/208.processed,
3916: results/209.processed, results/213.processed,
3917: results/214.processed: - prepare tests to trim trailing methods'
3918: EOLs
3919:
3920: 2010-06-29 misha
3921:
3922: * tests/: 220.html, 218.html, results/218.processed,
3923: results/215.processed, results/217.processed, 215.html, 217.html:
3924: - prepare tests to trim trailing methods' EOLs
3925:
3926: * tests/: results/224.processed, 224.html, 223.html,
3927: results/223.processed, results/220.processed: - prepare tests to
3928: trim trailing methods' EOLs
3929:
3930: * tests/results/: 226.processed, 230.processed: - prepare tests to
3931: trim trailing methods' EOLs
3932:
3933: * tests/: 229.html, results/229.processed: - prepare tests to trim
3934: trailing methods' EOLs
3935:
3936: * tests/: 232.html, 235.html, results/232.processed,
3937: results/235.processed, 226.html, 227.html, 228.html, 230.html,
3938: results/226.processed, results/227.processed,
3939: results/228.processed, results/230.processed: - prepare tests to
3940: trim trailing methods' EOLs
3941:
3942: 2010-06-16 moko
3943:
3944: * tests/: 229.html, results/229.processed: elseif now supported in
3945: ^if
3946:
3947: * src/classes/op.C: new feature: #56 elseif now supported in ^if
3948:
3949: 2010-06-03 misha
3950:
3951: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
3952: instead of memcopy for overlaped regions
3953:
3954: 2010-05-25 misha
3955:
3956: * src/main/pa_common.C: - wanring about unused vars was removed
3957:
3958: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
3959: get_method_filename was moved to execute.C
3960:
3961: 2010-05-23 misha
3962:
3963: * src/main/pa_request.C: - more accurate detection of method's file
3964:
3965: 2010-05-22 misha
3966:
3967: * src/classes/reflection.C: - bugfix: core during detection of
3968: .file if filespec isn't detected successfully
3969:
3970: 2010-05-20 misha
3971:
3972: * src/main/pa_request.C: - fix in get_method_filename
3973:
3974: * src/include/pa_request.h: - new feature: #24 -- searching
3975: included file in @USE/^use is changed. if its filespec doesn't
3976: start from '/' it will be searched in caller file directory
3977:
3978: * src/classes/reflection.C: - ^reflection:method_info returns file
3979: where the method is defined
3980:
3981: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
3982: classes/op.C: - new feature: #24 -- searching included file in
3983: @USE/^use is changed. if its filespec doesn't start from '/' it
3984: will be searched in caller file directory
3985:
3986: * src/: classes/file.C, include/pa_common.h: - method lastposafter
3987: is moved to pa_common.h
3988:
3989: 2010-05-18 misha
3990:
3991: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
3992: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
3993: cookie parser decode \uXXXX as well as %uXXXX
3994:
3995: 2010-05-17 misha
3996:
3997: * src/classes/curl.C: beauty: - unused param is removed in method
3998: _curl_version_action - some spaces were removed or replaced by
3999: tabs
4000:
4001: * src/classes/table.C: - bugfix: #72 core with empty value during
4002: ^table.hash[...;name_of_the_last_column][$.type[string]]
4003:
4004: 2010-05-16 misha
4005:
4006: * src/classes/curl.C: new: #61 more curl options were added
4007: (contributed by Sumo)
4008:
4009: 2010-04-29 pretender
4010:
4011: * src/main/pa_string.C: fixes #63 Split result from empty string
4012: now empty string.
4013:
4014: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
4015: string type.
4016:
4017: 2010-04-28 pretender
4018:
4019: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
4020: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
4021: macrodefinition removed
4022:
4023: 2010-04-19 pretender
4024:
4025: * src/main/execute.C: fixes #60 Stacktrace now contains info for
4026: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
4027:
4028: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
4029: fixes #64 Now file.missing exception generates in unsafe mode to.
4030:
4031: * src/classes/file.C: fixes #48 Now not throw "not save environment
4032: variable" exception in grpunlim version.
4033:
4034: 2010-04-05 misha
4035:
4036: * src/classes/string.C: - new feature: 4th param was added to
4037: match. if specified its value is returned in case of nothing was
4038: found
4039:
4040: 2010-04-01 misha
4041:
4042: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
4043: multiple execution of /a/b/auto.p
4044:
4045: 2010-03-19 misha
4046:
4047: * src/main/execute.C: - core in $table1.$table2 was fixed
4048:
4049: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
4050:
4051: 2010-01-27 misha
4052:
4053: * src/main/pa_common.C: - bugfix: there are no excaption.type if
4054: trying to open file by path /existing-file/non-exixting-file
4055:
4056: 2010-01-26 misha
4057:
4058: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
4059: was added (returns file)
4060:
4061: 2009-12-22 misha
4062:
4063: * src/classes/curl.C: - method 'option' was renamed to 'options' -
4064: now parser doesn't have class curl if it was built without it
4065:
4066: 2009-12-15 misha
4067:
4068: * configure.in: - little cheat with curl include dir was added
4069:
4070: 2009-12-05 misha
4071:
4072: * src/classes/curl.C: - some fixes
4073:
4074: 2009-12-04 misha
4075:
4076: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
4077: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
4078: buildall-with-xml, buildall-without-xml, configure.in: - curl
4079: class was added
4080:
4081: * src/include/pa_hash.h: - hash-iterator was added
4082:
4083: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
4084: was added to pcre
4085:
4086: 2009-11-27 misha
4087:
4088: * src/classes/image.C: - don't add @border attribute to output of
4089: ^image.html[] if it was specified by user with empty value
4090:
4091: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
4092: root element and we are trying to access .documentElement
4093:
4094: 2009-11-11 misha
4095:
4096: * src/classes/table.C: - in ^table.flip[] look at number of columns
4097: instead of number of items in first row for named tables
4098:
4099: 2009-11-10 misha
4100:
4101: * operators.txt: - info about hash-options in ^file::create was
4102: added
4103:
4104: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
4105: added
4106:
4107: 2009-11-09 misha
4108:
4109: * buildall-with-xml: - moving to libxml 2.7.6
4110:
4111: * tests/236.html: - tests for comparations cords with functions
4112: were added
4113:
4114: * src/include/pa_string.h: - optimisation: cacheing of cstr was
4115: added
4116:
4117: * src/main/pa_http.C: - little optimisation
4118:
4119: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
4120: GPF mallocs + stringstream (table.save)
4121:
4122: * src/classes/file.C: - file::create now accepts 4th param: options
4123: with $.charset
4124:
4125: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
4126: bug in cord (comparation cords with functions was buggy)
4127:
4128: 2009-11-06 misha
4129:
4130: * src/main/pa_string.C: - bugfix: calculation string.length
4131: sometimes was buggy
4132:
4133: * src/classes/string.C: - bugfix: Temp_value_element wasn't
4134: destroyed if exception occured during match/replace
4135:
4136: * src/: main/pa_charset.C, include/pa_charset.h: - method
4137: lengthUTF8Char was added
4138:
4139: * src/classes/op.C: - clean tainting lang was added for user's
4140: usage
4141:
4142: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
4143: fixed: checkouts are required after GC_MALLOC
4144:
4145: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
4146:
4147: * operators.txt: - actually, there is no ^untaint[xml] in
4148: file::create
4149:
4150: 2009-10-15 misha
4151:
4152: * tests/: 235.html, 235_attach.txt: - tests for preparing email
4153: were added
4154:
4155: * tests/234.html: - more tests for checking ^taint[uri] escaping
4156: were added
4157:
4158: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
4159: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
4160: hacking: for dealing with transcoding+^taint[uri]
4161: transcode_and_untaint was replaced by untaint_and_transcode
4162:
4163: 2009-10-13 misha
4164:
4165: * tests/: 121.html, results/121.processed: - test transcoding +
4166: url-escaping now
4167:
4168: * tests/results/auto.p: - more helpers' methods were added
4169:
4170: * src/main/pa_globals.C: - die instead of abort
4171:
4172: 2009-10-06 misha
4173:
4174: * src/main/pa_common.C: - don't allocate memory during
4175: capitalization if input string is already capitalized
4176:
4177: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
4178:
4179: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
4180: use format function because it calls malloc
4181:
4182: * src/include/pa_common.h: - more capitalized headers were added
4183:
4184: * src/main/pa_common.C: - in safe mode clear executable bits during
4185: file writing
4186:
4187: 2009-10-05 misha
4188:
4189: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
4190:
4191: 2009-10-03 misha
4192:
4193: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
4194: ^img.text[] & ^img.length[] can work in utf-8 now
4195:
4196: * src/: include/pa_charset.h, main/pa_charset.C: - class
4197: UTF8_string_iterator was added
4198:
4199: * src/classes/image.C: - respect utf-8 when calculate alphabet
4200: length
4201:
4202: * src/classes/mail.C: - check from before get message.cstr
4203:
4204: 2009-10-02 misha
4205:
4206: * tests/233.html: - test for image.font, image.length, image.text
4207: with text in utf-8 were added
4208:
4209: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
4210:
4211: * buildall-with-xml, buildall-without-xml: - comment about gc
4212: version for freebsd 4 was added
4213:
4214: 2009-10-01 misha
4215:
4216: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
4217: terminator) - read_pipe were slightly optimized
4218:
4219: 2009-09-28 misha
4220:
4221: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
4222: removed
4223:
4224: * src/types/pa_vmail.C: - forgot about space after ':'
4225:
4226: * src/types/pa_vmail.C: - escape filenames while preparing mail
4227: body - small simplifications
4228:
4229: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
4230: inout params like pa_base64
4231:
4232: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
4233: option $.debug-print(1) was added to mail:send - changes for
4234: using uue_encode which uses less memory
4235:
4236: * src/main/pa_common.C: - pa_base64_encode uses less memory now
4237:
4238: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
4239: memory now
4240:
4241: 2009-09-26 misha
4242:
4243: * src/types/pa_vmail.C: - default encoding now is base64
4244:
4245: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
4246:
4247: 2009-09-25 misha
4248:
4249: * src/types/pa_vmail.C: - capitalization of headers was added to
4250: sending mail as well
4251:
4252: * buildall-with-xml: - catalog package was removed from libxml
4253:
4254: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
4255: win32 absolute path
4256:
4257: * src/include/pa_common.h: - one more capitalized header was added
4258:
4259: 2009-09-22 misha
4260:
4261: * INSTALL: - comment about building just httpd binary while
4262: building apache module was added
4263:
4264: 2009-09-21 misha
4265:
4266: * buildall-with-xml: - moving to the latest versions of xml libs:
4267: libxml 2.7.4 and libxslt 1.1.25
4268:
4269: 2009-09-19 misha
4270:
4271: * tests/231.html: - test for encoding cookie in win-1251
4272:
4273: 2009-09-18 misha
4274:
4275: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
4276: object] were added
4277:
4278: * operators.txt: - info about method ^reflection:fields[class or
4279: object] was added
4280:
4281: * src/classes/reflection.C: - method ^reflection:fields[class or
4282: object] was added
4283:
4284: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
4285: methods get_fields were added
4286:
4287: * tests/232.html: - tests for @GET[name]
4288:
4289: * src/classes/table.C: - some changes in handling hash-options for
4290: creare, join and locate
4291:
4292: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
4293: defined with option: the type of requested value
4294:
4295: 2009-09-17 misha
4296:
4297: * tests/212.html: - tests for .pattern and .options were added
4298:
4299: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
4300: $regex.options were added
4301:
4302: 2009-09-11 misha
4303:
4304: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
4305: rewrited. it checks not just one case of sending cookies during
4306: file::load[http], but also sending headers and fields (including
4307: files)
4308:
4309: 2009-09-10 misha
4310:
4311: * src/main/untaint.C: - workaround in file-spec lang for old Macs
4312: was removed => now parser can open files with Russian 'r' in
4313: filename
4314:
4315: * src/main/untaint.C: - bugfix: client charset whould be analized
4316: while escaping cookies but now source charset
4317:
4318: * src/main/pa_http.C: - bugfix: the values of http headers didn't
4319: ^tainted[uri] so it was possible to make request with incorrect
4320: http header
4321:
4322: * src/main/pa_http.C: - capitalization of http headers during
4323: file::load[http was slightly changes - bugfix: all headers which
4324: parser sends during file::load[http should be transcoded and only
4325: then escaped
4326:
4327: * src/main/untaint.C: - a bit more comments were added
4328:
4329: * src/classes/: file.C, string.C: - types where changes (minus 2
4330: warnings)
4331:
4332: * src/include/pa_common.h: - 2 capitalized strings for making http
4333: headers during file::load[http were added
4334:
4335: 2009-09-08 misha
4336:
4337: * operators.txt: - changes in file.save and string.save were added
4338:
4339: * tests/: 230.html, 230.txt: - tests for checking options in
4340: file.save and string.save were added
4341:
4342: * src/main/pa_request.C: - http headers names, which are passed to
4343: SAPI::add_header_attribute are lowercased now (it'll be
4344: capitalized in that method)
4345:
4346: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
4347: classes/string.C: - file_write accepts Request_charsets and asked
4348: charset and cound transcode content before writing - string.save
4349: and file.save have option $.charset now
4350:
4351: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
4352: classes/xdoc.C: - file_write accepts Request_charsets and asked
4353: charset and cound transcode content before writing
4354:
4355: * src/include/pa_exception.h: - new exception comment string was
4356: defined
4357:
4358: 2009-09-07 misha
4359:
4360: * src/main/compile.y: - grammar $name\ name stops now for regex
4361: sub-pattern\s
4362:
4363: 2009-09-04 misha
4364:
4365: * src/main/pa_http.C: - capitalization of http headers during
4366: file::load[http was implemented
4367:
4368: 2009-09-03 misha
4369:
4370: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4371: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
4372: types/pa_vmail.C, targets/cgi/parser3.C,
4373: targets/isapi/parser3isapi.C: - back to storing response http
4374: headers in lowercase - capitalize them during output
4375:
4376: 2009-08-31 misha
4377:
4378: * src/classes/table.C: - allow call with any brackets (it could be
4379: useful in methods with explict result declaration)
4380:
4381: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
4382: correctly if $request:charset==koi8-r
4383:
4384: 2009-08-30 misha
4385:
4386: * src/: include/pa_common.h, main/pa_request.C: - http headers were
4387: changed: content-type => Content-type and so on
4388:
4389: * src/classes/file.C, src/include/pa_common.h,
4390: src/include/pa_request.h, src/main/pa_http.C,
4391: src/main/pa_request.C, src/types/pa_vcookie.C,
4392: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
4393: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
4394: tests/results/002.processed, tests/results/003.processed,
4395: tests/results/004.processed, tests/results/005.processed,
4396: tests/results/006.processed, tests/results/007.processed,
4397: tests/results/008.processed, tests/results/009.processed,
4398: tests/results/010.processed, tests/results/011.processed,
4399: tests/results/012.processed, tests/results/013.processed,
4400: tests/results/014.processed, tests/results/015.processed,
4401: tests/results/016.processed, tests/results/017.processed,
4402: tests/results/018.processed, tests/results/019.processed,
4403: tests/results/020.processed, tests/results/021.processed,
4404: tests/results/022.processed, tests/results/023.processed,
4405: tests/results/024.processed, tests/results/025.processed,
4406: tests/results/026.processed, tests/results/027.processed,
4407: tests/results/028.processed, tests/results/029.processed,
4408: tests/results/030.processed, tests/results/031.processed,
4409: tests/results/032.processed, tests/results/033.processed,
4410: tests/results/034.processed, tests/results/035.processed,
4411: tests/results/036.processed, tests/results/037.processed,
4412: tests/results/038.processed, tests/results/039.processed,
4413: tests/results/040.processed, tests/results/041.processed,
4414: tests/results/042.processed, tests/results/043.processed,
4415: tests/results/044.processed, tests/results/045.processed,
4416: tests/results/046.processed, tests/results/047.processed,
4417: tests/results/048.processed, tests/results/049.processed,
4418: tests/results/050.processed, tests/results/051.processed,
4419: tests/results/052.processed, tests/results/053.processed,
4420: tests/results/054.processed, tests/results/055.processed,
4421: tests/results/056.processed, tests/results/057.processed,
4422: tests/results/058.processed, tests/results/059.processed,
4423: tests/results/060.processed, tests/results/061.processed,
4424: tests/results/062.processed, tests/results/063.processed,
4425: tests/results/064.processed, tests/results/065.processed,
4426: tests/results/066.processed, tests/results/067.processed,
4427: tests/results/068.processed, tests/results/069.processed,
4428: tests/results/070.processed, tests/results/071.processed,
4429: tests/results/072.processed, tests/results/073.processed,
4430: tests/results/074.processed, tests/results/075.processed,
4431: tests/results/076.processed, tests/results/077.processed,
4432: tests/results/078.processed, tests/results/079.processed,
4433: tests/results/080.processed, tests/results/081.processed,
4434: tests/results/082.processed, tests/results/083.processed,
4435: tests/results/084.processed, tests/results/085.processed,
4436: tests/results/086.processed, tests/results/087.processed,
4437: tests/results/088.processed, tests/results/089.processed,
4438: tests/results/090.processed, tests/results/091.processed,
4439: tests/results/092.processed, tests/results/093.processed,
4440: tests/results/094.processed, tests/results/095.processed,
4441: tests/results/096.processed, tests/results/097.processed,
4442: tests/results/098.processed, tests/results/099.processed,
4443: tests/results/100.processed, tests/results/101.processed,
4444: tests/results/102.processed, tests/results/103.processed,
4445: tests/results/104.processed, tests/results/105.processed,
4446: tests/results/106.processed, tests/results/107.processed,
4447: tests/results/108.processed, tests/results/109.processed,
4448: tests/results/110.processed, tests/results/111.processed,
4449: tests/results/112.processed, tests/results/113.processed,
4450: tests/results/114.processed, tests/results/115.processed,
4451: tests/results/116.processed, tests/results/117.processed,
4452: tests/results/118.processed, tests/results/119.processed,
4453: tests/results/120.processed, tests/results/121.processed,
4454: tests/results/122.processed, tests/results/123.processed,
4455: tests/results/124.processed, tests/results/125.processed,
4456: tests/results/126.processed, tests/results/127.processed,
4457: tests/results/128.processed, tests/results/129.processed,
4458: tests/results/130.processed, tests/results/131.processed,
4459: tests/results/132.processed, tests/results/133.processed,
4460: tests/results/134.processed, tests/results/135.processed,
4461: tests/results/136.processed, tests/results/138.processed,
4462: tests/results/139.processed, tests/results/140.processed,
4463: tests/results/141.processed, tests/results/142.processed,
4464: tests/results/143.processed, tests/results/144.processed,
4465: tests/results/145.processed, tests/results/146.processed,
4466: tests/results/147.processed, tests/results/148.processed,
4467: tests/results/149.processed, tests/results/150.processed,
4468: tests/results/151.processed, tests/results/152.processed,
4469: tests/results/153.processed, tests/results/154.processed,
4470: tests/results/155.processed, tests/results/156.processed,
4471: tests/results/157.processed, tests/results/158.processed,
4472: tests/results/159.processed, tests/results/160.processed,
4473: tests/results/161.processed, tests/results/162.processed,
4474: tests/results/163.processed, tests/results/164.processed,
4475: tests/results/165.processed, tests/results/166.processed,
4476: tests/results/167.processed, tests/results/168.processed,
4477: tests/results/169.processed, tests/results/170.processed,
4478: tests/results/171.processed, tests/results/172.processed,
4479: tests/results/173.processed, tests/results/174.processed,
4480: tests/results/175.processed, tests/results/176.processed,
4481: tests/results/177.processed, tests/results/178.processed,
4482: tests/results/179.processed, tests/results/180.processed,
4483: tests/results/181.processed, tests/results/182.processed,
4484: tests/results/183.processed, tests/results/184.processed,
4485: tests/results/185.processed, tests/results/186.processed,
4486: tests/results/187.processed, tests/results/188.processed,
4487: tests/results/189.processed, tests/results/190.processed,
4488: tests/results/191.processed, tests/results/192.processed,
4489: tests/results/193.processed, tests/results/194.processed,
4490: tests/results/195.processed, tests/results/196.processed,
4491: tests/results/197.processed, tests/results/198.processed,
4492: tests/results/199.processed, tests/results/200.processed,
4493: tests/results/201.processed, tests/results/202.processed,
4494: tests/results/203.processed, tests/results/204.processed,
4495: tests/results/205.processed, tests/results/206.processed,
4496: tests/results/207.processed, tests/results/208.processed,
4497: tests/results/209.processed, tests/results/210.processed,
4498: tests/results/211.processed, tests/results/212.processed,
4499: tests/results/213.processed, tests/results/214.processed,
4500: tests/results/215.processed, tests/results/216.processed,
4501: tests/results/217.processed, tests/results/218.processed,
4502: tests/results/219.processed, tests/results/220.processed,
4503: tests/results/221.processed, tests/results/222.processed,
4504: tests/results/223.processed, tests/results/224.processed,
4505: tests/results/225.processed, tests/results/226.processed,
4506: tests/results/227.processed, tests/results/228.processed,
4507: tests/results/229.processed: - http headers were changed:
4508: content-type => Content-type and so on
4509:
4510: 2009-08-27 misha
4511:
4512: * src/: main/pa_random.C, include/pa_random.h,
4513: targets/cgi/parser3.C: - year was updated :)
4514:
4515: 2009-08-26 misha
4516:
4517: * tests/: 224.html, 224.p: - test for creating of parser object
4518: using constructor without params - little bugfix in test
4519:
4520: * src/main/compile_tools.h: - bugfix: should't call autouse while
4521: checking existed class while processing partial option
4522:
4523: * src/classes/reflection.C: - bugfix: core when creating object
4524: with reflection and constructor doesn't have params
4525:
4526: 2009-08-24 misha
4527:
4528: * tests/229.html: - tests for checking the number of parameters
4529: were added
4530:
4531: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
4532: number of method's parameters wasn't checked correctly (the bug
4533: was introduced in 3.4.0)
4534:
4535: 2009-08-22 misha
4536:
4537: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
4538: transcoded, but tainted pieces are escaped only when
4539: content-type==url-encoding
4540:
4541: * tests/228.html: - test for checking
4542: ^file::load[http://...;$.body[]]
4543:
4544: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
4545: post charset was too early (charsets is empty at this moment)
4546:
4547: 2009-08-21 misha
4548:
4549: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
4550: main/untaint.C: - some fixes with transcode+untaint
4551:
4552: 2009-08-15 misha
4553:
4554: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
4555: was increaced to 100 (was 50)
4556:
4557: * tests/227.html: - test for checking overriding properties in
4558: static classes was added
4559:
4560: * tests/: 226.html, 226.p: - test for @autoload[] was added
4561:
4562: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
4563: main/execute.C, main/pa_request.C, classes/reflection.C: -
4564: autouse was implemented
4565:
4566: 2009-08-14 misha
4567:
4568: * src/classes/reflection.C: - outdated checkout was removed
4569:
4570: * src/classes/reflection.C: - optimization - method ^dynamical was
4571: added.
4572:
4573: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
4574: types/pa_vstateless_class.h, main/execute.C: - optimization
4575:
4576: * src/types/pa_vclass.C: - exception if base on sytem class
4577:
4578: 2009-08-12 misha
4579:
4580: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
4581: pa_vstateless_class.h: - little optimisation
4582:
4583: 2009-08-11 misha
4584:
4585: * tests/224.html: - method_params => method_info - checking for
4586: $.inherited
4587:
4588: * src/classes/reflection.C, operators.txt: - method method_params
4589: was renamed to method_info and now it returns class name, if
4590: method was defined in ancestor
4591:
4592: * tests/225.html: - tests for cheching properties in hierarhical
4593: classes were added
4594:
4595: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
4596: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4597: main/compile.y, main/execute.C, classes/classes.C: - problems
4598: with properties in new classes implementation were fixed
4599:
4600: 2009-08-10 misha
4601:
4602: * src/main/execute.C: - now constructor shouldn't be defined in
4603: class. it could be defined in parent.
4604:
4605: 2009-08-09 misha
4606:
4607: * src/classes/reflection.C: - ^reflection:methods doesn't return
4608: base's methods
4609:
4610: 2009-08-08 misha
4611:
4612: * src/: classes/classes.h, classes/date.C, classes/file.C,
4613: classes/form.C, classes/hash.C, classes/hashfile.C,
4614: classes/image.C, classes/mail.C, classes/op.C,
4615: classes/reflection.C, classes/regex.C, classes/string.C,
4616: classes/table.C, classes/xdoc.C, classes/xnode.C,
4617: classes/xnode.h, include/pa_hash.h, main/execute.C,
4618: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
4619: types/pa_method.h, types/pa_property.h, types/pa_value.C,
4620: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4621: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4622: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
4623: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4624: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
4625: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
4626: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
4627: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
4628: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
4629: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
4630: types/pa_vresponse.C, types/pa_vresponse.h,
4631: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4632: types/pa_vstateless_object.h, types/pa_vstatus.C,
4633: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
4634: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
4635: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
4636: types/pa_wwrapper.h, types/types.vcproj: - new classes
4637: implementation
4638:
4639: * buildall-with-xml, buildall-without-xml: - gc has a bug if
4640: USE_MUNMAP is used. so it is disabled as a workaround.
4641:
4642: 2009-08-05 misha
4643:
4644: * src/: main/pa_common.C, include/pa_common.h: - not needed
4645: parameter was removed
4646:
4647: * src/main/pa_http.C: - bugfix: error was during detecting
4648: content-type of file which was loaded by http
4649:
4650: 2009-08-01 misha
4651:
4652: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
4653: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
4654: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
4655: can't be disabled with defines any longer
4656:
4657: 2009-07-29 misha
4658:
4659: * src/classes/reflection.C, tests/results/224.processed: - for
4660: native methods with any call type now returned empty call_type
4661: value
4662:
4663: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4664: classes/table.C, include/pa_hash.h, include/pa_request.h,
4665: main/pa_request.C: - break in cycles was optimized
4666:
4667: * INSTALL: - more defines were described
4668:
4669: 2009-07-28 misha
4670:
4671: * operators.txt: - some changes in information about reflection
4672: class
4673:
4674: * tests/: 224.html, 224.p: - tests for reflection class
4675:
4676: * src/classes/reflection.C: - some bugs were fixed, method classes
4677: was added, refactoring
4678:
4679: 2009-07-26 misha
4680:
4681: * src/classes/classes.vcproj: - reflection class wass added to
4682: project
4683:
4684: * operators.txt: - information about reflection class was added
4685:
4686: * src/classes/reflection.C: - class was redesigned
4687:
4688: 2009-07-24 misha
4689:
4690: * src/classes/: Makefile.am, reflection.C: - class reflection was
4691: added
4692:
4693: * src/types/pa_vstateless_class.h: - method for reflection method's
4694: in classes was added
4695:
4696: 2009-07-22 misha
4697:
4698: * src/main/compile_tools.h: - bugfix: $object.$var was
4699: over-optimized. it failed if $object1.$object2.field
4700:
4701: 2009-07-16 misha
4702:
4703: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
4704: lib/cord/cordxtra.c, lib/cord/include/cord.h,
4705: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
4706: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
4707: one more arg: length of cord
4708:
4709: 2009-07-15 misha
4710:
4711: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
4712: tainted in ^file::load[http://...;$.cookies[]]
4713:
4714: * src/classes/: op.C, regex.C, string.C: - new string with
4715: exception was used
4716:
4717: * src/include/pa_exception.h: - new string with exception was added
4718:
4719: * tests/223.html: - test for checking cookie-encoding during
4720: ^file::load[http was added
4721:
4722: * tests/: 221.html, 222.html: - tests for checking type of
4723: $table.fields.field were added
4724:
4725: * src/types/pa_vtable.C: - not used var decl was removed
4726:
4727: * src/include/pa_string.h: - use cached string length in Body::mid.
4728: it improves speed of match with brackets in pattern
4729:
4730: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
4731: outside
4732:
4733: 2009-07-14 misha
4734:
4735: * src/types/pa_vtable.C: - $table.fields.a return string even if
4736: column is empty (sometime returned void) - $table.fields was
4737: added for nameless tables
4738:
4739: * src/targets/cgi/getopt.c: - one warning resolved
4740:
4741: * src/main/pa_string.C: - potentian bug fixed
4742:
4743: * src/classes/op.C: - small optimization in taint/untaint
4744:
4745: 2009-07-13 misha
4746:
4747: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
4748: added
4749:
4750: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
4751: souldn't add the attribut to output
4752:
4753: 2009-07-11 misha
4754:
4755: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
4756: stack size was increaced to 2MB (default=1MB)
4757:
4758: 2009-07-08 misha
4759:
4760: * src/main/pa_string.C: - link to UTF-8 description was added
4761:
4762: * src/include/pa_hash.h: - hash keeps element's order in more
4763: places (ex: ._keys[])
4764:
4765: * tests/220.html: - test for checking order of elements in hash in
4766: foreach was added
4767:
4768: * tests/172.html: - small changes in printing hash
4769:
4770: * tests/129.html: - small changes in printing hash
4771:
4772: * src/: include/pa_common.h, include/pa_hash.h,
4773: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
4774: types/pa_vmethod_frame.h: - hash now keeps order of elements
4775:
4776: * tests/014.html: - small changes in printing hash
4777:
4778: 2009-07-07 misha
4779:
4780: * src/classes/op.C: - new taint language "parser-code" was added
4781:
4782: * tests/219.html: - test for auto untaint parser code in process
4783: was added
4784:
4785: * src/classes/op.C: - tainted pieces in body of process are
4786: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
4787:
4788: * src/: include/pa_string.h, main/untaint.C: - new language
4789: L_PARSER_CODE for auto-untaint in process was added
4790:
4791: * src/: classes/file.C, classes/hash.C, classes/image.C,
4792: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
4793: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
4794: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
4795: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
4796: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
4797: code cleanup
4798:
4799: 2009-07-06 misha
4800:
4801: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
4802: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
4803: deleted. taint_cstr[m] and untaint_cstr[m] should be used
4804:
4805: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
4806: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
4807: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
4808: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
4809: should be used
4810:
4811: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
4812: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
4813: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
4814: untaint_cstr[m] should be used
4815:
4816: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
4817: deleted. taint_cstr[m] and untaint_cstr[m] should be used
4818:
4819: * tests/218.html: - test for checking automatic file-spec-taint was
4820: added
4821:
4822: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
4823: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
4824: classes/file.C, classes/hash.C, classes/image.C,
4825: classes/string.C, classes/table.C, classes/void.C,
4826: classes/xdoc.C: - optimizations and simplification of
4827: string.cstr(...)
4828:
4829: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
4830: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
4831: - optimizations and simplification of string.cstr(...)
4832:
4833: 2009-07-04 misha
4834:
4835: * tests/217.html: - test for recursion detection was added
4836:
4837: * src/: types/types.vcproj, main/main.vcproj,
4838: classes/classes.vcproj, targets/cgi/parser3.vcproj,
4839: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
4840: from .vcproj
4841:
4842: * src/types/pa_wwrapper.h: - dynamic_cast was removed
4843:
4844: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
4845: uploading files and case-insensitive http-method were added
4846:
4847: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
4848: tainted pattern in ^file:list[] was added
4849:
4850: 2009-07-03 misha
4851:
4852: * src/: classes/classes.vcproj, main/main.vcproj,
4853: types/types.vcproj, targets/cgi/parser3.vcproj,
4854: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
4855: for dynamic_cast) - little options changes
4856:
4857: * src/main/pa_http.C: - file::load[http works now with uploading
4858: files _and_ changing $.charset
4859:
4860: 2009-06-29 misha
4861:
4862: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
4863: while creating pattern
4864:
4865: 2009-06-25 misha
4866:
4867: * src/classes/image.C, operators.txt: - options' names for
4868: ^image.font were changed to $.space, $.width and $spacing -
4869: default space width now == gif's width
4870:
4871: 2009-06-24 misha
4872:
4873: * tests/215.html: - tests for $file.mode were added
4874:
4875: * operators.txt: - added info about $file.mode and changes in
4876: ^image.font[
4877:
4878: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
4879: param now could be omited - third param now could be hash (with
4880: all widths options: $.space-width, $.letter-width) - it's
4881: possible to specify tracking ($.letter-space)
4882:
4883: * src/classes/file.C: - file objects now could have mode field
4884: (text|binary)
4885:
4886: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
4887:
4888: 2009-06-23 misha
4889:
4890: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
4891: trim can work with utf-8 chars now
4892:
4893: 2009-06-20 misha
4894:
4895: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
4896: was implemented
4897:
4898: * src/classes/table.C: - string length cacheing was implemented
4899:
4900: * src/include/pa_string.h: - string length cacheing was implemented
4901:
4902: 2009-06-17 misha
4903:
4904: * src/main/execute.C: - value param was removed from
4905: WContext::WContext
4906:
4907: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
4908: pa_wwrapper.h: - value param was removed from WContext::WContext
4909: - field wcontext was removed from VCodeFrame (using fparent
4910: instead)
4911:
4912: * tests/214.html: - test with hash copying
4913:
4914: 2009-06-16 misha
4915:
4916: * tests/: 062.html, results/062.processed: - evaluation hardcoded
4917: strings doesn't work in expression anymore
4918:
4919: * src/main/execute.C: - less calls for get_constructing() - little
4920: refactoring
4921:
4922: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
4923: include/pa_request.h: - less calls for get_constructing()
4924:
4925: * src/classes/: hash.C, hashfile.C: - fixed bug which was
4926: introduced with OPTIMIZE_SINGLE_STRING optimization
4927:
4928: 2009-06-14 misha
4929:
4930: * src/: classes/date.C, classes/file.C, classes/hash.C,
4931: classes/hashfile.C, classes/image.C, classes/regex.C,
4932: classes/table.C, classes/xdoc.C, classes/xnode.h,
4933: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
4934: types/pa_vstateless_class.h, main/execute.C: - create object for
4935: storing object's fields only for parser objects
4936:
4937: 2009-06-13 misha
4938:
4939: * buildall-with-xml, buildall-without-xml: - new option was added
4940: for building GC (it slightly reduces memory usage)
4941:
4942: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
4943: single string write
4944:
4945: * src/main/execute.C: - bytecode optimization of ^class:constructor
4946: - optimization of single string write
4947:
4948: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
4949: - bytecode optimization of ^class:constructor
4950:
4951: 2009-06-09 misha
4952:
4953: * src/targets/cgi/parser3.C: - type size_t was changed to int in
4954: main (better compatibility)
4955:
4956: 2009-06-08 misha
4957:
4958: * src/main/compile.y: - I've forgot to commit it :(
4959:
4960: 2009-06-07 misha
4961:
4962: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
4963: WITH_READ and WITH_ROOT
4964:
4965: * src/main/: compile.y, compile_tools.C, compile_tools.h,
4966: execute.C: - more optimizations for WITH_SELF, WITH_READ and
4967: WITH_ROOT - little refactoring
4968:
4969: 2009-06-06 misha
4970:
4971: * tests/213.html: - tests for 3rd match string-param were added
4972:
4973: * src/classes/string.C: - 3rd match param could be string now
4974:
4975: * src/main/: compile.y, compile_tools.h: - much more bytecode's
4976: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
4977: GET_OBJECT_ELEMENT
4978:
4979: 2009-06-05 misha
4980:
4981: * src/main/pa_http.C: - bugfix: content-length was not calculated
4982: if $.body was specified
4983:
4984: 2009-06-04 misha
4985:
4986: * src/classes/op.C: - optimizing write_assign_lang in connect
4987:
4988: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
4989:
4990: * src/main/execute.C: - little refactoring - optimizing
4991: write_assign_lang in taint/untaint
4992:
4993: * src/include/pa_opcode.h: - little refactoring
4994:
4995: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4996: main/compile_tools.h, main/execute.C: - optimizations for
4997: $self.field, ^self.method, $self.field[...] and $self.field(...)
4998: were added
4999:
5000: 2009-06-03 misha
5001:
5002: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
5003:
5004: 2009-06-02 misha
5005:
5006: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
5007: include/pa_opcode.h: - refactoring in last optimizations
5008: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
5009: now but code is much easy and it is ready for further
5010: improvements.
5011:
5012: 2009-05-27 misha
5013:
5014: * src/: types/pa_junction.h, types/pa_vjunction.C,
5015: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
5016: changed in destructing junctions
5017:
5018: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
5019: String:Body
5020:
5021: 2009-05-26 misha
5022:
5023: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
5024: one method detect_charset was deleted - bug was fixed in this
5025: method (error while detecting charset in content_type withot last
5026: ';')
5027:
5028: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
5029: once
5030:
5031: 2009-05-25 misha
5032:
5033: * src/classes/file.C: - bugfix: file::exec didn't work after
5034: optimizing of helper_length
5035:
5036: 2009-05-24 misha
5037:
5038: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
5039: were added - little refactoring
5040:
5041: * src/main/execute.C: - core while printing in debug log
5042: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
5043: optimisations were added
5044:
5045: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
5046: were added
5047:
5048: 2009-05-23 misha
5049:
5050: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
5051: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
5052: CORD_cat optimization
5053:
5054: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
5055: - call constr optimisation under separate define now
5056:
5057: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
5058: in $b should be string, not void
5059:
5060: * src/main/compile.y: - little fix for rem-cut optimisation
5061:
5062: * src/: include/pa_opcode.h, main/compile_tools.C,
5063: main/compile_tools.h, main/execute.C: - optimisations for
5064: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
5065:
5066: * INSTALL: - description of some #defined were added
5067:
5068: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
5069: before 1st access (memory usage is reduced if don't access to
5070: .text field)
5071:
5072: * src/include/pa_array.h: - array grows step now not static (it
5073: reduces numbers of reallocs)
5074:
5075: 2009-05-20 misha
5076:
5077: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
5078: $.b(2), $c[d] and $.e[f] was added
5079:
5080: * src/main/: compile.y, compile_tools.C, compile_tools.h,
5081: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
5082: $.e[f] was added
5083:
5084: * src/main/execute.C: - debug printing moved in defines
5085:
5086: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
5087: and little refactoring for OP_GET_OBJECT_ELEMENT +
5088: OP_GET_OBJECT_VAR_ELEMENT optimisation
5089:
5090: 2009-05-19 misha
5091:
5092: * src/main/: compile.y, compile_tools.C, compile_tools.h,
5093: execute.C: - $a.$b & ^a.$b bytecode optimisation
5094:
5095: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
5096: ^a.$b optimisation)
5097:
5098: * src/main/compile.y: - compiler now generate new opcodes:
5099: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
5100: ^a.b - compiler now cut off ^rem{ with all content ; any number
5101: of params }
5102:
5103: * src/main/execute.C: - code for handle new opcodes
5104: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
5105:
5106: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
5107: added for LA2V and LA2S
5108:
5109: * src/include/pa_opcode.h: - new defines which can be used for
5110: disable some bytecode optimisation and new opcodes were added
5111:
5112: 2009-05-17 misha
5113:
5114: * src/lib/cord/cordxtra.c: - bugfix.
5115:
5116: * tests/212.html: - .size[] and .study_size[] were added to tests
5117:
5118: * operators.txt: - info about regex class was added
5119:
5120: * tests/212.html: - tests for regex class were added
5121:
5122: 2009-05-16 misha
5123:
5124: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
5125: gc7.1
5126:
5127: * tests/022.html: - test for ^file:list[path;] (empty second param)
5128: was added
5129:
5130: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
5131: param) should work
5132:
5133: 2009-05-15 misha
5134:
5135: * src/classes/table.C: - automatically disable stringstream usage
5136: on freebsd4
5137:
5138: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
5139: scope
5140:
5141: * tests/211.html: - test with different types of access to hash was
5142: added
5143:
5144: * tests/210.html: - test which checks for loosing tainting in
5145: hash's keys was added
5146:
5147: * tests/208.html: - some parser work added. or stime == 0 %-)
5148:
5149: * src/lib/cord/cordbscs.c: - little hack was added to cord
5150:
5151: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
5152:
5153: * src/include/pa_version.h, configure.in: - moko have made a lot of
5154: optimisations for increacing version number more dramatically :)
5155:
5156: * src/classes/date.C: - little refactoring: use constructor which
5157: accepts formated string
5158:
5159: * src/: include/pa_string.h, main/pa_string.C: - String constructor
5160: which can print formatted string was added
5161:
5162: 2009-05-14 misha
5163:
5164: * src/include/pa_string.h: - type was fixed
5165:
5166: * src/: classes/hashfile.C, classes/op.C,
5167: include/pa_cache_managers.h, include/pa_charset.h,
5168: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
5169: include/pa_request.h, include/pa_sql_driver_manager.h,
5170: include/pa_string.h, include/pa_stylesheet_manager.h,
5171: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
5172: main/pa_charsets.C, main/pa_string.C,
5173: main/pa_stylesheet_connection.C, types/pa_value.h,
5174: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5175: types/pa_vobject.C, types/pa_vstateless_class.C,
5176: types/pa_vstateless_class.h: - hash_code caching was implemented
5177: (seaches should be faster now)
5178:
5179: * src/: classes/file.C, classes/hash.C, classes/image.C,
5180: classes/string.C, classes/table.C, include/pa_string.h,
5181: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
5182: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
5183: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
5184: types/pa_vrequest.C: - String constructors don't have that stupid
5185: true/false param which means 'tainted'. they accept lang instead.
5186:
5187: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
5188: with OPTIMIZE_RESULT
5189:
5190: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
5191: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
5192:
5193: 2009-05-13 misha
5194:
5195: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
5196: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
5197: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5198: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
5199: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
5200: main/pa_common.C, main/pa_request.C, main/pa_string.C,
5201: include/pa_string.h, classes/date.C, classes/file.C,
5202: classes/hash.C, classes/image.C, classes/string.C,
5203: classes/table.C, classes/xdoc.C: - result optimisation -
5204: helper_length parameter removed from string constructors
5205:
5206: 2009-05-11 misha
5207:
5208: * tests/209.html: - tests for ^hash::create[hash] were added
5209:
5210: * tests/208.html: - tests for $status:rusage, $status:memory,
5211: ^memory:compact[] were added
5212:
5213: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
5214: log10 were added
5215:
5216: * tests/206.html: - test for try with finally was added
5217:
5218: 2009-05-10 misha
5219:
5220: * tests/205.html: - test for ^file::create[...] was added
5221:
5222: * tests/204.html: - test for ^response:clear[] was added
5223:
5224: * tests/038.html: - tests for trigonometric functions were added
5225:
5226: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
5227: added - more tests for .add, .sub, .union, .intersects and
5228: .intersections
5229:
5230: * tests/065.html: - test for ^file:dirname was added
5231:
5232: * tests/030.html: - test for $cookie:fields was added
5233:
5234: * tests/203.html: - test for ^h._keys[column name] was added
5235:
5236: * tests/201.html: - tests for .trim were added
5237:
5238: * tests/202.html: - tests for last-day,
5239: date:calendar[type](YYYY;MM;DD) were added
5240:
5241: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
5242: .offset[type](N) were added
5243:
5244: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
5245: and .pos[c](N) were added
5246:
5247: * tests/141.html: - test for math:sha1 was added
5248:
5249: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
5250:
5251: 2009-05-09 misha
5252:
5253: * src/main/compile.y: - rollback
5254:
5255: 2009-05-05 misha
5256:
5257: * src/main/pa_exec.C: - little optimisation: somewhere length() was
5258: replaced by is_empty()
5259:
5260: * src/: include/pa_string.h, main/pa_charset.C: - little
5261: optimisation: somewhere length() was replaced by is_empty()
5262:
5263: * src/classes/table.C: - little optimisation: somewhere length()
5264: was replaced by is_empty()
5265:
5266: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
5267: classes/op.C, classes/table.C, main/pa_exception.C: - little
5268: optimisation: somewhere length() was replaced by is_empty()
5269:
5270: 2009-05-04 misha
5271:
5272: * src/: types/pa_method.h, types/pa_vstateless_class.C,
5273: types/pa_vstateless_class.h, main/execute.C,
5274: include/pa_request.h, classes/hash.C, classes/op.C,
5275: classes/table.C: - more optimisations were added: some operators
5276: don't switch write context anylonger
5277:
5278: 2009-05-01 misha
5279:
5280: * src/main/compile.y: - slightly more opcode optimisations for
5281: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
5282:
5283: * src/main/execute.C: - simplifying process for getters
5284:
5285: 2009-04-30 misha
5286:
5287: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
5288:
5289: * tests/results/199.processed: - test for checking $result into
5290: ^rem was added
5291:
5292: * tests/199.html: - test for checking $result into ^rem was added
5293:
5294: * tests/: 022.html, 096.html: - þsort after :list was asses (on
5295: some OS it returns list in different order)
5296:
5297: * src/: include/pa_array.h, include/pa_request.h,
5298: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
5299: changes in stack impl - get_element() optimisation: 3rd param
5300: removed - bugfix: problems with reading empty input param -
5301: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
5302:
5303: * tests/results/198.processed: - test for reading empty local var
5304: was added
5305:
5306: * tests/198.html: - test for reading empty local var was added
5307:
5308: 2009-04-29 misha
5309:
5310: * src/main/compile.y: - bugfix: couldn't compile because
5311: OP_VALUE__GET_ELEMENT should be unde #ifdef
5312:
5313: * src/: include/pa_array.h, include/pa_opcode.h,
5314: include/pa_request.h, main/compile.y, main/execute.C,
5315: main/pa_request.C, types/pa_vmethod_frame.C,
5316: types/pa_vmethod_frame.h: - we can work without opcode
5317: OP_STORE_PARAM, so it was removed
5318:
5319: 2009-04-28 misha
5320:
5321: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
5322: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
5323: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
5324: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
5325: 4.
5326: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
5327:
5328: * src/main/compile_tools.h: - new stuff for op-codes optimisation
5329:
5330: * src/: main/pa_string.C, classes/string.C: - !length() =>
5331: is_empty()
5332:
5333: 2009-04-27 misha
5334:
5335: * src/types/pa_vregex.h: - back explicit vars initialisation
5336:
5337: 2009-04-24 misha
5338:
5339: * src/classes/string.C: - ups. typo fixed
5340:
5341: * src/main/execute.C: - more replacements '*new VBool' to
5342: 'VBool::get' - checks for ^break[], ^continue[] and
5343: parser.interrupted were optimised
5344:
5345: * src/classes/string.C: - number of params.count() calls was
5346: slightly reduced
5347:
5348: 2009-04-23 misha
5349:
5350: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
5351: make it x64 friendly
5352:
5353: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
5354: parser is x64 friendly now
5355:
5356: 2009-04-22 misha
5357:
5358: * src/types/pa_vhashfile.C: - coder friendly exception about
5359: exceeding record size was added
5360:
5361: * src/classes/file.C: - use vregex object instead of direct calls
5362: methods from pcre lib
5363:
5364: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
5365: classes/string.C: - use vregex object instead of direct calls
5366: methods from pcre lib
5367:
5368: * src/: include/pa_common.h, main/pa_common.C: - method
5369: print_pcre_exec_error_text was moved to class vregex
5370:
5371: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
5372: was added
5373:
5374: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
5375: - class vregex was added
5376:
5377: 2009-04-21 misha
5378:
5379: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
5380:
5381: * src/: types/pa_junction.h, types/pa_value.C,
5382: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
5383: types/pa_wcontext.h, main/execute.C, classes/op.C: -
5384: junction-optimisation (destructors)
5385:
5386: * src/include/pa_array.h: - free under if now
5387:
5388: 2009-04-19 misha
5389:
5390: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
5391:
5392: 2009-04-18 misha
5393:
5394: * src/include/pa_version.h:
5395: :q :
5396:
5397: CV:
5398: ----------------------------------------------------------------------
5399:
5400: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
5401: refactoring
5402:
5403: * src/: include/pa_array.h, include/pa_hash.h,
5404: types/pa_vmethod_frame.h: - destructors under #ifdef now
5405:
5406: * src/include/pa_memory.h: - define for using destructors was added
5407:
5408: * src/: types/pa_method.h, types/pa_vstateless_class.C,
5409: main/execute.C: - some junctions will be cached now
5410:
5411: * src/include/pa_hash.h: - hash destructor frees pairs now
5412:
5413: * src/include/pa_array.h: - inline was added to destructor
5414:
5415: * src/types/pa_method.h: - comment was changed
5416:
5417: 2009-04-17 misha
5418:
5419: * src/: include/pa_array.h, include/pa_hash.h,
5420: types/pa_vmethod_frame.h: - destructors were added
5421:
5422: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
5423: renamed to always_use_result
5424:
5425: * src/main/: compile.y, compile_tools.h: - rollback changes in
5426: compiler: full backward compatibility is better
5427:
5428: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
5429: result in var's hash
5430:
5431: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
5432: optimisation in method_frame
5433:
5434: * src/include/pa_array.h: - optimisation in array (allocate
5435: elements only when needed)
5436:
5437: * src/types/pa_vresponse.C: - check for $response:headers field
5438: before looking at custom fields
5439:
5440: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
5441: not needed to check existance var with name 'result' in var's
5442: hash
5443:
5444: * src/main/compile.y: - compiler was changed: now it detects
5445: writings to $result and set flag writo_to_result in method
5446:
5447: * src/classes/string.C: - little optimisation: no needed to write
5448: number with lang
5449:
5450: * src/main/pa_charset.C: - methods readChar and skipChar which is
5451: used for read utf8-strings were renamed - is_escaped was renamed
5452: to isEscaped (to the same name convention)
5453:
5454: * src/: types/pa_method.h, main/compile_tools.h: - flag
5455: write_to_result added. compiler get this info from code.
5456:
5457: 2009-04-16 misha
5458:
5459: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
5460: String only before 1st write
5461:
5462: * src/include/pa_string.h: - not needed template removed
5463:
5464: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
5465: types/pa_vjunction.C, types/pa_vproperty.C,
5466: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
5467: main/pa_request.C, classes/bool.C, classes/double.C,
5468: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
5469: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
5470: bool objects)
5471:
5472: 2009-04-15 misha
5473:
5474: * src/lib/cord/cordxtra.c: - more optimisation
5475:
5476: * src/: include/pa_string.h, main/untaint.C: - String::append
5477: optimisation
5478:
5479: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
5480: then get and can sometime be used)
5481:
5482: * src/main/pa_string.C: - String::length optimisation
5483:
5484: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
5485: these methods read different strings
5486:
5487: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
5488: fresult_initial_void removed + some optimisation - if $result
5489: defined we don't write to context anymore
5490:
5491: * src/main/pa_charset.C: - readChar => skipChar (in this place we
5492: need just skip char)
5493:
5494: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5495: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
5496: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
5497:
5498: * src/types/pa_vvoid.h: - added get() method for retreave one
5499: instance
5500:
5501: 2009-04-11 misha
5502:
5503: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
5504:
5505: * tests/197.html: - test for parser://test in xml was added
5506:
5507: * src/classes/string.C: - small optimisation
5508:
5509: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
5510: optimisation
5511:
5512: 2009-04-10 misha
5513:
5514: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
5515: to pcre-7.8
5516:
5517: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
5518:
5519: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
5520: added
5521:
5522: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
5523: $request:CLASS_NAME were added
5524:
5525: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
5526: were added
5527:
5528: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
5529: $env:CLASS_NAME were added
5530:
5531: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
5532: '@todo' now
5533:
5534: * src/targets/cgi/parser3.C: - size_t -> int for calming down
5535: compirer
5536:
5537: * src/main/pa_string.C: - little code cleanup
5538:
5539: * src/main/pa_common.C: - describe one more UTF-8 related error
5540: during PCRE compile/execute
5541:
5542: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
5543: normalizing todo-comments: '@todo' now
5544:
5545: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
5546:
5547: * src/main/pa_charset.C: - type changed for making compiler happy
5548:
5549: 2009-03-10 misha
5550:
5551: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
5552: in main()
5553:
5554: 2009-02-01 misha
5555:
5556: * src/main/pa_http.C: - bugfix: double CRLF before the end of
5557: boundary
5558:
5559: 2009-01-25 misha
5560:
5561: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
5562:
5563: * src/classes/file.C: - more changes for parsing different number
5564: of params for file::load
5565:
5566: * tests/193.html: - tests for exception while base64-decode binary
5567: to string was added
5568:
5569: * tests/192.html: - tests for file::load with different number of
5570: options
5571:
5572: * src/classes/math.C: - ups. forgot '+1'
5573:
5574: * src/: classes/table.C, classes/file.C, include/pa_common.h,
5575: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
5576: main/pa_http.C: - ^file::load[...;http://...;] now can post files
5577: (new option $.encode[multipart-form/data] should be specified) -
5578: $.method[] option for file::load now is not case-sensitive
5579:
5580: * src/: include/pa_string.h, main/untaint.C: - for file post the
5581: new taint language L_FILE_POST was added
5582:
5583: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
5584: main/main.vcproj, classes/math.C, include/Makefile.am: - some
5585: stuff was moved to separate files
5586:
5587: 2009-01-23 misha
5588:
5589: * src/classes/math.C: - little optimisation in ^math:sha1[] -
5590: spaces to tabs were converted
5591:
5592: 2009-01-12 misha
5593:
5594: * src/main/pa_http.C: - value of $.method[] option force uppercased
5595: now
5596:
5597: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
5598: types/pa_vform.C, types/pa_vmail.C: - some constants changed
5599: their names
5600:
5601: * src/main/pa_common.C: - changes in formating
5602:
5603: * src/: classes/file.C, main/pa_http.C: - some constants changed
5604: their names
5605:
5606: * src/include/pa_http.h: - some spaces were converted to tabs
5607:
5608: * src/include/pa_common.h: - some constants changed their names
5609:
5610: * src/classes/file.C: - fixed 4-th paramether for file::load -
5611: little code rewriting
5612:
5613: * src/types/pa_vfile.C: - little code rewriting
5614:
5615: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
5616: types/pa_value.h: - some formating changes
5617:
5618: * src/include/pa_common.h: - some formating spaces transformed to
5619: tabs
5620:
5621: * src/classes/string.C: - exception while base64-decode binary to a
5622: string
5623:
5624: 2009-01-11 misha
5625:
5626: * configure.in: - version changed to 3.3.1b
5627:
5628: 2008-09-05 misha
5629:
5630: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
5631: release_3_3_0 on 2008-09-05 10:59:35 +0000
5632:
5633: 2008-09-04 misha
5634:
5635: * tests/: 130.html, 131.html: - these exceptions not typeless
5636: anymore
5637:
5638: * src/classes/op.C: - exception with 'invalid taint language' not
5639: typeless anylonger
5640:
5641: * src/classes/image.C: - some exceptions while operations with
5642: image not typeless anymore
5643:
5644: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
5645: main/pa_exec.C, main/pa_http.C: - some exceptions while
5646: operations with files not typeless anymore
5647:
5648: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
5649: types/pa_vdate.h: - exceptions while checking date range not
5650: typeless anymore
5651:
5652: * src/include/pa_exception.h: - exception type string for invalid
5653: date range was added
5654:
5655: 2008-09-03 misha
5656:
5657: * src/: classes/file.C, main/pa_string.C: - exception while pce
5658: operations not typeless anymore
5659:
5660: * src/include/pa_exception.h: - exception type for pce operations
5661: was added
5662:
5663: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
5664: and .CLASS_NAME insite classes
5665:
5666: * src/classes/table.C: - don't save table header whiile
5667: ^table.save[append;filename] if file exists
5668:
5669: 2008-09-02 misha
5670:
5671: * src/main/compile.y, src/main/compile_tools.h,
5672: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
5673: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
5674: renamed to partial and it login changed: we must mark class as
5675: partial for allow their modifications in future.
5676:
5677: 2008-08-29 misha
5678:
5679: * tests/results/022.processed: - testing taint[regex] in mask for
5680: file:list
5681:
5682: * tests/022.html: - testing taint[regex] in mask for file:list
5683:
5684: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
5685: for file:list was added
5686:
5687: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
5688: file:list
5689:
5690: 2008-08-26 misha
5691:
5692: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
5693: last derived object
5694:
5695: * src/classes/image.C: - many strings "image.format" replaced by
5696: IMAGE_FORMAT constant string - handle GPS info while parse exif -
5697: understand some more exif tags
5698:
5699: * src/include/pa_exception.h: - string "image.format" was added
5700:
5701: 2008-08-21 misha
5702:
5703: * src/: main/pa_string.C, classes/file.C: - use method for print
5704: pcre_exec text error
5705:
5706: * src/main/pa_common.C: - method for print pcre_exec text error was
5707: added
5708:
5709: * src/include/pa_common.h: - method declaration for print pcre_exec
5710: text error was added
5711:
5712: 2008-08-19 misha
5713:
5714: * src/main/execute.C: - bugfix: opcodes must be in separate
5715: namespace while debug execution as well
5716:
5717: * tests/: 015.html, results/015.processed: - test for escaping some
5718: parser chars was added
5719:
5720: 2008-08-18 misha
5721:
5722: * tests/: 190.html, 190.p, results/190.processed: - test for
5723: $caller.self.field + default getter in one class was added
5724:
5725: * tests/: 189.html, results/189.processed: - test for
5726: ^date::create[date object]
5727:
5728: * tests/: 188.html, results/188.processed: - tests for match with
5729: UTF-8 strings
5730:
5731: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
5732: ^string.match[]
5733:
5734: * ChangeLog: - parser 3.3.0 beta13
5735:
5736: 2008-08-15 misha
5737:
1.101 moko 5738: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
5739: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
5740: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
5741: dftables.c: - old PCRE files removed
1.95 moko 5742:
5743: * src/lib/pcre/config.h: - configuration for PCRE library
5744:
5745: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
5746: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
5747:
5748: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
5749: library and set flag UTF8 if $request:charset is UTF-8
5750:
5751: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
5752: include/pa_config_fixed.h: - moved to new PCRE library
5753:
5754: * src/: main/main.vcproj, types/types.vcproj,
5755: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
5756: win32\pcre instead of parser3\src\lib\pcre
5757:
5758: * src/: include/pa_opcode.h, include/pa_operation.h,
5759: main/compile.C, main/compile.y, main/compile_tools.C,
5760: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
5761: opcodes were moved to separate namespace
5762:
5763: 2008-08-14 misha
5764:
5765: * src/types/pa_vstateless_class.C: - newline at the end missed
5766:
5767: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
5768: tainting
5769:
5770: 2008-08-11 misha
5771:
5772: * tests/: 187.html, 187.p, results/187.processed: - tests for
5773: $caller.self, $caller.self.field and $caller.self.field[value]
5774: were added
5775:
5776: * src/types/pa_vmethod_frame.h: - still need to check 'self'
5777: runtime as well (for $caller.self)
5778:
5779: 2008-07-25 misha
5780:
5781: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
5782: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
5783: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
5784: tests with international characters
5785:
5786: 2008-07-23 misha
5787:
5788: * src/main/pa_http.C: - escape $cookies as %uXXXX while
5789: file::load[...;http://
5790:
5791: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
5792: now everywhere in separate namespace
5793:
5794: * src/types/pa_vmethod_frame.h: - looking for caller before looking
5795: for vars
5796:
5797: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
5798: can be escaped by '^'
5799:
5800: 2008-07-22 misha
5801:
5802: * src/classes/string.C, tests/186.html: - names changes:
5803: escape=>js-escape, unescape=>js-unescape
5804:
5805: 2008-07-21 misha
5806:
5807: * tests/results/186.processed: - test for string escape/unescape
5808:
5809: * tests/186.html: - test for string escape/unescape
5810:
5811: * src/classes/string.C: - string has escape and unescape methods
5812: now
5813:
5814: * src/: include/pa_string.h, main/pa_string.C: - escape method was
5815: added
5816:
5817: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
5818: method-layers added (with different params)
5819:
5820: 2008-07-18 misha
5821:
5822: * tests/results/185.processed: - test for ^str.pos[substr](offset)
5823: was added
5824:
5825: * tests/185.html: - test for ^str.pos[sub](offset) added
5826:
5827: * src/classes/string.C, src/classes/void.C, operators.txt: -
5828: ^string.pos[substr](offset) -- 2nd param accepted now
5829:
5830: * src/main/pa_string.C: - .pos works fine with offset for utf-8
5831: strings
5832:
5833: 2008-07-17 misha
5834:
5835: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
5836: helper length added for mid for small optimisation
5837:
5838: 2008-07-16 misha
5839:
5840: * tests/: 185.html, results/185.processed: - tests for
5841: length/left/right/mid/pos with utf-8 strings
5842:
5843: * src/classes/string.C: - left/right/mid/length/pos works fine for
5844: utf-8 strings
5845:
5846: * src/main/untaint.C: - comments removed
5847:
5848: * src/: include/pa_string.h, main/pa_string.C,
5849: include/pa_charset.h, main/pa_charset.C: - methods for working
5850: with pos/mid for strings in utf-8 were added
5851:
5852: 2008-07-15 misha
5853:
5854: * tests/: 184.html, results/184.processed: - test for case body as
5855: expression: $var(^switch(1){^case(1)(true)..})
5856:
5857: * src/classes/op.C: - case body can be expression now:
5858: $var(^switch(1){^case(1)(true)..})
5859:
5860: * tests/: results/183.processed, 183.html: - added test for testing
5861: new cookie encoding (%uXXXX)
5862:
5863: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
5864: decoding for backward compatibility they decoded from %XX in
5865: request:charset too
5866:
5867: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
5868: - cookie class now decode cookies before first access after last
5869: request:charset changing (as form class).
5870:
5871: * src/main/pa_charset.C: - added method escape for escaping cookies
5872: as %uXXXX - before transcode calculate required space for dest
5873: string. it reduce mem usage for transcode
5874:
5875: * src/include/pa_charset.h: - added method escape for escaping
5876: cookies as %uXXXX
5877:
5878: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
5879: was added. will used for escaping cookies as %uXXXX
5880:
5881: * src/include/pa_common.h: - escape method has new option for skip
5882: converting '+' to a space char
5883:
5884: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
5885: transcode - escape method has new option for skip converting '+'
5886: to a space char
5887:
5888: 2008-07-08 misha
5889:
5890: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
5891: (no UE if more then 1 case matches anylonger) - optimization:
5892: doing searching.as_string() || searching.as_double() only once
5893:
5894: 2008-07-04 misha
5895:
5896: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
5897: now ^date::create[date object] works
5898:
5899: * src/classes/string.C: - left and right added as aliases for start
5900: and end in ^string.trim[]
5901:
5902: 2008-07-03 misha
5903:
5904: * src/classes/file.C: - allow $.limit for file::sql as well
5905:
5906: * src/classes/file.C: - allow $.offset option for file::sql - force
5907: send limit=1 to query for use sql specifics authomatically
5908:
5909: * src/classes/: hash.C, string.C, table.C: - don't throw exception
5910: if $.limit value if empty. autoconvert it as everywere
5911:
5912: 2008-07-02 misha
5913:
5914: * configure.in: - time to change version number to 3.3.0 %-)
5915:
5916: * src/include/pa_version.h: - time to change version number to
5917: 3.3.0 %-)
5918:
5919: 2008-06-26 misha
5920:
5921: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5922: $.limit(0) fixes
5923:
5924: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
5925: - $.limit(0) fixes
5926:
5927: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
5928: new API)
5929:
5930: * src/: include/pa_sql_driver_manager.h,
5931: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
5932: classes/op.C: - document_root added
5933:
5934: * src/main/compile.tab.C: - error message was changed
5935:
5936: 2008-06-25 misha
5937:
5938: * src/main/compile.y: - error message was changed
5939:
5940: 2008-06-24 misha
5941:
5942: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
5943:
5944: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
5945: tests for @OPTIONS\nappend
5946:
5947: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
5948:
5949: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
5950:
5951: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
5952:
5953: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
5954: compile.y
5955:
5956: 2008-06-17 misha
5957:
5958: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
5959: compilation: ^if(default){true. it's incorrect. must be
5960: exception}
5961:
5962: 2008-06-16 misha
5963:
5964: * tests/: 181.ent, 181.html, results/181.processed: - test for
5965: checking external reference loading with 'http://localhost'
5966: prefix while creating xdoc
5967:
5968: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
5969: ^math:long2ip[] and ^math:ip2long[]
5970:
5971: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
5972: added which use scalar stateless class method when user object
5973: used in scalar context - use get_scalar_value when user object
5974: requested in scalar context
5975:
5976: * src/main/pa_common.C: - size must be int but not size_t or we
5977: can't compare with 0 sprintf result
5978:
5979: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5980: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
5981: with internal switch between local/global vars
5982:
5983: * src/types/pa_vclass.C: - register scalar if method @GET[] was
5984: specified
5985:
5986: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
5987: pa_vstateless_object.h: - stateless class and object now has
5988: private scalar field and getter/setter for working with it
5989:
5990: * src/classes/math.C: - methods math:long2ip & math:ip2long were
5991: moved to inet static class
5992:
5993: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
5994: class added (^inet:aton[IP], ^inet:ntoa(number))
5995:
5996: * tests/: 180.html, results/180.processed: - tests for
5997: ^math:long2ip(long) and ^math:ip2long[IP]
5998:
5999: * src/classes/math.C: - ^math:ip2long[IP] added
6000:
6001: 2008-06-11 misha
6002:
6003: * src/main/pa_xml_io.C: - use file_read_text again because of we
6004: need cut BOM code and remove DOS newline chars. but don't
6005: transcode it anyway.
6006:
6007: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
6008: main/pa_http.C: - option for disable transcoding while file_read
6009: and file_read_text added
6010:
6011: 2008-06-10 misha
6012:
6013: * tests/: 179.html, 179.p, results/179.processed: - test for many
6014: classes in 1 file
6015:
6016: * src/main/: compile.C, compile_tools.h: - compile return list of
6017: classes now.
6018:
6019: * src/main/: compile.y, compile.tab.C: - compile return list of
6020: classes now. internals.
6021:
6022: * src/main/pa_request.C: - compile return list of classes now. try
6023: call @conf and @auto for each returned class
6024:
6025: * src/include/pa_request.h: - compile return list of classes now
6026:
6027: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
6028: return list of classes when compile buf)
6029:
6030: 2008-06-07 misha
6031:
6032: * src/main/pa_request.C: - constructing VRequest object with 3rd
6033: param -- form
6034:
6035: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
6036: 3rd param: form. needed for get post_charset
6037:
6038: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
6039: added
6040:
6041: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
6042: types/pa_vform.C, types/pa_vform.h: - some polish
6043:
6044: 2008-06-06 misha
6045:
6046: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
6047: charset and decode chars from it but not from response:charset
6048:
6049: * src/main/pa_http.C: - detect_charset moved out of here
6050:
6051: * src/: include/pa_common.h, main/pa_common.C: - more helpers
6052: methods moved here - unescape_chars accepn one charset now
6053:
6054: * src/main/pa_http.C: - new constants used - don't allow
6055: $.content-type in ^file::load[;http://;$.method[POST]] - add
6056: charset info while ^file::load[;http://;$.method[POST]] - option
6057: $.omit-post-charset(true) added to ^file::load[;http://] for
6058: disabling charset during post
6059:
6060: * src/types/pa_vform.C: - new constants used
6061:
6062: * src/include/pa_common.h: - some constants were added
6063:
6064: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
6065: instead of StrEqNc
6066:
6067: * src/main/pa_common.C: - new method for caseless search
6068: c-substring in c-string - use isxdigit instead of is_hex_digit
6069:
6070: * src/include/pa_common.h: - new method for caseless search
6071: c-substring in c-string
6072:
6073: 2008-06-05 misha
6074:
6075: * tests/results/178.processed: - test for testing default getter
6076:
6077: * tests/178.html: - test for testing default getter
6078:
6079: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
6080: for test for testing default getter
6081:
6082: * src/main/execute.C: - default getter soul
6083:
6084: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
6085: requested objects' field not found
6086:
6087: * src/types/pa_vclass.C: - register default getter if defined - get
6088: default getter if requested field not found
6089:
6090: * src/types/pa_vstateless_object.h: - method get_default_getter was
6091: added
6092:
6093: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
6094: pointer to default getter and methods for get/set it were added
6095:
6096: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
6097: auto_name field (for default getter)
6098:
6099: 2008-06-04 misha
6100:
6101: * src/main/pa_xml_io.C: - load external xml in binary mode (no
6102: transcoding, no cutting BOM code, no fixing line breaks) and get
6103: it to libxml "as is"
6104:
6105: 2008-06-03 misha
6106:
6107: * src/main/pa_common.C: - use store_Char instead of
6108: transcodeCharFromUTF8
6109:
6110: * src/: include/pa_charset.h, main/pa_charset.C: - method
6111: store_Char added, transcodeCharFromUTF8 -- removed
6112:
6113: 2008-06-02 misha
6114:
6115: * tests/: results/177.processed, 177.html: - test for checking
6116: .[acm]date after local ^file::load[] was added
6117:
6118: * tests/: results/176.processed, 176.html: - test for checking
6119: @OPTION\locals + @method[vars][locals] added
6120:
6121: * tests/results/auto.p: - CLASS_PATH specified for checking use
6122:
6123: 2008-05-30 misha
6124:
6125: * src/main/: compile.y, compile.tab.C: - changes in compiler:
6126: @OPTION\nlocals + @method[vars][;locals;] were added
6127:
6128: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
6129: moved to separate method op_code - switch from VMethodFrame to
6130: VMethodFrameGlobal + VMethodFrameLocal
6131:
6132: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
6133: was moved to separate method op_code
6134:
6135: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
6136: VMethodFrame now
6137:
6138: * src/types/pa_vstateless_class.h: - stateless class have bool flag
6139: all_vars_local as well
6140:
6141: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
6142: pa_vmethod_frame_local.h, Makefile.am: - who children for
6143: VMethodFrame were added: one (global) works as VMethodFrame
6144: before and second (local) write all vars in self vars scope
6145:
6146: * src/types/pa_method.h: - method has bool flag all_vars_local now
6147:
6148: 2008-05-29 misha
6149:
6150: * tests/: 129.html, results/129.processed: - more tests for
6151: ^table.hash[]
6152:
6153: * src/classes/hash.C: - ^hash::sql has a new option:
6154: $.type[hash|string|table] as ^table.hash[] one.
6155:
6156: * src/classes/op.C: - ^try has 3rd param now: finally code which
6157: executed anyway after try or catch section
6158:
6159: 2008-05-27 misha
6160:
6161: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
6162: must not fail if $.distinct(1) wasn't specified
6163:
6164: 2008-05-26 misha
6165:
6166: * src/classes/op.C: - allow ^throw[my type]
6167:
6168: 2008-05-22 misha
6169:
6170: * configure.in, configure: - version number updated to 3.2.4b
6171:
6172: * src/classes/: op.C, string.C: - trim format string before
6173: eval/format
6174:
6175: * tests/: results/175.processed, 175.html: - more tests for
6176: different format strings in .format[]
6177:
6178: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
6179: as well (not only %XX)
6180:
6181: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
6182: charset specified - checks for format before print number
6183: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
6184: (instead of tabs) removed
6185:
6186: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
6187: charset specified
6188:
6189: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
6190: char in requested charset from utf code was added
6191:
6192: 2008-05-19 misha
6193:
6194: * tests/: 174.html, results/174.processed: - test for
6195: ^hashfile.cleanup[] added
6196:
6197: * src/classes/hashfile.C: - optimization: don't create any key or
6198: value variable if it's name weren't specified
6199: (^hf.foreach[;v]{...})
6200:
6201: 2008-05-16 misha
6202:
6203: * src/classes/hash.C: - optimization: don't create any key variable
6204: if variable name wasn't specified (^h.foreach[;v]{...})
6205:
6206: 2008-05-15 misha
6207:
6208: * src/classes/op.C: - small changes
6209:
6210: * src/classes/hashfile.C: - code reformating (as hash.foreach)
6211:
6212: * src/classes/hash.C: - calculate var_context once before foreach
6213:
6214: 2008-05-14 misha
6215:
6216: * src/classes/hashfile.C: - incorrect vars context calculation for
6217: ^hashfile.foreach[;]{} fixed
6218:
6219: * src/classes/: hash.C, table.C: - little optimisation
6220:
6221: * src/classes/file.C: - bugfix: double absolute path while loading
6222: file
6223:
6224: * tests/: 174.html, results/174.processed: - tests for hashfile
6225: were added
6226:
6227: * buildall-with-xml: - moving to libxslt 1.1.24
6228:
6229: 2008-04-30 misha
6230:
6231: * src/classes/file.C: - stat file while loading (local only) so
6232: .adate, .mdate and .cdate available without additional ::stat
6233:
6234: 2008-04-28 misha
6235:
6236: * src/classes/file.C: - $.name and $.content-type available for
6237: stated file
6238:
6239: 2008-04-14 misha
6240:
6241: * src/targets/cgi/parser3.C: - new year in copyright %-)
6242:
6243: * src/include/pa_version.h: - new version number in head
6244:
6245: 2008-04-10 misha
6246:
6247: * tests/: 080.html, results/080.processed: - cut '0' from
6248: exponential part because of on diff OS it differ (20 or 020 for
6249: ex)
6250:
6251: * tests/: 119.html, results/119.processed: - check for encoding
6252: while creating xdoc
6253:
6254: 2008-04-09 misha
6255:
6256: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
6257:
6258: * src/main/pa_common.C: - comment added
6259:
6260: * src/classes/date.C: - little refactoring
6261:
6262: 2008-04-07 misha
6263:
6264: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
6265: style of ^table.save[]: prepare one big string and sabe it at
6266: once. it's safe on freebsd 4.x but use much more memory.
6267:
6268: * buildall-with-xml, buildall-without-xml: - option
6269: --disable-stringstream added (under comment. use it on freebsd
6270: 4.x)
6271:
6272: 2008-02-22 misha
6273:
6274: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
6275: specified together in file::load[;http] - get back transcoding
6276: $.body[] in file::load[;http]
6277:
6278: 2008-02-21 misha
6279:
6280: * src/classes/date.C: - ^date.gmt-string[] was added
6281:
6282: * src/types/pa_value.C: - method for output date in RFC 822 format
6283: moved to pa_common.h
6284:
6285: * src/include/pa_common.h: - method for output date in RFC 822
6286: format moved here from pa_value.C
6287:
6288: * src/types/pa_vmail.C: - fixed core in sending mail with
6289: attachment in simple mode ($.file[file here]) introduced in 3.2.2
6290:
6291: 2008-02-20 misha
6292:
6293: * src/main/pa_http.C: - transcode $.headers before escaping into
6294: specified charset while ^file::load[...;http://...] (L_URI
6295: instead of L_HTTP_HEADER) - $.cookies param available in
6296: ^file::load[;http://...] now (but we don't parse set-cookies from
6297: response yet) (cookies not transcoded as common $cookies)
6298:
6299: 2008-02-19 misha
6300:
6301: * src/main/pa_request.C: - rollback: we mustn't force taint
6302: $response:field values because in this case
6303: $response:locateion[http://...] don't works.
6304:
6305: 2008-02-15 misha
6306:
6307: * src/classes/op.C: - little refactoring
6308:
6309: * src/main/pa_http.C: - taint names of $.headers for load[;http
6310:
6311: * src/main/pa_request.C: - force taint values of $response:field
6312:
6313: 2008-02-14 misha
6314:
6315: * src/main/pa_request.C: - $response:field transcoded to
6316: $response:charset before escaping now
6317:
6318: * src/main/pa_http.C: - some outdated comments removed
6319:
6320: * src/classes/date.C: - lastdat -> last-day
6321:
6322: * src/classes/date.C: - ^date:lastday(year;month) and
6323: ^date.lastday[] were added - little code refactoring - comments
6324: changes
6325:
6326: * tests/: 159.html, results/159.processed: - test for number of
6327: days in February
6328:
6329: * src/types/pa_value.C: - fixes in code formatting
6330:
6331: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
6332: and comments
6333:
6334: 2008-02-13 misha
6335:
6336: * src/main/pa_common.C: - bugfix for february at leap year
6337:
6338: 2008-01-28 misha
6339:
6340: * tests/: 160.html, results/160.processed: - more test for cache
6341: added
6342:
6343: * src/classes/op.C: - bugfix: cache body executed twice if contains
6344: unhandled exception
6345:
6346: 2008-01-25 misha
6347:
6348: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
6349: bug when hashfile became inavailable after memory:compact)
6350:
6351: * src/lib/sdbm/apr_strings.C: - +arp_malloc
6352:
6353: 2008-01-22 misha
6354:
6355: * src/classes/table.C: - little refactiring and exception texts
6356: changes in method ^table.hash[]
6357:
6358: * src/types/pa_vcookie.C: - link to cookie specification changed
6359:
6360: 2008-01-21 misha
6361:
6362: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
6363: file::exec/cgi
6364:
6365: * src/classes/file.C: - bugfix: core while processing headers if
6366: executed cgi script don't return content
6367:
6368: 2008-01-18 misha
6369:
6370: * buildall-with-xml: - move to libxml2 version 2.6.31
6371:
6372: * src/include/pa_version.h, configure.in: - version number updated
6373: to '3.2.3b'
6374:
6375: 2007-12-28 misha
6376:
6377: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
6378: hash.contains
6379:
6380: 2007-12-27 misha
6381:
6382: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
6383: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
6384: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
6385: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
6386: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
6387: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
6388: src/targets/cgi/parser3.vcproj,
6389: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
6390: back to VS2003 because of Apache 1.3 module can't work if it was
6391: built in VS 2005. with cgi all file so VS2003 project files can
6392: be easy converted to the new format.
6393:
6394: 2007-12-04 misha
6395:
6396: * src/types/pa_vcode_frame.h: - changes in comment
6397:
6398: 2007-11-29 misha
6399:
6400: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
6401: intercept strings any longer
6402:
6403: * tests/: 173.html, results/173.processed: - tests for
6404: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
6405: but not in main code frame
6406:
6407: * tests/: 172.html, results/172.processed: - more tests for pass
6408: objects from code frames
6409:
6410: 2007-11-27 misha
6411:
6412: * tests/: 152.html, results/152.processed: - tests for converting
6413: strings 'true'/'false' to bool were added
6414:
6415: * tests/152.html: - added checks for converting strings
6416: 'true'/'false' to bool
6417:
6418: * src/classes/string.C: - ^srting.bool[] now can convert to bool
6419: not only strings with numbers but with values 'true'/'false' as
6420: well
6421:
6422: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
6423: for parser3.log increased
6424:
6425: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
6426:
6427: * src/include/pa_common.h: - remove_crlf return cstring size now
6428:
6429: * src/include/pa_types.h: - constant with buffer size for
6430: parser3.log added
6431:
6432: 2007-11-16 misha
6433:
6434: * tests/cat.sh: - script for tests for file::exec/cgi
6435:
6436: * tests/171.html: - tests for file::exec/cgi
6437:
6438: * tests/results/171.processed: - tests results for file::exec/cgi
6439:
6440: 2007-11-15 misha
6441:
6442: * src/main/pa_exec.C: - fixed incorrect exec code for unix
6443:
6444: * src/classes/file.C: - .body must be set before analyzing cgi
6445: headers
6446:
6447: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
6448: only if exec/cgi return anything.
6449:
6450: 2007-11-14 misha
6451:
6452: * operators.txt: - info about new text|binary option for
6453: file::exec/cgi was added
6454:
6455: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
6456: ^file:exec[[text|binary];script;...]
6457:
6458: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
6459: classes/string.C, classes/table.C: - more text strings moved to
6460: the one place
6461:
6462: 2007-11-09 misha
6463:
6464: * src/types/pa_vrequest.C: - $request:argv must be taint
6465:
6466: * ChangeLog: - $request:argv [patch from Sumo]
6467:
6468: * operators.txt: - $request:argv
6469:
6470: * src/: include/pa_request_info.h, types/pa_vrequest.C,
6471: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
6472:
6473: 2007-10-25 misha
6474:
6475: * buildall-with-xml, buildall-without-xml: - options preparations
6476: for ./configure rewrited
6477:
6478: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
6479: error occure in unhandled_exception finally fixed
6480:
6481: 2007-10-23 misha
6482:
6483: * tests/: 170.html, results/170.processed: - test for
6484: @method[][result]
6485:
6486: * operators.txt: - added info about node.prefix and
6487: node.namespaceURI
6488:
6489: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
6490:
6491: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
6492: added for node and attribute
6493:
6494: 2007-10-22 misha
6495:
6496: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
6497:
6498: * src/main/pa_request.C: - added const content-transfer-encoding
6499:
6500: * src/include/pa_request.h: - added const content-transfer-encoding
6501: - ups. constants must be in lowercase (for search)
6502:
6503: * src/types/pa_vmail.C: - more constants used -
6504: content-transfer-encoding: 8bit added
6505:
6506: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
6507:
6508: * src/include/pa_request.h: - more constants
6509:
6510: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
6511: ommit anymore if $.content-disposition was specified - little
6512: refactoring
6513:
6514: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
6515:
6516: 2007-10-17 misha
6517:
6518: * operators.txt: - info about
6519: table::create[nameless]{data}[>options<] was added
6520:
6521: * src/main/: compile.tab.C, compile.y: - if error occure while
6522: compile method don't put this method in methods table anymore.
6523: in other case the parser coredumped if @unhandled_exception
6524: method can't be compiled because of parser.compile error.
6525:
6526: * src/main/execute.C: - little code reformating
6527:
6528: * src/main/pa_request.C: - little code reformating - comment
6529: changed
6530:
6531: 2007-10-16 misha
6532:
6533: * tests/: 035.html, results/035.processed: - tests
6534: table::create[]{}[options] added
6535:
6536: * src/classes/table.C: - table::create[]{} now accept 3rd param:
6537: options (only $.seperator[] yet)
6538:
6539: 2007-10-10 misha
6540:
6541: * src/classes/table.C: - some contstants moved to pa_common.h -
6542: some code changes
6543:
6544: 2007-10-02 misha
6545:
6546: * src/main/pa_uue.C: - memory usage during uuencode reduced more
6547: then three time as much. but base64 encoding method still use
6548: less memory anyway.
6549:
6550: 2007-09-17 misha
6551:
6552: * operators.txt: - added info about $cookie:fields
6553:
6554: * src/types/pa_vcookie.C: - $cookie:fields available now
6555:
6556: * src/classes/hash.C: - some stuff for use with .for_each moved to
6557: common
6558:
6559: * src/include/pa_common.h: - some stuff for use with .for_each
6560: moved here
6561:
6562: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
6563:
6564: 2007-09-14 misha
6565:
6566: * buildall-with-xml: - new xml libs again =)
6567:
6568: 2007-08-28 misha
6569:
6570: * operators.txt: - texts about ^table.columns[[column name]] and
6571: ^string.split[...][v][column name] were added
6572:
6573: * tests/: 168.html, 169.html, results/168.processed,
6574: results/169.processed: - tests for ^table.columns[[column name]]
6575: and ^string.split[...][v][column name] were added
6576:
6577: * src/classes/table.C: - new option ^table.columns[[column name]]
6578: was added
6579:
6580: * src/classes/string.C: - new option ^string.split[...;v;[column
6581: name]]
6582:
6583: * src/include/pa_exception.h: - error text message for
6584: ^hash._keys[], ^table.columns[] and ^string.split[]
6585:
6586: 2007-08-27 misha
6587:
6588: * src/main/untaint.C: - try to fix coredump on unix if print to
6589: body ^taint[sql][something] outside of connect
6590:
6591: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
6592: outside of connect
6593:
6594: * buildall-with-xml, buildall-without-xml: - strip parser3 was
6595: added (commented by default)
6596:
6597: 2007-08-20 misha
6598:
6599: * operators.txt: - comment about new method ^node.hasAttributes[]
6600: was added
6601:
6602: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
6603: duplicated exception text strings were removed
6604:
6605: * src/include/pa_exception.h: - more exception text strings moved
6606: here
6607:
6608: * src/classes/table.C: - some duplicate exceptions' text strings
6609: removed
6610:
6611: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
6612: xdoc.C, xnode.C: - some duplicate exceptions' text strings
6613: removed
6614:
6615: * src/include/pa_exception.h: - some exception text strings movet
6616: to pa_exception
6617:
6618: * tests/: 149.html, results/149.processed: - test for
6619: ^xnode.hasAttributes[] was added - some code changes
6620:
6621: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
6622: added
6623:
6624: 2007-08-17 misha
6625:
6626: * tests/: results/006.processed, results/059.processed, 006.html,
6627: 059.html: - more tests for match
6628:
6629: * tests/: 129.html, results/129.processed: - tests for
6630: ^table.hash[...][$.type[string|hash|table]] added
6631:
6632: * src/targets/cgi/parser3.C: - little syntax changes
6633:
6634: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
6635: syntax changes
6636:
6637: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
6638: messages in parser3.log switched off by default. If someone
6639: really still need it: use $SIGPIPE(1)
6640:
6641: 2007-08-08 misha
6642:
6643: * buildall-with-xml, buildall-without-xml: - remove libs source
6644: files by default since now
6645:
6646: 2007-08-07 misha
6647:
6648: * buildall-without-xml: - some option syntax changes
6649:
6650: * buildall-with-xml: - compile libxml2 without http support - some
6651: option syntax changes
6652:
6653: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
6654:
6655: 2007-08-06 misha
6656:
6657: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
6658:
6659: * tests/: 160.html, results/160.processed: - cache test was
6660: rewrited
6661:
6662: 2007-07-06 misha
6663:
6664: * tests/: 153.html, results/153.processed: - added test for
6665: ^math:sha1[string]
6666:
6667: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
6668: transcoded
6669:
6670: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
6671: were added
6672:
6673: 2007-06-28 misha
6674:
6675: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
6676: some incorrect chars
6677:
6678: 2007-06-19 misha
6679:
6680: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
6681: were moved on top because of gcc 4 had a problems during
6682: building.
6683:
6684: 2007-06-18 misha
6685:
6686: * tests/results/019.processed: - new image commited
6687:
6688: 2007-06-09 misha
6689:
6690: * src/classes/: op.C, table.C: - in while and table.select method
6691: as_expression used now
6692:
6693: * src/types/pa_vmethod_frame.h: - method as_expression was added
6694:
6695: 2007-06-08 misha
6696:
6697: * tests/: 166.html, results/166.processed: - test for
6698: ^match[...][n]
6699:
6700: * tests/: 165.html, results/165.processed: - tests for loops
6701:
6702: * src/lib/cord/include/private/cord_pos.h: - back to origin value
6703: because of no speed/memory optimisation but some proglems with
6704: long cycles occure
6705:
6706: 2007-06-06 misha
6707:
6708: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
6709: ^table.select(true) and ^table.select(1) didn't works because of
6710: awaiting junction-param only. fixed.
6711:
6712: 2007-05-24 misha
6713:
6714: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
6715: with 0.5 secs interval
6716:
6717: * src/classes/op.C: - cache was rewrited. I hope it works with
6718: locking system now on unix
6719:
6720: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
6721: system locks which wait till other threads release it but try get
6722: lock, if fail wait 1 sec and make 10 attempts.
6723:
6724: * src/include/pa_os.h: - consts for blocking locks + some comments
6725: were added
6726:
6727: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
6728: opening files
6729:
6730: * src/classes/table.C: - changes in includes. if unclude <sstream>
6731: after our classes on unix it can't be build
6732:
6733: * src/types/pa_vhashfile.C: - not needed code removed
6734:
6735: 2007-05-23 misha
6736:
6737: * src/: classes/file.C, classes/op.C, main/pa_common.C,
6738: include/pa_common.h: - cosmetic changes
6739:
6740: 2007-05-18 misha
6741:
6742: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
6743: often. it's give some speed increasing
6744:
6745: * tests/results/160.processed: - returned time corrected
6746:
6747: * tests/160.html: - time increased because on unix 1 mean nothing
6748: :(
6749:
6750: * operators.txt: - added info about ^hash.contain[key]
6751:
6752: * src/classes/hash.C: - added ^hash.contain[key]
6753:
6754: * src/include/pa_hash.h: - added method for checking key exists in
6755: hash
6756:
6757: 2007-05-07 misha
6758:
6759: * src/include/pa_string.h: - was compilation error during build on
6760: freebsd4
6761:
6762: 2007-05-03 misha
6763:
6764: * src/classes/table.C: - option $.type[hash|string|table] was added
6765: for ^table.hash[]
6766:
6767: * src/classes/file.C: - comment removed
6768:
6769: 2007-04-26 misha
6770:
6771: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
6772: real files doesn't opened in place anymore
6773:
6774: 2007-04-24 misha
6775:
6776: * src/classes/math.C: - I thought one more time and remove lg(N) :)
6777:
6778: * src/include/pa_exception.h: "static" removed
6779:
6780: 2007-04-23 misha
6781:
6782: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
6783:
6784: * src/classes/math.C: added: - ^math:ln(N) (the same as
6785: ^math:log(N)) - ^math:lg(N)
6786:
6787: * tests/: 097.html, results/097.processed: - charsets converstion
6788: during ^file::load[text;http://...] added
6789:
6790: * tests/: 164.html, results/164.processed: - check for set expires
6791: as a date
6792:
6793: * tests/: 164.html, results/164.processed: - test for hashfile
6794:
6795: * src/classes/hashfile.C: - little comment changes
6796:
6797: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
6798: access
6799:
6800: * src/: classes/date.C, classes/double.C, classes/file.C,
6801: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
6802: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
6803: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
6804: classes/xnode.h, include/pa_request.h, main/execute.C,
6805: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
6806: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
6807: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
6808: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
6809: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
6810: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
6811: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6812: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
6813: "parser.runtime" strings were removed
6814:
6815: * src/classes/hashfile.C: - with .clear[] called files_delete()
6816: now.
6817:
6818: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
6819:
6820: * src/include/pa_exception.h: - string constant with
6821: "parser.runtime" text was added
6822:
6823: 2007-04-20 misha
6824:
6825: * operators.txt: - some comments changing
6826:
6827: * operators.txt: - added info about .^hashfile.release[],
6828: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
6829:
6830: * configure: =cheching for unsetenv
6831:
6832: * src/classes/hashfile.C: - ^hashfile.cleanup[],
6833: ^hashfile.release[] were added
6834:
6835: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
6836: ^string.match[][] understand new option now: return number of
6837: matches but not table wit results
6838:
6839: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
6840: reopen now
6841:
6842: * src/classes/op.C: - bug. must be false
6843:
6844: * configure.in: - checking for unsetenv was added
6845:
6846: * src/types/pa_vform.C: - some comments
6847:
6848: 2007-04-18 misha
6849:
6850: * buildall-with-xml: moving to libxml2-2.6.28
6851:
6852: * buildall-with-xml, buildall-without-xml: added commented lines
6853: with --disable-safe-mode option
6854:
6855: * operators.txt: - info about $form:files
6856:
6857: 2007-04-17 misha
6858:
6859: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
6860: $form:files was added
6861:
6862: * tests/: 163.html, results/163.processed: removing auto format
6863:
6864: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
6865:
6866: 2007-04-16 misha
6867:
6868: * tests/: 163.html, results/163.processed: - test for .int[],
6869: floor, round, ceiling and .format[]
6870:
6871: * src/classes/file.C: - little optimization for getting args in
6872: exec/cgi
6873:
6874: 2007-04-13 misha
6875:
6876: * src/classes/file.C: - arguments for file::exec/cgi can be
6877: specified now as s table with one column
6878:
6879: 2007-03-27 misha
6880:
6881: * tests/: 162.html, results/162.processed: - test for
6882: ^table.select(^condition[$t])
6883:
6884: * tests/results/auto.p: - load windows-1251 charset for some tests
6885:
6886: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
6887:
6888: * tests/: results/161.processed, 161.html, 161_utf8.txt,
6889: 161_windows1251.txt: - added test for
6890: ^file::load[text;/local/file.txt;$.charset[...]]
6891:
6892: * tests/: results/013.processed, 013.html: - added test for
6893: checking $._default value while hash modifications
6894:
6895: * tests/: 160.html, results/160.processed: - add test for
6896: ^cache[key](secs){code}, ^cache[] and ^cache(0)
6897:
6898: 2007-03-22 misha
6899:
6900: * src/include/pa_common.h: - "charset" string defined for
6901: ^file::load[text;/local.txt] and ^table::load[/table.txt]
6902:
6903: * src/main/: pa_common.C, pa_http.C: - $.charset option for
6904: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
6905: added - not needed transcodes were removed from
6906: ^file::load[...;http://...]
6907:
6908: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
6909: added
6910:
6911: * src/classes/date.C: - date.week was fixed
6912:
6913: * operators.txt: - added info about date.weekyear
6914:
6915: * tests/: 159.html, results/159.processed: - tests for date.week
6916: and date.weekyear added
6917:
6918: 2007-03-15 misha
6919:
6920: * src/classes/table.C: - enclose column numbers for nameless tables
6921: as well
6922:
6923: 2007-03-14 misha
6924:
6925: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
6926:
6927: * src/classes/table.C: - table.save optimization: now required much
6928: less memory
6929:
6930: 2007-03-13 misha
6931:
6932: * tests/results/: 158.processed, 158.processes: - tests for
6933: table.save/table.load
6934:
6935: * tests/: 158.html, results/158.processes: - tests for
6936: table.save/table.load
6937:
6938: * buildall-with-xml: libxml2: --without-ftp --without-docbook
6939:
6940: * buildall-with-xml: - pattern needed now for building
6941:
6942: * tests/results/097.processed: - added test results for xdoc::load
6943: & xdoc::load[http://...]
6944:
6945: * tests/097.html: - added test for xdoc::load
6946:
6947: 2007-03-12 misha
6948:
6949: * tests/: 107.html, results/107.processed: - added test for xpath
6950: '//man'
6951:
6952: 2007-03-01 misha
6953:
6954: * tests/: 097.html, results/097.processed: - added test for
6955: creating xdoc from file
6956:
6957: * tests/: results/157.processed, 157.html: - added test for
6958: file:move
6959:
6960: 2007-02-28 misha
6961:
6962: * src/classes/xdoc.C: - another attempt
6963:
6964: * src/classes/xdoc.C: - roll back last changes for a while
6965:
6966: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
6967:
6968: * src/classes/file.C: - under lock we create non-exist dir anyway
6969:
6970: * tests/results/099.processed: - ever send content-disposition to
6971: client with file
6972:
6973: * tests/157.html: + test for file:copy
6974:
6975: 2007-02-26 misha
6976:
6977: * src/classes/file.C: - some similar strings moved to #define
6978: instead of to be copy/pasted many times
6979:
6980: * src/types/pa_vfile.h: - class name string ("file") moved to
6981: #define
6982:
6983: 2007-02-20 misha
6984:
6985: * bin/auto.p.dist.in: - added lines for sqlite
6986:
6987: * configure.in: - added some strings for sqlite detection
6988:
6989: 2007-02-19 misha
6990:
6991: * operators.txt: - some comments changes
6992:
6993: * buildall-with-xml, buildall-without-xml: - some modifications
6994:
6995: 2007-02-17 misha
6996:
6997: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
6998:
6999: * src/main/pa_request.C: - damn, i forgot to commit it while I
7000: change console behaviour
7001:
7002: 2007-02-12 misha
7003:
7004: * src/targets/cgi/parser3.C: - don't print headers if
7005: $console:line[data] was used during cgi execution.
7006:
7007: * src/types/pa_vconsole.h: - console class have bool flag now which
7008: marked as 'true' if class was used.
7009:
7010: * tests/: 152.html, results/152.processed: - more types was added
7011: to test 152
7012:
7013: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
7014: adding 'bool' (^if($image){} caused exception)
7015:
7016: 2007-02-09 misha
7017:
7018: * tests/: 152.html, results/152.processed: - test alightly updated
7019:
7020: * tests/: 152.html, results/152.processed: - test rewrited
7021:
7022: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
7023: bugfix. I broke xdoc & xnode in expression
7024:
7025: 2007-02-08 misha
7026:
7027: * tests/: 152.html, results/152.processed: - add test for checking
7028: 'def' for void, string, bool, int & double
7029:
7030: 2007-02-07 misha
7031:
7032: * operators.txt: - ^file:base64[filespec] was added
7033:
7034: * tests/results/153.processed: - result test for
7035: ^file:base64[filespec] was updated
7036:
7037: * tests/153.html: - test for ^file:base64[filespec] was added
7038:
7039: * src/types/pa_vconsole.h: - little optimization
7040:
7041: * src/classes/file.C: - ^file:base64[filespec]
7042:
7043: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
7044:
7045: * src/include/pa_common.h: - declarations for
7046: ^file:base64[filespec]
7047:
7048: * src/types/pa_vcookie.C: - little optimization
7049:
7050: 2007-02-06 misha
7051:
7052: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
7053: were temporary commented
7054:
7055: * src/types/pa_vbool.h: - bugfix
7056:
7057: * tests/156.html: - added test for bool cookie
7058:
7059: * src/types/pa_vcookie.h: - not needed string "cookie" removed
7060:
7061: * tests/: 155.html, results/155.processed: - added test for check
7062: $.encloser[] option for table save/load
7063:
7064: * tests/: 153.html, 154.html, todo.txt: - two more tests added
7065:
7066: 2007-02-05 misha
7067:
7068: * tests/results/152.processed: - newline at the end was missed
7069:
7070: * tests/results/141.processed: - math:md5 must be lowercased
7071:
7072: * src/targets/cgi/parser3.C: - 2007 in help ;)
7073:
7074: 2007-02-03 misha
7075:
7076: * tests/results/: 150.processed, 151.processed, 152.processed: -
7077: test for bool added and some content length fixes
7078:
7079: * tests/152.html: - test for bool added
7080:
7081: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
7082:
7083: * operators.txt: - info bool class was added
7084:
1.101 moko 7085: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 7086: classes/classes.vcproj, classes/double.C, classes/int.C,
7087: classes/string.C, classes/void.C, classes/xnode.C,
7088: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
7089: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
7090: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
7091: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7092: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
7093: types/types.vcproj: - bool class was added
7094:
7095: * src/main/pa_request.C: - fix
7096:
7097: 2007-01-18 misha
7098:
7099: * src/: main/pa_string.C, classes/string.C: - return table during
7100: ^string.match[][] even if no matched found.
7101:
7102: 2006-12-20 misha
7103:
7104: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
7105: http://www.parser.ru/forum/?id=55598 ]
7106:
7107: 2006-12-19 misha
7108:
7109: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
7110: details: http://www.parser.ru/forum/?id=52359
7111:
7112: * src/main/pa_request.C: - always set content-disposition for
7113: $response:body[hash here]. more details:
7114: http://www.parser.ru/forum/?id=52130
7115:
7116: 2006-12-07 misha
7117:
7118: * operators.txt: - added info about bool params in cookie set
7119:
7120: * src/types/pa_vcookie.C: - bool param in cookies available now
7121: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
7122: ]
7123:
7124: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
7125: was added
7126:
7127: 2006-12-02 misha
7128:
7129: * src/classes/file.C: - file_block_read used instead of native read
7130:
7131: * src/main/pa_common.C: - added file_block_read with read error
7132: detection - file_block_read used instead of native read
7133:
7134: * src/include/pa_common.h: - added file_block_read declaration
7135:
7136: 2006-12-01 misha
7137:
7138: * operators.txt: - info about $var.CLASS_NAME was added
7139:
7140: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
7141: $var.CLASS_NAME added
7142:
7143: * operators.txt: - added info about ^file:copy[]
7144:
7145: * src/classes/file.C: - ^file:copy[from;fo] was added
7146:
7147: 2006-11-20 misha
7148:
7149: * src/classes/date.C: - bug fix :)
7150:
7151: 2006-11-17 misha
7152:
7153: * src/include/pa_common.h: - array in crc32 calculation was changed
7154: to static
7155:
7156: * src/main/pa_common.C: - little optimization in getMonthDays -
7157: small changes in crc32 calculation
7158:
7159: * src/classes/date.C: - not needed code was removed
7160:
7161: 2006-11-16 misha
7162:
7163: * src/types/pa_vmail.C: - fix missed brakes
7164:
7165: * src/types/pa_vmail.C: - mail:send now set content-type:
7166: multipart/related instead of multipart/mixed if file have
7167: $.content-id[]
7168:
7169: 2006-11-15 misha
7170:
7171: * src/types/pa_vdouble.h: abs -> fabs
7172:
7173: 2006-11-14 misha
7174:
7175: * operators.txt: - added info about ^file.md5[] and
7176: ^file:md5[file-name]
7177:
7178: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
7179: added
7180:
7181: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
7182: FILE_BUFFER_SIZE
7183:
7184: * src/classes/math.C: - hex_string was moved to pa_common.h
7185:
7186: * src/include/pa_common.h: - hex_string was moved from math.C -
7187: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
7188:
7189: * src/types/pa_vdouble.h: - incorrect frac detection with negative
7190: values was fixed
7191:
7192: 2006-11-13 misha
7193:
7194: * operators.txt: - added info about ^math:crc32[string],
7195: ^file:crc32[file-name] & ^file.crc32[]
7196:
7197: * src/classes/math.C: - added ^math:crc32[string]
7198:
7199: * src/classes/file.C: - some comments were changed - added
7200: ^file:crc32[file-name] and ^file.crc32[]
7201:
7202: * src/: include/pa_common.h, main/pa_common.C: - some functions for
7203: crc32 calculation added
7204:
7205: 2006-11-03 misha
7206:
7207: * src/include/pa_array.h: - not needed variable removed
7208:
7209: * tests/: 150.html, 151.html, results/150.processed,
7210: results/151.processed: - 2 tests were added
7211:
7212: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
7213: with $.reverse(1) were fixed
7214:
7215: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
7216: query converted to $.charset during ^file::load[http://...]
7217:
7218: 2006-11-02 misha
7219:
7220: * src/include/pa_table.h: ups. forget '=' char
7221:
7222: * src/include/pa_table.h: - one more fix in
7223: .locate[...][$.reverse(1)]
7224:
7225: 2006-11-01 misha
7226:
7227: * src/classes/math.C: - bug fix, details:
7228: http://www.parser.ru/forum/?id=53360
7229:
7230: * src/include/pa_table.h: - bug fix during ^table.locate( condition
7231: false for all records )[$.reverse(1)]
7232:
7233: * src/main/pa_http.C: - second param for this mid method is length
7234: but not end_index so this method has error and can't detect
7235: charsets in next content-types: Content-type: text/html;
7236: charset="windows-1251" Content-type: text/html;
7237: charset="windows-1251"; Content-type: text/html;
7238: charset=windows-1251;
7239:
7240: only Content-type: text/html; charset=windows-1251 was fine
7241:
7242: 2006-10-31 misha
7243:
7244: * src/classes/file.C: - empty args in file::exec removed now
7245:
7246: 2006-09-11 misha
7247:
7248: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
7249: replaced to table::create - some changes in text/code formatting
7250:
7251: 2006-09-03 paf
7252:
7253: * src/classes/file.C: proper tainting of
7254: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
7255:
7256: 2006-06-09 paf
7257:
7258: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
7259:
7260: * src/classes/table.C: formatting
7261:
7262: * src/classes/table.C: incorporated patch from misha: Sent:
7263: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
7264: ignoring string options for ^table.save[]
7265:
7266: * src/classes/hash.C: incorporated patch from misha Sent:
7267: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
7268: $hash._default disappear while
7269:
7270: * operators.txt: ^mail:send[ $.file1[ $.value[file]
7271: $.format[!uue|!base64] << new base64 option. default uue ] ]
7272:
7273: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
7274: PM Subject: patch for base64 in ^mail:send[] %-)
7275:
7276: 2006-04-09 paf
7277:
7278: * src/main/compile.tab.C: ` change compiled
7279:
7280: * gnu.vcproj, operators.txt, parser3.sln,
7281: src/classes/classes.vcproj, src/classes/file.C,
7282: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
7283: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
7284: src/classes/xnode.C, src/include/pa_array.h,
7285: src/include/pa_config_fixed.h, src/include/pa_dir.h,
7286: src/include/pa_memory.h, src/include/pa_request.h,
7287: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
7288: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
7289: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
7290: src/lib/pcre/pcre_dftables.vcproj,
7291: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
7292: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
7293: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
7294: src/main/pa_cache_managers.C, src/main/pa_charset.C,
7295: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
7296: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
7297: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
7298: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
7299: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
7300: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
7301: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
7302: src/types/pa_value.h, src/types/pa_vcookie.C,
7303: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
7304: src/types/pa_vmail.C, src/types/pa_vresponse.C,
7305: src/types/pa_vstatus.C, src/types/types.vcproj,
7306: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
7307: ^menu, ^hash/hashfile.foreach
7308:
7309: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
7310: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
7311: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
7312: src/classes/xnode.C, src/include/pa_array.h,
7313: src/include/pa_config_fixed.h, src/include/pa_dir.h,
7314: src/include/pa_memory.h, src/include/pa_request.h,
7315: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
7316: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
7317: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
7318: src/lib/pcre/pcre_dftables.vcproj,
7319: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
7320: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
7321: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
7322: src/main/pa_cache_managers.C, src/main/pa_charset.C,
7323: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
7324: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
7325: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
7326: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
7327: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
7328: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
7329: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
7330: src/types/pa_value.h, src/types/pa_vcookie.C,
7331: src/types/pa_vmail.C, src/types/pa_vresponse.C,
7332: src/types/pa_vstatus.C, src/types/types.vcproj,
7333: tests/descript.ion: ! switched to VS2005 (projects and
7334: object<info explicitly typed>.for_each(, info)) +
7335: $response:field[] setting void means removing + grammar $name`
7336: name stops now, for mysql `$field` + started ^break[]
7337: ^continue[], in ^for. TODO: to other iterators (while, menu,
7338: foreach) + all log messages += [uri=, method=, cl=]
7339:
7340: * buildall-with-xml: merged . ftp paths update
7341:
7342: * buildall-with-xml: . ftp paths update
7343:
7344: 2006-03-04 paf
7345:
7346: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
7347: checks++ [thanks to Igor Zinkovsky for detailed report]
7348:
7349: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
7350: Igor Zinkovsky for detailed report]
7351:
7352: 2006-03-01 paf
7353:
7354: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
7355: \n to ' ' in
7356:
7357: 2006-02-18 paf
7358:
7359: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
7360: \n to ' ' in
7361:
7362: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
7363:
7364: 2006-02-03 paf
7365:
7366: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
7367: base64
7368:
7369: * src/main/pa_common.C: ! bugfix: decoding from base64
7370:
7371: 2006-01-20 paf
7372:
7373: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
7374: economy fix
7375:
7376: * src/classes/: table.C: merged from HEAD ! bugfix
7377: ^table.save[$.encloser-s now handled properly
7378:
7379: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
7380: handled properly
7381:
7382: 2006-01-19 paf
7383:
7384: * buildall-with-xml, buildall-without-xml: merged from HEAD !
7385: libgc:USE_MUNMAP activates merging of free memory blocks which
7386: helps a lot in our case: after transform we want
7387: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
7388:
7389: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
7390: economy fix
7391:
7392: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
7393: activates merging of free memory blocks which helps a lot in our
7394: case: after transform we want CORD(main.result)->cstr[big
7395: malloc]->transcode[big malloc]
7396:
7397: 2006-01-17 paf
7398:
7399: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
7400: before reading them. got rid of reallocs = became quicker and
7401: less fragmentated
7402:
7403: 2005-12-29 paf
7404:
1.101 moko 7405: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
7406: configure, configure.in, src/include/pa_version.h,
7407: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 7408: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
7409: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
7410: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
7411: src/lib/ltdl/missing: . merged from 3.2.1
7412:
1.101 moko 7413: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
7414: packaged when 'make dist', so do configure companion files in
7415: src/lib/ltdl
7416:
7417: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
7418: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
7419: missing: . now config_auto.h is created with configure [were
7420: constant]
1.95 moko 7421:
7422: * INSTALL: . references to documentation and some clarification
7423:
7424: * buildall-with-xml, buildall-without-xml: . farawell doc
7425: indication
7426:
1.101 moko 7427: * Makefile.am: . dist+=buildall*
1.95 moko 7428:
7429: 2005-12-28 paf
7430:
7431: * configure: . 3.2.1
7432:
7433: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
7434: simplify build process, see INSTALL
7435:
7436: 2005-12-26 paf
7437:
7438: * configure: ver
7439:
7440: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
7441: version
7442:
7443: 2005-12-21 paf
7444:
7445: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
7446: compiled with bison 1.875b, it reports unexpected token names
7447:
7448: 2005-12-19 paf
7449:
7450: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
7451: holds a link to xmlNode to prevent premature gc(xmlNode)
7452:
7453: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
7454: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
7455: src/main/main.vcproj, src/main/pa_globals.C,
7456: src/targets/cgi/parser3.vcproj,
7457: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
7458: configure, configure.in, src/include/pa_version.h: . killing
7459: gdome [what a relief]
7460:
7461: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
7462: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
7463: run_parser.sh, results/001.processed, results/002.processed,
7464: results/003.processed, results/004.processed,
7465: results/005.processed, results/006.processed,
7466: results/008.processed, results/009.processed,
7467: results/010.processed, results/011.processed,
7468: results/012.processed, results/013.processed,
7469: results/014.processed, results/015.processed,
7470: results/016.processed, results/017.processed,
7471: results/018.processed, results/020.processed,
7472: results/021.processed, results/022.processed,
7473: results/023.processed, results/024.processed,
7474: results/025.processed, results/026.processed,
7475: results/027.processed, results/028.processed,
7476: results/029.processed, results/030.processed,
7477: results/031.processed, results/032.processed,
7478: results/033.processed, results/034.processed,
7479: results/035.processed, results/036.processed,
7480: results/037.processed, results/038.processed,
7481: results/039.processed, results/040.processed,
7482: results/041.processed, results/042.processed,
7483: results/043.processed, results/044.processed,
7484: results/045.processed, results/046.processed,
7485: results/047.processed, results/048.processed,
7486: results/049.processed, results/050.processed,
7487: results/051.processed, results/052.processed,
7488: results/053.processed, results/054.processed,
7489: results/055.processed, results/056.processed,
7490: results/057.processed, results/058.processed,
7491: results/059.processed, results/060.processed,
7492: results/061.processed, results/062.processed,
7493: results/063.processed, results/064.processed,
7494: results/065.processed, results/066.processed,
7495: results/067.processed, results/068.processed,
7496: results/069.processed, results/070.processed,
7497: results/071.processed, results/072.processed,
7498: results/073.processed, results/074.processed,
7499: results/075.processed, results/076.processed,
7500: results/077.processed, results/078.processed,
7501: results/079.processed, results/080.processed,
7502: results/081.processed, results/082.processed,
7503: results/083.processed, results/084.processed,
7504: results/085.processed, results/086.processed,
7505: results/087.processed, results/088.processed,
7506: results/089.processed, results/090.processed,
7507: results/091.processed, results/092.processed,
7508: results/093.processed, results/094.processed,
7509: results/095.processed, results/096.processed,
7510: results/097.processed, results/099.processed,
7511: results/100.processed, results/101.processed,
7512: results/102.processed, results/104.processed,
7513: results/105.processed, results/106.processed,
7514: results/107.processed, results/108.processed,
7515: results/109.processed, results/110.processed,
7516: results/111.processed, results/112.processed,
7517: results/113.processed, results/114.processed,
7518: results/115.processed, results/117.processed,
7519: results/119.processed, results/120.processed,
7520: results/121.processed, results/122.processed,
7521: results/123.processed, results/124.processed,
7522: results/125.processed, results/126.processed,
7523: results/127.processed, results/128.processed,
7524: results/129.processed, results/130.processed,
7525: results/131.processed, results/132.processed,
7526: results/133.processed, results/134.processed,
7527: results/135.processed, results/136.processed,
7528: results/138.processed, results/139.processed,
7529: results/140.processed, results/141.processed,
7530: results/142.processed, results/143.processed,
7531: results/144.processed, results/145.processed,
7532: results/146.processed, results/147.processed,
7533: results/148.processed, results/149.processed, results/auto.p: .
7534: now works if we turn off default auto.p
7535:
1.101 moko 7536: * configure: . makes
1.95 moko 7537:
7538: * src/types/pa_vxnode.C: . less warnings
7539:
7540: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
7541: tests/145.html, tests/149.html, tests/descript.ion,
7542: tests/outputs/d.cmd, tests/results/142.processed,
7543: tests/results/143.processed, tests/results/144.processed,
7544: tests/results/145.processed, tests/results/146.processed,
7545: tests/results/147.processed, tests/results/148.processed,
7546: tests/results/149.processed: . removed .nodeValue from all node
7547: types other than 5 (grabbed piece from gdome)
7548:
7549: * tests/: 137.html, results/137.processed: . not handled this case
7550: yet. code does not hang from inserting parent into child,
7551: considering thing minor issue -- nodes are removed from source
7552: anyway, don't know why shold that be an error after all
7553:
7554: * src/targets/cgi/parser3.C: . style
7555:
7556: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
7557: xdoc too [were barking "not element"]
7558:
7559: 2005-12-16 paf
7560:
7561: * tests/: 146.html, 147.html, 148.html: . more tests
7562:
7563: * src/classes/xnode.C: . also bark on possible errors
7564:
7565: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
7566: props
7567:
7568: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
7569: main/compile.y: merged from HEAD ! fixed overoptimized
7570: ^call(false) case. (confused it with ^call[] case)
7571:
7572: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
7573: ^call(false) case. (confused it with ^call[] case)
7574:
7575: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
7576:
7577: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
7578: results/001.processed, results/002.processed,
7579: results/003.processed, results/004.processed,
7580: results/005.processed, results/006.processed,
7581: results/008.processed, results/009.processed,
7582: results/010.processed, results/011.processed,
7583: results/012.processed, results/013.processed,
7584: results/014.processed, results/015.processed,
7585: results/016.processed, results/017.processed,
7586: results/018.processed, results/019.processed,
7587: results/020.processed, results/021.processed,
7588: results/022.processed, results/023.processed,
7589: results/024.processed, results/025.processed,
7590: results/026.processed, results/027.processed,
7591: results/028.processed, results/029.processed,
7592: results/030.processed, results/031.processed,
7593: results/032.processed, results/033.processed,
7594: results/034.processed, results/035.processed,
7595: results/036.processed, results/037.processed,
7596: results/038.processed, results/039.processed,
7597: results/040.processed, results/041.processed,
7598: results/042.processed, results/043.processed,
7599: results/044.processed, results/045.processed,
7600: results/046.processed, results/047.processed,
7601: results/048.processed, results/049.processed,
7602: results/050.processed, results/051.processed,
7603: results/052.processed, results/053.processed,
7604: results/054.processed, results/055.processed,
7605: results/056.processed, results/057.processed,
7606: results/058.processed, results/059.processed,
7607: results/060.processed, results/061.processed,
7608: results/062.processed, results/063.processed,
7609: results/064.processed, results/065.processed,
7610: results/066.processed, results/067.processed,
7611: results/068.processed, results/069.processed,
7612: results/070.processed, results/071.processed,
7613: results/072.processed, results/073.processed,
7614: results/074.processed, results/075.processed,
7615: results/076.processed, results/077.processed,
7616: results/078.processed, results/079.processed,
7617: results/080.processed, results/081.processed,
7618: results/082.processed, results/083.processed,
7619: results/084.processed, results/085.processed,
7620: results/086.processed, results/087.processed,
7621: results/088.processed, results/089.processed,
7622: results/090.processed, results/091.processed,
7623: results/092.processed, results/093.processed,
7624: results/094.processed, results/095.processed,
7625: results/096.processed, results/097.processed,
7626: results/099.processed, results/101.processed,
7627: results/102.processed, results/104.processed,
7628: results/105.processed, results/106.processed,
7629: results/107.processed, results/108.processed,
7630: results/109.processed, results/110.processed,
7631: results/111.processed, results/112.processed,
7632: results/113.processed, results/114.processed,
7633: results/115.processed, results/116.processed,
7634: results/117.processed, results/118.processed,
7635: results/119.processed, results/120.processed,
7636: results/121.processed, results/122.processed,
7637: results/123.processed, results/124.processed,
7638: results/125.processed, results/126.processed,
7639: results/127.processed, results/128.processed,
7640: results/129.processed, results/130.processed,
7641: results/131.processed, results/132.processed,
7642: results/133.processed, results/134.processed,
7643: results/135.processed, results/136.processed,
7644: results/137.processed, results/138.processed,
7645: results/139.processed, results/140.processed,
7646: results/141.processed: . refreshed old tests, made them work
7647: without auto.p (in utf8) . things noted: . gif got encoded
7648: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
7649: some strange year)
7650:
7651: * INSTALL: . revived linux libgc fix
7652:
7653: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
7654: glib/gdome in INSTALL and patches]
7655:
7656: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
7657: include/pa_charset.h, include/pa_config_includes.h,
7658: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
7659: include/pa_xml_exception.h, lib/cord/Makefile.am,
7660: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7661: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
7662: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
7663: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
7664: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
7665: types/pa_vxnode.h: . started killing gdome
7666:
7667: 2005-12-13 paf
7668:
7669: * src/main/: pa_request.C: merged from HEAD ! when code in
7670: @unhandled_exception thrown another exception, print correct
7671: origin (earlier code in catch of exception inside of
7672: @unhandled_exception grabbed parent_frame(original_exception)
7673: origin and printed it, instead of true origin)
7674:
7675: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
7676: another exception, print correct origin (earlier code in catch of
7677: exception inside of @unhandled_exception grabbed
7678: parent_frame(original_exception) origin and printed it, instead
7679: of true origin)
7680:
7681: 2005-12-09 paf
7682:
7683: * INSTALL: . updated INSTALL doc to work around linux stack base
7684: detection problem, due to change in gc6.4 code
7685:
7686: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
7687: ignored in ^string.matched :(
7688:
7689: * src/main/pa_string.C: ! regex tainting were ignored in
7690: ^string.matched :(
7691:
7692: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
7693: src/include/pa_config_fixed.h, src/include/pa_version.h,
7694: src/main/compile.y, src/main/compile_tools.h,
7695: src/main/pa_charset.C, src/main/pa_common.C,
7696: src/main/pa_globals.C, src/main/pa_string.C,
7697: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
7698: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
7699:
7700: 2005-12-08 paf
7701:
7702: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
7703: 500 chars now handled OK [were wrapped on 500th char according to
7704: rfc, but sendmail failed to unwrap it properly]
7705:
7706: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
7707: handled OK [were wrapped on 500th char according to rfc, but
7708: sendmail failed to unwrap it properly]
7709:
7710: * src/targets/isapi/parser3isapi.C: . less warnings
7711:
7712: * src/targets/isapi/parser3isapi.C: . undone some strange change
7713: since 3.1.5
7714:
7715: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
7716: link fixes
7717:
7718: * src/: classes/date.C, include/pa_config_fixed.h,
7719: main/compile.tab.C, main/compile.y, main/compile_tools.h,
7720: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
7721: main/pa_string.C, targets/cgi/getopt.c: . less warnings
7722:
7723: * src/include/pa_config_fixed.h: . removed outdated string origins
7724: [in current storage scheme there's no place for them. someday we
7725: can add third CORD to store origins and special version of parser
7726: which stores origins there [separate binary]]
7727:
7728: 2005-12-07 paf
7729:
7730: * src/targets/isapi/parser3isapi.C: . now links in release mode
7731:
7732: * src/include/pa_version.h: makefiles
7733:
7734: * src/include/pa_version.h: . not beta
7735:
7736: * configure, configure.in, src/include/pa_version.h: not beta
7737:
7738: 2005-12-06 paf
7739:
7740: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
7741: [some details here http://i2/tasks/edit/?id=4869912143891354460]
7742: decided to undo the change ^call[$void] passes void. now it will
7743: pass empty string again.
7744:
7745: * src/main/: compile.tab.C, compile.y: . version readded
7746:
7747: * src/classes/op.C: . in this version there is no ^switch[$nothing]
7748: = ^switch[void] problem
7749:
7750: 2005-12-01 paf
7751:
7752: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
7753: caused ^case[string] to be coerced to double since searching
7754: value were not string (it was vvoid)
7755:
7756: * src/classes/op.C: . bugfix ^switch[$void_value] caused
7757: ^case[string] to be coerced to double since searching value were
7758: not string (it was vvoid)
7759:
7760: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
7761: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
7762:
7763: 2005-11-30 paf
7764:
7765: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
7766: win32 must putenv("TZ="), on unix works only putenv("TZ")
7767:
7768: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
7769: putenv("TZ="), on unix works only putenv("TZ")
7770:
7771: * INSTALL: . xml libs versions updated
7772:
7773: * src/main/pa_globals.C: //20051130 trying to remove this, author
7774: claims that fixed a lot there // 20040920 for now both
7775: workarounds needed. wait for new libxml/xsl versions
7776:
7777: 2005-11-28 paf
7778:
7779: * src/classes/table.C: merged from HEAD: ! nameless table has
7780: columns==0
7781:
7782: * src/classes/table.C: ! nameless table has columns==0
7783:
7784: * src/main/pa_http.C: merged from HEAD: ! status line check made
7785: earlier [was totally wrong]
7786:
7787: * src/main/pa_http.C: ! status line check made earlier [was totally
7788: wrong]
7789:
7790: 2005-11-25 paf
7791:
7792: * src/include/pa_array.h: -this reduces speed(table::load) strange.
7793: undoing for now...
7794:
7795: * src/include/pa_version.h: -this reduces speed(table::load),
7796: strange. undoing
7797:
7798: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
7799:
7800: * src/classes/op.C: + ^while(){}[SEPARATOR]
7801:
7802: * src/include/pa_array.h: + optimistics added: all arrays (table
7803: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
7804: this speeds things up and saves memory a LOT! (not noticed
7805: negative effect on syntetic tests, future will tell...)
7806:
7807: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
7808: changed gc_malloc implementation, which obscured profiling
7809:
7810: * src/classes/table.C: merged from HEAD: + optimized
7811: table::load/sql, now row ArrayString-s allocated with
7812: columns.count() elements and don't always grow from
7813: count=3[realloc,realloc]
7814:
7815: * src/classes/table.C: + optimized table::load/sql, now row
7816: ArrayString-s allocated with columns.count() elements and don't
7817: always grow from count=3[realloc,realloc]
7818:
7819: * src/classes/table.C: merged from HEAD: . ^table.save unused
7820: buffer after save
7821:
7822: * src/classes/table.C: . ^table.save unused buffer after save
7823:
7824: 2005-11-24 paf
7825:
7826: * configure.in: . merged glib2-config patch
7827:
7828: * configure.in: + trying to find glib2-config
7829:
7830: * src/: classes/file.C, include/pa_common.h, main/execute.C,
7831: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
7832: file/dir_readable to simple file/dir_exist, this would help in
7833: situations "class not found because .p file has bad rights" << in
7834: that case error would be explicit "access denied to 'this' file"
7835:
1.101 moko 7836: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 7837:
7838: * src/: classes/file.C, include/pa_common.h, main/execute.C,
7839: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
7840: to simple file/dir_exist, this would help in situations "class
7841: not found because .p file has bad rights" << in that case error
7842: would be explicit "access denied to 'this' file"
7843:
7844: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
7845: include/pa_http.h, main/Makefile.am, main/main.vcproj,
7846: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
7847: ^file::exec/cgi[script;$.charset[changed]
7848: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
7849: encoded in $.charset charset
7850:
7851: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
7852: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
7853: encoded in $.charset charset
7854:
7855: * src/: include/Makefile.am, include/pa_common.h,
7856: include/pa_http.h, main/Makefile.am, main/main.vcproj,
7857: main/pa_common.C, main/pa_http.C: . extracted http:// into
7858: separate file [preparation for
7859: ^file::cgi[script;$.form[$.field1[]
7860:
7861: 2005-11-22 paf
7862:
7863: * src/: include/pa_version.h, main/compile.tab.C: makefiles
7864:
7865: * acinclude.m4, configure.in: . merged underquting fixes
7866:
1.101 moko 7867: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 7868:
7869: * src/classes/op.C: . overmerged a little
7870:
7871: * src/main/compile.tab.C: Makefile
7872:
7873: * src/main/: pa_common.C: . less gcc warnings
7874:
7875: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
7876: now reports original exception if we have no old cache
7877:
7878: * src/classes/op.C: + $exception.handled[cache] now reports
7879: original exception if we have no old cache
7880:
7881: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
7882: from HEAD: + ^taint/untaint[regex] << escapes these:
7883: \^$.[]|()?*+{}
7884:
7885: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
7886: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
7887:
7888: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
7889: getenv-ed variable, which does not work both on win32&unix.
7890: copied old TZ value now
7891:
7892: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
7893: stored pointer to getenv-ed variable, which does not work both on
7894: win32&unix. copied old TZ value now
7895:
7896: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
7897: getenv-ed variable, which does not work both on win32&unix.
7898: copied old TZ value now
7899:
7900: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
7901: access to internal hash
7902:
7903: * src/types/pa_vresponse.C: + $response:headers access to internal
7904: hash
7905:
7906: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
7907: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
7908: isapi] this reduces number of "GC Warning: Repeated allocation of
7909: very large block" messages to only important onces
7910:
7911: * src/targets/isapi/parser3isapi.C: +
7912: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
7913: isapi] this reduces number of "GC Warning: Repeated allocation of
7914: very large block" messages to only important onces
7915:
7916: * src/classes/string.C: merged from HEAD: + removed limitation on
7917: ^string/int/double:sql{}[$.default[({param style})] ]
7918:
7919: * src/classes/string.C: + removed limitation on
7920: ^string/int/double:sql{}[$.default[({param style})] ]
7921:
7922: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
7923: with ?params or $.form option" limitation
7924:
7925: * src/main/pa_common.C: + removed "use either uri with ?params or
7926: $.form option" limitation
7927:
7928: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7929: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
7930: ^file::base64[encoded] decode
7931:
7932: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7933: main/pa_common.C: + ^file.base64[] encode +
7934: ^file::base64[encoded] decode
7935:
7936: * src/classes/: file.C, string.C: + ^string.base64[] encode +
7937: ^string:base64[encoded] decode
7938:
7939: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
7940: ^string:base64[in] encode + ^string.base64[] decode
7941:
7942: 2005-11-21 paf
7943:
7944: * src/classes/file.C: + merged from HEAD:
7945: ^file::create[text;file.xml;^untaint[xml]{data}]
7946:
7947: * src/classes/file.C: +
7948: ^file::create[text;file.xml;^untaint[xml]{data}]
7949:
7950: * src/main/pa_request.C: ! merged: $response:body[file] now
7951: differes from :download, it does not return content-disposition
7952: at all now [previusely it returned valueless content-disposition]
7953:
7954: * src/main/pa_request.C: ! $response:body[file] now differes from
7955: :download, it does not return content-disposition at all now
7956: [previusely it returned valueless content-disposition]
7957:
7958: * src/main/: compile.tab.C, compile.y: ! overoptimized void
7959: literals, reverted to just vvod, recreating empty array with each
7960: void_value token. that's absolutely needed, since that array
7961: grows
7962:
7963: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
7964: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
7965: types/pa_vmethod_frame.h: + merged: expression literals:
7966: true/false. ^format[$.indent(true)]
7967:
7968: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
7969: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
7970: types/pa_vmethod_frame.h: + expression literals: true/false.
7971: ^format[$.indent(true)]
7972:
7973: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
7974: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
7975: i386-pc-win32)"
7976:
7977: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
7978: $env:PARSER_VERSION reports "3.1.5beta (compiled on
7979: i386-pc-win32)"
7980:
7981: 2005-11-18 paf
7982:
7983: * src/classes/: double.C, int.C: ! ^int/double:sql{select
7984: null}[$.default(123)] will now return default value
7985:
7986: * src/classes/op.C: + merged ^cache[] << returns current cache
7987: expiration time
7988:
7989: * src/classes/op.C: + ^cache[] << returns current cache expiration
7990: time
7991:
7992: * src/classes/table.C: ! merged ^table::create[not'nameless';
7993: failed << Exception.problem_source pointed to local var!
7994:
7995: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
7996: Exception.problem_source pointed to local var!
7997:
7998: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
7999: now loads VFile.ptr!=0, so such files can be saved now
8000:
8001: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
8002: loads VFile.ptr!=0, so such files can be saved now
8003:
8004: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
8005: only . and .. now removed from list [were removed all .*]
8006:
8007: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
8008: .. now removed from list [were removed all .*]
8009:
8010: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
8011: open error now checked, were not :( [stole that piece from apache
8012: 1.3 sources]
8013:
8014: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
8015: checked, were not :( [stole that piece from apache 1.3 sources]
8016:
8017: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
8018: untainting of @main result if returned by $result or
8019: $response:body
8020:
8021: * src/main/pa_request.C: ! ensured proper untainting of @main
8022: result if returned by $result or $response:body
8023:
8024: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
8025: issue: now tries to guess content-length and allocates one big
8026: piece if possible [regretfully gc_realloc works as malloc+free,
8027: leaving lots of holes behind]
8028:
8029: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
8030: fixed file load memory issue: now tries to guess content-length
8031: and allocates one big piece if possible [regretfully gc_realloc
8032: works as malloc+free, leaving lots of holes behind]
8033:
8034: 2005-11-16 paf
8035:
8036: * src/: include/pa_common.h, classes/file.C, classes/table.C,
8037: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
8038: table::save with enclosers now doubles them: "->"" !
8039: table::save/load do not remove elements from options hash
8040:
8041: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
8042: [were overoptimized ^if(double_literal), compiler confused
8043: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
8044:
8045: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
8046: [were overoptimized ^if(double_literal), compiler confused
8047: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
8048:
8049: * src/: classes/file.C, classes/table.C, include/pa_common.h,
8050: main/pa_common.C: ! table::save with enclosers now doubles them:
8051: "->"" ! table::save/load do not remove elements from options hash
8052:
8053: 2005-11-03 paf
8054:
1.101 moko 8055: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
8056: compilation, not all makefiles liked that
1.95 moko 8057:
8058: 2005-08-30 paf
8059:
8060: * src/classes/op.C: merge . speedup check of [DEFAULT]
8061:
8062: * src/classes/op.C: . speedup check of [DEFAULT]
8063:
8064: 2005-08-26 paf
8065:
8066: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
8067:
8068: * src/: classes/date.C, types/pa_vdate.h: + date.week
8069:
8070: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
8071: complains about bad!=nameless
8072:
8073: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
8074: about bad!=nameless
8075:
8076: * src/classes/: hash.C, string.C, table.C, void.C: merged !
8077: optional options were allowed to be empty. were checked
8078: if(is_string), changed to !defined||is_string to allow void
8079:
8080: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
8081: classes/string.C, classes/table.C, classes/void.C: ! optional
8082: options were allowed to be empty. were checked if(is_string),
8083: changed to !defined||is_string to allow void
8084:
8085: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
8086: as_junction where they needed as_int/double, so failed with
8087: recent "(const) now no junction" optimization
8088:
8089: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
8090: merged ! many classes/* used as_junction where they needed
8091: as_int/double, so failed with recent "(const) now no junction"
8092: optimization
8093:
8094: * src/: classes/double.C, classes/int.C, classes/math.C,
8095: classes/op.C, classes/string.C, classes/table.C,
8096: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
8097: used as_junction where they needed as_int/double, so failed with
8098: recent "(const) now no junction" optimization
8099:
8100: 2005-08-24 paf
8101:
8102: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
8103: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
8104: stripped it
8105:
8106: 2005-08-09 paf
8107:
8108: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
8109: not cleared
8110:
8111: * src/: classes/classes.C, classes/classes.h, classes/date.C,
8112: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
8113: classes/hashfile.C, classes/image.C, classes/int.C,
8114: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
8115: classes/response.C, classes/string.C, classes/table.C,
8116: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
8117: include/pa_array.h, include/pa_cache_managers.h,
8118: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
8119: include/pa_config_fixed.h, include/pa_config_includes.h,
8120: include/pa_dictionary.h, include/pa_dir.h,
8121: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
8122: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
8123: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
8124: include/pa_request_charsets.h, include/pa_request_info.h,
8125: include/pa_sapi.h, include/pa_socks.h,
8126: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
8127: include/pa_stack.h, include/pa_string.h,
8128: include/pa_stylesheet_connection.h,
8129: include/pa_stylesheet_manager.h, include/pa_table.h,
8130: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
8131: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
8132: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
8133: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
8134: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
8135: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
8136: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
8137: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
8138: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
8139: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
8140: main/pa_sql_driver_manager.C, main/pa_string.C,
8141: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
8142: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
8143: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
8144: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
8145: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
8146: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
8147: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
8148: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
8149: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
8150: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
8151: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
8152: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
8153: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
8154: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
8155: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
8156: types/pa_vmemory.h, types/pa_vmethod_frame.C,
8157: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
8158: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
8159: types/pa_vresponse.C, types/pa_vresponse.h,
8160: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8161: types/pa_vstateless_object.h, types/pa_vstatus.C,
8162: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
8163: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
8164: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
8165: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
8166: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
8167:
8168: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
8169: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
8170: speedup consequent checks in vmethod_frame
8171:
8172: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
8173: not cleared
8174:
8175: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
8176: params: 50 max (were 10)
8177:
8178: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
8179: params: 50 max (were 10)
8180:
8181: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
8182: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
8183: pa_wcontext.h: + ^call[$void] param inside now is void (were:
8184: empty string) ! simplified (double) speedup consequent checks in
8185: vmethod_frame
8186:
8187: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
8188: optimized constants in expressions vstring->vdouble + optimized
8189: ^call(vdouble), no junction creation, no calls later
8190:
8191: 2005-08-08 paf
8192:
8193: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
8194: integrated
8195:
8196: * bin/auto.p.dist.in: . apache bad 404 handling workaround
8197: integrated
8198:
8199: * src/main/: compile.tab.C, compile.y, compile_tools.C,
8200: compile_tools.h: merged + optimized constants in expressions
8201: vstring->vdouble + optimized ^call(vdouble), no junction
8202: creation, no calls later
8203:
8204: * src/types/pa_vdouble.h: merged . double values without fractional
8205: part now default printed as %.0f instead of %g
8206:
8207: * src/types/pa_vdouble.h: . double values without fractional part
8208: now default printed as %.0f instead of %g
8209:
8210: * src/classes/hashfile.C: . merged ! second hashfile::open would
8211: cause an exception
8212:
8213: * src/classes/hashfile.C: ! second hashfile::open would cause an
8214: exception
8215:
8216: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
8217: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8218: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8219: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
8220: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
8221: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
8222: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
8223: types/pa_vresponse.h, types/pa_vstateless_class.C,
8224: types/pa_vstateless_object.h, types/pa_vvoid.h,
8225: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
8226: merged VJunction(new Junction) optimization from 3.1.4
8227:
8228: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
8229: types/pa_vstateless_class.C: + optimized new VJunction(new
8230: Junction(params)) to new VJunction(params), thousands of mallocs
8231: removed
8232:
8233: 2005-08-05 paf
8234:
8235: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
8236: types/pa_vdouble.h, types/pa_vmethod_frame.C,
8237: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
8238: creation, no calls later
8239:
8240: * src/: classes/classes.C, classes/classes.h, classes/date.C,
8241: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
8242: classes/hashfile.C, classes/image.C, classes/int.C,
8243: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
8244: classes/response.C, classes/string.C, classes/table.C,
8245: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
8246: include/pa_array.h, include/pa_cache_managers.h,
8247: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
8248: include/pa_config_fixed.h, include/pa_config_includes.h,
8249: include/pa_dictionary.h, include/pa_dir.h,
8250: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
8251: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
8252: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
8253: include/pa_request_charsets.h, include/pa_request_info.h,
8254: include/pa_sapi.h, include/pa_socks.h,
8255: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
8256: include/pa_stack.h, include/pa_string.h,
8257: include/pa_stylesheet_connection.h,
8258: include/pa_stylesheet_manager.h, include/pa_table.h,
8259: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
8260: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
8261: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
8262: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
8263: lib/smtp/smtp.h, main/compile.C, main/compile.y,
8264: main/compile_tools.C, main/compile_tools.h, main/execute.C,
8265: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
8266: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
8267: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
8268: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
8269: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
8270: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
8271: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
8272: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
8273: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
8274: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
8275: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
8276: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
8277: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
8278: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
8279: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
8280: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
8281: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
8282: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
8283: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
8284: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
8285: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8286: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
8287: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
8288: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8289: types/pa_vstateless_object.h, types/pa_vstatus.C,
8290: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
8291: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
8292: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
8293: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
8294: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
8295:
8296: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
8297: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
8298: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
8299: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
8300: main/compile.y, main/compile_tools.C, main/compile_tools.h,
8301: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
8302: optimized constants in expressions vstring->vdouble
8303:
8304: 2005-07-29 paf
8305:
8306: * src/types/pa_vclass.C: . shaped up error messages a bit
8307:
8308: * src/types/pa_vclass.C: + property getter can now be overridden
8309:
8310: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
8311: bug fix: static parent fields were not replaced in case
8312: $derived:field[put] + property setter can now be overridden
8313:
8314: 2005-07-28 paf
8315:
8316: * configure, configure.in, src/classes/classes.h,
8317: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
8318: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
8319: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
8320: src/classes/xnode.h, src/include/pa_hash.h,
8321: src/include/pa_version.h, src/main/execute.C,
1.101 moko 8322: src/types/Makefile.am, src/types/pa_method.h,
8323: src/types/pa_value.h, src/types/pa_vclass.C,
8324: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
8325: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
8326: src/types/pa_vcookie.h, src/types/pa_vhash.h,
8327: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
8328: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
8329: src/types/pa_vobject.C, src/types/pa_vobject.h,
8330: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
8331: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
8332: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
8333: src/types/pa_vstateless_class.h,
1.95 moko 8334: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
8335: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
8336: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
8337: dynamic_fields_join
8338:
8339: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
8340: classes/xnode.C, include/pa_hash.h, main/execute.C,
8341: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
8342: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
8343: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
8344: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
8345: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
8346: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
8347: types/pa_vresponse.h, types/pa_vstateless_object.h,
8348: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
8349: types/pa_wwrapper.h: ! restored put_element('replace' param), and
8350: restored its checks in vobject.put_element->static fields |
8351: dynamic properties
8352:
8353: 2005-07-27 paf
8354:
8355: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
8356: is some old code containing @set_name $name
8357:
8358: * src/types/pa_vobject.h: . fixed warning
8359:
8360: * configure, configure.in, src/include/pa_version.h,
1.101 moko 8361: src/types/Makefile.am: 3.2.0beta started
1.95 moko 8362:
8363: * src/: classes/xnode.C, include/pa_hash.h,
8364: types/pa_vstateless_class.C: ! new asserts were all false.
8365: regretfully reverted them all to checks
8366:
8367: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
8368: classes/op.C, main/execute.C, types/pa_method.h,
8369: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8370: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8371: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
8372: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
8373: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
8374: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
8375: types/pa_vstateless_object.h, types/pa_vvoid.h,
8376: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
8377: joined_dynamic_fields: removed unused param from put_method
8378: (returned to 3 params)
8379:
8380: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
8381: joined_dynamic_fields: dynamic get/set works with overriding
8382: props [alpha2]
8383:
8384: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
8385: works [alfa]
8386:
8387: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
8388: classes/op.C, include/pa_hash.h, main/execute.C,
8389: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
8390: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
8391: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
8392: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
8393: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
8394: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
8395: types/pa_vresponse.h, types/pa_vstateless_class.C,
8396: types/pa_vstateless_object.h, types/pa_vvoid.h,
8397: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
8398: joined_dynamic_fields: just compiled
8399:
8400: * src/: classes/date.C, classes/file.C, classes/hash.C,
8401: classes/hashfile.C, classes/image.C, classes/table.C,
8402: classes/xdoc.C, classes/xnode.h, main/execute.C,
8403: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
8404: types/pa_vstateless_class.h: joined_dynamic_fields: started
8405:
8406: * src/types/pa_vobject.C: . object setters [only started, does not
8407: work yet]
8408:
8409: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
8410: object setters [only started, does not work yet]
8411:
8412: 2005-07-26 paf
8413:
8414: * src/: include/pa_request.h, main/execute.C: . properties: set
8415: works [alpha2]. for classes. todo: for objects
8416:
8417: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
8418: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8419: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8420: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
8421: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
8422: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
8423: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
8424: types/pa_vstateless_object.h, types/pa_vvoid.h,
8425: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
8426: properties: set works [alpha1]
8427:
8428: 2005-07-25 paf
8429:
8430: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
8431: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
8432: properties: started, get works [alpha1, other approach]
8433:
8434: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
8435: properties: started, get works [alpha2]
8436:
8437: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
8438: pa_vstateless_class.h: . properties: started, get works [alpha]
8439:
8440: 2005-07-15 paf
8441:
8442: * src/: classes/classes.h, classes/op.C, main/execute.C,
8443: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
8444: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
8445: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
8446: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
8447: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
8448: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
8449: types/pa_vresponse.C, types/pa_vresponse.h,
8450: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8451: types/pa_vstateless_object.h, types/pa_vvoid.h,
8452: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
8453: types/pa_wwrapper.h, types/types.vcproj: + started property
8454: [getters work but think of changing them too to precaching]
8455:
8456: 2005-07-08 paf
8457:
8458: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
8459: gpf
8460:
8461: 2005-06-28 paf
8462:
8463: * src/: classes/file.C, main/untaint.C: ! string invariant violated
8464: in passing empty strings to file::exec/cgi environment
8465:
8466: 2005-06-06 paf
8467:
8468: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
8469: ^table:sql ^hash:sql now DO process $.bind option
8470:
8471: 2005-05-24 paf
8472:
8473: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
8474: $.limit] now work again [support was broken in 3.1.4]
8475:
8476: * src/: main/pa_string.C, classes/op.C: . steps toward removing
8477: ALL_INTERIOR_POINTERS
8478:
8479: 2005-05-12 paf
8480:
8481: * configure: 3.1.5beta
8482:
8483: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
8484:
8485: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
8486: $.limit] now work again [support was broken in 3.1.4]
8487:
8488: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
8489: line-width [was refusing to fill if line-width >1, thanks to
8490: Seras <seras@pinxit.lt> for repro case
8491:
8492: 2005-04-25 paf
8493:
8494: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
8495: correctly
8496:
8497: 2005-04-19 paf
8498:
8499: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
8500: in VString violating invariant!!
8501:
8502: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
8503: getenv("TZ")==null
8504:
8505: 2005-04-08 paf
8506:
8507: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
8508: bugfix: when there is no char in charset one byte produces 6
8509: (ÿ <<max). increased buffer size!
8510:
8511: 2005-03-23 paf
8512:
8513: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
8514: ^date.sql-string now takes TZ into account
8515:
8516: 2005-03-16 paf
8517:
8518: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
8519: gcc 3.4
8520:
8521: * src/types/pa_vhash.C: . warning about eof eol
8522:
8523: 2005-02-17 paf
8524:
8525: * operators.txt, src/classes/op.C: + operator ^sleep(double
8526: seconds)
8527:
8528: 2005-02-02 paf
8529:
8530: * src/classes/xnode.C: beauty: removed needless includes
8531:
8532: 2005-01-31 paf
8533:
8534: * src/types/pa_vmail.C: change: $.partX now always 1... change:
8535: $.partNoNumber now alias to $.part1
8536:
8537: * src/types/pa_vmail.C: change: incoming letter part contains
8538: "content-disposition" header with any value? now considering that
8539: part to be "file#" [for text/plain text/html were $.text#
8540: $.html#]
8541:
8542: * INSTALL: updatet to latest working versions available
8543:
8544: 2005-01-20 paf
8545:
8546: * configure.in, src/include/pa_version.h: version
8547:
8548: 2005-01-19 paf
8549:
1.101 moko 8550: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
8551: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
8552: couple warnings in parser3.C
1.95 moko 8553:
8554: 2004-12-23 paf
8555:
8556: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
8557:
8558: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
8559: dir to directory of script (when shbang used), not to directory
8560: of its interpreter
8561:
8562: * src/include/pa_version.h: compiled on win32...
8563:
8564: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
8565: we need more hspace
8566:
8567: * configure, configure.in, src/include/pa_version.h: configured
8568: host to pa_version. will be displayed everywhere
8569:
8570: * src/main/pa_request.C: new: @unhandled_exception can prevent
8571: exception from being logged by setting $exception.handled(1)
8572:
8573: * operators.txt, src/classes/file.C: change:
8574: ^file::sql{query}[[options]] options: $.name[file name]
8575: $.content-type[application/what]
8576:
8577: * src/: include/pa_common.h, main/pa_common.C,
8578: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
8579: new file
8580:
8581: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
8582: bugfix: table->hash now regards _default
8583:
8584: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
8585: created by accessing $name_of_method it acquired bad self=closest
8586: methodframe; instead of proper self (current class)
8587:
8588: * src/types/pa_vhashfile.C: bugfix: reading empty string from
8589: hashfile produced bad cord
8590:
8591: 2004-12-10 paf
8592:
8593: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
8594: subsequent failures though defined in .h
8595:
8596: * src/main/pa_common.C: comment on volatile
8597:
8598: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
8599: alarm function were not used since the beginning due to stupid
8600: error [setsigjmp were not checked in configure.in]
8601:
8602: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
8603: unix too
8604:
8605: * src/main/pa_common.C: http: exception status of send/recv errors
8606: change to most probable http.timeout
8607:
8608: * src/main/pa_common.C: win32: http connection $.timeout option now
8609: works [setsockopt on send/receive]
8610:
8611: 2004-12-08 paf
8612:
8613: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
8614: cstr-ed knowing mail charset, and untainting uri lang now knows
8615: proper charset
8616:
8617: 2004-11-24 paf
8618:
8619: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
8620:
8621: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
8622: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
8623:
8624: 2004-11-12 paf
8625:
8626: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
8627: [since 3.0.4]
8628:
8629: 2004-11-09 paf
8630:
8631: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
8632: writes basics to c:\parser3.log
8633:
8634: 2004-10-21 paf
8635:
8636: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
8637: tainted strings [were returning clean onces]
8638:
8639: 2004-10-15 paf
8640:
8641: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
8642: cycles(i=1; i=2), which was wrong, now does ONE
8643:
8644: 2004-10-12 paf
8645:
8646: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
8647:
8648: 2004-10-07 paf
8649:
8650: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
8651: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
8652: release asserts
8653:
8654: * src/: main/pa_string.C, include/pa_string.h: debugger help:
8655: String.dump() to stdout in detailed form [were String.v() in
8656: short form]
8657:
8658: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
8659: \t\r\n as @#| and truncates long char sequences less
8660:
8661: 2004-10-06 paf
8662:
8663: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
8664: win32 beauty: socket errors properly decoded
8665:
8666: 2004-10-05 paf
8667:
8668: * src/: include/pa_request.h, main/pa_request.C: bugfix:
8669: request::configure_user/admin done always, even if no
8670: file-to-process useful in @unhandled_exception [say, if they
8671: would want to mail by SMTP something]
8672:
8673: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
8674: now performed prior to file loading [and @auto executing] thus
8675: making $cookie:value available in @auto and in
8676: @unhandled_exception when IIS is configured to run interpreter
8677: even if no file exist
8678:
8679: 2004-09-20 paf
8680:
8681: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
8682: somewhere where it should have called xmlMalloc and it calls
8683: xmlFree when it should have not called it. inserted two
8684: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
8685: xmlFree just ignored. put away a testcase, maybe someday libxml
8686: author would fix all that. until that day: we have SLOW garbage
8687: collecting when many xml objects are alive hint: do
8688: ^memory:compact[] before xdoc::create
8689:
8690: 2004-09-17 paf
8691:
8692: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
8693: error from 3.0.8 version]
8694:
8695: 2004-09-14 paf
8696:
8697: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
8698: part bugfix: hashfile.foreach iterated only part if hashfile were
8699: modified inside
8700:
8701: 2004-09-13 paf
8702:
8703: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
8704: [were as octal]
8705:
8706: * src/types/pa_vhashfile.C: beauty: not reproduced
8707: $hashfile.key[$novalue] bug [reported by motorin], inserted
8708: safety-check
8709:
8710: * src/types/pa_vhashfile.C: change: empty keys now error in parser
8711: [not something obscure from sdbm lib]
8712:
8713: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
8714: = strerror now returnes something and we can properly report that
8715: to client
8716:
8717: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
8718: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
8719:
8720: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
8721: [tainted as-is] this helps //[space][newline] to remain as-is and
8722: not be unnecessary optimized away [ruining javascript]
8723:
8724: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
8725: [tainted as-is]
8726:
8727: * src/classes/mail.C: bugfix: typo error
8728:
8729: 2004-09-09 paf
8730:
8731: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
8732: separators bugfix: loads header with endings \r\n\r\n and \n\n
8733: (bloody yandex.server)
8734:
8735: 2004-09-06 paf
8736:
8737: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
8738: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
8739: encoded
8740:
8741: 2004-09-01 paf
8742:
8743: * src/types/pa_vmail.C: change: multipart/mixed changed to
8744: multipart/related outlook express have no problems showing
8745: unrelated attachments. todo: someday figure out a way of
8746: multipart/mixed multipart/related text/html
8747: image/xxx application/octet-stream << true attachments
8748:
8749: * src/types/pa_vmail.C: new:
8750: ^mail:send[$.file[$.content-disposition can be overriden new:
8751: empty mail header fields removed from letter
8752:
8753: * src/: classes/mail.C, include/pa_config_fixed.h,
8754: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
8755: ^mail:send[ $.file[ $.any[header]
8756:
8757: 2004-08-30 paf
8758:
8759: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
8760: warnings
8761:
8762: * src/main/pa_common.C: beauty: do not bother with charset
8763: detection when ^file::load[binary
8764:
8765: 2004-08-27 paf
8766:
8767: * src/main/pa_common.C: hack: for yandex.server http server
8768:
8769: 2004-08-18 paf
8770:
8771: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
8772: possibly-chunked response
8773:
8774: 2004-08-17 paf
8775:
8776: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
8777: $f.content-type now = that of http response
8778:
8779: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
8780: $f.content-type now = that of http response
8781:
8782: 2004-07-30 paf
8783:
8784: * src/: include/pa_request.h, main/pa_request.C,
8785: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
8786: win32: system&parser exceptions in release mode reported properly
8787: parser exception in exception handler WERE mistakenly reported as
8788: system exception, without details [in apache & isapi] +some
8789: beauty in exception text
8790:
8791: * src/: include/pa_exception.h, main/pa_request.C,
8792: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
8793: release mode reported properly parser exception in exception
8794: handler WERE mistakenly reported as system exception, without
8795: details
8796:
8797: * src/main/execute.C: beauty: simplified system exception handling
8798:
8799: 2004-07-29 paf
8800:
8801: * src/classes/table.C: bugfix:
8802: ^table.save[export.csv;$.separator[^;]] now works fine [separator
8803: were ignored, and \t used unconditionally]
8804:
8805: * src/types/Makefile.am: added vhash.c
8806:
8807: 2004-07-28 paf
8808:
8809: * src/: classes/date.C, classes/image.C, classes/math.C,
8810: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
8811: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
8812: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
8813: failed on russian letters
8814:
8815: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
8816: bugfix: isspace((unsigned char)c) everywhere. failed on russian
8817: letters
8818:
8819: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
8820: as 'currentDirectory' parameter to CreateProcess
8821:
8822: 2004-07-27 paf
8823:
8824: * src/targets/cgi/parser3.vcproj: beauty: win32:
8825: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
8826: from release somewhere [to help searching for unhandled system
8827: exceptions]
8828:
8829: * src/types/pa_vdate.h: check: for invalid datetime after temporary
8830: TZ shift
8831:
8832: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
8833: but also in ctor
8834:
8835: 2004-07-26 paf
8836:
8837: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
8838: src/main/pa_request.C, src/types/pa_vfile.h,
8839: src/types/pa_vhash.C, src/types/pa_vhash.h,
8840: src/types/types.vcproj: new: $response:body/download[
8841: $.file[name on disk] $.name[of file for user]
8842: $.mdate[date of last-modified. default from directory] ]
8843:
8844: * src/classes/file.C: moving file:send somewhere else..
8845:
8846: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
8847: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
8848: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
8849: $response:download[ $.filename[filename] $.option[] ,, ]
8850:
8851: * src/classes/file.C: beauty: invalid mode thoroughly reported
8852:
8853: 2004-07-21 paf
8854:
8855: * src/types/pa_vmail.C: bugfix: too long header values now splitted
8856: to several lines
8857:
8858: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
8859:
8860: note: ms outlook[!express] shows only first 255 characters of
8861: subject
8862:
8863: 2004-07-15 paf
8864:
8865: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
8866: off]
8867:
8868: 2004-07-14 paf
8869:
8870: * src/classes/table.C: bugfix: $.bind values now got untainted
8871: according to lang [were: as-is]
8872:
8873: 2004-07-07 paf
8874:
8875: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
8876: checked that
8877:
8878: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
8879: now untainted according to their languages. were: as-is.
8880: EVERYWHERE
8881:
8882: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
8883: environment string now untainted according to their languages.
8884: were: as-is. EVERYWHERE
8885:
8886: * src/main/pa_exec.C: bufix: on unix environment string now
8887: untainted according to their languages. were: as-is. on win32:
8888: ok
8889:
8890: * parser3.vssscc: ...would not go unnoticed
8891:
8892: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
8893: fails. in case on input appears nonutf, those bytes will be
8894: printed in %HH form. that can be easily decoded/recovered.
8895:
8896: this form is quite noticable, and hopefully would not go noticed
8897:
8898: 2004-07-06 paf
8899:
8900: * src/main/pa_exec.C: bufix: on unix environment string now
8901: untainted according to their languages. were: as-is. on win32:
8902: ok
8903:
8904: 2004-07-01 paf
8905:
8906: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
8907: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
8908: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
8909: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
8910: main/main.vcproj, targets/cgi/parser3.vcproj,
8911: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
8912: option: global optimization ON
8913:
8914: * src/main/untaint.C: workaround kinda bug in libxml: life requires
8915: to do xdoc::create{invalid chars} standard disables chars less
8916: then \x20, except tab, cr, lf.
8917:
8918: changed tainting so that those become '!'
8919:
8920: 2004-06-25 paf
8921:
8922: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
8923: int on odd address [prev bugfix failed due to superwize
8924: optimizer, which turned memcpy into same 'ld' asm command]
8925:
8926: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
8927: int on odd address
8928:
8929: 2004-06-22 paf
8930:
8931: * src/sql/pa_sql_driver.h: note: about possible optimization
8932:
8933: * operators.txt, src/classes/hash.C, src/classes/memory.C,
8934: src/classes/string.C, src/classes/table.C, src/classes/void.C,
8935: src/include/pa_config_includes.h: new: ^void:sql{call
8936: paf(:a)}[ $.bind[ $.a[2]
8937: ] ] output variables work. todo: check in out
8938: variables
8939:
8940: 2004-06-18 paf
8941:
8942: * src/: classes/file.C, classes/hash.C, classes/string.C,
8943: classes/table.C, classes/void.C, include/pa_globals.h,
8944: include/pa_sql_connection.h, main/compile.tab.C,
8945: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
8946: $.bind[ $.a[2] ]
8947: ] input variables work. todo:output
8948:
8949: * src/targets/cgi/parser3.C: bugfix: iis specific
8950: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
8951: /_bug.html?404;http://hpsv/test/
8952: --------------------------------------------------------------------------------
8953: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
8954: --------------------------------------------------------------------------------
8955: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
8956:
8957: 2004-06-16 paf
8958:
8959: * src/targets/cgi/parser3.C: new: iis specific
8960: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
8961: $request:query
8962: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
8963: $form:fields IIS-STATUS="404"
8964: IIS-DOCUMENT="http://server/_bug.html" f="v"
8965:
8966: todo: isapi too
8967:
8968: 2004-05-26 paf
8969:
8970: * src/include/pa_version.h: 3.1.3
8971:
8972: * operators.txt: beauty: removed outdated level 'table'
8973:
8974: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
8975:
8976: * src/main/pa_string.C: beauty: removed 3 warnings
8977:
8978: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
8979: classes/op.C: beauty: removed outdated level 'table'
8980:
8981: 2004-05-25 paf
8982:
8983: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
8984: implementation. mistery: how anything worked
8985:
8986: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
8987: changed, it is now safe to use url if pointers to it are stored
8988: to gc mem
8989:
8990: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
8991: unknown errors reported and not cause SIGSEGV now
8992:
8993: 2004-05-24 paf
8994:
8995: * src/: include/pa_string.h, lib/cord/cordbscs.c,
8996: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
8997: less memory: CORD_chars_block originally intended to ... it was
8998: good that CORD_chars_block were not used: it consumes more memory
8999: [and, might be slow too] undoing that. [and removed that func so
9000: that it would not confuse parser developer in future]
9001:
9002: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
9003: less memory: CORD_chars_block originally intended to
9004: speedup/reduce mem usage were forgotten, and were used stupid
9005: CORD_chars
9006:
9007: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
9008:
9009: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
9010: BIGENDIAN processors space-conserving mech failed, causing
9011: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
9012: (1|2|3));
9013:
9014: 2004-05-14 paf
9015:
9016: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
9017: bugfix: void now has vfile value, and $response:body[] works OK
9018:
9019: 2004-05-12 paf
9020:
9021: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
9022: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
9023: sources to use is_defined() {return as_bool();} along VBool
9024:
9025: 2004-05-11 paf
9026:
9027: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
9028: referencing to local objects
9029:
9030: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
9031: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
9032: left intact
9033:
9034: 2004-04-15 paf
9035:
9036: * src/classes/date.C: merged: beauty: unused var removed
9037:
9038: * src/classes/date.C: beauty: unused var removed
9039:
9040: * src/include/: pa_exec.h: bugfix: interface without pointer
9041: provoked bug
9042:
9043: 2004-04-09 paf
9044:
9045: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
9046:
9047: * src/types/pa_vform.C: bugfix: form:imap were incorrect
9048:
9049: 2004-04-08 paf
9050:
9051: * src/classes/date.C: new: ^date::create[y-m-d
9052: h-M-s>>.milliseconds<<] now allowed, ignored so far
9053:
9054: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
9055:
9056: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
9057: to consult default catalog [usually, that file belongs to other
9058: user/group]
9059:
9060: 2004-04-06 paf
9061:
9062: * src/main/pa_common.C: beauty: gcc warning removed
9063:
9064: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
9065: accept that trick, trying other
9066:
9067: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
9068: explicit result problem
9069:
9070: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
9071: explicit result problem
9072:
9073: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
9074: explicit result problem
9075:
9076: * operators.txt, src/classes/string.C: new: ^string.append[string]
9077:
9078: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
9079: main/execute.C: attempt_check_call_in_explicit_result_mode:
9080: failed
9081:
9082: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
9083: http://i.p.a.ddress gethostbyaddr added [on some platforms
9084: gethostbyname failed with such 'domains'] now checked properly,
9085: were: needless reverse/forward dns lookup
9086:
9087: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
9088: http://i.p.a.ddress gethostbyaddr added [on some platforms
9089: gethostbyname failed with such 'domains'] now checked properly,
9090: were: needless reverse/forward dns lookup
9091:
9092: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
9093: @method[][result] means "no string output here" moved to lexical
9094: level [on grammar level it were too difficult]
9095:
9096: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
9097: src/main/compile.y, src/main/compile_tools.h,
9098: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
9099: @method[][result] means "no string output here", implemented part
9100: of that idea: compiler throws away string literal generation
9101: code. and barks nonwhitespace chars
9102:
9103: * operators.txt: truth: removed comment about $ORIGIN
9104:
9105: 2004-04-05 paf
9106:
9107: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
9108: src/include/pa_version.h, src/main/pa_common.C,
9109: src/targets/isapi/parser3isapi.C: merged with 3.1.3
9110:
9111: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
9112: Konstantin Tomashevitch [mailto:konst@design.ru]
9113:
9114: * src/doc/html2chm.cmd: beauty: no need in bg here
9115:
9116: * src/doc/sources2html.cmd: beauty: same window, in bg it
9117: interfered with FAR console
9118:
9119: * configure, configure.in: 3.1.3
9120:
9121: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
9122:
9123: * src/main/pa_common.C: removed warning
9124:
9125: * src/include/pa_version.h: 3.1.3
9126:
9127: 2004-04-02 paf
9128:
9129: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
9130:
9131: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
9132: allows to specify where to put parser log file
9133:
9134: 2004-04-01 paf
9135:
9136: * src/classes/table.C: bugfix: bugfix: table::load last line
9137: without tab and enter were ignored
9138:
9139: * src/: include/pa_cache_managers.h, include/pa_globals.h,
9140: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
9141: main/pa_socks.C, targets/cgi/parser3.C,
9142: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
9143: bugfix: sql connections now are disconnected
9144:
9145: 2004-03-30 paf
9146:
9147: * src/classes/table.C: bugfix: table::load last line without tab
9148: and enter were ignored
9149:
9150: * src/classes/table.C: bufix: if last table lines were commented,
9151: gpfed
9152:
9153: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
9154: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
9155: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
9156: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
9157: doc/methoded.dox, doc/object.dox, doc/string.dox,
9158: doc/targets.dox, doc/value.dox, include/pa_version.h,
9159: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
9160: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
9161: bugfixes from 3.1.2, changed version to 3.1.3beta
9162:
9163: 2004-03-29 paf
9164:
9165: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
9166: causes gpf
9167:
9168: * src/doc/: ClassExample1.dox, ClassExample2.dox,
9169: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
9170: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
9171: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
9172: value.dox: translated to english
9173:
9174: 2004-03-25 paf
9175:
9176: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
9177: parser3project dependency removed
9178:
9179: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
9180: bugfix: refused to compile without xml
9181:
9182: * src/types/pa_vform.C: beauty: removed warning
9183:
9184: * src/classes/classes.vcproj: merged bugfix: now all compiles in
9185: any folder [removed last ;) folder dependency]
9186:
9187: * src/classes/classes.vcproj: bugfix: now all compiles in any
9188: folder [removed last ;) folder dependency]
9189:
9190: * src/include/pa_version.h: release
9191:
9192: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
9193:
9194: * src/classes/table.C: beauty: comment& more meaningful error
9195: message
9196:
9197: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
9198: $.hash[$.column_value1(true) ... ] [were producing some strang
9199: thing]
9200:
9201: 2004-03-23 paf
9202:
9203: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
9204: and http status line parsing checked number of columns in table
9205: [user reported an assert]
9206:
9207: * operators.txt: example: on hashfile
9208:
9209: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
9210: bugfix: junction reattach now actually reattaches a junction to
9211: new wcontext [were only assigning it to junction, which caused
9212: junction tracking to loose junction, and it's context were not
9213: killed, and it tried to process in invalid context, gpf]
9214:
9215: * src/targets/cgi/parser3.C: debug helper added
9216:
9217: 2004-03-19 paf
9218:
9219: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
9220: "type(type)" in braces
9221:
9222: 2004-03-10 paf
9223:
9224: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
9225: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
9226: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
9227: solution to search-in-namespaces problem:
9228: $xdoc.search-namespaces.x[http://pif.design.ru/]
9229: $nodes[^xdoc.select[//x:second]]
9230:
9231: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
9232: expression][[NAMESPACES HASH]] allows to search for info in
9233: namespaces
9234:
9235: $nodes[^xdoc.select[//x:second][
9236: $.x[http://pif.design.ru/] ]]
9237:
9238: 2004-03-09 paf
9239:
9240: * operators.txt, src/main/pa_common.C: new:
9241: ^file::load[...][options] $.form[
9242: !$.field1[string]
9243: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
9244: ] !$.body[string]
9245:
9246: GET ?here notGET(POST, HEAD, others) in content-type:
9247: application/x-www-form-urlencoded
9248:
9249: todo: upload files ability
9250:
9251: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
9252: properly, done
9253:
9254: 2004-03-05 paf
9255:
9256: * operators.txt, src/main/pa_common.C: new: file::load[;http://
9257: GET/POST $.form[$.fields started, not tested yet
9258: todo:$.field[table] for multiple values
9259:
9260: * operators.txt: new: http:// options $.user $.password basic
9261: authorization
9262:
9263: * src/main/pa_common.C: beauty: link to rtf added
9264:
9265: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
9266: new: http:// options $.user $.password basic authorization
9267:
9268: * src/main/pa_common.C: beauty: removed needless vars
9269:
9270: * operators.txt: new: pgsql option [like that recently added to
9271: oracle driver] ClientCharset=parser-charset <<
9272: charset in which parser thinks client works
9273:
9274: * operators.txt: new: odbc option [like that recently added to
9275: oracle driver] ClientCharset=parser-charset <<
9276: charset in which parser thinks client works
9277:
9278: * src/sql/pa_sql_driver.h: beauty: important warning added
9279:
9280: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
9281: char!
9282:
9283: * etc/parser3.charsets/windows-1251.cfg: typo
9284:
9285: 2004-03-04 paf
9286:
9287: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
9288: cached, sql transcoding now goes faster
9289:
9290: * operators.txt: new: mysql option [like that recently added to
9291: oracle driver] ClientCharset=parser-charset <<
9292: charset in which parser thinks client works
9293:
9294: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
9295: typo error
9296:
9297: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
9298: chars commented
9299:
9300: 2004-03-03 paf
9301:
9302: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
9303: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
9304:
9305: 2004-03-02 paf
9306:
9307: * operators.txt: new[update typo]: !^void.left(n)
9308: nothing !^void.right(n) nothing !^void.mid(p[;n])
9309: nothing
9310:
9311: * operators.txt, src/classes/void.C: new: !^void.left(n)
9312: nothing !^void.right(n) nothing !^void.pos(p[;n])
9313: nothing
9314:
9315: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
9316: ^file::sql[[name_to_become_$.name]]{} query result must be one
9317: row with columns: first: data second: file name third:
9318: content-type
9319:
9320: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
9321: ^connect gets properly escaped string, which can be passed to
9322: request now this for mysql only. it's up to parser sql driver to
9323: fix zeros properly
9324:
9325: * INSTALL: note: added on building apache with this option:
9326: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
9327:
9328: 2004-03-01 paf
9329:
9330: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
9331: extension memory:compact befor processingrequest
9332:
9333: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
9334: call sole column of result
9335:
9336: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
9337: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
9338: pixel color
9339:
9340: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
9341: beauty: image -- less checks [were ugly impl]
9342:
9343: * src/classes/string.C: bugfix: ^string.left/right/mid with
9344: negative values now considered bad
9345:
9346: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
9347:
9348: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
9349: options now have unified defaults [after transform
9350: indent/omit-xml-declaration/standalone 'default' erroreously
9351: meant 'true']
9352:
9353: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
9354: added [on some platforms gethostbyname failed with such
9355: 'domains']
9356:
9357: * src/include/pa_config_auto.h.in: no select check, no define
9358:
9359: * src/classes/string.C: feature: ^string.trim both parameters may
9360: be empty-strings, meaning kind=both chars=whitespaces
9361:
9362: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
9363: exist
9364:
9365: * src/classes/string.C: check: trim 'chars' must not be empty,
9366: exception if it is
9367:
9368: * src/classes/string.C: changed: ^string.trim [] << both,
9369: whitespaces [start|both|end] << kind, whitespaces
9370: [start|both|end;chars] full
9371:
9372: 2004-02-27 paf
9373:
9374: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
9375: method: ^string.trim[start|both|end[;chars]] default
9376: 'chars' -- whitespace chars finished
9377:
9378: * operators.txt, src/classes/string.C, src/include/pa_string.h,
9379: src/main/pa_string.C: new method:
9380: ^string.trim[start|both|end[;chars]] default 'chars' --
9381: whitespace chars started, only start works
9382:
9383: * src/main/compile.C: bugfix: line numbers after
9384: ^process{}[$.line(-10]] can be negative, allowed to print they as
9385: signed
9386:
9387: * src/main/untaint.C: speed: there's no \n chars in output
9388: [normally], so no need to optimize them they could be retrived
9389: from databases, though. but 1. should be replaced 2. if not
9390: optimized, no harm done
9391:
9392: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
9393: ^file::exec/cgi could return invalid status & zombie child can
9394: remain for short period until process exists [very bad in
9395: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
9396:
9397: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
9398: malicious SMTP server to attack as by returning too long status
9399: responses http://i2/tasks/edit/?id=4629448401140924947
9400:
9401: 2004-02-26 paf
9402:
9403: * operators.txt: feature: ^process...{CODE}[now has options] which
9404: are $.main[to what to rename @main] $.file[file,
9405: from which (user says) goes that CODE] $.lineno(line
9406: number in that file, where CODE starts. may be negative)
9407:
9408: * operators.txt, src/classes/op.C, src/include/pa_request.h,
9409: src/main/compile.C, src/main/compile_tools.h,
9410: src/main/pa_request.C: feature: ^process...{CODE}[now has
9411: options] which are $.main[to what to rename @main]
9412: $.file[file, from which (user says) goes that CODE]
9413: $.lineno(line number in that file, where CODE starts. may be
9414: negative)
9415:
9416: 2004-02-25 paf
9417:
1.101 moko 9418: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
9419: old @charsetsdir@ recently erased from configure.in]
1.95 moko 9420:
9421: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
9422: produces hash of column=>1
9423:
9424: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
9425: with incomplete errno constants set
9426:
9427: 2004-02-24 paf
9428:
9429: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
9430: "man select"
9431:
9432: * src/main/pa_os.C: beauty: <0 better then ==-1
9433:
9434: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
9435:
9436: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
9437:
1.101 moko 9438: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 9439:
9440: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
9441: unix: steps to work on unix [extracted 'to']
9442:
9443: * src/classes/mail.C: smtp on unix: steps to work on unix
9444:
9445: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
9446:
1.101 moko 9447: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
9448: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
9449: unix [testing on solaris]
1.95 moko 9450:
9451: 2004-02-20 paf
9452:
9453: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
9454: pointing that out
9455:
9456: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
9457: fixed again [same solution, mistanenly removed one line]
9458:
9459: 2004-02-19 paf
9460:
9461: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
9462: date::create from bad datetime in spring daylightsaving hole now
9463: OK for all platforms [on some platforms it failed]
9464:
9465: * src/classes/: date.C, image.C: beauty: date::create[bad date time
9466: in daylightsaving hole] now throws error
9467:
9468: * src/classes/date.C: comment: mistake fixed
9469:
9470: 2004-02-18 paf
9471:
9472: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
9473: now renderes in $request:charset, but in header puts
9474: $response:charset todo: make that default only so that coder
9475: could override that
9476:
9477: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
9478: turns off omit-xml-declaration
9479:
9480: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
9481: /.xsl for sample
9482:
9483: 2004-02-17 paf
9484:
9485: * src/classes/xdoc.C: beauty: needless helper class removed
9486:
9487: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
9488: copied extra time
9489:
9490: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
9491: part of libxml
9492:
9493: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
9494: libxml to do the work] <xsl:output method="html"
9495: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
9496: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
9497: />
9498:
9499: * src/classes/xdoc.C: beauty: no <meta ... charset generated
9500:
9501: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
9502: caused assertion
9503:
9504: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
9505: could hang. now such add does nothing, sub clears $hash
9506:
9507: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
9508: not made quoted-printable
9509:
9510: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
9511: string invariant
9512:
9513: 2004-02-16 paf
9514:
9515: * src/main/pa_globals.C: bugfix: xml errors copy from library now
9516: cleared [were not cleared properly]
9517:
9518: 2004-02-13 paf
9519:
1.101 moko 9520: * src/include/pa_version.h: prerelease
1.95 moko 9521:
9522: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
9523: used, introducing dependencies timestamp check
9524:
9525: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
9526: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
9527: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
9528: .xsl.stamp now not used, introducing dependencies timestamp check
9529:
9530: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
9531:
9532: 2004-02-12 paf
9533:
9534: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
9535: ruined empty <input type=file> submits. parser thought there were
9536: nameless empty file and $form:field got value of type 'file'
9537:
9538: * INSTALL: --without-threads
9539:
9540: * src/include/pa_sapi.h: 2004
9541:
9542: 2004-02-11 paf
9543:
9544: * src/: classes/classes.C, classes/classes.h, classes/date.C,
9545: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
9546: classes/hashfile.C, classes/image.C, classes/int.C,
9547: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
9548: classes/response.C, classes/string.C, classes/table.C,
9549: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9550: include/pa_array.h, include/pa_cache_managers.h,
9551: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
9552: include/pa_config_fixed.h, include/pa_config_includes.h,
9553: include/pa_dictionary.h, include/pa_dir.h,
9554: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
9555: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
9556: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
9557: include/pa_request_charsets.h, include/pa_request_info.h,
9558: include/pa_socks.h, include/pa_sql_connection.h,
9559: include/pa_sql_driver_manager.h, include/pa_stack.h,
9560: include/pa_string.h, include/pa_stylesheet_connection.h,
9561: include/pa_stylesheet_manager.h, include/pa_table.h,
9562: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
9563: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
9564: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
9565: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
9566: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
9567: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
9568: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9569: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
9570: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
9571: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
9572: main/pa_sql_driver_manager.C, main/pa_string.C,
9573: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
9574: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
9575: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
9576: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
9577: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
9578: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
9579: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
9580: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
9581: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
9582: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
9583: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
9584: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
9585: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
9586: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
9587: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9588: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
9589: types/pa_vresponse.h, types/pa_vstateless_class.C,
9590: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
9591: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
9592: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
9593: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
9594: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
9595: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
9596:
9597: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
9598: debug version of gc.dll
9599:
9600: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
9601: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
9602: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
9603: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
9604: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
9605: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
9606: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
9607: processes
9608:
9609: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
9610: main/pa_globals.C, targets/cgi/parser3.vcproj,
9611: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
9612: changes to reflect libxml xsl new folders
9613:
9614: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
9615: lib/smtp/smtp.vcproj, main/main.vcproj,
9616: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
9617: to reflect libxml xsl new folders
9618:
9619: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
9620: lib/smtp/smtp.vcproj, main/main.vcproj,
9621: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
9622: types/types.vcproj: started changes to reflect libxml xsl new
9623: folders
9624:
9625: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
9626: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
9627: src/main/compile.tab.C, src/main/main.vcproj,
9628: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
9629: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
9630: started changes to reflect libxml xsl new folders
9631:
9632: 2004-02-10 paf
9633:
9634: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
9635: compile. recommened latest libxml up to date
9636:
9637: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
9638: pattern compilation errors", on which spent 4 hours worktime. use
9639: versions higher than that. recommended now latest up to date
9640:
9641: 2004-02-06 paf
9642:
9643: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
9644: beauty: unified destructing style
9645:
9646: * src/main/untaint.C: beauty: removed old def/ifdef
9647:
9648: * src/main/untaint.C: beauty: coredump @unknown untaint language
9649: now
9650:
9651: 2004-02-03 paf
9652:
9653: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
9654: targets/isapi/parser3isapi.C, types/pa_value.C,
9655: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
9656: then %ld/%lu
9657:
9658: * src/main/pa_common.C: typo: %l -> %u
9659:
9660: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
9661: in attributes or documents-results of transform now not xx;
9662:
9663: * src/classes/xnode.C: memleaks found: not fixed yet. todo
9664:
9665: * src/main/pa_charset.C: bugfix: forgot to undo some
9666:
9667: * src/main/pa_charset.C: beauty: uncomment
9668: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
9669: libraries
9670:
9671: 2004-02-02 paf
9672:
9673: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
9674: $cookie:example[ $.value[value] $.path[/there/] ]
9675:
9676: $cookie:example[ $.value[] $.expires[session]
9677: $.path[/there/] $.domain[test.com] ]
9678:
9679: * src/types/pa_vform.C: bugfix: empty values with
9680: enctype=multipart/form-data now produce entries in $form:tables
9681: <form method=post enctype=multipart/form-data> <input type=hidden
9682: name=a> <input type=hidden name=b>
9683:
9684: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
9685: <hr> <pre>$request:body
9686:
9687: 2004-01-30 paf
9688:
9689: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
9690: or documents-results of transform now not xx;
9691:
9692: * src/classes/date.C: bugfix: ^date::create[invalid fields now
9693: produce exception.
9694:
9695: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
9696: bugfix: ^date::create[invalid fields now produce exception.
9697:
9698: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
9699: year] now produces exception. todo: check other fields
9700:
9701: 2004-01-29 paf
9702:
9703: * src/include/pa_memory.h: typo error
9704:
9705: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
9706: more byte then specified, then zeroed it << useless and
9707: potentially harmful(could gpf)
9708:
9709: 2004-01-22 paf
9710:
9711: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
9712:
9713: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
9714: optimization
9715:
9716: * src/main/untaint.C: bugfix: whitespace now optimized properly
9717: [were bug: ^taint[1 & 2]="1 &2"
9718:
9719: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
9720: errors
9721:
9722: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
9723: overflow
9724:
9725: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
9726: error-reporting code * in parser-error reporting code [when no
9727: @unhandled_exception defined]
9728:
9729: fixed in one place: my *snprintf override
9730:
9731: 2004-01-13 paf
9732:
9733: * operators.txt: typo erro
9734:
9735: 2003-12-25 paf
9736:
9737: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
9738: garbled [pieces after zero bytes were removed]
9739:
9740: 2003-12-22 paf
9741:
1.101 moko 9742: * src/include/Makefile.am: bugfix: removed from dist:
9743: src/include/pa_config_auto.h which were configured for
1.95 moko 9744: make-dist-platform and badly updated proper config file in target
9745: [when .tar used for updating existing source tree]
9746:
9747: * ChangeLog, operators.txt, src/classes/op.C,
9748: src/include/pa_sql_connection.h,
9749: src/include/pa_sql_driver_manager.h,
9750: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
9751: feature: sql introducing ability to transcode charsets
9752:
9753: 2003-12-19 paf
9754:
9755: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
9756: error message
9757:
9758: * src/main/pa_charset.C: bugfix: memory for charsethandler
9759: structure for libxml now allocated properly
9760:
9761: 2003-12-17 paf
9762:
9763: * src/types/pa_vfile.C: beauty: removed outdated cast
9764:
9765: * src/main/pa_common.C: bugfix: empty http response caused gpf
9766:
9767: * src/include/pa_string.h: bugfix: removed too strong a assert
9768:
9769: * src/main/pa_globals.C: bugfix: removed false warning [warning:
9770: unreported xmlGenericErrors]
9771:
9772: 2003-12-15 paf
9773:
9774: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
9775: works}
9776:
9777: 2003-12-11 paf
9778:
9779: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
9780: id
9781: !$status:tid thread id
9782:
9783: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
9784: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
9785: bugfix(solaris): removed dependency on object initialization
9786: order [one more place]
9787:
9788: * src/: classes/file.C, classes/mail.C, classes/op.C,
9789: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
9790: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
9791: understand that
9792:
9793: * src/: classes/file.C, classes/mail.C, classes/op.C,
9794: classes/xdoc.C, include/pa_cache_managers.h,
9795: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
9796: include/pa_stylesheet_manager.h, main/pa_request.C,
9797: main/pa_stylesheet_manager.C, types/pa_vimage.C,
9798: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
9799: ctor call [relying on implicit String::Body(cstr) call]
9800:
9801: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
9802: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
9803: object initialization order [two places]
9804:
9805: 2003-12-10 paf
9806:
9807: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
9808: << time now ok
9809:
9810: * operators.txt, src/main/pa_sql_driver_manager.C,
9811: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
9812: operational
9813:
9814: * ChangeLog, operators.txt, src/classes/xdoc.C,
9815: src/include/pa_charset.h, src/include/pa_sql_connection.h,
9816: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
9817: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
9818: back operational
9819:
9820: 2003-12-02 paf
9821:
9822: * src/types/pa_vmail.C: bugfix:
9823: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
9824: as-is forced]
9825:
9826: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
9827: exceptions out of libxml callbacks: reimplemented error handling
9828: of http://localhost, parser://method and safemode check callbacks
9829:
9830: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
9831: [merged from HEAD]
9832:
9833: * src/classes/image.C: nothing: comment removed
9834:
9835: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
9836: addresses to int
9837:
9838: 2003-12-01 paf
9839:
9840: * src/main/pa_xml_io.C: bugfix: typo
9841:
9842: * src/main/pa_globals.C: bugfix: win32: compile prob
9843:
9844: * src/classes/xdoc.C: bugfix: typo
9845:
9846: * src/main/pa_xml_io.C: todo: safe mode check not to throw
9847: exception
9848:
9849: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
9850:
9851: 2003-11-28 paf
9852:
9853: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
9854: all xml documents read
9855:
9856: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
9857:
9858: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
9859: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
9860: replaced original open mech of xdoc::create & co to use libxml
9861: open, so that this would work for root document todo: safe mode
9862: checks to libxml: ideally to some 1 point
9863:
9864: * src/main/pa_xml_io.C: comment
9865:
9866: * operators.txt, src/main/pa_xml_io.C: leading / in
9867: http://parser[abscent params]
9868:
9869: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
9870: works. todo: maybe replace original open mech of xdoc::create &
9871: co to use libxml open, so that this would work for root document
9872:
9873: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
9874: "parser://method/params/here"> <test> &test^; </test> }]
9875:
9876: ^taint[^xdoc.string[]]
9877:
9878: @method[param] <!ENTITY test
9879: "test-entity-value+$form:user+$param!">
9880:
9881: 2003-11-27 paf
9882:
9883: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
9884:
9885: * src/classes/date.C: bugfix: typo error
9886:
9887: 2003-11-26 paf
9888:
9889: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
9890: src/main/Makefile.am, src/main/main.vcproj,
9891: src/main/pa_globals.C, src/main/pa_request.C,
9892: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
9893: xml errors to hash<thread_id,error> reorganization: xml io moved
9894: to pa_xml_io.C/h
9895:
9896: * src/types/pa_value.h: warnings: --
9897:
9898: 2003-11-25 paf
9899:
9900: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
9901: whatever)
9902:
9903: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
9904: a, (c?x:y, z)
9905:
9906: * src/main/untaint.C: bugfix: consequences of not reading this
9907: comment: CORD_pos_chars_left /* Number of characters in cache.
9908: <= 0 ==> none */
9909:
9910: * src/include/pa_array.h: removed needless checks
9911:
9912: 2003-11-24 paf
9913:
9914: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
9915: removed limit: now $form:xxx can be accessed anytime, even in
9916: @auto/conf [and request/response:charset still can be changed
9917: anytime]
9918:
9919: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
9920: now not transcodes response body
9921:
9922: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
9923: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
9924: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
9925: $xdoc.firstChild.firstChild.nodeValue[different]
9926: ^taint[^xdoc.string[]]
9927:
9928: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
9929: workaround: static Hash::allocates -> static Hash_allocates
9930:
9931: 2003-11-21 paf
9932:
1.101 moko 9933: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
9934: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
9935: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 9936:
9937: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
9938:
9939: * src/classes/mail.C: bugfix: typo
9940:
9941: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.101 moko 9942: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
9943: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
9944: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
9945: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 9946: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
9947:
9948: * src/main/pa_exec.C: bug in safe mode
9949:
9950: * src/include/Makefile.am: pa_xml_exception.h
9951:
9952: * src/targets/isapi/parser3isapi.C: more warnings --
9953:
9954: 2003-11-20 paf
9955:
9956: * src/: classes/math.C, classes/op.C, classes/string.C,
9957: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
9958: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
9959: --
9960:
9961: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
9962: more warnings --
9963:
9964: * src/classes/xdoc.C: more warnings --
9965:
9966: * src/classes/: date.C, image.C, xdoc.C: more warnings --
9967:
9968: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
9969: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
9970:
9971: * src/: classes/date.C, classes/file.C, classes/hash.C,
9972: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
9973: classes/table.C, include/pa_cache_managers.h,
9974: include/pa_stylesheet_connection.h, main/pa_request.C,
9975: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
9976: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
9977: --
9978:
9979: * src/main/: execute.C, pa_request.C: old forgotten todo: when
9980: can't report problem (undefined @unhandled_exception) problem
9981: source string were not reported
9982:
9983: * src/: classes/classes.C, classes/classes.h, classes/date.C,
9984: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
9985: classes/hashfile.C, classes/image.C, classes/int.C,
9986: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
9987: classes/response.C, classes/string.C, classes/table.C,
9988: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9989: include/pa_array.h, include/pa_cache_managers.h,
9990: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
9991: include/pa_config_fixed.h, include/pa_dictionary.h,
9992: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
9993: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
9994: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
9995: include/pa_request.h, include/pa_request_charsets.h,
9996: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
9997: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
9998: include/pa_stack.h, include/pa_string.h,
9999: include/pa_stylesheet_connection.h,
10000: include/pa_stylesheet_manager.h, include/pa_table.h,
10001: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10002: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
10003: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
10004: main/compile_tools.C, main/compile_tools.h, main/execute.C,
10005: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
10006: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
10007: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
10008: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
10009: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
10010: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
10011: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
10012: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
10013: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
10014: targets/isapi/parser3isapi.C, types/pa_junction.h,
10015: types/pa_method.h, types/pa_value.C, types/pa_value.h,
10016: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
10017: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10018: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
10019: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
10020: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
10021: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
10022: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
10023: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
10024: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
10025: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10026: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10027: types/pa_vresponse.h, types/pa_vstateless_class.C,
10028: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
10029: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
10030: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
10031: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10032: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10033: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
10034: const IDENT
10035:
10036: * src/: include/pa_array.h, include/pa_pool.h,
10037: include/pa_request.h, include/pa_string.h, include/pa_table.h,
10038: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
10039: types/pa_wcontext.h: more warnings --
10040:
10041: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
10042: classes/file.C, classes/hash.C, classes/hashfile.C,
10043: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
10044: classes/memory.C, classes/op.C, classes/string.C,
10045: classes/table.C, classes/xdoc.C, classes/xnode.C,
10046: include/pa_config_includes.h, include/pa_operation.h,
10047: include/pa_sql_connection.h, include/pa_table.h,
10048: include/pa_types.h, lib/ltdl/config_fixed.h,
10049: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
10050: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
10051: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
10052: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
10053: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
10054: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
10055: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
10056: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
10057: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
10058: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
10059: types/pa_vmail.C, types/pa_vobject.C,
10060: types/pa_vstateless_class.h, types/pa_vtable.C,
10061: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
10062: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
10063: on all projects (except libltdl=off & libsdbm=level3) found
10064: several unitialized vars
10065:
10066: 2003-11-19 paf
10067:
10068: * src/classes/op.C: more ansi C++ comp
10069:
10070: * operators.txt, src/classes/op.C, src/include/pa_request.h,
10071: src/main/pa_request.C: ^cache[...]{body}{catch block with
10072: $exception.handled[cache] meaning "get expired cache, if any.
10073: else error"}
10074:
10075: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
10076: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
10077: ^cache[...]{body}{catch code with $exception.cache field}
10078:
10079: 2003-11-12 paf
10080:
10081: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
10082: [copy/paste bug]
10083:
10084: 2003-11-11 paf
10085:
10086: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
10087: failed]
10088:
10089: * bin/auto.p.dist.in: colno
10090:
10091: 2003-11-10 paf
10092:
10093: * src/types/pa_vconsole.h: flush
10094:
10095: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
10096: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
10097: read/write [for nntp]
10098:
10099: * operators.txt: mysql: transaction support: ?autocommit=0
10100:
10101: * operators.txt: comment: updated
10102:
10103: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
10104: serialize version and exipire now removes entries
10105:
10106: * operators.txt: ^hashfile.delete[] removes files altogether [and
10107: dir, if could]
10108:
10109: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
10110: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
10111: removes files altogether [and dir, if could]
10112:
10113: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
10114: nonexistent pair. .c coded that that was error. fixed
10115:
10116: * src/types/pa_vhashfile.C: sdbm: exception type change to
10117: file.access [regretfull can't split it to different exceptions
10118: without modifying sdbm source wich would prefer not to]
10119:
10120: 2003-11-07 paf
10121:
10122: * src/: classes/date.C, classes/file.C, classes/hash.C,
10123: classes/hashfile.C, classes/image.C, classes/table.C,
10124: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
10125: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
10126: main/execute.C, main/main.vcproj, main/pa_pool.C,
10127: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
10128: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
10129: types/pa_vstateless_class.h: resurrected: pool idea. now only for
10130: destructing objects at request processing end
10131:
10132: 2003-11-06 paf
10133:
10134: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
10135: updates
10136:
10137: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
10138: to include sdbm
10139:
1.101 moko 10140: * src/include/: pa_config_includes.h, pa_version.h: our
10141: replacements of max& co only for cpp
1.95 moko 10142:
10143: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
10144: upper dir, .am updated
10145:
10146: * tests/todo.txt: hashfile: done
10147:
10148: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
10149: expiration [time in value. todo: move time to key]
10150:
10151: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
10152:
10153: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
10154: to do that in foreach, no errors, but surely wrong]
10155:
10156: * operators.txt, src/types/pa_vhashfile.C,
10157: src/types/pa_vhashfile.h: hashfile: clear and proper locking
10158:
10159: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
10160: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
10161: foreach
10162:
10163: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
10164: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
10165:
10166: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
10167: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
10168:
10169: * src/: include/pa_memory.h, targets/cgi/parser3.C,
10170: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
10171: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
10172: get/put [raw]
10173:
10174: * src/: classes/op.C, main/pa_os.C: just linked
10175:
10176: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
10177: XmlException changes
10178:
10179: * src/: include/pa_charset.h, include/pa_globals.h,
10180: include/pa_stylesheet_connection.h, main/pa_exception.C:
10181: XmlException changes
10182:
10183: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
10184:
10185: * src/: include/pa_common.h, include/pa_exception.h,
10186: main/main.vcproj, main/pa_common.C, include/pa_os.h,
10187: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
10188: main/pa_xml_exception.C: locking move to pa_os [along with
10189: pa_sleep] apr-impl locking done
10190:
10191: * configure, configure.in, operators.txt, parser3.sln,
10192: src/classes/classes.vcproj, src/classes/hashfile.C,
10193: src/classes/xdoc.C, src/include/pa_config_fixed.h,
10194: src/include/pa_exception.h, src/include/pa_globals.h,
10195: src/include/pa_memory.h, src/include/pa_version.h,
10196: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
10197: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
10198: src/main/compile.tab.C, src/main/main.vcproj,
10199: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
10200: src/types/Makefile.am, src/types/pa_vhash.C,
10201: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10202: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
10203: again with sdbm from apache
10204:
10205: 2003-11-05 paf
10206:
10207: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
10208: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
10209: \parser3project dir anymore
10210:
10211: * src/main/pa_charset.C: bugfix: had broken binary search [copied
10212: thoughtlessly from xalan]
10213:
10214: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
10215: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
10216: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
10217:
10218: * src/main/helpers/CaseFolding.txt:
10219: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
10220:
10221: 2003-11-04 paf
10222:
10223: * operators.txt: comment: ^mail:send[$.options[
10224:
10225: * src/classes/table.C: compiled on unix
10226:
1.101 moko 10227: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 10228:
10229: * src/classes/mail.C: compiled on unix
10230:
10231: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
10232: src/types/pa_vmail.h: !^mail:send[
10233: $.options[unix: string to append to sendmail command
10234: line]
10235:
10236: * operators.txt, src/classes/table.C, src/main/pa_string.C,
10237: tests/todo.txt: ^table.save[... $.separator[^#09]
10238: $.encloser["] <nothing> by default
10239:
10240: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
10241: !$.separator[^#09] !$.encloser["] <nothing> by
10242: default
10243:
10244: 2003-11-03 paf
10245:
10246: * operators.txt, src/classes/table.C, src/main/pa_common.C:
10247: ^table::load[; options: !$.column-separator[^#09]
10248: !$.column-encloser["]
10249:
10250: * operators.txt, src/include/pa_config_fixed.h,
10251: src/types/pa_vrequest.C: $request:document-root
10252:
10253: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
10254: [already included into uri=xxx]
10255:
10256: * operators.txt, src/classes/image.C, tests/todo.txt:
10257: ^image.gif[filename] for $response:download
10258:
10259: * src/classes/date.C: minor precaution
10260:
10261: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
10262: !^date.unix-timestamp[]
10263:
10264: 2003-10-30 paf
10265:
10266: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
10267: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
10268:
10269: * src/classes/: date.C, image.C: improvement diagnostics:
10270: $now[^date::create[$undefined]] now is error
10271:
10272: * src/main/pa_common.C: read errors would now be reported 'actually
10273: read -1 bytes'
10274:
10275: 2003-10-24 paf
10276:
10277: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
10278: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
10279: src/main/Makefile.am, src/targets/cgi/Makefile.am,
10280: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
10281:
10282: 2003-10-22 paf
10283:
10284: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
10285:
10286: 2003-10-21 paf
10287:
10288: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
10289: fixed: string.match[g] without <'> option produced columns with
10290: NULL's, which gpf'ed at table.save time
10291:
10292: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
10293: recoursion' message with intensive throw-catches fixed: incorrect
10294: name and line (one name upper then needed) in error message about
10295: problems inside try block
10296:
10297: 2003-10-10 paf
10298:
10299: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
10300: check offset argument for validity did that in String::Body::pos
10301: myself http://i2/tasks/edit/?id=4577425257580789777
10302:
10303: 2003-10-07 paf
10304:
10305: * src/main/: compile.tab.C, compile.y: ^if ( better error:
10306: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
10307:
10308: 2003-10-03 paf
10309:
10310: * parser3.sln, src/include/pa_dictionary.h,
10311: src/main/pa_dictionary.C, src/main/pa_string.C,
10312: src/targets/cgi/parser3.vcproj: dictionary optimized by
10313: precalculating cstr&length
10314:
10315: 2003-10-02 paf
10316:
10317: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
10318: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
10319: main/pa_stylesheet_manager.C: bugfix: ^throw context were
10320: saved/restored incompletely http://www.parser.ru/forum/?id=21484
10321:
10322: 2003-09-30 paf
10323:
10324: * src/main/pa_string.C: string::replace bug fix [were ignoring
10325: occurrances after lang-mismatched
10326:
10327: 2003-09-29 paf
10328:
10329: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
10330: helper
10331:
10332: * src/main/pa_string.C: string::serialize bug fix with
10333: zero-terminator
10334:
10335: * src/classes/table.C: ^nameless_table.save column row now has no
10336: \t at the end
10337:
10338: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
10339: @postprocess now takes $response:body/download
10340:
10341: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
10342: error message
10343:
10344: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
10345:
10346: * src/classes/table.C: bugfix: flip: must produce nameless
10347: http://i2/tasks/edit/?id=4573405524674081244
10348:
10349: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
10350: main/helpers/simple_folding.pl: utf-8 upper/lower
10351:
10352: * src/main/pa_common.C: bugfix: utf signature were not ignored due
10353: to typo error http://i2/tasks/edit/?id=4573354650786434584
10354:
10355: 2003-09-26 paf
10356:
10357: * src/main/untaint.C: removed needless field
10358:
10359: * src/main/untaint.C: removed needless const
10360:
10361: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
10362: String.for_each bug fixed [omited one-char cases]
10363:
10364: * src/include/pa_stack.h: bugfix: before collecting garbage,
10365: runtime-executor stack were cleared... BADLY
10366:
10367: * src/main/pa_string.C: ^stirng.replace code used old
10368: param-convention on langs.append, fixed that search fo the like,
10369: found none
10370:
10371: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
10372: string::serialize/deserialize implemented Language enum assigned
10373: meaningful letters [more convinient for debugging. read warning
10374: before adding/changing anything]
10375:
10376: 2003-09-25 paf
10377:
10378: * src/: include/pa_string.h, include/pa_version.h,
10379: main/pa_string.C, main/untaint.C: templates and anonymous unions
10380: differences on unix
10381:
10382: * parser3.sln, src/classes/file.C, src/classes/image.C,
10383: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
10384: src/classes/xdoc.C, src/classes/xnode.C,
10385: src/include/pa_cache_managers.h, src/include/pa_charset.h,
10386: src/include/pa_charsets.h, src/include/pa_common.h,
10387: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
10388: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
10389: src/include/pa_table.h, src/lib/cord/cordbscs.c,
10390: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
10391: src/lib/cord/include/cord.h, src/main/compile.tab.C,
10392: src/main/compile_tools.h, src/main/pa_charset.C,
10393: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
10394: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
10395: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
10396: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
10397: src/types/pa_vmail.C, src/types/pa_vmath.C,
10398: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
10399: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
10400:
10401: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
10402: functions aligned to that of eeparser3 look
10403:
10404: * src/lib/cord/cordprnt.c: removed warnings
10405:
10406: 2003-09-24 paf
10407:
10408: * src/: classes/file.C, classes/image.C, classes/mail.C,
10409: classes/op.C, classes/xdoc.C, classes/xnode.C,
10410: include/pa_cache_managers.h, include/pa_charset.h,
10411: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
10412: include/pa_sql_driver_manager.h, include/pa_string.h,
10413: include/pa_stylesheet_manager.h, include/pa_table.h,
10414: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
10415: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
10416: main/pa_sql_driver_manager.C, main/pa_string.C,
10417: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
10418: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
10419: types/pa_vstateless_class.h, types/pa_vstatus.C,
10420: types/pa_vxnode.C: v() functions of String::Body,
10421: String::Languages and String itself StringBody->String::Body
10422:
10423: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10424: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
10425: never optimized anything. todo: somehow speed up harder cases:
10426: concatenationA+concatenationB when last block of A and first of B
10427: contain same letters
10428:
10429: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10430: lib/cord/include/cord.h: langs: speed up by joining adjucent
10431: blocks of same char [CORD_append_block]
10432:
10433: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10434: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
10435: save space by extending blocks when appending block with c ==
10436: lastblock.c
10437:
10438: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
10439: working yet :( but more working &understood :)
10440:
10441: * src/: classes/table.C, include/pa_string.h,
10442: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
10443:
10444: 2003-09-23 paf
10445:
10446: * src/main/untaint.C: $a[ok!] $a works!
10447:
10448: * src/main/untaint.C: something even more works :)
10449:
10450: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
10451: something more works :)
10452:
10453: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10454: lib/cord/cordxtra.c: something already works :)
10455:
10456: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
10457: serialize&deserialize
10458:
10459: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
10460: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
10461: main/untaint.C: main idea implemented, details left
10462:
10463: 2003-09-22 paf
10464:
10465: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
10466:
10467: * src/classes/xnode.C: copy/paste comment bugfix
10468:
10469: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
10470: allocator returns 0, just die.
10471: http://i2/tasks/edit/?id=4570798492410259445
10472:
10473: * src/classes/xdoc.C: copy/paste comment bugfix
10474:
10475: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
10476: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
10477: xnode: getAttributeNS setAttributeNS removeAttributeNS
10478: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
10479:
10480: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
10481: chars due to bitwise operation signed-char error]
10482:
10483: 2003-09-19 paf
10484:
10485: * src/types/pa_wcontext.C: output message: more practical
10486: suggestion
10487:
10488: * src/main/pa_common.C, operators.txt: merged
10489: $f[^file::load[binary;http://...]] $f.tables
10490:
10491: 2003-09-02 paf
10492:
10493: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
10494: flush stdout without referencing 'stdout' symbol. to hell with
10495: non-ansi libraries without 'stdout' symbol
10496:
10497: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
10498: unix (users reported problems with some old libc)
10499:
10500: * src/types/pa_vdate.h: forgot initializer
10501:
10502: 2003-09-01 paf
10503:
10504: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
10505: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
10506: zone]
10507:
10508: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
10509:
10510: 2003-08-19 paf
10511:
10512: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
10513: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
10514: simplified a little
10515:
10516: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
10517: [lost fix from 3.0.8]
10518:
10519: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
10520: visible here }
10521:
10522: bug fix
10523:
10524: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
10525:
10526: * src/main/compile.tab.C: initialized couple of variables about
10527: which user reported runtime problems when parser were compiled
10528: with VC7, warning level4. study shows that later in bison
10529: they've fixed that. would migrate to latest bison someday
10530:
10531: * src/types/pa_vmail.C: turned off recoding in gmime (were still
10532: recoding headers)
10533:
10534: * src/types/pa_vmail.C: works as before, same charset problems:
10535: gmime recodes to UTF-8 only headers, not body. so not recoding
10536: anything for now
10537:
10538: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
10539: problems with body
10540:
10541: * src/types/pa_vmail.C: mail_receive just compiled
10542:
10543: 2003-08-18 paf
10544:
10545: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
10546: main/main.vcproj, types/types.vcproj: win32: continued process
10547: detaching from \parser3project directory
10548:
10549: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
10550: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
10551: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
10552: src/lib/pcre/pcre_dftables.dsp,
10553: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
10554: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
10555: src/types/types.dsp: moved to MSVC 7
10556:
10557: * gnu.vcproj.vspscc, parser3.vssscc,
10558: src/classes/classes.vcproj.vspscc,
10559: src/lib/cord/cord.vcproj.vspscc,
10560: src/lib/ltdl/libltdl.vcproj.vspscc,
10561: src/lib/md5/md5.vcproj.vspscc,
10562: src/lib/pcre/pcre_dftables.vcproj.vspscc,
10563: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
10564: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
10565: src/targets/isapi/parser3isapi.vcproj.vspscc,
10566: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
10567: moved to MSVC 7
10568:
10569: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
10570: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
10571: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10572: src/lib/pcre/pcre_dftables.vcproj,
10573: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
10574: src/targets/cgi/parser3.vcproj,
10575: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
10576: new VS project files
10577:
10578: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
10579: .NET to detect Jalindi Igloo capabilities.
10580:
10581: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.101 moko 10582: src/classes/classes.awk, src/doc/footer.htm,
10583: src/include/pa_config_fixed.h, src/include/pa_version.h,
10584: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 10585: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
10586: src/types/pa_vmail.C: merged 3.1.0 latest changes
10587:
10588: 2003-08-15 paf
10589:
10590: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
10591: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
10592:
10593: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
10594: non-ascii <yyy> now encoded correctly
10595:
10596: 2003-07-29 paf
10597:
1.101 moko 10598: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
10599: dist
1.95 moko 10600:
10601: * src/types/pa_vmail.C: just started --with-mail-receive
10602:
10603: 2003-07-28 paf
10604:
1.101 moko 10605: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
10606: dependence in src/classes, src/lib/gc now in dist
1.95 moko 10607:
10608: * src/main/pa_string.C: ^cache bug fix [were not working at all]
10609:
10610: 2003-07-25 paf
10611:
10612: * src/doc/footer.htm: year
10613:
10614: 2003-07-24 paf
10615:
10616: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
10617: fix
10618:
10619: * src/include/pa_version.h: release
10620:
1.101 moko 10621: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 10622:
10623: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
10624: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
10625: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
10626: getting rid of win32xml pseudo project
10627:
10628: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
10629:
1.101 moko 10630: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
10631: configure.in, operators.txt, parser3.dsw,
1.95 moko 10632: etc/parser3.charsets/koi8-r.cfg,
1.101 moko 10633: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 10634: src/classes/classes.C, src/classes/classes.awk,
10635: src/classes/classes.dsp, src/classes/classes.h,
10636: src/classes/date.C, src/classes/double.C, src/classes/file.C,
10637: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
10638: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
10639: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
10640: src/classes/string.C, src/classes/table.C, src/classes/void.C,
10641: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
10642: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
10643: src/doc/string.dox, src/include/Makefile.am,
1.101 moko 10644: src/include/pa_array.h, src/include/pa_cache_managers.h,
10645: src/include/pa_charset.h, src/include/pa_charsets.h,
10646: src/include/pa_common.h, src/include/pa_config_auto.h.in,
10647: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
10648: src/include/pa_dictionary.h, src/include/pa_dir.h,
10649: src/include/pa_exception.h, src/include/pa_exec.h,
10650: src/include/pa_globals.h, src/include/pa_hash.h,
10651: src/include/pa_memory.h, src/include/pa_opcode.h,
10652: src/include/pa_operation.h, src/include/pa_pool.h,
10653: src/include/pa_pragma_pack_begin.h,
1.95 moko 10654: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
10655: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
10656: src/include/pa_sapi.h, src/include/pa_socks.h,
10657: src/include/pa_sql_connection.h,
10658: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
10659: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
10660: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
10661: src/include/pa_threads.h, src/include/pa_types.h,
1.101 moko 10662: src/include/pa_uue.h, src/lib/Makefile.am,
10663: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
10664: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
10665: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
10666: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 10667: src/lib/cord/include/ec.h,
10668: src/lib/cord/include/private/Makefile.am,
10669: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.101 moko 10670: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
10671: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 10672: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.101 moko 10673: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
10674: src/main/compile_tools.C, src/main/compile_tools.h,
10675: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
10676: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10677: src/main/pa_charsets.C, src/main/pa_common.C,
10678: src/main/pa_dictionary.C, src/main/pa_dir.C,
10679: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 10680: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
10681: src/main/pa_request.C, src/main/pa_socks.C,
10682: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
10683: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.101 moko 10684: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
10685: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
10686: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
10687: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
10688: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
10689: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
10690: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 10691: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10692: src/targets/isapi/parser3isapi.dsp,
10693: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.101 moko 10694: src/types/pa_junction.h, src/types/pa_method.h,
10695: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 10696: src/types/pa_vclass.C, src/types/pa_vclass.h,
10697: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
10698: src/types/pa_vcookie.h, src/types/pa_vdate.h,
10699: src/types/pa_vdouble.h, src/types/pa_venv.h,
10700: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
10701: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
10702: src/types/pa_vimage.C, src/types/pa_vimage.h,
10703: src/types/pa_vint.h, src/types/pa_vjunction.h,
10704: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
10705: src/types/pa_vmath.h, src/types/pa_vmemory.h,
10706: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
10707: src/types/pa_vobject.C, src/types/pa_vobject.h,
10708: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
10709: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
10710: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
10711: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
10712: src/types/pa_vstatus.h, src/types/pa_vstring.C,
10713: src/types/pa_vstring.h, src/types/pa_vtable.C,
10714: src/types/pa_vtable.h, src/types/pa_vvoid.h,
10715: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
10716: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
10717: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
10718: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
10719: HEAD
10720:
10721: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
10722: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
10723: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
10724: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
10725: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
10726: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
10727: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
10728: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
10729: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
10730: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
10731: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
10732: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
10733: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
10734: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
10735: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
10736: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
10737: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
10738: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
10739: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
10740: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
10741: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
10742: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
10743: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
10744: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
10745: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
10746: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
10747: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
10748: outputs/create-dir, results/001.processed, results/002.processed,
10749: results/003.processed, results/004.processed,
10750: results/005.processed, results/006.processed,
10751: results/007.processed, results/008.processed,
10752: results/009.processed, results/010.processed,
10753: results/011.processed, results/012.processed,
10754: results/013.processed, results/014.processed,
10755: results/015.processed, results/016.processed,
10756: results/017.processed, results/018.processed,
10757: results/019.processed, results/020.processed,
10758: results/021.processed, results/022.processed,
10759: results/023.processed, results/024.processed,
10760: results/025.processed, results/026.processed,
10761: results/027.processed, results/028.processed,
10762: results/029.processed, results/030.processed,
10763: results/031.processed, results/032.processed,
10764: results/033.processed, results/034.processed,
10765: results/035.processed, results/036.processed,
10766: results/037.processed, results/038.processed,
10767: results/039.processed, results/040.processed,
10768: results/041.processed, results/042.processed,
10769: results/043.processed, results/044.processed,
10770: results/045.processed, results/046.processed,
10771: results/047.processed, results/048.processed,
10772: results/049.processed, results/050.processed,
10773: results/051.processed, results/052.processed,
10774: results/053.processed, results/054.processed,
10775: results/055.processed, results/056.processed,
10776: results/057.processed, results/058.processed,
10777: results/059.processed, results/060.processed,
10778: results/061.processed, results/062.processed,
10779: results/063.processed, results/064.processed,
10780: results/065.processed, results/066.processed,
10781: results/067.processed, results/068.processed,
10782: results/069.processed, results/070.processed,
10783: results/071.processed, results/072.processed,
10784: results/073.processed, results/074.processed,
10785: results/075.processed, results/076.processed,
10786: results/077.processed, results/078.processed,
10787: results/079.processed, results/080.processed,
10788: results/081.processed, results/082.processed,
10789: results/083.processed, results/084.processed,
10790: results/085.processed, results/086.processed,
10791: results/087.processed, results/088.processed,
10792: results/089.processed, results/090.processed,
10793: results/091.processed, results/092.processed,
10794: results/093.processed, results/094.processed,
10795: results/095.processed, results/096.processed,
10796: results/097.processed, results/098.processed,
10797: results/099.processed, results/100.processed,
10798: results/101.processed, results/102.processed,
10799: results/103.processed, results/104.processed,
10800: results/105.processed, results/106.processed,
10801: results/107.processed, results/108.processed,
10802: results/109.processed, results/110.processed,
10803: results/111.processed, results/112.processed,
10804: results/113.processed, results/114.processed,
10805: results/115.processed, results/116.processed,
10806: results/117.processed, results/118.processed,
10807: results/119.processed, results/120.processed,
10808: results/121.processed, results/122.processed,
10809: results/123.processed, results/124.processed,
10810: results/125.processed, results/126.processed,
10811: results/127.processed, results/128.processed,
10812: results/129.processed, results/130.processed,
10813: results/131.processed, results/132.processed,
10814: results/133.processed, results/134.processed,
10815: results/135.processed, results/136.processed,
10816: results/137.processed, results/138.processed,
10817: results/139.processed, results/140.processed,
10818: results/141.processed: merged(copied) to HEAD from template_gc
10819:
10820: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
10821: towards \parser3project not having to be in root
10822:
10823: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
10824: module compiled [were minor unnecessary changes in lib/md5
10825: interface]
10826:
10827: * src/include/pa_version.h: release
10828:
10829: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
10830:
10831: * src/classes/math.C: merged uuid bugfix
10832:
10833: * tests/: 141.html, results/141.processed: fixed bug with
10834: too-small-a-buffer
10835:
10836: * src/classes/math.C: uuid bugfix
10837:
10838: * tests/: 141.html, Makefile, results/005.processed,
10839: results/030.processed, results/075.processed,
10840: results/078.processed: to reflect date format change (were -
10841: become ' ')
10842:
10843: * src/classes/math.C: uuid bugfix
10844:
10845: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
10846: debug/release changes
10847:
10848: * src/lib/md5/pa_md5c.c: PA_ -> pa_
10849:
10850: 2003-07-23 paf
10851:
10852: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
10853: renamed a little [to move to comman naming conv]
10854:
1.101 moko 10855: * src/targets/Makefile.am: apache13 splitted to simplify apache
10856: build
1.95 moko 10857:
10858: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
10859: main/pa_request.C, main/pa_sql_driver_manager.C,
10860: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
10861: stack top_index() fixed
10862:
10863: * src/main/pa_globals.C: minor style changes
10864:
10865: * src/: classes/op.C, include/pa_sql_connection.h: connection
10866: closing/caching fixed [connections were not closed/put to cache]
10867:
10868: 2003-07-22 paf
10869:
10870: * INSTALL: gc part updated stightly
10871:
10872: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
10873: new sapi interface
10874:
10875: * src/classes/file.C: comment on OS
10876:
10877: * src/main/pa_string.C: removed reduntant invariant check [there is
10878: one deeper in cord lib]
10879:
10880: * src/main/pa_exec.C: on win32 bugfix in handling shbang
10881:
10882: * src/main/pa_memory.C: out of memory is no longer coredump
10883:
10884: * INSTALL: disable-threads adviced
10885:
10886: 2003-07-21 paf
10887:
1.101 moko 10888: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 10889:
10890: * src/classes/file.C: file::exec/cgi environment variables now must
10891: be UPPERCASE and A-Z 0-9 _-
10892:
10893: * src/classes/file.C: env passing fixed
10894:
10895: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
10896:
10897: * src/main/pa_common.C: http:// CRLF now
10898:
10899: 2003-07-02 paf
10900:
10901: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
10902: fields to reflect their real meaning
10903:
10904: 2003-06-27 paf
10905:
10906: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
10907: include/pa_hash.h, main/pa_charset.C: merged from HEAD
10908: file::exec/cgi .charset
10909:
10910: 2003-06-26 paf
10911:
10912: * ChangeLog, src/classes/file.C, src/classes/hash.C,
10913: src/classes/image.C, src/classes/op.C, src/classes/string.C,
10914: src/classes/table.C: fixed several uninitialized local
10915: structures. notably ^hash.foreach now inserts delimiters
10916: properly [were inserting it before first body]
10917:
10918: 2003-06-24 paf
10919:
10920: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
10921:
10922: 2003-06-20 paf
10923:
10924: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
10925: src/main/pa_globals.C: introducing
10926: $f[^file::load[binary;http://...]] $f.tables
10927:
10928: 2003-06-06 paf
10929:
10930: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
10931: table. [were method lookup: inconsistent]
10932:
10933: 2003-06-02 paf
10934:
10935: * src/include/pa_memory.h: empty string clone fixed to return
10936: writable memory
10937:
10938: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
10939: were not appended] which violated string invariant
10940:
10941: 2003-05-30 paf
10942:
10943: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
10944: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
10945:
10946: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
10947: GMT ; RFC 822, updated by RFC 1123
10948:
10949: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
10950: targets/isapi/parser3isapi.C: initialized request_info properly
10951:
10952: * src/classes/xnode.C: found minor bug, commended for future
10953:
10954: 2003-05-28 paf
10955:
10956: * src/classes/form.C: request_info.content_length can't be <0,
10957: size_t for some time
10958:
10959: 2003-05-26 paf
10960:
10961: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
10962: forgotten <0 changed to !=STRING_NOT_FOUND
10963:
10964: * src/classes/math.C: merged ffffu from HEAD
10965:
10966: 2003-05-11 paf
10967:
10968: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
10969:
10970: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
10971: premature doc free. transformed document had xmlDoc reference
10972: stored to non-gc-memory (libgdome) added holding-reference
10973:
10974: 2003-04-29 paf
10975:
10976: * src/main/pa_globals.C: started digging on double free. on win32
10977: found that that's perfectly normal.
10978:
10979: 2003-04-25 paf
10980:
10981: * src/classes/table.C: table.join bug fix [bad limit check]
10982:
10983: * src/classes/math.C: merged from HEAD: simpiler hash_string
10984:
10985: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
10986: print anything. changed to quicker and simplier code
10987:
10988: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
10989: strict a check]
10990:
10991: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
10992:
10993: 2003-04-24 paf
10994:
10995: * src/include/pa_table.h: too strict assert loosened
10996:
10997: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
10998: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
10999: report
11000:
11001: 2003-04-21 paf
11002:
1.101 moko 11003: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 11004:
11005: * src/main/pa_globals.C: pcre memory management changed to use GC
11006: memory
11007:
11008: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
11009: xmlMallocAtomic [author agreed to my suggestion], used that
11010:
11011: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
11012:
11013: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
11014: types/pa_vmail.C: attributed_meaning_to_string added
11015: L_UNSPECIFIED piece which was sortof OK, but violated string
11016: invariant [assertion barked on that] changed to L_PASS_APPEND,
11017: made that param obligatory
11018:
11019: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
11020: fixed [assert helped]
11021:
11022: * src/include/pa_string.h: assert added [looking for bug]
11023:
11024: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
11025: names on Win32 considered disk-global
11026:
11027: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
11028: considered disk-global
11029:
11030: 2003-04-18 paf
11031:
11032: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
11033: filenames
11034:
11035: * src/main/untaint.C: enabled '~' letter in filenames
11036:
11037: 2003-04-16 paf
11038:
11039: * src/classes/file.C: small bug introduced in autoptr times fixed
11040:
11041: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
11042: HEAD
11043:
1.101 moko 11044: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 11045:
11046: 2003-04-15 paf
11047:
11048: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
11049: src/lib/md5/pa_md5c.c, tests/141.html,
11050: tests/results/141.processed: merged from head ^math:uuid[]
11051: ^math:uid64[] ^math:md5[string]
11052:
11053: test added: 141.html
11054:
11055: * operators.txt, src/classes/math.C: ^math:uid64[]
11056:
11057: * src/classes/math.C: ^math:uuid[]
11058:
11059: * operators.txt, src/classes/math.C: ^math:uuid[]
11060:
11061: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
11062: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
11063:
11064: * operators.txt, src/classes/file.C, src/include/pa_common.h,
11065: src/include/pa_config_fixed.h, src/main/pa_common.C:
11066: ^file::load[mode;name; $.offset $.limit
11067:
11068: 2003-04-14 paf
11069:
11070: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
11071: started ^math:md5
11072:
11073: * src/classes/table.C, src/include/pa_array.h,
11074: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
11075: tests/results/140.processed: table $.reverse option works in
11076: create&co table $.distinct[tables] bug fix merged
11077:
11078: * src/: classes/table.C, include/pa_table.h: table
11079: $.distinct[tables] bug fixed
11080:
11081: * src/classes/table.C: more warnings
11082:
11083: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
11084: removed checks in table::set_current, moved them back to
11085: table::locate implemented table::create/join ñ $.reverse
11086:
11087: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
11088: removed checks in table::set_current, moved them back to
11089: table::locate
11090:
11091: 2003-04-11 paf
11092:
11093: * operators.txt, src/classes/date.C, src/classes/table.C,
11094: src/include/pa_array.h, src/include/pa_common.h,
11095: src/include/pa_config_includes.h, src/include/pa_string.h,
11096: src/include/pa_table.h, src/main/pa_request.C,
11097: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
11098: src/main/pa_table.C: merged from HEAD from
11099: before_append_array_limit_sense_change to
11100: after_append_array_limit_sense_change
11101:
11102: * src/classes/table.C: typo
11103:
11104: * operators.txt, src/classes/date.C, src/classes/table.C,
11105: src/include/pa_array.h, src/include/pa_common.h,
11106: src/include/pa_config_includes.h, src/include/pa_globals.h,
11107: src/include/pa_table.h, src/main/pa_array.C,
11108: src/main/pa_globals.C, src/main/pa_request.C,
11109: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
11110: src/main/pa_table.C: append_array_limit_sense_change locate
11111: accepts options same as create new option: $.reverse(1) [do not
11112: work in table::create]
11113:
11114: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
11115: (stat xxx,
11116:
11117: * src/classes/: table.C: typo
11118:
11119: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
11120: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
11121: results/130.processed, results/131.processed,
11122: results/132.processed, results/133.processed,
11123: results/134.processed, results/135.processed,
11124: results/136.processed, results/137.processed,
11125: results/138.processed, results/139.processed: added few mustfail
11126: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
11127: date/time 132.html mustfail: access to junction outside of
11128: context 133.html mustfail: access to junction outside of context,
11129: case version 134.html mustfail: hash: adding a key inside of
11130: foreach 135.html mustfail: modifying system class 136.html
11131: mustfail: $.name outside of $hash[here] 137.html mustfail:
11132: appendChild without import 138.html mustfail: invalid encoding
11133: inside of xml 139.html mustfail: bad XPath
11134:
11135: * operators.txt, src/classes/table.C, tests/084.html,
11136: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
11137: tests/129.html, tests/results/125.processed,
11138: tests/results/126.processed, tests/results/127.processed,
11139: tests/results/128.processed, tests/results/129.processed: merged
11140: from HEAD ^table.hash[key][$.distinct[tables]]
11141:
11142: maked appropriate tests [changed one old nonconforming]
11143:
11144: * operators.txt, src/classes/table.C:
11145: ^table.hash[key][$.distinct[tables]]
11146:
11147: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
11148: merged fix for found very old xml (dom) bug: were passing
11149: domString objects and later ERROREOUSLY freed them
11150:
11151: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
11152: src/main/pa_charset.C: re-added libgdome patch. regretfully
11153: libgdome bug can not be worked around
11154:
11155: 2003-04-10 paf
11156:
11157: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
11158: found very old xml (dom) bug: were passing domString objects and
11159: later ERROREOUSLY freed them
11160:
11161: * src/doc/string.dox, src/include/pa_memory.h,
11162: src/include/pa_string.h, src/lib/cord/cordbscs.c,
11163: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
11164: tests/123.html, tests/124.html, tests/results/001.processed,
11165: tests/results/002.processed, tests/results/003.processed,
11166: tests/results/004.processed, tests/results/005.processed,
11167: tests/results/006.processed, tests/results/008.processed,
11168: tests/results/009.processed, tests/results/010.processed,
11169: tests/results/011.processed, tests/results/012.processed,
11170: tests/results/013.processed, tests/results/014.processed,
11171: tests/results/015.processed, tests/results/016.processed,
11172: tests/results/017.processed, tests/results/018.processed,
11173: tests/results/020.processed, tests/results/021.processed,
11174: tests/results/022.processed, tests/results/023.processed,
11175: tests/results/024.processed, tests/results/025.processed,
11176: tests/results/026.processed, tests/results/027.processed,
11177: tests/results/028.processed, tests/results/029.processed,
11178: tests/results/030.processed, tests/results/031.processed,
11179: tests/results/032.processed, tests/results/033.processed,
11180: tests/results/034.processed, tests/results/035.processed,
11181: tests/results/036.processed, tests/results/037.processed,
11182: tests/results/038.processed, tests/results/039.processed,
11183: tests/results/040.processed, tests/results/041.processed,
11184: tests/results/042.processed, tests/results/043.processed,
11185: tests/results/044.processed, tests/results/045.processed,
11186: tests/results/046.processed, tests/results/047.processed,
11187: tests/results/048.processed, tests/results/049.processed,
11188: tests/results/050.processed, tests/results/051.processed,
11189: tests/results/052.processed, tests/results/053.processed,
11190: tests/results/054.processed, tests/results/055.processed,
11191: tests/results/056.processed, tests/results/057.processed,
11192: tests/results/058.processed, tests/results/059.processed,
11193: tests/results/060.processed, tests/results/061.processed,
11194: tests/results/062.processed, tests/results/063.processed,
11195: tests/results/064.processed, tests/results/065.processed,
11196: tests/results/066.processed, tests/results/067.processed,
11197: tests/results/068.processed, tests/results/069.processed,
11198: tests/results/070.processed, tests/results/071.processed,
11199: tests/results/072.processed, tests/results/073.processed,
11200: tests/results/074.processed, tests/results/075.processed,
11201: tests/results/076.processed, tests/results/077.processed,
11202: tests/results/078.processed, tests/results/079.processed,
11203: tests/results/080.processed, tests/results/081.processed,
11204: tests/results/082.processed, tests/results/083.processed,
11205: tests/results/084.processed, tests/results/085.processed,
11206: tests/results/086.processed, tests/results/087.processed,
11207: tests/results/088.processed, tests/results/089.processed,
11208: tests/results/090.processed, tests/results/091.processed,
11209: tests/results/092.processed, tests/results/093.processed,
11210: tests/results/094.processed, tests/results/095.processed,
11211: tests/results/096.processed, tests/results/097.processed,
11212: tests/results/101.processed, tests/results/102.processed,
11213: tests/results/104.processed, tests/results/105.processed,
11214: tests/results/106.processed, tests/results/107.processed,
11215: tests/results/108.processed, tests/results/109.processed,
11216: tests/results/110.processed, tests/results/111.processed,
11217: tests/results/112.processed, tests/results/113.processed,
11218: tests/results/114.processed, tests/results/115.processed,
11219: tests/results/116.processed, tests/results/117.processed,
11220: tests/results/118.processed, tests/results/119.processed,
11221: tests/results/120.processed, tests/results/121.processed,
11222: tests/results/122.processed, tests/results/123.processed,
11223: tests/results/124.processed: new convention: char* never 0.
11224: assert in cord on that
11225:
11226: * src/main/pa_charset.C: couple more asserts
11227:
11228: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
11229: speedup
11230:
11231: * src/main/pa_charset.C: couple assertions on fantastic situations
11232: added [may be those is the case now?]
11233:
11234: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
11235: that's memory from gc_malloc, not from g_malloc :(, but would
11236: hope]
11237:
11238: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
11239: that's memory from gc_malloc, not from g_malloc :(, but would
11240: hope]
11241:
11242: * src/main/pa_charset.C: checked custom malloc for returning 0
11243:
11244: 2003-04-09 paf
11245:
11246: * src/classes/date.C: merged ^date.roll changes
11247:
11248: * src/classes/date.C: ^date.roll bug fix
11249:
11250: * src/classes/date.C: ^date.roll now throws less errors: month
11251: shifts handles end of month situation by reducing day number
11252: hour-hole shift reduces hour to recover
11253:
11254: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
11255: Sort by function time
11256:
11257: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
11258: http:// $.charset[] param done
11259:
11260: * tests/: 122.html, results/122.processed: 122 date test <= and ==
11261: added [after volatile fix. passes on win&intel-solaris]
11262:
11263: 2003-04-08 paf
11264:
11265: * src/: classes/file.C, classes/op.C, classes/table.C,
11266: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
11267: include/pa_common.h, include/pa_request_charsets.h,
11268: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11269: main/pa_exec.C, main/pa_request.C, main/untaint.C,
11270: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
11271: types/pa_vresponse.C: started http:// $.charset[] param and
11272: http response charset detection just compiled. todo:test
11273:
11274: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
11275:
11276: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
11277: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
11278: types/pa_vmail.C: changed transcode param converntion along with
11279: string creating convention -- all strings are zero-terminated,
11280: this allowed to fix one remaining String("123", 2) case
11281:
11282: * src/: classes/date.C, classes/file.C, classes/hash.C,
11283: classes/op.C, classes/string.C, classes/table.C,
11284: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
11285: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
11286: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
11287: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
11288: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
11289: violated String::invariant. started fixing [not compiled now]
11290:
11291: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
11292: main/compile.tab.C, main/compile.y, main/pa_string.C,
11293: main/untaint.C, targets/cgi/parser3.C: number of string style
11294: improvements & optimizations
11295:
11296: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
11297: :(]
11298:
11299: * src/main/untaint.C: removed redundant & in CORD_pos param passing
11300: [for it's a pointer really]
11301:
11302: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
11303: 'n' param. worked that around
11304:
11305: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
11306: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
11307: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
11308: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
11309: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
11310:
11311: Thanks for the bug report and patch.
11312:
11313: I hadn't looked at this code in a while. Reading it now, it
11314: seems to me that the tests should also be ">= MAX_DEPTH" to
11315: comply with the invariant, though that may not matter a lot. I
11316: changed that, too.
11317:
11318: Hans
11319:
11320: 2003-04-07 paf
11321:
11322: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
11323: merged from head:safe mode error message now includes numbers
11324:
11325: * src/main/execute.C: n-th attempt to make a=a work with double.
11326: problem: as_double returns it's result in fp-register compiler
11327: optimizes access to that register after b->as_double, and just
11328: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
11329: from memory. _SAME_ double values do not match here. when
11330: forced to REload fp-register, values do match.
11331:
11332: tried to make them volatile.
11333:
11334: * src/main/execute.C: n-th attempt to make a=a work with double.
11335: problem: as_double returns it's result in fp-register compiler
11336: optimizes access to that register after b->as_double, and just
11337: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
11338: from memory. _SAME_ double values do not match here. when
11339: forced to REload fp-register, values do match.
11340:
11341: tried to make them volatile.
11342:
11343: * src/types/pa_vobject.h: small style change
11344:
11345: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
11346:
11347: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
11348: mode error message now includes numbers
11349:
11350: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
11351: now causes death
11352:
11353: 2003-04-04 paf
11354:
11355: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
11356: incorportated pa_exec patch by From: "Victor Fedoseev"
11357: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
11358: Sent: Thursday, January 23, 2003 9:14 AM
11359:
11360: huge speedup on ^file::cgi with big result
11361:
11362: * src/classes/table.C: sort table with 0 rows bug fixed
11363:
11364: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
11365: fix http://i2/tasks/edit/?id=4493701604654042676
11366:
11367: @main[] $with_default[ $.a[1] $._default[default from
11368: with_default] ] ^show[$with_default]
11369:
11370: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
11371: =$to_add_to.xxx=<br>
11372:
11373: ^show[$to_add_to]
11374:
11375: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
11376: ^show[$cloned]
11377:
11378: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
11379:
11380: } <hr>
11381:
11382: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
11383: http://i2/tasks/edit/?id=4493701604654042676
11384:
11385: @main[] $with_default[ $.a[1] $._default[default from
11386: with_default] ] ^show[$with_default]
11387:
11388: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
11389: =$to_add_to.xxx=<br>
11390:
11391: ^show[$to_add_to]
11392:
11393: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
11394: ^show[$cloned]
11395:
11396: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
11397:
11398: } <hr>
11399:
11400: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
11401: http://i2/tasks/edit/?id=4507350336410850921
11402:
11403: * src/classes/xdoc.C: memory allocation func bugfix
11404: http://i2/tasks/edit/?id=4499303470368629745
11405:
11406: * src/classes/math.C: allowed random 1...
11407:
11408: * src/classes/math.C: allowed random 0..
11409:
11410: * src/main/pa_globals.C: exif mem leak
11411: http://i2/tasks/edit/?id=4480590323629807263
11412:
11413: * src/: classes/classes.dsp, main/main.dsp,
11414: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
11415: fix http://i2/tasks/edit/?id=4493946731322521294
11416: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
11417:
11418: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
11419: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
11420: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
11421: links to xml libs made relative, no need to unpack parser3project
11422: to /parser3project.
11423:
11424: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
11425: column more precise - tab handling bug fixed
11426:
11427: * src/main/: compile.tab.C, compile.y: more understandable error
11428: message in case @CLASS with more then one line inside
11429:
11430: * src/targets/cgi/parser3.C: more understandable error message in
11431: case of errors in @unhandled_exception
11432:
11433: 2003-04-03 paf
11434:
11435: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
11436: src/main/compile.tab.C, src/main/compile.y,
11437: src/main/compile_tools.C, src/main/compile_tools.h,
11438: src/main/execute.C, src/main/pa_request.C: debug info format
11439: simplified, now it's: OP_VALUE Operation::Origin << here value*
11440:
11441: higher limits: file number (max: 255) line number (max:
11442: 64535) column number (max: 255)
11443:
11444: * src/classes/math.C: top limit
11445:
11446: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
11447: precise parse error position in case of
11448:
11449: ^bug ]
11450:
11451: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
11452: changed to realities, and passed [bug fixed]
11453:
11454: * src/: classes/op.C, include/pa_request.h, main/compile.C,
11455: main/compile.tab.C, main/compile.y, main/compile_tools.C,
11456: main/compile_tools.h, main/pa_request.C: introducing
11457: ^process...[main-method-alias]
11458:
11459: * src/: classes/date.C, classes/image.C, classes/op.C,
11460: classes/string.C, classes/table.C, classes/xdoc.C,
11461: types/pa_vmethod_frame.h: MethodParams& now [methods without
11462: params receive zero reference, but they are expected not to look
11463: there]
11464:
11465: * operators.txt, src/classes/date.C, src/classes/double.C,
11466: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
11467: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
11468: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
11469: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11470: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
11471: src/main/execute.C, src/types/pa_method.h: MethodParams& now
11472: [methods without params receive zero reference, but they are
11473: expected not to look there]
11474:
11475: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11476: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
11477: ^process...[filename] useful for better error reporting
11478: [file/line/col]
11479:
11480: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
11481: types/pa_vstring.h: slightly improved error messages text: 1. is
11482: '%s', it 2. method undefined in case of ^void[]
11483:
11484: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
11485: include/pa_types.h, main/execute.C, main/pa_request.C: exception
11486: handling done. now we have error columns todo: test it
11487:
11488: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
11489: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
11490:
11491: this makes life easier: were: bad stack order -- were in
11492: exception catch unwind order, which didn't match execution order
11493:
11494: @main[] ^try{ ^first[] }{ ^throw[c;3] }
11495:
11496: @first[] ^throw[a;1]
11497:
11498: showed throw a first throw b try
11499:
11500: which is no good
11501:
11502: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
11503: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
11504: trace reset after handled exception [old bug fixed]
11505:
11506: * src/main/: compile.tab.C, compile.y: parse position old bug
11507: fixed. position reporting made precise [both, in parse erros and
11508: runtime errors]
11509:
11510: 2003-04-02 paf
11511:
11512: * src/: include/pa_operation.h, include/pa_request.h,
11513: main/compile.C, main/compile.tab.C, main/compile.y,
11514: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11515: main/pa_exception.C, main/pa_request.C: debug info: started
11516: using. todo:complete
11517:
11518: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
11519: main/compile.C, main/compile.tab.C, main/compile.y,
11520: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11521: main/pa_request.C: prepared debug info todo:use it
11522:
11523: * src/include/pa_operation.h: strange mistake fixed: forgot to
11524: return Operation class->union after switching from autoptrs.
11525:
11526: * tests/: Makefile, results/108.processed, results/117.processed:
11527: meta considered OK [it's up to coder now to remove it not needed]
11528:
11529: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
11530: Dictionary constructor when moved to gc]
11531:
11532: * src/main/pa_common.C: uncommented http:// file loading
11533:
11534: * src/include/pa_array.h, src/main/execute.C,
11535: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
11536: fix [gdGrowingBuf]
11537:
11538: * configure.in, src/lib/Makefile.am: removed patches
11539:
11540: * configure, src/include/pa_config_auto.h.in,
11541: src/main/pa_charset.C: --enable-assertions autoconf-ed
11542:
11543: * src/main/pa_common.C: uncommented http:// file loading
11544:
11545: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
11546: xdoc::create/load
11547:
11548: * src/: classes/form.C, classes/hash.C, classes/image.C,
11549: classes/string.C, classes/table.C, classes/void.C,
11550: include/pa_common.h, main/pa_common.C, main/pa_request.C,
11551: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
11552: String::String(str,helper_length) are checked. found/fixed one
11553: place: $request:body now zero-terminated,
11554:
11555: * src/: classes/op.C, classes/table.C, include/pa_request.h,
11556: main/compile_tools.C, main/execute.C, types/pa_value.h,
11557: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
11558: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
11559: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11560: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
11561: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
11562: types/pa_vxnode.h: more locally scoped vars in execute (more
11563: easily optimizable)
11564:
11565: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
11566: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
11567:
11568: * src/: include/pa_array.h, include/pa_stack.h,
11569: include/pa_string.h, main/compile_tools.C, main/main.dsp,
11570: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
11571: become assertion iterator in methodframe filler
11572:
11573: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
11574: targets/cgi/parser3.C: array::get/put inlined
11575:
11576: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
11577: gc_substitute_memory_management_functions +installed CORD_oom
11578: function
11579:
11580: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
11581: src/include/pa_config_includes.h, src/include/pa_string.h,
11582: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
11583: src/targets/cgi/parser3.C: converted debug hacks to ANSI
11584: assertions started configure.in --enable-assertions
11585:
11586: 2003-04-01 paf
11587:
11588: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
11589: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
11590: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
11591: gdome uses glib memory, and stores last pointer to xmlDoc there,
11592: gc misses that and collects valid memory fixed by remembering
11593: xmlDoc from dom object in xdoc. todo: do something with
11594: premature free of xdoc with xnodes/node values referring into it
11595:
11596: * src/classes/: mail.C: typo fix
11597:
11598: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
11599: changes
11600:
11601: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
11602: main/pa_memory.C: moved memory debugging to global level: to
11603: pa_gc_malloc
11604:
11605: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
11606: debugging showed no errors. todo: debug parser memory
11607:
11608: * src/targets/cgi/: parser3.C, parser3.dsp: more build
11609: configurations
11610:
11611: * src/: classes/classes.dsp, include/pa_config_fixed.h,
11612: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
11613: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
11614: types/types.dsp: prepared xml-static configuration
11615:
11616: 2003-03-31 paf
11617:
11618: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
11619: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
11620: xml lib memory debugging, simple checks failed: it seems that
11621: library does realloc(bad ptr), and recording those ptrs in heap
11622: [for debugging] was bad: heap situation changes = everything
11623: works fine
11624:
11625: * src/: main/pa_charset.C, include/pa_charset.h: worked around
11626: xmlRegisterCharEncodingHandler limitation [currently imposed
11627: limit of 10 user-defined charsets]
11628:
11629: 2003-03-28 paf
11630:
11631: * src/main/execute.C: execution stack copied to local register
11632: variable, removed lots [~2e7) of memory accesses
11633:
11634: 2003-03-27 paf
11635:
11636: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
11637: works in debug, but fails in release todo: fix that
11638:
11639: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
11640: targets/cgi/parser3.C: forgot to merge XML memory funcs
11641: replacement from gc branch
11642:
11643: * src/main/pa_exec.C: introducing append_help_length [radical
11644: improvement here]
11645:
11646: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
11647: 'not recommened' in gc.h, on win32 noticed no difference]
11648:
11649: * src/include/pa_array.h: returned checked array get [were disabled
11650: for debugging] result:not slower [don't understand that, it were
11651: INLINED] todo: find out a way of inlining it!
11652:
11653: * src/: include/pa_string.h, lib/gc/include/gc.h,
11654: lib/gc/include/gc_fake.h, main/compile.tab.C,
11655: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
11656: convention changed: all resulting strings are zero-terminated
11657:
11658: * src/: classes/date.C, classes/file.C, classes/hash.C,
11659: classes/string.C, classes/table.C, classes/void.C,
11660: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
11661: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
11662: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
11663: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
11664: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
11665: types/pa_vfile.C, types/pa_vmail.C: introducing
11666: append_help_length [radical improvement here]
11667:
11668: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
11669: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
11670: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
11671: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
11672: even slower
11673:
11674: * src/: classes/string.C, classes/table.C, include/pa_array.h,
11675: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
11676: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
11677: clients of &get(): most to use non-ref version, some[in tight
11678: places] to get_unchecked_ref
11679:
11680: * src/doc/memory.dox: forgot to add
11681:
11682: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
11683: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
11684: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
11685: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
11686: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11687: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
11688: targets/cgi/parser3.dsp, types/pa_vmail.C,
11689: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
11690: T>>&<< removed after Stack::pop wiping removed [moved to separate
11691: func] other Array & removed
11692:
11693: 2003-03-26 paf
11694:
11695: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
11696: classes/table.C, include/pa_array.h, include/pa_charset.h,
11697: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
11698: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
11699: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
11700: main/main.dsp, main/pa_charset.C, main/pa_common.C,
11701: main/pa_exec.C, main/pa_sql_driver_manager.C,
11702: main/pa_stylesheet_manager.C, main/pa_table.C,
11703: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
11704: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11705: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
11706: pre-evaluated .count() in some places
11707:
11708: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
11709: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
11710: types/types.dsp: .dsp profiling updated
11711:
11712: * src/: classes/classes.dsp, lib/cord/cord.dsp,
11713: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
11714: targets/cgi/parser3.dsp, types/types.dsp: started profiling
11715:
11716: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
11717: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
11718: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
11719: use lib/gc,lib/cord
11720:
1.101 moko 11721: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
11722: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 11723: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
11724: src/include/pa_config_includes.h, src/include/pa_request.h,
11725: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
11726: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.101 moko 11727: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 11728: src/lib/cord/include/Makefile.am,
1.101 moko 11729: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
11730: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
11731: src/targets/cgi/Makefile.am, src/types/Makefile.am,
11732: src/types/pa_vclass.h, src/types/pa_vcookie.h,
11733: src/types/pa_vform.h, src/types/pa_vhash.h,
11734: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
11735: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
11736: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
11737: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
11738: funcs ported pa_exec
1.95 moko 11739:
11740: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
11741:
11742: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
11743: bundled gc includes
11744:
11745: * src/: classes/op.C, include/pa_array.h,
11746: include/pa_sql_connection.h, include/pa_string.h,
11747: include/pa_version.h, main/compile.tab.C, main/compile.y,
11748: main/execute.C, main/pa_common.C, main/pa_exception.C,
11749: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
11750: targets/cgi/parser3.dsp: a number of bugfixes [while testing
11751: first real site (aval)]
11752:
11753: 2003-03-25 paf
11754:
11755: * operators.txt, src/main/pa_sql_driver_manager.C,
11756: src/types/pa_vstatus.C: $status.memory used free since_compact
11757: process
11758:
11759: * src/: include/pa_sql_connection.h, main/pa_globals.C,
11760: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
11761:
11762: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
11763:
11764: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
11765: src/types/pa_value.h, src/types/pa_vfile.h,
11766: src/types/pa_vobject.C, src/types/pa_vobject.h,
11767: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
11768: tests/results/121.processed: untaint.C L_URI
11769:
11770: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
11771: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
11772: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
11773: src/types/pa_vmemory.h: ^memory:compact[]
11774:
11775: * tests/results/109.processed: it was a bug in parser. updated 109
11776: test result
11777:
11778: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
11779:
11780: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
11781: tests/results/107.processed: fixed dom language [values are now
11782: considered tainted. it was a bug in parser. updated 107 test
11783: result
11784:
11785: * src/classes/xdoc.C: fixed transform params
11786:
11787: * src/: include/pa_stylesheet_manager.h,
11788: main/pa_stylesheet_manager.C: fixed stylesheet caching
11789:
11790: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
11791: overloads for structure handling
11792:
11793: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
11794: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
11795: StringBody(0) ambiguilty, introducting static
11796: StringBody::Format(int)
11797:
11798: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
11799: linked
11800:
11801: * src/types/pa_vxdoc.C: vxdoc compiled
11802:
11803: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
11804: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
11805: finalizers isntalled
11806:
11807: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
11808: doc/exception.dox, doc/index.dox, include/pa_charset.h,
11809: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
11810: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
11811: compiled todo: xnode.C / finalizers
11812:
11813: * src/doc/string.dox: updated: new string internals
11814:
11815: 2003-03-24 paf
11816:
11817: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11818: include/pa_charset.h, include/pa_config_fixed.h,
11819: include/pa_request.h, include/pa_stylesheet_connection.h,
11820: include/pa_stylesheet_manager.h, main/pa_charset.C,
11821: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
11822: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
11823: types/pa_vxnode.h: started XML
11824:
11825: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
11826:
11827: * src/: classes/file.C, classes/image.C, classes/mail.C,
11828: include/pa_string.h, main/pa_common.C,
11829: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
11830:
11831: * src/: classes/file.C, classes/image.C, classes/mail.C,
11832: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
11833: main/pa_request.C, main/pa_sql_driver_manager.C,
11834: types/pa_vimage.h: size_t pos everywhere checks changed to check
11835: for eq STRING_NOT_FOUND
11836:
11837: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
11838: optimize bit implemented
11839:
11840: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
11841: String::ArrayFragment::append_positions fixed
11842:
11843: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
11844: String::this_starts fixed
11845:
11846: * src/main/pa_string.C, tests/Makefile: string::pos fixed
11847:
11848: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
11849: hashcode implemented fully, including per-char callback [it can
11850: be - substr CORD node]
11851:
11852: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
11853: rewritten to rewalloc with 100byte buf ahead
11854:
11855: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
11856: src/include/pa_string.h, src/main/compile.tab.C,
11857: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
11858: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
11859: CORD_ec [bad] would rewrite as realloc now
11860:
11861: * src/: classes/date.C, classes/file.C, classes/form.C,
11862: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
11863: include/pa_cache_managers.h, include/pa_charsets.h,
11864: include/pa_common.h, include/pa_request.h,
11865: include/pa_sql_driver_manager.h, include/pa_table.h,
11866: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
11867: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
11868: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
11869: types/pa_vmail.C, types/pa_vmethod_frame.C,
11870: types/pa_vstateless_class.h: 2*2 worked :)
11871:
11872: * parser3.dsw, src/classes/date.C, src/classes/file.C,
11873: src/include/pa_exec.h, src/include/pa_string.h,
11874: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
11875: passed OK
11876:
11877: * src/: classes/hash.C, classes/string.C, classes/table.C,
11878: types/pa_value.C: all linked todo: debug
11879:
11880: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
11881: types/pa_vstateless_class.C: all compiled. todo:link
11882:
11883: * src/types/pa_wcontext.C: pa_wcontext.C compiled
11884:
11885: * src/types/pa_vtable.C: pa_vtable.C compiled
11886:
11887: * src/types/pa_vstring.C: pa_vstring.C compiled
11888:
11889: * src/types/pa_vstatus.C: pa_vstatus.C compiled
11890:
11891: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
11892: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
11893: pa_vstateless_class.C, pa_vstateless_class.h:
11894: pa_vstateless_class.C compiled
11895:
11896: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
11897: types/pa_vmath.C: pa_vmail.C compiled
11898:
11899: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
11900:
11901: * src/types/pa_vform.C: pa_vform.C compiled
11902:
11903: * src/types/pa_vfile.C: pa_vfile.C compiled
11904:
11905: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
11906: pa_vstateless_class.C: pa_vcookie.C compiled
11907:
11908: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
11909: types/pa_vhash.h: pa_value.C compiled
11910:
11911: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
11912: classes.lib main.lib compiled
11913:
11914: * src/classes/void.C: void.C compiled
11915:
11916: * src/: classes/string.C, classes/table.C, include/pa_string.h,
11917: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
11918: compiled
11919:
11920: * src/: classes/string.C, include/pa_request.h,
11921: include/pa_string.h, main/pa_string.C: string.C compiled
11922:
11923: * src/: classes/op.C, classes/string.C, classes/table.C,
11924: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
11925: main/pa_request.C, main/pa_string.C: op.C compiled
11926:
11927: * src/classes/: math.C, op.C: math.C compiled
11928:
11929: * src/: classes/mail.C, classes/string.C, classes/table.C,
11930: types/pa_vmail.h: mail.C compiled
11931:
11932: * src/classes/: int.C, table.C: int.C compiled
11933:
11934: * src/: classes/hash.C, classes/image.C, classes/string.C,
11935: classes/table.C, include/pa_memory.h, include/pa_string.h,
11936: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
11937: compiled
11938:
11939: * src/: classes/hash.C, classes/string.C, classes/table.C,
11940: classes/void.C, classes/xdoc.C, include/pa_request.h,
11941: include/pa_sql_connection.h: hash.C compiled
11942:
11943: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
11944: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
11945: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
11946: classes/math.C, classes/op.C, classes/response.C,
11947: classes/string.C, classes/table.C, classes/void.C,
11948: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
11949: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
11950: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
11951: file.C table.C compiled
11952:
11953: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
11954: main/untaint.C: main.lib compiled
11955:
11956: 2003-03-21 paf
11957:
11958: * src/: classes/op.C, include/pa_cache_managers.h,
11959: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11960: include/pa_stylesheet_manager.h, main/pa_exception.C,
11961: main/pa_globals.C, main/pa_sql_driver_manager.C,
11962: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
11963: compiled
11964:
11965: * src/: classes/hash.C, classes/image.C, classes/op.C,
11966: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
11967: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
11968: main/compile.C, main/pa_common.C, main/pa_request.C,
11969: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
11970: pa_request.C compiled
11971:
11972: * src/: classes/hash.C, classes/mail.C, classes/op.C,
11973: include/pa_request.h, main/execute.C, main/pa_request.C,
11974: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
11975: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
11976: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11977: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
11978: compiled
11979:
11980: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
11981: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
11982: on unix
11983:
11984: * src/: include/pa_charset.h, include/pa_charsets.h,
11985: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
11986: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
11987: pa_charsets.C compiled
11988:
11989: * src/: classes/image.C, classes/mail.C, classes/op.C,
11990: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
11991: main/compile.y, main/execute.C, main/pa_common.C,
11992: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
11993: types/pa_vcode_frame.h, types/pa_vimage.h,
11994: types/pa_vmethod_frame.h: execute.C compiled
11995:
11996: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11997: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11998: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
11999: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
12000: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12001: include/pa_cache_managers.h, include/pa_charsets.h,
12002: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
12003: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
12004: include/pa_sql_driver_manager.h, include/pa_string.h,
12005: include/pa_stylesheet_connection.h,
12006: include/pa_stylesheet_manager.h, include/pa_table.h,
12007: main/compile.C, main/compile.tab.C, main/compile.y,
12008: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12009: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12010: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
12011: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
12012: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
12013: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12014: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12015: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
12016: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12017: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12018: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12019: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
12020: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
12021: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
12022: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12023: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12024: types/pa_vresponse.h, types/pa_vstateless_class.C,
12025: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12026: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12027: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12028: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12029: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12030: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
12031: [C++ CORD wrapper]
12032:
12033: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
12034:
12035: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
12036: $file::exec/cgi[script; $.charset[this is script's charset]
12037:
12038: command line, env values, input got transcoded before call
12039: stdout, stderr got transcoded after call
12040:
12041: * src/classes/file.C: ^file::exec/cgi now does not pass post data
12042: by default. use: ^file::exec[...;$.stdin[$request.body]
12043:
12044: * src/main/pa_common.C: } typo bug fix
12045:
12046: * src/main/pa_common.C: } typo bug fix
12047:
12048: 2003-03-20 paf
12049:
12050: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
12051: main/untaint.C: cord bug fix, but still errors todo: clear out
12052:
12053: * src/include/pa_string.h: more tests
12054:
12055: * src/main/pa_string.C: string.pos fixed
12056:
1.101 moko 12057: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
12058: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
12059: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
12060: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
12061: replaces
1.95 moko 12062:
12063: * src/: classes/image.C, include/pa_dictionary.h,
12064: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
12065: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
12066: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
12067: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
12068:
12069: * src/include/pa_string.h: warning
12070:
12071: * src/include/pa_string.h: this_starts fixed
12072:
12073: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
12074: new String ctor & append params convention
12075:
12076: * src/: classes/file.C, classes/hash.C, classes/image.C,
12077: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
12078: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
12079: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
12080: main/pa_exception.C, main/pa_exec.C,
12081: main/pa_sql_driver_manager.C, main/pa_string.C,
12082: main/pa_stylesheet_manager.C, main/untaint.C,
12083: targets/isapi/parser3isapi.C, types/pa_vimage.C,
12084: types/pa_vmail.C: more tests OK
12085:
12086: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
12087: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
12088: gc/exit runned OK
12089:
12090: * src/types/pa_vmail.C: another naming problem: should not name
12091: vars like that: unpredictable close caused problems with later
12092: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
12093: descriptors missing on startup: stdin; Bad file number
12094:
12095: todo: find out why so many filters(stream) here. probably wrong?
12096:
12097: * src/: include/pa_dictionary.h, include/pa_string.h,
12098: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
12099: main/untaint.C: test compiled
12100:
12101: * src/: classes/image.C, classes/mail.C, classes/math.C,
12102: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
12103: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
12104: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
12105: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
12106: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
12107: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
12108: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
12109: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
12110: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
12111:
12112: * parser3.dsw, src/classes/file.C, src/classes/image.C,
12113: src/classes/op.C, src/classes/string.C, src/classes/table.C,
12114: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
12115: src/include/pa_memory.h, src/include/pa_request.h,
12116: src/include/pa_request_charsets.h,
12117: src/include/pa_sql_connection.h, src/include/pa_string.h,
12118: src/main/compile.tab.C, src/main/execute.C,
12119: src/main/pa_charset.C, src/main/pa_common.C,
12120: src/main/pa_exception.C, src/main/pa_exec.C,
12121: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12122: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
12123: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
12124: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
12125: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12126: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
12127: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12128: src/types/pa_vobject.C, src/types/pa_vresponse.C,
12129: src/types/pa_vstatus.C, src/types/pa_vstring.C,
12130: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12131: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
12132: pa_common.C [done, without http for now]
12133:
12134: 2003-03-19 paf
12135:
12136: * src/: classes/date.C, classes/form.C, classes/hash.C,
12137: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
12138: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
12139: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
12140: include/pa_string.h, include/pa_table.h, main/compile.C,
12141: main/compile_tools.C, main/execute.C, main/pa_charset.C,
12142: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
12143: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
12144: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
12145: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
12146: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
12147: types/pa_vstateless_class.h, types/pa_vtable.C,
12148: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
12149: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
12150: types/pa_wwrapper.h: started test
12151:
1.101 moko 12152: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
12153: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 12154:
12155: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
12156: include/pa_string.h, main/pa_string.C: string compiled todo: test
12157: it
12158:
12159: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
12160: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
12161: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
12162: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
12163: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
12164: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
12165: types/pa_vmethod_frame.h, types/types.dsp: string
12166: reimplementation with cord+array<fragment>: 70%
12167:
12168: 2003-03-18 paf
12169:
12170: * src/: classes/date.C, classes/file.C, classes/form.C,
12171: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
12172: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
12173: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
12174: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
12175: can ignore lang in cmp and pos really, but would
12176: split properly!
12177:
12178: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
12179: cord part made parser/src/lib: it's not compiled into libgc by
12180: default
12181:
12182: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
12183: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12184: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12185: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12186: src/classes/op.C, src/classes/response.C, src/classes/string.C,
12187: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
12188: src/classes/xnode.C, src/classes/xnode.h,
12189: src/include/Makefile.am, src/include/pa_cache_managers.h,
12190: src/include/pa_charset.h, src/include/pa_charsets.h,
12191: src/include/pa_common.h, src/include/pa_dictionary.h,
12192: src/include/pa_exception.h, src/include/pa_exec.h,
12193: src/include/pa_globals.h, src/include/pa_hash.h,
12194: src/include/pa_memory.h, src/include/pa_pool.h,
12195: src/include/pa_request.h, src/include/pa_request_charsets.h,
12196: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
12197: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
12198: src/include/pa_stylesheet_connection.h,
12199: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
12200: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
12201: src/main/compile.C, src/main/compile.tab.C,
12202: src/main/compile_tools.C, src/main/compile_tools.h,
12203: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
12204: src/main/pa_charsets.C, src/main/pa_common.C,
12205: src/main/pa_dictionary.C, src/main/pa_exception.C,
12206: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
12207: src/main/pa_pool.C, src/main/pa_request.C,
12208: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12209: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
12210: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
12211: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
12212: src/types/pa_junction.h, src/types/pa_method.h,
12213: src/types/pa_value.C, src/types/pa_value.h,
12214: src/types/pa_vclass.C, src/types/pa_vclass.h,
12215: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12216: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12217: src/types/pa_vdouble.h, src/types/pa_venv.h,
12218: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
12219: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
12220: src/types/pa_vimage.C, src/types/pa_vimage.h,
12221: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
12222: src/types/pa_vmath.C, src/types/pa_vmath.h,
12223: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12224: src/types/pa_vobject.C, src/types/pa_vobject.h,
12225: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12226: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12227: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12228: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
12229: src/types/pa_vstatus.h, src/types/pa_vstring.C,
12230: src/types/pa_vstring.h, src/types/pa_vtable.C,
12231: src/types/pa_vtable.h, src/types/pa_vvoid.h,
12232: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12233: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12234: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
12235: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
12236: gc: PA_Object done lots of replacements also
12237:
12238: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
12239: gc logging
12240:
12241: 2003-03-17 paf
12242:
12243: * src/: classes/date.C, classes/file.C, classes/form.C,
12244: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
12245: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
12246: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
12247: include/pa_string.h, include/pa_types.h, main/compile.C,
12248: main/compile.tab.C, main/execute.C, main/pa_charset.C,
12249: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
12250: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
12251: main/pa_sql_driver_manager.C, main/pa_string.C,
12252: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
12253: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
12254: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
12255: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
12256: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
12257: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12258: types/pa_vxnode.h: libgc attempt
12259:
12260: 2003-03-13 paf
12261:
12262: * src/: include/pa_sql_driver_manager.h,
12263: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
12264: called
12265:
12266: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
12267: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
12268: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
12269: types/pa_value.h, types/pa_vobject.h,
12270: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
12271: set_base, set_derived simplified [counter leaks fixed]
12272:
12273: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
12274: src/types/types.dsp: incorporated status class patch From:
12275: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
12276: 2003 8:14 AM
12277:
12278: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
12279: Win32 specific: QuotaPeakNonPagedPoolUsage
12280: QuotaPeakPagedPoolUsage PeakPagefileUsage]
12281:
12282: 2003-03-12 paf
12283:
1.101 moko 12284: * configure, configure.in, src/lib/ltdl/configure,
12285: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 12286: lib/ltdl/Makefile now created by /configure.in only [were by
12287: lib/ltdl/configure.in OVERWRITE]
12288:
1.101 moko 12289: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
12290: linkage fixed for g++ 3.2.2
1.95 moko 12291:
12292: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
12293: on using privately declared class [fixed]
12294:
12295: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
12296: 3.2 rightliy complained on using privately declared class [fixed]
12297:
12298: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
12299: sigpipe before request constructor now causes death
12300:
12301: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
12302: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
12303: not cause exception in exception handler
12304:
1.101 moko 12305: * configure, configure.in, src/targets/cgi/Makefile.am: configure
12306: now default links libstdc++ statically. that can be overriden by
12307: --with-dynamic-stdcpp
1.95 moko 12308:
12309: 2003-03-11 paf
12310:
12311: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
12312: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
12313: necessity of libstdc++
12314:
12315: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
12316:
12317: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
12318:
12319: 2003-03-08 paf
12320:
12321: * tests/Makefile: make install & co
12322:
12323: * src/: include/pa_request.h, classes/op.C: removing
12324: vclass,object.h -> pa_request.h dependency
12325:
12326: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
12327: main/pa_request.C: removing vform,response,cookie.h ->
12328: pa_request.h dependency
12329:
12330: * src/include/pa_request.h: removing vmail.h -> pa_request.h
12331: dependency [testing...]
12332:
12333: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
12334: return 0; fixed
12335:
12336: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
12337: types/pa_vmail.h: vmail.C received just compiled [not tested]
12338:
12339: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
12340:
12341: * src/main/pa_request.C: forgotten: ifdef XML
12342:
12343: * src/main/pa_request.C: forgotten: ifdef XML
12344:
12345: * src/targets/cgi/parser3.C: todo: move to latest xml version on
12346: win32 and run memleak tests again
12347:
12348: * src/targets/cgi/parser3.C: charsets: see some strange things with
12349: old xml lib-- it's internal memory handling has faults
12350:
12351: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
12352: problems when transcode from charset A to A.
12353:
12354: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
12355: todo: still problems when transcode from charset A to A.
12356:
12357: * src/: classes/hash.C, classes/mail.C, classes/string.C,
12358: classes/table.C, include/pa_array.h,
12359: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
12360: started full-scale-site-test [~ http://parser.ru sources]
12361:
12362: some fixes
12363:
12364: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
12365: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
12366: 117.html, 118.html, 119.html, 120.html, results/109.processed,
12367: results/110.processed, results/111.processed,
12368: results/112.processed, results/113.processed,
12369: results/114.processed, results/115.processed,
12370: results/116.processed, results/117.processed,
12371: results/118.processed, results/119.processed,
12372: results/120.processed: xml: tests 109 dom create/show 110 xpath
12373: selectSingle 111 xdoc.create from tainted & 112
12374: xdoc.create/output with russian attr value 113 xpath
12375: selectString/Number 114 dom attributes.count 115 xpath selectBool
12376: 116 output media-type change 117 transform by dom stylesheet 118
12377: empty transform result 119 dom setAttribute 120 nbsp letter
12378: output
12379:
12380: =END OF PREPARED XML TESTS=
12381:
12382: 2003-03-07 paf
12383:
12384: * src/classes/xdoc.C, src/include/pa_charset.h,
12385: src/include/pa_stylesheet_connection.h, tests/108.html,
12386: tests/108.xsl, tests/results/108.processed: xml: test 108
12387: transform with params [bugs fixed]
12388:
12389: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
12390: from copy/paste bug
12391:
12392: * src/classes/xdoc.C, src/include/pa_charset.h,
12393: src/include/pa_request.h, src/main/execute.C,
12394: src/main/pa_charset.C, src/main/pa_exception.C,
12395: src/main/pa_globals.C, src/main/pa_request.C,
12396: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12397: src/types/pa_vxnode.C, tests/107.html,
12398: tests/results/107.processed: xml: test: 107 bug fixes
12399:
12400: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12401: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12402: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
12403:
12404: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
12405: string
12406:
12407: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
12408: mem alloc functions used for different cases [libxml, libxsl]
12409:
12410: * src/classes/classes.C: fixed: prevent system classes from
12411: modification to lock ALL the classes, not only directly used
12412:
12413: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
12414: linked
12415:
12416: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
12417:
12418: 2003-03-06 paf
12419:
12420: * src/classes/xdoc.C: xdoc.C 50%
12421:
12422: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
12423: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
12424: main/pa_globals.C, main/pa_request.C,
12425: main/pa_stylesheet_manager.C: xnode.C compiled
12426:
12427: * src/: include/pa_stylesheet_connection.h,
12428: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
12429: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
12430:
12431: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
12432: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12433: xml: stylesheet&manager STARTED
12434:
12435: * src/: include/pa_globals.h, main/pa_charset.C,
12436: main/pa_exception.C, main/pa_globals.C: xml: exceptions
12437:
12438: * src/: include/pa_charset.h, include/pa_config_fixed.h,
12439: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
12440: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
12441: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
12442: charsets
12443:
12444: * tests/023.html: in some cases it rounded up badly. postponing
12445: solution of that problem, making more simple test
12446:
12447: * tests/: 058_paf2000.png, results/058.processed: .png added with
12448: -kb now
12449:
12450: * src/: include/pa_charset.h, include/pa_charsets.h,
12451: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
12452: moved to charsets.C
12453:
12454: 2003-03-05 paf
12455:
12456: * src/classes/string.C, src/include/pa_string.h,
12457: src/main/pa_string.C, tests/105.html,
12458: tests/results/105.processed: String::match bug fixed
12459:
12460: * src/classes/op.C, src/main/main.dsp, tests/104.html,
12461: tests/results/104.processed: ^bpt operator added [does int3 in
12462: debug build on win32]
12463:
12464: * tests/: 057.html, results/057.processed: test bug fixed
12465:
1.101 moko 12466: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 12467:
12468: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
12469: missing
12470:
1.101 moko 12471: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
12472: forgotten files added to Makes
1.95 moko 12473:
12474: * ltmain.sh: ltmain.sh added
12475:
12476: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
12477: change undone ;(
12478:
12479: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
12480: made static
12481:
12482: * src/: classes/math.C, classes/op.C, classes/string.C,
1.101 moko 12483: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
12484: todo:make linker happy
1.95 moko 12485:
12486: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
12487: env param made optional
12488:
12489: 2003-03-04 paf
12490:
12491: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
12492: types/pa_vimage.h: number of gcc compiler bugs fixed
12493:
12494: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
12495: results/103.processed: tests: 103 image.copy transparence test
12496:
12497: * src/main/execute.C, tests/101.html, tests/102.html,
12498: tests/results/101.processed, tests/results/102.processed: tests:
12499: 101 method/variable name conflict test 102 form fields change
12500: should not not change anything [bug fix]
12501:
12502: * tests/: 057.html, 099.html, 100.html, results/057.processed,
12503: results/099.processed, results/100.processed: tests: 57 date
12504: create 2002: added 99,100 response:body/download
12505:
12506: * src/classes/image.C, tests/098.html, tests/098font.gif,
12507: tests/results/098.processed: test: 98 image font text [bug fixed]
12508:
12509: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
12510: tests/results/097.processed: test: 97 file::load http:// [bugs
12511: fixed]
12512:
12513: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
12514: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
12515: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
12516: image EXIF [bug fixed]
12517:
12518: * src/classes/table.C, src/main/execute.C, tests/061.dat,
12519: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
12520: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
12521: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
12522: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
12523: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
12524: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
12525: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
12526: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
12527: tests/094.html, tests/095.html, tests/results/061.processed,
12528: tests/results/062.processed, tests/results/063.processed,
12529: tests/results/064.processed, tests/results/065.processed,
12530: tests/results/066.processed, tests/results/067.processed,
12531: tests/results/068.processed, tests/results/069.processed,
12532: tests/results/070.processed, tests/results/071.processed,
12533: tests/results/072.processed, tests/results/073.processed,
12534: tests/results/074.processed, tests/results/075.processed,
12535: tests/results/076.processed, tests/results/077.processed,
12536: tests/results/078.processed, tests/results/080.processed,
12537: tests/results/081.processed, tests/results/082.processed,
12538: tests/results/083.processed, tests/results/084.processed,
12539: tests/results/085.processed, tests/results/086.processed,
12540: tests/results/087.processed, tests/results/088.processed,
12541: tests/results/089.processed, tests/results/090.processed,
12542: tests/results/091.processed, tests/results/092.processed,
12543: tests/results/093.processed, tests/results/094.processed,
12544: tests/results/095.processed, tests/079.html,
12545: tests/results/079.processed: tests: 61 file::stat size 62
12546: string->int autoconvert 63 double .int,dec,div,mul 64 date
12547: compare 65 file: basename,justname,justext 66 math:crypt 67
12548: string.match simple on long 68 string.match normalized simple on
12549: long 69 string.int 70 file::stat content-type 71 table.join 72
12550: hash parameter conditional pass 73 date daylightsaving,yearday 74
12551: date arithmetics 75 response date values/attributes 76 string.pos
12552: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
12553: with local 80 scientific numeric literal in string autoconvert 81
12554: xor: logical and numerical 82 for delims 83 menu delims 84
12555: table.hash distinct 85 long string replace 86 throw+catch
12556: current language preserve 87 bit shifts 88 junction tests +
12557: $caller test 89 hash.foreach selfmodification 90 int/void to int
12558: 91 $caller test 92 junction is + def junction tests 93 $caller
12559: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
12560:
12561: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
12562: fixed] 60 string eq string [bug fixed]
12563:
12564: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
12565: 058.html, 058_paf2000.png, 059.html, 060.html,
12566: results/053.processed, results/054.processed,
12567: results/055.processed, results/056.processed,
12568: results/057.processed, results/058.processed,
12569: results/059.processed, results/060.processed: test: 53
12570: string.replace 54 junctions 55 table.hash 56 call indirect 57
12571: date.create[string] 58 image.measure[png]
12572:
12573: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
12574: outputs/051.processed, results/052.processed: test: 52
12575: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
12576: task: fix that
12577:
12578: 2003-03-03 paf
12579:
12580: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
12581: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
12582: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
12583: outputs/049.processed, outputs/050.processed,
12584: outputs/051.processed, results/001.processed,
12585: results/002.processed, results/003.processed,
12586: results/005.processed, results/006.processed,
12587: results/008.processed, results/009.processed,
12588: results/011.processed, results/012.processed,
12589: results/013.processed, results/014.processed,
12590: results/015.processed, results/016.processed,
12591: results/017.processed, results/020.processed,
12592: results/021.processed, results/022.processed,
12593: results/024.processed, results/025.processed,
12594: results/026.processed, results/027.processed,
12595: results/028.processed, results/029.processed,
12596: results/030.processed, results/031.processed,
12597: results/049.processed, results/050.processed,
12598: results/051.processed, results/043.processed,
12599: results/044.processed, results/045.processed,
12600: results/046.processed, results/047.processed,
12601: results/048.processed: tests: 43,44,45 date rolls 46
12602: autoevaluating junction 47 table.select 48 name with subvar 49
12603: hash-creating switch 50 process 51 started parent/child, works as
12604: it were but it were NOT GOOD, created separate task to fix that
12605:
12606: * tests/: 042.html, results/042.processed: test: 42
12607: exception.handled
12608:
12609: * tests/: 041.html, results/041.processed: test: 41 table.locate by
12610: expression
12611:
12612: * tests/: 040.html, results/040.processed: test: 39 method result
12613: of type table 40 method param junction auto evaluate
12614:
12615: * tests/: 039.html, results/039.processed: test: 37 method result
12616: of type table
12617:
12618: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
12619: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
12620: tests/038.html, tests/results/033.processed,
12621: tests/results/034.processed, tests/results/035.processed,
12622: tests/results/036.processed, tests/results/037.processed,
12623: tests/results/038.processed: tests: 33 string.replace 34
12624: string.upper 35 table created 36 local/global vars with juntions
12625: 37 table clone 38 math PI & number formatting
12626:
12627: math class registring typo fixed
12628:
12629: * src/classes/op.C, src/include/pa_request.h,
12630: src/include/pa_string.h, src/main/execute.C,
12631: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
12632: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
12633: tests/032.html, tests/results/032.processed: uchar changed to
12634: String_UL in all places [was not everywhere] untaint test: 032
12635:
12636: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
12637: tests/results/004.processed, tests/parser-cygwin.sh,
12638: tests/parser-unix.sh: removed -H command line key, now testing
12639: using .sh file with SERVER_SOFTWARE=xxx
12640:
12641: 2003-02-26 paf
12642:
12643: * src/main/execute.C, src/types/pa_vstateless_class.h,
12644: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
12645: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
12646: tests/results/024.processed, tests/results/025.processed,
12647: tests/results/026.processed, tests/results/027.processed,
12648: tests/results/028.processed, tests/results/029.processed,
12649: tests/results/030.processed, tests/results/031.processed: fixed
12650: bug with name_cstr mutable CharPtr more tests
12651:
12652: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
12653: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
12654: << abort. die now just exits
12655:
12656: * src/classes/classes.awk, src/classes/classes.h,
12657: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12658: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12659: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12660: src/classes/op.C, src/classes/response.C, src/classes/string.C,
12661: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
12662: src/classes/xnode.C, src/include/pa_memory.h,
12663: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
12664: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
12665: src/types/pa_vform.C, tests/015.html, tests/016.html,
12666: tests/017.html, tests/018.html, tests/019.html,
12667: tests/019paf2001.gif, tests/020.html, tests/021.html,
12668: tests/022.html, tests/023.html, tests/022_dir/a.html,
12669: tests/022_dir/b.txt, tests/022_dir/c.htm,
12670: tests/results/015.processed, tests/results/016.processed,
12671: tests/results/017.processed, tests/results/018.processed,
12672: tests/results/019.processed, tests/results/020.processed,
12673: tests/results/021.processed, tests/results/022.processed,
12674: tests/results/023.processed: methoded_array now contains all Mxxx
12675: classes SAPI::get_env now returns info on pool more tests
12676:
12677: * src/include/pa_array.h, src/include/pa_hash.h,
12678: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
12679: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
12680: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
12681: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
12682: tests/014.html, tests/Makefile, tests/outputs/create-dir,
12683: tests/results/001.processed, tests/results/002.processed,
12684: tests/results/003.processed, tests/results/004.processed,
12685: tests/results/005.processed, tests/results/006.processed,
12686: tests/results/007.processed, tests/results/008.processed,
12687: tests/results/009.processed, tests/results/010.processed,
12688: tests/results/011.processed, tests/results/012.processed,
12689: tests/results/013.processed, tests/results/014.processed: hash
12690: cloning fixed
12691:
12692: 2003-02-25 paf
12693:
12694: * src/main/pa_common.C: typo fixed
12695:
12696: 2003-02-24 paf
12697:
12698: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
12699: [one remained]
12700:
12701: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
12702: [should have been get_string(&pool)] todo: check other such calls
12703:
12704: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
12705: test10, bad lookups
12706:
12707: xxx* xxx=smartptr.get(); << is bad style, after ";" original
12708: object got destructed, and xxx points to sky
12709:
12710: * ChangeLog, src/classes/string.C: match bug fixed
12711:
12712: * src/types/pa_vmail.C: body [text/html] transcoded to
12713: $.charset[specified] now
12714:
12715: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
12716: which failed to handle sigsetjmp+throw: crashed inside of
12717: pre-throw code. rewritten simplier [though duplicating
12718: closesocket code]
12719:
12720: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
12721: which failed to handle sigsetjmp+throw: crashed inside of
12722: pre-throw code. rewritten simplier [though duplicating
12723: closesocket code]
12724:
12725: 2003-02-21 paf
12726:
12727: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
12728: $cookie:name[$.expires[date << can be now]]
12729:
12730: written makefile with regression tests [raw]
12731:
12732: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
12733: tests' only [it's not forcing CGI mode now] now use -H to output
12734: CGI header when parser used in command line [useful for tests
12735: also]
12736:
12737: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
12738: switches on CGI mode, and is used in regression tests
12739:
12740: * src/: include/pa_request.h, main/pa_request.C,
12741: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
12742: fixed
12743:
12744: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
12745: handling pa_*
12746:
12747: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
12748: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
12749: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
12750: memory handling files
12751:
12752: * src/main/pa_array.C: pool::format_integer terminator fixed
12753:
12754: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
12755: compiles OK test to show benefits of free
12756:
12757: * src/: classes/file.C, classes/image.C, classes/mail.C,
12758: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
12759: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
12760: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
12761: use pool [as the one in ^process]
12762:
12763: * src/classes/op.C: fixed process. sould now check for all cstr's
12764: -- some must use pool [as the one in ^process]
12765:
12766: 2003-02-20 paf
12767:
12768: * src/: classes/date.C, classes/double.C, classes/file.C,
12769: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
12770: classes/math.C, classes/op.C, classes/response.C,
12771: classes/string.C, classes/table.C, classes/void.C,
12772: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
12773: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
12774: string cmp fixed
12775:
12776: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
12777: values passed OK now
12778:
12779: 2003-02-19 paf
12780:
12781: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
12782: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
12783: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
12784: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
12785: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
12786: all remaning leaks resulted from pooled::malloc calls [excluding
12787: in gd -- planning complete rewrite extremely ugly code]
12788:
12789: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
12790: files
12791:
12792: 2003-02-17 paf
12793:
12794: * src/: classes/date.C, classes/double.C, classes/file.C,
12795: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12796: classes/response.C, classes/string.C, classes/table.C,
12797: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
12798: include/pa_stylesheet_connection.h,
12799: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
12800: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
12801: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
12802: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
12803: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
12804: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
12805: of unitialized simple-typed field
12806:
12807: * src/: classes/classes.C, classes/classes.h, main/execute.C,
12808: main/pa_charset.C, main/pa_request.C: another bug of unitialized
12809: simple-typed field fixed. todo: find&kill all like that one
12810:
12811: * src/: main/execute.C, targets/cgi/pa_pool.C,
12812: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
12813: debug output fixed
12814:
12815: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
12816: main/pa_request.C: stack-stored items need extra .ref to prevent
12817: object_ptr from delete[them]
12818:
12819: * src/: classes/date.C, classes/op.C, classes/table.C,
12820: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
12821: include/pa_charset.h, main/Makefile.am, main/main.dsp,
12822: main/pa_charset.C, main/pa_common.C,
12823: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
12824: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
12825: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
12826: calls
12827:
12828: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
12829: couple mem leaks rusulted from old pooled::malloc usage.
12830: todo:find more like those
12831:
12832: * src/main/: compile.C, compile_tools.C: 2*2!
12833:
12834: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
12835: stackItem fixed [there were no string on stack before]
12836:
12837: * src/: main/execute.C, main/pa_request.C,
12838: types/pa_vmethod_frame.C: first letters out OK
12839:
12840: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
12841: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
12842: main/pa_string.C, main/untaint.C, types/pa_value.h,
12843: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
12844: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
12845: type not initialized with zeros :( while class fields of class
12846: types initialized with default constructors. learn C++
12847:
12848: * src/: classes/classes.awk, classes/double.C, classes/file.C,
12849: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
12850: classes/math.C, classes/xdoc.C, classes/xnode.C,
12851: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
12852: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
12853:
12854: 2003-02-14 paf
12855:
12856: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
12857: 13 link errors
12858:
12859: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
12860: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
12861: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
12862: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
12863: errors :)
12864:
12865: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
12866: classes/hash.C, classes/mail.C, classes/op.C,
12867: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
12868: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
12869: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
12870: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
12871:
12872: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
12873: classes/table.C, include/pa_common.h, include/pa_globals.h,
12874: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
12875: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
12876: types/pa_vint.h, types/types.dsp: op compiled
12877:
12878: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
12879: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
12880: main/untaint.C, types/pa_vtable.h: string, response compiled
12881:
12882: 2003-02-07 paf
12883:
12884: * src/: classes/table.C, types/pa_vtable.h: table compiled
12885:
12886: 2003-02-06 paf
12887:
12888: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
12889: mail compiled
12890:
12891: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
12892: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
12893: types/pa_vfile.h, types/pa_vimage.h: image compiled
12894:
12895: * src/classes/: file.C, form.C: form compiled
12896:
12897: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
12898: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
12899: types/pa_vfile.C, types/pa_vfile.h: file compiled
12900:
12901: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
12902: types/pa_vmath.h: math compiled [win32]
12903:
12904: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
12905: types/pa_vstring.h: hash compiled
12906:
12907: 2003-02-04 paf
12908:
12909: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
12910: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
12911: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
12912: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
12913: types/pa_vhash.h: hash 50% compiled
12914:
12915: * src/: classes/date.C, classes/file.C, classes/hash.C,
12916: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
12917: classes/string.C, classes/table.C, classes/xdoc.C,
12918: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
12919: main/pa_string.C: date compiled
12920:
12921: * src/classes/: classes.dsp, double.C: double compiled
12922:
12923: * src/: classes/date.C, classes/double.C, classes/file.C,
12924: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
12925: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
12926: classes/string.C, classes/table.C, classes/void.C,
12927: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
12928: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
12929: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
12930: compiled
12931:
12932: * src/: classes/date.C, classes/double.C, classes/file.C,
12933: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
12934: classes/math.C, classes/op.C, classes/response.C,
12935: classes/string.C, classes/table.C, classes/void.C,
12936: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12937: types/pa_vvoid.h: void compiled :)
12938:
12939: * src/: include/pa_globals.h, main/pa_cache_managers.C,
12940: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12941: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
12942: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
12943: main/pa_string.C, main/pa_uue.C, main/untaint.C,
12944: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
12945: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
12946: types/pa_vresponse.C, types/pa_vstateless_class.C,
12947: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
12948: types/pa_wcontext.C, types/types.dsp: removed stupid
12949: value_includes.h
12950:
12951: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
12952: trying to remove stupid value_includes.h
12953:
12954: * src/main/pa_exec.C: pa_exec compiled on win32
12955:
12956: * src/main/pa_exec.C: libmain.a compiled on six [unix]
12957:
12958: * src/: include/pa_globals.h, include/pa_request.h,
12959: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
12960: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
12961: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
12962: types/pa_vrequest.C, types/pa_vstateless_class.C,
12963: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
12964:
12965: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
12966: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
12967: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
12968:
12969: * src/: include/pa_array.h, include/pa_config_includes.h,
12970: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
12971: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
12972: compiled
12973:
12974: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
12975: name conflicts)
12976:
12977: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
12978: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
12979: yelds "virtual memory exhausted" while trying to compile
12980: execute.C [eating up to 127MB]
12981:
12982: 2003-02-03 paf
12983:
12984: * src/: include/pa_config_includes.h, include/pa_hash.h,
12985: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
12986: main/pa_common.C, types/pa_value.C, types/pa_value.h,
12987: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
12988: types/pa_vint.h, types/pa_vjunction.h,
12989: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
12990: started gcc compiling pa_common compiled
12991:
12992: * src/: include/pa_exception.h, include/pa_pool.h,
12993: main/pa_exception.C: exception gcc change #1
12994:
1.101 moko 12995: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
12996: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 12997:
12998: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
12999:
13000: * src/types/pa_vtable.C: vtable compiled
13001:
13002: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
13003:
13004: * src/: include/pa_cache_managers.h, main/pa_request.C,
13005: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
13006:
13007: * src/types/pa_vstateless_class.C: vstateless_class compiled
13008:
13009: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
13010:
13011: * src/types/pa_vrequest.C: vrequest compiled
13012:
13013: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
13014: pa_vobject.C, pa_vobject.h: vobject compiled
13015:
13016: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
13017: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
13018: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
13019: compiled
13020:
13021: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
13022:
13023: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
13024: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
13025: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
13026: compiled
13027:
13028: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13029: main.lib - 0 error(s), 0 warning(s)
13030:
13031: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
13032: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
13033:
13034: 2003-01-31 paf
13035:
13036: * src/: include/pa_array.h, include/pa_operation.h,
13037: include/pa_request.h, main/execute.C, main/main.dsp,
13038: types/pa_vjunction.h: started last file from main library:
13039: execute
13040:
13041: * src/: include/pa_request.h, include/pa_sapi.h,
13042: main/compile.tab.C, main/compile.y, main/compile_tools.h,
13043: main/pa_request.C, targets/cgi/parser3.C,
13044: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
13045: types/pa_vhash.h: pa_request compiled
13046:
13047: * src/: classes/op.C, classes/string.C, include/pa_common.h,
13048: include/pa_globals.h, include/pa_request.h,
13049: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
13050: main/execute.C, main/main.dsp, main/pa_common.C,
13051: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
13052: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
13053: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
13054: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
13055: types/types.dsp: most pa_request compiled
13056:
13057: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13058: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13059: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13060: classes/op.C, classes/response.C, classes/string.C,
13061: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
13062: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
13063: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13064: include/pa_config_fixed.h, include/pa_config_includes.h,
13065: include/pa_dictionary.h, include/pa_dir.h,
13066: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13067: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
13068: include/pa_pool.h, include/pa_request.h,
13069: include/pa_request_charsets.h, include/pa_request_info.h,
13070: include/pa_sapi.h, include/pa_socks.h,
13071: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13072: include/pa_stack.h, include/pa_string.h,
13073: include/pa_stylesheet_connection.h,
13074: include/pa_stylesheet_manager.h, include/pa_table.h,
13075: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13076: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
13077: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
13078: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
13079: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
13080: main/compile.C, main/compile.tab.C, main/compile.y,
13081: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13082: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
13083: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
13084: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
13085: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
13086: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13087: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
13088: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
13089: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
13090: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13091: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
13092: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13093: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
13094: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
13095: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
13096: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13097: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13098: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13099: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13100: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13101: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
13102: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13103: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13104: types/pa_vresponse.h, types/pa_vstateless_class.C,
13105: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13106: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13107: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13108: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13109: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13110: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
13111:
13112: * ChangeLog, src/classes/classes.h, src/classes/op.C,
13113: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13114: src/include/pa_charsets.h, src/include/pa_common.h,
13115: src/include/pa_dictionary.h, src/include/pa_exception.h,
13116: src/include/pa_exec.h, src/include/pa_pool.h,
13117: src/include/pa_request.h, src/include/pa_sapi.h,
13118: src/include/pa_sql_connection.h,
13119: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
13120: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
13121: src/main/compile.tab.C, src/main/compile_tools.C,
13122: src/main/compile_tools.h, src/main/main.dsp,
13123: src/main/pa_charset.C, src/main/pa_charsets.C,
13124: src/main/pa_common.C, src/main/pa_dictionary.C,
13125: src/main/pa_exception.C, src/main/pa_exec.C,
13126: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13127: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
13128: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
13129: src/types/pa_vclass.h, src/types/pa_vcookie.C,
13130: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13131: src/types/pa_vdouble.h, src/types/pa_venv.h,
13132: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
13133: src/types/pa_vhash.h, src/types/pa_vimage.C,
13134: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
13135: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
13136: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13137: src/types/pa_vobject.C, src/types/pa_vobject.h,
13138: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13139: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13140: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13141: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
13142: src/types/pa_vstring.h, src/types/pa_vtable.h,
13143: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
13144: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
13145: died, long live StringPtr
13146:
13147: 2003-01-30 paf
13148:
13149: * src/: include/pa_charset.h, include/pa_request.h,
13150: include/pa_sql_driver_manager.h, main/compile.tab.C,
13151: main/compile.y, main/compile_tools.h, main/pa_request.C,
13152: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
13153:
13154: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
13155: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
13156: types/pa_vhash.h, types/pa_vmethod_frame.h,
13157: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13158: types/types.dsp: vstateless_class compiled
13159:
13160: * src/main/compile.C: compile compiled
13161:
13162: * src/: include/pa_array.h, include/pa_operation.h,
13163: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
13164: main/pa_table.C: compile_tools compiled
13165:
13166: * src/: include/pa_operation.h, main/compile.y,
13167: main/compile_tools.C, main/compile_tools.h: started
13168: compile_tools. vagues ideas of how to free compiled code
13169:
13170: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
13171: main/main.dsp, types/pa_value.C, types/pa_value.h,
13172: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
13173: compiled
13174:
13175: 2003-01-29 paf
13176:
13177: * src/: include/pa_globals.h, include/pa_request.h,
13178: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
13179: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
13180: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
13181: compiled
13182:
13183: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
13184: now
13185:
13186: * src/: include/pa_array.h, include/pa_exception.h,
13187: include/pa_pool.h, main/pa_exception.C: gd compiled
13188:
13189: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
13190: compiled
13191:
13192: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
13193: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
13194: types/pa_vfile.h: vfile compiled
13195:
13196: * src/: include/pa_common.h, include/pa_globals.h,
13197: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
13198: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
13199: types/pa_vform.C, types/pa_vform.h: vcookie compiled
13200:
13201: * src/: include/pa_exception.h, main/pa_cache_managers.C,
13202: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
13203: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
13204: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13205: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
13206:
13207: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
13208: main/main.dsp, main/untaint.C: more compiled
13209:
13210: * src/: include/pa_charsets.h, include/pa_request.h,
13211: include/pa_request_info.h, include/pa_string.h,
13212: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
13213: types/pa_vresponse.h: vrequest compiled
13214:
13215: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
13216: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
13217: pa_vresponse.h, pa_wcontext.h: vrequest compiled
13218:
13219: * src/: classes/classes.h, include/pa_charset.h,
13220: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
13221: include/pa_request.h, include/pa_string.h, main/main.dsp,
13222: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
13223: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
13224: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
13225: types/pa_vrequest.C, types/pa_vrequest.h,
13226: types/pa_vstateless_class.h, types/pa_vstring.h,
13227: types/pa_vvoid.h: vrequest,vdouble,vint compiled
13228:
13229: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
13230: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
13231: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
13232: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
13233: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13234: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
13235: types/pa_vobject.h, types/pa_vstateless_class.h,
13236: types/pa_vstateless_object.h, types/pa_vstatus.h,
13237: types/pa_vstring.h, types/types.dsp: vmath compiled
13238:
13239: 2003-01-28 paf
13240:
13241: * src/: classes/classes.h, classes/date.C, classes/file.C,
13242: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
13243: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
13244: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
13245: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
13246: compile_tools
13247:
13248: * src/: include/pa_charset.h, include/pa_exception.h,
13249: include/pa_request.h, include/pa_string.h, main/untaint.C:
13250: untaint compiled
13251:
13252: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
13253: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
13254: more compiled. struck with string::store_to needing to know
13255: source/client charsets
13256:
13257: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
13258: types/pa_vfile.h: uue compiled
13259:
13260: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
13261: table compiled
13262:
13263: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
13264: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
13265:
13266: * src/: include/pa_charset.h, main/pa_charset.C,
13267: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
13268: introduced]
13269:
13270: * src/: classes/date.C, include/pa_charset.h,
13271: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
13272: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
13273: pa_charsets compiled
13274:
13275: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
13276: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
13277:
13278: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
13279: common compiled
13280:
13281: * src/: include/pa_charsets.h, main/pa_charsets.C,
13282: main/pa_sql_driver_manager.C: pa_charsets compiled
13283:
13284: * src/: include/pa_array.h, include/pa_charset.h,
13285: include/pa_charsets.h, include/pa_pool.h,
13286: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13287: include/pa_stack.h, include/pa_string.h,
13288: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
13289: sql_driver_manager compiled
13290:
13291: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
13292: letter i with two dots added to koi, all ukranian letters added
13293: to win1251.
13294:
13295: typographic simbol 0xb9 deleted from win1251 [strange one & were
13296: abscent from koi]
13297:
13298: 2003-01-27 paf
13299:
13300: * src/: include/pa_exception.h, include/pa_sql_connection.h,
13301: include/pa_sql_driver_manager.h, include/pa_string.h,
13302: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
13303: sql/pa_sql_driver.h: paused on sql_manager
13304:
13305: * src/: include/pa_cache_managers.h, include/pa_pool.h,
13306: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13307: include/pa_stack.h, main/pa_sql_driver_manager.C,
13308: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
13309:
13310: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
13311: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13312: include/pa_table.h, main/pa_sql_driver_manager.C,
13313: main/pa_table.C: table compiled
13314:
13315: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
13316: cache_managers compiled
13317:
13318: * src/: include/pa_array.h, include/pa_charset.h,
13319: include/pa_pool.h, main/pa_charset.C: charset compiled
13320:
13321: * src/: include/pa_pool.h, main/pa_common.C: common compiled
13322:
13323: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
13324: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
13325: main/pa_string.C, types/pa_value.C, types/pa_value.h,
13326: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
13327: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
13328:
13329: 2003-01-24 paf
13330:
13331: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
13332: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
13333: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
13334: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
13335: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
13336: types/pa_vint.h, types/pa_vjunction.h,
13337: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13338: types/pa_vstatus.h, types/pa_vstring.h: more patched
13339:
13340: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
13341: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
13342: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
13343: main/pa_string.C, main/pa_table.C: string compiled
13344:
13345: * src/: include/pa_array.h, include/pa_common.h,
13346: include/pa_dictionary.h, include/pa_exception.h,
13347: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
13348: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
13349: main/pa_string.C: dictionary compiled
13350:
13351: 2003-01-23 paf
13352:
13353: * src/: include/pa_array.h, include/pa_common.h,
13354: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
13355: include/pa_request.h, include/pa_string.h, main/pa_common.C,
13356: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
13357: types/pa_value.h: resurrected pool in new sense: now it's
13358: factory, producing&accounting memory chunks for read[autofree]
13359: buffers
13360:
13361: * src/: include/pa_array.h, include/pa_exception.h,
13362: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
13363: main/pa_exception.C, main/pa_table.C: table compiled
13364:
13365: * src/: classes/image.C, classes/op.C, include/pa_array.h,
13366: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
13367: include/pa_pool.h, include/pa_pragma_pack_begin.h,
13368: include/pa_pragma_pack_end.h, include/pa_sapi.h,
13369: include/pa_string.h, include/pa_table.h, include/pa_types.h,
13370: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
13371: main/pa_table.C: aint that easy
13372:
13373: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
13374: main/main.dsp: continued with Hash
13375:
13376: * src/main/pa_common.C: connect_string allocated on heap[wes on
13377: stack] now. and exception can be reported OK now [can be reported
13378: outside of pro c with that stack]
13379:
13380: 2003-01-22 paf
13381:
13382: * src/: include/pa_array.h, include/pa_charset.h,
13383: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
13384: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
13385: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
13386: base: contains references_count. auto_ptr template calls
13387: add_ref/release
13388:
13389: 2003-01-21 paf
13390:
13391: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13392: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13393: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13394: classes/op.C, classes/response.C, classes/string.C,
13395: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
13396: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
13397: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13398: include/pa_config_fixed.h, include/pa_config_includes.h,
13399: include/pa_dictionary.h, include/pa_dir.h,
13400: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13401: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
13402: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
13403: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
13404: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13405: include/pa_stack.h, include/pa_string.h,
13406: include/pa_stylesheet_connection.h,
13407: include/pa_stylesheet_manager.h, include/pa_table.h,
13408: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13409: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
13410: lib/pcre/pcre_parser_ctype.c, main/compile.C,
13411: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13412: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
13413: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
13414: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
13415: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
13416: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
13417: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
13418: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
13419: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
13420: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
13421: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
13422: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
13423: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
13424: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13425: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13426: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13427: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13428: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
13429: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
13430: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
13431: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13432: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13433: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13434: types/pa_vstateless_object.h, types/pa_vstatus.C,
13435: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13436: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
13437: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
13438: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
13439: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
13440: 2002->2003
13441:
13442: 2003-01-16 paf
13443:
13444: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13445: src/main/pa_globals.C: http:// introducing $.any-status(1)
13446:
13447: * operators.txt, src/include/pa_config_fixed.h,
13448: src/main/pa_common.C: http request now return status. and not
13449: fail on status!=200
13450:
13451: 2003-01-15 paf
13452:
13453: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
13454:
13455: 2003-01-14 paf
13456:
13457: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
13458: mkinstalldirs: removed some ancient files [they in / really]
13459:
13460: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
13461: regretfully needed patch in two places. in config_fixed.h made
13462: stubs for lib to compile in MSVC
13463:
13464: 2003-01-13 paf
13465:
13466: * config.guess, config.sub, ltmain.sh: removed last piece of
13467: configure.in(libtool) hacks
13468:
1.101 moko 13469: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 13470: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
13471: ltdl.h: moved to latest libtool (1.4.3)
13472:
13473: 2003-01-10 paf
13474:
13475: * src/lib/ltdl/: configure, configure.in: PROG_NM
13476:
13477: * src/main/pa_globals.C: moved to latest xml lib versions, changed
13478: patches. libxml2 >= 2.5.1
13479: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
13480: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
13481: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
13482:
13483: * INSTALL: moved to latest versions of xml libs libxml2 >=
13484: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
13485: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
13486: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
13487:
13488: 2003-01-09 paf
13489:
13490: * INSTALL: xml,xslt,gdome lib urls updated
13491:
13492: * config.guess, config.sub, missing, mkinstalldirs,
1.101 moko 13493: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 13494: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.101 moko 13495: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
13496: 1.7.2
1.95 moko 13497:
13498: * depcomp: moving to automake 1.7.2
13499:
13500: 2002-12-27 paf
13501:
13502: * src/include/pa_version.h: 0007
13503:
13504: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
13505: outdated parts, made links to language docs
13506:
13507: * src/include/pa_config_auto.h.in: comment
13508:
13509: 2002-12-26 paf
13510:
13511: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
13512: not contain trailing / fixed.
13513:
13514: * INSTALL: changing SAFE_MODE politics
13515:
13516: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
13517:
13518: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
13519:
13520: 2002-12-25 paf
13521:
13522: * src/main/pa_globals.C: optimized-xml
13523:
13524: * src/main/pa_globals.C: optimized-as-is
13525:
13526: 2002-12-24 paf
13527:
13528: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
13529: fixed [were really called with zero size when .html?a=&b=]
13530:
13531: * src/classes/mail.C: $MAIL in @conf now invalid when configured
13532: with --with-sendmail
13533:
13534: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
13535: fixed]
13536:
13537: 2002-12-23 paf
13538:
13539: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
13540: ignoring parameters & were storing only string with default
13541: expires
13542:
13543: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
13544: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
13545: December 23, 2002 4:22 AM Subject: bug â
13546: Charset::transcode_buf2xchar
13547:
13548: 2002-12-20 paf
13549:
13550: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
13551: non-cgi [script] runs
13552:
13553: 2002-12-19 paf
13554:
13555: * INSTALL: --without-iconv recommended [it crashes on some systems
13556: [tested on elik]] moreover, it's not needed there [parser
13557: registers charsets itself]
13558:
13559: * INSTALL: --without-iconv recommended [it crashes on some systems
13560: [tested on elik]]
13561:
13562: * operators.txt, src/include/pa_globals.h,
13563: src/include/pa_request.h, src/main/pa_globals.C,
13564: src/main/pa_request.C: $response:download
13565:
13566: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
13567: compiler [win32]].
13568:
13569: 2002-12-18 paf
13570:
13571: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
13572:
13573: 2002-12-17 paf
13574:
13575: * src/targets/cgi/parser3.C: merged die&iis changes
13576:
13577: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
13578: to exit(1) 2. more flexible iilegal call check
13579:
13580: 2002-12-16 paf
13581:
13582: * ltmain.sh: some automakes silly insist on having this handy
13583:
13584: * src/main/untaint.C: filespec russian small 'r' changed to latin
13585: 'p' bug fix
13586:
13587: 2002-12-15 paf
13588:
13589: * src/main/untaint.C: filespec russian small 'r' changed to latin
13590: 'p'
13591:
13592: * configure.in, src/include/pa_config_auto.h.in,
13593: src/main/compile.C, src/main/pa_common.C: merged small changes
13594: from branch 6 to HEAD
13595:
13596: * src/main/compile.C: removed warning
13597:
13598: * src/main/pa_common.C: ftruncate having checked
13599:
13600: * configure.in, src/include/pa_version.h: new version
13601:
13602: 2002-12-14 paf
13603:
13604: * src/classes/table.C: removed unnecessary code
13605:
13606: * src/sql/pa_sql_driver.h: exception type fixed
13607:
13608: 2002-12-09 paf
13609:
13610: * src/types/pa_vvoid.h: $void.store[now] error
13611:
13612: * src/targets/cgi/parser3.C: ::die now tries to write core dump
13613:
13614: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
13615: tries to write core dump
13616:
13617: * src/targets/cgi/parser3.C: ::die now tries to write core dump
13618:
13619: * src/: classes/hash.C, classes/string.C, classes/table.C,
13620: classes/void.C, main/pa_sql_driver_manager.C,
13621: sql/pa_sql_driver.h: changed exception handling mech in sql
13622: handlers #2
13623:
13624: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
13625: exception handling mech in sql handlers
13626:
13627: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
13628: handlers
13629:
13630: * src/: classes/hash.C, classes/string.C, classes/table.C,
13631: classes/void.C, main/pa_sql_driver_manager.C,
13632: sql/pa_sql_driver.h: changed exception handling mech in sql
13633: handlers
13634:
1.101 moko 13635: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
13636: to write makefile which used libtool to install things, which is
13637: not needed
1.95 moko 13638:
13639: 2002-12-06 paf
13640:
13641: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
13642: $hash.fields -- pseudo field to make 'hash' more like 'table'
13643:
13644: 2002-12-05 paf
13645:
13646: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
13647: cc/bcc OK now
13648:
13649: * src/main/untaint.C: mail header closed properly
13650:
13651: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
13652: header ',' allowed. still bugs in smtp [only one receiptient
13653: works, cc, bcc ignored now, and MAILED ;)]
13654:
13655: [strncpy killed, memnchr used]
13656:
13657: * src/main/pa_table.C: table-copy now current=0
13658:
13659: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
13660: lowlevel proc
13661:
13662: * src/targets/cgi/parser3.C: more checks on
13663: http://domain/parser.cgi start [maybe some getenv returns "",
13664: checked that now
13665:
13666: * src/targets/cgi/parser3.C: more checks on
13667: http://domain/parser.cgi start [maybe some getenv returns "",
13668: checked that now
13669:
13670: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
13671: out-of-mem errors reached log]
13672:
13673: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
13674: mail:send MIME-Version default
13675:
13676: * src/main/main.dsp: pa_version included into main.dsp
13677:
13678: 2002-12-04 paf
13679:
13680: * src/types/pa_vform.C: $form:field string value cut by premature 0
13681:
13682: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
13683: lib/libltdl -> lib/ltdl Win32 changes. s
13684:
13685: * src/classes/classes.awk: more strict *.C$
13686:
13687: * gnu.dsp: restored
13688:
1.101 moko 13689: * configure.in, gnu.dsp, src/lib/Makefile.am,
13690: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
13691: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
13692: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
13693: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
13694: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
13695: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
13696: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
13697: now created with /configure, not ltdl/configure, so it does have
13698: no problems with automake. ltdl/configure
13699: AC_OUTPUT(Makefile<<removed)
1.95 moko 13700:
13701: 2002-12-02 paf
13702:
13703: * operators.txt: removed outdated status:db
13704:
13705: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
13706: src/main/pa_common.C, src/main/pa_request.C,
13707: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
13708: tainted parts becomes http-header
13709:
13710: 2002-11-29 paf
13711:
13712: * src/classes/date.C, src/classes/image.C, operators.txt: exif
13713: dates now objects of type date
13714:
13715: * src/classes/image.C: file.seek removed [it were used in image.C
13716: only, and for parser user this means that jpeg image has bad
13717: size in fragment's header] now used image.format
13718:
13719: * src/: include/pa_common.h, main/pa_common.C,
13720: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
13721: now handled exactly like $response:header values. e.g. can be
13722: hash [can have subattributes] & contain date values.
13723:
13724: * src/main/pa_common.C: http:// param values lang forced URI
13725:
13726: * src/main/pa_common.C: http:// tainted partes now %xx
13727:
13728: 2002-11-28 paf
13729:
13730: * operators.txt: http.timeout
13731:
13732: * src/classes/image.C: ^image.length now counts interchar space.
13733: plus space after last char
13734:
13735: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
13736:
13737: * src/classes/image.C: ^image.font width measurer now scans full
13738: height [were -1]
13739:
13740: * configure.in: stopped double libltdl/Makefile generation
13741:
13742: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
13743: chars [one top horizontal line of 1pixel height were missing]
13744:
13745: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
13746: 'false' to go into (Hash *) parameter
13747:
13748: 2002-11-27 paf
13749:
13750: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
13751: types/pa_vmail.C: response:body[file] if file nows it's name now
13752: returns content-disposition: >>attachment<<
13753:
13754: * src/classes/image.C: ^image.font << bad font file-size now
13755: properly reported
13756:
13757: 2002-11-26 paf
13758:
13759: * src/main/pa_request.C: fixed lang in reponse header
13760:
13761: * src/main/pa_common.C: utf8 prefix ignored @read text
13762:
13763: * operators.txt, src/main/pa_common.C: http:// response status!=200
13764: made exception: http.status with source=bad status#
13765:
13766: 2002-11-25 paf
13767:
13768: * configure.in, src/classes/image.C,
13769: src/include/pa_config_auto.h.in,
13770: src/include/pa_config_includes.h, src/main/Makefile.am,
1.101 moko 13771: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
13772: const void related probs fixed
1.95 moko 13773:
13774: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
13775:
13776: $file[^file::load[http://there]] $file.SERVER
13777:
13778: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
13779: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
13780: http options [invalid onces now reported] made default
13781: user-agent: paf
13782:
13783: * operators.txt, src/classes/file.C, src/classes/table.C,
13784: src/classes/xdoc.C, src/include/pa_common.h,
13785: src/include/pa_globals.h, src/main/pa_common.C,
13786: src/main/pa_globals.C, src/main/pa_request.C,
13787: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
13788: now understand http:// prefix and additional params, sample:
13789: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
13790: $.USER-AGENT[parser3] ]]
13791:
13792: 2002-11-22 paf
13793:
13794: * src/classes/image.C, src/include/pa_globals.h,
13795: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
13796: src/types/pa_vimage.h, operators.txt: $image.exif support
13797: $image.exif.DateTime & co
13798:
13799: 2002-11-21 paf
13800:
13801: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
13802: _PASS_APPENDED)
13803:
13804: * src/classes/image.C: jpeg size measure fixed: were badly skipping
13805: EXIF information [were big block and it's size were considered
13806: negative :(]
13807:
13808: * operators.txt, src/classes/image.C, src/include/pa_common.h,
13809: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
13810: internals rewritten. no there's reader.seek, and all's ready for
13811: EXIF extraction [now we fail to measure files with EXIF info]
13812:
13813: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
13814: O_TRUNC truncates even exclusevely write-locked file [thanks to
13815: Igor Milyakov <virtan@rotabanner.com> for discovering]
13816:
13817: 2002-11-20 paf
13818:
13819: * src/targets/cgi/parser3.C: logging @signal += query_string
13820:
13821: * configure.in, src/include/pa_config_auto.h.in,
13822: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
13823: comment
13824:
13825: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
13826:
13827: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
13828: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
13829: currently processed document SIGPIPE >> interrupts request
13830: processing [exception = DB rollback]
13831:
13832: * src/main/pa_exec.C: comment
13833:
13834: * src/main/pa_exec.C: pa_exec: data written only if size>0
13835:
13836: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
13837: << disable HTTP-POST repassing
13838:
13839: * src/: include/pa_config_fixed.h, main/pa_common.C,
13840: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
13841: pipe read errors now checked
13842:
13843: 2002-11-19 paf
13844:
13845: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
13846: CGI: Illegal call
13847:
13848: 2002-11-01 paf
13849:
13850: * src/main/execute.C: comment
13851:
13852: 2002-10-31 paf
13853:
13854: * src/main/execute.C: found out why, checked that for now. todo:
13855: find out a way for that user could do that
13856:
13857: * src/types/pa_vstateless_object.h: object put replaces static
13858: parent if any
13859:
13860: * src/types/pa_vobject.C: object put replaces static parent if any
13861:
13862: * src/: classes/form.C, classes/mail.C, classes/op.C,
13863: classes/xnode.h, main/compile.tab.C, main/execute.C,
13864: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
13865: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
13866: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
13867: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13868: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
13869: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
13870: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13871: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13872: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13873: types/pa_vstateless_object.h, types/pa_vstatus.C,
13874: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
13875: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
13876: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
13877: types/pa_wwrapper.h: static fix merged
13878:
13879: * src/: main/compile.tab.C, types/pa_vobject.C: killed
13880: $virtual_fields in dynamic, but one can reach derived
13881: static[class] variable from base
13882:
13883: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
13884: types/pa_vobject.C, types/pa_vobject.h,
13885: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
13886: statics, left $virtual_fields in dynamic
13887:
13888: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
13889: one can't remember derivates in base class: there's so many of
13890: them. also there can be no virtual method calls in static
13891: classes
13892:
13893: * src/: classes/form.C, classes/mail.C, classes/op.C,
13894: classes/xnode.h, main/execute.C, main/pa_request.C,
13895: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13896: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
13897: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
13898: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13899: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
13900: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13901: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13902: types/pa_vresponse.C, types/pa_vresponse.h,
13903: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13904: types/pa_vstateless_object.h, types/pa_vstatus.C,
13905: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
13906: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
13907: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
13908: types/pa_wwrapper.h: static call $self fixed
13909:
13910: * src/main/execute.C: comment
13911:
13912: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
13913: ^process[$caller.self]{...} now compiles to last derived object
13914: part of that 'self'
13915:
13916: 2002-10-29 paf
13917:
13918: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
13919: re-passing [iis to blame]
13920:
13921: * src/classes/string.C: changed string.save to pass current sql
13922: connection to cstr thus one can ^connect[some server]{
13923: $s[insert into table x (x) values (^taint[sql]{value})]
13924: ^s.save[some.sql] } and he'd get in some.sql file code with
13925: properly escaped. [tried in mssql->mysql export->import of
13926: binary data]
13927:
13928: 2002-10-25 paf
13929:
13930: * src/types/pa_vresponse.C: case insensitive response user fields
13931: get/put
13932:
13933: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
13934: types/pa_vresponse.C: saving for maybe-future
13935:
13936: 2002-10-23 paf
13937:
13938: * operators.txt, src/classes/table.C: ^table.hash{code}...
13939: ^table.hash(expr)...
13940:
13941: * src/types/pa_vmail.C: email whitespace trimBoth-ed
13942:
13943: 2002-10-22 paf
13944:
13945: * src/types/: pa_vform.C, pa_vform.h: removed needless
13946: VForm::Append...(...Value)
13947:
13948: * src/main/execute.C: $.name outside of $name[...] checked
13949:
13950: * src/main/: compile.tab.C, compile.y: lexer changed to fix
13951: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
13952:
13953: 2002-10-21 paf
13954:
13955: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
13956: $form:qtail $form:imap.x/y
13957:
13958: * operators.txt, src/types/pa_vform.C: $form:nameless =
13959: "?value&...", "...&value&...", "...&value"
13960:
13961: * operators.txt, src/types/pa_vform.C: $form:image-map
13962:
13963: * operators.txt, src/classes/file.C: /some/page.html:
13964: ^file:fullpath[a.gif] => /some/a.gif
13965:
13966: 2002-10-17 paf
13967:
13968: * src/main/: compile.tab.C, compile.y: operators precedence changed
13969: a little: logical not and bitwise negation precedence made
13970: highest, << and >> bitshits precedence made equal [were << higher
13971: than >>]
13972:
13973: * src/classes/op.C: exception handling fixed [were bad with
13974: contexts]
13975:
13976: 2002-10-16 paf
13977:
13978: * src/: classes/op.C, include/pa_request.h, main/execute.C,
13979: main/pa_request.C: Request::self considered equal to
13980: VMethodFrame::self, and removed, Request::get_self() mapped to
13981: VMethodFrame.self()
13982:
13983: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
13984: $hash in open field now gives old good error meesage
13985:
13986: 2002-10-15 paf
13987:
13988: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
13989: use ^if($junction is junction){was and now true}
13990:
13991: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
13992: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
13993: types/pa_vxnode.C: xml->parser strings now have origin, which
13994: points to place where value left xml library and came to parser:
13995: place of dom field extraction/call
13996:
13997: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
13998: main/compile.tab.C, main/compile.y, main/execute.C,
13999: types/pa_vmethod_frame.h: removed last pieces of old code
14000: allowing $junction.xxx at compile time
14001:
14002: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
14003: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
14004: objects also considered [were only classes]
14005:
14006: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
14007: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
14008: with CLASS self. [ (request&method_frame).self temporarily
14009: changed ]
14010:
14011: * src/classes/: hash.C, op.C: method_frame now always changed, with
14012: no exception to native calls. for&foreach changed to use
14013: method_frame.caller for their var's name context
14014:
14015: * src/: main/execute.C, targets/cgi/parser3.C,
14016: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
14017: compiling to system classes disabled
14018:
14019: * operators.txt, src/classes/op.C:
14020: ^process[$caller.CLASS]{code-string} added
14021:
14022: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
14023: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
14024: src/types/Makefile.am, src/types/pa_vjunction.C,
14025: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
14026: src/types/types.dsp: removed $junction.get $junction.set[]
14027: introducing $caller
14028:
14029: * src/types/pa_value.h: removed outdated comments. doxygen would
14030: find them lower by inheritance tree
14031:
14032: * src/types/pa_vjunction.C: ident
14033:
14034: 2002-10-14 paf
14035:
14036: * src/classes/op.C: process compiles to code's class class
14037:
14038: * src/: classes/form.C, classes/mail.C, classes/op.C,
14039: include/pa_request.h, main/compile.C, main/compile.tab.C,
14040: main/compile.y, main/execute.C, main/pa_request.C,
14041: types/pa_vstateless_class.h: operators now main-class-methods
14042:
14043: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
14044: better stack trace [has "call" & co there]
14045:
14046: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
14047: operators @auto now executed in MAIN context
14048:
14049: * src/main/execute.C: operator execution context now = MAIN, not
14050: closest stack frame
14051:
14052: @touchit[] $i[after]
14053:
14054: ----t.html $i[before] << local ^touchit[] $i << now 'before',
14055: were 'after'
14056:
14057: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
14058: 'after'
14059:
14060: * src/main/execute.C: comment
14061:
14062: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
14063: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
14064: action]
14065:
14066: * src/types/pa_vxnode.C: misreplace fixed
14067:
14068: * configure, configure.in, src/include/pa_config_auto.h.in,
14069: src/types/pa_vstatus.C, operators.txt:
14070: $status:rusage.tv_secs/usecs introduced
14071:
14072: 2002-10-09 paf
14073:
14074: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
14075: on empty string [or uses (default)]
14076:
14077: 2002-10-08 paf
14078:
14079: * src/main/untaint.C: mail header quoted printable changed after
14080: RFC reread
14081:
14082: * operators.txt: plan on ^if(method
14083:
14084: * src/types/pa_vxnode.C: misreplace
14085:
14086: 2002-09-24 paf
14087:
1.101 moko 14088: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 14089:
14090: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
14091: mailreceive would compile on freebsd now
14092:
14093: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
14094: configure, configure.in, src/include/pa_config_auto.h.in,
1.101 moko 14095: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
14096: mailreceive would compile on freebsd now
1.95 moko 14097:
14098: * src/: classes/file.C, main/untaint.C: 1. file spec language
14099: changed: now there are only few chars are untainted: * ? ' " < >
14100: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
14101: one should use ^untaint[uri]{...} now]
14102:
14103: 2. $list[^file:list[dir]] now returns simply tainted names in
14104: $list.name, not tainted as filespec
14105:
14106: @russianindex[] #dir with files with russian-lang names
14107: $where[dir]
14108:
14109: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
14110: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
14111:
14112: 2002-09-23 paf
14113:
14114: * src/types/pa_vdouble.h: double->int round added
14115:
14116: * src/classes/date.C: date bug fix, now
14117: round(floatDays*secondsPerDay)
14118:
14119: * src/classes/date.C: date bug fix, now
14120: round(floatDays*secondsPerDay)
14121:
14122: 2002-09-20 paf
14123:
14124: * src/main/execute.C: code junction calls disabled [before: code
14125: was compiled in such a way, that there were no code-junctions in
14126: OP_CALL]
14127:
14128: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
14129:
14130: @badjunctioncallinside[code] ^code[]
14131:
14132: * src/main/: compile.tab.C, compile.y: changed grammer on junction
14133: expanding to include ^junction.method
14134:
14135: * src/main/pa_common.C: -d "DIR/" now true
14136:
14137: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
14138: as internal xdoc encoding, and after decoding attributes set by
14139: dom functions now encoded OK, not as digital entities
14140:
14141: * src/classes/xdoc.C: empty transform result, being taken as file
14142: now returns empty file, not raises stupid error about "stat-ed
14143: file"
14144:
14145: * src/types/pa_vhash.h: hash.foreach modification of existing keys
14146: allowed
14147:
14148: * src/types/types.dsp: introducing $junction.get/put(1) one can
14149: write iterators now:
14150:
14151: ^user-foreach[key;value]{$key=$value<br>}
14152:
14153: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
14154: $code.value($i*2) $code }
14155:
14156: * src/main/compile_tools.h: mistype
14157:
1.101 moko 14158: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
14159: thus taking linking options configure changes into account [were:
14160: ignoring]
1.95 moko 14161:
14162: * src/types/: pa_vjunction.C, Makefile.am: introducing
14163: $junction.get/put(1) one can write iterators now:
14164:
14165: ^user-foreach[key;value]{$key=$value<br>}
14166:
14167: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
14168: $code.value($i*2) $code }
14169:
14170: * src/: include/pa_opcode.h, include/pa_request.h,
14171: main/compile.tab.C, main/compile.y, main/execute.C,
14172: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
14173: introducing $junction.get/put(1) one can write iterators now:
14174:
14175: ^user-foreach[key;value]{$key=$value<br>}
14176:
14177: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
14178: $code.value($i*2) $code }
14179:
14180: 2002-09-19 paf
14181:
1.101 moko 14182: * Makefile.am: new: make commit
1.95 moko 14183:
14184: * aclocal.m4: forced to be older
14185:
14186: 2002-09-18 paf
14187:
14188: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
14189: src/main/compile.y, src/main/execute.C: << >> int shifts
14190:
14191: * src/: include/pa_common.h, include/pa_request.h,
14192: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
14193: - now this - fatal error
14194:
14195: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
14196: that one can pass binary data there
14197:
14198: * src/: classes/date.C, classes/double.C, classes/file.C,
14199: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14200: classes/op.C, classes/response.C, classes/string.C,
14201: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
14202: include/pa_request.h: pa_request contexts made privated, plus
14203: get_{self/method_frame} to read. Request_context_saver used in
14204: ^try to save flang too. [were not saved]
14205:
14206: * src/types/pa_vresponse.C: header value chains joined before
14207: output, this should help $.subject[$var $var] from being
14208: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
14209:
14210: 2002-09-17 paf
14211:
14212: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
14213: removed changes, operators executed with calling self. lots of
14214: code with ^include code relies on defined/defining self variables
14215:
14216: $a[1] ^include[print_a.p] print_a.p: $a
14217:
14218: ^include[set_a.p] a=$a set_a.p: $a[1]
14219:
14220: * src/: classes/op.C, main/execute.C, main/pa_request.C,
14221: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
14222: types/pa_vstateless_class.h: operators now executed with MAIN
14223: self. it's for ^include sake, too strong a change
14224:
14225: * src/classes/op.C: made place for ^process to compile it's code to
14226: in case of no self
14227:
14228: * src/main/execute.C: found ancient param to Junction, removed.
14229: allowed passing self to native_code_operators [for ^process to
14230: work, she needs self]
14231:
14232: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14233: types/pa_vstateless_class.h: found ancient param to Junction,
14234: removed. allowed passing self to native_code_operators [for
14235: ^process to work, she needs self]
14236:
14237: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
14238: types/pa_value.h, types/pa_vmethod_frame.h,
14239: types/pa_vstateless_class.h: allowed Request.self to be 0,
14240: checked that in VMethodFrame get/put and $self.
14241:
14242: * src/classes/: table.C, xdoc.C: table::sql options table::create
14243: copy options options checked, wrong option now fatal error
14244:
14245: * src/main/pa_string.C: string.replace fixed [were missing words on
14246: pieces boundaries]
14247:
14248: * bin/auto.p.dist.in: strange \n
14249:
14250: * configure, configure.in: .so now detected [can be .sl on hpux,
14251: .dll on cygwin, .so in other cases)
14252:
1.101 moko 14253: * configure, configure.in, bin/auto.p.dist.in: .so now detected
14254: [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95 moko 14255:
14256: * operators.txt, src/classes/hash.C, src/classes/table.C,
14257: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
14258: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
14259: record taken [were last]
14260:
14261: * src/: classes/hash.C, classes/table.C,
14262: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
14263: now errors
14264:
14265: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
14266:
14267: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
14268: ,2,3]
14269:
14270: 2002-09-16 paf
14271:
14272: * src/classes/file.C: file::cgi line ends can be both unix & dos.
14273: and they can be unix [\n\n] on win when 'use CGI' used, it causes
14274: stdout to be binary. now detected closest header break.
14275:
14276: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
14277: closed right
14278:
14279: 2002-09-13 paf
14280:
14281: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
14282: src/main/compile_tools.h: (expression #comment)
14283:
14284: (multiline expression #comment line2 #comment )
14285:
14286: (expression #comment with (brackets) comment) << OK
14287:
14288: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
14289: bitwise !|| numerical xor now [preparing for expression
14290: #comments]
14291:
14292: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
14293: error
14294:
14295: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
14296: cheched in pa_socks.C
14297:
1.101 moko 14298: * configure, configure.in, src/include/pa_config_auto.h.in:
14299: HAVE_WINSOCK_H created in configure.in
1.95 moko 14300:
14301: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
14302: cookie date now clean [were mistakenly tainted & that worked bad
14303: with opera -- 'happily' that worked OK with msie]
14304:
14305: 2002-09-12 paf
14306:
14307: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
14308: VClass get_element now first looks to fields, next to methods &
14309: co todo: the rest reason: more speed
14310:
14311: * src/main/untaint.C: quoted printable encoding stops before
14312: \s*<...>$
14313:
14314: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
14315: stops before <...>$
14316:
14317: 2002-09-11 paf
14318:
14319: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
14320: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
14321: forgot to check users of those funcs. not all were using that
14322: return value convention
14323:
14324: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
14325: windows-1254 added
14326:
14327: 2002-09-10 paf
14328:
14329: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
14330: VCodeFrame parent param were specified badly
14331:
14332: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
14333: WWrapper which used in constructing objects(second param to sql
14334: method) ^...sql{}[$.default{code}] now has parent, wich helps
14335: code in hash to survivi
14336:
14337: * src/: include/pa_request.h, main/execute.C: removed redundant
14338: param to execute [stack said 'thanks']
14339:
14340: * src/: classes/op.C, main/execute.C, types/pa_value.C,
14341: types/pa_value.h, types/pa_vcode_frame.h,
14342: types/pa_vmethod_frame.h, types/pa_wcontext.C,
14343: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
14344: responsibility to wcontext
14345:
14346: * src/classes/file.C: decided not to log exec's with stderr, that
14347: could be warnings, and it's up to scritper to log/show them
14348:
14349: * src/: classes/double.C, main/execute.C: double:sql badly called
14350: write_assign_lang, not write_no_lang, thus doing unnecessary
14351: double/string converstion, which were loosing time&precesion
14352:
14353: * src/: main/pa_charset.C, types/pa_vmail.C:
14354: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
14355: case of unfinished in buffer processing, causing accidental
14356: transcode stop [in case that source enc != utf-8 & there is
14357: incomplete utf-8 sequence at the end of 16000block iside of
14358: libxml lib] tfm readed & code updated
14359:
14360: 2002-09-04 paf
14361:
14362: * configure: makes with sjlj
14363:
14364: * INSTALL, src/include/pa_config_fixed.h,
14365: src/include/pa_sql_connection.h,
14366: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
14367: checked. on win32 it made default
14368:
14369: * src/include/pa_config_auto.h.in: sjlj define
14370:
14371: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
14372: can not work with longjump/throw pair, and one must switch that
14373: on there. todo: detect that automatically]
14374:
14375: * src/types/pa_vxnode.C: removed too strong checks of
14376: xnode.elements. now, for instance, if element does not have any
14377: attributes, $xnode.attributes is void, not error
14378:
14379: 2002-09-02 paf
14380:
14381: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
14382: removed double_result, didn't help
14383:
14384: * src/main/execute.C: double_result made to move that var away from
14385: hungry g++ optimizer (-O2), before: it were optimized and
14386: comparison operators worked badly
14387:
14388: * src/types/pa_vdate.h: removed debug
14389:
1.101 moko 14390: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 14391:
14392: * src/main/execute.C: fixed numeric < & co so that thay now use
14393: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
14394: unknown reason.
14395:
14396: 2002-08-29 paf
14397:
14398: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
14399: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
14400: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
14401: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
14402: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
14403: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
14404: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
14405: [called less frequent, allowed to remove ugly
14406: Junction.change_context-s from many places, switch,
14407: mail:send..html{}, ..] request.root renamed to method_frame [more
14408: easyreading] ancient {...PUSH/POPs...} changed to stack vars
14409: [speed up]
14410:
14411: 2002-08-28 paf
14412:
14413: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
14414: tainted
14415:
14416: * src/types/pa_vcookie.C: fixed cookie delete when
14417: $cookie:name[$.value[]]
14418:
14419: * operators.txt, src/classes/string.C:
14420: ^string.split[delim[;options]]
14421:
14422: 2002-08-27 paf
14423:
1.101 moko 14424: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 14425:
14426: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
14427: delimiter
14428:
14429: * INSTALL: recommended latest gmime 1.0.5
14430:
14431: 2002-08-26 paf
14432:
14433: * configure, configure.in: apache13/hook added to make dist.
14434:
14435: 2002-08-23 paf
14436:
14437: * src/: include/pa_common.h, main/pa_common.C,
14438: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
14439: beside binary [cgi, isapi] not accessible [due to bad rights or
14440: whatever] it's error now
14441:
14442: 2002-08-21 paf
14443:
1.101 moko 14444: * Makefile.am: can use: make happy equals to make update install
1.95 moko 14445:
14446: * src/main/: compile.tab.C, compile.y, compile_tools.C,
14447: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
14448: class". compiled as if here they named base class
14449:
14450: * src/main/pa_string.C: fixed bad language bug, [were wrong string
14451: cloning constructor]
14452:
14453: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
14454:
14455: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
14456: src/types/pa_vfile.C, src/types/pa_vmail.C:
14457: $mail.received.file.value.content-type fixed
14458:
14459: 2002-08-20 paf
14460:
14461: * src/classes/file.C: fixed language of file:file result
14462:
14463: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
14464: from 3.0.0005
14465:
14466: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
14467:
14468: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
14469: 3.0.0005
14470:
14471: * src/classes/void.C, operators.txt: ^void.length[] = 0
14472:
14473: 2002-08-19 paf
14474:
14475: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
14476: work now
14477:
14478: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
14479: error in xnode, which were not catched in xdoc]
14480:
14481: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
14482: prepared: // validate each document after load/create (?)
14483: //xmlDoValidityCheckingDefaultValue = 1;
14484:
14485: 2002-08-15 paf
14486:
14487: * src/classes/classes.h: write to static var caused useless
14488: Exception, introduced Methoded::put_element wich consumes those
14489:
14490: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
14491: src/types/pa_vcookie.C, src/types/pa_vdate.h,
14492: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
14493: $response:field[date] $response:field[$.xxx[date]]
14494:
14495: * src/: classes/hash.C, classes/string.C, classes/table.C,
14496: classes/void.C, include/pa_sql_connection.h: fixed source of
14497: ^hash::sql{bad}
14498:
14499: * operators.txt: $request:body unprecessed POST request body
14500:
14501: * src/types/pa_vrequest.C: $request:body unprecessed POST request
14502:
14503: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
14504: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
14505:
14506: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
14507: src/include/pa_request.h, src/main/pa_pool.C,
14508: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
14509: $request:body r.post_data now const
14510:
14511: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
14512: classes/xnode.C, main/execute.C, types/pa_value.h,
14513: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
14514: types/pa_vtable.h: instead of type() checking everywhere used
14515: Value.as now user descendants can be used in params.
14516:
14517: VObject::as_*, is_defined now taken from bases. xtable(table)
14518: ^if($xtable) now OK
14519:
14520: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
14521: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
14522: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
14523:
14524: 2002-08-14 paf
14525:
14526: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
14527: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
14528: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
14529: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
14530: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14531: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
14532: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
14533: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
14534: types/pa_vresponse.C, types/pa_vresponse.h,
14535: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14536: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
14537: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
14538: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14539: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
14540: & VClass
14541:
14542: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
14543:
14544: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
14545: removed fixopt stupidity. on stupid linux use cd /document/root
14546: ../cgi/parser3 script
14547:
14548: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
14549: params, splitting them by space, excluding argv[0], argv[argc-1]
14550:
14551: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
14552: fixopt.h: fixopt now preprocesses command line params, splitting
14553: them by space, excluding argv[0], argv[argc-1]
14554:
14555: * src/targets/cgi/parser3.C: -f config file
14556:
14557: * src/targets/cgi/parser3.C: fixed .log file dir
14558:
14559: 2002-08-13 paf
14560:
14561: * src/types/pa_vobject.C: allow override parent variables, useful
14562: for form descendants [in vobject too, were in vclass]
14563:
14564: * src/types/pa_vclass.C: allow override parent variables, useful
14565: for form descendants
14566:
14567: * src/types/pa_vclass.C: checked: form[vclass]fields can be
14568: overwritten in derived(table)
14569:
14570: * src/: classes/form.C, classes/mail.C, classes/op.C,
14571: classes/xnode.h, include/pa_request.h, main/execute.C,
14572: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
14573: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14574: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
14575: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14576: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
14577: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
14578: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14579: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
14580: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14581: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
14582: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
14583: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14584: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
14585: Value::get_element(..., bool looking_down) [needed to exclude
14586: endless recoursion]
14587:
14588: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
14589: fix bug with put endless recoursion todo: check 'as'
14590:
14591: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
14592: reorganized modules todo: fix bug with put endless recoursion
14593: todo: check 'as'
14594:
14595: * src/types/pa_vobject.h: checked: table fields can be overwritten
14596: in derived(table)
14597:
14598: * src/types/pa_vobject.h: derived classes can have fields of their
14599: own now
14600:
14601: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
14602: fixed error message on using non-created table
14603:
14604: * src/: classes/form.C, classes/hash.C, classes/mail.C,
14605: classes/op.C, classes/xnode.h, include/pa_request.h,
14606: main/compile.C, main/compile.tab.C, main/execute.C,
14607: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
14608: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
14609: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
14610: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14611: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
14612: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
14613: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
14614: types/pa_vresponse.C, types/pa_vresponse.h,
14615: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14616: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
14617: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
14618: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14619: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
14620: looking down/up tree todo: fix error message on non-constructed
14621: parents
14622:
14623: 2002-08-12 paf
14624:
14625: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
14626: derived OK
14627:
14628: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
14629: thorough testing
14630:
14631: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
14632: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
14633: types/pa_vobject.h, types/pa_vstateless_class.h,
14634: types/pa_vstateless_object.h, types/pa_wcontext.h,
14635: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
14636: ^base:create[] dynamic call rewritten todo: thorough testing
14637:
14638: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
14639: now instantates base class, remembers it and saves child in
14640: parent VObject.get_class now returns last child = downward
14641: virtual calls OK
14642:
14643: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
14644: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
14645: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
14646: types/pa_vobject.h, types/pa_vresponse.h,
14647: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14648: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
14649: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
14650: VAliased [redundant], moved $CLASS to VObject only [parser class
14651: instance]
14652:
14653: * bin/auto.p.dist.in: more like in dist on parser.ru
14654:
14655: * bin/auto.p.dist.in: fixed sendmail default comment
14656:
14657: * src/main/pa_request.C: $response:body[file] content-type check
14658: fixed [were bad when content-type is hash]
14659:
14660: 2002-08-09 paf
14661:
14662: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
14663: types/pa_vobject.h, types/pa_vxdoc.h: started as()
14664:
14665: 2002-08-08 paf
14666:
14667: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
14668: src/main/pa_globals.C: year column in month calendar [week year]
14669:
14670: * src/main/execute.C: error reporting on object writes to MAIN
14671: improved [were ruind with fixing $obj[^if(1){$obj}] ]
14672:
14673: * operators.txt, src/types/pa_vdate.h: $date.yearday
14674: $date.daylightsaving
14675:
14676: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
14677: use tainted data now. only she must specify the language.
14678:
14679: ^mail:send[ $.from[paf@mail.design.ru]
14680: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
14681: $.text[^taint[uri][ìîñêâà]=] ]
14682:
14683: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
14684: now prints more precise origin
14685:
14686: * src/include/pa_string.h: String::first_char now not fails on
14687: empty strings ^if(-f '') now ok and in 3 other places.
14688:
14689: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
14690: String::first_char now not fails on empty strings ^if(-f '') now
14691: ok and in 3 other places.
14692:
14693: 2002-08-07 paf
14694:
14695: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
14696: fixed
14697:
14698: * src/main/pa_string.C: ^string.mid(0;bad) fixed
14699:
14700: * src/: main/execute.C, types/pa_vcode_frame.h,
14701: types/pa_vmethod_frame.h, types/pa_wcontext.C,
14702: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
14703: mistakenly not completely transparent to object writes.
14704: $hash[^if(1){$hash}] now works
14705:
14706: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
14707: now erasing cache file [there were bad check on that]
14708:
14709: * src/: classes/classes.dsp, classes/table.C,
14710: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
14711: all Debug dirs in .dsp now named 'Debug'
14712:
1.101 moko 14713: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 14714:
14715: * operators.txt, src/classes/mail.C: exception_type email.send
14716:
14717: * operators.txt, src/types/pa_vmail.C: exception_type email.format
14718:
14719: * src/types/pa_vmail.C: mail:send empty email checked
14720:
14721: 2002-08-06 paf
14722:
14723: * operators.txt, src/classes/table.C, src/include/pa_array.h,
14724: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
14725: ^table::create[$source;$.options] ^table::join[$source;$.options]
14726:
14727: * operators.txt, src/classes/hash.C, src/classes/string.C,
14728: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
14729: # $.default() }
14730:
14731: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
14732:
14733: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
14734: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
14735: $file.content-type [instead of .mime-type] now works for
14736: file::stat also
14737:
14738: * src/main/pa_request.C: case insensitive mime_type_of
14739:
14740: * bin/auto.p.dist.in: jpeg
14741:
14742: 2002-08-05 paf
14743:
14744: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
14745:
14746: * src/types/pa_vmail.C: file buffer relocated to parser heap
14747:
14748: * operators.txt: comment on date:calendar week column
14749:
14750: * src/main/pa_common.C: write checked
14751:
14752: * src/main/: pa_common.C: write checked
14753:
14754: * src/classes/date.C: +1 buf size for stupid snprintfs
14755:
14756: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
14757: month calendar week column [ISO 8601 Week Numbers]
14758:
14759: 2002-08-02 paf
14760:
14761: * src/: include/pa_config_fixed.h, main/pa_string.C,
14762: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
14763: DEBUG*
14764:
14765: * configure, configure.in, src/include/pa_version.h: release
14766: 3_0_0005
14767:
14768: * bin/auto.p.dist.in: unhandled_exception comments
14769:
14770: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
14771: multipart post fixed
14772:
14773: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
14774: response transcoded source->client only when text/* or simple
14775: onoverridden $response:body
14776:
14777: 2002-08-01 paf
14778:
14779: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14780: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14781: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14782: classes/op.C, classes/response.C, classes/string.C,
14783: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
14784: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
14785: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14786: include/pa_config_fixed.h, include/pa_dictionary.h,
14787: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
14788: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
14789: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
14790: include/pa_socks.h, include/pa_sql_connection.h,
14791: include/pa_sql_driver_manager.h, include/pa_stack.h,
14792: include/pa_string.h, include/pa_stylesheet_connection.h,
14793: include/pa_stylesheet_manager.h, include/pa_table.h,
14794: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14795: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14796: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
14797: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14798: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
14799: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
14800: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14801: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
14802: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14803: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14804: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
14805: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
14806: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
14807: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
14808: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
14809: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
14810: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
14811: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
14812: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
14813: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
14814: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
14815: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14816: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
14817: types/pa_vmethod_frame.h, types/pa_vobject.h,
14818: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14819: types/pa_vresponse.h, types/pa_vstateless_class.C,
14820: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14821: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14822: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14823: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14824: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14825: types/pa_wcontext.h, types/pa_wwrapper.h: $Date: now$
14826:
14827: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
14828: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14829: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14830: classes/math.C, classes/op.C, classes/response.C,
14831: classes/string.C, classes/table.C, classes/void.C,
14832: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14833: include/pa_array.h, include/pa_cache_managers.h,
14834: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14835: include/pa_config_fixed.h, include/pa_config_includes.h,
14836: include/pa_dictionary.h, include/pa_dir.h,
14837: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14838: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
14839: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14840: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
14841: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14842: include/pa_stack.h, include/pa_string.h,
14843: include/pa_stylesheet_connection.h,
14844: include/pa_stylesheet_manager.h, include/pa_table.h,
14845: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14846: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
14847: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14848: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
14849: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14850: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14851: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
14852: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
14853: main/pa_sql_driver_manager.C, main/pa_string.C,
14854: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14855: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
14856: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
14857: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
14858: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
14859: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
14860: targets/isapi/pool_storage.h, types/pa_valiased.C,
14861: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
14862: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
14863: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14864: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14865: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14866: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
14867: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
14868: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
14869: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
14870: types/pa_vresponse.C, types/pa_vresponse.h,
14871: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
14872: types/pa_vstateless_object.h, types/pa_vstatus.C,
14873: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
14874: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
14875: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14876: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
14877: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
14878: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
14879: types/Makefile.am: ident.C* removed
14880:
14881: * operators.txt, src/classes/file.C, src/main/pa_request.C:
14882: file:find[/can/do/this/now.txt]
14883:
14884: * src/targets/cgi/parser3.C: usage to stdout now
14885:
14886: 2002-07-31 paf
14887:
14888: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
14889:
14890: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
14891: default "postmaster"
14892:
14893: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
14894: -f postmaster now default sendmail key word "postmaster"
14895: replaced to $.from
14896:
14897: 2002-07-30 paf
14898:
1.101 moko 14899: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
14900: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 14901:
14902: * src/main/pa_charset.C: comment
14903:
14904: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
14905: table, &#decimal;
14906:
14907: * src/main/pa_request.C: comment
14908:
14909: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
14910: paragraf]
14911:
14912: 2002-07-11 paf
14913:
14914: * src/main/pa_exec.C: build command line badly added params twice
14915: [and first time without ' ']. double wrong. fixed.
14916:
14917: * src/main/pa_exec.C: invalid .exe caused error message with params
14918: wich parser did not provide = reported badly. fixed that.
14919:
14920: * src/classes/mail.C: $MAIL[ # xxx ]
14921:
14922: now ok
14923:
14924: * operators.txt: plan: sql detailed exception
14925:
14926: 2002-07-01 paf
14927:
14928: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
14929: [MForm.configure_admin were called when request.main_class ==0
14930:
14931: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
14932:
14933: * src/classes/form.C: content_length type fix
14934:
14935: 2002-06-30 paf
14936:
14937: * src/classes/mail.C: merged from 4
14938:
14939: * src/classes/mail.C: restored $MAIL
14940:
14941: 2002-06-28 paf
14942:
14943: * configure, configure.in: removed paths.h
14944:
1.101 moko 14945: * configure, src/include/pa_version.h,
1.95 moko 14946: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
14947: merged, makes updated
14948:
14949: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
14950: src/include/pa_charset.h, src/include/pa_config_fixed.h,
14951: src/include/pa_pool.h, src/include/pa_version.h,
14952: src/main/pa_charset.C, src/main/pa_pool.C,
14953: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
14954: src/types/pa_vmail.C: merged latest updates to head
14955:
14956: 2002-06-27 paf
14957:
14958: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
14959: not error now
14960:
14961: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
14962: src/include/pa_config_fixed.h, src/include/pa_pool.h,
14963: src/main/pa_charset.C, src/main/pa_pool.C:
14964: ^xdoc::create[[uri]]... base uri for document being created,
14965: imports and other relative file names would be relative to this
14966: uri default uri=path_translated
14967:
14968: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
14969:
14970: 2002-06-26 paf
14971:
14972: * configure, configure.in, src/include/pa_version.h:
14973: release_3_0_0004
14974:
14975: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
14976: 0 now
14977:
14978: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
14979:
14980: 2002-06-25 paf
14981:
14982: * src/main/pa_string.C: emtpy string, or string of whitespaces
14983: considered bad number now
14984:
14985: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
14986: now
14987:
14988: * operators.txt, src/classes/string.C: ^string.normalize [old
14989: name: optimize
14990:
14991: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
14992: library configured
14993:
14994: * src/main/pa_request.C: configure_admin forced if no @conf
14995:
14996: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
14997: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
14998: when needed and to call system crypt() if not $apr1$ prefix
14999:
15000: 2002-06-24 paf
15001:
15002: * INSTALL: --with-static/shared-mailreceive described
15003:
15004: * src/include/pa_config_fixed.h: ssize_t fixed
15005:
1.101 moko 15006: * configure, configure.in, src/include/pa_config_auto.h.in,
15007: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 15008: src/types/pa_vmail.C: $mail:received makes update
15009:
15010: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
15011: WITH_MAILRECEIVE
15012:
15013: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
15014:
15015: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
15016: option, for $mail:receive
15017:
15018: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
15019: introducting $message:received ^mail:send rewritten with backward
15020: comp
15021:
15022: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
15023: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
15024: types/types.dsp: win32xml win32mailreceive pseudomodules paths
15025: now
15026:
15027: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
15028: src/include/pa_charset.h, src/include/pa_config_fixed.h,
15029: src/include/pa_request.h, src/include/pa_string.h,
15030: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
15031: src/main/pa_globals.C, src/main/pa_request.C,
15032: src/main/pa_string.C, src/main/pa_uue.C,
15033: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
15034: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15035: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
15036: uue to separate file introducting $message:received ^mail:send
15037: rewritten with backward comp
15038:
15039: 2002-06-21 paf
15040:
1.101 moko 15041: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
15042: co changes
1.95 moko 15043:
1.101 moko 15044: * configure, configure.in, src/lib/md5/Makefile.am,
15045: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
15046: restructure .in and .am files appropriate changes
1.95 moko 15047:
15048: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
15049: pcre to libs/ added libs/md5 which is linked to non-apache
15050: targets ^math:crypt[password;$apr1$salt]
15051:
15052: * INSTALL, configure.in, operators.txt, parser3.dsw,
15053: src/Makefile.am, src/classes/Makefile.am,
15054: src/classes/classes.dsp, src/classes/math.C,
15055: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.101 moko 15056: src/lib/pcre/Makefile.am, src/lib/pcre/README,
15057: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
15058: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
15059: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
15060: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
15061: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
15062: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
15063: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 15064: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
15065: src/lib/pcre/pcre_parser_ctype.dsp,
15066: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
15067: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
15068: src/main/compile.tab.C, src/main/main.dsp,
15069: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
15070: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
15071: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
15072: to libs/ added libs/md5 which is linked to non-apache targets
15073: ^math:crypt[password;$apr1$salt]
15074:
15075: 2002-06-20 paf
15076:
15077: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.101 moko 15078: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
15079: src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 15080: src/include/pa_request.h, src/main/execute.C,
15081: src/main/pa_request.C, src/targets/cgi/parser3.C,
15082: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
15083: marged latest HEAD updates, mainly file:justname&co &
15084: @auto/conf[filespec
15085:
15086: * operators.txt, src/classes/file.C:
15087: !^file:dirname[/a/some.tar.gz]=/a
15088: !^file:dirname[/a/b/]=/a
15089: !^file:basename[/a/some.tar.gz]=some.tar.gz
15090: !^file:justname[/a/some.tar.gz]=some.tar
15091: !^file:justext[/a/some.tar.gz]=gz
15092:
15093: * src/: classes/op.C, include/pa_request.h, main/execute.C,
15094: main/pa_request.C, types/pa_vmethod_frame.h: introducing
15095: @conf/auto[filespec]
15096:
15097: * bin/auto.p.dist.in: <noindex>
15098:
1.101 moko 15099: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 15100:
15101: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
15102: bin/auto.p.dist.in, src/doc/doxygen.cfg,
15103: src/include/pa_globals.h, src/targets/cgi/parser3.C,
15104: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
15105:
15106: 2002-06-18 paf
15107:
15108: * configure, configure.in, src/include/pa_version.h: version to
15109: configure.in
15110:
15111: * INSTALL: reflected .conf.dist dir change
15112:
1.101 moko 15113: * Makefile.am, configure, configure.in, bin/Makefile.am,
15114: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 15115: .in & *.am updated
15116:
15117: * src/classes/file.C: strncasecmp
15118:
15119: * src/classes/file.C: strcasecmp
15120:
1.101 moko 15121: * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
15122: from etc
1.95 moko 15123:
15124: * src/classes/file.C: ^file::exec[script;$.bad error case
15125: insensitive check now
15126:
15127: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
15128:
15129: * configure, configure.in, src/include/pa_pool.h,
15130: src/include/pa_types.h: pack configure.in detection simplified.
15131: figured out that gcc on sparc not that stupid as thought
15132: previously: on sparc: when it sees packed class it modifies it's
15133: field-access-code to byte operations [stb, ldub] instead of 4byte
15134: operations [st, lduh] so packed must be all parts of packed
15135: class, i.e. it's parents&fields(classes). for now it's only
15136: String that packed and what was wrong is that it's parent -
15137: Pooled, were not packed. fixed that.
15138:
15139: 2002-06-14 paf
15140:
15141: * operators.txt: more precise xml-to-text options
15142:
15143: * operators.txt, src/types/pa_vxnode.C: xnode
15144: attribute_node.name/value xnode pi.node.data
15145:
15146: 2002-06-12 paf
15147:
1.101 moko 15148: * configure, configure.in, src/targets/cgi/Makefile.am,
15149: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 15150:
15151: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
15152: src/include/pa_globals.h, src/include/pa_request.h,
15153: src/main/compile.tab.C, src/main/pa_globals.C,
15154: src/main/pa_request.C, src/targets/cgi/parser3.C,
15155: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
15156:
15157: * src/classes/mail.C: sendmail -ti [default now]
15158:
15159: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
15160: to be strings. for convinient #ing
15161:
15162: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
15163: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
15164:
15165: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
15166: main/pa_globals.C, main/pa_request.C: @conf
15167:
15168: 2002-06-11 paf
15169:
15170: * src/classes/file.C: check simplified
15171:
15172: * src/: classes/file.C, targets/cgi/parser3.dsp,
15173: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
15174: valid prefix
15175:
15176: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
15177: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
15178: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
15179:
15180: 2002-06-10 paf
15181:
15182: * operators.txt, src/classes/op.C, src/include/pa_common.h,
15183: src/main/pa_common.C: lock failures reported now
15184:
15185: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
15186: string->double @ compile time were not-enough-checking...
15187:
15188: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
15189: autoconvert now ignored
15190:
15191: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
15192: check
15193:
15194: * src/classes/mail.C: mail netscape attachment name fixed. todo:
15195: $response:body content-type:name
15196:
15197: * configure, configure.in: hpux check, nsl link, no socket
15198:
15199: * operators.txt: old merge conflict removed
15200:
15201: * configure, configure.in: pack even address access on sparc&co
15202: arch checked in configure
15203:
15204: * configure, src/include/pa_version.h: makes
15205:
15206: * configure, configure.in, src/include/pa_version.h: makes
15207:
15208: * src/main/untaint.C: (bug#2) mail subject got always prepended
15209: with charset even when all letters were 7bit one
15210:
15211: * src/main/pa_common.C: merged fixed -d (bug)
15212:
15213: * src/main/pa_common.C: fixed -d (bug)
15214:
15215: 2002-06-03 paf
15216:
15217: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
15218: src/classes/classes.dsp, src/main/compile.tab.C,
15219: src/main/main.dsp, src/main/pa_globals.C,
15220: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15221: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
15222: .dsp-s along with reorganized cvs modules dirs structure
15223:
15224: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
15225: main/pa_globals.C, targets/cgi/parser3.dsp,
15226: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
15227: modules
15228:
15229: 2002-05-28 paf
15230:
15231: * src/targets/cgi/parser3.C: info.uri now ""
15232:
15233: 2002-05-17 paf
15234:
15235: * src/classes/: table.C: ^table.save << checked empty
15236: pre/match/post columns
15237:
15238: 2002-05-16 paf
15239:
15240: * src/classes/image.C: image::measure can png now
15241:
15242: 2002-05-15 paf
15243:
15244: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
15245: added
15246:
15247: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
15248:
15249: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
15250: %H[:%M[:%S]]]]]] [-%m now
15251:
15252: 2002-05-14 paf
15253:
15254: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
15255:
15256: 2002-05-07 paf
15257:
15258: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
15259: src/include/pa_globals.h, src/include/pa_request.h,
15260: src/include/pa_table.h, src/main/compile.tab.C,
15261: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
15262: src/main/pa_request.C, src/main/pa_table.C,
15263: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
15264: src/targets/isapi/parser3isapi.dsp,
15265: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
15266: name2number field now &. main_method_name now on Request pool
15267: rather on global_pool [Junction+VJunction created on same pool as
15268: name = were created on global pool, causing mem leaks]
15269:
15270: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
15271: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
15272: main/compile.y, main/main.dsp, main/pa_globals.C,
15273: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
15274: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
15275: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
15276: field now &. main_method_name now on Request pool rather on
15277: global_pool [Junction+VJunction created on same pool as name =
15278: were created on global pool, causing mem leaks]
15279:
15280: 2002-05-06 paf
15281:
15282: * src/: main/pa_globals.C, targets/cgi/parser3.C,
15283: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
15284: 100*40 bytes per request memory leak [nonpool malloc in globals]
15285:
15286: * src/: main/pa_globals.C, targets/cgi/parser3.C,
15287: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
15288: 100*40 bytes per request memory leak [nonpool malloc in globals]
15289:
15290: 2002-04-30 paf
15291:
15292: * configure, src/include/pa_version.h: version now not b
15293:
15294: * src/targets/cgi/parser3.C: request.uri now never 0
15295:
15296: 2002-04-29 paf
15297:
15298: * configure.in: removed b
15299:
15300: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
15301: Exception::comment/type checked in (), no there's no empty
15302: type/comment by default
15303:
15304: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
15305: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
15306: src/doc/value.dox, src/include/pa_exception.h,
15307: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
15308: 0001
15309:
15310: 2002-04-26 paf
15311:
15312: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
15313: size reduced
15314:
15315: 2002-04-25 paf
15316:
15317: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
15318: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
15319: now that took into account
15320:
15321: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
15322: 01:03:04]
15323:
15324: * ChangeLog, operators.txt, src/classes/date.C:
15325: ^date::create[2002-12-33 01:03:04]
15326:
15327: * ChangeLog: updated changelog
15328:
15329: * src/classes/table.C: removed restriction on column count to
15330: ^table.hash to work, now must be >0 [were >1]
15331:
15332: 2002-04-24 paf
15333:
15334: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
15335: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15336: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
15337: targets
15338:
15339: 2002-04-23 paf
15340:
15341: * operators.txt, src/classes/string.C:
15342: int/double/string:sql{}[$.default{code}] fixed [were barking:
15343: "junction used outside of context"]
15344:
15345: 2002-04-22 paf
15346:
15347: * types.txt, src/classes/string.C, src/include/pa_string.h,
15348: src/main/pa_string.C, src/types/pa_vstring.C,
15349: src/types/pa_vstring.h: ^string.optimize[]
15350:
15351: * src/: include/pa_globals.h, include/pa_table.h,
15352: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
15353: table template
15354:
15355: * src/classes/: string.C: optimize removed from string
15356: .left/right/pos
15357:
15358: * src/main/execute.C: rolled back to
15359: before_killing_userjunction_contexts
15360:
15361: * src/main/execute.C: user junctions context killed
15362:
15363: * src/main/execute.C: junctions to local contexts got
15364: cleanized&checked later
15365:
15366: 2002-04-19 paf
15367:
15368: * src/: classes/string.C, include/pa_request.h,
15369: include/pa_string.h, main/pa_request.C, main/pa_string.C,
15370: types/pa_vstring.C, types/pa_vstring.h: string now optimized
15371: prior to .left .right .mid .pos .match when that is profitable,
15372: and always before .replace when $ORIGINS(1) optimization disabled
15373: economy from not wasting mem on lots of strings which occur by
15374: lots of String:mid calls to get parts of source string between
15375: found_occurances
15376:
15377: * src/classes/file.C: ovector now local economy: 16 bytes per
15378: ^file:list
15379:
15380: * src/: include/pa_globals.h, include/pa_table.h,
15381: main/pa_globals.C, main/pa_string.C: String::match table columns
15382: globalized, not created @ each ^match anymore economy:
15383: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
15384:
15385: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
15386: removed from each String::match replace iteration, and made
15387: stacked sizeof(VTable)=12bytes economy on each replace code
15388:
15389: * src/doc/footer.htm: 2001,
15390:
15391: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
15392: string.match[]['] option enables generation of $match.prematch
15393: .match .postmatch columns
15394:
15395: * src/main/pa_string.C: String::match options analized without
15396: cstr-ing them now
15397:
15398: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
15399: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
15400: config updated to doxygen 1.2.15, created helper which fixes
15401: minor bugs in chm project files & htm tree. changed extension to
15402: .htm
15403:
15404: 2002-04-18 paf
15405:
15406: * src/doc/doxygen.cfg: .chi generation disabled
15407:
15408: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
15409: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
15410: fields&methods
15411:
15412: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
15413: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
15414: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
15415: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
15416: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
15417: types/pa_vresponse.h, types/pa_vstateless_class.h,
15418: types/pa_vstateless_object.h, types/pa_vstatus.h,
15419: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
15420: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
15421: VStateless_class to VObject
15422:
15423: * src/: main/pa_request.C, types/pa_valiased.h,
15424: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15425: types/pa_vstring.h: VStateless_string_object speicalized light
15426: version of VStateless_object
15427:
15428: * src/classes/op.C: ^throw comment param made optional
15429:
15430: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
15431: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
15432: and implemented down in VClass, fclass_alias removed,
15433:
15434: * src/types/pa_value.C: forced to cut that from .h because of
15435: VStateless_class usage [undefined in .h]
15436:
15437: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
15438: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15439: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
15440: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
15441: on each CALL]
15442:
15443: * src/: classes/classes.h, classes/date.C, classes/double.C,
15444: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
15445: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
15446: classes/response.C, classes/string.C, classes/table.C,
15447: classes/void.C, classes/xnode.C, include/pa_globals.h,
15448: include/pa_request.h, main/execute.C, main/pa_globals.C,
15449: main/pa_request.C, types/Makefile.am, types/pa_value.h,
15450: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
15451: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15452: types/pa_vstateless_class.h, types/pa_wcontext.C,
15453: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
15454: removed Value::fname
15455:
15456: 2002-04-17 paf
15457:
15458: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
15459: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
15460: doc/pooled.dox, doc/string.dox, doc/targets.dox,
15461: include/pa_pool.h, include/pa_types.h: dox updated to current
15462: state, PTHROW freshen to throw & co
15463:
15464: * src/types/pa_vhash.h: vstring wrong parent fixed
15465:
15466: * src/classes/op.C: taint local result var bug fixed
15467:
15468: 2002-04-16 paf
15469:
15470: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
15471: Attic asm.txt as most interesting
15472:
15473: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
15474: check, preventing content-length: 0 from appearing
15475:
15476: * src/main/execute.C: $result in @main now taken into account as in
15477: usual functions
15478:
15479: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
15480: & @unhandled_exception now taken into account as in usual
15481: functions
15482:
15483: * src/doc/postbuild.txt: instructions on post .html build
15484:
15485: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
15486:
15487: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
15488: tainted
15489:
15490: * src/main/pa_request.C: uri in error log
15491:
15492: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
15493: cheched date:create(days) param for validity [later were assumed
15494: valid and crashed on invalid onces]
15495:
15496: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
15497: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
15498: and used that for removing VString wrapper
15499:
15500: * src/classes/op.C: exception2vhash file now tainted
15501:
15502: * src/classes/op.C: _process pseudo origin copied from local var to
15503: heap
15504:
15505: * src/classes/op.C: extra check on empty file in origin in _execute
15506:
15507: 2002-04-15 paf
15508:
15509: * src/: main/execute.C, types/pa_value.h: fixed name update
15510:
15511: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
15512: functions
15513:
15514: * src/: classes/file.C, classes/hash.C, classes/op.C,
15515: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
15516: started dual write_xxx_lang functions, if checked & works
15517:
15518: * src/: classes/date.C, classes/file.C, classes/mail.C,
15519: classes/string.C, classes/xnode.C, include/pa_request.h,
15520: types/pa_value.h, types/pa_wcontext.h: removed absolutely
15521: unnecessary VString shells
15522:
15523: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
15524: prev changes]
15525:
15526: * src/: classes/image.C, classes/op.C, classes/string.C,
15527: classes/table.C, include/pa_request.h, main/execute.C,
15528: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
15529: StringOrValue wcontext result, now ready for dual writes
15530:
15531: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
15532: checked that
15533:
15534: * src/main/: compile.tab.C, compile.y, compile_tools.C,
15535: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
15536: changed to OP_WRITE_VALUE in var get cases
15537:
15538: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
15539: include/pa_request.h, main/compile.tab.C, main/compile.y,
15540: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15541: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
15542: switch in hash constructor fixed [were problems with using of
15543: stacked wwrapper after it's death]
15544:
15545: 2002-04-12 paf
15546:
15547: * operators.txt, src/classes/table.C: table.select(expression) 0
15548:
15549: 2002-04-11 paf
15550:
15551: * src/: classes/string.C, include/pa_request.h, main/execute.C:
15552: Request::process_internal codeFrame & wwrapper stacked [not
15553: wasting heap anymore]
15554:
15555: 2002-04-10 paf
15556:
15557: * src/: classes/double.C, classes/file.C, classes/hash.C,
15558: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
15559: classes/string.C, classes/table.C, classes/void.C,
15560: classes/xdoc.C, include/pa_request.h, main/execute.C,
15561: main/pa_string.C: killed Request::process() wrapping
15562: VString(String) in case we need only String
15563:
15564: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15565: killed 8 bytes from String.head
15566:
15567: 2002-04-09 paf
15568:
15569: * src/: main/compile.tab.C, targets/cgi/parser3.C,
15570: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
15571: local*/char b[...]; a=b; situations
15572:
15573: * operators.txt, src/classes/xdoc.C: xslt params made literal
15574:
15575: * src/classes/xdoc.C: xslt params fixed
15576:
15577: * src/: main/pa_common.C, targets/cgi/parser3.C,
15578: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
15579: not pool.malloc(MAX_NUMBER) but really neaded
15580:
15581: * operators.txt, src/classes/double.C, src/classes/int.C:
15582: int/double.int/double(default)
15583:
15584: 2002-04-04 paf
15585:
15586: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
15587: [when reconstructing pieces were split by
15588: max_integral(piece.size), thus some strings to replace happen to
15589: be split into two = not replaced)
15590:
15591: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
15592: standalone version = current dir
15593:
15594: * src/targets/cgi/parser3.C: document root in standalone version =
15595: current dir
15596:
15597: 2002-04-03 paf
15598:
15599: * configure, configure.in: more checks on nonexistent charset
15600:
1.101 moko 15601: * INSTALL, configure, configure.in: root config configure options
1.95 moko 15602:
15603: 2002-04-02 paf
15604:
15605: * src/main/compile.C: parser.compile [exception name more like in
15606: doc]
15607:
15608: 2002-04-01 paf
15609:
15610: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
15611: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
15612: .content-type.charset, not .charset
15613:
15614: 2002-03-29 paf
15615:
15616: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
15617:
15618: * operators.txt, src/classes/date.C: ^date::create now may not
15619: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
15620: days' year. | 31.05->31.04 roll
15621:
15622: 2002-03-28 paf
15623:
15624: * operators.txt, src/classes/date.C, src/classes/op.C,
15625: src/include/pa_globals.h, src/include/pa_hash.h,
15626: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
15627: ^cache(seconds) ^cache[date] }
15628:
15629: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
15630: param
15631:
15632: 2002-03-27 paf
15633:
15634: * operators.txt, src/classes/date.C, src/classes/double.C,
15635: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
15636: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
15637: src/classes/math.C, src/classes/op.C, src/classes/string.C,
15638: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15639: src/classes/xnode.C, src/include/pa_exception.h,
15640: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
15641: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
15642: src/main/pa_array.C, src/main/pa_charset.C,
15643: src/main/pa_charsets.C, src/main/pa_common.C,
15644: src/main/pa_dictionary.C, src/main/pa_exception.C,
15645: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
15646: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
15647: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
15648: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
15649: src/types/pa_value.h, src/types/pa_vcookie.C,
15650: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
15651: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
15652: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
15653: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
15654: src/types/pa_wwrapper.h: assigned exception types
15655:
15656: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
15657: src/include/pa_request.h, src/main/execute.C,
15658: src/main/pa_request.C: decided agains resetting exception_trace,
15659: just changed name
15660:
15661: 2002-03-26 paf
15662:
15663: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
15664: fixed
15665:
15666: * src/classes/op.C: forced language of $source field of exception
15667: to 'tainted', so that sql-langed-frags could be outputed outside
15668: of connect
15669:
15670: * operators.txt: removed date.roll limit of +-1 offset
15671:
15672: * src/classes/date.C: removed date.roll limit of +-1 offset
15673:
15674: * operators.txt, src/classes/date.C: fixed date roll on
15675: daylightsaving days mktime took into account tm_isdst flag, which
15676: remained from BEFORE roll, but should have been reset
15677:
15678: 2002-03-25 paf
15679:
15680: * operators.txt, src/targets/cgi/parser3.C:
15681: http_site_config_filespec
15682:
15683: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
15684: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
15685: with any/both --disable-foreign-group-files --disable-execs
15686:
15687: * INSTALL: "--with=sendmail=COMMAND" comment
15688:
15689: * INSTALL, configure, configure.in, src/classes/mail.C,
15690: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.101 moko 15691: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
15692: disables execs also. introducing --sendmail
1.95 moko 15693:
15694: * operators.txt: pgsql options comment
15695:
15696: * INSTALL: comment on --disable-link-stdcpp
15697:
1.101 moko 15698: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
15699: libstdc++ link skipping configure option
1.95 moko 15700:
15701: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
15702: with error were put to cache with 'marked_to_rollback' flag, all
15703: consequent even OK requests rolled back
15704:
15705: 2002-03-22 paf
15706:
15707: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
15708: false return
15709:
15710: * operators.txt: few comments on sets
15711:
15712: 2002-03-18 paf
15713:
15714: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
15715: src/include/pa_globals.h, src/include/pa_request.h,
15716: src/include/pa_stack.h, src/main/pa_globals.C,
15717: src/main/pa_request.C: introducing ^try
15718:
15719: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
15720: types/pa_vdouble.h: removed some tested @tests
15721:
15722: 2002-03-15 paf
15723:
15724: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
15725:
15726: 2002-03-13 paf
15727:
15728: * src/main/pa_exception.C: checked not-pooled malloc
15729:
15730: 2002-03-11 paf
15731:
15732: * INSTALL, configure, configure.in,
15733: src/include/pa_config_auto.h.in: --disable-foreign-group-files
15734:
15735: * src/main/pa_common.C: --disable-foreign-group-files
15736:
15737: * INSTALL: --disable-execs
15738:
15739: * src/main/pa_exec.C: --disable-execs
15740:
15741: * configure, configure.in, src/include/pa_config_auto.h.in:
15742: --disable-execs
15743:
15744: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
15745:
15746: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
15747: file::exec/cgi linebreaks "0D0A" changed to 0A onces
15748:
15749: 2002-03-05 paf
15750:
15751: * operators.txt, src/classes/date.C: date week calendar columns
15752: named
15753:
15754: * operators.txt, src/classes/date.C: date week calendar columns
15755: named
15756:
15757: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
15758: requires headers to be terminated with \r\n manually [refuses to
15759: separate header/body itself]
15760:
15761: * src/: main/pa_globals.C, targets/cgi/parser3.C,
15762: targets/isapi/parser3isapi.C: isapi site config beside .dll
15763:
15764: 2002-03-04 paf
15765:
15766: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
15767: in PASS language
15768:
15769: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
15770: deserialize checks on broken file
15771:
15772: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
15773: parser3isapi.dsp: isapi updated
15774:
15775: 2002-03-01 paf
15776:
15777: * src/main/pa_exec.C: execle -> execve, now argc OK
15778:
15779: 2002-02-28 paf
15780:
15781: * src/main/untaint.C: removed some debug comments
15782:
15783: * src/main/pa_charsets.C: when placing charset to cache using
15784: global name now [were request]
15785:
15786: * configure, configure.in: apache module updated
15787:
15788: * src/main/pa_string.C: origin by first piece preferred before last
15789: piece
15790:
15791: 2002-02-27 paf
15792:
15793: * src/main/pa_charset.C: size_t
15794:
15795: * INSTALL: shared/static-xml with-pathlink
15796:
15797: * operators.txt: SMTP comment
15798:
15799: 2002-02-26 paf
15800:
15801: * src/main/pa_exec.C: more precise names for vars, cosmetic
15802:
15803: * src/classes/xnode.C: in some situation, xpath query returned
15804: result with type NODESET, but empty nodeset member field, checked
15805: that
15806:
15807: 2002-02-22 paf
15808:
15809: * INSTALL: without-zlib comment
15810:
15811: * etc/parser3.charsets/windows-1251.cfg: °
15812:
15813: * configure, configure.in: glib###.a detection fixed
15814:
15815: * INSTALL: hashfile removed from INSTALL
15816:
1.101 moko 15817: * Makefile.am: make update
1.95 moko 15818:
15819: * src/main/pa_string.C: string iterators fixed again, so were
15820: String::join_chain
15821:
15822: * src/main/pa_string.C: string iterators fixed again, so were
15823: String::join_chain
15824:
15825: * src/: include/pa_string.h, main/pa_string.C: string iterators
15826: fixed again, so were String::join_chain
15827:
15828: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
15829:
15830: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
15831: "session"
15832:
1.101 moko 15833: * configure, configure.in, src/include/pa_config_auto.h.in:
15834: --with-shared-xml --with-static-xml
1.95 moko 15835:
15836: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
15837: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
15838: types/types.dsp: *.dsp: removed refereces to win32db & ancient
15839: xalan&xml
15840:
15841: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
15842:
15843: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
15844: src/types/types.dsp: removed hashfile support from sources for
15845: now
15846:
1.101 moko 15847: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 15848: src/classes/hashfile.C, src/include/Makefile.am,
1.101 moko 15849: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
15850: src/include/pa_db_manager.h, src/include/pa_db_table.h,
15851: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 15852: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.101 moko 15853: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
15854: src/types/Makefile.am, src/types/pa_vhashfile.C,
15855: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 15856:
15857: 2002-02-21 paf
15858:
15859: * src/main/untaint.C: removed debug code, activated commented-for
15860: debug parts
15861:
1.101 moko 15862: * Makefile.am: make cvsupdate
1.95 moko 15863:
15864: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
15865: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
15866: append_row, not at link zero now string to string appending works
15867:
15868: 2002-02-20 paf
15869:
15870: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
15871: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
15872: DEBUG_STRING_APPENDS_VS_EXPANDS
15873:
15874: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15875: economy: 22%
15876:
15877: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15878: space uptimized: string::link_row removed
15879:
15880: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
15881: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
15882: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
15883: types/pa_vstring.h: speed uptimized: string::is_empty
15884:
15885: * operators.txt, src/include/pa_common.h,
15886: src/include/pa_config_fixed.h, src/include/pa_string.h,
15887: src/include/pa_types.h, src/main/compile.tab.C,
15888: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
15889: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
15890: string append optimiziation idea and estimates
15891:
15892: 2002-02-19 paf
15893:
15894: * src/classes/math.C: not used directly [but erroreously reported
15895: that 'is', thus registering twice&other probs]
15896:
15897: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
15898: to node [element]
15899:
15900: * src/main/compile.C: without string_origins parse error
15901: file+line+col possible
15902:
15903: * src/main/: compile.C: without string_origins not worked
15904:
15905: 2002-02-18 paf
15906:
15907: * src/types/pa_vdouble.h: since we have in_expression removed that
15908: trick i've installed into double::as_string
15909:
15910: * src/main/pa_globals.C: extern "C" was removed too fast
15911:
15912: * src/: include/pa_opcode.h, include/pa_request.h,
15913: main/compile.tab.C, main/compile.y, main/execute.C,
15914: types/pa_wcontext.h: in_expression aimed to solve old problem
15915: with string/nonstring values, now in expressions double/int
15916: values are passed as-is, without stupid tostring/fromstring
15917: conversions
15918:
15919: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
15920: __cplusplus } #endif
15921:
15922: * src/main/compile.tab.C: bison env set so one could compile
15923: without cygwin installed
15924:
15925: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
15926: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
15927: gnome xml libs parser .dsp-s changed accordingly
15928:
15929: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
15930:
15931: * operators.txt, src/classes/date.C: date::create [were date::set,
15932: with backward comp
15933:
15934: * src/classes/math.C: math:random range check fixed
15935:
15936: * src/main/: compile.tab.C, compile.y: integer division stops name
15937:
15938: * INSTALL: local install comment
15939:
1.101 moko 15940: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 15941:
1.101 moko 15942: * acinclude.m4, aclocal.m4, configure, configure.in,
15943: src/include/pa_config_auto.h.in,
15944: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
15945: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 15946:
15947: * operators.txt: \ comment
15948:
15949: 2002-02-13 paf
15950:
15951: * src/include/pa_config_includes.h: sys/time time both included
15952: now. vaguely remember confilicts on this on some system [not on
15953: six|ablv] so when would see them again would think up proper
15954: check
15955:
1.101 moko 15956: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
15957: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 15958:
15959: * src/main/pa_common.C: truncation never occured when writing files
15960: on unix [since i've changed cache mech] fix
15961:
15962: * src/main/pa_common.C: strnchr: sanity check added
15963:
15964: * etc/parser3.charsets/windows-1257.cfg: id added
15965:
15966: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
15967: baltic charset file generated, in generation script ispunct check
15968: added
15969:
15970: 2002-02-08 paf
15971:
1.101 moko 15972: * src/: include/Makefile.am, sql/Makefile.am,
15973: targets/isapi/Makefile.am: forgotten makes
1.95 moko 15974:
15975: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
15976: forgotten
15977:
15978: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
15979:
15980: * INSTALL, README: install&others updated
15981:
15982: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
15983:
1.101 moko 15984: * Makefile.am, configure, configure.in,
15985: etc/parser3.charsets/Makefile.am, src/Makefile.am,
15986: src/classes/Makefile.am, src/main/Makefile.am,
15987: src/main/pa_status_provider.C, src/targets/Makefile.am,
15988: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
15989: works
1.95 moko 15990:
15991: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15992: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15993: classes/hashfile.C, classes/int.C, classes/mail.C,
15994: classes/math.C, classes/op.C, classes/response.C,
15995: classes/string.C, classes/table.C, classes/void.C,
15996: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15997: include/pa_array.h, include/pa_cache_managers.h,
15998: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15999: include/pa_config_fixed.h, include/pa_config_includes.h,
16000: include/pa_db_connection.h, include/pa_db_manager.h,
16001: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
16002: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16003: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16004: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16005: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16006: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16007: include/pa_stack.h, include/pa_string.h,
16008: include/pa_stylesheet_connection.h,
16009: include/pa_stylesheet_manager.h, include/pa_table.h,
16010: include/pa_threads.h, include/pa_types.h, main/compile.C,
16011: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16012: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
16013: main/pa_db_connection.C, main/pa_db_manager.C,
16014: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
16015: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
16016: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
16017: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
16018: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16019: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16020: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
16021: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16022: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16023: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
16024: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
16025: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16026: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
16027: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
16028: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
16029: types/pa_vmethod_frame.h, types/pa_vobject.h,
16030: types/pa_vrequest.h, types/pa_vresponse.h,
16031: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16032: types/pa_vstateless_object.h, types/pa_vstatus.C,
16033: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
16034: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
16035: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
16036: classes/image.C, main/pa_common.C, main/pa_exec.C,
16037: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
16038: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
16039: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
16040: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
16041: types/pa_vxnode.C, main/pa_charset.C: name spelling
16042:
16043: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16044: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16045: classes/hashfile.C, classes/image.C, classes/int.C,
16046: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
16047: classes/string.C, classes/table.C, classes/void.C,
16048: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16049: include/pa_array.h, include/pa_cache_managers.h,
16050: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16051: include/pa_config_fixed.h, include/pa_config_includes.h,
16052: include/pa_db_connection.h, include/pa_db_manager.h,
16053: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
16054: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16055: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16056: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16057: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16058: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16059: include/pa_stack.h, include/pa_string.h,
16060: include/pa_stylesheet_connection.h,
16061: include/pa_stylesheet_manager.h, include/pa_table.h,
16062: include/pa_threads.h, include/pa_types.h, main/compile.C,
16063: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
16064: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
16065: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16066: main/pa_db_connection.C, main/pa_db_manager.C,
16067: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
16068: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
16069: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
16070: main/pa_socks.C, main/pa_sql_driver_manager.C,
16071: main/pa_status_provider.C, main/pa_string.C,
16072: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
16073: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16074: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16075: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16076: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16077: targets/isapi/pool_storage.h, types/pa_valiased.C,
16078: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
16079: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16080: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16081: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16082: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16083: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
16084: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16085: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
16086: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16087: types/pa_vresponse.h, types/pa_vstateless_class.C,
16088: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16089: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16090: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16091: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16092: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16093: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
16094:
16095: 2002-02-07 paf
16096:
16097: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
16098:
1.101 moko 16099: * configure, configure.in, src/include/pa_config_auto.h.in,
16100: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
16101: added yet another locking function: fcntl
1.95 moko 16102:
16103: * config.sub: on cygwin configure passes it with strange i1586
16104: const, hacked it to mean i586
16105:
16106: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16107: disabled $if reference due to conflicts with local variables
16108:
16109: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
16110: xdoc::set obsolete now, now xdoc::create, with both sences
16111:
16112: * operators.txt, src/classes/table.C, src/include/pa_array.h,
16113: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
16114: table::create now // 'set' name obsolete now table clone.
16115:
16116: * operators.txt, src/classes/string.C,
16117: src/include/pa_config_fixed.h, src/main/compile.tab.C:
16118: ^int/double/string.format now can be called with normal []
16119: brackets, not stupid {} as it were implemented for some strange
16120: reason. retaining backward compatibility due to some
16121: already-implemented servers
16122:
16123: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
16124: main/compile.y, main/compile_tools.C, main/compile_tools.h:
16125: operators now detected by check at name_without_curly_rdive_read
16126: rule whether diving code constists only of
16127: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
16128: with OP_GET_ELEMENT_OR_OPERATOR to form
16129: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
16130:
16131: 2002-02-06 paf
16132:
16133: * configure, configure.in: prefix expanded, grr
16134:
16135: * operators.txt, src/classes/mail.C: mail:send config changed
16136:
16137: 2002-02-05 paf
16138:
16139: * operators.txt: regex options commented
16140:
16141: * src/main/: pa_exec.C: argv0 now correct
16142:
16143: * src/types/pa_vstatus.C: status:rusage 3
16144:
16145: * src/types/pa_vstatus.C: status:rusage 2
16146:
16147: * operators.txt: status:rusage described int operators
16148:
16149: * src/types/pa_vstatus.C: status:rusage 1
16150:
16151: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
16152: src/types/types.dsp: status:rusage
16153:
16154: * configure.in, operators.txt, src/classes/file.C,
16155: src/classes/op.C, src/include/pa_common.h,
16156: src/include/pa_config_includes.h, src/main/compile.tab.C,
16157: src/main/pa_common.C: rewritten ^cache to use
16158: non-blocking-exclusive-caches
16159:
16160: * src/main/pa_common.C: text file read mode on win32 adjusted
16161: [speed impact. was off for debugging purpose, but forgotten
16162: afterwards]
16163:
16164: 2002-02-01 paf
16165:
16166: * src/classes/op.C: file_write does EX lock after create, while
16167: file_read does SH after open, so there's a moment after create
16168: but before EX lock when read can sneak into, and read
16169: just-created-for-writing-and-not-yet-locked file, added a check
16170: for that in ^cache...read
16171:
16172: 2002-01-31 paf
16173:
16174: * src/main/: compile.y, compile.tab.C: disabled operator call after
16175: ^xxx:
16176:
16177: * src/main/: compile.tab.C, execute.C: made operators lookup first
16178: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
16179:
16180: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
16181: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16182: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
16183: operators check 6.1 rewritten. now check is done at compile time
16184:
16185: * src/main/execute.C: operators check 5 floated up old error of
16186: staying in 'entered class/object' state after $a($a..) it
16187: prevented operators from being called thereafter
16188:
16189: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16190: main/execute.C: operators check 4 floated up old error of staying
16191: in 'entered object' state after ^a.a(a) it prevented operators
16192: from being called thereafter
16193:
16194: * src/main/execute.C: operators check 3 floated up old error of
16195: staying in 'entered class' state after $a:a(a) it prevented
16196: operators from being called thereafter
16197:
16198: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
16199: floated up old error of staying in 'entered class' state after
16200: $a:a[a] it prevented operators from being called thereafter
16201:
16202: * src/main/execute.C: operators check, thay mistakenly seen in
16203: $class:operator $object.operators contexts
16204:
16205: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
16206: win32
16207:
1.101 moko 16208: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
16209: src/classes/Makefile.am, src/main/Makefile.am,
16210: src/targets/cgi/Makefile.am,
1.95 moko 16211: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.101 moko 16212: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 16213:
1.101 moko 16214: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
16215: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
16216: configure, configure.in, form.txt, ident.awk, install-sh,
16217: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
16218: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 16219: etc/parser3.charsets/Makefile.am,
16220: etc/parser3.charsets/koi8-r.cfg,
16221: etc/parser3.charsets/windows-1250.cfg,
16222: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.101 moko 16223: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
16224: src/main/Makefile.am, src/targets/cgi/Makefile.am,
16225: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
16226: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 16227: straightened installation scripts procedure made
16228: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
16229: change
16230:
16231: 2002-01-30 paf
16232:
16233: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
16234: removed] those comments were a mistake, and prevented libltdl
16235: from function properly
16236:
16237: 2002-01-29 paf
16238:
1.101 moko 16239: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
16240: creation [modified acinclude.m4 which were creating int into just
16241: assignment LIBTOOL=../libtool] added default system
16242: config&charsetts prepared 'make install', now it installs
16243: targets/cgi/parser3 into bin directory etc/parser3.conf &
16244: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 16245: $sysconfdir/parser3.charsets respectively
16246:
16247: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
16248: main/pa_globals.C: few forgotten ifdef XML added
16249:
16250: 2002-01-28 paf
16251:
1.101 moko 16252: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 16253: removed
16254:
16255: * src/main/pa_exception.C: dom|generic error output fix
16256:
16257: * src/classes/xnode.C: xdoc.importNode 3 [check err]
16258:
16259: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
16260:
16261: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
16262: [fixed as_node helper func to accept docs]
16263:
16264: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
16265: xdoc.importNode 0
16266:
16267: * src/classes/xdoc.C: xdoc::set now untaints OK
16268:
16269: 2002-01-25 paf
16270:
16271: * src/main/: compile.tab.C, compile.y: #comment before @ after
16272: @SPECIAL now works OK
16273:
16274: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
16275:
16276: * src/main/pa_exec.C: max arg count now 10, and proper message on
16277: violation that added
16278:
16279: * src/classes/hash.C: unified hash::sql, now
16280: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
16281:
16282: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
16283: ^file:lock[filename]{code}
16284:
16285: * src/: classes/file.C, classes/op.C, classes/string.C,
16286: classes/table.C, classes/xdoc.C, include/pa_common.h,
16287: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
16288: to some pa_common funcs
16289:
16290: * src/: include/pa_charset.h, main/pa_globals.C:
16291: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
16292:
16293: * src/: include/pa_charset.h, main/pa_charset.C,
16294: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
16295: not stupid illegal define
16296:
16297: 2002-01-24 paf
16298:
16299: * src/include/pa_version.h: changed version number
16300:
16301: * src/: classes/hashfile.C, include/pa_db_table.h,
16302: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16303: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16304: main/pa_db_connection.C, main/pa_db_table.C,
16305: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
16306: hashfile without logfiles
16307:
16308: * src/: classes/hashfile.C, include/pa_db_table.h,
16309: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
16310: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
16311: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
16312: DB_INIT_TXN init bits, thus got rid of huge log files, which
16313: cluttered disk without huge need]
16314:
16315: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
16316: handy macro, which is strangly abscent in dome lib
16317:
16318: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
16319:
16320: * src/classes/xdoc.C: checked empty response
16321:
16322: * src/classes/xnode.C: xdoc.select fixed context node [were always
16323: /, not self node]
16324:
16325: * src/classes/xnode.C: xnode.select returns array always now, in
16326: case 'nothing found' returns empty array
16327:
16328: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
16329: be more tender with ctrl/c/v
16330:
16331: 2002-01-23 paf
16332:
16333: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
16334: substituted. // 2. when dom tree with entites goes under
16335: transform text nodes // got [erroreosly] cut on first
16336: entity occurance
16337:
16338: * src/types/pa_vdouble.h: double prec. todo: get rid of
16339: twice-converting
16340:
16341: * src/types/pa_vdouble.h: %.20E now float format when %g produced
16342: 'e' in output this is for regretful twice-converting here:
16343: $a(double value) when they write double falue they convert it to
16344: string first, thus %g were losing precesion.
16345:
16346: todo: think up some way to remove double->string string->double
16347: twice-converting
16348:
16349: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
16350: %.20E now default float format this is for regretful
16351: twice-converting here: $a(double value) when they write double
16352: falue they convert it to string first, thus %g were losing
16353: precesion.
16354:
16355: todo: think up some way to remove double->string string->double
16356: twice-converting
16357:
16358: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
16359: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
16360: reasons in comment inside
16361:
16362: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
16363: statically linked]
16364:
16365: * src/: include/pa_exception.h, main/compile.tab.C,
16366: main/pa_exception.C: removed exception va_list constructor. 1.
16367: not needed anymore 2. there were a conflict[causing errors]
16368: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
16369: never detected an ambiguilty here, compiling ctor(, "hello") into
16370: ctor(, va_list) which, of course, caused gpf
16371:
16372: * src/main/pa_globals.C: removed debug xslt messages
16373:
16374: 2002-01-22 paf
16375:
16376: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
16377: main/pa_globals.C: xsl stylesheet load: parsed entities, this
16378: helps compiling stylesheet properly. example: this refused to
16379: work, <b>«<xsl:value-of select="@title"
16380: />»</b> stranly worked only this way:
16381: <b>«<xsl:value-of select="@title" />»</b>
16382:
16383: docs says "set it to 1", never going into details, so I decided
16384: to try NOT to do that
16385:
16386: * src/classes/table.C: join behaived badly in case named tables
16387: structure mismatched: 0 strings sneaked into dest failing
16388: afterwards. replaced them with empty strings
16389:
16390: 2002-01-21 paf
16391:
16392: * src/main/pa_charset.C: checked empty transcoders in
16393: transcode_cstr|buf
16394:
16395: * src/classes/xdoc.C: xdoc::load error source = filespec
16396:
16397: * src/classes/xdoc.C: transform error source now
16398: stylesheet_filespec
16399:
1.101 moko 16400: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 16401: include/pa_stylesheet_connection.h, main/pa_charset.C,
16402: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.101 moko 16403: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
16404: gnome
1.95 moko 16405:
16406: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
16407: include/pa_globals.h, include/pa_stylesheet_connection.h,
16408: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
16409: xslt generic error 1
16410:
16411: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
16412: xml generic message 1
16413:
16414: * src/classes/table.C: ^table::load empty lines or #comments before
16415: headline
16416:
16417: * src/: include/pa_array.h, include/pa_globals.h,
16418: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
16419: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
16420: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
16421: errors 0
16422:
16423: 2002-01-16 paf
16424:
16425: * src/: classes/hash.C, classes/op.C, classes/string.C,
16426: classes/table.C, classes/void.C, classes/xdoc.C,
16427: include/pa_db_connection.h, include/pa_request.h,
16428: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16429: include/pa_stylesheet_connection.h,
16430: include/pa_stylesheet_manager.h, main/pa_request.C,
16431: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16432: targets/cgi/pool_storage.h: auto closers to sql_connection,
16433: stylesheet_connection auto destroyers to remaining gnome objects
16434:
16435: * src/classes/xdoc.C: few comments
16436:
16437: 2002-01-15 paf
16438:
16439: * src/classes/xdoc.C: xdoc file save string
16440:
16441: ready. todo: error handling
16442:
16443: * src/classes/xdoc.C: xdoc save rewritten using
16444: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
16445: result
16446:
16447: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
16448: started output options parsing
16449:
16450: 2002-01-14 paf
16451:
16452: * src/classes/xdoc.C: method
16453:
16454: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16455: include/pa_pool.h, include/pa_stylesheet_connection.h,
16456: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
16457: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
16458: xslt transform0. TODO: use output options handle errors
16459:
16460: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
16461:
16462: 2002-01-11 paf
16463:
16464: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16465: main/compile_tools.C, main/compile_tools.h, main/execute.C:
16466: partial logical && || evaluation
16467:
16468: * src/classes/xnode.C: xpath selectNodes
16469:
16470: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
16471: string/number/bool
16472:
16473: * src/classes/xnode.C: xpath selectNode 2
16474:
16475: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
16476: xpath selectNode 1
16477:
16478: 2002-01-10 paf
16479:
16480: * src/classes/xnode.C: xpath selectNode -100 [just written]
16481:
16482: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16483: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
16484: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
16485: refcounter]
16486:
16487: 2001-12-29 paf
16488:
16489: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
16490: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
16491: glib works 0
16492:
16493: 2001-12-28 paf
16494:
16495: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
16496: main/pa_exception.C: started glib transcoders
16497:
16498: * src/main/pa_globals.C: renamed gdome to libgdome.dll
16499:
16500: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
16501: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
16502: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
16503: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
16504: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
16505: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
16506: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
16507: libs just compiled in. no refcounting no xpath no xslt yet
16508:
16509: 2001-12-27 paf
16510:
16511: * src/: include/pa_charset.h, include/pa_common.h,
16512: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16513: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
16514: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
16515: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
16516: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
16517: from xalan&xerces, started the process. globals [initialization
16518: pool [charset update charset [transcodings vxnode vxdoc [DOM
16519: calls
16520:
16521: * src/classes/Makefile.am: going away from xalan&xerces, not needed
16522: anymore
16523:
16524: 2001-12-26 paf
16525:
16526: * src/: include/pa_charset.h, include/pa_charsets.h,
16527: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
16528: key globalized [bug]
16529:
16530: 2001-12-25 paf
16531:
16532: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
16533: main/pa_string.C: table set & append changed splitting languages,
16534: separators now can be clean AND as-is same to mail command line
16535: $MAIN:MAIL.progX arguments
16536:
16537: 2001-12-24 paf
16538:
16539: * src/classes/mail.C: one parted text messages - no multipart
16540: mime-type anymore. for convinient if $.attach-ments
16541:
16542: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
16543: main/pa_string.C: read from cache size check updated
16544:
16545: * src/main/: pa_string.C: String::join_chain another ugly bug :(
16546:
16547: 2001-12-21 paf
16548:
16549: * src/classes/date.C: date:sql-string now returns localtime
16550:
16551: * src/main/pa_request.C: $result in @main actually not working, to
16552: hell with it for now
16553:
16554: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16555: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
16556: @postprocess @exception
16557:
16558: * src/main/execute.C: junction evaluation canceled - endless
16559: recursion detected
16560:
16561: 2001-12-19 paf
16562:
16563: * src/main/pa_charset.C: charset->charset transcoding via unicode
16564: intermediate
16565:
16566: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
16567:
16568: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
16569:
16570: * src/classes/op.C: ^cache keypath now relative
16571:
16572: * src/classes/mail.C: changed weighting prior to sort
16573:
16574: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
16575: were missing
16576:
16577: 2001-12-17 paf
16578:
16579: * src/main/pa_charset.C: ifndef XML were bad type
16580:
16581: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
16582: outdated unset services_pool
16583:
16584: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
16585: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
16586: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
16587:
16588: * src/main/untaint.C: allowed space in filespec
16589:
16590: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
16591:
16592: * src/classes/image.C: no govno
16593:
16594: * src/classes/image.C: govno
16595:
16596: 2001-12-16 paf
16597:
16598: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
16599:
16600: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
16601: charset_connection&manager replaced by charset&charsets
16602:
16603: * src/main/pa_charset.C: name_cstr 0
16604:
16605: * src/main/untaint.C: uri lang now knows about client/source
16606: charsets
16607:
16608: * src/: classes/file.C, classes/math.C, classes/op.C,
16609: classes/string.C, classes/table.C, classes/xdoc.C,
16610: include/pa_array.h, include/pa_cache_managers.h,
16611: include/pa_charset_connection.h, include/pa_charset_manager.h,
16612: include/pa_common.h, include/pa_db_connection.h,
16613: include/pa_db_manager.h, include/pa_db_table.h,
16614: include/pa_dictionary.h, include/pa_exception.h,
16615: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
16616: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
16617: include/pa_sapi.h, include/pa_socks.h,
16618: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16619: include/pa_string.h, include/pa_stylesheet_connection.h,
16620: include/pa_stylesheet_manager.h, include/pa_table.h,
16621: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
16622: main/pa_charset.C, main/pa_charset_connection.C,
16623: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
16624: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
16625: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
16626: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
16627: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16628: types/types.dsp: introducing Charset
16629:
16630: 2001-12-14 paf
16631:
16632: * src/: include/pa_request.h, include/pa_transcoder.h,
16633: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
16634: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
16635: uri lang
16636:
16637: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
16638:
16639: * src/targets/cgi/Makefile.am: -I../../pcre to .am
16640:
16641: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
16642: defalts_name global
16643:
16644: * src/: include/pa_charset_connection.h, include/pa_pool.h,
16645: include/pa_request.h, main/main.dsp,
16646: main/pa_charset_connection.C, main/pa_charset_manager.C,
16647: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
16648: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
16649: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
16650: changed charset model. now important: $request:charset
16651: $response:charset while $response:content-type.charset become
16652: unimportant [informational]
16653:
16654: 2001-12-13 paf
16655:
16656: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
16657:
16658: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
16659: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
16660: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
16661: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
16662: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
16663: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
16664:
16665: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
16666: auto_ptr part other way, because of stupid gcc 2.96
16667: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
16668: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
16669: FormatterListener] /usr/include/g++-3/memory:48:
16670: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
16671: _Tp1 = FormatterListener, _Tp = FormatterListener]
16672:
16673: * src/classes/xdoc.C: removed extra inc
16674:
16675: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
16676:
16677: * src/include/pa_types.h: msvc head debugging flag
16678:
16679: * src/classes/xdoc.C: freed up listener
16680:
16681: * src/classes/string.C: change msg '... code is not code'
16682:
16683: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
16684: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16685: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
16686: [past/future prob]
16687:
16688: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
16689: include/pa_config_fixed.h, include/pa_db_manager.h,
16690: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
16691: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
16692:
16693: * src/: include/pa_config_fixed.h, main/pa_common.C,
16694: main/pa_string.C: removed signed mismatch warnings
16695:
16696: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
16697: 'expires' from header outputs
16698:
16699: * src/main/pa_string.C: string::recustruct erroreusly used outdated
16700: row ptr
16701:
16702: * src/classes/file.C: file::cgi bug, request_method were passed to
16703: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
16704:
16705: * src/classes/xdoc.C: lang list updated
16706:
16707: 2001-12-10 paf
16708:
16709: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
16710:
16711: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
16712: erase files like that, knowing their full name introducing //
16713: theoretical problem with, for instance, "_2B" and "." fragments,
16714: // they would yield the same // because
16715: need_file_encode('_')=false // but we need to delete such files
16716: somehow, getting names from ^index
16717:
16718: * src/main/pa_string.C: ^string.replace bug fixed [bad
16719: string::join_chank break]
16720:
16721: 2001-12-07 paf
16722:
16723: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
16724: include/pa_common.h, include/pa_config_auto.h.in,
16725: include/pa_config_fixed.h, include/pa_config_includes.h,
16726: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
16727: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
16728: types/pa_vhashfile.C: merged from r14_simple_cache
16729:
16730: * src/main/pa_string.C: stupid sparc architecture failed to access
16731: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
16732: lduh [ %i2 + 1 ], %l0
16733:
16734: bus error, fixed that
16735:
16736: * src/main/pa_string.C: strange string deserialize bug on
16737: client[pmts], a bit shortened,
16738:
16739: * src/include/pa_config_auto.h.in: makes
16740:
16741: * src/: include/pa_common.h, include/pa_config_fixed.h,
16742: include/pa_config_includes.h, main/pa_common.C: exclusive lock
16743: file write shared lock file read
16744:
16745: * src/: classes/op.C, include/pa_common.h,
16746: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
16747:
16748: 2001-12-06 paf
16749:
16750: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16751: main/pa_request.C: #ifdef RESOURCES_DEBUG
16752:
16753: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
16754: info
16755:
16756: * src/classes/hashfile.C: removed transaction from ^cache
16757:
16758: 2001-12-05 paf
16759:
16760: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
16761: IIS5 there were a prob with illegal call check
16762:
16763: 2001-12-04 paf
16764:
16765: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16766: main/pa_request.C: measures to log
16767:
16768: 2001-11-23 paf
16769:
16770: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
16771: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
16772: types/pa_vhashfile.C: merged from _0014, 1
16773:
16774: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
16775: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
16776: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
16777: ^cache(33) would change
16778:
16779: 0660 bits in file_write & hashfile create
16780:
16781: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
16782: after pa_string optimization]
16783:
16784: 2001-11-22 paf
16785:
16786: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
16787: table.offset[whence]
16788:
16789: * src/classes/op.C: process cstr(,connection)
16790:
16791: * src/classes/op.C: process now gets its body on current language,
16792: not as-is
16793:
16794: * src/main/untaint.C: ORIGINS mode removed UHTML
16795:
16796: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
16797: bit
16798:
1.101 moko 16799: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 16800:
16801: 2001-11-21 paf
16802:
16803: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
16804: <xsl:output output options made identical to xsl:output
16805: attributes exclusion: cdata-section-elements what xalan can do
16806: but that not used now: it can escape and remove CDATA sections
16807:
16808: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
16809: produced by xslt
16810:
16811: * src/targets/cgi/parser3.C: removed debug cgi||1
16812:
16813: * src/main/: pa_string.C, untaint.C: cached some string::size() es
16814:
16815: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
16816: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
16817: default language for {code}, it happen to change it's language
16818: from CLEAN, so later refused to split by CLEAN \t
16819:
16820: 2001-11-20 paf
16821:
1.101 moko 16822: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
16823: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 16824: bottom of dependeces, so that errors would popup quicklier, fixed
16825: line numbering in table::sql
16826:
16827: 2001-11-19 paf
16828:
16829: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
16830: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
16831: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
16832: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
16833: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
16834: at wcontext.write
16835:
1.101 moko 16836: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 16837: _set_new_handler
16838:
1.101 moko 16839: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
16840: set_new_handler in apache&isapi
1.95 moko 16841:
16842: 2001-11-16 paf
16843:
16844: * src/targets/cgi/parser3.C: pool debug @ die
16845:
16846: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
16847: removed 8 bytes from String, 2 bytes from
16848: string::chunk::row::item
16849:
16850: * src/main/pa_string.C: removed 1+4 bytes from String
16851:
16852: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
16853: types/pa_vstring.C: removed 1+4 bytes from String
16854:
16855: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
16856: 0
16857:
16858: * src/: include/pa_globals.h, include/pa_string.h,
16859: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
16860: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
16861: targets/cgi/parser3.C: introducing estimating
16862: String::cstr_bufsize, 0
16863:
16864: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
16865:
16866: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
16867:
16868: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
16869: include/pa_pool.h: die in pool::fail
16870:
16871: 2001-11-15 paf
16872:
16873: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
16874: main/pa_exception.C, targets/cgi/parser3.C: exception with
16875: dynamic buffer re-back now with counter
16876:
16877: * src/: include/pa_exception.h, main/pa_exception.C: exception with
16878: static buffer back
16879:
16880: * src/targets/cgi/parser3.C: std::
16881:
16882: * src/: classes/classes.awk, include/pa_config_auto.h.in,
16883: include/pa_config_includes.h: setnewhandler check
16884:
1.101 moko 16885: * src/include/pa_config_auto.h.in: makes
1.95 moko 16886:
16887: * src/targets/cgi/parser3.C: set_new_handler started
16888:
16889: 2001-11-14 paf
16890:
16891: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
16892: was wrong
16893:
16894: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
16895: was wrong
16896:
16897: * src/main/pa_request.C: z
16898:
16899: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
16900: full returns win32 -1 solaris >buffer_size
16901:
16902: checked all that
16903:
16904: * src/classes/op.C: ^untaint{body} as-is default now
16905:
16906: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
16907: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
16908: with no_bad_constructors_try
16909:
16910: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
16911: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
16912: this: $bred[^string::length[]] $bred[^response::clear[]]
16913: $bred[^int::int[]]
16914:
16915: now VObject creation moved into overriden
16916: VClass::create_new_value, thus 0 from create_new_value means that
16917: class has no ctors
16918:
16919: 2001-11-13 paf
16920:
16921: * src/classes/classes.C: returned accedently removed if in foreach
16922: callbacks [when hash no-0-restructure]
16923:
16924: 2001-11-12 paf
16925:
16926: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
16927: passed as-is to method, xalan makes & into & itself
16928:
16929: * src/classes/date.C: date.roll parser2 alg used
16930:
16931: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
16932: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
16933: main/pa_dictionary.C, main/pa_hash.C,
16934: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
16935: now does not containt 0 values. put 0 actullay removes. no check
16936: on 0 value in foreach now required
16937:
16938: 2001-11-11 paf
16939:
16940: * src/sql/pa_sql_driver.h: removed extra constructor, doc
16941:
16942: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
16943:
16944: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
16945: driver initialize not const
16946:
16947: 2001-11-10 paf
16948:
16949: * src/main/pa_exec.C: doc
16950:
16951: 2001-11-09 paf
16952:
16953: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
16954: param properly
16955:
16956: * src/classes/string.C: string.save now does untainting before
16957: saving
16958:
16959: * src/main/pa_common.C: line endings fixing fixed last piece[was
16960: still cstr oriented]
16961:
16962: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
16963: line endings fixing got rid of cstr, now must work ok with post
16964: multipart
16965:
16966: * src/types/pa_vform.C: line endings fixed at post / multipart /
16967: not file also now
16968:
16969: 2001-11-08 paf
16970:
16971: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
16972: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
16973: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
16974: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
16975: main/pa_stylesheet_manager.C: restructured Cache manager to be
16976: simple parent, not second parent [gcc 2.96 strangly refused to
16977: call virtual from second parent]
16978:
1.101 moko 16979: * src/: include/pa_common.h, main/Makefile.am,
16980: targets/cgi/pa_pool.C: makes
1.95 moko 16981:
16982: * src/: include/pa_request.h, main/pa_request.C,
16983: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
16984: 'status' class enabler
16985:
16986: <Location /parser-status.html> ParserStatusAllowed </Location>
16987:
16988: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
16989: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
16990: include/pa_stylesheet_manager.h, main/main.dsp,
16991: main/pa_cache_managers.C, main/pa_charset_manager.C,
16992: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
16993: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16994: types/pa_vstatus.h: cache_managers, maybe-expiring every request
16995: todo: apache 'status' class enabler
16996:
16997: 2001-11-05 paf
16998:
16999: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
17000: debug to normal
17001:
17002: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
17003: hence i removed skipping 0 values in hash::for_each-es we need to
17004: check cleaned cache items manually. few more checks.
17005:
17006: expiring to 0 time was wrong, changed to 'now' time
17007:
17008: * src/targets/cgi/parser3.C: read can return 0, that means sort of
17009: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
17010: on apache already done :)
17011:
17012: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
17013: skipping 0 values in hash::for_each-es we need to check cleaned
17014: cache items manually
17015:
17016: * src/main/: pa_db_connection.C, pa_db_table.C:
17017: parser_multithreaded check was wrong
17018:
17019: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17020: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17021: classes/hashfile.C, classes/image.C, classes/int.C,
17022: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17023: classes/string.C, classes/table.C, classes/void.C,
17024: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17025: include/pa_array.h, include/pa_charset_connection.h,
17026: include/pa_charset_manager.h, include/pa_common.h,
17027: include/pa_config_fixed.h, include/pa_config_includes.h,
17028: include/pa_db_connection.h, include/pa_db_manager.h,
17029: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
17030: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17031: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17032: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17033: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17034: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17035: include/pa_stack.h, include/pa_string.h,
17036: include/pa_stylesheet_connection.h,
17037: include/pa_stylesheet_manager.h, include/pa_table.h,
17038: include/pa_threads.h, include/pa_types.h, main/compile.C,
17039: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
17040: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
17041: main/pa_charset_manager.C, main/pa_common.C,
17042: main/pa_db_connection.C, main/pa_db_manager.C,
17043: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
17044: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
17045: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
17046: main/pa_socks.C, main/pa_sql_driver_manager.C,
17047: main/pa_status_provider.C, main/pa_string.C,
17048: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
17049: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17050: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17051: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
17052: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17053: targets/isapi/pool_storage.h, types/pa_valiased.C,
17054: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
17055: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17056: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17057: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17058: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17059: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
17060: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17061: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
17062: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
17063: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17064: types/pa_vstateless_object.h, types/pa_vstatus.h,
17065: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
17066: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17067: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17068: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
17069: $status:db fixed used not initialized in db_connection & db_table
17070:
17071: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
17072: $status:charset
17073:
17074: * src/: classes/xdoc.C, include/pa_db_connection.h,
17075: include/pa_stylesheet_connection.h,
17076: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
17077: types/pa_vstatus.h: $status:stylesheet
17078:
17079: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
17080: include/pa_request.h, include/pa_sql_connection.h,
17081: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
17082: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
17083: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
17084: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
17085: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
17086: types/pa_vxnode.C, types/types.dsp: started status parser class
17087:
17088: 2001-11-01 paf
17089:
17090: * src/include/pa_config_auto.h.in: makes
17091:
17092: * src/main/pa_hash.C: removed old extra include
17093:
17094: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
17095: checks [for hp, there are such in math.h]
17096:
17097: * src/classes/op.C: ^for endless loop check strightened
17098:
17099: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
17100: behavior in native calls. it left unchanged, so ^for ^foreach &
17101: co can use r.root to write their i & key,value there
17102:
17103: * src/classes/op.C: detected for var storage bug, fixed.
17104: todo:foreach
17105:
17106: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
17107: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
17108: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
17109: changing of hash inside of foreach
17110:
17111: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
17112: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
17113: were hash.foreach
17114:
17115: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
17116: types/pa_vstring.C, types/pa_vstring.h:
17117: ^foreach[key|value]{body}[[separator]|{separator}]
17118:
17119: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
17120: types/pa_vcookie.C: ^hash.delete[key]
17121:
17122: 2001-10-31 paf
17123:
17124: * src/main/: compile.C, pa_common.C: completely empty file now
17125: considered "read", not ignored [not perfect trick used]
17126:
17127: * src/main/pa_common.C: simplier common ifdefs
17128:
17129: * src/main/pa_common.C: typing bug in common - bad ifdeff
17130:
17131: * src/main/pa_db_connection.C: z
17132:
17133: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
17134: lockdetector flags
17135: dbenv.lk_detect=DB_LOCK_RANDOM;
17136:
17137: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
17138: from accidental show [imagine user forgot @exception]
17139:
17140: * src/classes/table.C: ^table.save[[nameless|+append;]path]
17141:
17142: * src/: classes/file.C, classes/image.C, classes/mail.C,
17143: classes/string.C, classes/xnode.C, include/pa_common.h,
17144: main/pa_common.C: ^string.save[[append;]path]
17145:
17146: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17147: main/execute.C: \ in expression: int divide 10/3=3
17148:
17149: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
17150: inside of ^cache
17151:
17152: * src/: include/pa_threads.h, main/pa_db_connection.C,
17153: main/pa_db_table.C, targets/cgi/pa_threads.C,
17154: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
17155: needed
17156:
17157: 2001-10-30 paf
17158:
17159: * src/: classes/classes.dsp, main/main.dsp,
17160: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17161: types/types.dsp: enabled debug incremental compile
17162:
17163: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
17164: form post data line endings not reformatted now.
17165:
17166: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
17167: now required [had bug when file= has no value]
17168:
17169: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
17170: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
17171: cstr(asis) default param removed
17172:
17173: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
17174:
17175: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
17176:
17177: * src/include/pa_dir.h: LOAD_DIR fixed
17178:
17179: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
17180: was broken} fix_line_breaks
17181:
17182: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
17183: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
17184: packed with #pragma pack
17185:
1.101 moko 17186: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 17187:
17188: 2001-10-29 paf
17189:
17190: * src/types/pa_wcontext.h: bitfield syntax stricter
17191:
17192: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
17193: string hash.puts
17194:
17195: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
17196:
17197: * src/include/pa_sql_connection.h: there were one wrong
17198: SQL_CONNECTION_FUNC_GUARDED [failed]
17199:
17200: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
17201: param.someday either ifdef or remove it
17202:
17203: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
17204:
17205: * src/main/untaint.C: optimizing returned after debugging
17206:
17207: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
17208: main/untaint.C: memory hunging #pragma pack(1)
17209:
17210: 16 419 844 13 169 394
17211:
17212: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
17213: targets/cgi/pa_pool.C: String size_t replace to uint in proper
17214: places [todo:Array]
17215:
17216: * src/: main/execute.C, targets/cgi/pa_pool.C,
17217: targets/cgi/parser3.dsp, types/pa_wcontext.h,
17218: types/pa_wwrapper.h: debugging memory WContext flags to bits
17219:
17220: total 5 652 652/158731 total 5 469 332/158731
17221:
17222: * src/: include/pa_array.h, main/pa_array.C: debugging memory
17223: Array:: without cache in get/put now
17224:
17225: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
17226: 18:25:27 2001] total 5 652 652/158731
17227:
17228: * src/: include/pa_string.h, main/pa_string.C,
17229: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
17230: now
17231:
17232: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
17233: 18:11:53 2001] total 5796092/158731
17234:
17235: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
17236: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
17237: key ref now
17238:
17239: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
17240: 17:11:17 2001] total 16867948/202658
17241:
17242: * src/: classes/file.C, classes/image.C, classes/string.C,
17243: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
17244: main/execute.C, main/pa_array.C, main/pa_common.C,
17245: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17246: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17247: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
17248: string::as_int/double now usually uses stack, not heap [200K out
17249: of 17M :)] VString(String&) not copies reference [29M -> 17M]
17250:
17251: * src/main/pa_sql_driver_manager.C: ping to have services [old
17252: hiding bug]
17253:
17254: * src/Makefile.am: .am order
17255:
17256: * src/: include/pa_array.h, include/pa_charset_manager.h,
17257: include/pa_db_connection.h, include/pa_db_manager.h,
17258: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
17259: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
17260: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
17261: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
17262: required "friend class"
17263:
17264: ../include/pa_request.h:51: friend declaration requires
17265: class-key, i.e. `friend class Temp_lang'
17266:
17267: * src/: include/pa_exception.h, include/pa_sql_connection.h,
17268: main/pa_exception.C, main/pa_sql_driver_manager.C,
17269: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
17270:
17271: the idea is to #1 jump to C++ some function to main body, where
17272: every function stack frame has exception unwind information and
17273: from there... #2 propagate_exception()
17274:
17275: 2001-10-28 paf
17276:
17277: * src/main/pa_db_connection.C: removed old consts
17278:
17279: * src/main/pa_db_connection.C: expire table [was accidently pasted
17280: with wrong type/cast]
17281:
17282: * src/main/: pa_db_connection.C, pa_db_table.C: exception
17283: translation
17284:
1.101 moko 17285: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 17286: remember to build DB2 with -fexceptions!!!
17287:
17288: * src/main/pa_db_table.C: DB_RMW defed
17289:
17290: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
17291: include/pa_db_connection.h, include/pa_db_manager.h,
17292: include/pa_db_table.h, main/pa_db_connection.C,
17293: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
17294:
17295: 2001-10-27 paf
17296:
17297: * src/: classes/hashfile.C, include/pa_db_connection.h,
17298: include/pa_db_table.h, main/pa_db_connection.C,
17299: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
17300: types/pa_vhashfile.C: DB2 ifdefs
17301:
1.101 moko 17302: * src/: classes/Makefile.am, include/pa_config_fixed.h,
17303: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 17304: makes with DB2
17305:
1.101 moko 17306: * src/: include/pa_config_auto.h.in, main/Makefile.am,
17307: types/Makefile.am: makes db
1.95 moko 17308:
17309: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
17310: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
17311: globals.C
17312:
17313: * src/: classes/hashfile.C, include/pa_db_connection.h,
17314: include/pa_db_table.h, main/pa_db_connection.C,
17315: main/pa_db_table.C: ^hashfile.clear[]
17316:
17317: * src/classes/classes.awk: no $ in var names
17318:
17319: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
17320: connection&table [forgotten calls]
17321:
17322: 2001-10-26 paf
17323:
17324: * src/main/pa_db_connection.C: db checkpoints
17325:
17326: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
17327: checkpoints
17328:
17329: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
17330: default. but entities still reparsed. todo: tothink
17331:
17332: * src/main/pa_db_connection.C: db recover mech 2
17333:
17334: * src/: classes/hashfile.C, include/pa_db_connection.h,
17335: include/pa_db_manager.h, include/pa_db_table.h,
17336: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
17337: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
17338: types/pa_vhashfile.h: db connections & tables now cached at
17339: create time & multithreaded
17340:
17341: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
17342: parsed_source
17343:
17344: * src/main/pa_db_connection.C: about to remove connection from
17345: vhashfile
17346:
17347: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
17348: transaction commit/rollback responsibility left to parent [as it
17349: sould - else there were a bug with double free]
17350:
17351: * src/include/pa_db_table.h: db: child transaction commit/rollback
17352: responsibility left to parent [as it sould - else there were a
17353: bug with double free]
17354:
17355: 2001-10-25 paf
17356:
17357: * src/: classes/hashfile.C, include/pa_common.h,
17358: include/pa_db_connection.h, include/pa_db_manager.h,
17359: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
17360: types/pa_vhashfile.C, types/pa_vhashfile.h,
17361: include/pa_db_table.h, main/pa_db_table.C: started db_home
17362: [multiple, cached] todo: autorecover [tried, but not succeded,
17363: yet]
17364:
17365: * src/include/pa_dir.h: ancient gpf on dir not found fixed
17366:
17367: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
17368: transaction parent passed
17369:
17370: 2001-10-24 parser
17371:
1.101 moko 17372: * src/classes/Makefile.am: makes
1.95 moko 17373:
17374: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
17375: isapi/pool_storage.h: pool_storage fixed
17376:
17377: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
17378: types/pa_vform.h: form fix_line_breaks
17379:
1.101 moko 17380: * src/targets/cgi/pool_storage.h: makes
1.95 moko 17381:
17382: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
17383: targets/cgi/pool_storage.h: makes
17384:
17385: * src/sql/pa_sql_driver.h: version
17386:
17387: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
17388: types/pa_vform.C, types/pa_vform.h: .am
17389:
17390: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
17391: this: DB_RMW Acquire write locks instead of read locks when doing
17392: the retrieval. Setting this flag may decrease the likelihood of
17393: deadlock during a read-modify-write cycle by immediately
17394: acquiring the write lock during the read part of the cycle so
17395: that another thread of control acquiring a read lock for the same
17396: item, in its own read-modify-write cycle, will not result in
17397: deadlock
17398:
17399: * src/targets/isapi/parser3isapi.dsp: doc
17400:
17401: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
17402:
17403: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
17404:
17405: * src/: classes/hashfile.C, include/pa_db_connection.h,
17406: main/pa_db_connection.C: hashfile expired deleted from db when
17407: get & iterate
17408:
17409: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
17410: expiring 1
17411:
17412: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
17413:
17414: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
17415: db_connection not bothers with key when not returning expired
17416: data
17417:
17418: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
17419: types/pa_vhashfile.C: db_cursor constructor public now
17420:
17421: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
17422: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
17423: stamped, todo: put_element analize
17424:
17425: * src/: include/pa_db_connection.h, include/pa_string.h,
17426: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
17427: serialize. todo stamp
17428:
17429: 2001-10-23 parser
17430:
17431: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
17432: classes/image.C, classes/mail.C, classes/response.C,
17433: classes/string.C, classes/table.C, classes/xdoc.C,
17434: include/pa_config_fixed.h, include/pa_db_connection.h,
17435: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
17436: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
17437: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
17438: types/pa_vtable.C: ^hashfile.hash[]
17439:
17440: * src/: classes/hashfile.C, classes/xdoc.C,
17441: include/pa_config_fixed.h, main/pa_db_manager.C,
17442: main/pa_globals.C: ifdefs so it compiled without db
17443:
17444: * src/: classes/hashfile.C, include/pa_db_connection.h,
17445: include/pa_db_manager.h, main/pa_db_connection.C,
17446: main/pa_db_manager.C, types/pa_vhashfile.h:
17447: ^hashfile.transaction{code} ^hashfile:clear[filename]
17448: ^hashfile.delete[key]
17449:
17450: 2001-10-22 parser
17451:
17452: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
17453: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
17454:
17455: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
17456: classes/xnode.C, include/pa_charset_connection.h,
17457: include/pa_db_connection.h, include/pa_db_manager.h,
17458: include/pa_exception.h, include/pa_sapi.h,
17459: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17460: include/pa_stylesheet_connection.h,
17461: include/pa_stylesheet_manager.h,
17462: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
17463: main/pa_db_connection.C, main/pa_db_manager.C,
17464: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
17465: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17466: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
17467: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
17468: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
17469: types/types.dsp: hashfile 0
17470:
17471: * src/types/pa_vhashfile.C: z
17472:
17473: * src/: classes/classes.dsp, classes/hashfile.C,
17474: include/pa_config_fixed.h, main/execute.C,
17475: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
17476: types/pa_vhashfile.h, types/types.dsp: hashfile -100
17477:
17478: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
17479:
17480: * src/: include/pa_exception.h, include/pa_request.h,
17481: main/execute.C, main/pa_exception.C, main/pa_request.C,
17482: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17483: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
17484:
17485: 2001-10-19 parser
17486:
17487: * src/include/pa_pool.h: header
17488:
17489: * src/main/pa_pool.C: auto compiled on gcc
17490:
17491: * src/classes/image.C: comment
17492:
1.101 moko 17493: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 17494:
17495: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17496: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17497: types/pa_vxnode.h: xnode clone got freed
17498:
17499: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17500: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
17501: can free up xalandomstring resulting from pool::transcode
17502:
17503: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
17504: include/pa_config_fixed.h, include/pa_exception.h,
17505: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
17506: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
17507: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
17508: to c++ exceptions 1xml configure fixed to exclude xalan-patch
17509: from non-xml compile
17510:
17511: * src/main/pa_request.C: pool:: context - get_context
17512:
17513: * src/: classes/classes.h, classes/date.C, classes/double.C,
17514: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
17515: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
17516: classes/string.C, classes/table.C, classes/void.C,
17517: include/pa_config_fixed.h, include/pa_exception.h,
17518: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
17519: main/compile.C, main/compile_tools.C, main/execute.C,
17520: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
17521: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
17522: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17523: main/pa_string.C, main/pa_table.C, main/untaint.C,
17524: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17525: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
17526: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
17527: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
17528: types/pa_vstateless_class.h, types/pa_vtable.C,
17529: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
17530: exceptions 0
17531:
17532: * src/classes/classes.awk: $ removed
17533:
17534: 2001-10-18 parser
17535:
17536: * src/types/pa_vcookie.C: cookie:CLASS
17537:
17538: * src/main/main.dsp: project
17539:
17540: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
17541: set_document & ctor question "who owns document" solved
17542:
17543: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
17544:
17545: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17546: main/pa_pool.C: encoding in dom creating funcs
17547:
17548: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
17549: be transformed now
17550:
17551: * src/classes/xdoc.C: dom created by create can be transformed now
17552:
17553: * src/classes/xdoc.C: z
17554:
17555: * src/classes/xdoc.C: comment
17556:
17557: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
17558: create now uses XercesDocumentBridge, appendChild&co now works
17559:
17560: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
17561: @ recompile
17562:
17563: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
17564: $origin @exception[
17565:
17566: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
17567: tag names forced to XML lang
17568:
17569: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
17570: leechy-found bugs in code&doc fixed
17571:
17572: 2001-10-17 parser
17573:
17574: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
17575: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
17576: n functionality preserved
17577:
17578: * src/types/pa_vimage.h: removed unused vimage::save
17579:
17580: 2001-10-16 parser
17581:
17582: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
17583:
17584: * src/classes/: xnode.C: removed few dom returns & changed op.txt
17585:
17586: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
17587:
17588: * src/classes/image.C: image.copy tolerance
17589:
17590: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
17591: ineffective, but works for small paleted image
17592:
17593: * src/types/pa_vimage.C: comment
17594:
17595: * src/classes/image.C: gd size/resize bugfix
17596:
17597: * src/: classes/classes.dsp, main/main.dsp,
17598: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17599: types/types.dsp: ident >nul 2>&1
17600:
17601: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
17602: systems
17603:
17604: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
17605: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
17606:
17607: 2001-10-15 parser
17608:
17609: * src/main/execute.C: z
17610:
17611: * src/classes/: xdoc.C: !::create{qualifiedName}
17612:
17613: * src/types/pa_vxnode.C: document_type_node.
17614: !readonly attribute DOMString name
17615: !notation_node.
17616: !readonly attribute DOMString publicId
17617: !readonly attribute DOMString systemId
17618:
1.101 moko 17619: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
17620: ::write badly passed string too transparently [failed to
17621: intercept it]
1.95 moko 17622:
17623: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
17624: include/pa_request.h, main/pa_sql_driver_manager.C,
17625: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17626: types/pa_vxnode.h: DOM1 major addtion, only few
17627: attributes/methods left
17628:
17629: 2001-10-13 parser
17630:
17631: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17632: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
17633: in main handler
17634:
17635: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
17636: cleanups & frees order
17637:
17638: * src/types/pa_vcode_frame.h: couple comments
17639:
17640: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
17641: transparent enough to handle hash if creation&passing
17642:
17643: * src/: include/pa_config_fixed.h, main/execute.C,
17644: main/pa_exception.C: noticed that vcodeframe not transparent
17645: enough, would change now
17646:
17647: 2001-10-12 parser
17648:
17649: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
17650: fixed. initialization&free on each thread!
17651:
17652: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
17653: handling changed: now type of default param analized always, not
17654: only at problem time, thus helping early problem spotting
17655:
17656: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
17657: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
17658: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
17659: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
17660: multithread bug fixed. initialization&free on each thread!
17661:
17662: 2001-10-11 parser
17663:
17664: * src/classes/xnode.C: xnode.selectSingle now
17665:
17666: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
17667: include/pa_pool.h, include/pa_stylesheet_connection.h,
17668: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
17669: convertors out of Pool into Exception
17670:
17671: * src/main/pa_string.C: const
17672:
17673: * src/: include/pa_string.h, main/pa_string.C: restructured string:
17674: linked pieces of same language together prior to String::replace
17675:
17676: * src/classes/hash.C: !^hash.add[addme]
17677: !^hash.sub[subme]
17678: !^a.union[b] = new
17679: !^a.intersection[b] = new
17680: !^a.intersects[b] = bool
17681:
17682: * src/classes/hash.C: !^hash::append[append_from]
17683:
17684: * src/: classes/hash.C, types/pa_vhash.h:
17685: !^hash::create[[copy_from]]
17686:
17687: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
17688: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
17689: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
17690: fixed. got rid of empty_string, which caused errors - it hasnt
17691: exception but somebody[value.bark] tried to throw it on it's pool
17692:
1.101 moko 17693: * src/include/pa_config_auto.h.in: makes
1.95 moko 17694:
17695: 2001-10-10 parser
17696:
17697: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
17698:
17699: * src/main/: compile.tab.C, compile.y: ^a[
17700:
17701: @next_method << now unclosed ] would be reported here
17702:
17703: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
17704: compile error
17705:
17706: 2001-10-09 parser
17707:
1.101 moko 17708: * src/: classes/Makefile.am, main/Makefile.am,
17709: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 17710:
17711: * src/classes/Makefile.am: makes
17712:
17713: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
17714: win32 errors intercepted [xalan transformer patched and
17715: incorporated]
17716:
17717: * src/: classes/classes.dsp, classes/xdoc.C,
17718: include/pa_stylesheet_connection.h, main/main.dsp,
17719: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17720: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
17721: patches starting
17722:
17723: * src/classes/: string.C, table.C: ^string.save[file]
17724:
17725: * src/classes/: date.C, table.C: calendar moved to date
17726:
17727: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
17728: string/table] now
17729:
17730: * src/classes/: op.C, table.C: z
17731:
17732: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
17733: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
17734: types/pa_vxnode.h: table:menu & op for delims made allowed not to
17735: be code [be string..]
17736:
17737: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
17738: table.C: lots of
17739: params->as_int/double/as_string/as_junction/as_no_junction
17740: messages added
17741:
17742: 2001-10-08 parser
17743:
17744: * src/: classes/date.C, classes/image.C, classes/string.C,
17745: classes/table.C, classes/void.C, include/pa_request.h:
17746: params->as_int/double message added
17747:
17748: * src/classes/image.C: image:circle [and round arc] uses Bresenham
17749:
17750: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
17751: image:sector removed image:html internal "line-*" attribs
17752:
17753: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
17754: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
17755:
17756: * src/types/pa_vcookie.C: removing cookie made more netscape-like
17757: way
17758:
17759: * src/: classes/file.C, classes/form.C, main/pa_common.C,
17760: main/untaint.C: header untainting to UL_HTTP_HEADER,
17761: UL_MAIL_HEADER made nonforced [only tainted pieces]
17762:
17763: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
17764: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
17765: @ SAPI::log
17766:
17767: * src/main/untaint.C: \r to ' ' in origins mode
17768:
17769: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
17770: set]
17771:
17772: * src/: classes/xdoc.C, include/pa_config_fixed.h,
17773: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
17774: nonstandard liaison freed up
17775:
17776: 2001-10-07 parser
17777:
17778: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
17779: project
17780:
17781: 2001-10-05 parser
17782:
17783: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
17784: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
17785: from outputing to cerr. lots of "todos"
17786:
17787: * src/main/untaint.C: http_header tainting more gentle with
17788: enquoting now
17789:
17790: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
17791: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
17792: xml errorhandler. fixed string.replace a little, read @test
17793:
17794: * src/main/pa_string.C: found replace bug - first_that_starts(char
17795: *) does not have limit, and looks further eos, fixing....
17796:
17797: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
17798:
17799: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
17800:
17801: * src/main/: pa_charset_connection.C: ctype another mem clear
17802: bugfix
17803:
1.101 moko 17804: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
17805: $result[^[$p^]z] now works fine
1.95 moko 17806:
17807: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
17808: wrong. fixed it
17809:
17810: * src/main/pa_charset_connection.C: unicode zero pair at the beging
17811: of totable appered to be vital
17812:
17813: 2001-10-04 parser
17814:
17815: * src/classes/image.C: ^image.length[text]
17816:
17817: 2001-10-03 parser
17818:
17819: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
17820:
17821: * src/main/pa_request.C: restored pcre defaulting in request
17822: [mindlessly "optimized" yesterday] comment left
17823:
17824: 2001-10-02 parser
17825:
17826: * src/: main/pa_charset_manager.C,
17827: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
17828: needed
17829:
17830: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
17831: forgot non-xml pool.*charset needed
17832:
17833: * src/classes/table.C: # config comments fixed
17834:
17835: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
17836: charset_connection #comment now
17837:
17838: * src/: classes/classes.dsp, types/types.dsp: release projects
17839: options fixed to use release msvcrt lib
17840:
17841: * src/main/pa_charset_connection.C: pcre tables now const inside
17842: removed default - pcre handles that internally fixed bug on
17843: not-cleaning tables [previously was calloced, now member]
17844:
17845: * src/: include/pa_request.h, main/pa_charset_connection.C,
17846: main/pa_request.C, types/pa_vstring.h: pcre tables now const
17847: inside removed default - pcre handles that internally fixed bug
17848: on not-cleaning tables [previously was calloced, now member]
17849:
17850: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
17851: tested charset reload on file change @ apache version = OK tested
17852: freeing up prev encoding on adding new = OK
17853:
17854: 2001-10-01 parser
17855:
17856: * src/main/pa_charset_connection.C: removed entitify external hack
17857: [internal installed]
17858:
1.101 moko 17859: * src/main/Makefile.am: makes+removed dtd
1.95 moko 17860:
17861: * src/: include/pa_charset_connection.h,
17862: include/pa_charset_manager.h,
17863: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
17864: main/pa_charset_connection.C, main/pa_charset_manager.C,
17865: main/pa_request.C: charset loading & caching mech 0
17866:
17867: * src/: include/pa_stylesheet_connection.h,
17868: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
17869: main/pa_globals.C, main/pa_request.C: would make charset loading
17870: & caching mech now
17871:
17872: 2001-09-30 parser
17873:
17874: * src/main/pa_request.C: forgot to fill toTable
17875:
17876: * src/: include/pa_config_fixed.h, main/pa_request.C: started
17877: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
17878: failed on win32 for now..
17879:
17880: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
17881: now charsets table configuration variable is: CHARSETS
17882:
17883: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
17884: ctype with unicode 1. todo: no П entities on output somehow
17885:
17886: * src/: classes/file.C, classes/op.C, classes/string.C,
17887: include/pa_request.h, main/pa_request.C: started ctype with
17888: unicode values
17889:
17890: 2001-09-28 parser
17891:
17892: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
17893: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
17894: string passed AS-IS now
17895:
17896: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
17897: way of user-configuring... todo: implement
17898:
17899: 2001-09-27 parser
17900:
17901: * src/classes/table.C: table.sort changed to sort table itself
17902:
17903: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
17904: X^.getElementsByTagName[tagname] = array of xnode
17905: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
17906: nodes removed - regretfully not supported @ xalan. maybe someday
17907: would reimplement, if needed.
17908:
17909: win32build system: solved long waiting anti-non-started-apache
17910: problem
17911:
17912: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
17913: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17914: types/types.dsp: win32 ident make system so not to rebuild
17915: library [ident.C.new]
17916:
17917: 2001-09-26 parser
17918:
17919: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
17920: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
17921: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17922: types/pa_vxnode.C, types/types.dsp: z
17923:
17924: * src/classes/classes.C: forgot one non-xml check
17925:
1.101 moko 17926: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
17927: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 17928:
17929: * src/targets/cgi/parser3.C: z
17930:
17931: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
17932: targets/isapi/parser3isapi.C: #ifdef SMTP
17933:
17934: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
17935: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17936: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
17937: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
17938: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17939: types/types.dsp: xdoc&xnode now
17940:
17941: * src/: classes/classes.C, classes/classes.awk,
17942: classes/classes.dsp, classes/classes.h, classes/date.C,
17943: classes/dnode.C, classes/dnode.h, classes/dom.C,
17944: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17945: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17946: classes/op.C, classes/response.C, classes/string.C,
17947: classes/table.C, classes/void.C, include/pa_array.h,
17948: include/pa_common.h, include/pa_config_fixed.h,
17949: include/pa_config_includes.h, include/pa_dictionary.h,
17950: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17951: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
17952: include/pa_socks.h, include/pa_sql_connection.h,
17953: include/pa_sql_driver_manager.h, include/pa_stack.h,
17954: include/pa_string.h, include/pa_stylesheet_connection.h,
17955: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
17956: include/pa_xslt_stylesheet_manager.h, main/compile.C,
17957: main/compile.y, main/compile_tools.C, main/compile_tools.h,
17958: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
17959: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17960: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17961: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17962: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
17963: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
17964: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17965: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17966: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
17967: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17968: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
17969: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
17970: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17971: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17972: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
17973: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
17974: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17975: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
17976: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
17977: types/pa_vmethod_frame.h, types/pa_vobject.h,
17978: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
17979: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17980: types/pa_vstateless_object.h, types/pa_vstring.C,
17981: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17982: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
17983: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
17984: main.dsp splitted to main+classes+types along to .am
17985:
17986: * src/classes/Makefile.am: removed useless var
17987:
17988: * src/: classes/classes.cmd, main/main.dsp,
17989: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
17990: main.dsp
17991:
17992: 2001-09-25 parser
17993:
17994: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
17995: 1251 though, todo ICU
17996:
1.101 moko 17997: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 17998: include/pa_stylesheet_connection.h, main/Makefile.am,
1.101 moko 17999: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
18000: types/pa_vdom.h: xml configure makes
1.95 moko 18001:
18002: 2001-09-24 parser
18003:
1.101 moko 18004: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
18005: types/Makefile.am: makes
1.95 moko 18006:
1.101 moko 18007: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 18008:
18009: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
18010: started unix makes update
18011:
18012: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
18013: started unix makes update
18014:
18015: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
18016:
18017: * src/types/pa_value.h: z
18018:
18019: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
18020: bugs with usinge hash/table in expressions
18021:
18022: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
18023: resolved conflicts fixed [const]
18024:
18025: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
18026: classes/table.C, include/pa_request.h, include/pa_sapi.h,
18027: main/compile.C, main/compile.tab.C, main/compile.y,
18028: main/compile_tools.h, main/main.dsp, main/pa_common.C,
18029: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
18030: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
18031: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
18032: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18033: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
18034: with before_xml [merge2 actually didn't happen - i've created
18035: tags on wrong branch. so this merge is in fact re-merge]
18036:
18037: 2001-09-21 parser
18038:
18039: * src/: main/main.dsp, targets/cgi/parser3.dsp,
18040: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
18041: produced "" in make file and sadly wrong interpreted on load]
18042:
1.101 moko 18043: * src/: classes/classes.h, classes/hash.C, classes/op.C,
18044: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
18045: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
18046: include/pa_sql_driver_manager.h, include/pa_string.h,
18047: main/compile.tab.C, main/main.dsp, main/pa_common.C,
18048: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
18049: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 18050:
18051: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
18052: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
18053: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
18054: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
18055: main/pa_pool.C, main/pa_request.C,
18056: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
18057: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
18058: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18059: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
18060: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
18061: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
18062: types/pa_vrequest.C, types/pa_vresponse.h,
18063: types/pa_vstateless_class.C, types/pa_vstring.C,
18064: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
18065: created new projects for sql drivers [planning to remove sql
18066: drivers from main cvs project] first, will join latest changes
18067:
18068: * src/classes/: dom.C: defaulted dom writing methods encoding to
18069: pool.get_charset
18070:
18071: * src/classes/dom.C: defaulted dom writing methods encoding to
18072: pool.get_charset
18073:
18074: * src/include/pa_pool.h: defaulted dom writing methods encoding to
18075: pool.get_charset
18076:
18077: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
18078: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
18079: methods encoding to pool.get_charset
18080:
18081: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
18082: transcoder were created right "unsupported encoding" message.
18083: not @ set time, but @ use time, so until xml output functions
18084: .string, .file, .save used - no encoding name check occur
18085:
18086: reduced transcode buffer size to 60 fixed pool cleanup - no
18087: registration needed, pools are officially destructured
18088:
18089: 2001-09-20 parser
18090:
18091: * src/classes/image.C: 20K preload on jpg measure [image::measure]
18092:
18093: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
18094: $MAIN:DEFAULTS.content-type[$.charset[here]]
18095:
18096: * src/: classes/dnode.C, classes/dom.C,
18097: include/pa_config_includes.h, include/pa_globals.h,
18098: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
18099: main/pa_pool.C, targets/cgi/parser3.dsp,
18100: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18101: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
18102: Pool::transcode 0
18103:
18104: * src/classes/dom.C: dom. string save file moved output xml options
18105: to last param and made it optional
18106:
18107: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
18108: dnodes
18109: !$attributenode.specified = boolean
18110: true if the attribute received its value explicitly
18111: in the XML document,
18112: or if a value was assigned programatically with the
18113: setValue function.
18114: false if the attribute value came from the default value
18115: declared in the document's DTD.
18116: !$pinode.target = target of this processing instruction
18117: XML defines this as being the first token following the
18118: markup
18119: that begins the processing instruction.
18120: XPath:
18121: !^node.select[xpath/query/expression] = hash of 0->node0
18122: 1->node1
18123: !^node.select-single[xpath/query/expression] = first node if
18124: any
18125:
18126: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
18127: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
18128: some 'const's added
18129:
18130: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
18131: expression context now, there value = size and boolean value
18132: size!=0
18133:
18134: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
18135: can be used in expression context now, there value = size and
18136: boolean value size!=0
18137:
18138: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
18139: types/pa_vstring.h: dnode .file .string .save moved back to dom
18140: due to strange xalan bug
18141:
18142: 2001-09-18 parser
18143:
18144: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
18145: classes/image.C, classes/op.C, classes/table.C,
18146: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
18147: include/pa_sql_driver_manager.h, main/compile.C,
18148: main/compile.tab.C, main/compile.y, main/compile_tools.h,
18149: main/execute.C, main/pa_common.C, main/pa_request.C,
18150: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
18151: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18152: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
18153: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
18154: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
18155: before_xml branch ^if(def $hash) now true only when
18156: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
18157:
18158: * src/: classes/op.C, main/execute.C: operators self changed to
18159: root ^for variable context changed to self
18160:
18161: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
18162: dnode 1
18163:
18164: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
18165: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
18166:
18167: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
18168: poly* fixed
18169:
18170: 2001-09-17 parser
18171:
18172: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
18173: types/pa_vdom.h: started dnode+dom
18174:
18175: dnode DOM methods: $node.name $node.value
18176: ...others...
18177:
18178: ^node.xpath[/rates/USD] = hash
18179: $hash[
18180: $.0[node0]
18181: $.1[node1]
18182: ]
18183:
18184: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
18185: applies to all linear primitives
18186:
18187: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
18188: include/pa_stylesheet_connection.h, main/main.dsp,
18189: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
18190: types/pa_vimage.h: started dnode DOM: $node.name
18191: $node.value ...others... ^node.xpath[/rates/USD] = hash
18192: dom(dnode)
18193:
18194: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
18195: main/compile.y, main/compile_tools.h, main/execute.C,
18196: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
18197: in expression compound($aa.zz.xx) names now can have minus '-' in
18198: name after '.'
18199:
18200: 2001-09-15 parser
18201:
18202: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
18203: image: $line-width ^line(...)[**** style]
18204:
18205: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
18206: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
18207: pool_storage - cleanups first, allocations second. apache wisely
18208: does just like that
18209:
18210: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
18211: rewritten using template, no bugs now
18212:
18213: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
18214: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
18215: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
18216: poorly started isapi pool_storage, would rewrite using template
18217: now
18218:
18219: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
18220: include/pa_stylesheet_connection.h, main/main.dsp,
18221: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
18222: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
18223: xalan objects freed up [introducing Pool::register_cleanup]
18224:
18225: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
18226: comments
18227:
18228: 2001-09-14 parser
18229:
18230: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
18231: z
18232:
18233: * src/: classes/dom.C, classes/file.C, classes/image.C,
18234: classes/mail.C, include/pa_common.h,
18235: include/pa_sql_driver_manager.h, include/pa_string.h,
18236: include/pa_stylesheet_connection.h,
18237: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
18238: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
18239: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
18240: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
18241: compiled&cached
18242:
18243: 2001-09-13 parser
18244:
18245: * src/: classes/dom.C, classes/file.C, classes/image.C,
18246: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
18247:
18248: * src/classes/dom.C: dom:file content-type(.method)
18249:
18250: * src/: include/pa_common.h, include/pa_globals.h,
18251: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
18252: string now more informative error messages
18253:
18254: * src/: include/pa_globals.h, include/pa_request.h,
18255: main/pa_request.C, targets/cgi/parser3.C,
18256: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
18257: ParserSiteConfig .../parser3.conf
18258:
18259: cgi&isapi looks for {configure|c:\windows}/parser3.conf
18260:
18261: 2001-09-12 parser
18262:
18263: * src/: classes/op.C, include/pa_sql_driver_manager.h,
18264: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
18265: precise error reporting: "connection string must start with
18266: protocol://" now
18267:
18268: * src/main/compile.tab.C: fixed - subname code parts actually []
18269: braced
18270:
18271: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
18272: lexer on LS_USER level did [] matching without setting nestage,
18273: introduced special LS_NAME_SQUARE_PART state
18274:
18275: 2001-09-11 parser
18276:
18277: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
18278: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
18279: languages+=xml
18280:
18281: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
18282:
18283: * src/classes/dom.C: ^dom:save/string/file[output options] output
18284: options: $.method[xml|html|text] detection fixed
18285:
18286: * src/types/pa_vdom.h: messages
18287:
18288: * src/classes/dom.C: ^dom:save/string/file[output options] output
18289: options: $.method[xml|html|text] detection fixed
18290:
18291: 2001-09-10 parser
18292:
18293: * src/classes/dom.C: ^dom:save/string/file[output options] output
18294: options: $.method[xml|html|text] $.encoding[windows-1251|...]
18295:
18296: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
18297: added]
18298:
18299: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
18300: ^dom.xslt[stylesheet filename] 0
18301:
18302: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
18303: ^dom.xslt[stylesheet filename] -1 doc is lying
18304:
18305: * src/classes/dom.C: ^dom.file[encoding] = file
18306:
18307: * src/classes/: dom.C: ^dom.string[encoding] 1
18308: ^dom.save[encoding;filename]
18309:
18310: * src/classes/dom.C: ^dom.string[] 0
18311:
18312: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
18313:
18314: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
18315: types/pa_vform.h: ^dom.save[b.xml] 0
18316:
18317: 2001-09-08 parser
18318:
18319: * src/types/pa_vform.C: $form:tables.name.field
18320:
18321: 2001-09-07 parser
18322:
18323: * src/classes/table.C: table:empty removed, superceded by ^if(def
18324: $table)...
18325:
18326: * src/targets/cgi/parser3.C: z
18327:
18328: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
18329: from '' to int/double is 0]
18330:
18331: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
18332: $table) is false when table is empty
18333:
18334: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
18335: !$form:tables $atable[$form:tables.a]
18336: ^atable.menu{a=$atable.element}[,]
18337:
18338: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
18339: types/pa_vform.h, types/pa_vhash.h: !$form:fields
18340:
1.101 moko 18341: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 18342: types/pa_vdom.h, types/pa_vform.C: merged with successful start
18343: of dom
18344:
18345: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
18346: types/pa_vform.C, types/pa_vform.h: z
18347:
18348: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
18349: element [not last]
18350:
1.101 moko 18351: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 18352: types/pa_vdom.h: introducing dom. dom:load[a.xml]
18353:
18354: 2001-09-06 parser
18355:
18356: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
18357: table with one column 'element' and two rows: 1 and 2
18358:
18359: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
18360: table with one column 'element' and two rows: 1 and 2
18361:
18362: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
18363: bad int/double conversions, and now $form:nonexistent.int(88)
18364: would return 88
18365:
18366: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
18367: types/pa_vhash.h: now there's special hash key '_default'
18368: [instead of ^_default method] $hash[ $.a[1] $.b[2]
18369: $._default[xx] ] $hash.c
18370:
18371: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
18372: fixed [thanks, fif], ^; were treated there non-literally
18373:
18374: * src/doc/doxygen.cfg: merged new default options from 1.2.10
18375: doxygen
18376:
18377: * src/: classes/image.C, classes/op.C, classes/string.C,
18378: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
18379: types/pa_vtable.C: few #ifndef DOXYGEN
18380:
18381: 2001-09-05 parser
18382:
18383: * src/classes/: string.C, table.C: sql options can be void [same as
18384: image:html the other day]
18385:
18386: * src/targets/cgi/Makefile.am: .am undo
18387:
18388: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
18389: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
18390: macro expantion on param, simply qoutes whatever passed, undone
18391:
18392: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
18393: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
18394: STRINGIZE(name) #name invented
18395:
18396: * src/: classes/op.C, include/pa_sql_driver_manager.h,
18397: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
18398: MAIN_SQL_DRIVERS_NAME "drivers"
18399:
18400: moved to be availible to all users
18401:
18402: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
18403: SQL_DRIVER_CREATE_FUNC_NAME
18404:
18405: * src/classes/mail.C: MAIN:MAIL check fixed
18406:
18407: 2001-09-04 parser
18408:
18409: * src/classes/image.C: image.html now can accept void params
18410:
18411: * src/targets/isapi/parser3isapi.C: z
18412:
18413: * src/targets/cgi/parser3.C: full_file_spec bug
18414:
18415: * src/targets/cgi/parser3.C: getenvcheck
18416:
18417: * src/targets/cgi/parser3.C: zz
18418:
18419: * src/targets/cgi/parser3.C: zzz
18420:
18421: * src/classes/date.C: date
18422:
18423: * src/classes/date.C: date:sql-string is now without ''
18424:
1.101 moko 18425: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 18426: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
18427: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
18428:
1.101 moko 18429: * src/include/pa_config_auto.h.in: makes
1.95 moko 18430:
18431: 2001-09-03 parser
18432:
18433: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
18434:
18435: 2001-09-01 parser
18436:
18437: * src/classes/image.C: letter_spacing
18438:
18439: * src/classes/image.C: image: font params changed
18440:
18441: * src/classes/image.C: image: as_int as_string used
18442:
18443: * src/types/pa_vmethod_frame.h: $result[] now gets properly
18444: analized
18445:
18446: 2001-08-31 parser
18447:
18448: * src/targets/cgi/parser3.C: z
18449:
1.101 moko 18450: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
18451: cygwin
1.95 moko 18452:
18453: * src/classes/void.C: void:int/double += (default)
18454:
18455: * src/classes/image.C: image:font added space param image:font
18456: changed charwidth alg, added kerning const[for now]
18457:
18458: * src/classes/: string.C, table.C: string:int/double (defaults)
18459:
18460: 2001-08-29 parser
18461:
18462: * src/main/pa_exception.C: exception redundant debug info
18463:
18464: 2001-08-28 parser
18465:
18466: * src/classes/image.C: image error msgs
18467:
18468: * src/classes/image.C: image: gifsize little endian
18469:
18470: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
18471: doxygeneration
18472:
18473: * src/: classes/Makefile.am, main/Makefile.am,
18474: targets/cgi/Makefile.am, types/Makefile.am: .am-s
18475:
18476: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
18477: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
18478:
18479: * src/main/compile.C: NO_STRING_ORIGIN check2
18480:
18481: * src/classes/table.C: NO_STRING_ORIGIN check
18482:
18483: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
18484: storage class specifiers invalid in friend function declarations
18485:
18486: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
18487: main/untaint.C, targets/cgi/parser3.C,
18488: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
18489: case of limit
18490:
18491: * src/: classes/file.C, main/pa_common.C: file:move
18492: autocreate/remove dest/src dir
18493:
18494: * src/: classes/string.C, include/pa_dictionary.h,
18495: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
18496: main/untaint.C: pa_directory speeded up. moved zero 'from' check
18497: to directory constructor. string:replace
18498:
18499: 2001-08-27 parser
18500:
18501: * src/classes/image.C: fixed jpgsize alg
18502:
18503: * src/classes/image.C: fixed jpgsize alg
18504:
18505: * src/main/pa_exception.C: z
18506:
18507: * src/main/pa_common.C: removed debug info from pa_common
18508:
18509: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
18510: [auto.p from current dir loading]
18511:
1.101 moko 18512: * src/: main/pa_common.C, main/pa_exception.C,
18513: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
18514: for solaris -lsocket
1.95 moko 18515:
18516: 2001-08-24 parser
18517:
18518: * src/targets/cgi/parser3.C: not cgi extra \n 3
18519:
18520: * src/targets/cgi/parser3.C: not cgi extra \n 2
18521:
18522: * src/targets/cgi/parser3.C: not cgi extra \n
18523:
18524: * src/main/pa_sql_driver_manager.C: z
18525:
18526: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
18527: sql* removed services from disconnect - cross-request ideological
18528: probs.
18529:
18530: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
18531: cross-request ideological probs. oracle - fixed bug: cs
18532: allocated on request.pool and got freed before disconnect
18533:
18534: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
18535: mallocs fixed
18536:
18537: 2001-08-23 parser
18538:
18539: * src/classes/file.C: minor bug in file:save fixed
18540:
18541: * src/main/pa_sql_driver_manager.C: oracle: dlink
18542:
18543: 2001-08-22 parser
18544:
18545: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
18546: types/pa_vfile.h: file:load|save[text|binary;
18547:
18548: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
18549:
18550: 2001-08-21 parser
18551:
18552: * src/classes/: file.C, table.C: ^file:list
18553:
18554: 2001-08-20 parser
18555:
18556: * src/: main/compile.tab.C, main/compile.y,
18557: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
18558: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
18559: recousively caused problems: inc incremeted 123 literal!! fixed
18560:
18561: 2001-08-10 parser
18562:
18563: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
18564:
18565: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
18566: added
18567:
18568: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
18569: added
18570:
18571: * src/classes/table.C: table:sort restored [it was bad test :(]
18572:
18573: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
18574: ''
18575:
18576: * src/main/: pa_request.C: wanted to make const int
18577: MAX_EXECUTE_SECONDS=1;
18578:
18579: but couldnt, set_callback_and_alarm appeared to be not exported
18580: :(
18581:
18582: * src/main/pa_string.C: string.match hanged on. there were a hang
18583: check but it weren't wise enough
18584:
18585: @parse[dateString][tmp]
18586: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
18587: #end
18588:
18589: @main[] ^parse[2001-02-03]
18590:
18591: * src/classes/: table.C: table:sort now default desc
18592:
18593: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
18594: table.sort now creates new sorted table
18595:
18596: 2001-08-09 parser
18597:
18598: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
18599:
18600: * src/classes/hash.C: hash:_default now [was hash:default]
18601:
18602: * src/classes/op.C: case without switch check added
18603:
18604: * src/types/pa_vcookie.C: cookie name&value origins added, more
18605: precise $ORIGINS(1)
18606:
18607: * src/main/Makefile.am: .am
18608:
18609: * src/classes/void.C: void: int double copy/paste from int: bug
18610: fixed
18611:
18612: * src/classes/void.C: void: int double copy/paste from int: bug
18613: fixed
18614:
18615: 2001-08-07 parser
18616:
18617: * src/: classes/double.C, classes/int.C, classes/string.C,
18618: classes/table.C, include/pa_globals.h, main/pa_globals.C:
18619: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
18620: string, table
18621:
18622: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
18623: srand made working
18624:
18625: 2001-08-06 parser
18626:
18627: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
18628: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
18629: main/compile.tab.C, main/compile.y, main/pa_array.C,
18630: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
18631: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
18632:
18633: * src/main/pa_exec.C: exec win32 real filename
18634:
18635: * src/classes/file.C: exec stderr out
18636:
18637: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
18638:
18639: 2001-08-03 parser
18640:
18641: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
18642:
18643: 2001-08-02 parser
18644:
18645: * src/: classes/string.C, classes/table.C, include/pa_array.h,
18646: main/execute.C, main/pa_exec.C: introducing Array_iter
18647:
18648: * src/main/execute.C: detected quick_get recursion bug. changed to
18649: get@execute, but needs array iterator, separate from array to
18650: avoid it & use caching
18651:
18652: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
18653: bug fixed
18654:
18655: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
18656: main/execute.C, main/pa_globals.C: found another multithread bug
18657: in op.C (last, last global var killed) :)
18658:
18659: 2001-08-01 parser
18660:
18661: * src/: include/pa_dictionary.h, include/pa_globals.h,
18662: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
18663: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
18664: main/untaint.C: speeded up typo-html replacements. introducing
18665: Dictionary with first-char caching
18666:
18667: 2001-07-31 parser
18668:
18669: * src/types/Makefile.am: pa_vtable.C added to .am
18670:
18671: * src/main/compile.tab.C: added, so that could be compiled even on
18672: non-bison-enabled platforms
18673:
18674: 2001-07-28 parser
18675:
18676: * src/classes/table.C: table:hash always produces hash, when can't
18677: - empty
18678:
18679: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
18680: skipped \n
18681:
18682: 2001-07-27 parser
18683:
18684: * src/classes/: double.C, int.C, string.C: provided meaningful msg
18685: on int/double/string :sql without result and default
18686:
18687: 2001-07-26 parser
18688:
18689: * src/classes/op.C: fixed bad multithread bug with strangly global
18690: OP
18691:
18692: * src/main/compile.y: $man[$.age[zzz]] 0
18693:
18694: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
18695: creation syntax problem persists. restored $: for a while.
18696: thinking of $man[$.age[zzz]] syntax now
18697:
18698: * src/: classes/double.C, classes/int.C, classes/string.C,
18699: include/pa_opcode.h, main/compile.C, main/compile.y,
18700: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
18701: types/pa_vmethod_frame.h, types/pa_wcontext.h,
18702: types/pa_wwrapper.h: fixing :: realization #1
18703:
18704: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
18705: main/compile_tools.h, main/execute.C, main/pa_request.C,
18706: types/pa_vmethod_frame.h: introducing :: this is constructor call
18707: prefix. ordinary : remains for static accesses
18708:
18709: 2001-07-25 parser
18710:
18711: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
18712: fields 2. methods 3. columns
18713:
18714: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
18715: quote. optimized double&int tostring-s
18716:
18717: * src/main/: compile.C, compile.y, compile_tools.h: allowed
18718: whitespace before first method decl
18719:
18720: * src/classes/table.C: allowed nontable result in table:sql,
18721: results in empty table
18722:
18723: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
18724: lines before first method decl
18725:
18726: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
18727: types/pa_vtable.h: ^table.record[] now $table.fields
18728:
18729: * src/main/compile.y: $var[] is now empty string, not void
18730:
18731: * src/main/: compile.y, execute.C: $var[] is now empty string, not
18732: void
18733:
18734: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
18735: main/pa_globals.C: match replace code context moved to implicit
18736: $match context
18737:
18738: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
18739: main/compile_tools.h, main/execute.C: with killed, code storage
18740: introduced with former 'with' syntax
18741:
18742: 2001-07-24 parser
18743:
18744: * src/: main/compile.C, main/execute.C, main/pa_string.C,
18745: types/pa_value.h: first get_element, next get operator
18746:
18747: * src/main/compile.y: removed @end handling
18748:
18749: * src/main/: compile.C, compile.y: @end handling method2
18750:
18751: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
18752: file:move
18753:
18754: * src/main/pa_common.C: file_read close @ eof when imgsize bug
18755: fixed
18756:
18757: 2001-07-23 parser
18758:
18759: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
18760: driver
18761:
18762: * src/classes/hash.C: changed sql driver query interface
18763:
18764: * src/: classes/hash.C, classes/string.C, classes/table.C,
18765: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
18766: changed sql driver query interface
18767:
18768: 2001-07-20 parser
18769:
18770: * src/types/pa_vrequest.C: X!$browser:type
18771:
18772: * src/: classes/file.C, classes/string.C, include/pa_string.h,
18773: main/execute.C, main/pa_string.C, types/pa_valiased.C,
18774: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
18775: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
18776: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
18777: types/pa_vobject.h, types/pa_vrequest.C,
18778: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
18779: ^class:method dynamic calls allowed. ^BASE.method call disabled.
18780: BASE element globally removed
18781:
18782: 2001-07-18 parser
18783:
18784: * src/classes/file.C: file:exec/cgi msg
18785:
18786: * src/classes/file.C: $file:exit-code renamed to 'status'
18787:
18788: * src/: classes/file.C, main/pa_exec.C: file:exec
18789:
1.101 moko 18790: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
18791: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
18792: removed $id from *.in *.am
1.95 moko 18793:
18794: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
18795: abbrevations
18796:
18797: * src/: classes/date.C, classes/mail.C, classes/math.C,
18798: classes/string.C, classes/table.C, include/pa_globals.h,
18799: include/pa_string.h, main/execute.C, main/pa_globals.C,
18800: main/pa_request.C, main/pa_string.C, main/untaint.C,
18801: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
18802: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
18803: $ORIGINS(1) output tracing mode
18804:
18805: 2001-07-13 parser
18806:
18807: * src/: classes/double.C, classes/int.C, classes/string.C,
18808: include/pa_request.h, main/execute.C, main/pa_request.C:
18809: auto.p[@auto], /news/auto.p[no @auto], so that initializing
18810: second would not call first @auto
18811:
18812: * src/main/: execute.C, pa_request.C: order of MAIN parents was
18813: wrong, fixed
18814:
18815: 2001-07-12 parser
18816:
18817: * src/types/pa_value.h: pa_value.putelement modification of system
18818: classes prevented
18819:
18820: 2001-07-11 parser
18821:
18822: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
18823: table $piece
18824:
18825: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
18826: types/pa_vstateless_class.h: $file created by file:state +=
18827: .atime .mtime .ctime +found&fixed bug with exceptions on
18828: get_junction-created objects [they were on wrong pool]
18829:
18830: 2001-07-09 parser
18831:
18832: * src/main/untaint.C: qp wrong name
18833:
18834: * src/: classes/date.C, classes/string.C, classes/table.C,
18835: main/compile.y: date format 0
18836:
18837: 2001-07-07 parser
18838:
18839: * src/: classes/date.C, classes/table.C, include/pa_common.h,
18840: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
18841: roll table calendar
18842:
18843: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
18844: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
18845: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
18846: include/pa_request.h, main/main.dsp, types/pa_value.h,
18847: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
18848: string. todo: sql, calendar
18849:
18850: 2001-07-06 parser
18851:
18852: * src/: classes/math.C, include/pa_request.h, main/execute.C,
18853: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
18854:
18855: 2001-07-03 parser
18856:
18857: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
18858: classes/random.C, main/main.dsp: class random renamed to math,
18859: operators became methods
18860:
18861: * src/classes/op.C: pow sqrt
18862:
18863: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
18864:
18865: 2001-07-02 parser
18866:
18867: * src/classes/table.C: ^table.columns column renamed from 'name' to
18868: 'column'
18869:
18870: * src/classes/hash.C: ^hash.keys[]
18871:
18872: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
18873:
18874: * src/main/: compile.y, compile_tools.h: in expressions now allowed
18875: 'strings'
18876:
18877: 2001-06-29 parser
18878:
18879: * src/main/: execute.C: /0 %0 checkes ver 2
18880:
18881: * src/main/execute.C: /0 %0 checke
18882:
18883: * src/classes/Makefile.am: nothing - void
18884:
18885: * src/classes/table.C: empty strings @ sql
18886:
18887: 2001-06-28 parser
18888:
18889: * src/: classes/double.C, classes/file.C, classes/form.C,
18890: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18891: classes/op.C, classes/random.C, classes/response.C,
18892: classes/string.C, classes/table.C, classes/void.C,
18893: main/compile.C, main/compile_tools.C, main/execute.C,
18894: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
18895: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18896: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18897: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18898: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
18899: targets/isapi/parser3isapi.C, main/compile.y: */ static const
18900: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
18901: $";
18902:
18903: * src/: classes/double.C, classes/file.C, classes/form.C,
18904: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18905: classes/op.C, classes/random.C, classes/response.C,
18906: classes/string.C, classes/table.C, classes/void.C,
18907: main/compile.C, main/compile.y, main/compile_tools.C,
18908: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
18909: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18910: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18911: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18912: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
18913: targets/isapi/parser3isapi.C: static char *RCSId="$Id$";
18914:
18915: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
18916: $class:name: == ${class:name}:
18917:
18918: * src/classes/string.C: exactly one
18919:
18920: 2001-06-27 parser
18921:
18922: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
18923: types/pa_vvoid.h: nothing renamed to void
18924:
18925: * src/classes/op.C: ^switch ^case
18926:
18927: * src/main/compile.y: nothing renamed to void
18928:
18929: * src/: classes/hash.C, classes/table.C, main/compile.y,
18930: main/execute.C, main/main.dsp, main/pa_request.C,
18931: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
18932: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
18933: void
18934:
18935: * src/main/compile.y: lexer: $zzzz^zzzz were name part
18936:
18937: 2001-05-28 parser
18938:
18939: * src/doc/html2chm.cmd: removed >a
18940:
18941: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
18942: project options [some bugs]
18943:
18944: * src/doc/sources2html.cmd: z
18945:
18946: * src/: classes/classes.C, main/compile.C, main/compile.y,
18947: main/execute.C: operators are not in root class again
18948:
18949: 2001-05-24 parser
18950:
18951: * src/targets/cgi/parser3.dsp: project file
18952:
18953: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
18954: ^log ^exp
18955:
18956: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
18957: conversions in @exception[params]
18958:
18959: * src/main/pa_request.C: // no _ conversions in @exception[params]
18960:
18961: 2001-05-23 parser
18962:
18963: * src/main/pa_string.C: string cmp bug
18964:
18965: * src/classes/: mail.C, op.C: rem max 1000
18966:
18967: * src/: classes/op.C, main/compile.y: allow one empty line before
18968: LS_DEF_NAME
18969:
18970: 2001-05-22 parser
18971:
18972: * src/classes/op.C: if params code-required
18973:
18974: 2001-05-21 parser
18975:
18976: * src/types/pa_vstring.C: eoleof
18977:
18978: * src/classes/Makefile.am: .AM
18979:
18980: * src/classes/nothing.C: resultless ^sql moved to nothing:
18981:
18982: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
18983:
18984: * src/: classes/double.C, classes/nothing.C, classes/string.C,
18985: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
18986: types/pa_vunknown.h, classes/hash.C, main/compile.y,
18987: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
18988: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
18989: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
18990: 'nothing'
18991:
18992: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
18993: vstring::set_string
18994:
18995: * src/classes/: double.C, int.C, string.C: int,double;sql
18996:
18997: * src/: classes/hash.C, classes/int.C, classes/string.C,
18998: classes/table.C, include/pa_string.h, main/pa_string.C,
18999: types/pa_vstring.C, types/pa_vstring.h: started int:sql
19000:
19001: * src/: classes/classes.C, classes/hash.C, classes/op.C,
19002: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
19003: hash:sql moved to main trunc. operators.txt updated
19004:
19005: * src/classes/: hash.C, op.C, table.C: hash:sql
19006:
19007: * src/classes/op.C: z
19008:
19009: * src/: main/compile.C, classes/classes.C: 1
19010:
19011: * src/: classes/classes.C, main/compile.C, main/compile.y,
19012: main/execute.C: 0
19013:
19014: * src/main/execute.C: z
19015:
19016: * src/targets/cgi/parser3.C: z
19017:
19018: * src/targets/cgi/parser3.C: argv can be just "parser3". made
19019: site_auto_path "." in that case
19020:
19021: * src/targets/cgi/: parser3.C: z
19022:
19023: * src/main/pa_request.C: .am
19024:
19025: * src/: main/pa_request.C, targets/cgi/parser3.C:
19026: pcre_tables=pcre_default_tables;
19027:
19028: 2001-05-19 parser
19029:
19030: * src/main/pa_string.C: z
19031:
19032: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
19033: introducing String::cstr_bufsize, returns just size+1 for as_is
19034: target.
19035:
19036: * src/: main/untaint.C, targets/cgi/pa_pool.C,
19037: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
19038: used, 4* mem wasted
19039:
19040: * src/classes/string.C: root context in match replace body now
19041: unchanged
19042:
19043: * src/types/pa_value.h: parameter # 1 based
19044:
19045: * src/main/pa_common.C: common: actual filename '%s'
19046:
19047: * src/classes/string.C: z
19048:
19049: * src/classes/Makefile.am: classes/.am
19050:
19051: * src/classes/: Makefile.am: classes/.am
19052:
19053: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
19054: targets/cgi/pa_pool.C: classes/.am
19055:
19056: 2001-05-18 parser
19057:
1.101 moko 19058: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
19059: pa_threads.C ins
1.95 moko 19060:
19061: * src/targets/cgi/Makefile.am: .am pa_threads.C added
19062:
19063: 2001-05-17 parser
19064:
19065: * src/: classes/string.C, include/pa_config_fixed.h,
19066: include/pa_config_includes.h, main/compile.y,
19067: main/compile_tools.h, main/execute.C, main/pa_array.C,
19068: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
19069: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
19070: types/pa_vform.C: #include "pa_config_includes.h" removed from
19071: most .C
19072:
19073: * src/doc/html2chm.cmd: z
19074:
19075: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
19076: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
19077:
19078: * src/main/pa_sql_driver_manager.C: moved expiration to
19079: get_connection_from_cache
19080:
19081: * src/main/pa_sql_driver_manager.C: cache expiration bf
19082:
19083: * src/: classes/classes.h, include/pa_sql_connection.h,
19084: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
19085: cache expiration[use SQL_Driver::disconnect]
19086:
19087: * src/main/pa_table.C: table.locate current restored on "not found"
19088:
19089: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
19090: line no
19091:
19092: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
19093: ANTI_ENDLESS_EXECUTE_RECOURSION
19094:
19095: * src/: classes/op.C, include/pa_sql_connection.h,
19096: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
19097: sql/pa_sql_driver.h: fixed problem at last: 2connections own
19098: 1driver and set_services fight for driver::fservices. before fix
19099:
19100: * src/: classes/op.C, include/pa_config_fixed.h,
19101: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19102: main/pa_sql_driver_manager.C: found problem at last: 2connections
19103: own 1driver and set_services fight for driver::fservices. before
19104: fix
19105:
19106: * src/: include/pa_config_fixed.h, include/pa_threads.h,
19107: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
19108: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
19109: pa_threads.C
19110:
19111: * src/include/pa_threads.h: removed targets/parser
19112:
19113: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
19114: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
19115: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
19116: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
19117: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
19118: headers
19119:
19120: * src/: classes/image.C, include/pa_sql_driver_manager.h,
19121: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
19122: order prevented sqlmanager to see MULTYTHREAD define
19123:
19124: * src/: include/pa_config_fixed.h, include/pa_threads.h,
19125: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
19126: put/gets
19127:
19128: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
19129: from hash.h
19130:
19131: * src/: classes/op.C, include/pa_sql_connection.h,
19132: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
19133: from cache ->set_services(&services);
19134:
19135: 2001-05-16 parser
19136:
19137: * src/targets/cgi/parser3.C: z
19138:
19139: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
19140: debug, #ifdefed some. would debug later, on more precise sample
19141: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
19142: $name.$tail[$tail!] $name.$tail } ok3
19143:
19144: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
19145: removed array debug. before vstring rebasing
19146:
19147: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
19148: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
19149: array debugged; adjusted
19150:
19151: * src/main/: pa_sql_driver_manager.C, pa_string.C:
19152: SQL_Driver_manager line no for connect/charset errors
19153:
19154: 2001-05-15 parser
19155:
19156: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
19157: main/pa_string.C: string+array made linear grows
19158:
19159: * src/: include/pa_string.h, main/pa_string.C,
19160: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
19161: grow lineary, not exponentialy
19162:
19163: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
19164: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
19165: with fullchunk cmps
19166:
19167: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
19168: 70041= 81
19169:
19170: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
19171: targets/cgi/parser3.C: detected huge mem allocation: size/times
19172: malloc 27809390/368771, calloc 3232/83. would test now
19173:
19174: * src/: classes/random.C, main/compile.y, main/execute.C,
19175: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
19176: numbered params had wrong name - for instance: bad error message
19177: in ^for[] bad body type. fixed
19178:
19179: 2001-05-14 parser
19180:
19181: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
19182: main/untaint.C: ^string.upper|lower[]
19183:
19184: 2001-05-11 parser
19185:
19186: * src/: classes/double.C, classes/image.C, classes/op.C,
19187: classes/string.C, classes/table.C, classes/unknown.C,
19188: main/execute.C, types/pa_value.h, types/pa_vbool.h,
19189: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
19190: types/pa_vunknown.h: op: MAX_LOOPS as_int
19191:
19192: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
19193: .dsp for win32tools
19194:
19195: 2001-05-11 paf
19196:
19197: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
19198: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
19199: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
19200: targets/isapi/kill.pl: moved win32 helpers to /win32tools
19201:
19202: 2001-05-10 paf
19203:
19204: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
19205: for C++, that's all
19206:
1.101 moko 19207: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
19208: pa_config_includes.h: inline wonders
1.95 moko 19209:
19210: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
19211: doc/doxygen.cmd: hash.C added
19212:
19213: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
19214:
19215: * src/main/compile.y: @end grammar: allowed zero strings in control
19216: menthod
19217:
19218: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
19219: pa_vstateless_object.h: changed priority: field before method
19220: lookup in vclass & vobject
19221:
19222: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
19223: grammar: priorities changes [lowerd && prior] vobject: now first
19224: fields, next methods
19225:
19226: 2001-05-08 paf
19227:
19228: * src/main/pa_table.C: table columnname2item on nameless ignored
19229: bark=false. fixed
19230:
19231: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
19232: types/pa_vmethod_frame.h: hash:default works at last!
19233:
19234: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
19235: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
19236: hash:default
19237:
19238: * src/classes/table.C: z
19239:
19240: * src/classes/table.C: table:hash always hash of hash now
19241:
19242: * src/classes/table.C: table:empty return bool now
19243:
19244: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
19245: include/pa_table.h, main/pa_table.C, types/pa_value.h,
19246: types/pa_vtable.h: table:hash
19247:
19248: * src/classes/table.C: table:record have name
19249:
19250: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
19251: returns vunknown
19252:
19253: * src/classes/: double.C, int.C, op.C, string.C:
19254: int,double,string:int[] double[] string:length[] results now have
19255: hames
19256:
19257: * src/: classes/op.C, classes/table.C, main/main.dsp,
19258: types/pa_vtable.h: removed table:find. table:locate and op:eval
19259: now return bool
19260:
19261: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
19262: in method checkparams again. fixed
19263:
19264: 2001-05-07 paf
19265:
19266: * src/doc/chm.cmd: cmd
19267:
19268: * src/: classes/image.C, classes/mail.C, classes/string.C,
19269: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
19270: types/pa_value.h: method reported errors on wrong pool
19271:
19272: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
19273: now
19274:
19275: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
19276: include/code.h, include/pa_opcode.h, main/compile.C,
19277: main/compile_tools.h, main/execute.C, types/pa_value.h,
19278: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19279: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
19280: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
19281: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19282: types/pa_vmethod_frame.h, types/pa_vobject.h,
19283: types/pa_vrequest.h, types/pa_vresponse.h,
19284: types/pa_vstateless_class.h, types/pa_vstring.h,
19285: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
19286: types/pa_wwrapper.h: pa_code.h
19287:
19288: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
19289:
19290: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
19291: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
19292: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
19293: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
19294: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
19295: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
19296: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
19297: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
19298: types/pa_vtable.h: dox, split by not clean parts also
19299:
19300: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
19301: types/pa_vtable.h: table: fields, then methods. so to enable
19302: 'dir' fields & co. more
19303:
19304: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
19305: so to enable 'dir' fields & co.
19306:
19307: * src/main/compile.y: grammar: @end
19308:
19309: 2001-05-04 paf
19310:
19311: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
19312: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
19313:
19314: * src/: classes/classes.h, classes/double.C, classes/file.C,
19315: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
19316: classes/op.C, classes/random.C, classes/response.C,
19317: classes/string.C, classes/table.C, classes/unknown.C,
19318: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
19319: method dox
19320:
19321: 2001-05-03 paf
19322:
19323: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
19324: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
19325: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
19326: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
19327: doc/string.dox, doc/targets.dox, doc/value.dox,
19328: main/pa_request.C: dox splitted .dox files and added some
19329:
19330: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
19331:
19332: 2001-05-02 paf
19333:
19334: * src/classes/: image.C, table.C: table:dir result are not tainted
19335: by file_name language now
19336:
19337: 2001-04-28 paf
19338:
19339: * src/classes/classes.inc: removed classes.inc
19340:
19341: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
19342: from .am
19343:
19344: * src/classes/classes.awk: skipped classes in .awk
19345:
19346: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
19347: classes/classes.inc, classes/double.C, classes/file.C,
19348: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
19349: classes/string.C, classes/table.C, classes/unknown.C,
19350: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
19351: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
19352: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
19353: pa_methoded back to classes/classes.h
19354:
19355: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
19356:
19357: * src/: classes/Makefile.am, classes/classes.awk,
19358: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
19359: classes/ls.exe, main/bison.exe: classes.inc autogenerator
19360:
19361: * src/: classes/classes.C, classes/classes.h, classes/double.C,
19362: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
19363: classes/response.C, classes/string.C, classes/table.C,
19364: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
19365: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
19366: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
19367: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
19368: include|main/pa_methoded
19369:
19370: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
19371: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
19372:
19373: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
19374: moved some configured data to request::classes_conf moved some
19375: string crations from globals to M... [works]
19376:
19377: * src/: classes/form.C, classes/mail.C, classes/op.C,
19378: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
19379: main/pa_request.C: moved some configured data to
19380: request::classes_conf moved some string crations from globals to
19381: M...
19382:
19383: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
19384: about to move configured data to special request hash
19385:
19386: * src/: classes/classes.C, classes/classes.h, classes/file.C,
19387: classes/form.C, classes/mail.C, include/pa_request.h,
19388: main/pa_request.C: configure started
19389:
19390: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
19391: 2. todo: methoded-configure
19392:
19393: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
19394: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
19395: classes/_random.h, classes/_response.h, classes/_string.h,
19396: classes/_table.h, classes/_unknown.h, classes/classes.inc,
19397: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
19398: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
19399: classes/random.C, classes/response.C, classes/string.C,
19400: classes/table.C, classes/unknown.C, include/pa_globals.h,
19401: include/pa_request.h, main/compile.y, main/execute.C,
19402: main/main.dsp, main/pa_globals.C, main/pa_request.C,
19403: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19404: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
19405: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
19406: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
19407: types/pa_vrequest.h, types/pa_vresponse.h,
19408: types/pa_vstateless_class.h, types/pa_vstring.h,
19409: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
19410: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
19411: methoded-configure
19412:
19413: * src/: classes/file.C, classes/table.C, main/compile.y,
19414: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
19415: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
19416: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
19417:
19418: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
19419: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
19420: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
19421: classes/random.C, classes/response.C, classes/string.C,
19422: classes/table.C, classes/unknown.C, include/pa_request.h,
19423: main/compile.y, main/execute.C, main/pa_globals.C,
19424: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
19425: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19426: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
19427: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
19428: beautifying just compiled. todo: debug, configure
19429:
19430: 2001-04-27 paf
19431:
19432: * src/: classes/file.C, classes/image.C, classes/table.C,
19433: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
19434: beautifying -99
19435:
19436: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
19437: classes/_response.h, classes/_unknown.h, classes/classes.C,
19438: classes/classes.h, classes/double.C, classes/file.C,
19439: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
19440: classes/op.C, classes/random.C, classes/response.C,
19441: classes/string.C, include/pa_globals.h, main/main.dsp,
19442: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
19443: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
19444: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
19445: types/pa_vunknown.h: beautifying -100
19446:
19447: * src/main/compile.y: serge@ found @CLASS bug. fixed
19448:
19449: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
19450: classes/_op.h, classes/_random.h, classes/_table.h,
19451: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
19452: classes/op.C, classes/random.C, classes/response.C,
19453: classes/string.C, classes/table.C, classes/unknown.C,
19454: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
19455: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
19456: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
19457: beautifying
19458:
19459: 2001-04-26 paf
19460:
19461: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
19462:
19463: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
19464: documentation ++
19465:
19466: * src/: classes/_exec.h, doc/doxygen.cfg,
19467: include/pa_config_fixed.h, include/pa_config_includes.h,
19468: targets/cgi/pa_pool.C: code documentation ++
19469:
19470: * src/: classes/_image.h, classes/op.C, classes/random.C,
19471: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19472: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
19473: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
19474: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19475: types/pa_vmethod_frame.h, types/pa_vobject.h,
19476: types/pa_vrequest.C, types/pa_vrequest.h,
19477: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
19478: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
19479: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
19480: code documentation ++
19481:
19482: * src/: classes/image.C, classes/mail.C, classes/string.C,
19483: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
19484: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
19485: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
19486: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19487: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
19488: types/pa_vobject.h, types/pa_vstateless_class.h,
19489: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
19490:
19491: * src/main/: pa_request.C, pa_string.C: z
19492:
19493: * src/: include/pa_common.h, include/pa_types.h,
19494: main/pa_sql_driver_manager.C: module [and, guess, isapi]
19495: connection caching fixed. request-pooled-url were stored into
19496: global connectioncache
19497:
19498: 2001-04-25 paf
19499:
19500: * src/: doc/doxygen.cfg, doc/doxygen.txt,
19501: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
19502:
19503: * src/: include/code.h, include/pa_common.h, main/compile.y,
19504: main/execute.C, main/pa_common.C: -d
19505:
19506: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
19507: illegal call check a bit improved, but still under iis no mapping
19508: of dir with parser allowed!
19509:
19510: 2001-04-24 paf
19511:
19512: * src/targets/Makefile.am: apache module lib .am
19513:
19514: * src/main/pa_exec.C: windows32 buildCommand
19515:
19516: 2001-04-23 paf
19517:
19518: * src/targets/cgi/Makefile.am: win32 conditional
19519:
19520: * src/targets/cgi/Makefile.am: win32 conditional
19521:
19522: * src/targets/cgi/Makefile.am: liblink
19523:
19524: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
19525: vfile fields return type
19526:
19527: * src/types/pa_vfile.h: vfile fields return type
19528:
19529: * src/include/pa_config_auto.h.in: .h.in
19530:
19531: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
19532: types/Makefile: makefiles removed
19533:
19534: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
19535: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
19536:
19537: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
19538: [tested: i & g ]
19539:
19540: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
19541: @test noticed series in isapi, check how initialize_random_class
19542: is called! [must be called only once]
19543:
19544: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
19545: would not be 'unknown column'
19546:
19547: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
19548: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
19549:
19550: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
19551: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
19552: [now doesnt]
19553:
19554: * src/targets/cgi/parser3.C: cgi cmdline ver
19555:
19556: * src/targets/cgi/parser3.C: cgi /// @test disable
19557: /cgi-bin/parser3/auto.p
19558:
19559: * src/main/untaint.C: untaint without charset
19560:
19561: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
19562: main/pa_common.C: common: file_write /// @test mkdirs
19563: file_delete rmdirs
19564:
19565: * src/main/untaint.C: mail header only once to =?
19566:
19567: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
19568: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
19569: main/untaint.C: untaint - @test optimize whitespaces for
19570: all but 'html'
19571:
19572: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
19573: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
19574: main/untaint.C: untaint - @test mail-header
19575:
19576: 2001-04-20 paf
19577:
19578: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
19579: include/pa_request.h, include/pa_string.h, main/compile.y,
19580: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
19581: targets/cgi/parser3.C: $MAIN:LOCALE
19582:
19583: * src/main/untaint.C: z
19584:
19585: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
19586:
19587: 2001-04-19 paf
19588:
19589: * src/main/compile_tools.h: $a$b bugfix
19590:
19591: * src/targets/cgi/parser3.C: z
19592:
19593: * src/classes/file.C: z
19594:
19595: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
19596: done: header to $fields. waits for header '\' tricks
19597:
19598: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
19599: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
19600: changed urlencode here and in untaint.C to HTTP standard's " and
19601: \" mech
19602:
19603: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
19604: http://alx/~paf/ doesnt load /auto.p
19605:
19606: 2001-04-18 paf
19607:
19608: * src/main/pa_request.C: 1
19609:
19610: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
19611: linux @alx
19612:
19613: 2001-04-17 paf
19614:
19615: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
19616: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
19617: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
19618: enabled
19619:
19620: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
19621: classes/_exec.h, classes/_file.h, classes/_form.h,
19622: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
19623: classes/_random.h, classes/_response.h, classes/_string.h,
19624: classes/_table.h, classes/_unknown.h, classes/file.C,
19625: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
19626: include/pa_config_fixed.h, include/pa_config_includes.h,
19627: include/pa_hash.h, include/pa_sql_driver_manager.h,
19628: include/pa_version.h, main/Makefile.am, main/compile.y,
19629: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
19630: main/pa_sql_driver_manager.C, sql/Makefile.am,
19631: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
19632: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
19633: types/pa_vform.C, types/pa_vimage.h: exec @jav
19634:
19635: * src/: include/pa_sql_driver_manager.h,
19636: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
19637: types/pa_vimage.h: sql driver interface now has initialize(client
19638: .so)
19639:
19640: 2001-04-16 paf
19641:
19642: * src/Makefile.am: compile2 cygwin
19643:
19644: * src/: include/pa_config_includes.h, main/pa_exec.C,
19645: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
19646:
19647: * src/targets/cgi/Makefile.am: compile0 jav
19648:
19649: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
19650: classes/_exec.h, classes/_file.h, classes/_form.h,
19651: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
19652: classes/_random.h, classes/_response.h, classes/_string.h,
19653: classes/_table.h, classes/_unknown.h, classes/image.C,
19654: classes/mail.C, classes/op.C, classes/random.C,
19655: include/pa_config_fixed.h, include/pa_config_includes.h,
19656: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
19657: main/compile.y, main/pa_common.C, main/pa_exec.C,
19658: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
19659: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
19660: compile-1
19661:
19662: 2001-04-15 paf
19663:
19664: * src/classes/op.C: z
19665:
19666: * src/classes/table.C: table:empty +=process
19667:
19668: * src/types/pa_value.h: MethodParams !junction
19669:
19670: * src/: classes/_string.h, classes/double.C, classes/file.C,
19671: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
19672: classes/random.C, classes/response.C, classes/string.C,
19673: classes/table.C, classes/unknown.C, main/pa_request.C:
19674: MethodParams everywhere
19675:
19676: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
19677: types/pa_vmethod_frame.h: MethodParams in op.C
19678:
19679: 2001-04-12 paf
19680:
19681: * src/: classes/image.C, types/pa_vimage.h: image:font :text
19682:
19683: * src/: classes/_unknown.h, classes/unknown.C,
19684: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
19685: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
19686:
19687: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
19688:
19689: * src/classes/image.C: image:gif now does not have params
19690:
19691: * src/classes/image.C:
19692: image:line/fill/rectangle/bar/replace/polygon/polybar
19693:
19694: * src/: classes/image.C, classes/op.C, main/execute.C,
19695: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
19696: for var now written not to r.wcontext, but to r.root cleared
19697: "entered_object" state
19698:
19699: 2001-04-11 paf
19700:
19701: * src/classes/image.C: image:create image:load
19702:
19703: * src/: classes/image.C, main/main.dsp: gd with mem write + image
19704: just compiled
19705:
19706: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
19707: todo: gif without file
19708:
19709: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
19710: started porting to Pooled descendant
19711:
19712: * src/: classes/image.C, main/execute.C, main/main.dsp,
19713: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
19714: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
19715: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
19716:
19717: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
19718: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
19719: end. switching to python imaging lib
19720:
19721: * src/main/main.dsp: gd+smtp made separate libs
19722:
19723: * src/: include/pa_globals.h, include/pa_string.h,
19724: main/pa_common.C, main/pa_request.C, main/untaint.C,
19725: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
19726: length
19727:
19728: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
19729: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
19730: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
19731: UL_FILE_NAME of posted file name
19732:
19733: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
19734: post [broke when moved post read to core]
19735:
19736: 2001-04-10 paf
19737:
19738: * src/classes/image.C: image:html done
19739:
19740: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
19741:
19742: * src/classes/image.C: z
19743:
19744: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
19745: forgotten!
19746:
19747: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
19748: main/pa_request.C, main/pa_string.C, main/untaint.C,
19749: types/pa_vimage.h: image:measure -90
19750:
19751: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
19752: classes/_int.h, classes/_mail.h, classes/_op.h,
19753: classes/_random.h, classes/_response.h, classes/_string.h,
19754: classes/_table.h, classes/file.C, classes/mail.C,
19755: include/pa_common.h, include/pa_globals.h, main/execute.C,
19756: main/main.dsp, main/pa_common.C, main/pa_globals.C,
19757: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
19758: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
19759: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
19760: compiled
19761:
19762: * src/classes/mail.C: minor bug with unclear from/to
19763:
19764: * src/classes/mail.C: sendmail unix skipping defaults
19765:
19766: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
19767: sendmail unix added defaults
19768:
19769: * src/classes/mail.C: unix sendmail compiled. todo:testing
19770:
19771: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
19772:
19773: 2001-04-09 paf
19774:
19775: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
19776: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
19777: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
19778: targets/isapi/parser3isapi.dsp: all targets exec
19779:
19780: * src/: include/pa_sapi.h, include/pa_string.h,
19781: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19782: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
19783: args in apache:util.script
19784:
19785: * src/include/pa_string.h: written but not tested exec with env for
19786: unix
19787:
19788: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
19789: targets/cgi/parser3.C: exec win32 env
19790:
19791: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
19792: 0
19793:
19794: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
19795: main/execute.C, main/main.dsp, main/pa_globals.C,
19796: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
19797: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
19798:
19799: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
19800: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
19801:
19802: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
19803: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
19804:
19805: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
19806: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
19807: main/pa_common.C, main/pa_request.C, main/pa_string.C,
19808: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19809: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
19810: exec class just compiled. moved post read to request core
19811:
19812: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
19813: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
19814: main/pa_globals.C, targets/cgi/parser3.C,
19815: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
19816: are already read by vform
19817:
19818: 2001-04-08 paf
19819:
19820: * src/: classes/file.C, classes/mail.C, classes/string.C,
19821: include/pa_request.h, include/pa_string.h, main/pa_request.C:
19822: uuencode. string<<
19823:
19824: 2001-04-07 paf
19825:
19826: * src/classes/mail.C: z
19827:
19828: * src/classes/mail.C: z
19829:
19830: * src/classes/mail.C: ^mail[$attach
19831:
19832: * src/classes/mail.C: ^attach dead end
19833:
19834: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
19835: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19836: targets/isapi/parser3isapi.C: mail:send 1
19837:
19838: * src/: classes/mail.C, main/pa_request.C: z
19839:
19840: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
19841: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
19842: compiled
19843:
19844: * src/classes/mail.C: +=
19845:
19846: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
19847: prepared
19848:
19849: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
19850: include/pa_globals.h, include/pa_string.h, main/main.dsp,
19851: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
19852: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
19853:
19854: 2001-04-06 paf
19855:
19856: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
19857: main/pa_string.C: table:dir 1
19858:
19859: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
19860: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
19861:
19862: * src/: classes/_op.h, classes/_root.h, classes/op.C,
19863: classes/root.C, include/pa_globals.h, include/pa_request.h,
19864: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
19865: main/pa_request.C: renamed 'root' to 'op'
19866:
19867: * src/classes/: _op.h, op.C: renamed from 'root'
19868:
19869: * src/types/pa_valiased.C: another root inherititance skipped
19870:
19871: * src/main/: compile.C, compile.y, execute.C: operators are now not
19872: root methods of parent class. just 'ROOT' class
19873:
19874: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
19875: @office
19876:
19877: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
19878:
19879: 2001-04-05 paf
19880:
19881: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
19882: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
19883: constructor flag dropped at get_method_frame and remembered into
19884: method_frame
19885:
19886: * src/: classes/file.C, classes/root.C, classes/string.C,
19887: classes/table.C, main/pa_request.C: junction to code&expression
19888: in errors
19889:
19890: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
19891: main/pa_string.C, targets/isapi/parser3isapi.dsp:
19892: $LOCALE:ctype[Russian_Russia.1251]
19893:
19894: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
19895: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
19896: main/pa_table.C: hash now not thread-safe.
19897:
19898: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
19899: main/untaint.C: z
19900:
19901: * src/: classes/random.C, classes/root.C, classes/table.C,
19902: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
19903: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
19904: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
19905: types/pa_wcontext.h: sql quote. string untaint UL_SQL
19906:
19907: * src/: classes/table.C, include/pa_sql_connection.h,
19908: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
19909:
19910: * src/classes/table.C: select * from hren error contains statement
19911:
19912: * src/: classes/table.C, include/pa_sql_connection.h,
19913: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
19914: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
19915:
19916: * src/: classes/root.C, include/pa_sql_connection.h,
19917: include/pa_sql_driver.h, main/main.dsp,
19918: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
19919: services for conv memory & error reporting
19920:
19921: 2001-04-04 paf
19922:
19923: * src/doc/doxygen.cfg: z
19924:
19925: * src/include/pa_sql_driver.h: mysql connect
19926:
19927: * src/include/pa_sql_driver.h: mysql info
19928:
19929: * src/: classes/root.C, include/pa_sql_driver.h,
19930: include/pa_sql_driver_manager.h, main/main.dsp,
19931: main/pa_sql_driver_manager.C: more manager&connection&driver
19932:
19933: * src/sql/Makefile.am: forgot to add mysql client
19934:
19935: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
19936: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
19937: [forgot to add libltdl, added]
19938:
19939: * src/: Makefile.am, classes/root.C, classes/string.C,
19940: classes/table.C, include/pa_globals.h, include/pa_hash.h,
19941: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
19942: include/pa_string.h, include/pa_table.h, main/main.dsp,
19943: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
19944: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
19945: -1000 just compiled
19946:
19947: * src/: classes/random.C, classes/root.C, classes/table.C,
19948: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
19949: main/pa_request.C, types/pa_vclass.h: sql frame -10
19950:
19951: 2001-04-03 paf
19952:
19953: * src/types/pa_vform.C: z
19954:
19955: * src/: classes/string.C, types/pa_vform.C: string:match replace
19956: assigned lang
19957:
19958: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
19959: {}[]< empty []
19960:
19961: * src/: classes/file.C, classes/string.C, classes/table.C,
19962: include/pa_string.h, main/pa_common.C, main/pa_string.C,
19963: main/untaint.C: string:match replace 2. string.cstr(forced lang)
19964:
19965: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
19966: string:match replace strange matches
19967:
19968: * src/classes/string.C: string:match replace 0
19969:
19970: * src/: classes/string.C, main/pa_string.C: string:match replace
19971: prepared 2
19972:
19973: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
19974: string:match replace prepared
19975:
19976: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
19977: string:match replace -11
19978:
19979: * src/: classes/string.C, include/pa_globals.h,
19980: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
19981: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
19982:
19983: * src/: classes/string.C, include/pa_globals.h,
19984: include/pa_string.h, main/main.dsp, main/pa_globals.C,
19985: main/pa_string.C: string:match [search] -1 just compiled
19986:
19987: * src/types/pa_vstring.C: z
19988:
19989: * src/: classes/double.C, classes/file.C, classes/form.C,
19990: classes/int.C, classes/response.C, classes/root.C,
19991: classes/string.C, classes/table.C, include/pa_string.h,
19992: main/pa_string.C: string:match -10 [frame]
19993:
19994: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
19995: main/pa_request.C: z
19996:
19997: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
19998: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
19999: todo/tests
20000:
20001: * src/include/pa_common.h: z
20002:
20003: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
20004: main/pa_request.C, targets/cgi/parser3.C,
20005: targets/isapi/parser3isapi.C, types/pa_vfile.C:
20006: content-disposition
20007:
20008: * src/: include/pa_common.h, include/pa_globals.h,
20009: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
20010: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
20011:
20012: * src/: include/pa_common.h, include/pa_request.h,
20013: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
20014: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
20015: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
20016: response:body
20017:
20018: * src/classes/table.C: table:append now uses string::split
20019:
20020: * src/classes/table.C: z
20021:
20022: * src/: classes/file.C, classes/root.C, classes/string.C,
20023: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
20024: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
20025: include/pa_string.h, main/execute.C, main/pa_string.C,
20026: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
20027: string::pos & cmp & piece bugs fixed. string::split new
20028: table:load separated from set table:set implemented with clean \n
20029: \t searches
20030:
20031: 2001-04-02 paf
20032:
20033: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
20034: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
20035: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
20036: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
20037: it in table:set/load
20038:
20039: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
20040: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
20041:
20042: * src/classes/random.C: random:generate 1
20043:
20044: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
20045: main/main.dsp, main/pa_globals.C, main/pa_request.C,
20046: types/pa_value.h: random:generate
20047:
20048: 2001-03-30 paf
20049:
20050: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
20051: todo: table flip and append. string::pos
20052:
20053: * src/: classes/double.C, classes/file.C, classes/int.C,
20054: classes/response.C, classes/root.C, classes/string.C,
20055: classes/table.C, main/compile.y, main/execute.C,
20056: types/pa_value.h, types/pa_vstateless_class.C,
20057: types/pa_vstateless_class.h: static|dynamic|any method
20058: registration
20059:
20060: * src/: classes/file.C, classes/table.C, include/pa_table.h,
20061: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
20062: table:flip
20063:
20064: 2001-03-29 paf
20065:
20066: * src/classes/string.C: string:xsplit forgot that they must result
20067: in 1 row N column [not vice versa]
20068:
20069: * src/classes/string.C: z
20070:
20071: * src/classes/string.C: string: rsplit
20072:
20073: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20074: string: lsplit
20075:
20076: * src/: classes/string.C, include/pa_string.h, main/execute.C,
20077: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
20078: lsplit -1
20079:
20080: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20081: string: pos
20082:
20083: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20084: string: pos -1
20085:
20086: * src/: classes/string.C, classes/table.C, include/pa_string.h,
20087: main/compile.y, main/pa_request.C, main/pa_string.C,
20088: main/untaint.C: string: left right mid
20089:
20090: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
20091: main/compile_tools.h, main/main.dsp, types/pa_value.h,
20092: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
20093: and [;] are different now.
20094:
20095: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
20096: main/untaint.C: pool.request undone
20097:
20098: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
20099: main/untaint.C: pool.request
20100:
20101: 2001-03-28 paf
20102:
20103: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
20104: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20105: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
20106: $request:browser [.type .version]; unknown.get_double now = 0.
20107:
20108: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
20109: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
20110: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
20111: types/pa_vform.C: file:load autodetection of mime-type by
20112: user-file-name
20113:
20114: * src/: classes/file.C, main/execute.C, main/pa_common.C,
20115: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
20116: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
20117:
20118: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
20119: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
20120: write. must be self.set
20121:
20122: * src/: classes/file.C, classes/root.C, classes/table.C,
20123: include/pa_table.h, main/pa_table.C: table:locate1, file:test
20124:
20125: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
20126: include/pa_table.h, main/pa_array.C, main/pa_table.C,
20127: types/pa_vtable.h: table:locate just compiled
20128:
20129: 2001-03-27 paf
20130:
20131: * src/main/: execute.C, pa_common.C: fixed r/w context of
20132: code-params2, fixed ntfs hardlink slow dir update
20133:
20134: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
20135: types/pa_wcontext.h: fixed r/w context of code-params
20136:
20137: * src/: classes/table.C, main/execute.C: about to change junction
20138: rcontext!!
20139:
20140: * src/: classes/double.C, classes/int.C, classes/root.C,
20141: classes/string.C, classes/table.C, main/compile_tools.C,
20142: main/execute.C, main/pa_request.C, main/untaint.C,
20143: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
20144: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
20145: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
20146: types/pa_vunknown.h: sort 0
20147:
20148: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
20149: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
20150: renamed to are_static_calls_disabled
20151:
20152: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
20153: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
20154: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
20155: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
20156:
20157: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
20158:
20159: * src/: classes/table.C, include/pa_common.h, main/compile.y:
20160: started table:sort fixed minor bug in #...^{
20161:
20162: * src/: classes/table.C, include/pa_common.h, main/compile.y,
20163: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
20164: decided to have as it were. stepped back. grammar: added 'in'
20165: 'is' 'lt'&co follow-space check
20166:
20167: 2001-03-26 paf
20168:
20169: * src/: classes/file.C, classes/root.C, classes/table.C,
20170: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
20171: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
20172: main/pa_table.C: moved ::save to pa_table. disabled @auto
20173: invocation in ^process
20174:
20175: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
20176:
20177: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
20178: main/pa_array.C: table:record
20179:
20180: * src/: main/untaint.C, targets/cgi/parser3.C,
20181: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20182: targets/isapi/pool_storage.h, types/pa_valiased.h,
20183: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
20184: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
20185: types/pa_vtable.h: z
20186:
20187: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
20188: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
20189: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
20190: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
20191: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
20192: method realisations on 'self' validity - they now can simply
20193: assume that 'self' is V{Proper} .
20194:
20195: 2001-03-25 paf
20196:
20197: * src/main/untaint.C: z
20198:
20199: * src/main/: pa_request.C, untaint.C: moved default typo-table to
20200: lowlevel - it initialization could be skipped if failed in @auto.
20201: so that exception report would use some table
20202:
20203: * src/main/pa_request.C: table empty lines ignored. system-default
20204: content type assigned in output:result [can fail in main:auto and
20205: skipped normal defaults extraction]
20206:
20207: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
20208: bug
20209:
20210: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
20211: processing to table [except preliminary \r\n \r \n replacements
20212: to "\n"]
20213:
20214: * src/: classes/table.C, main/untaint.C: html-typo - decided to
20215: move all the processing to table
20216:
20217: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
20218: main/pa_table.C, main/untaint.C: returned table originating.
20219: useful for reporting typo table problems origin. think would be
20220: useful somewhere else
20221:
20222: * src/main/untaint.C: typo \r \r\n \n properly handled
20223:
20224: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
20225: include/pa_table.h, main/compile.y, main/compile_tools.C,
20226: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
20227: main/pa_string.C, main/pa_table.C, main/untaint.C,
20228: types/pa_vcookie.h: typo & typo-default
20229:
20230: 2001-03-24 paf
20231:
20232: * src/main/pa_common.C: z
20233:
20234: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20235: targets/cgi/parser3.C: html-typo 2
20236:
20237: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
20238: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
20239: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
20240: main/execute.C, main/pa_array.C, main/pa_globals.C,
20241: main/pa_request.C, main/pa_string.C, main/untaint.C,
20242: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20243: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
20244: noticed double default content-type prob. run cgi.cmd tomorrow
20245: first html-typo sample. detected << problem: they become ltlt too
20246: fast
20247:
20248: * src/main/compile.y: z
20249:
20250: * src/main/: compile.y, compile_tools.h: #comment
20251:
20252: * src/: classes/file.C, classes/root.C, classes/table.C,
20253: include/pa_common.h, include/pa_request.h, main/compile.y,
20254: main/pa_common.C, main/pa_request.C, main/pa_string.C,
20255: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
20256: stringified
20257:
20258: * src/types/pa_valiased.C: decided to String-ify file_read
20259:
20260: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
20261: isapi/parser3isapi.dsp: cgi: sapi::log
20262:
20263: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
20264: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
20265: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
20266: error log experiments failed - cgi under iis got no access to
20267: log. registereventsource simply failed with 5(illegal call) code,
20268: while worked OK as standalone executable. isapi: used
20269: HSE_APPEND_LOG_PARAMETER feature
20270:
20271: * src/: include/pa_common.h, include/pa_globals.h,
20272: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
20273: targets/isapi/parser3isapi.C: fixed default content-type
20274: allocation storage
20275:
20276: * src/: include/pa_globals.h, include/pa_request.h,
20277: main/pa_globals.C, main/pa_request.C: z
20278:
20279: * src/: include/pa_array.h, include/pa_hash.h,
20280: include/pa_request.h, main/compile.y, main/pa_array.C,
20281: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
20282: types/pa_vcookie.C: cyclic uses ignored. defaulted default
20283: content-type
20284:
20285: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
20286: sanity
20287:
20288: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
20289: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
20290: away freeze mech. no danger now for you can't do
20291: ^request:process[@new-method[] body] trick anymore. still
20292: remains $some_instance.process[@new-method[] possibility] but
20293: would leave it as a feature. see index for sample
20294:
20295: * src/: include/pa_common.h, main/pa_common.C,
20296: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
20297: monkey every target
20298:
20299: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
20300: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
20301: types/pa_vform.C, types/pa_vform.h: auto.p monkey
20302:
20303: 2001-03-23 paf
20304:
20305: * src/: include/pa_pool.h, main/pa_request.C,
20306: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
20307: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20308: targets/isapi/pool_storage.h: isapi: dumb pool storage
20309:
20310: * src/targets/isapi/pa_pool.C: decided to continue with extension
20311:
20312: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
20313: it would be better to rewrite as filter then to deal with pool
20314:
20315: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
20316: now like in cgi, not from APPL_PHYSICAL_PATH
20317:
20318: * src/: classes/root.C, classes/table.C, include/pa_common.h,
20319: include/pa_config_fixed.h, include/pa_config_includes.h,
20320: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
20321: include/pa_version.h, main/compile.y, main/execute.C,
20322: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
20323: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20324: main/untaint.C, targets/cgi/parser3.C,
20325: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
20326: cgi: reinvent document_root and request_uri under iis. autoconf
20327: updated. introducing ap_config_includes
20328:
20329: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
20330:
20331: * src/targets/cgi/parser3.C: cgi: only one pool now
20332:
20333: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
20334: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
20335: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
20336: types/pa_venv.h, types/pa_vform.C: sapi made object
20337:
20338: * src/: include/pa_globals.h, main/pa_request.C,
20339: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20340: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
20341: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
20342:
20343: * src/: main/pa_request.C, targets/cgi/parser3.C,
20344: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
20345: isapi minor env beauty
20346:
20347: * src/: main/pa_request.C, targets/cgi/parser3.C,
20348: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
20349: isapi document_root 0
20350:
20351: 2001-03-22 paf
20352:
20353: * src/targets/isapi/parser3isapi.C: isapi keep-alive
20354:
20355: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
20356: isapi/parser3isapi.C: z
20357:
20358: * src/: include/pa_pool.h, main/pa_request.C,
20359: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
20360:
20361: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
20362: kill.pl: isapi added utils
20363:
20364: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
20365: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20366: types/pa_vform.C: isapi 0
20367:
20368: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
20369: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20370: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
20371: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
20372: started isapi
20373:
20374: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
20375: some comments
20376:
20377: * src/: include/pa_globals.h, include/pa_request.h,
20378: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
20379: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
20380: parser_root_auto_path parser_site_auto_path
20381:
20382: * src/types/pa_vcookie.C: cookie attr decoded
20383:
20384: 2001-03-21 paf
20385:
20386: * src/targets/cgi/parser3.C: z
20387:
20388: * src/include/pa_globals.h: post. todo: config of auto.p path
20389:
20390: * src/: include/pa_globals.h, targets/cgi/parser3.C,
20391: types/pa_venv.h: in cookie & env. todo:post
20392:
20393: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
20394: classes/root.C, classes/table.C, include/pa_array.h,
20395: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
20396: include/pa_request.h, include/pa_string.h, main/Makefile.am,
20397: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
20398: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20399: main/pa_table.C, main/untaint.C, targets/Makefile.am,
20400: targets/cgi/Makefile.am, targets/cgi/parser3.C,
20401: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
20402: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
20403: shifted apache branch on main trunc
20404:
20405: * src/: include/pa_common.h, include/pa_globals.h,
20406: include/pa_pool.h, include/pa_request.h, main/main.dsp,
20407: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
20408: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
20409: starting mod_parser3
20410:
20411: * src/targets/cgi/parser3.C: starting mod_parser3
20412:
20413: 2001-03-20 paf
20414:
20415: * src/: main/pa_common.C, targets/cgi/Makefile.am,
20416: targets/cgi/parser3.C: automake compiled and works. todo:make
20417: win32 ifdefs work and add ifdef unistd
20418:
20419: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
20420: main/Makefile.am, main/pa_common.C, main/pa_request.C,
20421: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
20422: z
20423:
20424: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
20425: main/execute.C, main/pa_common.C, types/Makefile.am: removing
20426: locking
20427:
20428: * src/: classes/Makefile.am, types/Makefile.am: z
20429:
20430: * src/: Makefile.am, classes/file.C, classes/root.C,
20431: classes/table.C, include/pa_array.h, include/pa_request.h,
20432: include/pa_string.h, main/Makefile.am, main/execute.C,
20433: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
20434: main/pa_string.C, main/untaint.C, targets/Makefile.am,
20435: targets/cgi/Makefile.am, targets/cgi/parser3.C,
20436: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
20437:
20438: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
20439: main/pa_request.C, types/pa_vfile.h: ^table:save
20440:
20441: * src/: classes/file.C, classes/table.C, include/pa_array.h,
20442: include/pa_common.h, include/pa_request.h, include/pa_string.h,
20443: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
20444: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
20445: types/pa_vform.h: z
20446:
20447: * src/include/pa_string.h: z
20448:
20449: * src/: classes/_request.h, classes/request.C, main/main.dsp,
20450: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
20451: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
20452: :Value
20453:
20454: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
20455: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
20456: :VStateless_object
20457:
20458: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
20459: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
20460: :VStateless_object
20461:
20462: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20463: types/pa_valiased.C, types/pa_vform.h: commented VForm
20464:
20465: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
20466: types/pa_valiased.h, types/pa_value.h,
20467: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20468: types/pa_vstateless_object.h: moved common get_element part from
20469: stateless object&class into VAliased
20470:
20471: * src/: classes/_env.h, classes/_table.h, classes/env.C,
20472: classes/table.C, main/execute.C, main/main.dsp,
20473: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
20474: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
20475: now :Value
20476:
20477: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
20478: main/execute.C, main/main.dsp, main/pa_globals.C,
20479: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
20480:
20481: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
20482: doxx
20483:
20484: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
20485: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
20486: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
20487: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
20488: and ^file:save
20489:
20490: 2001-03-19 paf
20491:
20492: * src/types/pa_vfile.C: z
20493:
20494: * src/: classes/file.C, classes/request.C, classes/table.C,
20495: include/pa_string.h, main/main.dsp, main/pa_pool.C,
20496: main/pa_request.C, main/untaint.C, types/pa_value.h,
20497: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
20498:
20499: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
20500: include/pa_string.h, include/pa_table.h, main/main.dsp,
20501: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
20502: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
20503: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
20504: classes/_file.h, classes/file.C, types/pa_vfile.C,
20505: types/pa_vfile.h: file class just compiled
20506:
20507: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
20508: include/pa_table.h, include/pa_types.h, main/execute.C,
20509: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
20510: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
20511: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
20512:
20513: * src/include/pa_pool.h: z
20514:
20515: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
20516: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
20517: Hash::Value to Val so to doxygen would finlly stop confusing
20518: those Value-s
20519:
20520: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
20521: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
20522: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
20523: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
20524: include/pa_types.h, main/compile.C, main/compile.y,
20525: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20526: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
20527: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
20528: main/pa_request.C, main/pa_string.C, main/pa_table.C,
20529: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
20530:
20531: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
20532: derivates somehow unlinked. don't know why yet
20533:
20534: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
20535: include/pa_string.h, include/pa_threads.h, main/compile.C,
20536: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20537: main/execute.C, main/pa_array.C, main/pa_common.C,
20538: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
20539: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20540: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
20541:
20542: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
20543: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
20544: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
20545: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
20546: types/pa_vrequest.h: doc: detected Value derivates prob
20547:
20548: * src/include/pa_globals.h: z
20549:
20550: * src/: classes/_request.h, classes/request.C, include/code.h,
20551: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
20552: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
20553: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
20554: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20555: main/execute.C, main/pa_pool.C, main/pa_request.C,
20556: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
20557: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
20558:
20559: 2001-03-18 paf
20560:
20561: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
20562: cookie: allowed access to hash-assigned
20563:
20564: * src/targets/cgi/parser3.C: z
20565:
20566: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
20567: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
20568: include/pa_types.h, main/main.dsp, main/pa_common.C,
20569: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
20570: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
20571: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
20572: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20573: types/pa_vunknown.h: cookie class
20574:
20575: * src/main/pa_request.C: zero length output allowed
20576:
20577: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
20578: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
20579:
20580: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
20581: lang switch
20582:
20583: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
20584: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20585: types/pa_value.h, types/pa_vhash.h:
20586: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
20587:
20588: * src/main/execute.C: z
20589:
20590: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
20591: targets/cgi/parser3.C: taint[uri
20592:
20593: * src/: classes/request.C, classes/response.C, classes/root.C,
20594: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
20595: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
20596: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
20597:
20598: * src/: classes/root.C, classes/string.C, include/pa_string.h,
20599: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20600: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
20601: types/pa_vstateless_class.C: convinient string(pool, char *src,
20602: bool tainted) ctor
20603:
20604: * src/: include/pa_hash.h, include/pa_request.h,
20605: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
20606: main/pa_request.C, main/pa_string.C, main/untaint.C,
20607: targets/cgi/parser3.C: proper @exceptions params tainting
20608:
20609: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
20610: response fields to header
20611:
20612: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20613: z
20614:
20615: * src/: classes/_response.h, classes/response.C,
20616: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
20617: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
20618: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
20619: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
20620: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
20621: $response: 0 request::core exception rethrow
20622:
20623: 2001-03-16 paf
20624:
20625: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
20626: types/pa_vrequest.h: native method' class call with less params
20627: then needed error reporting
20628:
20629: * src/: classes/_request.h, classes/request.C,
20630: include/pa_globals.h, include/pa_request.h, main/execute.C,
20631: main/main.dsp, main/pa_globals.C, main/pa_request.C,
20632: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
20633: types/pa_vrequest.h: $request : query :uri
20634:
20635: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
20636: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
20637: types/pa_wcontext.h: $result
20638:
20639: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
20640:
20641: * src/: classes/double.C, include/code.h, main/compile.y,
20642: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
20643: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
20644:
20645: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
20646: main/compile.y, main/execute.C, types/pa_value.h,
20647: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
20648: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
20649: wcontext conflict
20650:
20651: * src/: main/execute.C, types/pa_value.h,
20652: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
20653: $string.field
20654:
20655: 2001-03-15 paf
20656:
20657: * src/main/pa_request.C: news sample
20658:
20659: * src/: main/compile.y, main/execute.C, main/pa_request.C,
20660: targets/cgi/parser3.C, types/pa_vstring.h: @exception
20661:
20662: * src/main/: compile.y, execute.C: z
20663:
20664: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
20665: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
20666: pre pre works
20667:
20668: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
20669: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
20670: fillfields just compiled
20671:
20672: 2001-03-14 paf
20673:
20674: * src/: include/pa_request.h, main/pa_request.C,
20675: targets/cgi/parser3.C: z
20676:
20677: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
20678: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
20679: types/pa_vstring.h: limits -1
20680:
20681: * src/: include/pa_globals.h, include/pa_request.h,
20682: include/pa_types.h, main/main.dsp, main/pa_globals.C,
20683: main/pa_request.C, targets/cgi/parser3.C,
20684: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
20685: request_info -1
20686:
20687: * src/: include/pa_globals.h, main/pa_globals.C,
20688: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20689: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
20690: vform_fields_fill
20691:
20692: * src/targets/cgi/parser3.C: # if MSVC
20693:
20694: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
20695: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
20696:
20697: * src/targets/cgi/parser3.C: z
20698:
20699: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
20700: include/pa_string.h, include/pa_types.h, main/compile.y,
20701: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
20702: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
20703: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
20704: types/pa_vunknown.h: global handler, exceptions in parser3
20705:
20706: 2001-03-13 paf
20707:
20708: * src/: classes/form.C, main/compile.y, main/core.C,
20709: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
20710: types/pa_vform.h, types/pa_vstateless_class.C,
20711: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
20712: instead
20713:
20714: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
20715: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
20716: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
20717: started cgi target
20718:
20719: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
20720: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
20721: before error show with parser
20722:
20723: * src/: classes/_form.h, classes/form.C, include/core.h,
20724: include/pa_request.h, main/core.C, main/pa_request.C,
20725: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
20726:
20727: * src/targets/cgi/: parser.dsp, parser3.dsp: z
20728:
20729: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
20730: parser3.C: renamed targets/ parser to cgi
20731:
20732: * src/: classes/double.C, classes/env.C, classes/int.C,
20733: classes/root.C, classes/string.C, classes/table.C,
20734: include/pa_request.h, types/pa_vhash.h: z
20735:
20736: * src/: classes/_env.h, classes/env.C, classes/root.C,
20737: include/core.h, include/pa_pool.h, include/pa_request.h,
20738: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
20739: main/pa_common.C, main/pa_request.C, types/pa_value.h,
20740: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
20741: [historical moment :)]
20742:
20743: * src/: include/code.h, include/pa_string.h, main/compile.y,
20744: main/execute.C, main/pa_string.C: 'value is type' expr operator
20745:
20746: * src/types/pa_venv.h: $ENV 1
20747:
20748: * src/main/execute.C: z
20749:
20750: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
20751: future methods of ENV constructor if
20752:
20753: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
20754: class
20755:
20756: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
20757: classes/_root.h, classes/_string.h, classes/_table.h,
20758: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
20759: classes/string.C, classes/table.C, include/pa_request.h,
20760: main/compile.C, main/compile_tools.h, main/core.C,
20761: main/execute.C, main/main.dsp, main/pa_request.C,
20762: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
20763: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
20764: types/pa_vobject.h, types/pa_vstateless_class.C,
20765: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20766: types/pa_wcontext.h: $ENV: re 0, stateless classes
20767:
20768: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
20769: classes/_root.h, classes/_string.h, classes/_table.h,
20770: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
20771: classes/string.C, classes/table.C, include/pa_request.h,
20772: main/compile.C, main/compile_tools.h, main/core.C,
20773: main/execute.C, main/main.dsp, main/pa_request.C,
20774: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
20775: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
20776: types/pa_vobject.h, types/pa_vstateless_class.C,
20777: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20778: types/pa_wcontext.h: $ENV: re 0, stateless classes
20779:
20780: * src/: include/pa_request.h, main/compile.C, main/execute.C,
20781: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
20782: yesterdays bad decision on execute_static_method
20783:
20784: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
20785:
20786: * src/: classes/double.C, classes/int.C, classes/root.C,
20787: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
20788:
20789: * src/main/pa_request.C: z
20790:
20791: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
20792: include/pa_pool.h: skipped_restructure_exceptions_dead_end
20793:
20794: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
20795: include/pa_pool.h, main/pa_request.C:
20796: restructure_exceptions_dead_end
20797:
20798: * src/: classes/root.C, main/compile.y: ^if required junctions.
20799: allowed ; inside {} to break params
20800:
20801: * src/classes/root.C: ^eval
20802:
20803: * src/: classes/_string.h, classes/double.C, classes/int.C,
20804: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
20805: string ^format
20806:
20807: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
20808: 'bad' but not 'enough'
20809:
20810: * src/: classes/double.C, classes/root.C, classes/table.C,
20811: include/pa_common.h, include/pa_types.h, main/compile.y,
20812: main/pa_common.C, main/pa_request.C, main/untaint.C,
20813: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
20814: types/pa_wwrapper.h: think constructing flag as is is bad
20815:
20816: * src/: classes/double.C, classes/int.C, classes/root.C,
20817: classes/string.C, classes/table.C, main/core.C, main/execute.C,
20818: types/pa_vint.h: ^for
20819:
20820: 2001-03-12 paf
20821:
20822: * src/classes/table.C: table ^empty
20823:
20824: * src/: classes/table.C, include/pa_table.h: table ^menu
20825:
20826: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
20827: ^offset ^line ^count
20828:
20829: * src/classes/root.C: ^round() ^floor() ^ceiling()
20830: ^abs() ^sign()
20831:
20832: * src/classes/: root.C, table.C: ^use
20833:
20834: * src/: classes/root.C, classes/table.C, include/pa_request.h,
20835: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
20836: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20837: ^while. switched off wcontext.constructing after write(value) or
20838: auto-vhash-constructing
20839:
20840: * src/: classes/root.C, classes/table.C, include/pa_request.h,
20841: main/pa_request.C: fail_if_junction_ helper func
20842:
20843: * src/: classes/root.C, classes/table.C, include/pa_common.h,
20844: include/pa_request.h, main/execute.C, main/main.dsp,
20845: main/pa_common.C, main/pa_request.C: ^process error point by
20846: actual method_name, not source. ^load
20847:
20848: * src/types/pa_vtable.h: table: no, better with string in cells...
20849:
20850: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
20851: classes/_table.h, classes/table.C, main/untaint.C: z
20852:
20853: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
20854: include/pa_table.h, main/core.C, main/execute.C,
20855: main/pa_common.C, main/pa_request.C, main/pa_table.C,
20856: types/pa_value.h: table:set 0
20857:
20858: * src/: classes/root.C, include/core.h, include/pa_array.h,
20859: include/pa_request.h, include/pa_table.h, main/core.C,
20860: main/main.dsp, main/pa_request.C, main/pa_table.C,
20861: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
20862: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
20863: types/pa_vstring.h: freeze, ^table:create[] -1
20864:
20865: * src/: classes/root.C, types/pa_value.h: z
20866:
20867: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
20868: get_method in couple places optimizing them
20869:
20870: * src/classes/root.C: z
20871:
20872: * src/: classes/root.C, types/pa_vclass.h: process temp main
20873: zeroing
20874:
20875: * src/: classes/double.C, classes/int.C, classes/root.C,
20876: classes/string.C, include/pa_common.h, include/pa_request.h,
20877: include/pa_string.h, include/pa_types.h, main/compile.C,
20878: main/compile.y, main/compile_tools.h, main/execute.C,
20879: main/pa_common.C, main/pa_request.C, types/pa_value.h,
20880: types/pa_vmframe.h: ^process. actual names to store param and
20881: check_actual_numbered_params for better place diagnostics
20882:
20883: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
20884: method-junctions bug fixed
20885:
20886: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
20887: pa_vstateless_object.h, pa_vstring.h: stateless_object
20888:
20889: 2001-03-11 paf
20890:
20891: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
20892: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
20893: VDouble VInt base now VObject_base - without fields
20894:
20895: * src/: classes/root.C, include/core.h, main/core.C: z
20896:
20897: * src/: classes/double.C, classes/int.C, classes/root.C,
20898: classes/string.C, include/core.h, include/pa_hash.h,
20899: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
20900: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
20901:
20902: * src/: classes/double.C, classes/int.C, classes/root.C,
20903: include/pa_request.h, main/execute.C: intercept_string
20904:
20905: * src/: classes/double.C, classes/int.C, classes/root.C,
20906: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
20907:
20908: * src/: classes/double.C, classes/int.C, include/pa_request.h:
20909: ^inc-s(expr)
20910:
20911: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
20912: classes/_root.h, classes/_string.h, classes/double.C,
20913: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
20914: include/code.h, include/core.h, include/pa_array.h,
20915: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
20916: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
20917: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
20918: include/pa_types.h, main/compile.C, main/compile.y,
20919: main/compile_tools.C, main/compile_tools.h, main/core.C,
20920: main/execute.C, main/pa_array.C, main/pa_common.C,
20921: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
20922: main/pa_request.C, main/pa_string.C, main/pa_table.C,
20923: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20924: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
20925: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
20926: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
20927: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
20928: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
20929:
20930: * src/: main/pa_request.C, types/pa_vhash.h: z
20931:
20932: * src/: include/core.h, include/pa_request.h, main/core.C,
20933: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
20934:
20935: * src/: include/pa_valiased.h, include/pa_value.h,
20936: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
20937: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
20938: include/pa_vjunction.h, include/pa_vmframe.h,
20939: include/pa_vobject.h, include/pa_vstring.h,
20940: include/pa_vunknown.h, include/pa_wcontext.h,
20941: include/pa_wwrapper.h, main/compile.y, main/core.C,
20942: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
20943: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
20944: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20945: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
20946: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
20947: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
20948: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
20949: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
20950: include/
20951:
20952: 2001-03-10 paf
20953:
20954: * src/: include/core.h, include/pa_request.h, main/core.C,
20955: main/pa_request.C: run+auto=run
20956:
20957: * src/: classes/root.C, include/pa_request.h: minor if junction bug
20958:
20959: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
20960: classes/_root.h, classes/_string.h, classes/double.C,
20961: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
20962: include/code.h, include/core.h, include/pa_array.h,
20963: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
20964: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
20965: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
20966: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
20967: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
20968: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
20969: include/pa_vjunction.h, include/pa_vmframe.h,
20970: include/pa_vobject.h, include/pa_vstring.h,
20971: include/pa_vunknown.h, include/pa_wcontext.h,
20972: include/pa_wwrapper.h, main/compile.C, main/compile.y,
20973: main/compile_tools.C, main/compile_tools.h, main/core.C,
20974: main/execute.C, main/pa_array.C, main/pa_cframe.C,
20975: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
20976: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20977: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
20978: main/pa_wcontext.C: sources header
20979:
20980: * src/main/pa_request.C: auto..
20981:
20982: * src/: include/pa_request.h, main/compile.C, main/compile.y,
20983: main/pa_request.C: auto tree0
20984:
20985: * src/: include/core.h, include/pa_request.h, main/compile.y,
20986: main/core.C, main/pa_request.C: names to core.C
20987:
20988: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
20989: include/pa_request.h, main/core.C, main/execute.C,
20990: main/pa_common.C, main/pa_request.C: root auto.p loaded
20991:
20992: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
20993: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
20994: main/compile_tools.C, main/compile_tools.h, main/execute.C:
20995: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
20996:
20997: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
20998: @auto[] realised. auto.p scan togo
20999:
21000: * src/: include/pa_request.h, main/execute.C: autocalc
21001: code-junctions result now have names
21002:
21003: * src/: classes/double.C, classes/int.C, classes/root.C,
21004: classes/string.C, include/pa_request.h, include/pa_string.h,
21005: include/pa_wcontext.h, main/compile.y, main/execute.C,
21006: main/pa_string.C, main/pa_wcontext.C: tainting 0
21007:
21008: * src/classes/env.C: env:file/line
21009:
21010: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
21011: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
21012: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
21013: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
21014: main/compile_tools.C, main/compile_tools.h, main/core.C,
21015: main/execute.C, main/main.dsp, main/pa_cframe.C,
21016: main/pa_request.C, main/pa_wcontext.C: const fight finished
21017:
21018: * src/include/pa_vclass.h: const fight to go
21019:
21020: * src/: classes/_env.h, classes/env.C, classes/root.C,
21021: include/pa_request.h, include/pa_vclass.h, main/core.C,
21022: main/main.dsp: env0
21023:
21024: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
21025: classes/_string.h, classes/double.C, classes/int.C,
21026: classes/root.C, classes/string.C, include/pa_request.h,
21027: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
21028: include/pa_wcontext.h, main/core.C, main/main.dsp,
21029: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
21030: main/pa_wcontext.C: ^lang prepare0
21031:
21032: 2001-03-09 paf
21033:
21034: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
21035: construct proper naming
21036:
21037: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
21038: classes/double.C, classes/int.C, classes/root.C,
21039: classes/string.C, include/code.h, include/pa_value.h,
21040: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
21041: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
21042: main/compile.y, main/compile_tools.C, main/core.C,
21043: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
21044: and ^double[]. fixed expr type
21045:
21046: * src/: classes/root.C, include/pa_request.h, main/execute.C:
21047: ^string.length[]
21048:
21049: 2001-03-08 paf
21050:
21051: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
21052:
21053: * src/: include/pa_vclass.h, include/pa_vstring.h,
21054: include/pa_wcontext.h, main/compile.y, main/core.C,
21055: main/execute.C, main/main.dsp: dead end: vstring can't be
21056: derivated from vobject
21057:
21058: * src/: include/pa_vclass.h, include/pa_vhash.h,
21059: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
21060:
21061: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
21062: remained clone conseqs
21063:
21064: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
21065:
21066: * src/main/pa_vclass.C: wow! vclass were out of vcs
21067:
21068: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
21069: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
21070: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
21071: include/pa_vobject.h, include/pa_vstring.h,
21072: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
21073: main/execute.C: withoud cloning. didn't need it actually, params
21074: got passed from out unnamed ewpool
21075:
21076: * src/: include/pa_vdouble.h, include/pa_vhash.h,
21077: include/pa_vjunction.h, include/pa_vobject.h,
21078: include/pa_vunknown.h, main/compile.y: cloning dead end
21079:
21080: * src/: include/pa_bool.h, include/pa_double.h,
21081: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
21082: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
21083: include/pa_vjunction.h, include/pa_vmframe.h,
21084: include/pa_vobject.h, include/pa_vstring.h,
21085: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
21086: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
21087: to give params proper names
21088:
21089: * src/main/pa_wcontext.C: z
21090:
21091: * src/: include/pa_vmframe.h, main/execute.C: added names to
21092: unknown values in get_element and unfilled params. removed wrong
21093: name change in get_element
21094:
21095: * src/main/execute.C: z
21096:
21097: * src/main/execute.C: fixed problems calling operators in
21098: constructors
21099:
21100: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
21101: detected problems calling operators in constructors
21102:
21103: * src/: classes/root.C, include/pa_request.h, main/execute.C:
21104: autocalc def to string
21105:
21106: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
21107: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
21108:
21109: * src/classes/root.C: added root.c
21110:
21111: * src/: include/pa_request.h, include/pa_value.h,
21112: include/pa_vcframe.h, include/pa_vmframe.h,
21113: include/pa_wcontext.h, main/compile.C, main/compile.y,
21114: main/core.C, main/execute.C, main/pa_cframe.C,
21115: main/pa_wcontext.C: 'if' just compiled
21116:
21117: * src/: include/pa_vbool.h, include/pa_vdouble.h,
21118: include/pa_vjunction.h, include/pa_vmframe.h,
21119: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
21120: main/pa_wcontext.C: z
21121:
21122: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
21123: main/core.C, main/execute.C, main/main.dsp: z. detected probs
21124: with parameter names in operator methods
21125:
21126: * src/main/compile.y: minor renamings in .y
21127:
21128: * src/: include/pa_request.h, main/compile.C, main/compile.y,
21129: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
21130: @BASE. changed 'RUN' assignment mech
21131:
21132: * src/main/execute.C: z
21133:
21134: * src/: include/code.h, main/compile.y, main/compile_tools.C,
21135: main/compile_tools.h, main/execute.C: made class: dynamic, not
21136: static. so to enable runtime ^use
21137:
21138: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
21139:
21140: * src/: include/code.h, main/compile.y, main/compile_tools.C,
21141: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
21142:
21143: * src/main/execute.C: root root in code-junction
21144:
21145: 2001-03-07 paf
21146:
21147: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
21148: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
21149:
21150: * src/: include/pa_stack.h, include/pa_value.h,
21151: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
21152: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
21153: fixed rwcontext of {} params up
21154:
21155: * src/main/: compile.y, compile_tools.h: ^func(params)
21156:
21157: * src/main/compile.y: .y priorities syntax shaped up a bit
21158:
21159: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
21160: include/pa_vunknown.h, main/compile.y, main/execute.C,
21161: main/pa_hash.C: expr def in -f
21162:
21163: * src/main/: compile.y, execute.C: expr calls
21164:
21165: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
21166: fixed
21167:
21168: * src/main/compile.y: expr quoted code
21169:
21170: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
21171: support0
21172:
21173: * src/main/compile.y: expr string comparisons 0
21174:
21175: * src/: include/pa_string.h, main/compile.y, main/execute.C,
21176: main/pa_string.C: just compiled lt&co
21177:
21178: * src/main/execute.C: ^var.menu{$field} problem detected. that
21179: $field not a $var.field
21180:
21181: 2001-03-06 paf
21182:
21183: * src/main/compile.y: .y expr visible-shorter
21184:
21185: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
21186: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
21187: logical
21188:
21189: * src/: include/pa_vstring.h, main/compile.y: problems with
21190: skipping whitespace in yylex
21191:
21192: * src/include/pa_vbool.h: forgot this
21193:
21194: * src/: include/code.h, main/compile.y, main/execute.C: without
21195: string ops in expressions 0
21196:
21197: * src/: include/pa_value.h, include/pa_vdouble.h,
21198: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
21199: main/execute.C, main/main.dsp: !~
21200:
21201: * src/: include/pa_vcframe.h, include/pa_vclass.h,
21202: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
21203: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
21204: include/pa_vunknown.h, include/pa_wcontext.h,
21205: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
21206: main/compile_tools.h, main/execute.C: +-*/
21207:
21208: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
21209: main/compile_tools.h: grammar-1.1 $a(z) $a=0
21210:
21211: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
21212: main/execute.C: expr grammar-1 2*2=4.000000 :)
21213:
21214: * src/main/compile.y: expr grammar-1
21215:
21216: * src/main/compile.y: expr lexx1
21217:
21218: * src/main/: compile.y, execute.C, main.dsp: z
21219:
21220: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
21221: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
21222: main/execute.C: expr lex0 exec-1
21223:
21224: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
21225:
21226: 2001-02-26 paf
21227:
21228: * src/main/compile.y: max_string in yyerror bug fix
21229:
21230: 2001-02-25 paf
21231:
21232: * src/: include/pa_value.h, include/pa_vmframe.h,
21233: include/pa_wcontext.h, main/execute.C: VAliased3
21234:
21235: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
21236:
21237: * src/main/execute.C: VAliased1
21238:
21239: * src/: include/pa_request.h, include/pa_value.h,
21240: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
21241: VAliased0
21242:
21243: * src/: include/pa_pool.h, include/pa_request.h,
21244: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
21245: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
21246: VAliased just compiled
21247:
21248: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
21249: include/pa_vobject.h, main/execute.C: alias dead end
21250:
21251: * src/: include/pa_value.h, include/pa_vclass.h,
21252: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
21253: main/main.dsp: no not get fields into interm VFielded class.
21254: fields & staticfields 1
21255:
21256: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
21257: include/pa_vobject.h, include/pa_wcontext.h,
21258: include/pa_wwrapper.h, main/core.C, main/execute.C,
21259: main/main.dsp: would now get fields into interm VFielded class
21260:
21261: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
21262: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
21263: include/pa_wcontext.h, main/compile.y, main/core.C,
21264: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
21265: main/pa_wcontext.C: virtuals2
21266:
21267: * src/main/compile.y: : 1
21268:
21269: * src/main/compile.y: rethought to $class:static.field.subfield
21270:
21271: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
21272: $class:element
21273:
21274: * src/: include/pa_value.h, include/pa_vmframe.h,
21275: include/pa_wwrapper.h, main/compile.y, main/execute.C,
21276: main/pa_wcontext.C: before execute class calls rewrite
21277:
21278: * src/: include/pa_request.h, main/compile.C, main/core.C: default
21279: name RUN, also alias
21280:
21281: * src/main/compile.y: escaping bug
21282:
21283: * src/: include/pa_request.h, include/pa_value.h,
21284: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
21285: main/core.C, main/execute.C, main/pa_common.C: vobject1
21286:
21287: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
21288: include/pa_vmframe.h, include/pa_vobject.h,
21289: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
21290: main/compile_tools.h, main/execute.C: ^class:method() just
21291: compiled
21292:
21293: 2001-02-24 paf
21294:
21295: * src/main/main.dsp: no bison -d
21296:
21297: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
21298: class' err msg wrong
21299:
21300: * src/main/compile.y: z
21301:
21302: * src/main/: compile.y, core.C: yylex need some @special lines adj
21303:
21304: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
21305: main/compile.y, main/compile_tools.h, main/core.C: modules0
21306:
21307: * src/: include/pa_vclass.h, main/core.C: z
21308:
21309: * src/: include/pa_value.h, include/pa_vclass.h,
21310: include/pa_vobject.h, main/main.dsp: vobject00
21311:
21312: * src/main/pa_array.C: minor bug in expanding very small arrays.
21313: 60% from 1 were 0
21314:
21315: * src/: include/pa_value.h, include/pa_wcontext.h,
21316: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
21317: as bad as you've named it: wcontext.value() was not a perfect
21318: idea
21319:
21320: * src/main/execute.C: codeframe1
21321:
21322: * src/: include/pa_value.h, include/pa_vcframe.h,
21323: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
21324: include/pa_vjunction.h, include/pa_vmframe.h,
21325: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
21326: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
21327: just compiled
21328:
21329: * src/: include/pa_vframe.h, main/compile.y: found junction
21330: ideology @: ^x{$a()) must construct current wcontext element, so
21331: smart wcontext handling needed
21332:
21333: * src/main/compile.y: fixed grammar bugs in constructor/params
21334: klinch
21335:
21336: * src/main/: compile.y, execute.C: fixed empty constructor
21337: optimized empty case. failed on calls - produced empty string
21338: param
21339:
21340: * src/main/compile.y: fixed last \n macrotemplate strip bug
21341:
21342: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
21343: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
21344: main/compile_tools.C, main/compile_tools.h, main/core.C,
21345: main/execute.C: code junctions0. something wrong with last \n
21346: macrotemplate strip
21347:
21348: * src/: include/pa_value.h, main/compile.C, main/core.C,
21349: main/pa_value.C: minor error reporting format beautifyings
21350:
21351: * src/: include/pa_value.h, include/pa_vclass.h,
21352: include/pa_vframe.h, main/core.C, main/execute.C,
21353: main/pa_value.C: get_method RIP. junctions everywhere. call with
21354: junctions0
21355:
21356: 2001-02-23 paf
21357:
21358: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
21359: pa_wwrapper.h: lara came, can't work, sorry :(
21360:
21361: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
21362: junction
21363:
21364: * src/: include/pa_vframe.h, include/pa_vunknown.h,
21365: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
21366: main/execute.C, main/main.dsp, main/pa_value.C: call0
21367:
21368: * src/: include/pa_hash.h, include/pa_value.h,
21369: include/pa_wcontext.h, main/core.C, main/execute.C,
21370: main/main.dsp, main/pa_hash.C: started call. store param, vframe
21371: done
21372:
21373: * src/include/pa_wcontext.h: z
21374:
21375: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
21376: wrong grammar in complex constructor case
21377:
21378: * src/main/: compile.y, execute.C: empty constructor bug fixed
21379:
21380: * src/main/execute.C: with result rwpool
21381:
21382: * src/: include/pa_value.h, main/core.C, main/execute.C,
21383: main/main.dsp: value named
21384:
21385: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
21386: strign 2 value in 2 places in execute
21387:
21388: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
21389: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
21390: wcontext.put_element when wcontext fvalue==0
21391:
21392: 2001-02-22 paf
21393:
21394: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
21395: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
21396: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
21397:
21398: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
21399: erroreos checkout
21400:
21401: * src/: include/pa_request.h, main/compile.y: $self.put(val)
21402:
21403: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
21404: main/compile_tools.h, main/pa_array.C: $self.get
21405:
21406: * src/main/: compile.C, compile.y, compile_tools.C: z
21407:
21408: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
21409: bit. finished now.
21410:
21411: * src/main/compile.y: $: finished
21412:
21413: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
21414:
21415: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
21416: main/execute.C: OP_STRING better then some xxx _VALUE
21417:
21418: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
21419: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21420: string to vstring it .y all
21421:
21422: * src/: include/pa_request.h, include/pa_stack.h,
21423: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
21424: all
21425:
21426: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
21427: precise parse error line:col
21428:
21429: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
21430: main/pa_hash.C, main/pa_pool.C: TRY...
21431:
21432: * src/: include/pa_exception.h, include/pa_pool.h,
21433: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
21434: main/compile.C, main/compile.y, main/compile_tools.C,
21435: main/core.C, main/pa_array.C, main/pa_exception.C,
21436: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
21437: main/pa_table.C: removed exception from request
21438:
21439: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
21440: some forgotten
21441:
21442: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
21443: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
21444: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
21445: get/put simple vars to VClass works0
21446:
21447: * src/: include/pa_array.h, include/pa_wcontext.h,
21448: main/pa_string.C: in process, but found that exceptions are too
21449: global
21450:
21451: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
21452: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
21453: main/execute.C, main/pa_string.C: write_value write_string 0 it
21454: seems wcontext must write strings regardles of fvalue!=0
21455:
21456: 2001-02-21 paf
21457:
21458: * src/main/execute.C: tired :)
21459:
21460: * src/main/: compile.C, compile.y, execute.C: store0
21461:
21462: * src/: include/compile.h, include/execute.h, include/pa_array.h,
21463: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
21464: include/pa_wcontext.h, main/compile.C, main/compile.y,
21465: main/execute.C, main/main.dsp, main/pa_array.C,
21466: main/pa_request.C: get put -1 [just compiled]
21467:
21468: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
21469: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
21470: main/main.dsp, main/pa_request.C: request core methods0
21471:
21472: * src/: include/compile.h, include/pa_array.h, main/compile.C,
21473: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
21474: execute
21475:
21476: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
21477: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
21478: methods and one_big_piece. now compile returns array<method*>
21479:
21480: * src/main/compile.y: more straightforward yylex[end]
21481:
21482: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
21483: string.operator==(char*)
21484:
21485: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
21486: main/execute.C, main/pa_array.C: after array.const get wonders
21487:
21488: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
21489: pa_string.h, pa_value.h: struck with const array.gets
21490:
21491: * src/main/: execute.C: z
21492:
21493: * src/main/: compile.y, execute.C: z
21494:
21495: * src/main/: compile.C, compile.y, compile_tools.h: error
21496: processing in eval & yyerror so it wouldn't cause memleaks.
21497:
21498: * src/main/: compile.C, compile.y: failed to add absolute precies
21499: parse error positions. leaving RIGHTMOST position as
21500: @file[line:col]
21501:
21502: * src/: include/compile.h, main/compile.C, main/compile.y,
21503: main/compile_tools.h: line numbers needed. would add them to .y
21504: now internally. externally it's not as precise as needed
21505:
21506: * src/: include/code.h, include/pa_types.h, main/compile.C,
21507: main/compile.y, main/compile_tools.C, main/compile_tools.h,
21508: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
21509: compiler works ok
21510:
21511: 2001-02-20 paf
21512:
21513: * src/main/: compile.C, compile.y, compile_tools.C,
21514: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
21515: not perfect
21516:
21517: * src/: include/code.h, include/compile.h, include/execute.h,
21518: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
21519: include/pa_string.h, include/pa_table.h, include/pa_types.h,
21520: main/compile.C, main/compile.y, main/compile_tools.C,
21521: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
21522: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
21523: main/pa_string.C, main/pa_table.C: bison[yacc] first time
21524: compiled. execute=dump for now
21525:
21526: * src/main/core.C: core rewrite using yacc investigations now will
21527: be compile[yacc]/execute[opcodes]
21528:
21529: 2001-02-15 paf
21530:
21531: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
21532: rewrite as turing machine? for it seems it would be it's too many
21533: ifs with this syntax now
21534:
21535: 2001-02-14 paf
21536:
21537: * src/main/core.C: get_params 1
21538:
21539: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
21540: :( ]
21541:
21542: * src/main/core.C: varios breaks
21543:
21544: * src/main/core.C: get names 3
21545:
21546: * src/main/core.C: get names 2
21547:
21548: * src/main/core.C: get names 1
21549:
21550: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
21551: names 0
21552:
21553: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
21554: text repassing2 operator static vars
21555:
21556: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
21557: main/pa_string.C: process text repassing
21558:
21559: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
21560: module:calls changes
21561:
21562: 2001-02-13 paf
21563:
21564: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
21565: ^class:calls[] started
21566:
21567: * src/: include/pa_value.h, main/core.C: z
21568:
21569: * src/main/core.C: operators : and self. prefixes
21570:
21571: * src/main/core.C: z
21572:
21573: * src/: include/pa_string.h, main/pa_string.C: String_iterator
21574: tested
21575:
21576: * src/: include/pa_string.h, main/pa_string.C: String_iterator
21577: optimized
21578:
21579: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
21580: would change privates to better support optimization
21581:
21582: * src/: include/pa_string.h, main/pa_string.C:
21583: String_iterator::skip_to todo:optimize
21584:
21585: 2001-02-12 paf
21586:
21587: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
21588: String_iterator
21589:
21590: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
21591: comments
21592:
21593: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
21594: self/methodref joined
21595:
21596: 2001-02-11 paf
21597:
21598: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
21599: main/main.dsp: core started. core.C, context&value .h
21600:
21601: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21602: include/pa_string.h, main/main.dsp, main/pa_array.C,
21603: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
21604:
21605: 2001-01-30 paf
21606:
21607: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
21608: comments
21609:
21610: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
21611: main/pa_pool.C: moved pa_pool.C to be target specific
21612:
21613: * src/: include/pa_exception.h, include/pa_pool.h,
21614: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
21615: to & changes
21616:
21617: * src/: include/pa_exception.h, include/pa_pool.h,
21618: include/pa_request.h, include/pa_table.h, main/pa_array.C,
21619: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
21620: re-associated. that's much better even removed 'die' necessety
21621:
21622: * src/: include/pa_error.h, include/pa_exception.h,
21623: include/pa_pool.h, include/pa_request.h, main/main.dsp,
21624: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
21625: targets/Makefile.am: lowered targets/parser into subdir, added
21626: parser_Pool(Pool) failed to add. would think..
21627:
21628: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
21629: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
21630: main/pa_string.C, main/pa_table.C: Table more like C++ style
21631: hence lots of 'const'
21632:
21633: * src/: include/pa_error.h, include/pa_request.h,
21634: include/pa_string.h, include/pa_table.h, main/pa_error.C,
21635: main/pa_table.C: Error fixed
21636:
21637: 2001-01-29 paf
21638:
21639: * src/: include/pa_array.h, include/pa_common.h,
21640: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
21641: include/pa_request.h, include/pa_string.h, include/pa_table.h,
21642: main/Makefile.am, main/pa_array.C, main/pa_common.C,
21643: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
21644:
21645: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21646: include/pa_string.h, include/pa_table.h, include/pa_types.h,
21647: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
21648: main/pa_string.C, main/pa_table.C: Request Error Table
21649:
21650: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
21651: templates"
21652:
21653: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
21654: main/main.dsp, main/pa_array.C: templates failed no template
21655: specializations [VC6], no library auto instantation [VC6, GNU c++
21656: 2.95.2-6 from latest cygwin]
21657:
21658: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21659: include/pa_string.h, include/pa_table.h, include/pa_types.h,
21660: main/main.dsp, main/pa_array.C, main/pa_string.C,
21661: main/pa_table.C: Table started would test template Array now
21662:
21663: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
21664: String originating
21665:
21666: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
21667: main/pa_hash.C: made local Hash-es not thread safe=quicker by
21668: SYNCHRONIZED(thread_safe)
21669:
21670: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
21671: parts to top
21672:
21673: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
21674: main/pa_threads.C: decided on one global_mutex, like PHP as I can
21675: see: needed only in global Hash now, made Hash:: put/get
21676: SYNCHRONIZED
21677:
21678: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
21679: main/pa_threads.C: added pa_threads
21680:
21681: Mutex
21682:
21683: * src/include/pa_hash.h: some comments
21684:
21685: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
21686: Array& operator += (Array& src)
21687:
21688: * src/main/pa_array.C: expand not convinient, would rewrite
21689:
21690: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
21691: (Array& src)
21692:
21693: rethought, would change now
21694:
21695: 2001-01-27 paf
21696:
21697: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
21698: caching
21699:
21700: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21701: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
21702: cache rethought to chunk caching
21703:
21704: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21705: include/pa_string.h, main/main.dsp, main/pa_array.C,
21706: main/pa_hash.C, main/pa_string.C: Array 0
21707:
21708: * src/main/pa_string.C: String::operator ==
21709:
21710: * src/main/pa_hash.C: String(&String)
21711:
21712: * src/main/pa_hash.C: added pa_hash.C [forgotten]
21713:
21714: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
21715: main/main.dsp, main/pa_string.C: uint, and added pa_types &
21716: pa_hash[forgotten]
21717:
21718: 2001-01-26 paf
21719:
21720: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
21721: removed templates [vc++ suxx]
21722:
21723: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
21724: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
21725:
21726: * src/include/: pa_pool.h, pa_string.h: pa_pool split
21727:
21728: * src/main/: main.dsp, pa_string.C: $Id$ check
21729:
21730: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: $Id$
21731: check
21732:
21733: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
21734: dynamic row_count
21735:
21736: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
21737: main/main.dsp, main/pa_pool.C, main/pa_string.C,
21738: targets/Makefile.am: Initial revision
21739:
21740: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
21741: main/main.dsp, main/pa_pool.C, main/pa_string.C,
21742: targets/Makefile.am: creating parser3 module
21743:
E-mail: