Annotation of parser3/ChangeLog, revision 1.106
1.106 ! moko 1: 2016-08-05 moko
! 2:
! 3: * tests/: 344.html, results/344.processed: test for
! 4: ^hash::create[$file] added (related to feature #1075)
! 5:
! 6: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
! 7: supported (implements feature #1075)
! 8:
! 9: 2016-08-04 moko
! 10:
! 11: * tests/: 341.html, results/341.processed: more code coverage tests
! 12:
! 13: * tests/: 346-curl.html, results/346-curl.processed: more code
! 14: coverage tests for curl
! 15:
! 16: * tests/: 346-curl.html, results/346-curl.processed: more code
! 17: coverage tests for curl
! 18:
! 19: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
! 20: results/223.processed: code coverage tests: $.form[ $.table[] ]
! 21: test added
! 22:
! 23: * tests/: 223-curl.html, results/223-curl.processed: more code
! 24: coverage tests for curl
! 25:
! 26: 2016-08-03 moko
! 27:
! 28: * src/classes/curl.C: dlink(curl_library) now called not once, but
! 29: until it will be loaded, allowing to find existing library.
! 30:
! 31: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
! 32: results/347-curl.processed: more code coverage tests for curl
! 33:
! 34: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
! 35: results/339-curl.processed, results/346-curl.processed: curl
! 36: functionality tests
! 37:
! 38: 2016-08-02 moko
! 39:
! 40: * tests/: 339.html, results/339.processed: test for tables in
! 41: ^file:load[] and ^curl:load[] (commented) added (related to
! 42: feature #1042)
! 43:
! 44: * tests/: 345.html, results/345.processed: code coverage tests for
! 45: file class
! 46:
! 47: * tests/: 344.html, results/344.processed: code coverage tests
! 48:
! 49: * tests/: 344.html, results/344.processed: mdate removed from
! 50: output
! 51:
! 52: * src/classes/file.C: minor bugfix: is_text should be taked from
! 53: fcontent.is_text_mode() if not set (related to feature #1061)
! 54:
! 55: * tests/: 344.html, results/344.processed: more tests
! 56:
! 57: * tests/: 343.html, 344.html, results/343.processed,
! 58: results/344.processed: tests for ^file::create[ $.from-charset
! 59: and $.to-charset ] (related to feature #1061)
! 60:
! 61: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
! 62: aset_text_mode argument optimized
! 63:
! 64: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
! 65: checkBOM now used in detect_binary_content (related to feature
! 66: #1061)
! 67:
! 68: * src/main/pa_request.C: load_charset no longer required to_upper
! 69:
! 70: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
! 71: preserves original file mode (if no $.mode specified)
! 72:
! 73: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
! 74: ^file::create now supports $.from-charset[] and $.to-charset
! 75: options (implements feature #1061), automatic transcode is done
! 76: if text file is created from binary file and charset is detected.
! 77:
! 78: 2016-07-30 moko
! 79:
! 80: * src/classes/table.C: ^t.hash[..;] now supported (related to
! 81: feature #1057)
! 82:
! 83: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
! 84: added (related to feature #1057)
! 85:
! 86: * tests/: 286.html, results/286.processed: code tests coverage
! 87:
! 88: 2016-07-29 moko
! 89:
! 90: * src/classes/table.C: table size should be checked inside menu and
! 91: foreach (related to feature #858)
! 92:
! 93: * src/: classes/curl.C, classes/file.C, classes/string.C,
! 94: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
! 95: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
! 96: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
! 97: charsets.get now does str_upper inside (related to feature #1061)
! 98:
! 99: * tests/: 342.html, results/342.processed: more code coverage tests
! 100:
! 101: * tests/: 342.html, outputs/342.processed: table menu code coverage
! 102: + foreach test added (related to feature #858)
! 103:
! 104: * tests/: 341.html, results/341.processed: tests for
! 105: ^table.hash[]{code} added + code coverage tests (related to
! 106: feature #1057)
! 107:
! 108: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
! 109: value} support (implements feature #1057)
! 110:
! 111: * src/classes/table.C: whitespace
! 112:
! 113: 2016-07-28 moko
! 114:
! 115: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
! 116: from URL, if not specified query string removed from url-based
! 117: filenames in ^curl:load[] and ^file::load[] (related to feature
! 118: #1042)
! 119:
! 120: 2016-07-27 moko
! 121:
! 122: * tests/: 340.html, results/340.processed: test for
! 123: transcode_text_result=false added (related to issue #1042)
! 124:
! 125: 2016-07-26 moko
! 126:
! 127: * src/types/pa_vfile.C: file name should not be empty (if file path
! 128: is folder and ends with /) (related to feature #1042)
! 129:
! 130: * src/main/pa_http.C: whitespace optimizaion
! 131:
! 132: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
! 133: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
! 134: multiple headers, ^file::load supports headers transcoding
! 135: (implements feature #1042)
! 136:
! 137: 2016-07-25 moko
! 138:
! 139: * src/include/pa_common.h: PA_DEFAULT added
! 140:
! 141: 2016-07-22 moko
! 142:
! 143: * tests/: 338.html, results/338.processed: test for
! 144: $date.field(value) added (related to feature #1066)
! 145:
! 146: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
! 147: $date.field(value) now supported for y/m/d/h/m/s (implements
! 148: feature #1066)
! 149:
1.105 moko 150: 2016-07-21 moko
151:
152: * src/: classes/file.C, classes/image.C, include/pa_common.h,
153: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
154: arguments removed; image.C - absolute path shown in exception
155: (implements feature #1071)
156:
157: * tests/: 235.html, results/235.processed: test and test result
158: updated after static boundary in mail and Errors-To: mail header
159: removed (related to feature #1047)
160:
161: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
162: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
163: used, static boundary in mail removed, Errors-To: mail header
164: removed (implements feature #1047)
165:
166: 2016-07-20 moko
167:
168: * src/: classes/reflection.C, types/pa_vstateless_class.h:
169: equest.classes(): Value -> VStateless_class, part 3 (related to
170: issue #1051)
171:
172: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
173: request.classes(): Value -> VStateless_class, part 2 (related to
174: issue #1051)
175:
176: * tests/results/: 224.processed, 323.processed: classes without
177: methods should not be methoded (related to issue #1051)
178:
179: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
180: main/compile_tools.h, main/pa_request.C: request.classes(): Value
181: -> VStateless_class, part 1 (related to issue #1051)
182:
183: * tests/: 337.html, results/337.processed: test for
184: ^reflection:fields_reference[] and VHashReference class added
185: (related to feature #1072)
186:
187: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
188: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
189: and VHashReference added, allowing ^reflection:fields_reference[]
190: implementation (closes feature #1072)
191:
192: 2016-07-19 moko
193:
194: * tests/: 323.html, results/323.processed: we want to see
195: "methoded"
196:
197: * tests/: 336.html, results/336.processed: test for $BASE:property
198: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
199: #1059)
200:
201: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
202: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
203: somebody_entered_some_class, $BASE:property works again,
204: ^BASE:method[] bugs fixed (fixes bug #1059)
205:
206: 2016-07-14 moko
207:
208: * tests/: 335.html, results/335.processed: test for feature #1055
209: added
210:
211: * src/classes/hash.C: bugfix: $._default was not copied if empty
212: feature: ^hash.contains[_default] added (implements feature
213: #1055)
214:
215: 2016-07-13 moko
216:
217: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
218: should not call @autouse (http://www.parser.ru/forum/?id=83480)
219:
220: 2016-07-05 moko
221:
222: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
223: in ^hash.foreach (related to feature #1073)
224:
225: 2016-07-04 moko
226:
227: * tests/: 134.html, 281.html, results/134.processed,
228: results/281.processed: tests updated after hash blocking removed
229: (related to feature #1073)
230:
231: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
232: no longer blocks on change during foreach (implements feature
233: #1073)
234:
235: 2016-06-17 moko
236:
237: * tests/: 330.html, results/330.processed: try exception source
238: test added (related to bug in #1062)
239:
240: * tests/: 334.html, results/334.processed: Exception stack trace
241: test added (related to bug in $1062)
242:
243: * src/classes/op.C: Exception trace now correctly restored and
244: errors reported (related to bug #1062)
245:
1.104 moko 246: 2016-05-25 moko
247:
248: * src/main/compile.y: minor cleanup + beauty
249:
250: 2016-05-24 moko
251:
252: * tests/: 333.html, results/333.processed: more exceptions testing
253:
254: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
255: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
256: features #1056, #1026)
257:
258: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
259: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
260: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
261: (implements feature #1056)
262:
263: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
264: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
265: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
266: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
267: feature #1026)
268:
269: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
270: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
271: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
272: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
273: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
274: feature #1026)
275:
276: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
277: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
278: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
279: SYMBOLS_CACHING define implemented (related to feature #1026)
280:
281: * src/main/main.vcproj: + ps_symbols
282:
283: * src/: include/Makefile.am, include/pa_string.h,
284: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
285: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
286: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
287: types/pa_vstateless_class.C: initial implementation for symbols
288: cache (related to feature #1026)
289:
290: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
291:
292: * src/main/pa_globals.C: minor cleanup
293:
294: 2016-05-19 moko
295:
296: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
297: (related to feature #1046)
298:
299: * tests/: 331.html, results/331.processed: test for
300: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
301: (related to feature #1051)
302:
303: * src/main/compile.y:
304: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
305: (implements feature #1054)
306:
307: 2016-05-18 moko
308:
309: * src/types/pa_vtable.C, tests/results/324.processed: no more
310: "column not found" exception for ^table.no-such-method[] (related
311: to feature #1046)
312:
313: * tests/: 261.html, results/261.processed: test added and updated
314: after feature #1046 implementation
315:
316: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
317: types/pa_vvoid.h: $string.anything works for whitespace strings,
318: ^string.contains added for hash compatibility, $string.method no
319: longer returns stting method (implements feature #1046)
320:
321: 2016-05-12 moko
322:
323: * src/classes/curl.C: content-type response header no longer
324: ignored (fixes issue #1045)
325:
326: * tests/: 330.html, results/330.processed: test for incomplete
327: finally execution when break occures added (related to issue
328: #1077)
329:
330: * src/classes/op.C: bugfix: Request::skip reset is called before
331: executing catch and finally code (fixes issue #1062)
332:
333: 2016-05-11 moko
334:
335: * tests/: 329.html, results/329.processed: test for invalid
336: ^break[] behavour added (bug #1077)
337:
338: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
339:
340: 2016-04-24 moko
341:
342: * src/types/pa_vstateless_class.h: warning war
343:
344: 2016-04-17 moko
345:
346: * tests/: 328.html, results/328.processed: test for
347: ^break(condition) and ^continue(condition) (related to feature
348: #1063)
349:
350: * src/classes/op.C: ^break(condition) and ^continue(condition)
351: implemented (feature #1063)
352:
353: 2016-04-12 moko
354:
355: * tests/results/280.processed: ordered hash now used for class
356: methods and properties (test results updated for feature #1069)
357:
358: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
359: to xdoc.C as under FreeBSD it was inited after and inheritance
360: failed (related to issue #1051)
361:
362: * tests/: 320.html, results/320.processed: xdoc and xnode methods
363: are printed to check inheritance (related to feature #1051)
364:
1.103 moko 365: 2016-04-09 moko
366:
367: * tests/results/320.processed: ordered hash now used for class
368: methods and properties (test results updated for feature #1069)
369:
370: * src/types/pa_vstateless_class.h: ordered hash now used for class
371: methods and properties (implements feature #1069)
372:
373: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
374: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
375: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
376: feature #1051)
377:
378: 2016-04-07 moko
379:
380: * src/main/execute.C: returned Value in .CLASS case for VJunction
381: (related to feature #1051)
382:
383: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
384: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
385: string constants deduplication (related to feature #1051)
386:
387: * tests/results/224.processed: test result updated (related to
388: feature #1051)
389:
390: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
391: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
392: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
393: types/pa_vstatus.h: classes hash now contains only
394: VStateless_class derived objects, .CLASS is also allways
395: VStateless_class derived object (related to feature #1051).
396:
397: 2016-04-06 moko
398:
399: * tests/results/323.processed: test result updated after feature
400: #1051 implementation
401:
402: * src/: classes/classes.h, classes/op.C, classes/response.C,
403: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
404: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
405: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
406: types/pa_vresponse.C, types/pa_vresponse.h,
407: types/pa_vstateless_class.h: base -> methoded_donor for static
408: classes, type() moved from VStateless_class to VClass and
409: Methoded (implements feature #1051)
410:
411: 2016-04-04 moko
412:
413: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
414: beauty: put_class added (related to feature #1051)
415:
416: 2016-04-01 moko
417:
418: * tests/results/: 175.processed, 192.processed, 224.processed,
419: 229.processed, 244.processed, 246.processed, 316.processed: test
420: results updated as class.type() removed from error messages, only
421: type() left (related to feature #1051)
422:
423: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
424: classes/op.C, classes/reflection.C, main/compile.y,
425: main/compile_tools.h, main/execute.C, main/pa_request.C,
426: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
427: types/pa_vmethod_frame.h, types/pa_vobject.h,
428: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
429: from VStateless_class, type() is used instead (related to feature
430: #1051)
431:
432: * src/classes/mail.C: old logic restored.
433:
434: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
435: classes/classes.h, classes/curl.C, classes/date.C,
436: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
437: classes/hashfile.C, classes/image.C, classes/inet.C,
438: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
439: classes/memcached.C, classes/memory.C, classes/reflection.C,
440: classes/regex.C, classes/response.C, classes/string.C,
441: classes/table.C, classes/xdoc.C, classes/xnode.C,
442: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
443: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
444: feature #1051)
445:
446: 2016-03-30 moko
447:
448: * tests/: 327.html, results/224.processed, results/327.processed:
449: test for TZ specification in ^date::create[], TZ is kept during
450: ^date::create[$dt] (related to feature #1048)
451:
452: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
453: ^date::create[], TZ is kept during ^date::create[$dt] (implements
454: feature #1048)
455:
456: 2016-03-29 moko
457:
458: * tests/: 315.html, results/315.processed: test for timezone format
459: +HHmm added (related to feature #1065)
460:
461: * src/classes/date.C: timezone format +HHmm now supported
462: (implements feature #1065)
463:
464: 2016-03-28 moko
465:
466: * tests/: 202.html, results/131.processed, results/202.processed,
467: results/224.processed, results/256.processed,
468: results/315.processed: test results updated after %.2d now
469: default for hours offset in iso-string (was %2d), test for
470: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
471: added (related to feature #1065)
472:
473: 2016-03-27 moko
474:
475: * src/types/pa_vdate.C: '+' sign for zero offset (related to
476: feature #1065)
477:
478: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
479: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
480: added (implements feature #1065)
481:
482: 2016-03-24 moko
483:
484: * tests/: 202.html, results/202.processed: test $date.week added
485: (related to bug #1067)
486:
487: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
488: date (fix for bug #1067)
489:
490: 2016-03-10 moko
491:
492: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
493:
1.102 moko 494: 2015-12-07 moko
495:
496: * tests/: 326.html, results/326.processed: test for .CLASS &
497: .CLASS_NAME optimization added (related to feature #844)
498:
499: 2015-11-17 moko
500:
501: * tests/: 323.html, results/323.processed: order added
502:
503: * tests/: 325.html, results/325.processed: double range test added
504: (related to bug #1049)
505:
506: 2015-11-16 moko
507:
508: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
509: added to disallow NaN and Infinity (fixes bug #1049)
510:
511: 2015-11-11 moko
512:
513: * tests/324.html: parser 3.4.3 execution support added (related to
514: feature #1017)
515:
516: * tests/: 324.html, results/324.processed: test for
517: GET_ELEMENT4CALL feature added (feature #1017)
518:
1.101 moko 519: 2015-10-29 moko
520:
521: * operators.txt: updated for 3.4.4
522:
523: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
524:
525: * src/main/pa_exec.C: get_exit_status implemented for Windows
526: (related to bug #1043)
527:
528: 2015-10-28 moko
529:
530: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
531: hangup during ^file::exec (fixes bug #1043)
532:
1.100 moko 533: 2015-10-27 moko
534:
535: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
536:
1.99 moko 537: 2015-10-26 moko
538:
1.100 moko 539: * tests/322.html, src/classes/reflection.C: arguments reorder
540: (related to issue #1041)
541:
542: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
543: Copyright year updated
544:
1.99 moko 545: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
546: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
547: classes/form.C, classes/hash.C, classes/hashfile.C,
548: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
549: classes/mail.C, classes/math.C, classes/memcached.C,
550: classes/memory.C, classes/op.C, classes/reflection.C,
551: classes/regex.C, classes/response.C, classes/string.C,
552: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
553: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
554: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
555: include/pa_config_fixed.h, include/pa_config_includes.h,
556: include/pa_dictionary.h, include/pa_dir.h,
557: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
558: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
559: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
560: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
561: include/pa_request_charsets.h, include/pa_request_info.h,
562: include/pa_sapi.h, include/pa_socks.h,
563: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
564: include/pa_stack.h, include/pa_string.h,
565: include/pa_stylesheet_connection.h,
566: include/pa_stylesheet_manager.h, include/pa_table.h,
567: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
568: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
569: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
570: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
571: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
572: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
573: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
574: main/compile.y, main/compile_tools.C, main/compile_tools.h,
575: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
576: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
577: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
578: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
579: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
580: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
581: main/pa_string.C, main/pa_stylesheet_connection.C,
582: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
583: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
584: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
585: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
586: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
587: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
588: targets/isapi/parser3isapi.C, types/pa_junction.h,
589: types/pa_method.h, types/pa_property.h, types/pa_value.C,
590: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
591: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
592: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
593: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
594: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
595: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
596: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
597: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
598: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
599: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
600: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
601: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
602: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
603: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
604: types/pa_vresponse.C, types/pa_vresponse.h,
605: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
606: types/pa_vstateless_object.h, types/pa_vstatus.C,
607: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
608: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
609: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
610: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
611: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
612:
613: * src/targets/cgi/parser3.C: year updated
614:
615: * src/classes/reflection.C: VS2003 compatibility fixed (related to
616: issue #1041)
617:
618: * tests/: 323.html, results/323.processed: test for base classes
619: added
620:
621: * tests/: 261.html, results/261.processed: updated after better
622: error reporting done for $string.key exception
623:
624: * src/types/pa_vstring.h: better error report for $string.key
625: exception
626:
627: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
628: copied as VObject::get_element4call to remove extra virtual call
629:
630: * tests/: 322.html, results/322.processed: test for
631: ^reflection:is[] added (related to feature #1041)
632:
633: * src/classes/reflection.C: ^reflection:is empty value is void
634: (related to feature #1041)
635:
636: * src/classes/reflection.C:
637: ^reflection:is[class_name|code|method;[context;]element_name]
638: added (implements feature #1041)
639:
640: 2015-10-24 moko
641:
642: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
643:
1.98 moko 644: 2015-10-22 moko
645:
646: * tests/: 321.html, results/321.processed: test for
647: ^reflection:method_info[] file detection added
648:
649: * tests/: 320.html, results/320.processed: test for
650: ^reflection:class_by_name[class_name] added (related to feature
651: #993)
652:
653: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
654: added (implements feature #993)
655:
656: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
657: (related to feature #1017)
658:
659: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
660: added (related to issue #1039)
661:
662: * src/main/pa_request.C: ^throw origin fixed (related to feature
663: #1039)
664:
665: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
666: for VDate
667:
668: * tests/results/182.processed: updated after feature #1038
669: implemented
670:
671: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
672: compile-time exception origin added (test for feature #1039)
673:
674: * src/: include/pa_request.h, main/compile.C, main/compile.y,
675: main/pa_request.C: exception unification: compile-time exceptions
676: now have origin, @USE origins also tracked (implements feature
677: #1039)
678:
679: 2015-10-20 moko
680:
681: * src/main/pa_request.C: cleanup
682:
683: 2015-10-15 moko
684:
685: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
686:
687: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
688: types/pa_vtable.C: new feature: no more $table.method and
689: $hash.method, aliases for _at, _count, _key (related to feature
690: #1017)
691:
1.97 moko 692: 2015-10-14 moko
693:
1.98 moko 694: * tests/: 317.html, results/317.processed: test for
695: ^string.unescape[] added (related to feature #120)
696:
1.97 moko 697: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
698: defined" bug (described in issue #1036)
699:
700: * tests/: 247.html, results/247.processed: test for checkBOM added
701: (test for bug #1037)
702:
703: * src/: include/pa_charsets.h, main/pa_charsets.C,
704: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
705: it's not enforced, skips BOM signature if it complies charset
706: (fixes bug #1037)
707:
708: 2015-10-13 moko
709:
710: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
711: linking
712:
713: * src/classes/inet.C: vs2003 compilation fix
714:
715: * src/classes/math.C: warning war
716:
717: * src/lib/punycode/pa_punycode.c: warning war
718:
719: 2015-10-12 moko
720:
721: * src/lib/punycode/pa_punycode.c: warning war
722:
723: * parser3.sln: moved parser3 first, to make it default startup
724: project
725:
726: * buildall: parser "mirror" now used for external libs sources
727: (implements feature #1036)
728:
729: * buildall: most external libs are updated to their current
730: versions (related to feature #1036)
731:
732: * src/classes/image.C: more tags added
733:
734: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
735:
736: 2015-10-11 moko
737:
738: * src/classes/curl.C: minor optimization (related to feature #1035)
739:
740: 2015-10-09 moko
741:
742: * src/classes/curl.C: pa_strdup added for strings from curl
743: (related to feature #1035)
744:
745: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
746: ULLONG_MAX definition
747:
748: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
749: (implements feature #1035)
750:
751: * src/main/pa_charset.C: String::Body(String::C) used
752:
753: * src/main/pa_charset.C: exceptions unified
754:
755: * src/: include/pa_charset.h, main/pa_charset.C: declarations
756: unified
757:
758: * src/: classes/file.C, classes/image.C, classes/mail.C,
759: classes/op.C, classes/xdoc.C, classes/xnode.C,
760: include/pa_string.h, main/pa_request.C, main/pa_string.C,
761: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
762: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
763: String::Body(String::C) constructor added (related to bug #957)
764:
765: * src/classes/file.C: minor optimization
766:
767: * src/include/pa_hash.h: hash.get(char*) added, to minimize
768: Cord(char*) autocreation (related to bug #957)
769:
770: * src/: classes/string.C, main/untaint.C: minor optimizations
771:
772: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
773: String(char*, Lang, length) removed, String(C(), Lang) used
774: instead (related to bug #957)
775:
776: 2015-10-08 moko
777:
778: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
779: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
780: main/untaint.C: Now char * is converted to CORD only using
781: AS_CORD() to check for empty cord bug (fixes bug #957)
782:
783: * src/include/pa_hash.h: fixed compilation without
784: HASH_CODE_CACHING
785:
786: * src/classes/string.C:
787: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
788: feature #120)
789:
790: * src/main/pa_common.C: reduce js flags checks count (related to
791: feature #120)
792:
1.96 moko 793: 2015-10-07 moko
794:
795: * tests/: 275.html, results/275.processed: test modified after
796: unsigned long long int support implemented (feature #1034)
797:
798: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
799: pa_atoul added for unsigned long long int support
800:
801: 2015-10-06 moko
802:
803: * src/types/pa_vdate.C: INT_MAX used
804:
805: 2015-10-03 moko
806:
807: * tests/: 302.html, results/302.processed: test for bug #1023
808: (\u2028, \u2029 escaping) added
809:
810: * src/main/untaint.C: \u2028, \u2029 are now escaped in
811: json:string[] (fixes bug #1023)
812:
813: 2015-09-29 moko
814:
815: * tests/305.html: try-catch added for OS without ipv6 support
816:
817: * src/lib/json/pa_json.C: more unique prefixes for Solaris
818: compilation
819:
820: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
821: main/execute.C, types/pa_value.h, types/pa_vhash.h,
822: types/pa_vtable.C, types/pa_vtable.h: get_element4call
823: implemented to distinguish ^hash.method from $hash.field
824: (implements feature #1017)
825:
826: * src/lib/punycode/pa_punycode.c: warning war
827:
828: * src/include/pa_config_includes.h: warning war
829:
830: * src/include/pa_config_includes.h: pragma warning actualized a bit
831:
832: * src/include/pa_config_includes.h: warning war
833:
834: * src/include/pa_hash.h: clang compilation fix
835:
836: 2015-09-27 moko
837:
838: * src/main/compile.tab.C: Bison 3 is now default
839:
840: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
841:
842: 2015-09-25 moko
843:
844: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
845: works with undefined HASH_ORDER (related to feature #196)
846:
847: 2015-09-24 moko
848:
849: * tests/: 027.html, results/027.processed: test modified to test
850: ^hash.sort (feature #196)
851:
852: * src/: classes/hash.C, include/pa_hash.h:
853: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
854: added (implements feature #196)
855:
856: * tests/: 316.html, results/316.processed: Added test for bug #1025
857: (exception handling in non-cached ^cache), plus for "it does not
858: have logical value" and "$exception.handled value must be either
859: boolean or string 'cache'" exceptions.
860:
861: * src/classes/op.C: ^cache: exceptions now handled in non-cached
862: code (fixes bug #1025)
863:
1.95 moko 864: 2015-09-23 moko
865:
866: * src/classes/table.C: warning war
867:
868: * src/: classes/math.C, types/pa_vcookie.C: warning war
869:
870: * src/classes/file.C: warning war
871:
872: * src/: include/pa_table.h, main/pa_table.C: warning war
873:
874: * src/: main/pa_request.C, classes/date.C: warning war
875:
876: * src/: types/pa_vdate.C, classes/op.C: warning war
877:
878: * tests/: 122.html, results/122.processed: win sync: to remove
879: differences with OS that doesn't keep timezone change history
880:
881: * src/types/pa_vdate.C: tzset() should be called in Windows after
882: TZ change (related to feature #36)
883:
884: * tests/: 075.html, results/075.processed: win sync: to remove
885: differences with OS that doesn't keep timezone change history
886:
887: * tests/: 315.html, results/315.processed: win sync: to remove
888: differences with OS that doesn't keep timezone change history
889:
890: * tests/: 256.html, results/256.processed: win sync: to remove
891: differences with OS that doesn't keep timezone change history
892:
893: * tests/: 124.html, results/124.processed: win results sync: to
894: avoid hitting time change hole.
895:
896: * src/types/pa_vdate.C: static returned. :)
897:
898: 2015-09-22 moko
899:
900: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
901:
902: * tests/results/131.processed: more tests for feature #1032
903:
904: * src/classes/date.C: minor fix related to feature #1032
905:
906: * operators.txt: ISO date creation documented (related to feature
907: #1032)
908:
909: * operators.txt: iso-string documented (related to feature #1032)
910:
911: * tests/: 315.html, results/315.processed: more tests added
912: (related to feature #1032)
913:
914: * tests/: 131.html, results/131.processed: date range checks
915: updated (related to feature #36)
916:
917: * tests/: 315.html, results/057.processed, results/315.processed:
918: test added for ISO date support (related to issue #315)
919:
920: * src/classes/date.C: more readable exceptions in date creation
921: (related to ticket #1032)
922:
923: 2015-09-18 moko
924:
925: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
926: added (related to issue #1032)
927:
928: * tests/results/256.processed, src/classes/json.C: iso-string
929: documented (related to issue #1032)
930:
931: * tests/: 256.html, results/256.processed: ISO date check added
932: (related to issue #1032)
933:
934: * tests/: 057.html, results/057.processed, results/224.processed:
935: tests results updated after ISO date support implemented (related
936: to feature #1032)
937:
938: * src/: classes/date.C, classes/image.C, types/pa_value.h,
939: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
940: ^date::create[string] constructor formalized, ^date.iso-string[]
941: added (implements feature #1032)
942:
943: 2015-09-05 moko
944:
945: * operators.txt: actualized
946:
947: * operators.txt: date changes documented (related to ticket #36)
948:
949: 2015-09-04 moko
950:
951: * src/types/pa_vdate.C: warning war
952:
953: * src/: classes/op.C, types/pa_vhashfile.C: warning war
954:
955: 2015-09-03 moko
956:
957: * tests/results/096.processed: test result updated for 0..9999 year
958: date range support (related to feature #36)
959:
960: * tests/: 314.html, results/314.processed: test for
961: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
962: bug #1031)
963:
964: * src/classes/string.C: Static calls fixed for ^string:base64[],
965: ^string:idna[], ^string:js-escape[] (closes bug #1031)
966:
1.101 moko 967: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
968: configure.in -> configure.ac
1.95 moko 969:
1.101 moko 970: * configure, configure.in, src/include/pa_config_auto.h.in: more
971: correct timezone check for FreeBSD Warning war: configure.in ->
972: configure.ac
1.95 moko 973:
974: * configure, configure.in, src/classes/Makefile.am,
1.101 moko 975: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
976: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
977: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
978: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
979: src/main/Makefile.am, src/targets/apache/Makefile.am,
980: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 981: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
982: check added
983:
984: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
985:
986: * tests/results/: 124.processed, 224.processed: test resuls updated
987: for new date implementation (related to feature #36)
988:
989: * src/: classes/date.C, classes/image.C, include/pa_common.h,
990: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
991: types/pa_vdate.h: new double date implementation with internal
992: support for extended 0..9999 year range, default timezone support
993: (related to feature #36)
994:
995: 2015-08-28 moko
996:
997: * src/types/pa_vmail.C: fixed $mail:received.date calculations
998: (fixes bug #1030)
999:
1000: 2015-08-21 moko
1001:
1002: * src/classes/inet.C: snprintf size "bug" commented
1003:
1004: * src/main/pa_common.C: snprintf comments updated
1005:
1006: 2015-08-16 moko
1007:
1008: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
1009:
1010: 2015-08-11 moko
1011:
1012: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
1013: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
1014: can be null (fixes bug #1029)
1015:
1016: 2015-08-06 moko
1017:
1.101 moko 1018: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
1019: pa_vdate.C added
1.95 moko 1020:
1021: 2015-08-05 moko
1022:
1023: * tests/: 313.html, results/313.processed: test for
1024: ^table.count[columns] and ^table.flip[] with nameless tables
1025: (feature #1003)
1026:
1027: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
1028: max_cell added, now ^table.count[columns] and ^table.flip[] works
1029: correctly for nameless tables (implements feature #1003)
1030:
1031: 2015-08-03 moko
1032:
1033: * tests/312.html: test for ^table.append[$hash] and
1034: ^table.insert[$hash] added (related to feature #1028)
1035:
1036: * src/classes/table.C: ^table.append[$hash] and
1037: ^table.insert[$hash] now supported (implements feature #1028)
1038:
1039: * tests/: 312.html, results/312.processed: test row copy in
1040: ^table.hash[; $.type[table] ] added (related to feature #1016)
1041:
1042: * src/classes/table.C: row copy now created in ^table.hash[;
1043: $.type[table] ] (related to feature #1016)
1044:
1045: 2015-07-29 moko
1046:
1047: * tests/: 312.html, results/312.processed: test for ^table.delete[]
1048: added (related to feature #1016)
1049:
1050: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
1051: ^table.delete[] added to delete current row (related to feature
1052: 1016)
1053:
1054: 2015-07-28 moko
1055:
1056: * tests/: 312.html, results/312.processed: test for
1057: $table.column[value] and ^table.insert{row} (related to feature
1058: #1016)
1059:
1060: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
1061: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
1062: ^table.insert{row} are now implemented (feature #1016)
1063:
1064: * src/include/pa_array.h: Optimization: bool reverse removed from
1065: append(), insert() added, memmove arguments order in remove()
1066: fixed (related to feature #1016)
1067:
1068: 2015-07-23 moko
1069:
1070: * src/classes/json.C: tainted json and empty json exception added
1071: (implements feature #1015)
1072:
1073: * tests/: 311.html, results/311.processed: empty json and tainted
1074: json exception test added (related to issue #1015)
1075:
1076: 2015-07-22 moko
1077:
1078: * tests/: 311.html, results/311.processed: test for UTF-8
1079: processing added
1080:
1081: * tests/: 311.html, results/311.processed: test for
1082: json_exception_with_source added (related to issue #394)
1083:
1084: * src/classes/json.C: json_exception_with_source added (implements
1085: feature #394)
1086:
1087: 2015-06-29 moko
1088:
1089: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
1090: directories are now correctly determined if _d_type == DT_UNKNOWN
1091: (closes bug #1027)
1092:
1093: 2015-06-10 moko
1094:
1095: * src/types/pa_vxnode.h: extern "C" not requred and causes build
1096: error if libxml has LIBXML_ICU_ENABLED.
1097:
1098: 2015-06-04 moko
1099:
1100: * tests/099.html: ups, reverting
1101:
1102: * tests/: 099.html, 309.html, 310.html, results/309.processed,
1103: results/310.processed: tests for $response:body[ $.file[] ] and
1104: $response:last-modified added
1105:
1106: * src/main/pa_request.C: last-modified check fixed
1107:
1108: 2015-06-03 moko
1109:
1110: * tests/: 204.html, 205.html, 293.html, results/204.processed,
1111: results/205.processed, results/293.processed: $response:headers
1112: logging added (tests for feature #1007)
1113:
1114: * src/: include/pa_common.h, include/pa_request.h,
1115: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
1116: $response:headers are now in uppercase (closes feature #1007)
1117:
1118: 2015-06-02 moko
1119:
1120: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
1121: build errors reverted for clang compatibility
1122:
1123: 2015-06-01 moko
1124:
1125: * src/include/pa_memory.h: -pedantic build errors fixed
1126:
1127: * src/classes/math.C: -pedantic build error fixed
1128:
1129: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
1130:
1131: 2015-05-31 moko
1132:
1133: * src/classes/table.C: USE_STRINGSTREAM optimized
1134:
1135: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
1136: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
1137: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
1138: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
1139: types/pa_vxnode.h: warning war (-pedantic flag)
1140:
1141: 2015-05-28 moko
1142:
1143: * tests/: 308.html, results/308.processed: test for
1144: ^table::create[$t;], etc work added (related to bug #975)
1145:
1146: * src/classes/table.C: check_option_param removed,
1147: ^table::create[$t;], etc now works (fixes bug #975)
1148:
1149: 2015-05-27 moko
1150:
1151: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
1152: (Debian jessie) fixed (closes issue #1024)
1153:
1154: * tests/Makefile: sort added as in Debian jessie list become
1155: unsorted
1156:
1157: 2015-05-18 moko
1158:
1159: * tests/: 201.html, results/201.processed: test for
1160: ^string.trim[what] feature #1022
1161:
1162: * src/classes/string.C: ^string.trim[what] now supported,
1163: implements feature #1022
1164:
1165: 2015-05-17 moko
1166:
1167: * tests/results/185.processed: test result updated as feature #1021
1168: implemented (left/right accept negative parameter)
1169:
1170: * src/classes/string.C: left/right now accept negative parameter
1171: (implements feature #1021)
1172:
1173: 2015-05-08 moko
1174:
1175: * src/classes/math.C: isalnum -> pa_isalnum
1176:
1177: * src/main/execute.C: optimization in getter-junction processing
1178: (related to issue #997)
1179:
1180: 2015-05-07 moko
1181:
1182: * tests/: 307.html, results/307.processed: test for issue #997
1183: added
1184:
1185: * src/main/execute.C: process_getter result now checked if junction
1186: returned (closes issue #997)
1187:
1188: * tests/: 305.html, results/305.processed: sort added to ignore
1189: different order
1190:
1191: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
1192: assignment (closes issue #994)
1193:
1194: * tests/: 306.html, results/306.processed: test for issue #994
1195: added
1196:
1197: * tests/: 303.html, results/303.processed: two more errors tested
1198:
1199: 2015-05-06 moko
1200:
1201: * tests/: 305.html, results/305.processed: test for name2ip &
1202: ip2name added (related to feature #992)
1203:
1204: * tests/: 303.html, 304.html, results/303.processed,
1205: results/304.processed: tests for idna conversion added (related
1206: to issue #849)
1207:
1208: 2015-05-02 moko
1209:
1210: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
1211: implemented
1212:
1213: 2015-04-30 moko
1214:
1215: * src/main/pa_http.C: idna_host added, related to issue #849
1216:
1217: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
1218: (related to issue #849)
1219:
1220: 2015-04-24 moko
1221:
1222: * src/types/pa_vjunction.C: warning war
1223:
1224: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
1225: unification
1226:
1227: * src/lib/punycode/pa_idna.c: warning war
1228:
1229: 2015-04-22 moko
1230:
1231: * src/main/main.vcproj: punycode include path added
1232:
1233: * src/lib/punycode/pa_idna.c: windows compile error fixed
1234:
1235: * src/lib/punycode/pa_idna.c: warning war
1236:
1237: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
1238: project file added
1239:
1240: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
1241:
1242: * src/include/pa_memory.h: warning war
1243:
1244: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
1245: ^string:idna[xn--...], ^string.idna[] - idna conversion support
1246: implemented (related to feature #849)
1247:
1248: * configure.in, src/main/Makefile.am,
1249: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
1250: libpunycode added in Unix
1251:
1252: 2015-04-21 moko
1253:
1254: * configure.in: large files support
1255:
1256: 2015-04-15 moko
1257:
1258: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
1259: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
1260: pa_punycode.h: initial version for punycode/idna support library
1261: (ticket #849)
1262:
1263: 2015-04-08 moko
1264:
1265: * src/: classes/curl.C, classes/date.C, classes/file.C,
1266: classes/image.C, classes/mail.C, classes/reflection.C,
1267: classes/string.C, classes/xnode.C, include/pa_request.h,
1268: include/pa_string.h, include/pa_stylesheet_connection.h,
1269: main/compile.y, main/compile_tools.h, main/execute.C,
1270: main/pa_common.C, main/pa_request.C, main/pa_string.C,
1271: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
1272: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
1273: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
1274: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
1275: clang compiler warnings (closes issue #1018)
1276:
1277: * src/include/pa_string.h: String::Body comparation operators with
1278: char * added (related to issue #958)
1279:
1280: 2015-04-07 moko
1281:
1282: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
1283: pa_malloc/pa_free to remove system malloc/free usage (related to
1284: issue #1018)
1285:
1286: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
1287: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
1288: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
1289: main/pa_http.C, main/pa_request.C, main/pa_string.C,
1290: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
1291: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
1292: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
1293: malloc/strdup/free replaced with pa_ version and checks for
1294: accidental use of non-pa_ version added (related to issue #1018)
1295:
1296: 2015-04-03 moko
1297:
1298: * buildall: pcre-8.33 -> pcre-8.36
1299:
1300: * src/: main/compile.y, classes/form.C, classes/mail.C,
1301: classes/op.C, classes/string.C, main/compile.tab.C,
1302: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
1303: main/pa_sql_driver_manager.C, types/pa_vfile.C,
1304: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
1305: ticket #958)
1306:
1307: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
1308: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1309: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1310: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
1311: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
1312: $request:headers, $request:method added (implements feature
1313: #1007)
1314:
1315: 2015-03-17 misha
1316:
1317: * tests/302.html: - test for
1318: ^json:string[...;$._default[method-name]]
1319:
1320: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
1321: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
1322: option $._default[method-name] is specified in ^json:string[], a
1323: method with specified name will be called for classes/objects
1324: serialization ( new feature: #982 )
1325:
1326: 2015-03-16 misha
1327:
1328: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
1329: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
1330: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
1331: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
1332: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
1333: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
1334: types/pa_vmemory.h, types/pa_vmethod_frame.C,
1335: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
1336: types/pa_vrequest.h, types/pa_vstateless_class.C,
1337: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1338: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
1339: $var.CLASS_NAME now have special opcodes. This can be switched
1340: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
1341: on pa_opcode.h ( new feature: #844 )
1342:
1343: 2015-03-15 misha
1344:
1345: * tests/075.html: - test for $response:header[]
1346:
1347: * src/types/pa_vresponse.C: - $response:header[] deletes header
1348: that was set earlie ( new feature: #1001 )
1349:
1350: 2015-03-12 misha
1351:
1352: * tests/246.html: - more tests for ^hash._at[]
1353:
1354: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
1355: accepts second param [key|value|hash] ( new feature: #1012 )
1356:
1357: 2015-03-09 moko
1358:
1359: * src/types/pa_vmail.C: exception for everything but
1360: $mail:received, closes issue #1011
1361:
1362: 2015-02-20 moko
1363:
1364: * tests/: 275.html, results/275.processed: hex detection in
1365: pa_atoui fix test (closes issue #1010)
1366:
1367: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
1368: issue #1010)
1369:
1370: 2015-02-17 moko
1371:
1372: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
1373: tainted.
1374:
1375: 2015-02-03 misha
1376:
1377: * tests/301.html: - test for ^json:string($double) causes
1378: exception. bugfix: #1008
1379:
1380: * src/classes/json.C: - ^json:string($double) causes exception.
1381: bugfix: #1008
1382:
1383: * tests/014.html: - updated for work with ^hash.delete[]
1384:
1385: 2015-01-12 misha
1386:
1387: * src/: classes/form.C, include/pa_common.h,
1388: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
1389: types/pa_vform.h: - supports body with PUT method as well ( new
1390: feature: #1006 )
1391:
1392: * src/classes/file.C: - warnings war
1393:
1394: 2015-01-11 misha
1395:
1396: * tests/300.html: - test for ^hash.delete[] is added
1397:
1398: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
1399: feature: #989 ) - tiny optimization in intersects
1400:
1401: 2015-01-06 moko
1402:
1403: * src/types/pa_vmail.C: file names transcode added, to and cc added
1404: with transcode, attachments detection fixed
1405:
1406: * src/main/pa_request.C: filling mail received after cgi/auto.p
1407: load to allow charset switch (related to issue #996)
1408:
1409: 2014-12-31 moko
1410:
1411: * src/types/pa_vmail.C: from and subject now transcoded if not
1412: UTF-8 source charset (fixes issue 996)
1413:
1414: * src/main/pa_exception.C: fixed string from stack bug (closes
1415: issue #1000)
1416:
1417: 2014-12-11 misha
1418:
1419: * src/types/pa_vhashfile.C: - check if key is not empty before
1420: access ( bug fix: #1005 )
1421:
1422: 2014-11-13 misha
1423:
1424: * src/main/compile.y: - PC.append does not reset to false while
1425: creating a new class. bugfix: #990
1426:
1427: * tests/299.html: - test for creation class after working with
1428: partial class (create+append)
1429:
1430: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
1431: #995
1432:
1433: * tests/232.html: - test for @get[def] added
1434:
1435: 2014-10-12 moko
1436:
1437: * src/lib/pcre/pcre_internal.vcproj: correct path
1438:
1439: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1440: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
1441: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
1442: targets/apache/ApacheModuleParser3.vcproj,
1443: targets/apache/ApacheModuleParser3Core.vcproj,
1444: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1445: types/types.vcproj: project GUID inserted in *.vcproj for correct
1446: conversion in newer VS versions
1447:
1448: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
1449: pcre_internal.vcproj added
1450:
1451: 2014-08-28 moko
1452:
1453: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
1454: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
1455: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
1456:
1457: 2014-06-30 misha
1458:
1459: * tests/298.html: - tests for ^reflection:def[class;className]
1460: added
1461:
1462: * src/classes/reflection.C: - ^reflection:def[class;className]
1463: added ( new feature: #918 )
1464:
1465: 2014-06-29 misha
1466:
1467: * src/classes/table.C: - ^table::create[unsupported data] -
1468: exception comment changed to "body must be table or code" ( bug
1469: fix: #951 )
1470:
1471: * tests/: 261.html, results/261.processed: - tests for
1472: ^json:string[...;$.void[null|string]] added
1473:
1474: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
1475: option $.void[string|null] added to ^json:string[...] ( new
1476: feature: #952 )
1477:
1478: 2014-06-28 moko
1479:
1480: * src/classes/curl.C: $.charset now processed before other curl
1481: options (closes issue #980)
1482:
1483: 2014-05-23 misha
1484:
1485: * src/classes/json.C: - bug fix: #987
1486:
1487: 2014-05-04 misha
1488:
1489: * tests/: 253.html, 253_json.txt: - test for
1490: ^json:parse[$.int(false)] is added
1491:
1492: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
1493: default true). The option is similar to $.double(bool) but for
1494: integers.
1495:
1496: 2014-05-01 moko
1497:
1498: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
1499: #12 )
1500:
1501: 2014-04-16 moko
1502:
1503: * src/main/pa_http.C: response-charset option should finally work
1504: now (fix for issue #867)
1505:
1506: * src/main/pa_http.C: response-charset option should work now (fix
1507: for issue #867)
1508:
1509: 2014-03-07 moko
1510:
1511: * buildall: libgc moved
1512:
1513: * buildall: libgc moved
1514:
1515: 2013-12-29 moko
1516:
1517: * src/classes/string.C: ^string:js-unescape result now tainted,
1518: closes issue #966
1519:
1520: * tests/: 186.html, results/186.processed: ^string:js-unescape
1521: result now tainted, issue #966
1522:
1523: 2013-12-03 moko
1524:
1525: * src/: classes/memcached.C, types/pa_vmemcached.C,
1526: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
1527: option was added for http://www.parser.ru/forum/?id=79343
1528:
1529: * src/classes/file.C: bugfix for
1530: http://www.parser.ru/forum/?id=79337
1531:
1532: 2013-11-05 moko
1533:
1534: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
1535:
1536: * src/main/pa_globals.C: spelling fixed
1537:
1538: 2013-10-29 moko
1539:
1540: * src/lib/json/json.vcproj: json.c -> pa_json.C
1541:
1542: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
1543: #892
1544:
1545: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
1546: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
1547: exceptions to be thrown thougth json library), related to issue
1548: #892
1549:
1550: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
1551: related to issue #896
1552:
1553: 2013-10-24 moko
1554:
1555: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
1556:
1557: 2013-10-23 moko
1558:
1559: * README: actualization
1560:
1561: 2013-10-22 moko
1562:
1563: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
1564: compatibility patch from Sergey Kirpichev
1565:
1566: * tests/: 297.html, results/297.processed: non-working getter fix
1567: test for issue #948
1568:
1569: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
1570: called when saving value of $match variable in ^string.match[] to
1571: increase compatibility (related to issue #948).
1572:
1573: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
1574: usage optimization
1575:
1576: 2013-10-21 moko
1577:
1578: * tests/: 182.html, results/182.processed: local path removed for
1579: compatibility
1580:
1581: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
1582: results/244.processed, results/253.processed,
1583: results/254.processed, results/275.processed,
1584: results/281.processed: try_catch -> try-catch
1585:
1586: * tests/: 288.html, 294.html, 296.html, results/288.processed,
1587: results/294.processed, results/296.processed: try_catch ->
1588: try-catch
1589:
1590: 2013-10-20 moko
1591:
1592: * tests/: 296.html, results/296.processed: test for xsl exception
1593: for issue #938 added.
1594:
1595: * src/: include/pa_xml_exception.h,
1596: main/pa_stylesheet_connection.C: forgotten to be replaced
1597: XmlException is now replaced (once again closes issue #938)
1598:
1599: 2013-10-19 misha
1600:
1601: * bin/auto.p.dist.in: - more mime-types are added
1602:
1603: 2013-10-18 moko
1604:
1605: * buildall: disable clock_gettime detection to avoid librt linking
1606: (which in turn depends on libpthread), related to issue #943
1607:
1608: 2013-10-18 misha
1609:
1610: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
1611: lib/smtp/smtp.vcproj, main/main.vcproj,
1612: targets/apache/ApacheModuleParser3Core.vcproj,
1613: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1614: types/types.vcproj: - new locations for libxml2 includes where
1615: added to vcproj files
1616:
1617: 2013-10-18 moko
1618:
1619: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
1620: fix
1621:
1622: * tests/: 295.html, results/295.processed: test for issue #948
1623: updated
1624:
1625: * src/classes/table.C: hopefully last lost part for issue #948 fix.
1626: :)
1627:
1628: * tests/: 295.html, results/295.processed: test for issue #948
1629: added
1630:
1631: * src/: classes/hash.C, classes/string.C, classes/table.C,
1632: include/pa_request.h, types/pa_method.h: for getters and setters
1633: to be executed request.put_element should be called, not
1634: context.put_element (fixes issue #948)
1635:
1636: 2013-10-17 moko
1637:
1638: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
1639: LIBXML2_NEW_BUFFER check (closes issue #943)
1640:
1641: * buildall: libxml 2.9.1 build is broken --without-reader.
1642:
1643: 2013-10-16 moko
1644:
1645: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
1646:
1647: * tests/: 294.html, results/294.processed: test for issue #938
1648:
1649: * src/: classes/xdoc.C, classes/xnode.C,
1650: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
1651: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
1652:
1653: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
1654: libxslt-1.1.26 -> libxslt-1.1.28
1655:
1656: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
1657: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
1658: to '?', related to issue #938
1659:
1660: 2013-10-15 moko
1661:
1662: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
1663: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
1664: minor optimizations (closes issue #896)
1665:
1666: * tests/results/: 292.processed, 293.processed: results updated to
1667: comply with issue #896
1668:
1669: * tests/: 292.html, 293.html, results/292.processed,
1670: results/293.processed: tests for json escaping
1671:
1672: 2013-10-14 moko
1673:
1674: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
1675: and cleanup, code moved from .h to .C, no changes in code
1676:
1677: 2013-10-12 moko
1678:
1679: * tests/results/119.processed: updated test result commited
1680:
1681: * tests/: 291.html, results/291.processed: test for issue #894
1682: added
1683:
1684: * src/types/pa_wcontext.h: base methods call support function
1685: get_somebody_entered_some_class should not be true forever, as
1686: wcontext can have many get_elements calls (fixes issue #894)
1687:
1688: 2013-10-11 moko
1689:
1690: * tests/: 290.html, results/290.processed: test for junction GPF
1691: issue #942 added
1692:
1693: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
1694: to native method fixed (closes issue #942)
1695:
1696: * tests/: 158.html, results/158.processed: test for csv-string[]
1697: added
1698:
1699: * src/classes/table.C: minor fixes for table.csv-string[] (closes
1700: feature #907)
1701:
1702: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
1703: feature #907)
1704:
1705: 2013-10-09 moko
1706:
1707: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
1708: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
1709: types/pa_vstateless_class.C: GET_default, SET_default now works
1710: properly not only in objects, but in classes as well (closes
1711: issue #903)
1712:
1713: * tests/: 289.html, results/289.processed: GET/SET_default now
1714: works in classes, not only objects, test case added, related to
1715: issue #903
1716:
1717: * tests/: 288.html, results/288.processed: test for endless
1718: recursion bug added (related to issue #903)
1719:
1720: 2013-10-05 moko
1721:
1722: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1723: classes/table.C, main/execute.C, types/pa_method.h,
1724: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
1725: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1726: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
1727: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
1728: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
1729: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
1730: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
1731: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
1732: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
1733: optimization: put_element no longer has "bool areplace" argument,
1734: related to issue #903
1735:
1736: 2013-10-03 moko
1737:
1738: * tests/results/182.processed: result for $.replace(false) test
1739: commited
1740:
1741: * src/classes/date.C: ^date::create(number) processed correctly
1742: (fixes issue #901)
1743:
1744: * src/classes/image.C: as_no_junction removed, as param can be
1745: expression (closes issue #931)
1746:
1747: * tests/233.html: test for issue #931 added
1748:
1749: 2013-10-02 moko
1750:
1751: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
1752: modified, test for $.replace(false) added
1753:
1754: * src/main/compile_tools.h: forgotten class replace returned. :)
1755:
1756: 2013-09-30 moko
1757:
1758: * tests/: 141.html, results/141.processed: md5 tainting test added
1759:
1760: * src/: classes/op.C, include/pa_request.h, main/compile.y,
1761: main/compile_tools.h, main/pa_request.C: allow_class_replace
1762: implemented; $.replace option added to ^process and ^use
1763:
1764: 2013-08-27 moko
1765:
1766: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
1767: cstr_to_string_body_untaint should be called with charsets for
1768: possible uri language and connection for possible sql language.
1769: related to issue #857
1770:
1771: * buildall: and -> or fixed
1772:
1773: 2013-08-26 moko
1774:
1775: * buildall: prepare_ functions logic changed to support
1776: gc-7.2d.tar.gz extracting to gc-7.2 directory
1777:
1778: 2013-08-23 moko
1779:
1780: * src/include/pa_config_fixed.h: gc and xml libs are now linked
1781: statically
1782:
1783: 2013-08-22 moko
1784:
1785: * src/classes/string.C: String::Empty used (related to issue #912)
1786: append_know_length removed (related to old GPF bug)
1787:
1788: 2013-08-21 moko
1789:
1790: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
1791:
1792: * src/classes/math.C: ^math:digest[...;$file] support added
1793: (related to ticket #857
1794:
1795: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
1796: implemented
1797:
1798: * src/types/pa_vhashfile.h: warning war
1799:
1800: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
1801: include/pa_request.h, main/pa_request.C, types/pa_value.h:
1802: anti_endless_json_string_recoursion removed from request;
1803: json_string_recoursion added to json_options; $.indent[indent
1804: value] now supported and passed within recoursion closes feature
1805: #937
1806:
1807: * tests/: 287.html, results/287.processed: test for feature #937
1808:
1809: 2013-07-31 moko
1810:
1811: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
1812: compilation having #define _S
1813:
1814: * src/main/pa_globals.C: cleanup
1815:
1816: 2013-07-30 moko
1817:
1818: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
1819: main/pa_common.C: vs2003 warning war
1820:
1821: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
1822:
1823: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
1824:
1825: * src/lib/md5/pa_sha2.c: warning war
1826:
1827: 2013-07-29 moko
1828:
1829: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
1830: patches from github
1831:
1832: * src/: classes/bool.C, classes/double.C, classes/int.C,
1833: classes/memcached.C, include/pa_config_includes.h,
1834: types/pa_vfile.C, types/pa_vfile.h: warning war
1835:
1836: * src/lib/json/json.vcproj: C++ -> C
1837:
1838: * src/lib/json/: json.c, pa_json.C: C++ warning revert
1839:
1840: * src/lib/json/: json.c, pa_json.C: windows compatibility
1841:
1842: * src/lib/json/: json.c, pa_json.C: windows compatibility
1843:
1844: * src/lib/json/: json.c, pa_json.C: warning war
1845:
1846: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
1847:
1848: * src/include/pa_config_fixed.h: uint16_t added
1849:
1850: * configure.in: uint16_t check added
1851:
1852: * src/: classes/json.C, lib/json/JSON_parser.C,
1.101 moko 1853: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
1854: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
1855: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
1856: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 1857:
1858: 2013-07-25 moko
1859:
1860: * parser3.sln: dependencies added
1861:
1862: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
1863: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
1864: module support
1865:
1866: * src/targets/apache/mod_parser3_core.C: win32 cleanup
1867:
1868: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
1869:
1870: 2013-07-23 moko
1871:
1872: * src/: include/pa_memory.h, main/pa_memory.C: non-working
1873: PA_DEBUG_GC_MEMORY removed
1874:
1875: * src/: main/pa_globals.C, targets/cgi/parser3.C:
1876: PA_DEBUG_DISABLE_GC compilation fix
1877:
1878: * src/: classes/op.C, classes/table.C, include/pa_request.h,
1879: main/pa_request.C: outdated RESOURCES_DEBUG removed
1880:
1881: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
1882: garbage cleanup
1883:
1884: * src/main/pa_common.C: warning war
1885:
1886: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
1887:
1888: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
1889: minor cleanup
1890:
1891: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
1892: uses cygwin, not WIN32 implementation
1893:
1894: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
1895: able to exec shell scripts
1896:
1897: * src/classes/math.C: ifdef WIN32 cleanup
1898:
1899: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
1900:
1901: * bin/auto.p.dist.in: libpq.so -> libpq.
1902:
1903: * src/classes/curl.C: LT_MODULE_EXT used
1904:
1905: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
1906:
1907: 2013-07-22 moko
1908:
1909: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
1910: includes fix
1911:
1912: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
1913:
1914: * configure.in, src/include/pa_config_includes.h,
1915: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1916: src/main/pa_exec.C: includes cleanup
1917:
1918: * src/targets/cgi/parser3.C: 2012->2013
1919:
1920: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
1921:
1922: * configure.in, src/include/pa_config_includes.h,
1923: src/include/pa_http.h, src/lib/json/JSON_parser.h,
1924: src/main/pa_random.C, src/main/pa_socks.C,
1925: src/types/pa_vstatus.C: cygwin support cleanup
1926:
1927: * configure.in: dirent.h check added
1928:
1929: * src/: include/pa_config_includes.h, include/pa_dir.h,
1930: main/pa_dir.C: includes cleanup, dirent.h check added filePath
1931: not copied
1932:
1933: 2013-07-21 moko
1934:
1935: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
1936:
1937: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
1938: parser3.vcproj: unused getopt.h / getopt.c removed
1939:
1940: * operators.txt, src/classes/file.C, tests/022.html,
1941: tests/results/022.processed: ^file:list[path][$.filter[regexp]
1942: $.stat(true)] usage commented
1943:
1944: * configure.in, src/classes/file.C, src/include/pa_dir.h,
1945: src/main/pa_dir.C: ^file:list[] now has dir column and when
1946: $.stat(true) it has size/*date columns modified patch from misha@
1947: that closes issue #914.
1948:
1949: * src/: include/pa_config_includes.h, main/pa_globals.C:
1950: PA_RELEASE_ASSERTS removed
1951:
1952: * src/lib/md5/pa_md5c.c: minor cleanup
1953:
1954: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
1955: localeconv()->decimal_point usage remoed (related to issue #934)
1956:
1957: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
1958: cordprnt.c removed
1959:
1960: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
1961: pa-include/pa_errno.h, pa-include/pa_file_io.h,
1962: pa-include/pa_strings.h: includes cleanup
1963:
1964: * src/lib/md5/pa_md5c.c: headers cleanup
1965:
1966: 2013-07-20 moko
1967:
1968: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
1969: cleanup
1970:
1971: 2013-07-19 moko
1972:
1973: * src/classes/math.C: extern "C" added for crypt
1974:
1975: 2013-07-18 moko
1976:
1977: * src/classes/math.C: fix redhat7.2 build
1978:
1979: 2013-07-17 moko
1980:
1981: * configure.in, src/include/pa_config_includes.h,
1982: src/include/pa_config_fixed.h: headers actualized (inttypes.h
1983: added for uint8/32/64_t)
1984:
1985: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
1986: pa_config_includes.h used for uint32/64_t
1987:
1988: 2013-07-16 moko
1989:
1990: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
1991: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
1992: war
1993:
1994: * src/main/compile.tab.C: compile.y was updated
1995:
1996: * src/main/compile.y: warning war
1997:
1998: * src/: include/pa_exception.h, main/pa_exception.C,
1999: main/pa_xml_exception.C: warning war
2000:
2001: * src/: include/pa_common.h, main/pa_common.C: warning war
2002:
2003: * configure.in: beauty :)
2004:
2005: * tests/: 141.html, results/141.processed: sha256/512 added
2006:
2007: 2013-07-13 moko
2008:
2009: * src/lib/md5/md5.vcproj: sha2 added
2010:
2011: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
2012: classes/math.C: sha2 support (sha256/sha512 digest)
2013:
2014: 2013-07-08 moko
2015:
2016: * src/classes/image.C: directory read or other read problem message
2017: fixed (related to issue #933)
2018:
2019: 2013-07-07 moko
2020:
2021: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
2022: dependense from $charsetsdir directory existance and content (and
2023: UTF-8 is default allready)
2024:
2025: * AUTHORS: + misha + moko. :)
2026:
2027: 2013-07-06 moko
2028:
2029: * src/: classes/curl.C, include/pa_globals.h,
2030: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
2031: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
2032: for lt_dlinit to be called once and lt_dlexit called at right
2033: place (related to issue #925)
2034:
2035: 2013-07-04 moko
2036:
2037: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
2038: VString::as_vfile now uses vfile.set_binary_string to avoid
2039: content-type to be set, as it brokes badly designed logic in
2040: response output. This hopefully finishes issue #928.
2041:
2042: * tests/results/: 256.processed, 286.processed: file now displayed
2043: as name, size, mode, content-type
2044:
2045: * src/main/pa_common.C: read error now reported cottectly (fixes
2046: issue #933
2047:
2048: 2013-06-28 moko
2049:
2050: * tests/: 286.html, results/286.processed: test extended
2051:
2052: * tests/: 286.html, results/286.processed: Test for issue #928
2053: added. it tests default content-type change.
2054:
2055: * src/types/pa_vfile.C: closes issue #928 - default content-type
2056: now updated
2057:
2058: 2013-06-25 moko
2059:
2060: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
2061: content-type for text/binary files without name added;
2062: ^file::create[$f;...] options now works properly and $f
2063: properties are default (fixes issue #928)
2064:
2065: 2013-05-16 misha
2066:
2067: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
2068: added
2069:
2070: * src/main/pa_table.C: - a tiny memory optimisation while creating
2071: table if specified limit is bigger than source rows count
2072:
2073: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
2074: added ( new feature: #858 )
2075:
2076: 2013-04-29 moko
2077:
2078: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
2079: $.ipresolve(0|1|2) added (closes issue #891)
2080:
2081: * src/lib/curl/curl.h: CURL_IPRESOLVE added
2082:
2083: 2013-04-24 moko
2084:
2085: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
2086: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
2087: types/pa_vmemcached.h: ^memcache.release[] added, calls
2088: memcached_quit (refs #893)
2089:
2090: 2013-04-22 moko
2091:
2092: * src/: include/pa_string.h, main/pa_common.C: no more double
2093: slashes in file path (fixes bug #872)
2094:
2095: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
2096: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
2097: #739)
2098:
2099: * tests/results/266.processed: $.max_params added (feature #915)
2100:
2101: * src/: include/pa_common.h, main/pa_http.C: response-charset
2102: option added to file::load (closes issue #867)
2103:
2104: 2013-04-20 misha
2105:
2106: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
2107: commited
2108:
2109: 2013-03-15 misha
2110:
2111: * src/classes/: hash.C, table.C: - Optimisation: do not create
2112: multiple empty strings while ::sql. uae String::Empty instead
2113:
2114: 2013-03-14 misha
2115:
2116: * src/classes/reflection.C: - for user classes
2117: ^reflection:method_info[] returns $.max_params and $.extra_param
2118: with $.call_type if they available ( new feature: #915 )
2119:
2120: * src/classes/file.C: - ^file:delete[] now supports an option
2121: $.exception(false) that suppress any exception while deleting
2122: file ( new feature: #916 )
2123:
2124: * src/classes/curl.C: - parsing cookies after curl:load now should
2125: work :)
2126:
2127: 2013-03-12 misha
2128:
2129: * src/types/pa_vfile.C: - if specified file_name is empty string
2130: set default name for the file
2131:
2132: 2013-03-11 misha
2133:
2134: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
2135: also available in $f.cookies
2136:
2137: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
2138: moved to a separate method
2139:
2140: 2013-03-10 moko
2141:
2142: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
2143: added
2144:
2145: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
2146: removed (declared by autoconf)
2147:
2148: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
2149: uint32_t define
2150:
2151: 2013-03-10 misha
2152:
2153: * src/classes/file.C: ^file:delete and ^file:move now support
2154: option $.keep-empty-dirs(true) ( new feature: #884 )
2155:
2156: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
2157: empty dirs is added
2158:
2159: 2013-03-10 moko
2160:
2161: * src/classes/: bool.C, double.C, int.C: default can be present,
2162: but default check removed from ^int/double/bool.int/double/bool
2163: for string.int/double/bool compatibility (related to issue #913)
2164:
2165: * src/classes/string.C: ^string.int/dobule/bool no longer
2166: internally throws exception if default is present (closes issue
2167: #913)
2168:
2169: 2013-03-09 misha
2170:
2171: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
2172: optimisations ( #845 )
2173:
2174: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
2175:
2176: 2013-03-08 moko
2177:
2178: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
2179: creates correct table (fixes issue #910)
2180:
2181: * src/classes/op.C: r.connection() -> r.connection(false) to allow
2182: use outside of 'connect' operator (fixes issue #911)
2183:
2184: * tests/results/: 096.processed, 122.processed: test results
2185: updated as doubles now printed with 15 significant digits, not 5
2186: (fixes issue #882)
2187:
2188: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
2189: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
2190:
2191: 2013-02-21 moko
2192:
2193: * src/classes/table.C: _locate_name_value does not check arguments
2194: count, so we check it in advance (fixes issue #905)
2195:
2196: 2012-10-23 moko
2197:
2198: * buildall: old shell for and echo compatibility (for six)
2199:
2200: 2012-10-19 moko
2201:
2202: * buildall: --strip added --disable-safe-mode listed in usage
2203:
2204: 2012-10-17 misha
2205:
2206: * src/classes/op.C: - apply-taint should not throw "outside
2207: connect" exception with sql lang now
2208:
2209: 2012-10-17 moko
2210:
2211: * src/main/pa_request.C: bugfix: safe mode should be inited for
2212: each request (for apache module)
2213:
2214: 2012-09-26 moko
2215:
2216: * src/doc/doxygen.cfg: png -> svg
2217:
2218: 2012-09-25 moko
2219:
2220: * tests/: 141.html, results/141.processed: md5 hmac added, long key
2221: test added
2222:
2223: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
2224: double use when key is long
2225:
2226: 2012-09-16 moko
2227:
2228: * src/classes/math.C: Format -> Method Encode -> Format
2229:
2230: * tests/: 141.html, results/141.processed: math:digest hmac test
2231: added
2232:
2233: 2012-09-14 moko
2234:
2235: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
2236: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
2237: implementation added
2238:
2239: 2012-09-12 moko
2240:
2241: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
2242: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
2243: targets.dox and string.dox slightly actualized
2244:
2245: 2012-08-31 moko
2246:
2247: * ChangeLog: now generated with patched cvs2cl.pl
2248:
2249: 2012-07-29 moko
2250:
2251: * tests/285.html, src/main/execute.C, tests/results/285.processed:
2252: result should be pushed after VMethodFrame destructor is called,
2253: as it deletes junctions from stack params (fixes issue #868)
2254:
2255: 2012-07-23 moko
2256:
2257: * INSTALL, README: buildall script usage documented, other outdated
2258: info updated.
2259:
2260: * buildall-with-xml, buildall-without-xml: replaced by buildall
2261:
2262: 2012-07-21 moko
2263:
2264: * buildall: glib does not compile when threads are disabled...
2265:
2266: * src/types/pa_vmail.C: g_assertion fixes for empty input
2267:
2268: * src/types/pa_vmail.C: yet another fix (strange GPF on object
2269: unref, can't unref nested objects)
2270:
2271: * src/types/pa_vmail.C: another check added
2272:
2273: 2012-07-19 moko
2274:
2275: * buildall: usage added
2276:
2277: * buildall: new buildall script that unites buildall-with-xml,
2278: buildall-without-xml, --with-apache and --with-mailreceive
2279:
2280: * configure.in: support for static gmime and dynamic glib linking.
2281: fixes for FreeBSD
2282:
2283: 2012-07-17 moko
2284:
2285: * configure.in: --with-mailreceive replaced
2286: --with-static-mailreceive and --with-shared-mailreceive pathlink
2287: removed
2288:
2289: 2012-07-16 moko
2290:
2291: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
2292: capitalized, content now decoded and text content converted to
2293: $request:charset. all properties are accessed by functions, this
2294: ready for dynamic load.
2295:
2296: 2012-06-28 moko
2297:
1.101 moko 2298: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
2299: 32 bit
1.95 moko 2300:
2301: 2012-06-27 moko
2302:
2303: * buildall-with-xml, buildall-without-xml: fetch requires -p for
2304: passive ftp
2305:
2306: * src/lib/ltdl/ltdl.vcproj: release build fixed
2307:
2308: * configure.in: 3.4.2 RC -> 3.4.2
2309:
2310: 2012-06-22 moko
2311:
2312: * src/types/pa_vfile.C: returned empty mode to stated files (issue
2313: #815)
2314:
2315: * tests/: 284.html, results/284.processed: output options test
2316: (feature #265)
2317:
2318: 2012-06-22 misha
2319:
2320: * tests/215.html: - little changes
2321:
2322: 2012-06-21 moko
2323:
2324: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
2325: types/pa_vxdoc.h: output_options returned and used (bugfix for
2326: feature #265)
2327:
2328: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
2329: breaks long .*, default 10M restored. (issue #216)
2330:
2331: * tests/: 283.html, results/283.processed: test for issue #815
2332: added
2333:
2334: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
2335: again, cstrm not required.
2336:
2337: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
2338: Win32 and broken FreeBSD (issue #45)
2339:
2340: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
2341:
2342: * src/main/pa_string.C: warnings war
2343:
2344: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
2345: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
2346: main/pa_socks.C, targets/apache/pa_threads.C,
2347: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
2348: types/pa_vstatus.C: compilation under cygwin fixed
2349:
2350: 2012-06-19 moko
2351:
2352: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
2353: Windows fixed
2354:
2355: * parser3.sln: removed antique pcre_ctype
2356:
2357: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
2358:
2359: * src/include/pa_config_fixed.h: undefined reference to
2360: __imp__pcre_* fix for Windows
2361:
2362: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.101 moko 2363: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
2364: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
2365: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
2366: define fixed
1.95 moko 2367:
2368: 2012-06-18 moko
2369:
2370: * src/classes/memcached.C: flush -> clear
2371:
2372: * src/classes/memcached.C: memcached does not support quotes even
2373: in server name
2374:
2375: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
2376: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
2377: called on open to check servers existance. $.key(true) syntax
2378: now supported
2379:
2380: 2012-06-17 moko
2381:
2382: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
2383: cleanup
2384:
2385: * src/classes/table.C, tests/282.cfg, tests/282.html,
2386: tests/results/282.processed: encloser at the EOF bug fixed,
2387: incorrectly enclosed data now processed more logicaly (fixes
2388: #339)
2389:
2390: 2012-06-15 moko
2391:
2392: * buildall-without-xml: sync with buildall-with-xml
2393:
2394: * buildall-with-xml: download auto-detected between fetch and curl
2395:
2396: * configure.in: --with-gc and --with-pcre now also processed
2397: correctly
2398:
1.101 moko 2399: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
2400: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
2401: should be run on rol1 using automake / aclocal (GNU automake)
2402: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 2403:
2404: * configure.in: new PARSER_VERSION logic
2405:
2406: * src/include/pa_version.h: new pa_version.h logic
2407:
2408: * src/: classes/curl.C, classes/file.C, classes/image.C,
2409: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
2410: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
2411: feols_normalized -> fis_text_content set_binary added
2412:
2413: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
2414:
2415: 2012-06-15 misha
2416:
2417: * src/: classes/curl.C, classes/file.C, classes/image.C,
2418: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
2419: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
2420: ^file::create[text;content] EOLs in content now is normalized. (
2421: new feature: #815 )
2422:
2423: 2012-06-15 moko
2424:
2425: * configure.in: --disable-version-update added to disable version
2426: update with host information (for debian package) whitespace
2427: optimized
2428:
2429: * configure.in: version changed to 3.4.2 RC no-pic added for
2430: libtool
2431:
2432: * src/include/pa_version.h: Nice pa_version.h default. Please keep
2433: it.
2434:
2435: 2012-06-14 moko
2436:
2437: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
2438: tests/results/281.processed: "hash flocked" error removed for
2439: safe operations like ^h._count[] ( new feature: #335 )
2440:
1.101 moko 2441: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 2442:
2443: * buildall-with-xml, buildall-without-xml: --with-static -> --with
2444:
2445: * configure.in: --with-static/shared xml replaced with --with-xml,
2446: xml compilation check added
2447:
2448: * configure.in: --with-static/shared-gc, --with-static-pcre are
2449: replaced with --with-gc and --with-pcre test for pcre linking
2450: added
2451:
2452: 2012-06-13 moko
2453:
2454: * configure.in: apxs2 check optimized
2455:
2456: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
2457: .la, includes optimized
2458:
2459: * buildall-with-xml: --with-pic looks better for -fPIC
2460:
2461: * configure.in: switched to convenience library in static linking
2462:
2463: * src/targets/apache/Makefile.am: switched to convenience library
2464: usage to avoid libtool warnings
2465:
2466: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
2467: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
2468: smtp/Makefile.am: switched to convenience library usage
2469:
2470: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
2471:
2472: * src/targets/apache/Makefile.am: updated for libtool usage
2473:
2474: * bin/auto.p.dist.in: .cfg removed from charset names.
2475:
2476: * buildall-without-xml: --with-included-ltdl added
2477:
2478: * buildall-without-xml: sync with buildall-with-xml
2479:
2480: * buildall-with-xml: --with-included-ltdl added $cflags added for
2481: -fPIC for x64 $download added for wget success check added
2482:
2483: * buildall-without-xml: --with-dynamic-stdcpp removed
2484:
2485: * configure.in: disable-static returned
2486:
2487: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
2488: LIBTOOLFLAGS
2489:
2490: 2012-06-12 moko
2491:
2492: * configure.in, src/targets/cgi/Makefile.am: disable-static not
2493: compatible with LIBTOOLFLAGS for unknown reasons
2494:
2495: * buildall-with-xml: --with-dynamic-stdcpp removed
2496:
2497: * configure.in: static/dynamic -lstdc++ linking option removed
2498: apxs2 check added
2499:
2500: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
2501: option removed
2502:
2503: 2012-06-10 moko
2504:
2505: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
2506: added
2507:
2508: * src/targets/cgi/pp3.cmd: old PAF stuff
2509:
1.101 moko 2510: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
2511: beauty
1.95 moko 2512:
2513: * depcomp: from libtool 2.4.2
2514:
2515: * configure.in: ltdl directory removed, it has correct Makefile.in
2516:
2517: 2012-06-09 moko
2518:
1.101 moko 2519: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
2520: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 2521: autogenerated files updated after libtool update
2522:
1.101 moko 2523: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
2524: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 2525: config_auto.h.in, config_fixed.h, configure, configure.ac,
2526: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
2527: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
2528: config/compile, config/config.guess, config/config.sub,
2529: config/depcomp, config/install-sh, config/ltmain.sh,
2530: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
2531: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
2532: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
2533: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
2534: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
2535: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
2536: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
2537: m4/lt~obsolete.m4: libtool updated to version 2.4.2
2538:
2539: * configure.in: preparation for new libtool
2540:
2541: * configure.in: Some beauty added :)
2542:
2543: * src/targets/apache/Makefile.am: := -> =
2544:
2545: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
2546: again. :)
2547:
2548: * src/include/pa_config_includes.h, configure.in: limits.h added,
2549: previously was taken from pcre_internal.h. :)
2550:
2551: * src/lib/pcre/Makefile.am: config.h returned
2552:
2553: * src/lib/pcre/config.h: still need this. :)
2554:
2555: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
2556:
2557: * configure.in: --with-charsets removed; --with-mysql-client & co
2558: removed
2559:
2560: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
2561: now in parser tree, no need to copy
2562:
2563: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
2564: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
2565: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
2566: debian/patches/101_pcre.patch - local copy of pcre_internal.h
2567: extracts now used old trash removed
2568:
2569: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
2570: rare charsets/drivers are commented, sql driver quessing removed
2571: (debian/patches/103_auto_p.patch)
2572:
2573: * etc/parser3.charsets/Makefile.am: charsets now in share
2574: (debian/patches/104_automake.patch) + all charsets are copied
2575:
2576: * buildall-with-xml, buildall-without-xml: curl option removed +
2577: extra arguments now supported
2578:
2579: 2012-06-08 misha
2580:
2581: * src/classes/table.C: - one params.as_hash usage was rolled back:
2582: the 2nd option in ^table.hash[] could be hash or table so
2583: .as_hash will throw an exception when table option is specified
2584:
2585: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2586: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
2587: classes/table.C, classes/void.C, classes/xdoc.C,
2588: include/pa_exception.h, types/pa_vmethod_frame.C,
2589: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
2590: and improved (whitespaces are allowed as empty options) -
2591: MethodParams::as_table is added - above methods are used for
2592: parsing methods' options ( new feature: #9 )
2593:
2594: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
2595: to vclass. now class fields can be accessible as a hash:
2596: $h[^hash::create[$asd:CLASS]]
2597:
2598: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
2599: have get_fields method so their fields can be accessed with
2600: ^reflection:fields[...] & ^reflection:field[...]
2601:
2602: 2012-06-06 misha
2603:
2604: * tests/280.html: - tests for
2605: ^reflection:method[obj-or-class;method],
2606: ^reflection:field[obj-or-class;field] and
2607: ^reflection:fields[obj-or-class] are added
2608:
2609: 2012-06-05 misha
2610:
2611: * src/classes/reflection.C: - ^reflection:method[class or
2612: object;method name] and ^reflection:field[class or object;field
2613: name] are added
2614:
2615: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
2616: is used
2617:
2618: * src/types/pa_method.h: - Method::as_vjunction method is added
2619:
2620: 2012-06-05 moko
2621:
1.101 moko 2622: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 2623:
2624: * src/classes/memcached.C: flish ttl fixed
2625:
2626: 2012-06-04 moko
2627:
2628: * src/classes/json.C, src/classes/op.C, tests/279.html,
2629: tests/results/279.processed: ^json:parse[] now supports $.taint
2630: option (new feature #833)
2631:
2632: 2012-06-04 misha
2633:
2634: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
2635: - search_stop method was moved from pa_vcookie.C to pa_common.C
2636:
2637: 2012-06-03 misha
2638:
2639: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
2640: cookies are parced and stored into $.cookies ( new feature: #31 )
2641:
2642: 2012-05-30 misha
2643:
2644: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
2645: incomplete class into a scope while @USE is found
2646:
2647: * src/main/compile.y: - add incomplete class into a scope while
2648: @USE and @CLASS instructions are found ( bugfix: #838 )
2649:
2650: 2012-05-30 moko
2651:
2652: * src/types/pa_vclass.C, tests/278.html,
2653: tests/results/278.processed: removed "property has no getter
2654: method" exception when GET_DEFAULT present (fixes #269)
2655:
2656: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
2657: $._default
2658:
2659: 2012-05-29 moko
2660:
2661: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
2662: uninitialized values usage (new feature: #154)
2663:
2664: 2012-05-28 moko
2665:
2666: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
2667: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
2668: src/types/pa_vdate.h, src/types/pa_vdouble.h,
2669: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
2670: src/types/pa_vobject.C, src/types/pa_vobject.h,
2671: src/types/pa_vstring.h, src/types/pa_vtable.C,
2672: tests/results/277.processed, src/types/pa_vtable.h,
2673: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
2674: ^json:string[$o; $.default[$method]] implemented for VObject (new
2675: feature #803)
2676:
2677: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
2678: tests/results/277.processed: json numbers are now treated as
2679: double ( new feature: #834 )
2680:
2681: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
2682: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
2683: added for out of range checks, zero division in vint/vdouble
2684: check added ( fixes #832 )
2685:
2686: * tests/: 275.html, results/275.processed: tests for pa_atoui added
2687: ( fixes #832 )
2688:
2689: 2012-05-28 misha
2690:
2691: * buildall-with-xml: - --without-lzma option is added to libxml2
2692: configure
2693:
2694: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
2695: added - tests for unsupported values for options $.file, $.table
2696: and $.date are added
2697:
2698: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
2699: accepts "stat" $.file[] option's value in addition to existed
2700: "text" and "base64" ( new feature: #835 )
2701:
2702: * tests/276.html: - test for
2703: ^reflection:delete[$object-or-class;field-name]
2704:
2705: * src/classes/reflection.C: -
2706: ^reflection:delete[$object-or-class;field-name] is added ( new
2707: feature: #268 )
2708:
2709: 2012-05-27 misha
2710:
2711: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
2712:
2713: 2012-05-24 misha
2714:
2715: * src/include/pa_common.h: - method lastposafter was removed
2716:
2717: * src/classes/file.C: - use strrpbrk & rskipchars instead of
2718: lastposafter - ^file:dirname[] & Co proper handle windows file
2719: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
2720: work as *nix commands
2721:
2722: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
2723:
2724: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
2725: rskipchars were added
2726:
2727: * tests/270.html: - more tests for ^file:find[]
2728:
2729: * tests/065.html: - more tests for ^file:dirname[] & Co
2730:
2731: * src/include/pa_version.h: - must be "win32" here. it is
2732: auto-generated on *nix
2733:
2734: 2012-05-24 moko
2735:
2736: * src/classes/math.C: ^math:convert[] now supports uint32 and
2737: throws overflow exception ( new feature: #830 )
2738:
2739: * tests/: 275.html, results/275.processed: test for ^math:convert[]
2740: uint32 support and overflow added ( new feature: #830 )
2741:
2742: 2012-05-23 moko
2743:
2744: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
2745: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
2746: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
2747: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2748: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2749: types/pa_vregex.h, types/pa_vstateless_class.C,
2750: types/pa_vstateless_class.h, types/pa_vstring.h,
2751: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
2752: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
2753: "return string as-is" removed from as_expr_result. ( new feature:
2754: #831 )
2755:
2756: * tests/results/244.processed: test changed after bug #782 fix
2757: commited
2758:
2759: * tests/results/229.processed: test results for bug #782 commited
2760:
2761: * tests/: 254.html, results/254.processed: uid now just compared,
2762: not printed. :)
2763:
2764: 2012-05-20 moko
2765:
2766: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
2767: feature: #341 )
2768:
2769: * tests/: 254.html, results/254.processed: test for
2770: ^reflection:uid[] added
2771:
2772: * tests/: 254.html, results/254.processed: test for
2773: ^reflection:uid[$obj] added
2774:
2775: 2012-05-17 misha
2776:
2777: * src/main/untaint.C: - do not replace ' char by _26 while
2778: exploding filespec-tainting ( new feature: #829 )
2779:
2780: 2012-05-12 moko
2781:
2782: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
2783: not.
2784:
2785: 2012-05-08 moko
2786:
2787: * src/types/pa_vmethod_frame.h: bug #782 fixed
2788:
2789: * tests/229.html: test for bug #782
2790:
2791: * tests/results/259.processed, src/main/pa_request.C,
2792: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
2793: src/types/pa_vstring.h, src/types/pa_vvoid.C,
2794: src/types/pa_vvoid.h: feature #154 - first empty param now
2795: string; defined locals are empty strings; $STRICT-VARS(true)
2796: added
2797:
2798: 2012-04-27 moko
2799:
1.101 moko 2800: * src/targets/apache/Makefile.am:
1.95 moko 2801: ../../lib/memcached/libmemcached.a added
2802:
2803: 2012-04-27 misha
2804:
2805: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
2806: ( #827 )
2807:
2808: 2012-04-25 moko
2809:
2810: * src/: classes/json.C, classes/memcached.C,
2811: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2812: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
2813: implemented.
2814:
2815: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
2816:
2817: 2012-04-23 moko
2818:
2819: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
2820: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
2821: types/pa_vmemcached.h: open allows options hash for new
2822: memcached(options) function
2823:
2824: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
2825: not appended
2826:
2827: 2012-04-21 moko
2828:
2829: * src/classes/curl.C: '' added. :)
2830:
2831: * src/classes/classes.vcproj: new curl.h location
2832:
2833: * src/classes/curl.C: verbose output redirection from stderr to
2834: file curl option added
2835:
2836: 2012-04-20 moko
2837:
2838: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
2839: contains what we need from curl, #ifdef HAVE_CURL removed
2840:
1.101 moko 2841: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 2842: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.101 moko 2843: src/lib/Makefile.am, src/lib/curl/Makefile.am,
2844: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 2845: configure option
2846:
2847: 2012-04-19 moko
2848:
2849: * src/: classes/double.C, classes/inet.C, classes/int.C,
2850: classes/string.C, lib/gc/include/gc_allocator.h,
2851: types/pa_vform.C: PVS-Studio detected errors fixes, unused
2852: options from sql_result_string removed. (closes issue #468)
2853:
2854: * src/types/pa_vmemcached.C: empty string fix
2855:
2856: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
2857: pa_vstring.C, pa_vstring.h: serialization helpers moved to
2858: pa_vmemcached.C
2859:
2860: 2012-04-18 moko
2861:
2862: * src/targets/apache/mod_parser3.c: "Parser3 module requires
2863: apache2-mpm-prefork" error displayed in threaded mpm.
2864:
2865: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
2866: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
2867: installed (issue #354)
2868:
2869: 2012-04-16 moko
2870:
2871: * src/types/pa_vmemcached.C: call to memcached_result_create and
2872: memcached_result_free removed
2873:
2874: 2012-04-14 moko
2875:
2876: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
2877:
2878: * src/types/pa_vmemcached.C: check_key added and used
2879:
2880: 2012-04-13 moko
2881:
2882: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
2883: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
2884: Serialization_data now added and used, VString now serialized
2885: with languages into memcached.
2886:
2887: 2012-03-28 moko
2888:
2889: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
2890: lib/memcached/pa_memcached.h: result lengths added
2891:
2892: 2012-03-27 moko
2893:
2894: * src/types/pa_vmemcached.C: strdup added
2895:
2896: 2012-03-24 moko
2897:
2898: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
2899: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
2900: types/pa_vmemcached.h: memcached: mget, flush, fttl added
2901:
2902: 2012-03-20 moko
2903:
1.101 moko 2904: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 2905:
2906: * src/targets/cgi/Makefile.am: cleanup
2907:
2908: * src/: types/Makefile.am, types/pa_vmemcached.C,
2909: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
2910:
2911: * src/: classes/Makefile.am, classes/memcached.C,
2912: lib/memcached/Makefile.am, lib/memcached/constants.h,
2913: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2914: lib/memcached/types.h, lib/Makefile.am: memcached initial
2915:
2916: 2012-03-16 moko
2917:
2918: * src/main/execute.C: ident now works under Linux + ident displays
2919: filenames (closes issue #818)
2920:
1.101 moko 2921: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 2922: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
2923: pa_vmethod_frame_local.h removed
2924:
2925: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2926: classes/classes.h, classes/curl.C, classes/date.C,
2927: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2928: classes/hashfile.C, classes/image.C, classes/inet.C,
2929: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2930: classes/memory.C, classes/op.C, classes/reflection.C,
2931: classes/regex.C, classes/response.C, classes/string.C,
2932: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
2933: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
2934: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2935: include/pa_config_fixed.h, include/pa_config_includes.h,
2936: include/pa_dictionary.h, include/pa_dir.h,
2937: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2938: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2939: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2940: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2941: include/pa_request_charsets.h, include/pa_request_info.h,
2942: include/pa_sapi.h, include/pa_socks.h,
2943: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2944: include/pa_stack.h, include/pa_string.h,
2945: include/pa_stylesheet_connection.h,
2946: include/pa_stylesheet_manager.h, include/pa_table.h,
2947: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
2948: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
2949: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
2950: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
2951: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2952: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2953: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2954: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
2955: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
2956: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
2957: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
2958: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2959: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2960: main/pa_string.C, main/pa_stylesheet_connection.C,
2961: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
2962: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
2963: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
2964: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2965: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
2966: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
2967: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
2968: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
2969: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
2970: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2971: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2972: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
2973: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
2974: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
2975: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
2976: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
2977: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
2978: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
2979: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2980: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
2981: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
2982: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
2983: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
2984: types/pa_vresponse.h, types/pa_vstateless_class.C,
2985: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
2986: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
2987: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
2988: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
2989: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
2990: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
2991: ident now works under Linux + ident displays filenames (closes
2992: issue #818) Copyright updated
2993:
2994: 2012-03-13 moko
2995:
2996: * src/main/pa_string.C: compilation fix for feature #741
2997:
2998: 2012-03-09 misha
2999:
3000: * tests/193.html: - tests for ^string:base64[encoded] are updated
3001:
3002: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
3003: now detects invalid base64 chars in the middle of encoded stricg
3004: ( new feature: #55 )
3005:
3006: * src/include/pa_exception.h: - new exception type for base64
3007: decoding is added
3008:
3009: 2012-03-06 misha
3010:
3011: * tests/274.html: - tests for ^date::today[] and
3012: ^date.sql-string[datetime|date|time] are added
3013:
3014: * src/classes/date.C: - constructor ^date::today[] is added ( new
3015: feature: #811 ) - ^date.sql-string[] now can accept one param --
3016: strings "datetime", "date" or "time" - comments tidying up
3017:
3018: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
3019: date and time
3020:
3021: 2012-03-03 misha
3022:
3023: * tests/193.html: - tests for
3024: ^string:base64[encoded;$.strict(true)] are added
3025:
3026: * tests/results/auto.p: - try-catch operator is added
3027:
3028: * src/: classes/file.C, classes/string.C, include/pa_common.h,
3029: main/pa_common.C: - $.strict(true|false) option is added to
3030: base64 decode methods ( new feature: #55 )
3031:
3032: * src/main/pa_common.C: - base64 decode memory usage was decreased
3033: ( new feature: #819 )
3034:
3035: 2012-02-28 moko
3036:
3037: * src/classes/hash.C: ident test
3038:
3039: 2012-02-27 misha
3040:
3041: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
3042:
3043: 2012-01-08 misha
3044:
3045: * tests/273.html: - tests for ^string.replace[from;to] are added
3046:
3047: * src/: classes/string.C, include/pa_dictionary.h,
3048: main/pa_dictionary.C, main/pa_string.C: -
3049: ^string.replace[from;to] is added ( new feature: #741 ) -
3050: ^string.replace[one subst here] is slightly optimized
3051:
3052: 2011-12-07 misha
3053:
3054: * src/classes/table.C: - $t[^table::create{$empty}] now creates
3055: named table with one empty column ( bugfix: #63 )
3056:
3057: 2011-11-30 misha
3058:
3059: * src/classes/json.C: - it's possible to set user's method for
3060: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
3061: #763 )
3062:
3063: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
3064:
3065: 2011-11-23 misha
3066:
3067: * src/: classes/curl.C, classes/file.C, classes/image.C,
3068: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
3069: types/pa_vfile.h, types/pa_vform.C: - constructor
3070: ^file::create[mode;filename;content[;options]] now accepts binary
3071: mode and file-content - new constructor's format:
3072: ^file::create[string-or-file-content[;$.name[filename]
3073: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
3074: feature: #65 )
3075:
3076: * src/: include/pa_request.h, main/pa_request.C: - new method
3077: mime_type_of(const String*) is added
3078:
3079: * src/include/pa_exception.h: - new exception constant
3080: FILE_NAME_MUST_BE_SPECIFIED is added
3081:
3082: * src/classes/table.C: - bug with negative offset transformed into
3083: a feature. it means pointing to a row from the end of the table (
3084: new feature: #810 )
3085:
3086: 2011-11-19 misha
3087:
3088: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
3089: â ìåòîäå _select ( new feature: #810 )
3090:
3091: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
3092: options were specified together is simplified
3093:
3094: 2011-11-12 misha
3095:
3096: * src/main/pa_request.C: - forgotten fix for escaping filename in
3097: HTTP content-disposition header (a part of bug #361 )
3098:
3099: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
3100: checks for ancestors' classes as well ( new feature: #456 )
3101:
3102: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
3103: "without cycle" now have types "parser.break" and
3104: "parser.continue" instead of "parser.runtime" ( new feature: #799
3105: )
3106:
3107: 2011-11-11 misha
3108:
3109: * tests/results/: 099.processed, 100.processed, 205.processed,
3110: 237.processed: - since bug #361 was fixed the content of filename
3111: in HTTP headers is quoted
3112:
3113: * tests/results/270.processed: - result for test 270
3114:
3115: * tests/: 065.html, results/065.processed: - more tests for
3116: ^file:basename[] & Co were added
3117:
3118: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
3119:
3120: * tests/270.html: - tests for ^file:find[] are added
3121:
3122: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
3123: using option $.charset. option $.engoding is still supported but
3124: these options can not be specified together
3125:
3126: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
3127: comparation charset name with string "UTF-8" ( bugfix: #759 )
3128:
3129: 2011-10-11 misha
3130:
3131: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
3132: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
3133: #622)
3134:
3135: 2011-09-30 misha
3136:
3137: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
3138: exception "saving stat-ed file" ( bugfix: #395 )
3139:
3140: 2011-05-30 misha
3141:
3142: * src/classes/string.C: - fixed bug which was added with
3143: params.as_hash into string:sql
3144:
3145: 2011-05-29 misha
3146:
3147: * src/types/pa_value.C: - filename in content-disposition header
3148: must be quoted ( bugfix: #361 )
3149:
3150: 2011-05-27 misha
3151:
3152: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
3153: created file
3154:
3155: * src/classes/: hash.C, mail.C: - little tunning with get_hash
3156: usage
3157:
3158: * src/include/pa_exception.h: - one more string for exception was
3159: added
3160:
3161: 2011-05-25 misha
3162:
3163: * tests/269.html: - tests for checking input params in some dom
3164: methods
3165:
3166: * src/classes/: xdoc.C, xnode.C: - validation of some input params
3167: was added. it isn't possible not wo create xdoc with invalid
3168: tagName. ( bugfix: #160 )
3169:
3170: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
3171: string "data must be string" was mover from pa_exception.h to
3172: pa_xml_exception.h
3173:
3174: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
3175: as_xmlncname, as_xmlname and as_xmlnsuri were added
3176:
3177: * src/main/pa_xml_exception.C: - XmlException accepts more options
3178:
3179: * src/include/pa_xml_exception.h: - XmlException accepts more
3180: options - XML-related exception's strings were added
3181:
3182: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
3183: output_options were removed)
3184:
3185: 2011-05-19 misha
3186:
3187: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
3188: params.as_hash is used more while parsing methods hash-options
3189:
3190: 2011-05-18 misha
3191:
3192: * operators.txt: - info about json-serialization of xdoc was added
3193:
3194: * tests/256.html: - tests for json-serialization xdoc were added
3195:
3196: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
3197:
3198: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3199: classes/json.C, classes/xdoc.C: - now json:string can serialize
3200: xdoc-objects. options (the same as ^xdoc.string[]) could be
3201: specified in $.xdoc[] ( new feature: #265 )
3202:
3203: 2011-05-15 misha
3204:
3205: * tests/268.html: - tests for ^table.count[with options] were added
3206:
3207: * src/classes/table.C: - method ^table.count[] now can accept
3208: options ( new feature: #93 ): ^table.count[column] returns number
3209: of columns for named table; ^table.count[cells] returns number of
3210: cells in the current row; ^table.count[] & ^table.count[rows]
3211: return number of rows in a table.
3212:
3213: * tests/267.html: - test for checking switch/case in boolean mode
3214: was added
3215:
3216: * src/classes/op.C: - if switch's or case's value is bool, they are
3217: compared as bool values, not as double values: new feature: #351
3218:
3219: 2011-05-06 misha
3220:
3221: * tests/242.html: - EOL before EOF was added
3222:
3223: * tests/169.html: - tests for splitting empty string and void were
3224: added
3225:
3226: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
3227: returned table with one empty cell)
3228:
3229: 2011-04-03 misha
3230:
3231: * src/include/pa_version.h, configure.in: - version in head was
3232: changed to 3.4.2b
3233:
3234: 2011-03-30 misha
3235:
3236: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
3237: as well ( new feature #294 )
3238:
3239: 2011-03-29 misha
3240:
3241: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
3242: limited to approx. 6 MB. previous limits were too big for real
3243: life. bugfix: #216
3244:
3245: 2011-03-04 moko
3246:
3247: * etc/parser3.charsets/cp866.cfg: Conforms to
3248: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
3249:
3250: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
3251: vlalek@
3252:
3253: 2011-02-22 misha
3254:
3255: * src/include/pa_charset.h, operators.txt: - some methods mustn't
3256: be under #ifdef XML or parser can't be compiled without xml
3257: support
3258:
3259: 2011-02-21 misha
3260:
1.101 moko 3261: * src/targets/apache/: Makefile.am: - mention
1.95 moko 3262: ApacheModuleParser3.vcproj was removed
3263:
3264: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
3265: removed)
3266:
3267: 2011-02-20 misha
3268:
3269: * tests/: 266.html, 266.p: - tests for checking $.inherited and
3270: $.overridden in ^reflection:method_info[...] were added
3271:
3272: * src/classes/reflection.C: - beautifying result of
3273: ^reflection:method_info[] ($.overridden/inherited)
3274:
3275: 2011-02-18 misha
3276:
3277: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
3278: and pa_isalnum instead of isalpha and isalnum - bug with
3279: redundand quoting lowercased latin chars while building email
3280: body was fixed
3281:
3282: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
3283: added (they check for latin chars only)
3284:
3285: 2011-02-16 misha
3286:
3287: * src/main/pa_charset.C: - bugfix: in some cases the calculating
3288: string size for transcoding gave too small value (should ever
3289: look for availability char in dest charset inspite of the char
3290: size)
3291:
3292: 2011-02-04 moko
3293:
3294: * tests/223.html: header values now not url-encoded (issue #195)
3295:
3296: 2011-02-01 misha
3297:
3298: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
3299:
3300: 2011-01-31 misha
3301:
3302: * src/main/pa_request.C: - throw exception if param file_name in
3303: use_file is empty
3304:
3305: 2011-01-08 moko
3306:
3307: * src/classes/curl.C: compilations errors fixed
3308:
3309: 2010-12-29 moko
3310:
3311: * tests/: 265.html, results/265.processed: test for issue #200
3312: added
3313:
3314: * src/main/pa_string.C: empty regex result check added (fixes issue
3315: #200)
3316:
3317: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
3318:
3319: * tests/results/223.processed: header values now not url-encoded
3320: (issue #195)
3321:
3322: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
3323: main/untaint.C: L_HTTP_HEADER now used in http headers values,
3324: pa_http_safe_header_name added for headers names (fixes bug #195)
3325:
3326: 2010-12-18 misha
3327:
3328: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
3329: => pa-include
3330:
3331: 2010-11-28 moko
3332:
3333: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
3334:
3335: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
3336: -> pa
3337:
3338: * configure.in: apr -> pa
3339:
3340: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
3341:
3342: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
3343: classes/Makefile.am, types/Makefile.am: apr -> pa
3344:
3345: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
3346: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
3347: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
3348: pa-include/pa_apr.h, pa-include/pa_errno.h,
3349: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
3350: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
3351: module apr name conflict resolved)
3352:
3353: 2010-11-27 misha
3354:
3355: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
3356: libbz2
3357:
3358: 2010-11-26 misha
3359:
3360: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
3361: warnings removed
3362:
3363: 2010-11-25 moko
3364:
3365: * operators.txt: $.indent(true)
3366:
3367: * operators.txt: another bugfix. :)
3368:
3369: * operators.txt: bugfix. :)
3370:
3371: * buildall-with-xml: libxml2-2.7.8 + with-apache
3372:
3373: 2010-11-24 moko
3374:
1.101 moko 3375: * configure: apxs support
1.95 moko 3376:
3377: * configure.in: apxs support -Bstatic gc removed for OS X
3378:
3379: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
3380:
3381: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
3382: THREAD_LOCAL usage
3383:
3384: * src/: classes/curl.C, include/pa_config_includes.h,
3385: main/pa_globals.C: THREAD_LOCAL defined and used
3386:
3387: 2010-11-23 moko
3388:
3389: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
3390: should be passed to pa_sleep, and only fractional part (bugfix:
3391: #188)
3392:
3393: * src/targets/apache/mod_parser3.c: 1.3 compatibility
3394:
3395: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
3396: GC_dont_gc=1, as in cgi version
3397:
3398: * src/targets/apache/mod_parser3.c: warning war
3399:
3400: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
3401: pa_httpd.h: version removed, some trash removed
3402:
3403: * src/targets/apache/mod_parser3.c: version removed (we don't want
3404: to show it), warning war
3405:
3406: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
3407: pa_httpd.h: parser_status_allowed removed + merge config
3408: functions removed (override is the default) + beauty
3409:
3410: * src/: include/pa_request.h, main/pa_request.C,
3411: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
3412: hide $status used in apache module removed
3413:
3414: 2010-11-18 moko
3415:
3416: * operators.txt: $.table[compact] added for ^json:string[]
3417:
3418: 2010-11-16 moko
3419:
3420: * src/targets/apache/mod_parser3.c: some cleanup done
3421:
3422: * src/main/untaint.C: bugfix: first, second String::Body argument
3423: is hashcode; second, info.fragment_begin is original, not
3424: resulting length
3425:
3426: * src/classes/file.C: new feature: $.stdin now untainted
3427:
3428: * tests/results/264.processed: new feature: $.stdin[] now untainted
3429:
3430: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
3431:
3432: * src/classes/op.C: ^apply-taint[] method added
3433:
3434: * tests/: 264.html, results/264.processed: ^apply-taint[] test
3435: added; $.stdin untaint test added
3436:
3437: 2010-11-15 moko
3438:
3439: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
3440: removed
3441:
3442: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
3443: pa_httpd.h: 2x2 calculated under apache2. :)
3444:
3445: 2010-11-13 moko
3446:
3447: * src/targets/apache/mod_parser3.c: initial changes to build module
3448: with apache 2.x includes
3449:
3450: * src/targets/apache/: Makefile.am, mod_parser3.c,
3451: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
3452: united apache 1.3 / apache 2.x DSO module
3453:
3454: 2010-11-09 moko
3455:
3456: * src/types/pa_method.h: check added to dissallow @method[name;*]
3457: syntax
3458:
3459: * tests/: 263.html, results/263.processed: test from method[*args]
3460: added
3461:
3462: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
3463: number of params can now be passed to a method declared with *arg
3464:
3465: 2010-11-06 moko
3466:
3467: * src/classes/table.C: formating fixed. :)
3468:
3469: * src/classes/table.C: closes #4: ^table.select now supports
3470: $.limit(), $.offset, $.reverse() options
3471:
3472: * tests/: 262.html, results/262.processed: test for ^table:select
3473: with options added (feature #4)
3474:
3475: * src/include/pa_array.h: remove function added
3476:
3477: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
3478: object in get_element/put_element, using static one.
3479:
3480: 2010-11-04 moko
3481:
3482: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
3483: options is passed
3484:
3485: * tests/: 256.html, results/256.processed: $.table[compact] feature
3486: now tested; k and p in handler now tested.
3487:
3488: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
3489: $.table[compact] feature added
3490:
3491: * src/classes/json.C: key is now passed to handler in
3492: value_json_string; ^json:string result now process tainting
3493: inside and returns clean string, related to issue #153
3494:
3495: * src/main/untaint.C: bugfix: charset can be null (in
3496: ^string:save[] as example), thus check is added
3497:
3498: 2010-10-31 moko
3499:
3500: * src/classes/string.C: error message changed (fixes issue #149)
3501:
3502: 2010-10-29 moko
3503:
3504: * src/main/pa_http.C: ":port" is now added to "Host:" header if
3505: port is not default (fixes issue #155); exception on invalid port
3506: added.
3507:
3508: * src/main/untaint.C: '*' is now not urlencoded to allow header
3509: "Accept: */*" to be passed
3510:
3511: 2010-10-28 moko
3512:
3513: * src/classes/curl.C: bugfix: detect_charset() was throwing
3514: exception on unknown charset even if response_charset was
3515: specified
3516:
3517: 2010-10-27 moko
3518:
3519: * src/classes/string.C: ^string.append removed for void
3520: compatibility
3521:
3522: 2010-10-26 moko
3523:
3524: * src/classes/json.C: libjson supports array at top level, we too
3525: (GPF fixed)
3526:
3527: 2010-10-25 moko
3528:
3529: * tests/: 253.html, results/253.processed: libjson supports array
3530: at top level, parser now supports it as well.
3531:
3532: * tests/261.html, tests/results/261.processed,
3533: src/types/pa_vstring.h: empty string is now void compatible
3534: (allows $empty.key)
3535:
3536: 2010-10-22 misha
3537:
3538: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
3539: while adding additional expires checkout)
3540:
3541: * tests/030.html: - test for session cookie was added
3542:
3543: 2010-10-21 moko
3544:
3545: * src/: classes/string.C, classes/void.C, main/execute.C,
3546: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
3547: string (feature #111)
3548:
3549: * tests/: 261.html, results/261.processed: checks void from string
3550: inheritance (feature #111)
3551:
3552: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
3553: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
3554: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
3555: now true by default
3556:
3557: 2010-10-17 moko
3558:
3559: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
3560: upload now uses binary blocks instead of L_FILE_POST tainting.
3561: (bugfix: #128)
3562:
3563: * tests/: 223.html, results/223.processed: binary file upload test
3564: added, GPF (issue #128) also checked in this test
3565:
3566: 2010-10-13 misha
3567:
3568: * tests/260.html: - test for math:convert
3569:
3570: * src/classes/math.C: - error in math:convert was fixed
3571:
3572: * operators.txt: - info about
3573: ^math:convert[number](from-base;to-base) was added
3574:
3575: * src/classes/math.C: - method
3576: ^math:convert[number](from-base;to-base) for converting number
3577: represention from one base to another was added ( new feature:
3578: #23 )
3579:
3580: 2010-10-13 moko
3581:
3582: * src/main/compile.tab.C: [] now is empty string, not void
3583:
3584: * src/main/compile.y: [] now is empty string, not void
3585:
3586: * src/types/pa_vvoid.h: void now passed as parameter
3587:
3588: * tests/: 259.html, results/259.processed: to test difference
3589: between void and empty string (see ticket #111)
3590:
3591: * tests/results/152.processed: $sEmpty[] is now empty string, not
3592: void
3593:
3594: * tests/256.html: $s[$void] is no longer empty string
3595:
3596: * tests/254.html: empty string is no longer void
3597:
3598: 2010-10-12 misha
3599:
3600: * src/types/pa_vcookie.C: - check if $.expires value can be
3601: converted to date during cookies set up ( bugfix: #104 )
3602:
3603: * tests/041.html: - more tests for ^table.locate were added
3604:
3605: * src/classes/table.C: - ^table.locate[field;value;options] didn't
3606: work ( bugfix: #129 ) - exception comment for incorrect options
3607: ^table.locate[field;value;options] was fixed
3608:
3609: 2010-10-10 moko
3610:
3611: * src/: classes/reflection.C, main/execute.C: constructor returning
3612: another object feature returned
3613:
3614: * tests/results/258.processed: test result updated as constructor
3615: returning another object feature returned
3616:
3617: * tests/: 258.html, results/258.processed: test for constructor
3618: returning another object
3619:
3620: 2010-10-08 misha
3621:
3622: * tests/257.html: - whitespaces after @METACOMMANDS and their
3623: options shouldn't cause exceptions any longer
3624:
3625: 2010-10-06 moko
3626:
3627: * src/classes/: hash.C, table.C: length from sql server is now
3628: ignored, as sql string can contain 0x00 inside (bugfix: #119)
3629:
3630: 2010-10-02 misha
3631:
3632: * operators.txt: - the X mark was removed from ^cache[file]. it is
3633: usable to delete cache file.
3634:
3635: 2010-10-02 moko
3636:
3637: * tests/: 253.html, results/253.processed: hook_key added for key
3638: checking
3639:
3640: * src/classes/json.C: null key bug fixed
3641:
3642: 2010-09-29 misha
3643:
3644: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
3645:
3646: 2010-09-25 moko
3647:
3648: * src/classes/json.C: small fixed
3649:
3650: * tests/results/: 253.processed, 255.processed: just updated
3651:
3652: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
3653: results/255.processed: charset transcode test added for
3654: json:parse
3655:
3656: 2010-09-24 moko
3657:
3658: * src/types/pa_value.h: warning war :)
3659:
3660: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
3661: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
3662: ^json:string
3663:
3664: 2010-09-22 moko
3665:
3666: * src/main/pa_charset.C: parser charset tables declare only
3667: white-space before 0x20, thus adding the missing chars
3668:
3669: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
3670: to http://unicode.org/Public/MAPPINGS/VENDORS/
3671:
3672: 2010-09-21 misha
3673:
3674: * src/main/compile.y: - some semicolons were added (VS2010 don't
3675: want to compile grammar if they are absent)
3676:
3677: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
3678:
3679: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
3680:
3681: * src/main/main.vcproj: - path to bison is changed
3682:
3683: 2010-09-21 moko
3684:
1.101 moko 3685: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
3686: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
3687: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 3688:
3689: 2010-09-20 misha
3690:
3691: * src/types/pa_vtable.C: - add EOLs while json-serializing table
3692:
3693: * src/classes/json.C: - add EOL while json-serializing hash
3694:
3695: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
3696: compilers don't like 'ES'.
3697:
3698: 2010-09-17 misha
3699:
3700: * operators.txt: - info about json class was added
3701:
3702: * src/classes/json.C: - ^json:string[object]
3703:
3704: * src/: include/pa_request.h, main/pa_request.C: - stuff for
3705: preventing infinite recursion while executing json:string was
3706: added
3707:
3708: * src/include/pa_string.h: - method append_quoted was added
3709:
3710: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
3711: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
3712: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
3713: was added to Value & Co
3714:
3715: * src/classes/date.C: - methods get_gmt_string and get_sql_string
3716: were used
3717:
3718: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
3719: were added
3720:
3721: 2010-09-10 moko
3722:
3723: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
3724: die_or_abort (backport from 3.4.1)
3725:
3726: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
3727: die_or_abort (bugfix: #106)
3728:
3729: 2010-09-09 moko
3730:
3731: * src/classes/json.C: warning war. :)
3732:
3733: 2010-09-08 misha
3734:
3735: * src/lib/json/Makefile.am: - additional include directories were
3736: added (for pa_memory.h and gc.h)
3737:
3738: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
3739: compile as C++ instead default - additional include directory was
3740: added (for gc.h)
3741:
3742: * src/types/pa_vform.C: - little code reformating
3743:
3744: * src/classes/file.C: - $.content-type option now can be specified
3745: in ^file::create ( new feature: #102 )
3746:
3747: 2010-09-08 moko
3748:
3749: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
3750: pa_malloc/pa_free
3751:
3752: 2010-09-07 moko
3753:
3754: * tests/results/254.processed: VStateless_class:put_element
3755: exception was fixed
3756:
3757: * src/types/: pa_value.h, pa_vstateless_class.h: now
3758: VStateless_class:put_element barks self.type, not this.type
3759: (bugfix: #105)
3760:
3761: 2010-09-06 moko
3762:
3763: * src/classes/reflection.C: bugfix: new String() is required for
3764: exception handling
3765:
3766: * tests/: 254.html, results/254.processed: test modified
3767:
3768: 2010-09-05 moko
3769:
3770: * tests/: 254.html, results/254.processed: ^reflection:copy test
3771: added
3772:
3773: * src/: classes/reflection.C, include/pa_request.h:
3774: ^reflection:copy implemented (new feature: #100)
3775:
3776: 2010-09-03 moko
3777:
3778: * src/lib/json/JSON_parser.C: c++ compatiblity
3779:
3780: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
3781: option testing added
3782:
3783: 2010-09-02 moko
3784:
3785: * src/classes/json.C: $.distinct[first|last|all] added
3786:
3787: 2010-09-01 moko
3788:
3789: * tests/results/253.processed: json test result
3790:
3791: * tests/: 253.html, 253_json.txt: json test added
3792:
3793: * src/classes/json.C: json.C update to actual version + hash key
3794: creation bugfix
3795:
3796: 2010-08-31 misha
3797:
3798: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
3799: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
3800: src/lib/Makefile.am, src/classes/Makefile.am,
3801: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
3802: json library was added
3803:
3804: 2010-08-30 moko
3805:
3806: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
3807: types/pa_vobject.C: cosmetic optimization in
3808: request:execute_method usage
3809:
3810: * src/: include/pa_charset.h, main/pa_charset.C: small
3811: optimization, just to decrease number of lines. :)
3812:
3813: 2010-08-27 misha
3814:
3815: * src/classes/op.C: - taint[json] was added
3816:
3817: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
3818: were added
3819:
3820: * src/main/pa_exec.C: - warning fix was rolled back.
3821:
3822: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
3823: include/pa_string.h: - taint[json] was added - escaping was
3824: slightly modified
3825:
3826: 2010-08-25 misha
3827:
3828: * src/classes/file.C: - typo in file:sql exception was fixed
3829:
3830: * src/main/pa_exec.C: - warning about declared and not used
3831: variable forced_allow was removed
3832:
3833: 2010-08-14 misha
3834:
3835: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
3836: were removed
3837:
3838: 2010-08-11 moko
3839:
3840: * tests/: 249.html, results/249.processed: default setter and
3841: anti-recursive default getter test added
3842:
3843: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
3844: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
3845: types/pa_vobject.h, types/pa_vstateless_class.C,
3846: types/pa_vstateless_class.h: default setter support +
3847: anti-recursive default getter support ( new feature: #13 )
3848:
3849: * src/include/pa_hash.h: optimization: threshold member removed
3850: from hash, reducing sizeof(hash)
3851:
3852: 2010-08-10 misha
3853:
3854: * tests/196.html: - junction-method was added to the test
3855:
3856: * tests/248.html: - ups. typo :)
3857:
3858: * tests/248.html: - test for checking .match with 4 params
3859:
3860: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
3861: 247_windows1251.txt: - test for "transcode file from utf-8 to
3862: $request:charset during loading if the BOM code is detected"
3863:
3864: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
3865: $request:charset during loading if the BOM code is detected ( new
3866: feature: #98 )
3867:
3868: 2010-08-05 misha
3869:
3870: * src/classes/image.C: - ^image.replace now can accept only 2
3871: params. in this case the whole image is affected ( new feature:
3872: #95 )
3873:
3874: 2010-08-04 misha
3875:
3876: * tests/246.html: - test tor ^hash._at[] was added
3877:
3878: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
3879: #53 )
3880:
3881: * src/include/pa_hash.h: - methods for accessing the first and the
3882: last values of ordered hash were added (first_value and
3883: last_value)
3884:
3885: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
3886: (similar to others file's methods):
3887: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
3888: #68 )
3889:
3890: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
3891:
3892: 2010-08-01 moko
3893:
3894: * src/classes/op.C: to correctly process $result[] in code, called
3895: from ^process
3896:
3897: * tests/245.html: $result in ^process[] test added
3898:
3899: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
3900: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
3901: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
3902: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
3903: caller, self) op_call(VMethodFrame &frame, bool constructing)
3904: removed, construct(class,method) added
3905:
3906: * tests/results/: 192.processed, 244.processed: request::construct
3907: added
3908:
3909: * tests/: 244.html, 245.html, results/244.processed,
3910: results/245.processed: object creation exceptions and ^process
3911: tests added
3912:
3913: 2010-07-28 misha
3914:
3915: * tests/make_tests.cmd: - win32 EOLs
3916:
3917: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
3918: tests on Win32 were added (The system timezone should be GMT+3)
3919:
3920: 2010-07-26 misha
3921:
3922: * tests/: 212.html, results/212.processed: - sizes were removed
3923: mecause they could be different on different OSs
3924:
3925: * tests/065.html: - make it "win32 friendly"
3926:
3927: 2010-07-25 misha
3928:
3929: * src/main/compile.y: - all EOLs between methods are removed during
3930: compilation ( new feature: #47 )
3931:
3932: * tests/results/149.processed: - prepare tests to trim trailing
3933: methods' EOLs
3934:
3935: * tests/149.html: - prepare tests to trim trailing methods' EOLs
3936:
3937: * tests/: results/006.processed, results/014.processed, 006.html,
3938: 014.html, 022.html: - prepare tests to trim trailing methods'
3939: EOLs
3940:
3941: * tests/: 059.html, 071.html, 149.html, results/059.processed,
3942: results/071.processed, results/022.processed: - prepare tests to
3943: trim trailing methods' EOLs
3944:
3945: * tests/: results/073.processed, results/109.processed,
3946: results/142.processed, results/144.processed,
3947: results/149.processed, 073.html, 096.html, 109.html, 142.html,
3948: 144.html: - prepare tests to trim trailing methods' EOLs
3949:
3950: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
3951: 149.html, 152.html, results/096.processed, results/107.processed,
3952: results/109.processed, results/142.processed,
3953: results/144.processed: - prepare tests to trim trailing methods'
3954: EOLs
3955:
3956: 2010-07-24 moko
3957:
3958: * tests/results/: 156.processed, 224.processed: fix for #54 changed
3959: the hash order in this test
3960:
3961: * tests/014.html: to check hash order, hash no is longer sorted
3962: before print
3963:
3964: * src/include/pa_hash.h: hash copy constructor now keeps order
3965: (bugfix: #54)
3966:
3967: 2010-07-23 moko
3968:
3969: * tests/results/224.processed: @auto[] is no longer inherited
3970:
3971: * src/types/pa_vstateless_class.C, tests/227.html,
3972: tests/results/227.processed: @auto[] is no longer inherited
3973: (bugfix: #57)
3974:
3975: 2010-07-22 misha
3976:
3977: * src/classes/table.C: - don't skip comment lines during
3978: table::load if encloser or separator is set as '#' ( new feature:
3979: #30 )
3980:
3981: * src/targets/cgi/parser3.C: - don't run as cgi if
3982: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
3983: #12 )
3984:
3985: * src/classes/file.C: - set PARSER_VARSION env before external
3986: script executing
3987:
3988: 2010-07-13 misha
3989:
3990: * tests/058.html: - test for suppressing @border was added - test
3991: for user attribute was added
3992:
3993: * tests/results/186.processed: unescaping from \uXXXX
3994:
3995: * tests/186.html: unescaping from \uXXXX
3996:
3997: * tests/: 239.html, results/239.processed: method call type
3998:
3999: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
4000: $junction_method.CLASS_NAME (+CLASS)
4001:
4002: 2010-07-07 misha
4003:
4004: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
4005: *nix
4006:
4007: 2010-07-05 misha
4008:
4009: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4010: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
4011: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
4012: comment strings "options must be hash", "options must be hash,
4013: not code" and "called with invalid option" were replaced by
4014: constatns - exception comment string "invalid option passed" was
4015: replaced by "called with invalid option" (now in different
4016: methods are the same exception comment string)
4017:
4018: * src/include/pa_exception.h: - more exception strings were defined
4019:
4020: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
4021: types/pa_vstateless_class.h: - now we can define possible
4022: method's call type ( new feature: #5 ) 1.
4023: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
4024: methods 2. @static:method[params] (only static keyword could be
4025: used here) -- for specified methods
4026:
4027: * src/main/pa_common.C: - junction points should not be deleted on
4028: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
4029: cleanup
4030:
4031: 2010-07-03 misha
4032:
4033: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
4034: results/158.processed, results/160.processed,
4035: results/161.processed, results/162.processed,
4036: results/163.processed: - prepare tests to trim trailing methods'
4037: EOLs
4038:
4039: * tests/results/169.processed: - prepare tests to trim trailing
4040: methods' EOLs
4041:
4042: * tests/results/: 168.processed, 169.processed: - prepare tests to
4043: trim trailing methods' EOLs
4044:
4045: * tests/: results/170.processed, results/167.processed,
4046: results/168.processed, results/169.processed, 167.html, 168.html,
4047: 169.html: - prepare tests to trim trailing methods' EOLs
4048:
4049: * tests/: results/170.processed, results/171.processed,
4050: results/172.processed, results/173.processed,
4051: results/174.processed, results/175.processed, 170.html, 171.html,
4052: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
4053: trailing methods' EOLs
4054:
4055: * tests/: results/176.processed, results/180.processed,
4056: results/184.processed, results/185.processed,
4057: results/191.processed, results/192.processed,
4058: results/196.processed, results/197.processed,
4059: results/198.processed, 176.html, 180.html, 184.html, 185.html,
4060: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
4061: to trim trailing methods' EOLs
4062:
4063: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
4064: results/199.processed, results/208.processed,
4065: results/209.processed, results/213.processed,
4066: results/214.processed: - prepare tests to trim trailing methods'
4067: EOLs
4068:
4069: 2010-06-29 misha
4070:
4071: * tests/: 220.html, 218.html, results/218.processed,
4072: results/215.processed, results/217.processed, 215.html, 217.html:
4073: - prepare tests to trim trailing methods' EOLs
4074:
4075: * tests/: results/224.processed, 224.html, 223.html,
4076: results/223.processed, results/220.processed: - prepare tests to
4077: trim trailing methods' EOLs
4078:
4079: * tests/results/: 226.processed, 230.processed: - prepare tests to
4080: trim trailing methods' EOLs
4081:
4082: * tests/: 229.html, results/229.processed: - prepare tests to trim
4083: trailing methods' EOLs
4084:
4085: * tests/: 232.html, 235.html, results/232.processed,
4086: results/235.processed, 226.html, 227.html, 228.html, 230.html,
4087: results/226.processed, results/227.processed,
4088: results/228.processed, results/230.processed: - prepare tests to
4089: trim trailing methods' EOLs
4090:
4091: 2010-06-16 moko
4092:
4093: * tests/: 229.html, results/229.processed: elseif now supported in
4094: ^if
4095:
4096: * src/classes/op.C: new feature: #56 elseif now supported in ^if
4097:
4098: 2010-06-03 misha
4099:
4100: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
4101: instead of memcopy for overlaped regions
4102:
4103: 2010-05-25 misha
4104:
4105: * src/main/pa_common.C: - wanring about unused vars was removed
4106:
4107: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
4108: get_method_filename was moved to execute.C
4109:
4110: 2010-05-23 misha
4111:
4112: * src/main/pa_request.C: - more accurate detection of method's file
4113:
4114: 2010-05-22 misha
4115:
4116: * src/classes/reflection.C: - bugfix: core during detection of
4117: .file if filespec isn't detected successfully
4118:
4119: 2010-05-20 misha
4120:
4121: * src/main/pa_request.C: - fix in get_method_filename
4122:
4123: * src/include/pa_request.h: - new feature: #24 -- searching
4124: included file in @USE/^use is changed. if its filespec doesn't
4125: start from '/' it will be searched in caller file directory
4126:
4127: * src/classes/reflection.C: - ^reflection:method_info returns file
4128: where the method is defined
4129:
4130: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
4131: classes/op.C: - new feature: #24 -- searching included file in
4132: @USE/^use is changed. if its filespec doesn't start from '/' it
4133: will be searched in caller file directory
4134:
4135: * src/: classes/file.C, include/pa_common.h: - method lastposafter
4136: is moved to pa_common.h
4137:
4138: 2010-05-18 misha
4139:
4140: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
4141: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
4142: cookie parser decode \uXXXX as well as %uXXXX
4143:
4144: 2010-05-17 misha
4145:
4146: * src/classes/curl.C: beauty: - unused param is removed in method
4147: _curl_version_action - some spaces were removed or replaced by
4148: tabs
4149:
4150: * src/classes/table.C: - bugfix: #72 core with empty value during
4151: ^table.hash[...;name_of_the_last_column][$.type[string]]
4152:
4153: 2010-05-16 misha
4154:
4155: * src/classes/curl.C: new: #61 more curl options were added
4156: (contributed by Sumo)
4157:
4158: 2010-04-29 pretender
4159:
4160: * src/main/pa_string.C: fixes #63 Split result from empty string
4161: now empty string.
4162:
4163: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
4164: string type.
4165:
4166: 2010-04-28 pretender
4167:
4168: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
4169: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
4170: macrodefinition removed
4171:
4172: 2010-04-19 pretender
4173:
4174: * src/main/execute.C: fixes #60 Stacktrace now contains info for
4175: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
4176:
4177: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
4178: fixes #64 Now file.missing exception generates in unsafe mode to.
4179:
4180: * src/classes/file.C: fixes #48 Now not throw "not save environment
4181: variable" exception in grpunlim version.
4182:
4183: 2010-04-05 misha
4184:
4185: * src/classes/string.C: - new feature: 4th param was added to
4186: match. if specified its value is returned in case of nothing was
4187: found
4188:
4189: 2010-04-01 misha
4190:
4191: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
4192: multiple execution of /a/b/auto.p
4193:
4194: 2010-03-19 misha
4195:
4196: * src/main/execute.C: - core in $table1.$table2 was fixed
4197:
4198: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
4199:
4200: 2010-01-27 misha
4201:
4202: * src/main/pa_common.C: - bugfix: there are no excaption.type if
4203: trying to open file by path /existing-file/non-exixting-file
4204:
4205: 2010-01-26 misha
4206:
4207: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
4208: was added (returns file)
4209:
4210: 2009-12-22 misha
4211:
4212: * src/classes/curl.C: - method 'option' was renamed to 'options' -
4213: now parser doesn't have class curl if it was built without it
4214:
4215: 2009-12-15 misha
4216:
4217: * configure.in: - little cheat with curl include dir was added
4218:
4219: 2009-12-05 misha
4220:
4221: * src/classes/curl.C: - some fixes
4222:
4223: 2009-12-04 misha
4224:
4225: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
4226: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
4227: buildall-with-xml, buildall-without-xml, configure.in: - curl
4228: class was added
4229:
4230: * src/include/pa_hash.h: - hash-iterator was added
4231:
4232: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
4233: was added to pcre
4234:
4235: 2009-11-27 misha
4236:
4237: * src/classes/image.C: - don't add @border attribute to output of
4238: ^image.html[] if it was specified by user with empty value
4239:
4240: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
4241: root element and we are trying to access .documentElement
4242:
4243: 2009-11-11 misha
4244:
4245: * src/classes/table.C: - in ^table.flip[] look at number of columns
4246: instead of number of items in first row for named tables
4247:
4248: 2009-11-10 misha
4249:
4250: * operators.txt: - info about hash-options in ^file::create was
4251: added
4252:
4253: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
4254: added
4255:
4256: 2009-11-09 misha
4257:
4258: * buildall-with-xml: - moving to libxml 2.7.6
4259:
4260: * tests/236.html: - tests for comparations cords with functions
4261: were added
4262:
4263: * src/include/pa_string.h: - optimisation: cacheing of cstr was
4264: added
4265:
4266: * src/main/pa_http.C: - little optimisation
4267:
4268: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
4269: GPF mallocs + stringstream (table.save)
4270:
4271: * src/classes/file.C: - file::create now accepts 4th param: options
4272: with $.charset
4273:
4274: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
4275: bug in cord (comparation cords with functions was buggy)
4276:
4277: 2009-11-06 misha
4278:
4279: * src/main/pa_string.C: - bugfix: calculation string.length
4280: sometimes was buggy
4281:
4282: * src/classes/string.C: - bugfix: Temp_value_element wasn't
4283: destroyed if exception occured during match/replace
4284:
4285: * src/: main/pa_charset.C, include/pa_charset.h: - method
4286: lengthUTF8Char was added
4287:
4288: * src/classes/op.C: - clean tainting lang was added for user's
4289: usage
4290:
4291: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
4292: fixed: checkouts are required after GC_MALLOC
4293:
4294: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
4295:
4296: * operators.txt: - actually, there is no ^untaint[xml] in
4297: file::create
4298:
4299: 2009-10-15 misha
4300:
4301: * tests/: 235.html, 235_attach.txt: - tests for preparing email
4302: were added
4303:
4304: * tests/234.html: - more tests for checking ^taint[uri] escaping
4305: were added
4306:
4307: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
4308: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
4309: hacking: for dealing with transcoding+^taint[uri]
4310: transcode_and_untaint was replaced by untaint_and_transcode
4311:
4312: 2009-10-13 misha
4313:
4314: * tests/: 121.html, results/121.processed: - test transcoding +
4315: url-escaping now
4316:
4317: * tests/results/auto.p: - more helpers' methods were added
4318:
4319: * src/main/pa_globals.C: - die instead of abort
4320:
4321: 2009-10-06 misha
4322:
4323: * src/main/pa_common.C: - don't allocate memory during
4324: capitalization if input string is already capitalized
4325:
4326: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
4327:
4328: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
4329: use format function because it calls malloc
4330:
4331: * src/include/pa_common.h: - more capitalized headers were added
4332:
4333: * src/main/pa_common.C: - in safe mode clear executable bits during
4334: file writing
4335:
4336: 2009-10-05 misha
4337:
4338: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
4339:
4340: 2009-10-03 misha
4341:
4342: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
4343: ^img.text[] & ^img.length[] can work in utf-8 now
4344:
4345: * src/: include/pa_charset.h, main/pa_charset.C: - class
4346: UTF8_string_iterator was added
4347:
4348: * src/classes/image.C: - respect utf-8 when calculate alphabet
4349: length
4350:
4351: * src/classes/mail.C: - check from before get message.cstr
4352:
4353: 2009-10-02 misha
4354:
4355: * tests/233.html: - test for image.font, image.length, image.text
4356: with text in utf-8 were added
4357:
4358: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
4359:
4360: * buildall-with-xml, buildall-without-xml: - comment about gc
4361: version for freebsd 4 was added
4362:
4363: 2009-10-01 misha
4364:
4365: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
4366: terminator) - read_pipe were slightly optimized
4367:
4368: 2009-09-28 misha
4369:
4370: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
4371: removed
4372:
4373: * src/types/pa_vmail.C: - forgot about space after ':'
4374:
4375: * src/types/pa_vmail.C: - escape filenames while preparing mail
4376: body - small simplifications
4377:
4378: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
4379: inout params like pa_base64
4380:
4381: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
4382: option $.debug-print(1) was added to mail:send - changes for
4383: using uue_encode which uses less memory
4384:
4385: * src/main/pa_common.C: - pa_base64_encode uses less memory now
4386:
4387: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
4388: memory now
4389:
4390: 2009-09-26 misha
4391:
4392: * src/types/pa_vmail.C: - default encoding now is base64
4393:
4394: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
4395:
4396: 2009-09-25 misha
4397:
4398: * src/types/pa_vmail.C: - capitalization of headers was added to
4399: sending mail as well
4400:
4401: * buildall-with-xml: - catalog package was removed from libxml
4402:
4403: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
4404: win32 absolute path
4405:
4406: * src/include/pa_common.h: - one more capitalized header was added
4407:
4408: 2009-09-22 misha
4409:
4410: * INSTALL: - comment about building just httpd binary while
4411: building apache module was added
4412:
4413: 2009-09-21 misha
4414:
4415: * buildall-with-xml: - moving to the latest versions of xml libs:
4416: libxml 2.7.4 and libxslt 1.1.25
4417:
4418: 2009-09-19 misha
4419:
4420: * tests/231.html: - test for encoding cookie in win-1251
4421:
4422: 2009-09-18 misha
4423:
4424: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
4425: object] were added
4426:
4427: * operators.txt: - info about method ^reflection:fields[class or
4428: object] was added
4429:
4430: * src/classes/reflection.C: - method ^reflection:fields[class or
4431: object] was added
4432:
4433: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
4434: methods get_fields were added
4435:
4436: * tests/232.html: - tests for @GET[name]
4437:
4438: * src/classes/table.C: - some changes in handling hash-options for
4439: creare, join and locate
4440:
4441: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
4442: defined with option: the type of requested value
4443:
4444: 2009-09-17 misha
4445:
4446: * tests/212.html: - tests for .pattern and .options were added
4447:
4448: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
4449: $regex.options were added
4450:
4451: 2009-09-11 misha
4452:
4453: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
4454: rewrited. it checks not just one case of sending cookies during
4455: file::load[http], but also sending headers and fields (including
4456: files)
4457:
4458: 2009-09-10 misha
4459:
4460: * src/main/untaint.C: - workaround in file-spec lang for old Macs
4461: was removed => now parser can open files with Russian 'r' in
4462: filename
4463:
4464: * src/main/untaint.C: - bugfix: client charset whould be analized
4465: while escaping cookies but now source charset
4466:
4467: * src/main/pa_http.C: - bugfix: the values of http headers didn't
4468: ^tainted[uri] so it was possible to make request with incorrect
4469: http header
4470:
4471: * src/main/pa_http.C: - capitalization of http headers during
4472: file::load[http was slightly changes - bugfix: all headers which
4473: parser sends during file::load[http should be transcoded and only
4474: then escaped
4475:
4476: * src/main/untaint.C: - a bit more comments were added
4477:
4478: * src/classes/: file.C, string.C: - types where changes (minus 2
4479: warnings)
4480:
4481: * src/include/pa_common.h: - 2 capitalized strings for making http
4482: headers during file::load[http were added
4483:
4484: 2009-09-08 misha
4485:
4486: * operators.txt: - changes in file.save and string.save were added
4487:
4488: * tests/: 230.html, 230.txt: - tests for checking options in
4489: file.save and string.save were added
4490:
4491: * src/main/pa_request.C: - http headers names, which are passed to
4492: SAPI::add_header_attribute are lowercased now (it'll be
4493: capitalized in that method)
4494:
4495: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
4496: classes/string.C: - file_write accepts Request_charsets and asked
4497: charset and cound transcode content before writing - string.save
4498: and file.save have option $.charset now
4499:
4500: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
4501: classes/xdoc.C: - file_write accepts Request_charsets and asked
4502: charset and cound transcode content before writing
4503:
4504: * src/include/pa_exception.h: - new exception comment string was
4505: defined
4506:
4507: 2009-09-07 misha
4508:
4509: * src/main/compile.y: - grammar $name\ name stops now for regex
4510: sub-pattern\s
4511:
4512: 2009-09-04 misha
4513:
4514: * src/main/pa_http.C: - capitalization of http headers during
4515: file::load[http was implemented
4516:
4517: 2009-09-03 misha
4518:
4519: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4520: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
4521: types/pa_vmail.C, targets/cgi/parser3.C,
4522: targets/isapi/parser3isapi.C: - back to storing response http
4523: headers in lowercase - capitalize them during output
4524:
4525: 2009-08-31 misha
4526:
4527: * src/classes/table.C: - allow call with any brackets (it could be
4528: useful in methods with explict result declaration)
4529:
4530: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
4531: correctly if $request:charset==koi8-r
4532:
4533: 2009-08-30 misha
4534:
4535: * src/: include/pa_common.h, main/pa_request.C: - http headers were
4536: changed: content-type => Content-type and so on
4537:
4538: * src/classes/file.C, src/include/pa_common.h,
4539: src/include/pa_request.h, src/main/pa_http.C,
4540: src/main/pa_request.C, src/types/pa_vcookie.C,
4541: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
4542: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
4543: tests/results/002.processed, tests/results/003.processed,
4544: tests/results/004.processed, tests/results/005.processed,
4545: tests/results/006.processed, tests/results/007.processed,
4546: tests/results/008.processed, tests/results/009.processed,
4547: tests/results/010.processed, tests/results/011.processed,
4548: tests/results/012.processed, tests/results/013.processed,
4549: tests/results/014.processed, tests/results/015.processed,
4550: tests/results/016.processed, tests/results/017.processed,
4551: tests/results/018.processed, tests/results/019.processed,
4552: tests/results/020.processed, tests/results/021.processed,
4553: tests/results/022.processed, tests/results/023.processed,
4554: tests/results/024.processed, tests/results/025.processed,
4555: tests/results/026.processed, tests/results/027.processed,
4556: tests/results/028.processed, tests/results/029.processed,
4557: tests/results/030.processed, tests/results/031.processed,
4558: tests/results/032.processed, tests/results/033.processed,
4559: tests/results/034.processed, tests/results/035.processed,
4560: tests/results/036.processed, tests/results/037.processed,
4561: tests/results/038.processed, tests/results/039.processed,
4562: tests/results/040.processed, tests/results/041.processed,
4563: tests/results/042.processed, tests/results/043.processed,
4564: tests/results/044.processed, tests/results/045.processed,
4565: tests/results/046.processed, tests/results/047.processed,
4566: tests/results/048.processed, tests/results/049.processed,
4567: tests/results/050.processed, tests/results/051.processed,
4568: tests/results/052.processed, tests/results/053.processed,
4569: tests/results/054.processed, tests/results/055.processed,
4570: tests/results/056.processed, tests/results/057.processed,
4571: tests/results/058.processed, tests/results/059.processed,
4572: tests/results/060.processed, tests/results/061.processed,
4573: tests/results/062.processed, tests/results/063.processed,
4574: tests/results/064.processed, tests/results/065.processed,
4575: tests/results/066.processed, tests/results/067.processed,
4576: tests/results/068.processed, tests/results/069.processed,
4577: tests/results/070.processed, tests/results/071.processed,
4578: tests/results/072.processed, tests/results/073.processed,
4579: tests/results/074.processed, tests/results/075.processed,
4580: tests/results/076.processed, tests/results/077.processed,
4581: tests/results/078.processed, tests/results/079.processed,
4582: tests/results/080.processed, tests/results/081.processed,
4583: tests/results/082.processed, tests/results/083.processed,
4584: tests/results/084.processed, tests/results/085.processed,
4585: tests/results/086.processed, tests/results/087.processed,
4586: tests/results/088.processed, tests/results/089.processed,
4587: tests/results/090.processed, tests/results/091.processed,
4588: tests/results/092.processed, tests/results/093.processed,
4589: tests/results/094.processed, tests/results/095.processed,
4590: tests/results/096.processed, tests/results/097.processed,
4591: tests/results/098.processed, tests/results/099.processed,
4592: tests/results/100.processed, tests/results/101.processed,
4593: tests/results/102.processed, tests/results/103.processed,
4594: tests/results/104.processed, tests/results/105.processed,
4595: tests/results/106.processed, tests/results/107.processed,
4596: tests/results/108.processed, tests/results/109.processed,
4597: tests/results/110.processed, tests/results/111.processed,
4598: tests/results/112.processed, tests/results/113.processed,
4599: tests/results/114.processed, tests/results/115.processed,
4600: tests/results/116.processed, tests/results/117.processed,
4601: tests/results/118.processed, tests/results/119.processed,
4602: tests/results/120.processed, tests/results/121.processed,
4603: tests/results/122.processed, tests/results/123.processed,
4604: tests/results/124.processed, tests/results/125.processed,
4605: tests/results/126.processed, tests/results/127.processed,
4606: tests/results/128.processed, tests/results/129.processed,
4607: tests/results/130.processed, tests/results/131.processed,
4608: tests/results/132.processed, tests/results/133.processed,
4609: tests/results/134.processed, tests/results/135.processed,
4610: tests/results/136.processed, tests/results/138.processed,
4611: tests/results/139.processed, tests/results/140.processed,
4612: tests/results/141.processed, tests/results/142.processed,
4613: tests/results/143.processed, tests/results/144.processed,
4614: tests/results/145.processed, tests/results/146.processed,
4615: tests/results/147.processed, tests/results/148.processed,
4616: tests/results/149.processed, tests/results/150.processed,
4617: tests/results/151.processed, tests/results/152.processed,
4618: tests/results/153.processed, tests/results/154.processed,
4619: tests/results/155.processed, tests/results/156.processed,
4620: tests/results/157.processed, tests/results/158.processed,
4621: tests/results/159.processed, tests/results/160.processed,
4622: tests/results/161.processed, tests/results/162.processed,
4623: tests/results/163.processed, tests/results/164.processed,
4624: tests/results/165.processed, tests/results/166.processed,
4625: tests/results/167.processed, tests/results/168.processed,
4626: tests/results/169.processed, tests/results/170.processed,
4627: tests/results/171.processed, tests/results/172.processed,
4628: tests/results/173.processed, tests/results/174.processed,
4629: tests/results/175.processed, tests/results/176.processed,
4630: tests/results/177.processed, tests/results/178.processed,
4631: tests/results/179.processed, tests/results/180.processed,
4632: tests/results/181.processed, tests/results/182.processed,
4633: tests/results/183.processed, tests/results/184.processed,
4634: tests/results/185.processed, tests/results/186.processed,
4635: tests/results/187.processed, tests/results/188.processed,
4636: tests/results/189.processed, tests/results/190.processed,
4637: tests/results/191.processed, tests/results/192.processed,
4638: tests/results/193.processed, tests/results/194.processed,
4639: tests/results/195.processed, tests/results/196.processed,
4640: tests/results/197.processed, tests/results/198.processed,
4641: tests/results/199.processed, tests/results/200.processed,
4642: tests/results/201.processed, tests/results/202.processed,
4643: tests/results/203.processed, tests/results/204.processed,
4644: tests/results/205.processed, tests/results/206.processed,
4645: tests/results/207.processed, tests/results/208.processed,
4646: tests/results/209.processed, tests/results/210.processed,
4647: tests/results/211.processed, tests/results/212.processed,
4648: tests/results/213.processed, tests/results/214.processed,
4649: tests/results/215.processed, tests/results/216.processed,
4650: tests/results/217.processed, tests/results/218.processed,
4651: tests/results/219.processed, tests/results/220.processed,
4652: tests/results/221.processed, tests/results/222.processed,
4653: tests/results/223.processed, tests/results/224.processed,
4654: tests/results/225.processed, tests/results/226.processed,
4655: tests/results/227.processed, tests/results/228.processed,
4656: tests/results/229.processed: - http headers were changed:
4657: content-type => Content-type and so on
4658:
4659: 2009-08-27 misha
4660:
4661: * src/: main/pa_random.C, include/pa_random.h,
4662: targets/cgi/parser3.C: - year was updated :)
4663:
4664: 2009-08-26 misha
4665:
4666: * tests/: 224.html, 224.p: - test for creating of parser object
4667: using constructor without params - little bugfix in test
4668:
4669: * src/main/compile_tools.h: - bugfix: should't call autouse while
4670: checking existed class while processing partial option
4671:
4672: * src/classes/reflection.C: - bugfix: core when creating object
4673: with reflection and constructor doesn't have params
4674:
4675: 2009-08-24 misha
4676:
4677: * tests/229.html: - tests for checking the number of parameters
4678: were added
4679:
4680: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
4681: number of method's parameters wasn't checked correctly (the bug
4682: was introduced in 3.4.0)
4683:
4684: 2009-08-22 misha
4685:
4686: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
4687: transcoded, but tainted pieces are escaped only when
4688: content-type==url-encoding
4689:
4690: * tests/228.html: - test for checking
4691: ^file::load[http://...;$.body[]]
4692:
4693: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
4694: post charset was too early (charsets is empty at this moment)
4695:
4696: 2009-08-21 misha
4697:
4698: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
4699: main/untaint.C: - some fixes with transcode+untaint
4700:
4701: 2009-08-15 misha
4702:
4703: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
4704: was increaced to 100 (was 50)
4705:
4706: * tests/227.html: - test for checking overriding properties in
4707: static classes was added
4708:
4709: * tests/: 226.html, 226.p: - test for @autoload[] was added
4710:
4711: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
4712: main/execute.C, main/pa_request.C, classes/reflection.C: -
4713: autouse was implemented
4714:
4715: 2009-08-14 misha
4716:
4717: * src/classes/reflection.C: - outdated checkout was removed
4718:
4719: * src/classes/reflection.C: - optimization - method ^dynamical was
4720: added.
4721:
4722: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
4723: types/pa_vstateless_class.h, main/execute.C: - optimization
4724:
4725: * src/types/pa_vclass.C: - exception if base on sytem class
4726:
4727: 2009-08-12 misha
4728:
4729: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
4730: pa_vstateless_class.h: - little optimisation
4731:
4732: 2009-08-11 misha
4733:
4734: * tests/224.html: - method_params => method_info - checking for
4735: $.inherited
4736:
4737: * src/classes/reflection.C, operators.txt: - method method_params
4738: was renamed to method_info and now it returns class name, if
4739: method was defined in ancestor
4740:
4741: * tests/225.html: - tests for cheching properties in hierarhical
4742: classes were added
4743:
4744: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
4745: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4746: main/compile.y, main/execute.C, classes/classes.C: - problems
4747: with properties in new classes implementation were fixed
4748:
4749: 2009-08-10 misha
4750:
4751: * src/main/execute.C: - now constructor shouldn't be defined in
4752: class. it could be defined in parent.
4753:
4754: 2009-08-09 misha
4755:
4756: * src/classes/reflection.C: - ^reflection:methods doesn't return
4757: base's methods
4758:
4759: 2009-08-08 misha
4760:
4761: * src/: classes/classes.h, classes/date.C, classes/file.C,
4762: classes/form.C, classes/hash.C, classes/hashfile.C,
4763: classes/image.C, classes/mail.C, classes/op.C,
4764: classes/reflection.C, classes/regex.C, classes/string.C,
4765: classes/table.C, classes/xdoc.C, classes/xnode.C,
4766: classes/xnode.h, include/pa_hash.h, main/execute.C,
4767: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
4768: types/pa_method.h, types/pa_property.h, types/pa_value.C,
4769: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4770: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4771: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
4772: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4773: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
4774: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
4775: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
4776: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
4777: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
4778: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
4779: types/pa_vresponse.C, types/pa_vresponse.h,
4780: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4781: types/pa_vstateless_object.h, types/pa_vstatus.C,
4782: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
4783: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
4784: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
4785: types/pa_wwrapper.h, types/types.vcproj: - new classes
4786: implementation
4787:
4788: * buildall-with-xml, buildall-without-xml: - gc has a bug if
4789: USE_MUNMAP is used. so it is disabled as a workaround.
4790:
4791: 2009-08-05 misha
4792:
4793: * src/: main/pa_common.C, include/pa_common.h: - not needed
4794: parameter was removed
4795:
4796: * src/main/pa_http.C: - bugfix: error was during detecting
4797: content-type of file which was loaded by http
4798:
4799: 2009-08-01 misha
4800:
4801: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
4802: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
4803: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
4804: can't be disabled with defines any longer
4805:
4806: 2009-07-29 misha
4807:
4808: * src/classes/reflection.C, tests/results/224.processed: - for
4809: native methods with any call type now returned empty call_type
4810: value
4811:
4812: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4813: classes/table.C, include/pa_hash.h, include/pa_request.h,
4814: main/pa_request.C: - break in cycles was optimized
4815:
4816: * INSTALL: - more defines were described
4817:
4818: 2009-07-28 misha
4819:
4820: * operators.txt: - some changes in information about reflection
4821: class
4822:
4823: * tests/: 224.html, 224.p: - tests for reflection class
4824:
4825: * src/classes/reflection.C: - some bugs were fixed, method classes
4826: was added, refactoring
4827:
4828: 2009-07-26 misha
4829:
4830: * src/classes/classes.vcproj: - reflection class wass added to
4831: project
4832:
4833: * operators.txt: - information about reflection class was added
4834:
4835: * src/classes/reflection.C: - class was redesigned
4836:
4837: 2009-07-24 misha
4838:
4839: * src/classes/: Makefile.am, reflection.C: - class reflection was
4840: added
4841:
4842: * src/types/pa_vstateless_class.h: - method for reflection method's
4843: in classes was added
4844:
4845: 2009-07-22 misha
4846:
4847: * src/main/compile_tools.h: - bugfix: $object.$var was
4848: over-optimized. it failed if $object1.$object2.field
4849:
4850: 2009-07-16 misha
4851:
4852: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
4853: lib/cord/cordxtra.c, lib/cord/include/cord.h,
4854: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
4855: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
4856: one more arg: length of cord
4857:
4858: 2009-07-15 misha
4859:
4860: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
4861: tainted in ^file::load[http://...;$.cookies[]]
4862:
4863: * src/classes/: op.C, regex.C, string.C: - new string with
4864: exception was used
4865:
4866: * src/include/pa_exception.h: - new string with exception was added
4867:
4868: * tests/223.html: - test for checking cookie-encoding during
4869: ^file::load[http was added
4870:
4871: * tests/: 221.html, 222.html: - tests for checking type of
4872: $table.fields.field were added
4873:
4874: * src/types/pa_vtable.C: - not used var decl was removed
4875:
4876: * src/include/pa_string.h: - use cached string length in Body::mid.
4877: it improves speed of match with brackets in pattern
4878:
4879: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
4880: outside
4881:
4882: 2009-07-14 misha
4883:
4884: * src/types/pa_vtable.C: - $table.fields.a return string even if
4885: column is empty (sometime returned void) - $table.fields was
4886: added for nameless tables
4887:
4888: * src/targets/cgi/getopt.c: - one warning resolved
4889:
4890: * src/main/pa_string.C: - potentian bug fixed
4891:
4892: * src/classes/op.C: - small optimization in taint/untaint
4893:
4894: 2009-07-13 misha
4895:
4896: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
4897: added
4898:
4899: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
4900: souldn't add the attribut to output
4901:
4902: 2009-07-11 misha
4903:
4904: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
4905: stack size was increaced to 2MB (default=1MB)
4906:
4907: 2009-07-08 misha
4908:
4909: * src/main/pa_string.C: - link to UTF-8 description was added
4910:
4911: * src/include/pa_hash.h: - hash keeps element's order in more
4912: places (ex: ._keys[])
4913:
4914: * tests/220.html: - test for checking order of elements in hash in
4915: foreach was added
4916:
4917: * tests/172.html: - small changes in printing hash
4918:
4919: * tests/129.html: - small changes in printing hash
4920:
4921: * src/: include/pa_common.h, include/pa_hash.h,
4922: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
4923: types/pa_vmethod_frame.h: - hash now keeps order of elements
4924:
4925: * tests/014.html: - small changes in printing hash
4926:
4927: 2009-07-07 misha
4928:
4929: * src/classes/op.C: - new taint language "parser-code" was added
4930:
4931: * tests/219.html: - test for auto untaint parser code in process
4932: was added
4933:
4934: * src/classes/op.C: - tainted pieces in body of process are
4935: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
4936:
4937: * src/: include/pa_string.h, main/untaint.C: - new language
4938: L_PARSER_CODE for auto-untaint in process was added
4939:
4940: * src/: classes/file.C, classes/hash.C, classes/image.C,
4941: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
4942: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
4943: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
4944: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
4945: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
4946: code cleanup
4947:
4948: 2009-07-06 misha
4949:
4950: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
4951: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
4952: deleted. taint_cstr[m] and untaint_cstr[m] should be used
4953:
4954: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
4955: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
4956: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
4957: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
4958: should be used
4959:
4960: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
4961: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
4962: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
4963: untaint_cstr[m] should be used
4964:
4965: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
4966: deleted. taint_cstr[m] and untaint_cstr[m] should be used
4967:
4968: * tests/218.html: - test for checking automatic file-spec-taint was
4969: added
4970:
4971: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
4972: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
4973: classes/file.C, classes/hash.C, classes/image.C,
4974: classes/string.C, classes/table.C, classes/void.C,
4975: classes/xdoc.C: - optimizations and simplification of
4976: string.cstr(...)
4977:
4978: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
4979: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
4980: - optimizations and simplification of string.cstr(...)
4981:
4982: 2009-07-04 misha
4983:
4984: * tests/217.html: - test for recursion detection was added
4985:
4986: * src/: types/types.vcproj, main/main.vcproj,
4987: classes/classes.vcproj, targets/cgi/parser3.vcproj,
4988: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
4989: from .vcproj
4990:
4991: * src/types/pa_wwrapper.h: - dynamic_cast was removed
4992:
4993: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
4994: uploading files and case-insensitive http-method were added
4995:
4996: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
4997: tainted pattern in ^file:list[] was added
4998:
4999: 2009-07-03 misha
5000:
5001: * src/: classes/classes.vcproj, main/main.vcproj,
5002: types/types.vcproj, targets/cgi/parser3.vcproj,
5003: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
5004: for dynamic_cast) - little options changes
5005:
5006: * src/main/pa_http.C: - file::load[http works now with uploading
5007: files _and_ changing $.charset
5008:
5009: 2009-06-29 misha
5010:
5011: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
5012: while creating pattern
5013:
5014: 2009-06-25 misha
5015:
5016: * src/classes/image.C, operators.txt: - options' names for
5017: ^image.font were changed to $.space, $.width and $spacing -
5018: default space width now == gif's width
5019:
5020: 2009-06-24 misha
5021:
5022: * tests/215.html: - tests for $file.mode were added
5023:
5024: * operators.txt: - added info about $file.mode and changes in
5025: ^image.font[
5026:
5027: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
5028: param now could be omited - third param now could be hash (with
5029: all widths options: $.space-width, $.letter-width) - it's
5030: possible to specify tracking ($.letter-space)
5031:
5032: * src/classes/file.C: - file objects now could have mode field
5033: (text|binary)
5034:
5035: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
5036:
5037: 2009-06-23 misha
5038:
5039: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
5040: trim can work with utf-8 chars now
5041:
5042: 2009-06-20 misha
5043:
5044: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
5045: was implemented
5046:
5047: * src/classes/table.C: - string length cacheing was implemented
5048:
5049: * src/include/pa_string.h: - string length cacheing was implemented
5050:
5051: 2009-06-17 misha
5052:
5053: * src/main/execute.C: - value param was removed from
5054: WContext::WContext
5055:
5056: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
5057: pa_wwrapper.h: - value param was removed from WContext::WContext
5058: - field wcontext was removed from VCodeFrame (using fparent
5059: instead)
5060:
5061: * tests/214.html: - test with hash copying
5062:
5063: 2009-06-16 misha
5064:
5065: * tests/: 062.html, results/062.processed: - evaluation hardcoded
5066: strings doesn't work in expression anymore
5067:
5068: * src/main/execute.C: - less calls for get_constructing() - little
5069: refactoring
5070:
5071: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
5072: include/pa_request.h: - less calls for get_constructing()
5073:
5074: * src/classes/: hash.C, hashfile.C: - fixed bug which was
5075: introduced with OPTIMIZE_SINGLE_STRING optimization
5076:
5077: 2009-06-14 misha
5078:
5079: * src/: classes/date.C, classes/file.C, classes/hash.C,
5080: classes/hashfile.C, classes/image.C, classes/regex.C,
5081: classes/table.C, classes/xdoc.C, classes/xnode.h,
5082: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
5083: types/pa_vstateless_class.h, main/execute.C: - create object for
5084: storing object's fields only for parser objects
5085:
5086: 2009-06-13 misha
5087:
5088: * buildall-with-xml, buildall-without-xml: - new option was added
5089: for building GC (it slightly reduces memory usage)
5090:
5091: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
5092: single string write
5093:
5094: * src/main/execute.C: - bytecode optimization of ^class:constructor
5095: - optimization of single string write
5096:
5097: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
5098: - bytecode optimization of ^class:constructor
5099:
5100: 2009-06-09 misha
5101:
5102: * src/targets/cgi/parser3.C: - type size_t was changed to int in
5103: main (better compatibility)
5104:
5105: 2009-06-08 misha
5106:
5107: * src/main/compile.y: - I've forgot to commit it :(
5108:
5109: 2009-06-07 misha
5110:
5111: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
5112: WITH_READ and WITH_ROOT
5113:
5114: * src/main/: compile.y, compile_tools.C, compile_tools.h,
5115: execute.C: - more optimizations for WITH_SELF, WITH_READ and
5116: WITH_ROOT - little refactoring
5117:
5118: 2009-06-06 misha
5119:
5120: * tests/213.html: - tests for 3rd match string-param were added
5121:
5122: * src/classes/string.C: - 3rd match param could be string now
5123:
5124: * src/main/: compile.y, compile_tools.h: - much more bytecode's
5125: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
5126: GET_OBJECT_ELEMENT
5127:
5128: 2009-06-05 misha
5129:
5130: * src/main/pa_http.C: - bugfix: content-length was not calculated
5131: if $.body was specified
5132:
5133: 2009-06-04 misha
5134:
5135: * src/classes/op.C: - optimizing write_assign_lang in connect
5136:
5137: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
5138:
5139: * src/main/execute.C: - little refactoring - optimizing
5140: write_assign_lang in taint/untaint
5141:
5142: * src/include/pa_opcode.h: - little refactoring
5143:
5144: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
5145: main/compile_tools.h, main/execute.C: - optimizations for
5146: $self.field, ^self.method, $self.field[...] and $self.field(...)
5147: were added
5148:
5149: 2009-06-03 misha
5150:
5151: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
5152:
5153: 2009-06-02 misha
5154:
5155: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
5156: include/pa_opcode.h: - refactoring in last optimizations
5157: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
5158: now but code is much easy and it is ready for further
5159: improvements.
5160:
5161: 2009-05-27 misha
5162:
5163: * src/: types/pa_junction.h, types/pa_vjunction.C,
5164: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
5165: changed in destructing junctions
5166:
5167: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
5168: String:Body
5169:
5170: 2009-05-26 misha
5171:
5172: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
5173: one method detect_charset was deleted - bug was fixed in this
5174: method (error while detecting charset in content_type withot last
5175: ';')
5176:
5177: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
5178: once
5179:
5180: 2009-05-25 misha
5181:
5182: * src/classes/file.C: - bugfix: file::exec didn't work after
5183: optimizing of helper_length
5184:
5185: 2009-05-24 misha
5186:
5187: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
5188: were added - little refactoring
5189:
5190: * src/main/execute.C: - core while printing in debug log
5191: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
5192: optimisations were added
5193:
5194: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
5195: were added
5196:
5197: 2009-05-23 misha
5198:
5199: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
5200: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
5201: CORD_cat optimization
5202:
5203: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
5204: - call constr optimisation under separate define now
5205:
5206: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
5207: in $b should be string, not void
5208:
5209: * src/main/compile.y: - little fix for rem-cut optimisation
5210:
5211: * src/: include/pa_opcode.h, main/compile_tools.C,
5212: main/compile_tools.h, main/execute.C: - optimisations for
5213: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
5214:
5215: * INSTALL: - description of some #defined were added
5216:
5217: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
5218: before 1st access (memory usage is reduced if don't access to
5219: .text field)
5220:
5221: * src/include/pa_array.h: - array grows step now not static (it
5222: reduces numbers of reallocs)
5223:
5224: 2009-05-20 misha
5225:
5226: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
5227: $.b(2), $c[d] and $.e[f] was added
5228:
5229: * src/main/: compile.y, compile_tools.C, compile_tools.h,
5230: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
5231: $.e[f] was added
5232:
5233: * src/main/execute.C: - debug printing moved in defines
5234:
5235: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
5236: and little refactoring for OP_GET_OBJECT_ELEMENT +
5237: OP_GET_OBJECT_VAR_ELEMENT optimisation
5238:
5239: 2009-05-19 misha
5240:
5241: * src/main/: compile.y, compile_tools.C, compile_tools.h,
5242: execute.C: - $a.$b & ^a.$b bytecode optimisation
5243:
5244: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
5245: ^a.$b optimisation)
5246:
5247: * src/main/compile.y: - compiler now generate new opcodes:
5248: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
5249: ^a.b - compiler now cut off ^rem{ with all content ; any number
5250: of params }
5251:
5252: * src/main/execute.C: - code for handle new opcodes
5253: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
5254:
5255: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
5256: added for LA2V and LA2S
5257:
5258: * src/include/pa_opcode.h: - new defines which can be used for
5259: disable some bytecode optimisation and new opcodes were added
5260:
5261: 2009-05-17 misha
5262:
5263: * src/lib/cord/cordxtra.c: - bugfix.
5264:
5265: * tests/212.html: - .size[] and .study_size[] were added to tests
5266:
5267: * operators.txt: - info about regex class was added
5268:
5269: * tests/212.html: - tests for regex class were added
5270:
5271: 2009-05-16 misha
5272:
5273: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
5274: gc7.1
5275:
5276: * tests/022.html: - test for ^file:list[path;] (empty second param)
5277: was added
5278:
5279: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
5280: param) should work
5281:
5282: 2009-05-15 misha
5283:
5284: * src/classes/table.C: - automatically disable stringstream usage
5285: on freebsd4
5286:
5287: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
5288: scope
5289:
5290: * tests/211.html: - test with different types of access to hash was
5291: added
5292:
5293: * tests/210.html: - test which checks for loosing tainting in
5294: hash's keys was added
5295:
5296: * tests/208.html: - some parser work added. or stime == 0 %-)
5297:
5298: * src/lib/cord/cordbscs.c: - little hack was added to cord
5299:
5300: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
5301:
5302: * src/include/pa_version.h, configure.in: - moko have made a lot of
5303: optimisations for increacing version number more dramatically :)
5304:
5305: * src/classes/date.C: - little refactoring: use constructor which
5306: accepts formated string
5307:
5308: * src/: include/pa_string.h, main/pa_string.C: - String constructor
5309: which can print formatted string was added
5310:
5311: 2009-05-14 misha
5312:
5313: * src/include/pa_string.h: - type was fixed
5314:
5315: * src/: classes/hashfile.C, classes/op.C,
5316: include/pa_cache_managers.h, include/pa_charset.h,
5317: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
5318: include/pa_request.h, include/pa_sql_driver_manager.h,
5319: include/pa_string.h, include/pa_stylesheet_manager.h,
5320: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
5321: main/pa_charsets.C, main/pa_string.C,
5322: main/pa_stylesheet_connection.C, types/pa_value.h,
5323: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5324: types/pa_vobject.C, types/pa_vstateless_class.C,
5325: types/pa_vstateless_class.h: - hash_code caching was implemented
5326: (seaches should be faster now)
5327:
5328: * src/: classes/file.C, classes/hash.C, classes/image.C,
5329: classes/string.C, classes/table.C, include/pa_string.h,
5330: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
5331: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
5332: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
5333: types/pa_vrequest.C: - String constructors don't have that stupid
5334: true/false param which means 'tainted'. they accept lang instead.
5335:
5336: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
5337: with OPTIMIZE_RESULT
5338:
5339: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
5340: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
5341:
5342: 2009-05-13 misha
5343:
5344: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
5345: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
5346: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5347: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
5348: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
5349: main/pa_common.C, main/pa_request.C, main/pa_string.C,
5350: include/pa_string.h, classes/date.C, classes/file.C,
5351: classes/hash.C, classes/image.C, classes/string.C,
5352: classes/table.C, classes/xdoc.C: - result optimisation -
5353: helper_length parameter removed from string constructors
5354:
5355: 2009-05-11 misha
5356:
5357: * tests/209.html: - tests for ^hash::create[hash] were added
5358:
5359: * tests/208.html: - tests for $status:rusage, $status:memory,
5360: ^memory:compact[] were added
5361:
5362: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
5363: log10 were added
5364:
5365: * tests/206.html: - test for try with finally was added
5366:
5367: 2009-05-10 misha
5368:
5369: * tests/205.html: - test for ^file::create[...] was added
5370:
5371: * tests/204.html: - test for ^response:clear[] was added
5372:
5373: * tests/038.html: - tests for trigonometric functions were added
5374:
5375: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
5376: added - more tests for .add, .sub, .union, .intersects and
5377: .intersections
5378:
5379: * tests/065.html: - test for ^file:dirname was added
5380:
5381: * tests/030.html: - test for $cookie:fields was added
5382:
5383: * tests/203.html: - test for ^h._keys[column name] was added
5384:
5385: * tests/201.html: - tests for .trim were added
5386:
5387: * tests/202.html: - tests for last-day,
5388: date:calendar[type](YYYY;MM;DD) were added
5389:
5390: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
5391: .offset[type](N) were added
5392:
5393: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
5394: and .pos[c](N) were added
5395:
5396: * tests/141.html: - test for math:sha1 was added
5397:
5398: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
5399:
5400: 2009-05-09 misha
5401:
5402: * src/main/compile.y: - rollback
5403:
5404: 2009-05-05 misha
5405:
5406: * src/main/pa_exec.C: - little optimisation: somewhere length() was
5407: replaced by is_empty()
5408:
5409: * src/: include/pa_string.h, main/pa_charset.C: - little
5410: optimisation: somewhere length() was replaced by is_empty()
5411:
5412: * src/classes/table.C: - little optimisation: somewhere length()
5413: was replaced by is_empty()
5414:
5415: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
5416: classes/op.C, classes/table.C, main/pa_exception.C: - little
5417: optimisation: somewhere length() was replaced by is_empty()
5418:
5419: 2009-05-04 misha
5420:
5421: * src/: types/pa_method.h, types/pa_vstateless_class.C,
5422: types/pa_vstateless_class.h, main/execute.C,
5423: include/pa_request.h, classes/hash.C, classes/op.C,
5424: classes/table.C: - more optimisations were added: some operators
5425: don't switch write context anylonger
5426:
5427: 2009-05-01 misha
5428:
5429: * src/main/compile.y: - slightly more opcode optimisations for
5430: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
5431:
5432: * src/main/execute.C: - simplifying process for getters
5433:
5434: 2009-04-30 misha
5435:
5436: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
5437:
5438: * tests/results/199.processed: - test for checking $result into
5439: ^rem was added
5440:
5441: * tests/199.html: - test for checking $result into ^rem was added
5442:
5443: * tests/: 022.html, 096.html: - þsort after :list was asses (on
5444: some OS it returns list in different order)
5445:
5446: * src/: include/pa_array.h, include/pa_request.h,
5447: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
5448: changes in stack impl - get_element() optimisation: 3rd param
5449: removed - bugfix: problems with reading empty input param -
5450: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
5451:
5452: * tests/results/198.processed: - test for reading empty local var
5453: was added
5454:
5455: * tests/198.html: - test for reading empty local var was added
5456:
5457: 2009-04-29 misha
5458:
5459: * src/main/compile.y: - bugfix: couldn't compile because
5460: OP_VALUE__GET_ELEMENT should be unde #ifdef
5461:
5462: * src/: include/pa_array.h, include/pa_opcode.h,
5463: include/pa_request.h, main/compile.y, main/execute.C,
5464: main/pa_request.C, types/pa_vmethod_frame.C,
5465: types/pa_vmethod_frame.h: - we can work without opcode
5466: OP_STORE_PARAM, so it was removed
5467:
5468: 2009-04-28 misha
5469:
5470: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
5471: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
5472: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
5473: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
5474: 4.
5475: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
5476:
5477: * src/main/compile_tools.h: - new stuff for op-codes optimisation
5478:
5479: * src/: main/pa_string.C, classes/string.C: - !length() =>
5480: is_empty()
5481:
5482: 2009-04-27 misha
5483:
5484: * src/types/pa_vregex.h: - back explicit vars initialisation
5485:
5486: 2009-04-24 misha
5487:
5488: * src/classes/string.C: - ups. typo fixed
5489:
5490: * src/main/execute.C: - more replacements '*new VBool' to
5491: 'VBool::get' - checks for ^break[], ^continue[] and
5492: parser.interrupted were optimised
5493:
5494: * src/classes/string.C: - number of params.count() calls was
5495: slightly reduced
5496:
5497: 2009-04-23 misha
5498:
5499: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
5500: make it x64 friendly
5501:
5502: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
5503: parser is x64 friendly now
5504:
5505: 2009-04-22 misha
5506:
5507: * src/types/pa_vhashfile.C: - coder friendly exception about
5508: exceeding record size was added
5509:
5510: * src/classes/file.C: - use vregex object instead of direct calls
5511: methods from pcre lib
5512:
5513: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
5514: classes/string.C: - use vregex object instead of direct calls
5515: methods from pcre lib
5516:
5517: * src/: include/pa_common.h, main/pa_common.C: - method
5518: print_pcre_exec_error_text was moved to class vregex
5519:
5520: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
5521: was added
5522:
5523: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
5524: - class vregex was added
5525:
5526: 2009-04-21 misha
5527:
5528: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
5529:
5530: * src/: types/pa_junction.h, types/pa_value.C,
5531: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
5532: types/pa_wcontext.h, main/execute.C, classes/op.C: -
5533: junction-optimisation (destructors)
5534:
5535: * src/include/pa_array.h: - free under if now
5536:
5537: 2009-04-19 misha
5538:
5539: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
5540:
5541: 2009-04-18 misha
5542:
5543: * src/include/pa_version.h:
5544: :q :
5545:
5546: CV:
5547: ----------------------------------------------------------------------
5548:
5549: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
5550: refactoring
5551:
5552: * src/: include/pa_array.h, include/pa_hash.h,
5553: types/pa_vmethod_frame.h: - destructors under #ifdef now
5554:
5555: * src/include/pa_memory.h: - define for using destructors was added
5556:
5557: * src/: types/pa_method.h, types/pa_vstateless_class.C,
5558: main/execute.C: - some junctions will be cached now
5559:
5560: * src/include/pa_hash.h: - hash destructor frees pairs now
5561:
5562: * src/include/pa_array.h: - inline was added to destructor
5563:
5564: * src/types/pa_method.h: - comment was changed
5565:
5566: 2009-04-17 misha
5567:
5568: * src/: include/pa_array.h, include/pa_hash.h,
5569: types/pa_vmethod_frame.h: - destructors were added
5570:
5571: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
5572: renamed to always_use_result
5573:
5574: * src/main/: compile.y, compile_tools.h: - rollback changes in
5575: compiler: full backward compatibility is better
5576:
5577: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
5578: result in var's hash
5579:
5580: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
5581: optimisation in method_frame
5582:
5583: * src/include/pa_array.h: - optimisation in array (allocate
5584: elements only when needed)
5585:
5586: * src/types/pa_vresponse.C: - check for $response:headers field
5587: before looking at custom fields
5588:
5589: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
5590: not needed to check existance var with name 'result' in var's
5591: hash
5592:
5593: * src/main/compile.y: - compiler was changed: now it detects
5594: writings to $result and set flag writo_to_result in method
5595:
5596: * src/classes/string.C: - little optimisation: no needed to write
5597: number with lang
5598:
5599: * src/main/pa_charset.C: - methods readChar and skipChar which is
5600: used for read utf8-strings were renamed - is_escaped was renamed
5601: to isEscaped (to the same name convention)
5602:
5603: * src/: types/pa_method.h, main/compile_tools.h: - flag
5604: write_to_result added. compiler get this info from code.
5605:
5606: 2009-04-16 misha
5607:
5608: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
5609: String only before 1st write
5610:
5611: * src/include/pa_string.h: - not needed template removed
5612:
5613: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
5614: types/pa_vjunction.C, types/pa_vproperty.C,
5615: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
5616: main/pa_request.C, classes/bool.C, classes/double.C,
5617: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
5618: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
5619: bool objects)
5620:
5621: 2009-04-15 misha
5622:
5623: * src/lib/cord/cordxtra.c: - more optimisation
5624:
5625: * src/: include/pa_string.h, main/untaint.C: - String::append
5626: optimisation
5627:
5628: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
5629: then get and can sometime be used)
5630:
5631: * src/main/pa_string.C: - String::length optimisation
5632:
5633: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
5634: these methods read different strings
5635:
5636: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
5637: fresult_initial_void removed + some optimisation - if $result
5638: defined we don't write to context anymore
5639:
5640: * src/main/pa_charset.C: - readChar => skipChar (in this place we
5641: need just skip char)
5642:
5643: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5644: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
5645: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
5646:
5647: * src/types/pa_vvoid.h: - added get() method for retreave one
5648: instance
5649:
5650: 2009-04-11 misha
5651:
5652: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
5653:
5654: * tests/197.html: - test for parser://test in xml was added
5655:
5656: * src/classes/string.C: - small optimisation
5657:
5658: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
5659: optimisation
5660:
5661: 2009-04-10 misha
5662:
5663: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
5664: to pcre-7.8
5665:
5666: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
5667:
5668: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
5669: added
5670:
5671: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
5672: $request:CLASS_NAME were added
5673:
5674: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
5675: were added
5676:
5677: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
5678: $env:CLASS_NAME were added
5679:
5680: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
5681: '@todo' now
5682:
5683: * src/targets/cgi/parser3.C: - size_t -> int for calming down
5684: compirer
5685:
5686: * src/main/pa_string.C: - little code cleanup
5687:
5688: * src/main/pa_common.C: - describe one more UTF-8 related error
5689: during PCRE compile/execute
5690:
5691: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
5692: normalizing todo-comments: '@todo' now
5693:
5694: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
5695:
5696: * src/main/pa_charset.C: - type changed for making compiler happy
5697:
5698: 2009-03-10 misha
5699:
5700: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
5701: in main()
5702:
5703: 2009-02-01 misha
5704:
5705: * src/main/pa_http.C: - bugfix: double CRLF before the end of
5706: boundary
5707:
5708: 2009-01-25 misha
5709:
5710: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
5711:
5712: * src/classes/file.C: - more changes for parsing different number
5713: of params for file::load
5714:
5715: * tests/193.html: - tests for exception while base64-decode binary
5716: to string was added
5717:
5718: * tests/192.html: - tests for file::load with different number of
5719: options
5720:
5721: * src/classes/math.C: - ups. forgot '+1'
5722:
5723: * src/: classes/table.C, classes/file.C, include/pa_common.h,
5724: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
5725: main/pa_http.C: - ^file::load[...;http://...;] now can post files
5726: (new option $.encode[multipart-form/data] should be specified) -
5727: $.method[] option for file::load now is not case-sensitive
5728:
5729: * src/: include/pa_string.h, main/untaint.C: - for file post the
5730: new taint language L_FILE_POST was added
5731:
5732: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
5733: main/main.vcproj, classes/math.C, include/Makefile.am: - some
5734: stuff was moved to separate files
5735:
5736: 2009-01-23 misha
5737:
5738: * src/classes/math.C: - little optimisation in ^math:sha1[] -
5739: spaces to tabs were converted
5740:
5741: 2009-01-12 misha
5742:
5743: * src/main/pa_http.C: - value of $.method[] option force uppercased
5744: now
5745:
5746: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
5747: types/pa_vform.C, types/pa_vmail.C: - some constants changed
5748: their names
5749:
5750: * src/main/pa_common.C: - changes in formating
5751:
5752: * src/: classes/file.C, main/pa_http.C: - some constants changed
5753: their names
5754:
5755: * src/include/pa_http.h: - some spaces were converted to tabs
5756:
5757: * src/include/pa_common.h: - some constants changed their names
5758:
5759: * src/classes/file.C: - fixed 4-th paramether for file::load -
5760: little code rewriting
5761:
5762: * src/types/pa_vfile.C: - little code rewriting
5763:
5764: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
5765: types/pa_value.h: - some formating changes
5766:
5767: * src/include/pa_common.h: - some formating spaces transformed to
5768: tabs
5769:
5770: * src/classes/string.C: - exception while base64-decode binary to a
5771: string
5772:
5773: 2009-01-11 misha
5774:
5775: * configure.in: - version changed to 3.3.1b
5776:
5777: 2008-09-05 misha
5778:
5779: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
5780: release_3_3_0 on 2008-09-05 10:59:35 +0000
5781:
5782: 2008-09-04 misha
5783:
5784: * tests/: 130.html, 131.html: - these exceptions not typeless
5785: anymore
5786:
5787: * src/classes/op.C: - exception with 'invalid taint language' not
5788: typeless anylonger
5789:
5790: * src/classes/image.C: - some exceptions while operations with
5791: image not typeless anymore
5792:
5793: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
5794: main/pa_exec.C, main/pa_http.C: - some exceptions while
5795: operations with files not typeless anymore
5796:
5797: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
5798: types/pa_vdate.h: - exceptions while checking date range not
5799: typeless anymore
5800:
5801: * src/include/pa_exception.h: - exception type string for invalid
5802: date range was added
5803:
5804: 2008-09-03 misha
5805:
5806: * src/: classes/file.C, main/pa_string.C: - exception while pce
5807: operations not typeless anymore
5808:
5809: * src/include/pa_exception.h: - exception type for pce operations
5810: was added
5811:
5812: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
5813: and .CLASS_NAME insite classes
5814:
5815: * src/classes/table.C: - don't save table header whiile
5816: ^table.save[append;filename] if file exists
5817:
5818: 2008-09-02 misha
5819:
5820: * src/main/compile.y, src/main/compile_tools.h,
5821: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
5822: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
5823: renamed to partial and it login changed: we must mark class as
5824: partial for allow their modifications in future.
5825:
5826: 2008-08-29 misha
5827:
5828: * tests/results/022.processed: - testing taint[regex] in mask for
5829: file:list
5830:
5831: * tests/022.html: - testing taint[regex] in mask for file:list
5832:
5833: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
5834: for file:list was added
5835:
5836: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
5837: file:list
5838:
5839: 2008-08-26 misha
5840:
5841: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
5842: last derived object
5843:
5844: * src/classes/image.C: - many strings "image.format" replaced by
5845: IMAGE_FORMAT constant string - handle GPS info while parse exif -
5846: understand some more exif tags
5847:
5848: * src/include/pa_exception.h: - string "image.format" was added
5849:
5850: 2008-08-21 misha
5851:
5852: * src/: main/pa_string.C, classes/file.C: - use method for print
5853: pcre_exec text error
5854:
5855: * src/main/pa_common.C: - method for print pcre_exec text error was
5856: added
5857:
5858: * src/include/pa_common.h: - method declaration for print pcre_exec
5859: text error was added
5860:
5861: 2008-08-19 misha
5862:
5863: * src/main/execute.C: - bugfix: opcodes must be in separate
5864: namespace while debug execution as well
5865:
5866: * tests/: 015.html, results/015.processed: - test for escaping some
5867: parser chars was added
5868:
5869: 2008-08-18 misha
5870:
5871: * tests/: 190.html, 190.p, results/190.processed: - test for
5872: $caller.self.field + default getter in one class was added
5873:
5874: * tests/: 189.html, results/189.processed: - test for
5875: ^date::create[date object]
5876:
5877: * tests/: 188.html, results/188.processed: - tests for match with
5878: UTF-8 strings
5879:
5880: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
5881: ^string.match[]
5882:
5883: * ChangeLog: - parser 3.3.0 beta13
5884:
5885: 2008-08-15 misha
5886:
1.101 moko 5887: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
5888: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
5889: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
5890: dftables.c: - old PCRE files removed
1.95 moko 5891:
5892: * src/lib/pcre/config.h: - configuration for PCRE library
5893:
5894: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
5895: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
5896:
5897: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
5898: library and set flag UTF8 if $request:charset is UTF-8
5899:
5900: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
5901: include/pa_config_fixed.h: - moved to new PCRE library
5902:
5903: * src/: main/main.vcproj, types/types.vcproj,
5904: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
5905: win32\pcre instead of parser3\src\lib\pcre
5906:
5907: * src/: include/pa_opcode.h, include/pa_operation.h,
5908: main/compile.C, main/compile.y, main/compile_tools.C,
5909: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
5910: opcodes were moved to separate namespace
5911:
5912: 2008-08-14 misha
5913:
5914: * src/types/pa_vstateless_class.C: - newline at the end missed
5915:
5916: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
5917: tainting
5918:
5919: 2008-08-11 misha
5920:
5921: * tests/: 187.html, 187.p, results/187.processed: - tests for
5922: $caller.self, $caller.self.field and $caller.self.field[value]
5923: were added
5924:
5925: * src/types/pa_vmethod_frame.h: - still need to check 'self'
5926: runtime as well (for $caller.self)
5927:
5928: 2008-07-25 misha
5929:
5930: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
5931: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
5932: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
5933: tests with international characters
5934:
5935: 2008-07-23 misha
5936:
5937: * src/main/pa_http.C: - escape $cookies as %uXXXX while
5938: file::load[...;http://
5939:
5940: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
5941: now everywhere in separate namespace
5942:
5943: * src/types/pa_vmethod_frame.h: - looking for caller before looking
5944: for vars
5945:
5946: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
5947: can be escaped by '^'
5948:
5949: 2008-07-22 misha
5950:
5951: * src/classes/string.C, tests/186.html: - names changes:
5952: escape=>js-escape, unescape=>js-unescape
5953:
5954: 2008-07-21 misha
5955:
5956: * tests/results/186.processed: - test for string escape/unescape
5957:
5958: * tests/186.html: - test for string escape/unescape
5959:
5960: * src/classes/string.C: - string has escape and unescape methods
5961: now
5962:
5963: * src/: include/pa_string.h, main/pa_string.C: - escape method was
5964: added
5965:
5966: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
5967: method-layers added (with different params)
5968:
5969: 2008-07-18 misha
5970:
5971: * tests/results/185.processed: - test for ^str.pos[substr](offset)
5972: was added
5973:
5974: * tests/185.html: - test for ^str.pos[sub](offset) added
5975:
5976: * src/classes/string.C, src/classes/void.C, operators.txt: -
5977: ^string.pos[substr](offset) -- 2nd param accepted now
5978:
5979: * src/main/pa_string.C: - .pos works fine with offset for utf-8
5980: strings
5981:
5982: 2008-07-17 misha
5983:
5984: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
5985: helper length added for mid for small optimisation
5986:
5987: 2008-07-16 misha
5988:
5989: * tests/: 185.html, results/185.processed: - tests for
5990: length/left/right/mid/pos with utf-8 strings
5991:
5992: * src/classes/string.C: - left/right/mid/length/pos works fine for
5993: utf-8 strings
5994:
5995: * src/main/untaint.C: - comments removed
5996:
5997: * src/: include/pa_string.h, main/pa_string.C,
5998: include/pa_charset.h, main/pa_charset.C: - methods for working
5999: with pos/mid for strings in utf-8 were added
6000:
6001: 2008-07-15 misha
6002:
6003: * tests/: 184.html, results/184.processed: - test for case body as
6004: expression: $var(^switch(1){^case(1)(true)..})
6005:
6006: * src/classes/op.C: - case body can be expression now:
6007: $var(^switch(1){^case(1)(true)..})
6008:
6009: * tests/: results/183.processed, 183.html: - added test for testing
6010: new cookie encoding (%uXXXX)
6011:
6012: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
6013: decoding for backward compatibility they decoded from %XX in
6014: request:charset too
6015:
6016: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
6017: - cookie class now decode cookies before first access after last
6018: request:charset changing (as form class).
6019:
6020: * src/main/pa_charset.C: - added method escape for escaping cookies
6021: as %uXXXX - before transcode calculate required space for dest
6022: string. it reduce mem usage for transcode
6023:
6024: * src/include/pa_charset.h: - added method escape for escaping
6025: cookies as %uXXXX
6026:
6027: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
6028: was added. will used for escaping cookies as %uXXXX
6029:
6030: * src/include/pa_common.h: - escape method has new option for skip
6031: converting '+' to a space char
6032:
6033: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
6034: transcode - escape method has new option for skip converting '+'
6035: to a space char
6036:
6037: 2008-07-08 misha
6038:
6039: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
6040: (no UE if more then 1 case matches anylonger) - optimization:
6041: doing searching.as_string() || searching.as_double() only once
6042:
6043: 2008-07-04 misha
6044:
6045: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
6046: now ^date::create[date object] works
6047:
6048: * src/classes/string.C: - left and right added as aliases for start
6049: and end in ^string.trim[]
6050:
6051: 2008-07-03 misha
6052:
6053: * src/classes/file.C: - allow $.limit for file::sql as well
6054:
6055: * src/classes/file.C: - allow $.offset option for file::sql - force
6056: send limit=1 to query for use sql specifics authomatically
6057:
6058: * src/classes/: hash.C, string.C, table.C: - don't throw exception
6059: if $.limit value if empty. autoconvert it as everywere
6060:
6061: 2008-07-02 misha
6062:
6063: * configure.in: - time to change version number to 3.3.0 %-)
6064:
6065: * src/include/pa_version.h: - time to change version number to
6066: 3.3.0 %-)
6067:
6068: 2008-06-26 misha
6069:
6070: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
6071: $.limit(0) fixes
6072:
6073: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
6074: - $.limit(0) fixes
6075:
6076: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
6077: new API)
6078:
6079: * src/: include/pa_sql_driver_manager.h,
6080: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
6081: classes/op.C: - document_root added
6082:
6083: * src/main/compile.tab.C: - error message was changed
6084:
6085: 2008-06-25 misha
6086:
6087: * src/main/compile.y: - error message was changed
6088:
6089: 2008-06-24 misha
6090:
6091: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
6092:
6093: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
6094: tests for @OPTIONS\nappend
6095:
6096: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
6097:
6098: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
6099:
6100: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
6101:
6102: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
6103: compile.y
6104:
6105: 2008-06-17 misha
6106:
6107: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
6108: compilation: ^if(default){true. it's incorrect. must be
6109: exception}
6110:
6111: 2008-06-16 misha
6112:
6113: * tests/: 181.ent, 181.html, results/181.processed: - test for
6114: checking external reference loading with 'http://localhost'
6115: prefix while creating xdoc
6116:
6117: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
6118: ^math:long2ip[] and ^math:ip2long[]
6119:
6120: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
6121: added which use scalar stateless class method when user object
6122: used in scalar context - use get_scalar_value when user object
6123: requested in scalar context
6124:
6125: * src/main/pa_common.C: - size must be int but not size_t or we
6126: can't compare with 0 sprintf result
6127:
6128: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
6129: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
6130: with internal switch between local/global vars
6131:
6132: * src/types/pa_vclass.C: - register scalar if method @GET[] was
6133: specified
6134:
6135: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
6136: pa_vstateless_object.h: - stateless class and object now has
6137: private scalar field and getter/setter for working with it
6138:
6139: * src/classes/math.C: - methods math:long2ip & math:ip2long were
6140: moved to inet static class
6141:
6142: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
6143: class added (^inet:aton[IP], ^inet:ntoa(number))
6144:
6145: * tests/: 180.html, results/180.processed: - tests for
6146: ^math:long2ip(long) and ^math:ip2long[IP]
6147:
6148: * src/classes/math.C: - ^math:ip2long[IP] added
6149:
6150: 2008-06-11 misha
6151:
6152: * src/main/pa_xml_io.C: - use file_read_text again because of we
6153: need cut BOM code and remove DOS newline chars. but don't
6154: transcode it anyway.
6155:
6156: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
6157: main/pa_http.C: - option for disable transcoding while file_read
6158: and file_read_text added
6159:
6160: 2008-06-10 misha
6161:
6162: * tests/: 179.html, 179.p, results/179.processed: - test for many
6163: classes in 1 file
6164:
6165: * src/main/: compile.C, compile_tools.h: - compile return list of
6166: classes now.
6167:
6168: * src/main/: compile.y, compile.tab.C: - compile return list of
6169: classes now. internals.
6170:
6171: * src/main/pa_request.C: - compile return list of classes now. try
6172: call @conf and @auto for each returned class
6173:
6174: * src/include/pa_request.h: - compile return list of classes now
6175:
6176: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
6177: return list of classes when compile buf)
6178:
6179: 2008-06-07 misha
6180:
6181: * src/main/pa_request.C: - constructing VRequest object with 3rd
6182: param -- form
6183:
6184: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
6185: 3rd param: form. needed for get post_charset
6186:
6187: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
6188: added
6189:
6190: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
6191: types/pa_vform.C, types/pa_vform.h: - some polish
6192:
6193: 2008-06-06 misha
6194:
6195: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
6196: charset and decode chars from it but not from response:charset
6197:
6198: * src/main/pa_http.C: - detect_charset moved out of here
6199:
6200: * src/: include/pa_common.h, main/pa_common.C: - more helpers
6201: methods moved here - unescape_chars accepn one charset now
6202:
6203: * src/main/pa_http.C: - new constants used - don't allow
6204: $.content-type in ^file::load[;http://;$.method[POST]] - add
6205: charset info while ^file::load[;http://;$.method[POST]] - option
6206: $.omit-post-charset(true) added to ^file::load[;http://] for
6207: disabling charset during post
6208:
6209: * src/types/pa_vform.C: - new constants used
6210:
6211: * src/include/pa_common.h: - some constants were added
6212:
6213: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
6214: instead of StrEqNc
6215:
6216: * src/main/pa_common.C: - new method for caseless search
6217: c-substring in c-string - use isxdigit instead of is_hex_digit
6218:
6219: * src/include/pa_common.h: - new method for caseless search
6220: c-substring in c-string
6221:
6222: 2008-06-05 misha
6223:
6224: * tests/results/178.processed: - test for testing default getter
6225:
6226: * tests/178.html: - test for testing default getter
6227:
6228: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
6229: for test for testing default getter
6230:
6231: * src/main/execute.C: - default getter soul
6232:
6233: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
6234: requested objects' field not found
6235:
6236: * src/types/pa_vclass.C: - register default getter if defined - get
6237: default getter if requested field not found
6238:
6239: * src/types/pa_vstateless_object.h: - method get_default_getter was
6240: added
6241:
6242: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
6243: pointer to default getter and methods for get/set it were added
6244:
6245: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
6246: auto_name field (for default getter)
6247:
6248: 2008-06-04 misha
6249:
6250: * src/main/pa_xml_io.C: - load external xml in binary mode (no
6251: transcoding, no cutting BOM code, no fixing line breaks) and get
6252: it to libxml "as is"
6253:
6254: 2008-06-03 misha
6255:
6256: * src/main/pa_common.C: - use store_Char instead of
6257: transcodeCharFromUTF8
6258:
6259: * src/: include/pa_charset.h, main/pa_charset.C: - method
6260: store_Char added, transcodeCharFromUTF8 -- removed
6261:
6262: 2008-06-02 misha
6263:
6264: * tests/: results/177.processed, 177.html: - test for checking
6265: .[acm]date after local ^file::load[] was added
6266:
6267: * tests/: results/176.processed, 176.html: - test for checking
6268: @OPTION\locals + @method[vars][locals] added
6269:
6270: * tests/results/auto.p: - CLASS_PATH specified for checking use
6271:
6272: 2008-05-30 misha
6273:
6274: * src/main/: compile.y, compile.tab.C: - changes in compiler:
6275: @OPTION\nlocals + @method[vars][;locals;] were added
6276:
6277: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
6278: moved to separate method op_code - switch from VMethodFrame to
6279: VMethodFrameGlobal + VMethodFrameLocal
6280:
6281: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
6282: was moved to separate method op_code
6283:
6284: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
6285: VMethodFrame now
6286:
6287: * src/types/pa_vstateless_class.h: - stateless class have bool flag
6288: all_vars_local as well
6289:
6290: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
6291: pa_vmethod_frame_local.h, Makefile.am: - who children for
6292: VMethodFrame were added: one (global) works as VMethodFrame
6293: before and second (local) write all vars in self vars scope
6294:
6295: * src/types/pa_method.h: - method has bool flag all_vars_local now
6296:
6297: 2008-05-29 misha
6298:
6299: * tests/: 129.html, results/129.processed: - more tests for
6300: ^table.hash[]
6301:
6302: * src/classes/hash.C: - ^hash::sql has a new option:
6303: $.type[hash|string|table] as ^table.hash[] one.
6304:
6305: * src/classes/op.C: - ^try has 3rd param now: finally code which
6306: executed anyway after try or catch section
6307:
6308: 2008-05-27 misha
6309:
6310: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
6311: must not fail if $.distinct(1) wasn't specified
6312:
6313: 2008-05-26 misha
6314:
6315: * src/classes/op.C: - allow ^throw[my type]
6316:
6317: 2008-05-22 misha
6318:
6319: * configure.in, configure: - version number updated to 3.2.4b
6320:
6321: * src/classes/: op.C, string.C: - trim format string before
6322: eval/format
6323:
6324: * tests/: results/175.processed, 175.html: - more tests for
6325: different format strings in .format[]
6326:
6327: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
6328: as well (not only %XX)
6329:
6330: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
6331: charset specified - checks for format before print number
6332: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
6333: (instead of tabs) removed
6334:
6335: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
6336: charset specified
6337:
6338: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
6339: char in requested charset from utf code was added
6340:
6341: 2008-05-19 misha
6342:
6343: * tests/: 174.html, results/174.processed: - test for
6344: ^hashfile.cleanup[] added
6345:
6346: * src/classes/hashfile.C: - optimization: don't create any key or
6347: value variable if it's name weren't specified
6348: (^hf.foreach[;v]{...})
6349:
6350: 2008-05-16 misha
6351:
6352: * src/classes/hash.C: - optimization: don't create any key variable
6353: if variable name wasn't specified (^h.foreach[;v]{...})
6354:
6355: 2008-05-15 misha
6356:
6357: * src/classes/op.C: - small changes
6358:
6359: * src/classes/hashfile.C: - code reformating (as hash.foreach)
6360:
6361: * src/classes/hash.C: - calculate var_context once before foreach
6362:
6363: 2008-05-14 misha
6364:
6365: * src/classes/hashfile.C: - incorrect vars context calculation for
6366: ^hashfile.foreach[;]{} fixed
6367:
6368: * src/classes/: hash.C, table.C: - little optimisation
6369:
6370: * src/classes/file.C: - bugfix: double absolute path while loading
6371: file
6372:
6373: * tests/: 174.html, results/174.processed: - tests for hashfile
6374: were added
6375:
6376: * buildall-with-xml: - moving to libxslt 1.1.24
6377:
6378: 2008-04-30 misha
6379:
6380: * src/classes/file.C: - stat file while loading (local only) so
6381: .adate, .mdate and .cdate available without additional ::stat
6382:
6383: 2008-04-28 misha
6384:
6385: * src/classes/file.C: - $.name and $.content-type available for
6386: stated file
6387:
6388: 2008-04-14 misha
6389:
6390: * src/targets/cgi/parser3.C: - new year in copyright %-)
6391:
6392: * src/include/pa_version.h: - new version number in head
6393:
6394: 2008-04-10 misha
6395:
6396: * tests/: 080.html, results/080.processed: - cut '0' from
6397: exponential part because of on diff OS it differ (20 or 020 for
6398: ex)
6399:
6400: * tests/: 119.html, results/119.processed: - check for encoding
6401: while creating xdoc
6402:
6403: 2008-04-09 misha
6404:
6405: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
6406:
6407: * src/main/pa_common.C: - comment added
6408:
6409: * src/classes/date.C: - little refactoring
6410:
6411: 2008-04-07 misha
6412:
6413: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
6414: style of ^table.save[]: prepare one big string and sabe it at
6415: once. it's safe on freebsd 4.x but use much more memory.
6416:
6417: * buildall-with-xml, buildall-without-xml: - option
6418: --disable-stringstream added (under comment. use it on freebsd
6419: 4.x)
6420:
6421: 2008-02-22 misha
6422:
6423: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
6424: specified together in file::load[;http] - get back transcoding
6425: $.body[] in file::load[;http]
6426:
6427: 2008-02-21 misha
6428:
6429: * src/classes/date.C: - ^date.gmt-string[] was added
6430:
6431: * src/types/pa_value.C: - method for output date in RFC 822 format
6432: moved to pa_common.h
6433:
6434: * src/include/pa_common.h: - method for output date in RFC 822
6435: format moved here from pa_value.C
6436:
6437: * src/types/pa_vmail.C: - fixed core in sending mail with
6438: attachment in simple mode ($.file[file here]) introduced in 3.2.2
6439:
6440: 2008-02-20 misha
6441:
6442: * src/main/pa_http.C: - transcode $.headers before escaping into
6443: specified charset while ^file::load[...;http://...] (L_URI
6444: instead of L_HTTP_HEADER) - $.cookies param available in
6445: ^file::load[;http://...] now (but we don't parse set-cookies from
6446: response yet) (cookies not transcoded as common $cookies)
6447:
6448: 2008-02-19 misha
6449:
6450: * src/main/pa_request.C: - rollback: we mustn't force taint
6451: $response:field values because in this case
6452: $response:locateion[http://...] don't works.
6453:
6454: 2008-02-15 misha
6455:
6456: * src/classes/op.C: - little refactoring
6457:
6458: * src/main/pa_http.C: - taint names of $.headers for load[;http
6459:
6460: * src/main/pa_request.C: - force taint values of $response:field
6461:
6462: 2008-02-14 misha
6463:
6464: * src/main/pa_request.C: - $response:field transcoded to
6465: $response:charset before escaping now
6466:
6467: * src/main/pa_http.C: - some outdated comments removed
6468:
6469: * src/classes/date.C: - lastdat -> last-day
6470:
6471: * src/classes/date.C: - ^date:lastday(year;month) and
6472: ^date.lastday[] were added - little code refactoring - comments
6473: changes
6474:
6475: * tests/: 159.html, results/159.processed: - test for number of
6476: days in February
6477:
6478: * src/types/pa_value.C: - fixes in code formatting
6479:
6480: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
6481: and comments
6482:
6483: 2008-02-13 misha
6484:
6485: * src/main/pa_common.C: - bugfix for february at leap year
6486:
6487: 2008-01-28 misha
6488:
6489: * tests/: 160.html, results/160.processed: - more test for cache
6490: added
6491:
6492: * src/classes/op.C: - bugfix: cache body executed twice if contains
6493: unhandled exception
6494:
6495: 2008-01-25 misha
6496:
6497: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
6498: bug when hashfile became inavailable after memory:compact)
6499:
6500: * src/lib/sdbm/apr_strings.C: - +arp_malloc
6501:
6502: 2008-01-22 misha
6503:
6504: * src/classes/table.C: - little refactiring and exception texts
6505: changes in method ^table.hash[]
6506:
6507: * src/types/pa_vcookie.C: - link to cookie specification changed
6508:
6509: 2008-01-21 misha
6510:
6511: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
6512: file::exec/cgi
6513:
6514: * src/classes/file.C: - bugfix: core while processing headers if
6515: executed cgi script don't return content
6516:
6517: 2008-01-18 misha
6518:
6519: * buildall-with-xml: - move to libxml2 version 2.6.31
6520:
6521: * src/include/pa_version.h, configure.in: - version number updated
6522: to '3.2.3b'
6523:
6524: 2007-12-28 misha
6525:
6526: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
6527: hash.contains
6528:
6529: 2007-12-27 misha
6530:
6531: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
6532: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
6533: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
6534: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
6535: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
6536: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
6537: src/targets/cgi/parser3.vcproj,
6538: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
6539: back to VS2003 because of Apache 1.3 module can't work if it was
6540: built in VS 2005. with cgi all file so VS2003 project files can
6541: be easy converted to the new format.
6542:
6543: 2007-12-04 misha
6544:
6545: * src/types/pa_vcode_frame.h: - changes in comment
6546:
6547: 2007-11-29 misha
6548:
6549: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
6550: intercept strings any longer
6551:
6552: * tests/: 173.html, results/173.processed: - tests for
6553: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
6554: but not in main code frame
6555:
6556: * tests/: 172.html, results/172.processed: - more tests for pass
6557: objects from code frames
6558:
6559: 2007-11-27 misha
6560:
6561: * tests/: 152.html, results/152.processed: - tests for converting
6562: strings 'true'/'false' to bool were added
6563:
6564: * tests/152.html: - added checks for converting strings
6565: 'true'/'false' to bool
6566:
6567: * src/classes/string.C: - ^srting.bool[] now can convert to bool
6568: not only strings with numbers but with values 'true'/'false' as
6569: well
6570:
6571: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
6572: for parser3.log increased
6573:
6574: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
6575:
6576: * src/include/pa_common.h: - remove_crlf return cstring size now
6577:
6578: * src/include/pa_types.h: - constant with buffer size for
6579: parser3.log added
6580:
6581: 2007-11-16 misha
6582:
6583: * tests/cat.sh: - script for tests for file::exec/cgi
6584:
6585: * tests/171.html: - tests for file::exec/cgi
6586:
6587: * tests/results/171.processed: - tests results for file::exec/cgi
6588:
6589: 2007-11-15 misha
6590:
6591: * src/main/pa_exec.C: - fixed incorrect exec code for unix
6592:
6593: * src/classes/file.C: - .body must be set before analyzing cgi
6594: headers
6595:
6596: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
6597: only if exec/cgi return anything.
6598:
6599: 2007-11-14 misha
6600:
6601: * operators.txt: - info about new text|binary option for
6602: file::exec/cgi was added
6603:
6604: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
6605: ^file:exec[[text|binary];script;...]
6606:
6607: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
6608: classes/string.C, classes/table.C: - more text strings moved to
6609: the one place
6610:
6611: 2007-11-09 misha
6612:
6613: * src/types/pa_vrequest.C: - $request:argv must be taint
6614:
6615: * ChangeLog: - $request:argv [patch from Sumo]
6616:
6617: * operators.txt: - $request:argv
6618:
6619: * src/: include/pa_request_info.h, types/pa_vrequest.C,
6620: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
6621:
6622: 2007-10-25 misha
6623:
6624: * buildall-with-xml, buildall-without-xml: - options preparations
6625: for ./configure rewrited
6626:
6627: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
6628: error occure in unhandled_exception finally fixed
6629:
6630: 2007-10-23 misha
6631:
6632: * tests/: 170.html, results/170.processed: - test for
6633: @method[][result]
6634:
6635: * operators.txt: - added info about node.prefix and
6636: node.namespaceURI
6637:
6638: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
6639:
6640: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
6641: added for node and attribute
6642:
6643: 2007-10-22 misha
6644:
6645: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
6646:
6647: * src/main/pa_request.C: - added const content-transfer-encoding
6648:
6649: * src/include/pa_request.h: - added const content-transfer-encoding
6650: - ups. constants must be in lowercase (for search)
6651:
6652: * src/types/pa_vmail.C: - more constants used -
6653: content-transfer-encoding: 8bit added
6654:
6655: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
6656:
6657: * src/include/pa_request.h: - more constants
6658:
6659: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
6660: ommit anymore if $.content-disposition was specified - little
6661: refactoring
6662:
6663: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
6664:
6665: 2007-10-17 misha
6666:
6667: * operators.txt: - info about
6668: table::create[nameless]{data}[>options<] was added
6669:
6670: * src/main/: compile.tab.C, compile.y: - if error occure while
6671: compile method don't put this method in methods table anymore.
6672: in other case the parser coredumped if @unhandled_exception
6673: method can't be compiled because of parser.compile error.
6674:
6675: * src/main/execute.C: - little code reformating
6676:
6677: * src/main/pa_request.C: - little code reformating - comment
6678: changed
6679:
6680: 2007-10-16 misha
6681:
6682: * tests/: 035.html, results/035.processed: - tests
6683: table::create[]{}[options] added
6684:
6685: * src/classes/table.C: - table::create[]{} now accept 3rd param:
6686: options (only $.seperator[] yet)
6687:
6688: 2007-10-10 misha
6689:
6690: * src/classes/table.C: - some contstants moved to pa_common.h -
6691: some code changes
6692:
6693: 2007-10-02 misha
6694:
6695: * src/main/pa_uue.C: - memory usage during uuencode reduced more
6696: then three time as much. but base64 encoding method still use
6697: less memory anyway.
6698:
6699: 2007-09-17 misha
6700:
6701: * operators.txt: - added info about $cookie:fields
6702:
6703: * src/types/pa_vcookie.C: - $cookie:fields available now
6704:
6705: * src/classes/hash.C: - some stuff for use with .for_each moved to
6706: common
6707:
6708: * src/include/pa_common.h: - some stuff for use with .for_each
6709: moved here
6710:
6711: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
6712:
6713: 2007-09-14 misha
6714:
6715: * buildall-with-xml: - new xml libs again =)
6716:
6717: 2007-08-28 misha
6718:
6719: * operators.txt: - texts about ^table.columns[[column name]] and
6720: ^string.split[...][v][column name] were added
6721:
6722: * tests/: 168.html, 169.html, results/168.processed,
6723: results/169.processed: - tests for ^table.columns[[column name]]
6724: and ^string.split[...][v][column name] were added
6725:
6726: * src/classes/table.C: - new option ^table.columns[[column name]]
6727: was added
6728:
6729: * src/classes/string.C: - new option ^string.split[...;v;[column
6730: name]]
6731:
6732: * src/include/pa_exception.h: - error text message for
6733: ^hash._keys[], ^table.columns[] and ^string.split[]
6734:
6735: 2007-08-27 misha
6736:
6737: * src/main/untaint.C: - try to fix coredump on unix if print to
6738: body ^taint[sql][something] outside of connect
6739:
6740: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
6741: outside of connect
6742:
6743: * buildall-with-xml, buildall-without-xml: - strip parser3 was
6744: added (commented by default)
6745:
6746: 2007-08-20 misha
6747:
6748: * operators.txt: - comment about new method ^node.hasAttributes[]
6749: was added
6750:
6751: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
6752: duplicated exception text strings were removed
6753:
6754: * src/include/pa_exception.h: - more exception text strings moved
6755: here
6756:
6757: * src/classes/table.C: - some duplicate exceptions' text strings
6758: removed
6759:
6760: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
6761: xdoc.C, xnode.C: - some duplicate exceptions' text strings
6762: removed
6763:
6764: * src/include/pa_exception.h: - some exception text strings movet
6765: to pa_exception
6766:
6767: * tests/: 149.html, results/149.processed: - test for
6768: ^xnode.hasAttributes[] was added - some code changes
6769:
6770: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
6771: added
6772:
6773: 2007-08-17 misha
6774:
6775: * tests/: results/006.processed, results/059.processed, 006.html,
6776: 059.html: - more tests for match
6777:
6778: * tests/: 129.html, results/129.processed: - tests for
6779: ^table.hash[...][$.type[string|hash|table]] added
6780:
6781: * src/targets/cgi/parser3.C: - little syntax changes
6782:
6783: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
6784: syntax changes
6785:
6786: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
6787: messages in parser3.log switched off by default. If someone
6788: really still need it: use $SIGPIPE(1)
6789:
6790: 2007-08-08 misha
6791:
6792: * buildall-with-xml, buildall-without-xml: - remove libs source
6793: files by default since now
6794:
6795: 2007-08-07 misha
6796:
6797: * buildall-without-xml: - some option syntax changes
6798:
6799: * buildall-with-xml: - compile libxml2 without http support - some
6800: option syntax changes
6801:
6802: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
6803:
6804: 2007-08-06 misha
6805:
6806: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
6807:
6808: * tests/: 160.html, results/160.processed: - cache test was
6809: rewrited
6810:
6811: 2007-07-06 misha
6812:
6813: * tests/: 153.html, results/153.processed: - added test for
6814: ^math:sha1[string]
6815:
6816: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
6817: transcoded
6818:
6819: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
6820: were added
6821:
6822: 2007-06-28 misha
6823:
6824: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
6825: some incorrect chars
6826:
6827: 2007-06-19 misha
6828:
6829: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
6830: were moved on top because of gcc 4 had a problems during
6831: building.
6832:
6833: 2007-06-18 misha
6834:
6835: * tests/results/019.processed: - new image commited
6836:
6837: 2007-06-09 misha
6838:
6839: * src/classes/: op.C, table.C: - in while and table.select method
6840: as_expression used now
6841:
6842: * src/types/pa_vmethod_frame.h: - method as_expression was added
6843:
6844: 2007-06-08 misha
6845:
6846: * tests/: 166.html, results/166.processed: - test for
6847: ^match[...][n]
6848:
6849: * tests/: 165.html, results/165.processed: - tests for loops
6850:
6851: * src/lib/cord/include/private/cord_pos.h: - back to origin value
6852: because of no speed/memory optimisation but some proglems with
6853: long cycles occure
6854:
6855: 2007-06-06 misha
6856:
6857: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
6858: ^table.select(true) and ^table.select(1) didn't works because of
6859: awaiting junction-param only. fixed.
6860:
6861: 2007-05-24 misha
6862:
6863: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
6864: with 0.5 secs interval
6865:
6866: * src/classes/op.C: - cache was rewrited. I hope it works with
6867: locking system now on unix
6868:
6869: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
6870: system locks which wait till other threads release it but try get
6871: lock, if fail wait 1 sec and make 10 attempts.
6872:
6873: * src/include/pa_os.h: - consts for blocking locks + some comments
6874: were added
6875:
6876: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
6877: opening files
6878:
6879: * src/classes/table.C: - changes in includes. if unclude <sstream>
6880: after our classes on unix it can't be build
6881:
6882: * src/types/pa_vhashfile.C: - not needed code removed
6883:
6884: 2007-05-23 misha
6885:
6886: * src/: classes/file.C, classes/op.C, main/pa_common.C,
6887: include/pa_common.h: - cosmetic changes
6888:
6889: 2007-05-18 misha
6890:
6891: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
6892: often. it's give some speed increasing
6893:
6894: * tests/results/160.processed: - returned time corrected
6895:
6896: * tests/160.html: - time increased because on unix 1 mean nothing
6897: :(
6898:
6899: * operators.txt: - added info about ^hash.contain[key]
6900:
6901: * src/classes/hash.C: - added ^hash.contain[key]
6902:
6903: * src/include/pa_hash.h: - added method for checking key exists in
6904: hash
6905:
6906: 2007-05-07 misha
6907:
6908: * src/include/pa_string.h: - was compilation error during build on
6909: freebsd4
6910:
6911: 2007-05-03 misha
6912:
6913: * src/classes/table.C: - option $.type[hash|string|table] was added
6914: for ^table.hash[]
6915:
6916: * src/classes/file.C: - comment removed
6917:
6918: 2007-04-26 misha
6919:
6920: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
6921: real files doesn't opened in place anymore
6922:
6923: 2007-04-24 misha
6924:
6925: * src/classes/math.C: - I thought one more time and remove lg(N) :)
6926:
6927: * src/include/pa_exception.h: "static" removed
6928:
6929: 2007-04-23 misha
6930:
6931: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
6932:
6933: * src/classes/math.C: added: - ^math:ln(N) (the same as
6934: ^math:log(N)) - ^math:lg(N)
6935:
6936: * tests/: 097.html, results/097.processed: - charsets converstion
6937: during ^file::load[text;http://...] added
6938:
6939: * tests/: 164.html, results/164.processed: - check for set expires
6940: as a date
6941:
6942: * tests/: 164.html, results/164.processed: - test for hashfile
6943:
6944: * src/classes/hashfile.C: - little comment changes
6945:
6946: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
6947: access
6948:
6949: * src/: classes/date.C, classes/double.C, classes/file.C,
6950: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
6951: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
6952: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
6953: classes/xnode.h, include/pa_request.h, main/execute.C,
6954: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
6955: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
6956: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
6957: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
6958: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
6959: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
6960: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6961: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
6962: "parser.runtime" strings were removed
6963:
6964: * src/classes/hashfile.C: - with .clear[] called files_delete()
6965: now.
6966:
6967: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
6968:
6969: * src/include/pa_exception.h: - string constant with
6970: "parser.runtime" text was added
6971:
6972: 2007-04-20 misha
6973:
6974: * operators.txt: - some comments changing
6975:
6976: * operators.txt: - added info about .^hashfile.release[],
6977: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
6978:
6979: * configure: =cheching for unsetenv
6980:
6981: * src/classes/hashfile.C: - ^hashfile.cleanup[],
6982: ^hashfile.release[] were added
6983:
6984: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
6985: ^string.match[][] understand new option now: return number of
6986: matches but not table wit results
6987:
6988: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
6989: reopen now
6990:
6991: * src/classes/op.C: - bug. must be false
6992:
6993: * configure.in: - checking for unsetenv was added
6994:
6995: * src/types/pa_vform.C: - some comments
6996:
6997: 2007-04-18 misha
6998:
6999: * buildall-with-xml: moving to libxml2-2.6.28
7000:
7001: * buildall-with-xml, buildall-without-xml: added commented lines
7002: with --disable-safe-mode option
7003:
7004: * operators.txt: - info about $form:files
7005:
7006: 2007-04-17 misha
7007:
7008: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
7009: $form:files was added
7010:
7011: * tests/: 163.html, results/163.processed: removing auto format
7012:
7013: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
7014:
7015: 2007-04-16 misha
7016:
7017: * tests/: 163.html, results/163.processed: - test for .int[],
7018: floor, round, ceiling and .format[]
7019:
7020: * src/classes/file.C: - little optimization for getting args in
7021: exec/cgi
7022:
7023: 2007-04-13 misha
7024:
7025: * src/classes/file.C: - arguments for file::exec/cgi can be
7026: specified now as s table with one column
7027:
7028: 2007-03-27 misha
7029:
7030: * tests/: 162.html, results/162.processed: - test for
7031: ^table.select(^condition[$t])
7032:
7033: * tests/results/auto.p: - load windows-1251 charset for some tests
7034:
7035: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
7036:
7037: * tests/: results/161.processed, 161.html, 161_utf8.txt,
7038: 161_windows1251.txt: - added test for
7039: ^file::load[text;/local/file.txt;$.charset[...]]
7040:
7041: * tests/: results/013.processed, 013.html: - added test for
7042: checking $._default value while hash modifications
7043:
7044: * tests/: 160.html, results/160.processed: - add test for
7045: ^cache[key](secs){code}, ^cache[] and ^cache(0)
7046:
7047: 2007-03-22 misha
7048:
7049: * src/include/pa_common.h: - "charset" string defined for
7050: ^file::load[text;/local.txt] and ^table::load[/table.txt]
7051:
7052: * src/main/: pa_common.C, pa_http.C: - $.charset option for
7053: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
7054: added - not needed transcodes were removed from
7055: ^file::load[...;http://...]
7056:
7057: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
7058: added
7059:
7060: * src/classes/date.C: - date.week was fixed
7061:
7062: * operators.txt: - added info about date.weekyear
7063:
7064: * tests/: 159.html, results/159.processed: - tests for date.week
7065: and date.weekyear added
7066:
7067: 2007-03-15 misha
7068:
7069: * src/classes/table.C: - enclose column numbers for nameless tables
7070: as well
7071:
7072: 2007-03-14 misha
7073:
7074: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
7075:
7076: * src/classes/table.C: - table.save optimization: now required much
7077: less memory
7078:
7079: 2007-03-13 misha
7080:
7081: * tests/results/: 158.processed, 158.processes: - tests for
7082: table.save/table.load
7083:
7084: * tests/: 158.html, results/158.processes: - tests for
7085: table.save/table.load
7086:
7087: * buildall-with-xml: libxml2: --without-ftp --without-docbook
7088:
7089: * buildall-with-xml: - pattern needed now for building
7090:
7091: * tests/results/097.processed: - added test results for xdoc::load
7092: & xdoc::load[http://...]
7093:
7094: * tests/097.html: - added test for xdoc::load
7095:
7096: 2007-03-12 misha
7097:
7098: * tests/: 107.html, results/107.processed: - added test for xpath
7099: '//man'
7100:
7101: 2007-03-01 misha
7102:
7103: * tests/: 097.html, results/097.processed: - added test for
7104: creating xdoc from file
7105:
7106: * tests/: results/157.processed, 157.html: - added test for
7107: file:move
7108:
7109: 2007-02-28 misha
7110:
7111: * src/classes/xdoc.C: - another attempt
7112:
7113: * src/classes/xdoc.C: - roll back last changes for a while
7114:
7115: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
7116:
7117: * src/classes/file.C: - under lock we create non-exist dir anyway
7118:
7119: * tests/results/099.processed: - ever send content-disposition to
7120: client with file
7121:
7122: * tests/157.html: + test for file:copy
7123:
7124: 2007-02-26 misha
7125:
7126: * src/classes/file.C: - some similar strings moved to #define
7127: instead of to be copy/pasted many times
7128:
7129: * src/types/pa_vfile.h: - class name string ("file") moved to
7130: #define
7131:
7132: 2007-02-20 misha
7133:
7134: * bin/auto.p.dist.in: - added lines for sqlite
7135:
7136: * configure.in: - added some strings for sqlite detection
7137:
7138: 2007-02-19 misha
7139:
7140: * operators.txt: - some comments changes
7141:
7142: * buildall-with-xml, buildall-without-xml: - some modifications
7143:
7144: 2007-02-17 misha
7145:
7146: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
7147:
7148: * src/main/pa_request.C: - damn, i forgot to commit it while I
7149: change console behaviour
7150:
7151: 2007-02-12 misha
7152:
7153: * src/targets/cgi/parser3.C: - don't print headers if
7154: $console:line[data] was used during cgi execution.
7155:
7156: * src/types/pa_vconsole.h: - console class have bool flag now which
7157: marked as 'true' if class was used.
7158:
7159: * tests/: 152.html, results/152.processed: - more types was added
7160: to test 152
7161:
7162: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
7163: adding 'bool' (^if($image){} caused exception)
7164:
7165: 2007-02-09 misha
7166:
7167: * tests/: 152.html, results/152.processed: - test alightly updated
7168:
7169: * tests/: 152.html, results/152.processed: - test rewrited
7170:
7171: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
7172: bugfix. I broke xdoc & xnode in expression
7173:
7174: 2007-02-08 misha
7175:
7176: * tests/: 152.html, results/152.processed: - add test for checking
7177: 'def' for void, string, bool, int & double
7178:
7179: 2007-02-07 misha
7180:
7181: * operators.txt: - ^file:base64[filespec] was added
7182:
7183: * tests/results/153.processed: - result test for
7184: ^file:base64[filespec] was updated
7185:
7186: * tests/153.html: - test for ^file:base64[filespec] was added
7187:
7188: * src/types/pa_vconsole.h: - little optimization
7189:
7190: * src/classes/file.C: - ^file:base64[filespec]
7191:
7192: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
7193:
7194: * src/include/pa_common.h: - declarations for
7195: ^file:base64[filespec]
7196:
7197: * src/types/pa_vcookie.C: - little optimization
7198:
7199: 2007-02-06 misha
7200:
7201: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
7202: were temporary commented
7203:
7204: * src/types/pa_vbool.h: - bugfix
7205:
7206: * tests/156.html: - added test for bool cookie
7207:
7208: * src/types/pa_vcookie.h: - not needed string "cookie" removed
7209:
7210: * tests/: 155.html, results/155.processed: - added test for check
7211: $.encloser[] option for table save/load
7212:
7213: * tests/: 153.html, 154.html, todo.txt: - two more tests added
7214:
7215: 2007-02-05 misha
7216:
7217: * tests/results/152.processed: - newline at the end was missed
7218:
7219: * tests/results/141.processed: - math:md5 must be lowercased
7220:
7221: * src/targets/cgi/parser3.C: - 2007 in help ;)
7222:
7223: 2007-02-03 misha
7224:
7225: * tests/results/: 150.processed, 151.processed, 152.processed: -
7226: test for bool added and some content length fixes
7227:
7228: * tests/152.html: - test for bool added
7229:
7230: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
7231:
7232: * operators.txt: - info bool class was added
7233:
1.101 moko 7234: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 7235: classes/classes.vcproj, classes/double.C, classes/int.C,
7236: classes/string.C, classes/void.C, classes/xnode.C,
7237: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
7238: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
7239: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
7240: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7241: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
7242: types/types.vcproj: - bool class was added
7243:
7244: * src/main/pa_request.C: - fix
7245:
7246: 2007-01-18 misha
7247:
7248: * src/: main/pa_string.C, classes/string.C: - return table during
7249: ^string.match[][] even if no matched found.
7250:
7251: 2006-12-20 misha
7252:
7253: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
7254: http://www.parser.ru/forum/?id=55598 ]
7255:
7256: 2006-12-19 misha
7257:
7258: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
7259: details: http://www.parser.ru/forum/?id=52359
7260:
7261: * src/main/pa_request.C: - always set content-disposition for
7262: $response:body[hash here]. more details:
7263: http://www.parser.ru/forum/?id=52130
7264:
7265: 2006-12-07 misha
7266:
7267: * operators.txt: - added info about bool params in cookie set
7268:
7269: * src/types/pa_vcookie.C: - bool param in cookies available now
7270: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
7271: ]
7272:
7273: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
7274: was added
7275:
7276: 2006-12-02 misha
7277:
7278: * src/classes/file.C: - file_block_read used instead of native read
7279:
7280: * src/main/pa_common.C: - added file_block_read with read error
7281: detection - file_block_read used instead of native read
7282:
7283: * src/include/pa_common.h: - added file_block_read declaration
7284:
7285: 2006-12-01 misha
7286:
7287: * operators.txt: - info about $var.CLASS_NAME was added
7288:
7289: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
7290: $var.CLASS_NAME added
7291:
7292: * operators.txt: - added info about ^file:copy[]
7293:
7294: * src/classes/file.C: - ^file:copy[from;fo] was added
7295:
7296: 2006-11-20 misha
7297:
7298: * src/classes/date.C: - bug fix :)
7299:
7300: 2006-11-17 misha
7301:
7302: * src/include/pa_common.h: - array in crc32 calculation was changed
7303: to static
7304:
7305: * src/main/pa_common.C: - little optimization in getMonthDays -
7306: small changes in crc32 calculation
7307:
7308: * src/classes/date.C: - not needed code was removed
7309:
7310: 2006-11-16 misha
7311:
7312: * src/types/pa_vmail.C: - fix missed brakes
7313:
7314: * src/types/pa_vmail.C: - mail:send now set content-type:
7315: multipart/related instead of multipart/mixed if file have
7316: $.content-id[]
7317:
7318: 2006-11-15 misha
7319:
7320: * src/types/pa_vdouble.h: abs -> fabs
7321:
7322: 2006-11-14 misha
7323:
7324: * operators.txt: - added info about ^file.md5[] and
7325: ^file:md5[file-name]
7326:
7327: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
7328: added
7329:
7330: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
7331: FILE_BUFFER_SIZE
7332:
7333: * src/classes/math.C: - hex_string was moved to pa_common.h
7334:
7335: * src/include/pa_common.h: - hex_string was moved from math.C -
7336: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
7337:
7338: * src/types/pa_vdouble.h: - incorrect frac detection with negative
7339: values was fixed
7340:
7341: 2006-11-13 misha
7342:
7343: * operators.txt: - added info about ^math:crc32[string],
7344: ^file:crc32[file-name] & ^file.crc32[]
7345:
7346: * src/classes/math.C: - added ^math:crc32[string]
7347:
7348: * src/classes/file.C: - some comments were changed - added
7349: ^file:crc32[file-name] and ^file.crc32[]
7350:
7351: * src/: include/pa_common.h, main/pa_common.C: - some functions for
7352: crc32 calculation added
7353:
7354: 2006-11-03 misha
7355:
7356: * src/include/pa_array.h: - not needed variable removed
7357:
7358: * tests/: 150.html, 151.html, results/150.processed,
7359: results/151.processed: - 2 tests were added
7360:
7361: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
7362: with $.reverse(1) were fixed
7363:
7364: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
7365: query converted to $.charset during ^file::load[http://...]
7366:
7367: 2006-11-02 misha
7368:
7369: * src/include/pa_table.h: ups. forget '=' char
7370:
7371: * src/include/pa_table.h: - one more fix in
7372: .locate[...][$.reverse(1)]
7373:
7374: 2006-11-01 misha
7375:
7376: * src/classes/math.C: - bug fix, details:
7377: http://www.parser.ru/forum/?id=53360
7378:
7379: * src/include/pa_table.h: - bug fix during ^table.locate( condition
7380: false for all records )[$.reverse(1)]
7381:
7382: * src/main/pa_http.C: - second param for this mid method is length
7383: but not end_index so this method has error and can't detect
7384: charsets in next content-types: Content-type: text/html;
7385: charset="windows-1251" Content-type: text/html;
7386: charset="windows-1251"; Content-type: text/html;
7387: charset=windows-1251;
7388:
7389: only Content-type: text/html; charset=windows-1251 was fine
7390:
7391: 2006-10-31 misha
7392:
7393: * src/classes/file.C: - empty args in file::exec removed now
7394:
7395: 2006-09-11 misha
7396:
7397: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
7398: replaced to table::create - some changes in text/code formatting
7399:
7400: 2006-09-03 paf
7401:
7402: * src/classes/file.C: proper tainting of
7403: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
7404:
7405: 2006-06-09 paf
7406:
7407: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
7408:
7409: * src/classes/table.C: formatting
7410:
7411: * src/classes/table.C: incorporated patch from misha: Sent:
7412: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
7413: ignoring string options for ^table.save[]
7414:
7415: * src/classes/hash.C: incorporated patch from misha Sent:
7416: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
7417: $hash._default disappear while
7418:
7419: * operators.txt: ^mail:send[ $.file1[ $.value[file]
7420: $.format[!uue|!base64] << new base64 option. default uue ] ]
7421:
7422: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
7423: PM Subject: patch for base64 in ^mail:send[] %-)
7424:
7425: 2006-04-09 paf
7426:
7427: * src/main/compile.tab.C: ` change compiled
7428:
7429: * gnu.vcproj, operators.txt, parser3.sln,
7430: src/classes/classes.vcproj, src/classes/file.C,
7431: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
7432: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
7433: src/classes/xnode.C, src/include/pa_array.h,
7434: src/include/pa_config_fixed.h, src/include/pa_dir.h,
7435: src/include/pa_memory.h, src/include/pa_request.h,
7436: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
7437: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
7438: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
7439: src/lib/pcre/pcre_dftables.vcproj,
7440: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
7441: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
7442: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
7443: src/main/pa_cache_managers.C, src/main/pa_charset.C,
7444: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
7445: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
7446: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
7447: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
7448: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
7449: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
7450: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
7451: src/types/pa_value.h, src/types/pa_vcookie.C,
7452: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
7453: src/types/pa_vmail.C, src/types/pa_vresponse.C,
7454: src/types/pa_vstatus.C, src/types/types.vcproj,
7455: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
7456: ^menu, ^hash/hashfile.foreach
7457:
7458: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
7459: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
7460: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
7461: src/classes/xnode.C, src/include/pa_array.h,
7462: src/include/pa_config_fixed.h, src/include/pa_dir.h,
7463: src/include/pa_memory.h, src/include/pa_request.h,
7464: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
7465: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
7466: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
7467: src/lib/pcre/pcre_dftables.vcproj,
7468: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
7469: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
7470: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
7471: src/main/pa_cache_managers.C, src/main/pa_charset.C,
7472: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
7473: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
7474: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
7475: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
7476: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
7477: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
7478: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
7479: src/types/pa_value.h, src/types/pa_vcookie.C,
7480: src/types/pa_vmail.C, src/types/pa_vresponse.C,
7481: src/types/pa_vstatus.C, src/types/types.vcproj,
7482: tests/descript.ion: ! switched to VS2005 (projects and
7483: object<info explicitly typed>.for_each(, info)) +
7484: $response:field[] setting void means removing + grammar $name`
7485: name stops now, for mysql `$field` + started ^break[]
7486: ^continue[], in ^for. TODO: to other iterators (while, menu,
7487: foreach) + all log messages += [uri=, method=, cl=]
7488:
7489: * buildall-with-xml: merged . ftp paths update
7490:
7491: * buildall-with-xml: . ftp paths update
7492:
7493: 2006-03-04 paf
7494:
7495: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
7496: checks++ [thanks to Igor Zinkovsky for detailed report]
7497:
7498: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
7499: Igor Zinkovsky for detailed report]
7500:
7501: 2006-03-01 paf
7502:
7503: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
7504: \n to ' ' in
7505:
7506: 2006-02-18 paf
7507:
7508: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
7509: \n to ' ' in
7510:
7511: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
7512:
7513: 2006-02-03 paf
7514:
7515: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
7516: base64
7517:
7518: * src/main/pa_common.C: ! bugfix: decoding from base64
7519:
7520: 2006-01-20 paf
7521:
7522: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
7523: economy fix
7524:
7525: * src/classes/: table.C: merged from HEAD ! bugfix
7526: ^table.save[$.encloser-s now handled properly
7527:
7528: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
7529: handled properly
7530:
7531: 2006-01-19 paf
7532:
7533: * buildall-with-xml, buildall-without-xml: merged from HEAD !
7534: libgc:USE_MUNMAP activates merging of free memory blocks which
7535: helps a lot in our case: after transform we want
7536: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
7537:
7538: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
7539: economy fix
7540:
7541: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
7542: activates merging of free memory blocks which helps a lot in our
7543: case: after transform we want CORD(main.result)->cstr[big
7544: malloc]->transcode[big malloc]
7545:
7546: 2006-01-17 paf
7547:
7548: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
7549: before reading them. got rid of reallocs = became quicker and
7550: less fragmentated
7551:
7552: 2005-12-29 paf
7553:
1.101 moko 7554: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
7555: configure, configure.in, src/include/pa_version.h,
7556: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 7557: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
7558: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
7559: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
7560: src/lib/ltdl/missing: . merged from 3.2.1
7561:
1.101 moko 7562: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
7563: packaged when 'make dist', so do configure companion files in
7564: src/lib/ltdl
7565:
7566: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
7567: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
7568: missing: . now config_auto.h is created with configure [were
7569: constant]
1.95 moko 7570:
7571: * INSTALL: . references to documentation and some clarification
7572:
7573: * buildall-with-xml, buildall-without-xml: . farawell doc
7574: indication
7575:
1.101 moko 7576: * Makefile.am: . dist+=buildall*
1.95 moko 7577:
7578: 2005-12-28 paf
7579:
7580: * configure: . 3.2.1
7581:
7582: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
7583: simplify build process, see INSTALL
7584:
7585: 2005-12-26 paf
7586:
7587: * configure: ver
7588:
7589: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
7590: version
7591:
7592: 2005-12-21 paf
7593:
7594: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
7595: compiled with bison 1.875b, it reports unexpected token names
7596:
7597: 2005-12-19 paf
7598:
7599: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
7600: holds a link to xmlNode to prevent premature gc(xmlNode)
7601:
7602: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
7603: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
7604: src/main/main.vcproj, src/main/pa_globals.C,
7605: src/targets/cgi/parser3.vcproj,
7606: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
7607: configure, configure.in, src/include/pa_version.h: . killing
7608: gdome [what a relief]
7609:
7610: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
7611: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
7612: run_parser.sh, results/001.processed, results/002.processed,
7613: results/003.processed, results/004.processed,
7614: results/005.processed, results/006.processed,
7615: results/008.processed, results/009.processed,
7616: results/010.processed, results/011.processed,
7617: results/012.processed, results/013.processed,
7618: results/014.processed, results/015.processed,
7619: results/016.processed, results/017.processed,
7620: results/018.processed, results/020.processed,
7621: results/021.processed, results/022.processed,
7622: results/023.processed, results/024.processed,
7623: results/025.processed, results/026.processed,
7624: results/027.processed, results/028.processed,
7625: results/029.processed, results/030.processed,
7626: results/031.processed, results/032.processed,
7627: results/033.processed, results/034.processed,
7628: results/035.processed, results/036.processed,
7629: results/037.processed, results/038.processed,
7630: results/039.processed, results/040.processed,
7631: results/041.processed, results/042.processed,
7632: results/043.processed, results/044.processed,
7633: results/045.processed, results/046.processed,
7634: results/047.processed, results/048.processed,
7635: results/049.processed, results/050.processed,
7636: results/051.processed, results/052.processed,
7637: results/053.processed, results/054.processed,
7638: results/055.processed, results/056.processed,
7639: results/057.processed, results/058.processed,
7640: results/059.processed, results/060.processed,
7641: results/061.processed, results/062.processed,
7642: results/063.processed, results/064.processed,
7643: results/065.processed, results/066.processed,
7644: results/067.processed, results/068.processed,
7645: results/069.processed, results/070.processed,
7646: results/071.processed, results/072.processed,
7647: results/073.processed, results/074.processed,
7648: results/075.processed, results/076.processed,
7649: results/077.processed, results/078.processed,
7650: results/079.processed, results/080.processed,
7651: results/081.processed, results/082.processed,
7652: results/083.processed, results/084.processed,
7653: results/085.processed, results/086.processed,
7654: results/087.processed, results/088.processed,
7655: results/089.processed, results/090.processed,
7656: results/091.processed, results/092.processed,
7657: results/093.processed, results/094.processed,
7658: results/095.processed, results/096.processed,
7659: results/097.processed, results/099.processed,
7660: results/100.processed, results/101.processed,
7661: results/102.processed, results/104.processed,
7662: results/105.processed, results/106.processed,
7663: results/107.processed, results/108.processed,
7664: results/109.processed, results/110.processed,
7665: results/111.processed, results/112.processed,
7666: results/113.processed, results/114.processed,
7667: results/115.processed, results/117.processed,
7668: results/119.processed, results/120.processed,
7669: results/121.processed, results/122.processed,
7670: results/123.processed, results/124.processed,
7671: results/125.processed, results/126.processed,
7672: results/127.processed, results/128.processed,
7673: results/129.processed, results/130.processed,
7674: results/131.processed, results/132.processed,
7675: results/133.processed, results/134.processed,
7676: results/135.processed, results/136.processed,
7677: results/138.processed, results/139.processed,
7678: results/140.processed, results/141.processed,
7679: results/142.processed, results/143.processed,
7680: results/144.processed, results/145.processed,
7681: results/146.processed, results/147.processed,
7682: results/148.processed, results/149.processed, results/auto.p: .
7683: now works if we turn off default auto.p
7684:
1.101 moko 7685: * configure: . makes
1.95 moko 7686:
7687: * src/types/pa_vxnode.C: . less warnings
7688:
7689: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
7690: tests/145.html, tests/149.html, tests/descript.ion,
7691: tests/outputs/d.cmd, tests/results/142.processed,
7692: tests/results/143.processed, tests/results/144.processed,
7693: tests/results/145.processed, tests/results/146.processed,
7694: tests/results/147.processed, tests/results/148.processed,
7695: tests/results/149.processed: . removed .nodeValue from all node
7696: types other than 5 (grabbed piece from gdome)
7697:
7698: * tests/: 137.html, results/137.processed: . not handled this case
7699: yet. code does not hang from inserting parent into child,
7700: considering thing minor issue -- nodes are removed from source
7701: anyway, don't know why shold that be an error after all
7702:
7703: * src/targets/cgi/parser3.C: . style
7704:
7705: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
7706: xdoc too [were barking "not element"]
7707:
7708: 2005-12-16 paf
7709:
7710: * tests/: 146.html, 147.html, 148.html: . more tests
7711:
7712: * src/classes/xnode.C: . also bark on possible errors
7713:
7714: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
7715: props
7716:
7717: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
7718: main/compile.y: merged from HEAD ! fixed overoptimized
7719: ^call(false) case. (confused it with ^call[] case)
7720:
7721: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
7722: ^call(false) case. (confused it with ^call[] case)
7723:
7724: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
7725:
7726: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
7727: results/001.processed, results/002.processed,
7728: results/003.processed, results/004.processed,
7729: results/005.processed, results/006.processed,
7730: results/008.processed, results/009.processed,
7731: results/010.processed, results/011.processed,
7732: results/012.processed, results/013.processed,
7733: results/014.processed, results/015.processed,
7734: results/016.processed, results/017.processed,
7735: results/018.processed, results/019.processed,
7736: results/020.processed, results/021.processed,
7737: results/022.processed, results/023.processed,
7738: results/024.processed, results/025.processed,
7739: results/026.processed, results/027.processed,
7740: results/028.processed, results/029.processed,
7741: results/030.processed, results/031.processed,
7742: results/032.processed, results/033.processed,
7743: results/034.processed, results/035.processed,
7744: results/036.processed, results/037.processed,
7745: results/038.processed, results/039.processed,
7746: results/040.processed, results/041.processed,
7747: results/042.processed, results/043.processed,
7748: results/044.processed, results/045.processed,
7749: results/046.processed, results/047.processed,
7750: results/048.processed, results/049.processed,
7751: results/050.processed, results/051.processed,
7752: results/052.processed, results/053.processed,
7753: results/054.processed, results/055.processed,
7754: results/056.processed, results/057.processed,
7755: results/058.processed, results/059.processed,
7756: results/060.processed, results/061.processed,
7757: results/062.processed, results/063.processed,
7758: results/064.processed, results/065.processed,
7759: results/066.processed, results/067.processed,
7760: results/068.processed, results/069.processed,
7761: results/070.processed, results/071.processed,
7762: results/072.processed, results/073.processed,
7763: results/074.processed, results/075.processed,
7764: results/076.processed, results/077.processed,
7765: results/078.processed, results/079.processed,
7766: results/080.processed, results/081.processed,
7767: results/082.processed, results/083.processed,
7768: results/084.processed, results/085.processed,
7769: results/086.processed, results/087.processed,
7770: results/088.processed, results/089.processed,
7771: results/090.processed, results/091.processed,
7772: results/092.processed, results/093.processed,
7773: results/094.processed, results/095.processed,
7774: results/096.processed, results/097.processed,
7775: results/099.processed, results/101.processed,
7776: results/102.processed, results/104.processed,
7777: results/105.processed, results/106.processed,
7778: results/107.processed, results/108.processed,
7779: results/109.processed, results/110.processed,
7780: results/111.processed, results/112.processed,
7781: results/113.processed, results/114.processed,
7782: results/115.processed, results/116.processed,
7783: results/117.processed, results/118.processed,
7784: results/119.processed, results/120.processed,
7785: results/121.processed, results/122.processed,
7786: results/123.processed, results/124.processed,
7787: results/125.processed, results/126.processed,
7788: results/127.processed, results/128.processed,
7789: results/129.processed, results/130.processed,
7790: results/131.processed, results/132.processed,
7791: results/133.processed, results/134.processed,
7792: results/135.processed, results/136.processed,
7793: results/137.processed, results/138.processed,
7794: results/139.processed, results/140.processed,
7795: results/141.processed: . refreshed old tests, made them work
7796: without auto.p (in utf8) . things noted: . gif got encoded
7797: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
7798: some strange year)
7799:
7800: * INSTALL: . revived linux libgc fix
7801:
7802: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
7803: glib/gdome in INSTALL and patches]
7804:
7805: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
7806: include/pa_charset.h, include/pa_config_includes.h,
7807: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
7808: include/pa_xml_exception.h, lib/cord/Makefile.am,
7809: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7810: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
7811: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
7812: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
7813: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
7814: types/pa_vxnode.h: . started killing gdome
7815:
7816: 2005-12-13 paf
7817:
7818: * src/main/: pa_request.C: merged from HEAD ! when code in
7819: @unhandled_exception thrown another exception, print correct
7820: origin (earlier code in catch of exception inside of
7821: @unhandled_exception grabbed parent_frame(original_exception)
7822: origin and printed it, instead of true origin)
7823:
7824: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
7825: another exception, print correct origin (earlier code in catch of
7826: exception inside of @unhandled_exception grabbed
7827: parent_frame(original_exception) origin and printed it, instead
7828: of true origin)
7829:
7830: 2005-12-09 paf
7831:
7832: * INSTALL: . updated INSTALL doc to work around linux stack base
7833: detection problem, due to change in gc6.4 code
7834:
7835: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
7836: ignored in ^string.matched :(
7837:
7838: * src/main/pa_string.C: ! regex tainting were ignored in
7839: ^string.matched :(
7840:
7841: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
7842: src/include/pa_config_fixed.h, src/include/pa_version.h,
7843: src/main/compile.y, src/main/compile_tools.h,
7844: src/main/pa_charset.C, src/main/pa_common.C,
7845: src/main/pa_globals.C, src/main/pa_string.C,
7846: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
7847: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
7848:
7849: 2005-12-08 paf
7850:
7851: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
7852: 500 chars now handled OK [were wrapped on 500th char according to
7853: rfc, but sendmail failed to unwrap it properly]
7854:
7855: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
7856: handled OK [were wrapped on 500th char according to rfc, but
7857: sendmail failed to unwrap it properly]
7858:
7859: * src/targets/isapi/parser3isapi.C: . less warnings
7860:
7861: * src/targets/isapi/parser3isapi.C: . undone some strange change
7862: since 3.1.5
7863:
7864: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
7865: link fixes
7866:
7867: * src/: classes/date.C, include/pa_config_fixed.h,
7868: main/compile.tab.C, main/compile.y, main/compile_tools.h,
7869: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
7870: main/pa_string.C, targets/cgi/getopt.c: . less warnings
7871:
7872: * src/include/pa_config_fixed.h: . removed outdated string origins
7873: [in current storage scheme there's no place for them. someday we
7874: can add third CORD to store origins and special version of parser
7875: which stores origins there [separate binary]]
7876:
7877: 2005-12-07 paf
7878:
7879: * src/targets/isapi/parser3isapi.C: . now links in release mode
7880:
7881: * src/include/pa_version.h: makefiles
7882:
7883: * src/include/pa_version.h: . not beta
7884:
7885: * configure, configure.in, src/include/pa_version.h: not beta
7886:
7887: 2005-12-06 paf
7888:
7889: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
7890: [some details here http://i2/tasks/edit/?id=4869912143891354460]
7891: decided to undo the change ^call[$void] passes void. now it will
7892: pass empty string again.
7893:
7894: * src/main/: compile.tab.C, compile.y: . version readded
7895:
7896: * src/classes/op.C: . in this version there is no ^switch[$nothing]
7897: = ^switch[void] problem
7898:
7899: 2005-12-01 paf
7900:
7901: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
7902: caused ^case[string] to be coerced to double since searching
7903: value were not string (it was vvoid)
7904:
7905: * src/classes/op.C: . bugfix ^switch[$void_value] caused
7906: ^case[string] to be coerced to double since searching value were
7907: not string (it was vvoid)
7908:
7909: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
7910: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
7911:
7912: 2005-11-30 paf
7913:
7914: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
7915: win32 must putenv("TZ="), on unix works only putenv("TZ")
7916:
7917: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
7918: putenv("TZ="), on unix works only putenv("TZ")
7919:
7920: * INSTALL: . xml libs versions updated
7921:
7922: * src/main/pa_globals.C: //20051130 trying to remove this, author
7923: claims that fixed a lot there // 20040920 for now both
7924: workarounds needed. wait for new libxml/xsl versions
7925:
7926: 2005-11-28 paf
7927:
7928: * src/classes/table.C: merged from HEAD: ! nameless table has
7929: columns==0
7930:
7931: * src/classes/table.C: ! nameless table has columns==0
7932:
7933: * src/main/pa_http.C: merged from HEAD: ! status line check made
7934: earlier [was totally wrong]
7935:
7936: * src/main/pa_http.C: ! status line check made earlier [was totally
7937: wrong]
7938:
7939: 2005-11-25 paf
7940:
7941: * src/include/pa_array.h: -this reduces speed(table::load) strange.
7942: undoing for now...
7943:
7944: * src/include/pa_version.h: -this reduces speed(table::load),
7945: strange. undoing
7946:
7947: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
7948:
7949: * src/classes/op.C: + ^while(){}[SEPARATOR]
7950:
7951: * src/include/pa_array.h: + optimistics added: all arrays (table
7952: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
7953: this speeds things up and saves memory a LOT! (not noticed
7954: negative effect on syntetic tests, future will tell...)
7955:
7956: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
7957: changed gc_malloc implementation, which obscured profiling
7958:
7959: * src/classes/table.C: merged from HEAD: + optimized
7960: table::load/sql, now row ArrayString-s allocated with
7961: columns.count() elements and don't always grow from
7962: count=3[realloc,realloc]
7963:
7964: * src/classes/table.C: + optimized table::load/sql, now row
7965: ArrayString-s allocated with columns.count() elements and don't
7966: always grow from count=3[realloc,realloc]
7967:
7968: * src/classes/table.C: merged from HEAD: . ^table.save unused
7969: buffer after save
7970:
7971: * src/classes/table.C: . ^table.save unused buffer after save
7972:
7973: 2005-11-24 paf
7974:
7975: * configure.in: . merged glib2-config patch
7976:
7977: * configure.in: + trying to find glib2-config
7978:
7979: * src/: classes/file.C, include/pa_common.h, main/execute.C,
7980: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
7981: file/dir_readable to simple file/dir_exist, this would help in
7982: situations "class not found because .p file has bad rights" << in
7983: that case error would be explicit "access denied to 'this' file"
7984:
1.101 moko 7985: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 7986:
7987: * src/: classes/file.C, include/pa_common.h, main/execute.C,
7988: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
7989: to simple file/dir_exist, this would help in situations "class
7990: not found because .p file has bad rights" << in that case error
7991: would be explicit "access denied to 'this' file"
7992:
7993: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
7994: include/pa_http.h, main/Makefile.am, main/main.vcproj,
7995: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
7996: ^file::exec/cgi[script;$.charset[changed]
7997: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
7998: encoded in $.charset charset
7999:
8000: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
8001: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
8002: encoded in $.charset charset
8003:
8004: * src/: include/Makefile.am, include/pa_common.h,
8005: include/pa_http.h, main/Makefile.am, main/main.vcproj,
8006: main/pa_common.C, main/pa_http.C: . extracted http:// into
8007: separate file [preparation for
8008: ^file::cgi[script;$.form[$.field1[]
8009:
8010: 2005-11-22 paf
8011:
8012: * src/: include/pa_version.h, main/compile.tab.C: makefiles
8013:
8014: * acinclude.m4, configure.in: . merged underquting fixes
8015:
1.101 moko 8016: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 8017:
8018: * src/classes/op.C: . overmerged a little
8019:
8020: * src/main/compile.tab.C: Makefile
8021:
8022: * src/main/: pa_common.C: . less gcc warnings
8023:
8024: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
8025: now reports original exception if we have no old cache
8026:
8027: * src/classes/op.C: + $exception.handled[cache] now reports
8028: original exception if we have no old cache
8029:
8030: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
8031: from HEAD: + ^taint/untaint[regex] << escapes these:
8032: \^$.[]|()?*+{}
8033:
8034: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
8035: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
8036:
8037: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
8038: getenv-ed variable, which does not work both on win32&unix.
8039: copied old TZ value now
8040:
8041: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
8042: stored pointer to getenv-ed variable, which does not work both on
8043: win32&unix. copied old TZ value now
8044:
8045: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
8046: getenv-ed variable, which does not work both on win32&unix.
8047: copied old TZ value now
8048:
8049: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
8050: access to internal hash
8051:
8052: * src/types/pa_vresponse.C: + $response:headers access to internal
8053: hash
8054:
8055: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
8056: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
8057: isapi] this reduces number of "GC Warning: Repeated allocation of
8058: very large block" messages to only important onces
8059:
8060: * src/targets/isapi/parser3isapi.C: +
8061: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
8062: isapi] this reduces number of "GC Warning: Repeated allocation of
8063: very large block" messages to only important onces
8064:
8065: * src/classes/string.C: merged from HEAD: + removed limitation on
8066: ^string/int/double:sql{}[$.default[({param style})] ]
8067:
8068: * src/classes/string.C: + removed limitation on
8069: ^string/int/double:sql{}[$.default[({param style})] ]
8070:
8071: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
8072: with ?params or $.form option" limitation
8073:
8074: * src/main/pa_common.C: + removed "use either uri with ?params or
8075: $.form option" limitation
8076:
8077: * src/: classes/file.C, classes/string.C, include/pa_common.h,
8078: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
8079: ^file::base64[encoded] decode
8080:
8081: * src/: classes/file.C, classes/string.C, include/pa_common.h,
8082: main/pa_common.C: + ^file.base64[] encode +
8083: ^file::base64[encoded] decode
8084:
8085: * src/classes/: file.C, string.C: + ^string.base64[] encode +
8086: ^string:base64[encoded] decode
8087:
8088: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
8089: ^string:base64[in] encode + ^string.base64[] decode
8090:
8091: 2005-11-21 paf
8092:
8093: * src/classes/file.C: + merged from HEAD:
8094: ^file::create[text;file.xml;^untaint[xml]{data}]
8095:
8096: * src/classes/file.C: +
8097: ^file::create[text;file.xml;^untaint[xml]{data}]
8098:
8099: * src/main/pa_request.C: ! merged: $response:body[file] now
8100: differes from :download, it does not return content-disposition
8101: at all now [previusely it returned valueless content-disposition]
8102:
8103: * src/main/pa_request.C: ! $response:body[file] now differes from
8104: :download, it does not return content-disposition at all now
8105: [previusely it returned valueless content-disposition]
8106:
8107: * src/main/: compile.tab.C, compile.y: ! overoptimized void
8108: literals, reverted to just vvod, recreating empty array with each
8109: void_value token. that's absolutely needed, since that array
8110: grows
8111:
8112: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
8113: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
8114: types/pa_vmethod_frame.h: + merged: expression literals:
8115: true/false. ^format[$.indent(true)]
8116:
8117: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
8118: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
8119: types/pa_vmethod_frame.h: + expression literals: true/false.
8120: ^format[$.indent(true)]
8121:
8122: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
8123: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
8124: i386-pc-win32)"
8125:
8126: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
8127: $env:PARSER_VERSION reports "3.1.5beta (compiled on
8128: i386-pc-win32)"
8129:
8130: 2005-11-18 paf
8131:
8132: * src/classes/: double.C, int.C: ! ^int/double:sql{select
8133: null}[$.default(123)] will now return default value
8134:
8135: * src/classes/op.C: + merged ^cache[] << returns current cache
8136: expiration time
8137:
8138: * src/classes/op.C: + ^cache[] << returns current cache expiration
8139: time
8140:
8141: * src/classes/table.C: ! merged ^table::create[not'nameless';
8142: failed << Exception.problem_source pointed to local var!
8143:
8144: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
8145: Exception.problem_source pointed to local var!
8146:
8147: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
8148: now loads VFile.ptr!=0, so such files can be saved now
8149:
8150: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
8151: loads VFile.ptr!=0, so such files can be saved now
8152:
8153: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
8154: only . and .. now removed from list [were removed all .*]
8155:
8156: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
8157: .. now removed from list [were removed all .*]
8158:
8159: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
8160: open error now checked, were not :( [stole that piece from apache
8161: 1.3 sources]
8162:
8163: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
8164: checked, were not :( [stole that piece from apache 1.3 sources]
8165:
8166: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
8167: untainting of @main result if returned by $result or
8168: $response:body
8169:
8170: * src/main/pa_request.C: ! ensured proper untainting of @main
8171: result if returned by $result or $response:body
8172:
8173: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
8174: issue: now tries to guess content-length and allocates one big
8175: piece if possible [regretfully gc_realloc works as malloc+free,
8176: leaving lots of holes behind]
8177:
8178: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
8179: fixed file load memory issue: now tries to guess content-length
8180: and allocates one big piece if possible [regretfully gc_realloc
8181: works as malloc+free, leaving lots of holes behind]
8182:
8183: 2005-11-16 paf
8184:
8185: * src/: include/pa_common.h, classes/file.C, classes/table.C,
8186: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
8187: table::save with enclosers now doubles them: "->"" !
8188: table::save/load do not remove elements from options hash
8189:
8190: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
8191: [were overoptimized ^if(double_literal), compiler confused
8192: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
8193:
8194: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
8195: [were overoptimized ^if(double_literal), compiler confused
8196: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
8197:
8198: * src/: classes/file.C, classes/table.C, include/pa_common.h,
8199: main/pa_common.C: ! table::save with enclosers now doubles them:
8200: "->"" ! table::save/load do not remove elements from options hash
8201:
8202: 2005-11-03 paf
8203:
1.101 moko 8204: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
8205: compilation, not all makefiles liked that
1.95 moko 8206:
8207: 2005-08-30 paf
8208:
8209: * src/classes/op.C: merge . speedup check of [DEFAULT]
8210:
8211: * src/classes/op.C: . speedup check of [DEFAULT]
8212:
8213: 2005-08-26 paf
8214:
8215: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
8216:
8217: * src/: classes/date.C, types/pa_vdate.h: + date.week
8218:
8219: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
8220: complains about bad!=nameless
8221:
8222: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
8223: about bad!=nameless
8224:
8225: * src/classes/: hash.C, string.C, table.C, void.C: merged !
8226: optional options were allowed to be empty. were checked
8227: if(is_string), changed to !defined||is_string to allow void
8228:
8229: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
8230: classes/string.C, classes/table.C, classes/void.C: ! optional
8231: options were allowed to be empty. were checked if(is_string),
8232: changed to !defined||is_string to allow void
8233:
8234: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
8235: as_junction where they needed as_int/double, so failed with
8236: recent "(const) now no junction" optimization
8237:
8238: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
8239: merged ! many classes/* used as_junction where they needed
8240: as_int/double, so failed with recent "(const) now no junction"
8241: optimization
8242:
8243: * src/: classes/double.C, classes/int.C, classes/math.C,
8244: classes/op.C, classes/string.C, classes/table.C,
8245: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
8246: used as_junction where they needed as_int/double, so failed with
8247: recent "(const) now no junction" optimization
8248:
8249: 2005-08-24 paf
8250:
8251: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
8252: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
8253: stripped it
8254:
8255: 2005-08-09 paf
8256:
8257: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
8258: not cleared
8259:
8260: * src/: classes/classes.C, classes/classes.h, classes/date.C,
8261: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
8262: classes/hashfile.C, classes/image.C, classes/int.C,
8263: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
8264: classes/response.C, classes/string.C, classes/table.C,
8265: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
8266: include/pa_array.h, include/pa_cache_managers.h,
8267: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
8268: include/pa_config_fixed.h, include/pa_config_includes.h,
8269: include/pa_dictionary.h, include/pa_dir.h,
8270: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
8271: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
8272: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
8273: include/pa_request_charsets.h, include/pa_request_info.h,
8274: include/pa_sapi.h, include/pa_socks.h,
8275: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
8276: include/pa_stack.h, include/pa_string.h,
8277: include/pa_stylesheet_connection.h,
8278: include/pa_stylesheet_manager.h, include/pa_table.h,
8279: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
8280: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
8281: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
8282: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
8283: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
8284: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
8285: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
8286: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
8287: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
8288: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
8289: main/pa_sql_driver_manager.C, main/pa_string.C,
8290: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
8291: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
8292: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
8293: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
8294: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
8295: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
8296: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
8297: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
8298: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
8299: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
8300: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
8301: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
8302: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
8303: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
8304: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
8305: types/pa_vmemory.h, types/pa_vmethod_frame.C,
8306: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
8307: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
8308: types/pa_vresponse.C, types/pa_vresponse.h,
8309: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8310: types/pa_vstateless_object.h, types/pa_vstatus.C,
8311: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
8312: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
8313: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
8314: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
8315: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
8316:
8317: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
8318: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
8319: speedup consequent checks in vmethod_frame
8320:
8321: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
8322: not cleared
8323:
8324: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
8325: params: 50 max (were 10)
8326:
8327: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
8328: params: 50 max (were 10)
8329:
8330: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
8331: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
8332: pa_wcontext.h: + ^call[$void] param inside now is void (were:
8333: empty string) ! simplified (double) speedup consequent checks in
8334: vmethod_frame
8335:
8336: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
8337: optimized constants in expressions vstring->vdouble + optimized
8338: ^call(vdouble), no junction creation, no calls later
8339:
8340: 2005-08-08 paf
8341:
8342: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
8343: integrated
8344:
8345: * bin/auto.p.dist.in: . apache bad 404 handling workaround
8346: integrated
8347:
8348: * src/main/: compile.tab.C, compile.y, compile_tools.C,
8349: compile_tools.h: merged + optimized constants in expressions
8350: vstring->vdouble + optimized ^call(vdouble), no junction
8351: creation, no calls later
8352:
8353: * src/types/pa_vdouble.h: merged . double values without fractional
8354: part now default printed as %.0f instead of %g
8355:
8356: * src/types/pa_vdouble.h: . double values without fractional part
8357: now default printed as %.0f instead of %g
8358:
8359: * src/classes/hashfile.C: . merged ! second hashfile::open would
8360: cause an exception
8361:
8362: * src/classes/hashfile.C: ! second hashfile::open would cause an
8363: exception
8364:
8365: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
8366: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8367: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8368: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
8369: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
8370: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
8371: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
8372: types/pa_vresponse.h, types/pa_vstateless_class.C,
8373: types/pa_vstateless_object.h, types/pa_vvoid.h,
8374: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
8375: merged VJunction(new Junction) optimization from 3.1.4
8376:
8377: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
8378: types/pa_vstateless_class.C: + optimized new VJunction(new
8379: Junction(params)) to new VJunction(params), thousands of mallocs
8380: removed
8381:
8382: 2005-08-05 paf
8383:
8384: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
8385: types/pa_vdouble.h, types/pa_vmethod_frame.C,
8386: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
8387: creation, no calls later
8388:
8389: * src/: classes/classes.C, classes/classes.h, classes/date.C,
8390: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
8391: classes/hashfile.C, classes/image.C, classes/int.C,
8392: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
8393: classes/response.C, classes/string.C, classes/table.C,
8394: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
8395: include/pa_array.h, include/pa_cache_managers.h,
8396: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
8397: include/pa_config_fixed.h, include/pa_config_includes.h,
8398: include/pa_dictionary.h, include/pa_dir.h,
8399: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
8400: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
8401: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
8402: include/pa_request_charsets.h, include/pa_request_info.h,
8403: include/pa_sapi.h, include/pa_socks.h,
8404: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
8405: include/pa_stack.h, include/pa_string.h,
8406: include/pa_stylesheet_connection.h,
8407: include/pa_stylesheet_manager.h, include/pa_table.h,
8408: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
8409: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
8410: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
8411: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
8412: lib/smtp/smtp.h, main/compile.C, main/compile.y,
8413: main/compile_tools.C, main/compile_tools.h, main/execute.C,
8414: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
8415: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
8416: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
8417: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
8418: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
8419: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
8420: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
8421: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
8422: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
8423: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
8424: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
8425: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
8426: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
8427: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
8428: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
8429: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
8430: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
8431: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
8432: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
8433: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
8434: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8435: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
8436: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
8437: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8438: types/pa_vstateless_object.h, types/pa_vstatus.C,
8439: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
8440: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
8441: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
8442: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
8443: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
8444:
8445: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
8446: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
8447: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
8448: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
8449: main/compile.y, main/compile_tools.C, main/compile_tools.h,
8450: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
8451: optimized constants in expressions vstring->vdouble
8452:
8453: 2005-07-29 paf
8454:
8455: * src/types/pa_vclass.C: . shaped up error messages a bit
8456:
8457: * src/types/pa_vclass.C: + property getter can now be overridden
8458:
8459: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
8460: bug fix: static parent fields were not replaced in case
8461: $derived:field[put] + property setter can now be overridden
8462:
8463: 2005-07-28 paf
8464:
8465: * configure, configure.in, src/classes/classes.h,
8466: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
8467: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
8468: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
8469: src/classes/xnode.h, src/include/pa_hash.h,
8470: src/include/pa_version.h, src/main/execute.C,
1.101 moko 8471: src/types/Makefile.am, src/types/pa_method.h,
8472: src/types/pa_value.h, src/types/pa_vclass.C,
8473: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
8474: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
8475: src/types/pa_vcookie.h, src/types/pa_vhash.h,
8476: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
8477: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
8478: src/types/pa_vobject.C, src/types/pa_vobject.h,
8479: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
8480: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
8481: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
8482: src/types/pa_vstateless_class.h,
1.95 moko 8483: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
8484: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
8485: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
8486: dynamic_fields_join
8487:
8488: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
8489: classes/xnode.C, include/pa_hash.h, main/execute.C,
8490: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
8491: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
8492: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
8493: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
8494: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
8495: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
8496: types/pa_vresponse.h, types/pa_vstateless_object.h,
8497: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
8498: types/pa_wwrapper.h: ! restored put_element('replace' param), and
8499: restored its checks in vobject.put_element->static fields |
8500: dynamic properties
8501:
8502: 2005-07-27 paf
8503:
8504: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
8505: is some old code containing @set_name $name
8506:
8507: * src/types/pa_vobject.h: . fixed warning
8508:
8509: * configure, configure.in, src/include/pa_version.h,
1.101 moko 8510: src/types/Makefile.am: 3.2.0beta started
1.95 moko 8511:
8512: * src/: classes/xnode.C, include/pa_hash.h,
8513: types/pa_vstateless_class.C: ! new asserts were all false.
8514: regretfully reverted them all to checks
8515:
8516: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
8517: classes/op.C, main/execute.C, types/pa_method.h,
8518: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8519: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8520: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
8521: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
8522: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
8523: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
8524: types/pa_vstateless_object.h, types/pa_vvoid.h,
8525: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
8526: joined_dynamic_fields: removed unused param from put_method
8527: (returned to 3 params)
8528:
8529: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
8530: joined_dynamic_fields: dynamic get/set works with overriding
8531: props [alpha2]
8532:
8533: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
8534: works [alfa]
8535:
8536: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
8537: classes/op.C, include/pa_hash.h, main/execute.C,
8538: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
8539: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
8540: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
8541: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
8542: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
8543: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
8544: types/pa_vresponse.h, types/pa_vstateless_class.C,
8545: types/pa_vstateless_object.h, types/pa_vvoid.h,
8546: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
8547: joined_dynamic_fields: just compiled
8548:
8549: * src/: classes/date.C, classes/file.C, classes/hash.C,
8550: classes/hashfile.C, classes/image.C, classes/table.C,
8551: classes/xdoc.C, classes/xnode.h, main/execute.C,
8552: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
8553: types/pa_vstateless_class.h: joined_dynamic_fields: started
8554:
8555: * src/types/pa_vobject.C: . object setters [only started, does not
8556: work yet]
8557:
8558: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
8559: object setters [only started, does not work yet]
8560:
8561: 2005-07-26 paf
8562:
8563: * src/: include/pa_request.h, main/execute.C: . properties: set
8564: works [alpha2]. for classes. todo: for objects
8565:
8566: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
8567: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8568: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8569: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
8570: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
8571: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
8572: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
8573: types/pa_vstateless_object.h, types/pa_vvoid.h,
8574: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
8575: properties: set works [alpha1]
8576:
8577: 2005-07-25 paf
8578:
8579: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
8580: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
8581: properties: started, get works [alpha1, other approach]
8582:
8583: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
8584: properties: started, get works [alpha2]
8585:
8586: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
8587: pa_vstateless_class.h: . properties: started, get works [alpha]
8588:
8589: 2005-07-15 paf
8590:
8591: * src/: classes/classes.h, classes/op.C, main/execute.C,
8592: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
8593: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
8594: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
8595: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
8596: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
8597: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
8598: types/pa_vresponse.C, types/pa_vresponse.h,
8599: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8600: types/pa_vstateless_object.h, types/pa_vvoid.h,
8601: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
8602: types/pa_wwrapper.h, types/types.vcproj: + started property
8603: [getters work but think of changing them too to precaching]
8604:
8605: 2005-07-08 paf
8606:
8607: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
8608: gpf
8609:
8610: 2005-06-28 paf
8611:
8612: * src/: classes/file.C, main/untaint.C: ! string invariant violated
8613: in passing empty strings to file::exec/cgi environment
8614:
8615: 2005-06-06 paf
8616:
8617: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
8618: ^table:sql ^hash:sql now DO process $.bind option
8619:
8620: 2005-05-24 paf
8621:
8622: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
8623: $.limit] now work again [support was broken in 3.1.4]
8624:
8625: * src/: main/pa_string.C, classes/op.C: . steps toward removing
8626: ALL_INTERIOR_POINTERS
8627:
8628: 2005-05-12 paf
8629:
8630: * configure: 3.1.5beta
8631:
8632: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
8633:
8634: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
8635: $.limit] now work again [support was broken in 3.1.4]
8636:
8637: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
8638: line-width [was refusing to fill if line-width >1, thanks to
8639: Seras <seras@pinxit.lt> for repro case
8640:
8641: 2005-04-25 paf
8642:
8643: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
8644: correctly
8645:
8646: 2005-04-19 paf
8647:
8648: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
8649: in VString violating invariant!!
8650:
8651: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
8652: getenv("TZ")==null
8653:
8654: 2005-04-08 paf
8655:
8656: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
8657: bugfix: when there is no char in charset one byte produces 6
8658: (ÿ <<max). increased buffer size!
8659:
8660: 2005-03-23 paf
8661:
8662: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
8663: ^date.sql-string now takes TZ into account
8664:
8665: 2005-03-16 paf
8666:
8667: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
8668: gcc 3.4
8669:
8670: * src/types/pa_vhash.C: . warning about eof eol
8671:
8672: 2005-02-17 paf
8673:
8674: * operators.txt, src/classes/op.C: + operator ^sleep(double
8675: seconds)
8676:
8677: 2005-02-02 paf
8678:
8679: * src/classes/xnode.C: beauty: removed needless includes
8680:
8681: 2005-01-31 paf
8682:
8683: * src/types/pa_vmail.C: change: $.partX now always 1... change:
8684: $.partNoNumber now alias to $.part1
8685:
8686: * src/types/pa_vmail.C: change: incoming letter part contains
8687: "content-disposition" header with any value? now considering that
8688: part to be "file#" [for text/plain text/html were $.text#
8689: $.html#]
8690:
8691: * INSTALL: updatet to latest working versions available
8692:
8693: 2005-01-20 paf
8694:
8695: * configure.in, src/include/pa_version.h: version
8696:
8697: 2005-01-19 paf
8698:
1.101 moko 8699: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
8700: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
8701: couple warnings in parser3.C
1.95 moko 8702:
8703: 2004-12-23 paf
8704:
8705: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
8706:
8707: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
8708: dir to directory of script (when shbang used), not to directory
8709: of its interpreter
8710:
8711: * src/include/pa_version.h: compiled on win32...
8712:
8713: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
8714: we need more hspace
8715:
8716: * configure, configure.in, src/include/pa_version.h: configured
8717: host to pa_version. will be displayed everywhere
8718:
8719: * src/main/pa_request.C: new: @unhandled_exception can prevent
8720: exception from being logged by setting $exception.handled(1)
8721:
8722: * operators.txt, src/classes/file.C: change:
8723: ^file::sql{query}[[options]] options: $.name[file name]
8724: $.content-type[application/what]
8725:
8726: * src/: include/pa_common.h, main/pa_common.C,
8727: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
8728: new file
8729:
8730: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
8731: bugfix: table->hash now regards _default
8732:
8733: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
8734: created by accessing $name_of_method it acquired bad self=closest
8735: methodframe; instead of proper self (current class)
8736:
8737: * src/types/pa_vhashfile.C: bugfix: reading empty string from
8738: hashfile produced bad cord
8739:
8740: 2004-12-10 paf
8741:
8742: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
8743: subsequent failures though defined in .h
8744:
8745: * src/main/pa_common.C: comment on volatile
8746:
8747: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
8748: alarm function were not used since the beginning due to stupid
8749: error [setsigjmp were not checked in configure.in]
8750:
8751: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
8752: unix too
8753:
8754: * src/main/pa_common.C: http: exception status of send/recv errors
8755: change to most probable http.timeout
8756:
8757: * src/main/pa_common.C: win32: http connection $.timeout option now
8758: works [setsockopt on send/receive]
8759:
8760: 2004-12-08 paf
8761:
8762: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
8763: cstr-ed knowing mail charset, and untainting uri lang now knows
8764: proper charset
8765:
8766: 2004-11-24 paf
8767:
8768: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
8769:
8770: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
8771: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
8772:
8773: 2004-11-12 paf
8774:
8775: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
8776: [since 3.0.4]
8777:
8778: 2004-11-09 paf
8779:
8780: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
8781: writes basics to c:\parser3.log
8782:
8783: 2004-10-21 paf
8784:
8785: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
8786: tainted strings [were returning clean onces]
8787:
8788: 2004-10-15 paf
8789:
8790: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
8791: cycles(i=1; i=2), which was wrong, now does ONE
8792:
8793: 2004-10-12 paf
8794:
8795: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
8796:
8797: 2004-10-07 paf
8798:
8799: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
8800: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
8801: release asserts
8802:
8803: * src/: main/pa_string.C, include/pa_string.h: debugger help:
8804: String.dump() to stdout in detailed form [were String.v() in
8805: short form]
8806:
8807: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
8808: \t\r\n as @#| and truncates long char sequences less
8809:
8810: 2004-10-06 paf
8811:
8812: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
8813: win32 beauty: socket errors properly decoded
8814:
8815: 2004-10-05 paf
8816:
8817: * src/: include/pa_request.h, main/pa_request.C: bugfix:
8818: request::configure_user/admin done always, even if no
8819: file-to-process useful in @unhandled_exception [say, if they
8820: would want to mail by SMTP something]
8821:
8822: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
8823: now performed prior to file loading [and @auto executing] thus
8824: making $cookie:value available in @auto and in
8825: @unhandled_exception when IIS is configured to run interpreter
8826: even if no file exist
8827:
8828: 2004-09-20 paf
8829:
8830: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
8831: somewhere where it should have called xmlMalloc and it calls
8832: xmlFree when it should have not called it. inserted two
8833: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
8834: xmlFree just ignored. put away a testcase, maybe someday libxml
8835: author would fix all that. until that day: we have SLOW garbage
8836: collecting when many xml objects are alive hint: do
8837: ^memory:compact[] before xdoc::create
8838:
8839: 2004-09-17 paf
8840:
8841: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
8842: error from 3.0.8 version]
8843:
8844: 2004-09-14 paf
8845:
8846: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
8847: part bugfix: hashfile.foreach iterated only part if hashfile were
8848: modified inside
8849:
8850: 2004-09-13 paf
8851:
8852: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
8853: [were as octal]
8854:
8855: * src/types/pa_vhashfile.C: beauty: not reproduced
8856: $hashfile.key[$novalue] bug [reported by motorin], inserted
8857: safety-check
8858:
8859: * src/types/pa_vhashfile.C: change: empty keys now error in parser
8860: [not something obscure from sdbm lib]
8861:
8862: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
8863: = strerror now returnes something and we can properly report that
8864: to client
8865:
8866: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
8867: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
8868:
8869: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
8870: [tainted as-is] this helps //[space][newline] to remain as-is and
8871: not be unnecessary optimized away [ruining javascript]
8872:
8873: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
8874: [tainted as-is]
8875:
8876: * src/classes/mail.C: bugfix: typo error
8877:
8878: 2004-09-09 paf
8879:
8880: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
8881: separators bugfix: loads header with endings \r\n\r\n and \n\n
8882: (bloody yandex.server)
8883:
8884: 2004-09-06 paf
8885:
8886: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
8887: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
8888: encoded
8889:
8890: 2004-09-01 paf
8891:
8892: * src/types/pa_vmail.C: change: multipart/mixed changed to
8893: multipart/related outlook express have no problems showing
8894: unrelated attachments. todo: someday figure out a way of
8895: multipart/mixed multipart/related text/html
8896: image/xxx application/octet-stream << true attachments
8897:
8898: * src/types/pa_vmail.C: new:
8899: ^mail:send[$.file[$.content-disposition can be overriden new:
8900: empty mail header fields removed from letter
8901:
8902: * src/: classes/mail.C, include/pa_config_fixed.h,
8903: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
8904: ^mail:send[ $.file[ $.any[header]
8905:
8906: 2004-08-30 paf
8907:
8908: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
8909: warnings
8910:
8911: * src/main/pa_common.C: beauty: do not bother with charset
8912: detection when ^file::load[binary
8913:
8914: 2004-08-27 paf
8915:
8916: * src/main/pa_common.C: hack: for yandex.server http server
8917:
8918: 2004-08-18 paf
8919:
8920: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
8921: possibly-chunked response
8922:
8923: 2004-08-17 paf
8924:
8925: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
8926: $f.content-type now = that of http response
8927:
8928: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
8929: $f.content-type now = that of http response
8930:
8931: 2004-07-30 paf
8932:
8933: * src/: include/pa_request.h, main/pa_request.C,
8934: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
8935: win32: system&parser exceptions in release mode reported properly
8936: parser exception in exception handler WERE mistakenly reported as
8937: system exception, without details [in apache & isapi] +some
8938: beauty in exception text
8939:
8940: * src/: include/pa_exception.h, main/pa_request.C,
8941: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
8942: release mode reported properly parser exception in exception
8943: handler WERE mistakenly reported as system exception, without
8944: details
8945:
8946: * src/main/execute.C: beauty: simplified system exception handling
8947:
8948: 2004-07-29 paf
8949:
8950: * src/classes/table.C: bugfix:
8951: ^table.save[export.csv;$.separator[^;]] now works fine [separator
8952: were ignored, and \t used unconditionally]
8953:
8954: * src/types/Makefile.am: added vhash.c
8955:
8956: 2004-07-28 paf
8957:
8958: * src/: classes/date.C, classes/image.C, classes/math.C,
8959: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
8960: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
8961: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
8962: failed on russian letters
8963:
8964: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
8965: bugfix: isspace((unsigned char)c) everywhere. failed on russian
8966: letters
8967:
8968: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
8969: as 'currentDirectory' parameter to CreateProcess
8970:
8971: 2004-07-27 paf
8972:
8973: * src/targets/cgi/parser3.vcproj: beauty: win32:
8974: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
8975: from release somewhere [to help searching for unhandled system
8976: exceptions]
8977:
8978: * src/types/pa_vdate.h: check: for invalid datetime after temporary
8979: TZ shift
8980:
8981: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
8982: but also in ctor
8983:
8984: 2004-07-26 paf
8985:
8986: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
8987: src/main/pa_request.C, src/types/pa_vfile.h,
8988: src/types/pa_vhash.C, src/types/pa_vhash.h,
8989: src/types/types.vcproj: new: $response:body/download[
8990: $.file[name on disk] $.name[of file for user]
8991: $.mdate[date of last-modified. default from directory] ]
8992:
8993: * src/classes/file.C: moving file:send somewhere else..
8994:
8995: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
8996: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
8997: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
8998: $response:download[ $.filename[filename] $.option[] ,, ]
8999:
9000: * src/classes/file.C: beauty: invalid mode thoroughly reported
9001:
9002: 2004-07-21 paf
9003:
9004: * src/types/pa_vmail.C: bugfix: too long header values now splitted
9005: to several lines
9006:
9007: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
9008:
9009: note: ms outlook[!express] shows only first 255 characters of
9010: subject
9011:
9012: 2004-07-15 paf
9013:
9014: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
9015: off]
9016:
9017: 2004-07-14 paf
9018:
9019: * src/classes/table.C: bugfix: $.bind values now got untainted
9020: according to lang [were: as-is]
9021:
9022: 2004-07-07 paf
9023:
9024: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
9025: checked that
9026:
9027: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
9028: now untainted according to their languages. were: as-is.
9029: EVERYWHERE
9030:
9031: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
9032: environment string now untainted according to their languages.
9033: were: as-is. EVERYWHERE
9034:
9035: * src/main/pa_exec.C: bufix: on unix environment string now
9036: untainted according to their languages. were: as-is. on win32:
9037: ok
9038:
9039: * parser3.vssscc: ...would not go unnoticed
9040:
9041: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
9042: fails. in case on input appears nonutf, those bytes will be
9043: printed in %HH form. that can be easily decoded/recovered.
9044:
9045: this form is quite noticable, and hopefully would not go noticed
9046:
9047: 2004-07-06 paf
9048:
9049: * src/main/pa_exec.C: bufix: on unix environment string now
9050: untainted according to their languages. were: as-is. on win32:
9051: ok
9052:
9053: 2004-07-01 paf
9054:
9055: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
9056: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
9057: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
9058: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
9059: main/main.vcproj, targets/cgi/parser3.vcproj,
9060: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
9061: option: global optimization ON
9062:
9063: * src/main/untaint.C: workaround kinda bug in libxml: life requires
9064: to do xdoc::create{invalid chars} standard disables chars less
9065: then \x20, except tab, cr, lf.
9066:
9067: changed tainting so that those become '!'
9068:
9069: 2004-06-25 paf
9070:
9071: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
9072: int on odd address [prev bugfix failed due to superwize
9073: optimizer, which turned memcpy into same 'ld' asm command]
9074:
9075: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
9076: int on odd address
9077:
9078: 2004-06-22 paf
9079:
9080: * src/sql/pa_sql_driver.h: note: about possible optimization
9081:
9082: * operators.txt, src/classes/hash.C, src/classes/memory.C,
9083: src/classes/string.C, src/classes/table.C, src/classes/void.C,
9084: src/include/pa_config_includes.h: new: ^void:sql{call
9085: paf(:a)}[ $.bind[ $.a[2]
9086: ] ] output variables work. todo: check in out
9087: variables
9088:
9089: 2004-06-18 paf
9090:
9091: * src/: classes/file.C, classes/hash.C, classes/string.C,
9092: classes/table.C, classes/void.C, include/pa_globals.h,
9093: include/pa_sql_connection.h, main/compile.tab.C,
9094: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
9095: $.bind[ $.a[2] ]
9096: ] input variables work. todo:output
9097:
9098: * src/targets/cgi/parser3.C: bugfix: iis specific
9099: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
9100: /_bug.html?404;http://hpsv/test/
9101: --------------------------------------------------------------------------------
9102: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
9103: --------------------------------------------------------------------------------
9104: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
9105:
9106: 2004-06-16 paf
9107:
9108: * src/targets/cgi/parser3.C: new: iis specific
9109: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
9110: $request:query
9111: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
9112: $form:fields IIS-STATUS="404"
9113: IIS-DOCUMENT="http://server/_bug.html" f="v"
9114:
9115: todo: isapi too
9116:
9117: 2004-05-26 paf
9118:
9119: * src/include/pa_version.h: 3.1.3
9120:
9121: * operators.txt: beauty: removed outdated level 'table'
9122:
9123: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
9124:
9125: * src/main/pa_string.C: beauty: removed 3 warnings
9126:
9127: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
9128: classes/op.C: beauty: removed outdated level 'table'
9129:
9130: 2004-05-25 paf
9131:
9132: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
9133: implementation. mistery: how anything worked
9134:
9135: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
9136: changed, it is now safe to use url if pointers to it are stored
9137: to gc mem
9138:
9139: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
9140: unknown errors reported and not cause SIGSEGV now
9141:
9142: 2004-05-24 paf
9143:
9144: * src/: include/pa_string.h, lib/cord/cordbscs.c,
9145: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
9146: less memory: CORD_chars_block originally intended to ... it was
9147: good that CORD_chars_block were not used: it consumes more memory
9148: [and, might be slow too] undoing that. [and removed that func so
9149: that it would not confuse parser developer in future]
9150:
9151: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
9152: less memory: CORD_chars_block originally intended to
9153: speedup/reduce mem usage were forgotten, and were used stupid
9154: CORD_chars
9155:
9156: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
9157:
9158: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
9159: BIGENDIAN processors space-conserving mech failed, causing
9160: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
9161: (1|2|3));
9162:
9163: 2004-05-14 paf
9164:
9165: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
9166: bugfix: void now has vfile value, and $response:body[] works OK
9167:
9168: 2004-05-12 paf
9169:
9170: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
9171: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
9172: sources to use is_defined() {return as_bool();} along VBool
9173:
9174: 2004-05-11 paf
9175:
9176: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
9177: referencing to local objects
9178:
9179: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
9180: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
9181: left intact
9182:
9183: 2004-04-15 paf
9184:
9185: * src/classes/date.C: merged: beauty: unused var removed
9186:
9187: * src/classes/date.C: beauty: unused var removed
9188:
9189: * src/include/: pa_exec.h: bugfix: interface without pointer
9190: provoked bug
9191:
9192: 2004-04-09 paf
9193:
9194: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
9195:
9196: * src/types/pa_vform.C: bugfix: form:imap were incorrect
9197:
9198: 2004-04-08 paf
9199:
9200: * src/classes/date.C: new: ^date::create[y-m-d
9201: h-M-s>>.milliseconds<<] now allowed, ignored so far
9202:
9203: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
9204:
9205: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
9206: to consult default catalog [usually, that file belongs to other
9207: user/group]
9208:
9209: 2004-04-06 paf
9210:
9211: * src/main/pa_common.C: beauty: gcc warning removed
9212:
9213: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
9214: accept that trick, trying other
9215:
9216: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
9217: explicit result problem
9218:
9219: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
9220: explicit result problem
9221:
9222: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
9223: explicit result problem
9224:
9225: * operators.txt, src/classes/string.C: new: ^string.append[string]
9226:
9227: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
9228: main/execute.C: attempt_check_call_in_explicit_result_mode:
9229: failed
9230:
9231: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
9232: http://i.p.a.ddress gethostbyaddr added [on some platforms
9233: gethostbyname failed with such 'domains'] now checked properly,
9234: were: needless reverse/forward dns lookup
9235:
9236: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
9237: http://i.p.a.ddress gethostbyaddr added [on some platforms
9238: gethostbyname failed with such 'domains'] now checked properly,
9239: were: needless reverse/forward dns lookup
9240:
9241: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
9242: @method[][result] means "no string output here" moved to lexical
9243: level [on grammar level it were too difficult]
9244:
9245: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
9246: src/main/compile.y, src/main/compile_tools.h,
9247: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
9248: @method[][result] means "no string output here", implemented part
9249: of that idea: compiler throws away string literal generation
9250: code. and barks nonwhitespace chars
9251:
9252: * operators.txt: truth: removed comment about $ORIGIN
9253:
9254: 2004-04-05 paf
9255:
9256: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
9257: src/include/pa_version.h, src/main/pa_common.C,
9258: src/targets/isapi/parser3isapi.C: merged with 3.1.3
9259:
9260: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
9261: Konstantin Tomashevitch [mailto:konst@design.ru]
9262:
9263: * src/doc/html2chm.cmd: beauty: no need in bg here
9264:
9265: * src/doc/sources2html.cmd: beauty: same window, in bg it
9266: interfered with FAR console
9267:
9268: * configure, configure.in: 3.1.3
9269:
9270: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
9271:
9272: * src/main/pa_common.C: removed warning
9273:
9274: * src/include/pa_version.h: 3.1.3
9275:
9276: 2004-04-02 paf
9277:
9278: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
9279:
9280: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
9281: allows to specify where to put parser log file
9282:
9283: 2004-04-01 paf
9284:
9285: * src/classes/table.C: bugfix: bugfix: table::load last line
9286: without tab and enter were ignored
9287:
9288: * src/: include/pa_cache_managers.h, include/pa_globals.h,
9289: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
9290: main/pa_socks.C, targets/cgi/parser3.C,
9291: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
9292: bugfix: sql connections now are disconnected
9293:
9294: 2004-03-30 paf
9295:
9296: * src/classes/table.C: bugfix: table::load last line without tab
9297: and enter were ignored
9298:
9299: * src/classes/table.C: bufix: if last table lines were commented,
9300: gpfed
9301:
9302: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
9303: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
9304: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
9305: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
9306: doc/methoded.dox, doc/object.dox, doc/string.dox,
9307: doc/targets.dox, doc/value.dox, include/pa_version.h,
9308: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
9309: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
9310: bugfixes from 3.1.2, changed version to 3.1.3beta
9311:
9312: 2004-03-29 paf
9313:
9314: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
9315: causes gpf
9316:
9317: * src/doc/: ClassExample1.dox, ClassExample2.dox,
9318: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
9319: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
9320: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
9321: value.dox: translated to english
9322:
9323: 2004-03-25 paf
9324:
9325: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
9326: parser3project dependency removed
9327:
9328: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
9329: bugfix: refused to compile without xml
9330:
9331: * src/types/pa_vform.C: beauty: removed warning
9332:
9333: * src/classes/classes.vcproj: merged bugfix: now all compiles in
9334: any folder [removed last ;) folder dependency]
9335:
9336: * src/classes/classes.vcproj: bugfix: now all compiles in any
9337: folder [removed last ;) folder dependency]
9338:
9339: * src/include/pa_version.h: release
9340:
9341: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
9342:
9343: * src/classes/table.C: beauty: comment& more meaningful error
9344: message
9345:
9346: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
9347: $.hash[$.column_value1(true) ... ] [were producing some strang
9348: thing]
9349:
9350: 2004-03-23 paf
9351:
9352: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
9353: and http status line parsing checked number of columns in table
9354: [user reported an assert]
9355:
9356: * operators.txt: example: on hashfile
9357:
9358: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
9359: bugfix: junction reattach now actually reattaches a junction to
9360: new wcontext [were only assigning it to junction, which caused
9361: junction tracking to loose junction, and it's context were not
9362: killed, and it tried to process in invalid context, gpf]
9363:
9364: * src/targets/cgi/parser3.C: debug helper added
9365:
9366: 2004-03-19 paf
9367:
9368: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
9369: "type(type)" in braces
9370:
9371: 2004-03-10 paf
9372:
9373: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
9374: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
9375: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
9376: solution to search-in-namespaces problem:
9377: $xdoc.search-namespaces.x[http://pif.design.ru/]
9378: $nodes[^xdoc.select[//x:second]]
9379:
9380: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
9381: expression][[NAMESPACES HASH]] allows to search for info in
9382: namespaces
9383:
9384: $nodes[^xdoc.select[//x:second][
9385: $.x[http://pif.design.ru/] ]]
9386:
9387: 2004-03-09 paf
9388:
9389: * operators.txt, src/main/pa_common.C: new:
9390: ^file::load[...][options] $.form[
9391: !$.field1[string]
9392: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
9393: ] !$.body[string]
9394:
9395: GET ?here notGET(POST, HEAD, others) in content-type:
9396: application/x-www-form-urlencoded
9397:
9398: todo: upload files ability
9399:
9400: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
9401: properly, done
9402:
9403: 2004-03-05 paf
9404:
9405: * operators.txt, src/main/pa_common.C: new: file::load[;http://
9406: GET/POST $.form[$.fields started, not tested yet
9407: todo:$.field[table] for multiple values
9408:
9409: * operators.txt: new: http:// options $.user $.password basic
9410: authorization
9411:
9412: * src/main/pa_common.C: beauty: link to rtf added
9413:
9414: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
9415: new: http:// options $.user $.password basic authorization
9416:
9417: * src/main/pa_common.C: beauty: removed needless vars
9418:
9419: * operators.txt: new: pgsql option [like that recently added to
9420: oracle driver] ClientCharset=parser-charset <<
9421: charset in which parser thinks client works
9422:
9423: * operators.txt: new: odbc option [like that recently added to
9424: oracle driver] ClientCharset=parser-charset <<
9425: charset in which parser thinks client works
9426:
9427: * src/sql/pa_sql_driver.h: beauty: important warning added
9428:
9429: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
9430: char!
9431:
9432: * etc/parser3.charsets/windows-1251.cfg: typo
9433:
9434: 2004-03-04 paf
9435:
9436: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
9437: cached, sql transcoding now goes faster
9438:
9439: * operators.txt: new: mysql option [like that recently added to
9440: oracle driver] ClientCharset=parser-charset <<
9441: charset in which parser thinks client works
9442:
9443: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
9444: typo error
9445:
9446: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
9447: chars commented
9448:
9449: 2004-03-03 paf
9450:
9451: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
9452: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
9453:
9454: 2004-03-02 paf
9455:
9456: * operators.txt: new[update typo]: !^void.left(n)
9457: nothing !^void.right(n) nothing !^void.mid(p[;n])
9458: nothing
9459:
9460: * operators.txt, src/classes/void.C: new: !^void.left(n)
9461: nothing !^void.right(n) nothing !^void.pos(p[;n])
9462: nothing
9463:
9464: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
9465: ^file::sql[[name_to_become_$.name]]{} query result must be one
9466: row with columns: first: data second: file name third:
9467: content-type
9468:
9469: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
9470: ^connect gets properly escaped string, which can be passed to
9471: request now this for mysql only. it's up to parser sql driver to
9472: fix zeros properly
9473:
9474: * INSTALL: note: added on building apache with this option:
9475: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
9476:
9477: 2004-03-01 paf
9478:
9479: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
9480: extension memory:compact befor processingrequest
9481:
9482: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
9483: call sole column of result
9484:
9485: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
9486: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
9487: pixel color
9488:
9489: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
9490: beauty: image -- less checks [were ugly impl]
9491:
9492: * src/classes/string.C: bugfix: ^string.left/right/mid with
9493: negative values now considered bad
9494:
9495: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
9496:
9497: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
9498: options now have unified defaults [after transform
9499: indent/omit-xml-declaration/standalone 'default' erroreously
9500: meant 'true']
9501:
9502: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
9503: added [on some platforms gethostbyname failed with such
9504: 'domains']
9505:
9506: * src/include/pa_config_auto.h.in: no select check, no define
9507:
9508: * src/classes/string.C: feature: ^string.trim both parameters may
9509: be empty-strings, meaning kind=both chars=whitespaces
9510:
9511: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
9512: exist
9513:
9514: * src/classes/string.C: check: trim 'chars' must not be empty,
9515: exception if it is
9516:
9517: * src/classes/string.C: changed: ^string.trim [] << both,
9518: whitespaces [start|both|end] << kind, whitespaces
9519: [start|both|end;chars] full
9520:
9521: 2004-02-27 paf
9522:
9523: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
9524: method: ^string.trim[start|both|end[;chars]] default
9525: 'chars' -- whitespace chars finished
9526:
9527: * operators.txt, src/classes/string.C, src/include/pa_string.h,
9528: src/main/pa_string.C: new method:
9529: ^string.trim[start|both|end[;chars]] default 'chars' --
9530: whitespace chars started, only start works
9531:
9532: * src/main/compile.C: bugfix: line numbers after
9533: ^process{}[$.line(-10]] can be negative, allowed to print they as
9534: signed
9535:
9536: * src/main/untaint.C: speed: there's no \n chars in output
9537: [normally], so no need to optimize them they could be retrived
9538: from databases, though. but 1. should be replaced 2. if not
9539: optimized, no harm done
9540:
9541: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
9542: ^file::exec/cgi could return invalid status & zombie child can
9543: remain for short period until process exists [very bad in
9544: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
9545:
9546: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
9547: malicious SMTP server to attack as by returning too long status
9548: responses http://i2/tasks/edit/?id=4629448401140924947
9549:
9550: 2004-02-26 paf
9551:
9552: * operators.txt: feature: ^process...{CODE}[now has options] which
9553: are $.main[to what to rename @main] $.file[file,
9554: from which (user says) goes that CODE] $.lineno(line
9555: number in that file, where CODE starts. may be negative)
9556:
9557: * operators.txt, src/classes/op.C, src/include/pa_request.h,
9558: src/main/compile.C, src/main/compile_tools.h,
9559: src/main/pa_request.C: feature: ^process...{CODE}[now has
9560: options] which are $.main[to what to rename @main]
9561: $.file[file, from which (user says) goes that CODE]
9562: $.lineno(line number in that file, where CODE starts. may be
9563: negative)
9564:
9565: 2004-02-25 paf
9566:
1.101 moko 9567: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
9568: old @charsetsdir@ recently erased from configure.in]
1.95 moko 9569:
9570: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
9571: produces hash of column=>1
9572:
9573: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
9574: with incomplete errno constants set
9575:
9576: 2004-02-24 paf
9577:
9578: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
9579: "man select"
9580:
9581: * src/main/pa_os.C: beauty: <0 better then ==-1
9582:
9583: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
9584:
9585: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
9586:
1.101 moko 9587: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 9588:
9589: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
9590: unix: steps to work on unix [extracted 'to']
9591:
9592: * src/classes/mail.C: smtp on unix: steps to work on unix
9593:
9594: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
9595:
1.101 moko 9596: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
9597: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
9598: unix [testing on solaris]
1.95 moko 9599:
9600: 2004-02-20 paf
9601:
9602: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
9603: pointing that out
9604:
9605: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
9606: fixed again [same solution, mistanenly removed one line]
9607:
9608: 2004-02-19 paf
9609:
9610: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
9611: date::create from bad datetime in spring daylightsaving hole now
9612: OK for all platforms [on some platforms it failed]
9613:
9614: * src/classes/: date.C, image.C: beauty: date::create[bad date time
9615: in daylightsaving hole] now throws error
9616:
9617: * src/classes/date.C: comment: mistake fixed
9618:
9619: 2004-02-18 paf
9620:
9621: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
9622: now renderes in $request:charset, but in header puts
9623: $response:charset todo: make that default only so that coder
9624: could override that
9625:
9626: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
9627: turns off omit-xml-declaration
9628:
9629: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
9630: /.xsl for sample
9631:
9632: 2004-02-17 paf
9633:
9634: * src/classes/xdoc.C: beauty: needless helper class removed
9635:
9636: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
9637: copied extra time
9638:
9639: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
9640: part of libxml
9641:
9642: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
9643: libxml to do the work] <xsl:output method="html"
9644: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
9645: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
9646: />
9647:
9648: * src/classes/xdoc.C: beauty: no <meta ... charset generated
9649:
9650: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
9651: caused assertion
9652:
9653: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
9654: could hang. now such add does nothing, sub clears $hash
9655:
9656: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
9657: not made quoted-printable
9658:
9659: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
9660: string invariant
9661:
9662: 2004-02-16 paf
9663:
9664: * src/main/pa_globals.C: bugfix: xml errors copy from library now
9665: cleared [were not cleared properly]
9666:
9667: 2004-02-13 paf
9668:
1.101 moko 9669: * src/include/pa_version.h: prerelease
1.95 moko 9670:
9671: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
9672: used, introducing dependencies timestamp check
9673:
9674: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
9675: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
9676: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
9677: .xsl.stamp now not used, introducing dependencies timestamp check
9678:
9679: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
9680:
9681: 2004-02-12 paf
9682:
9683: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
9684: ruined empty <input type=file> submits. parser thought there were
9685: nameless empty file and $form:field got value of type 'file'
9686:
9687: * INSTALL: --without-threads
9688:
9689: * src/include/pa_sapi.h: 2004
9690:
9691: 2004-02-11 paf
9692:
9693: * src/: classes/classes.C, classes/classes.h, classes/date.C,
9694: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
9695: classes/hashfile.C, classes/image.C, classes/int.C,
9696: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
9697: classes/response.C, classes/string.C, classes/table.C,
9698: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9699: include/pa_array.h, include/pa_cache_managers.h,
9700: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
9701: include/pa_config_fixed.h, include/pa_config_includes.h,
9702: include/pa_dictionary.h, include/pa_dir.h,
9703: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
9704: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
9705: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
9706: include/pa_request_charsets.h, include/pa_request_info.h,
9707: include/pa_socks.h, include/pa_sql_connection.h,
9708: include/pa_sql_driver_manager.h, include/pa_stack.h,
9709: include/pa_string.h, include/pa_stylesheet_connection.h,
9710: include/pa_stylesheet_manager.h, include/pa_table.h,
9711: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
9712: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
9713: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
9714: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
9715: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
9716: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
9717: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9718: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
9719: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
9720: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
9721: main/pa_sql_driver_manager.C, main/pa_string.C,
9722: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
9723: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
9724: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
9725: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
9726: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
9727: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
9728: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
9729: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
9730: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
9731: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
9732: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
9733: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
9734: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
9735: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
9736: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9737: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
9738: types/pa_vresponse.h, types/pa_vstateless_class.C,
9739: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
9740: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
9741: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
9742: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
9743: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
9744: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
9745:
9746: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
9747: debug version of gc.dll
9748:
9749: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
9750: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
9751: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
9752: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
9753: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
9754: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
9755: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
9756: processes
9757:
9758: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
9759: main/pa_globals.C, targets/cgi/parser3.vcproj,
9760: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
9761: changes to reflect libxml xsl new folders
9762:
9763: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
9764: lib/smtp/smtp.vcproj, main/main.vcproj,
9765: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
9766: to reflect libxml xsl new folders
9767:
9768: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
9769: lib/smtp/smtp.vcproj, main/main.vcproj,
9770: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
9771: types/types.vcproj: started changes to reflect libxml xsl new
9772: folders
9773:
9774: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
9775: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
9776: src/main/compile.tab.C, src/main/main.vcproj,
9777: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
9778: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
9779: started changes to reflect libxml xsl new folders
9780:
9781: 2004-02-10 paf
9782:
9783: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
9784: compile. recommened latest libxml up to date
9785:
9786: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
9787: pattern compilation errors", on which spent 4 hours worktime. use
9788: versions higher than that. recommended now latest up to date
9789:
9790: 2004-02-06 paf
9791:
9792: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
9793: beauty: unified destructing style
9794:
9795: * src/main/untaint.C: beauty: removed old def/ifdef
9796:
9797: * src/main/untaint.C: beauty: coredump @unknown untaint language
9798: now
9799:
9800: 2004-02-03 paf
9801:
9802: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
9803: targets/isapi/parser3isapi.C, types/pa_value.C,
9804: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
9805: then %ld/%lu
9806:
9807: * src/main/pa_common.C: typo: %l -> %u
9808:
9809: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
9810: in attributes or documents-results of transform now not xx;
9811:
9812: * src/classes/xnode.C: memleaks found: not fixed yet. todo
9813:
9814: * src/main/pa_charset.C: bugfix: forgot to undo some
9815:
9816: * src/main/pa_charset.C: beauty: uncomment
9817: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
9818: libraries
9819:
9820: 2004-02-02 paf
9821:
9822: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
9823: $cookie:example[ $.value[value] $.path[/there/] ]
9824:
9825: $cookie:example[ $.value[] $.expires[session]
9826: $.path[/there/] $.domain[test.com] ]
9827:
9828: * src/types/pa_vform.C: bugfix: empty values with
9829: enctype=multipart/form-data now produce entries in $form:tables
9830: <form method=post enctype=multipart/form-data> <input type=hidden
9831: name=a> <input type=hidden name=b>
9832:
9833: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
9834: <hr> <pre>$request:body
9835:
9836: 2004-01-30 paf
9837:
9838: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
9839: or documents-results of transform now not xx;
9840:
9841: * src/classes/date.C: bugfix: ^date::create[invalid fields now
9842: produce exception.
9843:
9844: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
9845: bugfix: ^date::create[invalid fields now produce exception.
9846:
9847: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
9848: year] now produces exception. todo: check other fields
9849:
9850: 2004-01-29 paf
9851:
9852: * src/include/pa_memory.h: typo error
9853:
9854: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
9855: more byte then specified, then zeroed it << useless and
9856: potentially harmful(could gpf)
9857:
9858: 2004-01-22 paf
9859:
9860: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
9861:
9862: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
9863: optimization
9864:
9865: * src/main/untaint.C: bugfix: whitespace now optimized properly
9866: [were bug: ^taint[1 & 2]="1 &2"
9867:
9868: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
9869: errors
9870:
9871: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
9872: overflow
9873:
9874: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
9875: error-reporting code * in parser-error reporting code [when no
9876: @unhandled_exception defined]
9877:
9878: fixed in one place: my *snprintf override
9879:
9880: 2004-01-13 paf
9881:
9882: * operators.txt: typo erro
9883:
9884: 2003-12-25 paf
9885:
9886: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
9887: garbled [pieces after zero bytes were removed]
9888:
9889: 2003-12-22 paf
9890:
1.101 moko 9891: * src/include/Makefile.am: bugfix: removed from dist:
9892: src/include/pa_config_auto.h which were configured for
1.95 moko 9893: make-dist-platform and badly updated proper config file in target
9894: [when .tar used for updating existing source tree]
9895:
9896: * ChangeLog, operators.txt, src/classes/op.C,
9897: src/include/pa_sql_connection.h,
9898: src/include/pa_sql_driver_manager.h,
9899: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
9900: feature: sql introducing ability to transcode charsets
9901:
9902: 2003-12-19 paf
9903:
9904: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
9905: error message
9906:
9907: * src/main/pa_charset.C: bugfix: memory for charsethandler
9908: structure for libxml now allocated properly
9909:
9910: 2003-12-17 paf
9911:
9912: * src/types/pa_vfile.C: beauty: removed outdated cast
9913:
9914: * src/main/pa_common.C: bugfix: empty http response caused gpf
9915:
9916: * src/include/pa_string.h: bugfix: removed too strong a assert
9917:
9918: * src/main/pa_globals.C: bugfix: removed false warning [warning:
9919: unreported xmlGenericErrors]
9920:
9921: 2003-12-15 paf
9922:
9923: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
9924: works}
9925:
9926: 2003-12-11 paf
9927:
9928: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
9929: id
9930: !$status:tid thread id
9931:
9932: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
9933: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
9934: bugfix(solaris): removed dependency on object initialization
9935: order [one more place]
9936:
9937: * src/: classes/file.C, classes/mail.C, classes/op.C,
9938: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
9939: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
9940: understand that
9941:
9942: * src/: classes/file.C, classes/mail.C, classes/op.C,
9943: classes/xdoc.C, include/pa_cache_managers.h,
9944: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
9945: include/pa_stylesheet_manager.h, main/pa_request.C,
9946: main/pa_stylesheet_manager.C, types/pa_vimage.C,
9947: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
9948: ctor call [relying on implicit String::Body(cstr) call]
9949:
9950: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
9951: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
9952: object initialization order [two places]
9953:
9954: 2003-12-10 paf
9955:
9956: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
9957: << time now ok
9958:
9959: * operators.txt, src/main/pa_sql_driver_manager.C,
9960: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
9961: operational
9962:
9963: * ChangeLog, operators.txt, src/classes/xdoc.C,
9964: src/include/pa_charset.h, src/include/pa_sql_connection.h,
9965: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
9966: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
9967: back operational
9968:
9969: 2003-12-02 paf
9970:
9971: * src/types/pa_vmail.C: bugfix:
9972: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
9973: as-is forced]
9974:
9975: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
9976: exceptions out of libxml callbacks: reimplemented error handling
9977: of http://localhost, parser://method and safemode check callbacks
9978:
9979: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
9980: [merged from HEAD]
9981:
9982: * src/classes/image.C: nothing: comment removed
9983:
9984: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
9985: addresses to int
9986:
9987: 2003-12-01 paf
9988:
9989: * src/main/pa_xml_io.C: bugfix: typo
9990:
9991: * src/main/pa_globals.C: bugfix: win32: compile prob
9992:
9993: * src/classes/xdoc.C: bugfix: typo
9994:
9995: * src/main/pa_xml_io.C: todo: safe mode check not to throw
9996: exception
9997:
9998: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
9999:
10000: 2003-11-28 paf
10001:
10002: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
10003: all xml documents read
10004:
10005: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
10006:
10007: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
10008: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
10009: replaced original open mech of xdoc::create & co to use libxml
10010: open, so that this would work for root document todo: safe mode
10011: checks to libxml: ideally to some 1 point
10012:
10013: * src/main/pa_xml_io.C: comment
10014:
10015: * operators.txt, src/main/pa_xml_io.C: leading / in
10016: http://parser[abscent params]
10017:
10018: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
10019: works. todo: maybe replace original open mech of xdoc::create &
10020: co to use libxml open, so that this would work for root document
10021:
10022: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
10023: "parser://method/params/here"> <test> &test^; </test> }]
10024:
10025: ^taint[^xdoc.string[]]
10026:
10027: @method[param] <!ENTITY test
10028: "test-entity-value+$form:user+$param!">
10029:
10030: 2003-11-27 paf
10031:
10032: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
10033:
10034: * src/classes/date.C: bugfix: typo error
10035:
10036: 2003-11-26 paf
10037:
10038: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
10039: src/main/Makefile.am, src/main/main.vcproj,
10040: src/main/pa_globals.C, src/main/pa_request.C,
10041: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
10042: xml errors to hash<thread_id,error> reorganization: xml io moved
10043: to pa_xml_io.C/h
10044:
10045: * src/types/pa_value.h: warnings: --
10046:
10047: 2003-11-25 paf
10048:
10049: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
10050: whatever)
10051:
10052: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
10053: a, (c?x:y, z)
10054:
10055: * src/main/untaint.C: bugfix: consequences of not reading this
10056: comment: CORD_pos_chars_left /* Number of characters in cache.
10057: <= 0 ==> none */
10058:
10059: * src/include/pa_array.h: removed needless checks
10060:
10061: 2003-11-24 paf
10062:
10063: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
10064: removed limit: now $form:xxx can be accessed anytime, even in
10065: @auto/conf [and request/response:charset still can be changed
10066: anytime]
10067:
10068: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
10069: now not transcodes response body
10070:
10071: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
10072: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
10073: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
10074: $xdoc.firstChild.firstChild.nodeValue[different]
10075: ^taint[^xdoc.string[]]
10076:
10077: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
10078: workaround: static Hash::allocates -> static Hash_allocates
10079:
10080: 2003-11-21 paf
10081:
1.101 moko 10082: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
10083: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
10084: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 10085:
10086: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
10087:
10088: * src/classes/mail.C: bugfix: typo
10089:
10090: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.101 moko 10091: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
10092: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
10093: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
10094: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 10095: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
10096:
10097: * src/main/pa_exec.C: bug in safe mode
10098:
10099: * src/include/Makefile.am: pa_xml_exception.h
10100:
10101: * src/targets/isapi/parser3isapi.C: more warnings --
10102:
10103: 2003-11-20 paf
10104:
10105: * src/: classes/math.C, classes/op.C, classes/string.C,
10106: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
10107: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
10108: --
10109:
10110: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
10111: more warnings --
10112:
10113: * src/classes/xdoc.C: more warnings --
10114:
10115: * src/classes/: date.C, image.C, xdoc.C: more warnings --
10116:
10117: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
10118: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
10119:
10120: * src/: classes/date.C, classes/file.C, classes/hash.C,
10121: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
10122: classes/table.C, include/pa_cache_managers.h,
10123: include/pa_stylesheet_connection.h, main/pa_request.C,
10124: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
10125: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
10126: --
10127:
10128: * src/main/: execute.C, pa_request.C: old forgotten todo: when
10129: can't report problem (undefined @unhandled_exception) problem
10130: source string were not reported
10131:
10132: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10133: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10134: classes/hashfile.C, classes/image.C, classes/int.C,
10135: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10136: classes/response.C, classes/string.C, classes/table.C,
10137: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10138: include/pa_array.h, include/pa_cache_managers.h,
10139: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10140: include/pa_config_fixed.h, include/pa_dictionary.h,
10141: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
10142: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
10143: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
10144: include/pa_request.h, include/pa_request_charsets.h,
10145: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
10146: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10147: include/pa_stack.h, include/pa_string.h,
10148: include/pa_stylesheet_connection.h,
10149: include/pa_stylesheet_manager.h, include/pa_table.h,
10150: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10151: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
10152: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
10153: main/compile_tools.C, main/compile_tools.h, main/execute.C,
10154: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
10155: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
10156: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
10157: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
10158: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
10159: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
10160: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
10161: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
10162: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
10163: targets/isapi/parser3isapi.C, types/pa_junction.h,
10164: types/pa_method.h, types/pa_value.C, types/pa_value.h,
10165: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
10166: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10167: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
10168: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
10169: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
10170: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
10171: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
10172: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
10173: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
10174: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10175: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10176: types/pa_vresponse.h, types/pa_vstateless_class.C,
10177: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
10178: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
10179: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
10180: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10181: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10182: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
10183: const IDENT
10184:
10185: * src/: include/pa_array.h, include/pa_pool.h,
10186: include/pa_request.h, include/pa_string.h, include/pa_table.h,
10187: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
10188: types/pa_wcontext.h: more warnings --
10189:
10190: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
10191: classes/file.C, classes/hash.C, classes/hashfile.C,
10192: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
10193: classes/memory.C, classes/op.C, classes/string.C,
10194: classes/table.C, classes/xdoc.C, classes/xnode.C,
10195: include/pa_config_includes.h, include/pa_operation.h,
10196: include/pa_sql_connection.h, include/pa_table.h,
10197: include/pa_types.h, lib/ltdl/config_fixed.h,
10198: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
10199: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
10200: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
10201: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
10202: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
10203: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
10204: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
10205: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
10206: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
10207: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
10208: types/pa_vmail.C, types/pa_vobject.C,
10209: types/pa_vstateless_class.h, types/pa_vtable.C,
10210: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
10211: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
10212: on all projects (except libltdl=off & libsdbm=level3) found
10213: several unitialized vars
10214:
10215: 2003-11-19 paf
10216:
10217: * src/classes/op.C: more ansi C++ comp
10218:
10219: * operators.txt, src/classes/op.C, src/include/pa_request.h,
10220: src/main/pa_request.C: ^cache[...]{body}{catch block with
10221: $exception.handled[cache] meaning "get expired cache, if any.
10222: else error"}
10223:
10224: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
10225: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
10226: ^cache[...]{body}{catch code with $exception.cache field}
10227:
10228: 2003-11-12 paf
10229:
10230: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
10231: [copy/paste bug]
10232:
10233: 2003-11-11 paf
10234:
10235: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
10236: failed]
10237:
10238: * bin/auto.p.dist.in: colno
10239:
10240: 2003-11-10 paf
10241:
10242: * src/types/pa_vconsole.h: flush
10243:
10244: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
10245: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
10246: read/write [for nntp]
10247:
10248: * operators.txt: mysql: transaction support: ?autocommit=0
10249:
10250: * operators.txt: comment: updated
10251:
10252: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
10253: serialize version and exipire now removes entries
10254:
10255: * operators.txt: ^hashfile.delete[] removes files altogether [and
10256: dir, if could]
10257:
10258: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
10259: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
10260: removes files altogether [and dir, if could]
10261:
10262: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
10263: nonexistent pair. .c coded that that was error. fixed
10264:
10265: * src/types/pa_vhashfile.C: sdbm: exception type change to
10266: file.access [regretfull can't split it to different exceptions
10267: without modifying sdbm source wich would prefer not to]
10268:
10269: 2003-11-07 paf
10270:
10271: * src/: classes/date.C, classes/file.C, classes/hash.C,
10272: classes/hashfile.C, classes/image.C, classes/table.C,
10273: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
10274: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
10275: main/execute.C, main/main.vcproj, main/pa_pool.C,
10276: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
10277: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
10278: types/pa_vstateless_class.h: resurrected: pool idea. now only for
10279: destructing objects at request processing end
10280:
10281: 2003-11-06 paf
10282:
10283: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
10284: updates
10285:
10286: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
10287: to include sdbm
10288:
1.101 moko 10289: * src/include/: pa_config_includes.h, pa_version.h: our
10290: replacements of max& co only for cpp
1.95 moko 10291:
10292: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
10293: upper dir, .am updated
10294:
10295: * tests/todo.txt: hashfile: done
10296:
10297: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
10298: expiration [time in value. todo: move time to key]
10299:
10300: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
10301:
10302: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
10303: to do that in foreach, no errors, but surely wrong]
10304:
10305: * operators.txt, src/types/pa_vhashfile.C,
10306: src/types/pa_vhashfile.h: hashfile: clear and proper locking
10307:
10308: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
10309: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
10310: foreach
10311:
10312: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
10313: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
10314:
10315: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
10316: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
10317:
10318: * src/: include/pa_memory.h, targets/cgi/parser3.C,
10319: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
10320: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
10321: get/put [raw]
10322:
10323: * src/: classes/op.C, main/pa_os.C: just linked
10324:
10325: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
10326: XmlException changes
10327:
10328: * src/: include/pa_charset.h, include/pa_globals.h,
10329: include/pa_stylesheet_connection.h, main/pa_exception.C:
10330: XmlException changes
10331:
10332: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
10333:
10334: * src/: include/pa_common.h, include/pa_exception.h,
10335: main/main.vcproj, main/pa_common.C, include/pa_os.h,
10336: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
10337: main/pa_xml_exception.C: locking move to pa_os [along with
10338: pa_sleep] apr-impl locking done
10339:
10340: * configure, configure.in, operators.txt, parser3.sln,
10341: src/classes/classes.vcproj, src/classes/hashfile.C,
10342: src/classes/xdoc.C, src/include/pa_config_fixed.h,
10343: src/include/pa_exception.h, src/include/pa_globals.h,
10344: src/include/pa_memory.h, src/include/pa_version.h,
10345: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
10346: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
10347: src/main/compile.tab.C, src/main/main.vcproj,
10348: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
10349: src/types/Makefile.am, src/types/pa_vhash.C,
10350: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10351: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
10352: again with sdbm from apache
10353:
10354: 2003-11-05 paf
10355:
10356: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
10357: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
10358: \parser3project dir anymore
10359:
10360: * src/main/pa_charset.C: bugfix: had broken binary search [copied
10361: thoughtlessly from xalan]
10362:
10363: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
10364: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
10365: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
10366:
10367: * src/main/helpers/CaseFolding.txt:
10368: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
10369:
10370: 2003-11-04 paf
10371:
10372: * operators.txt: comment: ^mail:send[$.options[
10373:
10374: * src/classes/table.C: compiled on unix
10375:
1.101 moko 10376: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 10377:
10378: * src/classes/mail.C: compiled on unix
10379:
10380: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
10381: src/types/pa_vmail.h: !^mail:send[
10382: $.options[unix: string to append to sendmail command
10383: line]
10384:
10385: * operators.txt, src/classes/table.C, src/main/pa_string.C,
10386: tests/todo.txt: ^table.save[... $.separator[^#09]
10387: $.encloser["] <nothing> by default
10388:
10389: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
10390: !$.separator[^#09] !$.encloser["] <nothing> by
10391: default
10392:
10393: 2003-11-03 paf
10394:
10395: * operators.txt, src/classes/table.C, src/main/pa_common.C:
10396: ^table::load[; options: !$.column-separator[^#09]
10397: !$.column-encloser["]
10398:
10399: * operators.txt, src/include/pa_config_fixed.h,
10400: src/types/pa_vrequest.C: $request:document-root
10401:
10402: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
10403: [already included into uri=xxx]
10404:
10405: * operators.txt, src/classes/image.C, tests/todo.txt:
10406: ^image.gif[filename] for $response:download
10407:
10408: * src/classes/date.C: minor precaution
10409:
10410: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
10411: !^date.unix-timestamp[]
10412:
10413: 2003-10-30 paf
10414:
10415: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
10416: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
10417:
10418: * src/classes/: date.C, image.C: improvement diagnostics:
10419: $now[^date::create[$undefined]] now is error
10420:
10421: * src/main/pa_common.C: read errors would now be reported 'actually
10422: read -1 bytes'
10423:
10424: 2003-10-24 paf
10425:
10426: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
10427: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
10428: src/main/Makefile.am, src/targets/cgi/Makefile.am,
10429: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
10430:
10431: 2003-10-22 paf
10432:
10433: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
10434:
10435: 2003-10-21 paf
10436:
10437: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
10438: fixed: string.match[g] without <'> option produced columns with
10439: NULL's, which gpf'ed at table.save time
10440:
10441: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
10442: recoursion' message with intensive throw-catches fixed: incorrect
10443: name and line (one name upper then needed) in error message about
10444: problems inside try block
10445:
10446: 2003-10-10 paf
10447:
10448: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
10449: check offset argument for validity did that in String::Body::pos
10450: myself http://i2/tasks/edit/?id=4577425257580789777
10451:
10452: 2003-10-07 paf
10453:
10454: * src/main/: compile.tab.C, compile.y: ^if ( better error:
10455: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
10456:
10457: 2003-10-03 paf
10458:
10459: * parser3.sln, src/include/pa_dictionary.h,
10460: src/main/pa_dictionary.C, src/main/pa_string.C,
10461: src/targets/cgi/parser3.vcproj: dictionary optimized by
10462: precalculating cstr&length
10463:
10464: 2003-10-02 paf
10465:
10466: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
10467: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
10468: main/pa_stylesheet_manager.C: bugfix: ^throw context were
10469: saved/restored incompletely http://www.parser.ru/forum/?id=21484
10470:
10471: 2003-09-30 paf
10472:
10473: * src/main/pa_string.C: string::replace bug fix [were ignoring
10474: occurrances after lang-mismatched
10475:
10476: 2003-09-29 paf
10477:
10478: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
10479: helper
10480:
10481: * src/main/pa_string.C: string::serialize bug fix with
10482: zero-terminator
10483:
10484: * src/classes/table.C: ^nameless_table.save column row now has no
10485: \t at the end
10486:
10487: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
10488: @postprocess now takes $response:body/download
10489:
10490: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
10491: error message
10492:
10493: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
10494:
10495: * src/classes/table.C: bugfix: flip: must produce nameless
10496: http://i2/tasks/edit/?id=4573405524674081244
10497:
10498: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
10499: main/helpers/simple_folding.pl: utf-8 upper/lower
10500:
10501: * src/main/pa_common.C: bugfix: utf signature were not ignored due
10502: to typo error http://i2/tasks/edit/?id=4573354650786434584
10503:
10504: 2003-09-26 paf
10505:
10506: * src/main/untaint.C: removed needless field
10507:
10508: * src/main/untaint.C: removed needless const
10509:
10510: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
10511: String.for_each bug fixed [omited one-char cases]
10512:
10513: * src/include/pa_stack.h: bugfix: before collecting garbage,
10514: runtime-executor stack were cleared... BADLY
10515:
10516: * src/main/pa_string.C: ^stirng.replace code used old
10517: param-convention on langs.append, fixed that search fo the like,
10518: found none
10519:
10520: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
10521: string::serialize/deserialize implemented Language enum assigned
10522: meaningful letters [more convinient for debugging. read warning
10523: before adding/changing anything]
10524:
10525: 2003-09-25 paf
10526:
10527: * src/: include/pa_string.h, include/pa_version.h,
10528: main/pa_string.C, main/untaint.C: templates and anonymous unions
10529: differences on unix
10530:
10531: * parser3.sln, src/classes/file.C, src/classes/image.C,
10532: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
10533: src/classes/xdoc.C, src/classes/xnode.C,
10534: src/include/pa_cache_managers.h, src/include/pa_charset.h,
10535: src/include/pa_charsets.h, src/include/pa_common.h,
10536: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
10537: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
10538: src/include/pa_table.h, src/lib/cord/cordbscs.c,
10539: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
10540: src/lib/cord/include/cord.h, src/main/compile.tab.C,
10541: src/main/compile_tools.h, src/main/pa_charset.C,
10542: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
10543: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
10544: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
10545: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
10546: src/types/pa_vmail.C, src/types/pa_vmath.C,
10547: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
10548: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
10549:
10550: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
10551: functions aligned to that of eeparser3 look
10552:
10553: * src/lib/cord/cordprnt.c: removed warnings
10554:
10555: 2003-09-24 paf
10556:
10557: * src/: classes/file.C, classes/image.C, classes/mail.C,
10558: classes/op.C, classes/xdoc.C, classes/xnode.C,
10559: include/pa_cache_managers.h, include/pa_charset.h,
10560: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
10561: include/pa_sql_driver_manager.h, include/pa_string.h,
10562: include/pa_stylesheet_manager.h, include/pa_table.h,
10563: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
10564: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
10565: main/pa_sql_driver_manager.C, main/pa_string.C,
10566: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
10567: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
10568: types/pa_vstateless_class.h, types/pa_vstatus.C,
10569: types/pa_vxnode.C: v() functions of String::Body,
10570: String::Languages and String itself StringBody->String::Body
10571:
10572: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10573: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
10574: never optimized anything. todo: somehow speed up harder cases:
10575: concatenationA+concatenationB when last block of A and first of B
10576: contain same letters
10577:
10578: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10579: lib/cord/include/cord.h: langs: speed up by joining adjucent
10580: blocks of same char [CORD_append_block]
10581:
10582: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10583: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
10584: save space by extending blocks when appending block with c ==
10585: lastblock.c
10586:
10587: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
10588: working yet :( but more working &understood :)
10589:
10590: * src/: classes/table.C, include/pa_string.h,
10591: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
10592:
10593: 2003-09-23 paf
10594:
10595: * src/main/untaint.C: $a[ok!] $a works!
10596:
10597: * src/main/untaint.C: something even more works :)
10598:
10599: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
10600: something more works :)
10601:
10602: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10603: lib/cord/cordxtra.c: something already works :)
10604:
10605: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
10606: serialize&deserialize
10607:
10608: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
10609: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
10610: main/untaint.C: main idea implemented, details left
10611:
10612: 2003-09-22 paf
10613:
10614: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
10615:
10616: * src/classes/xnode.C: copy/paste comment bugfix
10617:
10618: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
10619: allocator returns 0, just die.
10620: http://i2/tasks/edit/?id=4570798492410259445
10621:
10622: * src/classes/xdoc.C: copy/paste comment bugfix
10623:
10624: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
10625: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
10626: xnode: getAttributeNS setAttributeNS removeAttributeNS
10627: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
10628:
10629: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
10630: chars due to bitwise operation signed-char error]
10631:
10632: 2003-09-19 paf
10633:
10634: * src/types/pa_wcontext.C: output message: more practical
10635: suggestion
10636:
10637: * src/main/pa_common.C, operators.txt: merged
10638: $f[^file::load[binary;http://...]] $f.tables
10639:
10640: 2003-09-02 paf
10641:
10642: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
10643: flush stdout without referencing 'stdout' symbol. to hell with
10644: non-ansi libraries without 'stdout' symbol
10645:
10646: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
10647: unix (users reported problems with some old libc)
10648:
10649: * src/types/pa_vdate.h: forgot initializer
10650:
10651: 2003-09-01 paf
10652:
10653: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
10654: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
10655: zone]
10656:
10657: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
10658:
10659: 2003-08-19 paf
10660:
10661: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
10662: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
10663: simplified a little
10664:
10665: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
10666: [lost fix from 3.0.8]
10667:
10668: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
10669: visible here }
10670:
10671: bug fix
10672:
10673: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
10674:
10675: * src/main/compile.tab.C: initialized couple of variables about
10676: which user reported runtime problems when parser were compiled
10677: with VC7, warning level4. study shows that later in bison
10678: they've fixed that. would migrate to latest bison someday
10679:
10680: * src/types/pa_vmail.C: turned off recoding in gmime (were still
10681: recoding headers)
10682:
10683: * src/types/pa_vmail.C: works as before, same charset problems:
10684: gmime recodes to UTF-8 only headers, not body. so not recoding
10685: anything for now
10686:
10687: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
10688: problems with body
10689:
10690: * src/types/pa_vmail.C: mail_receive just compiled
10691:
10692: 2003-08-18 paf
10693:
10694: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
10695: main/main.vcproj, types/types.vcproj: win32: continued process
10696: detaching from \parser3project directory
10697:
10698: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
10699: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
10700: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
10701: src/lib/pcre/pcre_dftables.dsp,
10702: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
10703: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
10704: src/types/types.dsp: moved to MSVC 7
10705:
10706: * gnu.vcproj.vspscc, parser3.vssscc,
10707: src/classes/classes.vcproj.vspscc,
10708: src/lib/cord/cord.vcproj.vspscc,
10709: src/lib/ltdl/libltdl.vcproj.vspscc,
10710: src/lib/md5/md5.vcproj.vspscc,
10711: src/lib/pcre/pcre_dftables.vcproj.vspscc,
10712: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
10713: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
10714: src/targets/isapi/parser3isapi.vcproj.vspscc,
10715: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
10716: moved to MSVC 7
10717:
10718: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
10719: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
10720: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10721: src/lib/pcre/pcre_dftables.vcproj,
10722: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
10723: src/targets/cgi/parser3.vcproj,
10724: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
10725: new VS project files
10726:
10727: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
10728: .NET to detect Jalindi Igloo capabilities.
10729:
10730: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.101 moko 10731: src/classes/classes.awk, src/doc/footer.htm,
10732: src/include/pa_config_fixed.h, src/include/pa_version.h,
10733: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 10734: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
10735: src/types/pa_vmail.C: merged 3.1.0 latest changes
10736:
10737: 2003-08-15 paf
10738:
10739: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
10740: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
10741:
10742: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
10743: non-ascii <yyy> now encoded correctly
10744:
10745: 2003-07-29 paf
10746:
1.101 moko 10747: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
10748: dist
1.95 moko 10749:
10750: * src/types/pa_vmail.C: just started --with-mail-receive
10751:
10752: 2003-07-28 paf
10753:
1.101 moko 10754: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
10755: dependence in src/classes, src/lib/gc now in dist
1.95 moko 10756:
10757: * src/main/pa_string.C: ^cache bug fix [were not working at all]
10758:
10759: 2003-07-25 paf
10760:
10761: * src/doc/footer.htm: year
10762:
10763: 2003-07-24 paf
10764:
10765: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
10766: fix
10767:
10768: * src/include/pa_version.h: release
10769:
1.101 moko 10770: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 10771:
10772: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
10773: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
10774: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
10775: getting rid of win32xml pseudo project
10776:
10777: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
10778:
1.101 moko 10779: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
10780: configure.in, operators.txt, parser3.dsw,
1.95 moko 10781: etc/parser3.charsets/koi8-r.cfg,
1.101 moko 10782: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 10783: src/classes/classes.C, src/classes/classes.awk,
10784: src/classes/classes.dsp, src/classes/classes.h,
10785: src/classes/date.C, src/classes/double.C, src/classes/file.C,
10786: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
10787: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
10788: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
10789: src/classes/string.C, src/classes/table.C, src/classes/void.C,
10790: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
10791: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
10792: src/doc/string.dox, src/include/Makefile.am,
1.101 moko 10793: src/include/pa_array.h, src/include/pa_cache_managers.h,
10794: src/include/pa_charset.h, src/include/pa_charsets.h,
10795: src/include/pa_common.h, src/include/pa_config_auto.h.in,
10796: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
10797: src/include/pa_dictionary.h, src/include/pa_dir.h,
10798: src/include/pa_exception.h, src/include/pa_exec.h,
10799: src/include/pa_globals.h, src/include/pa_hash.h,
10800: src/include/pa_memory.h, src/include/pa_opcode.h,
10801: src/include/pa_operation.h, src/include/pa_pool.h,
10802: src/include/pa_pragma_pack_begin.h,
1.95 moko 10803: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
10804: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
10805: src/include/pa_sapi.h, src/include/pa_socks.h,
10806: src/include/pa_sql_connection.h,
10807: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
10808: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
10809: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
10810: src/include/pa_threads.h, src/include/pa_types.h,
1.101 moko 10811: src/include/pa_uue.h, src/lib/Makefile.am,
10812: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
10813: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
10814: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
10815: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 10816: src/lib/cord/include/ec.h,
10817: src/lib/cord/include/private/Makefile.am,
10818: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.101 moko 10819: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
10820: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 10821: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.101 moko 10822: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
10823: src/main/compile_tools.C, src/main/compile_tools.h,
10824: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
10825: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10826: src/main/pa_charsets.C, src/main/pa_common.C,
10827: src/main/pa_dictionary.C, src/main/pa_dir.C,
10828: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 10829: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
10830: src/main/pa_request.C, src/main/pa_socks.C,
10831: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
10832: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.101 moko 10833: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
10834: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
10835: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
10836: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
10837: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
10838: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
10839: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 10840: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10841: src/targets/isapi/parser3isapi.dsp,
10842: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.101 moko 10843: src/types/pa_junction.h, src/types/pa_method.h,
10844: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 10845: src/types/pa_vclass.C, src/types/pa_vclass.h,
10846: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
10847: src/types/pa_vcookie.h, src/types/pa_vdate.h,
10848: src/types/pa_vdouble.h, src/types/pa_venv.h,
10849: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
10850: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
10851: src/types/pa_vimage.C, src/types/pa_vimage.h,
10852: src/types/pa_vint.h, src/types/pa_vjunction.h,
10853: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
10854: src/types/pa_vmath.h, src/types/pa_vmemory.h,
10855: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
10856: src/types/pa_vobject.C, src/types/pa_vobject.h,
10857: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
10858: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
10859: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
10860: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
10861: src/types/pa_vstatus.h, src/types/pa_vstring.C,
10862: src/types/pa_vstring.h, src/types/pa_vtable.C,
10863: src/types/pa_vtable.h, src/types/pa_vvoid.h,
10864: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
10865: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
10866: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
10867: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
10868: HEAD
10869:
10870: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
10871: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
10872: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
10873: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
10874: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
10875: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
10876: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
10877: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
10878: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
10879: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
10880: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
10881: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
10882: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
10883: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
10884: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
10885: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
10886: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
10887: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
10888: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
10889: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
10890: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
10891: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
10892: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
10893: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
10894: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
10895: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
10896: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
10897: outputs/create-dir, results/001.processed, results/002.processed,
10898: results/003.processed, results/004.processed,
10899: results/005.processed, results/006.processed,
10900: results/007.processed, results/008.processed,
10901: results/009.processed, results/010.processed,
10902: results/011.processed, results/012.processed,
10903: results/013.processed, results/014.processed,
10904: results/015.processed, results/016.processed,
10905: results/017.processed, results/018.processed,
10906: results/019.processed, results/020.processed,
10907: results/021.processed, results/022.processed,
10908: results/023.processed, results/024.processed,
10909: results/025.processed, results/026.processed,
10910: results/027.processed, results/028.processed,
10911: results/029.processed, results/030.processed,
10912: results/031.processed, results/032.processed,
10913: results/033.processed, results/034.processed,
10914: results/035.processed, results/036.processed,
10915: results/037.processed, results/038.processed,
10916: results/039.processed, results/040.processed,
10917: results/041.processed, results/042.processed,
10918: results/043.processed, results/044.processed,
10919: results/045.processed, results/046.processed,
10920: results/047.processed, results/048.processed,
10921: results/049.processed, results/050.processed,
10922: results/051.processed, results/052.processed,
10923: results/053.processed, results/054.processed,
10924: results/055.processed, results/056.processed,
10925: results/057.processed, results/058.processed,
10926: results/059.processed, results/060.processed,
10927: results/061.processed, results/062.processed,
10928: results/063.processed, results/064.processed,
10929: results/065.processed, results/066.processed,
10930: results/067.processed, results/068.processed,
10931: results/069.processed, results/070.processed,
10932: results/071.processed, results/072.processed,
10933: results/073.processed, results/074.processed,
10934: results/075.processed, results/076.processed,
10935: results/077.processed, results/078.processed,
10936: results/079.processed, results/080.processed,
10937: results/081.processed, results/082.processed,
10938: results/083.processed, results/084.processed,
10939: results/085.processed, results/086.processed,
10940: results/087.processed, results/088.processed,
10941: results/089.processed, results/090.processed,
10942: results/091.processed, results/092.processed,
10943: results/093.processed, results/094.processed,
10944: results/095.processed, results/096.processed,
10945: results/097.processed, results/098.processed,
10946: results/099.processed, results/100.processed,
10947: results/101.processed, results/102.processed,
10948: results/103.processed, results/104.processed,
10949: results/105.processed, results/106.processed,
10950: results/107.processed, results/108.processed,
10951: results/109.processed, results/110.processed,
10952: results/111.processed, results/112.processed,
10953: results/113.processed, results/114.processed,
10954: results/115.processed, results/116.processed,
10955: results/117.processed, results/118.processed,
10956: results/119.processed, results/120.processed,
10957: results/121.processed, results/122.processed,
10958: results/123.processed, results/124.processed,
10959: results/125.processed, results/126.processed,
10960: results/127.processed, results/128.processed,
10961: results/129.processed, results/130.processed,
10962: results/131.processed, results/132.processed,
10963: results/133.processed, results/134.processed,
10964: results/135.processed, results/136.processed,
10965: results/137.processed, results/138.processed,
10966: results/139.processed, results/140.processed,
10967: results/141.processed: merged(copied) to HEAD from template_gc
10968:
10969: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
10970: towards \parser3project not having to be in root
10971:
10972: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
10973: module compiled [were minor unnecessary changes in lib/md5
10974: interface]
10975:
10976: * src/include/pa_version.h: release
10977:
10978: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
10979:
10980: * src/classes/math.C: merged uuid bugfix
10981:
10982: * tests/: 141.html, results/141.processed: fixed bug with
10983: too-small-a-buffer
10984:
10985: * src/classes/math.C: uuid bugfix
10986:
10987: * tests/: 141.html, Makefile, results/005.processed,
10988: results/030.processed, results/075.processed,
10989: results/078.processed: to reflect date format change (were -
10990: become ' ')
10991:
10992: * src/classes/math.C: uuid bugfix
10993:
10994: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
10995: debug/release changes
10996:
10997: * src/lib/md5/pa_md5c.c: PA_ -> pa_
10998:
10999: 2003-07-23 paf
11000:
11001: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
11002: renamed a little [to move to comman naming conv]
11003:
1.101 moko 11004: * src/targets/Makefile.am: apache13 splitted to simplify apache
11005: build
1.95 moko 11006:
11007: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
11008: main/pa_request.C, main/pa_sql_driver_manager.C,
11009: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
11010: stack top_index() fixed
11011:
11012: * src/main/pa_globals.C: minor style changes
11013:
11014: * src/: classes/op.C, include/pa_sql_connection.h: connection
11015: closing/caching fixed [connections were not closed/put to cache]
11016:
11017: 2003-07-22 paf
11018:
11019: * INSTALL: gc part updated stightly
11020:
11021: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
11022: new sapi interface
11023:
11024: * src/classes/file.C: comment on OS
11025:
11026: * src/main/pa_string.C: removed reduntant invariant check [there is
11027: one deeper in cord lib]
11028:
11029: * src/main/pa_exec.C: on win32 bugfix in handling shbang
11030:
11031: * src/main/pa_memory.C: out of memory is no longer coredump
11032:
11033: * INSTALL: disable-threads adviced
11034:
11035: 2003-07-21 paf
11036:
1.101 moko 11037: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 11038:
11039: * src/classes/file.C: file::exec/cgi environment variables now must
11040: be UPPERCASE and A-Z 0-9 _-
11041:
11042: * src/classes/file.C: env passing fixed
11043:
11044: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
11045:
11046: * src/main/pa_common.C: http:// CRLF now
11047:
11048: 2003-07-02 paf
11049:
11050: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
11051: fields to reflect their real meaning
11052:
11053: 2003-06-27 paf
11054:
11055: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
11056: include/pa_hash.h, main/pa_charset.C: merged from HEAD
11057: file::exec/cgi .charset
11058:
11059: 2003-06-26 paf
11060:
11061: * ChangeLog, src/classes/file.C, src/classes/hash.C,
11062: src/classes/image.C, src/classes/op.C, src/classes/string.C,
11063: src/classes/table.C: fixed several uninitialized local
11064: structures. notably ^hash.foreach now inserts delimiters
11065: properly [were inserting it before first body]
11066:
11067: 2003-06-24 paf
11068:
11069: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
11070:
11071: 2003-06-20 paf
11072:
11073: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
11074: src/main/pa_globals.C: introducing
11075: $f[^file::load[binary;http://...]] $f.tables
11076:
11077: 2003-06-06 paf
11078:
11079: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
11080: table. [were method lookup: inconsistent]
11081:
11082: 2003-06-02 paf
11083:
11084: * src/include/pa_memory.h: empty string clone fixed to return
11085: writable memory
11086:
11087: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
11088: were not appended] which violated string invariant
11089:
11090: 2003-05-30 paf
11091:
11092: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
11093: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
11094:
11095: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
11096: GMT ; RFC 822, updated by RFC 1123
11097:
11098: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
11099: targets/isapi/parser3isapi.C: initialized request_info properly
11100:
11101: * src/classes/xnode.C: found minor bug, commended for future
11102:
11103: 2003-05-28 paf
11104:
11105: * src/classes/form.C: request_info.content_length can't be <0,
11106: size_t for some time
11107:
11108: 2003-05-26 paf
11109:
11110: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
11111: forgotten <0 changed to !=STRING_NOT_FOUND
11112:
11113: * src/classes/math.C: merged ffffu from HEAD
11114:
11115: 2003-05-11 paf
11116:
11117: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
11118:
11119: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
11120: premature doc free. transformed document had xmlDoc reference
11121: stored to non-gc-memory (libgdome) added holding-reference
11122:
11123: 2003-04-29 paf
11124:
11125: * src/main/pa_globals.C: started digging on double free. on win32
11126: found that that's perfectly normal.
11127:
11128: 2003-04-25 paf
11129:
11130: * src/classes/table.C: table.join bug fix [bad limit check]
11131:
11132: * src/classes/math.C: merged from HEAD: simpiler hash_string
11133:
11134: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
11135: print anything. changed to quicker and simplier code
11136:
11137: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
11138: strict a check]
11139:
11140: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
11141:
11142: 2003-04-24 paf
11143:
11144: * src/include/pa_table.h: too strict assert loosened
11145:
11146: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
11147: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
11148: report
11149:
11150: 2003-04-21 paf
11151:
1.101 moko 11152: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 11153:
11154: * src/main/pa_globals.C: pcre memory management changed to use GC
11155: memory
11156:
11157: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
11158: xmlMallocAtomic [author agreed to my suggestion], used that
11159:
11160: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
11161:
11162: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
11163: types/pa_vmail.C: attributed_meaning_to_string added
11164: L_UNSPECIFIED piece which was sortof OK, but violated string
11165: invariant [assertion barked on that] changed to L_PASS_APPEND,
11166: made that param obligatory
11167:
11168: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
11169: fixed [assert helped]
11170:
11171: * src/include/pa_string.h: assert added [looking for bug]
11172:
11173: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
11174: names on Win32 considered disk-global
11175:
11176: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
11177: considered disk-global
11178:
11179: 2003-04-18 paf
11180:
11181: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
11182: filenames
11183:
11184: * src/main/untaint.C: enabled '~' letter in filenames
11185:
11186: 2003-04-16 paf
11187:
11188: * src/classes/file.C: small bug introduced in autoptr times fixed
11189:
11190: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
11191: HEAD
11192:
1.101 moko 11193: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 11194:
11195: 2003-04-15 paf
11196:
11197: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
11198: src/lib/md5/pa_md5c.c, tests/141.html,
11199: tests/results/141.processed: merged from head ^math:uuid[]
11200: ^math:uid64[] ^math:md5[string]
11201:
11202: test added: 141.html
11203:
11204: * operators.txt, src/classes/math.C: ^math:uid64[]
11205:
11206: * src/classes/math.C: ^math:uuid[]
11207:
11208: * operators.txt, src/classes/math.C: ^math:uuid[]
11209:
11210: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
11211: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
11212:
11213: * operators.txt, src/classes/file.C, src/include/pa_common.h,
11214: src/include/pa_config_fixed.h, src/main/pa_common.C:
11215: ^file::load[mode;name; $.offset $.limit
11216:
11217: 2003-04-14 paf
11218:
11219: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
11220: started ^math:md5
11221:
11222: * src/classes/table.C, src/include/pa_array.h,
11223: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
11224: tests/results/140.processed: table $.reverse option works in
11225: create&co table $.distinct[tables] bug fix merged
11226:
11227: * src/: classes/table.C, include/pa_table.h: table
11228: $.distinct[tables] bug fixed
11229:
11230: * src/classes/table.C: more warnings
11231:
11232: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
11233: removed checks in table::set_current, moved them back to
11234: table::locate implemented table::create/join ñ $.reverse
11235:
11236: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
11237: removed checks in table::set_current, moved them back to
11238: table::locate
11239:
11240: 2003-04-11 paf
11241:
11242: * operators.txt, src/classes/date.C, src/classes/table.C,
11243: src/include/pa_array.h, src/include/pa_common.h,
11244: src/include/pa_config_includes.h, src/include/pa_string.h,
11245: src/include/pa_table.h, src/main/pa_request.C,
11246: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
11247: src/main/pa_table.C: merged from HEAD from
11248: before_append_array_limit_sense_change to
11249: after_append_array_limit_sense_change
11250:
11251: * src/classes/table.C: typo
11252:
11253: * operators.txt, src/classes/date.C, src/classes/table.C,
11254: src/include/pa_array.h, src/include/pa_common.h,
11255: src/include/pa_config_includes.h, src/include/pa_globals.h,
11256: src/include/pa_table.h, src/main/pa_array.C,
11257: src/main/pa_globals.C, src/main/pa_request.C,
11258: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
11259: src/main/pa_table.C: append_array_limit_sense_change locate
11260: accepts options same as create new option: $.reverse(1) [do not
11261: work in table::create]
11262:
11263: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
11264: (stat xxx,
11265:
11266: * src/classes/: table.C: typo
11267:
11268: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
11269: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
11270: results/130.processed, results/131.processed,
11271: results/132.processed, results/133.processed,
11272: results/134.processed, results/135.processed,
11273: results/136.processed, results/137.processed,
11274: results/138.processed, results/139.processed: added few mustfail
11275: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
11276: date/time 132.html mustfail: access to junction outside of
11277: context 133.html mustfail: access to junction outside of context,
11278: case version 134.html mustfail: hash: adding a key inside of
11279: foreach 135.html mustfail: modifying system class 136.html
11280: mustfail: $.name outside of $hash[here] 137.html mustfail:
11281: appendChild without import 138.html mustfail: invalid encoding
11282: inside of xml 139.html mustfail: bad XPath
11283:
11284: * operators.txt, src/classes/table.C, tests/084.html,
11285: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
11286: tests/129.html, tests/results/125.processed,
11287: tests/results/126.processed, tests/results/127.processed,
11288: tests/results/128.processed, tests/results/129.processed: merged
11289: from HEAD ^table.hash[key][$.distinct[tables]]
11290:
11291: maked appropriate tests [changed one old nonconforming]
11292:
11293: * operators.txt, src/classes/table.C:
11294: ^table.hash[key][$.distinct[tables]]
11295:
11296: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
11297: merged fix for found very old xml (dom) bug: were passing
11298: domString objects and later ERROREOUSLY freed them
11299:
11300: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
11301: src/main/pa_charset.C: re-added libgdome patch. regretfully
11302: libgdome bug can not be worked around
11303:
11304: 2003-04-10 paf
11305:
11306: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
11307: found very old xml (dom) bug: were passing domString objects and
11308: later ERROREOUSLY freed them
11309:
11310: * src/doc/string.dox, src/include/pa_memory.h,
11311: src/include/pa_string.h, src/lib/cord/cordbscs.c,
11312: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
11313: tests/123.html, tests/124.html, tests/results/001.processed,
11314: tests/results/002.processed, tests/results/003.processed,
11315: tests/results/004.processed, tests/results/005.processed,
11316: tests/results/006.processed, tests/results/008.processed,
11317: tests/results/009.processed, tests/results/010.processed,
11318: tests/results/011.processed, tests/results/012.processed,
11319: tests/results/013.processed, tests/results/014.processed,
11320: tests/results/015.processed, tests/results/016.processed,
11321: tests/results/017.processed, tests/results/018.processed,
11322: tests/results/020.processed, tests/results/021.processed,
11323: tests/results/022.processed, tests/results/023.processed,
11324: tests/results/024.processed, tests/results/025.processed,
11325: tests/results/026.processed, tests/results/027.processed,
11326: tests/results/028.processed, tests/results/029.processed,
11327: tests/results/030.processed, tests/results/031.processed,
11328: tests/results/032.processed, tests/results/033.processed,
11329: tests/results/034.processed, tests/results/035.processed,
11330: tests/results/036.processed, tests/results/037.processed,
11331: tests/results/038.processed, tests/results/039.processed,
11332: tests/results/040.processed, tests/results/041.processed,
11333: tests/results/042.processed, tests/results/043.processed,
11334: tests/results/044.processed, tests/results/045.processed,
11335: tests/results/046.processed, tests/results/047.processed,
11336: tests/results/048.processed, tests/results/049.processed,
11337: tests/results/050.processed, tests/results/051.processed,
11338: tests/results/052.processed, tests/results/053.processed,
11339: tests/results/054.processed, tests/results/055.processed,
11340: tests/results/056.processed, tests/results/057.processed,
11341: tests/results/058.processed, tests/results/059.processed,
11342: tests/results/060.processed, tests/results/061.processed,
11343: tests/results/062.processed, tests/results/063.processed,
11344: tests/results/064.processed, tests/results/065.processed,
11345: tests/results/066.processed, tests/results/067.processed,
11346: tests/results/068.processed, tests/results/069.processed,
11347: tests/results/070.processed, tests/results/071.processed,
11348: tests/results/072.processed, tests/results/073.processed,
11349: tests/results/074.processed, tests/results/075.processed,
11350: tests/results/076.processed, tests/results/077.processed,
11351: tests/results/078.processed, tests/results/079.processed,
11352: tests/results/080.processed, tests/results/081.processed,
11353: tests/results/082.processed, tests/results/083.processed,
11354: tests/results/084.processed, tests/results/085.processed,
11355: tests/results/086.processed, tests/results/087.processed,
11356: tests/results/088.processed, tests/results/089.processed,
11357: tests/results/090.processed, tests/results/091.processed,
11358: tests/results/092.processed, tests/results/093.processed,
11359: tests/results/094.processed, tests/results/095.processed,
11360: tests/results/096.processed, tests/results/097.processed,
11361: tests/results/101.processed, tests/results/102.processed,
11362: tests/results/104.processed, tests/results/105.processed,
11363: tests/results/106.processed, tests/results/107.processed,
11364: tests/results/108.processed, tests/results/109.processed,
11365: tests/results/110.processed, tests/results/111.processed,
11366: tests/results/112.processed, tests/results/113.processed,
11367: tests/results/114.processed, tests/results/115.processed,
11368: tests/results/116.processed, tests/results/117.processed,
11369: tests/results/118.processed, tests/results/119.processed,
11370: tests/results/120.processed, tests/results/121.processed,
11371: tests/results/122.processed, tests/results/123.processed,
11372: tests/results/124.processed: new convention: char* never 0.
11373: assert in cord on that
11374:
11375: * src/main/pa_charset.C: couple more asserts
11376:
11377: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
11378: speedup
11379:
11380: * src/main/pa_charset.C: couple assertions on fantastic situations
11381: added [may be those is the case now?]
11382:
11383: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
11384: that's memory from gc_malloc, not from g_malloc :(, but would
11385: hope]
11386:
11387: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
11388: that's memory from gc_malloc, not from g_malloc :(, but would
11389: hope]
11390:
11391: * src/main/pa_charset.C: checked custom malloc for returning 0
11392:
11393: 2003-04-09 paf
11394:
11395: * src/classes/date.C: merged ^date.roll changes
11396:
11397: * src/classes/date.C: ^date.roll bug fix
11398:
11399: * src/classes/date.C: ^date.roll now throws less errors: month
11400: shifts handles end of month situation by reducing day number
11401: hour-hole shift reduces hour to recover
11402:
11403: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
11404: Sort by function time
11405:
11406: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
11407: http:// $.charset[] param done
11408:
11409: * tests/: 122.html, results/122.processed: 122 date test <= and ==
11410: added [after volatile fix. passes on win&intel-solaris]
11411:
11412: 2003-04-08 paf
11413:
11414: * src/: classes/file.C, classes/op.C, classes/table.C,
11415: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
11416: include/pa_common.h, include/pa_request_charsets.h,
11417: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11418: main/pa_exec.C, main/pa_request.C, main/untaint.C,
11419: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
11420: types/pa_vresponse.C: started http:// $.charset[] param and
11421: http response charset detection just compiled. todo:test
11422:
11423: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
11424:
11425: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
11426: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
11427: types/pa_vmail.C: changed transcode param converntion along with
11428: string creating convention -- all strings are zero-terminated,
11429: this allowed to fix one remaining String("123", 2) case
11430:
11431: * src/: classes/date.C, classes/file.C, classes/hash.C,
11432: classes/op.C, classes/string.C, classes/table.C,
11433: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
11434: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
11435: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
11436: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
11437: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
11438: violated String::invariant. started fixing [not compiled now]
11439:
11440: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
11441: main/compile.tab.C, main/compile.y, main/pa_string.C,
11442: main/untaint.C, targets/cgi/parser3.C: number of string style
11443: improvements & optimizations
11444:
11445: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
11446: :(]
11447:
11448: * src/main/untaint.C: removed redundant & in CORD_pos param passing
11449: [for it's a pointer really]
11450:
11451: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
11452: 'n' param. worked that around
11453:
11454: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
11455: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
11456: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
11457: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
11458: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
11459:
11460: Thanks for the bug report and patch.
11461:
11462: I hadn't looked at this code in a while. Reading it now, it
11463: seems to me that the tests should also be ">= MAX_DEPTH" to
11464: comply with the invariant, though that may not matter a lot. I
11465: changed that, too.
11466:
11467: Hans
11468:
11469: 2003-04-07 paf
11470:
11471: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
11472: merged from head:safe mode error message now includes numbers
11473:
11474: * src/main/execute.C: n-th attempt to make a=a work with double.
11475: problem: as_double returns it's result in fp-register compiler
11476: optimizes access to that register after b->as_double, and just
11477: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
11478: from memory. _SAME_ double values do not match here. when
11479: forced to REload fp-register, values do match.
11480:
11481: tried to make them volatile.
11482:
11483: * src/main/execute.C: n-th attempt to make a=a work with double.
11484: problem: as_double returns it's result in fp-register compiler
11485: optimizes access to that register after b->as_double, and just
11486: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
11487: from memory. _SAME_ double values do not match here. when
11488: forced to REload fp-register, values do match.
11489:
11490: tried to make them volatile.
11491:
11492: * src/types/pa_vobject.h: small style change
11493:
11494: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
11495:
11496: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
11497: mode error message now includes numbers
11498:
11499: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
11500: now causes death
11501:
11502: 2003-04-04 paf
11503:
11504: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
11505: incorportated pa_exec patch by From: "Victor Fedoseev"
11506: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
11507: Sent: Thursday, January 23, 2003 9:14 AM
11508:
11509: huge speedup on ^file::cgi with big result
11510:
11511: * src/classes/table.C: sort table with 0 rows bug fixed
11512:
11513: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
11514: fix http://i2/tasks/edit/?id=4493701604654042676
11515:
11516: @main[] $with_default[ $.a[1] $._default[default from
11517: with_default] ] ^show[$with_default]
11518:
11519: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
11520: =$to_add_to.xxx=<br>
11521:
11522: ^show[$to_add_to]
11523:
11524: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
11525: ^show[$cloned]
11526:
11527: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
11528:
11529: } <hr>
11530:
11531: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
11532: http://i2/tasks/edit/?id=4493701604654042676
11533:
11534: @main[] $with_default[ $.a[1] $._default[default from
11535: with_default] ] ^show[$with_default]
11536:
11537: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
11538: =$to_add_to.xxx=<br>
11539:
11540: ^show[$to_add_to]
11541:
11542: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
11543: ^show[$cloned]
11544:
11545: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
11546:
11547: } <hr>
11548:
11549: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
11550: http://i2/tasks/edit/?id=4507350336410850921
11551:
11552: * src/classes/xdoc.C: memory allocation func bugfix
11553: http://i2/tasks/edit/?id=4499303470368629745
11554:
11555: * src/classes/math.C: allowed random 1...
11556:
11557: * src/classes/math.C: allowed random 0..
11558:
11559: * src/main/pa_globals.C: exif mem leak
11560: http://i2/tasks/edit/?id=4480590323629807263
11561:
11562: * src/: classes/classes.dsp, main/main.dsp,
11563: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
11564: fix http://i2/tasks/edit/?id=4493946731322521294
11565: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
11566:
11567: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
11568: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
11569: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
11570: links to xml libs made relative, no need to unpack parser3project
11571: to /parser3project.
11572:
11573: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
11574: column more precise - tab handling bug fixed
11575:
11576: * src/main/: compile.tab.C, compile.y: more understandable error
11577: message in case @CLASS with more then one line inside
11578:
11579: * src/targets/cgi/parser3.C: more understandable error message in
11580: case of errors in @unhandled_exception
11581:
11582: 2003-04-03 paf
11583:
11584: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
11585: src/main/compile.tab.C, src/main/compile.y,
11586: src/main/compile_tools.C, src/main/compile_tools.h,
11587: src/main/execute.C, src/main/pa_request.C: debug info format
11588: simplified, now it's: OP_VALUE Operation::Origin << here value*
11589:
11590: higher limits: file number (max: 255) line number (max:
11591: 64535) column number (max: 255)
11592:
11593: * src/classes/math.C: top limit
11594:
11595: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
11596: precise parse error position in case of
11597:
11598: ^bug ]
11599:
11600: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
11601: changed to realities, and passed [bug fixed]
11602:
11603: * src/: classes/op.C, include/pa_request.h, main/compile.C,
11604: main/compile.tab.C, main/compile.y, main/compile_tools.C,
11605: main/compile_tools.h, main/pa_request.C: introducing
11606: ^process...[main-method-alias]
11607:
11608: * src/: classes/date.C, classes/image.C, classes/op.C,
11609: classes/string.C, classes/table.C, classes/xdoc.C,
11610: types/pa_vmethod_frame.h: MethodParams& now [methods without
11611: params receive zero reference, but they are expected not to look
11612: there]
11613:
11614: * operators.txt, src/classes/date.C, src/classes/double.C,
11615: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
11616: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
11617: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
11618: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11619: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
11620: src/main/execute.C, src/types/pa_method.h: MethodParams& now
11621: [methods without params receive zero reference, but they are
11622: expected not to look there]
11623:
11624: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11625: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
11626: ^process...[filename] useful for better error reporting
11627: [file/line/col]
11628:
11629: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
11630: types/pa_vstring.h: slightly improved error messages text: 1. is
11631: '%s', it 2. method undefined in case of ^void[]
11632:
11633: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
11634: include/pa_types.h, main/execute.C, main/pa_request.C: exception
11635: handling done. now we have error columns todo: test it
11636:
11637: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
11638: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
11639:
11640: this makes life easier: were: bad stack order -- were in
11641: exception catch unwind order, which didn't match execution order
11642:
11643: @main[] ^try{ ^first[] }{ ^throw[c;3] }
11644:
11645: @first[] ^throw[a;1]
11646:
11647: showed throw a first throw b try
11648:
11649: which is no good
11650:
11651: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
11652: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
11653: trace reset after handled exception [old bug fixed]
11654:
11655: * src/main/: compile.tab.C, compile.y: parse position old bug
11656: fixed. position reporting made precise [both, in parse erros and
11657: runtime errors]
11658:
11659: 2003-04-02 paf
11660:
11661: * src/: include/pa_operation.h, include/pa_request.h,
11662: main/compile.C, main/compile.tab.C, main/compile.y,
11663: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11664: main/pa_exception.C, main/pa_request.C: debug info: started
11665: using. todo:complete
11666:
11667: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
11668: main/compile.C, main/compile.tab.C, main/compile.y,
11669: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11670: main/pa_request.C: prepared debug info todo:use it
11671:
11672: * src/include/pa_operation.h: strange mistake fixed: forgot to
11673: return Operation class->union after switching from autoptrs.
11674:
11675: * tests/: Makefile, results/108.processed, results/117.processed:
11676: meta considered OK [it's up to coder now to remove it not needed]
11677:
11678: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
11679: Dictionary constructor when moved to gc]
11680:
11681: * src/main/pa_common.C: uncommented http:// file loading
11682:
11683: * src/include/pa_array.h, src/main/execute.C,
11684: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
11685: fix [gdGrowingBuf]
11686:
11687: * configure.in, src/lib/Makefile.am: removed patches
11688:
11689: * configure, src/include/pa_config_auto.h.in,
11690: src/main/pa_charset.C: --enable-assertions autoconf-ed
11691:
11692: * src/main/pa_common.C: uncommented http:// file loading
11693:
11694: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
11695: xdoc::create/load
11696:
11697: * src/: classes/form.C, classes/hash.C, classes/image.C,
11698: classes/string.C, classes/table.C, classes/void.C,
11699: include/pa_common.h, main/pa_common.C, main/pa_request.C,
11700: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
11701: String::String(str,helper_length) are checked. found/fixed one
11702: place: $request:body now zero-terminated,
11703:
11704: * src/: classes/op.C, classes/table.C, include/pa_request.h,
11705: main/compile_tools.C, main/execute.C, types/pa_value.h,
11706: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
11707: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
11708: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11709: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
11710: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
11711: types/pa_vxnode.h: more locally scoped vars in execute (more
11712: easily optimizable)
11713:
11714: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
11715: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
11716:
11717: * src/: include/pa_array.h, include/pa_stack.h,
11718: include/pa_string.h, main/compile_tools.C, main/main.dsp,
11719: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
11720: become assertion iterator in methodframe filler
11721:
11722: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
11723: targets/cgi/parser3.C: array::get/put inlined
11724:
11725: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
11726: gc_substitute_memory_management_functions +installed CORD_oom
11727: function
11728:
11729: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
11730: src/include/pa_config_includes.h, src/include/pa_string.h,
11731: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
11732: src/targets/cgi/parser3.C: converted debug hacks to ANSI
11733: assertions started configure.in --enable-assertions
11734:
11735: 2003-04-01 paf
11736:
11737: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
11738: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
11739: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
11740: gdome uses glib memory, and stores last pointer to xmlDoc there,
11741: gc misses that and collects valid memory fixed by remembering
11742: xmlDoc from dom object in xdoc. todo: do something with
11743: premature free of xdoc with xnodes/node values referring into it
11744:
11745: * src/classes/: mail.C: typo fix
11746:
11747: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
11748: changes
11749:
11750: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
11751: main/pa_memory.C: moved memory debugging to global level: to
11752: pa_gc_malloc
11753:
11754: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
11755: debugging showed no errors. todo: debug parser memory
11756:
11757: * src/targets/cgi/: parser3.C, parser3.dsp: more build
11758: configurations
11759:
11760: * src/: classes/classes.dsp, include/pa_config_fixed.h,
11761: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
11762: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
11763: types/types.dsp: prepared xml-static configuration
11764:
11765: 2003-03-31 paf
11766:
11767: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
11768: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
11769: xml lib memory debugging, simple checks failed: it seems that
11770: library does realloc(bad ptr), and recording those ptrs in heap
11771: [for debugging] was bad: heap situation changes = everything
11772: works fine
11773:
11774: * src/: main/pa_charset.C, include/pa_charset.h: worked around
11775: xmlRegisterCharEncodingHandler limitation [currently imposed
11776: limit of 10 user-defined charsets]
11777:
11778: 2003-03-28 paf
11779:
11780: * src/main/execute.C: execution stack copied to local register
11781: variable, removed lots [~2e7) of memory accesses
11782:
11783: 2003-03-27 paf
11784:
11785: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
11786: works in debug, but fails in release todo: fix that
11787:
11788: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
11789: targets/cgi/parser3.C: forgot to merge XML memory funcs
11790: replacement from gc branch
11791:
11792: * src/main/pa_exec.C: introducing append_help_length [radical
11793: improvement here]
11794:
11795: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
11796: 'not recommened' in gc.h, on win32 noticed no difference]
11797:
11798: * src/include/pa_array.h: returned checked array get [were disabled
11799: for debugging] result:not slower [don't understand that, it were
11800: INLINED] todo: find out a way of inlining it!
11801:
11802: * src/: include/pa_string.h, lib/gc/include/gc.h,
11803: lib/gc/include/gc_fake.h, main/compile.tab.C,
11804: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
11805: convention changed: all resulting strings are zero-terminated
11806:
11807: * src/: classes/date.C, classes/file.C, classes/hash.C,
11808: classes/string.C, classes/table.C, classes/void.C,
11809: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
11810: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
11811: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
11812: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
11813: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
11814: types/pa_vfile.C, types/pa_vmail.C: introducing
11815: append_help_length [radical improvement here]
11816:
11817: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
11818: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
11819: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
11820: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
11821: even slower
11822:
11823: * src/: classes/string.C, classes/table.C, include/pa_array.h,
11824: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
11825: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
11826: clients of &get(): most to use non-ref version, some[in tight
11827: places] to get_unchecked_ref
11828:
11829: * src/doc/memory.dox: forgot to add
11830:
11831: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
11832: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
11833: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
11834: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
11835: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11836: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
11837: targets/cgi/parser3.dsp, types/pa_vmail.C,
11838: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
11839: T>>&<< removed after Stack::pop wiping removed [moved to separate
11840: func] other Array & removed
11841:
11842: 2003-03-26 paf
11843:
11844: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
11845: classes/table.C, include/pa_array.h, include/pa_charset.h,
11846: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
11847: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
11848: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
11849: main/main.dsp, main/pa_charset.C, main/pa_common.C,
11850: main/pa_exec.C, main/pa_sql_driver_manager.C,
11851: main/pa_stylesheet_manager.C, main/pa_table.C,
11852: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
11853: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11854: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
11855: pre-evaluated .count() in some places
11856:
11857: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
11858: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
11859: types/types.dsp: .dsp profiling updated
11860:
11861: * src/: classes/classes.dsp, lib/cord/cord.dsp,
11862: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
11863: targets/cgi/parser3.dsp, types/types.dsp: started profiling
11864:
11865: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
11866: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
11867: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
11868: use lib/gc,lib/cord
11869:
1.101 moko 11870: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
11871: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 11872: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
11873: src/include/pa_config_includes.h, src/include/pa_request.h,
11874: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
11875: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.101 moko 11876: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 11877: src/lib/cord/include/Makefile.am,
1.101 moko 11878: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
11879: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
11880: src/targets/cgi/Makefile.am, src/types/Makefile.am,
11881: src/types/pa_vclass.h, src/types/pa_vcookie.h,
11882: src/types/pa_vform.h, src/types/pa_vhash.h,
11883: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
11884: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
11885: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
11886: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
11887: funcs ported pa_exec
1.95 moko 11888:
11889: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
11890:
11891: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
11892: bundled gc includes
11893:
11894: * src/: classes/op.C, include/pa_array.h,
11895: include/pa_sql_connection.h, include/pa_string.h,
11896: include/pa_version.h, main/compile.tab.C, main/compile.y,
11897: main/execute.C, main/pa_common.C, main/pa_exception.C,
11898: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
11899: targets/cgi/parser3.dsp: a number of bugfixes [while testing
11900: first real site (aval)]
11901:
11902: 2003-03-25 paf
11903:
11904: * operators.txt, src/main/pa_sql_driver_manager.C,
11905: src/types/pa_vstatus.C: $status.memory used free since_compact
11906: process
11907:
11908: * src/: include/pa_sql_connection.h, main/pa_globals.C,
11909: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
11910:
11911: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
11912:
11913: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
11914: src/types/pa_value.h, src/types/pa_vfile.h,
11915: src/types/pa_vobject.C, src/types/pa_vobject.h,
11916: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
11917: tests/results/121.processed: untaint.C L_URI
11918:
11919: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
11920: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
11921: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
11922: src/types/pa_vmemory.h: ^memory:compact[]
11923:
11924: * tests/results/109.processed: it was a bug in parser. updated 109
11925: test result
11926:
11927: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
11928:
11929: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
11930: tests/results/107.processed: fixed dom language [values are now
11931: considered tainted. it was a bug in parser. updated 107 test
11932: result
11933:
11934: * src/classes/xdoc.C: fixed transform params
11935:
11936: * src/: include/pa_stylesheet_manager.h,
11937: main/pa_stylesheet_manager.C: fixed stylesheet caching
11938:
11939: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
11940: overloads for structure handling
11941:
11942: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
11943: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
11944: StringBody(0) ambiguilty, introducting static
11945: StringBody::Format(int)
11946:
11947: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
11948: linked
11949:
11950: * src/types/pa_vxdoc.C: vxdoc compiled
11951:
11952: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
11953: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
11954: finalizers isntalled
11955:
11956: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
11957: doc/exception.dox, doc/index.dox, include/pa_charset.h,
11958: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
11959: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
11960: compiled todo: xnode.C / finalizers
11961:
11962: * src/doc/string.dox: updated: new string internals
11963:
11964: 2003-03-24 paf
11965:
11966: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11967: include/pa_charset.h, include/pa_config_fixed.h,
11968: include/pa_request.h, include/pa_stylesheet_connection.h,
11969: include/pa_stylesheet_manager.h, main/pa_charset.C,
11970: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
11971: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
11972: types/pa_vxnode.h: started XML
11973:
11974: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
11975:
11976: * src/: classes/file.C, classes/image.C, classes/mail.C,
11977: include/pa_string.h, main/pa_common.C,
11978: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
11979:
11980: * src/: classes/file.C, classes/image.C, classes/mail.C,
11981: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
11982: main/pa_request.C, main/pa_sql_driver_manager.C,
11983: types/pa_vimage.h: size_t pos everywhere checks changed to check
11984: for eq STRING_NOT_FOUND
11985:
11986: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
11987: optimize bit implemented
11988:
11989: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
11990: String::ArrayFragment::append_positions fixed
11991:
11992: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
11993: String::this_starts fixed
11994:
11995: * src/main/pa_string.C, tests/Makefile: string::pos fixed
11996:
11997: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
11998: hashcode implemented fully, including per-char callback [it can
11999: be - substr CORD node]
12000:
12001: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
12002: rewritten to rewalloc with 100byte buf ahead
12003:
12004: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
12005: src/include/pa_string.h, src/main/compile.tab.C,
12006: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
12007: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
12008: CORD_ec [bad] would rewrite as realloc now
12009:
12010: * src/: classes/date.C, classes/file.C, classes/form.C,
12011: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
12012: include/pa_cache_managers.h, include/pa_charsets.h,
12013: include/pa_common.h, include/pa_request.h,
12014: include/pa_sql_driver_manager.h, include/pa_table.h,
12015: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
12016: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
12017: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
12018: types/pa_vmail.C, types/pa_vmethod_frame.C,
12019: types/pa_vstateless_class.h: 2*2 worked :)
12020:
12021: * parser3.dsw, src/classes/date.C, src/classes/file.C,
12022: src/include/pa_exec.h, src/include/pa_string.h,
12023: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
12024: passed OK
12025:
12026: * src/: classes/hash.C, classes/string.C, classes/table.C,
12027: types/pa_value.C: all linked todo: debug
12028:
12029: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
12030: types/pa_vstateless_class.C: all compiled. todo:link
12031:
12032: * src/types/pa_wcontext.C: pa_wcontext.C compiled
12033:
12034: * src/types/pa_vtable.C: pa_vtable.C compiled
12035:
12036: * src/types/pa_vstring.C: pa_vstring.C compiled
12037:
12038: * src/types/pa_vstatus.C: pa_vstatus.C compiled
12039:
12040: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
12041: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
12042: pa_vstateless_class.C, pa_vstateless_class.h:
12043: pa_vstateless_class.C compiled
12044:
12045: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
12046: types/pa_vmath.C: pa_vmail.C compiled
12047:
12048: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
12049:
12050: * src/types/pa_vform.C: pa_vform.C compiled
12051:
12052: * src/types/pa_vfile.C: pa_vfile.C compiled
12053:
12054: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
12055: pa_vstateless_class.C: pa_vcookie.C compiled
12056:
12057: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
12058: types/pa_vhash.h: pa_value.C compiled
12059:
12060: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
12061: classes.lib main.lib compiled
12062:
12063: * src/classes/void.C: void.C compiled
12064:
12065: * src/: classes/string.C, classes/table.C, include/pa_string.h,
12066: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
12067: compiled
12068:
12069: * src/: classes/string.C, include/pa_request.h,
12070: include/pa_string.h, main/pa_string.C: string.C compiled
12071:
12072: * src/: classes/op.C, classes/string.C, classes/table.C,
12073: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
12074: main/pa_request.C, main/pa_string.C: op.C compiled
12075:
12076: * src/classes/: math.C, op.C: math.C compiled
12077:
12078: * src/: classes/mail.C, classes/string.C, classes/table.C,
12079: types/pa_vmail.h: mail.C compiled
12080:
12081: * src/classes/: int.C, table.C: int.C compiled
12082:
12083: * src/: classes/hash.C, classes/image.C, classes/string.C,
12084: classes/table.C, include/pa_memory.h, include/pa_string.h,
12085: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
12086: compiled
12087:
12088: * src/: classes/hash.C, classes/string.C, classes/table.C,
12089: classes/void.C, classes/xdoc.C, include/pa_request.h,
12090: include/pa_sql_connection.h: hash.C compiled
12091:
12092: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
12093: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
12094: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
12095: classes/math.C, classes/op.C, classes/response.C,
12096: classes/string.C, classes/table.C, classes/void.C,
12097: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
12098: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
12099: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
12100: file.C table.C compiled
12101:
12102: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
12103: main/untaint.C: main.lib compiled
12104:
12105: 2003-03-21 paf
12106:
12107: * src/: classes/op.C, include/pa_cache_managers.h,
12108: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12109: include/pa_stylesheet_manager.h, main/pa_exception.C,
12110: main/pa_globals.C, main/pa_sql_driver_manager.C,
12111: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
12112: compiled
12113:
12114: * src/: classes/hash.C, classes/image.C, classes/op.C,
12115: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
12116: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
12117: main/compile.C, main/pa_common.C, main/pa_request.C,
12118: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
12119: pa_request.C compiled
12120:
12121: * src/: classes/hash.C, classes/mail.C, classes/op.C,
12122: include/pa_request.h, main/execute.C, main/pa_request.C,
12123: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
12124: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
12125: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
12126: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
12127: compiled
12128:
12129: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
12130: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
12131: on unix
12132:
12133: * src/: include/pa_charset.h, include/pa_charsets.h,
12134: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
12135: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
12136: pa_charsets.C compiled
12137:
12138: * src/: classes/image.C, classes/mail.C, classes/op.C,
12139: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
12140: main/compile.y, main/execute.C, main/pa_common.C,
12141: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
12142: types/pa_vcode_frame.h, types/pa_vimage.h,
12143: types/pa_vmethod_frame.h: execute.C compiled
12144:
12145: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12146: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12147: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12148: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
12149: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12150: include/pa_cache_managers.h, include/pa_charsets.h,
12151: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
12152: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
12153: include/pa_sql_driver_manager.h, include/pa_string.h,
12154: include/pa_stylesheet_connection.h,
12155: include/pa_stylesheet_manager.h, include/pa_table.h,
12156: main/compile.C, main/compile.tab.C, main/compile.y,
12157: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12158: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12159: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
12160: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
12161: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
12162: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12163: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12164: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
12165: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12166: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12167: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12168: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
12169: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
12170: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
12171: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12172: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12173: types/pa_vresponse.h, types/pa_vstateless_class.C,
12174: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12175: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12176: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12177: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12178: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12179: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
12180: [C++ CORD wrapper]
12181:
12182: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
12183:
12184: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
12185: $file::exec/cgi[script; $.charset[this is script's charset]
12186:
12187: command line, env values, input got transcoded before call
12188: stdout, stderr got transcoded after call
12189:
12190: * src/classes/file.C: ^file::exec/cgi now does not pass post data
12191: by default. use: ^file::exec[...;$.stdin[$request.body]
12192:
12193: * src/main/pa_common.C: } typo bug fix
12194:
12195: * src/main/pa_common.C: } typo bug fix
12196:
12197: 2003-03-20 paf
12198:
12199: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
12200: main/untaint.C: cord bug fix, but still errors todo: clear out
12201:
12202: * src/include/pa_string.h: more tests
12203:
12204: * src/main/pa_string.C: string.pos fixed
12205:
1.101 moko 12206: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
12207: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
12208: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
12209: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
12210: replaces
1.95 moko 12211:
12212: * src/: classes/image.C, include/pa_dictionary.h,
12213: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
12214: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
12215: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
12216: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
12217:
12218: * src/include/pa_string.h: warning
12219:
12220: * src/include/pa_string.h: this_starts fixed
12221:
12222: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
12223: new String ctor & append params convention
12224:
12225: * src/: classes/file.C, classes/hash.C, classes/image.C,
12226: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
12227: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
12228: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
12229: main/pa_exception.C, main/pa_exec.C,
12230: main/pa_sql_driver_manager.C, main/pa_string.C,
12231: main/pa_stylesheet_manager.C, main/untaint.C,
12232: targets/isapi/parser3isapi.C, types/pa_vimage.C,
12233: types/pa_vmail.C: more tests OK
12234:
12235: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
12236: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
12237: gc/exit runned OK
12238:
12239: * src/types/pa_vmail.C: another naming problem: should not name
12240: vars like that: unpredictable close caused problems with later
12241: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
12242: descriptors missing on startup: stdin; Bad file number
12243:
12244: todo: find out why so many filters(stream) here. probably wrong?
12245:
12246: * src/: include/pa_dictionary.h, include/pa_string.h,
12247: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
12248: main/untaint.C: test compiled
12249:
12250: * src/: classes/image.C, classes/mail.C, classes/math.C,
12251: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
12252: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
12253: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
12254: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
12255: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
12256: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
12257: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
12258: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
12259: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
12260:
12261: * parser3.dsw, src/classes/file.C, src/classes/image.C,
12262: src/classes/op.C, src/classes/string.C, src/classes/table.C,
12263: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
12264: src/include/pa_memory.h, src/include/pa_request.h,
12265: src/include/pa_request_charsets.h,
12266: src/include/pa_sql_connection.h, src/include/pa_string.h,
12267: src/main/compile.tab.C, src/main/execute.C,
12268: src/main/pa_charset.C, src/main/pa_common.C,
12269: src/main/pa_exception.C, src/main/pa_exec.C,
12270: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12271: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
12272: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
12273: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
12274: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12275: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
12276: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12277: src/types/pa_vobject.C, src/types/pa_vresponse.C,
12278: src/types/pa_vstatus.C, src/types/pa_vstring.C,
12279: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12280: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
12281: pa_common.C [done, without http for now]
12282:
12283: 2003-03-19 paf
12284:
12285: * src/: classes/date.C, classes/form.C, classes/hash.C,
12286: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
12287: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
12288: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
12289: include/pa_string.h, include/pa_table.h, main/compile.C,
12290: main/compile_tools.C, main/execute.C, main/pa_charset.C,
12291: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
12292: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
12293: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
12294: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
12295: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
12296: types/pa_vstateless_class.h, types/pa_vtable.C,
12297: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
12298: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
12299: types/pa_wwrapper.h: started test
12300:
1.101 moko 12301: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
12302: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 12303:
12304: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
12305: include/pa_string.h, main/pa_string.C: string compiled todo: test
12306: it
12307:
12308: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
12309: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
12310: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
12311: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
12312: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
12313: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
12314: types/pa_vmethod_frame.h, types/types.dsp: string
12315: reimplementation with cord+array<fragment>: 70%
12316:
12317: 2003-03-18 paf
12318:
12319: * src/: classes/date.C, classes/file.C, classes/form.C,
12320: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
12321: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
12322: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
12323: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
12324: can ignore lang in cmp and pos really, but would
12325: split properly!
12326:
12327: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
12328: cord part made parser/src/lib: it's not compiled into libgc by
12329: default
12330:
12331: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
12332: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12333: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12334: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12335: src/classes/op.C, src/classes/response.C, src/classes/string.C,
12336: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
12337: src/classes/xnode.C, src/classes/xnode.h,
12338: src/include/Makefile.am, src/include/pa_cache_managers.h,
12339: src/include/pa_charset.h, src/include/pa_charsets.h,
12340: src/include/pa_common.h, src/include/pa_dictionary.h,
12341: src/include/pa_exception.h, src/include/pa_exec.h,
12342: src/include/pa_globals.h, src/include/pa_hash.h,
12343: src/include/pa_memory.h, src/include/pa_pool.h,
12344: src/include/pa_request.h, src/include/pa_request_charsets.h,
12345: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
12346: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
12347: src/include/pa_stylesheet_connection.h,
12348: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
12349: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
12350: src/main/compile.C, src/main/compile.tab.C,
12351: src/main/compile_tools.C, src/main/compile_tools.h,
12352: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
12353: src/main/pa_charsets.C, src/main/pa_common.C,
12354: src/main/pa_dictionary.C, src/main/pa_exception.C,
12355: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
12356: src/main/pa_pool.C, src/main/pa_request.C,
12357: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12358: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
12359: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
12360: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
12361: src/types/pa_junction.h, src/types/pa_method.h,
12362: src/types/pa_value.C, src/types/pa_value.h,
12363: src/types/pa_vclass.C, src/types/pa_vclass.h,
12364: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12365: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12366: src/types/pa_vdouble.h, src/types/pa_venv.h,
12367: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
12368: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
12369: src/types/pa_vimage.C, src/types/pa_vimage.h,
12370: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
12371: src/types/pa_vmath.C, src/types/pa_vmath.h,
12372: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12373: src/types/pa_vobject.C, src/types/pa_vobject.h,
12374: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12375: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12376: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12377: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
12378: src/types/pa_vstatus.h, src/types/pa_vstring.C,
12379: src/types/pa_vstring.h, src/types/pa_vtable.C,
12380: src/types/pa_vtable.h, src/types/pa_vvoid.h,
12381: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12382: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12383: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
12384: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
12385: gc: PA_Object done lots of replacements also
12386:
12387: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
12388: gc logging
12389:
12390: 2003-03-17 paf
12391:
12392: * src/: classes/date.C, classes/file.C, classes/form.C,
12393: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
12394: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
12395: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
12396: include/pa_string.h, include/pa_types.h, main/compile.C,
12397: main/compile.tab.C, main/execute.C, main/pa_charset.C,
12398: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
12399: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
12400: main/pa_sql_driver_manager.C, main/pa_string.C,
12401: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
12402: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
12403: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
12404: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
12405: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
12406: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12407: types/pa_vxnode.h: libgc attempt
12408:
12409: 2003-03-13 paf
12410:
12411: * src/: include/pa_sql_driver_manager.h,
12412: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
12413: called
12414:
12415: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
12416: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
12417: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
12418: types/pa_value.h, types/pa_vobject.h,
12419: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
12420: set_base, set_derived simplified [counter leaks fixed]
12421:
12422: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
12423: src/types/types.dsp: incorporated status class patch From:
12424: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
12425: 2003 8:14 AM
12426:
12427: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
12428: Win32 specific: QuotaPeakNonPagedPoolUsage
12429: QuotaPeakPagedPoolUsage PeakPagefileUsage]
12430:
12431: 2003-03-12 paf
12432:
1.101 moko 12433: * configure, configure.in, src/lib/ltdl/configure,
12434: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 12435: lib/ltdl/Makefile now created by /configure.in only [were by
12436: lib/ltdl/configure.in OVERWRITE]
12437:
1.101 moko 12438: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
12439: linkage fixed for g++ 3.2.2
1.95 moko 12440:
12441: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
12442: on using privately declared class [fixed]
12443:
12444: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
12445: 3.2 rightliy complained on using privately declared class [fixed]
12446:
12447: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
12448: sigpipe before request constructor now causes death
12449:
12450: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
12451: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
12452: not cause exception in exception handler
12453:
1.101 moko 12454: * configure, configure.in, src/targets/cgi/Makefile.am: configure
12455: now default links libstdc++ statically. that can be overriden by
12456: --with-dynamic-stdcpp
1.95 moko 12457:
12458: 2003-03-11 paf
12459:
12460: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
12461: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
12462: necessity of libstdc++
12463:
12464: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
12465:
12466: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
12467:
12468: 2003-03-08 paf
12469:
12470: * tests/Makefile: make install & co
12471:
12472: * src/: include/pa_request.h, classes/op.C: removing
12473: vclass,object.h -> pa_request.h dependency
12474:
12475: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
12476: main/pa_request.C: removing vform,response,cookie.h ->
12477: pa_request.h dependency
12478:
12479: * src/include/pa_request.h: removing vmail.h -> pa_request.h
12480: dependency [testing...]
12481:
12482: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
12483: return 0; fixed
12484:
12485: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
12486: types/pa_vmail.h: vmail.C received just compiled [not tested]
12487:
12488: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
12489:
12490: * src/main/pa_request.C: forgotten: ifdef XML
12491:
12492: * src/main/pa_request.C: forgotten: ifdef XML
12493:
12494: * src/targets/cgi/parser3.C: todo: move to latest xml version on
12495: win32 and run memleak tests again
12496:
12497: * src/targets/cgi/parser3.C: charsets: see some strange things with
12498: old xml lib-- it's internal memory handling has faults
12499:
12500: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
12501: problems when transcode from charset A to A.
12502:
12503: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
12504: todo: still problems when transcode from charset A to A.
12505:
12506: * src/: classes/hash.C, classes/mail.C, classes/string.C,
12507: classes/table.C, include/pa_array.h,
12508: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
12509: started full-scale-site-test [~ http://parser.ru sources]
12510:
12511: some fixes
12512:
12513: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
12514: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
12515: 117.html, 118.html, 119.html, 120.html, results/109.processed,
12516: results/110.processed, results/111.processed,
12517: results/112.processed, results/113.processed,
12518: results/114.processed, results/115.processed,
12519: results/116.processed, results/117.processed,
12520: results/118.processed, results/119.processed,
12521: results/120.processed: xml: tests 109 dom create/show 110 xpath
12522: selectSingle 111 xdoc.create from tainted & 112
12523: xdoc.create/output with russian attr value 113 xpath
12524: selectString/Number 114 dom attributes.count 115 xpath selectBool
12525: 116 output media-type change 117 transform by dom stylesheet 118
12526: empty transform result 119 dom setAttribute 120 nbsp letter
12527: output
12528:
12529: =END OF PREPARED XML TESTS=
12530:
12531: 2003-03-07 paf
12532:
12533: * src/classes/xdoc.C, src/include/pa_charset.h,
12534: src/include/pa_stylesheet_connection.h, tests/108.html,
12535: tests/108.xsl, tests/results/108.processed: xml: test 108
12536: transform with params [bugs fixed]
12537:
12538: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
12539: from copy/paste bug
12540:
12541: * src/classes/xdoc.C, src/include/pa_charset.h,
12542: src/include/pa_request.h, src/main/execute.C,
12543: src/main/pa_charset.C, src/main/pa_exception.C,
12544: src/main/pa_globals.C, src/main/pa_request.C,
12545: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12546: src/types/pa_vxnode.C, tests/107.html,
12547: tests/results/107.processed: xml: test: 107 bug fixes
12548:
12549: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12550: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12551: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
12552:
12553: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
12554: string
12555:
12556: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
12557: mem alloc functions used for different cases [libxml, libxsl]
12558:
12559: * src/classes/classes.C: fixed: prevent system classes from
12560: modification to lock ALL the classes, not only directly used
12561:
12562: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
12563: linked
12564:
12565: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
12566:
12567: 2003-03-06 paf
12568:
12569: * src/classes/xdoc.C: xdoc.C 50%
12570:
12571: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
12572: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
12573: main/pa_globals.C, main/pa_request.C,
12574: main/pa_stylesheet_manager.C: xnode.C compiled
12575:
12576: * src/: include/pa_stylesheet_connection.h,
12577: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
12578: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
12579:
12580: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
12581: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12582: xml: stylesheet&manager STARTED
12583:
12584: * src/: include/pa_globals.h, main/pa_charset.C,
12585: main/pa_exception.C, main/pa_globals.C: xml: exceptions
12586:
12587: * src/: include/pa_charset.h, include/pa_config_fixed.h,
12588: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
12589: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
12590: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
12591: charsets
12592:
12593: * tests/023.html: in some cases it rounded up badly. postponing
12594: solution of that problem, making more simple test
12595:
12596: * tests/: 058_paf2000.png, results/058.processed: .png added with
12597: -kb now
12598:
12599: * src/: include/pa_charset.h, include/pa_charsets.h,
12600: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
12601: moved to charsets.C
12602:
12603: 2003-03-05 paf
12604:
12605: * src/classes/string.C, src/include/pa_string.h,
12606: src/main/pa_string.C, tests/105.html,
12607: tests/results/105.processed: String::match bug fixed
12608:
12609: * src/classes/op.C, src/main/main.dsp, tests/104.html,
12610: tests/results/104.processed: ^bpt operator added [does int3 in
12611: debug build on win32]
12612:
12613: * tests/: 057.html, results/057.processed: test bug fixed
12614:
1.101 moko 12615: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 12616:
12617: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
12618: missing
12619:
1.101 moko 12620: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
12621: forgotten files added to Makes
1.95 moko 12622:
12623: * ltmain.sh: ltmain.sh added
12624:
12625: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
12626: change undone ;(
12627:
12628: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
12629: made static
12630:
12631: * src/: classes/math.C, classes/op.C, classes/string.C,
1.101 moko 12632: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
12633: todo:make linker happy
1.95 moko 12634:
12635: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
12636: env param made optional
12637:
12638: 2003-03-04 paf
12639:
12640: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
12641: types/pa_vimage.h: number of gcc compiler bugs fixed
12642:
12643: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
12644: results/103.processed: tests: 103 image.copy transparence test
12645:
12646: * src/main/execute.C, tests/101.html, tests/102.html,
12647: tests/results/101.processed, tests/results/102.processed: tests:
12648: 101 method/variable name conflict test 102 form fields change
12649: should not not change anything [bug fix]
12650:
12651: * tests/: 057.html, 099.html, 100.html, results/057.processed,
12652: results/099.processed, results/100.processed: tests: 57 date
12653: create 2002: added 99,100 response:body/download
12654:
12655: * src/classes/image.C, tests/098.html, tests/098font.gif,
12656: tests/results/098.processed: test: 98 image font text [bug fixed]
12657:
12658: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
12659: tests/results/097.processed: test: 97 file::load http:// [bugs
12660: fixed]
12661:
12662: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
12663: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
12664: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
12665: image EXIF [bug fixed]
12666:
12667: * src/classes/table.C, src/main/execute.C, tests/061.dat,
12668: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
12669: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
12670: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
12671: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
12672: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
12673: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
12674: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
12675: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
12676: tests/094.html, tests/095.html, tests/results/061.processed,
12677: tests/results/062.processed, tests/results/063.processed,
12678: tests/results/064.processed, tests/results/065.processed,
12679: tests/results/066.processed, tests/results/067.processed,
12680: tests/results/068.processed, tests/results/069.processed,
12681: tests/results/070.processed, tests/results/071.processed,
12682: tests/results/072.processed, tests/results/073.processed,
12683: tests/results/074.processed, tests/results/075.processed,
12684: tests/results/076.processed, tests/results/077.processed,
12685: tests/results/078.processed, tests/results/080.processed,
12686: tests/results/081.processed, tests/results/082.processed,
12687: tests/results/083.processed, tests/results/084.processed,
12688: tests/results/085.processed, tests/results/086.processed,
12689: tests/results/087.processed, tests/results/088.processed,
12690: tests/results/089.processed, tests/results/090.processed,
12691: tests/results/091.processed, tests/results/092.processed,
12692: tests/results/093.processed, tests/results/094.processed,
12693: tests/results/095.processed, tests/079.html,
12694: tests/results/079.processed: tests: 61 file::stat size 62
12695: string->int autoconvert 63 double .int,dec,div,mul 64 date
12696: compare 65 file: basename,justname,justext 66 math:crypt 67
12697: string.match simple on long 68 string.match normalized simple on
12698: long 69 string.int 70 file::stat content-type 71 table.join 72
12699: hash parameter conditional pass 73 date daylightsaving,yearday 74
12700: date arithmetics 75 response date values/attributes 76 string.pos
12701: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
12702: with local 80 scientific numeric literal in string autoconvert 81
12703: xor: logical and numerical 82 for delims 83 menu delims 84
12704: table.hash distinct 85 long string replace 86 throw+catch
12705: current language preserve 87 bit shifts 88 junction tests +
12706: $caller test 89 hash.foreach selfmodification 90 int/void to int
12707: 91 $caller test 92 junction is + def junction tests 93 $caller
12708: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
12709:
12710: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
12711: fixed] 60 string eq string [bug fixed]
12712:
12713: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
12714: 058.html, 058_paf2000.png, 059.html, 060.html,
12715: results/053.processed, results/054.processed,
12716: results/055.processed, results/056.processed,
12717: results/057.processed, results/058.processed,
12718: results/059.processed, results/060.processed: test: 53
12719: string.replace 54 junctions 55 table.hash 56 call indirect 57
12720: date.create[string] 58 image.measure[png]
12721:
12722: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
12723: outputs/051.processed, results/052.processed: test: 52
12724: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
12725: task: fix that
12726:
12727: 2003-03-03 paf
12728:
12729: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
12730: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
12731: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
12732: outputs/049.processed, outputs/050.processed,
12733: outputs/051.processed, results/001.processed,
12734: results/002.processed, results/003.processed,
12735: results/005.processed, results/006.processed,
12736: results/008.processed, results/009.processed,
12737: results/011.processed, results/012.processed,
12738: results/013.processed, results/014.processed,
12739: results/015.processed, results/016.processed,
12740: results/017.processed, results/020.processed,
12741: results/021.processed, results/022.processed,
12742: results/024.processed, results/025.processed,
12743: results/026.processed, results/027.processed,
12744: results/028.processed, results/029.processed,
12745: results/030.processed, results/031.processed,
12746: results/049.processed, results/050.processed,
12747: results/051.processed, results/043.processed,
12748: results/044.processed, results/045.processed,
12749: results/046.processed, results/047.processed,
12750: results/048.processed: tests: 43,44,45 date rolls 46
12751: autoevaluating junction 47 table.select 48 name with subvar 49
12752: hash-creating switch 50 process 51 started parent/child, works as
12753: it were but it were NOT GOOD, created separate task to fix that
12754:
12755: * tests/: 042.html, results/042.processed: test: 42
12756: exception.handled
12757:
12758: * tests/: 041.html, results/041.processed: test: 41 table.locate by
12759: expression
12760:
12761: * tests/: 040.html, results/040.processed: test: 39 method result
12762: of type table 40 method param junction auto evaluate
12763:
12764: * tests/: 039.html, results/039.processed: test: 37 method result
12765: of type table
12766:
12767: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
12768: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
12769: tests/038.html, tests/results/033.processed,
12770: tests/results/034.processed, tests/results/035.processed,
12771: tests/results/036.processed, tests/results/037.processed,
12772: tests/results/038.processed: tests: 33 string.replace 34
12773: string.upper 35 table created 36 local/global vars with juntions
12774: 37 table clone 38 math PI & number formatting
12775:
12776: math class registring typo fixed
12777:
12778: * src/classes/op.C, src/include/pa_request.h,
12779: src/include/pa_string.h, src/main/execute.C,
12780: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
12781: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
12782: tests/032.html, tests/results/032.processed: uchar changed to
12783: String_UL in all places [was not everywhere] untaint test: 032
12784:
12785: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
12786: tests/results/004.processed, tests/parser-cygwin.sh,
12787: tests/parser-unix.sh: removed -H command line key, now testing
12788: using .sh file with SERVER_SOFTWARE=xxx
12789:
12790: 2003-02-26 paf
12791:
12792: * src/main/execute.C, src/types/pa_vstateless_class.h,
12793: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
12794: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
12795: tests/results/024.processed, tests/results/025.processed,
12796: tests/results/026.processed, tests/results/027.processed,
12797: tests/results/028.processed, tests/results/029.processed,
12798: tests/results/030.processed, tests/results/031.processed: fixed
12799: bug with name_cstr mutable CharPtr more tests
12800:
12801: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
12802: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
12803: << abort. die now just exits
12804:
12805: * src/classes/classes.awk, src/classes/classes.h,
12806: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12807: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12808: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12809: src/classes/op.C, src/classes/response.C, src/classes/string.C,
12810: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
12811: src/classes/xnode.C, src/include/pa_memory.h,
12812: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
12813: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
12814: src/types/pa_vform.C, tests/015.html, tests/016.html,
12815: tests/017.html, tests/018.html, tests/019.html,
12816: tests/019paf2001.gif, tests/020.html, tests/021.html,
12817: tests/022.html, tests/023.html, tests/022_dir/a.html,
12818: tests/022_dir/b.txt, tests/022_dir/c.htm,
12819: tests/results/015.processed, tests/results/016.processed,
12820: tests/results/017.processed, tests/results/018.processed,
12821: tests/results/019.processed, tests/results/020.processed,
12822: tests/results/021.processed, tests/results/022.processed,
12823: tests/results/023.processed: methoded_array now contains all Mxxx
12824: classes SAPI::get_env now returns info on pool more tests
12825:
12826: * src/include/pa_array.h, src/include/pa_hash.h,
12827: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
12828: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
12829: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
12830: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
12831: tests/014.html, tests/Makefile, tests/outputs/create-dir,
12832: tests/results/001.processed, tests/results/002.processed,
12833: tests/results/003.processed, tests/results/004.processed,
12834: tests/results/005.processed, tests/results/006.processed,
12835: tests/results/007.processed, tests/results/008.processed,
12836: tests/results/009.processed, tests/results/010.processed,
12837: tests/results/011.processed, tests/results/012.processed,
12838: tests/results/013.processed, tests/results/014.processed: hash
12839: cloning fixed
12840:
12841: 2003-02-25 paf
12842:
12843: * src/main/pa_common.C: typo fixed
12844:
12845: 2003-02-24 paf
12846:
12847: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
12848: [one remained]
12849:
12850: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
12851: [should have been get_string(&pool)] todo: check other such calls
12852:
12853: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
12854: test10, bad lookups
12855:
12856: xxx* xxx=smartptr.get(); << is bad style, after ";" original
12857: object got destructed, and xxx points to sky
12858:
12859: * ChangeLog, src/classes/string.C: match bug fixed
12860:
12861: * src/types/pa_vmail.C: body [text/html] transcoded to
12862: $.charset[specified] now
12863:
12864: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
12865: which failed to handle sigsetjmp+throw: crashed inside of
12866: pre-throw code. rewritten simplier [though duplicating
12867: closesocket code]
12868:
12869: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
12870: which failed to handle sigsetjmp+throw: crashed inside of
12871: pre-throw code. rewritten simplier [though duplicating
12872: closesocket code]
12873:
12874: 2003-02-21 paf
12875:
12876: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
12877: $cookie:name[$.expires[date << can be now]]
12878:
12879: written makefile with regression tests [raw]
12880:
12881: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
12882: tests' only [it's not forcing CGI mode now] now use -H to output
12883: CGI header when parser used in command line [useful for tests
12884: also]
12885:
12886: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
12887: switches on CGI mode, and is used in regression tests
12888:
12889: * src/: include/pa_request.h, main/pa_request.C,
12890: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
12891: fixed
12892:
12893: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
12894: handling pa_*
12895:
12896: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
12897: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
12898: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
12899: memory handling files
12900:
12901: * src/main/pa_array.C: pool::format_integer terminator fixed
12902:
12903: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
12904: compiles OK test to show benefits of free
12905:
12906: * src/: classes/file.C, classes/image.C, classes/mail.C,
12907: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
12908: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
12909: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
12910: use pool [as the one in ^process]
12911:
12912: * src/classes/op.C: fixed process. sould now check for all cstr's
12913: -- some must use pool [as the one in ^process]
12914:
12915: 2003-02-20 paf
12916:
12917: * src/: classes/date.C, classes/double.C, classes/file.C,
12918: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
12919: classes/math.C, classes/op.C, classes/response.C,
12920: classes/string.C, classes/table.C, classes/void.C,
12921: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
12922: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
12923: string cmp fixed
12924:
12925: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
12926: values passed OK now
12927:
12928: 2003-02-19 paf
12929:
12930: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
12931: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
12932: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
12933: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
12934: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
12935: all remaning leaks resulted from pooled::malloc calls [excluding
12936: in gd -- planning complete rewrite extremely ugly code]
12937:
12938: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
12939: files
12940:
12941: 2003-02-17 paf
12942:
12943: * src/: classes/date.C, classes/double.C, classes/file.C,
12944: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12945: classes/response.C, classes/string.C, classes/table.C,
12946: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
12947: include/pa_stylesheet_connection.h,
12948: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
12949: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
12950: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
12951: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
12952: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
12953: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
12954: of unitialized simple-typed field
12955:
12956: * src/: classes/classes.C, classes/classes.h, main/execute.C,
12957: main/pa_charset.C, main/pa_request.C: another bug of unitialized
12958: simple-typed field fixed. todo: find&kill all like that one
12959:
12960: * src/: main/execute.C, targets/cgi/pa_pool.C,
12961: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
12962: debug output fixed
12963:
12964: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
12965: main/pa_request.C: stack-stored items need extra .ref to prevent
12966: object_ptr from delete[them]
12967:
12968: * src/: classes/date.C, classes/op.C, classes/table.C,
12969: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
12970: include/pa_charset.h, main/Makefile.am, main/main.dsp,
12971: main/pa_charset.C, main/pa_common.C,
12972: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
12973: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
12974: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
12975: calls
12976:
12977: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
12978: couple mem leaks rusulted from old pooled::malloc usage.
12979: todo:find more like those
12980:
12981: * src/main/: compile.C, compile_tools.C: 2*2!
12982:
12983: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
12984: stackItem fixed [there were no string on stack before]
12985:
12986: * src/: main/execute.C, main/pa_request.C,
12987: types/pa_vmethod_frame.C: first letters out OK
12988:
12989: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
12990: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
12991: main/pa_string.C, main/untaint.C, types/pa_value.h,
12992: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
12993: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
12994: type not initialized with zeros :( while class fields of class
12995: types initialized with default constructors. learn C++
12996:
12997: * src/: classes/classes.awk, classes/double.C, classes/file.C,
12998: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
12999: classes/math.C, classes/xdoc.C, classes/xnode.C,
13000: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
13001: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
13002:
13003: 2003-02-14 paf
13004:
13005: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
13006: 13 link errors
13007:
13008: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
13009: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
13010: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
13011: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
13012: errors :)
13013:
13014: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
13015: classes/hash.C, classes/mail.C, classes/op.C,
13016: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
13017: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
13018: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
13019: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
13020:
13021: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
13022: classes/table.C, include/pa_common.h, include/pa_globals.h,
13023: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
13024: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
13025: types/pa_vint.h, types/types.dsp: op compiled
13026:
13027: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
13028: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
13029: main/untaint.C, types/pa_vtable.h: string, response compiled
13030:
13031: 2003-02-07 paf
13032:
13033: * src/: classes/table.C, types/pa_vtable.h: table compiled
13034:
13035: 2003-02-06 paf
13036:
13037: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
13038: mail compiled
13039:
13040: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
13041: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
13042: types/pa_vfile.h, types/pa_vimage.h: image compiled
13043:
13044: * src/classes/: file.C, form.C: form compiled
13045:
13046: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
13047: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
13048: types/pa_vfile.C, types/pa_vfile.h: file compiled
13049:
13050: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
13051: types/pa_vmath.h: math compiled [win32]
13052:
13053: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
13054: types/pa_vstring.h: hash compiled
13055:
13056: 2003-02-04 paf
13057:
13058: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
13059: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
13060: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
13061: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
13062: types/pa_vhash.h: hash 50% compiled
13063:
13064: * src/: classes/date.C, classes/file.C, classes/hash.C,
13065: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
13066: classes/string.C, classes/table.C, classes/xdoc.C,
13067: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
13068: main/pa_string.C: date compiled
13069:
13070: * src/classes/: classes.dsp, double.C: double compiled
13071:
13072: * src/: classes/date.C, classes/double.C, classes/file.C,
13073: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
13074: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
13075: classes/string.C, classes/table.C, classes/void.C,
13076: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
13077: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
13078: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
13079: compiled
13080:
13081: * src/: classes/date.C, classes/double.C, classes/file.C,
13082: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
13083: classes/math.C, classes/op.C, classes/response.C,
13084: classes/string.C, classes/table.C, classes/void.C,
13085: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13086: types/pa_vvoid.h: void compiled :)
13087:
13088: * src/: include/pa_globals.h, main/pa_cache_managers.C,
13089: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13090: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
13091: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
13092: main/pa_string.C, main/pa_uue.C, main/untaint.C,
13093: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
13094: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
13095: types/pa_vresponse.C, types/pa_vstateless_class.C,
13096: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
13097: types/pa_wcontext.C, types/types.dsp: removed stupid
13098: value_includes.h
13099:
13100: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
13101: trying to remove stupid value_includes.h
13102:
13103: * src/main/pa_exec.C: pa_exec compiled on win32
13104:
13105: * src/main/pa_exec.C: libmain.a compiled on six [unix]
13106:
13107: * src/: include/pa_globals.h, include/pa_request.h,
13108: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
13109: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
13110: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
13111: types/pa_vrequest.C, types/pa_vstateless_class.C,
13112: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
13113:
13114: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
13115: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
13116: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
13117:
13118: * src/: include/pa_array.h, include/pa_config_includes.h,
13119: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
13120: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
13121: compiled
13122:
13123: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
13124: name conflicts)
13125:
13126: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
13127: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
13128: yelds "virtual memory exhausted" while trying to compile
13129: execute.C [eating up to 127MB]
13130:
13131: 2003-02-03 paf
13132:
13133: * src/: include/pa_config_includes.h, include/pa_hash.h,
13134: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
13135: main/pa_common.C, types/pa_value.C, types/pa_value.h,
13136: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
13137: types/pa_vint.h, types/pa_vjunction.h,
13138: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
13139: started gcc compiling pa_common compiled
13140:
13141: * src/: include/pa_exception.h, include/pa_pool.h,
13142: main/pa_exception.C: exception gcc change #1
13143:
1.101 moko 13144: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
13145: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 13146:
13147: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
13148:
13149: * src/types/pa_vtable.C: vtable compiled
13150:
13151: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
13152:
13153: * src/: include/pa_cache_managers.h, main/pa_request.C,
13154: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
13155:
13156: * src/types/pa_vstateless_class.C: vstateless_class compiled
13157:
13158: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
13159:
13160: * src/types/pa_vrequest.C: vrequest compiled
13161:
13162: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
13163: pa_vobject.C, pa_vobject.h: vobject compiled
13164:
13165: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
13166: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
13167: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
13168: compiled
13169:
13170: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
13171:
13172: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
13173: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
13174: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
13175: compiled
13176:
13177: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13178: main.lib - 0 error(s), 0 warning(s)
13179:
13180: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
13181: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
13182:
13183: 2003-01-31 paf
13184:
13185: * src/: include/pa_array.h, include/pa_operation.h,
13186: include/pa_request.h, main/execute.C, main/main.dsp,
13187: types/pa_vjunction.h: started last file from main library:
13188: execute
13189:
13190: * src/: include/pa_request.h, include/pa_sapi.h,
13191: main/compile.tab.C, main/compile.y, main/compile_tools.h,
13192: main/pa_request.C, targets/cgi/parser3.C,
13193: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
13194: types/pa_vhash.h: pa_request compiled
13195:
13196: * src/: classes/op.C, classes/string.C, include/pa_common.h,
13197: include/pa_globals.h, include/pa_request.h,
13198: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
13199: main/execute.C, main/main.dsp, main/pa_common.C,
13200: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
13201: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
13202: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
13203: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
13204: types/types.dsp: most pa_request compiled
13205:
13206: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13207: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13208: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13209: classes/op.C, classes/response.C, classes/string.C,
13210: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
13211: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
13212: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13213: include/pa_config_fixed.h, include/pa_config_includes.h,
13214: include/pa_dictionary.h, include/pa_dir.h,
13215: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13216: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
13217: include/pa_pool.h, include/pa_request.h,
13218: include/pa_request_charsets.h, include/pa_request_info.h,
13219: include/pa_sapi.h, include/pa_socks.h,
13220: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13221: include/pa_stack.h, include/pa_string.h,
13222: include/pa_stylesheet_connection.h,
13223: include/pa_stylesheet_manager.h, include/pa_table.h,
13224: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13225: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
13226: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
13227: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
13228: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
13229: main/compile.C, main/compile.tab.C, main/compile.y,
13230: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13231: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
13232: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
13233: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
13234: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
13235: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13236: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
13237: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
13238: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
13239: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13240: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
13241: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13242: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
13243: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
13244: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
13245: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13246: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13247: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13248: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13249: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13250: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
13251: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13252: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13253: types/pa_vresponse.h, types/pa_vstateless_class.C,
13254: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13255: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13256: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13257: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13258: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13259: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
13260:
13261: * ChangeLog, src/classes/classes.h, src/classes/op.C,
13262: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13263: src/include/pa_charsets.h, src/include/pa_common.h,
13264: src/include/pa_dictionary.h, src/include/pa_exception.h,
13265: src/include/pa_exec.h, src/include/pa_pool.h,
13266: src/include/pa_request.h, src/include/pa_sapi.h,
13267: src/include/pa_sql_connection.h,
13268: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
13269: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
13270: src/main/compile.tab.C, src/main/compile_tools.C,
13271: src/main/compile_tools.h, src/main/main.dsp,
13272: src/main/pa_charset.C, src/main/pa_charsets.C,
13273: src/main/pa_common.C, src/main/pa_dictionary.C,
13274: src/main/pa_exception.C, src/main/pa_exec.C,
13275: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13276: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
13277: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
13278: src/types/pa_vclass.h, src/types/pa_vcookie.C,
13279: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13280: src/types/pa_vdouble.h, src/types/pa_venv.h,
13281: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
13282: src/types/pa_vhash.h, src/types/pa_vimage.C,
13283: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
13284: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
13285: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13286: src/types/pa_vobject.C, src/types/pa_vobject.h,
13287: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13288: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13289: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13290: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
13291: src/types/pa_vstring.h, src/types/pa_vtable.h,
13292: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
13293: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
13294: died, long live StringPtr
13295:
13296: 2003-01-30 paf
13297:
13298: * src/: include/pa_charset.h, include/pa_request.h,
13299: include/pa_sql_driver_manager.h, main/compile.tab.C,
13300: main/compile.y, main/compile_tools.h, main/pa_request.C,
13301: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
13302:
13303: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
13304: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
13305: types/pa_vhash.h, types/pa_vmethod_frame.h,
13306: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13307: types/types.dsp: vstateless_class compiled
13308:
13309: * src/main/compile.C: compile compiled
13310:
13311: * src/: include/pa_array.h, include/pa_operation.h,
13312: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
13313: main/pa_table.C: compile_tools compiled
13314:
13315: * src/: include/pa_operation.h, main/compile.y,
13316: main/compile_tools.C, main/compile_tools.h: started
13317: compile_tools. vagues ideas of how to free compiled code
13318:
13319: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
13320: main/main.dsp, types/pa_value.C, types/pa_value.h,
13321: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
13322: compiled
13323:
13324: 2003-01-29 paf
13325:
13326: * src/: include/pa_globals.h, include/pa_request.h,
13327: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
13328: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
13329: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
13330: compiled
13331:
13332: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
13333: now
13334:
13335: * src/: include/pa_array.h, include/pa_exception.h,
13336: include/pa_pool.h, main/pa_exception.C: gd compiled
13337:
13338: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
13339: compiled
13340:
13341: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
13342: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
13343: types/pa_vfile.h: vfile compiled
13344:
13345: * src/: include/pa_common.h, include/pa_globals.h,
13346: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
13347: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
13348: types/pa_vform.C, types/pa_vform.h: vcookie compiled
13349:
13350: * src/: include/pa_exception.h, main/pa_cache_managers.C,
13351: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
13352: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
13353: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13354: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
13355:
13356: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
13357: main/main.dsp, main/untaint.C: more compiled
13358:
13359: * src/: include/pa_charsets.h, include/pa_request.h,
13360: include/pa_request_info.h, include/pa_string.h,
13361: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
13362: types/pa_vresponse.h: vrequest compiled
13363:
13364: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
13365: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
13366: pa_vresponse.h, pa_wcontext.h: vrequest compiled
13367:
13368: * src/: classes/classes.h, include/pa_charset.h,
13369: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
13370: include/pa_request.h, include/pa_string.h, main/main.dsp,
13371: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
13372: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
13373: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
13374: types/pa_vrequest.C, types/pa_vrequest.h,
13375: types/pa_vstateless_class.h, types/pa_vstring.h,
13376: types/pa_vvoid.h: vrequest,vdouble,vint compiled
13377:
13378: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
13379: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
13380: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
13381: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
13382: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13383: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
13384: types/pa_vobject.h, types/pa_vstateless_class.h,
13385: types/pa_vstateless_object.h, types/pa_vstatus.h,
13386: types/pa_vstring.h, types/types.dsp: vmath compiled
13387:
13388: 2003-01-28 paf
13389:
13390: * src/: classes/classes.h, classes/date.C, classes/file.C,
13391: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
13392: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
13393: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
13394: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
13395: compile_tools
13396:
13397: * src/: include/pa_charset.h, include/pa_exception.h,
13398: include/pa_request.h, include/pa_string.h, main/untaint.C:
13399: untaint compiled
13400:
13401: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
13402: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
13403: more compiled. struck with string::store_to needing to know
13404: source/client charsets
13405:
13406: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
13407: types/pa_vfile.h: uue compiled
13408:
13409: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
13410: table compiled
13411:
13412: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
13413: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
13414:
13415: * src/: include/pa_charset.h, main/pa_charset.C,
13416: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
13417: introduced]
13418:
13419: * src/: classes/date.C, include/pa_charset.h,
13420: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
13421: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
13422: pa_charsets compiled
13423:
13424: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
13425: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
13426:
13427: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
13428: common compiled
13429:
13430: * src/: include/pa_charsets.h, main/pa_charsets.C,
13431: main/pa_sql_driver_manager.C: pa_charsets compiled
13432:
13433: * src/: include/pa_array.h, include/pa_charset.h,
13434: include/pa_charsets.h, include/pa_pool.h,
13435: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13436: include/pa_stack.h, include/pa_string.h,
13437: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
13438: sql_driver_manager compiled
13439:
13440: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
13441: letter i with two dots added to koi, all ukranian letters added
13442: to win1251.
13443:
13444: typographic simbol 0xb9 deleted from win1251 [strange one & were
13445: abscent from koi]
13446:
13447: 2003-01-27 paf
13448:
13449: * src/: include/pa_exception.h, include/pa_sql_connection.h,
13450: include/pa_sql_driver_manager.h, include/pa_string.h,
13451: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
13452: sql/pa_sql_driver.h: paused on sql_manager
13453:
13454: * src/: include/pa_cache_managers.h, include/pa_pool.h,
13455: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13456: include/pa_stack.h, main/pa_sql_driver_manager.C,
13457: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
13458:
13459: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
13460: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13461: include/pa_table.h, main/pa_sql_driver_manager.C,
13462: main/pa_table.C: table compiled
13463:
13464: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
13465: cache_managers compiled
13466:
13467: * src/: include/pa_array.h, include/pa_charset.h,
13468: include/pa_pool.h, main/pa_charset.C: charset compiled
13469:
13470: * src/: include/pa_pool.h, main/pa_common.C: common compiled
13471:
13472: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
13473: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
13474: main/pa_string.C, types/pa_value.C, types/pa_value.h,
13475: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
13476: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
13477:
13478: 2003-01-24 paf
13479:
13480: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
13481: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
13482: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
13483: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
13484: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
13485: types/pa_vint.h, types/pa_vjunction.h,
13486: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13487: types/pa_vstatus.h, types/pa_vstring.h: more patched
13488:
13489: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
13490: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
13491: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
13492: main/pa_string.C, main/pa_table.C: string compiled
13493:
13494: * src/: include/pa_array.h, include/pa_common.h,
13495: include/pa_dictionary.h, include/pa_exception.h,
13496: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
13497: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
13498: main/pa_string.C: dictionary compiled
13499:
13500: 2003-01-23 paf
13501:
13502: * src/: include/pa_array.h, include/pa_common.h,
13503: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
13504: include/pa_request.h, include/pa_string.h, main/pa_common.C,
13505: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
13506: types/pa_value.h: resurrected pool in new sense: now it's
13507: factory, producing&accounting memory chunks for read[autofree]
13508: buffers
13509:
13510: * src/: include/pa_array.h, include/pa_exception.h,
13511: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
13512: main/pa_exception.C, main/pa_table.C: table compiled
13513:
13514: * src/: classes/image.C, classes/op.C, include/pa_array.h,
13515: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
13516: include/pa_pool.h, include/pa_pragma_pack_begin.h,
13517: include/pa_pragma_pack_end.h, include/pa_sapi.h,
13518: include/pa_string.h, include/pa_table.h, include/pa_types.h,
13519: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
13520: main/pa_table.C: aint that easy
13521:
13522: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
13523: main/main.dsp: continued with Hash
13524:
13525: * src/main/pa_common.C: connect_string allocated on heap[wes on
13526: stack] now. and exception can be reported OK now [can be reported
13527: outside of pro c with that stack]
13528:
13529: 2003-01-22 paf
13530:
13531: * src/: include/pa_array.h, include/pa_charset.h,
13532: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
13533: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
13534: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
13535: base: contains references_count. auto_ptr template calls
13536: add_ref/release
13537:
13538: 2003-01-21 paf
13539:
13540: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13541: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13542: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13543: classes/op.C, classes/response.C, classes/string.C,
13544: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
13545: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
13546: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13547: include/pa_config_fixed.h, include/pa_config_includes.h,
13548: include/pa_dictionary.h, include/pa_dir.h,
13549: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13550: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
13551: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
13552: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
13553: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13554: include/pa_stack.h, include/pa_string.h,
13555: include/pa_stylesheet_connection.h,
13556: include/pa_stylesheet_manager.h, include/pa_table.h,
13557: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13558: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
13559: lib/pcre/pcre_parser_ctype.c, main/compile.C,
13560: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13561: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
13562: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
13563: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
13564: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
13565: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
13566: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
13567: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
13568: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
13569: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
13570: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
13571: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
13572: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
13573: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13574: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13575: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13576: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13577: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
13578: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
13579: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
13580: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13581: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13582: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13583: types/pa_vstateless_object.h, types/pa_vstatus.C,
13584: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13585: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
13586: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
13587: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
13588: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
13589: 2002->2003
13590:
13591: 2003-01-16 paf
13592:
13593: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13594: src/main/pa_globals.C: http:// introducing $.any-status(1)
13595:
13596: * operators.txt, src/include/pa_config_fixed.h,
13597: src/main/pa_common.C: http request now return status. and not
13598: fail on status!=200
13599:
13600: 2003-01-15 paf
13601:
13602: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
13603:
13604: 2003-01-14 paf
13605:
13606: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
13607: mkinstalldirs: removed some ancient files [they in / really]
13608:
13609: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
13610: regretfully needed patch in two places. in config_fixed.h made
13611: stubs for lib to compile in MSVC
13612:
13613: 2003-01-13 paf
13614:
13615: * config.guess, config.sub, ltmain.sh: removed last piece of
13616: configure.in(libtool) hacks
13617:
1.101 moko 13618: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 13619: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
13620: ltdl.h: moved to latest libtool (1.4.3)
13621:
13622: 2003-01-10 paf
13623:
13624: * src/lib/ltdl/: configure, configure.in: PROG_NM
13625:
13626: * src/main/pa_globals.C: moved to latest xml lib versions, changed
13627: patches. libxml2 >= 2.5.1
13628: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
13629: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
13630: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
13631:
13632: * INSTALL: moved to latest versions of xml libs libxml2 >=
13633: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
13634: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
13635: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
13636:
13637: 2003-01-09 paf
13638:
13639: * INSTALL: xml,xslt,gdome lib urls updated
13640:
13641: * config.guess, config.sub, missing, mkinstalldirs,
1.101 moko 13642: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 13643: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.101 moko 13644: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
13645: 1.7.2
1.95 moko 13646:
13647: * depcomp: moving to automake 1.7.2
13648:
13649: 2002-12-27 paf
13650:
13651: * src/include/pa_version.h: 0007
13652:
13653: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
13654: outdated parts, made links to language docs
13655:
13656: * src/include/pa_config_auto.h.in: comment
13657:
13658: 2002-12-26 paf
13659:
13660: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
13661: not contain trailing / fixed.
13662:
13663: * INSTALL: changing SAFE_MODE politics
13664:
13665: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
13666:
13667: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
13668:
13669: 2002-12-25 paf
13670:
13671: * src/main/pa_globals.C: optimized-xml
13672:
13673: * src/main/pa_globals.C: optimized-as-is
13674:
13675: 2002-12-24 paf
13676:
13677: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
13678: fixed [were really called with zero size when .html?a=&b=]
13679:
13680: * src/classes/mail.C: $MAIL in @conf now invalid when configured
13681: with --with-sendmail
13682:
13683: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
13684: fixed]
13685:
13686: 2002-12-23 paf
13687:
13688: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
13689: ignoring parameters & were storing only string with default
13690: expires
13691:
13692: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
13693: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
13694: December 23, 2002 4:22 AM Subject: bug â
13695: Charset::transcode_buf2xchar
13696:
13697: 2002-12-20 paf
13698:
13699: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
13700: non-cgi [script] runs
13701:
13702: 2002-12-19 paf
13703:
13704: * INSTALL: --without-iconv recommended [it crashes on some systems
13705: [tested on elik]] moreover, it's not needed there [parser
13706: registers charsets itself]
13707:
13708: * INSTALL: --without-iconv recommended [it crashes on some systems
13709: [tested on elik]]
13710:
13711: * operators.txt, src/include/pa_globals.h,
13712: src/include/pa_request.h, src/main/pa_globals.C,
13713: src/main/pa_request.C: $response:download
13714:
13715: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
13716: compiler [win32]].
13717:
13718: 2002-12-18 paf
13719:
13720: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
13721:
13722: 2002-12-17 paf
13723:
13724: * src/targets/cgi/parser3.C: merged die&iis changes
13725:
13726: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
13727: to exit(1) 2. more flexible iilegal call check
13728:
13729: 2002-12-16 paf
13730:
13731: * ltmain.sh: some automakes silly insist on having this handy
13732:
13733: * src/main/untaint.C: filespec russian small 'r' changed to latin
13734: 'p' bug fix
13735:
13736: 2002-12-15 paf
13737:
13738: * src/main/untaint.C: filespec russian small 'r' changed to latin
13739: 'p'
13740:
13741: * configure.in, src/include/pa_config_auto.h.in,
13742: src/main/compile.C, src/main/pa_common.C: merged small changes
13743: from branch 6 to HEAD
13744:
13745: * src/main/compile.C: removed warning
13746:
13747: * src/main/pa_common.C: ftruncate having checked
13748:
13749: * configure.in, src/include/pa_version.h: new version
13750:
13751: 2002-12-14 paf
13752:
13753: * src/classes/table.C: removed unnecessary code
13754:
13755: * src/sql/pa_sql_driver.h: exception type fixed
13756:
13757: 2002-12-09 paf
13758:
13759: * src/types/pa_vvoid.h: $void.store[now] error
13760:
13761: * src/targets/cgi/parser3.C: ::die now tries to write core dump
13762:
13763: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
13764: tries to write core dump
13765:
13766: * src/targets/cgi/parser3.C: ::die now tries to write core dump
13767:
13768: * src/: classes/hash.C, classes/string.C, classes/table.C,
13769: classes/void.C, main/pa_sql_driver_manager.C,
13770: sql/pa_sql_driver.h: changed exception handling mech in sql
13771: handlers #2
13772:
13773: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
13774: exception handling mech in sql handlers
13775:
13776: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
13777: handlers
13778:
13779: * src/: classes/hash.C, classes/string.C, classes/table.C,
13780: classes/void.C, main/pa_sql_driver_manager.C,
13781: sql/pa_sql_driver.h: changed exception handling mech in sql
13782: handlers
13783:
1.101 moko 13784: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
13785: to write makefile which used libtool to install things, which is
13786: not needed
1.95 moko 13787:
13788: 2002-12-06 paf
13789:
13790: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
13791: $hash.fields -- pseudo field to make 'hash' more like 'table'
13792:
13793: 2002-12-05 paf
13794:
13795: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
13796: cc/bcc OK now
13797:
13798: * src/main/untaint.C: mail header closed properly
13799:
13800: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
13801: header ',' allowed. still bugs in smtp [only one receiptient
13802: works, cc, bcc ignored now, and MAILED ;)]
13803:
13804: [strncpy killed, memnchr used]
13805:
13806: * src/main/pa_table.C: table-copy now current=0
13807:
13808: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
13809: lowlevel proc
13810:
13811: * src/targets/cgi/parser3.C: more checks on
13812: http://domain/parser.cgi start [maybe some getenv returns "",
13813: checked that now
13814:
13815: * src/targets/cgi/parser3.C: more checks on
13816: http://domain/parser.cgi start [maybe some getenv returns "",
13817: checked that now
13818:
13819: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
13820: out-of-mem errors reached log]
13821:
13822: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
13823: mail:send MIME-Version default
13824:
13825: * src/main/main.dsp: pa_version included into main.dsp
13826:
13827: 2002-12-04 paf
13828:
13829: * src/types/pa_vform.C: $form:field string value cut by premature 0
13830:
13831: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
13832: lib/libltdl -> lib/ltdl Win32 changes. s
13833:
13834: * src/classes/classes.awk: more strict *.C$
13835:
13836: * gnu.dsp: restored
13837:
1.101 moko 13838: * configure.in, gnu.dsp, src/lib/Makefile.am,
13839: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
13840: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
13841: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
13842: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
13843: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
13844: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
13845: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
13846: now created with /configure, not ltdl/configure, so it does have
13847: no problems with automake. ltdl/configure
13848: AC_OUTPUT(Makefile<<removed)
1.95 moko 13849:
13850: 2002-12-02 paf
13851:
13852: * operators.txt: removed outdated status:db
13853:
13854: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
13855: src/main/pa_common.C, src/main/pa_request.C,
13856: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
13857: tainted parts becomes http-header
13858:
13859: 2002-11-29 paf
13860:
13861: * src/classes/date.C, src/classes/image.C, operators.txt: exif
13862: dates now objects of type date
13863:
13864: * src/classes/image.C: file.seek removed [it were used in image.C
13865: only, and for parser user this means that jpeg image has bad
13866: size in fragment's header] now used image.format
13867:
13868: * src/: include/pa_common.h, main/pa_common.C,
13869: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
13870: now handled exactly like $response:header values. e.g. can be
13871: hash [can have subattributes] & contain date values.
13872:
13873: * src/main/pa_common.C: http:// param values lang forced URI
13874:
13875: * src/main/pa_common.C: http:// tainted partes now %xx
13876:
13877: 2002-11-28 paf
13878:
13879: * operators.txt: http.timeout
13880:
13881: * src/classes/image.C: ^image.length now counts interchar space.
13882: plus space after last char
13883:
13884: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
13885:
13886: * src/classes/image.C: ^image.font width measurer now scans full
13887: height [were -1]
13888:
13889: * configure.in: stopped double libltdl/Makefile generation
13890:
13891: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
13892: chars [one top horizontal line of 1pixel height were missing]
13893:
13894: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
13895: 'false' to go into (Hash *) parameter
13896:
13897: 2002-11-27 paf
13898:
13899: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
13900: types/pa_vmail.C: response:body[file] if file nows it's name now
13901: returns content-disposition: >>attachment<<
13902:
13903: * src/classes/image.C: ^image.font << bad font file-size now
13904: properly reported
13905:
13906: 2002-11-26 paf
13907:
13908: * src/main/pa_request.C: fixed lang in reponse header
13909:
13910: * src/main/pa_common.C: utf8 prefix ignored @read text
13911:
13912: * operators.txt, src/main/pa_common.C: http:// response status!=200
13913: made exception: http.status with source=bad status#
13914:
13915: 2002-11-25 paf
13916:
13917: * configure.in, src/classes/image.C,
13918: src/include/pa_config_auto.h.in,
13919: src/include/pa_config_includes.h, src/main/Makefile.am,
1.101 moko 13920: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
13921: const void related probs fixed
1.95 moko 13922:
13923: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
13924:
13925: $file[^file::load[http://there]] $file.SERVER
13926:
13927: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
13928: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
13929: http options [invalid onces now reported] made default
13930: user-agent: paf
13931:
13932: * operators.txt, src/classes/file.C, src/classes/table.C,
13933: src/classes/xdoc.C, src/include/pa_common.h,
13934: src/include/pa_globals.h, src/main/pa_common.C,
13935: src/main/pa_globals.C, src/main/pa_request.C,
13936: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
13937: now understand http:// prefix and additional params, sample:
13938: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
13939: $.USER-AGENT[parser3] ]]
13940:
13941: 2002-11-22 paf
13942:
13943: * src/classes/image.C, src/include/pa_globals.h,
13944: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
13945: src/types/pa_vimage.h, operators.txt: $image.exif support
13946: $image.exif.DateTime & co
13947:
13948: 2002-11-21 paf
13949:
13950: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
13951: _PASS_APPENDED)
13952:
13953: * src/classes/image.C: jpeg size measure fixed: were badly skipping
13954: EXIF information [were big block and it's size were considered
13955: negative :(]
13956:
13957: * operators.txt, src/classes/image.C, src/include/pa_common.h,
13958: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
13959: internals rewritten. no there's reader.seek, and all's ready for
13960: EXIF extraction [now we fail to measure files with EXIF info]
13961:
13962: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
13963: O_TRUNC truncates even exclusevely write-locked file [thanks to
13964: Igor Milyakov <virtan@rotabanner.com> for discovering]
13965:
13966: 2002-11-20 paf
13967:
13968: * src/targets/cgi/parser3.C: logging @signal += query_string
13969:
13970: * configure.in, src/include/pa_config_auto.h.in,
13971: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
13972: comment
13973:
13974: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
13975:
13976: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
13977: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
13978: currently processed document SIGPIPE >> interrupts request
13979: processing [exception = DB rollback]
13980:
13981: * src/main/pa_exec.C: comment
13982:
13983: * src/main/pa_exec.C: pa_exec: data written only if size>0
13984:
13985: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
13986: << disable HTTP-POST repassing
13987:
13988: * src/: include/pa_config_fixed.h, main/pa_common.C,
13989: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
13990: pipe read errors now checked
13991:
13992: 2002-11-19 paf
13993:
13994: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
13995: CGI: Illegal call
13996:
13997: 2002-11-01 paf
13998:
13999: * src/main/execute.C: comment
14000:
14001: 2002-10-31 paf
14002:
14003: * src/main/execute.C: found out why, checked that for now. todo:
14004: find out a way for that user could do that
14005:
14006: * src/types/pa_vstateless_object.h: object put replaces static
14007: parent if any
14008:
14009: * src/types/pa_vobject.C: object put replaces static parent if any
14010:
14011: * src/: classes/form.C, classes/mail.C, classes/op.C,
14012: classes/xnode.h, main/compile.tab.C, main/execute.C,
14013: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
14014: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14015: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
14016: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14017: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
14018: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
14019: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14020: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
14021: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
14022: types/pa_vstateless_object.h, types/pa_vstatus.C,
14023: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
14024: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
14025: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
14026: types/pa_wwrapper.h: static fix merged
14027:
14028: * src/: main/compile.tab.C, types/pa_vobject.C: killed
14029: $virtual_fields in dynamic, but one can reach derived
14030: static[class] variable from base
14031:
14032: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
14033: types/pa_vobject.C, types/pa_vobject.h,
14034: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
14035: statics, left $virtual_fields in dynamic
14036:
14037: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
14038: one can't remember derivates in base class: there's so many of
14039: them. also there can be no virtual method calls in static
14040: classes
14041:
14042: * src/: classes/form.C, classes/mail.C, classes/op.C,
14043: classes/xnode.h, main/execute.C, main/pa_request.C,
14044: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
14045: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
14046: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
14047: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14048: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
14049: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
14050: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
14051: types/pa_vresponse.C, types/pa_vresponse.h,
14052: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
14053: types/pa_vstateless_object.h, types/pa_vstatus.C,
14054: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
14055: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
14056: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
14057: types/pa_wwrapper.h: static call $self fixed
14058:
14059: * src/main/execute.C: comment
14060:
14061: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
14062: ^process[$caller.self]{...} now compiles to last derived object
14063: part of that 'self'
14064:
14065: 2002-10-29 paf
14066:
14067: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
14068: re-passing [iis to blame]
14069:
14070: * src/classes/string.C: changed string.save to pass current sql
14071: connection to cstr thus one can ^connect[some server]{
14072: $s[insert into table x (x) values (^taint[sql]{value})]
14073: ^s.save[some.sql] } and he'd get in some.sql file code with
14074: properly escaped. [tried in mssql->mysql export->import of
14075: binary data]
14076:
14077: 2002-10-25 paf
14078:
14079: * src/types/pa_vresponse.C: case insensitive response user fields
14080: get/put
14081:
14082: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
14083: types/pa_vresponse.C: saving for maybe-future
14084:
14085: 2002-10-23 paf
14086:
14087: * operators.txt, src/classes/table.C: ^table.hash{code}...
14088: ^table.hash(expr)...
14089:
14090: * src/types/pa_vmail.C: email whitespace trimBoth-ed
14091:
14092: 2002-10-22 paf
14093:
14094: * src/types/: pa_vform.C, pa_vform.h: removed needless
14095: VForm::Append...(...Value)
14096:
14097: * src/main/execute.C: $.name outside of $name[...] checked
14098:
14099: * src/main/: compile.tab.C, compile.y: lexer changed to fix
14100: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
14101:
14102: 2002-10-21 paf
14103:
14104: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
14105: $form:qtail $form:imap.x/y
14106:
14107: * operators.txt, src/types/pa_vform.C: $form:nameless =
14108: "?value&...", "...&value&...", "...&value"
14109:
14110: * operators.txt, src/types/pa_vform.C: $form:image-map
14111:
14112: * operators.txt, src/classes/file.C: /some/page.html:
14113: ^file:fullpath[a.gif] => /some/a.gif
14114:
14115: 2002-10-17 paf
14116:
14117: * src/main/: compile.tab.C, compile.y: operators precedence changed
14118: a little: logical not and bitwise negation precedence made
14119: highest, << and >> bitshits precedence made equal [were << higher
14120: than >>]
14121:
14122: * src/classes/op.C: exception handling fixed [were bad with
14123: contexts]
14124:
14125: 2002-10-16 paf
14126:
14127: * src/: classes/op.C, include/pa_request.h, main/execute.C,
14128: main/pa_request.C: Request::self considered equal to
14129: VMethodFrame::self, and removed, Request::get_self() mapped to
14130: VMethodFrame.self()
14131:
14132: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
14133: $hash in open field now gives old good error meesage
14134:
14135: 2002-10-15 paf
14136:
14137: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
14138: use ^if($junction is junction){was and now true}
14139:
14140: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
14141: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
14142: types/pa_vxnode.C: xml->parser strings now have origin, which
14143: points to place where value left xml library and came to parser:
14144: place of dom field extraction/call
14145:
14146: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
14147: main/compile.tab.C, main/compile.y, main/execute.C,
14148: types/pa_vmethod_frame.h: removed last pieces of old code
14149: allowing $junction.xxx at compile time
14150:
14151: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
14152: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
14153: objects also considered [were only classes]
14154:
14155: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
14156: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
14157: with CLASS self. [ (request&method_frame).self temporarily
14158: changed ]
14159:
14160: * src/classes/: hash.C, op.C: method_frame now always changed, with
14161: no exception to native calls. for&foreach changed to use
14162: method_frame.caller for their var's name context
14163:
14164: * src/: main/execute.C, targets/cgi/parser3.C,
14165: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
14166: compiling to system classes disabled
14167:
14168: * operators.txt, src/classes/op.C:
14169: ^process[$caller.CLASS]{code-string} added
14170:
14171: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
14172: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
14173: src/types/Makefile.am, src/types/pa_vjunction.C,
14174: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
14175: src/types/types.dsp: removed $junction.get $junction.set[]
14176: introducing $caller
14177:
14178: * src/types/pa_value.h: removed outdated comments. doxygen would
14179: find them lower by inheritance tree
14180:
14181: * src/types/pa_vjunction.C: ident
14182:
14183: 2002-10-14 paf
14184:
14185: * src/classes/op.C: process compiles to code's class class
14186:
14187: * src/: classes/form.C, classes/mail.C, classes/op.C,
14188: include/pa_request.h, main/compile.C, main/compile.tab.C,
14189: main/compile.y, main/execute.C, main/pa_request.C,
14190: types/pa_vstateless_class.h: operators now main-class-methods
14191:
14192: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
14193: better stack trace [has "call" & co there]
14194:
14195: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
14196: operators @auto now executed in MAIN context
14197:
14198: * src/main/execute.C: operator execution context now = MAIN, not
14199: closest stack frame
14200:
14201: @touchit[] $i[after]
14202:
14203: ----t.html $i[before] << local ^touchit[] $i << now 'before',
14204: were 'after'
14205:
14206: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
14207: 'after'
14208:
14209: * src/main/execute.C: comment
14210:
14211: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
14212: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
14213: action]
14214:
14215: * src/types/pa_vxnode.C: misreplace fixed
14216:
14217: * configure, configure.in, src/include/pa_config_auto.h.in,
14218: src/types/pa_vstatus.C, operators.txt:
14219: $status:rusage.tv_secs/usecs introduced
14220:
14221: 2002-10-09 paf
14222:
14223: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
14224: on empty string [or uses (default)]
14225:
14226: 2002-10-08 paf
14227:
14228: * src/main/untaint.C: mail header quoted printable changed after
14229: RFC reread
14230:
14231: * operators.txt: plan on ^if(method
14232:
14233: * src/types/pa_vxnode.C: misreplace
14234:
14235: 2002-09-24 paf
14236:
1.101 moko 14237: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 14238:
14239: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
14240: mailreceive would compile on freebsd now
14241:
14242: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
14243: configure, configure.in, src/include/pa_config_auto.h.in,
1.101 moko 14244: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
14245: mailreceive would compile on freebsd now
1.95 moko 14246:
14247: * src/: classes/file.C, main/untaint.C: 1. file spec language
14248: changed: now there are only few chars are untainted: * ? ' " < >
14249: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
14250: one should use ^untaint[uri]{...} now]
14251:
14252: 2. $list[^file:list[dir]] now returns simply tainted names in
14253: $list.name, not tainted as filespec
14254:
14255: @russianindex[] #dir with files with russian-lang names
14256: $where[dir]
14257:
14258: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
14259: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
14260:
14261: 2002-09-23 paf
14262:
14263: * src/types/pa_vdouble.h: double->int round added
14264:
14265: * src/classes/date.C: date bug fix, now
14266: round(floatDays*secondsPerDay)
14267:
14268: * src/classes/date.C: date bug fix, now
14269: round(floatDays*secondsPerDay)
14270:
14271: 2002-09-20 paf
14272:
14273: * src/main/execute.C: code junction calls disabled [before: code
14274: was compiled in such a way, that there were no code-junctions in
14275: OP_CALL]
14276:
14277: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
14278:
14279: @badjunctioncallinside[code] ^code[]
14280:
14281: * src/main/: compile.tab.C, compile.y: changed grammer on junction
14282: expanding to include ^junction.method
14283:
14284: * src/main/pa_common.C: -d "DIR/" now true
14285:
14286: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
14287: as internal xdoc encoding, and after decoding attributes set by
14288: dom functions now encoded OK, not as digital entities
14289:
14290: * src/classes/xdoc.C: empty transform result, being taken as file
14291: now returns empty file, not raises stupid error about "stat-ed
14292: file"
14293:
14294: * src/types/pa_vhash.h: hash.foreach modification of existing keys
14295: allowed
14296:
14297: * src/types/types.dsp: introducing $junction.get/put(1) one can
14298: write iterators now:
14299:
14300: ^user-foreach[key;value]{$key=$value<br>}
14301:
14302: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
14303: $code.value($i*2) $code }
14304:
14305: * src/main/compile_tools.h: mistype
14306:
1.101 moko 14307: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
14308: thus taking linking options configure changes into account [were:
14309: ignoring]
1.95 moko 14310:
14311: * src/types/: pa_vjunction.C, Makefile.am: introducing
14312: $junction.get/put(1) one can write iterators now:
14313:
14314: ^user-foreach[key;value]{$key=$value<br>}
14315:
14316: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
14317: $code.value($i*2) $code }
14318:
14319: * src/: include/pa_opcode.h, include/pa_request.h,
14320: main/compile.tab.C, main/compile.y, main/execute.C,
14321: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
14322: introducing $junction.get/put(1) one can write iterators now:
14323:
14324: ^user-foreach[key;value]{$key=$value<br>}
14325:
14326: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
14327: $code.value($i*2) $code }
14328:
14329: 2002-09-19 paf
14330:
1.101 moko 14331: * Makefile.am: new: make commit
1.95 moko 14332:
14333: * aclocal.m4: forced to be older
14334:
14335: 2002-09-18 paf
14336:
14337: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
14338: src/main/compile.y, src/main/execute.C: << >> int shifts
14339:
14340: * src/: include/pa_common.h, include/pa_request.h,
14341: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
14342: - now this - fatal error
14343:
14344: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
14345: that one can pass binary data there
14346:
14347: * src/: classes/date.C, classes/double.C, classes/file.C,
14348: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14349: classes/op.C, classes/response.C, classes/string.C,
14350: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
14351: include/pa_request.h: pa_request contexts made privated, plus
14352: get_{self/method_frame} to read. Request_context_saver used in
14353: ^try to save flang too. [were not saved]
14354:
14355: * src/types/pa_vresponse.C: header value chains joined before
14356: output, this should help $.subject[$var $var] from being
14357: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
14358:
14359: 2002-09-17 paf
14360:
14361: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
14362: removed changes, operators executed with calling self. lots of
14363: code with ^include code relies on defined/defining self variables
14364:
14365: $a[1] ^include[print_a.p] print_a.p: $a
14366:
14367: ^include[set_a.p] a=$a set_a.p: $a[1]
14368:
14369: * src/: classes/op.C, main/execute.C, main/pa_request.C,
14370: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
14371: types/pa_vstateless_class.h: operators now executed with MAIN
14372: self. it's for ^include sake, too strong a change
14373:
14374: * src/classes/op.C: made place for ^process to compile it's code to
14375: in case of no self
14376:
14377: * src/main/execute.C: found ancient param to Junction, removed.
14378: allowed passing self to native_code_operators [for ^process to
14379: work, she needs self]
14380:
14381: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14382: types/pa_vstateless_class.h: found ancient param to Junction,
14383: removed. allowed passing self to native_code_operators [for
14384: ^process to work, she needs self]
14385:
14386: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
14387: types/pa_value.h, types/pa_vmethod_frame.h,
14388: types/pa_vstateless_class.h: allowed Request.self to be 0,
14389: checked that in VMethodFrame get/put and $self.
14390:
14391: * src/classes/: table.C, xdoc.C: table::sql options table::create
14392: copy options options checked, wrong option now fatal error
14393:
14394: * src/main/pa_string.C: string.replace fixed [were missing words on
14395: pieces boundaries]
14396:
14397: * bin/auto.p.dist.in: strange \n
14398:
14399: * configure, configure.in: .so now detected [can be .sl on hpux,
14400: .dll on cygwin, .so in other cases)
14401:
1.101 moko 14402: * configure, configure.in, bin/auto.p.dist.in: .so now detected
14403: [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95 moko 14404:
14405: * operators.txt, src/classes/hash.C, src/classes/table.C,
14406: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
14407: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
14408: record taken [were last]
14409:
14410: * src/: classes/hash.C, classes/table.C,
14411: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
14412: now errors
14413:
14414: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
14415:
14416: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
14417: ,2,3]
14418:
14419: 2002-09-16 paf
14420:
14421: * src/classes/file.C: file::cgi line ends can be both unix & dos.
14422: and they can be unix [\n\n] on win when 'use CGI' used, it causes
14423: stdout to be binary. now detected closest header break.
14424:
14425: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
14426: closed right
14427:
14428: 2002-09-13 paf
14429:
14430: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
14431: src/main/compile_tools.h: (expression #comment)
14432:
14433: (multiline expression #comment line2 #comment )
14434:
14435: (expression #comment with (brackets) comment) << OK
14436:
14437: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
14438: bitwise !|| numerical xor now [preparing for expression
14439: #comments]
14440:
14441: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
14442: error
14443:
14444: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
14445: cheched in pa_socks.C
14446:
1.101 moko 14447: * configure, configure.in, src/include/pa_config_auto.h.in:
14448: HAVE_WINSOCK_H created in configure.in
1.95 moko 14449:
14450: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
14451: cookie date now clean [were mistakenly tainted & that worked bad
14452: with opera -- 'happily' that worked OK with msie]
14453:
14454: 2002-09-12 paf
14455:
14456: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
14457: VClass get_element now first looks to fields, next to methods &
14458: co todo: the rest reason: more speed
14459:
14460: * src/main/untaint.C: quoted printable encoding stops before
14461: \s*<...>$
14462:
14463: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
14464: stops before <...>$
14465:
14466: 2002-09-11 paf
14467:
14468: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
14469: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
14470: forgot to check users of those funcs. not all were using that
14471: return value convention
14472:
14473: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
14474: windows-1254 added
14475:
14476: 2002-09-10 paf
14477:
14478: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
14479: VCodeFrame parent param were specified badly
14480:
14481: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
14482: WWrapper which used in constructing objects(second param to sql
14483: method) ^...sql{}[$.default{code}] now has parent, wich helps
14484: code in hash to survivi
14485:
14486: * src/: include/pa_request.h, main/execute.C: removed redundant
14487: param to execute [stack said 'thanks']
14488:
14489: * src/: classes/op.C, main/execute.C, types/pa_value.C,
14490: types/pa_value.h, types/pa_vcode_frame.h,
14491: types/pa_vmethod_frame.h, types/pa_wcontext.C,
14492: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
14493: responsibility to wcontext
14494:
14495: * src/classes/file.C: decided not to log exec's with stderr, that
14496: could be warnings, and it's up to scritper to log/show them
14497:
14498: * src/: classes/double.C, main/execute.C: double:sql badly called
14499: write_assign_lang, not write_no_lang, thus doing unnecessary
14500: double/string converstion, which were loosing time&precesion
14501:
14502: * src/: main/pa_charset.C, types/pa_vmail.C:
14503: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
14504: case of unfinished in buffer processing, causing accidental
14505: transcode stop [in case that source enc != utf-8 & there is
14506: incomplete utf-8 sequence at the end of 16000block iside of
14507: libxml lib] tfm readed & code updated
14508:
14509: 2002-09-04 paf
14510:
14511: * configure: makes with sjlj
14512:
14513: * INSTALL, src/include/pa_config_fixed.h,
14514: src/include/pa_sql_connection.h,
14515: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
14516: checked. on win32 it made default
14517:
14518: * src/include/pa_config_auto.h.in: sjlj define
14519:
14520: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
14521: can not work with longjump/throw pair, and one must switch that
14522: on there. todo: detect that automatically]
14523:
14524: * src/types/pa_vxnode.C: removed too strong checks of
14525: xnode.elements. now, for instance, if element does not have any
14526: attributes, $xnode.attributes is void, not error
14527:
14528: 2002-09-02 paf
14529:
14530: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
14531: removed double_result, didn't help
14532:
14533: * src/main/execute.C: double_result made to move that var away from
14534: hungry g++ optimizer (-O2), before: it were optimized and
14535: comparison operators worked badly
14536:
14537: * src/types/pa_vdate.h: removed debug
14538:
1.101 moko 14539: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 14540:
14541: * src/main/execute.C: fixed numeric < & co so that thay now use
14542: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
14543: unknown reason.
14544:
14545: 2002-08-29 paf
14546:
14547: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
14548: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
14549: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
14550: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
14551: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
14552: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
14553: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
14554: [called less frequent, allowed to remove ugly
14555: Junction.change_context-s from many places, switch,
14556: mail:send..html{}, ..] request.root renamed to method_frame [more
14557: easyreading] ancient {...PUSH/POPs...} changed to stack vars
14558: [speed up]
14559:
14560: 2002-08-28 paf
14561:
14562: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
14563: tainted
14564:
14565: * src/types/pa_vcookie.C: fixed cookie delete when
14566: $cookie:name[$.value[]]
14567:
14568: * operators.txt, src/classes/string.C:
14569: ^string.split[delim[;options]]
14570:
14571: 2002-08-27 paf
14572:
1.101 moko 14573: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 14574:
14575: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
14576: delimiter
14577:
14578: * INSTALL: recommended latest gmime 1.0.5
14579:
14580: 2002-08-26 paf
14581:
14582: * configure, configure.in: apache13/hook added to make dist.
14583:
14584: 2002-08-23 paf
14585:
14586: * src/: include/pa_common.h, main/pa_common.C,
14587: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
14588: beside binary [cgi, isapi] not accessible [due to bad rights or
14589: whatever] it's error now
14590:
14591: 2002-08-21 paf
14592:
1.101 moko 14593: * Makefile.am: can use: make happy equals to make update install
1.95 moko 14594:
14595: * src/main/: compile.tab.C, compile.y, compile_tools.C,
14596: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
14597: class". compiled as if here they named base class
14598:
14599: * src/main/pa_string.C: fixed bad language bug, [were wrong string
14600: cloning constructor]
14601:
14602: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
14603:
14604: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
14605: src/types/pa_vfile.C, src/types/pa_vmail.C:
14606: $mail.received.file.value.content-type fixed
14607:
14608: 2002-08-20 paf
14609:
14610: * src/classes/file.C: fixed language of file:file result
14611:
14612: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
14613: from 3.0.0005
14614:
14615: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
14616:
14617: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
14618: 3.0.0005
14619:
14620: * src/classes/void.C, operators.txt: ^void.length[] = 0
14621:
14622: 2002-08-19 paf
14623:
14624: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
14625: work now
14626:
14627: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
14628: error in xnode, which were not catched in xdoc]
14629:
14630: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
14631: prepared: // validate each document after load/create (?)
14632: //xmlDoValidityCheckingDefaultValue = 1;
14633:
14634: 2002-08-15 paf
14635:
14636: * src/classes/classes.h: write to static var caused useless
14637: Exception, introduced Methoded::put_element wich consumes those
14638:
14639: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
14640: src/types/pa_vcookie.C, src/types/pa_vdate.h,
14641: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
14642: $response:field[date] $response:field[$.xxx[date]]
14643:
14644: * src/: classes/hash.C, classes/string.C, classes/table.C,
14645: classes/void.C, include/pa_sql_connection.h: fixed source of
14646: ^hash::sql{bad}
14647:
14648: * operators.txt: $request:body unprecessed POST request body
14649:
14650: * src/types/pa_vrequest.C: $request:body unprecessed POST request
14651:
14652: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
14653: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
14654:
14655: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
14656: src/include/pa_request.h, src/main/pa_pool.C,
14657: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
14658: $request:body r.post_data now const
14659:
14660: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
14661: classes/xnode.C, main/execute.C, types/pa_value.h,
14662: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
14663: types/pa_vtable.h: instead of type() checking everywhere used
14664: Value.as now user descendants can be used in params.
14665:
14666: VObject::as_*, is_defined now taken from bases. xtable(table)
14667: ^if($xtable) now OK
14668:
14669: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
14670: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
14671: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
14672:
14673: 2002-08-14 paf
14674:
14675: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
14676: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
14677: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
14678: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
14679: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14680: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
14681: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
14682: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
14683: types/pa_vresponse.C, types/pa_vresponse.h,
14684: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14685: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
14686: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
14687: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14688: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
14689: & VClass
14690:
14691: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
14692:
14693: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
14694: removed fixopt stupidity. on stupid linux use cd /document/root
14695: ../cgi/parser3 script
14696:
14697: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
14698: params, splitting them by space, excluding argv[0], argv[argc-1]
14699:
14700: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
14701: fixopt.h: fixopt now preprocesses command line params, splitting
14702: them by space, excluding argv[0], argv[argc-1]
14703:
14704: * src/targets/cgi/parser3.C: -f config file
14705:
14706: * src/targets/cgi/parser3.C: fixed .log file dir
14707:
14708: 2002-08-13 paf
14709:
14710: * src/types/pa_vobject.C: allow override parent variables, useful
14711: for form descendants [in vobject too, were in vclass]
14712:
14713: * src/types/pa_vclass.C: allow override parent variables, useful
14714: for form descendants
14715:
14716: * src/types/pa_vclass.C: checked: form[vclass]fields can be
14717: overwritten in derived(table)
14718:
14719: * src/: classes/form.C, classes/mail.C, classes/op.C,
14720: classes/xnode.h, include/pa_request.h, main/execute.C,
14721: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
14722: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14723: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
14724: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14725: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
14726: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
14727: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14728: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
14729: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14730: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
14731: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
14732: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14733: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
14734: Value::get_element(..., bool looking_down) [needed to exclude
14735: endless recoursion]
14736:
14737: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
14738: fix bug with put endless recoursion todo: check 'as'
14739:
14740: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
14741: reorganized modules todo: fix bug with put endless recoursion
14742: todo: check 'as'
14743:
14744: * src/types/pa_vobject.h: checked: table fields can be overwritten
14745: in derived(table)
14746:
14747: * src/types/pa_vobject.h: derived classes can have fields of their
14748: own now
14749:
14750: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
14751: fixed error message on using non-created table
14752:
14753: * src/: classes/form.C, classes/hash.C, classes/mail.C,
14754: classes/op.C, classes/xnode.h, include/pa_request.h,
14755: main/compile.C, main/compile.tab.C, main/execute.C,
14756: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
14757: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
14758: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
14759: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14760: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
14761: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
14762: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
14763: types/pa_vresponse.C, types/pa_vresponse.h,
14764: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14765: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
14766: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
14767: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14768: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
14769: looking down/up tree todo: fix error message on non-constructed
14770: parents
14771:
14772: 2002-08-12 paf
14773:
14774: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
14775: derived OK
14776:
14777: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
14778: thorough testing
14779:
14780: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
14781: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
14782: types/pa_vobject.h, types/pa_vstateless_class.h,
14783: types/pa_vstateless_object.h, types/pa_wcontext.h,
14784: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
14785: ^base:create[] dynamic call rewritten todo: thorough testing
14786:
14787: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
14788: now instantates base class, remembers it and saves child in
14789: parent VObject.get_class now returns last child = downward
14790: virtual calls OK
14791:
14792: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
14793: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
14794: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
14795: types/pa_vobject.h, types/pa_vresponse.h,
14796: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14797: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
14798: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
14799: VAliased [redundant], moved $CLASS to VObject only [parser class
14800: instance]
14801:
14802: * bin/auto.p.dist.in: more like in dist on parser.ru
14803:
14804: * bin/auto.p.dist.in: fixed sendmail default comment
14805:
14806: * src/main/pa_request.C: $response:body[file] content-type check
14807: fixed [were bad when content-type is hash]
14808:
14809: 2002-08-09 paf
14810:
14811: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
14812: types/pa_vobject.h, types/pa_vxdoc.h: started as()
14813:
14814: 2002-08-08 paf
14815:
14816: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
14817: src/main/pa_globals.C: year column in month calendar [week year]
14818:
14819: * src/main/execute.C: error reporting on object writes to MAIN
14820: improved [were ruind with fixing $obj[^if(1){$obj}] ]
14821:
14822: * operators.txt, src/types/pa_vdate.h: $date.yearday
14823: $date.daylightsaving
14824:
14825: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
14826: use tainted data now. only she must specify the language.
14827:
14828: ^mail:send[ $.from[paf@mail.design.ru]
14829: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
14830: $.text[^taint[uri][ìîñêâà]=] ]
14831:
14832: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
14833: now prints more precise origin
14834:
14835: * src/include/pa_string.h: String::first_char now not fails on
14836: empty strings ^if(-f '') now ok and in 3 other places.
14837:
14838: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
14839: String::first_char now not fails on empty strings ^if(-f '') now
14840: ok and in 3 other places.
14841:
14842: 2002-08-07 paf
14843:
14844: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
14845: fixed
14846:
14847: * src/main/pa_string.C: ^string.mid(0;bad) fixed
14848:
14849: * src/: main/execute.C, types/pa_vcode_frame.h,
14850: types/pa_vmethod_frame.h, types/pa_wcontext.C,
14851: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
14852: mistakenly not completely transparent to object writes.
14853: $hash[^if(1){$hash}] now works
14854:
14855: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
14856: now erasing cache file [there were bad check on that]
14857:
14858: * src/: classes/classes.dsp, classes/table.C,
14859: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
14860: all Debug dirs in .dsp now named 'Debug'
14861:
1.101 moko 14862: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 14863:
14864: * operators.txt, src/classes/mail.C: exception_type email.send
14865:
14866: * operators.txt, src/types/pa_vmail.C: exception_type email.format
14867:
14868: * src/types/pa_vmail.C: mail:send empty email checked
14869:
14870: 2002-08-06 paf
14871:
14872: * operators.txt, src/classes/table.C, src/include/pa_array.h,
14873: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
14874: ^table::create[$source;$.options] ^table::join[$source;$.options]
14875:
14876: * operators.txt, src/classes/hash.C, src/classes/string.C,
14877: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
14878: # $.default() }
14879:
14880: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
14881:
14882: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
14883: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
14884: $file.content-type [instead of .mime-type] now works for
14885: file::stat also
14886:
14887: * src/main/pa_request.C: case insensitive mime_type_of
14888:
14889: * bin/auto.p.dist.in: jpeg
14890:
14891: 2002-08-05 paf
14892:
14893: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
14894:
14895: * src/types/pa_vmail.C: file buffer relocated to parser heap
14896:
14897: * operators.txt: comment on date:calendar week column
14898:
14899: * src/main/pa_common.C: write checked
14900:
14901: * src/main/: pa_common.C: write checked
14902:
14903: * src/classes/date.C: +1 buf size for stupid snprintfs
14904:
14905: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
14906: month calendar week column [ISO 8601 Week Numbers]
14907:
14908: 2002-08-02 paf
14909:
14910: * src/: include/pa_config_fixed.h, main/pa_string.C,
14911: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
14912: DEBUG*
14913:
14914: * configure, configure.in, src/include/pa_version.h: release
14915: 3_0_0005
14916:
14917: * bin/auto.p.dist.in: unhandled_exception comments
14918:
14919: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
14920: multipart post fixed
14921:
14922: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
14923: response transcoded source->client only when text/* or simple
14924: onoverridden $response:body
14925:
14926: 2002-08-01 paf
14927:
14928: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14929: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14930: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14931: classes/op.C, classes/response.C, classes/string.C,
14932: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
14933: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
14934: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14935: include/pa_config_fixed.h, include/pa_dictionary.h,
14936: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
14937: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
14938: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
14939: include/pa_socks.h, include/pa_sql_connection.h,
14940: include/pa_sql_driver_manager.h, include/pa_stack.h,
14941: include/pa_string.h, include/pa_stylesheet_connection.h,
14942: include/pa_stylesheet_manager.h, include/pa_table.h,
14943: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14944: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14945: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
14946: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14947: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
14948: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
14949: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14950: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
14951: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14952: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14953: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
14954: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
14955: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
14956: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
14957: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
14958: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
14959: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
14960: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
14961: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
14962: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
14963: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
14964: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14965: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
14966: types/pa_vmethod_frame.h, types/pa_vobject.h,
14967: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14968: types/pa_vresponse.h, types/pa_vstateless_class.C,
14969: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14970: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14971: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14972: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14973: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14974: types/pa_wcontext.h, types/pa_wwrapper.h: $Date: now$
14975:
14976: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
14977: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14978: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14979: classes/math.C, classes/op.C, classes/response.C,
14980: classes/string.C, classes/table.C, classes/void.C,
14981: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14982: include/pa_array.h, include/pa_cache_managers.h,
14983: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14984: include/pa_config_fixed.h, include/pa_config_includes.h,
14985: include/pa_dictionary.h, include/pa_dir.h,
14986: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14987: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
14988: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14989: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
14990: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14991: include/pa_stack.h, include/pa_string.h,
14992: include/pa_stylesheet_connection.h,
14993: include/pa_stylesheet_manager.h, include/pa_table.h,
14994: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14995: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
14996: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14997: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
14998: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14999: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
15000: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
15001: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
15002: main/pa_sql_driver_manager.C, main/pa_string.C,
15003: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
15004: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
15005: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15006: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15007: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15008: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
15009: targets/isapi/pool_storage.h, types/pa_valiased.C,
15010: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
15011: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
15012: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
15013: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
15014: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15015: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
15016: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
15017: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15018: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
15019: types/pa_vresponse.C, types/pa_vresponse.h,
15020: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15021: types/pa_vstateless_object.h, types/pa_vstatus.C,
15022: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
15023: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15024: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15025: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15026: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
15027: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
15028: types/Makefile.am: ident.C* removed
15029:
15030: * operators.txt, src/classes/file.C, src/main/pa_request.C:
15031: file:find[/can/do/this/now.txt]
15032:
15033: * src/targets/cgi/parser3.C: usage to stdout now
15034:
15035: 2002-07-31 paf
15036:
15037: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
15038:
15039: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
15040: default "postmaster"
15041:
15042: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
15043: -f postmaster now default sendmail key word "postmaster"
15044: replaced to $.from
15045:
15046: 2002-07-30 paf
15047:
1.101 moko 15048: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
15049: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 15050:
15051: * src/main/pa_charset.C: comment
15052:
15053: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
15054: table, &#decimal;
15055:
15056: * src/main/pa_request.C: comment
15057:
15058: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
15059: paragraf]
15060:
15061: 2002-07-11 paf
15062:
15063: * src/main/pa_exec.C: build command line badly added params twice
15064: [and first time without ' ']. double wrong. fixed.
15065:
15066: * src/main/pa_exec.C: invalid .exe caused error message with params
15067: wich parser did not provide = reported badly. fixed that.
15068:
15069: * src/classes/mail.C: $MAIL[ # xxx ]
15070:
15071: now ok
15072:
15073: * operators.txt: plan: sql detailed exception
15074:
15075: 2002-07-01 paf
15076:
15077: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
15078: [MForm.configure_admin were called when request.main_class ==0
15079:
15080: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
15081:
15082: * src/classes/form.C: content_length type fix
15083:
15084: 2002-06-30 paf
15085:
15086: * src/classes/mail.C: merged from 4
15087:
15088: * src/classes/mail.C: restored $MAIL
15089:
15090: 2002-06-28 paf
15091:
15092: * configure, configure.in: removed paths.h
15093:
1.101 moko 15094: * configure, src/include/pa_version.h,
1.95 moko 15095: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
15096: merged, makes updated
15097:
15098: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
15099: src/include/pa_charset.h, src/include/pa_config_fixed.h,
15100: src/include/pa_pool.h, src/include/pa_version.h,
15101: src/main/pa_charset.C, src/main/pa_pool.C,
15102: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
15103: src/types/pa_vmail.C: merged latest updates to head
15104:
15105: 2002-06-27 paf
15106:
15107: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
15108: not error now
15109:
15110: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
15111: src/include/pa_config_fixed.h, src/include/pa_pool.h,
15112: src/main/pa_charset.C, src/main/pa_pool.C:
15113: ^xdoc::create[[uri]]... base uri for document being created,
15114: imports and other relative file names would be relative to this
15115: uri default uri=path_translated
15116:
15117: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
15118:
15119: 2002-06-26 paf
15120:
15121: * configure, configure.in, src/include/pa_version.h:
15122: release_3_0_0004
15123:
15124: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
15125: 0 now
15126:
15127: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
15128:
15129: 2002-06-25 paf
15130:
15131: * src/main/pa_string.C: emtpy string, or string of whitespaces
15132: considered bad number now
15133:
15134: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
15135: now
15136:
15137: * operators.txt, src/classes/string.C: ^string.normalize [old
15138: name: optimize
15139:
15140: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
15141: library configured
15142:
15143: * src/main/pa_request.C: configure_admin forced if no @conf
15144:
15145: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
15146: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
15147: when needed and to call system crypt() if not $apr1$ prefix
15148:
15149: 2002-06-24 paf
15150:
15151: * INSTALL: --with-static/shared-mailreceive described
15152:
15153: * src/include/pa_config_fixed.h: ssize_t fixed
15154:
1.101 moko 15155: * configure, configure.in, src/include/pa_config_auto.h.in,
15156: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 15157: src/types/pa_vmail.C: $mail:received makes update
15158:
15159: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
15160: WITH_MAILRECEIVE
15161:
15162: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
15163:
15164: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
15165: option, for $mail:receive
15166:
15167: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
15168: introducting $message:received ^mail:send rewritten with backward
15169: comp
15170:
15171: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
15172: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
15173: types/types.dsp: win32xml win32mailreceive pseudomodules paths
15174: now
15175:
15176: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
15177: src/include/pa_charset.h, src/include/pa_config_fixed.h,
15178: src/include/pa_request.h, src/include/pa_string.h,
15179: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
15180: src/main/pa_globals.C, src/main/pa_request.C,
15181: src/main/pa_string.C, src/main/pa_uue.C,
15182: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
15183: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15184: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
15185: uue to separate file introducting $message:received ^mail:send
15186: rewritten with backward comp
15187:
15188: 2002-06-21 paf
15189:
1.101 moko 15190: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
15191: co changes
1.95 moko 15192:
1.101 moko 15193: * configure, configure.in, src/lib/md5/Makefile.am,
15194: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
15195: restructure .in and .am files appropriate changes
1.95 moko 15196:
15197: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
15198: pcre to libs/ added libs/md5 which is linked to non-apache
15199: targets ^math:crypt[password;$apr1$salt]
15200:
15201: * INSTALL, configure.in, operators.txt, parser3.dsw,
15202: src/Makefile.am, src/classes/Makefile.am,
15203: src/classes/classes.dsp, src/classes/math.C,
15204: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.101 moko 15205: src/lib/pcre/Makefile.am, src/lib/pcre/README,
15206: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
15207: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
15208: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
15209: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
15210: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
15211: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
15212: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 15213: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
15214: src/lib/pcre/pcre_parser_ctype.dsp,
15215: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
15216: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
15217: src/main/compile.tab.C, src/main/main.dsp,
15218: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
15219: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
15220: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
15221: to libs/ added libs/md5 which is linked to non-apache targets
15222: ^math:crypt[password;$apr1$salt]
15223:
15224: 2002-06-20 paf
15225:
15226: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.101 moko 15227: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
15228: src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 15229: src/include/pa_request.h, src/main/execute.C,
15230: src/main/pa_request.C, src/targets/cgi/parser3.C,
15231: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
15232: marged latest HEAD updates, mainly file:justname&co &
15233: @auto/conf[filespec
15234:
15235: * operators.txt, src/classes/file.C:
15236: !^file:dirname[/a/some.tar.gz]=/a
15237: !^file:dirname[/a/b/]=/a
15238: !^file:basename[/a/some.tar.gz]=some.tar.gz
15239: !^file:justname[/a/some.tar.gz]=some.tar
15240: !^file:justext[/a/some.tar.gz]=gz
15241:
15242: * src/: classes/op.C, include/pa_request.h, main/execute.C,
15243: main/pa_request.C, types/pa_vmethod_frame.h: introducing
15244: @conf/auto[filespec]
15245:
15246: * bin/auto.p.dist.in: <noindex>
15247:
1.101 moko 15248: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 15249:
15250: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
15251: bin/auto.p.dist.in, src/doc/doxygen.cfg,
15252: src/include/pa_globals.h, src/targets/cgi/parser3.C,
15253: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
15254:
15255: 2002-06-18 paf
15256:
15257: * configure, configure.in, src/include/pa_version.h: version to
15258: configure.in
15259:
15260: * INSTALL: reflected .conf.dist dir change
15261:
1.101 moko 15262: * Makefile.am, configure, configure.in, bin/Makefile.am,
15263: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 15264: .in & *.am updated
15265:
15266: * src/classes/file.C: strncasecmp
15267:
15268: * src/classes/file.C: strcasecmp
15269:
1.101 moko 15270: * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
15271: from etc
1.95 moko 15272:
15273: * src/classes/file.C: ^file::exec[script;$.bad error case
15274: insensitive check now
15275:
15276: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
15277:
15278: * configure, configure.in, src/include/pa_pool.h,
15279: src/include/pa_types.h: pack configure.in detection simplified.
15280: figured out that gcc on sparc not that stupid as thought
15281: previously: on sparc: when it sees packed class it modifies it's
15282: field-access-code to byte operations [stb, ldub] instead of 4byte
15283: operations [st, lduh] so packed must be all parts of packed
15284: class, i.e. it's parents&fields(classes). for now it's only
15285: String that packed and what was wrong is that it's parent -
15286: Pooled, were not packed. fixed that.
15287:
15288: 2002-06-14 paf
15289:
15290: * operators.txt: more precise xml-to-text options
15291:
15292: * operators.txt, src/types/pa_vxnode.C: xnode
15293: attribute_node.name/value xnode pi.node.data
15294:
15295: 2002-06-12 paf
15296:
1.101 moko 15297: * configure, configure.in, src/targets/cgi/Makefile.am,
15298: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 15299:
15300: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
15301: src/include/pa_globals.h, src/include/pa_request.h,
15302: src/main/compile.tab.C, src/main/pa_globals.C,
15303: src/main/pa_request.C, src/targets/cgi/parser3.C,
15304: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
15305:
15306: * src/classes/mail.C: sendmail -ti [default now]
15307:
15308: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
15309: to be strings. for convinient #ing
15310:
15311: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
15312: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
15313:
15314: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
15315: main/pa_globals.C, main/pa_request.C: @conf
15316:
15317: 2002-06-11 paf
15318:
15319: * src/classes/file.C: check simplified
15320:
15321: * src/: classes/file.C, targets/cgi/parser3.dsp,
15322: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
15323: valid prefix
15324:
15325: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
15326: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
15327: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
15328:
15329: 2002-06-10 paf
15330:
15331: * operators.txt, src/classes/op.C, src/include/pa_common.h,
15332: src/main/pa_common.C: lock failures reported now
15333:
15334: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
15335: string->double @ compile time were not-enough-checking...
15336:
15337: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
15338: autoconvert now ignored
15339:
15340: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
15341: check
15342:
15343: * src/classes/mail.C: mail netscape attachment name fixed. todo:
15344: $response:body content-type:name
15345:
15346: * configure, configure.in: hpux check, nsl link, no socket
15347:
15348: * operators.txt: old merge conflict removed
15349:
15350: * configure, configure.in: pack even address access on sparc&co
15351: arch checked in configure
15352:
15353: * configure, src/include/pa_version.h: makes
15354:
15355: * configure, configure.in, src/include/pa_version.h: makes
15356:
15357: * src/main/untaint.C: (bug#2) mail subject got always prepended
15358: with charset even when all letters were 7bit one
15359:
15360: * src/main/pa_common.C: merged fixed -d (bug)
15361:
15362: * src/main/pa_common.C: fixed -d (bug)
15363:
15364: 2002-06-03 paf
15365:
15366: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
15367: src/classes/classes.dsp, src/main/compile.tab.C,
15368: src/main/main.dsp, src/main/pa_globals.C,
15369: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15370: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
15371: .dsp-s along with reorganized cvs modules dirs structure
15372:
15373: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
15374: main/pa_globals.C, targets/cgi/parser3.dsp,
15375: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
15376: modules
15377:
15378: 2002-05-28 paf
15379:
15380: * src/targets/cgi/parser3.C: info.uri now ""
15381:
15382: 2002-05-17 paf
15383:
15384: * src/classes/: table.C: ^table.save << checked empty
15385: pre/match/post columns
15386:
15387: 2002-05-16 paf
15388:
15389: * src/classes/image.C: image::measure can png now
15390:
15391: 2002-05-15 paf
15392:
15393: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
15394: added
15395:
15396: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
15397:
15398: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
15399: %H[:%M[:%S]]]]]] [-%m now
15400:
15401: 2002-05-14 paf
15402:
15403: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
15404:
15405: 2002-05-07 paf
15406:
15407: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
15408: src/include/pa_globals.h, src/include/pa_request.h,
15409: src/include/pa_table.h, src/main/compile.tab.C,
15410: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
15411: src/main/pa_request.C, src/main/pa_table.C,
15412: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
15413: src/targets/isapi/parser3isapi.dsp,
15414: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
15415: name2number field now &. main_method_name now on Request pool
15416: rather on global_pool [Junction+VJunction created on same pool as
15417: name = were created on global pool, causing mem leaks]
15418:
15419: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
15420: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
15421: main/compile.y, main/main.dsp, main/pa_globals.C,
15422: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
15423: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
15424: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
15425: field now &. main_method_name now on Request pool rather on
15426: global_pool [Junction+VJunction created on same pool as name =
15427: were created on global pool, causing mem leaks]
15428:
15429: 2002-05-06 paf
15430:
15431: * src/: main/pa_globals.C, targets/cgi/parser3.C,
15432: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
15433: 100*40 bytes per request memory leak [nonpool malloc in globals]
15434:
15435: * src/: main/pa_globals.C, targets/cgi/parser3.C,
15436: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
15437: 100*40 bytes per request memory leak [nonpool malloc in globals]
15438:
15439: 2002-04-30 paf
15440:
15441: * configure, src/include/pa_version.h: version now not b
15442:
15443: * src/targets/cgi/parser3.C: request.uri now never 0
15444:
15445: 2002-04-29 paf
15446:
15447: * configure.in: removed b
15448:
15449: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
15450: Exception::comment/type checked in (), no there's no empty
15451: type/comment by default
15452:
15453: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
15454: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
15455: src/doc/value.dox, src/include/pa_exception.h,
15456: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
15457: 0001
15458:
15459: 2002-04-26 paf
15460:
15461: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
15462: size reduced
15463:
15464: 2002-04-25 paf
15465:
15466: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
15467: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
15468: now that took into account
15469:
15470: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
15471: 01:03:04]
15472:
15473: * ChangeLog, operators.txt, src/classes/date.C:
15474: ^date::create[2002-12-33 01:03:04]
15475:
15476: * ChangeLog: updated changelog
15477:
15478: * src/classes/table.C: removed restriction on column count to
15479: ^table.hash to work, now must be >0 [were >1]
15480:
15481: 2002-04-24 paf
15482:
15483: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
15484: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15485: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
15486: targets
15487:
15488: 2002-04-23 paf
15489:
15490: * operators.txt, src/classes/string.C:
15491: int/double/string:sql{}[$.default{code}] fixed [were barking:
15492: "junction used outside of context"]
15493:
15494: 2002-04-22 paf
15495:
15496: * types.txt, src/classes/string.C, src/include/pa_string.h,
15497: src/main/pa_string.C, src/types/pa_vstring.C,
15498: src/types/pa_vstring.h: ^string.optimize[]
15499:
15500: * src/: include/pa_globals.h, include/pa_table.h,
15501: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
15502: table template
15503:
15504: * src/classes/: string.C: optimize removed from string
15505: .left/right/pos
15506:
15507: * src/main/execute.C: rolled back to
15508: before_killing_userjunction_contexts
15509:
15510: * src/main/execute.C: user junctions context killed
15511:
15512: * src/main/execute.C: junctions to local contexts got
15513: cleanized&checked later
15514:
15515: 2002-04-19 paf
15516:
15517: * src/: classes/string.C, include/pa_request.h,
15518: include/pa_string.h, main/pa_request.C, main/pa_string.C,
15519: types/pa_vstring.C, types/pa_vstring.h: string now optimized
15520: prior to .left .right .mid .pos .match when that is profitable,
15521: and always before .replace when $ORIGINS(1) optimization disabled
15522: economy from not wasting mem on lots of strings which occur by
15523: lots of String:mid calls to get parts of source string between
15524: found_occurances
15525:
15526: * src/classes/file.C: ovector now local economy: 16 bytes per
15527: ^file:list
15528:
15529: * src/: include/pa_globals.h, include/pa_table.h,
15530: main/pa_globals.C, main/pa_string.C: String::match table columns
15531: globalized, not created @ each ^match anymore economy:
15532: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
15533:
15534: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
15535: removed from each String::match replace iteration, and made
15536: stacked sizeof(VTable)=12bytes economy on each replace code
15537:
15538: * src/doc/footer.htm: 2001,
15539:
15540: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
15541: string.match[]['] option enables generation of $match.prematch
15542: .match .postmatch columns
15543:
15544: * src/main/pa_string.C: String::match options analized without
15545: cstr-ing them now
15546:
15547: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
15548: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
15549: config updated to doxygen 1.2.15, created helper which fixes
15550: minor bugs in chm project files & htm tree. changed extension to
15551: .htm
15552:
15553: 2002-04-18 paf
15554:
15555: * src/doc/doxygen.cfg: .chi generation disabled
15556:
15557: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
15558: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
15559: fields&methods
15560:
15561: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
15562: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
15563: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
15564: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
15565: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
15566: types/pa_vresponse.h, types/pa_vstateless_class.h,
15567: types/pa_vstateless_object.h, types/pa_vstatus.h,
15568: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
15569: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
15570: VStateless_class to VObject
15571:
15572: * src/: main/pa_request.C, types/pa_valiased.h,
15573: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15574: types/pa_vstring.h: VStateless_string_object speicalized light
15575: version of VStateless_object
15576:
15577: * src/classes/op.C: ^throw comment param made optional
15578:
15579: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
15580: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
15581: and implemented down in VClass, fclass_alias removed,
15582:
15583: * src/types/pa_value.C: forced to cut that from .h because of
15584: VStateless_class usage [undefined in .h]
15585:
15586: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
15587: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15588: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
15589: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
15590: on each CALL]
15591:
15592: * src/: classes/classes.h, classes/date.C, classes/double.C,
15593: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
15594: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
15595: classes/response.C, classes/string.C, classes/table.C,
15596: classes/void.C, classes/xnode.C, include/pa_globals.h,
15597: include/pa_request.h, main/execute.C, main/pa_globals.C,
15598: main/pa_request.C, types/Makefile.am, types/pa_value.h,
15599: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
15600: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15601: types/pa_vstateless_class.h, types/pa_wcontext.C,
15602: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
15603: removed Value::fname
15604:
15605: 2002-04-17 paf
15606:
15607: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
15608: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
15609: doc/pooled.dox, doc/string.dox, doc/targets.dox,
15610: include/pa_pool.h, include/pa_types.h: dox updated to current
15611: state, PTHROW freshen to throw & co
15612:
15613: * src/types/pa_vhash.h: vstring wrong parent fixed
15614:
15615: * src/classes/op.C: taint local result var bug fixed
15616:
15617: 2002-04-16 paf
15618:
15619: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
15620: Attic asm.txt as most interesting
15621:
15622: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
15623: check, preventing content-length: 0 from appearing
15624:
15625: * src/main/execute.C: $result in @main now taken into account as in
15626: usual functions
15627:
15628: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
15629: & @unhandled_exception now taken into account as in usual
15630: functions
15631:
15632: * src/doc/postbuild.txt: instructions on post .html build
15633:
15634: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
15635:
15636: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
15637: tainted
15638:
15639: * src/main/pa_request.C: uri in error log
15640:
15641: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
15642: cheched date:create(days) param for validity [later were assumed
15643: valid and crashed on invalid onces]
15644:
15645: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
15646: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
15647: and used that for removing VString wrapper
15648:
15649: * src/classes/op.C: exception2vhash file now tainted
15650:
15651: * src/classes/op.C: _process pseudo origin copied from local var to
15652: heap
15653:
15654: * src/classes/op.C: extra check on empty file in origin in _execute
15655:
15656: 2002-04-15 paf
15657:
15658: * src/: main/execute.C, types/pa_value.h: fixed name update
15659:
15660: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
15661: functions
15662:
15663: * src/: classes/file.C, classes/hash.C, classes/op.C,
15664: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
15665: started dual write_xxx_lang functions, if checked & works
15666:
15667: * src/: classes/date.C, classes/file.C, classes/mail.C,
15668: classes/string.C, classes/xnode.C, include/pa_request.h,
15669: types/pa_value.h, types/pa_wcontext.h: removed absolutely
15670: unnecessary VString shells
15671:
15672: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
15673: prev changes]
15674:
15675: * src/: classes/image.C, classes/op.C, classes/string.C,
15676: classes/table.C, include/pa_request.h, main/execute.C,
15677: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
15678: StringOrValue wcontext result, now ready for dual writes
15679:
15680: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
15681: checked that
15682:
15683: * src/main/: compile.tab.C, compile.y, compile_tools.C,
15684: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
15685: changed to OP_WRITE_VALUE in var get cases
15686:
15687: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
15688: include/pa_request.h, main/compile.tab.C, main/compile.y,
15689: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15690: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
15691: switch in hash constructor fixed [were problems with using of
15692: stacked wwrapper after it's death]
15693:
15694: 2002-04-12 paf
15695:
15696: * operators.txt, src/classes/table.C: table.select(expression) 0
15697:
15698: 2002-04-11 paf
15699:
15700: * src/: classes/string.C, include/pa_request.h, main/execute.C:
15701: Request::process_internal codeFrame & wwrapper stacked [not
15702: wasting heap anymore]
15703:
15704: 2002-04-10 paf
15705:
15706: * src/: classes/double.C, classes/file.C, classes/hash.C,
15707: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
15708: classes/string.C, classes/table.C, classes/void.C,
15709: classes/xdoc.C, include/pa_request.h, main/execute.C,
15710: main/pa_string.C: killed Request::process() wrapping
15711: VString(String) in case we need only String
15712:
15713: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15714: killed 8 bytes from String.head
15715:
15716: 2002-04-09 paf
15717:
15718: * src/: main/compile.tab.C, targets/cgi/parser3.C,
15719: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
15720: local*/char b[...]; a=b; situations
15721:
15722: * operators.txt, src/classes/xdoc.C: xslt params made literal
15723:
15724: * src/classes/xdoc.C: xslt params fixed
15725:
15726: * src/: main/pa_common.C, targets/cgi/parser3.C,
15727: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
15728: not pool.malloc(MAX_NUMBER) but really neaded
15729:
15730: * operators.txt, src/classes/double.C, src/classes/int.C:
15731: int/double.int/double(default)
15732:
15733: 2002-04-04 paf
15734:
15735: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
15736: [when reconstructing pieces were split by
15737: max_integral(piece.size), thus some strings to replace happen to
15738: be split into two = not replaced)
15739:
15740: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
15741: standalone version = current dir
15742:
15743: * src/targets/cgi/parser3.C: document root in standalone version =
15744: current dir
15745:
15746: 2002-04-03 paf
15747:
15748: * configure, configure.in: more checks on nonexistent charset
15749:
1.101 moko 15750: * INSTALL, configure, configure.in: root config configure options
1.95 moko 15751:
15752: 2002-04-02 paf
15753:
15754: * src/main/compile.C: parser.compile [exception name more like in
15755: doc]
15756:
15757: 2002-04-01 paf
15758:
15759: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
15760: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
15761: .content-type.charset, not .charset
15762:
15763: 2002-03-29 paf
15764:
15765: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
15766:
15767: * operators.txt, src/classes/date.C: ^date::create now may not
15768: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
15769: days' year. | 31.05->31.04 roll
15770:
15771: 2002-03-28 paf
15772:
15773: * operators.txt, src/classes/date.C, src/classes/op.C,
15774: src/include/pa_globals.h, src/include/pa_hash.h,
15775: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
15776: ^cache(seconds) ^cache[date] }
15777:
15778: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
15779: param
15780:
15781: 2002-03-27 paf
15782:
15783: * operators.txt, src/classes/date.C, src/classes/double.C,
15784: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
15785: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
15786: src/classes/math.C, src/classes/op.C, src/classes/string.C,
15787: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15788: src/classes/xnode.C, src/include/pa_exception.h,
15789: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
15790: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
15791: src/main/pa_array.C, src/main/pa_charset.C,
15792: src/main/pa_charsets.C, src/main/pa_common.C,
15793: src/main/pa_dictionary.C, src/main/pa_exception.C,
15794: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
15795: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
15796: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
15797: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
15798: src/types/pa_value.h, src/types/pa_vcookie.C,
15799: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
15800: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
15801: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
15802: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
15803: src/types/pa_wwrapper.h: assigned exception types
15804:
15805: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
15806: src/include/pa_request.h, src/main/execute.C,
15807: src/main/pa_request.C: decided agains resetting exception_trace,
15808: just changed name
15809:
15810: 2002-03-26 paf
15811:
15812: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
15813: fixed
15814:
15815: * src/classes/op.C: forced language of $source field of exception
15816: to 'tainted', so that sql-langed-frags could be outputed outside
15817: of connect
15818:
15819: * operators.txt: removed date.roll limit of +-1 offset
15820:
15821: * src/classes/date.C: removed date.roll limit of +-1 offset
15822:
15823: * operators.txt, src/classes/date.C: fixed date roll on
15824: daylightsaving days mktime took into account tm_isdst flag, which
15825: remained from BEFORE roll, but should have been reset
15826:
15827: 2002-03-25 paf
15828:
15829: * operators.txt, src/targets/cgi/parser3.C:
15830: http_site_config_filespec
15831:
15832: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
15833: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
15834: with any/both --disable-foreign-group-files --disable-execs
15835:
15836: * INSTALL: "--with=sendmail=COMMAND" comment
15837:
15838: * INSTALL, configure, configure.in, src/classes/mail.C,
15839: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.101 moko 15840: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
15841: disables execs also. introducing --sendmail
1.95 moko 15842:
15843: * operators.txt: pgsql options comment
15844:
15845: * INSTALL: comment on --disable-link-stdcpp
15846:
1.101 moko 15847: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
15848: libstdc++ link skipping configure option
1.95 moko 15849:
15850: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
15851: with error were put to cache with 'marked_to_rollback' flag, all
15852: consequent even OK requests rolled back
15853:
15854: 2002-03-22 paf
15855:
15856: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
15857: false return
15858:
15859: * operators.txt: few comments on sets
15860:
15861: 2002-03-18 paf
15862:
15863: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
15864: src/include/pa_globals.h, src/include/pa_request.h,
15865: src/include/pa_stack.h, src/main/pa_globals.C,
15866: src/main/pa_request.C: introducing ^try
15867:
15868: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
15869: types/pa_vdouble.h: removed some tested @tests
15870:
15871: 2002-03-15 paf
15872:
15873: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
15874:
15875: 2002-03-13 paf
15876:
15877: * src/main/pa_exception.C: checked not-pooled malloc
15878:
15879: 2002-03-11 paf
15880:
15881: * INSTALL, configure, configure.in,
15882: src/include/pa_config_auto.h.in: --disable-foreign-group-files
15883:
15884: * src/main/pa_common.C: --disable-foreign-group-files
15885:
15886: * INSTALL: --disable-execs
15887:
15888: * src/main/pa_exec.C: --disable-execs
15889:
15890: * configure, configure.in, src/include/pa_config_auto.h.in:
15891: --disable-execs
15892:
15893: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
15894:
15895: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
15896: file::exec/cgi linebreaks "0D0A" changed to 0A onces
15897:
15898: 2002-03-05 paf
15899:
15900: * operators.txt, src/classes/date.C: date week calendar columns
15901: named
15902:
15903: * operators.txt, src/classes/date.C: date week calendar columns
15904: named
15905:
15906: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
15907: requires headers to be terminated with \r\n manually [refuses to
15908: separate header/body itself]
15909:
15910: * src/: main/pa_globals.C, targets/cgi/parser3.C,
15911: targets/isapi/parser3isapi.C: isapi site config beside .dll
15912:
15913: 2002-03-04 paf
15914:
15915: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
15916: in PASS language
15917:
15918: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
15919: deserialize checks on broken file
15920:
15921: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
15922: parser3isapi.dsp: isapi updated
15923:
15924: 2002-03-01 paf
15925:
15926: * src/main/pa_exec.C: execle -> execve, now argc OK
15927:
15928: 2002-02-28 paf
15929:
15930: * src/main/untaint.C: removed some debug comments
15931:
15932: * src/main/pa_charsets.C: when placing charset to cache using
15933: global name now [were request]
15934:
15935: * configure, configure.in: apache module updated
15936:
15937: * src/main/pa_string.C: origin by first piece preferred before last
15938: piece
15939:
15940: 2002-02-27 paf
15941:
15942: * src/main/pa_charset.C: size_t
15943:
15944: * INSTALL: shared/static-xml with-pathlink
15945:
15946: * operators.txt: SMTP comment
15947:
15948: 2002-02-26 paf
15949:
15950: * src/main/pa_exec.C: more precise names for vars, cosmetic
15951:
15952: * src/classes/xnode.C: in some situation, xpath query returned
15953: result with type NODESET, but empty nodeset member field, checked
15954: that
15955:
15956: 2002-02-22 paf
15957:
15958: * INSTALL: without-zlib comment
15959:
15960: * etc/parser3.charsets/windows-1251.cfg: °
15961:
15962: * configure, configure.in: glib###.a detection fixed
15963:
15964: * INSTALL: hashfile removed from INSTALL
15965:
1.101 moko 15966: * Makefile.am: make update
1.95 moko 15967:
15968: * src/main/pa_string.C: string iterators fixed again, so were
15969: String::join_chain
15970:
15971: * src/main/pa_string.C: string iterators fixed again, so were
15972: String::join_chain
15973:
15974: * src/: include/pa_string.h, main/pa_string.C: string iterators
15975: fixed again, so were String::join_chain
15976:
15977: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
15978:
15979: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
15980: "session"
15981:
1.101 moko 15982: * configure, configure.in, src/include/pa_config_auto.h.in:
15983: --with-shared-xml --with-static-xml
1.95 moko 15984:
15985: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
15986: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
15987: types/types.dsp: *.dsp: removed refereces to win32db & ancient
15988: xalan&xml
15989:
15990: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
15991:
15992: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
15993: src/types/types.dsp: removed hashfile support from sources for
15994: now
15995:
1.101 moko 15996: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 15997: src/classes/hashfile.C, src/include/Makefile.am,
1.101 moko 15998: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
15999: src/include/pa_db_manager.h, src/include/pa_db_table.h,
16000: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 16001: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.101 moko 16002: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
16003: src/types/Makefile.am, src/types/pa_vhashfile.C,
16004: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 16005:
16006: 2002-02-21 paf
16007:
16008: * src/main/untaint.C: removed debug code, activated commented-for
16009: debug parts
16010:
1.101 moko 16011: * Makefile.am: make cvsupdate
1.95 moko 16012:
16013: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
16014: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
16015: append_row, not at link zero now string to string appending works
16016:
16017: 2002-02-20 paf
16018:
16019: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
16020: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
16021: DEBUG_STRING_APPENDS_VS_EXPANDS
16022:
16023: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16024: economy: 22%
16025:
16026: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16027: space uptimized: string::link_row removed
16028:
16029: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
16030: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
16031: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
16032: types/pa_vstring.h: speed uptimized: string::is_empty
16033:
16034: * operators.txt, src/include/pa_common.h,
16035: src/include/pa_config_fixed.h, src/include/pa_string.h,
16036: src/include/pa_types.h, src/main/compile.tab.C,
16037: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
16038: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
16039: string append optimiziation idea and estimates
16040:
16041: 2002-02-19 paf
16042:
16043: * src/classes/math.C: not used directly [but erroreously reported
16044: that 'is', thus registering twice&other probs]
16045:
16046: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
16047: to node [element]
16048:
16049: * src/main/compile.C: without string_origins parse error
16050: file+line+col possible
16051:
16052: * src/main/: compile.C: without string_origins not worked
16053:
16054: 2002-02-18 paf
16055:
16056: * src/types/pa_vdouble.h: since we have in_expression removed that
16057: trick i've installed into double::as_string
16058:
16059: * src/main/pa_globals.C: extern "C" was removed too fast
16060:
16061: * src/: include/pa_opcode.h, include/pa_request.h,
16062: main/compile.tab.C, main/compile.y, main/execute.C,
16063: types/pa_wcontext.h: in_expression aimed to solve old problem
16064: with string/nonstring values, now in expressions double/int
16065: values are passed as-is, without stupid tostring/fromstring
16066: conversions
16067:
16068: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
16069: __cplusplus } #endif
16070:
16071: * src/main/compile.tab.C: bison env set so one could compile
16072: without cygwin installed
16073:
16074: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
16075: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
16076: gnome xml libs parser .dsp-s changed accordingly
16077:
16078: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
16079:
16080: * operators.txt, src/classes/date.C: date::create [were date::set,
16081: with backward comp
16082:
16083: * src/classes/math.C: math:random range check fixed
16084:
16085: * src/main/: compile.tab.C, compile.y: integer division stops name
16086:
16087: * INSTALL: local install comment
16088:
1.101 moko 16089: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 16090:
1.101 moko 16091: * acinclude.m4, aclocal.m4, configure, configure.in,
16092: src/include/pa_config_auto.h.in,
16093: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
16094: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 16095:
16096: * operators.txt: \ comment
16097:
16098: 2002-02-13 paf
16099:
16100: * src/include/pa_config_includes.h: sys/time time both included
16101: now. vaguely remember confilicts on this on some system [not on
16102: six|ablv] so when would see them again would think up proper
16103: check
16104:
1.101 moko 16105: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
16106: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 16107:
16108: * src/main/pa_common.C: truncation never occured when writing files
16109: on unix [since i've changed cache mech] fix
16110:
16111: * src/main/pa_common.C: strnchr: sanity check added
16112:
16113: * etc/parser3.charsets/windows-1257.cfg: id added
16114:
16115: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
16116: baltic charset file generated, in generation script ispunct check
16117: added
16118:
16119: 2002-02-08 paf
16120:
1.101 moko 16121: * src/: include/Makefile.am, sql/Makefile.am,
16122: targets/isapi/Makefile.am: forgotten makes
1.95 moko 16123:
16124: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
16125: forgotten
16126:
16127: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
16128:
16129: * INSTALL, README: install&others updated
16130:
16131: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
16132:
1.101 moko 16133: * Makefile.am, configure, configure.in,
16134: etc/parser3.charsets/Makefile.am, src/Makefile.am,
16135: src/classes/Makefile.am, src/main/Makefile.am,
16136: src/main/pa_status_provider.C, src/targets/Makefile.am,
16137: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
16138: works
1.95 moko 16139:
16140: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16141: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16142: classes/hashfile.C, classes/int.C, classes/mail.C,
16143: classes/math.C, classes/op.C, classes/response.C,
16144: classes/string.C, classes/table.C, classes/void.C,
16145: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16146: include/pa_array.h, include/pa_cache_managers.h,
16147: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16148: include/pa_config_fixed.h, include/pa_config_includes.h,
16149: include/pa_db_connection.h, include/pa_db_manager.h,
16150: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
16151: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16152: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16153: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16154: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16155: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16156: include/pa_stack.h, include/pa_string.h,
16157: include/pa_stylesheet_connection.h,
16158: include/pa_stylesheet_manager.h, include/pa_table.h,
16159: include/pa_threads.h, include/pa_types.h, main/compile.C,
16160: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16161: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
16162: main/pa_db_connection.C, main/pa_db_manager.C,
16163: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
16164: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
16165: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
16166: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
16167: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16168: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16169: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
16170: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16171: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16172: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
16173: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
16174: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16175: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
16176: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
16177: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
16178: types/pa_vmethod_frame.h, types/pa_vobject.h,
16179: types/pa_vrequest.h, types/pa_vresponse.h,
16180: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16181: types/pa_vstateless_object.h, types/pa_vstatus.C,
16182: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
16183: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
16184: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
16185: classes/image.C, main/pa_common.C, main/pa_exec.C,
16186: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
16187: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
16188: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
16189: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
16190: types/pa_vxnode.C, main/pa_charset.C: name spelling
16191:
16192: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16193: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16194: classes/hashfile.C, classes/image.C, classes/int.C,
16195: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
16196: classes/string.C, classes/table.C, classes/void.C,
16197: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16198: include/pa_array.h, include/pa_cache_managers.h,
16199: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16200: include/pa_config_fixed.h, include/pa_config_includes.h,
16201: include/pa_db_connection.h, include/pa_db_manager.h,
16202: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
16203: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16204: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16205: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16206: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16207: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16208: include/pa_stack.h, include/pa_string.h,
16209: include/pa_stylesheet_connection.h,
16210: include/pa_stylesheet_manager.h, include/pa_table.h,
16211: include/pa_threads.h, include/pa_types.h, main/compile.C,
16212: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
16213: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
16214: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16215: main/pa_db_connection.C, main/pa_db_manager.C,
16216: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
16217: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
16218: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
16219: main/pa_socks.C, main/pa_sql_driver_manager.C,
16220: main/pa_status_provider.C, main/pa_string.C,
16221: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
16222: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16223: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16224: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16225: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16226: targets/isapi/pool_storage.h, types/pa_valiased.C,
16227: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
16228: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16229: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16230: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16231: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16232: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
16233: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16234: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
16235: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16236: types/pa_vresponse.h, types/pa_vstateless_class.C,
16237: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16238: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16239: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16240: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16241: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16242: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
16243:
16244: 2002-02-07 paf
16245:
16246: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
16247:
1.101 moko 16248: * configure, configure.in, src/include/pa_config_auto.h.in,
16249: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
16250: added yet another locking function: fcntl
1.95 moko 16251:
16252: * config.sub: on cygwin configure passes it with strange i1586
16253: const, hacked it to mean i586
16254:
16255: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16256: disabled $if reference due to conflicts with local variables
16257:
16258: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
16259: xdoc::set obsolete now, now xdoc::create, with both sences
16260:
16261: * operators.txt, src/classes/table.C, src/include/pa_array.h,
16262: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
16263: table::create now // 'set' name obsolete now table clone.
16264:
16265: * operators.txt, src/classes/string.C,
16266: src/include/pa_config_fixed.h, src/main/compile.tab.C:
16267: ^int/double/string.format now can be called with normal []
16268: brackets, not stupid {} as it were implemented for some strange
16269: reason. retaining backward compatibility due to some
16270: already-implemented servers
16271:
16272: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
16273: main/compile.y, main/compile_tools.C, main/compile_tools.h:
16274: operators now detected by check at name_without_curly_rdive_read
16275: rule whether diving code constists only of
16276: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
16277: with OP_GET_ELEMENT_OR_OPERATOR to form
16278: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
16279:
16280: 2002-02-06 paf
16281:
16282: * configure, configure.in: prefix expanded, grr
16283:
16284: * operators.txt, src/classes/mail.C: mail:send config changed
16285:
16286: 2002-02-05 paf
16287:
16288: * operators.txt: regex options commented
16289:
16290: * src/main/: pa_exec.C: argv0 now correct
16291:
16292: * src/types/pa_vstatus.C: status:rusage 3
16293:
16294: * src/types/pa_vstatus.C: status:rusage 2
16295:
16296: * operators.txt: status:rusage described int operators
16297:
16298: * src/types/pa_vstatus.C: status:rusage 1
16299:
16300: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
16301: src/types/types.dsp: status:rusage
16302:
16303: * configure.in, operators.txt, src/classes/file.C,
16304: src/classes/op.C, src/include/pa_common.h,
16305: src/include/pa_config_includes.h, src/main/compile.tab.C,
16306: src/main/pa_common.C: rewritten ^cache to use
16307: non-blocking-exclusive-caches
16308:
16309: * src/main/pa_common.C: text file read mode on win32 adjusted
16310: [speed impact. was off for debugging purpose, but forgotten
16311: afterwards]
16312:
16313: 2002-02-01 paf
16314:
16315: * src/classes/op.C: file_write does EX lock after create, while
16316: file_read does SH after open, so there's a moment after create
16317: but before EX lock when read can sneak into, and read
16318: just-created-for-writing-and-not-yet-locked file, added a check
16319: for that in ^cache...read
16320:
16321: 2002-01-31 paf
16322:
16323: * src/main/: compile.y, compile.tab.C: disabled operator call after
16324: ^xxx:
16325:
16326: * src/main/: compile.tab.C, execute.C: made operators lookup first
16327: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
16328:
16329: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
16330: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16331: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
16332: operators check 6.1 rewritten. now check is done at compile time
16333:
16334: * src/main/execute.C: operators check 5 floated up old error of
16335: staying in 'entered class/object' state after $a($a..) it
16336: prevented operators from being called thereafter
16337:
16338: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16339: main/execute.C: operators check 4 floated up old error of staying
16340: in 'entered object' state after ^a.a(a) it prevented operators
16341: from being called thereafter
16342:
16343: * src/main/execute.C: operators check 3 floated up old error of
16344: staying in 'entered class' state after $a:a(a) it prevented
16345: operators from being called thereafter
16346:
16347: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
16348: floated up old error of staying in 'entered class' state after
16349: $a:a[a] it prevented operators from being called thereafter
16350:
16351: * src/main/execute.C: operators check, thay mistakenly seen in
16352: $class:operator $object.operators contexts
16353:
16354: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
16355: win32
16356:
1.101 moko 16357: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
16358: src/classes/Makefile.am, src/main/Makefile.am,
16359: src/targets/cgi/Makefile.am,
1.95 moko 16360: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.101 moko 16361: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 16362:
1.101 moko 16363: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
16364: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
16365: configure, configure.in, form.txt, ident.awk, install-sh,
16366: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
16367: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 16368: etc/parser3.charsets/Makefile.am,
16369: etc/parser3.charsets/koi8-r.cfg,
16370: etc/parser3.charsets/windows-1250.cfg,
16371: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.101 moko 16372: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
16373: src/main/Makefile.am, src/targets/cgi/Makefile.am,
16374: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
16375: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 16376: straightened installation scripts procedure made
16377: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
16378: change
16379:
16380: 2002-01-30 paf
16381:
16382: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
16383: removed] those comments were a mistake, and prevented libltdl
16384: from function properly
16385:
16386: 2002-01-29 paf
16387:
1.101 moko 16388: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
16389: creation [modified acinclude.m4 which were creating int into just
16390: assignment LIBTOOL=../libtool] added default system
16391: config&charsetts prepared 'make install', now it installs
16392: targets/cgi/parser3 into bin directory etc/parser3.conf &
16393: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 16394: $sysconfdir/parser3.charsets respectively
16395:
16396: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
16397: main/pa_globals.C: few forgotten ifdef XML added
16398:
16399: 2002-01-28 paf
16400:
1.101 moko 16401: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 16402: removed
16403:
16404: * src/main/pa_exception.C: dom|generic error output fix
16405:
16406: * src/classes/xnode.C: xdoc.importNode 3 [check err]
16407:
16408: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
16409:
16410: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
16411: [fixed as_node helper func to accept docs]
16412:
16413: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
16414: xdoc.importNode 0
16415:
16416: * src/classes/xdoc.C: xdoc::set now untaints OK
16417:
16418: 2002-01-25 paf
16419:
16420: * src/main/: compile.tab.C, compile.y: #comment before @ after
16421: @SPECIAL now works OK
16422:
16423: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
16424:
16425: * src/main/pa_exec.C: max arg count now 10, and proper message on
16426: violation that added
16427:
16428: * src/classes/hash.C: unified hash::sql, now
16429: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
16430:
16431: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
16432: ^file:lock[filename]{code}
16433:
16434: * src/: classes/file.C, classes/op.C, classes/string.C,
16435: classes/table.C, classes/xdoc.C, include/pa_common.h,
16436: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
16437: to some pa_common funcs
16438:
16439: * src/: include/pa_charset.h, main/pa_globals.C:
16440: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
16441:
16442: * src/: include/pa_charset.h, main/pa_charset.C,
16443: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
16444: not stupid illegal define
16445:
16446: 2002-01-24 paf
16447:
16448: * src/include/pa_version.h: changed version number
16449:
16450: * src/: classes/hashfile.C, include/pa_db_table.h,
16451: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16452: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16453: main/pa_db_connection.C, main/pa_db_table.C,
16454: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
16455: hashfile without logfiles
16456:
16457: * src/: classes/hashfile.C, include/pa_db_table.h,
16458: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
16459: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
16460: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
16461: DB_INIT_TXN init bits, thus got rid of huge log files, which
16462: cluttered disk without huge need]
16463:
16464: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
16465: handy macro, which is strangly abscent in dome lib
16466:
16467: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
16468:
16469: * src/classes/xdoc.C: checked empty response
16470:
16471: * src/classes/xnode.C: xdoc.select fixed context node [were always
16472: /, not self node]
16473:
16474: * src/classes/xnode.C: xnode.select returns array always now, in
16475: case 'nothing found' returns empty array
16476:
16477: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
16478: be more tender with ctrl/c/v
16479:
16480: 2002-01-23 paf
16481:
16482: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
16483: substituted. // 2. when dom tree with entites goes under
16484: transform text nodes // got [erroreosly] cut on first
16485: entity occurance
16486:
16487: * src/types/pa_vdouble.h: double prec. todo: get rid of
16488: twice-converting
16489:
16490: * src/types/pa_vdouble.h: %.20E now float format when %g produced
16491: 'e' in output this is for regretful twice-converting here:
16492: $a(double value) when they write double falue they convert it to
16493: string first, thus %g were losing precesion.
16494:
16495: todo: think up some way to remove double->string string->double
16496: twice-converting
16497:
16498: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
16499: %.20E now default float format this is for regretful
16500: twice-converting here: $a(double value) when they write double
16501: falue they convert it to string first, thus %g were losing
16502: precesion.
16503:
16504: todo: think up some way to remove double->string string->double
16505: twice-converting
16506:
16507: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
16508: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
16509: reasons in comment inside
16510:
16511: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
16512: statically linked]
16513:
16514: * src/: include/pa_exception.h, main/compile.tab.C,
16515: main/pa_exception.C: removed exception va_list constructor. 1.
16516: not needed anymore 2. there were a conflict[causing errors]
16517: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
16518: never detected an ambiguilty here, compiling ctor(, "hello") into
16519: ctor(, va_list) which, of course, caused gpf
16520:
16521: * src/main/pa_globals.C: removed debug xslt messages
16522:
16523: 2002-01-22 paf
16524:
16525: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
16526: main/pa_globals.C: xsl stylesheet load: parsed entities, this
16527: helps compiling stylesheet properly. example: this refused to
16528: work, <b>«<xsl:value-of select="@title"
16529: />»</b> stranly worked only this way:
16530: <b>«<xsl:value-of select="@title" />»</b>
16531:
16532: docs says "set it to 1", never going into details, so I decided
16533: to try NOT to do that
16534:
16535: * src/classes/table.C: join behaived badly in case named tables
16536: structure mismatched: 0 strings sneaked into dest failing
16537: afterwards. replaced them with empty strings
16538:
16539: 2002-01-21 paf
16540:
16541: * src/main/pa_charset.C: checked empty transcoders in
16542: transcode_cstr|buf
16543:
16544: * src/classes/xdoc.C: xdoc::load error source = filespec
16545:
16546: * src/classes/xdoc.C: transform error source now
16547: stylesheet_filespec
16548:
1.101 moko 16549: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 16550: include/pa_stylesheet_connection.h, main/pa_charset.C,
16551: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.101 moko 16552: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
16553: gnome
1.95 moko 16554:
16555: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
16556: include/pa_globals.h, include/pa_stylesheet_connection.h,
16557: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
16558: xslt generic error 1
16559:
16560: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
16561: xml generic message 1
16562:
16563: * src/classes/table.C: ^table::load empty lines or #comments before
16564: headline
16565:
16566: * src/: include/pa_array.h, include/pa_globals.h,
16567: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
16568: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
16569: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
16570: errors 0
16571:
16572: 2002-01-16 paf
16573:
16574: * src/: classes/hash.C, classes/op.C, classes/string.C,
16575: classes/table.C, classes/void.C, classes/xdoc.C,
16576: include/pa_db_connection.h, include/pa_request.h,
16577: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16578: include/pa_stylesheet_connection.h,
16579: include/pa_stylesheet_manager.h, main/pa_request.C,
16580: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16581: targets/cgi/pool_storage.h: auto closers to sql_connection,
16582: stylesheet_connection auto destroyers to remaining gnome objects
16583:
16584: * src/classes/xdoc.C: few comments
16585:
16586: 2002-01-15 paf
16587:
16588: * src/classes/xdoc.C: xdoc file save string
16589:
16590: ready. todo: error handling
16591:
16592: * src/classes/xdoc.C: xdoc save rewritten using
16593: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
16594: result
16595:
16596: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
16597: started output options parsing
16598:
16599: 2002-01-14 paf
16600:
16601: * src/classes/xdoc.C: method
16602:
16603: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16604: include/pa_pool.h, include/pa_stylesheet_connection.h,
16605: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
16606: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
16607: xslt transform0. TODO: use output options handle errors
16608:
16609: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
16610:
16611: 2002-01-11 paf
16612:
16613: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16614: main/compile_tools.C, main/compile_tools.h, main/execute.C:
16615: partial logical && || evaluation
16616:
16617: * src/classes/xnode.C: xpath selectNodes
16618:
16619: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
16620: string/number/bool
16621:
16622: * src/classes/xnode.C: xpath selectNode 2
16623:
16624: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
16625: xpath selectNode 1
16626:
16627: 2002-01-10 paf
16628:
16629: * src/classes/xnode.C: xpath selectNode -100 [just written]
16630:
16631: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16632: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
16633: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
16634: refcounter]
16635:
16636: 2001-12-29 paf
16637:
16638: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
16639: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
16640: glib works 0
16641:
16642: 2001-12-28 paf
16643:
16644: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
16645: main/pa_exception.C: started glib transcoders
16646:
16647: * src/main/pa_globals.C: renamed gdome to libgdome.dll
16648:
16649: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
16650: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
16651: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
16652: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
16653: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
16654: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
16655: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
16656: libs just compiled in. no refcounting no xpath no xslt yet
16657:
16658: 2001-12-27 paf
16659:
16660: * src/: include/pa_charset.h, include/pa_common.h,
16661: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16662: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
16663: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
16664: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
16665: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
16666: from xalan&xerces, started the process. globals [initialization
16667: pool [charset update charset [transcodings vxnode vxdoc [DOM
16668: calls
16669:
16670: * src/classes/Makefile.am: going away from xalan&xerces, not needed
16671: anymore
16672:
16673: 2001-12-26 paf
16674:
16675: * src/: include/pa_charset.h, include/pa_charsets.h,
16676: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
16677: key globalized [bug]
16678:
16679: 2001-12-25 paf
16680:
16681: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
16682: main/pa_string.C: table set & append changed splitting languages,
16683: separators now can be clean AND as-is same to mail command line
16684: $MAIN:MAIL.progX arguments
16685:
16686: 2001-12-24 paf
16687:
16688: * src/classes/mail.C: one parted text messages - no multipart
16689: mime-type anymore. for convinient if $.attach-ments
16690:
16691: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
16692: main/pa_string.C: read from cache size check updated
16693:
16694: * src/main/: pa_string.C: String::join_chain another ugly bug :(
16695:
16696: 2001-12-21 paf
16697:
16698: * src/classes/date.C: date:sql-string now returns localtime
16699:
16700: * src/main/pa_request.C: $result in @main actually not working, to
16701: hell with it for now
16702:
16703: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16704: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
16705: @postprocess @exception
16706:
16707: * src/main/execute.C: junction evaluation canceled - endless
16708: recursion detected
16709:
16710: 2001-12-19 paf
16711:
16712: * src/main/pa_charset.C: charset->charset transcoding via unicode
16713: intermediate
16714:
16715: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
16716:
16717: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
16718:
16719: * src/classes/op.C: ^cache keypath now relative
16720:
16721: * src/classes/mail.C: changed weighting prior to sort
16722:
16723: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
16724: were missing
16725:
16726: 2001-12-17 paf
16727:
16728: * src/main/pa_charset.C: ifndef XML were bad type
16729:
16730: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
16731: outdated unset services_pool
16732:
16733: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
16734: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
16735: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
16736:
16737: * src/main/untaint.C: allowed space in filespec
16738:
16739: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
16740:
16741: * src/classes/image.C: no govno
16742:
16743: * src/classes/image.C: govno
16744:
16745: 2001-12-16 paf
16746:
16747: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
16748:
16749: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
16750: charset_connection&manager replaced by charset&charsets
16751:
16752: * src/main/pa_charset.C: name_cstr 0
16753:
16754: * src/main/untaint.C: uri lang now knows about client/source
16755: charsets
16756:
16757: * src/: classes/file.C, classes/math.C, classes/op.C,
16758: classes/string.C, classes/table.C, classes/xdoc.C,
16759: include/pa_array.h, include/pa_cache_managers.h,
16760: include/pa_charset_connection.h, include/pa_charset_manager.h,
16761: include/pa_common.h, include/pa_db_connection.h,
16762: include/pa_db_manager.h, include/pa_db_table.h,
16763: include/pa_dictionary.h, include/pa_exception.h,
16764: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
16765: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
16766: include/pa_sapi.h, include/pa_socks.h,
16767: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16768: include/pa_string.h, include/pa_stylesheet_connection.h,
16769: include/pa_stylesheet_manager.h, include/pa_table.h,
16770: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
16771: main/pa_charset.C, main/pa_charset_connection.C,
16772: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
16773: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
16774: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
16775: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
16776: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16777: types/types.dsp: introducing Charset
16778:
16779: 2001-12-14 paf
16780:
16781: * src/: include/pa_request.h, include/pa_transcoder.h,
16782: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
16783: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
16784: uri lang
16785:
16786: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
16787:
16788: * src/targets/cgi/Makefile.am: -I../../pcre to .am
16789:
16790: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
16791: defalts_name global
16792:
16793: * src/: include/pa_charset_connection.h, include/pa_pool.h,
16794: include/pa_request.h, main/main.dsp,
16795: main/pa_charset_connection.C, main/pa_charset_manager.C,
16796: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
16797: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
16798: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
16799: changed charset model. now important: $request:charset
16800: $response:charset while $response:content-type.charset become
16801: unimportant [informational]
16802:
16803: 2001-12-13 paf
16804:
16805: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
16806:
16807: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
16808: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
16809: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
16810: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
16811: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
16812: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
16813:
16814: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
16815: auto_ptr part other way, because of stupid gcc 2.96
16816: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
16817: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
16818: FormatterListener] /usr/include/g++-3/memory:48:
16819: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
16820: _Tp1 = FormatterListener, _Tp = FormatterListener]
16821:
16822: * src/classes/xdoc.C: removed extra inc
16823:
16824: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
16825:
16826: * src/include/pa_types.h: msvc head debugging flag
16827:
16828: * src/classes/xdoc.C: freed up listener
16829:
16830: * src/classes/string.C: change msg '... code is not code'
16831:
16832: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
16833: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16834: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
16835: [past/future prob]
16836:
16837: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
16838: include/pa_config_fixed.h, include/pa_db_manager.h,
16839: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
16840: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
16841:
16842: * src/: include/pa_config_fixed.h, main/pa_common.C,
16843: main/pa_string.C: removed signed mismatch warnings
16844:
16845: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
16846: 'expires' from header outputs
16847:
16848: * src/main/pa_string.C: string::recustruct erroreusly used outdated
16849: row ptr
16850:
16851: * src/classes/file.C: file::cgi bug, request_method were passed to
16852: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
16853:
16854: * src/classes/xdoc.C: lang list updated
16855:
16856: 2001-12-10 paf
16857:
16858: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
16859:
16860: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
16861: erase files like that, knowing their full name introducing //
16862: theoretical problem with, for instance, "_2B" and "." fragments,
16863: // they would yield the same // because
16864: need_file_encode('_')=false // but we need to delete such files
16865: somehow, getting names from ^index
16866:
16867: * src/main/pa_string.C: ^string.replace bug fixed [bad
16868: string::join_chank break]
16869:
16870: 2001-12-07 paf
16871:
16872: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
16873: include/pa_common.h, include/pa_config_auto.h.in,
16874: include/pa_config_fixed.h, include/pa_config_includes.h,
16875: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
16876: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
16877: types/pa_vhashfile.C: merged from r14_simple_cache
16878:
16879: * src/main/pa_string.C: stupid sparc architecture failed to access
16880: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
16881: lduh [ %i2 + 1 ], %l0
16882:
16883: bus error, fixed that
16884:
16885: * src/main/pa_string.C: strange string deserialize bug on
16886: client[pmts], a bit shortened,
16887:
16888: * src/include/pa_config_auto.h.in: makes
16889:
16890: * src/: include/pa_common.h, include/pa_config_fixed.h,
16891: include/pa_config_includes.h, main/pa_common.C: exclusive lock
16892: file write shared lock file read
16893:
16894: * src/: classes/op.C, include/pa_common.h,
16895: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
16896:
16897: 2001-12-06 paf
16898:
16899: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16900: main/pa_request.C: #ifdef RESOURCES_DEBUG
16901:
16902: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
16903: info
16904:
16905: * src/classes/hashfile.C: removed transaction from ^cache
16906:
16907: 2001-12-05 paf
16908:
16909: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
16910: IIS5 there were a prob with illegal call check
16911:
16912: 2001-12-04 paf
16913:
16914: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16915: main/pa_request.C: measures to log
16916:
16917: 2001-11-23 paf
16918:
16919: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
16920: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
16921: types/pa_vhashfile.C: merged from _0014, 1
16922:
16923: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
16924: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
16925: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
16926: ^cache(33) would change
16927:
16928: 0660 bits in file_write & hashfile create
16929:
16930: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
16931: after pa_string optimization]
16932:
16933: 2001-11-22 paf
16934:
16935: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
16936: table.offset[whence]
16937:
16938: * src/classes/op.C: process cstr(,connection)
16939:
16940: * src/classes/op.C: process now gets its body on current language,
16941: not as-is
16942:
16943: * src/main/untaint.C: ORIGINS mode removed UHTML
16944:
16945: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
16946: bit
16947:
1.101 moko 16948: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 16949:
16950: 2001-11-21 paf
16951:
16952: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
16953: <xsl:output output options made identical to xsl:output
16954: attributes exclusion: cdata-section-elements what xalan can do
16955: but that not used now: it can escape and remove CDATA sections
16956:
16957: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
16958: produced by xslt
16959:
16960: * src/targets/cgi/parser3.C: removed debug cgi||1
16961:
16962: * src/main/: pa_string.C, untaint.C: cached some string::size() es
16963:
16964: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
16965: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
16966: default language for {code}, it happen to change it's language
16967: from CLEAN, so later refused to split by CLEAN \t
16968:
16969: 2001-11-20 paf
16970:
1.101 moko 16971: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
16972: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 16973: bottom of dependeces, so that errors would popup quicklier, fixed
16974: line numbering in table::sql
16975:
16976: 2001-11-19 paf
16977:
16978: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
16979: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
16980: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
16981: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
16982: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
16983: at wcontext.write
16984:
1.101 moko 16985: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 16986: _set_new_handler
16987:
1.101 moko 16988: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
16989: set_new_handler in apache&isapi
1.95 moko 16990:
16991: 2001-11-16 paf
16992:
16993: * src/targets/cgi/parser3.C: pool debug @ die
16994:
16995: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
16996: removed 8 bytes from String, 2 bytes from
16997: string::chunk::row::item
16998:
16999: * src/main/pa_string.C: removed 1+4 bytes from String
17000:
17001: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
17002: types/pa_vstring.C: removed 1+4 bytes from String
17003:
17004: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
17005: 0
17006:
17007: * src/: include/pa_globals.h, include/pa_string.h,
17008: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
17009: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
17010: targets/cgi/parser3.C: introducing estimating
17011: String::cstr_bufsize, 0
17012:
17013: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
17014:
17015: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
17016:
17017: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
17018: include/pa_pool.h: die in pool::fail
17019:
17020: 2001-11-15 paf
17021:
17022: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
17023: main/pa_exception.C, targets/cgi/parser3.C: exception with
17024: dynamic buffer re-back now with counter
17025:
17026: * src/: include/pa_exception.h, main/pa_exception.C: exception with
17027: static buffer back
17028:
17029: * src/targets/cgi/parser3.C: std::
17030:
17031: * src/: classes/classes.awk, include/pa_config_auto.h.in,
17032: include/pa_config_includes.h: setnewhandler check
17033:
1.101 moko 17034: * src/include/pa_config_auto.h.in: makes
1.95 moko 17035:
17036: * src/targets/cgi/parser3.C: set_new_handler started
17037:
17038: 2001-11-14 paf
17039:
17040: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
17041: was wrong
17042:
17043: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
17044: was wrong
17045:
17046: * src/main/pa_request.C: z
17047:
17048: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
17049: full returns win32 -1 solaris >buffer_size
17050:
17051: checked all that
17052:
17053: * src/classes/op.C: ^untaint{body} as-is default now
17054:
17055: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
17056: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
17057: with no_bad_constructors_try
17058:
17059: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
17060: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
17061: this: $bred[^string::length[]] $bred[^response::clear[]]
17062: $bred[^int::int[]]
17063:
17064: now VObject creation moved into overriden
17065: VClass::create_new_value, thus 0 from create_new_value means that
17066: class has no ctors
17067:
17068: 2001-11-13 paf
17069:
17070: * src/classes/classes.C: returned accedently removed if in foreach
17071: callbacks [when hash no-0-restructure]
17072:
17073: 2001-11-12 paf
17074:
17075: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
17076: passed as-is to method, xalan makes & into & itself
17077:
17078: * src/classes/date.C: date.roll parser2 alg used
17079:
17080: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
17081: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
17082: main/pa_dictionary.C, main/pa_hash.C,
17083: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
17084: now does not containt 0 values. put 0 actullay removes. no check
17085: on 0 value in foreach now required
17086:
17087: 2001-11-11 paf
17088:
17089: * src/sql/pa_sql_driver.h: removed extra constructor, doc
17090:
17091: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
17092:
17093: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
17094: driver initialize not const
17095:
17096: 2001-11-10 paf
17097:
17098: * src/main/pa_exec.C: doc
17099:
17100: 2001-11-09 paf
17101:
17102: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
17103: param properly
17104:
17105: * src/classes/string.C: string.save now does untainting before
17106: saving
17107:
17108: * src/main/pa_common.C: line endings fixing fixed last piece[was
17109: still cstr oriented]
17110:
17111: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
17112: line endings fixing got rid of cstr, now must work ok with post
17113: multipart
17114:
17115: * src/types/pa_vform.C: line endings fixed at post / multipart /
17116: not file also now
17117:
17118: 2001-11-08 paf
17119:
17120: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
17121: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
17122: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
17123: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
17124: main/pa_stylesheet_manager.C: restructured Cache manager to be
17125: simple parent, not second parent [gcc 2.96 strangly refused to
17126: call virtual from second parent]
17127:
1.101 moko 17128: * src/: include/pa_common.h, main/Makefile.am,
17129: targets/cgi/pa_pool.C: makes
1.95 moko 17130:
17131: * src/: include/pa_request.h, main/pa_request.C,
17132: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
17133: 'status' class enabler
17134:
17135: <Location /parser-status.html> ParserStatusAllowed </Location>
17136:
17137: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
17138: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
17139: include/pa_stylesheet_manager.h, main/main.dsp,
17140: main/pa_cache_managers.C, main/pa_charset_manager.C,
17141: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
17142: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17143: types/pa_vstatus.h: cache_managers, maybe-expiring every request
17144: todo: apache 'status' class enabler
17145:
17146: 2001-11-05 paf
17147:
17148: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
17149: debug to normal
17150:
17151: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
17152: hence i removed skipping 0 values in hash::for_each-es we need to
17153: check cleaned cache items manually. few more checks.
17154:
17155: expiring to 0 time was wrong, changed to 'now' time
17156:
17157: * src/targets/cgi/parser3.C: read can return 0, that means sort of
17158: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
17159: on apache already done :)
17160:
17161: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
17162: skipping 0 values in hash::for_each-es we need to check cleaned
17163: cache items manually
17164:
17165: * src/main/: pa_db_connection.C, pa_db_table.C:
17166: parser_multithreaded check was wrong
17167:
17168: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17169: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17170: classes/hashfile.C, classes/image.C, classes/int.C,
17171: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17172: classes/string.C, classes/table.C, classes/void.C,
17173: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17174: include/pa_array.h, include/pa_charset_connection.h,
17175: include/pa_charset_manager.h, include/pa_common.h,
17176: include/pa_config_fixed.h, include/pa_config_includes.h,
17177: include/pa_db_connection.h, include/pa_db_manager.h,
17178: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
17179: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17180: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17181: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17182: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17183: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17184: include/pa_stack.h, include/pa_string.h,
17185: include/pa_stylesheet_connection.h,
17186: include/pa_stylesheet_manager.h, include/pa_table.h,
17187: include/pa_threads.h, include/pa_types.h, main/compile.C,
17188: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
17189: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
17190: main/pa_charset_manager.C, main/pa_common.C,
17191: main/pa_db_connection.C, main/pa_db_manager.C,
17192: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
17193: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
17194: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
17195: main/pa_socks.C, main/pa_sql_driver_manager.C,
17196: main/pa_status_provider.C, main/pa_string.C,
17197: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
17198: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17199: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17200: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
17201: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17202: targets/isapi/pool_storage.h, types/pa_valiased.C,
17203: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
17204: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17205: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17206: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17207: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17208: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
17209: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17210: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
17211: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
17212: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17213: types/pa_vstateless_object.h, types/pa_vstatus.h,
17214: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
17215: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17216: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17217: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
17218: $status:db fixed used not initialized in db_connection & db_table
17219:
17220: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
17221: $status:charset
17222:
17223: * src/: classes/xdoc.C, include/pa_db_connection.h,
17224: include/pa_stylesheet_connection.h,
17225: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
17226: types/pa_vstatus.h: $status:stylesheet
17227:
17228: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
17229: include/pa_request.h, include/pa_sql_connection.h,
17230: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
17231: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
17232: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
17233: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
17234: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
17235: types/pa_vxnode.C, types/types.dsp: started status parser class
17236:
17237: 2001-11-01 paf
17238:
17239: * src/include/pa_config_auto.h.in: makes
17240:
17241: * src/main/pa_hash.C: removed old extra include
17242:
17243: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
17244: checks [for hp, there are such in math.h]
17245:
17246: * src/classes/op.C: ^for endless loop check strightened
17247:
17248: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
17249: behavior in native calls. it left unchanged, so ^for ^foreach &
17250: co can use r.root to write their i & key,value there
17251:
17252: * src/classes/op.C: detected for var storage bug, fixed.
17253: todo:foreach
17254:
17255: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
17256: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
17257: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
17258: changing of hash inside of foreach
17259:
17260: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
17261: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
17262: were hash.foreach
17263:
17264: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
17265: types/pa_vstring.C, types/pa_vstring.h:
17266: ^foreach[key|value]{body}[[separator]|{separator}]
17267:
17268: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
17269: types/pa_vcookie.C: ^hash.delete[key]
17270:
17271: 2001-10-31 paf
17272:
17273: * src/main/: compile.C, pa_common.C: completely empty file now
17274: considered "read", not ignored [not perfect trick used]
17275:
17276: * src/main/pa_common.C: simplier common ifdefs
17277:
17278: * src/main/pa_common.C: typing bug in common - bad ifdeff
17279:
17280: * src/main/pa_db_connection.C: z
17281:
17282: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
17283: lockdetector flags
17284: dbenv.lk_detect=DB_LOCK_RANDOM;
17285:
17286: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
17287: from accidental show [imagine user forgot @exception]
17288:
17289: * src/classes/table.C: ^table.save[[nameless|+append;]path]
17290:
17291: * src/: classes/file.C, classes/image.C, classes/mail.C,
17292: classes/string.C, classes/xnode.C, include/pa_common.h,
17293: main/pa_common.C: ^string.save[[append;]path]
17294:
17295: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17296: main/execute.C: \ in expression: int divide 10/3=3
17297:
17298: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
17299: inside of ^cache
17300:
17301: * src/: include/pa_threads.h, main/pa_db_connection.C,
17302: main/pa_db_table.C, targets/cgi/pa_threads.C,
17303: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
17304: needed
17305:
17306: 2001-10-30 paf
17307:
17308: * src/: classes/classes.dsp, main/main.dsp,
17309: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17310: types/types.dsp: enabled debug incremental compile
17311:
17312: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
17313: form post data line endings not reformatted now.
17314:
17315: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
17316: now required [had bug when file= has no value]
17317:
17318: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
17319: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
17320: cstr(asis) default param removed
17321:
17322: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
17323:
17324: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
17325:
17326: * src/include/pa_dir.h: LOAD_DIR fixed
17327:
17328: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
17329: was broken} fix_line_breaks
17330:
17331: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
17332: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
17333: packed with #pragma pack
17334:
1.101 moko 17335: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 17336:
17337: 2001-10-29 paf
17338:
17339: * src/types/pa_wcontext.h: bitfield syntax stricter
17340:
17341: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
17342: string hash.puts
17343:
17344: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
17345:
17346: * src/include/pa_sql_connection.h: there were one wrong
17347: SQL_CONNECTION_FUNC_GUARDED [failed]
17348:
17349: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
17350: param.someday either ifdef or remove it
17351:
17352: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
17353:
17354: * src/main/untaint.C: optimizing returned after debugging
17355:
17356: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
17357: main/untaint.C: memory hunging #pragma pack(1)
17358:
17359: 16 419 844 13 169 394
17360:
17361: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
17362: targets/cgi/pa_pool.C: String size_t replace to uint in proper
17363: places [todo:Array]
17364:
17365: * src/: main/execute.C, targets/cgi/pa_pool.C,
17366: targets/cgi/parser3.dsp, types/pa_wcontext.h,
17367: types/pa_wwrapper.h: debugging memory WContext flags to bits
17368:
17369: total 5 652 652/158731 total 5 469 332/158731
17370:
17371: * src/: include/pa_array.h, main/pa_array.C: debugging memory
17372: Array:: without cache in get/put now
17373:
17374: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
17375: 18:25:27 2001] total 5 652 652/158731
17376:
17377: * src/: include/pa_string.h, main/pa_string.C,
17378: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
17379: now
17380:
17381: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
17382: 18:11:53 2001] total 5796092/158731
17383:
17384: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
17385: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
17386: key ref now
17387:
17388: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
17389: 17:11:17 2001] total 16867948/202658
17390:
17391: * src/: classes/file.C, classes/image.C, classes/string.C,
17392: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
17393: main/execute.C, main/pa_array.C, main/pa_common.C,
17394: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17395: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17396: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
17397: string::as_int/double now usually uses stack, not heap [200K out
17398: of 17M :)] VString(String&) not copies reference [29M -> 17M]
17399:
17400: * src/main/pa_sql_driver_manager.C: ping to have services [old
17401: hiding bug]
17402:
17403: * src/Makefile.am: .am order
17404:
17405: * src/: include/pa_array.h, include/pa_charset_manager.h,
17406: include/pa_db_connection.h, include/pa_db_manager.h,
17407: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
17408: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
17409: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
17410: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
17411: required "friend class"
17412:
17413: ../include/pa_request.h:51: friend declaration requires
17414: class-key, i.e. `friend class Temp_lang'
17415:
17416: * src/: include/pa_exception.h, include/pa_sql_connection.h,
17417: main/pa_exception.C, main/pa_sql_driver_manager.C,
17418: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
17419:
17420: the idea is to #1 jump to C++ some function to main body, where
17421: every function stack frame has exception unwind information and
17422: from there... #2 propagate_exception()
17423:
17424: 2001-10-28 paf
17425:
17426: * src/main/pa_db_connection.C: removed old consts
17427:
17428: * src/main/pa_db_connection.C: expire table [was accidently pasted
17429: with wrong type/cast]
17430:
17431: * src/main/: pa_db_connection.C, pa_db_table.C: exception
17432: translation
17433:
1.101 moko 17434: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 17435: remember to build DB2 with -fexceptions!!!
17436:
17437: * src/main/pa_db_table.C: DB_RMW defed
17438:
17439: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
17440: include/pa_db_connection.h, include/pa_db_manager.h,
17441: include/pa_db_table.h, main/pa_db_connection.C,
17442: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
17443:
17444: 2001-10-27 paf
17445:
17446: * src/: classes/hashfile.C, include/pa_db_connection.h,
17447: include/pa_db_table.h, main/pa_db_connection.C,
17448: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
17449: types/pa_vhashfile.C: DB2 ifdefs
17450:
1.101 moko 17451: * src/: classes/Makefile.am, include/pa_config_fixed.h,
17452: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 17453: makes with DB2
17454:
1.101 moko 17455: * src/: include/pa_config_auto.h.in, main/Makefile.am,
17456: types/Makefile.am: makes db
1.95 moko 17457:
17458: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
17459: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
17460: globals.C
17461:
17462: * src/: classes/hashfile.C, include/pa_db_connection.h,
17463: include/pa_db_table.h, main/pa_db_connection.C,
17464: main/pa_db_table.C: ^hashfile.clear[]
17465:
17466: * src/classes/classes.awk: no $ in var names
17467:
17468: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
17469: connection&table [forgotten calls]
17470:
17471: 2001-10-26 paf
17472:
17473: * src/main/pa_db_connection.C: db checkpoints
17474:
17475: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
17476: checkpoints
17477:
17478: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
17479: default. but entities still reparsed. todo: tothink
17480:
17481: * src/main/pa_db_connection.C: db recover mech 2
17482:
17483: * src/: classes/hashfile.C, include/pa_db_connection.h,
17484: include/pa_db_manager.h, include/pa_db_table.h,
17485: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
17486: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
17487: types/pa_vhashfile.h: db connections & tables now cached at
17488: create time & multithreaded
17489:
17490: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
17491: parsed_source
17492:
17493: * src/main/pa_db_connection.C: about to remove connection from
17494: vhashfile
17495:
17496: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
17497: transaction commit/rollback responsibility left to parent [as it
17498: sould - else there were a bug with double free]
17499:
17500: * src/include/pa_db_table.h: db: child transaction commit/rollback
17501: responsibility left to parent [as it sould - else there were a
17502: bug with double free]
17503:
17504: 2001-10-25 paf
17505:
17506: * src/: classes/hashfile.C, include/pa_common.h,
17507: include/pa_db_connection.h, include/pa_db_manager.h,
17508: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
17509: types/pa_vhashfile.C, types/pa_vhashfile.h,
17510: include/pa_db_table.h, main/pa_db_table.C: started db_home
17511: [multiple, cached] todo: autorecover [tried, but not succeded,
17512: yet]
17513:
17514: * src/include/pa_dir.h: ancient gpf on dir not found fixed
17515:
17516: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
17517: transaction parent passed
17518:
17519: 2001-10-24 parser
17520:
1.101 moko 17521: * src/classes/Makefile.am: makes
1.95 moko 17522:
17523: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
17524: isapi/pool_storage.h: pool_storage fixed
17525:
17526: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
17527: types/pa_vform.h: form fix_line_breaks
17528:
1.101 moko 17529: * src/targets/cgi/pool_storage.h: makes
1.95 moko 17530:
17531: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
17532: targets/cgi/pool_storage.h: makes
17533:
17534: * src/sql/pa_sql_driver.h: version
17535:
17536: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
17537: types/pa_vform.C, types/pa_vform.h: .am
17538:
17539: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
17540: this: DB_RMW Acquire write locks instead of read locks when doing
17541: the retrieval. Setting this flag may decrease the likelihood of
17542: deadlock during a read-modify-write cycle by immediately
17543: acquiring the write lock during the read part of the cycle so
17544: that another thread of control acquiring a read lock for the same
17545: item, in its own read-modify-write cycle, will not result in
17546: deadlock
17547:
17548: * src/targets/isapi/parser3isapi.dsp: doc
17549:
17550: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
17551:
17552: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
17553:
17554: * src/: classes/hashfile.C, include/pa_db_connection.h,
17555: main/pa_db_connection.C: hashfile expired deleted from db when
17556: get & iterate
17557:
17558: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
17559: expiring 1
17560:
17561: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
17562:
17563: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
17564: db_connection not bothers with key when not returning expired
17565: data
17566:
17567: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
17568: types/pa_vhashfile.C: db_cursor constructor public now
17569:
17570: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
17571: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
17572: stamped, todo: put_element analize
17573:
17574: * src/: include/pa_db_connection.h, include/pa_string.h,
17575: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
17576: serialize. todo stamp
17577:
17578: 2001-10-23 parser
17579:
17580: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
17581: classes/image.C, classes/mail.C, classes/response.C,
17582: classes/string.C, classes/table.C, classes/xdoc.C,
17583: include/pa_config_fixed.h, include/pa_db_connection.h,
17584: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
17585: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
17586: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
17587: types/pa_vtable.C: ^hashfile.hash[]
17588:
17589: * src/: classes/hashfile.C, classes/xdoc.C,
17590: include/pa_config_fixed.h, main/pa_db_manager.C,
17591: main/pa_globals.C: ifdefs so it compiled without db
17592:
17593: * src/: classes/hashfile.C, include/pa_db_connection.h,
17594: include/pa_db_manager.h, main/pa_db_connection.C,
17595: main/pa_db_manager.C, types/pa_vhashfile.h:
17596: ^hashfile.transaction{code} ^hashfile:clear[filename]
17597: ^hashfile.delete[key]
17598:
17599: 2001-10-22 parser
17600:
17601: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
17602: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
17603:
17604: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
17605: classes/xnode.C, include/pa_charset_connection.h,
17606: include/pa_db_connection.h, include/pa_db_manager.h,
17607: include/pa_exception.h, include/pa_sapi.h,
17608: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17609: include/pa_stylesheet_connection.h,
17610: include/pa_stylesheet_manager.h,
17611: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
17612: main/pa_db_connection.C, main/pa_db_manager.C,
17613: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
17614: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17615: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
17616: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
17617: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
17618: types/types.dsp: hashfile 0
17619:
17620: * src/types/pa_vhashfile.C: z
17621:
17622: * src/: classes/classes.dsp, classes/hashfile.C,
17623: include/pa_config_fixed.h, main/execute.C,
17624: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
17625: types/pa_vhashfile.h, types/types.dsp: hashfile -100
17626:
17627: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
17628:
17629: * src/: include/pa_exception.h, include/pa_request.h,
17630: main/execute.C, main/pa_exception.C, main/pa_request.C,
17631: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17632: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
17633:
17634: 2001-10-19 parser
17635:
17636: * src/include/pa_pool.h: header
17637:
17638: * src/main/pa_pool.C: auto compiled on gcc
17639:
17640: * src/classes/image.C: comment
17641:
1.101 moko 17642: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 17643:
17644: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17645: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17646: types/pa_vxnode.h: xnode clone got freed
17647:
17648: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17649: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
17650: can free up xalandomstring resulting from pool::transcode
17651:
17652: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
17653: include/pa_config_fixed.h, include/pa_exception.h,
17654: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
17655: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
17656: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
17657: to c++ exceptions 1xml configure fixed to exclude xalan-patch
17658: from non-xml compile
17659:
17660: * src/main/pa_request.C: pool:: context - get_context
17661:
17662: * src/: classes/classes.h, classes/date.C, classes/double.C,
17663: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
17664: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
17665: classes/string.C, classes/table.C, classes/void.C,
17666: include/pa_config_fixed.h, include/pa_exception.h,
17667: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
17668: main/compile.C, main/compile_tools.C, main/execute.C,
17669: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
17670: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
17671: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17672: main/pa_string.C, main/pa_table.C, main/untaint.C,
17673: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17674: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
17675: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
17676: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
17677: types/pa_vstateless_class.h, types/pa_vtable.C,
17678: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
17679: exceptions 0
17680:
17681: * src/classes/classes.awk: $ removed
17682:
17683: 2001-10-18 parser
17684:
17685: * src/types/pa_vcookie.C: cookie:CLASS
17686:
17687: * src/main/main.dsp: project
17688:
17689: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
17690: set_document & ctor question "who owns document" solved
17691:
17692: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
17693:
17694: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17695: main/pa_pool.C: encoding in dom creating funcs
17696:
17697: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
17698: be transformed now
17699:
17700: * src/classes/xdoc.C: dom created by create can be transformed now
17701:
17702: * src/classes/xdoc.C: z
17703:
17704: * src/classes/xdoc.C: comment
17705:
17706: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
17707: create now uses XercesDocumentBridge, appendChild&co now works
17708:
17709: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
17710: @ recompile
17711:
17712: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
17713: $origin @exception[
17714:
17715: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
17716: tag names forced to XML lang
17717:
17718: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
17719: leechy-found bugs in code&doc fixed
17720:
17721: 2001-10-17 parser
17722:
17723: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
17724: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
17725: n functionality preserved
17726:
17727: * src/types/pa_vimage.h: removed unused vimage::save
17728:
17729: 2001-10-16 parser
17730:
17731: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
17732:
17733: * src/classes/: xnode.C: removed few dom returns & changed op.txt
17734:
17735: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
17736:
17737: * src/classes/image.C: image.copy tolerance
17738:
17739: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
17740: ineffective, but works for small paleted image
17741:
17742: * src/types/pa_vimage.C: comment
17743:
17744: * src/classes/image.C: gd size/resize bugfix
17745:
17746: * src/: classes/classes.dsp, main/main.dsp,
17747: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17748: types/types.dsp: ident >nul 2>&1
17749:
17750: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
17751: systems
17752:
17753: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
17754: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
17755:
17756: 2001-10-15 parser
17757:
17758: * src/main/execute.C: z
17759:
17760: * src/classes/: xdoc.C: !::create{qualifiedName}
17761:
17762: * src/types/pa_vxnode.C: document_type_node.
17763: !readonly attribute DOMString name
17764: !notation_node.
17765: !readonly attribute DOMString publicId
17766: !readonly attribute DOMString systemId
17767:
1.101 moko 17768: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
17769: ::write badly passed string too transparently [failed to
17770: intercept it]
1.95 moko 17771:
17772: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
17773: include/pa_request.h, main/pa_sql_driver_manager.C,
17774: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17775: types/pa_vxnode.h: DOM1 major addtion, only few
17776: attributes/methods left
17777:
17778: 2001-10-13 parser
17779:
17780: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17781: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
17782: in main handler
17783:
17784: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
17785: cleanups & frees order
17786:
17787: * src/types/pa_vcode_frame.h: couple comments
17788:
17789: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
17790: transparent enough to handle hash if creation&passing
17791:
17792: * src/: include/pa_config_fixed.h, main/execute.C,
17793: main/pa_exception.C: noticed that vcodeframe not transparent
17794: enough, would change now
17795:
17796: 2001-10-12 parser
17797:
17798: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
17799: fixed. initialization&free on each thread!
17800:
17801: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
17802: handling changed: now type of default param analized always, not
17803: only at problem time, thus helping early problem spotting
17804:
17805: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
17806: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
17807: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
17808: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
17809: multithread bug fixed. initialization&free on each thread!
17810:
17811: 2001-10-11 parser
17812:
17813: * src/classes/xnode.C: xnode.selectSingle now
17814:
17815: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
17816: include/pa_pool.h, include/pa_stylesheet_connection.h,
17817: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
17818: convertors out of Pool into Exception
17819:
17820: * src/main/pa_string.C: const
17821:
17822: * src/: include/pa_string.h, main/pa_string.C: restructured string:
17823: linked pieces of same language together prior to String::replace
17824:
17825: * src/classes/hash.C: !^hash.add[addme]
17826: !^hash.sub[subme]
17827: !^a.union[b] = new
17828: !^a.intersection[b] = new
17829: !^a.intersects[b] = bool
17830:
17831: * src/classes/hash.C: !^hash::append[append_from]
17832:
17833: * src/: classes/hash.C, types/pa_vhash.h:
17834: !^hash::create[[copy_from]]
17835:
17836: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
17837: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
17838: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
17839: fixed. got rid of empty_string, which caused errors - it hasnt
17840: exception but somebody[value.bark] tried to throw it on it's pool
17841:
1.101 moko 17842: * src/include/pa_config_auto.h.in: makes
1.95 moko 17843:
17844: 2001-10-10 parser
17845:
17846: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
17847:
17848: * src/main/: compile.tab.C, compile.y: ^a[
17849:
17850: @next_method << now unclosed ] would be reported here
17851:
17852: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
17853: compile error
17854:
17855: 2001-10-09 parser
17856:
1.101 moko 17857: * src/: classes/Makefile.am, main/Makefile.am,
17858: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 17859:
17860: * src/classes/Makefile.am: makes
17861:
17862: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
17863: win32 errors intercepted [xalan transformer patched and
17864: incorporated]
17865:
17866: * src/: classes/classes.dsp, classes/xdoc.C,
17867: include/pa_stylesheet_connection.h, main/main.dsp,
17868: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17869: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
17870: patches starting
17871:
17872: * src/classes/: string.C, table.C: ^string.save[file]
17873:
17874: * src/classes/: date.C, table.C: calendar moved to date
17875:
17876: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
17877: string/table] now
17878:
17879: * src/classes/: op.C, table.C: z
17880:
17881: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
17882: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
17883: types/pa_vxnode.h: table:menu & op for delims made allowed not to
17884: be code [be string..]
17885:
17886: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
17887: table.C: lots of
17888: params->as_int/double/as_string/as_junction/as_no_junction
17889: messages added
17890:
17891: 2001-10-08 parser
17892:
17893: * src/: classes/date.C, classes/image.C, classes/string.C,
17894: classes/table.C, classes/void.C, include/pa_request.h:
17895: params->as_int/double message added
17896:
17897: * src/classes/image.C: image:circle [and round arc] uses Bresenham
17898:
17899: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
17900: image:sector removed image:html internal "line-*" attribs
17901:
17902: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
17903: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
17904:
17905: * src/types/pa_vcookie.C: removing cookie made more netscape-like
17906: way
17907:
17908: * src/: classes/file.C, classes/form.C, main/pa_common.C,
17909: main/untaint.C: header untainting to UL_HTTP_HEADER,
17910: UL_MAIL_HEADER made nonforced [only tainted pieces]
17911:
17912: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
17913: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
17914: @ SAPI::log
17915:
17916: * src/main/untaint.C: \r to ' ' in origins mode
17917:
17918: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
17919: set]
17920:
17921: * src/: classes/xdoc.C, include/pa_config_fixed.h,
17922: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
17923: nonstandard liaison freed up
17924:
17925: 2001-10-07 parser
17926:
17927: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
17928: project
17929:
17930: 2001-10-05 parser
17931:
17932: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
17933: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
17934: from outputing to cerr. lots of "todos"
17935:
17936: * src/main/untaint.C: http_header tainting more gentle with
17937: enquoting now
17938:
17939: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
17940: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
17941: xml errorhandler. fixed string.replace a little, read @test
17942:
17943: * src/main/pa_string.C: found replace bug - first_that_starts(char
17944: *) does not have limit, and looks further eos, fixing....
17945:
17946: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
17947:
17948: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
17949:
17950: * src/main/: pa_charset_connection.C: ctype another mem clear
17951: bugfix
17952:
1.101 moko 17953: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
17954: $result[^[$p^]z] now works fine
1.95 moko 17955:
17956: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
17957: wrong. fixed it
17958:
17959: * src/main/pa_charset_connection.C: unicode zero pair at the beging
17960: of totable appered to be vital
17961:
17962: 2001-10-04 parser
17963:
17964: * src/classes/image.C: ^image.length[text]
17965:
17966: 2001-10-03 parser
17967:
17968: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
17969:
17970: * src/main/pa_request.C: restored pcre defaulting in request
17971: [mindlessly "optimized" yesterday] comment left
17972:
17973: 2001-10-02 parser
17974:
17975: * src/: main/pa_charset_manager.C,
17976: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
17977: needed
17978:
17979: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
17980: forgot non-xml pool.*charset needed
17981:
17982: * src/classes/table.C: # config comments fixed
17983:
17984: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
17985: charset_connection #comment now
17986:
17987: * src/: classes/classes.dsp, types/types.dsp: release projects
17988: options fixed to use release msvcrt lib
17989:
17990: * src/main/pa_charset_connection.C: pcre tables now const inside
17991: removed default - pcre handles that internally fixed bug on
17992: not-cleaning tables [previously was calloced, now member]
17993:
17994: * src/: include/pa_request.h, main/pa_charset_connection.C,
17995: main/pa_request.C, types/pa_vstring.h: pcre tables now const
17996: inside removed default - pcre handles that internally fixed bug
17997: on not-cleaning tables [previously was calloced, now member]
17998:
17999: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
18000: tested charset reload on file change @ apache version = OK tested
18001: freeing up prev encoding on adding new = OK
18002:
18003: 2001-10-01 parser
18004:
18005: * src/main/pa_charset_connection.C: removed entitify external hack
18006: [internal installed]
18007:
1.101 moko 18008: * src/main/Makefile.am: makes+removed dtd
1.95 moko 18009:
18010: * src/: include/pa_charset_connection.h,
18011: include/pa_charset_manager.h,
18012: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
18013: main/pa_charset_connection.C, main/pa_charset_manager.C,
18014: main/pa_request.C: charset loading & caching mech 0
18015:
18016: * src/: include/pa_stylesheet_connection.h,
18017: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
18018: main/pa_globals.C, main/pa_request.C: would make charset loading
18019: & caching mech now
18020:
18021: 2001-09-30 parser
18022:
18023: * src/main/pa_request.C: forgot to fill toTable
18024:
18025: * src/: include/pa_config_fixed.h, main/pa_request.C: started
18026: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
18027: failed on win32 for now..
18028:
18029: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
18030: now charsets table configuration variable is: CHARSETS
18031:
18032: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
18033: ctype with unicode 1. todo: no П entities on output somehow
18034:
18035: * src/: classes/file.C, classes/op.C, classes/string.C,
18036: include/pa_request.h, main/pa_request.C: started ctype with
18037: unicode values
18038:
18039: 2001-09-28 parser
18040:
18041: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
18042: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
18043: string passed AS-IS now
18044:
18045: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
18046: way of user-configuring... todo: implement
18047:
18048: 2001-09-27 parser
18049:
18050: * src/classes/table.C: table.sort changed to sort table itself
18051:
18052: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
18053: X^.getElementsByTagName[tagname] = array of xnode
18054: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
18055: nodes removed - regretfully not supported @ xalan. maybe someday
18056: would reimplement, if needed.
18057:
18058: win32build system: solved long waiting anti-non-started-apache
18059: problem
18060:
18061: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
18062: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18063: types/types.dsp: win32 ident make system so not to rebuild
18064: library [ident.C.new]
18065:
18066: 2001-09-26 parser
18067:
18068: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
18069: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
18070: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
18071: types/pa_vxnode.C, types/types.dsp: z
18072:
18073: * src/classes/classes.C: forgot one non-xml check
18074:
1.101 moko 18075: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
18076: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 18077:
18078: * src/targets/cgi/parser3.C: z
18079:
18080: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
18081: targets/isapi/parser3isapi.C: #ifdef SMTP
18082:
18083: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
18084: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18085: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
18086: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
18087: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18088: types/types.dsp: xdoc&xnode now
18089:
18090: * src/: classes/classes.C, classes/classes.awk,
18091: classes/classes.dsp, classes/classes.h, classes/date.C,
18092: classes/dnode.C, classes/dnode.h, classes/dom.C,
18093: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18094: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18095: classes/op.C, classes/response.C, classes/string.C,
18096: classes/table.C, classes/void.C, include/pa_array.h,
18097: include/pa_common.h, include/pa_config_fixed.h,
18098: include/pa_config_includes.h, include/pa_dictionary.h,
18099: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
18100: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
18101: include/pa_socks.h, include/pa_sql_connection.h,
18102: include/pa_sql_driver_manager.h, include/pa_stack.h,
18103: include/pa_string.h, include/pa_stylesheet_connection.h,
18104: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
18105: include/pa_xslt_stylesheet_manager.h, main/compile.C,
18106: main/compile.y, main/compile_tools.C, main/compile_tools.h,
18107: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
18108: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
18109: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
18110: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18111: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
18112: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
18113: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18114: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18115: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
18116: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18117: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
18118: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18119: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18120: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18121: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
18122: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
18123: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
18124: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
18125: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18126: types/pa_vmethod_frame.h, types/pa_vobject.h,
18127: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
18128: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18129: types/pa_vstateless_object.h, types/pa_vstring.C,
18130: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18131: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
18132: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
18133: main.dsp splitted to main+classes+types along to .am
18134:
18135: * src/classes/Makefile.am: removed useless var
18136:
18137: * src/: classes/classes.cmd, main/main.dsp,
18138: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
18139: main.dsp
18140:
18141: 2001-09-25 parser
18142:
18143: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
18144: 1251 though, todo ICU
18145:
1.101 moko 18146: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 18147: include/pa_stylesheet_connection.h, main/Makefile.am,
1.101 moko 18148: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
18149: types/pa_vdom.h: xml configure makes
1.95 moko 18150:
18151: 2001-09-24 parser
18152:
1.101 moko 18153: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
18154: types/Makefile.am: makes
1.95 moko 18155:
1.101 moko 18156: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 18157:
18158: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
18159: started unix makes update
18160:
18161: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
18162: started unix makes update
18163:
18164: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
18165:
18166: * src/types/pa_value.h: z
18167:
18168: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
18169: bugs with usinge hash/table in expressions
18170:
18171: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
18172: resolved conflicts fixed [const]
18173:
18174: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
18175: classes/table.C, include/pa_request.h, include/pa_sapi.h,
18176: main/compile.C, main/compile.tab.C, main/compile.y,
18177: main/compile_tools.h, main/main.dsp, main/pa_common.C,
18178: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
18179: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
18180: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
18181: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18182: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
18183: with before_xml [merge2 actually didn't happen - i've created
18184: tags on wrong branch. so this merge is in fact re-merge]
18185:
18186: 2001-09-21 parser
18187:
18188: * src/: main/main.dsp, targets/cgi/parser3.dsp,
18189: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
18190: produced "" in make file and sadly wrong interpreted on load]
18191:
1.101 moko 18192: * src/: classes/classes.h, classes/hash.C, classes/op.C,
18193: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
18194: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
18195: include/pa_sql_driver_manager.h, include/pa_string.h,
18196: main/compile.tab.C, main/main.dsp, main/pa_common.C,
18197: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
18198: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 18199:
18200: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
18201: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
18202: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
18203: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
18204: main/pa_pool.C, main/pa_request.C,
18205: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
18206: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
18207: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18208: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
18209: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
18210: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
18211: types/pa_vrequest.C, types/pa_vresponse.h,
18212: types/pa_vstateless_class.C, types/pa_vstring.C,
18213: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
18214: created new projects for sql drivers [planning to remove sql
18215: drivers from main cvs project] first, will join latest changes
18216:
18217: * src/classes/: dom.C: defaulted dom writing methods encoding to
18218: pool.get_charset
18219:
18220: * src/classes/dom.C: defaulted dom writing methods encoding to
18221: pool.get_charset
18222:
18223: * src/include/pa_pool.h: defaulted dom writing methods encoding to
18224: pool.get_charset
18225:
18226: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
18227: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
18228: methods encoding to pool.get_charset
18229:
18230: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
18231: transcoder were created right "unsupported encoding" message.
18232: not @ set time, but @ use time, so until xml output functions
18233: .string, .file, .save used - no encoding name check occur
18234:
18235: reduced transcode buffer size to 60 fixed pool cleanup - no
18236: registration needed, pools are officially destructured
18237:
18238: 2001-09-20 parser
18239:
18240: * src/classes/image.C: 20K preload on jpg measure [image::measure]
18241:
18242: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
18243: $MAIN:DEFAULTS.content-type[$.charset[here]]
18244:
18245: * src/: classes/dnode.C, classes/dom.C,
18246: include/pa_config_includes.h, include/pa_globals.h,
18247: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
18248: main/pa_pool.C, targets/cgi/parser3.dsp,
18249: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18250: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
18251: Pool::transcode 0
18252:
18253: * src/classes/dom.C: dom. string save file moved output xml options
18254: to last param and made it optional
18255:
18256: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
18257: dnodes
18258: !$attributenode.specified = boolean
18259: true if the attribute received its value explicitly
18260: in the XML document,
18261: or if a value was assigned programatically with the
18262: setValue function.
18263: false if the attribute value came from the default value
18264: declared in the document's DTD.
18265: !$pinode.target = target of this processing instruction
18266: XML defines this as being the first token following the
18267: markup
18268: that begins the processing instruction.
18269: XPath:
18270: !^node.select[xpath/query/expression] = hash of 0->node0
18271: 1->node1
18272: !^node.select-single[xpath/query/expression] = first node if
18273: any
18274:
18275: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
18276: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
18277: some 'const's added
18278:
18279: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
18280: expression context now, there value = size and boolean value
18281: size!=0
18282:
18283: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
18284: can be used in expression context now, there value = size and
18285: boolean value size!=0
18286:
18287: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
18288: types/pa_vstring.h: dnode .file .string .save moved back to dom
18289: due to strange xalan bug
18290:
18291: 2001-09-18 parser
18292:
18293: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
18294: classes/image.C, classes/op.C, classes/table.C,
18295: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
18296: include/pa_sql_driver_manager.h, main/compile.C,
18297: main/compile.tab.C, main/compile.y, main/compile_tools.h,
18298: main/execute.C, main/pa_common.C, main/pa_request.C,
18299: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
18300: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18301: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
18302: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
18303: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
18304: before_xml branch ^if(def $hash) now true only when
18305: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
18306:
18307: * src/: classes/op.C, main/execute.C: operators self changed to
18308: root ^for variable context changed to self
18309:
18310: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
18311: dnode 1
18312:
18313: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
18314: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
18315:
18316: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
18317: poly* fixed
18318:
18319: 2001-09-17 parser
18320:
18321: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
18322: types/pa_vdom.h: started dnode+dom
18323:
18324: dnode DOM methods: $node.name $node.value
18325: ...others...
18326:
18327: ^node.xpath[/rates/USD] = hash
18328: $hash[
18329: $.0[node0]
18330: $.1[node1]
18331: ]
18332:
18333: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
18334: applies to all linear primitives
18335:
18336: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
18337: include/pa_stylesheet_connection.h, main/main.dsp,
18338: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
18339: types/pa_vimage.h: started dnode DOM: $node.name
18340: $node.value ...others... ^node.xpath[/rates/USD] = hash
18341: dom(dnode)
18342:
18343: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
18344: main/compile.y, main/compile_tools.h, main/execute.C,
18345: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
18346: in expression compound($aa.zz.xx) names now can have minus '-' in
18347: name after '.'
18348:
18349: 2001-09-15 parser
18350:
18351: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
18352: image: $line-width ^line(...)[**** style]
18353:
18354: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
18355: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
18356: pool_storage - cleanups first, allocations second. apache wisely
18357: does just like that
18358:
18359: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
18360: rewritten using template, no bugs now
18361:
18362: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
18363: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
18364: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
18365: poorly started isapi pool_storage, would rewrite using template
18366: now
18367:
18368: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
18369: include/pa_stylesheet_connection.h, main/main.dsp,
18370: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
18371: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
18372: xalan objects freed up [introducing Pool::register_cleanup]
18373:
18374: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
18375: comments
18376:
18377: 2001-09-14 parser
18378:
18379: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
18380: z
18381:
18382: * src/: classes/dom.C, classes/file.C, classes/image.C,
18383: classes/mail.C, include/pa_common.h,
18384: include/pa_sql_driver_manager.h, include/pa_string.h,
18385: include/pa_stylesheet_connection.h,
18386: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
18387: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
18388: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
18389: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
18390: compiled&cached
18391:
18392: 2001-09-13 parser
18393:
18394: * src/: classes/dom.C, classes/file.C, classes/image.C,
18395: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
18396:
18397: * src/classes/dom.C: dom:file content-type(.method)
18398:
18399: * src/: include/pa_common.h, include/pa_globals.h,
18400: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
18401: string now more informative error messages
18402:
18403: * src/: include/pa_globals.h, include/pa_request.h,
18404: main/pa_request.C, targets/cgi/parser3.C,
18405: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
18406: ParserSiteConfig .../parser3.conf
18407:
18408: cgi&isapi looks for {configure|c:\windows}/parser3.conf
18409:
18410: 2001-09-12 parser
18411:
18412: * src/: classes/op.C, include/pa_sql_driver_manager.h,
18413: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
18414: precise error reporting: "connection string must start with
18415: protocol://" now
18416:
18417: * src/main/compile.tab.C: fixed - subname code parts actually []
18418: braced
18419:
18420: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
18421: lexer on LS_USER level did [] matching without setting nestage,
18422: introduced special LS_NAME_SQUARE_PART state
18423:
18424: 2001-09-11 parser
18425:
18426: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
18427: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
18428: languages+=xml
18429:
18430: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
18431:
18432: * src/classes/dom.C: ^dom:save/string/file[output options] output
18433: options: $.method[xml|html|text] detection fixed
18434:
18435: * src/types/pa_vdom.h: messages
18436:
18437: * src/classes/dom.C: ^dom:save/string/file[output options] output
18438: options: $.method[xml|html|text] detection fixed
18439:
18440: 2001-09-10 parser
18441:
18442: * src/classes/dom.C: ^dom:save/string/file[output options] output
18443: options: $.method[xml|html|text] $.encoding[windows-1251|...]
18444:
18445: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
18446: added]
18447:
18448: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
18449: ^dom.xslt[stylesheet filename] 0
18450:
18451: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
18452: ^dom.xslt[stylesheet filename] -1 doc is lying
18453:
18454: * src/classes/dom.C: ^dom.file[encoding] = file
18455:
18456: * src/classes/: dom.C: ^dom.string[encoding] 1
18457: ^dom.save[encoding;filename]
18458:
18459: * src/classes/dom.C: ^dom.string[] 0
18460:
18461: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
18462:
18463: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
18464: types/pa_vform.h: ^dom.save[b.xml] 0
18465:
18466: 2001-09-08 parser
18467:
18468: * src/types/pa_vform.C: $form:tables.name.field
18469:
18470: 2001-09-07 parser
18471:
18472: * src/classes/table.C: table:empty removed, superceded by ^if(def
18473: $table)...
18474:
18475: * src/targets/cgi/parser3.C: z
18476:
18477: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
18478: from '' to int/double is 0]
18479:
18480: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
18481: $table) is false when table is empty
18482:
18483: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
18484: !$form:tables $atable[$form:tables.a]
18485: ^atable.menu{a=$atable.element}[,]
18486:
18487: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
18488: types/pa_vform.h, types/pa_vhash.h: !$form:fields
18489:
1.101 moko 18490: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 18491: types/pa_vdom.h, types/pa_vform.C: merged with successful start
18492: of dom
18493:
18494: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
18495: types/pa_vform.C, types/pa_vform.h: z
18496:
18497: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
18498: element [not last]
18499:
1.101 moko 18500: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 18501: types/pa_vdom.h: introducing dom. dom:load[a.xml]
18502:
18503: 2001-09-06 parser
18504:
18505: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
18506: table with one column 'element' and two rows: 1 and 2
18507:
18508: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
18509: table with one column 'element' and two rows: 1 and 2
18510:
18511: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
18512: bad int/double conversions, and now $form:nonexistent.int(88)
18513: would return 88
18514:
18515: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
18516: types/pa_vhash.h: now there's special hash key '_default'
18517: [instead of ^_default method] $hash[ $.a[1] $.b[2]
18518: $._default[xx] ] $hash.c
18519:
18520: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
18521: fixed [thanks, fif], ^; were treated there non-literally
18522:
18523: * src/doc/doxygen.cfg: merged new default options from 1.2.10
18524: doxygen
18525:
18526: * src/: classes/image.C, classes/op.C, classes/string.C,
18527: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
18528: types/pa_vtable.C: few #ifndef DOXYGEN
18529:
18530: 2001-09-05 parser
18531:
18532: * src/classes/: string.C, table.C: sql options can be void [same as
18533: image:html the other day]
18534:
18535: * src/targets/cgi/Makefile.am: .am undo
18536:
18537: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
18538: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
18539: macro expantion on param, simply qoutes whatever passed, undone
18540:
18541: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
18542: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
18543: STRINGIZE(name) #name invented
18544:
18545: * src/: classes/op.C, include/pa_sql_driver_manager.h,
18546: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
18547: MAIN_SQL_DRIVERS_NAME "drivers"
18548:
18549: moved to be availible to all users
18550:
18551: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
18552: SQL_DRIVER_CREATE_FUNC_NAME
18553:
18554: * src/classes/mail.C: MAIN:MAIL check fixed
18555:
18556: 2001-09-04 parser
18557:
18558: * src/classes/image.C: image.html now can accept void params
18559:
18560: * src/targets/isapi/parser3isapi.C: z
18561:
18562: * src/targets/cgi/parser3.C: full_file_spec bug
18563:
18564: * src/targets/cgi/parser3.C: getenvcheck
18565:
18566: * src/targets/cgi/parser3.C: zz
18567:
18568: * src/targets/cgi/parser3.C: zzz
18569:
18570: * src/classes/date.C: date
18571:
18572: * src/classes/date.C: date:sql-string is now without ''
18573:
1.101 moko 18574: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 18575: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
18576: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
18577:
1.101 moko 18578: * src/include/pa_config_auto.h.in: makes
1.95 moko 18579:
18580: 2001-09-03 parser
18581:
18582: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
18583:
18584: 2001-09-01 parser
18585:
18586: * src/classes/image.C: letter_spacing
18587:
18588: * src/classes/image.C: image: font params changed
18589:
18590: * src/classes/image.C: image: as_int as_string used
18591:
18592: * src/types/pa_vmethod_frame.h: $result[] now gets properly
18593: analized
18594:
18595: 2001-08-31 parser
18596:
18597: * src/targets/cgi/parser3.C: z
18598:
1.101 moko 18599: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
18600: cygwin
1.95 moko 18601:
18602: * src/classes/void.C: void:int/double += (default)
18603:
18604: * src/classes/image.C: image:font added space param image:font
18605: changed charwidth alg, added kerning const[for now]
18606:
18607: * src/classes/: string.C, table.C: string:int/double (defaults)
18608:
18609: 2001-08-29 parser
18610:
18611: * src/main/pa_exception.C: exception redundant debug info
18612:
18613: 2001-08-28 parser
18614:
18615: * src/classes/image.C: image error msgs
18616:
18617: * src/classes/image.C: image: gifsize little endian
18618:
18619: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
18620: doxygeneration
18621:
18622: * src/: classes/Makefile.am, main/Makefile.am,
18623: targets/cgi/Makefile.am, types/Makefile.am: .am-s
18624:
18625: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
18626: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
18627:
18628: * src/main/compile.C: NO_STRING_ORIGIN check2
18629:
18630: * src/classes/table.C: NO_STRING_ORIGIN check
18631:
18632: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
18633: storage class specifiers invalid in friend function declarations
18634:
18635: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
18636: main/untaint.C, targets/cgi/parser3.C,
18637: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
18638: case of limit
18639:
18640: * src/: classes/file.C, main/pa_common.C: file:move
18641: autocreate/remove dest/src dir
18642:
18643: * src/: classes/string.C, include/pa_dictionary.h,
18644: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
18645: main/untaint.C: pa_directory speeded up. moved zero 'from' check
18646: to directory constructor. string:replace
18647:
18648: 2001-08-27 parser
18649:
18650: * src/classes/image.C: fixed jpgsize alg
18651:
18652: * src/classes/image.C: fixed jpgsize alg
18653:
18654: * src/main/pa_exception.C: z
18655:
18656: * src/main/pa_common.C: removed debug info from pa_common
18657:
18658: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
18659: [auto.p from current dir loading]
18660:
1.101 moko 18661: * src/: main/pa_common.C, main/pa_exception.C,
18662: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
18663: for solaris -lsocket
1.95 moko 18664:
18665: 2001-08-24 parser
18666:
18667: * src/targets/cgi/parser3.C: not cgi extra \n 3
18668:
18669: * src/targets/cgi/parser3.C: not cgi extra \n 2
18670:
18671: * src/targets/cgi/parser3.C: not cgi extra \n
18672:
18673: * src/main/pa_sql_driver_manager.C: z
18674:
18675: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
18676: sql* removed services from disconnect - cross-request ideological
18677: probs.
18678:
18679: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
18680: cross-request ideological probs. oracle - fixed bug: cs
18681: allocated on request.pool and got freed before disconnect
18682:
18683: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
18684: mallocs fixed
18685:
18686: 2001-08-23 parser
18687:
18688: * src/classes/file.C: minor bug in file:save fixed
18689:
18690: * src/main/pa_sql_driver_manager.C: oracle: dlink
18691:
18692: 2001-08-22 parser
18693:
18694: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
18695: types/pa_vfile.h: file:load|save[text|binary;
18696:
18697: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
18698:
18699: 2001-08-21 parser
18700:
18701: * src/classes/: file.C, table.C: ^file:list
18702:
18703: 2001-08-20 parser
18704:
18705: * src/: main/compile.tab.C, main/compile.y,
18706: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
18707: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
18708: recousively caused problems: inc incremeted 123 literal!! fixed
18709:
18710: 2001-08-10 parser
18711:
18712: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
18713:
18714: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
18715: added
18716:
18717: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
18718: added
18719:
18720: * src/classes/table.C: table:sort restored [it was bad test :(]
18721:
18722: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
18723: ''
18724:
18725: * src/main/: pa_request.C: wanted to make const int
18726: MAX_EXECUTE_SECONDS=1;
18727:
18728: but couldnt, set_callback_and_alarm appeared to be not exported
18729: :(
18730:
18731: * src/main/pa_string.C: string.match hanged on. there were a hang
18732: check but it weren't wise enough
18733:
18734: @parse[dateString][tmp]
18735: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
18736: #end
18737:
18738: @main[] ^parse[2001-02-03]
18739:
18740: * src/classes/: table.C: table:sort now default desc
18741:
18742: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
18743: table.sort now creates new sorted table
18744:
18745: 2001-08-09 parser
18746:
18747: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
18748:
18749: * src/classes/hash.C: hash:_default now [was hash:default]
18750:
18751: * src/classes/op.C: case without switch check added
18752:
18753: * src/types/pa_vcookie.C: cookie name&value origins added, more
18754: precise $ORIGINS(1)
18755:
18756: * src/main/Makefile.am: .am
18757:
18758: * src/classes/void.C: void: int double copy/paste from int: bug
18759: fixed
18760:
18761: * src/classes/void.C: void: int double copy/paste from int: bug
18762: fixed
18763:
18764: 2001-08-07 parser
18765:
18766: * src/: classes/double.C, classes/int.C, classes/string.C,
18767: classes/table.C, include/pa_globals.h, main/pa_globals.C:
18768: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
18769: string, table
18770:
18771: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
18772: srand made working
18773:
18774: 2001-08-06 parser
18775:
18776: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
18777: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
18778: main/compile.tab.C, main/compile.y, main/pa_array.C,
18779: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
18780: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
18781:
18782: * src/main/pa_exec.C: exec win32 real filename
18783:
18784: * src/classes/file.C: exec stderr out
18785:
18786: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
18787:
18788: 2001-08-03 parser
18789:
18790: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
18791:
18792: 2001-08-02 parser
18793:
18794: * src/: classes/string.C, classes/table.C, include/pa_array.h,
18795: main/execute.C, main/pa_exec.C: introducing Array_iter
18796:
18797: * src/main/execute.C: detected quick_get recursion bug. changed to
18798: get@execute, but needs array iterator, separate from array to
18799: avoid it & use caching
18800:
18801: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
18802: bug fixed
18803:
18804: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
18805: main/execute.C, main/pa_globals.C: found another multithread bug
18806: in op.C (last, last global var killed) :)
18807:
18808: 2001-08-01 parser
18809:
18810: * src/: include/pa_dictionary.h, include/pa_globals.h,
18811: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
18812: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
18813: main/untaint.C: speeded up typo-html replacements. introducing
18814: Dictionary with first-char caching
18815:
18816: 2001-07-31 parser
18817:
18818: * src/types/Makefile.am: pa_vtable.C added to .am
18819:
18820: * src/main/compile.tab.C: added, so that could be compiled even on
18821: non-bison-enabled platforms
18822:
18823: 2001-07-28 parser
18824:
18825: * src/classes/table.C: table:hash always produces hash, when can't
18826: - empty
18827:
18828: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
18829: skipped \n
18830:
18831: 2001-07-27 parser
18832:
18833: * src/classes/: double.C, int.C, string.C: provided meaningful msg
18834: on int/double/string :sql without result and default
18835:
18836: 2001-07-26 parser
18837:
18838: * src/classes/op.C: fixed bad multithread bug with strangly global
18839: OP
18840:
18841: * src/main/compile.y: $man[$.age[zzz]] 0
18842:
18843: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
18844: creation syntax problem persists. restored $: for a while.
18845: thinking of $man[$.age[zzz]] syntax now
18846:
18847: * src/: classes/double.C, classes/int.C, classes/string.C,
18848: include/pa_opcode.h, main/compile.C, main/compile.y,
18849: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
18850: types/pa_vmethod_frame.h, types/pa_wcontext.h,
18851: types/pa_wwrapper.h: fixing :: realization #1
18852:
18853: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
18854: main/compile_tools.h, main/execute.C, main/pa_request.C,
18855: types/pa_vmethod_frame.h: introducing :: this is constructor call
18856: prefix. ordinary : remains for static accesses
18857:
18858: 2001-07-25 parser
18859:
18860: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
18861: fields 2. methods 3. columns
18862:
18863: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
18864: quote. optimized double&int tostring-s
18865:
18866: * src/main/: compile.C, compile.y, compile_tools.h: allowed
18867: whitespace before first method decl
18868:
18869: * src/classes/table.C: allowed nontable result in table:sql,
18870: results in empty table
18871:
18872: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
18873: lines before first method decl
18874:
18875: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
18876: types/pa_vtable.h: ^table.record[] now $table.fields
18877:
18878: * src/main/compile.y: $var[] is now empty string, not void
18879:
18880: * src/main/: compile.y, execute.C: $var[] is now empty string, not
18881: void
18882:
18883: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
18884: main/pa_globals.C: match replace code context moved to implicit
18885: $match context
18886:
18887: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
18888: main/compile_tools.h, main/execute.C: with killed, code storage
18889: introduced with former 'with' syntax
18890:
18891: 2001-07-24 parser
18892:
18893: * src/: main/compile.C, main/execute.C, main/pa_string.C,
18894: types/pa_value.h: first get_element, next get operator
18895:
18896: * src/main/compile.y: removed @end handling
18897:
18898: * src/main/: compile.C, compile.y: @end handling method2
18899:
18900: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
18901: file:move
18902:
18903: * src/main/pa_common.C: file_read close @ eof when imgsize bug
18904: fixed
18905:
18906: 2001-07-23 parser
18907:
18908: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
18909: driver
18910:
18911: * src/classes/hash.C: changed sql driver query interface
18912:
18913: * src/: classes/hash.C, classes/string.C, classes/table.C,
18914: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
18915: changed sql driver query interface
18916:
18917: 2001-07-20 parser
18918:
18919: * src/types/pa_vrequest.C: X!$browser:type
18920:
18921: * src/: classes/file.C, classes/string.C, include/pa_string.h,
18922: main/execute.C, main/pa_string.C, types/pa_valiased.C,
18923: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
18924: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
18925: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
18926: types/pa_vobject.h, types/pa_vrequest.C,
18927: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
18928: ^class:method dynamic calls allowed. ^BASE.method call disabled.
18929: BASE element globally removed
18930:
18931: 2001-07-18 parser
18932:
18933: * src/classes/file.C: file:exec/cgi msg
18934:
18935: * src/classes/file.C: $file:exit-code renamed to 'status'
18936:
18937: * src/: classes/file.C, main/pa_exec.C: file:exec
18938:
1.101 moko 18939: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
18940: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
18941: removed $id from *.in *.am
1.95 moko 18942:
18943: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
18944: abbrevations
18945:
18946: * src/: classes/date.C, classes/mail.C, classes/math.C,
18947: classes/string.C, classes/table.C, include/pa_globals.h,
18948: include/pa_string.h, main/execute.C, main/pa_globals.C,
18949: main/pa_request.C, main/pa_string.C, main/untaint.C,
18950: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
18951: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
18952: $ORIGINS(1) output tracing mode
18953:
18954: 2001-07-13 parser
18955:
18956: * src/: classes/double.C, classes/int.C, classes/string.C,
18957: include/pa_request.h, main/execute.C, main/pa_request.C:
18958: auto.p[@auto], /news/auto.p[no @auto], so that initializing
18959: second would not call first @auto
18960:
18961: * src/main/: execute.C, pa_request.C: order of MAIN parents was
18962: wrong, fixed
18963:
18964: 2001-07-12 parser
18965:
18966: * src/types/pa_value.h: pa_value.putelement modification of system
18967: classes prevented
18968:
18969: 2001-07-11 parser
18970:
18971: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
18972: table $piece
18973:
18974: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
18975: types/pa_vstateless_class.h: $file created by file:state +=
18976: .atime .mtime .ctime +found&fixed bug with exceptions on
18977: get_junction-created objects [they were on wrong pool]
18978:
18979: 2001-07-09 parser
18980:
18981: * src/main/untaint.C: qp wrong name
18982:
18983: * src/: classes/date.C, classes/string.C, classes/table.C,
18984: main/compile.y: date format 0
18985:
18986: 2001-07-07 parser
18987:
18988: * src/: classes/date.C, classes/table.C, include/pa_common.h,
18989: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
18990: roll table calendar
18991:
18992: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
18993: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
18994: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
18995: include/pa_request.h, main/main.dsp, types/pa_value.h,
18996: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
18997: string. todo: sql, calendar
18998:
18999: 2001-07-06 parser
19000:
19001: * src/: classes/math.C, include/pa_request.h, main/execute.C,
19002: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
19003:
19004: 2001-07-03 parser
19005:
19006: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
19007: classes/random.C, main/main.dsp: class random renamed to math,
19008: operators became methods
19009:
19010: * src/classes/op.C: pow sqrt
19011:
19012: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
19013:
19014: 2001-07-02 parser
19015:
19016: * src/classes/table.C: ^table.columns column renamed from 'name' to
19017: 'column'
19018:
19019: * src/classes/hash.C: ^hash.keys[]
19020:
19021: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
19022:
19023: * src/main/: compile.y, compile_tools.h: in expressions now allowed
19024: 'strings'
19025:
19026: 2001-06-29 parser
19027:
19028: * src/main/: execute.C: /0 %0 checkes ver 2
19029:
19030: * src/main/execute.C: /0 %0 checke
19031:
19032: * src/classes/Makefile.am: nothing - void
19033:
19034: * src/classes/table.C: empty strings @ sql
19035:
19036: 2001-06-28 parser
19037:
19038: * src/: classes/double.C, classes/file.C, classes/form.C,
19039: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19040: classes/op.C, classes/random.C, classes/response.C,
19041: classes/string.C, classes/table.C, classes/void.C,
19042: main/compile.C, main/compile_tools.C, main/execute.C,
19043: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
19044: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19045: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19046: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
19047: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
19048: targets/isapi/parser3isapi.C, main/compile.y: */ static const
19049: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
19050: $";
19051:
19052: * src/: classes/double.C, classes/file.C, classes/form.C,
19053: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19054: classes/op.C, classes/random.C, classes/response.C,
19055: classes/string.C, classes/table.C, classes/void.C,
19056: main/compile.C, main/compile.y, main/compile_tools.C,
19057: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
19058: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19059: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19060: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
19061: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
19062: targets/isapi/parser3isapi.C: static char *RCSId="$Id$";
19063:
19064: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
19065: $class:name: == ${class:name}:
19066:
19067: * src/classes/string.C: exactly one
19068:
19069: 2001-06-27 parser
19070:
19071: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
19072: types/pa_vvoid.h: nothing renamed to void
19073:
19074: * src/classes/op.C: ^switch ^case
19075:
19076: * src/main/compile.y: nothing renamed to void
19077:
19078: * src/: classes/hash.C, classes/table.C, main/compile.y,
19079: main/execute.C, main/main.dsp, main/pa_request.C,
19080: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
19081: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
19082: void
19083:
19084: * src/main/compile.y: lexer: $zzzz^zzzz were name part
19085:
19086: 2001-05-28 parser
19087:
19088: * src/doc/html2chm.cmd: removed >a
19089:
19090: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
19091: project options [some bugs]
19092:
19093: * src/doc/sources2html.cmd: z
19094:
19095: * src/: classes/classes.C, main/compile.C, main/compile.y,
19096: main/execute.C: operators are not in root class again
19097:
19098: 2001-05-24 parser
19099:
19100: * src/targets/cgi/parser3.dsp: project file
19101:
19102: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
19103: ^log ^exp
19104:
19105: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
19106: conversions in @exception[params]
19107:
19108: * src/main/pa_request.C: // no _ conversions in @exception[params]
19109:
19110: 2001-05-23 parser
19111:
19112: * src/main/pa_string.C: string cmp bug
19113:
19114: * src/classes/: mail.C, op.C: rem max 1000
19115:
19116: * src/: classes/op.C, main/compile.y: allow one empty line before
19117: LS_DEF_NAME
19118:
19119: 2001-05-22 parser
19120:
19121: * src/classes/op.C: if params code-required
19122:
19123: 2001-05-21 parser
19124:
19125: * src/types/pa_vstring.C: eoleof
19126:
19127: * src/classes/Makefile.am: .AM
19128:
19129: * src/classes/nothing.C: resultless ^sql moved to nothing:
19130:
19131: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
19132:
19133: * src/: classes/double.C, classes/nothing.C, classes/string.C,
19134: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
19135: types/pa_vunknown.h, classes/hash.C, main/compile.y,
19136: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
19137: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
19138: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
19139: 'nothing'
19140:
19141: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
19142: vstring::set_string
19143:
19144: * src/classes/: double.C, int.C, string.C: int,double;sql
19145:
19146: * src/: classes/hash.C, classes/int.C, classes/string.C,
19147: classes/table.C, include/pa_string.h, main/pa_string.C,
19148: types/pa_vstring.C, types/pa_vstring.h: started int:sql
19149:
19150: * src/: classes/classes.C, classes/hash.C, classes/op.C,
19151: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
19152: hash:sql moved to main trunc. operators.txt updated
19153:
19154: * src/classes/: hash.C, op.C, table.C: hash:sql
19155:
19156: * src/classes/op.C: z
19157:
19158: * src/: main/compile.C, classes/classes.C: 1
19159:
19160: * src/: classes/classes.C, main/compile.C, main/compile.y,
19161: main/execute.C: 0
19162:
19163: * src/main/execute.C: z
19164:
19165: * src/targets/cgi/parser3.C: z
19166:
19167: * src/targets/cgi/parser3.C: argv can be just "parser3". made
19168: site_auto_path "." in that case
19169:
19170: * src/targets/cgi/: parser3.C: z
19171:
19172: * src/main/pa_request.C: .am
19173:
19174: * src/: main/pa_request.C, targets/cgi/parser3.C:
19175: pcre_tables=pcre_default_tables;
19176:
19177: 2001-05-19 parser
19178:
19179: * src/main/pa_string.C: z
19180:
19181: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
19182: introducing String::cstr_bufsize, returns just size+1 for as_is
19183: target.
19184:
19185: * src/: main/untaint.C, targets/cgi/pa_pool.C,
19186: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
19187: used, 4* mem wasted
19188:
19189: * src/classes/string.C: root context in match replace body now
19190: unchanged
19191:
19192: * src/types/pa_value.h: parameter # 1 based
19193:
19194: * src/main/pa_common.C: common: actual filename '%s'
19195:
19196: * src/classes/string.C: z
19197:
19198: * src/classes/Makefile.am: classes/.am
19199:
19200: * src/classes/: Makefile.am: classes/.am
19201:
19202: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
19203: targets/cgi/pa_pool.C: classes/.am
19204:
19205: 2001-05-18 parser
19206:
1.101 moko 19207: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
19208: pa_threads.C ins
1.95 moko 19209:
19210: * src/targets/cgi/Makefile.am: .am pa_threads.C added
19211:
19212: 2001-05-17 parser
19213:
19214: * src/: classes/string.C, include/pa_config_fixed.h,
19215: include/pa_config_includes.h, main/compile.y,
19216: main/compile_tools.h, main/execute.C, main/pa_array.C,
19217: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
19218: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
19219: types/pa_vform.C: #include "pa_config_includes.h" removed from
19220: most .C
19221:
19222: * src/doc/html2chm.cmd: z
19223:
19224: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
19225: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
19226:
19227: * src/main/pa_sql_driver_manager.C: moved expiration to
19228: get_connection_from_cache
19229:
19230: * src/main/pa_sql_driver_manager.C: cache expiration bf
19231:
19232: * src/: classes/classes.h, include/pa_sql_connection.h,
19233: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
19234: cache expiration[use SQL_Driver::disconnect]
19235:
19236: * src/main/pa_table.C: table.locate current restored on "not found"
19237:
19238: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
19239: line no
19240:
19241: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
19242: ANTI_ENDLESS_EXECUTE_RECOURSION
19243:
19244: * src/: classes/op.C, include/pa_sql_connection.h,
19245: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
19246: sql/pa_sql_driver.h: fixed problem at last: 2connections own
19247: 1driver and set_services fight for driver::fservices. before fix
19248:
19249: * src/: classes/op.C, include/pa_config_fixed.h,
19250: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19251: main/pa_sql_driver_manager.C: found problem at last: 2connections
19252: own 1driver and set_services fight for driver::fservices. before
19253: fix
19254:
19255: * src/: include/pa_config_fixed.h, include/pa_threads.h,
19256: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
19257: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
19258: pa_threads.C
19259:
19260: * src/include/pa_threads.h: removed targets/parser
19261:
19262: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
19263: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
19264: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
19265: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
19266: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
19267: headers
19268:
19269: * src/: classes/image.C, include/pa_sql_driver_manager.h,
19270: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
19271: order prevented sqlmanager to see MULTYTHREAD define
19272:
19273: * src/: include/pa_config_fixed.h, include/pa_threads.h,
19274: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
19275: put/gets
19276:
19277: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
19278: from hash.h
19279:
19280: * src/: classes/op.C, include/pa_sql_connection.h,
19281: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
19282: from cache ->set_services(&services);
19283:
19284: 2001-05-16 parser
19285:
19286: * src/targets/cgi/parser3.C: z
19287:
19288: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
19289: debug, #ifdefed some. would debug later, on more precise sample
19290: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
19291: $name.$tail[$tail!] $name.$tail } ok3
19292:
19293: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
19294: removed array debug. before vstring rebasing
19295:
19296: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
19297: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
19298: array debugged; adjusted
19299:
19300: * src/main/: pa_sql_driver_manager.C, pa_string.C:
19301: SQL_Driver_manager line no for connect/charset errors
19302:
19303: 2001-05-15 parser
19304:
19305: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
19306: main/pa_string.C: string+array made linear grows
19307:
19308: * src/: include/pa_string.h, main/pa_string.C,
19309: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
19310: grow lineary, not exponentialy
19311:
19312: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
19313: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
19314: with fullchunk cmps
19315:
19316: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
19317: 70041= 81
19318:
19319: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
19320: targets/cgi/parser3.C: detected huge mem allocation: size/times
19321: malloc 27809390/368771, calloc 3232/83. would test now
19322:
19323: * src/: classes/random.C, main/compile.y, main/execute.C,
19324: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
19325: numbered params had wrong name - for instance: bad error message
19326: in ^for[] bad body type. fixed
19327:
19328: 2001-05-14 parser
19329:
19330: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
19331: main/untaint.C: ^string.upper|lower[]
19332:
19333: 2001-05-11 parser
19334:
19335: * src/: classes/double.C, classes/image.C, classes/op.C,
19336: classes/string.C, classes/table.C, classes/unknown.C,
19337: main/execute.C, types/pa_value.h, types/pa_vbool.h,
19338: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
19339: types/pa_vunknown.h: op: MAX_LOOPS as_int
19340:
19341: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
19342: .dsp for win32tools
19343:
19344: 2001-05-11 paf
19345:
19346: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
19347: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
19348: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
19349: targets/isapi/kill.pl: moved win32 helpers to /win32tools
19350:
19351: 2001-05-10 paf
19352:
19353: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
19354: for C++, that's all
19355:
1.101 moko 19356: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
19357: pa_config_includes.h: inline wonders
1.95 moko 19358:
19359: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
19360: doc/doxygen.cmd: hash.C added
19361:
19362: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
19363:
19364: * src/main/compile.y: @end grammar: allowed zero strings in control
19365: menthod
19366:
19367: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
19368: pa_vstateless_object.h: changed priority: field before method
19369: lookup in vclass & vobject
19370:
19371: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
19372: grammar: priorities changes [lowerd && prior] vobject: now first
19373: fields, next methods
19374:
19375: 2001-05-08 paf
19376:
19377: * src/main/pa_table.C: table columnname2item on nameless ignored
19378: bark=false. fixed
19379:
19380: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
19381: types/pa_vmethod_frame.h: hash:default works at last!
19382:
19383: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
19384: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
19385: hash:default
19386:
19387: * src/classes/table.C: z
19388:
19389: * src/classes/table.C: table:hash always hash of hash now
19390:
19391: * src/classes/table.C: table:empty return bool now
19392:
19393: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
19394: include/pa_table.h, main/pa_table.C, types/pa_value.h,
19395: types/pa_vtable.h: table:hash
19396:
19397: * src/classes/table.C: table:record have name
19398:
19399: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
19400: returns vunknown
19401:
19402: * src/classes/: double.C, int.C, op.C, string.C:
19403: int,double,string:int[] double[] string:length[] results now have
19404: hames
19405:
19406: * src/: classes/op.C, classes/table.C, main/main.dsp,
19407: types/pa_vtable.h: removed table:find. table:locate and op:eval
19408: now return bool
19409:
19410: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
19411: in method checkparams again. fixed
19412:
19413: 2001-05-07 paf
19414:
19415: * src/doc/chm.cmd: cmd
19416:
19417: * src/: classes/image.C, classes/mail.C, classes/string.C,
19418: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
19419: types/pa_value.h: method reported errors on wrong pool
19420:
19421: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
19422: now
19423:
19424: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
19425: include/code.h, include/pa_opcode.h, main/compile.C,
19426: main/compile_tools.h, main/execute.C, types/pa_value.h,
19427: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19428: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
19429: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
19430: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19431: types/pa_vmethod_frame.h, types/pa_vobject.h,
19432: types/pa_vrequest.h, types/pa_vresponse.h,
19433: types/pa_vstateless_class.h, types/pa_vstring.h,
19434: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
19435: types/pa_wwrapper.h: pa_code.h
19436:
19437: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
19438:
19439: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
19440: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
19441: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
19442: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
19443: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
19444: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
19445: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
19446: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
19447: types/pa_vtable.h: dox, split by not clean parts also
19448:
19449: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
19450: types/pa_vtable.h: table: fields, then methods. so to enable
19451: 'dir' fields & co. more
19452:
19453: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
19454: so to enable 'dir' fields & co.
19455:
19456: * src/main/compile.y: grammar: @end
19457:
19458: 2001-05-04 paf
19459:
19460: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
19461: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
19462:
19463: * src/: classes/classes.h, classes/double.C, classes/file.C,
19464: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
19465: classes/op.C, classes/random.C, classes/response.C,
19466: classes/string.C, classes/table.C, classes/unknown.C,
19467: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
19468: method dox
19469:
19470: 2001-05-03 paf
19471:
19472: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
19473: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
19474: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
19475: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
19476: doc/string.dox, doc/targets.dox, doc/value.dox,
19477: main/pa_request.C: dox splitted .dox files and added some
19478:
19479: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
19480:
19481: 2001-05-02 paf
19482:
19483: * src/classes/: image.C, table.C: table:dir result are not tainted
19484: by file_name language now
19485:
19486: 2001-04-28 paf
19487:
19488: * src/classes/classes.inc: removed classes.inc
19489:
19490: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
19491: from .am
19492:
19493: * src/classes/classes.awk: skipped classes in .awk
19494:
19495: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
19496: classes/classes.inc, classes/double.C, classes/file.C,
19497: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
19498: classes/string.C, classes/table.C, classes/unknown.C,
19499: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
19500: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
19501: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
19502: pa_methoded back to classes/classes.h
19503:
19504: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
19505:
19506: * src/: classes/Makefile.am, classes/classes.awk,
19507: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
19508: classes/ls.exe, main/bison.exe: classes.inc autogenerator
19509:
19510: * src/: classes/classes.C, classes/classes.h, classes/double.C,
19511: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
19512: classes/response.C, classes/string.C, classes/table.C,
19513: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
19514: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
19515: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
19516: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
19517: include|main/pa_methoded
19518:
19519: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
19520: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
19521:
19522: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
19523: moved some configured data to request::classes_conf moved some
19524: string crations from globals to M... [works]
19525:
19526: * src/: classes/form.C, classes/mail.C, classes/op.C,
19527: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
19528: main/pa_request.C: moved some configured data to
19529: request::classes_conf moved some string crations from globals to
19530: M...
19531:
19532: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
19533: about to move configured data to special request hash
19534:
19535: * src/: classes/classes.C, classes/classes.h, classes/file.C,
19536: classes/form.C, classes/mail.C, include/pa_request.h,
19537: main/pa_request.C: configure started
19538:
19539: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
19540: 2. todo: methoded-configure
19541:
19542: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
19543: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
19544: classes/_random.h, classes/_response.h, classes/_string.h,
19545: classes/_table.h, classes/_unknown.h, classes/classes.inc,
19546: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
19547: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
19548: classes/random.C, classes/response.C, classes/string.C,
19549: classes/table.C, classes/unknown.C, include/pa_globals.h,
19550: include/pa_request.h, main/compile.y, main/execute.C,
19551: main/main.dsp, main/pa_globals.C, main/pa_request.C,
19552: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19553: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
19554: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
19555: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
19556: types/pa_vrequest.h, types/pa_vresponse.h,
19557: types/pa_vstateless_class.h, types/pa_vstring.h,
19558: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
19559: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
19560: methoded-configure
19561:
19562: * src/: classes/file.C, classes/table.C, main/compile.y,
19563: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
19564: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
19565: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
19566:
19567: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
19568: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
19569: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
19570: classes/random.C, classes/response.C, classes/string.C,
19571: classes/table.C, classes/unknown.C, include/pa_request.h,
19572: main/compile.y, main/execute.C, main/pa_globals.C,
19573: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
19574: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19575: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
19576: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
19577: beautifying just compiled. todo: debug, configure
19578:
19579: 2001-04-27 paf
19580:
19581: * src/: classes/file.C, classes/image.C, classes/table.C,
19582: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
19583: beautifying -99
19584:
19585: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
19586: classes/_response.h, classes/_unknown.h, classes/classes.C,
19587: classes/classes.h, classes/double.C, classes/file.C,
19588: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
19589: classes/op.C, classes/random.C, classes/response.C,
19590: classes/string.C, include/pa_globals.h, main/main.dsp,
19591: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
19592: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
19593: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
19594: types/pa_vunknown.h: beautifying -100
19595:
19596: * src/main/compile.y: serge@ found @CLASS bug. fixed
19597:
19598: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
19599: classes/_op.h, classes/_random.h, classes/_table.h,
19600: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
19601: classes/op.C, classes/random.C, classes/response.C,
19602: classes/string.C, classes/table.C, classes/unknown.C,
19603: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
19604: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
19605: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
19606: beautifying
19607:
19608: 2001-04-26 paf
19609:
19610: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
19611:
19612: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
19613: documentation ++
19614:
19615: * src/: classes/_exec.h, doc/doxygen.cfg,
19616: include/pa_config_fixed.h, include/pa_config_includes.h,
19617: targets/cgi/pa_pool.C: code documentation ++
19618:
19619: * src/: classes/_image.h, classes/op.C, classes/random.C,
19620: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19621: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
19622: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
19623: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19624: types/pa_vmethod_frame.h, types/pa_vobject.h,
19625: types/pa_vrequest.C, types/pa_vrequest.h,
19626: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
19627: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
19628: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
19629: code documentation ++
19630:
19631: * src/: classes/image.C, classes/mail.C, classes/string.C,
19632: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
19633: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
19634: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
19635: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19636: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
19637: types/pa_vobject.h, types/pa_vstateless_class.h,
19638: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
19639:
19640: * src/main/: pa_request.C, pa_string.C: z
19641:
19642: * src/: include/pa_common.h, include/pa_types.h,
19643: main/pa_sql_driver_manager.C: module [and, guess, isapi]
19644: connection caching fixed. request-pooled-url were stored into
19645: global connectioncache
19646:
19647: 2001-04-25 paf
19648:
19649: * src/: doc/doxygen.cfg, doc/doxygen.txt,
19650: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
19651:
19652: * src/: include/code.h, include/pa_common.h, main/compile.y,
19653: main/execute.C, main/pa_common.C: -d
19654:
19655: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
19656: illegal call check a bit improved, but still under iis no mapping
19657: of dir with parser allowed!
19658:
19659: 2001-04-24 paf
19660:
19661: * src/targets/Makefile.am: apache module lib .am
19662:
19663: * src/main/pa_exec.C: windows32 buildCommand
19664:
19665: 2001-04-23 paf
19666:
19667: * src/targets/cgi/Makefile.am: win32 conditional
19668:
19669: * src/targets/cgi/Makefile.am: win32 conditional
19670:
19671: * src/targets/cgi/Makefile.am: liblink
19672:
19673: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
19674: vfile fields return type
19675:
19676: * src/types/pa_vfile.h: vfile fields return type
19677:
19678: * src/include/pa_config_auto.h.in: .h.in
19679:
19680: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
19681: types/Makefile: makefiles removed
19682:
19683: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
19684: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
19685:
19686: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
19687: [tested: i & g ]
19688:
19689: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
19690: @test noticed series in isapi, check how initialize_random_class
19691: is called! [must be called only once]
19692:
19693: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
19694: would not be 'unknown column'
19695:
19696: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
19697: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
19698:
19699: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
19700: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
19701: [now doesnt]
19702:
19703: * src/targets/cgi/parser3.C: cgi cmdline ver
19704:
19705: * src/targets/cgi/parser3.C: cgi /// @test disable
19706: /cgi-bin/parser3/auto.p
19707:
19708: * src/main/untaint.C: untaint without charset
19709:
19710: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
19711: main/pa_common.C: common: file_write /// @test mkdirs
19712: file_delete rmdirs
19713:
19714: * src/main/untaint.C: mail header only once to =?
19715:
19716: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
19717: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
19718: main/untaint.C: untaint - @test optimize whitespaces for
19719: all but 'html'
19720:
19721: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
19722: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
19723: main/untaint.C: untaint - @test mail-header
19724:
19725: 2001-04-20 paf
19726:
19727: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
19728: include/pa_request.h, include/pa_string.h, main/compile.y,
19729: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
19730: targets/cgi/parser3.C: $MAIN:LOCALE
19731:
19732: * src/main/untaint.C: z
19733:
19734: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
19735:
19736: 2001-04-19 paf
19737:
19738: * src/main/compile_tools.h: $a$b bugfix
19739:
19740: * src/targets/cgi/parser3.C: z
19741:
19742: * src/classes/file.C: z
19743:
19744: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
19745: done: header to $fields. waits for header '\' tricks
19746:
19747: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
19748: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
19749: changed urlencode here and in untaint.C to HTTP standard's " and
19750: \" mech
19751:
19752: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
19753: http://alx/~paf/ doesnt load /auto.p
19754:
19755: 2001-04-18 paf
19756:
19757: * src/main/pa_request.C: 1
19758:
19759: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
19760: linux @alx
19761:
19762: 2001-04-17 paf
19763:
19764: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
19765: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
19766: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
19767: enabled
19768:
19769: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
19770: classes/_exec.h, classes/_file.h, classes/_form.h,
19771: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
19772: classes/_random.h, classes/_response.h, classes/_string.h,
19773: classes/_table.h, classes/_unknown.h, classes/file.C,
19774: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
19775: include/pa_config_fixed.h, include/pa_config_includes.h,
19776: include/pa_hash.h, include/pa_sql_driver_manager.h,
19777: include/pa_version.h, main/Makefile.am, main/compile.y,
19778: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
19779: main/pa_sql_driver_manager.C, sql/Makefile.am,
19780: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
19781: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
19782: types/pa_vform.C, types/pa_vimage.h: exec @jav
19783:
19784: * src/: include/pa_sql_driver_manager.h,
19785: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
19786: types/pa_vimage.h: sql driver interface now has initialize(client
19787: .so)
19788:
19789: 2001-04-16 paf
19790:
19791: * src/Makefile.am: compile2 cygwin
19792:
19793: * src/: include/pa_config_includes.h, main/pa_exec.C,
19794: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
19795:
19796: * src/targets/cgi/Makefile.am: compile0 jav
19797:
19798: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
19799: classes/_exec.h, classes/_file.h, classes/_form.h,
19800: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
19801: classes/_random.h, classes/_response.h, classes/_string.h,
19802: classes/_table.h, classes/_unknown.h, classes/image.C,
19803: classes/mail.C, classes/op.C, classes/random.C,
19804: include/pa_config_fixed.h, include/pa_config_includes.h,
19805: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
19806: main/compile.y, main/pa_common.C, main/pa_exec.C,
19807: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
19808: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
19809: compile-1
19810:
19811: 2001-04-15 paf
19812:
19813: * src/classes/op.C: z
19814:
19815: * src/classes/table.C: table:empty +=process
19816:
19817: * src/types/pa_value.h: MethodParams !junction
19818:
19819: * src/: classes/_string.h, classes/double.C, classes/file.C,
19820: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
19821: classes/random.C, classes/response.C, classes/string.C,
19822: classes/table.C, classes/unknown.C, main/pa_request.C:
19823: MethodParams everywhere
19824:
19825: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
19826: types/pa_vmethod_frame.h: MethodParams in op.C
19827:
19828: 2001-04-12 paf
19829:
19830: * src/: classes/image.C, types/pa_vimage.h: image:font :text
19831:
19832: * src/: classes/_unknown.h, classes/unknown.C,
19833: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
19834: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
19835:
19836: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
19837:
19838: * src/classes/image.C: image:gif now does not have params
19839:
19840: * src/classes/image.C:
19841: image:line/fill/rectangle/bar/replace/polygon/polybar
19842:
19843: * src/: classes/image.C, classes/op.C, main/execute.C,
19844: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
19845: for var now written not to r.wcontext, but to r.root cleared
19846: "entered_object" state
19847:
19848: 2001-04-11 paf
19849:
19850: * src/classes/image.C: image:create image:load
19851:
19852: * src/: classes/image.C, main/main.dsp: gd with mem write + image
19853: just compiled
19854:
19855: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
19856: todo: gif without file
19857:
19858: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
19859: started porting to Pooled descendant
19860:
19861: * src/: classes/image.C, main/execute.C, main/main.dsp,
19862: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
19863: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
19864: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
19865:
19866: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
19867: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
19868: end. switching to python imaging lib
19869:
19870: * src/main/main.dsp: gd+smtp made separate libs
19871:
19872: * src/: include/pa_globals.h, include/pa_string.h,
19873: main/pa_common.C, main/pa_request.C, main/untaint.C,
19874: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
19875: length
19876:
19877: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
19878: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
19879: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
19880: UL_FILE_NAME of posted file name
19881:
19882: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
19883: post [broke when moved post read to core]
19884:
19885: 2001-04-10 paf
19886:
19887: * src/classes/image.C: image:html done
19888:
19889: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
19890:
19891: * src/classes/image.C: z
19892:
19893: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
19894: forgotten!
19895:
19896: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
19897: main/pa_request.C, main/pa_string.C, main/untaint.C,
19898: types/pa_vimage.h: image:measure -90
19899:
19900: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
19901: classes/_int.h, classes/_mail.h, classes/_op.h,
19902: classes/_random.h, classes/_response.h, classes/_string.h,
19903: classes/_table.h, classes/file.C, classes/mail.C,
19904: include/pa_common.h, include/pa_globals.h, main/execute.C,
19905: main/main.dsp, main/pa_common.C, main/pa_globals.C,
19906: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
19907: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
19908: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
19909: compiled
19910:
19911: * src/classes/mail.C: minor bug with unclear from/to
19912:
19913: * src/classes/mail.C: sendmail unix skipping defaults
19914:
19915: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
19916: sendmail unix added defaults
19917:
19918: * src/classes/mail.C: unix sendmail compiled. todo:testing
19919:
19920: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
19921:
19922: 2001-04-09 paf
19923:
19924: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
19925: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
19926: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
19927: targets/isapi/parser3isapi.dsp: all targets exec
19928:
19929: * src/: include/pa_sapi.h, include/pa_string.h,
19930: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19931: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
19932: args in apache:util.script
19933:
19934: * src/include/pa_string.h: written but not tested exec with env for
19935: unix
19936:
19937: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
19938: targets/cgi/parser3.C: exec win32 env
19939:
19940: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
19941: 0
19942:
19943: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
19944: main/execute.C, main/main.dsp, main/pa_globals.C,
19945: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
19946: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
19947:
19948: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
19949: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
19950:
19951: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
19952: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
19953:
19954: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
19955: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
19956: main/pa_common.C, main/pa_request.C, main/pa_string.C,
19957: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19958: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
19959: exec class just compiled. moved post read to request core
19960:
19961: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
19962: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
19963: main/pa_globals.C, targets/cgi/parser3.C,
19964: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
19965: are already read by vform
19966:
19967: 2001-04-08 paf
19968:
19969: * src/: classes/file.C, classes/mail.C, classes/string.C,
19970: include/pa_request.h, include/pa_string.h, main/pa_request.C:
19971: uuencode. string<<
19972:
19973: 2001-04-07 paf
19974:
19975: * src/classes/mail.C: z
19976:
19977: * src/classes/mail.C: z
19978:
19979: * src/classes/mail.C: ^mail[$attach
19980:
19981: * src/classes/mail.C: ^attach dead end
19982:
19983: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
19984: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19985: targets/isapi/parser3isapi.C: mail:send 1
19986:
19987: * src/: classes/mail.C, main/pa_request.C: z
19988:
19989: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
19990: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
19991: compiled
19992:
19993: * src/classes/mail.C: +=
19994:
19995: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
19996: prepared
19997:
19998: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
19999: include/pa_globals.h, include/pa_string.h, main/main.dsp,
20000: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
20001: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
20002:
20003: 2001-04-06 paf
20004:
20005: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
20006: main/pa_string.C: table:dir 1
20007:
20008: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
20009: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
20010:
20011: * src/: classes/_op.h, classes/_root.h, classes/op.C,
20012: classes/root.C, include/pa_globals.h, include/pa_request.h,
20013: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
20014: main/pa_request.C: renamed 'root' to 'op'
20015:
20016: * src/classes/: _op.h, op.C: renamed from 'root'
20017:
20018: * src/types/pa_valiased.C: another root inherititance skipped
20019:
20020: * src/main/: compile.C, compile.y, execute.C: operators are now not
20021: root methods of parent class. just 'ROOT' class
20022:
20023: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
20024: @office
20025:
20026: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
20027:
20028: 2001-04-05 paf
20029:
20030: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
20031: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
20032: constructor flag dropped at get_method_frame and remembered into
20033: method_frame
20034:
20035: * src/: classes/file.C, classes/root.C, classes/string.C,
20036: classes/table.C, main/pa_request.C: junction to code&expression
20037: in errors
20038:
20039: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
20040: main/pa_string.C, targets/isapi/parser3isapi.dsp:
20041: $LOCALE:ctype[Russian_Russia.1251]
20042:
20043: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
20044: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
20045: main/pa_table.C: hash now not thread-safe.
20046:
20047: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
20048: main/untaint.C: z
20049:
20050: * src/: classes/random.C, classes/root.C, classes/table.C,
20051: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
20052: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
20053: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
20054: types/pa_wcontext.h: sql quote. string untaint UL_SQL
20055:
20056: * src/: classes/table.C, include/pa_sql_connection.h,
20057: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
20058:
20059: * src/classes/table.C: select * from hren error contains statement
20060:
20061: * src/: classes/table.C, include/pa_sql_connection.h,
20062: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
20063: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
20064:
20065: * src/: classes/root.C, include/pa_sql_connection.h,
20066: include/pa_sql_driver.h, main/main.dsp,
20067: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
20068: services for conv memory & error reporting
20069:
20070: 2001-04-04 paf
20071:
20072: * src/doc/doxygen.cfg: z
20073:
20074: * src/include/pa_sql_driver.h: mysql connect
20075:
20076: * src/include/pa_sql_driver.h: mysql info
20077:
20078: * src/: classes/root.C, include/pa_sql_driver.h,
20079: include/pa_sql_driver_manager.h, main/main.dsp,
20080: main/pa_sql_driver_manager.C: more manager&connection&driver
20081:
20082: * src/sql/Makefile.am: forgot to add mysql client
20083:
20084: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
20085: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
20086: [forgot to add libltdl, added]
20087:
20088: * src/: Makefile.am, classes/root.C, classes/string.C,
20089: classes/table.C, include/pa_globals.h, include/pa_hash.h,
20090: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
20091: include/pa_string.h, include/pa_table.h, main/main.dsp,
20092: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
20093: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
20094: -1000 just compiled
20095:
20096: * src/: classes/random.C, classes/root.C, classes/table.C,
20097: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
20098: main/pa_request.C, types/pa_vclass.h: sql frame -10
20099:
20100: 2001-04-03 paf
20101:
20102: * src/types/pa_vform.C: z
20103:
20104: * src/: classes/string.C, types/pa_vform.C: string:match replace
20105: assigned lang
20106:
20107: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
20108: {}[]< empty []
20109:
20110: * src/: classes/file.C, classes/string.C, classes/table.C,
20111: include/pa_string.h, main/pa_common.C, main/pa_string.C,
20112: main/untaint.C: string:match replace 2. string.cstr(forced lang)
20113:
20114: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20115: string:match replace strange matches
20116:
20117: * src/classes/string.C: string:match replace 0
20118:
20119: * src/: classes/string.C, main/pa_string.C: string:match replace
20120: prepared 2
20121:
20122: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20123: string:match replace prepared
20124:
20125: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20126: string:match replace -11
20127:
20128: * src/: classes/string.C, include/pa_globals.h,
20129: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
20130: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
20131:
20132: * src/: classes/string.C, include/pa_globals.h,
20133: include/pa_string.h, main/main.dsp, main/pa_globals.C,
20134: main/pa_string.C: string:match [search] -1 just compiled
20135:
20136: * src/types/pa_vstring.C: z
20137:
20138: * src/: classes/double.C, classes/file.C, classes/form.C,
20139: classes/int.C, classes/response.C, classes/root.C,
20140: classes/string.C, classes/table.C, include/pa_string.h,
20141: main/pa_string.C: string:match -10 [frame]
20142:
20143: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
20144: main/pa_request.C: z
20145:
20146: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
20147: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
20148: todo/tests
20149:
20150: * src/include/pa_common.h: z
20151:
20152: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
20153: main/pa_request.C, targets/cgi/parser3.C,
20154: targets/isapi/parser3isapi.C, types/pa_vfile.C:
20155: content-disposition
20156:
20157: * src/: include/pa_common.h, include/pa_globals.h,
20158: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
20159: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
20160:
20161: * src/: include/pa_common.h, include/pa_request.h,
20162: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
20163: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
20164: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
20165: response:body
20166:
20167: * src/classes/table.C: table:append now uses string::split
20168:
20169: * src/classes/table.C: z
20170:
20171: * src/: classes/file.C, classes/root.C, classes/string.C,
20172: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
20173: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
20174: include/pa_string.h, main/execute.C, main/pa_string.C,
20175: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
20176: string::pos & cmp & piece bugs fixed. string::split new
20177: table:load separated from set table:set implemented with clean \n
20178: \t searches
20179:
20180: 2001-04-02 paf
20181:
20182: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
20183: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
20184: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
20185: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
20186: it in table:set/load
20187:
20188: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
20189: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
20190:
20191: * src/classes/random.C: random:generate 1
20192:
20193: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
20194: main/main.dsp, main/pa_globals.C, main/pa_request.C,
20195: types/pa_value.h: random:generate
20196:
20197: 2001-03-30 paf
20198:
20199: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
20200: todo: table flip and append. string::pos
20201:
20202: * src/: classes/double.C, classes/file.C, classes/int.C,
20203: classes/response.C, classes/root.C, classes/string.C,
20204: classes/table.C, main/compile.y, main/execute.C,
20205: types/pa_value.h, types/pa_vstateless_class.C,
20206: types/pa_vstateless_class.h: static|dynamic|any method
20207: registration
20208:
20209: * src/: classes/file.C, classes/table.C, include/pa_table.h,
20210: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
20211: table:flip
20212:
20213: 2001-03-29 paf
20214:
20215: * src/classes/string.C: string:xsplit forgot that they must result
20216: in 1 row N column [not vice versa]
20217:
20218: * src/classes/string.C: z
20219:
20220: * src/classes/string.C: string: rsplit
20221:
20222: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20223: string: lsplit
20224:
20225: * src/: classes/string.C, include/pa_string.h, main/execute.C,
20226: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
20227: lsplit -1
20228:
20229: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20230: string: pos
20231:
20232: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20233: string: pos -1
20234:
20235: * src/: classes/string.C, classes/table.C, include/pa_string.h,
20236: main/compile.y, main/pa_request.C, main/pa_string.C,
20237: main/untaint.C: string: left right mid
20238:
20239: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
20240: main/compile_tools.h, main/main.dsp, types/pa_value.h,
20241: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
20242: and [;] are different now.
20243:
20244: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
20245: main/untaint.C: pool.request undone
20246:
20247: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
20248: main/untaint.C: pool.request
20249:
20250: 2001-03-28 paf
20251:
20252: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
20253: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20254: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
20255: $request:browser [.type .version]; unknown.get_double now = 0.
20256:
20257: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
20258: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
20259: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
20260: types/pa_vform.C: file:load autodetection of mime-type by
20261: user-file-name
20262:
20263: * src/: classes/file.C, main/execute.C, main/pa_common.C,
20264: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
20265: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
20266:
20267: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
20268: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
20269: write. must be self.set
20270:
20271: * src/: classes/file.C, classes/root.C, classes/table.C,
20272: include/pa_table.h, main/pa_table.C: table:locate1, file:test
20273:
20274: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
20275: include/pa_table.h, main/pa_array.C, main/pa_table.C,
20276: types/pa_vtable.h: table:locate just compiled
20277:
20278: 2001-03-27 paf
20279:
20280: * src/main/: execute.C, pa_common.C: fixed r/w context of
20281: code-params2, fixed ntfs hardlink slow dir update
20282:
20283: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
20284: types/pa_wcontext.h: fixed r/w context of code-params
20285:
20286: * src/: classes/table.C, main/execute.C: about to change junction
20287: rcontext!!
20288:
20289: * src/: classes/double.C, classes/int.C, classes/root.C,
20290: classes/string.C, classes/table.C, main/compile_tools.C,
20291: main/execute.C, main/pa_request.C, main/untaint.C,
20292: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
20293: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
20294: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
20295: types/pa_vunknown.h: sort 0
20296:
20297: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
20298: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
20299: renamed to are_static_calls_disabled
20300:
20301: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
20302: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
20303: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
20304: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
20305:
20306: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
20307:
20308: * src/: classes/table.C, include/pa_common.h, main/compile.y:
20309: started table:sort fixed minor bug in #...^{
20310:
20311: * src/: classes/table.C, include/pa_common.h, main/compile.y,
20312: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
20313: decided to have as it were. stepped back. grammar: added 'in'
20314: 'is' 'lt'&co follow-space check
20315:
20316: 2001-03-26 paf
20317:
20318: * src/: classes/file.C, classes/root.C, classes/table.C,
20319: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
20320: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
20321: main/pa_table.C: moved ::save to pa_table. disabled @auto
20322: invocation in ^process
20323:
20324: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
20325:
20326: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
20327: main/pa_array.C: table:record
20328:
20329: * src/: main/untaint.C, targets/cgi/parser3.C,
20330: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20331: targets/isapi/pool_storage.h, types/pa_valiased.h,
20332: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
20333: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
20334: types/pa_vtable.h: z
20335:
20336: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
20337: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
20338: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
20339: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
20340: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
20341: method realisations on 'self' validity - they now can simply
20342: assume that 'self' is V{Proper} .
20343:
20344: 2001-03-25 paf
20345:
20346: * src/main/untaint.C: z
20347:
20348: * src/main/: pa_request.C, untaint.C: moved default typo-table to
20349: lowlevel - it initialization could be skipped if failed in @auto.
20350: so that exception report would use some table
20351:
20352: * src/main/pa_request.C: table empty lines ignored. system-default
20353: content type assigned in output:result [can fail in main:auto and
20354: skipped normal defaults extraction]
20355:
20356: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
20357: bug
20358:
20359: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
20360: processing to table [except preliminary \r\n \r \n replacements
20361: to "\n"]
20362:
20363: * src/: classes/table.C, main/untaint.C: html-typo - decided to
20364: move all the processing to table
20365:
20366: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
20367: main/pa_table.C, main/untaint.C: returned table originating.
20368: useful for reporting typo table problems origin. think would be
20369: useful somewhere else
20370:
20371: * src/main/untaint.C: typo \r \r\n \n properly handled
20372:
20373: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
20374: include/pa_table.h, main/compile.y, main/compile_tools.C,
20375: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
20376: main/pa_string.C, main/pa_table.C, main/untaint.C,
20377: types/pa_vcookie.h: typo & typo-default
20378:
20379: 2001-03-24 paf
20380:
20381: * src/main/pa_common.C: z
20382:
20383: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20384: targets/cgi/parser3.C: html-typo 2
20385:
20386: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
20387: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
20388: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
20389: main/execute.C, main/pa_array.C, main/pa_globals.C,
20390: main/pa_request.C, main/pa_string.C, main/untaint.C,
20391: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20392: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
20393: noticed double default content-type prob. run cgi.cmd tomorrow
20394: first html-typo sample. detected << problem: they become ltlt too
20395: fast
20396:
20397: * src/main/compile.y: z
20398:
20399: * src/main/: compile.y, compile_tools.h: #comment
20400:
20401: * src/: classes/file.C, classes/root.C, classes/table.C,
20402: include/pa_common.h, include/pa_request.h, main/compile.y,
20403: main/pa_common.C, main/pa_request.C, main/pa_string.C,
20404: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
20405: stringified
20406:
20407: * src/types/pa_valiased.C: decided to String-ify file_read
20408:
20409: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
20410: isapi/parser3isapi.dsp: cgi: sapi::log
20411:
20412: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
20413: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
20414: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
20415: error log experiments failed - cgi under iis got no access to
20416: log. registereventsource simply failed with 5(illegal call) code,
20417: while worked OK as standalone executable. isapi: used
20418: HSE_APPEND_LOG_PARAMETER feature
20419:
20420: * src/: include/pa_common.h, include/pa_globals.h,
20421: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
20422: targets/isapi/parser3isapi.C: fixed default content-type
20423: allocation storage
20424:
20425: * src/: include/pa_globals.h, include/pa_request.h,
20426: main/pa_globals.C, main/pa_request.C: z
20427:
20428: * src/: include/pa_array.h, include/pa_hash.h,
20429: include/pa_request.h, main/compile.y, main/pa_array.C,
20430: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
20431: types/pa_vcookie.C: cyclic uses ignored. defaulted default
20432: content-type
20433:
20434: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
20435: sanity
20436:
20437: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
20438: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
20439: away freeze mech. no danger now for you can't do
20440: ^request:process[@new-method[] body] trick anymore. still
20441: remains $some_instance.process[@new-method[] possibility] but
20442: would leave it as a feature. see index for sample
20443:
20444: * src/: include/pa_common.h, main/pa_common.C,
20445: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
20446: monkey every target
20447:
20448: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
20449: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
20450: types/pa_vform.C, types/pa_vform.h: auto.p monkey
20451:
20452: 2001-03-23 paf
20453:
20454: * src/: include/pa_pool.h, main/pa_request.C,
20455: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
20456: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20457: targets/isapi/pool_storage.h: isapi: dumb pool storage
20458:
20459: * src/targets/isapi/pa_pool.C: decided to continue with extension
20460:
20461: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
20462: it would be better to rewrite as filter then to deal with pool
20463:
20464: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
20465: now like in cgi, not from APPL_PHYSICAL_PATH
20466:
20467: * src/: classes/root.C, classes/table.C, include/pa_common.h,
20468: include/pa_config_fixed.h, include/pa_config_includes.h,
20469: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
20470: include/pa_version.h, main/compile.y, main/execute.C,
20471: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
20472: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20473: main/untaint.C, targets/cgi/parser3.C,
20474: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
20475: cgi: reinvent document_root and request_uri under iis. autoconf
20476: updated. introducing ap_config_includes
20477:
20478: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
20479:
20480: * src/targets/cgi/parser3.C: cgi: only one pool now
20481:
20482: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
20483: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
20484: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
20485: types/pa_venv.h, types/pa_vform.C: sapi made object
20486:
20487: * src/: include/pa_globals.h, main/pa_request.C,
20488: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20489: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
20490: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
20491:
20492: * src/: main/pa_request.C, targets/cgi/parser3.C,
20493: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
20494: isapi minor env beauty
20495:
20496: * src/: main/pa_request.C, targets/cgi/parser3.C,
20497: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
20498: isapi document_root 0
20499:
20500: 2001-03-22 paf
20501:
20502: * src/targets/isapi/parser3isapi.C: isapi keep-alive
20503:
20504: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
20505: isapi/parser3isapi.C: z
20506:
20507: * src/: include/pa_pool.h, main/pa_request.C,
20508: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
20509:
20510: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
20511: kill.pl: isapi added utils
20512:
20513: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
20514: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20515: types/pa_vform.C: isapi 0
20516:
20517: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
20518: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20519: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
20520: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
20521: started isapi
20522:
20523: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
20524: some comments
20525:
20526: * src/: include/pa_globals.h, include/pa_request.h,
20527: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
20528: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
20529: parser_root_auto_path parser_site_auto_path
20530:
20531: * src/types/pa_vcookie.C: cookie attr decoded
20532:
20533: 2001-03-21 paf
20534:
20535: * src/targets/cgi/parser3.C: z
20536:
20537: * src/include/pa_globals.h: post. todo: config of auto.p path
20538:
20539: * src/: include/pa_globals.h, targets/cgi/parser3.C,
20540: types/pa_venv.h: in cookie & env. todo:post
20541:
20542: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
20543: classes/root.C, classes/table.C, include/pa_array.h,
20544: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
20545: include/pa_request.h, include/pa_string.h, main/Makefile.am,
20546: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
20547: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20548: main/pa_table.C, main/untaint.C, targets/Makefile.am,
20549: targets/cgi/Makefile.am, targets/cgi/parser3.C,
20550: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
20551: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
20552: shifted apache branch on main trunc
20553:
20554: * src/: include/pa_common.h, include/pa_globals.h,
20555: include/pa_pool.h, include/pa_request.h, main/main.dsp,
20556: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
20557: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
20558: starting mod_parser3
20559:
20560: * src/targets/cgi/parser3.C: starting mod_parser3
20561:
20562: 2001-03-20 paf
20563:
20564: * src/: main/pa_common.C, targets/cgi/Makefile.am,
20565: targets/cgi/parser3.C: automake compiled and works. todo:make
20566: win32 ifdefs work and add ifdef unistd
20567:
20568: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
20569: main/Makefile.am, main/pa_common.C, main/pa_request.C,
20570: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
20571: z
20572:
20573: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
20574: main/execute.C, main/pa_common.C, types/Makefile.am: removing
20575: locking
20576:
20577: * src/: classes/Makefile.am, types/Makefile.am: z
20578:
20579: * src/: Makefile.am, classes/file.C, classes/root.C,
20580: classes/table.C, include/pa_array.h, include/pa_request.h,
20581: include/pa_string.h, main/Makefile.am, main/execute.C,
20582: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
20583: main/pa_string.C, main/untaint.C, targets/Makefile.am,
20584: targets/cgi/Makefile.am, targets/cgi/parser3.C,
20585: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
20586:
20587: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
20588: main/pa_request.C, types/pa_vfile.h: ^table:save
20589:
20590: * src/: classes/file.C, classes/table.C, include/pa_array.h,
20591: include/pa_common.h, include/pa_request.h, include/pa_string.h,
20592: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
20593: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
20594: types/pa_vform.h: z
20595:
20596: * src/include/pa_string.h: z
20597:
20598: * src/: classes/_request.h, classes/request.C, main/main.dsp,
20599: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
20600: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
20601: :Value
20602:
20603: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
20604: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
20605: :VStateless_object
20606:
20607: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
20608: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
20609: :VStateless_object
20610:
20611: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20612: types/pa_valiased.C, types/pa_vform.h: commented VForm
20613:
20614: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
20615: types/pa_valiased.h, types/pa_value.h,
20616: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20617: types/pa_vstateless_object.h: moved common get_element part from
20618: stateless object&class into VAliased
20619:
20620: * src/: classes/_env.h, classes/_table.h, classes/env.C,
20621: classes/table.C, main/execute.C, main/main.dsp,
20622: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
20623: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
20624: now :Value
20625:
20626: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
20627: main/execute.C, main/main.dsp, main/pa_globals.C,
20628: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
20629:
20630: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
20631: doxx
20632:
20633: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
20634: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
20635: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
20636: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
20637: and ^file:save
20638:
20639: 2001-03-19 paf
20640:
20641: * src/types/pa_vfile.C: z
20642:
20643: * src/: classes/file.C, classes/request.C, classes/table.C,
20644: include/pa_string.h, main/main.dsp, main/pa_pool.C,
20645: main/pa_request.C, main/untaint.C, types/pa_value.h,
20646: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
20647:
20648: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
20649: include/pa_string.h, include/pa_table.h, main/main.dsp,
20650: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
20651: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
20652: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
20653: classes/_file.h, classes/file.C, types/pa_vfile.C,
20654: types/pa_vfile.h: file class just compiled
20655:
20656: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
20657: include/pa_table.h, include/pa_types.h, main/execute.C,
20658: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
20659: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
20660: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
20661:
20662: * src/include/pa_pool.h: z
20663:
20664: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
20665: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
20666: Hash::Value to Val so to doxygen would finlly stop confusing
20667: those Value-s
20668:
20669: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
20670: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
20671: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
20672: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
20673: include/pa_types.h, main/compile.C, main/compile.y,
20674: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20675: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
20676: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
20677: main/pa_request.C, main/pa_string.C, main/pa_table.C,
20678: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
20679:
20680: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
20681: derivates somehow unlinked. don't know why yet
20682:
20683: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
20684: include/pa_string.h, include/pa_threads.h, main/compile.C,
20685: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20686: main/execute.C, main/pa_array.C, main/pa_common.C,
20687: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
20688: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20689: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
20690:
20691: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
20692: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
20693: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
20694: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
20695: types/pa_vrequest.h: doc: detected Value derivates prob
20696:
20697: * src/include/pa_globals.h: z
20698:
20699: * src/: classes/_request.h, classes/request.C, include/code.h,
20700: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
20701: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
20702: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
20703: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20704: main/execute.C, main/pa_pool.C, main/pa_request.C,
20705: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
20706: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
20707:
20708: 2001-03-18 paf
20709:
20710: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
20711: cookie: allowed access to hash-assigned
20712:
20713: * src/targets/cgi/parser3.C: z
20714:
20715: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
20716: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
20717: include/pa_types.h, main/main.dsp, main/pa_common.C,
20718: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
20719: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
20720: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
20721: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20722: types/pa_vunknown.h: cookie class
20723:
20724: * src/main/pa_request.C: zero length output allowed
20725:
20726: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
20727: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
20728:
20729: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
20730: lang switch
20731:
20732: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
20733: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20734: types/pa_value.h, types/pa_vhash.h:
20735: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
20736:
20737: * src/main/execute.C: z
20738:
20739: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
20740: targets/cgi/parser3.C: taint[uri
20741:
20742: * src/: classes/request.C, classes/response.C, classes/root.C,
20743: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
20744: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
20745: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
20746:
20747: * src/: classes/root.C, classes/string.C, include/pa_string.h,
20748: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20749: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
20750: types/pa_vstateless_class.C: convinient string(pool, char *src,
20751: bool tainted) ctor
20752:
20753: * src/: include/pa_hash.h, include/pa_request.h,
20754: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
20755: main/pa_request.C, main/pa_string.C, main/untaint.C,
20756: targets/cgi/parser3.C: proper @exceptions params tainting
20757:
20758: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
20759: response fields to header
20760:
20761: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20762: z
20763:
20764: * src/: classes/_response.h, classes/response.C,
20765: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
20766: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
20767: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
20768: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
20769: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
20770: $response: 0 request::core exception rethrow
20771:
20772: 2001-03-16 paf
20773:
20774: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
20775: types/pa_vrequest.h: native method' class call with less params
20776: then needed error reporting
20777:
20778: * src/: classes/_request.h, classes/request.C,
20779: include/pa_globals.h, include/pa_request.h, main/execute.C,
20780: main/main.dsp, main/pa_globals.C, main/pa_request.C,
20781: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
20782: types/pa_vrequest.h: $request : query :uri
20783:
20784: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
20785: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
20786: types/pa_wcontext.h: $result
20787:
20788: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
20789:
20790: * src/: classes/double.C, include/code.h, main/compile.y,
20791: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
20792: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
20793:
20794: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
20795: main/compile.y, main/execute.C, types/pa_value.h,
20796: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
20797: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
20798: wcontext conflict
20799:
20800: * src/: main/execute.C, types/pa_value.h,
20801: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
20802: $string.field
20803:
20804: 2001-03-15 paf
20805:
20806: * src/main/pa_request.C: news sample
20807:
20808: * src/: main/compile.y, main/execute.C, main/pa_request.C,
20809: targets/cgi/parser3.C, types/pa_vstring.h: @exception
20810:
20811: * src/main/: compile.y, execute.C: z
20812:
20813: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
20814: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
20815: pre pre works
20816:
20817: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
20818: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
20819: fillfields just compiled
20820:
20821: 2001-03-14 paf
20822:
20823: * src/: include/pa_request.h, main/pa_request.C,
20824: targets/cgi/parser3.C: z
20825:
20826: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
20827: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
20828: types/pa_vstring.h: limits -1
20829:
20830: * src/: include/pa_globals.h, include/pa_request.h,
20831: include/pa_types.h, main/main.dsp, main/pa_globals.C,
20832: main/pa_request.C, targets/cgi/parser3.C,
20833: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
20834: request_info -1
20835:
20836: * src/: include/pa_globals.h, main/pa_globals.C,
20837: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20838: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
20839: vform_fields_fill
20840:
20841: * src/targets/cgi/parser3.C: # if MSVC
20842:
20843: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
20844: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
20845:
20846: * src/targets/cgi/parser3.C: z
20847:
20848: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
20849: include/pa_string.h, include/pa_types.h, main/compile.y,
20850: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
20851: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
20852: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
20853: types/pa_vunknown.h: global handler, exceptions in parser3
20854:
20855: 2001-03-13 paf
20856:
20857: * src/: classes/form.C, main/compile.y, main/core.C,
20858: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
20859: types/pa_vform.h, types/pa_vstateless_class.C,
20860: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
20861: instead
20862:
20863: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
20864: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
20865: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
20866: started cgi target
20867:
20868: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
20869: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
20870: before error show with parser
20871:
20872: * src/: classes/_form.h, classes/form.C, include/core.h,
20873: include/pa_request.h, main/core.C, main/pa_request.C,
20874: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
20875:
20876: * src/targets/cgi/: parser.dsp, parser3.dsp: z
20877:
20878: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
20879: parser3.C: renamed targets/ parser to cgi
20880:
20881: * src/: classes/double.C, classes/env.C, classes/int.C,
20882: classes/root.C, classes/string.C, classes/table.C,
20883: include/pa_request.h, types/pa_vhash.h: z
20884:
20885: * src/: classes/_env.h, classes/env.C, classes/root.C,
20886: include/core.h, include/pa_pool.h, include/pa_request.h,
20887: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
20888: main/pa_common.C, main/pa_request.C, types/pa_value.h,
20889: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
20890: [historical moment :)]
20891:
20892: * src/: include/code.h, include/pa_string.h, main/compile.y,
20893: main/execute.C, main/pa_string.C: 'value is type' expr operator
20894:
20895: * src/types/pa_venv.h: $ENV 1
20896:
20897: * src/main/execute.C: z
20898:
20899: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
20900: future methods of ENV constructor if
20901:
20902: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
20903: class
20904:
20905: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
20906: classes/_root.h, classes/_string.h, classes/_table.h,
20907: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
20908: classes/string.C, classes/table.C, include/pa_request.h,
20909: main/compile.C, main/compile_tools.h, main/core.C,
20910: main/execute.C, main/main.dsp, main/pa_request.C,
20911: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
20912: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
20913: types/pa_vobject.h, types/pa_vstateless_class.C,
20914: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20915: types/pa_wcontext.h: $ENV: re 0, stateless classes
20916:
20917: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
20918: classes/_root.h, classes/_string.h, classes/_table.h,
20919: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
20920: classes/string.C, classes/table.C, include/pa_request.h,
20921: main/compile.C, main/compile_tools.h, main/core.C,
20922: main/execute.C, main/main.dsp, main/pa_request.C,
20923: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
20924: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
20925: types/pa_vobject.h, types/pa_vstateless_class.C,
20926: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20927: types/pa_wcontext.h: $ENV: re 0, stateless classes
20928:
20929: * src/: include/pa_request.h, main/compile.C, main/execute.C,
20930: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
20931: yesterdays bad decision on execute_static_method
20932:
20933: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
20934:
20935: * src/: classes/double.C, classes/int.C, classes/root.C,
20936: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
20937:
20938: * src/main/pa_request.C: z
20939:
20940: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
20941: include/pa_pool.h: skipped_restructure_exceptions_dead_end
20942:
20943: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
20944: include/pa_pool.h, main/pa_request.C:
20945: restructure_exceptions_dead_end
20946:
20947: * src/: classes/root.C, main/compile.y: ^if required junctions.
20948: allowed ; inside {} to break params
20949:
20950: * src/classes/root.C: ^eval
20951:
20952: * src/: classes/_string.h, classes/double.C, classes/int.C,
20953: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
20954: string ^format
20955:
20956: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
20957: 'bad' but not 'enough'
20958:
20959: * src/: classes/double.C, classes/root.C, classes/table.C,
20960: include/pa_common.h, include/pa_types.h, main/compile.y,
20961: main/pa_common.C, main/pa_request.C, main/untaint.C,
20962: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
20963: types/pa_wwrapper.h: think constructing flag as is is bad
20964:
20965: * src/: classes/double.C, classes/int.C, classes/root.C,
20966: classes/string.C, classes/table.C, main/core.C, main/execute.C,
20967: types/pa_vint.h: ^for
20968:
20969: 2001-03-12 paf
20970:
20971: * src/classes/table.C: table ^empty
20972:
20973: * src/: classes/table.C, include/pa_table.h: table ^menu
20974:
20975: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
20976: ^offset ^line ^count
20977:
20978: * src/classes/root.C: ^round() ^floor() ^ceiling()
20979: ^abs() ^sign()
20980:
20981: * src/classes/: root.C, table.C: ^use
20982:
20983: * src/: classes/root.C, classes/table.C, include/pa_request.h,
20984: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
20985: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20986: ^while. switched off wcontext.constructing after write(value) or
20987: auto-vhash-constructing
20988:
20989: * src/: classes/root.C, classes/table.C, include/pa_request.h,
20990: main/pa_request.C: fail_if_junction_ helper func
20991:
20992: * src/: classes/root.C, classes/table.C, include/pa_common.h,
20993: include/pa_request.h, main/execute.C, main/main.dsp,
20994: main/pa_common.C, main/pa_request.C: ^process error point by
20995: actual method_name, not source. ^load
20996:
20997: * src/types/pa_vtable.h: table: no, better with string in cells...
20998:
20999: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
21000: classes/_table.h, classes/table.C, main/untaint.C: z
21001:
21002: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
21003: include/pa_table.h, main/core.C, main/execute.C,
21004: main/pa_common.C, main/pa_request.C, main/pa_table.C,
21005: types/pa_value.h: table:set 0
21006:
21007: * src/: classes/root.C, include/core.h, include/pa_array.h,
21008: include/pa_request.h, include/pa_table.h, main/core.C,
21009: main/main.dsp, main/pa_request.C, main/pa_table.C,
21010: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
21011: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
21012: types/pa_vstring.h: freeze, ^table:create[] -1
21013:
21014: * src/: classes/root.C, types/pa_value.h: z
21015:
21016: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
21017: get_method in couple places optimizing them
21018:
21019: * src/classes/root.C: z
21020:
21021: * src/: classes/root.C, types/pa_vclass.h: process temp main
21022: zeroing
21023:
21024: * src/: classes/double.C, classes/int.C, classes/root.C,
21025: classes/string.C, include/pa_common.h, include/pa_request.h,
21026: include/pa_string.h, include/pa_types.h, main/compile.C,
21027: main/compile.y, main/compile_tools.h, main/execute.C,
21028: main/pa_common.C, main/pa_request.C, types/pa_value.h,
21029: types/pa_vmframe.h: ^process. actual names to store param and
21030: check_actual_numbered_params for better place diagnostics
21031:
21032: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
21033: method-junctions bug fixed
21034:
21035: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
21036: pa_vstateless_object.h, pa_vstring.h: stateless_object
21037:
21038: 2001-03-11 paf
21039:
21040: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
21041: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
21042: VDouble VInt base now VObject_base - without fields
21043:
21044: * src/: classes/root.C, include/core.h, main/core.C: z
21045:
21046: * src/: classes/double.C, classes/int.C, classes/root.C,
21047: classes/string.C, include/core.h, include/pa_hash.h,
21048: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
21049: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
21050:
21051: * src/: classes/double.C, classes/int.C, classes/root.C,
21052: include/pa_request.h, main/execute.C: intercept_string
21053:
21054: * src/: classes/double.C, classes/int.C, classes/root.C,
21055: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
21056:
21057: * src/: classes/double.C, classes/int.C, include/pa_request.h:
21058: ^inc-s(expr)
21059:
21060: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
21061: classes/_root.h, classes/_string.h, classes/double.C,
21062: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
21063: include/code.h, include/core.h, include/pa_array.h,
21064: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
21065: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
21066: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
21067: include/pa_types.h, main/compile.C, main/compile.y,
21068: main/compile_tools.C, main/compile_tools.h, main/core.C,
21069: main/execute.C, main/pa_array.C, main/pa_common.C,
21070: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
21071: main/pa_request.C, main/pa_string.C, main/pa_table.C,
21072: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21073: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
21074: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
21075: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
21076: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
21077: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
21078:
21079: * src/: main/pa_request.C, types/pa_vhash.h: z
21080:
21081: * src/: include/core.h, include/pa_request.h, main/core.C,
21082: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
21083:
21084: * src/: include/pa_valiased.h, include/pa_value.h,
21085: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
21086: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
21087: include/pa_vjunction.h, include/pa_vmframe.h,
21088: include/pa_vobject.h, include/pa_vstring.h,
21089: include/pa_vunknown.h, include/pa_wcontext.h,
21090: include/pa_wwrapper.h, main/compile.y, main/core.C,
21091: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
21092: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
21093: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21094: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
21095: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
21096: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
21097: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
21098: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
21099: include/
21100:
21101: 2001-03-10 paf
21102:
21103: * src/: include/core.h, include/pa_request.h, main/core.C,
21104: main/pa_request.C: run+auto=run
21105:
21106: * src/: classes/root.C, include/pa_request.h: minor if junction bug
21107:
21108: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
21109: classes/_root.h, classes/_string.h, classes/double.C,
21110: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
21111: include/code.h, include/core.h, include/pa_array.h,
21112: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
21113: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
21114: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
21115: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
21116: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
21117: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
21118: include/pa_vjunction.h, include/pa_vmframe.h,
21119: include/pa_vobject.h, include/pa_vstring.h,
21120: include/pa_vunknown.h, include/pa_wcontext.h,
21121: include/pa_wwrapper.h, main/compile.C, main/compile.y,
21122: main/compile_tools.C, main/compile_tools.h, main/core.C,
21123: main/execute.C, main/pa_array.C, main/pa_cframe.C,
21124: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
21125: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21126: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
21127: main/pa_wcontext.C: sources header
21128:
21129: * src/main/pa_request.C: auto..
21130:
21131: * src/: include/pa_request.h, main/compile.C, main/compile.y,
21132: main/pa_request.C: auto tree0
21133:
21134: * src/: include/core.h, include/pa_request.h, main/compile.y,
21135: main/core.C, main/pa_request.C: names to core.C
21136:
21137: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
21138: include/pa_request.h, main/core.C, main/execute.C,
21139: main/pa_common.C, main/pa_request.C: root auto.p loaded
21140:
21141: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
21142: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
21143: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21144: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
21145:
21146: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21147: @auto[] realised. auto.p scan togo
21148:
21149: * src/: include/pa_request.h, main/execute.C: autocalc
21150: code-junctions result now have names
21151:
21152: * src/: classes/double.C, classes/int.C, classes/root.C,
21153: classes/string.C, include/pa_request.h, include/pa_string.h,
21154: include/pa_wcontext.h, main/compile.y, main/execute.C,
21155: main/pa_string.C, main/pa_wcontext.C: tainting 0
21156:
21157: * src/classes/env.C: env:file/line
21158:
21159: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
21160: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
21161: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
21162: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
21163: main/compile_tools.C, main/compile_tools.h, main/core.C,
21164: main/execute.C, main/main.dsp, main/pa_cframe.C,
21165: main/pa_request.C, main/pa_wcontext.C: const fight finished
21166:
21167: * src/include/pa_vclass.h: const fight to go
21168:
21169: * src/: classes/_env.h, classes/env.C, classes/root.C,
21170: include/pa_request.h, include/pa_vclass.h, main/core.C,
21171: main/main.dsp: env0
21172:
21173: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
21174: classes/_string.h, classes/double.C, classes/int.C,
21175: classes/root.C, classes/string.C, include/pa_request.h,
21176: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
21177: include/pa_wcontext.h, main/core.C, main/main.dsp,
21178: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
21179: main/pa_wcontext.C: ^lang prepare0
21180:
21181: 2001-03-09 paf
21182:
21183: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
21184: construct proper naming
21185:
21186: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
21187: classes/double.C, classes/int.C, classes/root.C,
21188: classes/string.C, include/code.h, include/pa_value.h,
21189: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
21190: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
21191: main/compile.y, main/compile_tools.C, main/core.C,
21192: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
21193: and ^double[]. fixed expr type
21194:
21195: * src/: classes/root.C, include/pa_request.h, main/execute.C:
21196: ^string.length[]
21197:
21198: 2001-03-08 paf
21199:
21200: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
21201:
21202: * src/: include/pa_vclass.h, include/pa_vstring.h,
21203: include/pa_wcontext.h, main/compile.y, main/core.C,
21204: main/execute.C, main/main.dsp: dead end: vstring can't be
21205: derivated from vobject
21206:
21207: * src/: include/pa_vclass.h, include/pa_vhash.h,
21208: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
21209:
21210: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
21211: remained clone conseqs
21212:
21213: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
21214:
21215: * src/main/pa_vclass.C: wow! vclass were out of vcs
21216:
21217: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
21218: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
21219: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
21220: include/pa_vobject.h, include/pa_vstring.h,
21221: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
21222: main/execute.C: withoud cloning. didn't need it actually, params
21223: got passed from out unnamed ewpool
21224:
21225: * src/: include/pa_vdouble.h, include/pa_vhash.h,
21226: include/pa_vjunction.h, include/pa_vobject.h,
21227: include/pa_vunknown.h, main/compile.y: cloning dead end
21228:
21229: * src/: include/pa_bool.h, include/pa_double.h,
21230: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
21231: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
21232: include/pa_vjunction.h, include/pa_vmframe.h,
21233: include/pa_vobject.h, include/pa_vstring.h,
21234: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
21235: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
21236: to give params proper names
21237:
21238: * src/main/pa_wcontext.C: z
21239:
21240: * src/: include/pa_vmframe.h, main/execute.C: added names to
21241: unknown values in get_element and unfilled params. removed wrong
21242: name change in get_element
21243:
21244: * src/main/execute.C: z
21245:
21246: * src/main/execute.C: fixed problems calling operators in
21247: constructors
21248:
21249: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
21250: detected problems calling operators in constructors
21251:
21252: * src/: classes/root.C, include/pa_request.h, main/execute.C:
21253: autocalc def to string
21254:
21255: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
21256: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
21257:
21258: * src/classes/root.C: added root.c
21259:
21260: * src/: include/pa_request.h, include/pa_value.h,
21261: include/pa_vcframe.h, include/pa_vmframe.h,
21262: include/pa_wcontext.h, main/compile.C, main/compile.y,
21263: main/core.C, main/execute.C, main/pa_cframe.C,
21264: main/pa_wcontext.C: 'if' just compiled
21265:
21266: * src/: include/pa_vbool.h, include/pa_vdouble.h,
21267: include/pa_vjunction.h, include/pa_vmframe.h,
21268: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
21269: main/pa_wcontext.C: z
21270:
21271: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
21272: main/core.C, main/execute.C, main/main.dsp: z. detected probs
21273: with parameter names in operator methods
21274:
21275: * src/main/compile.y: minor renamings in .y
21276:
21277: * src/: include/pa_request.h, main/compile.C, main/compile.y,
21278: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
21279: @BASE. changed 'RUN' assignment mech
21280:
21281: * src/main/execute.C: z
21282:
21283: * src/: include/code.h, main/compile.y, main/compile_tools.C,
21284: main/compile_tools.h, main/execute.C: made class: dynamic, not
21285: static. so to enable runtime ^use
21286:
21287: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
21288:
21289: * src/: include/code.h, main/compile.y, main/compile_tools.C,
21290: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
21291:
21292: * src/main/execute.C: root root in code-junction
21293:
21294: 2001-03-07 paf
21295:
21296: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
21297: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
21298:
21299: * src/: include/pa_stack.h, include/pa_value.h,
21300: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
21301: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
21302: fixed rwcontext of {} params up
21303:
21304: * src/main/: compile.y, compile_tools.h: ^func(params)
21305:
21306: * src/main/compile.y: .y priorities syntax shaped up a bit
21307:
21308: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
21309: include/pa_vunknown.h, main/compile.y, main/execute.C,
21310: main/pa_hash.C: expr def in -f
21311:
21312: * src/main/: compile.y, execute.C: expr calls
21313:
21314: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
21315: fixed
21316:
21317: * src/main/compile.y: expr quoted code
21318:
21319: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
21320: support0
21321:
21322: * src/main/compile.y: expr string comparisons 0
21323:
21324: * src/: include/pa_string.h, main/compile.y, main/execute.C,
21325: main/pa_string.C: just compiled lt&co
21326:
21327: * src/main/execute.C: ^var.menu{$field} problem detected. that
21328: $field not a $var.field
21329:
21330: 2001-03-06 paf
21331:
21332: * src/main/compile.y: .y expr visible-shorter
21333:
21334: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
21335: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
21336: logical
21337:
21338: * src/: include/pa_vstring.h, main/compile.y: problems with
21339: skipping whitespace in yylex
21340:
21341: * src/include/pa_vbool.h: forgot this
21342:
21343: * src/: include/code.h, main/compile.y, main/execute.C: without
21344: string ops in expressions 0
21345:
21346: * src/: include/pa_value.h, include/pa_vdouble.h,
21347: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
21348: main/execute.C, main/main.dsp: !~
21349:
21350: * src/: include/pa_vcframe.h, include/pa_vclass.h,
21351: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
21352: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
21353: include/pa_vunknown.h, include/pa_wcontext.h,
21354: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
21355: main/compile_tools.h, main/execute.C: +-*/
21356:
21357: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
21358: main/compile_tools.h: grammar-1.1 $a(z) $a=0
21359:
21360: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
21361: main/execute.C: expr grammar-1 2*2=4.000000 :)
21362:
21363: * src/main/compile.y: expr grammar-1
21364:
21365: * src/main/compile.y: expr lexx1
21366:
21367: * src/main/: compile.y, execute.C, main.dsp: z
21368:
21369: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
21370: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
21371: main/execute.C: expr lex0 exec-1
21372:
21373: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
21374:
21375: 2001-02-26 paf
21376:
21377: * src/main/compile.y: max_string in yyerror bug fix
21378:
21379: 2001-02-25 paf
21380:
21381: * src/: include/pa_value.h, include/pa_vmframe.h,
21382: include/pa_wcontext.h, main/execute.C: VAliased3
21383:
21384: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
21385:
21386: * src/main/execute.C: VAliased1
21387:
21388: * src/: include/pa_request.h, include/pa_value.h,
21389: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
21390: VAliased0
21391:
21392: * src/: include/pa_pool.h, include/pa_request.h,
21393: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
21394: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
21395: VAliased just compiled
21396:
21397: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
21398: include/pa_vobject.h, main/execute.C: alias dead end
21399:
21400: * src/: include/pa_value.h, include/pa_vclass.h,
21401: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
21402: main/main.dsp: no not get fields into interm VFielded class.
21403: fields & staticfields 1
21404:
21405: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
21406: include/pa_vobject.h, include/pa_wcontext.h,
21407: include/pa_wwrapper.h, main/core.C, main/execute.C,
21408: main/main.dsp: would now get fields into interm VFielded class
21409:
21410: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
21411: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
21412: include/pa_wcontext.h, main/compile.y, main/core.C,
21413: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
21414: main/pa_wcontext.C: virtuals2
21415:
21416: * src/main/compile.y: : 1
21417:
21418: * src/main/compile.y: rethought to $class:static.field.subfield
21419:
21420: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
21421: $class:element
21422:
21423: * src/: include/pa_value.h, include/pa_vmframe.h,
21424: include/pa_wwrapper.h, main/compile.y, main/execute.C,
21425: main/pa_wcontext.C: before execute class calls rewrite
21426:
21427: * src/: include/pa_request.h, main/compile.C, main/core.C: default
21428: name RUN, also alias
21429:
21430: * src/main/compile.y: escaping bug
21431:
21432: * src/: include/pa_request.h, include/pa_value.h,
21433: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
21434: main/core.C, main/execute.C, main/pa_common.C: vobject1
21435:
21436: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
21437: include/pa_vmframe.h, include/pa_vobject.h,
21438: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
21439: main/compile_tools.h, main/execute.C: ^class:method() just
21440: compiled
21441:
21442: 2001-02-24 paf
21443:
21444: * src/main/main.dsp: no bison -d
21445:
21446: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
21447: class' err msg wrong
21448:
21449: * src/main/compile.y: z
21450:
21451: * src/main/: compile.y, core.C: yylex need some @special lines adj
21452:
21453: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
21454: main/compile.y, main/compile_tools.h, main/core.C: modules0
21455:
21456: * src/: include/pa_vclass.h, main/core.C: z
21457:
21458: * src/: include/pa_value.h, include/pa_vclass.h,
21459: include/pa_vobject.h, main/main.dsp: vobject00
21460:
21461: * src/main/pa_array.C: minor bug in expanding very small arrays.
21462: 60% from 1 were 0
21463:
21464: * src/: include/pa_value.h, include/pa_wcontext.h,
21465: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
21466: as bad as you've named it: wcontext.value() was not a perfect
21467: idea
21468:
21469: * src/main/execute.C: codeframe1
21470:
21471: * src/: include/pa_value.h, include/pa_vcframe.h,
21472: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
21473: include/pa_vjunction.h, include/pa_vmframe.h,
21474: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
21475: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
21476: just compiled
21477:
21478: * src/: include/pa_vframe.h, main/compile.y: found junction
21479: ideology @: ^x{$a()) must construct current wcontext element, so
21480: smart wcontext handling needed
21481:
21482: * src/main/compile.y: fixed grammar bugs in constructor/params
21483: klinch
21484:
21485: * src/main/: compile.y, execute.C: fixed empty constructor
21486: optimized empty case. failed on calls - produced empty string
21487: param
21488:
21489: * src/main/compile.y: fixed last \n macrotemplate strip bug
21490:
21491: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
21492: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
21493: main/compile_tools.C, main/compile_tools.h, main/core.C,
21494: main/execute.C: code junctions0. something wrong with last \n
21495: macrotemplate strip
21496:
21497: * src/: include/pa_value.h, main/compile.C, main/core.C,
21498: main/pa_value.C: minor error reporting format beautifyings
21499:
21500: * src/: include/pa_value.h, include/pa_vclass.h,
21501: include/pa_vframe.h, main/core.C, main/execute.C,
21502: main/pa_value.C: get_method RIP. junctions everywhere. call with
21503: junctions0
21504:
21505: 2001-02-23 paf
21506:
21507: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
21508: pa_wwrapper.h: lara came, can't work, sorry :(
21509:
21510: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
21511: junction
21512:
21513: * src/: include/pa_vframe.h, include/pa_vunknown.h,
21514: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
21515: main/execute.C, main/main.dsp, main/pa_value.C: call0
21516:
21517: * src/: include/pa_hash.h, include/pa_value.h,
21518: include/pa_wcontext.h, main/core.C, main/execute.C,
21519: main/main.dsp, main/pa_hash.C: started call. store param, vframe
21520: done
21521:
21522: * src/include/pa_wcontext.h: z
21523:
21524: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
21525: wrong grammar in complex constructor case
21526:
21527: * src/main/: compile.y, execute.C: empty constructor bug fixed
21528:
21529: * src/main/execute.C: with result rwpool
21530:
21531: * src/: include/pa_value.h, main/core.C, main/execute.C,
21532: main/main.dsp: value named
21533:
21534: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
21535: strign 2 value in 2 places in execute
21536:
21537: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
21538: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
21539: wcontext.put_element when wcontext fvalue==0
21540:
21541: 2001-02-22 paf
21542:
21543: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
21544: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
21545: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
21546:
21547: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
21548: erroreos checkout
21549:
21550: * src/: include/pa_request.h, main/compile.y: $self.put(val)
21551:
21552: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
21553: main/compile_tools.h, main/pa_array.C: $self.get
21554:
21555: * src/main/: compile.C, compile.y, compile_tools.C: z
21556:
21557: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
21558: bit. finished now.
21559:
21560: * src/main/compile.y: $: finished
21561:
21562: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
21563:
21564: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
21565: main/execute.C: OP_STRING better then some xxx _VALUE
21566:
21567: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
21568: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21569: string to vstring it .y all
21570:
21571: * src/: include/pa_request.h, include/pa_stack.h,
21572: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
21573: all
21574:
21575: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
21576: precise parse error line:col
21577:
21578: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
21579: main/pa_hash.C, main/pa_pool.C: TRY...
21580:
21581: * src/: include/pa_exception.h, include/pa_pool.h,
21582: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
21583: main/compile.C, main/compile.y, main/compile_tools.C,
21584: main/core.C, main/pa_array.C, main/pa_exception.C,
21585: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
21586: main/pa_table.C: removed exception from request
21587:
21588: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
21589: some forgotten
21590:
21591: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
21592: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
21593: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
21594: get/put simple vars to VClass works0
21595:
21596: * src/: include/pa_array.h, include/pa_wcontext.h,
21597: main/pa_string.C: in process, but found that exceptions are too
21598: global
21599:
21600: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
21601: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
21602: main/execute.C, main/pa_string.C: write_value write_string 0 it
21603: seems wcontext must write strings regardles of fvalue!=0
21604:
21605: 2001-02-21 paf
21606:
21607: * src/main/execute.C: tired :)
21608:
21609: * src/main/: compile.C, compile.y, execute.C: store0
21610:
21611: * src/: include/compile.h, include/execute.h, include/pa_array.h,
21612: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
21613: include/pa_wcontext.h, main/compile.C, main/compile.y,
21614: main/execute.C, main/main.dsp, main/pa_array.C,
21615: main/pa_request.C: get put -1 [just compiled]
21616:
21617: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
21618: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
21619: main/main.dsp, main/pa_request.C: request core methods0
21620:
21621: * src/: include/compile.h, include/pa_array.h, main/compile.C,
21622: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
21623: execute
21624:
21625: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
21626: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
21627: methods and one_big_piece. now compile returns array<method*>
21628:
21629: * src/main/compile.y: more straightforward yylex[end]
21630:
21631: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
21632: string.operator==(char*)
21633:
21634: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
21635: main/execute.C, main/pa_array.C: after array.const get wonders
21636:
21637: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
21638: pa_string.h, pa_value.h: struck with const array.gets
21639:
21640: * src/main/: execute.C: z
21641:
21642: * src/main/: compile.y, execute.C: z
21643:
21644: * src/main/: compile.C, compile.y, compile_tools.h: error
21645: processing in eval & yyerror so it wouldn't cause memleaks.
21646:
21647: * src/main/: compile.C, compile.y: failed to add absolute precies
21648: parse error positions. leaving RIGHTMOST position as
21649: @file[line:col]
21650:
21651: * src/: include/compile.h, main/compile.C, main/compile.y,
21652: main/compile_tools.h: line numbers needed. would add them to .y
21653: now internally. externally it's not as precise as needed
21654:
21655: * src/: include/code.h, include/pa_types.h, main/compile.C,
21656: main/compile.y, main/compile_tools.C, main/compile_tools.h,
21657: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
21658: compiler works ok
21659:
21660: 2001-02-20 paf
21661:
21662: * src/main/: compile.C, compile.y, compile_tools.C,
21663: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
21664: not perfect
21665:
21666: * src/: include/code.h, include/compile.h, include/execute.h,
21667: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
21668: include/pa_string.h, include/pa_table.h, include/pa_types.h,
21669: main/compile.C, main/compile.y, main/compile_tools.C,
21670: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
21671: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
21672: main/pa_string.C, main/pa_table.C: bison[yacc] first time
21673: compiled. execute=dump for now
21674:
21675: * src/main/core.C: core rewrite using yacc investigations now will
21676: be compile[yacc]/execute[opcodes]
21677:
21678: 2001-02-15 paf
21679:
21680: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
21681: rewrite as turing machine? for it seems it would be it's too many
21682: ifs with this syntax now
21683:
21684: 2001-02-14 paf
21685:
21686: * src/main/core.C: get_params 1
21687:
21688: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
21689: :( ]
21690:
21691: * src/main/core.C: varios breaks
21692:
21693: * src/main/core.C: get names 3
21694:
21695: * src/main/core.C: get names 2
21696:
21697: * src/main/core.C: get names 1
21698:
21699: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
21700: names 0
21701:
21702: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
21703: text repassing2 operator static vars
21704:
21705: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
21706: main/pa_string.C: process text repassing
21707:
21708: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
21709: module:calls changes
21710:
21711: 2001-02-13 paf
21712:
21713: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
21714: ^class:calls[] started
21715:
21716: * src/: include/pa_value.h, main/core.C: z
21717:
21718: * src/main/core.C: operators : and self. prefixes
21719:
21720: * src/main/core.C: z
21721:
21722: * src/: include/pa_string.h, main/pa_string.C: String_iterator
21723: tested
21724:
21725: * src/: include/pa_string.h, main/pa_string.C: String_iterator
21726: optimized
21727:
21728: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
21729: would change privates to better support optimization
21730:
21731: * src/: include/pa_string.h, main/pa_string.C:
21732: String_iterator::skip_to todo:optimize
21733:
21734: 2001-02-12 paf
21735:
21736: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
21737: String_iterator
21738:
21739: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
21740: comments
21741:
21742: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
21743: self/methodref joined
21744:
21745: 2001-02-11 paf
21746:
21747: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
21748: main/main.dsp: core started. core.C, context&value .h
21749:
21750: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21751: include/pa_string.h, main/main.dsp, main/pa_array.C,
21752: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
21753:
21754: 2001-01-30 paf
21755:
21756: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
21757: comments
21758:
21759: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
21760: main/pa_pool.C: moved pa_pool.C to be target specific
21761:
21762: * src/: include/pa_exception.h, include/pa_pool.h,
21763: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
21764: to & changes
21765:
21766: * src/: include/pa_exception.h, include/pa_pool.h,
21767: include/pa_request.h, include/pa_table.h, main/pa_array.C,
21768: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
21769: re-associated. that's much better even removed 'die' necessety
21770:
21771: * src/: include/pa_error.h, include/pa_exception.h,
21772: include/pa_pool.h, include/pa_request.h, main/main.dsp,
21773: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
21774: targets/Makefile.am: lowered targets/parser into subdir, added
21775: parser_Pool(Pool) failed to add. would think..
21776:
21777: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
21778: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
21779: main/pa_string.C, main/pa_table.C: Table more like C++ style
21780: hence lots of 'const'
21781:
21782: * src/: include/pa_error.h, include/pa_request.h,
21783: include/pa_string.h, include/pa_table.h, main/pa_error.C,
21784: main/pa_table.C: Error fixed
21785:
21786: 2001-01-29 paf
21787:
21788: * src/: include/pa_array.h, include/pa_common.h,
21789: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
21790: include/pa_request.h, include/pa_string.h, include/pa_table.h,
21791: main/Makefile.am, main/pa_array.C, main/pa_common.C,
21792: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
21793:
21794: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21795: include/pa_string.h, include/pa_table.h, include/pa_types.h,
21796: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
21797: main/pa_string.C, main/pa_table.C: Request Error Table
21798:
21799: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
21800: templates"
21801:
21802: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
21803: main/main.dsp, main/pa_array.C: templates failed no template
21804: specializations [VC6], no library auto instantation [VC6, GNU c++
21805: 2.95.2-6 from latest cygwin]
21806:
21807: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21808: include/pa_string.h, include/pa_table.h, include/pa_types.h,
21809: main/main.dsp, main/pa_array.C, main/pa_string.C,
21810: main/pa_table.C: Table started would test template Array now
21811:
21812: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
21813: String originating
21814:
21815: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
21816: main/pa_hash.C: made local Hash-es not thread safe=quicker by
21817: SYNCHRONIZED(thread_safe)
21818:
21819: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
21820: parts to top
21821:
21822: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
21823: main/pa_threads.C: decided on one global_mutex, like PHP as I can
21824: see: needed only in global Hash now, made Hash:: put/get
21825: SYNCHRONIZED
21826:
21827: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
21828: main/pa_threads.C: added pa_threads
21829:
21830: Mutex
21831:
21832: * src/include/pa_hash.h: some comments
21833:
21834: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
21835: Array& operator += (Array& src)
21836:
21837: * src/main/pa_array.C: expand not convinient, would rewrite
21838:
21839: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
21840: (Array& src)
21841:
21842: rethought, would change now
21843:
21844: 2001-01-27 paf
21845:
21846: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
21847: caching
21848:
21849: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21850: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
21851: cache rethought to chunk caching
21852:
21853: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21854: include/pa_string.h, main/main.dsp, main/pa_array.C,
21855: main/pa_hash.C, main/pa_string.C: Array 0
21856:
21857: * src/main/pa_string.C: String::operator ==
21858:
21859: * src/main/pa_hash.C: String(&String)
21860:
21861: * src/main/pa_hash.C: added pa_hash.C [forgotten]
21862:
21863: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
21864: main/main.dsp, main/pa_string.C: uint, and added pa_types &
21865: pa_hash[forgotten]
21866:
21867: 2001-01-26 paf
21868:
21869: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
21870: removed templates [vc++ suxx]
21871:
21872: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
21873: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
21874:
21875: * src/include/: pa_pool.h, pa_string.h: pa_pool split
21876:
21877: * src/main/: main.dsp, pa_string.C: $Id$ check
21878:
21879: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: $Id$
21880: check
21881:
21882: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
21883: dynamic row_count
21884:
21885: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
21886: main/main.dsp, main/pa_pool.C, main/pa_string.C,
21887: targets/Makefile.am: Initial revision
21888:
21889: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
21890: main/main.dsp, main/pa_pool.C, main/pa_string.C,
21891: targets/Makefile.am: creating parser3 module
21892:
E-mail: