Annotation of parser3/ChangeLog, revision 1.108
1.108 ! moko 1: 2016-10-12 moko
! 2:
! 3: * tests/: 360.html, results/360.processed: more test code (related
! 4: to feature #1104)
! 5:
! 6: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
! 7: include/pa_request.h, main/compile.y, main/execute.C: opcode
! 8: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
! 9: WContext is next task (implements feature #1104)
! 10:
! 11: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
! 12: / CO_WITHOUT_WCONTEXT
! 13:
! 14: * tests/: 360.html, results/360.processed: test for in expression
! 15: state (related to feature #1104)
! 16:
! 17: 2016-10-11 moko
! 18:
! 19: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
! 20:
! 21: * src/classes/op.C: default value removed from initializer
! 22:
! 23: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
! 24:
! 25: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
! 26:
! 27: 2016-10-10 moko
! 28:
! 29: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
! 30: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
! 31: to feature #42)
! 32:
! 33: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
! 34: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
! 35:
! 36: 2016-10-08 moko
! 37:
! 38: * src/classes/double.C: whitespace
! 39:
! 40: 2016-10-07 moko
! 41:
! 42: * src/types/pa_vmethod_frame.h: reorder
! 43:
! 44: 2016-10-06 moko
! 45:
! 46: * src/classes/date.C: typo
! 47:
! 48: * src/types/pa_vmethod_frame.h: whitespace + cleanup
! 49:
! 50: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
! 51: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
! 52: types/pa_vmethod_frame.h: params.get now returns Value&, not
! 53: Value*
! 54:
! 55: * src/types/pa_vmethod_frame.C: params.get should return Value&.
! 56:
! 57: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
! 58: removed; first as_* code rewrite
! 59:
! 60: 2016-10-05 moko
! 61:
! 62: * src/include/pa_request.h: whitespace
! 63:
! 64: * tests/: 359.html, results/359.processed: test for VCodeFrame and
! 65: intercept_string added (related to feature #1097)
! 66:
! 67: * src/: classes/image.C, classes/op.C, classes/table.C,
! 68: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
! 69: optimization: intercept_string removed (implements feature #1097)
! 70:
! 71: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
! 72:
! 73: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
! 74: from VCodeFrame and WWrapper as not required
! 75:
! 76: 2016-10-04 moko
! 77:
! 78: * src/: classes/curl.C, classes/date.C, classes/double.C,
! 79: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
! 80: classes/int.C, classes/json.C, classes/op.C,
! 81: classes/reflection.C, classes/string.C, classes/table.C,
! 82: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
! 83: proces_to_value -> process after StringOrValue removed (related
! 84: to feature #1020)
! 85:
! 86: * src/classes/form.C: whitespace
! 87:
! 88: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
! 89:
! 90: * tests/: 357.html, 358.html, results/357.processed,
! 91: results/358.processed, results/auto.p: test for @conf
! 92: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
! 93:
! 94: 2016-10-03 moko
! 95:
! 96: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
! 97: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
! 98: supported (implements feature #42)
! 99:
! 100: * src/types/pa_vregex.h: no reason for VRegex to be
! 101: is_evaluated_expr
! 102:
! 103: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
! 104: (implements feature #1095)
! 105:
! 106: 2016-10-01 moko
! 107:
! 108: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
! 109: false by default (related to feature #1089)
! 110:
! 111: 2016-09-30 moko
! 112:
! 113: * src/types/pa_wcontext.h: cleanup
! 114:
! 115: 2016-09-29 moko
! 116:
! 117: * src/main/execute.C: whitespace
! 118:
! 119: * src/include/pa_request.h: whitespace
! 120:
! 121: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
! 122: classes/op.C, classes/table.C, include/pa_request.h,
! 123: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
! 124: types/pa_vobject.C, types/pa_wcontext.h: optimization:
! 125: StringOrValue removed as it just slows down and adds complexity
! 126: (implements feature #1020)
! 127:
! 128: 2016-09-28 moko
! 129:
! 130: * tests/: 356.html, results/266.processed, results/321.processed,
! 131: results/356.processed: tests updated after name was added to
! 132: method_info hash, test for ^reflection:method_info[junction]
! 133: added (related to feature #1068)
! 134:
! 135: * src/classes/reflection.C: ^reflection:method_info[junction] now
! 136: supported, method name added to the resulting hash (implements
! 137: feature #1068)
! 138:
! 139: * tests/: 276.html, results/276.processed: more tests for
! 140: ^reflection:delete[]
! 141:
! 142: * src/classes/reflection.C: fixed bug then ^reflection:delete
! 143: didn't work on class and could damage native objects (like file)
! 144:
! 145: 2016-09-26 moko
! 146:
! 147: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
! 148: results/345.processed, results/346-curl.processed,
! 149: results/347-curl.processed, results/348.processed: numbers added
! 150: to simplify diff analysis
! 151:
! 152: * tests/: 352.html, results/352.processed: test result updated as
! 153: method name used
! 154:
! 155: * src/classes/reflection.C: method name used
! 156:
! 157: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
! 158: its name
! 159:
! 160: * src/types/pa_method.h: whitespace
! 161:
! 162: * src/classes/reflection.C: both method and field with one name can
! 163: exist.
! 164:
! 165: * src/classes/reflection.C: ^reflection:mixin added (implements
! 166: feature #1089)
! 167:
! 168: * tests/: 355.html, results/355.processed: property appears in
! 169: derived class if added in base test added
! 170:
! 171: * src/types/pa_vstateless_class.h: get_method declaration +
! 172: whitespace
! 173:
! 174: * tests/: 354.html, results/354.processed: nice test from method
! 175: and property with one name in class added
! 176:
! 177: 2016-09-23 moko
! 178:
! 179: * src/classes/reflection.C: ^reflection:method usage documented
! 180:
! 181: 2016-09-22 moko
! 182:
! 183: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
! 184: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
! 185: compile warning and GPF occures on VS2003 (related to feature
! 186: #1087)
! 187:
! 188: * tests/: 350.html, results/350.processed: test added for
! 189: $.encloser[] support in ^table::create (related to feature #11)
! 190:
! 191: * src/classes/table.C: another minor fix (related to feature #11)
! 192:
1.107 moko 193: 2016-09-21 moko
194:
195: * src/include/pa_config_fixed.h: vs2015 compilation fixes
196:
197: * src/: classes/curl.C, classes/file.C, classes/hash.C,
198: classes/json.C, classes/string.C, classes/table.C,
199: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
200: main/pa_common.C, main/pa_http.C, main/pa_request.C,
201: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
202: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
203: pa_charsets, vs2015 warning war
204:
205: * src/classes/table.C: vs2015 warning war
206:
207: * src/types/pa_vdate.C: vs2015 warning war
208:
209: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
210:
211: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
212: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
213:
214: * src/main/pa_common.C: vs2015 compilation fixes
215:
216: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
217: vs2015 compilation fixes
218:
219: * src/main/pa_charset.C: vs2015 warning war
220:
221: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
222:
223: * src/main/pa_charset.C: vs2015 warning war
224:
225: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
226:
227: * src/types/pa_vdate.C: vs2015 compilation fix
228:
229: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
230:
231: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
232: VS2015 compilation fixes
233:
234: * src/classes/table.C: minor fix (related to feature #11)
235:
236: * tests/results/282.processed: no longer skipping extra enclosers
237: (related to feature #11)
238:
239: * src/classes/table.C: minor fix + no longer skipping extra
240: enclosers (related to feature #11)
241:
242: * src/classes/table.C: minor optimization (related to feature #11)
243:
244: * src/classes/table.C: minor fix and optimization (related to
245: feature #11)
246:
247: 2016-09-20 moko
248:
249: * tests/: 353.html, results/353.processed: test for
250: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
251: added (related to bug #1090)
252:
253: * src/main/compile.y: PC.cclass->is_vars_local() check added for
254: one_big_piece (fixes bug #1090)
255:
256: * tests/: 229.html, results/229.processed: code coverage tests
257:
258: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
259: body) was called
260:
261: * src/classes/op.C: whitespace
262:
263: * tests/: 323.html, results/323.processed: test for code junction
264: should not be returned by ^reflection:class, ^reflection:base
265:
266: * src/classes/reflection.C: bugfix: code junction should not be
267: returned by ^reflection:class, ^reflection:base
268:
269: * tests/: 323.html, 352.html, results/352.processed: no more
270: exception for ^reflection:method[class;no-such-method] (related
271: to feature #1087)
272:
273: * src/classes/reflection.C:
274: ^reflection:method[class;no-such-method] : exception -> void
275: (related to feature #1087)
276:
277: * src/include/pa_request.h: request::write_value added to allow
278: write value without convertion (related to issue #1091)
279:
280: 2016-09-19 moko
281:
282: * src/main/pa_random.C: windows build fix
283:
284: * src/types/pa_vhash.h: warning war
285:
286: 2016-09-14 moko
287:
288: * tests/: 352.html, 552.html, results/352.processed,
289: results/552.processed: test for ^reflection:method[] extension
290: added (related to feature #1087)
291:
292: * tests/: 552.html, results/552.processed: test for
293: ^reflection:method[] extension added (related to feature #1087)
294:
295: * src/classes/reflection.C: compatibility issue fixed, VClass
296: dynamic_cast check added (related to feature #1087)
297:
298: * tests/: 351.html, results/351.processed: test for @auto[]
299: inheritance bug diring ^process[] added (related to bug #1088)
300:
301: * src/: classes/op.C, main/pa_request.C,
302: types/pa_vstateless_class.C: set_method now checks for @auto[] to
303: disable it inheritance during ^process (fixes bug #1088)
304:
305: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
306: added (implements feature #1087)
307:
308: 2016-09-13 moko
309:
310: * tests/: 349.html, results/auto.p: test for objects prototyping
311: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
312: to feature #1086)
313:
314: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
315: types/pa_vobject.C: objects now are not class instances, but have
316: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
317: in @conf (implements feature #1086)
318:
319: 2016-09-08 moko
320:
321: * src/: classes/file.C, classes/mail.C, classes/string.C,
322: classes/table.C, main/pa_http.C, main/pa_string.C,
323: include/pa_string.h: cleanup: string::split limit argument
324: removed as no longer required, pos_after no longer reference
325: (related to feature #11)
326:
327: * src/classes/table.C, tests/results/348.processed: now exception
328: is rised when invalid option is passed to ^table::create[]
329:
330: * tests/: 282.cfg, 282.html, results/282.processed: more code
331: coverage tests
332:
333: * tests/: 348.html, results/348.processed: code coverage tests
334: added
335:
336: * tests/: 348.html, results/348.processed: generic ^table::create[]
337: tests
338:
339: * tests/: 035.html, results/035.processed, results/272.processed:
340: tests updated after $.encloser[] support for ^table::create
341: implementation (related to feature #11)
342:
343: * src/classes/table.C: $.encloser[] support for ^table::create
344: finally added (implements feature #11)
345:
346: 2016-09-07 moko
347:
348: * src/include/pa_string.h: added StringSplitHelper as friend
349: (related to feature #11)
350:
351: * src/include/pa_string.h: body and langs now protected, not
352: private to allow inheritance (related to feature #11)
353:
354: * src/classes/table.C: lsplit optimized before cloning for
355: ^table::create with $.encloser[] (related to feature #11)
356:
357: * src/classes/table.C: optimizaion: TableControlChars.separators
358: added and used (related to feature #11)
359:
360: * src/classes/table.C: spelling:
361:
362: TableSeparators -> TableControlChars column -> separator
363: separators -> control_chars
364:
365: 2016-09-06 moko
366:
367: * src/main/pa_string.C: whitespace
368:
369: * src/main/pa_string.C: whitespace
370:
371: 2016-09-01 moko
372:
373: * tests/: 347-curl.html, results/347-curl.processed: to make tests
374: results OS-independent
375:
376: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
377: compiler (related to feature #1042)
378:
379: 2016-08-15 moko
380:
381: * src/include/pa_string.h: whitespace
382:
383: * src/classes/table.C: whitespace
384:
1.106 moko 385: 2016-08-05 moko
386:
387: * tests/: 344.html, results/344.processed: test for
388: ^hash::create[$file] added (related to feature #1075)
389:
390: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
391: supported (implements feature #1075)
392:
393: 2016-08-04 moko
394:
395: * tests/: 341.html, results/341.processed: more code coverage tests
396:
397: * tests/: 346-curl.html, results/346-curl.processed: more code
398: coverage tests for curl
399:
400: * tests/: 346-curl.html, results/346-curl.processed: more code
401: coverage tests for curl
402:
403: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
404: results/223.processed: code coverage tests: $.form[ $.table[] ]
405: test added
406:
407: * tests/: 223-curl.html, results/223-curl.processed: more code
408: coverage tests for curl
409:
410: 2016-08-03 moko
411:
412: * src/classes/curl.C: dlink(curl_library) now called not once, but
413: until it will be loaded, allowing to find existing library.
414:
415: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
416: results/347-curl.processed: more code coverage tests for curl
417:
418: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
419: results/339-curl.processed, results/346-curl.processed: curl
420: functionality tests
421:
422: 2016-08-02 moko
423:
424: * tests/: 339.html, results/339.processed: test for tables in
425: ^file:load[] and ^curl:load[] (commented) added (related to
426: feature #1042)
427:
428: * tests/: 345.html, results/345.processed: code coverage tests for
429: file class
430:
431: * tests/: 344.html, results/344.processed: code coverage tests
432:
433: * tests/: 344.html, results/344.processed: mdate removed from
434: output
435:
436: * src/classes/file.C: minor bugfix: is_text should be taked from
437: fcontent.is_text_mode() if not set (related to feature #1061)
438:
439: * tests/: 344.html, results/344.processed: more tests
440:
441: * tests/: 343.html, 344.html, results/343.processed,
442: results/344.processed: tests for ^file::create[ $.from-charset
443: and $.to-charset ] (related to feature #1061)
444:
445: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
446: aset_text_mode argument optimized
447:
448: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
449: checkBOM now used in detect_binary_content (related to feature
450: #1061)
451:
452: * src/main/pa_request.C: load_charset no longer required to_upper
453:
454: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
455: preserves original file mode (if no $.mode specified)
456:
457: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
458: ^file::create now supports $.from-charset[] and $.to-charset
459: options (implements feature #1061), automatic transcode is done
460: if text file is created from binary file and charset is detected.
461:
462: 2016-07-30 moko
463:
464: * src/classes/table.C: ^t.hash[..;] now supported (related to
465: feature #1057)
466:
467: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
468: added (related to feature #1057)
469:
470: * tests/: 286.html, results/286.processed: code tests coverage
471:
472: 2016-07-29 moko
473:
474: * src/classes/table.C: table size should be checked inside menu and
475: foreach (related to feature #858)
476:
477: * src/: classes/curl.C, classes/file.C, classes/string.C,
478: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
479: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
480: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
481: charsets.get now does str_upper inside (related to feature #1061)
482:
483: * tests/: 342.html, results/342.processed: more code coverage tests
484:
485: * tests/: 342.html, outputs/342.processed: table menu code coverage
486: + foreach test added (related to feature #858)
487:
488: * tests/: 341.html, results/341.processed: tests for
489: ^table.hash[]{code} added + code coverage tests (related to
490: feature #1057)
491:
492: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
493: value} support (implements feature #1057)
494:
495: * src/classes/table.C: whitespace
496:
497: 2016-07-28 moko
498:
499: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
500: from URL, if not specified query string removed from url-based
501: filenames in ^curl:load[] and ^file::load[] (related to feature
502: #1042)
503:
504: 2016-07-27 moko
505:
506: * tests/: 340.html, results/340.processed: test for
507: transcode_text_result=false added (related to issue #1042)
508:
509: 2016-07-26 moko
510:
511: * src/types/pa_vfile.C: file name should not be empty (if file path
512: is folder and ends with /) (related to feature #1042)
513:
514: * src/main/pa_http.C: whitespace optimizaion
515:
516: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
517: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
518: multiple headers, ^file::load supports headers transcoding
519: (implements feature #1042)
520:
521: 2016-07-25 moko
522:
523: * src/include/pa_common.h: PA_DEFAULT added
524:
525: 2016-07-22 moko
526:
527: * tests/: 338.html, results/338.processed: test for
528: $date.field(value) added (related to feature #1066)
529:
530: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
531: $date.field(value) now supported for y/m/d/h/m/s (implements
532: feature #1066)
533:
1.105 moko 534: 2016-07-21 moko
535:
536: * src/: classes/file.C, classes/image.C, include/pa_common.h,
537: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
538: arguments removed; image.C - absolute path shown in exception
539: (implements feature #1071)
540:
541: * tests/: 235.html, results/235.processed: test and test result
542: updated after static boundary in mail and Errors-To: mail header
543: removed (related to feature #1047)
544:
545: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
546: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
547: used, static boundary in mail removed, Errors-To: mail header
548: removed (implements feature #1047)
549:
550: 2016-07-20 moko
551:
552: * src/: classes/reflection.C, types/pa_vstateless_class.h:
553: equest.classes(): Value -> VStateless_class, part 3 (related to
554: issue #1051)
555:
556: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
557: request.classes(): Value -> VStateless_class, part 2 (related to
558: issue #1051)
559:
560: * tests/results/: 224.processed, 323.processed: classes without
561: methods should not be methoded (related to issue #1051)
562:
563: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
564: main/compile_tools.h, main/pa_request.C: request.classes(): Value
565: -> VStateless_class, part 1 (related to issue #1051)
566:
567: * tests/: 337.html, results/337.processed: test for
568: ^reflection:fields_reference[] and VHashReference class added
569: (related to feature #1072)
570:
571: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
572: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
573: and VHashReference added, allowing ^reflection:fields_reference[]
574: implementation (closes feature #1072)
575:
576: 2016-07-19 moko
577:
578: * tests/: 323.html, results/323.processed: we want to see
579: "methoded"
580:
581: * tests/: 336.html, results/336.processed: test for $BASE:property
582: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
583: #1059)
584:
585: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
586: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
587: somebody_entered_some_class, $BASE:property works again,
588: ^BASE:method[] bugs fixed (fixes bug #1059)
589:
590: 2016-07-14 moko
591:
592: * tests/: 335.html, results/335.processed: test for feature #1055
593: added
594:
595: * src/classes/hash.C: bugfix: $._default was not copied if empty
596: feature: ^hash.contains[_default] added (implements feature
597: #1055)
598:
599: 2016-07-13 moko
600:
601: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
602: should not call @autouse (http://www.parser.ru/forum/?id=83480)
603:
604: 2016-07-05 moko
605:
606: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
607: in ^hash.foreach (related to feature #1073)
608:
609: 2016-07-04 moko
610:
611: * tests/: 134.html, 281.html, results/134.processed,
612: results/281.processed: tests updated after hash blocking removed
613: (related to feature #1073)
614:
615: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
616: no longer blocks on change during foreach (implements feature
617: #1073)
618:
619: 2016-06-17 moko
620:
621: * tests/: 330.html, results/330.processed: try exception source
622: test added (related to bug in #1062)
623:
624: * tests/: 334.html, results/334.processed: Exception stack trace
625: test added (related to bug in $1062)
626:
627: * src/classes/op.C: Exception trace now correctly restored and
628: errors reported (related to bug #1062)
629:
1.104 moko 630: 2016-05-25 moko
631:
632: * src/main/compile.y: minor cleanup + beauty
633:
634: 2016-05-24 moko
635:
636: * tests/: 333.html, results/333.processed: more exceptions testing
637:
638: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
639: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
640: features #1056, #1026)
641:
642: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
643: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
644: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
645: (implements feature #1056)
646:
647: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
648: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
649: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
650: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
651: feature #1026)
652:
653: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
654: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
655: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
656: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
657: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
658: feature #1026)
659:
660: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
661: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
662: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
663: SYMBOLS_CACHING define implemented (related to feature #1026)
664:
665: * src/main/main.vcproj: + ps_symbols
666:
667: * src/: include/Makefile.am, include/pa_string.h,
668: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
669: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
670: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
671: types/pa_vstateless_class.C: initial implementation for symbols
672: cache (related to feature #1026)
673:
674: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
675:
676: * src/main/pa_globals.C: minor cleanup
677:
678: 2016-05-19 moko
679:
680: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
681: (related to feature #1046)
682:
683: * tests/: 331.html, results/331.processed: test for
684: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
685: (related to feature #1051)
686:
687: * src/main/compile.y:
688: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
689: (implements feature #1054)
690:
691: 2016-05-18 moko
692:
693: * src/types/pa_vtable.C, tests/results/324.processed: no more
694: "column not found" exception for ^table.no-such-method[] (related
695: to feature #1046)
696:
697: * tests/: 261.html, results/261.processed: test added and updated
698: after feature #1046 implementation
699:
700: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
701: types/pa_vvoid.h: $string.anything works for whitespace strings,
702: ^string.contains added for hash compatibility, $string.method no
703: longer returns stting method (implements feature #1046)
704:
705: 2016-05-12 moko
706:
707: * src/classes/curl.C: content-type response header no longer
708: ignored (fixes issue #1045)
709:
710: * tests/: 330.html, results/330.processed: test for incomplete
711: finally execution when break occures added (related to issue
712: #1077)
713:
714: * src/classes/op.C: bugfix: Request::skip reset is called before
715: executing catch and finally code (fixes issue #1062)
716:
717: 2016-05-11 moko
718:
719: * tests/: 329.html, results/329.processed: test for invalid
720: ^break[] behavour added (bug #1077)
721:
722: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
723:
724: 2016-04-24 moko
725:
726: * src/types/pa_vstateless_class.h: warning war
727:
728: 2016-04-17 moko
729:
730: * tests/: 328.html, results/328.processed: test for
731: ^break(condition) and ^continue(condition) (related to feature
732: #1063)
733:
734: * src/classes/op.C: ^break(condition) and ^continue(condition)
735: implemented (feature #1063)
736:
737: 2016-04-12 moko
738:
739: * tests/results/280.processed: ordered hash now used for class
740: methods and properties (test results updated for feature #1069)
741:
742: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
743: to xdoc.C as under FreeBSD it was inited after and inheritance
744: failed (related to issue #1051)
745:
746: * tests/: 320.html, results/320.processed: xdoc and xnode methods
747: are printed to check inheritance (related to feature #1051)
748:
1.103 moko 749: 2016-04-09 moko
750:
751: * tests/results/320.processed: ordered hash now used for class
752: methods and properties (test results updated for feature #1069)
753:
754: * src/types/pa_vstateless_class.h: ordered hash now used for class
755: methods and properties (implements feature #1069)
756:
757: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
758: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
759: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
760: feature #1051)
761:
762: 2016-04-07 moko
763:
764: * src/main/execute.C: returned Value in .CLASS case for VJunction
765: (related to feature #1051)
766:
767: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
768: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
769: string constants deduplication (related to feature #1051)
770:
771: * tests/results/224.processed: test result updated (related to
772: feature #1051)
773:
774: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
775: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
776: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
777: types/pa_vstatus.h: classes hash now contains only
778: VStateless_class derived objects, .CLASS is also allways
779: VStateless_class derived object (related to feature #1051).
780:
781: 2016-04-06 moko
782:
783: * tests/results/323.processed: test result updated after feature
784: #1051 implementation
785:
786: * src/: classes/classes.h, classes/op.C, classes/response.C,
787: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
788: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
789: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
790: types/pa_vresponse.C, types/pa_vresponse.h,
791: types/pa_vstateless_class.h: base -> methoded_donor for static
792: classes, type() moved from VStateless_class to VClass and
793: Methoded (implements feature #1051)
794:
795: 2016-04-04 moko
796:
797: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
798: beauty: put_class added (related to feature #1051)
799:
800: 2016-04-01 moko
801:
802: * tests/results/: 175.processed, 192.processed, 224.processed,
803: 229.processed, 244.processed, 246.processed, 316.processed: test
804: results updated as class.type() removed from error messages, only
805: type() left (related to feature #1051)
806:
807: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
808: classes/op.C, classes/reflection.C, main/compile.y,
809: main/compile_tools.h, main/execute.C, main/pa_request.C,
810: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
811: types/pa_vmethod_frame.h, types/pa_vobject.h,
812: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
813: from VStateless_class, type() is used instead (related to feature
814: #1051)
815:
816: * src/classes/mail.C: old logic restored.
817:
818: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
819: classes/classes.h, classes/curl.C, classes/date.C,
820: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
821: classes/hashfile.C, classes/image.C, classes/inet.C,
822: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
823: classes/memcached.C, classes/memory.C, classes/reflection.C,
824: classes/regex.C, classes/response.C, classes/string.C,
825: classes/table.C, classes/xdoc.C, classes/xnode.C,
826: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
827: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
828: feature #1051)
829:
830: 2016-03-30 moko
831:
832: * tests/: 327.html, results/224.processed, results/327.processed:
833: test for TZ specification in ^date::create[], TZ is kept during
834: ^date::create[$dt] (related to feature #1048)
835:
836: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
837: ^date::create[], TZ is kept during ^date::create[$dt] (implements
838: feature #1048)
839:
840: 2016-03-29 moko
841:
842: * tests/: 315.html, results/315.processed: test for timezone format
843: +HHmm added (related to feature #1065)
844:
845: * src/classes/date.C: timezone format +HHmm now supported
846: (implements feature #1065)
847:
848: 2016-03-28 moko
849:
850: * tests/: 202.html, results/131.processed, results/202.processed,
851: results/224.processed, results/256.processed,
852: results/315.processed: test results updated after %.2d now
853: default for hours offset in iso-string (was %2d), test for
854: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
855: added (related to feature #1065)
856:
857: 2016-03-27 moko
858:
859: * src/types/pa_vdate.C: '+' sign for zero offset (related to
860: feature #1065)
861:
862: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
863: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
864: added (implements feature #1065)
865:
866: 2016-03-24 moko
867:
868: * tests/: 202.html, results/202.processed: test $date.week added
869: (related to bug #1067)
870:
871: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
872: date (fix for bug #1067)
873:
874: 2016-03-10 moko
875:
876: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
877:
1.102 moko 878: 2015-12-07 moko
879:
880: * tests/: 326.html, results/326.processed: test for .CLASS &
881: .CLASS_NAME optimization added (related to feature #844)
882:
883: 2015-11-17 moko
884:
885: * tests/: 323.html, results/323.processed: order added
886:
887: * tests/: 325.html, results/325.processed: double range test added
888: (related to bug #1049)
889:
890: 2015-11-16 moko
891:
892: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
893: added to disallow NaN and Infinity (fixes bug #1049)
894:
895: 2015-11-11 moko
896:
897: * tests/324.html: parser 3.4.3 execution support added (related to
898: feature #1017)
899:
900: * tests/: 324.html, results/324.processed: test for
901: GET_ELEMENT4CALL feature added (feature #1017)
902:
1.101 moko 903: 2015-10-29 moko
904:
905: * operators.txt: updated for 3.4.4
906:
907: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
908:
909: * src/main/pa_exec.C: get_exit_status implemented for Windows
910: (related to bug #1043)
911:
912: 2015-10-28 moko
913:
914: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
915: hangup during ^file::exec (fixes bug #1043)
916:
1.100 moko 917: 2015-10-27 moko
918:
919: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
920:
1.99 moko 921: 2015-10-26 moko
922:
1.100 moko 923: * tests/322.html, src/classes/reflection.C: arguments reorder
924: (related to issue #1041)
925:
926: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
927: Copyright year updated
928:
1.99 moko 929: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
930: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
931: classes/form.C, classes/hash.C, classes/hashfile.C,
932: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
933: classes/mail.C, classes/math.C, classes/memcached.C,
934: classes/memory.C, classes/op.C, classes/reflection.C,
935: classes/regex.C, classes/response.C, classes/string.C,
936: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
937: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
938: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
939: include/pa_config_fixed.h, include/pa_config_includes.h,
940: include/pa_dictionary.h, include/pa_dir.h,
941: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
942: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
943: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
944: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
945: include/pa_request_charsets.h, include/pa_request_info.h,
946: include/pa_sapi.h, include/pa_socks.h,
947: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
948: include/pa_stack.h, include/pa_string.h,
949: include/pa_stylesheet_connection.h,
950: include/pa_stylesheet_manager.h, include/pa_table.h,
951: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
952: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
953: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
954: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
955: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
956: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
957: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
958: main/compile.y, main/compile_tools.C, main/compile_tools.h,
959: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
960: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
961: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
962: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
963: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
964: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
965: main/pa_string.C, main/pa_stylesheet_connection.C,
966: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
967: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
968: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
969: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
970: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
971: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
972: targets/isapi/parser3isapi.C, types/pa_junction.h,
973: types/pa_method.h, types/pa_property.h, types/pa_value.C,
974: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
975: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
976: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
977: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
978: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
979: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
980: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
981: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
982: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
983: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
984: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
985: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
986: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
987: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
988: types/pa_vresponse.C, types/pa_vresponse.h,
989: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
990: types/pa_vstateless_object.h, types/pa_vstatus.C,
991: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
992: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
993: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
994: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
995: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
996:
997: * src/targets/cgi/parser3.C: year updated
998:
999: * src/classes/reflection.C: VS2003 compatibility fixed (related to
1000: issue #1041)
1001:
1002: * tests/: 323.html, results/323.processed: test for base classes
1003: added
1004:
1005: * tests/: 261.html, results/261.processed: updated after better
1006: error reporting done for $string.key exception
1007:
1008: * src/types/pa_vstring.h: better error report for $string.key
1009: exception
1010:
1011: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
1012: copied as VObject::get_element4call to remove extra virtual call
1013:
1014: * tests/: 322.html, results/322.processed: test for
1015: ^reflection:is[] added (related to feature #1041)
1016:
1017: * src/classes/reflection.C: ^reflection:is empty value is void
1018: (related to feature #1041)
1019:
1020: * src/classes/reflection.C:
1021: ^reflection:is[class_name|code|method;[context;]element_name]
1022: added (implements feature #1041)
1023:
1024: 2015-10-24 moko
1025:
1026: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
1027:
1.98 moko 1028: 2015-10-22 moko
1029:
1030: * tests/: 321.html, results/321.processed: test for
1031: ^reflection:method_info[] file detection added
1032:
1033: * tests/: 320.html, results/320.processed: test for
1034: ^reflection:class_by_name[class_name] added (related to feature
1035: #993)
1036:
1037: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
1038: added (implements feature #993)
1039:
1040: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
1041: (related to feature #1017)
1042:
1043: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
1044: added (related to issue #1039)
1045:
1046: * src/main/pa_request.C: ^throw origin fixed (related to feature
1047: #1039)
1048:
1049: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
1050: for VDate
1051:
1052: * tests/results/182.processed: updated after feature #1038
1053: implemented
1054:
1055: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
1056: compile-time exception origin added (test for feature #1039)
1057:
1058: * src/: include/pa_request.h, main/compile.C, main/compile.y,
1059: main/pa_request.C: exception unification: compile-time exceptions
1060: now have origin, @USE origins also tracked (implements feature
1061: #1039)
1062:
1063: 2015-10-20 moko
1064:
1065: * src/main/pa_request.C: cleanup
1066:
1067: 2015-10-15 moko
1068:
1069: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
1070:
1071: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
1072: types/pa_vtable.C: new feature: no more $table.method and
1073: $hash.method, aliases for _at, _count, _key (related to feature
1074: #1017)
1075:
1.97 moko 1076: 2015-10-14 moko
1077:
1.98 moko 1078: * tests/: 317.html, results/317.processed: test for
1079: ^string.unescape[] added (related to feature #120)
1080:
1.97 moko 1081: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
1082: defined" bug (described in issue #1036)
1083:
1084: * tests/: 247.html, results/247.processed: test for checkBOM added
1085: (test for bug #1037)
1086:
1087: * src/: include/pa_charsets.h, main/pa_charsets.C,
1088: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
1089: it's not enforced, skips BOM signature if it complies charset
1090: (fixes bug #1037)
1091:
1092: 2015-10-13 moko
1093:
1094: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
1095: linking
1096:
1097: * src/classes/inet.C: vs2003 compilation fix
1098:
1099: * src/classes/math.C: warning war
1100:
1101: * src/lib/punycode/pa_punycode.c: warning war
1102:
1103: 2015-10-12 moko
1104:
1105: * src/lib/punycode/pa_punycode.c: warning war
1106:
1107: * parser3.sln: moved parser3 first, to make it default startup
1108: project
1109:
1110: * buildall: parser "mirror" now used for external libs sources
1111: (implements feature #1036)
1112:
1113: * buildall: most external libs are updated to their current
1114: versions (related to feature #1036)
1115:
1116: * src/classes/image.C: more tags added
1117:
1118: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
1119:
1120: 2015-10-11 moko
1121:
1122: * src/classes/curl.C: minor optimization (related to feature #1035)
1123:
1124: 2015-10-09 moko
1125:
1126: * src/classes/curl.C: pa_strdup added for strings from curl
1127: (related to feature #1035)
1128:
1129: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
1130: ULLONG_MAX definition
1131:
1132: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
1133: (implements feature #1035)
1134:
1135: * src/main/pa_charset.C: String::Body(String::C) used
1136:
1137: * src/main/pa_charset.C: exceptions unified
1138:
1139: * src/: include/pa_charset.h, main/pa_charset.C: declarations
1140: unified
1141:
1142: * src/: classes/file.C, classes/image.C, classes/mail.C,
1143: classes/op.C, classes/xdoc.C, classes/xnode.C,
1144: include/pa_string.h, main/pa_request.C, main/pa_string.C,
1145: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
1146: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
1147: String::Body(String::C) constructor added (related to bug #957)
1148:
1149: * src/classes/file.C: minor optimization
1150:
1151: * src/include/pa_hash.h: hash.get(char*) added, to minimize
1152: Cord(char*) autocreation (related to bug #957)
1153:
1154: * src/: classes/string.C, main/untaint.C: minor optimizations
1155:
1156: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
1157: String(char*, Lang, length) removed, String(C(), Lang) used
1158: instead (related to bug #957)
1159:
1160: 2015-10-08 moko
1161:
1162: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
1163: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
1164: main/untaint.C: Now char * is converted to CORD only using
1165: AS_CORD() to check for empty cord bug (fixes bug #957)
1166:
1167: * src/include/pa_hash.h: fixed compilation without
1168: HASH_CODE_CACHING
1169:
1170: * src/classes/string.C:
1171: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
1172: feature #120)
1173:
1174: * src/main/pa_common.C: reduce js flags checks count (related to
1175: feature #120)
1176:
1.96 moko 1177: 2015-10-07 moko
1178:
1179: * tests/: 275.html, results/275.processed: test modified after
1180: unsigned long long int support implemented (feature #1034)
1181:
1182: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
1183: pa_atoul added for unsigned long long int support
1184:
1185: 2015-10-06 moko
1186:
1187: * src/types/pa_vdate.C: INT_MAX used
1188:
1189: 2015-10-03 moko
1190:
1191: * tests/: 302.html, results/302.processed: test for bug #1023
1192: (\u2028, \u2029 escaping) added
1193:
1194: * src/main/untaint.C: \u2028, \u2029 are now escaped in
1195: json:string[] (fixes bug #1023)
1196:
1197: 2015-09-29 moko
1198:
1199: * tests/305.html: try-catch added for OS without ipv6 support
1200:
1201: * src/lib/json/pa_json.C: more unique prefixes for Solaris
1202: compilation
1203:
1204: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
1205: main/execute.C, types/pa_value.h, types/pa_vhash.h,
1206: types/pa_vtable.C, types/pa_vtable.h: get_element4call
1207: implemented to distinguish ^hash.method from $hash.field
1208: (implements feature #1017)
1209:
1210: * src/lib/punycode/pa_punycode.c: warning war
1211:
1212: * src/include/pa_config_includes.h: warning war
1213:
1214: * src/include/pa_config_includes.h: pragma warning actualized a bit
1215:
1216: * src/include/pa_config_includes.h: warning war
1217:
1218: * src/include/pa_hash.h: clang compilation fix
1219:
1220: 2015-09-27 moko
1221:
1222: * src/main/compile.tab.C: Bison 3 is now default
1223:
1224: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
1225:
1226: 2015-09-25 moko
1227:
1228: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
1229: works with undefined HASH_ORDER (related to feature #196)
1230:
1231: 2015-09-24 moko
1232:
1233: * tests/: 027.html, results/027.processed: test modified to test
1234: ^hash.sort (feature #196)
1235:
1236: * src/: classes/hash.C, include/pa_hash.h:
1237: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
1238: added (implements feature #196)
1239:
1240: * tests/: 316.html, results/316.processed: Added test for bug #1025
1241: (exception handling in non-cached ^cache), plus for "it does not
1242: have logical value" and "$exception.handled value must be either
1243: boolean or string 'cache'" exceptions.
1244:
1245: * src/classes/op.C: ^cache: exceptions now handled in non-cached
1246: code (fixes bug #1025)
1247:
1.95 moko 1248: 2015-09-23 moko
1249:
1250: * src/classes/table.C: warning war
1251:
1252: * src/: classes/math.C, types/pa_vcookie.C: warning war
1253:
1254: * src/classes/file.C: warning war
1255:
1256: * src/: include/pa_table.h, main/pa_table.C: warning war
1257:
1258: * src/: main/pa_request.C, classes/date.C: warning war
1259:
1260: * src/: types/pa_vdate.C, classes/op.C: warning war
1261:
1262: * tests/: 122.html, results/122.processed: win sync: to remove
1263: differences with OS that doesn't keep timezone change history
1264:
1265: * src/types/pa_vdate.C: tzset() should be called in Windows after
1266: TZ change (related to feature #36)
1267:
1268: * tests/: 075.html, results/075.processed: win sync: to remove
1269: differences with OS that doesn't keep timezone change history
1270:
1271: * tests/: 315.html, results/315.processed: win sync: to remove
1272: differences with OS that doesn't keep timezone change history
1273:
1274: * tests/: 256.html, results/256.processed: win sync: to remove
1275: differences with OS that doesn't keep timezone change history
1276:
1277: * tests/: 124.html, results/124.processed: win results sync: to
1278: avoid hitting time change hole.
1279:
1280: * src/types/pa_vdate.C: static returned. :)
1281:
1282: 2015-09-22 moko
1283:
1284: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
1285:
1286: * tests/results/131.processed: more tests for feature #1032
1287:
1288: * src/classes/date.C: minor fix related to feature #1032
1289:
1290: * operators.txt: ISO date creation documented (related to feature
1291: #1032)
1292:
1293: * operators.txt: iso-string documented (related to feature #1032)
1294:
1295: * tests/: 315.html, results/315.processed: more tests added
1296: (related to feature #1032)
1297:
1298: * tests/: 131.html, results/131.processed: date range checks
1299: updated (related to feature #36)
1300:
1301: * tests/: 315.html, results/057.processed, results/315.processed:
1302: test added for ISO date support (related to issue #315)
1303:
1304: * src/classes/date.C: more readable exceptions in date creation
1305: (related to ticket #1032)
1306:
1307: 2015-09-18 moko
1308:
1309: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
1310: added (related to issue #1032)
1311:
1312: * tests/results/256.processed, src/classes/json.C: iso-string
1313: documented (related to issue #1032)
1314:
1315: * tests/: 256.html, results/256.processed: ISO date check added
1316: (related to issue #1032)
1317:
1318: * tests/: 057.html, results/057.processed, results/224.processed:
1319: tests results updated after ISO date support implemented (related
1320: to feature #1032)
1321:
1322: * src/: classes/date.C, classes/image.C, types/pa_value.h,
1323: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
1324: ^date::create[string] constructor formalized, ^date.iso-string[]
1325: added (implements feature #1032)
1326:
1327: 2015-09-05 moko
1328:
1329: * operators.txt: actualized
1330:
1331: * operators.txt: date changes documented (related to ticket #36)
1332:
1333: 2015-09-04 moko
1334:
1335: * src/types/pa_vdate.C: warning war
1336:
1337: * src/: classes/op.C, types/pa_vhashfile.C: warning war
1338:
1339: 2015-09-03 moko
1340:
1341: * tests/results/096.processed: test result updated for 0..9999 year
1342: date range support (related to feature #36)
1343:
1344: * tests/: 314.html, results/314.processed: test for
1345: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
1346: bug #1031)
1347:
1348: * src/classes/string.C: Static calls fixed for ^string:base64[],
1349: ^string:idna[], ^string:js-escape[] (closes bug #1031)
1350:
1.101 moko 1351: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
1352: configure.in -> configure.ac
1.95 moko 1353:
1.101 moko 1354: * configure, configure.in, src/include/pa_config_auto.h.in: more
1355: correct timezone check for FreeBSD Warning war: configure.in ->
1356: configure.ac
1.95 moko 1357:
1358: * configure, configure.in, src/classes/Makefile.am,
1.101 moko 1359: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
1360: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
1361: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
1362: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
1363: src/main/Makefile.am, src/targets/apache/Makefile.am,
1364: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 1365: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
1366: check added
1367:
1368: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
1369:
1370: * tests/results/: 124.processed, 224.processed: test resuls updated
1371: for new date implementation (related to feature #36)
1372:
1373: * src/: classes/date.C, classes/image.C, include/pa_common.h,
1374: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
1375: types/pa_vdate.h: new double date implementation with internal
1376: support for extended 0..9999 year range, default timezone support
1377: (related to feature #36)
1378:
1379: 2015-08-28 moko
1380:
1381: * src/types/pa_vmail.C: fixed $mail:received.date calculations
1382: (fixes bug #1030)
1383:
1384: 2015-08-21 moko
1385:
1386: * src/classes/inet.C: snprintf size "bug" commented
1387:
1388: * src/main/pa_common.C: snprintf comments updated
1389:
1390: 2015-08-16 moko
1391:
1392: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
1393:
1394: 2015-08-11 moko
1395:
1396: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
1397: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
1398: can be null (fixes bug #1029)
1399:
1400: 2015-08-06 moko
1401:
1.101 moko 1402: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
1403: pa_vdate.C added
1.95 moko 1404:
1405: 2015-08-05 moko
1406:
1407: * tests/: 313.html, results/313.processed: test for
1408: ^table.count[columns] and ^table.flip[] with nameless tables
1409: (feature #1003)
1410:
1411: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
1412: max_cell added, now ^table.count[columns] and ^table.flip[] works
1413: correctly for nameless tables (implements feature #1003)
1414:
1415: 2015-08-03 moko
1416:
1417: * tests/312.html: test for ^table.append[$hash] and
1418: ^table.insert[$hash] added (related to feature #1028)
1419:
1420: * src/classes/table.C: ^table.append[$hash] and
1421: ^table.insert[$hash] now supported (implements feature #1028)
1422:
1423: * tests/: 312.html, results/312.processed: test row copy in
1424: ^table.hash[; $.type[table] ] added (related to feature #1016)
1425:
1426: * src/classes/table.C: row copy now created in ^table.hash[;
1427: $.type[table] ] (related to feature #1016)
1428:
1429: 2015-07-29 moko
1430:
1431: * tests/: 312.html, results/312.processed: test for ^table.delete[]
1432: added (related to feature #1016)
1433:
1434: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
1435: ^table.delete[] added to delete current row (related to feature
1436: 1016)
1437:
1438: 2015-07-28 moko
1439:
1440: * tests/: 312.html, results/312.processed: test for
1441: $table.column[value] and ^table.insert{row} (related to feature
1442: #1016)
1443:
1444: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
1445: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
1446: ^table.insert{row} are now implemented (feature #1016)
1447:
1448: * src/include/pa_array.h: Optimization: bool reverse removed from
1449: append(), insert() added, memmove arguments order in remove()
1450: fixed (related to feature #1016)
1451:
1452: 2015-07-23 moko
1453:
1454: * src/classes/json.C: tainted json and empty json exception added
1455: (implements feature #1015)
1456:
1457: * tests/: 311.html, results/311.processed: empty json and tainted
1458: json exception test added (related to issue #1015)
1459:
1460: 2015-07-22 moko
1461:
1462: * tests/: 311.html, results/311.processed: test for UTF-8
1463: processing added
1464:
1465: * tests/: 311.html, results/311.processed: test for
1466: json_exception_with_source added (related to issue #394)
1467:
1468: * src/classes/json.C: json_exception_with_source added (implements
1469: feature #394)
1470:
1471: 2015-06-29 moko
1472:
1473: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
1474: directories are now correctly determined if _d_type == DT_UNKNOWN
1475: (closes bug #1027)
1476:
1477: 2015-06-10 moko
1478:
1479: * src/types/pa_vxnode.h: extern "C" not requred and causes build
1480: error if libxml has LIBXML_ICU_ENABLED.
1481:
1482: 2015-06-04 moko
1483:
1484: * tests/099.html: ups, reverting
1485:
1486: * tests/: 099.html, 309.html, 310.html, results/309.processed,
1487: results/310.processed: tests for $response:body[ $.file[] ] and
1488: $response:last-modified added
1489:
1490: * src/main/pa_request.C: last-modified check fixed
1491:
1492: 2015-06-03 moko
1493:
1494: * tests/: 204.html, 205.html, 293.html, results/204.processed,
1495: results/205.processed, results/293.processed: $response:headers
1496: logging added (tests for feature #1007)
1497:
1498: * src/: include/pa_common.h, include/pa_request.h,
1499: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
1500: $response:headers are now in uppercase (closes feature #1007)
1501:
1502: 2015-06-02 moko
1503:
1504: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
1505: build errors reverted for clang compatibility
1506:
1507: 2015-06-01 moko
1508:
1509: * src/include/pa_memory.h: -pedantic build errors fixed
1510:
1511: * src/classes/math.C: -pedantic build error fixed
1512:
1513: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
1514:
1515: 2015-05-31 moko
1516:
1517: * src/classes/table.C: USE_STRINGSTREAM optimized
1518:
1519: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
1520: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
1521: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
1522: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
1523: types/pa_vxnode.h: warning war (-pedantic flag)
1524:
1525: 2015-05-28 moko
1526:
1527: * tests/: 308.html, results/308.processed: test for
1528: ^table::create[$t;], etc work added (related to bug #975)
1529:
1530: * src/classes/table.C: check_option_param removed,
1531: ^table::create[$t;], etc now works (fixes bug #975)
1532:
1533: 2015-05-27 moko
1534:
1535: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
1536: (Debian jessie) fixed (closes issue #1024)
1537:
1538: * tests/Makefile: sort added as in Debian jessie list become
1539: unsorted
1540:
1541: 2015-05-18 moko
1542:
1543: * tests/: 201.html, results/201.processed: test for
1544: ^string.trim[what] feature #1022
1545:
1546: * src/classes/string.C: ^string.trim[what] now supported,
1547: implements feature #1022
1548:
1549: 2015-05-17 moko
1550:
1551: * tests/results/185.processed: test result updated as feature #1021
1552: implemented (left/right accept negative parameter)
1553:
1554: * src/classes/string.C: left/right now accept negative parameter
1555: (implements feature #1021)
1556:
1557: 2015-05-08 moko
1558:
1559: * src/classes/math.C: isalnum -> pa_isalnum
1560:
1561: * src/main/execute.C: optimization in getter-junction processing
1562: (related to issue #997)
1563:
1564: 2015-05-07 moko
1565:
1566: * tests/: 307.html, results/307.processed: test for issue #997
1567: added
1568:
1569: * src/main/execute.C: process_getter result now checked if junction
1570: returned (closes issue #997)
1571:
1572: * tests/: 305.html, results/305.processed: sort added to ignore
1573: different order
1574:
1575: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
1576: assignment (closes issue #994)
1577:
1578: * tests/: 306.html, results/306.processed: test for issue #994
1579: added
1580:
1581: * tests/: 303.html, results/303.processed: two more errors tested
1582:
1583: 2015-05-06 moko
1584:
1585: * tests/: 305.html, results/305.processed: test for name2ip &
1586: ip2name added (related to feature #992)
1587:
1588: * tests/: 303.html, 304.html, results/303.processed,
1589: results/304.processed: tests for idna conversion added (related
1590: to issue #849)
1591:
1592: 2015-05-02 moko
1593:
1594: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
1595: implemented
1596:
1597: 2015-04-30 moko
1598:
1599: * src/main/pa_http.C: idna_host added, related to issue #849
1600:
1601: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
1602: (related to issue #849)
1603:
1604: 2015-04-24 moko
1605:
1606: * src/types/pa_vjunction.C: warning war
1607:
1608: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
1609: unification
1610:
1611: * src/lib/punycode/pa_idna.c: warning war
1612:
1613: 2015-04-22 moko
1614:
1615: * src/main/main.vcproj: punycode include path added
1616:
1617: * src/lib/punycode/pa_idna.c: windows compile error fixed
1618:
1619: * src/lib/punycode/pa_idna.c: warning war
1620:
1621: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
1622: project file added
1623:
1624: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
1625:
1626: * src/include/pa_memory.h: warning war
1627:
1628: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
1629: ^string:idna[xn--...], ^string.idna[] - idna conversion support
1630: implemented (related to feature #849)
1631:
1632: * configure.in, src/main/Makefile.am,
1633: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
1634: libpunycode added in Unix
1635:
1636: 2015-04-21 moko
1637:
1638: * configure.in: large files support
1639:
1640: 2015-04-15 moko
1641:
1642: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
1643: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
1644: pa_punycode.h: initial version for punycode/idna support library
1645: (ticket #849)
1646:
1647: 2015-04-08 moko
1648:
1649: * src/: classes/curl.C, classes/date.C, classes/file.C,
1650: classes/image.C, classes/mail.C, classes/reflection.C,
1651: classes/string.C, classes/xnode.C, include/pa_request.h,
1652: include/pa_string.h, include/pa_stylesheet_connection.h,
1653: main/compile.y, main/compile_tools.h, main/execute.C,
1654: main/pa_common.C, main/pa_request.C, main/pa_string.C,
1655: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
1656: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
1657: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
1658: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
1659: clang compiler warnings (closes issue #1018)
1660:
1661: * src/include/pa_string.h: String::Body comparation operators with
1662: char * added (related to issue #958)
1663:
1664: 2015-04-07 moko
1665:
1666: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
1667: pa_malloc/pa_free to remove system malloc/free usage (related to
1668: issue #1018)
1669:
1670: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
1671: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
1672: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
1673: main/pa_http.C, main/pa_request.C, main/pa_string.C,
1674: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
1675: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
1676: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
1677: malloc/strdup/free replaced with pa_ version and checks for
1678: accidental use of non-pa_ version added (related to issue #1018)
1679:
1680: 2015-04-03 moko
1681:
1682: * buildall: pcre-8.33 -> pcre-8.36
1683:
1684: * src/: main/compile.y, classes/form.C, classes/mail.C,
1685: classes/op.C, classes/string.C, main/compile.tab.C,
1686: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
1687: main/pa_sql_driver_manager.C, types/pa_vfile.C,
1688: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
1689: ticket #958)
1690:
1691: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
1692: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1693: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1694: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
1695: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
1696: $request:headers, $request:method added (implements feature
1697: #1007)
1698:
1699: 2015-03-17 misha
1700:
1701: * tests/302.html: - test for
1702: ^json:string[...;$._default[method-name]]
1703:
1704: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
1705: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
1706: option $._default[method-name] is specified in ^json:string[], a
1707: method with specified name will be called for classes/objects
1708: serialization ( new feature: #982 )
1709:
1710: 2015-03-16 misha
1711:
1712: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
1713: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
1714: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
1715: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
1716: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
1717: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
1718: types/pa_vmemory.h, types/pa_vmethod_frame.C,
1719: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
1720: types/pa_vrequest.h, types/pa_vstateless_class.C,
1721: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1722: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
1723: $var.CLASS_NAME now have special opcodes. This can be switched
1724: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
1725: on pa_opcode.h ( new feature: #844 )
1726:
1727: 2015-03-15 misha
1728:
1729: * tests/075.html: - test for $response:header[]
1730:
1731: * src/types/pa_vresponse.C: - $response:header[] deletes header
1732: that was set earlie ( new feature: #1001 )
1733:
1734: 2015-03-12 misha
1735:
1736: * tests/246.html: - more tests for ^hash._at[]
1737:
1738: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
1739: accepts second param [key|value|hash] ( new feature: #1012 )
1740:
1741: 2015-03-09 moko
1742:
1743: * src/types/pa_vmail.C: exception for everything but
1744: $mail:received, closes issue #1011
1745:
1746: 2015-02-20 moko
1747:
1748: * tests/: 275.html, results/275.processed: hex detection in
1749: pa_atoui fix test (closes issue #1010)
1750:
1751: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
1752: issue #1010)
1753:
1754: 2015-02-17 moko
1755:
1756: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
1757: tainted.
1758:
1759: 2015-02-03 misha
1760:
1761: * tests/301.html: - test for ^json:string($double) causes
1762: exception. bugfix: #1008
1763:
1764: * src/classes/json.C: - ^json:string($double) causes exception.
1765: bugfix: #1008
1766:
1767: * tests/014.html: - updated for work with ^hash.delete[]
1768:
1769: 2015-01-12 misha
1770:
1771: * src/: classes/form.C, include/pa_common.h,
1772: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
1773: types/pa_vform.h: - supports body with PUT method as well ( new
1774: feature: #1006 )
1775:
1776: * src/classes/file.C: - warnings war
1777:
1778: 2015-01-11 misha
1779:
1780: * tests/300.html: - test for ^hash.delete[] is added
1781:
1782: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
1783: feature: #989 ) - tiny optimization in intersects
1784:
1785: 2015-01-06 moko
1786:
1787: * src/types/pa_vmail.C: file names transcode added, to and cc added
1788: with transcode, attachments detection fixed
1789:
1790: * src/main/pa_request.C: filling mail received after cgi/auto.p
1791: load to allow charset switch (related to issue #996)
1792:
1793: 2014-12-31 moko
1794:
1795: * src/types/pa_vmail.C: from and subject now transcoded if not
1796: UTF-8 source charset (fixes issue 996)
1797:
1798: * src/main/pa_exception.C: fixed string from stack bug (closes
1799: issue #1000)
1800:
1801: 2014-12-11 misha
1802:
1803: * src/types/pa_vhashfile.C: - check if key is not empty before
1804: access ( bug fix: #1005 )
1805:
1806: 2014-11-13 misha
1807:
1808: * src/main/compile.y: - PC.append does not reset to false while
1809: creating a new class. bugfix: #990
1810:
1811: * tests/299.html: - test for creation class after working with
1812: partial class (create+append)
1813:
1814: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
1815: #995
1816:
1817: * tests/232.html: - test for @get[def] added
1818:
1819: 2014-10-12 moko
1820:
1821: * src/lib/pcre/pcre_internal.vcproj: correct path
1822:
1823: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1824: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
1825: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
1826: targets/apache/ApacheModuleParser3.vcproj,
1827: targets/apache/ApacheModuleParser3Core.vcproj,
1828: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1829: types/types.vcproj: project GUID inserted in *.vcproj for correct
1830: conversion in newer VS versions
1831:
1832: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
1833: pcre_internal.vcproj added
1834:
1835: 2014-08-28 moko
1836:
1837: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
1838: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
1839: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
1840:
1841: 2014-06-30 misha
1842:
1843: * tests/298.html: - tests for ^reflection:def[class;className]
1844: added
1845:
1846: * src/classes/reflection.C: - ^reflection:def[class;className]
1847: added ( new feature: #918 )
1848:
1849: 2014-06-29 misha
1850:
1851: * src/classes/table.C: - ^table::create[unsupported data] -
1852: exception comment changed to "body must be table or code" ( bug
1853: fix: #951 )
1854:
1855: * tests/: 261.html, results/261.processed: - tests for
1856: ^json:string[...;$.void[null|string]] added
1857:
1858: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
1859: option $.void[string|null] added to ^json:string[...] ( new
1860: feature: #952 )
1861:
1862: 2014-06-28 moko
1863:
1864: * src/classes/curl.C: $.charset now processed before other curl
1865: options (closes issue #980)
1866:
1867: 2014-05-23 misha
1868:
1869: * src/classes/json.C: - bug fix: #987
1870:
1871: 2014-05-04 misha
1872:
1873: * tests/: 253.html, 253_json.txt: - test for
1874: ^json:parse[$.int(false)] is added
1875:
1876: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
1877: default true). The option is similar to $.double(bool) but for
1878: integers.
1879:
1880: 2014-05-01 moko
1881:
1882: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
1883: #12 )
1884:
1885: 2014-04-16 moko
1886:
1887: * src/main/pa_http.C: response-charset option should finally work
1888: now (fix for issue #867)
1889:
1890: * src/main/pa_http.C: response-charset option should work now (fix
1891: for issue #867)
1892:
1893: 2014-03-07 moko
1894:
1895: * buildall: libgc moved
1896:
1897: * buildall: libgc moved
1898:
1899: 2013-12-29 moko
1900:
1901: * src/classes/string.C: ^string:js-unescape result now tainted,
1902: closes issue #966
1903:
1904: * tests/: 186.html, results/186.processed: ^string:js-unescape
1905: result now tainted, issue #966
1906:
1907: 2013-12-03 moko
1908:
1909: * src/: classes/memcached.C, types/pa_vmemcached.C,
1910: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
1911: option was added for http://www.parser.ru/forum/?id=79343
1912:
1913: * src/classes/file.C: bugfix for
1914: http://www.parser.ru/forum/?id=79337
1915:
1916: 2013-11-05 moko
1917:
1918: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
1919:
1920: * src/main/pa_globals.C: spelling fixed
1921:
1922: 2013-10-29 moko
1923:
1924: * src/lib/json/json.vcproj: json.c -> pa_json.C
1925:
1926: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
1927: #892
1928:
1929: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
1930: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
1931: exceptions to be thrown thougth json library), related to issue
1932: #892
1933:
1934: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
1935: related to issue #896
1936:
1937: 2013-10-24 moko
1938:
1939: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
1940:
1941: 2013-10-23 moko
1942:
1943: * README: actualization
1944:
1945: 2013-10-22 moko
1946:
1947: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
1948: compatibility patch from Sergey Kirpichev
1949:
1950: * tests/: 297.html, results/297.processed: non-working getter fix
1951: test for issue #948
1952:
1953: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
1954: called when saving value of $match variable in ^string.match[] to
1955: increase compatibility (related to issue #948).
1956:
1957: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
1958: usage optimization
1959:
1960: 2013-10-21 moko
1961:
1962: * tests/: 182.html, results/182.processed: local path removed for
1963: compatibility
1964:
1965: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
1966: results/244.processed, results/253.processed,
1967: results/254.processed, results/275.processed,
1968: results/281.processed: try_catch -> try-catch
1969:
1970: * tests/: 288.html, 294.html, 296.html, results/288.processed,
1971: results/294.processed, results/296.processed: try_catch ->
1972: try-catch
1973:
1974: 2013-10-20 moko
1975:
1976: * tests/: 296.html, results/296.processed: test for xsl exception
1977: for issue #938 added.
1978:
1979: * src/: include/pa_xml_exception.h,
1980: main/pa_stylesheet_connection.C: forgotten to be replaced
1981: XmlException is now replaced (once again closes issue #938)
1982:
1983: 2013-10-19 misha
1984:
1985: * bin/auto.p.dist.in: - more mime-types are added
1986:
1987: 2013-10-18 moko
1988:
1989: * buildall: disable clock_gettime detection to avoid librt linking
1990: (which in turn depends on libpthread), related to issue #943
1991:
1992: 2013-10-18 misha
1993:
1994: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
1995: lib/smtp/smtp.vcproj, main/main.vcproj,
1996: targets/apache/ApacheModuleParser3Core.vcproj,
1997: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1998: types/types.vcproj: - new locations for libxml2 includes where
1999: added to vcproj files
2000:
2001: 2013-10-18 moko
2002:
2003: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
2004: fix
2005:
2006: * tests/: 295.html, results/295.processed: test for issue #948
2007: updated
2008:
2009: * src/classes/table.C: hopefully last lost part for issue #948 fix.
2010: :)
2011:
2012: * tests/: 295.html, results/295.processed: test for issue #948
2013: added
2014:
2015: * src/: classes/hash.C, classes/string.C, classes/table.C,
2016: include/pa_request.h, types/pa_method.h: for getters and setters
2017: to be executed request.put_element should be called, not
2018: context.put_element (fixes issue #948)
2019:
2020: 2013-10-17 moko
2021:
2022: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
2023: LIBXML2_NEW_BUFFER check (closes issue #943)
2024:
2025: * buildall: libxml 2.9.1 build is broken --without-reader.
2026:
2027: 2013-10-16 moko
2028:
2029: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
2030:
2031: * tests/: 294.html, results/294.processed: test for issue #938
2032:
2033: * src/: classes/xdoc.C, classes/xnode.C,
2034: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
2035: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
2036:
2037: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
2038: libxslt-1.1.26 -> libxslt-1.1.28
2039:
2040: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
2041: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
2042: to '?', related to issue #938
2043:
2044: 2013-10-15 moko
2045:
2046: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
2047: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
2048: minor optimizations (closes issue #896)
2049:
2050: * tests/results/: 292.processed, 293.processed: results updated to
2051: comply with issue #896
2052:
2053: * tests/: 292.html, 293.html, results/292.processed,
2054: results/293.processed: tests for json escaping
2055:
2056: 2013-10-14 moko
2057:
2058: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
2059: and cleanup, code moved from .h to .C, no changes in code
2060:
2061: 2013-10-12 moko
2062:
2063: * tests/results/119.processed: updated test result commited
2064:
2065: * tests/: 291.html, results/291.processed: test for issue #894
2066: added
2067:
2068: * src/types/pa_wcontext.h: base methods call support function
2069: get_somebody_entered_some_class should not be true forever, as
2070: wcontext can have many get_elements calls (fixes issue #894)
2071:
2072: 2013-10-11 moko
2073:
2074: * tests/: 290.html, results/290.processed: test for junction GPF
2075: issue #942 added
2076:
2077: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
2078: to native method fixed (closes issue #942)
2079:
2080: * tests/: 158.html, results/158.processed: test for csv-string[]
2081: added
2082:
2083: * src/classes/table.C: minor fixes for table.csv-string[] (closes
2084: feature #907)
2085:
2086: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
2087: feature #907)
2088:
2089: 2013-10-09 moko
2090:
2091: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
2092: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
2093: types/pa_vstateless_class.C: GET_default, SET_default now works
2094: properly not only in objects, but in classes as well (closes
2095: issue #903)
2096:
2097: * tests/: 289.html, results/289.processed: GET/SET_default now
2098: works in classes, not only objects, test case added, related to
2099: issue #903
2100:
2101: * tests/: 288.html, results/288.processed: test for endless
2102: recursion bug added (related to issue #903)
2103:
2104: 2013-10-05 moko
2105:
2106: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
2107: classes/table.C, main/execute.C, types/pa_method.h,
2108: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
2109: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
2110: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
2111: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
2112: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
2113: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
2114: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2115: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
2116: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
2117: optimization: put_element no longer has "bool areplace" argument,
2118: related to issue #903
2119:
2120: 2013-10-03 moko
2121:
2122: * tests/results/182.processed: result for $.replace(false) test
2123: commited
2124:
2125: * src/classes/date.C: ^date::create(number) processed correctly
2126: (fixes issue #901)
2127:
2128: * src/classes/image.C: as_no_junction removed, as param can be
2129: expression (closes issue #931)
2130:
2131: * tests/233.html: test for issue #931 added
2132:
2133: 2013-10-02 moko
2134:
2135: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
2136: modified, test for $.replace(false) added
2137:
2138: * src/main/compile_tools.h: forgotten class replace returned. :)
2139:
2140: 2013-09-30 moko
2141:
2142: * tests/: 141.html, results/141.processed: md5 tainting test added
2143:
2144: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2145: main/compile_tools.h, main/pa_request.C: allow_class_replace
2146: implemented; $.replace option added to ^process and ^use
2147:
2148: 2013-08-27 moko
2149:
2150: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
2151: cstr_to_string_body_untaint should be called with charsets for
2152: possible uri language and connection for possible sql language.
2153: related to issue #857
2154:
2155: * buildall: and -> or fixed
2156:
2157: 2013-08-26 moko
2158:
2159: * buildall: prepare_ functions logic changed to support
2160: gc-7.2d.tar.gz extracting to gc-7.2 directory
2161:
2162: 2013-08-23 moko
2163:
2164: * src/include/pa_config_fixed.h: gc and xml libs are now linked
2165: statically
2166:
2167: 2013-08-22 moko
2168:
2169: * src/classes/string.C: String::Empty used (related to issue #912)
2170: append_know_length removed (related to old GPF bug)
2171:
2172: 2013-08-21 moko
2173:
2174: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
2175:
2176: * src/classes/math.C: ^math:digest[...;$file] support added
2177: (related to ticket #857
2178:
2179: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
2180: implemented
2181:
2182: * src/types/pa_vhashfile.h: warning war
2183:
2184: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
2185: include/pa_request.h, main/pa_request.C, types/pa_value.h:
2186: anti_endless_json_string_recoursion removed from request;
2187: json_string_recoursion added to json_options; $.indent[indent
2188: value] now supported and passed within recoursion closes feature
2189: #937
2190:
2191: * tests/: 287.html, results/287.processed: test for feature #937
2192:
2193: 2013-07-31 moko
2194:
2195: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
2196: compilation having #define _S
2197:
2198: * src/main/pa_globals.C: cleanup
2199:
2200: 2013-07-30 moko
2201:
2202: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
2203: main/pa_common.C: vs2003 warning war
2204:
2205: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
2206:
2207: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
2208:
2209: * src/lib/md5/pa_sha2.c: warning war
2210:
2211: 2013-07-29 moko
2212:
2213: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
2214: patches from github
2215:
2216: * src/: classes/bool.C, classes/double.C, classes/int.C,
2217: classes/memcached.C, include/pa_config_includes.h,
2218: types/pa_vfile.C, types/pa_vfile.h: warning war
2219:
2220: * src/lib/json/json.vcproj: C++ -> C
2221:
2222: * src/lib/json/: json.c, pa_json.C: C++ warning revert
2223:
2224: * src/lib/json/: json.c, pa_json.C: windows compatibility
2225:
2226: * src/lib/json/: json.c, pa_json.C: windows compatibility
2227:
2228: * src/lib/json/: json.c, pa_json.C: warning war
2229:
2230: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
2231:
2232: * src/include/pa_config_fixed.h: uint16_t added
2233:
2234: * configure.in: uint16_t check added
2235:
2236: * src/: classes/json.C, lib/json/JSON_parser.C,
1.101 moko 2237: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
2238: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
2239: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
2240: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 2241:
2242: 2013-07-25 moko
2243:
2244: * parser3.sln: dependencies added
2245:
2246: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
2247: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
2248: module support
2249:
2250: * src/targets/apache/mod_parser3_core.C: win32 cleanup
2251:
2252: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
2253:
2254: 2013-07-23 moko
2255:
2256: * src/: include/pa_memory.h, main/pa_memory.C: non-working
2257: PA_DEBUG_GC_MEMORY removed
2258:
2259: * src/: main/pa_globals.C, targets/cgi/parser3.C:
2260: PA_DEBUG_DISABLE_GC compilation fix
2261:
2262: * src/: classes/op.C, classes/table.C, include/pa_request.h,
2263: main/pa_request.C: outdated RESOURCES_DEBUG removed
2264:
2265: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
2266: garbage cleanup
2267:
2268: * src/main/pa_common.C: warning war
2269:
2270: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
2271:
2272: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
2273: minor cleanup
2274:
2275: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
2276: uses cygwin, not WIN32 implementation
2277:
2278: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
2279: able to exec shell scripts
2280:
2281: * src/classes/math.C: ifdef WIN32 cleanup
2282:
2283: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
2284:
2285: * bin/auto.p.dist.in: libpq.so -> libpq.
2286:
2287: * src/classes/curl.C: LT_MODULE_EXT used
2288:
2289: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
2290:
2291: 2013-07-22 moko
2292:
2293: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
2294: includes fix
2295:
2296: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
2297:
2298: * configure.in, src/include/pa_config_includes.h,
2299: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
2300: src/main/pa_exec.C: includes cleanup
2301:
2302: * src/targets/cgi/parser3.C: 2012->2013
2303:
2304: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
2305:
2306: * configure.in, src/include/pa_config_includes.h,
2307: src/include/pa_http.h, src/lib/json/JSON_parser.h,
2308: src/main/pa_random.C, src/main/pa_socks.C,
2309: src/types/pa_vstatus.C: cygwin support cleanup
2310:
2311: * configure.in: dirent.h check added
2312:
2313: * src/: include/pa_config_includes.h, include/pa_dir.h,
2314: main/pa_dir.C: includes cleanup, dirent.h check added filePath
2315: not copied
2316:
2317: 2013-07-21 moko
2318:
2319: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
2320:
2321: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
2322: parser3.vcproj: unused getopt.h / getopt.c removed
2323:
2324: * operators.txt, src/classes/file.C, tests/022.html,
2325: tests/results/022.processed: ^file:list[path][$.filter[regexp]
2326: $.stat(true)] usage commented
2327:
2328: * configure.in, src/classes/file.C, src/include/pa_dir.h,
2329: src/main/pa_dir.C: ^file:list[] now has dir column and when
2330: $.stat(true) it has size/*date columns modified patch from misha@
2331: that closes issue #914.
2332:
2333: * src/: include/pa_config_includes.h, main/pa_globals.C:
2334: PA_RELEASE_ASSERTS removed
2335:
2336: * src/lib/md5/pa_md5c.c: minor cleanup
2337:
2338: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
2339: localeconv()->decimal_point usage remoed (related to issue #934)
2340:
2341: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
2342: cordprnt.c removed
2343:
2344: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
2345: pa-include/pa_errno.h, pa-include/pa_file_io.h,
2346: pa-include/pa_strings.h: includes cleanup
2347:
2348: * src/lib/md5/pa_md5c.c: headers cleanup
2349:
2350: 2013-07-20 moko
2351:
2352: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
2353: cleanup
2354:
2355: 2013-07-19 moko
2356:
2357: * src/classes/math.C: extern "C" added for crypt
2358:
2359: 2013-07-18 moko
2360:
2361: * src/classes/math.C: fix redhat7.2 build
2362:
2363: 2013-07-17 moko
2364:
2365: * configure.in, src/include/pa_config_includes.h,
2366: src/include/pa_config_fixed.h: headers actualized (inttypes.h
2367: added for uint8/32/64_t)
2368:
2369: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
2370: pa_config_includes.h used for uint32/64_t
2371:
2372: 2013-07-16 moko
2373:
2374: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
2375: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
2376: war
2377:
2378: * src/main/compile.tab.C: compile.y was updated
2379:
2380: * src/main/compile.y: warning war
2381:
2382: * src/: include/pa_exception.h, main/pa_exception.C,
2383: main/pa_xml_exception.C: warning war
2384:
2385: * src/: include/pa_common.h, main/pa_common.C: warning war
2386:
2387: * configure.in: beauty :)
2388:
2389: * tests/: 141.html, results/141.processed: sha256/512 added
2390:
2391: 2013-07-13 moko
2392:
2393: * src/lib/md5/md5.vcproj: sha2 added
2394:
2395: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
2396: classes/math.C: sha2 support (sha256/sha512 digest)
2397:
2398: 2013-07-08 moko
2399:
2400: * src/classes/image.C: directory read or other read problem message
2401: fixed (related to issue #933)
2402:
2403: 2013-07-07 moko
2404:
2405: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
2406: dependense from $charsetsdir directory existance and content (and
2407: UTF-8 is default allready)
2408:
2409: * AUTHORS: + misha + moko. :)
2410:
2411: 2013-07-06 moko
2412:
2413: * src/: classes/curl.C, include/pa_globals.h,
2414: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
2415: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
2416: for lt_dlinit to be called once and lt_dlexit called at right
2417: place (related to issue #925)
2418:
2419: 2013-07-04 moko
2420:
2421: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
2422: VString::as_vfile now uses vfile.set_binary_string to avoid
2423: content-type to be set, as it brokes badly designed logic in
2424: response output. This hopefully finishes issue #928.
2425:
2426: * tests/results/: 256.processed, 286.processed: file now displayed
2427: as name, size, mode, content-type
2428:
2429: * src/main/pa_common.C: read error now reported cottectly (fixes
2430: issue #933
2431:
2432: 2013-06-28 moko
2433:
2434: * tests/: 286.html, results/286.processed: test extended
2435:
2436: * tests/: 286.html, results/286.processed: Test for issue #928
2437: added. it tests default content-type change.
2438:
2439: * src/types/pa_vfile.C: closes issue #928 - default content-type
2440: now updated
2441:
2442: 2013-06-25 moko
2443:
2444: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
2445: content-type for text/binary files without name added;
2446: ^file::create[$f;...] options now works properly and $f
2447: properties are default (fixes issue #928)
2448:
2449: 2013-05-16 misha
2450:
2451: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
2452: added
2453:
2454: * src/main/pa_table.C: - a tiny memory optimisation while creating
2455: table if specified limit is bigger than source rows count
2456:
2457: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
2458: added ( new feature: #858 )
2459:
2460: 2013-04-29 moko
2461:
2462: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
2463: $.ipresolve(0|1|2) added (closes issue #891)
2464:
2465: * src/lib/curl/curl.h: CURL_IPRESOLVE added
2466:
2467: 2013-04-24 moko
2468:
2469: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
2470: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
2471: types/pa_vmemcached.h: ^memcache.release[] added, calls
2472: memcached_quit (refs #893)
2473:
2474: 2013-04-22 moko
2475:
2476: * src/: include/pa_string.h, main/pa_common.C: no more double
2477: slashes in file path (fixes bug #872)
2478:
2479: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
2480: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
2481: #739)
2482:
2483: * tests/results/266.processed: $.max_params added (feature #915)
2484:
2485: * src/: include/pa_common.h, main/pa_http.C: response-charset
2486: option added to file::load (closes issue #867)
2487:
2488: 2013-04-20 misha
2489:
2490: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
2491: commited
2492:
2493: 2013-03-15 misha
2494:
2495: * src/classes/: hash.C, table.C: - Optimisation: do not create
2496: multiple empty strings while ::sql. uae String::Empty instead
2497:
2498: 2013-03-14 misha
2499:
2500: * src/classes/reflection.C: - for user classes
2501: ^reflection:method_info[] returns $.max_params and $.extra_param
2502: with $.call_type if they available ( new feature: #915 )
2503:
2504: * src/classes/file.C: - ^file:delete[] now supports an option
2505: $.exception(false) that suppress any exception while deleting
2506: file ( new feature: #916 )
2507:
2508: * src/classes/curl.C: - parsing cookies after curl:load now should
2509: work :)
2510:
2511: 2013-03-12 misha
2512:
2513: * src/types/pa_vfile.C: - if specified file_name is empty string
2514: set default name for the file
2515:
2516: 2013-03-11 misha
2517:
2518: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
2519: also available in $f.cookies
2520:
2521: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
2522: moved to a separate method
2523:
2524: 2013-03-10 moko
2525:
2526: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
2527: added
2528:
2529: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
2530: removed (declared by autoconf)
2531:
2532: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
2533: uint32_t define
2534:
2535: 2013-03-10 misha
2536:
2537: * src/classes/file.C: ^file:delete and ^file:move now support
2538: option $.keep-empty-dirs(true) ( new feature: #884 )
2539:
2540: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
2541: empty dirs is added
2542:
2543: 2013-03-10 moko
2544:
2545: * src/classes/: bool.C, double.C, int.C: default can be present,
2546: but default check removed from ^int/double/bool.int/double/bool
2547: for string.int/double/bool compatibility (related to issue #913)
2548:
2549: * src/classes/string.C: ^string.int/dobule/bool no longer
2550: internally throws exception if default is present (closes issue
2551: #913)
2552:
2553: 2013-03-09 misha
2554:
2555: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
2556: optimisations ( #845 )
2557:
2558: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
2559:
2560: 2013-03-08 moko
2561:
2562: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
2563: creates correct table (fixes issue #910)
2564:
2565: * src/classes/op.C: r.connection() -> r.connection(false) to allow
2566: use outside of 'connect' operator (fixes issue #911)
2567:
2568: * tests/results/: 096.processed, 122.processed: test results
2569: updated as doubles now printed with 15 significant digits, not 5
2570: (fixes issue #882)
2571:
2572: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
2573: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
2574:
2575: 2013-02-21 moko
2576:
2577: * src/classes/table.C: _locate_name_value does not check arguments
2578: count, so we check it in advance (fixes issue #905)
2579:
2580: 2012-10-23 moko
2581:
2582: * buildall: old shell for and echo compatibility (for six)
2583:
2584: 2012-10-19 moko
2585:
2586: * buildall: --strip added --disable-safe-mode listed in usage
2587:
2588: 2012-10-17 misha
2589:
2590: * src/classes/op.C: - apply-taint should not throw "outside
2591: connect" exception with sql lang now
2592:
2593: 2012-10-17 moko
2594:
2595: * src/main/pa_request.C: bugfix: safe mode should be inited for
2596: each request (for apache module)
2597:
2598: 2012-09-26 moko
2599:
2600: * src/doc/doxygen.cfg: png -> svg
2601:
2602: 2012-09-25 moko
2603:
2604: * tests/: 141.html, results/141.processed: md5 hmac added, long key
2605: test added
2606:
2607: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
2608: double use when key is long
2609:
2610: 2012-09-16 moko
2611:
2612: * src/classes/math.C: Format -> Method Encode -> Format
2613:
2614: * tests/: 141.html, results/141.processed: math:digest hmac test
2615: added
2616:
2617: 2012-09-14 moko
2618:
2619: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
2620: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
2621: implementation added
2622:
2623: 2012-09-12 moko
2624:
2625: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
2626: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
2627: targets.dox and string.dox slightly actualized
2628:
2629: 2012-08-31 moko
2630:
2631: * ChangeLog: now generated with patched cvs2cl.pl
2632:
2633: 2012-07-29 moko
2634:
2635: * tests/285.html, src/main/execute.C, tests/results/285.processed:
2636: result should be pushed after VMethodFrame destructor is called,
2637: as it deletes junctions from stack params (fixes issue #868)
2638:
2639: 2012-07-23 moko
2640:
2641: * INSTALL, README: buildall script usage documented, other outdated
2642: info updated.
2643:
2644: * buildall-with-xml, buildall-without-xml: replaced by buildall
2645:
2646: 2012-07-21 moko
2647:
2648: * buildall: glib does not compile when threads are disabled...
2649:
2650: * src/types/pa_vmail.C: g_assertion fixes for empty input
2651:
2652: * src/types/pa_vmail.C: yet another fix (strange GPF on object
2653: unref, can't unref nested objects)
2654:
2655: * src/types/pa_vmail.C: another check added
2656:
2657: 2012-07-19 moko
2658:
2659: * buildall: usage added
2660:
2661: * buildall: new buildall script that unites buildall-with-xml,
2662: buildall-without-xml, --with-apache and --with-mailreceive
2663:
2664: * configure.in: support for static gmime and dynamic glib linking.
2665: fixes for FreeBSD
2666:
2667: 2012-07-17 moko
2668:
2669: * configure.in: --with-mailreceive replaced
2670: --with-static-mailreceive and --with-shared-mailreceive pathlink
2671: removed
2672:
2673: 2012-07-16 moko
2674:
2675: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
2676: capitalized, content now decoded and text content converted to
2677: $request:charset. all properties are accessed by functions, this
2678: ready for dynamic load.
2679:
2680: 2012-06-28 moko
2681:
1.101 moko 2682: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
2683: 32 bit
1.95 moko 2684:
2685: 2012-06-27 moko
2686:
2687: * buildall-with-xml, buildall-without-xml: fetch requires -p for
2688: passive ftp
2689:
2690: * src/lib/ltdl/ltdl.vcproj: release build fixed
2691:
2692: * configure.in: 3.4.2 RC -> 3.4.2
2693:
2694: 2012-06-22 moko
2695:
2696: * src/types/pa_vfile.C: returned empty mode to stated files (issue
2697: #815)
2698:
2699: * tests/: 284.html, results/284.processed: output options test
2700: (feature #265)
2701:
2702: 2012-06-22 misha
2703:
2704: * tests/215.html: - little changes
2705:
2706: 2012-06-21 moko
2707:
2708: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
2709: types/pa_vxdoc.h: output_options returned and used (bugfix for
2710: feature #265)
2711:
2712: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
2713: breaks long .*, default 10M restored. (issue #216)
2714:
2715: * tests/: 283.html, results/283.processed: test for issue #815
2716: added
2717:
2718: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
2719: again, cstrm not required.
2720:
2721: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
2722: Win32 and broken FreeBSD (issue #45)
2723:
2724: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
2725:
2726: * src/main/pa_string.C: warnings war
2727:
2728: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
2729: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
2730: main/pa_socks.C, targets/apache/pa_threads.C,
2731: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
2732: types/pa_vstatus.C: compilation under cygwin fixed
2733:
2734: 2012-06-19 moko
2735:
2736: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
2737: Windows fixed
2738:
2739: * parser3.sln: removed antique pcre_ctype
2740:
2741: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
2742:
2743: * src/include/pa_config_fixed.h: undefined reference to
2744: __imp__pcre_* fix for Windows
2745:
2746: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.101 moko 2747: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
2748: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
2749: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
2750: define fixed
1.95 moko 2751:
2752: 2012-06-18 moko
2753:
2754: * src/classes/memcached.C: flush -> clear
2755:
2756: * src/classes/memcached.C: memcached does not support quotes even
2757: in server name
2758:
2759: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
2760: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
2761: called on open to check servers existance. $.key(true) syntax
2762: now supported
2763:
2764: 2012-06-17 moko
2765:
2766: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
2767: cleanup
2768:
2769: * src/classes/table.C, tests/282.cfg, tests/282.html,
2770: tests/results/282.processed: encloser at the EOF bug fixed,
2771: incorrectly enclosed data now processed more logicaly (fixes
2772: #339)
2773:
2774: 2012-06-15 moko
2775:
2776: * buildall-without-xml: sync with buildall-with-xml
2777:
2778: * buildall-with-xml: download auto-detected between fetch and curl
2779:
2780: * configure.in: --with-gc and --with-pcre now also processed
2781: correctly
2782:
1.101 moko 2783: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
2784: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
2785: should be run on rol1 using automake / aclocal (GNU automake)
2786: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 2787:
2788: * configure.in: new PARSER_VERSION logic
2789:
2790: * src/include/pa_version.h: new pa_version.h logic
2791:
2792: * src/: classes/curl.C, classes/file.C, classes/image.C,
2793: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
2794: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
2795: feols_normalized -> fis_text_content set_binary added
2796:
2797: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
2798:
2799: 2012-06-15 misha
2800:
2801: * src/: classes/curl.C, classes/file.C, classes/image.C,
2802: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
2803: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
2804: ^file::create[text;content] EOLs in content now is normalized. (
2805: new feature: #815 )
2806:
2807: 2012-06-15 moko
2808:
2809: * configure.in: --disable-version-update added to disable version
2810: update with host information (for debian package) whitespace
2811: optimized
2812:
2813: * configure.in: version changed to 3.4.2 RC no-pic added for
2814: libtool
2815:
2816: * src/include/pa_version.h: Nice pa_version.h default. Please keep
2817: it.
2818:
2819: 2012-06-14 moko
2820:
2821: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
2822: tests/results/281.processed: "hash flocked" error removed for
2823: safe operations like ^h._count[] ( new feature: #335 )
2824:
1.101 moko 2825: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 2826:
2827: * buildall-with-xml, buildall-without-xml: --with-static -> --with
2828:
2829: * configure.in: --with-static/shared xml replaced with --with-xml,
2830: xml compilation check added
2831:
2832: * configure.in: --with-static/shared-gc, --with-static-pcre are
2833: replaced with --with-gc and --with-pcre test for pcre linking
2834: added
2835:
2836: 2012-06-13 moko
2837:
2838: * configure.in: apxs2 check optimized
2839:
2840: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
2841: .la, includes optimized
2842:
2843: * buildall-with-xml: --with-pic looks better for -fPIC
2844:
2845: * configure.in: switched to convenience library in static linking
2846:
2847: * src/targets/apache/Makefile.am: switched to convenience library
2848: usage to avoid libtool warnings
2849:
2850: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
2851: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
2852: smtp/Makefile.am: switched to convenience library usage
2853:
2854: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
2855:
2856: * src/targets/apache/Makefile.am: updated for libtool usage
2857:
2858: * bin/auto.p.dist.in: .cfg removed from charset names.
2859:
2860: * buildall-without-xml: --with-included-ltdl added
2861:
2862: * buildall-without-xml: sync with buildall-with-xml
2863:
2864: * buildall-with-xml: --with-included-ltdl added $cflags added for
2865: -fPIC for x64 $download added for wget success check added
2866:
2867: * buildall-without-xml: --with-dynamic-stdcpp removed
2868:
2869: * configure.in: disable-static returned
2870:
2871: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
2872: LIBTOOLFLAGS
2873:
2874: 2012-06-12 moko
2875:
2876: * configure.in, src/targets/cgi/Makefile.am: disable-static not
2877: compatible with LIBTOOLFLAGS for unknown reasons
2878:
2879: * buildall-with-xml: --with-dynamic-stdcpp removed
2880:
2881: * configure.in: static/dynamic -lstdc++ linking option removed
2882: apxs2 check added
2883:
2884: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
2885: option removed
2886:
2887: 2012-06-10 moko
2888:
2889: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
2890: added
2891:
2892: * src/targets/cgi/pp3.cmd: old PAF stuff
2893:
1.101 moko 2894: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
2895: beauty
1.95 moko 2896:
2897: * depcomp: from libtool 2.4.2
2898:
2899: * configure.in: ltdl directory removed, it has correct Makefile.in
2900:
2901: 2012-06-09 moko
2902:
1.101 moko 2903: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
2904: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 2905: autogenerated files updated after libtool update
2906:
1.101 moko 2907: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
2908: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 2909: config_auto.h.in, config_fixed.h, configure, configure.ac,
2910: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
2911: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
2912: config/compile, config/config.guess, config/config.sub,
2913: config/depcomp, config/install-sh, config/ltmain.sh,
2914: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
2915: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
2916: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
2917: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
2918: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
2919: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
2920: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
2921: m4/lt~obsolete.m4: libtool updated to version 2.4.2
2922:
2923: * configure.in: preparation for new libtool
2924:
2925: * configure.in: Some beauty added :)
2926:
2927: * src/targets/apache/Makefile.am: := -> =
2928:
2929: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
2930: again. :)
2931:
2932: * src/include/pa_config_includes.h, configure.in: limits.h added,
2933: previously was taken from pcre_internal.h. :)
2934:
2935: * src/lib/pcre/Makefile.am: config.h returned
2936:
2937: * src/lib/pcre/config.h: still need this. :)
2938:
2939: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
2940:
2941: * configure.in: --with-charsets removed; --with-mysql-client & co
2942: removed
2943:
2944: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
2945: now in parser tree, no need to copy
2946:
2947: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
2948: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
2949: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
2950: debian/patches/101_pcre.patch - local copy of pcre_internal.h
2951: extracts now used old trash removed
2952:
2953: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
2954: rare charsets/drivers are commented, sql driver quessing removed
2955: (debian/patches/103_auto_p.patch)
2956:
2957: * etc/parser3.charsets/Makefile.am: charsets now in share
2958: (debian/patches/104_automake.patch) + all charsets are copied
2959:
2960: * buildall-with-xml, buildall-without-xml: curl option removed +
2961: extra arguments now supported
2962:
2963: 2012-06-08 misha
2964:
2965: * src/classes/table.C: - one params.as_hash usage was rolled back:
2966: the 2nd option in ^table.hash[] could be hash or table so
2967: .as_hash will throw an exception when table option is specified
2968:
2969: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2970: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
2971: classes/table.C, classes/void.C, classes/xdoc.C,
2972: include/pa_exception.h, types/pa_vmethod_frame.C,
2973: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
2974: and improved (whitespaces are allowed as empty options) -
2975: MethodParams::as_table is added - above methods are used for
2976: parsing methods' options ( new feature: #9 )
2977:
2978: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
2979: to vclass. now class fields can be accessible as a hash:
2980: $h[^hash::create[$asd:CLASS]]
2981:
2982: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
2983: have get_fields method so their fields can be accessed with
2984: ^reflection:fields[...] & ^reflection:field[...]
2985:
2986: 2012-06-06 misha
2987:
2988: * tests/280.html: - tests for
2989: ^reflection:method[obj-or-class;method],
2990: ^reflection:field[obj-or-class;field] and
2991: ^reflection:fields[obj-or-class] are added
2992:
2993: 2012-06-05 misha
2994:
2995: * src/classes/reflection.C: - ^reflection:method[class or
2996: object;method name] and ^reflection:field[class or object;field
2997: name] are added
2998:
2999: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
3000: is used
3001:
3002: * src/types/pa_method.h: - Method::as_vjunction method is added
3003:
3004: 2012-06-05 moko
3005:
1.101 moko 3006: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 3007:
3008: * src/classes/memcached.C: flish ttl fixed
3009:
3010: 2012-06-04 moko
3011:
3012: * src/classes/json.C, src/classes/op.C, tests/279.html,
3013: tests/results/279.processed: ^json:parse[] now supports $.taint
3014: option (new feature #833)
3015:
3016: 2012-06-04 misha
3017:
3018: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
3019: - search_stop method was moved from pa_vcookie.C to pa_common.C
3020:
3021: 2012-06-03 misha
3022:
3023: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
3024: cookies are parced and stored into $.cookies ( new feature: #31 )
3025:
3026: 2012-05-30 misha
3027:
3028: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
3029: incomplete class into a scope while @USE is found
3030:
3031: * src/main/compile.y: - add incomplete class into a scope while
3032: @USE and @CLASS instructions are found ( bugfix: #838 )
3033:
3034: 2012-05-30 moko
3035:
3036: * src/types/pa_vclass.C, tests/278.html,
3037: tests/results/278.processed: removed "property has no getter
3038: method" exception when GET_DEFAULT present (fixes #269)
3039:
3040: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
3041: $._default
3042:
3043: 2012-05-29 moko
3044:
3045: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
3046: uninitialized values usage (new feature: #154)
3047:
3048: 2012-05-28 moko
3049:
3050: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
3051: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
3052: src/types/pa_vdate.h, src/types/pa_vdouble.h,
3053: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
3054: src/types/pa_vobject.C, src/types/pa_vobject.h,
3055: src/types/pa_vstring.h, src/types/pa_vtable.C,
3056: tests/results/277.processed, src/types/pa_vtable.h,
3057: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
3058: ^json:string[$o; $.default[$method]] implemented for VObject (new
3059: feature #803)
3060:
3061: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
3062: tests/results/277.processed: json numbers are now treated as
3063: double ( new feature: #834 )
3064:
3065: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
3066: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
3067: added for out of range checks, zero division in vint/vdouble
3068: check added ( fixes #832 )
3069:
3070: * tests/: 275.html, results/275.processed: tests for pa_atoui added
3071: ( fixes #832 )
3072:
3073: 2012-05-28 misha
3074:
3075: * buildall-with-xml: - --without-lzma option is added to libxml2
3076: configure
3077:
3078: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
3079: added - tests for unsupported values for options $.file, $.table
3080: and $.date are added
3081:
3082: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
3083: accepts "stat" $.file[] option's value in addition to existed
3084: "text" and "base64" ( new feature: #835 )
3085:
3086: * tests/276.html: - test for
3087: ^reflection:delete[$object-or-class;field-name]
3088:
3089: * src/classes/reflection.C: -
3090: ^reflection:delete[$object-or-class;field-name] is added ( new
3091: feature: #268 )
3092:
3093: 2012-05-27 misha
3094:
3095: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
3096:
3097: 2012-05-24 misha
3098:
3099: * src/include/pa_common.h: - method lastposafter was removed
3100:
3101: * src/classes/file.C: - use strrpbrk & rskipchars instead of
3102: lastposafter - ^file:dirname[] & Co proper handle windows file
3103: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
3104: work as *nix commands
3105:
3106: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
3107:
3108: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
3109: rskipchars were added
3110:
3111: * tests/270.html: - more tests for ^file:find[]
3112:
3113: * tests/065.html: - more tests for ^file:dirname[] & Co
3114:
3115: * src/include/pa_version.h: - must be "win32" here. it is
3116: auto-generated on *nix
3117:
3118: 2012-05-24 moko
3119:
3120: * src/classes/math.C: ^math:convert[] now supports uint32 and
3121: throws overflow exception ( new feature: #830 )
3122:
3123: * tests/: 275.html, results/275.processed: test for ^math:convert[]
3124: uint32 support and overflow added ( new feature: #830 )
3125:
3126: 2012-05-23 moko
3127:
3128: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
3129: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
3130: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
3131: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
3132: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3133: types/pa_vregex.h, types/pa_vstateless_class.C,
3134: types/pa_vstateless_class.h, types/pa_vstring.h,
3135: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
3136: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
3137: "return string as-is" removed from as_expr_result. ( new feature:
3138: #831 )
3139:
3140: * tests/results/244.processed: test changed after bug #782 fix
3141: commited
3142:
3143: * tests/results/229.processed: test results for bug #782 commited
3144:
3145: * tests/: 254.html, results/254.processed: uid now just compared,
3146: not printed. :)
3147:
3148: 2012-05-20 moko
3149:
3150: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
3151: feature: #341 )
3152:
3153: * tests/: 254.html, results/254.processed: test for
3154: ^reflection:uid[] added
3155:
3156: * tests/: 254.html, results/254.processed: test for
3157: ^reflection:uid[$obj] added
3158:
3159: 2012-05-17 misha
3160:
3161: * src/main/untaint.C: - do not replace ' char by _26 while
3162: exploding filespec-tainting ( new feature: #829 )
3163:
3164: 2012-05-12 moko
3165:
3166: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
3167: not.
3168:
3169: 2012-05-08 moko
3170:
3171: * src/types/pa_vmethod_frame.h: bug #782 fixed
3172:
3173: * tests/229.html: test for bug #782
3174:
3175: * tests/results/259.processed, src/main/pa_request.C,
3176: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
3177: src/types/pa_vstring.h, src/types/pa_vvoid.C,
3178: src/types/pa_vvoid.h: feature #154 - first empty param now
3179: string; defined locals are empty strings; $STRICT-VARS(true)
3180: added
3181:
3182: 2012-04-27 moko
3183:
1.101 moko 3184: * src/targets/apache/Makefile.am:
1.95 moko 3185: ../../lib/memcached/libmemcached.a added
3186:
3187: 2012-04-27 misha
3188:
3189: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
3190: ( #827 )
3191:
3192: 2012-04-25 moko
3193:
3194: * src/: classes/json.C, classes/memcached.C,
3195: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
3196: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
3197: implemented.
3198:
3199: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
3200:
3201: 2012-04-23 moko
3202:
3203: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3204: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
3205: types/pa_vmemcached.h: open allows options hash for new
3206: memcached(options) function
3207:
3208: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
3209: not appended
3210:
3211: 2012-04-21 moko
3212:
3213: * src/classes/curl.C: '' added. :)
3214:
3215: * src/classes/classes.vcproj: new curl.h location
3216:
3217: * src/classes/curl.C: verbose output redirection from stderr to
3218: file curl option added
3219:
3220: 2012-04-20 moko
3221:
3222: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
3223: contains what we need from curl, #ifdef HAVE_CURL removed
3224:
1.101 moko 3225: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 3226: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.101 moko 3227: src/lib/Makefile.am, src/lib/curl/Makefile.am,
3228: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 3229: configure option
3230:
3231: 2012-04-19 moko
3232:
3233: * src/: classes/double.C, classes/inet.C, classes/int.C,
3234: classes/string.C, lib/gc/include/gc_allocator.h,
3235: types/pa_vform.C: PVS-Studio detected errors fixes, unused
3236: options from sql_result_string removed. (closes issue #468)
3237:
3238: * src/types/pa_vmemcached.C: empty string fix
3239:
3240: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
3241: pa_vstring.C, pa_vstring.h: serialization helpers moved to
3242: pa_vmemcached.C
3243:
3244: 2012-04-18 moko
3245:
3246: * src/targets/apache/mod_parser3.c: "Parser3 module requires
3247: apache2-mpm-prefork" error displayed in threaded mpm.
3248:
3249: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
3250: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
3251: installed (issue #354)
3252:
3253: 2012-04-16 moko
3254:
3255: * src/types/pa_vmemcached.C: call to memcached_result_create and
3256: memcached_result_free removed
3257:
3258: 2012-04-14 moko
3259:
3260: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
3261:
3262: * src/types/pa_vmemcached.C: check_key added and used
3263:
3264: 2012-04-13 moko
3265:
3266: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
3267: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
3268: Serialization_data now added and used, VString now serialized
3269: with languages into memcached.
3270:
3271: 2012-03-28 moko
3272:
3273: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
3274: lib/memcached/pa_memcached.h: result lengths added
3275:
3276: 2012-03-27 moko
3277:
3278: * src/types/pa_vmemcached.C: strdup added
3279:
3280: 2012-03-24 moko
3281:
3282: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
3283: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
3284: types/pa_vmemcached.h: memcached: mget, flush, fttl added
3285:
3286: 2012-03-20 moko
3287:
1.101 moko 3288: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 3289:
3290: * src/targets/cgi/Makefile.am: cleanup
3291:
3292: * src/: types/Makefile.am, types/pa_vmemcached.C,
3293: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
3294:
3295: * src/: classes/Makefile.am, classes/memcached.C,
3296: lib/memcached/Makefile.am, lib/memcached/constants.h,
3297: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
3298: lib/memcached/types.h, lib/Makefile.am: memcached initial
3299:
3300: 2012-03-16 moko
3301:
3302: * src/main/execute.C: ident now works under Linux + ident displays
3303: filenames (closes issue #818)
3304:
1.101 moko 3305: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 3306: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
3307: pa_vmethod_frame_local.h removed
3308:
3309: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3310: classes/classes.h, classes/curl.C, classes/date.C,
3311: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3312: classes/hashfile.C, classes/image.C, classes/inet.C,
3313: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3314: classes/memory.C, classes/op.C, classes/reflection.C,
3315: classes/regex.C, classes/response.C, classes/string.C,
3316: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3317: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3318: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3319: include/pa_config_fixed.h, include/pa_config_includes.h,
3320: include/pa_dictionary.h, include/pa_dir.h,
3321: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3322: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3323: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3324: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3325: include/pa_request_charsets.h, include/pa_request_info.h,
3326: include/pa_sapi.h, include/pa_socks.h,
3327: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3328: include/pa_stack.h, include/pa_string.h,
3329: include/pa_stylesheet_connection.h,
3330: include/pa_stylesheet_manager.h, include/pa_table.h,
3331: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3332: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3333: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3334: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
3335: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
3336: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
3337: main/compile.tab.C, main/compile.y, main/compile_tools.C,
3338: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
3339: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
3340: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
3341: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
3342: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3343: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3344: main/pa_string.C, main/pa_stylesheet_connection.C,
3345: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3346: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3347: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
3348: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
3349: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
3350: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
3351: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3352: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
3353: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
3354: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
3355: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
3356: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3357: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3358: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3359: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3360: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3361: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3362: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3363: types/pa_vmemory.h, types/pa_vmethod_frame.C,
3364: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
3365: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
3366: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
3367: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
3368: types/pa_vresponse.h, types/pa_vstateless_class.C,
3369: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
3370: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
3371: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
3372: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
3373: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
3374: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
3375: ident now works under Linux + ident displays filenames (closes
3376: issue #818) Copyright updated
3377:
3378: 2012-03-13 moko
3379:
3380: * src/main/pa_string.C: compilation fix for feature #741
3381:
3382: 2012-03-09 misha
3383:
3384: * tests/193.html: - tests for ^string:base64[encoded] are updated
3385:
3386: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
3387: now detects invalid base64 chars in the middle of encoded stricg
3388: ( new feature: #55 )
3389:
3390: * src/include/pa_exception.h: - new exception type for base64
3391: decoding is added
3392:
3393: 2012-03-06 misha
3394:
3395: * tests/274.html: - tests for ^date::today[] and
3396: ^date.sql-string[datetime|date|time] are added
3397:
3398: * src/classes/date.C: - constructor ^date::today[] is added ( new
3399: feature: #811 ) - ^date.sql-string[] now can accept one param --
3400: strings "datetime", "date" or "time" - comments tidying up
3401:
3402: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
3403: date and time
3404:
3405: 2012-03-03 misha
3406:
3407: * tests/193.html: - tests for
3408: ^string:base64[encoded;$.strict(true)] are added
3409:
3410: * tests/results/auto.p: - try-catch operator is added
3411:
3412: * src/: classes/file.C, classes/string.C, include/pa_common.h,
3413: main/pa_common.C: - $.strict(true|false) option is added to
3414: base64 decode methods ( new feature: #55 )
3415:
3416: * src/main/pa_common.C: - base64 decode memory usage was decreased
3417: ( new feature: #819 )
3418:
3419: 2012-02-28 moko
3420:
3421: * src/classes/hash.C: ident test
3422:
3423: 2012-02-27 misha
3424:
3425: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
3426:
3427: 2012-01-08 misha
3428:
3429: * tests/273.html: - tests for ^string.replace[from;to] are added
3430:
3431: * src/: classes/string.C, include/pa_dictionary.h,
3432: main/pa_dictionary.C, main/pa_string.C: -
3433: ^string.replace[from;to] is added ( new feature: #741 ) -
3434: ^string.replace[one subst here] is slightly optimized
3435:
3436: 2011-12-07 misha
3437:
3438: * src/classes/table.C: - $t[^table::create{$empty}] now creates
3439: named table with one empty column ( bugfix: #63 )
3440:
3441: 2011-11-30 misha
3442:
3443: * src/classes/json.C: - it's possible to set user's method for
3444: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
3445: #763 )
3446:
3447: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
3448:
3449: 2011-11-23 misha
3450:
3451: * src/: classes/curl.C, classes/file.C, classes/image.C,
3452: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
3453: types/pa_vfile.h, types/pa_vform.C: - constructor
3454: ^file::create[mode;filename;content[;options]] now accepts binary
3455: mode and file-content - new constructor's format:
3456: ^file::create[string-or-file-content[;$.name[filename]
3457: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
3458: feature: #65 )
3459:
3460: * src/: include/pa_request.h, main/pa_request.C: - new method
3461: mime_type_of(const String*) is added
3462:
3463: * src/include/pa_exception.h: - new exception constant
3464: FILE_NAME_MUST_BE_SPECIFIED is added
3465:
3466: * src/classes/table.C: - bug with negative offset transformed into
3467: a feature. it means pointing to a row from the end of the table (
3468: new feature: #810 )
3469:
3470: 2011-11-19 misha
3471:
3472: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
3473: â ìåòîäå _select ( new feature: #810 )
3474:
3475: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
3476: options were specified together is simplified
3477:
3478: 2011-11-12 misha
3479:
3480: * src/main/pa_request.C: - forgotten fix for escaping filename in
3481: HTTP content-disposition header (a part of bug #361 )
3482:
3483: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
3484: checks for ancestors' classes as well ( new feature: #456 )
3485:
3486: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
3487: "without cycle" now have types "parser.break" and
3488: "parser.continue" instead of "parser.runtime" ( new feature: #799
3489: )
3490:
3491: 2011-11-11 misha
3492:
3493: * tests/results/: 099.processed, 100.processed, 205.processed,
3494: 237.processed: - since bug #361 was fixed the content of filename
3495: in HTTP headers is quoted
3496:
3497: * tests/results/270.processed: - result for test 270
3498:
3499: * tests/: 065.html, results/065.processed: - more tests for
3500: ^file:basename[] & Co were added
3501:
3502: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
3503:
3504: * tests/270.html: - tests for ^file:find[] are added
3505:
3506: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
3507: using option $.charset. option $.engoding is still supported but
3508: these options can not be specified together
3509:
3510: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
3511: comparation charset name with string "UTF-8" ( bugfix: #759 )
3512:
3513: 2011-10-11 misha
3514:
3515: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
3516: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
3517: #622)
3518:
3519: 2011-09-30 misha
3520:
3521: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
3522: exception "saving stat-ed file" ( bugfix: #395 )
3523:
3524: 2011-05-30 misha
3525:
3526: * src/classes/string.C: - fixed bug which was added with
3527: params.as_hash into string:sql
3528:
3529: 2011-05-29 misha
3530:
3531: * src/types/pa_value.C: - filename in content-disposition header
3532: must be quoted ( bugfix: #361 )
3533:
3534: 2011-05-27 misha
3535:
3536: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
3537: created file
3538:
3539: * src/classes/: hash.C, mail.C: - little tunning with get_hash
3540: usage
3541:
3542: * src/include/pa_exception.h: - one more string for exception was
3543: added
3544:
3545: 2011-05-25 misha
3546:
3547: * tests/269.html: - tests for checking input params in some dom
3548: methods
3549:
3550: * src/classes/: xdoc.C, xnode.C: - validation of some input params
3551: was added. it isn't possible not wo create xdoc with invalid
3552: tagName. ( bugfix: #160 )
3553:
3554: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
3555: string "data must be string" was mover from pa_exception.h to
3556: pa_xml_exception.h
3557:
3558: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
3559: as_xmlncname, as_xmlname and as_xmlnsuri were added
3560:
3561: * src/main/pa_xml_exception.C: - XmlException accepts more options
3562:
3563: * src/include/pa_xml_exception.h: - XmlException accepts more
3564: options - XML-related exception's strings were added
3565:
3566: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
3567: output_options were removed)
3568:
3569: 2011-05-19 misha
3570:
3571: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
3572: params.as_hash is used more while parsing methods hash-options
3573:
3574: 2011-05-18 misha
3575:
3576: * operators.txt: - info about json-serialization of xdoc was added
3577:
3578: * tests/256.html: - tests for json-serialization xdoc were added
3579:
3580: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
3581:
3582: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3583: classes/json.C, classes/xdoc.C: - now json:string can serialize
3584: xdoc-objects. options (the same as ^xdoc.string[]) could be
3585: specified in $.xdoc[] ( new feature: #265 )
3586:
3587: 2011-05-15 misha
3588:
3589: * tests/268.html: - tests for ^table.count[with options] were added
3590:
3591: * src/classes/table.C: - method ^table.count[] now can accept
3592: options ( new feature: #93 ): ^table.count[column] returns number
3593: of columns for named table; ^table.count[cells] returns number of
3594: cells in the current row; ^table.count[] & ^table.count[rows]
3595: return number of rows in a table.
3596:
3597: * tests/267.html: - test for checking switch/case in boolean mode
3598: was added
3599:
3600: * src/classes/op.C: - if switch's or case's value is bool, they are
3601: compared as bool values, not as double values: new feature: #351
3602:
3603: 2011-05-06 misha
3604:
3605: * tests/242.html: - EOL before EOF was added
3606:
3607: * tests/169.html: - tests for splitting empty string and void were
3608: added
3609:
3610: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
3611: returned table with one empty cell)
3612:
3613: 2011-04-03 misha
3614:
3615: * src/include/pa_version.h, configure.in: - version in head was
3616: changed to 3.4.2b
3617:
3618: 2011-03-30 misha
3619:
3620: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
3621: as well ( new feature #294 )
3622:
3623: 2011-03-29 misha
3624:
3625: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
3626: limited to approx. 6 MB. previous limits were too big for real
3627: life. bugfix: #216
3628:
3629: 2011-03-04 moko
3630:
3631: * etc/parser3.charsets/cp866.cfg: Conforms to
3632: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
3633:
3634: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
3635: vlalek@
3636:
3637: 2011-02-22 misha
3638:
3639: * src/include/pa_charset.h, operators.txt: - some methods mustn't
3640: be under #ifdef XML or parser can't be compiled without xml
3641: support
3642:
3643: 2011-02-21 misha
3644:
1.101 moko 3645: * src/targets/apache/: Makefile.am: - mention
1.95 moko 3646: ApacheModuleParser3.vcproj was removed
3647:
3648: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
3649: removed)
3650:
3651: 2011-02-20 misha
3652:
3653: * tests/: 266.html, 266.p: - tests for checking $.inherited and
3654: $.overridden in ^reflection:method_info[...] were added
3655:
3656: * src/classes/reflection.C: - beautifying result of
3657: ^reflection:method_info[] ($.overridden/inherited)
3658:
3659: 2011-02-18 misha
3660:
3661: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
3662: and pa_isalnum instead of isalpha and isalnum - bug with
3663: redundand quoting lowercased latin chars while building email
3664: body was fixed
3665:
3666: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
3667: added (they check for latin chars only)
3668:
3669: 2011-02-16 misha
3670:
3671: * src/main/pa_charset.C: - bugfix: in some cases the calculating
3672: string size for transcoding gave too small value (should ever
3673: look for availability char in dest charset inspite of the char
3674: size)
3675:
3676: 2011-02-04 moko
3677:
3678: * tests/223.html: header values now not url-encoded (issue #195)
3679:
3680: 2011-02-01 misha
3681:
3682: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
3683:
3684: 2011-01-31 misha
3685:
3686: * src/main/pa_request.C: - throw exception if param file_name in
3687: use_file is empty
3688:
3689: 2011-01-08 moko
3690:
3691: * src/classes/curl.C: compilations errors fixed
3692:
3693: 2010-12-29 moko
3694:
3695: * tests/: 265.html, results/265.processed: test for issue #200
3696: added
3697:
3698: * src/main/pa_string.C: empty regex result check added (fixes issue
3699: #200)
3700:
3701: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
3702:
3703: * tests/results/223.processed: header values now not url-encoded
3704: (issue #195)
3705:
3706: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
3707: main/untaint.C: L_HTTP_HEADER now used in http headers values,
3708: pa_http_safe_header_name added for headers names (fixes bug #195)
3709:
3710: 2010-12-18 misha
3711:
3712: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
3713: => pa-include
3714:
3715: 2010-11-28 moko
3716:
3717: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
3718:
3719: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
3720: -> pa
3721:
3722: * configure.in: apr -> pa
3723:
3724: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
3725:
3726: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
3727: classes/Makefile.am, types/Makefile.am: apr -> pa
3728:
3729: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
3730: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
3731: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
3732: pa-include/pa_apr.h, pa-include/pa_errno.h,
3733: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
3734: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
3735: module apr name conflict resolved)
3736:
3737: 2010-11-27 misha
3738:
3739: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
3740: libbz2
3741:
3742: 2010-11-26 misha
3743:
3744: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
3745: warnings removed
3746:
3747: 2010-11-25 moko
3748:
3749: * operators.txt: $.indent(true)
3750:
3751: * operators.txt: another bugfix. :)
3752:
3753: * operators.txt: bugfix. :)
3754:
3755: * buildall-with-xml: libxml2-2.7.8 + with-apache
3756:
3757: 2010-11-24 moko
3758:
1.101 moko 3759: * configure: apxs support
1.95 moko 3760:
3761: * configure.in: apxs support -Bstatic gc removed for OS X
3762:
3763: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
3764:
3765: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
3766: THREAD_LOCAL usage
3767:
3768: * src/: classes/curl.C, include/pa_config_includes.h,
3769: main/pa_globals.C: THREAD_LOCAL defined and used
3770:
3771: 2010-11-23 moko
3772:
3773: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
3774: should be passed to pa_sleep, and only fractional part (bugfix:
3775: #188)
3776:
3777: * src/targets/apache/mod_parser3.c: 1.3 compatibility
3778:
3779: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
3780: GC_dont_gc=1, as in cgi version
3781:
3782: * src/targets/apache/mod_parser3.c: warning war
3783:
3784: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
3785: pa_httpd.h: version removed, some trash removed
3786:
3787: * src/targets/apache/mod_parser3.c: version removed (we don't want
3788: to show it), warning war
3789:
3790: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
3791: pa_httpd.h: parser_status_allowed removed + merge config
3792: functions removed (override is the default) + beauty
3793:
3794: * src/: include/pa_request.h, main/pa_request.C,
3795: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
3796: hide $status used in apache module removed
3797:
3798: 2010-11-18 moko
3799:
3800: * operators.txt: $.table[compact] added for ^json:string[]
3801:
3802: 2010-11-16 moko
3803:
3804: * src/targets/apache/mod_parser3.c: some cleanup done
3805:
3806: * src/main/untaint.C: bugfix: first, second String::Body argument
3807: is hashcode; second, info.fragment_begin is original, not
3808: resulting length
3809:
3810: * src/classes/file.C: new feature: $.stdin now untainted
3811:
3812: * tests/results/264.processed: new feature: $.stdin[] now untainted
3813:
3814: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
3815:
3816: * src/classes/op.C: ^apply-taint[] method added
3817:
3818: * tests/: 264.html, results/264.processed: ^apply-taint[] test
3819: added; $.stdin untaint test added
3820:
3821: 2010-11-15 moko
3822:
3823: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
3824: removed
3825:
3826: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
3827: pa_httpd.h: 2x2 calculated under apache2. :)
3828:
3829: 2010-11-13 moko
3830:
3831: * src/targets/apache/mod_parser3.c: initial changes to build module
3832: with apache 2.x includes
3833:
3834: * src/targets/apache/: Makefile.am, mod_parser3.c,
3835: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
3836: united apache 1.3 / apache 2.x DSO module
3837:
3838: 2010-11-09 moko
3839:
3840: * src/types/pa_method.h: check added to dissallow @method[name;*]
3841: syntax
3842:
3843: * tests/: 263.html, results/263.processed: test from method[*args]
3844: added
3845:
3846: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
3847: number of params can now be passed to a method declared with *arg
3848:
3849: 2010-11-06 moko
3850:
3851: * src/classes/table.C: formating fixed. :)
3852:
3853: * src/classes/table.C: closes #4: ^table.select now supports
3854: $.limit(), $.offset, $.reverse() options
3855:
3856: * tests/: 262.html, results/262.processed: test for ^table:select
3857: with options added (feature #4)
3858:
3859: * src/include/pa_array.h: remove function added
3860:
3861: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
3862: object in get_element/put_element, using static one.
3863:
3864: 2010-11-04 moko
3865:
3866: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
3867: options is passed
3868:
3869: * tests/: 256.html, results/256.processed: $.table[compact] feature
3870: now tested; k and p in handler now tested.
3871:
3872: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
3873: $.table[compact] feature added
3874:
3875: * src/classes/json.C: key is now passed to handler in
3876: value_json_string; ^json:string result now process tainting
3877: inside and returns clean string, related to issue #153
3878:
3879: * src/main/untaint.C: bugfix: charset can be null (in
3880: ^string:save[] as example), thus check is added
3881:
3882: 2010-10-31 moko
3883:
3884: * src/classes/string.C: error message changed (fixes issue #149)
3885:
3886: 2010-10-29 moko
3887:
3888: * src/main/pa_http.C: ":port" is now added to "Host:" header if
3889: port is not default (fixes issue #155); exception on invalid port
3890: added.
3891:
3892: * src/main/untaint.C: '*' is now not urlencoded to allow header
3893: "Accept: */*" to be passed
3894:
3895: 2010-10-28 moko
3896:
3897: * src/classes/curl.C: bugfix: detect_charset() was throwing
3898: exception on unknown charset even if response_charset was
3899: specified
3900:
3901: 2010-10-27 moko
3902:
3903: * src/classes/string.C: ^string.append removed for void
3904: compatibility
3905:
3906: 2010-10-26 moko
3907:
3908: * src/classes/json.C: libjson supports array at top level, we too
3909: (GPF fixed)
3910:
3911: 2010-10-25 moko
3912:
3913: * tests/: 253.html, results/253.processed: libjson supports array
3914: at top level, parser now supports it as well.
3915:
3916: * tests/261.html, tests/results/261.processed,
3917: src/types/pa_vstring.h: empty string is now void compatible
3918: (allows $empty.key)
3919:
3920: 2010-10-22 misha
3921:
3922: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
3923: while adding additional expires checkout)
3924:
3925: * tests/030.html: - test for session cookie was added
3926:
3927: 2010-10-21 moko
3928:
3929: * src/: classes/string.C, classes/void.C, main/execute.C,
3930: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
3931: string (feature #111)
3932:
3933: * tests/: 261.html, results/261.processed: checks void from string
3934: inheritance (feature #111)
3935:
3936: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
3937: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
3938: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
3939: now true by default
3940:
3941: 2010-10-17 moko
3942:
3943: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
3944: upload now uses binary blocks instead of L_FILE_POST tainting.
3945: (bugfix: #128)
3946:
3947: * tests/: 223.html, results/223.processed: binary file upload test
3948: added, GPF (issue #128) also checked in this test
3949:
3950: 2010-10-13 misha
3951:
3952: * tests/260.html: - test for math:convert
3953:
3954: * src/classes/math.C: - error in math:convert was fixed
3955:
3956: * operators.txt: - info about
3957: ^math:convert[number](from-base;to-base) was added
3958:
3959: * src/classes/math.C: - method
3960: ^math:convert[number](from-base;to-base) for converting number
3961: represention from one base to another was added ( new feature:
3962: #23 )
3963:
3964: 2010-10-13 moko
3965:
3966: * src/main/compile.tab.C: [] now is empty string, not void
3967:
3968: * src/main/compile.y: [] now is empty string, not void
3969:
3970: * src/types/pa_vvoid.h: void now passed as parameter
3971:
3972: * tests/: 259.html, results/259.processed: to test difference
3973: between void and empty string (see ticket #111)
3974:
3975: * tests/results/152.processed: $sEmpty[] is now empty string, not
3976: void
3977:
3978: * tests/256.html: $s[$void] is no longer empty string
3979:
3980: * tests/254.html: empty string is no longer void
3981:
3982: 2010-10-12 misha
3983:
3984: * src/types/pa_vcookie.C: - check if $.expires value can be
3985: converted to date during cookies set up ( bugfix: #104 )
3986:
3987: * tests/041.html: - more tests for ^table.locate were added
3988:
3989: * src/classes/table.C: - ^table.locate[field;value;options] didn't
3990: work ( bugfix: #129 ) - exception comment for incorrect options
3991: ^table.locate[field;value;options] was fixed
3992:
3993: 2010-10-10 moko
3994:
3995: * src/: classes/reflection.C, main/execute.C: constructor returning
3996: another object feature returned
3997:
3998: * tests/results/258.processed: test result updated as constructor
3999: returning another object feature returned
4000:
4001: * tests/: 258.html, results/258.processed: test for constructor
4002: returning another object
4003:
4004: 2010-10-08 misha
4005:
4006: * tests/257.html: - whitespaces after @METACOMMANDS and their
4007: options shouldn't cause exceptions any longer
4008:
4009: 2010-10-06 moko
4010:
4011: * src/classes/: hash.C, table.C: length from sql server is now
4012: ignored, as sql string can contain 0x00 inside (bugfix: #119)
4013:
4014: 2010-10-02 misha
4015:
4016: * operators.txt: - the X mark was removed from ^cache[file]. it is
4017: usable to delete cache file.
4018:
4019: 2010-10-02 moko
4020:
4021: * tests/: 253.html, results/253.processed: hook_key added for key
4022: checking
4023:
4024: * src/classes/json.C: null key bug fixed
4025:
4026: 2010-09-29 misha
4027:
4028: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
4029:
4030: 2010-09-25 moko
4031:
4032: * src/classes/json.C: small fixed
4033:
4034: * tests/results/: 253.processed, 255.processed: just updated
4035:
4036: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
4037: results/255.processed: charset transcode test added for
4038: json:parse
4039:
4040: 2010-09-24 moko
4041:
4042: * src/types/pa_value.h: warning war :)
4043:
4044: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
4045: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
4046: ^json:string
4047:
4048: 2010-09-22 moko
4049:
4050: * src/main/pa_charset.C: parser charset tables declare only
4051: white-space before 0x20, thus adding the missing chars
4052:
4053: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
4054: to http://unicode.org/Public/MAPPINGS/VENDORS/
4055:
4056: 2010-09-21 misha
4057:
4058: * src/main/compile.y: - some semicolons were added (VS2010 don't
4059: want to compile grammar if they are absent)
4060:
4061: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
4062:
4063: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
4064:
4065: * src/main/main.vcproj: - path to bison is changed
4066:
4067: 2010-09-21 moko
4068:
1.101 moko 4069: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
4070: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
4071: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 4072:
4073: 2010-09-20 misha
4074:
4075: * src/types/pa_vtable.C: - add EOLs while json-serializing table
4076:
4077: * src/classes/json.C: - add EOL while json-serializing hash
4078:
4079: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
4080: compilers don't like 'ES'.
4081:
4082: 2010-09-17 misha
4083:
4084: * operators.txt: - info about json class was added
4085:
4086: * src/classes/json.C: - ^json:string[object]
4087:
4088: * src/: include/pa_request.h, main/pa_request.C: - stuff for
4089: preventing infinite recursion while executing json:string was
4090: added
4091:
4092: * src/include/pa_string.h: - method append_quoted was added
4093:
4094: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
4095: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
4096: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
4097: was added to Value & Co
4098:
4099: * src/classes/date.C: - methods get_gmt_string and get_sql_string
4100: were used
4101:
4102: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
4103: were added
4104:
4105: 2010-09-10 moko
4106:
4107: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
4108: die_or_abort (backport from 3.4.1)
4109:
4110: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
4111: die_or_abort (bugfix: #106)
4112:
4113: 2010-09-09 moko
4114:
4115: * src/classes/json.C: warning war. :)
4116:
4117: 2010-09-08 misha
4118:
4119: * src/lib/json/Makefile.am: - additional include directories were
4120: added (for pa_memory.h and gc.h)
4121:
4122: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
4123: compile as C++ instead default - additional include directory was
4124: added (for gc.h)
4125:
4126: * src/types/pa_vform.C: - little code reformating
4127:
4128: * src/classes/file.C: - $.content-type option now can be specified
4129: in ^file::create ( new feature: #102 )
4130:
4131: 2010-09-08 moko
4132:
4133: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
4134: pa_malloc/pa_free
4135:
4136: 2010-09-07 moko
4137:
4138: * tests/results/254.processed: VStateless_class:put_element
4139: exception was fixed
4140:
4141: * src/types/: pa_value.h, pa_vstateless_class.h: now
4142: VStateless_class:put_element barks self.type, not this.type
4143: (bugfix: #105)
4144:
4145: 2010-09-06 moko
4146:
4147: * src/classes/reflection.C: bugfix: new String() is required for
4148: exception handling
4149:
4150: * tests/: 254.html, results/254.processed: test modified
4151:
4152: 2010-09-05 moko
4153:
4154: * tests/: 254.html, results/254.processed: ^reflection:copy test
4155: added
4156:
4157: * src/: classes/reflection.C, include/pa_request.h:
4158: ^reflection:copy implemented (new feature: #100)
4159:
4160: 2010-09-03 moko
4161:
4162: * src/lib/json/JSON_parser.C: c++ compatiblity
4163:
4164: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
4165: option testing added
4166:
4167: 2010-09-02 moko
4168:
4169: * src/classes/json.C: $.distinct[first|last|all] added
4170:
4171: 2010-09-01 moko
4172:
4173: * tests/results/253.processed: json test result
4174:
4175: * tests/: 253.html, 253_json.txt: json test added
4176:
4177: * src/classes/json.C: json.C update to actual version + hash key
4178: creation bugfix
4179:
4180: 2010-08-31 misha
4181:
4182: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
4183: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
4184: src/lib/Makefile.am, src/classes/Makefile.am,
4185: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
4186: json library was added
4187:
4188: 2010-08-30 moko
4189:
4190: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
4191: types/pa_vobject.C: cosmetic optimization in
4192: request:execute_method usage
4193:
4194: * src/: include/pa_charset.h, main/pa_charset.C: small
4195: optimization, just to decrease number of lines. :)
4196:
4197: 2010-08-27 misha
4198:
4199: * src/classes/op.C: - taint[json] was added
4200:
4201: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
4202: were added
4203:
4204: * src/main/pa_exec.C: - warning fix was rolled back.
4205:
4206: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
4207: include/pa_string.h: - taint[json] was added - escaping was
4208: slightly modified
4209:
4210: 2010-08-25 misha
4211:
4212: * src/classes/file.C: - typo in file:sql exception was fixed
4213:
4214: * src/main/pa_exec.C: - warning about declared and not used
4215: variable forced_allow was removed
4216:
4217: 2010-08-14 misha
4218:
4219: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
4220: were removed
4221:
4222: 2010-08-11 moko
4223:
4224: * tests/: 249.html, results/249.processed: default setter and
4225: anti-recursive default getter test added
4226:
4227: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
4228: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
4229: types/pa_vobject.h, types/pa_vstateless_class.C,
4230: types/pa_vstateless_class.h: default setter support +
4231: anti-recursive default getter support ( new feature: #13 )
4232:
4233: * src/include/pa_hash.h: optimization: threshold member removed
4234: from hash, reducing sizeof(hash)
4235:
4236: 2010-08-10 misha
4237:
4238: * tests/196.html: - junction-method was added to the test
4239:
4240: * tests/248.html: - ups. typo :)
4241:
4242: * tests/248.html: - test for checking .match with 4 params
4243:
4244: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
4245: 247_windows1251.txt: - test for "transcode file from utf-8 to
4246: $request:charset during loading if the BOM code is detected"
4247:
4248: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
4249: $request:charset during loading if the BOM code is detected ( new
4250: feature: #98 )
4251:
4252: 2010-08-05 misha
4253:
4254: * src/classes/image.C: - ^image.replace now can accept only 2
4255: params. in this case the whole image is affected ( new feature:
4256: #95 )
4257:
4258: 2010-08-04 misha
4259:
4260: * tests/246.html: - test tor ^hash._at[] was added
4261:
4262: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
4263: #53 )
4264:
4265: * src/include/pa_hash.h: - methods for accessing the first and the
4266: last values of ordered hash were added (first_value and
4267: last_value)
4268:
4269: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
4270: (similar to others file's methods):
4271: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
4272: #68 )
4273:
4274: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
4275:
4276: 2010-08-01 moko
4277:
4278: * src/classes/op.C: to correctly process $result[] in code, called
4279: from ^process
4280:
4281: * tests/245.html: $result in ^process[] test added
4282:
4283: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
4284: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
4285: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
4286: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
4287: caller, self) op_call(VMethodFrame &frame, bool constructing)
4288: removed, construct(class,method) added
4289:
4290: * tests/results/: 192.processed, 244.processed: request::construct
4291: added
4292:
4293: * tests/: 244.html, 245.html, results/244.processed,
4294: results/245.processed: object creation exceptions and ^process
4295: tests added
4296:
4297: 2010-07-28 misha
4298:
4299: * tests/make_tests.cmd: - win32 EOLs
4300:
4301: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
4302: tests on Win32 were added (The system timezone should be GMT+3)
4303:
4304: 2010-07-26 misha
4305:
4306: * tests/: 212.html, results/212.processed: - sizes were removed
4307: mecause they could be different on different OSs
4308:
4309: * tests/065.html: - make it "win32 friendly"
4310:
4311: 2010-07-25 misha
4312:
4313: * src/main/compile.y: - all EOLs between methods are removed during
4314: compilation ( new feature: #47 )
4315:
4316: * tests/results/149.processed: - prepare tests to trim trailing
4317: methods' EOLs
4318:
4319: * tests/149.html: - prepare tests to trim trailing methods' EOLs
4320:
4321: * tests/: results/006.processed, results/014.processed, 006.html,
4322: 014.html, 022.html: - prepare tests to trim trailing methods'
4323: EOLs
4324:
4325: * tests/: 059.html, 071.html, 149.html, results/059.processed,
4326: results/071.processed, results/022.processed: - prepare tests to
4327: trim trailing methods' EOLs
4328:
4329: * tests/: results/073.processed, results/109.processed,
4330: results/142.processed, results/144.processed,
4331: results/149.processed, 073.html, 096.html, 109.html, 142.html,
4332: 144.html: - prepare tests to trim trailing methods' EOLs
4333:
4334: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
4335: 149.html, 152.html, results/096.processed, results/107.processed,
4336: results/109.processed, results/142.processed,
4337: results/144.processed: - prepare tests to trim trailing methods'
4338: EOLs
4339:
4340: 2010-07-24 moko
4341:
4342: * tests/results/: 156.processed, 224.processed: fix for #54 changed
4343: the hash order in this test
4344:
4345: * tests/014.html: to check hash order, hash no is longer sorted
4346: before print
4347:
4348: * src/include/pa_hash.h: hash copy constructor now keeps order
4349: (bugfix: #54)
4350:
4351: 2010-07-23 moko
4352:
4353: * tests/results/224.processed: @auto[] is no longer inherited
4354:
4355: * src/types/pa_vstateless_class.C, tests/227.html,
4356: tests/results/227.processed: @auto[] is no longer inherited
4357: (bugfix: #57)
4358:
4359: 2010-07-22 misha
4360:
4361: * src/classes/table.C: - don't skip comment lines during
4362: table::load if encloser or separator is set as '#' ( new feature:
4363: #30 )
4364:
4365: * src/targets/cgi/parser3.C: - don't run as cgi if
4366: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
4367: #12 )
4368:
4369: * src/classes/file.C: - set PARSER_VARSION env before external
4370: script executing
4371:
4372: 2010-07-13 misha
4373:
4374: * tests/058.html: - test for suppressing @border was added - test
4375: for user attribute was added
4376:
4377: * tests/results/186.processed: unescaping from \uXXXX
4378:
4379: * tests/186.html: unescaping from \uXXXX
4380:
4381: * tests/: 239.html, results/239.processed: method call type
4382:
4383: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
4384: $junction_method.CLASS_NAME (+CLASS)
4385:
4386: 2010-07-07 misha
4387:
4388: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
4389: *nix
4390:
4391: 2010-07-05 misha
4392:
4393: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4394: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
4395: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
4396: comment strings "options must be hash", "options must be hash,
4397: not code" and "called with invalid option" were replaced by
4398: constatns - exception comment string "invalid option passed" was
4399: replaced by "called with invalid option" (now in different
4400: methods are the same exception comment string)
4401:
4402: * src/include/pa_exception.h: - more exception strings were defined
4403:
4404: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
4405: types/pa_vstateless_class.h: - now we can define possible
4406: method's call type ( new feature: #5 ) 1.
4407: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
4408: methods 2. @static:method[params] (only static keyword could be
4409: used here) -- for specified methods
4410:
4411: * src/main/pa_common.C: - junction points should not be deleted on
4412: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
4413: cleanup
4414:
4415: 2010-07-03 misha
4416:
4417: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
4418: results/158.processed, results/160.processed,
4419: results/161.processed, results/162.processed,
4420: results/163.processed: - prepare tests to trim trailing methods'
4421: EOLs
4422:
4423: * tests/results/169.processed: - prepare tests to trim trailing
4424: methods' EOLs
4425:
4426: * tests/results/: 168.processed, 169.processed: - prepare tests to
4427: trim trailing methods' EOLs
4428:
4429: * tests/: results/170.processed, results/167.processed,
4430: results/168.processed, results/169.processed, 167.html, 168.html,
4431: 169.html: - prepare tests to trim trailing methods' EOLs
4432:
4433: * tests/: results/170.processed, results/171.processed,
4434: results/172.processed, results/173.processed,
4435: results/174.processed, results/175.processed, 170.html, 171.html,
4436: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
4437: trailing methods' EOLs
4438:
4439: * tests/: results/176.processed, results/180.processed,
4440: results/184.processed, results/185.processed,
4441: results/191.processed, results/192.processed,
4442: results/196.processed, results/197.processed,
4443: results/198.processed, 176.html, 180.html, 184.html, 185.html,
4444: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
4445: to trim trailing methods' EOLs
4446:
4447: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
4448: results/199.processed, results/208.processed,
4449: results/209.processed, results/213.processed,
4450: results/214.processed: - prepare tests to trim trailing methods'
4451: EOLs
4452:
4453: 2010-06-29 misha
4454:
4455: * tests/: 220.html, 218.html, results/218.processed,
4456: results/215.processed, results/217.processed, 215.html, 217.html:
4457: - prepare tests to trim trailing methods' EOLs
4458:
4459: * tests/: results/224.processed, 224.html, 223.html,
4460: results/223.processed, results/220.processed: - prepare tests to
4461: trim trailing methods' EOLs
4462:
4463: * tests/results/: 226.processed, 230.processed: - prepare tests to
4464: trim trailing methods' EOLs
4465:
4466: * tests/: 229.html, results/229.processed: - prepare tests to trim
4467: trailing methods' EOLs
4468:
4469: * tests/: 232.html, 235.html, results/232.processed,
4470: results/235.processed, 226.html, 227.html, 228.html, 230.html,
4471: results/226.processed, results/227.processed,
4472: results/228.processed, results/230.processed: - prepare tests to
4473: trim trailing methods' EOLs
4474:
4475: 2010-06-16 moko
4476:
4477: * tests/: 229.html, results/229.processed: elseif now supported in
4478: ^if
4479:
4480: * src/classes/op.C: new feature: #56 elseif now supported in ^if
4481:
4482: 2010-06-03 misha
4483:
4484: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
4485: instead of memcopy for overlaped regions
4486:
4487: 2010-05-25 misha
4488:
4489: * src/main/pa_common.C: - wanring about unused vars was removed
4490:
4491: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
4492: get_method_filename was moved to execute.C
4493:
4494: 2010-05-23 misha
4495:
4496: * src/main/pa_request.C: - more accurate detection of method's file
4497:
4498: 2010-05-22 misha
4499:
4500: * src/classes/reflection.C: - bugfix: core during detection of
4501: .file if filespec isn't detected successfully
4502:
4503: 2010-05-20 misha
4504:
4505: * src/main/pa_request.C: - fix in get_method_filename
4506:
4507: * src/include/pa_request.h: - new feature: #24 -- searching
4508: included file in @USE/^use is changed. if its filespec doesn't
4509: start from '/' it will be searched in caller file directory
4510:
4511: * src/classes/reflection.C: - ^reflection:method_info returns file
4512: where the method is defined
4513:
4514: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
4515: classes/op.C: - new feature: #24 -- searching included file in
4516: @USE/^use is changed. if its filespec doesn't start from '/' it
4517: will be searched in caller file directory
4518:
4519: * src/: classes/file.C, include/pa_common.h: - method lastposafter
4520: is moved to pa_common.h
4521:
4522: 2010-05-18 misha
4523:
4524: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
4525: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
4526: cookie parser decode \uXXXX as well as %uXXXX
4527:
4528: 2010-05-17 misha
4529:
4530: * src/classes/curl.C: beauty: - unused param is removed in method
4531: _curl_version_action - some spaces were removed or replaced by
4532: tabs
4533:
4534: * src/classes/table.C: - bugfix: #72 core with empty value during
4535: ^table.hash[...;name_of_the_last_column][$.type[string]]
4536:
4537: 2010-05-16 misha
4538:
4539: * src/classes/curl.C: new: #61 more curl options were added
4540: (contributed by Sumo)
4541:
4542: 2010-04-29 pretender
4543:
4544: * src/main/pa_string.C: fixes #63 Split result from empty string
4545: now empty string.
4546:
4547: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
4548: string type.
4549:
4550: 2010-04-28 pretender
4551:
4552: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
4553: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
4554: macrodefinition removed
4555:
4556: 2010-04-19 pretender
4557:
4558: * src/main/execute.C: fixes #60 Stacktrace now contains info for
4559: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
4560:
4561: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
4562: fixes #64 Now file.missing exception generates in unsafe mode to.
4563:
4564: * src/classes/file.C: fixes #48 Now not throw "not save environment
4565: variable" exception in grpunlim version.
4566:
4567: 2010-04-05 misha
4568:
4569: * src/classes/string.C: - new feature: 4th param was added to
4570: match. if specified its value is returned in case of nothing was
4571: found
4572:
4573: 2010-04-01 misha
4574:
4575: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
4576: multiple execution of /a/b/auto.p
4577:
4578: 2010-03-19 misha
4579:
4580: * src/main/execute.C: - core in $table1.$table2 was fixed
4581:
4582: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
4583:
4584: 2010-01-27 misha
4585:
4586: * src/main/pa_common.C: - bugfix: there are no excaption.type if
4587: trying to open file by path /existing-file/non-exixting-file
4588:
4589: 2010-01-26 misha
4590:
4591: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
4592: was added (returns file)
4593:
4594: 2009-12-22 misha
4595:
4596: * src/classes/curl.C: - method 'option' was renamed to 'options' -
4597: now parser doesn't have class curl if it was built without it
4598:
4599: 2009-12-15 misha
4600:
4601: * configure.in: - little cheat with curl include dir was added
4602:
4603: 2009-12-05 misha
4604:
4605: * src/classes/curl.C: - some fixes
4606:
4607: 2009-12-04 misha
4608:
4609: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
4610: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
4611: buildall-with-xml, buildall-without-xml, configure.in: - curl
4612: class was added
4613:
4614: * src/include/pa_hash.h: - hash-iterator was added
4615:
4616: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
4617: was added to pcre
4618:
4619: 2009-11-27 misha
4620:
4621: * src/classes/image.C: - don't add @border attribute to output of
4622: ^image.html[] if it was specified by user with empty value
4623:
4624: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
4625: root element and we are trying to access .documentElement
4626:
4627: 2009-11-11 misha
4628:
4629: * src/classes/table.C: - in ^table.flip[] look at number of columns
4630: instead of number of items in first row for named tables
4631:
4632: 2009-11-10 misha
4633:
4634: * operators.txt: - info about hash-options in ^file::create was
4635: added
4636:
4637: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
4638: added
4639:
4640: 2009-11-09 misha
4641:
4642: * buildall-with-xml: - moving to libxml 2.7.6
4643:
4644: * tests/236.html: - tests for comparations cords with functions
4645: were added
4646:
4647: * src/include/pa_string.h: - optimisation: cacheing of cstr was
4648: added
4649:
4650: * src/main/pa_http.C: - little optimisation
4651:
4652: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
4653: GPF mallocs + stringstream (table.save)
4654:
4655: * src/classes/file.C: - file::create now accepts 4th param: options
4656: with $.charset
4657:
4658: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
4659: bug in cord (comparation cords with functions was buggy)
4660:
4661: 2009-11-06 misha
4662:
4663: * src/main/pa_string.C: - bugfix: calculation string.length
4664: sometimes was buggy
4665:
4666: * src/classes/string.C: - bugfix: Temp_value_element wasn't
4667: destroyed if exception occured during match/replace
4668:
4669: * src/: main/pa_charset.C, include/pa_charset.h: - method
4670: lengthUTF8Char was added
4671:
4672: * src/classes/op.C: - clean tainting lang was added for user's
4673: usage
4674:
4675: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
4676: fixed: checkouts are required after GC_MALLOC
4677:
4678: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
4679:
4680: * operators.txt: - actually, there is no ^untaint[xml] in
4681: file::create
4682:
4683: 2009-10-15 misha
4684:
4685: * tests/: 235.html, 235_attach.txt: - tests for preparing email
4686: were added
4687:
4688: * tests/234.html: - more tests for checking ^taint[uri] escaping
4689: were added
4690:
4691: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
4692: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
4693: hacking: for dealing with transcoding+^taint[uri]
4694: transcode_and_untaint was replaced by untaint_and_transcode
4695:
4696: 2009-10-13 misha
4697:
4698: * tests/: 121.html, results/121.processed: - test transcoding +
4699: url-escaping now
4700:
4701: * tests/results/auto.p: - more helpers' methods were added
4702:
4703: * src/main/pa_globals.C: - die instead of abort
4704:
4705: 2009-10-06 misha
4706:
4707: * src/main/pa_common.C: - don't allocate memory during
4708: capitalization if input string is already capitalized
4709:
4710: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
4711:
4712: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
4713: use format function because it calls malloc
4714:
4715: * src/include/pa_common.h: - more capitalized headers were added
4716:
4717: * src/main/pa_common.C: - in safe mode clear executable bits during
4718: file writing
4719:
4720: 2009-10-05 misha
4721:
4722: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
4723:
4724: 2009-10-03 misha
4725:
4726: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
4727: ^img.text[] & ^img.length[] can work in utf-8 now
4728:
4729: * src/: include/pa_charset.h, main/pa_charset.C: - class
4730: UTF8_string_iterator was added
4731:
4732: * src/classes/image.C: - respect utf-8 when calculate alphabet
4733: length
4734:
4735: * src/classes/mail.C: - check from before get message.cstr
4736:
4737: 2009-10-02 misha
4738:
4739: * tests/233.html: - test for image.font, image.length, image.text
4740: with text in utf-8 were added
4741:
4742: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
4743:
4744: * buildall-with-xml, buildall-without-xml: - comment about gc
4745: version for freebsd 4 was added
4746:
4747: 2009-10-01 misha
4748:
4749: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
4750: terminator) - read_pipe were slightly optimized
4751:
4752: 2009-09-28 misha
4753:
4754: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
4755: removed
4756:
4757: * src/types/pa_vmail.C: - forgot about space after ':'
4758:
4759: * src/types/pa_vmail.C: - escape filenames while preparing mail
4760: body - small simplifications
4761:
4762: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
4763: inout params like pa_base64
4764:
4765: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
4766: option $.debug-print(1) was added to mail:send - changes for
4767: using uue_encode which uses less memory
4768:
4769: * src/main/pa_common.C: - pa_base64_encode uses less memory now
4770:
4771: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
4772: memory now
4773:
4774: 2009-09-26 misha
4775:
4776: * src/types/pa_vmail.C: - default encoding now is base64
4777:
4778: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
4779:
4780: 2009-09-25 misha
4781:
4782: * src/types/pa_vmail.C: - capitalization of headers was added to
4783: sending mail as well
4784:
4785: * buildall-with-xml: - catalog package was removed from libxml
4786:
4787: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
4788: win32 absolute path
4789:
4790: * src/include/pa_common.h: - one more capitalized header was added
4791:
4792: 2009-09-22 misha
4793:
4794: * INSTALL: - comment about building just httpd binary while
4795: building apache module was added
4796:
4797: 2009-09-21 misha
4798:
4799: * buildall-with-xml: - moving to the latest versions of xml libs:
4800: libxml 2.7.4 and libxslt 1.1.25
4801:
4802: 2009-09-19 misha
4803:
4804: * tests/231.html: - test for encoding cookie in win-1251
4805:
4806: 2009-09-18 misha
4807:
4808: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
4809: object] were added
4810:
4811: * operators.txt: - info about method ^reflection:fields[class or
4812: object] was added
4813:
4814: * src/classes/reflection.C: - method ^reflection:fields[class or
4815: object] was added
4816:
4817: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
4818: methods get_fields were added
4819:
4820: * tests/232.html: - tests for @GET[name]
4821:
4822: * src/classes/table.C: - some changes in handling hash-options for
4823: creare, join and locate
4824:
4825: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
4826: defined with option: the type of requested value
4827:
4828: 2009-09-17 misha
4829:
4830: * tests/212.html: - tests for .pattern and .options were added
4831:
4832: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
4833: $regex.options were added
4834:
4835: 2009-09-11 misha
4836:
4837: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
4838: rewrited. it checks not just one case of sending cookies during
4839: file::load[http], but also sending headers and fields (including
4840: files)
4841:
4842: 2009-09-10 misha
4843:
4844: * src/main/untaint.C: - workaround in file-spec lang for old Macs
4845: was removed => now parser can open files with Russian 'r' in
4846: filename
4847:
4848: * src/main/untaint.C: - bugfix: client charset whould be analized
4849: while escaping cookies but now source charset
4850:
4851: * src/main/pa_http.C: - bugfix: the values of http headers didn't
4852: ^tainted[uri] so it was possible to make request with incorrect
4853: http header
4854:
4855: * src/main/pa_http.C: - capitalization of http headers during
4856: file::load[http was slightly changes - bugfix: all headers which
4857: parser sends during file::load[http should be transcoded and only
4858: then escaped
4859:
4860: * src/main/untaint.C: - a bit more comments were added
4861:
4862: * src/classes/: file.C, string.C: - types where changes (minus 2
4863: warnings)
4864:
4865: * src/include/pa_common.h: - 2 capitalized strings for making http
4866: headers during file::load[http were added
4867:
4868: 2009-09-08 misha
4869:
4870: * operators.txt: - changes in file.save and string.save were added
4871:
4872: * tests/: 230.html, 230.txt: - tests for checking options in
4873: file.save and string.save were added
4874:
4875: * src/main/pa_request.C: - http headers names, which are passed to
4876: SAPI::add_header_attribute are lowercased now (it'll be
4877: capitalized in that method)
4878:
4879: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
4880: classes/string.C: - file_write accepts Request_charsets and asked
4881: charset and cound transcode content before writing - string.save
4882: and file.save have option $.charset now
4883:
4884: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
4885: classes/xdoc.C: - file_write accepts Request_charsets and asked
4886: charset and cound transcode content before writing
4887:
4888: * src/include/pa_exception.h: - new exception comment string was
4889: defined
4890:
4891: 2009-09-07 misha
4892:
4893: * src/main/compile.y: - grammar $name\ name stops now for regex
4894: sub-pattern\s
4895:
4896: 2009-09-04 misha
4897:
4898: * src/main/pa_http.C: - capitalization of http headers during
4899: file::load[http was implemented
4900:
4901: 2009-09-03 misha
4902:
4903: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4904: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
4905: types/pa_vmail.C, targets/cgi/parser3.C,
4906: targets/isapi/parser3isapi.C: - back to storing response http
4907: headers in lowercase - capitalize them during output
4908:
4909: 2009-08-31 misha
4910:
4911: * src/classes/table.C: - allow call with any brackets (it could be
4912: useful in methods with explict result declaration)
4913:
4914: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
4915: correctly if $request:charset==koi8-r
4916:
4917: 2009-08-30 misha
4918:
4919: * src/: include/pa_common.h, main/pa_request.C: - http headers were
4920: changed: content-type => Content-type and so on
4921:
4922: * src/classes/file.C, src/include/pa_common.h,
4923: src/include/pa_request.h, src/main/pa_http.C,
4924: src/main/pa_request.C, src/types/pa_vcookie.C,
4925: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
4926: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
4927: tests/results/002.processed, tests/results/003.processed,
4928: tests/results/004.processed, tests/results/005.processed,
4929: tests/results/006.processed, tests/results/007.processed,
4930: tests/results/008.processed, tests/results/009.processed,
4931: tests/results/010.processed, tests/results/011.processed,
4932: tests/results/012.processed, tests/results/013.processed,
4933: tests/results/014.processed, tests/results/015.processed,
4934: tests/results/016.processed, tests/results/017.processed,
4935: tests/results/018.processed, tests/results/019.processed,
4936: tests/results/020.processed, tests/results/021.processed,
4937: tests/results/022.processed, tests/results/023.processed,
4938: tests/results/024.processed, tests/results/025.processed,
4939: tests/results/026.processed, tests/results/027.processed,
4940: tests/results/028.processed, tests/results/029.processed,
4941: tests/results/030.processed, tests/results/031.processed,
4942: tests/results/032.processed, tests/results/033.processed,
4943: tests/results/034.processed, tests/results/035.processed,
4944: tests/results/036.processed, tests/results/037.processed,
4945: tests/results/038.processed, tests/results/039.processed,
4946: tests/results/040.processed, tests/results/041.processed,
4947: tests/results/042.processed, tests/results/043.processed,
4948: tests/results/044.processed, tests/results/045.processed,
4949: tests/results/046.processed, tests/results/047.processed,
4950: tests/results/048.processed, tests/results/049.processed,
4951: tests/results/050.processed, tests/results/051.processed,
4952: tests/results/052.processed, tests/results/053.processed,
4953: tests/results/054.processed, tests/results/055.processed,
4954: tests/results/056.processed, tests/results/057.processed,
4955: tests/results/058.processed, tests/results/059.processed,
4956: tests/results/060.processed, tests/results/061.processed,
4957: tests/results/062.processed, tests/results/063.processed,
4958: tests/results/064.processed, tests/results/065.processed,
4959: tests/results/066.processed, tests/results/067.processed,
4960: tests/results/068.processed, tests/results/069.processed,
4961: tests/results/070.processed, tests/results/071.processed,
4962: tests/results/072.processed, tests/results/073.processed,
4963: tests/results/074.processed, tests/results/075.processed,
4964: tests/results/076.processed, tests/results/077.processed,
4965: tests/results/078.processed, tests/results/079.processed,
4966: tests/results/080.processed, tests/results/081.processed,
4967: tests/results/082.processed, tests/results/083.processed,
4968: tests/results/084.processed, tests/results/085.processed,
4969: tests/results/086.processed, tests/results/087.processed,
4970: tests/results/088.processed, tests/results/089.processed,
4971: tests/results/090.processed, tests/results/091.processed,
4972: tests/results/092.processed, tests/results/093.processed,
4973: tests/results/094.processed, tests/results/095.processed,
4974: tests/results/096.processed, tests/results/097.processed,
4975: tests/results/098.processed, tests/results/099.processed,
4976: tests/results/100.processed, tests/results/101.processed,
4977: tests/results/102.processed, tests/results/103.processed,
4978: tests/results/104.processed, tests/results/105.processed,
4979: tests/results/106.processed, tests/results/107.processed,
4980: tests/results/108.processed, tests/results/109.processed,
4981: tests/results/110.processed, tests/results/111.processed,
4982: tests/results/112.processed, tests/results/113.processed,
4983: tests/results/114.processed, tests/results/115.processed,
4984: tests/results/116.processed, tests/results/117.processed,
4985: tests/results/118.processed, tests/results/119.processed,
4986: tests/results/120.processed, tests/results/121.processed,
4987: tests/results/122.processed, tests/results/123.processed,
4988: tests/results/124.processed, tests/results/125.processed,
4989: tests/results/126.processed, tests/results/127.processed,
4990: tests/results/128.processed, tests/results/129.processed,
4991: tests/results/130.processed, tests/results/131.processed,
4992: tests/results/132.processed, tests/results/133.processed,
4993: tests/results/134.processed, tests/results/135.processed,
4994: tests/results/136.processed, tests/results/138.processed,
4995: tests/results/139.processed, tests/results/140.processed,
4996: tests/results/141.processed, tests/results/142.processed,
4997: tests/results/143.processed, tests/results/144.processed,
4998: tests/results/145.processed, tests/results/146.processed,
4999: tests/results/147.processed, tests/results/148.processed,
5000: tests/results/149.processed, tests/results/150.processed,
5001: tests/results/151.processed, tests/results/152.processed,
5002: tests/results/153.processed, tests/results/154.processed,
5003: tests/results/155.processed, tests/results/156.processed,
5004: tests/results/157.processed, tests/results/158.processed,
5005: tests/results/159.processed, tests/results/160.processed,
5006: tests/results/161.processed, tests/results/162.processed,
5007: tests/results/163.processed, tests/results/164.processed,
5008: tests/results/165.processed, tests/results/166.processed,
5009: tests/results/167.processed, tests/results/168.processed,
5010: tests/results/169.processed, tests/results/170.processed,
5011: tests/results/171.processed, tests/results/172.processed,
5012: tests/results/173.processed, tests/results/174.processed,
5013: tests/results/175.processed, tests/results/176.processed,
5014: tests/results/177.processed, tests/results/178.processed,
5015: tests/results/179.processed, tests/results/180.processed,
5016: tests/results/181.processed, tests/results/182.processed,
5017: tests/results/183.processed, tests/results/184.processed,
5018: tests/results/185.processed, tests/results/186.processed,
5019: tests/results/187.processed, tests/results/188.processed,
5020: tests/results/189.processed, tests/results/190.processed,
5021: tests/results/191.processed, tests/results/192.processed,
5022: tests/results/193.processed, tests/results/194.processed,
5023: tests/results/195.processed, tests/results/196.processed,
5024: tests/results/197.processed, tests/results/198.processed,
5025: tests/results/199.processed, tests/results/200.processed,
5026: tests/results/201.processed, tests/results/202.processed,
5027: tests/results/203.processed, tests/results/204.processed,
5028: tests/results/205.processed, tests/results/206.processed,
5029: tests/results/207.processed, tests/results/208.processed,
5030: tests/results/209.processed, tests/results/210.processed,
5031: tests/results/211.processed, tests/results/212.processed,
5032: tests/results/213.processed, tests/results/214.processed,
5033: tests/results/215.processed, tests/results/216.processed,
5034: tests/results/217.processed, tests/results/218.processed,
5035: tests/results/219.processed, tests/results/220.processed,
5036: tests/results/221.processed, tests/results/222.processed,
5037: tests/results/223.processed, tests/results/224.processed,
5038: tests/results/225.processed, tests/results/226.processed,
5039: tests/results/227.processed, tests/results/228.processed,
5040: tests/results/229.processed: - http headers were changed:
5041: content-type => Content-type and so on
5042:
5043: 2009-08-27 misha
5044:
5045: * src/: main/pa_random.C, include/pa_random.h,
5046: targets/cgi/parser3.C: - year was updated :)
5047:
5048: 2009-08-26 misha
5049:
5050: * tests/: 224.html, 224.p: - test for creating of parser object
5051: using constructor without params - little bugfix in test
5052:
5053: * src/main/compile_tools.h: - bugfix: should't call autouse while
5054: checking existed class while processing partial option
5055:
5056: * src/classes/reflection.C: - bugfix: core when creating object
5057: with reflection and constructor doesn't have params
5058:
5059: 2009-08-24 misha
5060:
5061: * tests/229.html: - tests for checking the number of parameters
5062: were added
5063:
5064: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
5065: number of method's parameters wasn't checked correctly (the bug
5066: was introduced in 3.4.0)
5067:
5068: 2009-08-22 misha
5069:
5070: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
5071: transcoded, but tainted pieces are escaped only when
5072: content-type==url-encoding
5073:
5074: * tests/228.html: - test for checking
5075: ^file::load[http://...;$.body[]]
5076:
5077: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
5078: post charset was too early (charsets is empty at this moment)
5079:
5080: 2009-08-21 misha
5081:
5082: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
5083: main/untaint.C: - some fixes with transcode+untaint
5084:
5085: 2009-08-15 misha
5086:
5087: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
5088: was increaced to 100 (was 50)
5089:
5090: * tests/227.html: - test for checking overriding properties in
5091: static classes was added
5092:
5093: * tests/: 226.html, 226.p: - test for @autoload[] was added
5094:
5095: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
5096: main/execute.C, main/pa_request.C, classes/reflection.C: -
5097: autouse was implemented
5098:
5099: 2009-08-14 misha
5100:
5101: * src/classes/reflection.C: - outdated checkout was removed
5102:
5103: * src/classes/reflection.C: - optimization - method ^dynamical was
5104: added.
5105:
5106: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
5107: types/pa_vstateless_class.h, main/execute.C: - optimization
5108:
5109: * src/types/pa_vclass.C: - exception if base on sytem class
5110:
5111: 2009-08-12 misha
5112:
5113: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
5114: pa_vstateless_class.h: - little optimisation
5115:
5116: 2009-08-11 misha
5117:
5118: * tests/224.html: - method_params => method_info - checking for
5119: $.inherited
5120:
5121: * src/classes/reflection.C, operators.txt: - method method_params
5122: was renamed to method_info and now it returns class name, if
5123: method was defined in ancestor
5124:
5125: * tests/225.html: - tests for cheching properties in hierarhical
5126: classes were added
5127:
5128: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
5129: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5130: main/compile.y, main/execute.C, classes/classes.C: - problems
5131: with properties in new classes implementation were fixed
5132:
5133: 2009-08-10 misha
5134:
5135: * src/main/execute.C: - now constructor shouldn't be defined in
5136: class. it could be defined in parent.
5137:
5138: 2009-08-09 misha
5139:
5140: * src/classes/reflection.C: - ^reflection:methods doesn't return
5141: base's methods
5142:
5143: 2009-08-08 misha
5144:
5145: * src/: classes/classes.h, classes/date.C, classes/file.C,
5146: classes/form.C, classes/hash.C, classes/hashfile.C,
5147: classes/image.C, classes/mail.C, classes/op.C,
5148: classes/reflection.C, classes/regex.C, classes/string.C,
5149: classes/table.C, classes/xdoc.C, classes/xnode.C,
5150: classes/xnode.h, include/pa_hash.h, main/execute.C,
5151: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
5152: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5153: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
5154: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
5155: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
5156: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5157: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
5158: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
5159: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
5160: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
5161: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
5162: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
5163: types/pa_vresponse.C, types/pa_vresponse.h,
5164: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5165: types/pa_vstateless_object.h, types/pa_vstatus.C,
5166: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
5167: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5168: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5169: types/pa_wwrapper.h, types/types.vcproj: - new classes
5170: implementation
5171:
5172: * buildall-with-xml, buildall-without-xml: - gc has a bug if
5173: USE_MUNMAP is used. so it is disabled as a workaround.
5174:
5175: 2009-08-05 misha
5176:
5177: * src/: main/pa_common.C, include/pa_common.h: - not needed
5178: parameter was removed
5179:
5180: * src/main/pa_http.C: - bugfix: error was during detecting
5181: content-type of file which was loaded by http
5182:
5183: 2009-08-01 misha
5184:
5185: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
5186: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
5187: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
5188: can't be disabled with defines any longer
5189:
5190: 2009-07-29 misha
5191:
5192: * src/classes/reflection.C, tests/results/224.processed: - for
5193: native methods with any call type now returned empty call_type
5194: value
5195:
5196: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
5197: classes/table.C, include/pa_hash.h, include/pa_request.h,
5198: main/pa_request.C: - break in cycles was optimized
5199:
5200: * INSTALL: - more defines were described
5201:
5202: 2009-07-28 misha
5203:
5204: * operators.txt: - some changes in information about reflection
5205: class
5206:
5207: * tests/: 224.html, 224.p: - tests for reflection class
5208:
5209: * src/classes/reflection.C: - some bugs were fixed, method classes
5210: was added, refactoring
5211:
5212: 2009-07-26 misha
5213:
5214: * src/classes/classes.vcproj: - reflection class wass added to
5215: project
5216:
5217: * operators.txt: - information about reflection class was added
5218:
5219: * src/classes/reflection.C: - class was redesigned
5220:
5221: 2009-07-24 misha
5222:
5223: * src/classes/: Makefile.am, reflection.C: - class reflection was
5224: added
5225:
5226: * src/types/pa_vstateless_class.h: - method for reflection method's
5227: in classes was added
5228:
5229: 2009-07-22 misha
5230:
5231: * src/main/compile_tools.h: - bugfix: $object.$var was
5232: over-optimized. it failed if $object1.$object2.field
5233:
5234: 2009-07-16 misha
5235:
5236: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
5237: lib/cord/cordxtra.c, lib/cord/include/cord.h,
5238: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
5239: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
5240: one more arg: length of cord
5241:
5242: 2009-07-15 misha
5243:
5244: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
5245: tainted in ^file::load[http://...;$.cookies[]]
5246:
5247: * src/classes/: op.C, regex.C, string.C: - new string with
5248: exception was used
5249:
5250: * src/include/pa_exception.h: - new string with exception was added
5251:
5252: * tests/223.html: - test for checking cookie-encoding during
5253: ^file::load[http was added
5254:
5255: * tests/: 221.html, 222.html: - tests for checking type of
5256: $table.fields.field were added
5257:
5258: * src/types/pa_vtable.C: - not used var decl was removed
5259:
5260: * src/include/pa_string.h: - use cached string length in Body::mid.
5261: it improves speed of match with brackets in pattern
5262:
5263: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
5264: outside
5265:
5266: 2009-07-14 misha
5267:
5268: * src/types/pa_vtable.C: - $table.fields.a return string even if
5269: column is empty (sometime returned void) - $table.fields was
5270: added for nameless tables
5271:
5272: * src/targets/cgi/getopt.c: - one warning resolved
5273:
5274: * src/main/pa_string.C: - potentian bug fixed
5275:
5276: * src/classes/op.C: - small optimization in taint/untaint
5277:
5278: 2009-07-13 misha
5279:
5280: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
5281: added
5282:
5283: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
5284: souldn't add the attribut to output
5285:
5286: 2009-07-11 misha
5287:
5288: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
5289: stack size was increaced to 2MB (default=1MB)
5290:
5291: 2009-07-08 misha
5292:
5293: * src/main/pa_string.C: - link to UTF-8 description was added
5294:
5295: * src/include/pa_hash.h: - hash keeps element's order in more
5296: places (ex: ._keys[])
5297:
5298: * tests/220.html: - test for checking order of elements in hash in
5299: foreach was added
5300:
5301: * tests/172.html: - small changes in printing hash
5302:
5303: * tests/129.html: - small changes in printing hash
5304:
5305: * src/: include/pa_common.h, include/pa_hash.h,
5306: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
5307: types/pa_vmethod_frame.h: - hash now keeps order of elements
5308:
5309: * tests/014.html: - small changes in printing hash
5310:
5311: 2009-07-07 misha
5312:
5313: * src/classes/op.C: - new taint language "parser-code" was added
5314:
5315: * tests/219.html: - test for auto untaint parser code in process
5316: was added
5317:
5318: * src/classes/op.C: - tainted pieces in body of process are
5319: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
5320:
5321: * src/: include/pa_string.h, main/untaint.C: - new language
5322: L_PARSER_CODE for auto-untaint in process was added
5323:
5324: * src/: classes/file.C, classes/hash.C, classes/image.C,
5325: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
5326: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
5327: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
5328: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
5329: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
5330: code cleanup
5331:
5332: 2009-07-06 misha
5333:
5334: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
5335: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
5336: deleted. taint_cstr[m] and untaint_cstr[m] should be used
5337:
5338: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
5339: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
5340: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
5341: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
5342: should be used
5343:
5344: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
5345: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
5346: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
5347: untaint_cstr[m] should be used
5348:
5349: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
5350: deleted. taint_cstr[m] and untaint_cstr[m] should be used
5351:
5352: * tests/218.html: - test for checking automatic file-spec-taint was
5353: added
5354:
5355: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
5356: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
5357: classes/file.C, classes/hash.C, classes/image.C,
5358: classes/string.C, classes/table.C, classes/void.C,
5359: classes/xdoc.C: - optimizations and simplification of
5360: string.cstr(...)
5361:
5362: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
5363: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
5364: - optimizations and simplification of string.cstr(...)
5365:
5366: 2009-07-04 misha
5367:
5368: * tests/217.html: - test for recursion detection was added
5369:
5370: * src/: types/types.vcproj, main/main.vcproj,
5371: classes/classes.vcproj, targets/cgi/parser3.vcproj,
5372: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
5373: from .vcproj
5374:
5375: * src/types/pa_wwrapper.h: - dynamic_cast was removed
5376:
5377: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
5378: uploading files and case-insensitive http-method were added
5379:
5380: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
5381: tainted pattern in ^file:list[] was added
5382:
5383: 2009-07-03 misha
5384:
5385: * src/: classes/classes.vcproj, main/main.vcproj,
5386: types/types.vcproj, targets/cgi/parser3.vcproj,
5387: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
5388: for dynamic_cast) - little options changes
5389:
5390: * src/main/pa_http.C: - file::load[http works now with uploading
5391: files _and_ changing $.charset
5392:
5393: 2009-06-29 misha
5394:
5395: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
5396: while creating pattern
5397:
5398: 2009-06-25 misha
5399:
5400: * src/classes/image.C, operators.txt: - options' names for
5401: ^image.font were changed to $.space, $.width and $spacing -
5402: default space width now == gif's width
5403:
5404: 2009-06-24 misha
5405:
5406: * tests/215.html: - tests for $file.mode were added
5407:
5408: * operators.txt: - added info about $file.mode and changes in
5409: ^image.font[
5410:
5411: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
5412: param now could be omited - third param now could be hash (with
5413: all widths options: $.space-width, $.letter-width) - it's
5414: possible to specify tracking ($.letter-space)
5415:
5416: * src/classes/file.C: - file objects now could have mode field
5417: (text|binary)
5418:
5419: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
5420:
5421: 2009-06-23 misha
5422:
5423: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
5424: trim can work with utf-8 chars now
5425:
5426: 2009-06-20 misha
5427:
5428: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
5429: was implemented
5430:
5431: * src/classes/table.C: - string length cacheing was implemented
5432:
5433: * src/include/pa_string.h: - string length cacheing was implemented
5434:
5435: 2009-06-17 misha
5436:
5437: * src/main/execute.C: - value param was removed from
5438: WContext::WContext
5439:
5440: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
5441: pa_wwrapper.h: - value param was removed from WContext::WContext
5442: - field wcontext was removed from VCodeFrame (using fparent
5443: instead)
5444:
5445: * tests/214.html: - test with hash copying
5446:
5447: 2009-06-16 misha
5448:
5449: * tests/: 062.html, results/062.processed: - evaluation hardcoded
5450: strings doesn't work in expression anymore
5451:
5452: * src/main/execute.C: - less calls for get_constructing() - little
5453: refactoring
5454:
5455: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
5456: include/pa_request.h: - less calls for get_constructing()
5457:
5458: * src/classes/: hash.C, hashfile.C: - fixed bug which was
5459: introduced with OPTIMIZE_SINGLE_STRING optimization
5460:
5461: 2009-06-14 misha
5462:
5463: * src/: classes/date.C, classes/file.C, classes/hash.C,
5464: classes/hashfile.C, classes/image.C, classes/regex.C,
5465: classes/table.C, classes/xdoc.C, classes/xnode.h,
5466: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
5467: types/pa_vstateless_class.h, main/execute.C: - create object for
5468: storing object's fields only for parser objects
5469:
5470: 2009-06-13 misha
5471:
5472: * buildall-with-xml, buildall-without-xml: - new option was added
5473: for building GC (it slightly reduces memory usage)
5474:
5475: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
5476: single string write
5477:
5478: * src/main/execute.C: - bytecode optimization of ^class:constructor
5479: - optimization of single string write
5480:
5481: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
5482: - bytecode optimization of ^class:constructor
5483:
5484: 2009-06-09 misha
5485:
5486: * src/targets/cgi/parser3.C: - type size_t was changed to int in
5487: main (better compatibility)
5488:
5489: 2009-06-08 misha
5490:
5491: * src/main/compile.y: - I've forgot to commit it :(
5492:
5493: 2009-06-07 misha
5494:
5495: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
5496: WITH_READ and WITH_ROOT
5497:
5498: * src/main/: compile.y, compile_tools.C, compile_tools.h,
5499: execute.C: - more optimizations for WITH_SELF, WITH_READ and
5500: WITH_ROOT - little refactoring
5501:
5502: 2009-06-06 misha
5503:
5504: * tests/213.html: - tests for 3rd match string-param were added
5505:
5506: * src/classes/string.C: - 3rd match param could be string now
5507:
5508: * src/main/: compile.y, compile_tools.h: - much more bytecode's
5509: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
5510: GET_OBJECT_ELEMENT
5511:
5512: 2009-06-05 misha
5513:
5514: * src/main/pa_http.C: - bugfix: content-length was not calculated
5515: if $.body was specified
5516:
5517: 2009-06-04 misha
5518:
5519: * src/classes/op.C: - optimizing write_assign_lang in connect
5520:
5521: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
5522:
5523: * src/main/execute.C: - little refactoring - optimizing
5524: write_assign_lang in taint/untaint
5525:
5526: * src/include/pa_opcode.h: - little refactoring
5527:
5528: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
5529: main/compile_tools.h, main/execute.C: - optimizations for
5530: $self.field, ^self.method, $self.field[...] and $self.field(...)
5531: were added
5532:
5533: 2009-06-03 misha
5534:
5535: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
5536:
5537: 2009-06-02 misha
5538:
5539: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
5540: include/pa_opcode.h: - refactoring in last optimizations
5541: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
5542: now but code is much easy and it is ready for further
5543: improvements.
5544:
5545: 2009-05-27 misha
5546:
5547: * src/: types/pa_junction.h, types/pa_vjunction.C,
5548: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
5549: changed in destructing junctions
5550:
5551: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
5552: String:Body
5553:
5554: 2009-05-26 misha
5555:
5556: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
5557: one method detect_charset was deleted - bug was fixed in this
5558: method (error while detecting charset in content_type withot last
5559: ';')
5560:
5561: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
5562: once
5563:
5564: 2009-05-25 misha
5565:
5566: * src/classes/file.C: - bugfix: file::exec didn't work after
5567: optimizing of helper_length
5568:
5569: 2009-05-24 misha
5570:
5571: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
5572: were added - little refactoring
5573:
5574: * src/main/execute.C: - core while printing in debug log
5575: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
5576: optimisations were added
5577:
5578: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
5579: were added
5580:
5581: 2009-05-23 misha
5582:
5583: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
5584: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
5585: CORD_cat optimization
5586:
5587: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
5588: - call constr optimisation under separate define now
5589:
5590: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
5591: in $b should be string, not void
5592:
5593: * src/main/compile.y: - little fix for rem-cut optimisation
5594:
5595: * src/: include/pa_opcode.h, main/compile_tools.C,
5596: main/compile_tools.h, main/execute.C: - optimisations for
5597: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
5598:
5599: * INSTALL: - description of some #defined were added
5600:
5601: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
5602: before 1st access (memory usage is reduced if don't access to
5603: .text field)
5604:
5605: * src/include/pa_array.h: - array grows step now not static (it
5606: reduces numbers of reallocs)
5607:
5608: 2009-05-20 misha
5609:
5610: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
5611: $.b(2), $c[d] and $.e[f] was added
5612:
5613: * src/main/: compile.y, compile_tools.C, compile_tools.h,
5614: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
5615: $.e[f] was added
5616:
5617: * src/main/execute.C: - debug printing moved in defines
5618:
5619: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
5620: and little refactoring for OP_GET_OBJECT_ELEMENT +
5621: OP_GET_OBJECT_VAR_ELEMENT optimisation
5622:
5623: 2009-05-19 misha
5624:
5625: * src/main/: compile.y, compile_tools.C, compile_tools.h,
5626: execute.C: - $a.$b & ^a.$b bytecode optimisation
5627:
5628: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
5629: ^a.$b optimisation)
5630:
5631: * src/main/compile.y: - compiler now generate new opcodes:
5632: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
5633: ^a.b - compiler now cut off ^rem{ with all content ; any number
5634: of params }
5635:
5636: * src/main/execute.C: - code for handle new opcodes
5637: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
5638:
5639: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
5640: added for LA2V and LA2S
5641:
5642: * src/include/pa_opcode.h: - new defines which can be used for
5643: disable some bytecode optimisation and new opcodes were added
5644:
5645: 2009-05-17 misha
5646:
5647: * src/lib/cord/cordxtra.c: - bugfix.
5648:
5649: * tests/212.html: - .size[] and .study_size[] were added to tests
5650:
5651: * operators.txt: - info about regex class was added
5652:
5653: * tests/212.html: - tests for regex class were added
5654:
5655: 2009-05-16 misha
5656:
5657: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
5658: gc7.1
5659:
5660: * tests/022.html: - test for ^file:list[path;] (empty second param)
5661: was added
5662:
5663: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
5664: param) should work
5665:
5666: 2009-05-15 misha
5667:
5668: * src/classes/table.C: - automatically disable stringstream usage
5669: on freebsd4
5670:
5671: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
5672: scope
5673:
5674: * tests/211.html: - test with different types of access to hash was
5675: added
5676:
5677: * tests/210.html: - test which checks for loosing tainting in
5678: hash's keys was added
5679:
5680: * tests/208.html: - some parser work added. or stime == 0 %-)
5681:
5682: * src/lib/cord/cordbscs.c: - little hack was added to cord
5683:
5684: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
5685:
5686: * src/include/pa_version.h, configure.in: - moko have made a lot of
5687: optimisations for increacing version number more dramatically :)
5688:
5689: * src/classes/date.C: - little refactoring: use constructor which
5690: accepts formated string
5691:
5692: * src/: include/pa_string.h, main/pa_string.C: - String constructor
5693: which can print formatted string was added
5694:
5695: 2009-05-14 misha
5696:
5697: * src/include/pa_string.h: - type was fixed
5698:
5699: * src/: classes/hashfile.C, classes/op.C,
5700: include/pa_cache_managers.h, include/pa_charset.h,
5701: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
5702: include/pa_request.h, include/pa_sql_driver_manager.h,
5703: include/pa_string.h, include/pa_stylesheet_manager.h,
5704: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
5705: main/pa_charsets.C, main/pa_string.C,
5706: main/pa_stylesheet_connection.C, types/pa_value.h,
5707: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5708: types/pa_vobject.C, types/pa_vstateless_class.C,
5709: types/pa_vstateless_class.h: - hash_code caching was implemented
5710: (seaches should be faster now)
5711:
5712: * src/: classes/file.C, classes/hash.C, classes/image.C,
5713: classes/string.C, classes/table.C, include/pa_string.h,
5714: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
5715: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
5716: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
5717: types/pa_vrequest.C: - String constructors don't have that stupid
5718: true/false param which means 'tainted'. they accept lang instead.
5719:
5720: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
5721: with OPTIMIZE_RESULT
5722:
5723: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
5724: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
5725:
5726: 2009-05-13 misha
5727:
5728: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
5729: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
5730: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5731: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
5732: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
5733: main/pa_common.C, main/pa_request.C, main/pa_string.C,
5734: include/pa_string.h, classes/date.C, classes/file.C,
5735: classes/hash.C, classes/image.C, classes/string.C,
5736: classes/table.C, classes/xdoc.C: - result optimisation -
5737: helper_length parameter removed from string constructors
5738:
5739: 2009-05-11 misha
5740:
5741: * tests/209.html: - tests for ^hash::create[hash] were added
5742:
5743: * tests/208.html: - tests for $status:rusage, $status:memory,
5744: ^memory:compact[] were added
5745:
5746: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
5747: log10 were added
5748:
5749: * tests/206.html: - test for try with finally was added
5750:
5751: 2009-05-10 misha
5752:
5753: * tests/205.html: - test for ^file::create[...] was added
5754:
5755: * tests/204.html: - test for ^response:clear[] was added
5756:
5757: * tests/038.html: - tests for trigonometric functions were added
5758:
5759: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
5760: added - more tests for .add, .sub, .union, .intersects and
5761: .intersections
5762:
5763: * tests/065.html: - test for ^file:dirname was added
5764:
5765: * tests/030.html: - test for $cookie:fields was added
5766:
5767: * tests/203.html: - test for ^h._keys[column name] was added
5768:
5769: * tests/201.html: - tests for .trim were added
5770:
5771: * tests/202.html: - tests for last-day,
5772: date:calendar[type](YYYY;MM;DD) were added
5773:
5774: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
5775: .offset[type](N) were added
5776:
5777: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
5778: and .pos[c](N) were added
5779:
5780: * tests/141.html: - test for math:sha1 was added
5781:
5782: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
5783:
5784: 2009-05-09 misha
5785:
5786: * src/main/compile.y: - rollback
5787:
5788: 2009-05-05 misha
5789:
5790: * src/main/pa_exec.C: - little optimisation: somewhere length() was
5791: replaced by is_empty()
5792:
5793: * src/: include/pa_string.h, main/pa_charset.C: - little
5794: optimisation: somewhere length() was replaced by is_empty()
5795:
5796: * src/classes/table.C: - little optimisation: somewhere length()
5797: was replaced by is_empty()
5798:
5799: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
5800: classes/op.C, classes/table.C, main/pa_exception.C: - little
5801: optimisation: somewhere length() was replaced by is_empty()
5802:
5803: 2009-05-04 misha
5804:
5805: * src/: types/pa_method.h, types/pa_vstateless_class.C,
5806: types/pa_vstateless_class.h, main/execute.C,
5807: include/pa_request.h, classes/hash.C, classes/op.C,
5808: classes/table.C: - more optimisations were added: some operators
5809: don't switch write context anylonger
5810:
5811: 2009-05-01 misha
5812:
5813: * src/main/compile.y: - slightly more opcode optimisations for
5814: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
5815:
5816: * src/main/execute.C: - simplifying process for getters
5817:
5818: 2009-04-30 misha
5819:
5820: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
5821:
5822: * tests/results/199.processed: - test for checking $result into
5823: ^rem was added
5824:
5825: * tests/199.html: - test for checking $result into ^rem was added
5826:
5827: * tests/: 022.html, 096.html: - þsort after :list was asses (on
5828: some OS it returns list in different order)
5829:
5830: * src/: include/pa_array.h, include/pa_request.h,
5831: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
5832: changes in stack impl - get_element() optimisation: 3rd param
5833: removed - bugfix: problems with reading empty input param -
5834: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
5835:
5836: * tests/results/198.processed: - test for reading empty local var
5837: was added
5838:
5839: * tests/198.html: - test for reading empty local var was added
5840:
5841: 2009-04-29 misha
5842:
5843: * src/main/compile.y: - bugfix: couldn't compile because
5844: OP_VALUE__GET_ELEMENT should be unde #ifdef
5845:
5846: * src/: include/pa_array.h, include/pa_opcode.h,
5847: include/pa_request.h, main/compile.y, main/execute.C,
5848: main/pa_request.C, types/pa_vmethod_frame.C,
5849: types/pa_vmethod_frame.h: - we can work without opcode
5850: OP_STORE_PARAM, so it was removed
5851:
5852: 2009-04-28 misha
5853:
5854: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
5855: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
5856: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
5857: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
5858: 4.
5859: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
5860:
5861: * src/main/compile_tools.h: - new stuff for op-codes optimisation
5862:
5863: * src/: main/pa_string.C, classes/string.C: - !length() =>
5864: is_empty()
5865:
5866: 2009-04-27 misha
5867:
5868: * src/types/pa_vregex.h: - back explicit vars initialisation
5869:
5870: 2009-04-24 misha
5871:
5872: * src/classes/string.C: - ups. typo fixed
5873:
5874: * src/main/execute.C: - more replacements '*new VBool' to
5875: 'VBool::get' - checks for ^break[], ^continue[] and
5876: parser.interrupted were optimised
5877:
5878: * src/classes/string.C: - number of params.count() calls was
5879: slightly reduced
5880:
5881: 2009-04-23 misha
5882:
5883: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
5884: make it x64 friendly
5885:
5886: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
5887: parser is x64 friendly now
5888:
5889: 2009-04-22 misha
5890:
5891: * src/types/pa_vhashfile.C: - coder friendly exception about
5892: exceeding record size was added
5893:
5894: * src/classes/file.C: - use vregex object instead of direct calls
5895: methods from pcre lib
5896:
5897: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
5898: classes/string.C: - use vregex object instead of direct calls
5899: methods from pcre lib
5900:
5901: * src/: include/pa_common.h, main/pa_common.C: - method
5902: print_pcre_exec_error_text was moved to class vregex
5903:
5904: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
5905: was added
5906:
5907: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
5908: - class vregex was added
5909:
5910: 2009-04-21 misha
5911:
5912: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
5913:
5914: * src/: types/pa_junction.h, types/pa_value.C,
5915: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
5916: types/pa_wcontext.h, main/execute.C, classes/op.C: -
5917: junction-optimisation (destructors)
5918:
5919: * src/include/pa_array.h: - free under if now
5920:
5921: 2009-04-19 misha
5922:
5923: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
5924:
5925: 2009-04-18 misha
5926:
5927: * src/include/pa_version.h:
5928: :q :
5929:
5930: CV:
5931: ----------------------------------------------------------------------
5932:
5933: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
5934: refactoring
5935:
5936: * src/: include/pa_array.h, include/pa_hash.h,
5937: types/pa_vmethod_frame.h: - destructors under #ifdef now
5938:
5939: * src/include/pa_memory.h: - define for using destructors was added
5940:
5941: * src/: types/pa_method.h, types/pa_vstateless_class.C,
5942: main/execute.C: - some junctions will be cached now
5943:
5944: * src/include/pa_hash.h: - hash destructor frees pairs now
5945:
5946: * src/include/pa_array.h: - inline was added to destructor
5947:
5948: * src/types/pa_method.h: - comment was changed
5949:
5950: 2009-04-17 misha
5951:
5952: * src/: include/pa_array.h, include/pa_hash.h,
5953: types/pa_vmethod_frame.h: - destructors were added
5954:
5955: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
5956: renamed to always_use_result
5957:
5958: * src/main/: compile.y, compile_tools.h: - rollback changes in
5959: compiler: full backward compatibility is better
5960:
5961: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
5962: result in var's hash
5963:
5964: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
5965: optimisation in method_frame
5966:
5967: * src/include/pa_array.h: - optimisation in array (allocate
5968: elements only when needed)
5969:
5970: * src/types/pa_vresponse.C: - check for $response:headers field
5971: before looking at custom fields
5972:
5973: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
5974: not needed to check existance var with name 'result' in var's
5975: hash
5976:
5977: * src/main/compile.y: - compiler was changed: now it detects
5978: writings to $result and set flag writo_to_result in method
5979:
5980: * src/classes/string.C: - little optimisation: no needed to write
5981: number with lang
5982:
5983: * src/main/pa_charset.C: - methods readChar and skipChar which is
5984: used for read utf8-strings were renamed - is_escaped was renamed
5985: to isEscaped (to the same name convention)
5986:
5987: * src/: types/pa_method.h, main/compile_tools.h: - flag
5988: write_to_result added. compiler get this info from code.
5989:
5990: 2009-04-16 misha
5991:
5992: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
5993: String only before 1st write
5994:
5995: * src/include/pa_string.h: - not needed template removed
5996:
5997: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
5998: types/pa_vjunction.C, types/pa_vproperty.C,
5999: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
6000: main/pa_request.C, classes/bool.C, classes/double.C,
6001: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
6002: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
6003: bool objects)
6004:
6005: 2009-04-15 misha
6006:
6007: * src/lib/cord/cordxtra.c: - more optimisation
6008:
6009: * src/: include/pa_string.h, main/untaint.C: - String::append
6010: optimisation
6011:
6012: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
6013: then get and can sometime be used)
6014:
6015: * src/main/pa_string.C: - String::length optimisation
6016:
6017: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
6018: these methods read different strings
6019:
6020: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
6021: fresult_initial_void removed + some optimisation - if $result
6022: defined we don't write to context anymore
6023:
6024: * src/main/pa_charset.C: - readChar => skipChar (in this place we
6025: need just skip char)
6026:
6027: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
6028: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
6029: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
6030:
6031: * src/types/pa_vvoid.h: - added get() method for retreave one
6032: instance
6033:
6034: 2009-04-11 misha
6035:
6036: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
6037:
6038: * tests/197.html: - test for parser://test in xml was added
6039:
6040: * src/classes/string.C: - small optimisation
6041:
6042: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
6043: optimisation
6044:
6045: 2009-04-10 misha
6046:
6047: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
6048: to pcre-7.8
6049:
6050: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
6051:
6052: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
6053: added
6054:
6055: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
6056: $request:CLASS_NAME were added
6057:
6058: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
6059: were added
6060:
6061: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
6062: $env:CLASS_NAME were added
6063:
6064: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
6065: '@todo' now
6066:
6067: * src/targets/cgi/parser3.C: - size_t -> int for calming down
6068: compirer
6069:
6070: * src/main/pa_string.C: - little code cleanup
6071:
6072: * src/main/pa_common.C: - describe one more UTF-8 related error
6073: during PCRE compile/execute
6074:
6075: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
6076: normalizing todo-comments: '@todo' now
6077:
6078: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
6079:
6080: * src/main/pa_charset.C: - type changed for making compiler happy
6081:
6082: 2009-03-10 misha
6083:
6084: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
6085: in main()
6086:
6087: 2009-02-01 misha
6088:
6089: * src/main/pa_http.C: - bugfix: double CRLF before the end of
6090: boundary
6091:
6092: 2009-01-25 misha
6093:
6094: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
6095:
6096: * src/classes/file.C: - more changes for parsing different number
6097: of params for file::load
6098:
6099: * tests/193.html: - tests for exception while base64-decode binary
6100: to string was added
6101:
6102: * tests/192.html: - tests for file::load with different number of
6103: options
6104:
6105: * src/classes/math.C: - ups. forgot '+1'
6106:
6107: * src/: classes/table.C, classes/file.C, include/pa_common.h,
6108: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
6109: main/pa_http.C: - ^file::load[...;http://...;] now can post files
6110: (new option $.encode[multipart-form/data] should be specified) -
6111: $.method[] option for file::load now is not case-sensitive
6112:
6113: * src/: include/pa_string.h, main/untaint.C: - for file post the
6114: new taint language L_FILE_POST was added
6115:
6116: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
6117: main/main.vcproj, classes/math.C, include/Makefile.am: - some
6118: stuff was moved to separate files
6119:
6120: 2009-01-23 misha
6121:
6122: * src/classes/math.C: - little optimisation in ^math:sha1[] -
6123: spaces to tabs were converted
6124:
6125: 2009-01-12 misha
6126:
6127: * src/main/pa_http.C: - value of $.method[] option force uppercased
6128: now
6129:
6130: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
6131: types/pa_vform.C, types/pa_vmail.C: - some constants changed
6132: their names
6133:
6134: * src/main/pa_common.C: - changes in formating
6135:
6136: * src/: classes/file.C, main/pa_http.C: - some constants changed
6137: their names
6138:
6139: * src/include/pa_http.h: - some spaces were converted to tabs
6140:
6141: * src/include/pa_common.h: - some constants changed their names
6142:
6143: * src/classes/file.C: - fixed 4-th paramether for file::load -
6144: little code rewriting
6145:
6146: * src/types/pa_vfile.C: - little code rewriting
6147:
6148: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
6149: types/pa_value.h: - some formating changes
6150:
6151: * src/include/pa_common.h: - some formating spaces transformed to
6152: tabs
6153:
6154: * src/classes/string.C: - exception while base64-decode binary to a
6155: string
6156:
6157: 2009-01-11 misha
6158:
6159: * configure.in: - version changed to 3.3.1b
6160:
6161: 2008-09-05 misha
6162:
6163: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
6164: release_3_3_0 on 2008-09-05 10:59:35 +0000
6165:
6166: 2008-09-04 misha
6167:
6168: * tests/: 130.html, 131.html: - these exceptions not typeless
6169: anymore
6170:
6171: * src/classes/op.C: - exception with 'invalid taint language' not
6172: typeless anylonger
6173:
6174: * src/classes/image.C: - some exceptions while operations with
6175: image not typeless anymore
6176:
6177: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
6178: main/pa_exec.C, main/pa_http.C: - some exceptions while
6179: operations with files not typeless anymore
6180:
6181: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
6182: types/pa_vdate.h: - exceptions while checking date range not
6183: typeless anymore
6184:
6185: * src/include/pa_exception.h: - exception type string for invalid
6186: date range was added
6187:
6188: 2008-09-03 misha
6189:
6190: * src/: classes/file.C, main/pa_string.C: - exception while pce
6191: operations not typeless anymore
6192:
6193: * src/include/pa_exception.h: - exception type for pce operations
6194: was added
6195:
6196: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
6197: and .CLASS_NAME insite classes
6198:
6199: * src/classes/table.C: - don't save table header whiile
6200: ^table.save[append;filename] if file exists
6201:
6202: 2008-09-02 misha
6203:
6204: * src/main/compile.y, src/main/compile_tools.h,
6205: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
6206: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
6207: renamed to partial and it login changed: we must mark class as
6208: partial for allow their modifications in future.
6209:
6210: 2008-08-29 misha
6211:
6212: * tests/results/022.processed: - testing taint[regex] in mask for
6213: file:list
6214:
6215: * tests/022.html: - testing taint[regex] in mask for file:list
6216:
6217: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
6218: for file:list was added
6219:
6220: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
6221: file:list
6222:
6223: 2008-08-26 misha
6224:
6225: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
6226: last derived object
6227:
6228: * src/classes/image.C: - many strings "image.format" replaced by
6229: IMAGE_FORMAT constant string - handle GPS info while parse exif -
6230: understand some more exif tags
6231:
6232: * src/include/pa_exception.h: - string "image.format" was added
6233:
6234: 2008-08-21 misha
6235:
6236: * src/: main/pa_string.C, classes/file.C: - use method for print
6237: pcre_exec text error
6238:
6239: * src/main/pa_common.C: - method for print pcre_exec text error was
6240: added
6241:
6242: * src/include/pa_common.h: - method declaration for print pcre_exec
6243: text error was added
6244:
6245: 2008-08-19 misha
6246:
6247: * src/main/execute.C: - bugfix: opcodes must be in separate
6248: namespace while debug execution as well
6249:
6250: * tests/: 015.html, results/015.processed: - test for escaping some
6251: parser chars was added
6252:
6253: 2008-08-18 misha
6254:
6255: * tests/: 190.html, 190.p, results/190.processed: - test for
6256: $caller.self.field + default getter in one class was added
6257:
6258: * tests/: 189.html, results/189.processed: - test for
6259: ^date::create[date object]
6260:
6261: * tests/: 188.html, results/188.processed: - tests for match with
6262: UTF-8 strings
6263:
6264: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
6265: ^string.match[]
6266:
6267: * ChangeLog: - parser 3.3.0 beta13
6268:
6269: 2008-08-15 misha
6270:
1.101 moko 6271: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
6272: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
6273: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
6274: dftables.c: - old PCRE files removed
1.95 moko 6275:
6276: * src/lib/pcre/config.h: - configuration for PCRE library
6277:
6278: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
6279: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
6280:
6281: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
6282: library and set flag UTF8 if $request:charset is UTF-8
6283:
6284: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
6285: include/pa_config_fixed.h: - moved to new PCRE library
6286:
6287: * src/: main/main.vcproj, types/types.vcproj,
6288: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
6289: win32\pcre instead of parser3\src\lib\pcre
6290:
6291: * src/: include/pa_opcode.h, include/pa_operation.h,
6292: main/compile.C, main/compile.y, main/compile_tools.C,
6293: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
6294: opcodes were moved to separate namespace
6295:
6296: 2008-08-14 misha
6297:
6298: * src/types/pa_vstateless_class.C: - newline at the end missed
6299:
6300: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
6301: tainting
6302:
6303: 2008-08-11 misha
6304:
6305: * tests/: 187.html, 187.p, results/187.processed: - tests for
6306: $caller.self, $caller.self.field and $caller.self.field[value]
6307: were added
6308:
6309: * src/types/pa_vmethod_frame.h: - still need to check 'self'
6310: runtime as well (for $caller.self)
6311:
6312: 2008-07-25 misha
6313:
6314: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
6315: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
6316: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
6317: tests with international characters
6318:
6319: 2008-07-23 misha
6320:
6321: * src/main/pa_http.C: - escape $cookies as %uXXXX while
6322: file::load[...;http://
6323:
6324: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
6325: now everywhere in separate namespace
6326:
6327: * src/types/pa_vmethod_frame.h: - looking for caller before looking
6328: for vars
6329:
6330: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
6331: can be escaped by '^'
6332:
6333: 2008-07-22 misha
6334:
6335: * src/classes/string.C, tests/186.html: - names changes:
6336: escape=>js-escape, unescape=>js-unescape
6337:
6338: 2008-07-21 misha
6339:
6340: * tests/results/186.processed: - test for string escape/unescape
6341:
6342: * tests/186.html: - test for string escape/unescape
6343:
6344: * src/classes/string.C: - string has escape and unescape methods
6345: now
6346:
6347: * src/: include/pa_string.h, main/pa_string.C: - escape method was
6348: added
6349:
6350: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
6351: method-layers added (with different params)
6352:
6353: 2008-07-18 misha
6354:
6355: * tests/results/185.processed: - test for ^str.pos[substr](offset)
6356: was added
6357:
6358: * tests/185.html: - test for ^str.pos[sub](offset) added
6359:
6360: * src/classes/string.C, src/classes/void.C, operators.txt: -
6361: ^string.pos[substr](offset) -- 2nd param accepted now
6362:
6363: * src/main/pa_string.C: - .pos works fine with offset for utf-8
6364: strings
6365:
6366: 2008-07-17 misha
6367:
6368: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
6369: helper length added for mid for small optimisation
6370:
6371: 2008-07-16 misha
6372:
6373: * tests/: 185.html, results/185.processed: - tests for
6374: length/left/right/mid/pos with utf-8 strings
6375:
6376: * src/classes/string.C: - left/right/mid/length/pos works fine for
6377: utf-8 strings
6378:
6379: * src/main/untaint.C: - comments removed
6380:
6381: * src/: include/pa_string.h, main/pa_string.C,
6382: include/pa_charset.h, main/pa_charset.C: - methods for working
6383: with pos/mid for strings in utf-8 were added
6384:
6385: 2008-07-15 misha
6386:
6387: * tests/: 184.html, results/184.processed: - test for case body as
6388: expression: $var(^switch(1){^case(1)(true)..})
6389:
6390: * src/classes/op.C: - case body can be expression now:
6391: $var(^switch(1){^case(1)(true)..})
6392:
6393: * tests/: results/183.processed, 183.html: - added test for testing
6394: new cookie encoding (%uXXXX)
6395:
6396: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
6397: decoding for backward compatibility they decoded from %XX in
6398: request:charset too
6399:
6400: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
6401: - cookie class now decode cookies before first access after last
6402: request:charset changing (as form class).
6403:
6404: * src/main/pa_charset.C: - added method escape for escaping cookies
6405: as %uXXXX - before transcode calculate required space for dest
6406: string. it reduce mem usage for transcode
6407:
6408: * src/include/pa_charset.h: - added method escape for escaping
6409: cookies as %uXXXX
6410:
6411: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
6412: was added. will used for escaping cookies as %uXXXX
6413:
6414: * src/include/pa_common.h: - escape method has new option for skip
6415: converting '+' to a space char
6416:
6417: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
6418: transcode - escape method has new option for skip converting '+'
6419: to a space char
6420:
6421: 2008-07-08 misha
6422:
6423: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
6424: (no UE if more then 1 case matches anylonger) - optimization:
6425: doing searching.as_string() || searching.as_double() only once
6426:
6427: 2008-07-04 misha
6428:
6429: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
6430: now ^date::create[date object] works
6431:
6432: * src/classes/string.C: - left and right added as aliases for start
6433: and end in ^string.trim[]
6434:
6435: 2008-07-03 misha
6436:
6437: * src/classes/file.C: - allow $.limit for file::sql as well
6438:
6439: * src/classes/file.C: - allow $.offset option for file::sql - force
6440: send limit=1 to query for use sql specifics authomatically
6441:
6442: * src/classes/: hash.C, string.C, table.C: - don't throw exception
6443: if $.limit value if empty. autoconvert it as everywere
6444:
6445: 2008-07-02 misha
6446:
6447: * configure.in: - time to change version number to 3.3.0 %-)
6448:
6449: * src/include/pa_version.h: - time to change version number to
6450: 3.3.0 %-)
6451:
6452: 2008-06-26 misha
6453:
6454: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
6455: $.limit(0) fixes
6456:
6457: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
6458: - $.limit(0) fixes
6459:
6460: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
6461: new API)
6462:
6463: * src/: include/pa_sql_driver_manager.h,
6464: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
6465: classes/op.C: - document_root added
6466:
6467: * src/main/compile.tab.C: - error message was changed
6468:
6469: 2008-06-25 misha
6470:
6471: * src/main/compile.y: - error message was changed
6472:
6473: 2008-06-24 misha
6474:
6475: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
6476:
6477: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
6478: tests for @OPTIONS\nappend
6479:
6480: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
6481:
6482: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
6483:
6484: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
6485:
6486: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
6487: compile.y
6488:
6489: 2008-06-17 misha
6490:
6491: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
6492: compilation: ^if(default){true. it's incorrect. must be
6493: exception}
6494:
6495: 2008-06-16 misha
6496:
6497: * tests/: 181.ent, 181.html, results/181.processed: - test for
6498: checking external reference loading with 'http://localhost'
6499: prefix while creating xdoc
6500:
6501: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
6502: ^math:long2ip[] and ^math:ip2long[]
6503:
6504: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
6505: added which use scalar stateless class method when user object
6506: used in scalar context - use get_scalar_value when user object
6507: requested in scalar context
6508:
6509: * src/main/pa_common.C: - size must be int but not size_t or we
6510: can't compare with 0 sprintf result
6511:
6512: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
6513: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
6514: with internal switch between local/global vars
6515:
6516: * src/types/pa_vclass.C: - register scalar if method @GET[] was
6517: specified
6518:
6519: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
6520: pa_vstateless_object.h: - stateless class and object now has
6521: private scalar field and getter/setter for working with it
6522:
6523: * src/classes/math.C: - methods math:long2ip & math:ip2long were
6524: moved to inet static class
6525:
6526: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
6527: class added (^inet:aton[IP], ^inet:ntoa(number))
6528:
6529: * tests/: 180.html, results/180.processed: - tests for
6530: ^math:long2ip(long) and ^math:ip2long[IP]
6531:
6532: * src/classes/math.C: - ^math:ip2long[IP] added
6533:
6534: 2008-06-11 misha
6535:
6536: * src/main/pa_xml_io.C: - use file_read_text again because of we
6537: need cut BOM code and remove DOS newline chars. but don't
6538: transcode it anyway.
6539:
6540: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
6541: main/pa_http.C: - option for disable transcoding while file_read
6542: and file_read_text added
6543:
6544: 2008-06-10 misha
6545:
6546: * tests/: 179.html, 179.p, results/179.processed: - test for many
6547: classes in 1 file
6548:
6549: * src/main/: compile.C, compile_tools.h: - compile return list of
6550: classes now.
6551:
6552: * src/main/: compile.y, compile.tab.C: - compile return list of
6553: classes now. internals.
6554:
6555: * src/main/pa_request.C: - compile return list of classes now. try
6556: call @conf and @auto for each returned class
6557:
6558: * src/include/pa_request.h: - compile return list of classes now
6559:
6560: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
6561: return list of classes when compile buf)
6562:
6563: 2008-06-07 misha
6564:
6565: * src/main/pa_request.C: - constructing VRequest object with 3rd
6566: param -- form
6567:
6568: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
6569: 3rd param: form. needed for get post_charset
6570:
6571: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
6572: added
6573:
6574: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
6575: types/pa_vform.C, types/pa_vform.h: - some polish
6576:
6577: 2008-06-06 misha
6578:
6579: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
6580: charset and decode chars from it but not from response:charset
6581:
6582: * src/main/pa_http.C: - detect_charset moved out of here
6583:
6584: * src/: include/pa_common.h, main/pa_common.C: - more helpers
6585: methods moved here - unescape_chars accepn one charset now
6586:
6587: * src/main/pa_http.C: - new constants used - don't allow
6588: $.content-type in ^file::load[;http://;$.method[POST]] - add
6589: charset info while ^file::load[;http://;$.method[POST]] - option
6590: $.omit-post-charset(true) added to ^file::load[;http://] for
6591: disabling charset during post
6592:
6593: * src/types/pa_vform.C: - new constants used
6594:
6595: * src/include/pa_common.h: - some constants were added
6596:
6597: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
6598: instead of StrEqNc
6599:
6600: * src/main/pa_common.C: - new method for caseless search
6601: c-substring in c-string - use isxdigit instead of is_hex_digit
6602:
6603: * src/include/pa_common.h: - new method for caseless search
6604: c-substring in c-string
6605:
6606: 2008-06-05 misha
6607:
6608: * tests/results/178.processed: - test for testing default getter
6609:
6610: * tests/178.html: - test for testing default getter
6611:
6612: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
6613: for test for testing default getter
6614:
6615: * src/main/execute.C: - default getter soul
6616:
6617: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
6618: requested objects' field not found
6619:
6620: * src/types/pa_vclass.C: - register default getter if defined - get
6621: default getter if requested field not found
6622:
6623: * src/types/pa_vstateless_object.h: - method get_default_getter was
6624: added
6625:
6626: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
6627: pointer to default getter and methods for get/set it were added
6628:
6629: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
6630: auto_name field (for default getter)
6631:
6632: 2008-06-04 misha
6633:
6634: * src/main/pa_xml_io.C: - load external xml in binary mode (no
6635: transcoding, no cutting BOM code, no fixing line breaks) and get
6636: it to libxml "as is"
6637:
6638: 2008-06-03 misha
6639:
6640: * src/main/pa_common.C: - use store_Char instead of
6641: transcodeCharFromUTF8
6642:
6643: * src/: include/pa_charset.h, main/pa_charset.C: - method
6644: store_Char added, transcodeCharFromUTF8 -- removed
6645:
6646: 2008-06-02 misha
6647:
6648: * tests/: results/177.processed, 177.html: - test for checking
6649: .[acm]date after local ^file::load[] was added
6650:
6651: * tests/: results/176.processed, 176.html: - test for checking
6652: @OPTION\locals + @method[vars][locals] added
6653:
6654: * tests/results/auto.p: - CLASS_PATH specified for checking use
6655:
6656: 2008-05-30 misha
6657:
6658: * src/main/: compile.y, compile.tab.C: - changes in compiler:
6659: @OPTION\nlocals + @method[vars][;locals;] were added
6660:
6661: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
6662: moved to separate method op_code - switch from VMethodFrame to
6663: VMethodFrameGlobal + VMethodFrameLocal
6664:
6665: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
6666: was moved to separate method op_code
6667:
6668: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
6669: VMethodFrame now
6670:
6671: * src/types/pa_vstateless_class.h: - stateless class have bool flag
6672: all_vars_local as well
6673:
6674: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
6675: pa_vmethod_frame_local.h, Makefile.am: - who children for
6676: VMethodFrame were added: one (global) works as VMethodFrame
6677: before and second (local) write all vars in self vars scope
6678:
6679: * src/types/pa_method.h: - method has bool flag all_vars_local now
6680:
6681: 2008-05-29 misha
6682:
6683: * tests/: 129.html, results/129.processed: - more tests for
6684: ^table.hash[]
6685:
6686: * src/classes/hash.C: - ^hash::sql has a new option:
6687: $.type[hash|string|table] as ^table.hash[] one.
6688:
6689: * src/classes/op.C: - ^try has 3rd param now: finally code which
6690: executed anyway after try or catch section
6691:
6692: 2008-05-27 misha
6693:
6694: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
6695: must not fail if $.distinct(1) wasn't specified
6696:
6697: 2008-05-26 misha
6698:
6699: * src/classes/op.C: - allow ^throw[my type]
6700:
6701: 2008-05-22 misha
6702:
6703: * configure.in, configure: - version number updated to 3.2.4b
6704:
6705: * src/classes/: op.C, string.C: - trim format string before
6706: eval/format
6707:
6708: * tests/: results/175.processed, 175.html: - more tests for
6709: different format strings in .format[]
6710:
6711: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
6712: as well (not only %XX)
6713:
6714: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
6715: charset specified - checks for format before print number
6716: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
6717: (instead of tabs) removed
6718:
6719: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
6720: charset specified
6721:
6722: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
6723: char in requested charset from utf code was added
6724:
6725: 2008-05-19 misha
6726:
6727: * tests/: 174.html, results/174.processed: - test for
6728: ^hashfile.cleanup[] added
6729:
6730: * src/classes/hashfile.C: - optimization: don't create any key or
6731: value variable if it's name weren't specified
6732: (^hf.foreach[;v]{...})
6733:
6734: 2008-05-16 misha
6735:
6736: * src/classes/hash.C: - optimization: don't create any key variable
6737: if variable name wasn't specified (^h.foreach[;v]{...})
6738:
6739: 2008-05-15 misha
6740:
6741: * src/classes/op.C: - small changes
6742:
6743: * src/classes/hashfile.C: - code reformating (as hash.foreach)
6744:
6745: * src/classes/hash.C: - calculate var_context once before foreach
6746:
6747: 2008-05-14 misha
6748:
6749: * src/classes/hashfile.C: - incorrect vars context calculation for
6750: ^hashfile.foreach[;]{} fixed
6751:
6752: * src/classes/: hash.C, table.C: - little optimisation
6753:
6754: * src/classes/file.C: - bugfix: double absolute path while loading
6755: file
6756:
6757: * tests/: 174.html, results/174.processed: - tests for hashfile
6758: were added
6759:
6760: * buildall-with-xml: - moving to libxslt 1.1.24
6761:
6762: 2008-04-30 misha
6763:
6764: * src/classes/file.C: - stat file while loading (local only) so
6765: .adate, .mdate and .cdate available without additional ::stat
6766:
6767: 2008-04-28 misha
6768:
6769: * src/classes/file.C: - $.name and $.content-type available for
6770: stated file
6771:
6772: 2008-04-14 misha
6773:
6774: * src/targets/cgi/parser3.C: - new year in copyright %-)
6775:
6776: * src/include/pa_version.h: - new version number in head
6777:
6778: 2008-04-10 misha
6779:
6780: * tests/: 080.html, results/080.processed: - cut '0' from
6781: exponential part because of on diff OS it differ (20 or 020 for
6782: ex)
6783:
6784: * tests/: 119.html, results/119.processed: - check for encoding
6785: while creating xdoc
6786:
6787: 2008-04-09 misha
6788:
6789: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
6790:
6791: * src/main/pa_common.C: - comment added
6792:
6793: * src/classes/date.C: - little refactoring
6794:
6795: 2008-04-07 misha
6796:
6797: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
6798: style of ^table.save[]: prepare one big string and sabe it at
6799: once. it's safe on freebsd 4.x but use much more memory.
6800:
6801: * buildall-with-xml, buildall-without-xml: - option
6802: --disable-stringstream added (under comment. use it on freebsd
6803: 4.x)
6804:
6805: 2008-02-22 misha
6806:
6807: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
6808: specified together in file::load[;http] - get back transcoding
6809: $.body[] in file::load[;http]
6810:
6811: 2008-02-21 misha
6812:
6813: * src/classes/date.C: - ^date.gmt-string[] was added
6814:
6815: * src/types/pa_value.C: - method for output date in RFC 822 format
6816: moved to pa_common.h
6817:
6818: * src/include/pa_common.h: - method for output date in RFC 822
6819: format moved here from pa_value.C
6820:
6821: * src/types/pa_vmail.C: - fixed core in sending mail with
6822: attachment in simple mode ($.file[file here]) introduced in 3.2.2
6823:
6824: 2008-02-20 misha
6825:
6826: * src/main/pa_http.C: - transcode $.headers before escaping into
6827: specified charset while ^file::load[...;http://...] (L_URI
6828: instead of L_HTTP_HEADER) - $.cookies param available in
6829: ^file::load[;http://...] now (but we don't parse set-cookies from
6830: response yet) (cookies not transcoded as common $cookies)
6831:
6832: 2008-02-19 misha
6833:
6834: * src/main/pa_request.C: - rollback: we mustn't force taint
6835: $response:field values because in this case
6836: $response:locateion[http://...] don't works.
6837:
6838: 2008-02-15 misha
6839:
6840: * src/classes/op.C: - little refactoring
6841:
6842: * src/main/pa_http.C: - taint names of $.headers for load[;http
6843:
6844: * src/main/pa_request.C: - force taint values of $response:field
6845:
6846: 2008-02-14 misha
6847:
6848: * src/main/pa_request.C: - $response:field transcoded to
6849: $response:charset before escaping now
6850:
6851: * src/main/pa_http.C: - some outdated comments removed
6852:
6853: * src/classes/date.C: - lastdat -> last-day
6854:
6855: * src/classes/date.C: - ^date:lastday(year;month) and
6856: ^date.lastday[] were added - little code refactoring - comments
6857: changes
6858:
6859: * tests/: 159.html, results/159.processed: - test for number of
6860: days in February
6861:
6862: * src/types/pa_value.C: - fixes in code formatting
6863:
6864: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
6865: and comments
6866:
6867: 2008-02-13 misha
6868:
6869: * src/main/pa_common.C: - bugfix for february at leap year
6870:
6871: 2008-01-28 misha
6872:
6873: * tests/: 160.html, results/160.processed: - more test for cache
6874: added
6875:
6876: * src/classes/op.C: - bugfix: cache body executed twice if contains
6877: unhandled exception
6878:
6879: 2008-01-25 misha
6880:
6881: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
6882: bug when hashfile became inavailable after memory:compact)
6883:
6884: * src/lib/sdbm/apr_strings.C: - +arp_malloc
6885:
6886: 2008-01-22 misha
6887:
6888: * src/classes/table.C: - little refactiring and exception texts
6889: changes in method ^table.hash[]
6890:
6891: * src/types/pa_vcookie.C: - link to cookie specification changed
6892:
6893: 2008-01-21 misha
6894:
6895: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
6896: file::exec/cgi
6897:
6898: * src/classes/file.C: - bugfix: core while processing headers if
6899: executed cgi script don't return content
6900:
6901: 2008-01-18 misha
6902:
6903: * buildall-with-xml: - move to libxml2 version 2.6.31
6904:
6905: * src/include/pa_version.h, configure.in: - version number updated
6906: to '3.2.3b'
6907:
6908: 2007-12-28 misha
6909:
6910: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
6911: hash.contains
6912:
6913: 2007-12-27 misha
6914:
6915: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
6916: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
6917: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
6918: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
6919: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
6920: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
6921: src/targets/cgi/parser3.vcproj,
6922: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
6923: back to VS2003 because of Apache 1.3 module can't work if it was
6924: built in VS 2005. with cgi all file so VS2003 project files can
6925: be easy converted to the new format.
6926:
6927: 2007-12-04 misha
6928:
6929: * src/types/pa_vcode_frame.h: - changes in comment
6930:
6931: 2007-11-29 misha
6932:
6933: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
6934: intercept strings any longer
6935:
6936: * tests/: 173.html, results/173.processed: - tests for
6937: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
6938: but not in main code frame
6939:
6940: * tests/: 172.html, results/172.processed: - more tests for pass
6941: objects from code frames
6942:
6943: 2007-11-27 misha
6944:
6945: * tests/: 152.html, results/152.processed: - tests for converting
6946: strings 'true'/'false' to bool were added
6947:
6948: * tests/152.html: - added checks for converting strings
6949: 'true'/'false' to bool
6950:
6951: * src/classes/string.C: - ^srting.bool[] now can convert to bool
6952: not only strings with numbers but with values 'true'/'false' as
6953: well
6954:
6955: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
6956: for parser3.log increased
6957:
6958: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
6959:
6960: * src/include/pa_common.h: - remove_crlf return cstring size now
6961:
6962: * src/include/pa_types.h: - constant with buffer size for
6963: parser3.log added
6964:
6965: 2007-11-16 misha
6966:
6967: * tests/cat.sh: - script for tests for file::exec/cgi
6968:
6969: * tests/171.html: - tests for file::exec/cgi
6970:
6971: * tests/results/171.processed: - tests results for file::exec/cgi
6972:
6973: 2007-11-15 misha
6974:
6975: * src/main/pa_exec.C: - fixed incorrect exec code for unix
6976:
6977: * src/classes/file.C: - .body must be set before analyzing cgi
6978: headers
6979:
6980: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
6981: only if exec/cgi return anything.
6982:
6983: 2007-11-14 misha
6984:
6985: * operators.txt: - info about new text|binary option for
6986: file::exec/cgi was added
6987:
6988: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
6989: ^file:exec[[text|binary];script;...]
6990:
6991: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
6992: classes/string.C, classes/table.C: - more text strings moved to
6993: the one place
6994:
6995: 2007-11-09 misha
6996:
6997: * src/types/pa_vrequest.C: - $request:argv must be taint
6998:
6999: * ChangeLog: - $request:argv [patch from Sumo]
7000:
7001: * operators.txt: - $request:argv
7002:
7003: * src/: include/pa_request_info.h, types/pa_vrequest.C,
7004: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
7005:
7006: 2007-10-25 misha
7007:
7008: * buildall-with-xml, buildall-without-xml: - options preparations
7009: for ./configure rewrited
7010:
7011: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
7012: error occure in unhandled_exception finally fixed
7013:
7014: 2007-10-23 misha
7015:
7016: * tests/: 170.html, results/170.processed: - test for
7017: @method[][result]
7018:
7019: * operators.txt: - added info about node.prefix and
7020: node.namespaceURI
7021:
7022: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
7023:
7024: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
7025: added for node and attribute
7026:
7027: 2007-10-22 misha
7028:
7029: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
7030:
7031: * src/main/pa_request.C: - added const content-transfer-encoding
7032:
7033: * src/include/pa_request.h: - added const content-transfer-encoding
7034: - ups. constants must be in lowercase (for search)
7035:
7036: * src/types/pa_vmail.C: - more constants used -
7037: content-transfer-encoding: 8bit added
7038:
7039: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
7040:
7041: * src/include/pa_request.h: - more constants
7042:
7043: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
7044: ommit anymore if $.content-disposition was specified - little
7045: refactoring
7046:
7047: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
7048:
7049: 2007-10-17 misha
7050:
7051: * operators.txt: - info about
7052: table::create[nameless]{data}[>options<] was added
7053:
7054: * src/main/: compile.tab.C, compile.y: - if error occure while
7055: compile method don't put this method in methods table anymore.
7056: in other case the parser coredumped if @unhandled_exception
7057: method can't be compiled because of parser.compile error.
7058:
7059: * src/main/execute.C: - little code reformating
7060:
7061: * src/main/pa_request.C: - little code reformating - comment
7062: changed
7063:
7064: 2007-10-16 misha
7065:
7066: * tests/: 035.html, results/035.processed: - tests
7067: table::create[]{}[options] added
7068:
7069: * src/classes/table.C: - table::create[]{} now accept 3rd param:
7070: options (only $.seperator[] yet)
7071:
7072: 2007-10-10 misha
7073:
7074: * src/classes/table.C: - some contstants moved to pa_common.h -
7075: some code changes
7076:
7077: 2007-10-02 misha
7078:
7079: * src/main/pa_uue.C: - memory usage during uuencode reduced more
7080: then three time as much. but base64 encoding method still use
7081: less memory anyway.
7082:
7083: 2007-09-17 misha
7084:
7085: * operators.txt: - added info about $cookie:fields
7086:
7087: * src/types/pa_vcookie.C: - $cookie:fields available now
7088:
7089: * src/classes/hash.C: - some stuff for use with .for_each moved to
7090: common
7091:
7092: * src/include/pa_common.h: - some stuff for use with .for_each
7093: moved here
7094:
7095: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
7096:
7097: 2007-09-14 misha
7098:
7099: * buildall-with-xml: - new xml libs again =)
7100:
7101: 2007-08-28 misha
7102:
7103: * operators.txt: - texts about ^table.columns[[column name]] and
7104: ^string.split[...][v][column name] were added
7105:
7106: * tests/: 168.html, 169.html, results/168.processed,
7107: results/169.processed: - tests for ^table.columns[[column name]]
7108: and ^string.split[...][v][column name] were added
7109:
7110: * src/classes/table.C: - new option ^table.columns[[column name]]
7111: was added
7112:
7113: * src/classes/string.C: - new option ^string.split[...;v;[column
7114: name]]
7115:
7116: * src/include/pa_exception.h: - error text message for
7117: ^hash._keys[], ^table.columns[] and ^string.split[]
7118:
7119: 2007-08-27 misha
7120:
7121: * src/main/untaint.C: - try to fix coredump on unix if print to
7122: body ^taint[sql][something] outside of connect
7123:
7124: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
7125: outside of connect
7126:
7127: * buildall-with-xml, buildall-without-xml: - strip parser3 was
7128: added (commented by default)
7129:
7130: 2007-08-20 misha
7131:
7132: * operators.txt: - comment about new method ^node.hasAttributes[]
7133: was added
7134:
7135: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
7136: duplicated exception text strings were removed
7137:
7138: * src/include/pa_exception.h: - more exception text strings moved
7139: here
7140:
7141: * src/classes/table.C: - some duplicate exceptions' text strings
7142: removed
7143:
7144: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
7145: xdoc.C, xnode.C: - some duplicate exceptions' text strings
7146: removed
7147:
7148: * src/include/pa_exception.h: - some exception text strings movet
7149: to pa_exception
7150:
7151: * tests/: 149.html, results/149.processed: - test for
7152: ^xnode.hasAttributes[] was added - some code changes
7153:
7154: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
7155: added
7156:
7157: 2007-08-17 misha
7158:
7159: * tests/: results/006.processed, results/059.processed, 006.html,
7160: 059.html: - more tests for match
7161:
7162: * tests/: 129.html, results/129.processed: - tests for
7163: ^table.hash[...][$.type[string|hash|table]] added
7164:
7165: * src/targets/cgi/parser3.C: - little syntax changes
7166:
7167: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
7168: syntax changes
7169:
7170: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
7171: messages in parser3.log switched off by default. If someone
7172: really still need it: use $SIGPIPE(1)
7173:
7174: 2007-08-08 misha
7175:
7176: * buildall-with-xml, buildall-without-xml: - remove libs source
7177: files by default since now
7178:
7179: 2007-08-07 misha
7180:
7181: * buildall-without-xml: - some option syntax changes
7182:
7183: * buildall-with-xml: - compile libxml2 without http support - some
7184: option syntax changes
7185:
7186: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
7187:
7188: 2007-08-06 misha
7189:
7190: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
7191:
7192: * tests/: 160.html, results/160.processed: - cache test was
7193: rewrited
7194:
7195: 2007-07-06 misha
7196:
7197: * tests/: 153.html, results/153.processed: - added test for
7198: ^math:sha1[string]
7199:
7200: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
7201: transcoded
7202:
7203: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
7204: were added
7205:
7206: 2007-06-28 misha
7207:
7208: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
7209: some incorrect chars
7210:
7211: 2007-06-19 misha
7212:
7213: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
7214: were moved on top because of gcc 4 had a problems during
7215: building.
7216:
7217: 2007-06-18 misha
7218:
7219: * tests/results/019.processed: - new image commited
7220:
7221: 2007-06-09 misha
7222:
7223: * src/classes/: op.C, table.C: - in while and table.select method
7224: as_expression used now
7225:
7226: * src/types/pa_vmethod_frame.h: - method as_expression was added
7227:
7228: 2007-06-08 misha
7229:
7230: * tests/: 166.html, results/166.processed: - test for
7231: ^match[...][n]
7232:
7233: * tests/: 165.html, results/165.processed: - tests for loops
7234:
7235: * src/lib/cord/include/private/cord_pos.h: - back to origin value
7236: because of no speed/memory optimisation but some proglems with
7237: long cycles occure
7238:
7239: 2007-06-06 misha
7240:
7241: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
7242: ^table.select(true) and ^table.select(1) didn't works because of
7243: awaiting junction-param only. fixed.
7244:
7245: 2007-05-24 misha
7246:
7247: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
7248: with 0.5 secs interval
7249:
7250: * src/classes/op.C: - cache was rewrited. I hope it works with
7251: locking system now on unix
7252:
7253: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
7254: system locks which wait till other threads release it but try get
7255: lock, if fail wait 1 sec and make 10 attempts.
7256:
7257: * src/include/pa_os.h: - consts for blocking locks + some comments
7258: were added
7259:
7260: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
7261: opening files
7262:
7263: * src/classes/table.C: - changes in includes. if unclude <sstream>
7264: after our classes on unix it can't be build
7265:
7266: * src/types/pa_vhashfile.C: - not needed code removed
7267:
7268: 2007-05-23 misha
7269:
7270: * src/: classes/file.C, classes/op.C, main/pa_common.C,
7271: include/pa_common.h: - cosmetic changes
7272:
7273: 2007-05-18 misha
7274:
7275: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
7276: often. it's give some speed increasing
7277:
7278: * tests/results/160.processed: - returned time corrected
7279:
7280: * tests/160.html: - time increased because on unix 1 mean nothing
7281: :(
7282:
7283: * operators.txt: - added info about ^hash.contain[key]
7284:
7285: * src/classes/hash.C: - added ^hash.contain[key]
7286:
7287: * src/include/pa_hash.h: - added method for checking key exists in
7288: hash
7289:
7290: 2007-05-07 misha
7291:
7292: * src/include/pa_string.h: - was compilation error during build on
7293: freebsd4
7294:
7295: 2007-05-03 misha
7296:
7297: * src/classes/table.C: - option $.type[hash|string|table] was added
7298: for ^table.hash[]
7299:
7300: * src/classes/file.C: - comment removed
7301:
7302: 2007-04-26 misha
7303:
7304: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
7305: real files doesn't opened in place anymore
7306:
7307: 2007-04-24 misha
7308:
7309: * src/classes/math.C: - I thought one more time and remove lg(N) :)
7310:
7311: * src/include/pa_exception.h: "static" removed
7312:
7313: 2007-04-23 misha
7314:
7315: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
7316:
7317: * src/classes/math.C: added: - ^math:ln(N) (the same as
7318: ^math:log(N)) - ^math:lg(N)
7319:
7320: * tests/: 097.html, results/097.processed: - charsets converstion
7321: during ^file::load[text;http://...] added
7322:
7323: * tests/: 164.html, results/164.processed: - check for set expires
7324: as a date
7325:
7326: * tests/: 164.html, results/164.processed: - test for hashfile
7327:
7328: * src/classes/hashfile.C: - little comment changes
7329:
7330: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
7331: access
7332:
7333: * src/: classes/date.C, classes/double.C, classes/file.C,
7334: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
7335: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
7336: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
7337: classes/xnode.h, include/pa_request.h, main/execute.C,
7338: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
7339: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
7340: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
7341: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
7342: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
7343: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
7344: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7345: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
7346: "parser.runtime" strings were removed
7347:
7348: * src/classes/hashfile.C: - with .clear[] called files_delete()
7349: now.
7350:
7351: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
7352:
7353: * src/include/pa_exception.h: - string constant with
7354: "parser.runtime" text was added
7355:
7356: 2007-04-20 misha
7357:
7358: * operators.txt: - some comments changing
7359:
7360: * operators.txt: - added info about .^hashfile.release[],
7361: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
7362:
7363: * configure: =cheching for unsetenv
7364:
7365: * src/classes/hashfile.C: - ^hashfile.cleanup[],
7366: ^hashfile.release[] were added
7367:
7368: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
7369: ^string.match[][] understand new option now: return number of
7370: matches but not table wit results
7371:
7372: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
7373: reopen now
7374:
7375: * src/classes/op.C: - bug. must be false
7376:
7377: * configure.in: - checking for unsetenv was added
7378:
7379: * src/types/pa_vform.C: - some comments
7380:
7381: 2007-04-18 misha
7382:
7383: * buildall-with-xml: moving to libxml2-2.6.28
7384:
7385: * buildall-with-xml, buildall-without-xml: added commented lines
7386: with --disable-safe-mode option
7387:
7388: * operators.txt: - info about $form:files
7389:
7390: 2007-04-17 misha
7391:
7392: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
7393: $form:files was added
7394:
7395: * tests/: 163.html, results/163.processed: removing auto format
7396:
7397: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
7398:
7399: 2007-04-16 misha
7400:
7401: * tests/: 163.html, results/163.processed: - test for .int[],
7402: floor, round, ceiling and .format[]
7403:
7404: * src/classes/file.C: - little optimization for getting args in
7405: exec/cgi
7406:
7407: 2007-04-13 misha
7408:
7409: * src/classes/file.C: - arguments for file::exec/cgi can be
7410: specified now as s table with one column
7411:
7412: 2007-03-27 misha
7413:
7414: * tests/: 162.html, results/162.processed: - test for
7415: ^table.select(^condition[$t])
7416:
7417: * tests/results/auto.p: - load windows-1251 charset for some tests
7418:
7419: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
7420:
7421: * tests/: results/161.processed, 161.html, 161_utf8.txt,
7422: 161_windows1251.txt: - added test for
7423: ^file::load[text;/local/file.txt;$.charset[...]]
7424:
7425: * tests/: results/013.processed, 013.html: - added test for
7426: checking $._default value while hash modifications
7427:
7428: * tests/: 160.html, results/160.processed: - add test for
7429: ^cache[key](secs){code}, ^cache[] and ^cache(0)
7430:
7431: 2007-03-22 misha
7432:
7433: * src/include/pa_common.h: - "charset" string defined for
7434: ^file::load[text;/local.txt] and ^table::load[/table.txt]
7435:
7436: * src/main/: pa_common.C, pa_http.C: - $.charset option for
7437: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
7438: added - not needed transcodes were removed from
7439: ^file::load[...;http://...]
7440:
7441: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
7442: added
7443:
7444: * src/classes/date.C: - date.week was fixed
7445:
7446: * operators.txt: - added info about date.weekyear
7447:
7448: * tests/: 159.html, results/159.processed: - tests for date.week
7449: and date.weekyear added
7450:
7451: 2007-03-15 misha
7452:
7453: * src/classes/table.C: - enclose column numbers for nameless tables
7454: as well
7455:
7456: 2007-03-14 misha
7457:
7458: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
7459:
7460: * src/classes/table.C: - table.save optimization: now required much
7461: less memory
7462:
7463: 2007-03-13 misha
7464:
7465: * tests/results/: 158.processed, 158.processes: - tests for
7466: table.save/table.load
7467:
7468: * tests/: 158.html, results/158.processes: - tests for
7469: table.save/table.load
7470:
7471: * buildall-with-xml: libxml2: --without-ftp --without-docbook
7472:
7473: * buildall-with-xml: - pattern needed now for building
7474:
7475: * tests/results/097.processed: - added test results for xdoc::load
7476: & xdoc::load[http://...]
7477:
7478: * tests/097.html: - added test for xdoc::load
7479:
7480: 2007-03-12 misha
7481:
7482: * tests/: 107.html, results/107.processed: - added test for xpath
7483: '//man'
7484:
7485: 2007-03-01 misha
7486:
7487: * tests/: 097.html, results/097.processed: - added test for
7488: creating xdoc from file
7489:
7490: * tests/: results/157.processed, 157.html: - added test for
7491: file:move
7492:
7493: 2007-02-28 misha
7494:
7495: * src/classes/xdoc.C: - another attempt
7496:
7497: * src/classes/xdoc.C: - roll back last changes for a while
7498:
7499: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
7500:
7501: * src/classes/file.C: - under lock we create non-exist dir anyway
7502:
7503: * tests/results/099.processed: - ever send content-disposition to
7504: client with file
7505:
7506: * tests/157.html: + test for file:copy
7507:
7508: 2007-02-26 misha
7509:
7510: * src/classes/file.C: - some similar strings moved to #define
7511: instead of to be copy/pasted many times
7512:
7513: * src/types/pa_vfile.h: - class name string ("file") moved to
7514: #define
7515:
7516: 2007-02-20 misha
7517:
7518: * bin/auto.p.dist.in: - added lines for sqlite
7519:
7520: * configure.in: - added some strings for sqlite detection
7521:
7522: 2007-02-19 misha
7523:
7524: * operators.txt: - some comments changes
7525:
7526: * buildall-with-xml, buildall-without-xml: - some modifications
7527:
7528: 2007-02-17 misha
7529:
7530: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
7531:
7532: * src/main/pa_request.C: - damn, i forgot to commit it while I
7533: change console behaviour
7534:
7535: 2007-02-12 misha
7536:
7537: * src/targets/cgi/parser3.C: - don't print headers if
7538: $console:line[data] was used during cgi execution.
7539:
7540: * src/types/pa_vconsole.h: - console class have bool flag now which
7541: marked as 'true' if class was used.
7542:
7543: * tests/: 152.html, results/152.processed: - more types was added
7544: to test 152
7545:
7546: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
7547: adding 'bool' (^if($image){} caused exception)
7548:
7549: 2007-02-09 misha
7550:
7551: * tests/: 152.html, results/152.processed: - test alightly updated
7552:
7553: * tests/: 152.html, results/152.processed: - test rewrited
7554:
7555: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
7556: bugfix. I broke xdoc & xnode in expression
7557:
7558: 2007-02-08 misha
7559:
7560: * tests/: 152.html, results/152.processed: - add test for checking
7561: 'def' for void, string, bool, int & double
7562:
7563: 2007-02-07 misha
7564:
7565: * operators.txt: - ^file:base64[filespec] was added
7566:
7567: * tests/results/153.processed: - result test for
7568: ^file:base64[filespec] was updated
7569:
7570: * tests/153.html: - test for ^file:base64[filespec] was added
7571:
7572: * src/types/pa_vconsole.h: - little optimization
7573:
7574: * src/classes/file.C: - ^file:base64[filespec]
7575:
7576: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
7577:
7578: * src/include/pa_common.h: - declarations for
7579: ^file:base64[filespec]
7580:
7581: * src/types/pa_vcookie.C: - little optimization
7582:
7583: 2007-02-06 misha
7584:
7585: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
7586: were temporary commented
7587:
7588: * src/types/pa_vbool.h: - bugfix
7589:
7590: * tests/156.html: - added test for bool cookie
7591:
7592: * src/types/pa_vcookie.h: - not needed string "cookie" removed
7593:
7594: * tests/: 155.html, results/155.processed: - added test for check
7595: $.encloser[] option for table save/load
7596:
7597: * tests/: 153.html, 154.html, todo.txt: - two more tests added
7598:
7599: 2007-02-05 misha
7600:
7601: * tests/results/152.processed: - newline at the end was missed
7602:
7603: * tests/results/141.processed: - math:md5 must be lowercased
7604:
7605: * src/targets/cgi/parser3.C: - 2007 in help ;)
7606:
7607: 2007-02-03 misha
7608:
7609: * tests/results/: 150.processed, 151.processed, 152.processed: -
7610: test for bool added and some content length fixes
7611:
7612: * tests/152.html: - test for bool added
7613:
7614: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
7615:
7616: * operators.txt: - info bool class was added
7617:
1.101 moko 7618: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 7619: classes/classes.vcproj, classes/double.C, classes/int.C,
7620: classes/string.C, classes/void.C, classes/xnode.C,
7621: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
7622: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
7623: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
7624: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7625: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
7626: types/types.vcproj: - bool class was added
7627:
7628: * src/main/pa_request.C: - fix
7629:
7630: 2007-01-18 misha
7631:
7632: * src/: main/pa_string.C, classes/string.C: - return table during
7633: ^string.match[][] even if no matched found.
7634:
7635: 2006-12-20 misha
7636:
7637: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
7638: http://www.parser.ru/forum/?id=55598 ]
7639:
7640: 2006-12-19 misha
7641:
7642: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
7643: details: http://www.parser.ru/forum/?id=52359
7644:
7645: * src/main/pa_request.C: - always set content-disposition for
7646: $response:body[hash here]. more details:
7647: http://www.parser.ru/forum/?id=52130
7648:
7649: 2006-12-07 misha
7650:
7651: * operators.txt: - added info about bool params in cookie set
7652:
7653: * src/types/pa_vcookie.C: - bool param in cookies available now
7654: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
7655: ]
7656:
7657: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
7658: was added
7659:
7660: 2006-12-02 misha
7661:
7662: * src/classes/file.C: - file_block_read used instead of native read
7663:
7664: * src/main/pa_common.C: - added file_block_read with read error
7665: detection - file_block_read used instead of native read
7666:
7667: * src/include/pa_common.h: - added file_block_read declaration
7668:
7669: 2006-12-01 misha
7670:
7671: * operators.txt: - info about $var.CLASS_NAME was added
7672:
7673: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
7674: $var.CLASS_NAME added
7675:
7676: * operators.txt: - added info about ^file:copy[]
7677:
7678: * src/classes/file.C: - ^file:copy[from;fo] was added
7679:
7680: 2006-11-20 misha
7681:
7682: * src/classes/date.C: - bug fix :)
7683:
7684: 2006-11-17 misha
7685:
7686: * src/include/pa_common.h: - array in crc32 calculation was changed
7687: to static
7688:
7689: * src/main/pa_common.C: - little optimization in getMonthDays -
7690: small changes in crc32 calculation
7691:
7692: * src/classes/date.C: - not needed code was removed
7693:
7694: 2006-11-16 misha
7695:
7696: * src/types/pa_vmail.C: - fix missed brakes
7697:
7698: * src/types/pa_vmail.C: - mail:send now set content-type:
7699: multipart/related instead of multipart/mixed if file have
7700: $.content-id[]
7701:
7702: 2006-11-15 misha
7703:
7704: * src/types/pa_vdouble.h: abs -> fabs
7705:
7706: 2006-11-14 misha
7707:
7708: * operators.txt: - added info about ^file.md5[] and
7709: ^file:md5[file-name]
7710:
7711: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
7712: added
7713:
7714: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
7715: FILE_BUFFER_SIZE
7716:
7717: * src/classes/math.C: - hex_string was moved to pa_common.h
7718:
7719: * src/include/pa_common.h: - hex_string was moved from math.C -
7720: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
7721:
7722: * src/types/pa_vdouble.h: - incorrect frac detection with negative
7723: values was fixed
7724:
7725: 2006-11-13 misha
7726:
7727: * operators.txt: - added info about ^math:crc32[string],
7728: ^file:crc32[file-name] & ^file.crc32[]
7729:
7730: * src/classes/math.C: - added ^math:crc32[string]
7731:
7732: * src/classes/file.C: - some comments were changed - added
7733: ^file:crc32[file-name] and ^file.crc32[]
7734:
7735: * src/: include/pa_common.h, main/pa_common.C: - some functions for
7736: crc32 calculation added
7737:
7738: 2006-11-03 misha
7739:
7740: * src/include/pa_array.h: - not needed variable removed
7741:
7742: * tests/: 150.html, 151.html, results/150.processed,
7743: results/151.processed: - 2 tests were added
7744:
7745: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
7746: with $.reverse(1) were fixed
7747:
7748: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
7749: query converted to $.charset during ^file::load[http://...]
7750:
7751: 2006-11-02 misha
7752:
7753: * src/include/pa_table.h: ups. forget '=' char
7754:
7755: * src/include/pa_table.h: - one more fix in
7756: .locate[...][$.reverse(1)]
7757:
7758: 2006-11-01 misha
7759:
7760: * src/classes/math.C: - bug fix, details:
7761: http://www.parser.ru/forum/?id=53360
7762:
7763: * src/include/pa_table.h: - bug fix during ^table.locate( condition
7764: false for all records )[$.reverse(1)]
7765:
7766: * src/main/pa_http.C: - second param for this mid method is length
7767: but not end_index so this method has error and can't detect
7768: charsets in next content-types: Content-type: text/html;
7769: charset="windows-1251" Content-type: text/html;
7770: charset="windows-1251"; Content-type: text/html;
7771: charset=windows-1251;
7772:
7773: only Content-type: text/html; charset=windows-1251 was fine
7774:
7775: 2006-10-31 misha
7776:
7777: * src/classes/file.C: - empty args in file::exec removed now
7778:
7779: 2006-09-11 misha
7780:
7781: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
7782: replaced to table::create - some changes in text/code formatting
7783:
7784: 2006-09-03 paf
7785:
7786: * src/classes/file.C: proper tainting of
7787: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
7788:
7789: 2006-06-09 paf
7790:
7791: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
7792:
7793: * src/classes/table.C: formatting
7794:
7795: * src/classes/table.C: incorporated patch from misha: Sent:
7796: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
7797: ignoring string options for ^table.save[]
7798:
7799: * src/classes/hash.C: incorporated patch from misha Sent:
7800: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
7801: $hash._default disappear while
7802:
7803: * operators.txt: ^mail:send[ $.file1[ $.value[file]
7804: $.format[!uue|!base64] << new base64 option. default uue ] ]
7805:
7806: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
7807: PM Subject: patch for base64 in ^mail:send[] %-)
7808:
7809: 2006-04-09 paf
7810:
7811: * src/main/compile.tab.C: ` change compiled
7812:
7813: * gnu.vcproj, operators.txt, parser3.sln,
7814: src/classes/classes.vcproj, src/classes/file.C,
7815: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
7816: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
7817: src/classes/xnode.C, src/include/pa_array.h,
7818: src/include/pa_config_fixed.h, src/include/pa_dir.h,
7819: src/include/pa_memory.h, src/include/pa_request.h,
7820: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
7821: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
7822: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
7823: src/lib/pcre/pcre_dftables.vcproj,
7824: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
7825: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
7826: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
7827: src/main/pa_cache_managers.C, src/main/pa_charset.C,
7828: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
7829: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
7830: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
7831: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
7832: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
7833: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
7834: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
7835: src/types/pa_value.h, src/types/pa_vcookie.C,
7836: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
7837: src/types/pa_vmail.C, src/types/pa_vresponse.C,
7838: src/types/pa_vstatus.C, src/types/types.vcproj,
7839: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
7840: ^menu, ^hash/hashfile.foreach
7841:
7842: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
7843: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
7844: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
7845: src/classes/xnode.C, src/include/pa_array.h,
7846: src/include/pa_config_fixed.h, src/include/pa_dir.h,
7847: src/include/pa_memory.h, src/include/pa_request.h,
7848: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
7849: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
7850: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
7851: src/lib/pcre/pcre_dftables.vcproj,
7852: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
7853: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
7854: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
7855: src/main/pa_cache_managers.C, src/main/pa_charset.C,
7856: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
7857: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
7858: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
7859: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
7860: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
7861: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
7862: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
7863: src/types/pa_value.h, src/types/pa_vcookie.C,
7864: src/types/pa_vmail.C, src/types/pa_vresponse.C,
7865: src/types/pa_vstatus.C, src/types/types.vcproj,
7866: tests/descript.ion: ! switched to VS2005 (projects and
7867: object<info explicitly typed>.for_each(, info)) +
7868: $response:field[] setting void means removing + grammar $name`
7869: name stops now, for mysql `$field` + started ^break[]
7870: ^continue[], in ^for. TODO: to other iterators (while, menu,
7871: foreach) + all log messages += [uri=, method=, cl=]
7872:
7873: * buildall-with-xml: merged . ftp paths update
7874:
7875: * buildall-with-xml: . ftp paths update
7876:
7877: 2006-03-04 paf
7878:
7879: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
7880: checks++ [thanks to Igor Zinkovsky for detailed report]
7881:
7882: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
7883: Igor Zinkovsky for detailed report]
7884:
7885: 2006-03-01 paf
7886:
7887: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
7888: \n to ' ' in
7889:
7890: 2006-02-18 paf
7891:
7892: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
7893: \n to ' ' in
7894:
7895: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
7896:
7897: 2006-02-03 paf
7898:
7899: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
7900: base64
7901:
7902: * src/main/pa_common.C: ! bugfix: decoding from base64
7903:
7904: 2006-01-20 paf
7905:
7906: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
7907: economy fix
7908:
7909: * src/classes/: table.C: merged from HEAD ! bugfix
7910: ^table.save[$.encloser-s now handled properly
7911:
7912: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
7913: handled properly
7914:
7915: 2006-01-19 paf
7916:
7917: * buildall-with-xml, buildall-without-xml: merged from HEAD !
7918: libgc:USE_MUNMAP activates merging of free memory blocks which
7919: helps a lot in our case: after transform we want
7920: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
7921:
7922: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
7923: economy fix
7924:
7925: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
7926: activates merging of free memory blocks which helps a lot in our
7927: case: after transform we want CORD(main.result)->cstr[big
7928: malloc]->transcode[big malloc]
7929:
7930: 2006-01-17 paf
7931:
7932: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
7933: before reading them. got rid of reallocs = became quicker and
7934: less fragmentated
7935:
7936: 2005-12-29 paf
7937:
1.101 moko 7938: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
7939: configure, configure.in, src/include/pa_version.h,
7940: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 7941: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
7942: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
7943: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
7944: src/lib/ltdl/missing: . merged from 3.2.1
7945:
1.101 moko 7946: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
7947: packaged when 'make dist', so do configure companion files in
7948: src/lib/ltdl
7949:
7950: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
7951: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
7952: missing: . now config_auto.h is created with configure [were
7953: constant]
1.95 moko 7954:
7955: * INSTALL: . references to documentation and some clarification
7956:
7957: * buildall-with-xml, buildall-without-xml: . farawell doc
7958: indication
7959:
1.101 moko 7960: * Makefile.am: . dist+=buildall*
1.95 moko 7961:
7962: 2005-12-28 paf
7963:
7964: * configure: . 3.2.1
7965:
7966: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
7967: simplify build process, see INSTALL
7968:
7969: 2005-12-26 paf
7970:
7971: * configure: ver
7972:
7973: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
7974: version
7975:
7976: 2005-12-21 paf
7977:
7978: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
7979: compiled with bison 1.875b, it reports unexpected token names
7980:
7981: 2005-12-19 paf
7982:
7983: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
7984: holds a link to xmlNode to prevent premature gc(xmlNode)
7985:
7986: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
7987: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
7988: src/main/main.vcproj, src/main/pa_globals.C,
7989: src/targets/cgi/parser3.vcproj,
7990: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
7991: configure, configure.in, src/include/pa_version.h: . killing
7992: gdome [what a relief]
7993:
7994: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
7995: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
7996: run_parser.sh, results/001.processed, results/002.processed,
7997: results/003.processed, results/004.processed,
7998: results/005.processed, results/006.processed,
7999: results/008.processed, results/009.processed,
8000: results/010.processed, results/011.processed,
8001: results/012.processed, results/013.processed,
8002: results/014.processed, results/015.processed,
8003: results/016.processed, results/017.processed,
8004: results/018.processed, results/020.processed,
8005: results/021.processed, results/022.processed,
8006: results/023.processed, results/024.processed,
8007: results/025.processed, results/026.processed,
8008: results/027.processed, results/028.processed,
8009: results/029.processed, results/030.processed,
8010: results/031.processed, results/032.processed,
8011: results/033.processed, results/034.processed,
8012: results/035.processed, results/036.processed,
8013: results/037.processed, results/038.processed,
8014: results/039.processed, results/040.processed,
8015: results/041.processed, results/042.processed,
8016: results/043.processed, results/044.processed,
8017: results/045.processed, results/046.processed,
8018: results/047.processed, results/048.processed,
8019: results/049.processed, results/050.processed,
8020: results/051.processed, results/052.processed,
8021: results/053.processed, results/054.processed,
8022: results/055.processed, results/056.processed,
8023: results/057.processed, results/058.processed,
8024: results/059.processed, results/060.processed,
8025: results/061.processed, results/062.processed,
8026: results/063.processed, results/064.processed,
8027: results/065.processed, results/066.processed,
8028: results/067.processed, results/068.processed,
8029: results/069.processed, results/070.processed,
8030: results/071.processed, results/072.processed,
8031: results/073.processed, results/074.processed,
8032: results/075.processed, results/076.processed,
8033: results/077.processed, results/078.processed,
8034: results/079.processed, results/080.processed,
8035: results/081.processed, results/082.processed,
8036: results/083.processed, results/084.processed,
8037: results/085.processed, results/086.processed,
8038: results/087.processed, results/088.processed,
8039: results/089.processed, results/090.processed,
8040: results/091.processed, results/092.processed,
8041: results/093.processed, results/094.processed,
8042: results/095.processed, results/096.processed,
8043: results/097.processed, results/099.processed,
8044: results/100.processed, results/101.processed,
8045: results/102.processed, results/104.processed,
8046: results/105.processed, results/106.processed,
8047: results/107.processed, results/108.processed,
8048: results/109.processed, results/110.processed,
8049: results/111.processed, results/112.processed,
8050: results/113.processed, results/114.processed,
8051: results/115.processed, results/117.processed,
8052: results/119.processed, results/120.processed,
8053: results/121.processed, results/122.processed,
8054: results/123.processed, results/124.processed,
8055: results/125.processed, results/126.processed,
8056: results/127.processed, results/128.processed,
8057: results/129.processed, results/130.processed,
8058: results/131.processed, results/132.processed,
8059: results/133.processed, results/134.processed,
8060: results/135.processed, results/136.processed,
8061: results/138.processed, results/139.processed,
8062: results/140.processed, results/141.processed,
8063: results/142.processed, results/143.processed,
8064: results/144.processed, results/145.processed,
8065: results/146.processed, results/147.processed,
8066: results/148.processed, results/149.processed, results/auto.p: .
8067: now works if we turn off default auto.p
8068:
1.101 moko 8069: * configure: . makes
1.95 moko 8070:
8071: * src/types/pa_vxnode.C: . less warnings
8072:
8073: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
8074: tests/145.html, tests/149.html, tests/descript.ion,
8075: tests/outputs/d.cmd, tests/results/142.processed,
8076: tests/results/143.processed, tests/results/144.processed,
8077: tests/results/145.processed, tests/results/146.processed,
8078: tests/results/147.processed, tests/results/148.processed,
8079: tests/results/149.processed: . removed .nodeValue from all node
8080: types other than 5 (grabbed piece from gdome)
8081:
8082: * tests/: 137.html, results/137.processed: . not handled this case
8083: yet. code does not hang from inserting parent into child,
8084: considering thing minor issue -- nodes are removed from source
8085: anyway, don't know why shold that be an error after all
8086:
8087: * src/targets/cgi/parser3.C: . style
8088:
8089: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
8090: xdoc too [were barking "not element"]
8091:
8092: 2005-12-16 paf
8093:
8094: * tests/: 146.html, 147.html, 148.html: . more tests
8095:
8096: * src/classes/xnode.C: . also bark on possible errors
8097:
8098: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
8099: props
8100:
8101: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
8102: main/compile.y: merged from HEAD ! fixed overoptimized
8103: ^call(false) case. (confused it with ^call[] case)
8104:
8105: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
8106: ^call(false) case. (confused it with ^call[] case)
8107:
8108: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
8109:
8110: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
8111: results/001.processed, results/002.processed,
8112: results/003.processed, results/004.processed,
8113: results/005.processed, results/006.processed,
8114: results/008.processed, results/009.processed,
8115: results/010.processed, results/011.processed,
8116: results/012.processed, results/013.processed,
8117: results/014.processed, results/015.processed,
8118: results/016.processed, results/017.processed,
8119: results/018.processed, results/019.processed,
8120: results/020.processed, results/021.processed,
8121: results/022.processed, results/023.processed,
8122: results/024.processed, results/025.processed,
8123: results/026.processed, results/027.processed,
8124: results/028.processed, results/029.processed,
8125: results/030.processed, results/031.processed,
8126: results/032.processed, results/033.processed,
8127: results/034.processed, results/035.processed,
8128: results/036.processed, results/037.processed,
8129: results/038.processed, results/039.processed,
8130: results/040.processed, results/041.processed,
8131: results/042.processed, results/043.processed,
8132: results/044.processed, results/045.processed,
8133: results/046.processed, results/047.processed,
8134: results/048.processed, results/049.processed,
8135: results/050.processed, results/051.processed,
8136: results/052.processed, results/053.processed,
8137: results/054.processed, results/055.processed,
8138: results/056.processed, results/057.processed,
8139: results/058.processed, results/059.processed,
8140: results/060.processed, results/061.processed,
8141: results/062.processed, results/063.processed,
8142: results/064.processed, results/065.processed,
8143: results/066.processed, results/067.processed,
8144: results/068.processed, results/069.processed,
8145: results/070.processed, results/071.processed,
8146: results/072.processed, results/073.processed,
8147: results/074.processed, results/075.processed,
8148: results/076.processed, results/077.processed,
8149: results/078.processed, results/079.processed,
8150: results/080.processed, results/081.processed,
8151: results/082.processed, results/083.processed,
8152: results/084.processed, results/085.processed,
8153: results/086.processed, results/087.processed,
8154: results/088.processed, results/089.processed,
8155: results/090.processed, results/091.processed,
8156: results/092.processed, results/093.processed,
8157: results/094.processed, results/095.processed,
8158: results/096.processed, results/097.processed,
8159: results/099.processed, results/101.processed,
8160: results/102.processed, results/104.processed,
8161: results/105.processed, results/106.processed,
8162: results/107.processed, results/108.processed,
8163: results/109.processed, results/110.processed,
8164: results/111.processed, results/112.processed,
8165: results/113.processed, results/114.processed,
8166: results/115.processed, results/116.processed,
8167: results/117.processed, results/118.processed,
8168: results/119.processed, results/120.processed,
8169: results/121.processed, results/122.processed,
8170: results/123.processed, results/124.processed,
8171: results/125.processed, results/126.processed,
8172: results/127.processed, results/128.processed,
8173: results/129.processed, results/130.processed,
8174: results/131.processed, results/132.processed,
8175: results/133.processed, results/134.processed,
8176: results/135.processed, results/136.processed,
8177: results/137.processed, results/138.processed,
8178: results/139.processed, results/140.processed,
8179: results/141.processed: . refreshed old tests, made them work
8180: without auto.p (in utf8) . things noted: . gif got encoded
8181: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
8182: some strange year)
8183:
8184: * INSTALL: . revived linux libgc fix
8185:
8186: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
8187: glib/gdome in INSTALL and patches]
8188:
8189: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
8190: include/pa_charset.h, include/pa_config_includes.h,
8191: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
8192: include/pa_xml_exception.h, lib/cord/Makefile.am,
8193: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
8194: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
8195: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
8196: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
8197: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
8198: types/pa_vxnode.h: . started killing gdome
8199:
8200: 2005-12-13 paf
8201:
8202: * src/main/: pa_request.C: merged from HEAD ! when code in
8203: @unhandled_exception thrown another exception, print correct
8204: origin (earlier code in catch of exception inside of
8205: @unhandled_exception grabbed parent_frame(original_exception)
8206: origin and printed it, instead of true origin)
8207:
8208: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
8209: another exception, print correct origin (earlier code in catch of
8210: exception inside of @unhandled_exception grabbed
8211: parent_frame(original_exception) origin and printed it, instead
8212: of true origin)
8213:
8214: 2005-12-09 paf
8215:
8216: * INSTALL: . updated INSTALL doc to work around linux stack base
8217: detection problem, due to change in gc6.4 code
8218:
8219: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
8220: ignored in ^string.matched :(
8221:
8222: * src/main/pa_string.C: ! regex tainting were ignored in
8223: ^string.matched :(
8224:
8225: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
8226: src/include/pa_config_fixed.h, src/include/pa_version.h,
8227: src/main/compile.y, src/main/compile_tools.h,
8228: src/main/pa_charset.C, src/main/pa_common.C,
8229: src/main/pa_globals.C, src/main/pa_string.C,
8230: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
8231: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
8232:
8233: 2005-12-08 paf
8234:
8235: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
8236: 500 chars now handled OK [were wrapped on 500th char according to
8237: rfc, but sendmail failed to unwrap it properly]
8238:
8239: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
8240: handled OK [were wrapped on 500th char according to rfc, but
8241: sendmail failed to unwrap it properly]
8242:
8243: * src/targets/isapi/parser3isapi.C: . less warnings
8244:
8245: * src/targets/isapi/parser3isapi.C: . undone some strange change
8246: since 3.1.5
8247:
8248: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
8249: link fixes
8250:
8251: * src/: classes/date.C, include/pa_config_fixed.h,
8252: main/compile.tab.C, main/compile.y, main/compile_tools.h,
8253: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
8254: main/pa_string.C, targets/cgi/getopt.c: . less warnings
8255:
8256: * src/include/pa_config_fixed.h: . removed outdated string origins
8257: [in current storage scheme there's no place for them. someday we
8258: can add third CORD to store origins and special version of parser
8259: which stores origins there [separate binary]]
8260:
8261: 2005-12-07 paf
8262:
8263: * src/targets/isapi/parser3isapi.C: . now links in release mode
8264:
8265: * src/include/pa_version.h: makefiles
8266:
8267: * src/include/pa_version.h: . not beta
8268:
8269: * configure, configure.in, src/include/pa_version.h: not beta
8270:
8271: 2005-12-06 paf
8272:
8273: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
8274: [some details here http://i2/tasks/edit/?id=4869912143891354460]
8275: decided to undo the change ^call[$void] passes void. now it will
8276: pass empty string again.
8277:
8278: * src/main/: compile.tab.C, compile.y: . version readded
8279:
8280: * src/classes/op.C: . in this version there is no ^switch[$nothing]
8281: = ^switch[void] problem
8282:
8283: 2005-12-01 paf
8284:
8285: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
8286: caused ^case[string] to be coerced to double since searching
8287: value were not string (it was vvoid)
8288:
8289: * src/classes/op.C: . bugfix ^switch[$void_value] caused
8290: ^case[string] to be coerced to double since searching value were
8291: not string (it was vvoid)
8292:
8293: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
8294: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
8295:
8296: 2005-11-30 paf
8297:
8298: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
8299: win32 must putenv("TZ="), on unix works only putenv("TZ")
8300:
8301: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
8302: putenv("TZ="), on unix works only putenv("TZ")
8303:
8304: * INSTALL: . xml libs versions updated
8305:
8306: * src/main/pa_globals.C: //20051130 trying to remove this, author
8307: claims that fixed a lot there // 20040920 for now both
8308: workarounds needed. wait for new libxml/xsl versions
8309:
8310: 2005-11-28 paf
8311:
8312: * src/classes/table.C: merged from HEAD: ! nameless table has
8313: columns==0
8314:
8315: * src/classes/table.C: ! nameless table has columns==0
8316:
8317: * src/main/pa_http.C: merged from HEAD: ! status line check made
8318: earlier [was totally wrong]
8319:
8320: * src/main/pa_http.C: ! status line check made earlier [was totally
8321: wrong]
8322:
8323: 2005-11-25 paf
8324:
8325: * src/include/pa_array.h: -this reduces speed(table::load) strange.
8326: undoing for now...
8327:
8328: * src/include/pa_version.h: -this reduces speed(table::load),
8329: strange. undoing
8330:
8331: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
8332:
8333: * src/classes/op.C: + ^while(){}[SEPARATOR]
8334:
8335: * src/include/pa_array.h: + optimistics added: all arrays (table
8336: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
8337: this speeds things up and saves memory a LOT! (not noticed
8338: negative effect on syntetic tests, future will tell...)
8339:
8340: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
8341: changed gc_malloc implementation, which obscured profiling
8342:
8343: * src/classes/table.C: merged from HEAD: + optimized
8344: table::load/sql, now row ArrayString-s allocated with
8345: columns.count() elements and don't always grow from
8346: count=3[realloc,realloc]
8347:
8348: * src/classes/table.C: + optimized table::load/sql, now row
8349: ArrayString-s allocated with columns.count() elements and don't
8350: always grow from count=3[realloc,realloc]
8351:
8352: * src/classes/table.C: merged from HEAD: . ^table.save unused
8353: buffer after save
8354:
8355: * src/classes/table.C: . ^table.save unused buffer after save
8356:
8357: 2005-11-24 paf
8358:
8359: * configure.in: . merged glib2-config patch
8360:
8361: * configure.in: + trying to find glib2-config
8362:
8363: * src/: classes/file.C, include/pa_common.h, main/execute.C,
8364: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
8365: file/dir_readable to simple file/dir_exist, this would help in
8366: situations "class not found because .p file has bad rights" << in
8367: that case error would be explicit "access denied to 'this' file"
8368:
1.101 moko 8369: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 8370:
8371: * src/: classes/file.C, include/pa_common.h, main/execute.C,
8372: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
8373: to simple file/dir_exist, this would help in situations "class
8374: not found because .p file has bad rights" << in that case error
8375: would be explicit "access denied to 'this' file"
8376:
8377: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
8378: include/pa_http.h, main/Makefile.am, main/main.vcproj,
8379: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
8380: ^file::exec/cgi[script;$.charset[changed]
8381: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
8382: encoded in $.charset charset
8383:
8384: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
8385: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
8386: encoded in $.charset charset
8387:
8388: * src/: include/Makefile.am, include/pa_common.h,
8389: include/pa_http.h, main/Makefile.am, main/main.vcproj,
8390: main/pa_common.C, main/pa_http.C: . extracted http:// into
8391: separate file [preparation for
8392: ^file::cgi[script;$.form[$.field1[]
8393:
8394: 2005-11-22 paf
8395:
8396: * src/: include/pa_version.h, main/compile.tab.C: makefiles
8397:
8398: * acinclude.m4, configure.in: . merged underquting fixes
8399:
1.101 moko 8400: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 8401:
8402: * src/classes/op.C: . overmerged a little
8403:
8404: * src/main/compile.tab.C: Makefile
8405:
8406: * src/main/: pa_common.C: . less gcc warnings
8407:
8408: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
8409: now reports original exception if we have no old cache
8410:
8411: * src/classes/op.C: + $exception.handled[cache] now reports
8412: original exception if we have no old cache
8413:
8414: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
8415: from HEAD: + ^taint/untaint[regex] << escapes these:
8416: \^$.[]|()?*+{}
8417:
8418: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
8419: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
8420:
8421: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
8422: getenv-ed variable, which does not work both on win32&unix.
8423: copied old TZ value now
8424:
8425: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
8426: stored pointer to getenv-ed variable, which does not work both on
8427: win32&unix. copied old TZ value now
8428:
8429: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
8430: getenv-ed variable, which does not work both on win32&unix.
8431: copied old TZ value now
8432:
8433: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
8434: access to internal hash
8435:
8436: * src/types/pa_vresponse.C: + $response:headers access to internal
8437: hash
8438:
8439: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
8440: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
8441: isapi] this reduces number of "GC Warning: Repeated allocation of
8442: very large block" messages to only important onces
8443:
8444: * src/targets/isapi/parser3isapi.C: +
8445: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
8446: isapi] this reduces number of "GC Warning: Repeated allocation of
8447: very large block" messages to only important onces
8448:
8449: * src/classes/string.C: merged from HEAD: + removed limitation on
8450: ^string/int/double:sql{}[$.default[({param style})] ]
8451:
8452: * src/classes/string.C: + removed limitation on
8453: ^string/int/double:sql{}[$.default[({param style})] ]
8454:
8455: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
8456: with ?params or $.form option" limitation
8457:
8458: * src/main/pa_common.C: + removed "use either uri with ?params or
8459: $.form option" limitation
8460:
8461: * src/: classes/file.C, classes/string.C, include/pa_common.h,
8462: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
8463: ^file::base64[encoded] decode
8464:
8465: * src/: classes/file.C, classes/string.C, include/pa_common.h,
8466: main/pa_common.C: + ^file.base64[] encode +
8467: ^file::base64[encoded] decode
8468:
8469: * src/classes/: file.C, string.C: + ^string.base64[] encode +
8470: ^string:base64[encoded] decode
8471:
8472: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
8473: ^string:base64[in] encode + ^string.base64[] decode
8474:
8475: 2005-11-21 paf
8476:
8477: * src/classes/file.C: + merged from HEAD:
8478: ^file::create[text;file.xml;^untaint[xml]{data}]
8479:
8480: * src/classes/file.C: +
8481: ^file::create[text;file.xml;^untaint[xml]{data}]
8482:
8483: * src/main/pa_request.C: ! merged: $response:body[file] now
8484: differes from :download, it does not return content-disposition
8485: at all now [previusely it returned valueless content-disposition]
8486:
8487: * src/main/pa_request.C: ! $response:body[file] now differes from
8488: :download, it does not return content-disposition at all now
8489: [previusely it returned valueless content-disposition]
8490:
8491: * src/main/: compile.tab.C, compile.y: ! overoptimized void
8492: literals, reverted to just vvod, recreating empty array with each
8493: void_value token. that's absolutely needed, since that array
8494: grows
8495:
8496: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
8497: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
8498: types/pa_vmethod_frame.h: + merged: expression literals:
8499: true/false. ^format[$.indent(true)]
8500:
8501: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
8502: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
8503: types/pa_vmethod_frame.h: + expression literals: true/false.
8504: ^format[$.indent(true)]
8505:
8506: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
8507: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
8508: i386-pc-win32)"
8509:
8510: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
8511: $env:PARSER_VERSION reports "3.1.5beta (compiled on
8512: i386-pc-win32)"
8513:
8514: 2005-11-18 paf
8515:
8516: * src/classes/: double.C, int.C: ! ^int/double:sql{select
8517: null}[$.default(123)] will now return default value
8518:
8519: * src/classes/op.C: + merged ^cache[] << returns current cache
8520: expiration time
8521:
8522: * src/classes/op.C: + ^cache[] << returns current cache expiration
8523: time
8524:
8525: * src/classes/table.C: ! merged ^table::create[not'nameless';
8526: failed << Exception.problem_source pointed to local var!
8527:
8528: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
8529: Exception.problem_source pointed to local var!
8530:
8531: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
8532: now loads VFile.ptr!=0, so such files can be saved now
8533:
8534: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
8535: loads VFile.ptr!=0, so such files can be saved now
8536:
8537: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
8538: only . and .. now removed from list [were removed all .*]
8539:
8540: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
8541: .. now removed from list [were removed all .*]
8542:
8543: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
8544: open error now checked, were not :( [stole that piece from apache
8545: 1.3 sources]
8546:
8547: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
8548: checked, were not :( [stole that piece from apache 1.3 sources]
8549:
8550: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
8551: untainting of @main result if returned by $result or
8552: $response:body
8553:
8554: * src/main/pa_request.C: ! ensured proper untainting of @main
8555: result if returned by $result or $response:body
8556:
8557: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
8558: issue: now tries to guess content-length and allocates one big
8559: piece if possible [regretfully gc_realloc works as malloc+free,
8560: leaving lots of holes behind]
8561:
8562: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
8563: fixed file load memory issue: now tries to guess content-length
8564: and allocates one big piece if possible [regretfully gc_realloc
8565: works as malloc+free, leaving lots of holes behind]
8566:
8567: 2005-11-16 paf
8568:
8569: * src/: include/pa_common.h, classes/file.C, classes/table.C,
8570: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
8571: table::save with enclosers now doubles them: "->"" !
8572: table::save/load do not remove elements from options hash
8573:
8574: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
8575: [were overoptimized ^if(double_literal), compiler confused
8576: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
8577:
8578: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
8579: [were overoptimized ^if(double_literal), compiler confused
8580: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
8581:
8582: * src/: classes/file.C, classes/table.C, include/pa_common.h,
8583: main/pa_common.C: ! table::save with enclosers now doubles them:
8584: "->"" ! table::save/load do not remove elements from options hash
8585:
8586: 2005-11-03 paf
8587:
1.101 moko 8588: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
8589: compilation, not all makefiles liked that
1.95 moko 8590:
8591: 2005-08-30 paf
8592:
8593: * src/classes/op.C: merge . speedup check of [DEFAULT]
8594:
8595: * src/classes/op.C: . speedup check of [DEFAULT]
8596:
8597: 2005-08-26 paf
8598:
8599: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
8600:
8601: * src/: classes/date.C, types/pa_vdate.h: + date.week
8602:
8603: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
8604: complains about bad!=nameless
8605:
8606: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
8607: about bad!=nameless
8608:
8609: * src/classes/: hash.C, string.C, table.C, void.C: merged !
8610: optional options were allowed to be empty. were checked
8611: if(is_string), changed to !defined||is_string to allow void
8612:
8613: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
8614: classes/string.C, classes/table.C, classes/void.C: ! optional
8615: options were allowed to be empty. were checked if(is_string),
8616: changed to !defined||is_string to allow void
8617:
8618: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
8619: as_junction where they needed as_int/double, so failed with
8620: recent "(const) now no junction" optimization
8621:
8622: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
8623: merged ! many classes/* used as_junction where they needed
8624: as_int/double, so failed with recent "(const) now no junction"
8625: optimization
8626:
8627: * src/: classes/double.C, classes/int.C, classes/math.C,
8628: classes/op.C, classes/string.C, classes/table.C,
8629: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
8630: used as_junction where they needed as_int/double, so failed with
8631: recent "(const) now no junction" optimization
8632:
8633: 2005-08-24 paf
8634:
8635: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
8636: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
8637: stripped it
8638:
8639: 2005-08-09 paf
8640:
8641: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
8642: not cleared
8643:
8644: * src/: classes/classes.C, classes/classes.h, classes/date.C,
8645: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
8646: classes/hashfile.C, classes/image.C, classes/int.C,
8647: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
8648: classes/response.C, classes/string.C, classes/table.C,
8649: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
8650: include/pa_array.h, include/pa_cache_managers.h,
8651: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
8652: include/pa_config_fixed.h, include/pa_config_includes.h,
8653: include/pa_dictionary.h, include/pa_dir.h,
8654: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
8655: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
8656: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
8657: include/pa_request_charsets.h, include/pa_request_info.h,
8658: include/pa_sapi.h, include/pa_socks.h,
8659: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
8660: include/pa_stack.h, include/pa_string.h,
8661: include/pa_stylesheet_connection.h,
8662: include/pa_stylesheet_manager.h, include/pa_table.h,
8663: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
8664: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
8665: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
8666: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
8667: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
8668: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
8669: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
8670: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
8671: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
8672: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
8673: main/pa_sql_driver_manager.C, main/pa_string.C,
8674: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
8675: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
8676: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
8677: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
8678: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
8679: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
8680: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
8681: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
8682: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
8683: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
8684: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
8685: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
8686: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
8687: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
8688: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
8689: types/pa_vmemory.h, types/pa_vmethod_frame.C,
8690: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
8691: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
8692: types/pa_vresponse.C, types/pa_vresponse.h,
8693: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8694: types/pa_vstateless_object.h, types/pa_vstatus.C,
8695: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
8696: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
8697: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
8698: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
8699: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
8700:
8701: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
8702: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
8703: speedup consequent checks in vmethod_frame
8704:
8705: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
8706: not cleared
8707:
8708: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
8709: params: 50 max (were 10)
8710:
8711: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
8712: params: 50 max (were 10)
8713:
8714: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
8715: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
8716: pa_wcontext.h: + ^call[$void] param inside now is void (were:
8717: empty string) ! simplified (double) speedup consequent checks in
8718: vmethod_frame
8719:
8720: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
8721: optimized constants in expressions vstring->vdouble + optimized
8722: ^call(vdouble), no junction creation, no calls later
8723:
8724: 2005-08-08 paf
8725:
8726: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
8727: integrated
8728:
8729: * bin/auto.p.dist.in: . apache bad 404 handling workaround
8730: integrated
8731:
8732: * src/main/: compile.tab.C, compile.y, compile_tools.C,
8733: compile_tools.h: merged + optimized constants in expressions
8734: vstring->vdouble + optimized ^call(vdouble), no junction
8735: creation, no calls later
8736:
8737: * src/types/pa_vdouble.h: merged . double values without fractional
8738: part now default printed as %.0f instead of %g
8739:
8740: * src/types/pa_vdouble.h: . double values without fractional part
8741: now default printed as %.0f instead of %g
8742:
8743: * src/classes/hashfile.C: . merged ! second hashfile::open would
8744: cause an exception
8745:
8746: * src/classes/hashfile.C: ! second hashfile::open would cause an
8747: exception
8748:
8749: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
8750: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8751: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8752: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
8753: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
8754: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
8755: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
8756: types/pa_vresponse.h, types/pa_vstateless_class.C,
8757: types/pa_vstateless_object.h, types/pa_vvoid.h,
8758: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
8759: merged VJunction(new Junction) optimization from 3.1.4
8760:
8761: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
8762: types/pa_vstateless_class.C: + optimized new VJunction(new
8763: Junction(params)) to new VJunction(params), thousands of mallocs
8764: removed
8765:
8766: 2005-08-05 paf
8767:
8768: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
8769: types/pa_vdouble.h, types/pa_vmethod_frame.C,
8770: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
8771: creation, no calls later
8772:
8773: * src/: classes/classes.C, classes/classes.h, classes/date.C,
8774: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
8775: classes/hashfile.C, classes/image.C, classes/int.C,
8776: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
8777: classes/response.C, classes/string.C, classes/table.C,
8778: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
8779: include/pa_array.h, include/pa_cache_managers.h,
8780: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
8781: include/pa_config_fixed.h, include/pa_config_includes.h,
8782: include/pa_dictionary.h, include/pa_dir.h,
8783: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
8784: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
8785: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
8786: include/pa_request_charsets.h, include/pa_request_info.h,
8787: include/pa_sapi.h, include/pa_socks.h,
8788: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
8789: include/pa_stack.h, include/pa_string.h,
8790: include/pa_stylesheet_connection.h,
8791: include/pa_stylesheet_manager.h, include/pa_table.h,
8792: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
8793: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
8794: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
8795: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
8796: lib/smtp/smtp.h, main/compile.C, main/compile.y,
8797: main/compile_tools.C, main/compile_tools.h, main/execute.C,
8798: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
8799: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
8800: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
8801: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
8802: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
8803: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
8804: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
8805: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
8806: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
8807: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
8808: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
8809: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
8810: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
8811: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
8812: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
8813: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
8814: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
8815: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
8816: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
8817: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
8818: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8819: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
8820: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
8821: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8822: types/pa_vstateless_object.h, types/pa_vstatus.C,
8823: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
8824: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
8825: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
8826: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
8827: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
8828:
8829: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
8830: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
8831: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
8832: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
8833: main/compile.y, main/compile_tools.C, main/compile_tools.h,
8834: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
8835: optimized constants in expressions vstring->vdouble
8836:
8837: 2005-07-29 paf
8838:
8839: * src/types/pa_vclass.C: . shaped up error messages a bit
8840:
8841: * src/types/pa_vclass.C: + property getter can now be overridden
8842:
8843: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
8844: bug fix: static parent fields were not replaced in case
8845: $derived:field[put] + property setter can now be overridden
8846:
8847: 2005-07-28 paf
8848:
8849: * configure, configure.in, src/classes/classes.h,
8850: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
8851: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
8852: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
8853: src/classes/xnode.h, src/include/pa_hash.h,
8854: src/include/pa_version.h, src/main/execute.C,
1.101 moko 8855: src/types/Makefile.am, src/types/pa_method.h,
8856: src/types/pa_value.h, src/types/pa_vclass.C,
8857: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
8858: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
8859: src/types/pa_vcookie.h, src/types/pa_vhash.h,
8860: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
8861: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
8862: src/types/pa_vobject.C, src/types/pa_vobject.h,
8863: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
8864: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
8865: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
8866: src/types/pa_vstateless_class.h,
1.95 moko 8867: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
8868: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
8869: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
8870: dynamic_fields_join
8871:
8872: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
8873: classes/xnode.C, include/pa_hash.h, main/execute.C,
8874: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
8875: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
8876: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
8877: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
8878: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
8879: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
8880: types/pa_vresponse.h, types/pa_vstateless_object.h,
8881: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
8882: types/pa_wwrapper.h: ! restored put_element('replace' param), and
8883: restored its checks in vobject.put_element->static fields |
8884: dynamic properties
8885:
8886: 2005-07-27 paf
8887:
8888: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
8889: is some old code containing @set_name $name
8890:
8891: * src/types/pa_vobject.h: . fixed warning
8892:
8893: * configure, configure.in, src/include/pa_version.h,
1.101 moko 8894: src/types/Makefile.am: 3.2.0beta started
1.95 moko 8895:
8896: * src/: classes/xnode.C, include/pa_hash.h,
8897: types/pa_vstateless_class.C: ! new asserts were all false.
8898: regretfully reverted them all to checks
8899:
8900: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
8901: classes/op.C, main/execute.C, types/pa_method.h,
8902: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8903: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8904: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
8905: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
8906: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
8907: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
8908: types/pa_vstateless_object.h, types/pa_vvoid.h,
8909: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
8910: joined_dynamic_fields: removed unused param from put_method
8911: (returned to 3 params)
8912:
8913: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
8914: joined_dynamic_fields: dynamic get/set works with overriding
8915: props [alpha2]
8916:
8917: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
8918: works [alfa]
8919:
8920: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
8921: classes/op.C, include/pa_hash.h, main/execute.C,
8922: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
8923: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
8924: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
8925: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
8926: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
8927: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
8928: types/pa_vresponse.h, types/pa_vstateless_class.C,
8929: types/pa_vstateless_object.h, types/pa_vvoid.h,
8930: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
8931: joined_dynamic_fields: just compiled
8932:
8933: * src/: classes/date.C, classes/file.C, classes/hash.C,
8934: classes/hashfile.C, classes/image.C, classes/table.C,
8935: classes/xdoc.C, classes/xnode.h, main/execute.C,
8936: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
8937: types/pa_vstateless_class.h: joined_dynamic_fields: started
8938:
8939: * src/types/pa_vobject.C: . object setters [only started, does not
8940: work yet]
8941:
8942: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
8943: object setters [only started, does not work yet]
8944:
8945: 2005-07-26 paf
8946:
8947: * src/: include/pa_request.h, main/execute.C: . properties: set
8948: works [alpha2]. for classes. todo: for objects
8949:
8950: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
8951: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8952: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8953: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
8954: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
8955: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
8956: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
8957: types/pa_vstateless_object.h, types/pa_vvoid.h,
8958: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
8959: properties: set works [alpha1]
8960:
8961: 2005-07-25 paf
8962:
8963: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
8964: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
8965: properties: started, get works [alpha1, other approach]
8966:
8967: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
8968: properties: started, get works [alpha2]
8969:
8970: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
8971: pa_vstateless_class.h: . properties: started, get works [alpha]
8972:
8973: 2005-07-15 paf
8974:
8975: * src/: classes/classes.h, classes/op.C, main/execute.C,
8976: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
8977: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
8978: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
8979: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
8980: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
8981: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
8982: types/pa_vresponse.C, types/pa_vresponse.h,
8983: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8984: types/pa_vstateless_object.h, types/pa_vvoid.h,
8985: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
8986: types/pa_wwrapper.h, types/types.vcproj: + started property
8987: [getters work but think of changing them too to precaching]
8988:
8989: 2005-07-08 paf
8990:
8991: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
8992: gpf
8993:
8994: 2005-06-28 paf
8995:
8996: * src/: classes/file.C, main/untaint.C: ! string invariant violated
8997: in passing empty strings to file::exec/cgi environment
8998:
8999: 2005-06-06 paf
9000:
9001: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
9002: ^table:sql ^hash:sql now DO process $.bind option
9003:
9004: 2005-05-24 paf
9005:
9006: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
9007: $.limit] now work again [support was broken in 3.1.4]
9008:
9009: * src/: main/pa_string.C, classes/op.C: . steps toward removing
9010: ALL_INTERIOR_POINTERS
9011:
9012: 2005-05-12 paf
9013:
9014: * configure: 3.1.5beta
9015:
9016: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
9017:
9018: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
9019: $.limit] now work again [support was broken in 3.1.4]
9020:
9021: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
9022: line-width [was refusing to fill if line-width >1, thanks to
9023: Seras <seras@pinxit.lt> for repro case
9024:
9025: 2005-04-25 paf
9026:
9027: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
9028: correctly
9029:
9030: 2005-04-19 paf
9031:
9032: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
9033: in VString violating invariant!!
9034:
9035: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
9036: getenv("TZ")==null
9037:
9038: 2005-04-08 paf
9039:
9040: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
9041: bugfix: when there is no char in charset one byte produces 6
9042: (ÿ <<max). increased buffer size!
9043:
9044: 2005-03-23 paf
9045:
9046: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
9047: ^date.sql-string now takes TZ into account
9048:
9049: 2005-03-16 paf
9050:
9051: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
9052: gcc 3.4
9053:
9054: * src/types/pa_vhash.C: . warning about eof eol
9055:
9056: 2005-02-17 paf
9057:
9058: * operators.txt, src/classes/op.C: + operator ^sleep(double
9059: seconds)
9060:
9061: 2005-02-02 paf
9062:
9063: * src/classes/xnode.C: beauty: removed needless includes
9064:
9065: 2005-01-31 paf
9066:
9067: * src/types/pa_vmail.C: change: $.partX now always 1... change:
9068: $.partNoNumber now alias to $.part1
9069:
9070: * src/types/pa_vmail.C: change: incoming letter part contains
9071: "content-disposition" header with any value? now considering that
9072: part to be "file#" [for text/plain text/html were $.text#
9073: $.html#]
9074:
9075: * INSTALL: updatet to latest working versions available
9076:
9077: 2005-01-20 paf
9078:
9079: * configure.in, src/include/pa_version.h: version
9080:
9081: 2005-01-19 paf
9082:
1.101 moko 9083: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
9084: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
9085: couple warnings in parser3.C
1.95 moko 9086:
9087: 2004-12-23 paf
9088:
9089: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
9090:
9091: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
9092: dir to directory of script (when shbang used), not to directory
9093: of its interpreter
9094:
9095: * src/include/pa_version.h: compiled on win32...
9096:
9097: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
9098: we need more hspace
9099:
9100: * configure, configure.in, src/include/pa_version.h: configured
9101: host to pa_version. will be displayed everywhere
9102:
9103: * src/main/pa_request.C: new: @unhandled_exception can prevent
9104: exception from being logged by setting $exception.handled(1)
9105:
9106: * operators.txt, src/classes/file.C: change:
9107: ^file::sql{query}[[options]] options: $.name[file name]
9108: $.content-type[application/what]
9109:
9110: * src/: include/pa_common.h, main/pa_common.C,
9111: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
9112: new file
9113:
9114: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
9115: bugfix: table->hash now regards _default
9116:
9117: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
9118: created by accessing $name_of_method it acquired bad self=closest
9119: methodframe; instead of proper self (current class)
9120:
9121: * src/types/pa_vhashfile.C: bugfix: reading empty string from
9122: hashfile produced bad cord
9123:
9124: 2004-12-10 paf
9125:
9126: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
9127: subsequent failures though defined in .h
9128:
9129: * src/main/pa_common.C: comment on volatile
9130:
9131: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
9132: alarm function were not used since the beginning due to stupid
9133: error [setsigjmp were not checked in configure.in]
9134:
9135: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
9136: unix too
9137:
9138: * src/main/pa_common.C: http: exception status of send/recv errors
9139: change to most probable http.timeout
9140:
9141: * src/main/pa_common.C: win32: http connection $.timeout option now
9142: works [setsockopt on send/receive]
9143:
9144: 2004-12-08 paf
9145:
9146: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
9147: cstr-ed knowing mail charset, and untainting uri lang now knows
9148: proper charset
9149:
9150: 2004-11-24 paf
9151:
9152: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
9153:
9154: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
9155: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
9156:
9157: 2004-11-12 paf
9158:
9159: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
9160: [since 3.0.4]
9161:
9162: 2004-11-09 paf
9163:
9164: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
9165: writes basics to c:\parser3.log
9166:
9167: 2004-10-21 paf
9168:
9169: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
9170: tainted strings [were returning clean onces]
9171:
9172: 2004-10-15 paf
9173:
9174: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
9175: cycles(i=1; i=2), which was wrong, now does ONE
9176:
9177: 2004-10-12 paf
9178:
9179: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
9180:
9181: 2004-10-07 paf
9182:
9183: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
9184: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
9185: release asserts
9186:
9187: * src/: main/pa_string.C, include/pa_string.h: debugger help:
9188: String.dump() to stdout in detailed form [were String.v() in
9189: short form]
9190:
9191: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
9192: \t\r\n as @#| and truncates long char sequences less
9193:
9194: 2004-10-06 paf
9195:
9196: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
9197: win32 beauty: socket errors properly decoded
9198:
9199: 2004-10-05 paf
9200:
9201: * src/: include/pa_request.h, main/pa_request.C: bugfix:
9202: request::configure_user/admin done always, even if no
9203: file-to-process useful in @unhandled_exception [say, if they
9204: would want to mail by SMTP something]
9205:
9206: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
9207: now performed prior to file loading [and @auto executing] thus
9208: making $cookie:value available in @auto and in
9209: @unhandled_exception when IIS is configured to run interpreter
9210: even if no file exist
9211:
9212: 2004-09-20 paf
9213:
9214: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
9215: somewhere where it should have called xmlMalloc and it calls
9216: xmlFree when it should have not called it. inserted two
9217: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
9218: xmlFree just ignored. put away a testcase, maybe someday libxml
9219: author would fix all that. until that day: we have SLOW garbage
9220: collecting when many xml objects are alive hint: do
9221: ^memory:compact[] before xdoc::create
9222:
9223: 2004-09-17 paf
9224:
9225: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
9226: error from 3.0.8 version]
9227:
9228: 2004-09-14 paf
9229:
9230: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
9231: part bugfix: hashfile.foreach iterated only part if hashfile were
9232: modified inside
9233:
9234: 2004-09-13 paf
9235:
9236: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
9237: [were as octal]
9238:
9239: * src/types/pa_vhashfile.C: beauty: not reproduced
9240: $hashfile.key[$novalue] bug [reported by motorin], inserted
9241: safety-check
9242:
9243: * src/types/pa_vhashfile.C: change: empty keys now error in parser
9244: [not something obscure from sdbm lib]
9245:
9246: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
9247: = strerror now returnes something and we can properly report that
9248: to client
9249:
9250: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
9251: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
9252:
9253: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
9254: [tainted as-is] this helps //[space][newline] to remain as-is and
9255: not be unnecessary optimized away [ruining javascript]
9256:
9257: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
9258: [tainted as-is]
9259:
9260: * src/classes/mail.C: bugfix: typo error
9261:
9262: 2004-09-09 paf
9263:
9264: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
9265: separators bugfix: loads header with endings \r\n\r\n and \n\n
9266: (bloody yandex.server)
9267:
9268: 2004-09-06 paf
9269:
9270: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
9271: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
9272: encoded
9273:
9274: 2004-09-01 paf
9275:
9276: * src/types/pa_vmail.C: change: multipart/mixed changed to
9277: multipart/related outlook express have no problems showing
9278: unrelated attachments. todo: someday figure out a way of
9279: multipart/mixed multipart/related text/html
9280: image/xxx application/octet-stream << true attachments
9281:
9282: * src/types/pa_vmail.C: new:
9283: ^mail:send[$.file[$.content-disposition can be overriden new:
9284: empty mail header fields removed from letter
9285:
9286: * src/: classes/mail.C, include/pa_config_fixed.h,
9287: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
9288: ^mail:send[ $.file[ $.any[header]
9289:
9290: 2004-08-30 paf
9291:
9292: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
9293: warnings
9294:
9295: * src/main/pa_common.C: beauty: do not bother with charset
9296: detection when ^file::load[binary
9297:
9298: 2004-08-27 paf
9299:
9300: * src/main/pa_common.C: hack: for yandex.server http server
9301:
9302: 2004-08-18 paf
9303:
9304: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
9305: possibly-chunked response
9306:
9307: 2004-08-17 paf
9308:
9309: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
9310: $f.content-type now = that of http response
9311:
9312: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
9313: $f.content-type now = that of http response
9314:
9315: 2004-07-30 paf
9316:
9317: * src/: include/pa_request.h, main/pa_request.C,
9318: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
9319: win32: system&parser exceptions in release mode reported properly
9320: parser exception in exception handler WERE mistakenly reported as
9321: system exception, without details [in apache & isapi] +some
9322: beauty in exception text
9323:
9324: * src/: include/pa_exception.h, main/pa_request.C,
9325: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
9326: release mode reported properly parser exception in exception
9327: handler WERE mistakenly reported as system exception, without
9328: details
9329:
9330: * src/main/execute.C: beauty: simplified system exception handling
9331:
9332: 2004-07-29 paf
9333:
9334: * src/classes/table.C: bugfix:
9335: ^table.save[export.csv;$.separator[^;]] now works fine [separator
9336: were ignored, and \t used unconditionally]
9337:
9338: * src/types/Makefile.am: added vhash.c
9339:
9340: 2004-07-28 paf
9341:
9342: * src/: classes/date.C, classes/image.C, classes/math.C,
9343: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
9344: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
9345: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
9346: failed on russian letters
9347:
9348: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
9349: bugfix: isspace((unsigned char)c) everywhere. failed on russian
9350: letters
9351:
9352: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
9353: as 'currentDirectory' parameter to CreateProcess
9354:
9355: 2004-07-27 paf
9356:
9357: * src/targets/cgi/parser3.vcproj: beauty: win32:
9358: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
9359: from release somewhere [to help searching for unhandled system
9360: exceptions]
9361:
9362: * src/types/pa_vdate.h: check: for invalid datetime after temporary
9363: TZ shift
9364:
9365: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
9366: but also in ctor
9367:
9368: 2004-07-26 paf
9369:
9370: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
9371: src/main/pa_request.C, src/types/pa_vfile.h,
9372: src/types/pa_vhash.C, src/types/pa_vhash.h,
9373: src/types/types.vcproj: new: $response:body/download[
9374: $.file[name on disk] $.name[of file for user]
9375: $.mdate[date of last-modified. default from directory] ]
9376:
9377: * src/classes/file.C: moving file:send somewhere else..
9378:
9379: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
9380: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
9381: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
9382: $response:download[ $.filename[filename] $.option[] ,, ]
9383:
9384: * src/classes/file.C: beauty: invalid mode thoroughly reported
9385:
9386: 2004-07-21 paf
9387:
9388: * src/types/pa_vmail.C: bugfix: too long header values now splitted
9389: to several lines
9390:
9391: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
9392:
9393: note: ms outlook[!express] shows only first 255 characters of
9394: subject
9395:
9396: 2004-07-15 paf
9397:
9398: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
9399: off]
9400:
9401: 2004-07-14 paf
9402:
9403: * src/classes/table.C: bugfix: $.bind values now got untainted
9404: according to lang [were: as-is]
9405:
9406: 2004-07-07 paf
9407:
9408: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
9409: checked that
9410:
9411: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
9412: now untainted according to their languages. were: as-is.
9413: EVERYWHERE
9414:
9415: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
9416: environment string now untainted according to their languages.
9417: were: as-is. EVERYWHERE
9418:
9419: * src/main/pa_exec.C: bufix: on unix environment string now
9420: untainted according to their languages. were: as-is. on win32:
9421: ok
9422:
9423: * parser3.vssscc: ...would not go unnoticed
9424:
9425: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
9426: fails. in case on input appears nonutf, those bytes will be
9427: printed in %HH form. that can be easily decoded/recovered.
9428:
9429: this form is quite noticable, and hopefully would not go noticed
9430:
9431: 2004-07-06 paf
9432:
9433: * src/main/pa_exec.C: bufix: on unix environment string now
9434: untainted according to their languages. were: as-is. on win32:
9435: ok
9436:
9437: 2004-07-01 paf
9438:
9439: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
9440: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
9441: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
9442: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
9443: main/main.vcproj, targets/cgi/parser3.vcproj,
9444: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
9445: option: global optimization ON
9446:
9447: * src/main/untaint.C: workaround kinda bug in libxml: life requires
9448: to do xdoc::create{invalid chars} standard disables chars less
9449: then \x20, except tab, cr, lf.
9450:
9451: changed tainting so that those become '!'
9452:
9453: 2004-06-25 paf
9454:
9455: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
9456: int on odd address [prev bugfix failed due to superwize
9457: optimizer, which turned memcpy into same 'ld' asm command]
9458:
9459: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
9460: int on odd address
9461:
9462: 2004-06-22 paf
9463:
9464: * src/sql/pa_sql_driver.h: note: about possible optimization
9465:
9466: * operators.txt, src/classes/hash.C, src/classes/memory.C,
9467: src/classes/string.C, src/classes/table.C, src/classes/void.C,
9468: src/include/pa_config_includes.h: new: ^void:sql{call
9469: paf(:a)}[ $.bind[ $.a[2]
9470: ] ] output variables work. todo: check in out
9471: variables
9472:
9473: 2004-06-18 paf
9474:
9475: * src/: classes/file.C, classes/hash.C, classes/string.C,
9476: classes/table.C, classes/void.C, include/pa_globals.h,
9477: include/pa_sql_connection.h, main/compile.tab.C,
9478: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
9479: $.bind[ $.a[2] ]
9480: ] input variables work. todo:output
9481:
9482: * src/targets/cgi/parser3.C: bugfix: iis specific
9483: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
9484: /_bug.html?404;http://hpsv/test/
9485: --------------------------------------------------------------------------------
9486: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
9487: --------------------------------------------------------------------------------
9488: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
9489:
9490: 2004-06-16 paf
9491:
9492: * src/targets/cgi/parser3.C: new: iis specific
9493: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
9494: $request:query
9495: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
9496: $form:fields IIS-STATUS="404"
9497: IIS-DOCUMENT="http://server/_bug.html" f="v"
9498:
9499: todo: isapi too
9500:
9501: 2004-05-26 paf
9502:
9503: * src/include/pa_version.h: 3.1.3
9504:
9505: * operators.txt: beauty: removed outdated level 'table'
9506:
9507: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
9508:
9509: * src/main/pa_string.C: beauty: removed 3 warnings
9510:
9511: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
9512: classes/op.C: beauty: removed outdated level 'table'
9513:
9514: 2004-05-25 paf
9515:
9516: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
9517: implementation. mistery: how anything worked
9518:
9519: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
9520: changed, it is now safe to use url if pointers to it are stored
9521: to gc mem
9522:
9523: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
9524: unknown errors reported and not cause SIGSEGV now
9525:
9526: 2004-05-24 paf
9527:
9528: * src/: include/pa_string.h, lib/cord/cordbscs.c,
9529: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
9530: less memory: CORD_chars_block originally intended to ... it was
9531: good that CORD_chars_block were not used: it consumes more memory
9532: [and, might be slow too] undoing that. [and removed that func so
9533: that it would not confuse parser developer in future]
9534:
9535: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
9536: less memory: CORD_chars_block originally intended to
9537: speedup/reduce mem usage were forgotten, and were used stupid
9538: CORD_chars
9539:
9540: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
9541:
9542: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
9543: BIGENDIAN processors space-conserving mech failed, causing
9544: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
9545: (1|2|3));
9546:
9547: 2004-05-14 paf
9548:
9549: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
9550: bugfix: void now has vfile value, and $response:body[] works OK
9551:
9552: 2004-05-12 paf
9553:
9554: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
9555: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
9556: sources to use is_defined() {return as_bool();} along VBool
9557:
9558: 2004-05-11 paf
9559:
9560: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
9561: referencing to local objects
9562:
9563: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
9564: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
9565: left intact
9566:
9567: 2004-04-15 paf
9568:
9569: * src/classes/date.C: merged: beauty: unused var removed
9570:
9571: * src/classes/date.C: beauty: unused var removed
9572:
9573: * src/include/: pa_exec.h: bugfix: interface without pointer
9574: provoked bug
9575:
9576: 2004-04-09 paf
9577:
9578: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
9579:
9580: * src/types/pa_vform.C: bugfix: form:imap were incorrect
9581:
9582: 2004-04-08 paf
9583:
9584: * src/classes/date.C: new: ^date::create[y-m-d
9585: h-M-s>>.milliseconds<<] now allowed, ignored so far
9586:
9587: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
9588:
9589: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
9590: to consult default catalog [usually, that file belongs to other
9591: user/group]
9592:
9593: 2004-04-06 paf
9594:
9595: * src/main/pa_common.C: beauty: gcc warning removed
9596:
9597: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
9598: accept that trick, trying other
9599:
9600: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
9601: explicit result problem
9602:
9603: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
9604: explicit result problem
9605:
9606: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
9607: explicit result problem
9608:
9609: * operators.txt, src/classes/string.C: new: ^string.append[string]
9610:
9611: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
9612: main/execute.C: attempt_check_call_in_explicit_result_mode:
9613: failed
9614:
9615: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
9616: http://i.p.a.ddress gethostbyaddr added [on some platforms
9617: gethostbyname failed with such 'domains'] now checked properly,
9618: were: needless reverse/forward dns lookup
9619:
9620: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
9621: http://i.p.a.ddress gethostbyaddr added [on some platforms
9622: gethostbyname failed with such 'domains'] now checked properly,
9623: were: needless reverse/forward dns lookup
9624:
9625: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
9626: @method[][result] means "no string output here" moved to lexical
9627: level [on grammar level it were too difficult]
9628:
9629: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
9630: src/main/compile.y, src/main/compile_tools.h,
9631: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
9632: @method[][result] means "no string output here", implemented part
9633: of that idea: compiler throws away string literal generation
9634: code. and barks nonwhitespace chars
9635:
9636: * operators.txt: truth: removed comment about $ORIGIN
9637:
9638: 2004-04-05 paf
9639:
9640: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
9641: src/include/pa_version.h, src/main/pa_common.C,
9642: src/targets/isapi/parser3isapi.C: merged with 3.1.3
9643:
9644: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
9645: Konstantin Tomashevitch [mailto:konst@design.ru]
9646:
9647: * src/doc/html2chm.cmd: beauty: no need in bg here
9648:
9649: * src/doc/sources2html.cmd: beauty: same window, in bg it
9650: interfered with FAR console
9651:
9652: * configure, configure.in: 3.1.3
9653:
9654: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
9655:
9656: * src/main/pa_common.C: removed warning
9657:
9658: * src/include/pa_version.h: 3.1.3
9659:
9660: 2004-04-02 paf
9661:
9662: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
9663:
9664: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
9665: allows to specify where to put parser log file
9666:
9667: 2004-04-01 paf
9668:
9669: * src/classes/table.C: bugfix: bugfix: table::load last line
9670: without tab and enter were ignored
9671:
9672: * src/: include/pa_cache_managers.h, include/pa_globals.h,
9673: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
9674: main/pa_socks.C, targets/cgi/parser3.C,
9675: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
9676: bugfix: sql connections now are disconnected
9677:
9678: 2004-03-30 paf
9679:
9680: * src/classes/table.C: bugfix: table::load last line without tab
9681: and enter were ignored
9682:
9683: * src/classes/table.C: bufix: if last table lines were commented,
9684: gpfed
9685:
9686: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
9687: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
9688: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
9689: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
9690: doc/methoded.dox, doc/object.dox, doc/string.dox,
9691: doc/targets.dox, doc/value.dox, include/pa_version.h,
9692: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
9693: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
9694: bugfixes from 3.1.2, changed version to 3.1.3beta
9695:
9696: 2004-03-29 paf
9697:
9698: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
9699: causes gpf
9700:
9701: * src/doc/: ClassExample1.dox, ClassExample2.dox,
9702: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
9703: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
9704: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
9705: value.dox: translated to english
9706:
9707: 2004-03-25 paf
9708:
9709: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
9710: parser3project dependency removed
9711:
9712: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
9713: bugfix: refused to compile without xml
9714:
9715: * src/types/pa_vform.C: beauty: removed warning
9716:
9717: * src/classes/classes.vcproj: merged bugfix: now all compiles in
9718: any folder [removed last ;) folder dependency]
9719:
9720: * src/classes/classes.vcproj: bugfix: now all compiles in any
9721: folder [removed last ;) folder dependency]
9722:
9723: * src/include/pa_version.h: release
9724:
9725: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
9726:
9727: * src/classes/table.C: beauty: comment& more meaningful error
9728: message
9729:
9730: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
9731: $.hash[$.column_value1(true) ... ] [were producing some strang
9732: thing]
9733:
9734: 2004-03-23 paf
9735:
9736: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
9737: and http status line parsing checked number of columns in table
9738: [user reported an assert]
9739:
9740: * operators.txt: example: on hashfile
9741:
9742: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
9743: bugfix: junction reattach now actually reattaches a junction to
9744: new wcontext [were only assigning it to junction, which caused
9745: junction tracking to loose junction, and it's context were not
9746: killed, and it tried to process in invalid context, gpf]
9747:
9748: * src/targets/cgi/parser3.C: debug helper added
9749:
9750: 2004-03-19 paf
9751:
9752: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
9753: "type(type)" in braces
9754:
9755: 2004-03-10 paf
9756:
9757: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
9758: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
9759: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
9760: solution to search-in-namespaces problem:
9761: $xdoc.search-namespaces.x[http://pif.design.ru/]
9762: $nodes[^xdoc.select[//x:second]]
9763:
9764: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
9765: expression][[NAMESPACES HASH]] allows to search for info in
9766: namespaces
9767:
9768: $nodes[^xdoc.select[//x:second][
9769: $.x[http://pif.design.ru/] ]]
9770:
9771: 2004-03-09 paf
9772:
9773: * operators.txt, src/main/pa_common.C: new:
9774: ^file::load[...][options] $.form[
9775: !$.field1[string]
9776: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
9777: ] !$.body[string]
9778:
9779: GET ?here notGET(POST, HEAD, others) in content-type:
9780: application/x-www-form-urlencoded
9781:
9782: todo: upload files ability
9783:
9784: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
9785: properly, done
9786:
9787: 2004-03-05 paf
9788:
9789: * operators.txt, src/main/pa_common.C: new: file::load[;http://
9790: GET/POST $.form[$.fields started, not tested yet
9791: todo:$.field[table] for multiple values
9792:
9793: * operators.txt: new: http:// options $.user $.password basic
9794: authorization
9795:
9796: * src/main/pa_common.C: beauty: link to rtf added
9797:
9798: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
9799: new: http:// options $.user $.password basic authorization
9800:
9801: * src/main/pa_common.C: beauty: removed needless vars
9802:
9803: * operators.txt: new: pgsql option [like that recently added to
9804: oracle driver] ClientCharset=parser-charset <<
9805: charset in which parser thinks client works
9806:
9807: * operators.txt: new: odbc option [like that recently added to
9808: oracle driver] ClientCharset=parser-charset <<
9809: charset in which parser thinks client works
9810:
9811: * src/sql/pa_sql_driver.h: beauty: important warning added
9812:
9813: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
9814: char!
9815:
9816: * etc/parser3.charsets/windows-1251.cfg: typo
9817:
9818: 2004-03-04 paf
9819:
9820: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
9821: cached, sql transcoding now goes faster
9822:
9823: * operators.txt: new: mysql option [like that recently added to
9824: oracle driver] ClientCharset=parser-charset <<
9825: charset in which parser thinks client works
9826:
9827: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
9828: typo error
9829:
9830: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
9831: chars commented
9832:
9833: 2004-03-03 paf
9834:
9835: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
9836: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
9837:
9838: 2004-03-02 paf
9839:
9840: * operators.txt: new[update typo]: !^void.left(n)
9841: nothing !^void.right(n) nothing !^void.mid(p[;n])
9842: nothing
9843:
9844: * operators.txt, src/classes/void.C: new: !^void.left(n)
9845: nothing !^void.right(n) nothing !^void.pos(p[;n])
9846: nothing
9847:
9848: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
9849: ^file::sql[[name_to_become_$.name]]{} query result must be one
9850: row with columns: first: data second: file name third:
9851: content-type
9852:
9853: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
9854: ^connect gets properly escaped string, which can be passed to
9855: request now this for mysql only. it's up to parser sql driver to
9856: fix zeros properly
9857:
9858: * INSTALL: note: added on building apache with this option:
9859: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
9860:
9861: 2004-03-01 paf
9862:
9863: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
9864: extension memory:compact befor processingrequest
9865:
9866: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
9867: call sole column of result
9868:
9869: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
9870: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
9871: pixel color
9872:
9873: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
9874: beauty: image -- less checks [were ugly impl]
9875:
9876: * src/classes/string.C: bugfix: ^string.left/right/mid with
9877: negative values now considered bad
9878:
9879: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
9880:
9881: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
9882: options now have unified defaults [after transform
9883: indent/omit-xml-declaration/standalone 'default' erroreously
9884: meant 'true']
9885:
9886: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
9887: added [on some platforms gethostbyname failed with such
9888: 'domains']
9889:
9890: * src/include/pa_config_auto.h.in: no select check, no define
9891:
9892: * src/classes/string.C: feature: ^string.trim both parameters may
9893: be empty-strings, meaning kind=both chars=whitespaces
9894:
9895: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
9896: exist
9897:
9898: * src/classes/string.C: check: trim 'chars' must not be empty,
9899: exception if it is
9900:
9901: * src/classes/string.C: changed: ^string.trim [] << both,
9902: whitespaces [start|both|end] << kind, whitespaces
9903: [start|both|end;chars] full
9904:
9905: 2004-02-27 paf
9906:
9907: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
9908: method: ^string.trim[start|both|end[;chars]] default
9909: 'chars' -- whitespace chars finished
9910:
9911: * operators.txt, src/classes/string.C, src/include/pa_string.h,
9912: src/main/pa_string.C: new method:
9913: ^string.trim[start|both|end[;chars]] default 'chars' --
9914: whitespace chars started, only start works
9915:
9916: * src/main/compile.C: bugfix: line numbers after
9917: ^process{}[$.line(-10]] can be negative, allowed to print they as
9918: signed
9919:
9920: * src/main/untaint.C: speed: there's no \n chars in output
9921: [normally], so no need to optimize them they could be retrived
9922: from databases, though. but 1. should be replaced 2. if not
9923: optimized, no harm done
9924:
9925: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
9926: ^file::exec/cgi could return invalid status & zombie child can
9927: remain for short period until process exists [very bad in
9928: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
9929:
9930: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
9931: malicious SMTP server to attack as by returning too long status
9932: responses http://i2/tasks/edit/?id=4629448401140924947
9933:
9934: 2004-02-26 paf
9935:
9936: * operators.txt: feature: ^process...{CODE}[now has options] which
9937: are $.main[to what to rename @main] $.file[file,
9938: from which (user says) goes that CODE] $.lineno(line
9939: number in that file, where CODE starts. may be negative)
9940:
9941: * operators.txt, src/classes/op.C, src/include/pa_request.h,
9942: src/main/compile.C, src/main/compile_tools.h,
9943: src/main/pa_request.C: feature: ^process...{CODE}[now has
9944: options] which are $.main[to what to rename @main]
9945: $.file[file, from which (user says) goes that CODE]
9946: $.lineno(line number in that file, where CODE starts. may be
9947: negative)
9948:
9949: 2004-02-25 paf
9950:
1.101 moko 9951: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
9952: old @charsetsdir@ recently erased from configure.in]
1.95 moko 9953:
9954: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
9955: produces hash of column=>1
9956:
9957: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
9958: with incomplete errno constants set
9959:
9960: 2004-02-24 paf
9961:
9962: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
9963: "man select"
9964:
9965: * src/main/pa_os.C: beauty: <0 better then ==-1
9966:
9967: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
9968:
9969: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
9970:
1.101 moko 9971: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 9972:
9973: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
9974: unix: steps to work on unix [extracted 'to']
9975:
9976: * src/classes/mail.C: smtp on unix: steps to work on unix
9977:
9978: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
9979:
1.101 moko 9980: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
9981: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
9982: unix [testing on solaris]
1.95 moko 9983:
9984: 2004-02-20 paf
9985:
9986: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
9987: pointing that out
9988:
9989: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
9990: fixed again [same solution, mistanenly removed one line]
9991:
9992: 2004-02-19 paf
9993:
9994: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
9995: date::create from bad datetime in spring daylightsaving hole now
9996: OK for all platforms [on some platforms it failed]
9997:
9998: * src/classes/: date.C, image.C: beauty: date::create[bad date time
9999: in daylightsaving hole] now throws error
10000:
10001: * src/classes/date.C: comment: mistake fixed
10002:
10003: 2004-02-18 paf
10004:
10005: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
10006: now renderes in $request:charset, but in header puts
10007: $response:charset todo: make that default only so that coder
10008: could override that
10009:
10010: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
10011: turns off omit-xml-declaration
10012:
10013: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
10014: /.xsl for sample
10015:
10016: 2004-02-17 paf
10017:
10018: * src/classes/xdoc.C: beauty: needless helper class removed
10019:
10020: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
10021: copied extra time
10022:
10023: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
10024: part of libxml
10025:
10026: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
10027: libxml to do the work] <xsl:output method="html"
10028: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
10029: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
10030: />
10031:
10032: * src/classes/xdoc.C: beauty: no <meta ... charset generated
10033:
10034: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
10035: caused assertion
10036:
10037: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
10038: could hang. now such add does nothing, sub clears $hash
10039:
10040: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
10041: not made quoted-printable
10042:
10043: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
10044: string invariant
10045:
10046: 2004-02-16 paf
10047:
10048: * src/main/pa_globals.C: bugfix: xml errors copy from library now
10049: cleared [were not cleared properly]
10050:
10051: 2004-02-13 paf
10052:
1.101 moko 10053: * src/include/pa_version.h: prerelease
1.95 moko 10054:
10055: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
10056: used, introducing dependencies timestamp check
10057:
10058: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
10059: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
10060: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
10061: .xsl.stamp now not used, introducing dependencies timestamp check
10062:
10063: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
10064:
10065: 2004-02-12 paf
10066:
10067: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
10068: ruined empty <input type=file> submits. parser thought there were
10069: nameless empty file and $form:field got value of type 'file'
10070:
10071: * INSTALL: --without-threads
10072:
10073: * src/include/pa_sapi.h: 2004
10074:
10075: 2004-02-11 paf
10076:
10077: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10078: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10079: classes/hashfile.C, classes/image.C, classes/int.C,
10080: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10081: classes/response.C, classes/string.C, classes/table.C,
10082: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10083: include/pa_array.h, include/pa_cache_managers.h,
10084: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10085: include/pa_config_fixed.h, include/pa_config_includes.h,
10086: include/pa_dictionary.h, include/pa_dir.h,
10087: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10088: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10089: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10090: include/pa_request_charsets.h, include/pa_request_info.h,
10091: include/pa_socks.h, include/pa_sql_connection.h,
10092: include/pa_sql_driver_manager.h, include/pa_stack.h,
10093: include/pa_string.h, include/pa_stylesheet_connection.h,
10094: include/pa_stylesheet_manager.h, include/pa_table.h,
10095: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10096: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10097: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10098: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10099: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
10100: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
10101: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10102: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
10103: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
10104: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
10105: main/pa_sql_driver_manager.C, main/pa_string.C,
10106: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
10107: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
10108: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
10109: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10110: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
10111: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
10112: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10113: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
10114: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
10115: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
10116: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
10117: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
10118: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
10119: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
10120: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10121: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10122: types/pa_vresponse.h, types/pa_vstateless_class.C,
10123: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
10124: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
10125: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
10126: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10127: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10128: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
10129:
10130: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
10131: debug version of gc.dll
10132:
10133: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
10134: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
10135: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
10136: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
10137: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
10138: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
10139: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
10140: processes
10141:
10142: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
10143: main/pa_globals.C, targets/cgi/parser3.vcproj,
10144: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
10145: changes to reflect libxml xsl new folders
10146:
10147: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
10148: lib/smtp/smtp.vcproj, main/main.vcproj,
10149: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
10150: to reflect libxml xsl new folders
10151:
10152: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
10153: lib/smtp/smtp.vcproj, main/main.vcproj,
10154: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
10155: types/types.vcproj: started changes to reflect libxml xsl new
10156: folders
10157:
10158: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
10159: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10160: src/main/compile.tab.C, src/main/main.vcproj,
10161: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
10162: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
10163: started changes to reflect libxml xsl new folders
10164:
10165: 2004-02-10 paf
10166:
10167: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
10168: compile. recommened latest libxml up to date
10169:
10170: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
10171: pattern compilation errors", on which spent 4 hours worktime. use
10172: versions higher than that. recommended now latest up to date
10173:
10174: 2004-02-06 paf
10175:
10176: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
10177: beauty: unified destructing style
10178:
10179: * src/main/untaint.C: beauty: removed old def/ifdef
10180:
10181: * src/main/untaint.C: beauty: coredump @unknown untaint language
10182: now
10183:
10184: 2004-02-03 paf
10185:
10186: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
10187: targets/isapi/parser3isapi.C, types/pa_value.C,
10188: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
10189: then %ld/%lu
10190:
10191: * src/main/pa_common.C: typo: %l -> %u
10192:
10193: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
10194: in attributes or documents-results of transform now not xx;
10195:
10196: * src/classes/xnode.C: memleaks found: not fixed yet. todo
10197:
10198: * src/main/pa_charset.C: bugfix: forgot to undo some
10199:
10200: * src/main/pa_charset.C: beauty: uncomment
10201: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
10202: libraries
10203:
10204: 2004-02-02 paf
10205:
10206: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
10207: $cookie:example[ $.value[value] $.path[/there/] ]
10208:
10209: $cookie:example[ $.value[] $.expires[session]
10210: $.path[/there/] $.domain[test.com] ]
10211:
10212: * src/types/pa_vform.C: bugfix: empty values with
10213: enctype=multipart/form-data now produce entries in $form:tables
10214: <form method=post enctype=multipart/form-data> <input type=hidden
10215: name=a> <input type=hidden name=b>
10216:
10217: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
10218: <hr> <pre>$request:body
10219:
10220: 2004-01-30 paf
10221:
10222: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
10223: or documents-results of transform now not xx;
10224:
10225: * src/classes/date.C: bugfix: ^date::create[invalid fields now
10226: produce exception.
10227:
10228: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
10229: bugfix: ^date::create[invalid fields now produce exception.
10230:
10231: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
10232: year] now produces exception. todo: check other fields
10233:
10234: 2004-01-29 paf
10235:
10236: * src/include/pa_memory.h: typo error
10237:
10238: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
10239: more byte then specified, then zeroed it << useless and
10240: potentially harmful(could gpf)
10241:
10242: 2004-01-22 paf
10243:
10244: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
10245:
10246: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
10247: optimization
10248:
10249: * src/main/untaint.C: bugfix: whitespace now optimized properly
10250: [were bug: ^taint[1 & 2]="1 &2"
10251:
10252: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
10253: errors
10254:
10255: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
10256: overflow
10257:
10258: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
10259: error-reporting code * in parser-error reporting code [when no
10260: @unhandled_exception defined]
10261:
10262: fixed in one place: my *snprintf override
10263:
10264: 2004-01-13 paf
10265:
10266: * operators.txt: typo erro
10267:
10268: 2003-12-25 paf
10269:
10270: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
10271: garbled [pieces after zero bytes were removed]
10272:
10273: 2003-12-22 paf
10274:
1.101 moko 10275: * src/include/Makefile.am: bugfix: removed from dist:
10276: src/include/pa_config_auto.h which were configured for
1.95 moko 10277: make-dist-platform and badly updated proper config file in target
10278: [when .tar used for updating existing source tree]
10279:
10280: * ChangeLog, operators.txt, src/classes/op.C,
10281: src/include/pa_sql_connection.h,
10282: src/include/pa_sql_driver_manager.h,
10283: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
10284: feature: sql introducing ability to transcode charsets
10285:
10286: 2003-12-19 paf
10287:
10288: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
10289: error message
10290:
10291: * src/main/pa_charset.C: bugfix: memory for charsethandler
10292: structure for libxml now allocated properly
10293:
10294: 2003-12-17 paf
10295:
10296: * src/types/pa_vfile.C: beauty: removed outdated cast
10297:
10298: * src/main/pa_common.C: bugfix: empty http response caused gpf
10299:
10300: * src/include/pa_string.h: bugfix: removed too strong a assert
10301:
10302: * src/main/pa_globals.C: bugfix: removed false warning [warning:
10303: unreported xmlGenericErrors]
10304:
10305: 2003-12-15 paf
10306:
10307: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
10308: works}
10309:
10310: 2003-12-11 paf
10311:
10312: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
10313: id
10314: !$status:tid thread id
10315:
10316: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
10317: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
10318: bugfix(solaris): removed dependency on object initialization
10319: order [one more place]
10320:
10321: * src/: classes/file.C, classes/mail.C, classes/op.C,
10322: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
10323: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
10324: understand that
10325:
10326: * src/: classes/file.C, classes/mail.C, classes/op.C,
10327: classes/xdoc.C, include/pa_cache_managers.h,
10328: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10329: include/pa_stylesheet_manager.h, main/pa_request.C,
10330: main/pa_stylesheet_manager.C, types/pa_vimage.C,
10331: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
10332: ctor call [relying on implicit String::Body(cstr) call]
10333:
10334: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
10335: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
10336: object initialization order [two places]
10337:
10338: 2003-12-10 paf
10339:
10340: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
10341: << time now ok
10342:
10343: * operators.txt, src/main/pa_sql_driver_manager.C,
10344: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
10345: operational
10346:
10347: * ChangeLog, operators.txt, src/classes/xdoc.C,
10348: src/include/pa_charset.h, src/include/pa_sql_connection.h,
10349: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
10350: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
10351: back operational
10352:
10353: 2003-12-02 paf
10354:
10355: * src/types/pa_vmail.C: bugfix:
10356: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
10357: as-is forced]
10358:
10359: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
10360: exceptions out of libxml callbacks: reimplemented error handling
10361: of http://localhost, parser://method and safemode check callbacks
10362:
10363: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
10364: [merged from HEAD]
10365:
10366: * src/classes/image.C: nothing: comment removed
10367:
10368: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
10369: addresses to int
10370:
10371: 2003-12-01 paf
10372:
10373: * src/main/pa_xml_io.C: bugfix: typo
10374:
10375: * src/main/pa_globals.C: bugfix: win32: compile prob
10376:
10377: * src/classes/xdoc.C: bugfix: typo
10378:
10379: * src/main/pa_xml_io.C: todo: safe mode check not to throw
10380: exception
10381:
10382: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
10383:
10384: 2003-11-28 paf
10385:
10386: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
10387: all xml documents read
10388:
10389: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
10390:
10391: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
10392: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
10393: replaced original open mech of xdoc::create & co to use libxml
10394: open, so that this would work for root document todo: safe mode
10395: checks to libxml: ideally to some 1 point
10396:
10397: * src/main/pa_xml_io.C: comment
10398:
10399: * operators.txt, src/main/pa_xml_io.C: leading / in
10400: http://parser[abscent params]
10401:
10402: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
10403: works. todo: maybe replace original open mech of xdoc::create &
10404: co to use libxml open, so that this would work for root document
10405:
10406: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
10407: "parser://method/params/here"> <test> &test^; </test> }]
10408:
10409: ^taint[^xdoc.string[]]
10410:
10411: @method[param] <!ENTITY test
10412: "test-entity-value+$form:user+$param!">
10413:
10414: 2003-11-27 paf
10415:
10416: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
10417:
10418: * src/classes/date.C: bugfix: typo error
10419:
10420: 2003-11-26 paf
10421:
10422: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
10423: src/main/Makefile.am, src/main/main.vcproj,
10424: src/main/pa_globals.C, src/main/pa_request.C,
10425: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
10426: xml errors to hash<thread_id,error> reorganization: xml io moved
10427: to pa_xml_io.C/h
10428:
10429: * src/types/pa_value.h: warnings: --
10430:
10431: 2003-11-25 paf
10432:
10433: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
10434: whatever)
10435:
10436: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
10437: a, (c?x:y, z)
10438:
10439: * src/main/untaint.C: bugfix: consequences of not reading this
10440: comment: CORD_pos_chars_left /* Number of characters in cache.
10441: <= 0 ==> none */
10442:
10443: * src/include/pa_array.h: removed needless checks
10444:
10445: 2003-11-24 paf
10446:
10447: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
10448: removed limit: now $form:xxx can be accessed anytime, even in
10449: @auto/conf [and request/response:charset still can be changed
10450: anytime]
10451:
10452: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
10453: now not transcodes response body
10454:
10455: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
10456: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
10457: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
10458: $xdoc.firstChild.firstChild.nodeValue[different]
10459: ^taint[^xdoc.string[]]
10460:
10461: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
10462: workaround: static Hash::allocates -> static Hash_allocates
10463:
10464: 2003-11-21 paf
10465:
1.101 moko 10466: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
10467: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
10468: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 10469:
10470: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
10471:
10472: * src/classes/mail.C: bugfix: typo
10473:
10474: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.101 moko 10475: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
10476: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
10477: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
10478: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 10479: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
10480:
10481: * src/main/pa_exec.C: bug in safe mode
10482:
10483: * src/include/Makefile.am: pa_xml_exception.h
10484:
10485: * src/targets/isapi/parser3isapi.C: more warnings --
10486:
10487: 2003-11-20 paf
10488:
10489: * src/: classes/math.C, classes/op.C, classes/string.C,
10490: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
10491: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
10492: --
10493:
10494: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
10495: more warnings --
10496:
10497: * src/classes/xdoc.C: more warnings --
10498:
10499: * src/classes/: date.C, image.C, xdoc.C: more warnings --
10500:
10501: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
10502: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
10503:
10504: * src/: classes/date.C, classes/file.C, classes/hash.C,
10505: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
10506: classes/table.C, include/pa_cache_managers.h,
10507: include/pa_stylesheet_connection.h, main/pa_request.C,
10508: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
10509: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
10510: --
10511:
10512: * src/main/: execute.C, pa_request.C: old forgotten todo: when
10513: can't report problem (undefined @unhandled_exception) problem
10514: source string were not reported
10515:
10516: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10517: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10518: classes/hashfile.C, classes/image.C, classes/int.C,
10519: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10520: classes/response.C, classes/string.C, classes/table.C,
10521: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10522: include/pa_array.h, include/pa_cache_managers.h,
10523: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10524: include/pa_config_fixed.h, include/pa_dictionary.h,
10525: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
10526: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
10527: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
10528: include/pa_request.h, include/pa_request_charsets.h,
10529: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
10530: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10531: include/pa_stack.h, include/pa_string.h,
10532: include/pa_stylesheet_connection.h,
10533: include/pa_stylesheet_manager.h, include/pa_table.h,
10534: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10535: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
10536: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
10537: main/compile_tools.C, main/compile_tools.h, main/execute.C,
10538: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
10539: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
10540: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
10541: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
10542: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
10543: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
10544: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
10545: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
10546: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
10547: targets/isapi/parser3isapi.C, types/pa_junction.h,
10548: types/pa_method.h, types/pa_value.C, types/pa_value.h,
10549: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
10550: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10551: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
10552: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
10553: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
10554: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
10555: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
10556: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
10557: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
10558: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10559: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10560: types/pa_vresponse.h, types/pa_vstateless_class.C,
10561: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
10562: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
10563: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
10564: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10565: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10566: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
10567: const IDENT
10568:
10569: * src/: include/pa_array.h, include/pa_pool.h,
10570: include/pa_request.h, include/pa_string.h, include/pa_table.h,
10571: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
10572: types/pa_wcontext.h: more warnings --
10573:
10574: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
10575: classes/file.C, classes/hash.C, classes/hashfile.C,
10576: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
10577: classes/memory.C, classes/op.C, classes/string.C,
10578: classes/table.C, classes/xdoc.C, classes/xnode.C,
10579: include/pa_config_includes.h, include/pa_operation.h,
10580: include/pa_sql_connection.h, include/pa_table.h,
10581: include/pa_types.h, lib/ltdl/config_fixed.h,
10582: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
10583: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
10584: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
10585: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
10586: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
10587: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
10588: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
10589: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
10590: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
10591: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
10592: types/pa_vmail.C, types/pa_vobject.C,
10593: types/pa_vstateless_class.h, types/pa_vtable.C,
10594: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
10595: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
10596: on all projects (except libltdl=off & libsdbm=level3) found
10597: several unitialized vars
10598:
10599: 2003-11-19 paf
10600:
10601: * src/classes/op.C: more ansi C++ comp
10602:
10603: * operators.txt, src/classes/op.C, src/include/pa_request.h,
10604: src/main/pa_request.C: ^cache[...]{body}{catch block with
10605: $exception.handled[cache] meaning "get expired cache, if any.
10606: else error"}
10607:
10608: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
10609: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
10610: ^cache[...]{body}{catch code with $exception.cache field}
10611:
10612: 2003-11-12 paf
10613:
10614: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
10615: [copy/paste bug]
10616:
10617: 2003-11-11 paf
10618:
10619: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
10620: failed]
10621:
10622: * bin/auto.p.dist.in: colno
10623:
10624: 2003-11-10 paf
10625:
10626: * src/types/pa_vconsole.h: flush
10627:
10628: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
10629: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
10630: read/write [for nntp]
10631:
10632: * operators.txt: mysql: transaction support: ?autocommit=0
10633:
10634: * operators.txt: comment: updated
10635:
10636: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
10637: serialize version and exipire now removes entries
10638:
10639: * operators.txt: ^hashfile.delete[] removes files altogether [and
10640: dir, if could]
10641:
10642: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
10643: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
10644: removes files altogether [and dir, if could]
10645:
10646: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
10647: nonexistent pair. .c coded that that was error. fixed
10648:
10649: * src/types/pa_vhashfile.C: sdbm: exception type change to
10650: file.access [regretfull can't split it to different exceptions
10651: without modifying sdbm source wich would prefer not to]
10652:
10653: 2003-11-07 paf
10654:
10655: * src/: classes/date.C, classes/file.C, classes/hash.C,
10656: classes/hashfile.C, classes/image.C, classes/table.C,
10657: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
10658: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
10659: main/execute.C, main/main.vcproj, main/pa_pool.C,
10660: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
10661: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
10662: types/pa_vstateless_class.h: resurrected: pool idea. now only for
10663: destructing objects at request processing end
10664:
10665: 2003-11-06 paf
10666:
10667: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
10668: updates
10669:
10670: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
10671: to include sdbm
10672:
1.101 moko 10673: * src/include/: pa_config_includes.h, pa_version.h: our
10674: replacements of max& co only for cpp
1.95 moko 10675:
10676: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
10677: upper dir, .am updated
10678:
10679: * tests/todo.txt: hashfile: done
10680:
10681: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
10682: expiration [time in value. todo: move time to key]
10683:
10684: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
10685:
10686: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
10687: to do that in foreach, no errors, but surely wrong]
10688:
10689: * operators.txt, src/types/pa_vhashfile.C,
10690: src/types/pa_vhashfile.h: hashfile: clear and proper locking
10691:
10692: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
10693: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
10694: foreach
10695:
10696: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
10697: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
10698:
10699: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
10700: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
10701:
10702: * src/: include/pa_memory.h, targets/cgi/parser3.C,
10703: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
10704: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
10705: get/put [raw]
10706:
10707: * src/: classes/op.C, main/pa_os.C: just linked
10708:
10709: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
10710: XmlException changes
10711:
10712: * src/: include/pa_charset.h, include/pa_globals.h,
10713: include/pa_stylesheet_connection.h, main/pa_exception.C:
10714: XmlException changes
10715:
10716: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
10717:
10718: * src/: include/pa_common.h, include/pa_exception.h,
10719: main/main.vcproj, main/pa_common.C, include/pa_os.h,
10720: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
10721: main/pa_xml_exception.C: locking move to pa_os [along with
10722: pa_sleep] apr-impl locking done
10723:
10724: * configure, configure.in, operators.txt, parser3.sln,
10725: src/classes/classes.vcproj, src/classes/hashfile.C,
10726: src/classes/xdoc.C, src/include/pa_config_fixed.h,
10727: src/include/pa_exception.h, src/include/pa_globals.h,
10728: src/include/pa_memory.h, src/include/pa_version.h,
10729: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
10730: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
10731: src/main/compile.tab.C, src/main/main.vcproj,
10732: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
10733: src/types/Makefile.am, src/types/pa_vhash.C,
10734: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10735: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
10736: again with sdbm from apache
10737:
10738: 2003-11-05 paf
10739:
10740: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
10741: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
10742: \parser3project dir anymore
10743:
10744: * src/main/pa_charset.C: bugfix: had broken binary search [copied
10745: thoughtlessly from xalan]
10746:
10747: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
10748: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
10749: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
10750:
10751: * src/main/helpers/CaseFolding.txt:
10752: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
10753:
10754: 2003-11-04 paf
10755:
10756: * operators.txt: comment: ^mail:send[$.options[
10757:
10758: * src/classes/table.C: compiled on unix
10759:
1.101 moko 10760: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 10761:
10762: * src/classes/mail.C: compiled on unix
10763:
10764: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
10765: src/types/pa_vmail.h: !^mail:send[
10766: $.options[unix: string to append to sendmail command
10767: line]
10768:
10769: * operators.txt, src/classes/table.C, src/main/pa_string.C,
10770: tests/todo.txt: ^table.save[... $.separator[^#09]
10771: $.encloser["] <nothing> by default
10772:
10773: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
10774: !$.separator[^#09] !$.encloser["] <nothing> by
10775: default
10776:
10777: 2003-11-03 paf
10778:
10779: * operators.txt, src/classes/table.C, src/main/pa_common.C:
10780: ^table::load[; options: !$.column-separator[^#09]
10781: !$.column-encloser["]
10782:
10783: * operators.txt, src/include/pa_config_fixed.h,
10784: src/types/pa_vrequest.C: $request:document-root
10785:
10786: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
10787: [already included into uri=xxx]
10788:
10789: * operators.txt, src/classes/image.C, tests/todo.txt:
10790: ^image.gif[filename] for $response:download
10791:
10792: * src/classes/date.C: minor precaution
10793:
10794: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
10795: !^date.unix-timestamp[]
10796:
10797: 2003-10-30 paf
10798:
10799: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
10800: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
10801:
10802: * src/classes/: date.C, image.C: improvement diagnostics:
10803: $now[^date::create[$undefined]] now is error
10804:
10805: * src/main/pa_common.C: read errors would now be reported 'actually
10806: read -1 bytes'
10807:
10808: 2003-10-24 paf
10809:
10810: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
10811: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
10812: src/main/Makefile.am, src/targets/cgi/Makefile.am,
10813: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
10814:
10815: 2003-10-22 paf
10816:
10817: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
10818:
10819: 2003-10-21 paf
10820:
10821: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
10822: fixed: string.match[g] without <'> option produced columns with
10823: NULL's, which gpf'ed at table.save time
10824:
10825: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
10826: recoursion' message with intensive throw-catches fixed: incorrect
10827: name and line (one name upper then needed) in error message about
10828: problems inside try block
10829:
10830: 2003-10-10 paf
10831:
10832: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
10833: check offset argument for validity did that in String::Body::pos
10834: myself http://i2/tasks/edit/?id=4577425257580789777
10835:
10836: 2003-10-07 paf
10837:
10838: * src/main/: compile.tab.C, compile.y: ^if ( better error:
10839: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
10840:
10841: 2003-10-03 paf
10842:
10843: * parser3.sln, src/include/pa_dictionary.h,
10844: src/main/pa_dictionary.C, src/main/pa_string.C,
10845: src/targets/cgi/parser3.vcproj: dictionary optimized by
10846: precalculating cstr&length
10847:
10848: 2003-10-02 paf
10849:
10850: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
10851: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
10852: main/pa_stylesheet_manager.C: bugfix: ^throw context were
10853: saved/restored incompletely http://www.parser.ru/forum/?id=21484
10854:
10855: 2003-09-30 paf
10856:
10857: * src/main/pa_string.C: string::replace bug fix [were ignoring
10858: occurrances after lang-mismatched
10859:
10860: 2003-09-29 paf
10861:
10862: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
10863: helper
10864:
10865: * src/main/pa_string.C: string::serialize bug fix with
10866: zero-terminator
10867:
10868: * src/classes/table.C: ^nameless_table.save column row now has no
10869: \t at the end
10870:
10871: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
10872: @postprocess now takes $response:body/download
10873:
10874: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
10875: error message
10876:
10877: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
10878:
10879: * src/classes/table.C: bugfix: flip: must produce nameless
10880: http://i2/tasks/edit/?id=4573405524674081244
10881:
10882: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
10883: main/helpers/simple_folding.pl: utf-8 upper/lower
10884:
10885: * src/main/pa_common.C: bugfix: utf signature were not ignored due
10886: to typo error http://i2/tasks/edit/?id=4573354650786434584
10887:
10888: 2003-09-26 paf
10889:
10890: * src/main/untaint.C: removed needless field
10891:
10892: * src/main/untaint.C: removed needless const
10893:
10894: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
10895: String.for_each bug fixed [omited one-char cases]
10896:
10897: * src/include/pa_stack.h: bugfix: before collecting garbage,
10898: runtime-executor stack were cleared... BADLY
10899:
10900: * src/main/pa_string.C: ^stirng.replace code used old
10901: param-convention on langs.append, fixed that search fo the like,
10902: found none
10903:
10904: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
10905: string::serialize/deserialize implemented Language enum assigned
10906: meaningful letters [more convinient for debugging. read warning
10907: before adding/changing anything]
10908:
10909: 2003-09-25 paf
10910:
10911: * src/: include/pa_string.h, include/pa_version.h,
10912: main/pa_string.C, main/untaint.C: templates and anonymous unions
10913: differences on unix
10914:
10915: * parser3.sln, src/classes/file.C, src/classes/image.C,
10916: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
10917: src/classes/xdoc.C, src/classes/xnode.C,
10918: src/include/pa_cache_managers.h, src/include/pa_charset.h,
10919: src/include/pa_charsets.h, src/include/pa_common.h,
10920: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
10921: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
10922: src/include/pa_table.h, src/lib/cord/cordbscs.c,
10923: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
10924: src/lib/cord/include/cord.h, src/main/compile.tab.C,
10925: src/main/compile_tools.h, src/main/pa_charset.C,
10926: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
10927: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
10928: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
10929: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
10930: src/types/pa_vmail.C, src/types/pa_vmath.C,
10931: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
10932: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
10933:
10934: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
10935: functions aligned to that of eeparser3 look
10936:
10937: * src/lib/cord/cordprnt.c: removed warnings
10938:
10939: 2003-09-24 paf
10940:
10941: * src/: classes/file.C, classes/image.C, classes/mail.C,
10942: classes/op.C, classes/xdoc.C, classes/xnode.C,
10943: include/pa_cache_managers.h, include/pa_charset.h,
10944: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
10945: include/pa_sql_driver_manager.h, include/pa_string.h,
10946: include/pa_stylesheet_manager.h, include/pa_table.h,
10947: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
10948: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
10949: main/pa_sql_driver_manager.C, main/pa_string.C,
10950: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
10951: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
10952: types/pa_vstateless_class.h, types/pa_vstatus.C,
10953: types/pa_vxnode.C: v() functions of String::Body,
10954: String::Languages and String itself StringBody->String::Body
10955:
10956: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10957: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
10958: never optimized anything. todo: somehow speed up harder cases:
10959: concatenationA+concatenationB when last block of A and first of B
10960: contain same letters
10961:
10962: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10963: lib/cord/include/cord.h: langs: speed up by joining adjucent
10964: blocks of same char [CORD_append_block]
10965:
10966: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10967: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
10968: save space by extending blocks when appending block with c ==
10969: lastblock.c
10970:
10971: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
10972: working yet :( but more working &understood :)
10973:
10974: * src/: classes/table.C, include/pa_string.h,
10975: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
10976:
10977: 2003-09-23 paf
10978:
10979: * src/main/untaint.C: $a[ok!] $a works!
10980:
10981: * src/main/untaint.C: something even more works :)
10982:
10983: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
10984: something more works :)
10985:
10986: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10987: lib/cord/cordxtra.c: something already works :)
10988:
10989: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
10990: serialize&deserialize
10991:
10992: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
10993: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
10994: main/untaint.C: main idea implemented, details left
10995:
10996: 2003-09-22 paf
10997:
10998: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
10999:
11000: * src/classes/xnode.C: copy/paste comment bugfix
11001:
11002: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
11003: allocator returns 0, just die.
11004: http://i2/tasks/edit/?id=4570798492410259445
11005:
11006: * src/classes/xdoc.C: copy/paste comment bugfix
11007:
11008: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
11009: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
11010: xnode: getAttributeNS setAttributeNS removeAttributeNS
11011: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
11012:
11013: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
11014: chars due to bitwise operation signed-char error]
11015:
11016: 2003-09-19 paf
11017:
11018: * src/types/pa_wcontext.C: output message: more practical
11019: suggestion
11020:
11021: * src/main/pa_common.C, operators.txt: merged
11022: $f[^file::load[binary;http://...]] $f.tables
11023:
11024: 2003-09-02 paf
11025:
11026: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
11027: flush stdout without referencing 'stdout' symbol. to hell with
11028: non-ansi libraries without 'stdout' symbol
11029:
11030: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
11031: unix (users reported problems with some old libc)
11032:
11033: * src/types/pa_vdate.h: forgot initializer
11034:
11035: 2003-09-01 paf
11036:
11037: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
11038: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
11039: zone]
11040:
11041: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
11042:
11043: 2003-08-19 paf
11044:
11045: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
11046: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
11047: simplified a little
11048:
11049: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
11050: [lost fix from 3.0.8]
11051:
11052: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
11053: visible here }
11054:
11055: bug fix
11056:
11057: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
11058:
11059: * src/main/compile.tab.C: initialized couple of variables about
11060: which user reported runtime problems when parser were compiled
11061: with VC7, warning level4. study shows that later in bison
11062: they've fixed that. would migrate to latest bison someday
11063:
11064: * src/types/pa_vmail.C: turned off recoding in gmime (were still
11065: recoding headers)
11066:
11067: * src/types/pa_vmail.C: works as before, same charset problems:
11068: gmime recodes to UTF-8 only headers, not body. so not recoding
11069: anything for now
11070:
11071: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
11072: problems with body
11073:
11074: * src/types/pa_vmail.C: mail_receive just compiled
11075:
11076: 2003-08-18 paf
11077:
11078: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
11079: main/main.vcproj, types/types.vcproj: win32: continued process
11080: detaching from \parser3project directory
11081:
11082: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
11083: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
11084: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
11085: src/lib/pcre/pcre_dftables.dsp,
11086: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
11087: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
11088: src/types/types.dsp: moved to MSVC 7
11089:
11090: * gnu.vcproj.vspscc, parser3.vssscc,
11091: src/classes/classes.vcproj.vspscc,
11092: src/lib/cord/cord.vcproj.vspscc,
11093: src/lib/ltdl/libltdl.vcproj.vspscc,
11094: src/lib/md5/md5.vcproj.vspscc,
11095: src/lib/pcre/pcre_dftables.vcproj.vspscc,
11096: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
11097: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
11098: src/targets/isapi/parser3isapi.vcproj.vspscc,
11099: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
11100: moved to MSVC 7
11101:
11102: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
11103: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
11104: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
11105: src/lib/pcre/pcre_dftables.vcproj,
11106: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
11107: src/targets/cgi/parser3.vcproj,
11108: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
11109: new VS project files
11110:
11111: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
11112: .NET to detect Jalindi Igloo capabilities.
11113:
11114: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.101 moko 11115: src/classes/classes.awk, src/doc/footer.htm,
11116: src/include/pa_config_fixed.h, src/include/pa_version.h,
11117: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 11118: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
11119: src/types/pa_vmail.C: merged 3.1.0 latest changes
11120:
11121: 2003-08-15 paf
11122:
11123: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
11124: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
11125:
11126: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
11127: non-ascii <yyy> now encoded correctly
11128:
11129: 2003-07-29 paf
11130:
1.101 moko 11131: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
11132: dist
1.95 moko 11133:
11134: * src/types/pa_vmail.C: just started --with-mail-receive
11135:
11136: 2003-07-28 paf
11137:
1.101 moko 11138: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
11139: dependence in src/classes, src/lib/gc now in dist
1.95 moko 11140:
11141: * src/main/pa_string.C: ^cache bug fix [were not working at all]
11142:
11143: 2003-07-25 paf
11144:
11145: * src/doc/footer.htm: year
11146:
11147: 2003-07-24 paf
11148:
11149: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
11150: fix
11151:
11152: * src/include/pa_version.h: release
11153:
1.101 moko 11154: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 11155:
11156: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
11157: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
11158: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
11159: getting rid of win32xml pseudo project
11160:
11161: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
11162:
1.101 moko 11163: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
11164: configure.in, operators.txt, parser3.dsw,
1.95 moko 11165: etc/parser3.charsets/koi8-r.cfg,
1.101 moko 11166: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 11167: src/classes/classes.C, src/classes/classes.awk,
11168: src/classes/classes.dsp, src/classes/classes.h,
11169: src/classes/date.C, src/classes/double.C, src/classes/file.C,
11170: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
11171: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
11172: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
11173: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11174: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
11175: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
11176: src/doc/string.dox, src/include/Makefile.am,
1.101 moko 11177: src/include/pa_array.h, src/include/pa_cache_managers.h,
11178: src/include/pa_charset.h, src/include/pa_charsets.h,
11179: src/include/pa_common.h, src/include/pa_config_auto.h.in,
11180: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
11181: src/include/pa_dictionary.h, src/include/pa_dir.h,
11182: src/include/pa_exception.h, src/include/pa_exec.h,
11183: src/include/pa_globals.h, src/include/pa_hash.h,
11184: src/include/pa_memory.h, src/include/pa_opcode.h,
11185: src/include/pa_operation.h, src/include/pa_pool.h,
11186: src/include/pa_pragma_pack_begin.h,
1.95 moko 11187: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
11188: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
11189: src/include/pa_sapi.h, src/include/pa_socks.h,
11190: src/include/pa_sql_connection.h,
11191: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
11192: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
11193: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
11194: src/include/pa_threads.h, src/include/pa_types.h,
1.101 moko 11195: src/include/pa_uue.h, src/lib/Makefile.am,
11196: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
11197: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
11198: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
11199: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 11200: src/lib/cord/include/ec.h,
11201: src/lib/cord/include/private/Makefile.am,
11202: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.101 moko 11203: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
11204: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 11205: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.101 moko 11206: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
11207: src/main/compile_tools.C, src/main/compile_tools.h,
11208: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
11209: src/main/pa_cache_managers.C, src/main/pa_charset.C,
11210: src/main/pa_charsets.C, src/main/pa_common.C,
11211: src/main/pa_dictionary.C, src/main/pa_dir.C,
11212: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 11213: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
11214: src/main/pa_request.C, src/main/pa_socks.C,
11215: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
11216: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.101 moko 11217: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
11218: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
11219: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
11220: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
11221: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
11222: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
11223: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 11224: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
11225: src/targets/isapi/parser3isapi.dsp,
11226: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.101 moko 11227: src/types/pa_junction.h, src/types/pa_method.h,
11228: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 11229: src/types/pa_vclass.C, src/types/pa_vclass.h,
11230: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
11231: src/types/pa_vcookie.h, src/types/pa_vdate.h,
11232: src/types/pa_vdouble.h, src/types/pa_venv.h,
11233: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
11234: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
11235: src/types/pa_vimage.C, src/types/pa_vimage.h,
11236: src/types/pa_vint.h, src/types/pa_vjunction.h,
11237: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
11238: src/types/pa_vmath.h, src/types/pa_vmemory.h,
11239: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
11240: src/types/pa_vobject.C, src/types/pa_vobject.h,
11241: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
11242: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
11243: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
11244: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
11245: src/types/pa_vstatus.h, src/types/pa_vstring.C,
11246: src/types/pa_vstring.h, src/types/pa_vtable.C,
11247: src/types/pa_vtable.h, src/types/pa_vvoid.h,
11248: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11249: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11250: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
11251: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
11252: HEAD
11253:
11254: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
11255: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
11256: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
11257: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
11258: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
11259: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
11260: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
11261: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
11262: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
11263: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
11264: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
11265: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
11266: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
11267: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
11268: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
11269: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
11270: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
11271: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
11272: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
11273: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
11274: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
11275: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
11276: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
11277: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
11278: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
11279: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
11280: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
11281: outputs/create-dir, results/001.processed, results/002.processed,
11282: results/003.processed, results/004.processed,
11283: results/005.processed, results/006.processed,
11284: results/007.processed, results/008.processed,
11285: results/009.processed, results/010.processed,
11286: results/011.processed, results/012.processed,
11287: results/013.processed, results/014.processed,
11288: results/015.processed, results/016.processed,
11289: results/017.processed, results/018.processed,
11290: results/019.processed, results/020.processed,
11291: results/021.processed, results/022.processed,
11292: results/023.processed, results/024.processed,
11293: results/025.processed, results/026.processed,
11294: results/027.processed, results/028.processed,
11295: results/029.processed, results/030.processed,
11296: results/031.processed, results/032.processed,
11297: results/033.processed, results/034.processed,
11298: results/035.processed, results/036.processed,
11299: results/037.processed, results/038.processed,
11300: results/039.processed, results/040.processed,
11301: results/041.processed, results/042.processed,
11302: results/043.processed, results/044.processed,
11303: results/045.processed, results/046.processed,
11304: results/047.processed, results/048.processed,
11305: results/049.processed, results/050.processed,
11306: results/051.processed, results/052.processed,
11307: results/053.processed, results/054.processed,
11308: results/055.processed, results/056.processed,
11309: results/057.processed, results/058.processed,
11310: results/059.processed, results/060.processed,
11311: results/061.processed, results/062.processed,
11312: results/063.processed, results/064.processed,
11313: results/065.processed, results/066.processed,
11314: results/067.processed, results/068.processed,
11315: results/069.processed, results/070.processed,
11316: results/071.processed, results/072.processed,
11317: results/073.processed, results/074.processed,
11318: results/075.processed, results/076.processed,
11319: results/077.processed, results/078.processed,
11320: results/079.processed, results/080.processed,
11321: results/081.processed, results/082.processed,
11322: results/083.processed, results/084.processed,
11323: results/085.processed, results/086.processed,
11324: results/087.processed, results/088.processed,
11325: results/089.processed, results/090.processed,
11326: results/091.processed, results/092.processed,
11327: results/093.processed, results/094.processed,
11328: results/095.processed, results/096.processed,
11329: results/097.processed, results/098.processed,
11330: results/099.processed, results/100.processed,
11331: results/101.processed, results/102.processed,
11332: results/103.processed, results/104.processed,
11333: results/105.processed, results/106.processed,
11334: results/107.processed, results/108.processed,
11335: results/109.processed, results/110.processed,
11336: results/111.processed, results/112.processed,
11337: results/113.processed, results/114.processed,
11338: results/115.processed, results/116.processed,
11339: results/117.processed, results/118.processed,
11340: results/119.processed, results/120.processed,
11341: results/121.processed, results/122.processed,
11342: results/123.processed, results/124.processed,
11343: results/125.processed, results/126.processed,
11344: results/127.processed, results/128.processed,
11345: results/129.processed, results/130.processed,
11346: results/131.processed, results/132.processed,
11347: results/133.processed, results/134.processed,
11348: results/135.processed, results/136.processed,
11349: results/137.processed, results/138.processed,
11350: results/139.processed, results/140.processed,
11351: results/141.processed: merged(copied) to HEAD from template_gc
11352:
11353: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
11354: towards \parser3project not having to be in root
11355:
11356: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
11357: module compiled [were minor unnecessary changes in lib/md5
11358: interface]
11359:
11360: * src/include/pa_version.h: release
11361:
11362: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
11363:
11364: * src/classes/math.C: merged uuid bugfix
11365:
11366: * tests/: 141.html, results/141.processed: fixed bug with
11367: too-small-a-buffer
11368:
11369: * src/classes/math.C: uuid bugfix
11370:
11371: * tests/: 141.html, Makefile, results/005.processed,
11372: results/030.processed, results/075.processed,
11373: results/078.processed: to reflect date format change (were -
11374: become ' ')
11375:
11376: * src/classes/math.C: uuid bugfix
11377:
11378: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
11379: debug/release changes
11380:
11381: * src/lib/md5/pa_md5c.c: PA_ -> pa_
11382:
11383: 2003-07-23 paf
11384:
11385: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
11386: renamed a little [to move to comman naming conv]
11387:
1.101 moko 11388: * src/targets/Makefile.am: apache13 splitted to simplify apache
11389: build
1.95 moko 11390:
11391: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
11392: main/pa_request.C, main/pa_sql_driver_manager.C,
11393: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
11394: stack top_index() fixed
11395:
11396: * src/main/pa_globals.C: minor style changes
11397:
11398: * src/: classes/op.C, include/pa_sql_connection.h: connection
11399: closing/caching fixed [connections were not closed/put to cache]
11400:
11401: 2003-07-22 paf
11402:
11403: * INSTALL: gc part updated stightly
11404:
11405: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
11406: new sapi interface
11407:
11408: * src/classes/file.C: comment on OS
11409:
11410: * src/main/pa_string.C: removed reduntant invariant check [there is
11411: one deeper in cord lib]
11412:
11413: * src/main/pa_exec.C: on win32 bugfix in handling shbang
11414:
11415: * src/main/pa_memory.C: out of memory is no longer coredump
11416:
11417: * INSTALL: disable-threads adviced
11418:
11419: 2003-07-21 paf
11420:
1.101 moko 11421: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 11422:
11423: * src/classes/file.C: file::exec/cgi environment variables now must
11424: be UPPERCASE and A-Z 0-9 _-
11425:
11426: * src/classes/file.C: env passing fixed
11427:
11428: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
11429:
11430: * src/main/pa_common.C: http:// CRLF now
11431:
11432: 2003-07-02 paf
11433:
11434: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
11435: fields to reflect their real meaning
11436:
11437: 2003-06-27 paf
11438:
11439: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
11440: include/pa_hash.h, main/pa_charset.C: merged from HEAD
11441: file::exec/cgi .charset
11442:
11443: 2003-06-26 paf
11444:
11445: * ChangeLog, src/classes/file.C, src/classes/hash.C,
11446: src/classes/image.C, src/classes/op.C, src/classes/string.C,
11447: src/classes/table.C: fixed several uninitialized local
11448: structures. notably ^hash.foreach now inserts delimiters
11449: properly [were inserting it before first body]
11450:
11451: 2003-06-24 paf
11452:
11453: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
11454:
11455: 2003-06-20 paf
11456:
11457: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
11458: src/main/pa_globals.C: introducing
11459: $f[^file::load[binary;http://...]] $f.tables
11460:
11461: 2003-06-06 paf
11462:
11463: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
11464: table. [were method lookup: inconsistent]
11465:
11466: 2003-06-02 paf
11467:
11468: * src/include/pa_memory.h: empty string clone fixed to return
11469: writable memory
11470:
11471: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
11472: were not appended] which violated string invariant
11473:
11474: 2003-05-30 paf
11475:
11476: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
11477: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
11478:
11479: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
11480: GMT ; RFC 822, updated by RFC 1123
11481:
11482: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
11483: targets/isapi/parser3isapi.C: initialized request_info properly
11484:
11485: * src/classes/xnode.C: found minor bug, commended for future
11486:
11487: 2003-05-28 paf
11488:
11489: * src/classes/form.C: request_info.content_length can't be <0,
11490: size_t for some time
11491:
11492: 2003-05-26 paf
11493:
11494: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
11495: forgotten <0 changed to !=STRING_NOT_FOUND
11496:
11497: * src/classes/math.C: merged ffffu from HEAD
11498:
11499: 2003-05-11 paf
11500:
11501: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
11502:
11503: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
11504: premature doc free. transformed document had xmlDoc reference
11505: stored to non-gc-memory (libgdome) added holding-reference
11506:
11507: 2003-04-29 paf
11508:
11509: * src/main/pa_globals.C: started digging on double free. on win32
11510: found that that's perfectly normal.
11511:
11512: 2003-04-25 paf
11513:
11514: * src/classes/table.C: table.join bug fix [bad limit check]
11515:
11516: * src/classes/math.C: merged from HEAD: simpiler hash_string
11517:
11518: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
11519: print anything. changed to quicker and simplier code
11520:
11521: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
11522: strict a check]
11523:
11524: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
11525:
11526: 2003-04-24 paf
11527:
11528: * src/include/pa_table.h: too strict assert loosened
11529:
11530: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
11531: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
11532: report
11533:
11534: 2003-04-21 paf
11535:
1.101 moko 11536: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 11537:
11538: * src/main/pa_globals.C: pcre memory management changed to use GC
11539: memory
11540:
11541: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
11542: xmlMallocAtomic [author agreed to my suggestion], used that
11543:
11544: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
11545:
11546: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
11547: types/pa_vmail.C: attributed_meaning_to_string added
11548: L_UNSPECIFIED piece which was sortof OK, but violated string
11549: invariant [assertion barked on that] changed to L_PASS_APPEND,
11550: made that param obligatory
11551:
11552: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
11553: fixed [assert helped]
11554:
11555: * src/include/pa_string.h: assert added [looking for bug]
11556:
11557: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
11558: names on Win32 considered disk-global
11559:
11560: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
11561: considered disk-global
11562:
11563: 2003-04-18 paf
11564:
11565: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
11566: filenames
11567:
11568: * src/main/untaint.C: enabled '~' letter in filenames
11569:
11570: 2003-04-16 paf
11571:
11572: * src/classes/file.C: small bug introduced in autoptr times fixed
11573:
11574: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
11575: HEAD
11576:
1.101 moko 11577: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 11578:
11579: 2003-04-15 paf
11580:
11581: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
11582: src/lib/md5/pa_md5c.c, tests/141.html,
11583: tests/results/141.processed: merged from head ^math:uuid[]
11584: ^math:uid64[] ^math:md5[string]
11585:
11586: test added: 141.html
11587:
11588: * operators.txt, src/classes/math.C: ^math:uid64[]
11589:
11590: * src/classes/math.C: ^math:uuid[]
11591:
11592: * operators.txt, src/classes/math.C: ^math:uuid[]
11593:
11594: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
11595: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
11596:
11597: * operators.txt, src/classes/file.C, src/include/pa_common.h,
11598: src/include/pa_config_fixed.h, src/main/pa_common.C:
11599: ^file::load[mode;name; $.offset $.limit
11600:
11601: 2003-04-14 paf
11602:
11603: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
11604: started ^math:md5
11605:
11606: * src/classes/table.C, src/include/pa_array.h,
11607: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
11608: tests/results/140.processed: table $.reverse option works in
11609: create&co table $.distinct[tables] bug fix merged
11610:
11611: * src/: classes/table.C, include/pa_table.h: table
11612: $.distinct[tables] bug fixed
11613:
11614: * src/classes/table.C: more warnings
11615:
11616: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
11617: removed checks in table::set_current, moved them back to
11618: table::locate implemented table::create/join ñ $.reverse
11619:
11620: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
11621: removed checks in table::set_current, moved them back to
11622: table::locate
11623:
11624: 2003-04-11 paf
11625:
11626: * operators.txt, src/classes/date.C, src/classes/table.C,
11627: src/include/pa_array.h, src/include/pa_common.h,
11628: src/include/pa_config_includes.h, src/include/pa_string.h,
11629: src/include/pa_table.h, src/main/pa_request.C,
11630: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
11631: src/main/pa_table.C: merged from HEAD from
11632: before_append_array_limit_sense_change to
11633: after_append_array_limit_sense_change
11634:
11635: * src/classes/table.C: typo
11636:
11637: * operators.txt, src/classes/date.C, src/classes/table.C,
11638: src/include/pa_array.h, src/include/pa_common.h,
11639: src/include/pa_config_includes.h, src/include/pa_globals.h,
11640: src/include/pa_table.h, src/main/pa_array.C,
11641: src/main/pa_globals.C, src/main/pa_request.C,
11642: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
11643: src/main/pa_table.C: append_array_limit_sense_change locate
11644: accepts options same as create new option: $.reverse(1) [do not
11645: work in table::create]
11646:
11647: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
11648: (stat xxx,
11649:
11650: * src/classes/: table.C: typo
11651:
11652: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
11653: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
11654: results/130.processed, results/131.processed,
11655: results/132.processed, results/133.processed,
11656: results/134.processed, results/135.processed,
11657: results/136.processed, results/137.processed,
11658: results/138.processed, results/139.processed: added few mustfail
11659: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
11660: date/time 132.html mustfail: access to junction outside of
11661: context 133.html mustfail: access to junction outside of context,
11662: case version 134.html mustfail: hash: adding a key inside of
11663: foreach 135.html mustfail: modifying system class 136.html
11664: mustfail: $.name outside of $hash[here] 137.html mustfail:
11665: appendChild without import 138.html mustfail: invalid encoding
11666: inside of xml 139.html mustfail: bad XPath
11667:
11668: * operators.txt, src/classes/table.C, tests/084.html,
11669: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
11670: tests/129.html, tests/results/125.processed,
11671: tests/results/126.processed, tests/results/127.processed,
11672: tests/results/128.processed, tests/results/129.processed: merged
11673: from HEAD ^table.hash[key][$.distinct[tables]]
11674:
11675: maked appropriate tests [changed one old nonconforming]
11676:
11677: * operators.txt, src/classes/table.C:
11678: ^table.hash[key][$.distinct[tables]]
11679:
11680: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
11681: merged fix for found very old xml (dom) bug: were passing
11682: domString objects and later ERROREOUSLY freed them
11683:
11684: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
11685: src/main/pa_charset.C: re-added libgdome patch. regretfully
11686: libgdome bug can not be worked around
11687:
11688: 2003-04-10 paf
11689:
11690: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
11691: found very old xml (dom) bug: were passing domString objects and
11692: later ERROREOUSLY freed them
11693:
11694: * src/doc/string.dox, src/include/pa_memory.h,
11695: src/include/pa_string.h, src/lib/cord/cordbscs.c,
11696: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
11697: tests/123.html, tests/124.html, tests/results/001.processed,
11698: tests/results/002.processed, tests/results/003.processed,
11699: tests/results/004.processed, tests/results/005.processed,
11700: tests/results/006.processed, tests/results/008.processed,
11701: tests/results/009.processed, tests/results/010.processed,
11702: tests/results/011.processed, tests/results/012.processed,
11703: tests/results/013.processed, tests/results/014.processed,
11704: tests/results/015.processed, tests/results/016.processed,
11705: tests/results/017.processed, tests/results/018.processed,
11706: tests/results/020.processed, tests/results/021.processed,
11707: tests/results/022.processed, tests/results/023.processed,
11708: tests/results/024.processed, tests/results/025.processed,
11709: tests/results/026.processed, tests/results/027.processed,
11710: tests/results/028.processed, tests/results/029.processed,
11711: tests/results/030.processed, tests/results/031.processed,
11712: tests/results/032.processed, tests/results/033.processed,
11713: tests/results/034.processed, tests/results/035.processed,
11714: tests/results/036.processed, tests/results/037.processed,
11715: tests/results/038.processed, tests/results/039.processed,
11716: tests/results/040.processed, tests/results/041.processed,
11717: tests/results/042.processed, tests/results/043.processed,
11718: tests/results/044.processed, tests/results/045.processed,
11719: tests/results/046.processed, tests/results/047.processed,
11720: tests/results/048.processed, tests/results/049.processed,
11721: tests/results/050.processed, tests/results/051.processed,
11722: tests/results/052.processed, tests/results/053.processed,
11723: tests/results/054.processed, tests/results/055.processed,
11724: tests/results/056.processed, tests/results/057.processed,
11725: tests/results/058.processed, tests/results/059.processed,
11726: tests/results/060.processed, tests/results/061.processed,
11727: tests/results/062.processed, tests/results/063.processed,
11728: tests/results/064.processed, tests/results/065.processed,
11729: tests/results/066.processed, tests/results/067.processed,
11730: tests/results/068.processed, tests/results/069.processed,
11731: tests/results/070.processed, tests/results/071.processed,
11732: tests/results/072.processed, tests/results/073.processed,
11733: tests/results/074.processed, tests/results/075.processed,
11734: tests/results/076.processed, tests/results/077.processed,
11735: tests/results/078.processed, tests/results/079.processed,
11736: tests/results/080.processed, tests/results/081.processed,
11737: tests/results/082.processed, tests/results/083.processed,
11738: tests/results/084.processed, tests/results/085.processed,
11739: tests/results/086.processed, tests/results/087.processed,
11740: tests/results/088.processed, tests/results/089.processed,
11741: tests/results/090.processed, tests/results/091.processed,
11742: tests/results/092.processed, tests/results/093.processed,
11743: tests/results/094.processed, tests/results/095.processed,
11744: tests/results/096.processed, tests/results/097.processed,
11745: tests/results/101.processed, tests/results/102.processed,
11746: tests/results/104.processed, tests/results/105.processed,
11747: tests/results/106.processed, tests/results/107.processed,
11748: tests/results/108.processed, tests/results/109.processed,
11749: tests/results/110.processed, tests/results/111.processed,
11750: tests/results/112.processed, tests/results/113.processed,
11751: tests/results/114.processed, tests/results/115.processed,
11752: tests/results/116.processed, tests/results/117.processed,
11753: tests/results/118.processed, tests/results/119.processed,
11754: tests/results/120.processed, tests/results/121.processed,
11755: tests/results/122.processed, tests/results/123.processed,
11756: tests/results/124.processed: new convention: char* never 0.
11757: assert in cord on that
11758:
11759: * src/main/pa_charset.C: couple more asserts
11760:
11761: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
11762: speedup
11763:
11764: * src/main/pa_charset.C: couple assertions on fantastic situations
11765: added [may be those is the case now?]
11766:
11767: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
11768: that's memory from gc_malloc, not from g_malloc :(, but would
11769: hope]
11770:
11771: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
11772: that's memory from gc_malloc, not from g_malloc :(, but would
11773: hope]
11774:
11775: * src/main/pa_charset.C: checked custom malloc for returning 0
11776:
11777: 2003-04-09 paf
11778:
11779: * src/classes/date.C: merged ^date.roll changes
11780:
11781: * src/classes/date.C: ^date.roll bug fix
11782:
11783: * src/classes/date.C: ^date.roll now throws less errors: month
11784: shifts handles end of month situation by reducing day number
11785: hour-hole shift reduces hour to recover
11786:
11787: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
11788: Sort by function time
11789:
11790: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
11791: http:// $.charset[] param done
11792:
11793: * tests/: 122.html, results/122.processed: 122 date test <= and ==
11794: added [after volatile fix. passes on win&intel-solaris]
11795:
11796: 2003-04-08 paf
11797:
11798: * src/: classes/file.C, classes/op.C, classes/table.C,
11799: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
11800: include/pa_common.h, include/pa_request_charsets.h,
11801: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11802: main/pa_exec.C, main/pa_request.C, main/untaint.C,
11803: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
11804: types/pa_vresponse.C: started http:// $.charset[] param and
11805: http response charset detection just compiled. todo:test
11806:
11807: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
11808:
11809: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
11810: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
11811: types/pa_vmail.C: changed transcode param converntion along with
11812: string creating convention -- all strings are zero-terminated,
11813: this allowed to fix one remaining String("123", 2) case
11814:
11815: * src/: classes/date.C, classes/file.C, classes/hash.C,
11816: classes/op.C, classes/string.C, classes/table.C,
11817: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
11818: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
11819: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
11820: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
11821: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
11822: violated String::invariant. started fixing [not compiled now]
11823:
11824: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
11825: main/compile.tab.C, main/compile.y, main/pa_string.C,
11826: main/untaint.C, targets/cgi/parser3.C: number of string style
11827: improvements & optimizations
11828:
11829: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
11830: :(]
11831:
11832: * src/main/untaint.C: removed redundant & in CORD_pos param passing
11833: [for it's a pointer really]
11834:
11835: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
11836: 'n' param. worked that around
11837:
11838: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
11839: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
11840: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
11841: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
11842: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
11843:
11844: Thanks for the bug report and patch.
11845:
11846: I hadn't looked at this code in a while. Reading it now, it
11847: seems to me that the tests should also be ">= MAX_DEPTH" to
11848: comply with the invariant, though that may not matter a lot. I
11849: changed that, too.
11850:
11851: Hans
11852:
11853: 2003-04-07 paf
11854:
11855: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
11856: merged from head:safe mode error message now includes numbers
11857:
11858: * src/main/execute.C: n-th attempt to make a=a work with double.
11859: problem: as_double returns it's result in fp-register compiler
11860: optimizes access to that register after b->as_double, and just
11861: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
11862: from memory. _SAME_ double values do not match here. when
11863: forced to REload fp-register, values do match.
11864:
11865: tried to make them volatile.
11866:
11867: * src/main/execute.C: n-th attempt to make a=a work with double.
11868: problem: as_double returns it's result in fp-register compiler
11869: optimizes access to that register after b->as_double, and just
11870: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
11871: from memory. _SAME_ double values do not match here. when
11872: forced to REload fp-register, values do match.
11873:
11874: tried to make them volatile.
11875:
11876: * src/types/pa_vobject.h: small style change
11877:
11878: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
11879:
11880: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
11881: mode error message now includes numbers
11882:
11883: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
11884: now causes death
11885:
11886: 2003-04-04 paf
11887:
11888: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
11889: incorportated pa_exec patch by From: "Victor Fedoseev"
11890: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
11891: Sent: Thursday, January 23, 2003 9:14 AM
11892:
11893: huge speedup on ^file::cgi with big result
11894:
11895: * src/classes/table.C: sort table with 0 rows bug fixed
11896:
11897: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
11898: fix http://i2/tasks/edit/?id=4493701604654042676
11899:
11900: @main[] $with_default[ $.a[1] $._default[default from
11901: with_default] ] ^show[$with_default]
11902:
11903: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
11904: =$to_add_to.xxx=<br>
11905:
11906: ^show[$to_add_to]
11907:
11908: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
11909: ^show[$cloned]
11910:
11911: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
11912:
11913: } <hr>
11914:
11915: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
11916: http://i2/tasks/edit/?id=4493701604654042676
11917:
11918: @main[] $with_default[ $.a[1] $._default[default from
11919: with_default] ] ^show[$with_default]
11920:
11921: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
11922: =$to_add_to.xxx=<br>
11923:
11924: ^show[$to_add_to]
11925:
11926: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
11927: ^show[$cloned]
11928:
11929: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
11930:
11931: } <hr>
11932:
11933: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
11934: http://i2/tasks/edit/?id=4507350336410850921
11935:
11936: * src/classes/xdoc.C: memory allocation func bugfix
11937: http://i2/tasks/edit/?id=4499303470368629745
11938:
11939: * src/classes/math.C: allowed random 1...
11940:
11941: * src/classes/math.C: allowed random 0..
11942:
11943: * src/main/pa_globals.C: exif mem leak
11944: http://i2/tasks/edit/?id=4480590323629807263
11945:
11946: * src/: classes/classes.dsp, main/main.dsp,
11947: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
11948: fix http://i2/tasks/edit/?id=4493946731322521294
11949: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
11950:
11951: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
11952: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
11953: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
11954: links to xml libs made relative, no need to unpack parser3project
11955: to /parser3project.
11956:
11957: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
11958: column more precise - tab handling bug fixed
11959:
11960: * src/main/: compile.tab.C, compile.y: more understandable error
11961: message in case @CLASS with more then one line inside
11962:
11963: * src/targets/cgi/parser3.C: more understandable error message in
11964: case of errors in @unhandled_exception
11965:
11966: 2003-04-03 paf
11967:
11968: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
11969: src/main/compile.tab.C, src/main/compile.y,
11970: src/main/compile_tools.C, src/main/compile_tools.h,
11971: src/main/execute.C, src/main/pa_request.C: debug info format
11972: simplified, now it's: OP_VALUE Operation::Origin << here value*
11973:
11974: higher limits: file number (max: 255) line number (max:
11975: 64535) column number (max: 255)
11976:
11977: * src/classes/math.C: top limit
11978:
11979: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
11980: precise parse error position in case of
11981:
11982: ^bug ]
11983:
11984: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
11985: changed to realities, and passed [bug fixed]
11986:
11987: * src/: classes/op.C, include/pa_request.h, main/compile.C,
11988: main/compile.tab.C, main/compile.y, main/compile_tools.C,
11989: main/compile_tools.h, main/pa_request.C: introducing
11990: ^process...[main-method-alias]
11991:
11992: * src/: classes/date.C, classes/image.C, classes/op.C,
11993: classes/string.C, classes/table.C, classes/xdoc.C,
11994: types/pa_vmethod_frame.h: MethodParams& now [methods without
11995: params receive zero reference, but they are expected not to look
11996: there]
11997:
11998: * operators.txt, src/classes/date.C, src/classes/double.C,
11999: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
12000: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12001: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
12002: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12003: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
12004: src/main/execute.C, src/types/pa_method.h: MethodParams& now
12005: [methods without params receive zero reference, but they are
12006: expected not to look there]
12007:
12008: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12009: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
12010: ^process...[filename] useful for better error reporting
12011: [file/line/col]
12012:
12013: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
12014: types/pa_vstring.h: slightly improved error messages text: 1. is
12015: '%s', it 2. method undefined in case of ^void[]
12016:
12017: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
12018: include/pa_types.h, main/execute.C, main/pa_request.C: exception
12019: handling done. now we have error columns todo: test it
12020:
12021: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
12022: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
12023:
12024: this makes life easier: were: bad stack order -- were in
12025: exception catch unwind order, which didn't match execution order
12026:
12027: @main[] ^try{ ^first[] }{ ^throw[c;3] }
12028:
12029: @first[] ^throw[a;1]
12030:
12031: showed throw a first throw b try
12032:
12033: which is no good
12034:
12035: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
12036: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
12037: trace reset after handled exception [old bug fixed]
12038:
12039: * src/main/: compile.tab.C, compile.y: parse position old bug
12040: fixed. position reporting made precise [both, in parse erros and
12041: runtime errors]
12042:
12043: 2003-04-02 paf
12044:
12045: * src/: include/pa_operation.h, include/pa_request.h,
12046: main/compile.C, main/compile.tab.C, main/compile.y,
12047: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12048: main/pa_exception.C, main/pa_request.C: debug info: started
12049: using. todo:complete
12050:
12051: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
12052: main/compile.C, main/compile.tab.C, main/compile.y,
12053: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12054: main/pa_request.C: prepared debug info todo:use it
12055:
12056: * src/include/pa_operation.h: strange mistake fixed: forgot to
12057: return Operation class->union after switching from autoptrs.
12058:
12059: * tests/: Makefile, results/108.processed, results/117.processed:
12060: meta considered OK [it's up to coder now to remove it not needed]
12061:
12062: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
12063: Dictionary constructor when moved to gc]
12064:
12065: * src/main/pa_common.C: uncommented http:// file loading
12066:
12067: * src/include/pa_array.h, src/main/execute.C,
12068: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
12069: fix [gdGrowingBuf]
12070:
12071: * configure.in, src/lib/Makefile.am: removed patches
12072:
12073: * configure, src/include/pa_config_auto.h.in,
12074: src/main/pa_charset.C: --enable-assertions autoconf-ed
12075:
12076: * src/main/pa_common.C: uncommented http:// file loading
12077:
12078: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
12079: xdoc::create/load
12080:
12081: * src/: classes/form.C, classes/hash.C, classes/image.C,
12082: classes/string.C, classes/table.C, classes/void.C,
12083: include/pa_common.h, main/pa_common.C, main/pa_request.C,
12084: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
12085: String::String(str,helper_length) are checked. found/fixed one
12086: place: $request:body now zero-terminated,
12087:
12088: * src/: classes/op.C, classes/table.C, include/pa_request.h,
12089: main/compile_tools.C, main/execute.C, types/pa_value.h,
12090: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
12091: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
12092: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12093: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
12094: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12095: types/pa_vxnode.h: more locally scoped vars in execute (more
12096: easily optimizable)
12097:
12098: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
12099: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
12100:
12101: * src/: include/pa_array.h, include/pa_stack.h,
12102: include/pa_string.h, main/compile_tools.C, main/main.dsp,
12103: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
12104: become assertion iterator in methodframe filler
12105:
12106: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
12107: targets/cgi/parser3.C: array::get/put inlined
12108:
12109: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
12110: gc_substitute_memory_management_functions +installed CORD_oom
12111: function
12112:
12113: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
12114: src/include/pa_config_includes.h, src/include/pa_string.h,
12115: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
12116: src/targets/cgi/parser3.C: converted debug hacks to ANSI
12117: assertions started configure.in --enable-assertions
12118:
12119: 2003-04-01 paf
12120:
12121: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
12122: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
12123: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
12124: gdome uses glib memory, and stores last pointer to xmlDoc there,
12125: gc misses that and collects valid memory fixed by remembering
12126: xmlDoc from dom object in xdoc. todo: do something with
12127: premature free of xdoc with xnodes/node values referring into it
12128:
12129: * src/classes/: mail.C: typo fix
12130:
12131: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
12132: changes
12133:
12134: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
12135: main/pa_memory.C: moved memory debugging to global level: to
12136: pa_gc_malloc
12137:
12138: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
12139: debugging showed no errors. todo: debug parser memory
12140:
12141: * src/targets/cgi/: parser3.C, parser3.dsp: more build
12142: configurations
12143:
12144: * src/: classes/classes.dsp, include/pa_config_fixed.h,
12145: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
12146: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
12147: types/types.dsp: prepared xml-static configuration
12148:
12149: 2003-03-31 paf
12150:
12151: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
12152: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
12153: xml lib memory debugging, simple checks failed: it seems that
12154: library does realloc(bad ptr), and recording those ptrs in heap
12155: [for debugging] was bad: heap situation changes = everything
12156: works fine
12157:
12158: * src/: main/pa_charset.C, include/pa_charset.h: worked around
12159: xmlRegisterCharEncodingHandler limitation [currently imposed
12160: limit of 10 user-defined charsets]
12161:
12162: 2003-03-28 paf
12163:
12164: * src/main/execute.C: execution stack copied to local register
12165: variable, removed lots [~2e7) of memory accesses
12166:
12167: 2003-03-27 paf
12168:
12169: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
12170: works in debug, but fails in release todo: fix that
12171:
12172: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
12173: targets/cgi/parser3.C: forgot to merge XML memory funcs
12174: replacement from gc branch
12175:
12176: * src/main/pa_exec.C: introducing append_help_length [radical
12177: improvement here]
12178:
12179: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
12180: 'not recommened' in gc.h, on win32 noticed no difference]
12181:
12182: * src/include/pa_array.h: returned checked array get [were disabled
12183: for debugging] result:not slower [don't understand that, it were
12184: INLINED] todo: find out a way of inlining it!
12185:
12186: * src/: include/pa_string.h, lib/gc/include/gc.h,
12187: lib/gc/include/gc_fake.h, main/compile.tab.C,
12188: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
12189: convention changed: all resulting strings are zero-terminated
12190:
12191: * src/: classes/date.C, classes/file.C, classes/hash.C,
12192: classes/string.C, classes/table.C, classes/void.C,
12193: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
12194: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
12195: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
12196: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
12197: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
12198: types/pa_vfile.C, types/pa_vmail.C: introducing
12199: append_help_length [radical improvement here]
12200:
12201: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
12202: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
12203: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
12204: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
12205: even slower
12206:
12207: * src/: classes/string.C, classes/table.C, include/pa_array.h,
12208: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
12209: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
12210: clients of &get(): most to use non-ref version, some[in tight
12211: places] to get_unchecked_ref
12212:
12213: * src/doc/memory.dox: forgot to add
12214:
12215: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
12216: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
12217: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
12218: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
12219: main/compile.y, main/compile_tools.C, main/compile_tools.h,
12220: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
12221: targets/cgi/parser3.dsp, types/pa_vmail.C,
12222: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
12223: T>>&<< removed after Stack::pop wiping removed [moved to separate
12224: func] other Array & removed
12225:
12226: 2003-03-26 paf
12227:
12228: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
12229: classes/table.C, include/pa_array.h, include/pa_charset.h,
12230: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
12231: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
12232: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
12233: main/main.dsp, main/pa_charset.C, main/pa_common.C,
12234: main/pa_exec.C, main/pa_sql_driver_manager.C,
12235: main/pa_stylesheet_manager.C, main/pa_table.C,
12236: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
12237: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
12238: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
12239: pre-evaluated .count() in some places
12240:
12241: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
12242: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
12243: types/types.dsp: .dsp profiling updated
12244:
12245: * src/: classes/classes.dsp, lib/cord/cord.dsp,
12246: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
12247: targets/cgi/parser3.dsp, types/types.dsp: started profiling
12248:
12249: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
12250: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
12251: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
12252: use lib/gc,lib/cord
12253:
1.101 moko 12254: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
12255: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 12256: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
12257: src/include/pa_config_includes.h, src/include/pa_request.h,
12258: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
12259: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.101 moko 12260: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 12261: src/lib/cord/include/Makefile.am,
1.101 moko 12262: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
12263: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
12264: src/targets/cgi/Makefile.am, src/types/Makefile.am,
12265: src/types/pa_vclass.h, src/types/pa_vcookie.h,
12266: src/types/pa_vform.h, src/types/pa_vhash.h,
12267: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
12268: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
12269: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
12270: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
12271: funcs ported pa_exec
1.95 moko 12272:
12273: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
12274:
12275: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
12276: bundled gc includes
12277:
12278: * src/: classes/op.C, include/pa_array.h,
12279: include/pa_sql_connection.h, include/pa_string.h,
12280: include/pa_version.h, main/compile.tab.C, main/compile.y,
12281: main/execute.C, main/pa_common.C, main/pa_exception.C,
12282: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
12283: targets/cgi/parser3.dsp: a number of bugfixes [while testing
12284: first real site (aval)]
12285:
12286: 2003-03-25 paf
12287:
12288: * operators.txt, src/main/pa_sql_driver_manager.C,
12289: src/types/pa_vstatus.C: $status.memory used free since_compact
12290: process
12291:
12292: * src/: include/pa_sql_connection.h, main/pa_globals.C,
12293: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
12294:
12295: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
12296:
12297: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
12298: src/types/pa_value.h, src/types/pa_vfile.h,
12299: src/types/pa_vobject.C, src/types/pa_vobject.h,
12300: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
12301: tests/results/121.processed: untaint.C L_URI
12302:
12303: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
12304: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
12305: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
12306: src/types/pa_vmemory.h: ^memory:compact[]
12307:
12308: * tests/results/109.processed: it was a bug in parser. updated 109
12309: test result
12310:
12311: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
12312:
12313: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
12314: tests/results/107.processed: fixed dom language [values are now
12315: considered tainted. it was a bug in parser. updated 107 test
12316: result
12317:
12318: * src/classes/xdoc.C: fixed transform params
12319:
12320: * src/: include/pa_stylesheet_manager.h,
12321: main/pa_stylesheet_manager.C: fixed stylesheet caching
12322:
12323: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
12324: overloads for structure handling
12325:
12326: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
12327: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
12328: StringBody(0) ambiguilty, introducting static
12329: StringBody::Format(int)
12330:
12331: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
12332: linked
12333:
12334: * src/types/pa_vxdoc.C: vxdoc compiled
12335:
12336: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
12337: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
12338: finalizers isntalled
12339:
12340: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
12341: doc/exception.dox, doc/index.dox, include/pa_charset.h,
12342: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
12343: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
12344: compiled todo: xnode.C / finalizers
12345:
12346: * src/doc/string.dox: updated: new string internals
12347:
12348: 2003-03-24 paf
12349:
12350: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12351: include/pa_charset.h, include/pa_config_fixed.h,
12352: include/pa_request.h, include/pa_stylesheet_connection.h,
12353: include/pa_stylesheet_manager.h, main/pa_charset.C,
12354: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
12355: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
12356: types/pa_vxnode.h: started XML
12357:
12358: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
12359:
12360: * src/: classes/file.C, classes/image.C, classes/mail.C,
12361: include/pa_string.h, main/pa_common.C,
12362: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
12363:
12364: * src/: classes/file.C, classes/image.C, classes/mail.C,
12365: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
12366: main/pa_request.C, main/pa_sql_driver_manager.C,
12367: types/pa_vimage.h: size_t pos everywhere checks changed to check
12368: for eq STRING_NOT_FOUND
12369:
12370: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
12371: optimize bit implemented
12372:
12373: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
12374: String::ArrayFragment::append_positions fixed
12375:
12376: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
12377: String::this_starts fixed
12378:
12379: * src/main/pa_string.C, tests/Makefile: string::pos fixed
12380:
12381: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
12382: hashcode implemented fully, including per-char callback [it can
12383: be - substr CORD node]
12384:
12385: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
12386: rewritten to rewalloc with 100byte buf ahead
12387:
12388: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
12389: src/include/pa_string.h, src/main/compile.tab.C,
12390: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
12391: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
12392: CORD_ec [bad] would rewrite as realloc now
12393:
12394: * src/: classes/date.C, classes/file.C, classes/form.C,
12395: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
12396: include/pa_cache_managers.h, include/pa_charsets.h,
12397: include/pa_common.h, include/pa_request.h,
12398: include/pa_sql_driver_manager.h, include/pa_table.h,
12399: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
12400: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
12401: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
12402: types/pa_vmail.C, types/pa_vmethod_frame.C,
12403: types/pa_vstateless_class.h: 2*2 worked :)
12404:
12405: * parser3.dsw, src/classes/date.C, src/classes/file.C,
12406: src/include/pa_exec.h, src/include/pa_string.h,
12407: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
12408: passed OK
12409:
12410: * src/: classes/hash.C, classes/string.C, classes/table.C,
12411: types/pa_value.C: all linked todo: debug
12412:
12413: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
12414: types/pa_vstateless_class.C: all compiled. todo:link
12415:
12416: * src/types/pa_wcontext.C: pa_wcontext.C compiled
12417:
12418: * src/types/pa_vtable.C: pa_vtable.C compiled
12419:
12420: * src/types/pa_vstring.C: pa_vstring.C compiled
12421:
12422: * src/types/pa_vstatus.C: pa_vstatus.C compiled
12423:
12424: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
12425: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
12426: pa_vstateless_class.C, pa_vstateless_class.h:
12427: pa_vstateless_class.C compiled
12428:
12429: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
12430: types/pa_vmath.C: pa_vmail.C compiled
12431:
12432: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
12433:
12434: * src/types/pa_vform.C: pa_vform.C compiled
12435:
12436: * src/types/pa_vfile.C: pa_vfile.C compiled
12437:
12438: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
12439: pa_vstateless_class.C: pa_vcookie.C compiled
12440:
12441: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
12442: types/pa_vhash.h: pa_value.C compiled
12443:
12444: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
12445: classes.lib main.lib compiled
12446:
12447: * src/classes/void.C: void.C compiled
12448:
12449: * src/: classes/string.C, classes/table.C, include/pa_string.h,
12450: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
12451: compiled
12452:
12453: * src/: classes/string.C, include/pa_request.h,
12454: include/pa_string.h, main/pa_string.C: string.C compiled
12455:
12456: * src/: classes/op.C, classes/string.C, classes/table.C,
12457: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
12458: main/pa_request.C, main/pa_string.C: op.C compiled
12459:
12460: * src/classes/: math.C, op.C: math.C compiled
12461:
12462: * src/: classes/mail.C, classes/string.C, classes/table.C,
12463: types/pa_vmail.h: mail.C compiled
12464:
12465: * src/classes/: int.C, table.C: int.C compiled
12466:
12467: * src/: classes/hash.C, classes/image.C, classes/string.C,
12468: classes/table.C, include/pa_memory.h, include/pa_string.h,
12469: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
12470: compiled
12471:
12472: * src/: classes/hash.C, classes/string.C, classes/table.C,
12473: classes/void.C, classes/xdoc.C, include/pa_request.h,
12474: include/pa_sql_connection.h: hash.C compiled
12475:
12476: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
12477: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
12478: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
12479: classes/math.C, classes/op.C, classes/response.C,
12480: classes/string.C, classes/table.C, classes/void.C,
12481: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
12482: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
12483: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
12484: file.C table.C compiled
12485:
12486: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
12487: main/untaint.C: main.lib compiled
12488:
12489: 2003-03-21 paf
12490:
12491: * src/: classes/op.C, include/pa_cache_managers.h,
12492: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12493: include/pa_stylesheet_manager.h, main/pa_exception.C,
12494: main/pa_globals.C, main/pa_sql_driver_manager.C,
12495: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
12496: compiled
12497:
12498: * src/: classes/hash.C, classes/image.C, classes/op.C,
12499: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
12500: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
12501: main/compile.C, main/pa_common.C, main/pa_request.C,
12502: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
12503: pa_request.C compiled
12504:
12505: * src/: classes/hash.C, classes/mail.C, classes/op.C,
12506: include/pa_request.h, main/execute.C, main/pa_request.C,
12507: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
12508: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
12509: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
12510: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
12511: compiled
12512:
12513: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
12514: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
12515: on unix
12516:
12517: * src/: include/pa_charset.h, include/pa_charsets.h,
12518: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
12519: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
12520: pa_charsets.C compiled
12521:
12522: * src/: classes/image.C, classes/mail.C, classes/op.C,
12523: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
12524: main/compile.y, main/execute.C, main/pa_common.C,
12525: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
12526: types/pa_vcode_frame.h, types/pa_vimage.h,
12527: types/pa_vmethod_frame.h: execute.C compiled
12528:
12529: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12530: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12531: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12532: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
12533: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12534: include/pa_cache_managers.h, include/pa_charsets.h,
12535: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
12536: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
12537: include/pa_sql_driver_manager.h, include/pa_string.h,
12538: include/pa_stylesheet_connection.h,
12539: include/pa_stylesheet_manager.h, include/pa_table.h,
12540: main/compile.C, main/compile.tab.C, main/compile.y,
12541: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12542: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12543: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
12544: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
12545: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
12546: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12547: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12548: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
12549: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12550: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12551: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12552: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
12553: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
12554: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
12555: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12556: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12557: types/pa_vresponse.h, types/pa_vstateless_class.C,
12558: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12559: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12560: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12561: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12562: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12563: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
12564: [C++ CORD wrapper]
12565:
12566: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
12567:
12568: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
12569: $file::exec/cgi[script; $.charset[this is script's charset]
12570:
12571: command line, env values, input got transcoded before call
12572: stdout, stderr got transcoded after call
12573:
12574: * src/classes/file.C: ^file::exec/cgi now does not pass post data
12575: by default. use: ^file::exec[...;$.stdin[$request.body]
12576:
12577: * src/main/pa_common.C: } typo bug fix
12578:
12579: * src/main/pa_common.C: } typo bug fix
12580:
12581: 2003-03-20 paf
12582:
12583: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
12584: main/untaint.C: cord bug fix, but still errors todo: clear out
12585:
12586: * src/include/pa_string.h: more tests
12587:
12588: * src/main/pa_string.C: string.pos fixed
12589:
1.101 moko 12590: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
12591: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
12592: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
12593: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
12594: replaces
1.95 moko 12595:
12596: * src/: classes/image.C, include/pa_dictionary.h,
12597: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
12598: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
12599: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
12600: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
12601:
12602: * src/include/pa_string.h: warning
12603:
12604: * src/include/pa_string.h: this_starts fixed
12605:
12606: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
12607: new String ctor & append params convention
12608:
12609: * src/: classes/file.C, classes/hash.C, classes/image.C,
12610: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
12611: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
12612: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
12613: main/pa_exception.C, main/pa_exec.C,
12614: main/pa_sql_driver_manager.C, main/pa_string.C,
12615: main/pa_stylesheet_manager.C, main/untaint.C,
12616: targets/isapi/parser3isapi.C, types/pa_vimage.C,
12617: types/pa_vmail.C: more tests OK
12618:
12619: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
12620: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
12621: gc/exit runned OK
12622:
12623: * src/types/pa_vmail.C: another naming problem: should not name
12624: vars like that: unpredictable close caused problems with later
12625: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
12626: descriptors missing on startup: stdin; Bad file number
12627:
12628: todo: find out why so many filters(stream) here. probably wrong?
12629:
12630: * src/: include/pa_dictionary.h, include/pa_string.h,
12631: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
12632: main/untaint.C: test compiled
12633:
12634: * src/: classes/image.C, classes/mail.C, classes/math.C,
12635: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
12636: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
12637: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
12638: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
12639: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
12640: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
12641: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
12642: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
12643: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
12644:
12645: * parser3.dsw, src/classes/file.C, src/classes/image.C,
12646: src/classes/op.C, src/classes/string.C, src/classes/table.C,
12647: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
12648: src/include/pa_memory.h, src/include/pa_request.h,
12649: src/include/pa_request_charsets.h,
12650: src/include/pa_sql_connection.h, src/include/pa_string.h,
12651: src/main/compile.tab.C, src/main/execute.C,
12652: src/main/pa_charset.C, src/main/pa_common.C,
12653: src/main/pa_exception.C, src/main/pa_exec.C,
12654: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12655: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
12656: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
12657: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
12658: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12659: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
12660: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12661: src/types/pa_vobject.C, src/types/pa_vresponse.C,
12662: src/types/pa_vstatus.C, src/types/pa_vstring.C,
12663: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12664: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
12665: pa_common.C [done, without http for now]
12666:
12667: 2003-03-19 paf
12668:
12669: * src/: classes/date.C, classes/form.C, classes/hash.C,
12670: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
12671: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
12672: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
12673: include/pa_string.h, include/pa_table.h, main/compile.C,
12674: main/compile_tools.C, main/execute.C, main/pa_charset.C,
12675: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
12676: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
12677: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
12678: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
12679: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
12680: types/pa_vstateless_class.h, types/pa_vtable.C,
12681: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
12682: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
12683: types/pa_wwrapper.h: started test
12684:
1.101 moko 12685: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
12686: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 12687:
12688: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
12689: include/pa_string.h, main/pa_string.C: string compiled todo: test
12690: it
12691:
12692: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
12693: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
12694: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
12695: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
12696: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
12697: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
12698: types/pa_vmethod_frame.h, types/types.dsp: string
12699: reimplementation with cord+array<fragment>: 70%
12700:
12701: 2003-03-18 paf
12702:
12703: * src/: classes/date.C, classes/file.C, classes/form.C,
12704: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
12705: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
12706: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
12707: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
12708: can ignore lang in cmp and pos really, but would
12709: split properly!
12710:
12711: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
12712: cord part made parser/src/lib: it's not compiled into libgc by
12713: default
12714:
12715: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
12716: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12717: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12718: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12719: src/classes/op.C, src/classes/response.C, src/classes/string.C,
12720: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
12721: src/classes/xnode.C, src/classes/xnode.h,
12722: src/include/Makefile.am, src/include/pa_cache_managers.h,
12723: src/include/pa_charset.h, src/include/pa_charsets.h,
12724: src/include/pa_common.h, src/include/pa_dictionary.h,
12725: src/include/pa_exception.h, src/include/pa_exec.h,
12726: src/include/pa_globals.h, src/include/pa_hash.h,
12727: src/include/pa_memory.h, src/include/pa_pool.h,
12728: src/include/pa_request.h, src/include/pa_request_charsets.h,
12729: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
12730: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
12731: src/include/pa_stylesheet_connection.h,
12732: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
12733: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
12734: src/main/compile.C, src/main/compile.tab.C,
12735: src/main/compile_tools.C, src/main/compile_tools.h,
12736: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
12737: src/main/pa_charsets.C, src/main/pa_common.C,
12738: src/main/pa_dictionary.C, src/main/pa_exception.C,
12739: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
12740: src/main/pa_pool.C, src/main/pa_request.C,
12741: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12742: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
12743: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
12744: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
12745: src/types/pa_junction.h, src/types/pa_method.h,
12746: src/types/pa_value.C, src/types/pa_value.h,
12747: src/types/pa_vclass.C, src/types/pa_vclass.h,
12748: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12749: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12750: src/types/pa_vdouble.h, src/types/pa_venv.h,
12751: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
12752: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
12753: src/types/pa_vimage.C, src/types/pa_vimage.h,
12754: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
12755: src/types/pa_vmath.C, src/types/pa_vmath.h,
12756: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12757: src/types/pa_vobject.C, src/types/pa_vobject.h,
12758: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12759: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12760: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12761: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
12762: src/types/pa_vstatus.h, src/types/pa_vstring.C,
12763: src/types/pa_vstring.h, src/types/pa_vtable.C,
12764: src/types/pa_vtable.h, src/types/pa_vvoid.h,
12765: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12766: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12767: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
12768: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
12769: gc: PA_Object done lots of replacements also
12770:
12771: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
12772: gc logging
12773:
12774: 2003-03-17 paf
12775:
12776: * src/: classes/date.C, classes/file.C, classes/form.C,
12777: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
12778: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
12779: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
12780: include/pa_string.h, include/pa_types.h, main/compile.C,
12781: main/compile.tab.C, main/execute.C, main/pa_charset.C,
12782: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
12783: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
12784: main/pa_sql_driver_manager.C, main/pa_string.C,
12785: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
12786: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
12787: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
12788: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
12789: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
12790: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12791: types/pa_vxnode.h: libgc attempt
12792:
12793: 2003-03-13 paf
12794:
12795: * src/: include/pa_sql_driver_manager.h,
12796: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
12797: called
12798:
12799: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
12800: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
12801: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
12802: types/pa_value.h, types/pa_vobject.h,
12803: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
12804: set_base, set_derived simplified [counter leaks fixed]
12805:
12806: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
12807: src/types/types.dsp: incorporated status class patch From:
12808: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
12809: 2003 8:14 AM
12810:
12811: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
12812: Win32 specific: QuotaPeakNonPagedPoolUsage
12813: QuotaPeakPagedPoolUsage PeakPagefileUsage]
12814:
12815: 2003-03-12 paf
12816:
1.101 moko 12817: * configure, configure.in, src/lib/ltdl/configure,
12818: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 12819: lib/ltdl/Makefile now created by /configure.in only [were by
12820: lib/ltdl/configure.in OVERWRITE]
12821:
1.101 moko 12822: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
12823: linkage fixed for g++ 3.2.2
1.95 moko 12824:
12825: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
12826: on using privately declared class [fixed]
12827:
12828: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
12829: 3.2 rightliy complained on using privately declared class [fixed]
12830:
12831: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
12832: sigpipe before request constructor now causes death
12833:
12834: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
12835: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
12836: not cause exception in exception handler
12837:
1.101 moko 12838: * configure, configure.in, src/targets/cgi/Makefile.am: configure
12839: now default links libstdc++ statically. that can be overriden by
12840: --with-dynamic-stdcpp
1.95 moko 12841:
12842: 2003-03-11 paf
12843:
12844: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
12845: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
12846: necessity of libstdc++
12847:
12848: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
12849:
12850: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
12851:
12852: 2003-03-08 paf
12853:
12854: * tests/Makefile: make install & co
12855:
12856: * src/: include/pa_request.h, classes/op.C: removing
12857: vclass,object.h -> pa_request.h dependency
12858:
12859: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
12860: main/pa_request.C: removing vform,response,cookie.h ->
12861: pa_request.h dependency
12862:
12863: * src/include/pa_request.h: removing vmail.h -> pa_request.h
12864: dependency [testing...]
12865:
12866: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
12867: return 0; fixed
12868:
12869: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
12870: types/pa_vmail.h: vmail.C received just compiled [not tested]
12871:
12872: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
12873:
12874: * src/main/pa_request.C: forgotten: ifdef XML
12875:
12876: * src/main/pa_request.C: forgotten: ifdef XML
12877:
12878: * src/targets/cgi/parser3.C: todo: move to latest xml version on
12879: win32 and run memleak tests again
12880:
12881: * src/targets/cgi/parser3.C: charsets: see some strange things with
12882: old xml lib-- it's internal memory handling has faults
12883:
12884: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
12885: problems when transcode from charset A to A.
12886:
12887: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
12888: todo: still problems when transcode from charset A to A.
12889:
12890: * src/: classes/hash.C, classes/mail.C, classes/string.C,
12891: classes/table.C, include/pa_array.h,
12892: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
12893: started full-scale-site-test [~ http://parser.ru sources]
12894:
12895: some fixes
12896:
12897: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
12898: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
12899: 117.html, 118.html, 119.html, 120.html, results/109.processed,
12900: results/110.processed, results/111.processed,
12901: results/112.processed, results/113.processed,
12902: results/114.processed, results/115.processed,
12903: results/116.processed, results/117.processed,
12904: results/118.processed, results/119.processed,
12905: results/120.processed: xml: tests 109 dom create/show 110 xpath
12906: selectSingle 111 xdoc.create from tainted & 112
12907: xdoc.create/output with russian attr value 113 xpath
12908: selectString/Number 114 dom attributes.count 115 xpath selectBool
12909: 116 output media-type change 117 transform by dom stylesheet 118
12910: empty transform result 119 dom setAttribute 120 nbsp letter
12911: output
12912:
12913: =END OF PREPARED XML TESTS=
12914:
12915: 2003-03-07 paf
12916:
12917: * src/classes/xdoc.C, src/include/pa_charset.h,
12918: src/include/pa_stylesheet_connection.h, tests/108.html,
12919: tests/108.xsl, tests/results/108.processed: xml: test 108
12920: transform with params [bugs fixed]
12921:
12922: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
12923: from copy/paste bug
12924:
12925: * src/classes/xdoc.C, src/include/pa_charset.h,
12926: src/include/pa_request.h, src/main/execute.C,
12927: src/main/pa_charset.C, src/main/pa_exception.C,
12928: src/main/pa_globals.C, src/main/pa_request.C,
12929: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12930: src/types/pa_vxnode.C, tests/107.html,
12931: tests/results/107.processed: xml: test: 107 bug fixes
12932:
12933: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12934: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12935: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
12936:
12937: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
12938: string
12939:
12940: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
12941: mem alloc functions used for different cases [libxml, libxsl]
12942:
12943: * src/classes/classes.C: fixed: prevent system classes from
12944: modification to lock ALL the classes, not only directly used
12945:
12946: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
12947: linked
12948:
12949: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
12950:
12951: 2003-03-06 paf
12952:
12953: * src/classes/xdoc.C: xdoc.C 50%
12954:
12955: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
12956: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
12957: main/pa_globals.C, main/pa_request.C,
12958: main/pa_stylesheet_manager.C: xnode.C compiled
12959:
12960: * src/: include/pa_stylesheet_connection.h,
12961: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
12962: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
12963:
12964: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
12965: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12966: xml: stylesheet&manager STARTED
12967:
12968: * src/: include/pa_globals.h, main/pa_charset.C,
12969: main/pa_exception.C, main/pa_globals.C: xml: exceptions
12970:
12971: * src/: include/pa_charset.h, include/pa_config_fixed.h,
12972: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
12973: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
12974: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
12975: charsets
12976:
12977: * tests/023.html: in some cases it rounded up badly. postponing
12978: solution of that problem, making more simple test
12979:
12980: * tests/: 058_paf2000.png, results/058.processed: .png added with
12981: -kb now
12982:
12983: * src/: include/pa_charset.h, include/pa_charsets.h,
12984: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
12985: moved to charsets.C
12986:
12987: 2003-03-05 paf
12988:
12989: * src/classes/string.C, src/include/pa_string.h,
12990: src/main/pa_string.C, tests/105.html,
12991: tests/results/105.processed: String::match bug fixed
12992:
12993: * src/classes/op.C, src/main/main.dsp, tests/104.html,
12994: tests/results/104.processed: ^bpt operator added [does int3 in
12995: debug build on win32]
12996:
12997: * tests/: 057.html, results/057.processed: test bug fixed
12998:
1.101 moko 12999: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 13000:
13001: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
13002: missing
13003:
1.101 moko 13004: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
13005: forgotten files added to Makes
1.95 moko 13006:
13007: * ltmain.sh: ltmain.sh added
13008:
13009: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
13010: change undone ;(
13011:
13012: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
13013: made static
13014:
13015: * src/: classes/math.C, classes/op.C, classes/string.C,
1.101 moko 13016: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
13017: todo:make linker happy
1.95 moko 13018:
13019: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
13020: env param made optional
13021:
13022: 2003-03-04 paf
13023:
13024: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
13025: types/pa_vimage.h: number of gcc compiler bugs fixed
13026:
13027: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
13028: results/103.processed: tests: 103 image.copy transparence test
13029:
13030: * src/main/execute.C, tests/101.html, tests/102.html,
13031: tests/results/101.processed, tests/results/102.processed: tests:
13032: 101 method/variable name conflict test 102 form fields change
13033: should not not change anything [bug fix]
13034:
13035: * tests/: 057.html, 099.html, 100.html, results/057.processed,
13036: results/099.processed, results/100.processed: tests: 57 date
13037: create 2002: added 99,100 response:body/download
13038:
13039: * src/classes/image.C, tests/098.html, tests/098font.gif,
13040: tests/results/098.processed: test: 98 image font text [bug fixed]
13041:
13042: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
13043: tests/results/097.processed: test: 97 file::load http:// [bugs
13044: fixed]
13045:
13046: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
13047: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
13048: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
13049: image EXIF [bug fixed]
13050:
13051: * src/classes/table.C, src/main/execute.C, tests/061.dat,
13052: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
13053: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
13054: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
13055: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
13056: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
13057: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
13058: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
13059: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
13060: tests/094.html, tests/095.html, tests/results/061.processed,
13061: tests/results/062.processed, tests/results/063.processed,
13062: tests/results/064.processed, tests/results/065.processed,
13063: tests/results/066.processed, tests/results/067.processed,
13064: tests/results/068.processed, tests/results/069.processed,
13065: tests/results/070.processed, tests/results/071.processed,
13066: tests/results/072.processed, tests/results/073.processed,
13067: tests/results/074.processed, tests/results/075.processed,
13068: tests/results/076.processed, tests/results/077.processed,
13069: tests/results/078.processed, tests/results/080.processed,
13070: tests/results/081.processed, tests/results/082.processed,
13071: tests/results/083.processed, tests/results/084.processed,
13072: tests/results/085.processed, tests/results/086.processed,
13073: tests/results/087.processed, tests/results/088.processed,
13074: tests/results/089.processed, tests/results/090.processed,
13075: tests/results/091.processed, tests/results/092.processed,
13076: tests/results/093.processed, tests/results/094.processed,
13077: tests/results/095.processed, tests/079.html,
13078: tests/results/079.processed: tests: 61 file::stat size 62
13079: string->int autoconvert 63 double .int,dec,div,mul 64 date
13080: compare 65 file: basename,justname,justext 66 math:crypt 67
13081: string.match simple on long 68 string.match normalized simple on
13082: long 69 string.int 70 file::stat content-type 71 table.join 72
13083: hash parameter conditional pass 73 date daylightsaving,yearday 74
13084: date arithmetics 75 response date values/attributes 76 string.pos
13085: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
13086: with local 80 scientific numeric literal in string autoconvert 81
13087: xor: logical and numerical 82 for delims 83 menu delims 84
13088: table.hash distinct 85 long string replace 86 throw+catch
13089: current language preserve 87 bit shifts 88 junction tests +
13090: $caller test 89 hash.foreach selfmodification 90 int/void to int
13091: 91 $caller test 92 junction is + def junction tests 93 $caller
13092: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
13093:
13094: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
13095: fixed] 60 string eq string [bug fixed]
13096:
13097: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
13098: 058.html, 058_paf2000.png, 059.html, 060.html,
13099: results/053.processed, results/054.processed,
13100: results/055.processed, results/056.processed,
13101: results/057.processed, results/058.processed,
13102: results/059.processed, results/060.processed: test: 53
13103: string.replace 54 junctions 55 table.hash 56 call indirect 57
13104: date.create[string] 58 image.measure[png]
13105:
13106: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
13107: outputs/051.processed, results/052.processed: test: 52
13108: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
13109: task: fix that
13110:
13111: 2003-03-03 paf
13112:
13113: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
13114: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
13115: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
13116: outputs/049.processed, outputs/050.processed,
13117: outputs/051.processed, results/001.processed,
13118: results/002.processed, results/003.processed,
13119: results/005.processed, results/006.processed,
13120: results/008.processed, results/009.processed,
13121: results/011.processed, results/012.processed,
13122: results/013.processed, results/014.processed,
13123: results/015.processed, results/016.processed,
13124: results/017.processed, results/020.processed,
13125: results/021.processed, results/022.processed,
13126: results/024.processed, results/025.processed,
13127: results/026.processed, results/027.processed,
13128: results/028.processed, results/029.processed,
13129: results/030.processed, results/031.processed,
13130: results/049.processed, results/050.processed,
13131: results/051.processed, results/043.processed,
13132: results/044.processed, results/045.processed,
13133: results/046.processed, results/047.processed,
13134: results/048.processed: tests: 43,44,45 date rolls 46
13135: autoevaluating junction 47 table.select 48 name with subvar 49
13136: hash-creating switch 50 process 51 started parent/child, works as
13137: it were but it were NOT GOOD, created separate task to fix that
13138:
13139: * tests/: 042.html, results/042.processed: test: 42
13140: exception.handled
13141:
13142: * tests/: 041.html, results/041.processed: test: 41 table.locate by
13143: expression
13144:
13145: * tests/: 040.html, results/040.processed: test: 39 method result
13146: of type table 40 method param junction auto evaluate
13147:
13148: * tests/: 039.html, results/039.processed: test: 37 method result
13149: of type table
13150:
13151: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
13152: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
13153: tests/038.html, tests/results/033.processed,
13154: tests/results/034.processed, tests/results/035.processed,
13155: tests/results/036.processed, tests/results/037.processed,
13156: tests/results/038.processed: tests: 33 string.replace 34
13157: string.upper 35 table created 36 local/global vars with juntions
13158: 37 table clone 38 math PI & number formatting
13159:
13160: math class registring typo fixed
13161:
13162: * src/classes/op.C, src/include/pa_request.h,
13163: src/include/pa_string.h, src/main/execute.C,
13164: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
13165: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
13166: tests/032.html, tests/results/032.processed: uchar changed to
13167: String_UL in all places [was not everywhere] untaint test: 032
13168:
13169: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
13170: tests/results/004.processed, tests/parser-cygwin.sh,
13171: tests/parser-unix.sh: removed -H command line key, now testing
13172: using .sh file with SERVER_SOFTWARE=xxx
13173:
13174: 2003-02-26 paf
13175:
13176: * src/main/execute.C, src/types/pa_vstateless_class.h,
13177: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
13178: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
13179: tests/results/024.processed, tests/results/025.processed,
13180: tests/results/026.processed, tests/results/027.processed,
13181: tests/results/028.processed, tests/results/029.processed,
13182: tests/results/030.processed, tests/results/031.processed: fixed
13183: bug with name_cstr mutable CharPtr more tests
13184:
13185: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
13186: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
13187: << abort. die now just exits
13188:
13189: * src/classes/classes.awk, src/classes/classes.h,
13190: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13191: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13192: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13193: src/classes/op.C, src/classes/response.C, src/classes/string.C,
13194: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
13195: src/classes/xnode.C, src/include/pa_memory.h,
13196: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
13197: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
13198: src/types/pa_vform.C, tests/015.html, tests/016.html,
13199: tests/017.html, tests/018.html, tests/019.html,
13200: tests/019paf2001.gif, tests/020.html, tests/021.html,
13201: tests/022.html, tests/023.html, tests/022_dir/a.html,
13202: tests/022_dir/b.txt, tests/022_dir/c.htm,
13203: tests/results/015.processed, tests/results/016.processed,
13204: tests/results/017.processed, tests/results/018.processed,
13205: tests/results/019.processed, tests/results/020.processed,
13206: tests/results/021.processed, tests/results/022.processed,
13207: tests/results/023.processed: methoded_array now contains all Mxxx
13208: classes SAPI::get_env now returns info on pool more tests
13209:
13210: * src/include/pa_array.h, src/include/pa_hash.h,
13211: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
13212: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
13213: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
13214: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
13215: tests/014.html, tests/Makefile, tests/outputs/create-dir,
13216: tests/results/001.processed, tests/results/002.processed,
13217: tests/results/003.processed, tests/results/004.processed,
13218: tests/results/005.processed, tests/results/006.processed,
13219: tests/results/007.processed, tests/results/008.processed,
13220: tests/results/009.processed, tests/results/010.processed,
13221: tests/results/011.processed, tests/results/012.processed,
13222: tests/results/013.processed, tests/results/014.processed: hash
13223: cloning fixed
13224:
13225: 2003-02-25 paf
13226:
13227: * src/main/pa_common.C: typo fixed
13228:
13229: 2003-02-24 paf
13230:
13231: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
13232: [one remained]
13233:
13234: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
13235: [should have been get_string(&pool)] todo: check other such calls
13236:
13237: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
13238: test10, bad lookups
13239:
13240: xxx* xxx=smartptr.get(); << is bad style, after ";" original
13241: object got destructed, and xxx points to sky
13242:
13243: * ChangeLog, src/classes/string.C: match bug fixed
13244:
13245: * src/types/pa_vmail.C: body [text/html] transcoded to
13246: $.charset[specified] now
13247:
13248: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
13249: which failed to handle sigsetjmp+throw: crashed inside of
13250: pre-throw code. rewritten simplier [though duplicating
13251: closesocket code]
13252:
13253: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
13254: which failed to handle sigsetjmp+throw: crashed inside of
13255: pre-throw code. rewritten simplier [though duplicating
13256: closesocket code]
13257:
13258: 2003-02-21 paf
13259:
13260: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
13261: $cookie:name[$.expires[date << can be now]]
13262:
13263: written makefile with regression tests [raw]
13264:
13265: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
13266: tests' only [it's not forcing CGI mode now] now use -H to output
13267: CGI header when parser used in command line [useful for tests
13268: also]
13269:
13270: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
13271: switches on CGI mode, and is used in regression tests
13272:
13273: * src/: include/pa_request.h, main/pa_request.C,
13274: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
13275: fixed
13276:
13277: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
13278: handling pa_*
13279:
13280: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
13281: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
13282: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
13283: memory handling files
13284:
13285: * src/main/pa_array.C: pool::format_integer terminator fixed
13286:
13287: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
13288: compiles OK test to show benefits of free
13289:
13290: * src/: classes/file.C, classes/image.C, classes/mail.C,
13291: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
13292: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
13293: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
13294: use pool [as the one in ^process]
13295:
13296: * src/classes/op.C: fixed process. sould now check for all cstr's
13297: -- some must use pool [as the one in ^process]
13298:
13299: 2003-02-20 paf
13300:
13301: * src/: classes/date.C, classes/double.C, classes/file.C,
13302: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
13303: classes/math.C, classes/op.C, classes/response.C,
13304: classes/string.C, classes/table.C, classes/void.C,
13305: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
13306: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
13307: string cmp fixed
13308:
13309: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
13310: values passed OK now
13311:
13312: 2003-02-19 paf
13313:
13314: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
13315: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
13316: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
13317: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
13318: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
13319: all remaning leaks resulted from pooled::malloc calls [excluding
13320: in gd -- planning complete rewrite extremely ugly code]
13321:
13322: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
13323: files
13324:
13325: 2003-02-17 paf
13326:
13327: * src/: classes/date.C, classes/double.C, classes/file.C,
13328: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13329: classes/response.C, classes/string.C, classes/table.C,
13330: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
13331: include/pa_stylesheet_connection.h,
13332: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
13333: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
13334: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
13335: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
13336: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
13337: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
13338: of unitialized simple-typed field
13339:
13340: * src/: classes/classes.C, classes/classes.h, main/execute.C,
13341: main/pa_charset.C, main/pa_request.C: another bug of unitialized
13342: simple-typed field fixed. todo: find&kill all like that one
13343:
13344: * src/: main/execute.C, targets/cgi/pa_pool.C,
13345: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
13346: debug output fixed
13347:
13348: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
13349: main/pa_request.C: stack-stored items need extra .ref to prevent
13350: object_ptr from delete[them]
13351:
13352: * src/: classes/date.C, classes/op.C, classes/table.C,
13353: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
13354: include/pa_charset.h, main/Makefile.am, main/main.dsp,
13355: main/pa_charset.C, main/pa_common.C,
13356: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
13357: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
13358: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
13359: calls
13360:
13361: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
13362: couple mem leaks rusulted from old pooled::malloc usage.
13363: todo:find more like those
13364:
13365: * src/main/: compile.C, compile_tools.C: 2*2!
13366:
13367: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
13368: stackItem fixed [there were no string on stack before]
13369:
13370: * src/: main/execute.C, main/pa_request.C,
13371: types/pa_vmethod_frame.C: first letters out OK
13372:
13373: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
13374: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
13375: main/pa_string.C, main/untaint.C, types/pa_value.h,
13376: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
13377: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
13378: type not initialized with zeros :( while class fields of class
13379: types initialized with default constructors. learn C++
13380:
13381: * src/: classes/classes.awk, classes/double.C, classes/file.C,
13382: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
13383: classes/math.C, classes/xdoc.C, classes/xnode.C,
13384: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
13385: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
13386:
13387: 2003-02-14 paf
13388:
13389: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
13390: 13 link errors
13391:
13392: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
13393: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
13394: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
13395: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
13396: errors :)
13397:
13398: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
13399: classes/hash.C, classes/mail.C, classes/op.C,
13400: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
13401: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
13402: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
13403: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
13404:
13405: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
13406: classes/table.C, include/pa_common.h, include/pa_globals.h,
13407: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
13408: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
13409: types/pa_vint.h, types/types.dsp: op compiled
13410:
13411: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
13412: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
13413: main/untaint.C, types/pa_vtable.h: string, response compiled
13414:
13415: 2003-02-07 paf
13416:
13417: * src/: classes/table.C, types/pa_vtable.h: table compiled
13418:
13419: 2003-02-06 paf
13420:
13421: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
13422: mail compiled
13423:
13424: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
13425: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
13426: types/pa_vfile.h, types/pa_vimage.h: image compiled
13427:
13428: * src/classes/: file.C, form.C: form compiled
13429:
13430: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
13431: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
13432: types/pa_vfile.C, types/pa_vfile.h: file compiled
13433:
13434: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
13435: types/pa_vmath.h: math compiled [win32]
13436:
13437: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
13438: types/pa_vstring.h: hash compiled
13439:
13440: 2003-02-04 paf
13441:
13442: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
13443: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
13444: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
13445: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
13446: types/pa_vhash.h: hash 50% compiled
13447:
13448: * src/: classes/date.C, classes/file.C, classes/hash.C,
13449: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
13450: classes/string.C, classes/table.C, classes/xdoc.C,
13451: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
13452: main/pa_string.C: date compiled
13453:
13454: * src/classes/: classes.dsp, double.C: double compiled
13455:
13456: * src/: classes/date.C, classes/double.C, classes/file.C,
13457: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
13458: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
13459: classes/string.C, classes/table.C, classes/void.C,
13460: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
13461: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
13462: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
13463: compiled
13464:
13465: * src/: classes/date.C, classes/double.C, classes/file.C,
13466: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
13467: classes/math.C, classes/op.C, classes/response.C,
13468: classes/string.C, classes/table.C, classes/void.C,
13469: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13470: types/pa_vvoid.h: void compiled :)
13471:
13472: * src/: include/pa_globals.h, main/pa_cache_managers.C,
13473: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13474: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
13475: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
13476: main/pa_string.C, main/pa_uue.C, main/untaint.C,
13477: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
13478: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
13479: types/pa_vresponse.C, types/pa_vstateless_class.C,
13480: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
13481: types/pa_wcontext.C, types/types.dsp: removed stupid
13482: value_includes.h
13483:
13484: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
13485: trying to remove stupid value_includes.h
13486:
13487: * src/main/pa_exec.C: pa_exec compiled on win32
13488:
13489: * src/main/pa_exec.C: libmain.a compiled on six [unix]
13490:
13491: * src/: include/pa_globals.h, include/pa_request.h,
13492: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
13493: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
13494: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
13495: types/pa_vrequest.C, types/pa_vstateless_class.C,
13496: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
13497:
13498: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
13499: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
13500: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
13501:
13502: * src/: include/pa_array.h, include/pa_config_includes.h,
13503: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
13504: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
13505: compiled
13506:
13507: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
13508: name conflicts)
13509:
13510: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
13511: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
13512: yelds "virtual memory exhausted" while trying to compile
13513: execute.C [eating up to 127MB]
13514:
13515: 2003-02-03 paf
13516:
13517: * src/: include/pa_config_includes.h, include/pa_hash.h,
13518: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
13519: main/pa_common.C, types/pa_value.C, types/pa_value.h,
13520: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
13521: types/pa_vint.h, types/pa_vjunction.h,
13522: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
13523: started gcc compiling pa_common compiled
13524:
13525: * src/: include/pa_exception.h, include/pa_pool.h,
13526: main/pa_exception.C: exception gcc change #1
13527:
1.101 moko 13528: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
13529: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 13530:
13531: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
13532:
13533: * src/types/pa_vtable.C: vtable compiled
13534:
13535: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
13536:
13537: * src/: include/pa_cache_managers.h, main/pa_request.C,
13538: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
13539:
13540: * src/types/pa_vstateless_class.C: vstateless_class compiled
13541:
13542: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
13543:
13544: * src/types/pa_vrequest.C: vrequest compiled
13545:
13546: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
13547: pa_vobject.C, pa_vobject.h: vobject compiled
13548:
13549: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
13550: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
13551: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
13552: compiled
13553:
13554: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
13555:
13556: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
13557: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
13558: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
13559: compiled
13560:
13561: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13562: main.lib - 0 error(s), 0 warning(s)
13563:
13564: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
13565: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
13566:
13567: 2003-01-31 paf
13568:
13569: * src/: include/pa_array.h, include/pa_operation.h,
13570: include/pa_request.h, main/execute.C, main/main.dsp,
13571: types/pa_vjunction.h: started last file from main library:
13572: execute
13573:
13574: * src/: include/pa_request.h, include/pa_sapi.h,
13575: main/compile.tab.C, main/compile.y, main/compile_tools.h,
13576: main/pa_request.C, targets/cgi/parser3.C,
13577: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
13578: types/pa_vhash.h: pa_request compiled
13579:
13580: * src/: classes/op.C, classes/string.C, include/pa_common.h,
13581: include/pa_globals.h, include/pa_request.h,
13582: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
13583: main/execute.C, main/main.dsp, main/pa_common.C,
13584: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
13585: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
13586: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
13587: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
13588: types/types.dsp: most pa_request compiled
13589:
13590: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13591: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13592: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13593: classes/op.C, classes/response.C, classes/string.C,
13594: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
13595: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
13596: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13597: include/pa_config_fixed.h, include/pa_config_includes.h,
13598: include/pa_dictionary.h, include/pa_dir.h,
13599: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13600: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
13601: include/pa_pool.h, include/pa_request.h,
13602: include/pa_request_charsets.h, include/pa_request_info.h,
13603: include/pa_sapi.h, include/pa_socks.h,
13604: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13605: include/pa_stack.h, include/pa_string.h,
13606: include/pa_stylesheet_connection.h,
13607: include/pa_stylesheet_manager.h, include/pa_table.h,
13608: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13609: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
13610: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
13611: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
13612: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
13613: main/compile.C, main/compile.tab.C, main/compile.y,
13614: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13615: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
13616: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
13617: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
13618: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
13619: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13620: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
13621: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
13622: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
13623: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13624: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
13625: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13626: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
13627: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
13628: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
13629: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13630: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13631: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13632: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13633: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13634: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
13635: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13636: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13637: types/pa_vresponse.h, types/pa_vstateless_class.C,
13638: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13639: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13640: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13641: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13642: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13643: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
13644:
13645: * ChangeLog, src/classes/classes.h, src/classes/op.C,
13646: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13647: src/include/pa_charsets.h, src/include/pa_common.h,
13648: src/include/pa_dictionary.h, src/include/pa_exception.h,
13649: src/include/pa_exec.h, src/include/pa_pool.h,
13650: src/include/pa_request.h, src/include/pa_sapi.h,
13651: src/include/pa_sql_connection.h,
13652: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
13653: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
13654: src/main/compile.tab.C, src/main/compile_tools.C,
13655: src/main/compile_tools.h, src/main/main.dsp,
13656: src/main/pa_charset.C, src/main/pa_charsets.C,
13657: src/main/pa_common.C, src/main/pa_dictionary.C,
13658: src/main/pa_exception.C, src/main/pa_exec.C,
13659: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13660: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
13661: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
13662: src/types/pa_vclass.h, src/types/pa_vcookie.C,
13663: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13664: src/types/pa_vdouble.h, src/types/pa_venv.h,
13665: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
13666: src/types/pa_vhash.h, src/types/pa_vimage.C,
13667: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
13668: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
13669: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13670: src/types/pa_vobject.C, src/types/pa_vobject.h,
13671: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13672: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13673: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13674: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
13675: src/types/pa_vstring.h, src/types/pa_vtable.h,
13676: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
13677: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
13678: died, long live StringPtr
13679:
13680: 2003-01-30 paf
13681:
13682: * src/: include/pa_charset.h, include/pa_request.h,
13683: include/pa_sql_driver_manager.h, main/compile.tab.C,
13684: main/compile.y, main/compile_tools.h, main/pa_request.C,
13685: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
13686:
13687: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
13688: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
13689: types/pa_vhash.h, types/pa_vmethod_frame.h,
13690: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13691: types/types.dsp: vstateless_class compiled
13692:
13693: * src/main/compile.C: compile compiled
13694:
13695: * src/: include/pa_array.h, include/pa_operation.h,
13696: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
13697: main/pa_table.C: compile_tools compiled
13698:
13699: * src/: include/pa_operation.h, main/compile.y,
13700: main/compile_tools.C, main/compile_tools.h: started
13701: compile_tools. vagues ideas of how to free compiled code
13702:
13703: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
13704: main/main.dsp, types/pa_value.C, types/pa_value.h,
13705: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
13706: compiled
13707:
13708: 2003-01-29 paf
13709:
13710: * src/: include/pa_globals.h, include/pa_request.h,
13711: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
13712: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
13713: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
13714: compiled
13715:
13716: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
13717: now
13718:
13719: * src/: include/pa_array.h, include/pa_exception.h,
13720: include/pa_pool.h, main/pa_exception.C: gd compiled
13721:
13722: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
13723: compiled
13724:
13725: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
13726: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
13727: types/pa_vfile.h: vfile compiled
13728:
13729: * src/: include/pa_common.h, include/pa_globals.h,
13730: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
13731: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
13732: types/pa_vform.C, types/pa_vform.h: vcookie compiled
13733:
13734: * src/: include/pa_exception.h, main/pa_cache_managers.C,
13735: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
13736: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
13737: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13738: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
13739:
13740: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
13741: main/main.dsp, main/untaint.C: more compiled
13742:
13743: * src/: include/pa_charsets.h, include/pa_request.h,
13744: include/pa_request_info.h, include/pa_string.h,
13745: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
13746: types/pa_vresponse.h: vrequest compiled
13747:
13748: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
13749: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
13750: pa_vresponse.h, pa_wcontext.h: vrequest compiled
13751:
13752: * src/: classes/classes.h, include/pa_charset.h,
13753: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
13754: include/pa_request.h, include/pa_string.h, main/main.dsp,
13755: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
13756: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
13757: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
13758: types/pa_vrequest.C, types/pa_vrequest.h,
13759: types/pa_vstateless_class.h, types/pa_vstring.h,
13760: types/pa_vvoid.h: vrequest,vdouble,vint compiled
13761:
13762: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
13763: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
13764: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
13765: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
13766: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13767: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
13768: types/pa_vobject.h, types/pa_vstateless_class.h,
13769: types/pa_vstateless_object.h, types/pa_vstatus.h,
13770: types/pa_vstring.h, types/types.dsp: vmath compiled
13771:
13772: 2003-01-28 paf
13773:
13774: * src/: classes/classes.h, classes/date.C, classes/file.C,
13775: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
13776: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
13777: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
13778: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
13779: compile_tools
13780:
13781: * src/: include/pa_charset.h, include/pa_exception.h,
13782: include/pa_request.h, include/pa_string.h, main/untaint.C:
13783: untaint compiled
13784:
13785: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
13786: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
13787: more compiled. struck with string::store_to needing to know
13788: source/client charsets
13789:
13790: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
13791: types/pa_vfile.h: uue compiled
13792:
13793: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
13794: table compiled
13795:
13796: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
13797: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
13798:
13799: * src/: include/pa_charset.h, main/pa_charset.C,
13800: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
13801: introduced]
13802:
13803: * src/: classes/date.C, include/pa_charset.h,
13804: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
13805: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
13806: pa_charsets compiled
13807:
13808: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
13809: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
13810:
13811: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
13812: common compiled
13813:
13814: * src/: include/pa_charsets.h, main/pa_charsets.C,
13815: main/pa_sql_driver_manager.C: pa_charsets compiled
13816:
13817: * src/: include/pa_array.h, include/pa_charset.h,
13818: include/pa_charsets.h, include/pa_pool.h,
13819: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13820: include/pa_stack.h, include/pa_string.h,
13821: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
13822: sql_driver_manager compiled
13823:
13824: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
13825: letter i with two dots added to koi, all ukranian letters added
13826: to win1251.
13827:
13828: typographic simbol 0xb9 deleted from win1251 [strange one & were
13829: abscent from koi]
13830:
13831: 2003-01-27 paf
13832:
13833: * src/: include/pa_exception.h, include/pa_sql_connection.h,
13834: include/pa_sql_driver_manager.h, include/pa_string.h,
13835: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
13836: sql/pa_sql_driver.h: paused on sql_manager
13837:
13838: * src/: include/pa_cache_managers.h, include/pa_pool.h,
13839: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13840: include/pa_stack.h, main/pa_sql_driver_manager.C,
13841: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
13842:
13843: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
13844: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13845: include/pa_table.h, main/pa_sql_driver_manager.C,
13846: main/pa_table.C: table compiled
13847:
13848: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
13849: cache_managers compiled
13850:
13851: * src/: include/pa_array.h, include/pa_charset.h,
13852: include/pa_pool.h, main/pa_charset.C: charset compiled
13853:
13854: * src/: include/pa_pool.h, main/pa_common.C: common compiled
13855:
13856: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
13857: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
13858: main/pa_string.C, types/pa_value.C, types/pa_value.h,
13859: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
13860: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
13861:
13862: 2003-01-24 paf
13863:
13864: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
13865: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
13866: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
13867: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
13868: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
13869: types/pa_vint.h, types/pa_vjunction.h,
13870: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13871: types/pa_vstatus.h, types/pa_vstring.h: more patched
13872:
13873: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
13874: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
13875: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
13876: main/pa_string.C, main/pa_table.C: string compiled
13877:
13878: * src/: include/pa_array.h, include/pa_common.h,
13879: include/pa_dictionary.h, include/pa_exception.h,
13880: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
13881: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
13882: main/pa_string.C: dictionary compiled
13883:
13884: 2003-01-23 paf
13885:
13886: * src/: include/pa_array.h, include/pa_common.h,
13887: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
13888: include/pa_request.h, include/pa_string.h, main/pa_common.C,
13889: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
13890: types/pa_value.h: resurrected pool in new sense: now it's
13891: factory, producing&accounting memory chunks for read[autofree]
13892: buffers
13893:
13894: * src/: include/pa_array.h, include/pa_exception.h,
13895: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
13896: main/pa_exception.C, main/pa_table.C: table compiled
13897:
13898: * src/: classes/image.C, classes/op.C, include/pa_array.h,
13899: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
13900: include/pa_pool.h, include/pa_pragma_pack_begin.h,
13901: include/pa_pragma_pack_end.h, include/pa_sapi.h,
13902: include/pa_string.h, include/pa_table.h, include/pa_types.h,
13903: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
13904: main/pa_table.C: aint that easy
13905:
13906: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
13907: main/main.dsp: continued with Hash
13908:
13909: * src/main/pa_common.C: connect_string allocated on heap[wes on
13910: stack] now. and exception can be reported OK now [can be reported
13911: outside of pro c with that stack]
13912:
13913: 2003-01-22 paf
13914:
13915: * src/: include/pa_array.h, include/pa_charset.h,
13916: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
13917: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
13918: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
13919: base: contains references_count. auto_ptr template calls
13920: add_ref/release
13921:
13922: 2003-01-21 paf
13923:
13924: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13925: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13926: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13927: classes/op.C, classes/response.C, classes/string.C,
13928: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
13929: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
13930: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13931: include/pa_config_fixed.h, include/pa_config_includes.h,
13932: include/pa_dictionary.h, include/pa_dir.h,
13933: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13934: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
13935: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
13936: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
13937: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13938: include/pa_stack.h, include/pa_string.h,
13939: include/pa_stylesheet_connection.h,
13940: include/pa_stylesheet_manager.h, include/pa_table.h,
13941: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13942: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
13943: lib/pcre/pcre_parser_ctype.c, main/compile.C,
13944: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13945: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
13946: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
13947: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
13948: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
13949: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
13950: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
13951: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
13952: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
13953: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
13954: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
13955: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
13956: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
13957: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13958: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13959: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13960: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13961: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
13962: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
13963: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
13964: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13965: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13966: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13967: types/pa_vstateless_object.h, types/pa_vstatus.C,
13968: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13969: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
13970: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
13971: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
13972: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
13973: 2002->2003
13974:
13975: 2003-01-16 paf
13976:
13977: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13978: src/main/pa_globals.C: http:// introducing $.any-status(1)
13979:
13980: * operators.txt, src/include/pa_config_fixed.h,
13981: src/main/pa_common.C: http request now return status. and not
13982: fail on status!=200
13983:
13984: 2003-01-15 paf
13985:
13986: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
13987:
13988: 2003-01-14 paf
13989:
13990: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
13991: mkinstalldirs: removed some ancient files [they in / really]
13992:
13993: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
13994: regretfully needed patch in two places. in config_fixed.h made
13995: stubs for lib to compile in MSVC
13996:
13997: 2003-01-13 paf
13998:
13999: * config.guess, config.sub, ltmain.sh: removed last piece of
14000: configure.in(libtool) hacks
14001:
1.101 moko 14002: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 14003: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
14004: ltdl.h: moved to latest libtool (1.4.3)
14005:
14006: 2003-01-10 paf
14007:
14008: * src/lib/ltdl/: configure, configure.in: PROG_NM
14009:
14010: * src/main/pa_globals.C: moved to latest xml lib versions, changed
14011: patches. libxml2 >= 2.5.1
14012: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
14013: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
14014: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
14015:
14016: * INSTALL: moved to latest versions of xml libs libxml2 >=
14017: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
14018: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
14019: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
14020:
14021: 2003-01-09 paf
14022:
14023: * INSTALL: xml,xslt,gdome lib urls updated
14024:
14025: * config.guess, config.sub, missing, mkinstalldirs,
1.101 moko 14026: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 14027: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.101 moko 14028: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
14029: 1.7.2
1.95 moko 14030:
14031: * depcomp: moving to automake 1.7.2
14032:
14033: 2002-12-27 paf
14034:
14035: * src/include/pa_version.h: 0007
14036:
14037: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
14038: outdated parts, made links to language docs
14039:
14040: * src/include/pa_config_auto.h.in: comment
14041:
14042: 2002-12-26 paf
14043:
14044: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
14045: not contain trailing / fixed.
14046:
14047: * INSTALL: changing SAFE_MODE politics
14048:
14049: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
14050:
14051: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
14052:
14053: 2002-12-25 paf
14054:
14055: * src/main/pa_globals.C: optimized-xml
14056:
14057: * src/main/pa_globals.C: optimized-as-is
14058:
14059: 2002-12-24 paf
14060:
14061: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
14062: fixed [were really called with zero size when .html?a=&b=]
14063:
14064: * src/classes/mail.C: $MAIL in @conf now invalid when configured
14065: with --with-sendmail
14066:
14067: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
14068: fixed]
14069:
14070: 2002-12-23 paf
14071:
14072: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
14073: ignoring parameters & were storing only string with default
14074: expires
14075:
14076: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
14077: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
14078: December 23, 2002 4:22 AM Subject: bug â
14079: Charset::transcode_buf2xchar
14080:
14081: 2002-12-20 paf
14082:
14083: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
14084: non-cgi [script] runs
14085:
14086: 2002-12-19 paf
14087:
14088: * INSTALL: --without-iconv recommended [it crashes on some systems
14089: [tested on elik]] moreover, it's not needed there [parser
14090: registers charsets itself]
14091:
14092: * INSTALL: --without-iconv recommended [it crashes on some systems
14093: [tested on elik]]
14094:
14095: * operators.txt, src/include/pa_globals.h,
14096: src/include/pa_request.h, src/main/pa_globals.C,
14097: src/main/pa_request.C: $response:download
14098:
14099: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
14100: compiler [win32]].
14101:
14102: 2002-12-18 paf
14103:
14104: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
14105:
14106: 2002-12-17 paf
14107:
14108: * src/targets/cgi/parser3.C: merged die&iis changes
14109:
14110: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
14111: to exit(1) 2. more flexible iilegal call check
14112:
14113: 2002-12-16 paf
14114:
14115: * ltmain.sh: some automakes silly insist on having this handy
14116:
14117: * src/main/untaint.C: filespec russian small 'r' changed to latin
14118: 'p' bug fix
14119:
14120: 2002-12-15 paf
14121:
14122: * src/main/untaint.C: filespec russian small 'r' changed to latin
14123: 'p'
14124:
14125: * configure.in, src/include/pa_config_auto.h.in,
14126: src/main/compile.C, src/main/pa_common.C: merged small changes
14127: from branch 6 to HEAD
14128:
14129: * src/main/compile.C: removed warning
14130:
14131: * src/main/pa_common.C: ftruncate having checked
14132:
14133: * configure.in, src/include/pa_version.h: new version
14134:
14135: 2002-12-14 paf
14136:
14137: * src/classes/table.C: removed unnecessary code
14138:
14139: * src/sql/pa_sql_driver.h: exception type fixed
14140:
14141: 2002-12-09 paf
14142:
14143: * src/types/pa_vvoid.h: $void.store[now] error
14144:
14145: * src/targets/cgi/parser3.C: ::die now tries to write core dump
14146:
14147: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
14148: tries to write core dump
14149:
14150: * src/targets/cgi/parser3.C: ::die now tries to write core dump
14151:
14152: * src/: classes/hash.C, classes/string.C, classes/table.C,
14153: classes/void.C, main/pa_sql_driver_manager.C,
14154: sql/pa_sql_driver.h: changed exception handling mech in sql
14155: handlers #2
14156:
14157: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
14158: exception handling mech in sql handlers
14159:
14160: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
14161: handlers
14162:
14163: * src/: classes/hash.C, classes/string.C, classes/table.C,
14164: classes/void.C, main/pa_sql_driver_manager.C,
14165: sql/pa_sql_driver.h: changed exception handling mech in sql
14166: handlers
14167:
1.101 moko 14168: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
14169: to write makefile which used libtool to install things, which is
14170: not needed
1.95 moko 14171:
14172: 2002-12-06 paf
14173:
14174: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
14175: $hash.fields -- pseudo field to make 'hash' more like 'table'
14176:
14177: 2002-12-05 paf
14178:
14179: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
14180: cc/bcc OK now
14181:
14182: * src/main/untaint.C: mail header closed properly
14183:
14184: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
14185: header ',' allowed. still bugs in smtp [only one receiptient
14186: works, cc, bcc ignored now, and MAILED ;)]
14187:
14188: [strncpy killed, memnchr used]
14189:
14190: * src/main/pa_table.C: table-copy now current=0
14191:
14192: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
14193: lowlevel proc
14194:
14195: * src/targets/cgi/parser3.C: more checks on
14196: http://domain/parser.cgi start [maybe some getenv returns "",
14197: checked that now
14198:
14199: * src/targets/cgi/parser3.C: more checks on
14200: http://domain/parser.cgi start [maybe some getenv returns "",
14201: checked that now
14202:
14203: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
14204: out-of-mem errors reached log]
14205:
14206: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
14207: mail:send MIME-Version default
14208:
14209: * src/main/main.dsp: pa_version included into main.dsp
14210:
14211: 2002-12-04 paf
14212:
14213: * src/types/pa_vform.C: $form:field string value cut by premature 0
14214:
14215: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
14216: lib/libltdl -> lib/ltdl Win32 changes. s
14217:
14218: * src/classes/classes.awk: more strict *.C$
14219:
14220: * gnu.dsp: restored
14221:
1.101 moko 14222: * configure.in, gnu.dsp, src/lib/Makefile.am,
14223: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
14224: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
14225: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
14226: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
14227: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
14228: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
14229: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
14230: now created with /configure, not ltdl/configure, so it does have
14231: no problems with automake. ltdl/configure
14232: AC_OUTPUT(Makefile<<removed)
1.95 moko 14233:
14234: 2002-12-02 paf
14235:
14236: * operators.txt: removed outdated status:db
14237:
14238: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
14239: src/main/pa_common.C, src/main/pa_request.C,
14240: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
14241: tainted parts becomes http-header
14242:
14243: 2002-11-29 paf
14244:
14245: * src/classes/date.C, src/classes/image.C, operators.txt: exif
14246: dates now objects of type date
14247:
14248: * src/classes/image.C: file.seek removed [it were used in image.C
14249: only, and for parser user this means that jpeg image has bad
14250: size in fragment's header] now used image.format
14251:
14252: * src/: include/pa_common.h, main/pa_common.C,
14253: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
14254: now handled exactly like $response:header values. e.g. can be
14255: hash [can have subattributes] & contain date values.
14256:
14257: * src/main/pa_common.C: http:// param values lang forced URI
14258:
14259: * src/main/pa_common.C: http:// tainted partes now %xx
14260:
14261: 2002-11-28 paf
14262:
14263: * operators.txt: http.timeout
14264:
14265: * src/classes/image.C: ^image.length now counts interchar space.
14266: plus space after last char
14267:
14268: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
14269:
14270: * src/classes/image.C: ^image.font width measurer now scans full
14271: height [were -1]
14272:
14273: * configure.in: stopped double libltdl/Makefile generation
14274:
14275: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
14276: chars [one top horizontal line of 1pixel height were missing]
14277:
14278: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
14279: 'false' to go into (Hash *) parameter
14280:
14281: 2002-11-27 paf
14282:
14283: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
14284: types/pa_vmail.C: response:body[file] if file nows it's name now
14285: returns content-disposition: >>attachment<<
14286:
14287: * src/classes/image.C: ^image.font << bad font file-size now
14288: properly reported
14289:
14290: 2002-11-26 paf
14291:
14292: * src/main/pa_request.C: fixed lang in reponse header
14293:
14294: * src/main/pa_common.C: utf8 prefix ignored @read text
14295:
14296: * operators.txt, src/main/pa_common.C: http:// response status!=200
14297: made exception: http.status with source=bad status#
14298:
14299: 2002-11-25 paf
14300:
14301: * configure.in, src/classes/image.C,
14302: src/include/pa_config_auto.h.in,
14303: src/include/pa_config_includes.h, src/main/Makefile.am,
1.101 moko 14304: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
14305: const void related probs fixed
1.95 moko 14306:
14307: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
14308:
14309: $file[^file::load[http://there]] $file.SERVER
14310:
14311: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
14312: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
14313: http options [invalid onces now reported] made default
14314: user-agent: paf
14315:
14316: * operators.txt, src/classes/file.C, src/classes/table.C,
14317: src/classes/xdoc.C, src/include/pa_common.h,
14318: src/include/pa_globals.h, src/main/pa_common.C,
14319: src/main/pa_globals.C, src/main/pa_request.C,
14320: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
14321: now understand http:// prefix and additional params, sample:
14322: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
14323: $.USER-AGENT[parser3] ]]
14324:
14325: 2002-11-22 paf
14326:
14327: * src/classes/image.C, src/include/pa_globals.h,
14328: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
14329: src/types/pa_vimage.h, operators.txt: $image.exif support
14330: $image.exif.DateTime & co
14331:
14332: 2002-11-21 paf
14333:
14334: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
14335: _PASS_APPENDED)
14336:
14337: * src/classes/image.C: jpeg size measure fixed: were badly skipping
14338: EXIF information [were big block and it's size were considered
14339: negative :(]
14340:
14341: * operators.txt, src/classes/image.C, src/include/pa_common.h,
14342: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
14343: internals rewritten. no there's reader.seek, and all's ready for
14344: EXIF extraction [now we fail to measure files with EXIF info]
14345:
14346: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
14347: O_TRUNC truncates even exclusevely write-locked file [thanks to
14348: Igor Milyakov <virtan@rotabanner.com> for discovering]
14349:
14350: 2002-11-20 paf
14351:
14352: * src/targets/cgi/parser3.C: logging @signal += query_string
14353:
14354: * configure.in, src/include/pa_config_auto.h.in,
14355: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
14356: comment
14357:
14358: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
14359:
14360: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
14361: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
14362: currently processed document SIGPIPE >> interrupts request
14363: processing [exception = DB rollback]
14364:
14365: * src/main/pa_exec.C: comment
14366:
14367: * src/main/pa_exec.C: pa_exec: data written only if size>0
14368:
14369: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
14370: << disable HTTP-POST repassing
14371:
14372: * src/: include/pa_config_fixed.h, main/pa_common.C,
14373: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
14374: pipe read errors now checked
14375:
14376: 2002-11-19 paf
14377:
14378: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
14379: CGI: Illegal call
14380:
14381: 2002-11-01 paf
14382:
14383: * src/main/execute.C: comment
14384:
14385: 2002-10-31 paf
14386:
14387: * src/main/execute.C: found out why, checked that for now. todo:
14388: find out a way for that user could do that
14389:
14390: * src/types/pa_vstateless_object.h: object put replaces static
14391: parent if any
14392:
14393: * src/types/pa_vobject.C: object put replaces static parent if any
14394:
14395: * src/: classes/form.C, classes/mail.C, classes/op.C,
14396: classes/xnode.h, main/compile.tab.C, main/execute.C,
14397: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
14398: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14399: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
14400: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14401: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
14402: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
14403: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14404: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
14405: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
14406: types/pa_vstateless_object.h, types/pa_vstatus.C,
14407: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
14408: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
14409: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
14410: types/pa_wwrapper.h: static fix merged
14411:
14412: * src/: main/compile.tab.C, types/pa_vobject.C: killed
14413: $virtual_fields in dynamic, but one can reach derived
14414: static[class] variable from base
14415:
14416: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
14417: types/pa_vobject.C, types/pa_vobject.h,
14418: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
14419: statics, left $virtual_fields in dynamic
14420:
14421: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
14422: one can't remember derivates in base class: there's so many of
14423: them. also there can be no virtual method calls in static
14424: classes
14425:
14426: * src/: classes/form.C, classes/mail.C, classes/op.C,
14427: classes/xnode.h, main/execute.C, main/pa_request.C,
14428: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
14429: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
14430: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
14431: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14432: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
14433: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
14434: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
14435: types/pa_vresponse.C, types/pa_vresponse.h,
14436: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
14437: types/pa_vstateless_object.h, types/pa_vstatus.C,
14438: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
14439: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
14440: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
14441: types/pa_wwrapper.h: static call $self fixed
14442:
14443: * src/main/execute.C: comment
14444:
14445: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
14446: ^process[$caller.self]{...} now compiles to last derived object
14447: part of that 'self'
14448:
14449: 2002-10-29 paf
14450:
14451: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
14452: re-passing [iis to blame]
14453:
14454: * src/classes/string.C: changed string.save to pass current sql
14455: connection to cstr thus one can ^connect[some server]{
14456: $s[insert into table x (x) values (^taint[sql]{value})]
14457: ^s.save[some.sql] } and he'd get in some.sql file code with
14458: properly escaped. [tried in mssql->mysql export->import of
14459: binary data]
14460:
14461: 2002-10-25 paf
14462:
14463: * src/types/pa_vresponse.C: case insensitive response user fields
14464: get/put
14465:
14466: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
14467: types/pa_vresponse.C: saving for maybe-future
14468:
14469: 2002-10-23 paf
14470:
14471: * operators.txt, src/classes/table.C: ^table.hash{code}...
14472: ^table.hash(expr)...
14473:
14474: * src/types/pa_vmail.C: email whitespace trimBoth-ed
14475:
14476: 2002-10-22 paf
14477:
14478: * src/types/: pa_vform.C, pa_vform.h: removed needless
14479: VForm::Append...(...Value)
14480:
14481: * src/main/execute.C: $.name outside of $name[...] checked
14482:
14483: * src/main/: compile.tab.C, compile.y: lexer changed to fix
14484: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
14485:
14486: 2002-10-21 paf
14487:
14488: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
14489: $form:qtail $form:imap.x/y
14490:
14491: * operators.txt, src/types/pa_vform.C: $form:nameless =
14492: "?value&...", "...&value&...", "...&value"
14493:
14494: * operators.txt, src/types/pa_vform.C: $form:image-map
14495:
14496: * operators.txt, src/classes/file.C: /some/page.html:
14497: ^file:fullpath[a.gif] => /some/a.gif
14498:
14499: 2002-10-17 paf
14500:
14501: * src/main/: compile.tab.C, compile.y: operators precedence changed
14502: a little: logical not and bitwise negation precedence made
14503: highest, << and >> bitshits precedence made equal [were << higher
14504: than >>]
14505:
14506: * src/classes/op.C: exception handling fixed [were bad with
14507: contexts]
14508:
14509: 2002-10-16 paf
14510:
14511: * src/: classes/op.C, include/pa_request.h, main/execute.C,
14512: main/pa_request.C: Request::self considered equal to
14513: VMethodFrame::self, and removed, Request::get_self() mapped to
14514: VMethodFrame.self()
14515:
14516: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
14517: $hash in open field now gives old good error meesage
14518:
14519: 2002-10-15 paf
14520:
14521: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
14522: use ^if($junction is junction){was and now true}
14523:
14524: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
14525: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
14526: types/pa_vxnode.C: xml->parser strings now have origin, which
14527: points to place where value left xml library and came to parser:
14528: place of dom field extraction/call
14529:
14530: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
14531: main/compile.tab.C, main/compile.y, main/execute.C,
14532: types/pa_vmethod_frame.h: removed last pieces of old code
14533: allowing $junction.xxx at compile time
14534:
14535: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
14536: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
14537: objects also considered [were only classes]
14538:
14539: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
14540: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
14541: with CLASS self. [ (request&method_frame).self temporarily
14542: changed ]
14543:
14544: * src/classes/: hash.C, op.C: method_frame now always changed, with
14545: no exception to native calls. for&foreach changed to use
14546: method_frame.caller for their var's name context
14547:
14548: * src/: main/execute.C, targets/cgi/parser3.C,
14549: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
14550: compiling to system classes disabled
14551:
14552: * operators.txt, src/classes/op.C:
14553: ^process[$caller.CLASS]{code-string} added
14554:
14555: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
14556: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
14557: src/types/Makefile.am, src/types/pa_vjunction.C,
14558: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
14559: src/types/types.dsp: removed $junction.get $junction.set[]
14560: introducing $caller
14561:
14562: * src/types/pa_value.h: removed outdated comments. doxygen would
14563: find them lower by inheritance tree
14564:
14565: * src/types/pa_vjunction.C: ident
14566:
14567: 2002-10-14 paf
14568:
14569: * src/classes/op.C: process compiles to code's class class
14570:
14571: * src/: classes/form.C, classes/mail.C, classes/op.C,
14572: include/pa_request.h, main/compile.C, main/compile.tab.C,
14573: main/compile.y, main/execute.C, main/pa_request.C,
14574: types/pa_vstateless_class.h: operators now main-class-methods
14575:
14576: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
14577: better stack trace [has "call" & co there]
14578:
14579: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
14580: operators @auto now executed in MAIN context
14581:
14582: * src/main/execute.C: operator execution context now = MAIN, not
14583: closest stack frame
14584:
14585: @touchit[] $i[after]
14586:
14587: ----t.html $i[before] << local ^touchit[] $i << now 'before',
14588: were 'after'
14589:
14590: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
14591: 'after'
14592:
14593: * src/main/execute.C: comment
14594:
14595: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
14596: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
14597: action]
14598:
14599: * src/types/pa_vxnode.C: misreplace fixed
14600:
14601: * configure, configure.in, src/include/pa_config_auto.h.in,
14602: src/types/pa_vstatus.C, operators.txt:
14603: $status:rusage.tv_secs/usecs introduced
14604:
14605: 2002-10-09 paf
14606:
14607: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
14608: on empty string [or uses (default)]
14609:
14610: 2002-10-08 paf
14611:
14612: * src/main/untaint.C: mail header quoted printable changed after
14613: RFC reread
14614:
14615: * operators.txt: plan on ^if(method
14616:
14617: * src/types/pa_vxnode.C: misreplace
14618:
14619: 2002-09-24 paf
14620:
1.101 moko 14621: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 14622:
14623: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
14624: mailreceive would compile on freebsd now
14625:
14626: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
14627: configure, configure.in, src/include/pa_config_auto.h.in,
1.101 moko 14628: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
14629: mailreceive would compile on freebsd now
1.95 moko 14630:
14631: * src/: classes/file.C, main/untaint.C: 1. file spec language
14632: changed: now there are only few chars are untainted: * ? ' " < >
14633: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
14634: one should use ^untaint[uri]{...} now]
14635:
14636: 2. $list[^file:list[dir]] now returns simply tainted names in
14637: $list.name, not tainted as filespec
14638:
14639: @russianindex[] #dir with files with russian-lang names
14640: $where[dir]
14641:
14642: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
14643: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
14644:
14645: 2002-09-23 paf
14646:
14647: * src/types/pa_vdouble.h: double->int round added
14648:
14649: * src/classes/date.C: date bug fix, now
14650: round(floatDays*secondsPerDay)
14651:
14652: * src/classes/date.C: date bug fix, now
14653: round(floatDays*secondsPerDay)
14654:
14655: 2002-09-20 paf
14656:
14657: * src/main/execute.C: code junction calls disabled [before: code
14658: was compiled in such a way, that there were no code-junctions in
14659: OP_CALL]
14660:
14661: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
14662:
14663: @badjunctioncallinside[code] ^code[]
14664:
14665: * src/main/: compile.tab.C, compile.y: changed grammer on junction
14666: expanding to include ^junction.method
14667:
14668: * src/main/pa_common.C: -d "DIR/" now true
14669:
14670: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
14671: as internal xdoc encoding, and after decoding attributes set by
14672: dom functions now encoded OK, not as digital entities
14673:
14674: * src/classes/xdoc.C: empty transform result, being taken as file
14675: now returns empty file, not raises stupid error about "stat-ed
14676: file"
14677:
14678: * src/types/pa_vhash.h: hash.foreach modification of existing keys
14679: allowed
14680:
14681: * src/types/types.dsp: introducing $junction.get/put(1) one can
14682: write iterators now:
14683:
14684: ^user-foreach[key;value]{$key=$value<br>}
14685:
14686: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
14687: $code.value($i*2) $code }
14688:
14689: * src/main/compile_tools.h: mistype
14690:
1.101 moko 14691: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
14692: thus taking linking options configure changes into account [were:
14693: ignoring]
1.95 moko 14694:
14695: * src/types/: pa_vjunction.C, Makefile.am: introducing
14696: $junction.get/put(1) one can write iterators now:
14697:
14698: ^user-foreach[key;value]{$key=$value<br>}
14699:
14700: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
14701: $code.value($i*2) $code }
14702:
14703: * src/: include/pa_opcode.h, include/pa_request.h,
14704: main/compile.tab.C, main/compile.y, main/execute.C,
14705: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
14706: introducing $junction.get/put(1) one can write iterators now:
14707:
14708: ^user-foreach[key;value]{$key=$value<br>}
14709:
14710: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
14711: $code.value($i*2) $code }
14712:
14713: 2002-09-19 paf
14714:
1.101 moko 14715: * Makefile.am: new: make commit
1.95 moko 14716:
14717: * aclocal.m4: forced to be older
14718:
14719: 2002-09-18 paf
14720:
14721: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
14722: src/main/compile.y, src/main/execute.C: << >> int shifts
14723:
14724: * src/: include/pa_common.h, include/pa_request.h,
14725: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
14726: - now this - fatal error
14727:
14728: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
14729: that one can pass binary data there
14730:
14731: * src/: classes/date.C, classes/double.C, classes/file.C,
14732: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14733: classes/op.C, classes/response.C, classes/string.C,
14734: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
14735: include/pa_request.h: pa_request contexts made privated, plus
14736: get_{self/method_frame} to read. Request_context_saver used in
14737: ^try to save flang too. [were not saved]
14738:
14739: * src/types/pa_vresponse.C: header value chains joined before
14740: output, this should help $.subject[$var $var] from being
14741: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
14742:
14743: 2002-09-17 paf
14744:
14745: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
14746: removed changes, operators executed with calling self. lots of
14747: code with ^include code relies on defined/defining self variables
14748:
14749: $a[1] ^include[print_a.p] print_a.p: $a
14750:
14751: ^include[set_a.p] a=$a set_a.p: $a[1]
14752:
14753: * src/: classes/op.C, main/execute.C, main/pa_request.C,
14754: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
14755: types/pa_vstateless_class.h: operators now executed with MAIN
14756: self. it's for ^include sake, too strong a change
14757:
14758: * src/classes/op.C: made place for ^process to compile it's code to
14759: in case of no self
14760:
14761: * src/main/execute.C: found ancient param to Junction, removed.
14762: allowed passing self to native_code_operators [for ^process to
14763: work, she needs self]
14764:
14765: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14766: types/pa_vstateless_class.h: found ancient param to Junction,
14767: removed. allowed passing self to native_code_operators [for
14768: ^process to work, she needs self]
14769:
14770: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
14771: types/pa_value.h, types/pa_vmethod_frame.h,
14772: types/pa_vstateless_class.h: allowed Request.self to be 0,
14773: checked that in VMethodFrame get/put and $self.
14774:
14775: * src/classes/: table.C, xdoc.C: table::sql options table::create
14776: copy options options checked, wrong option now fatal error
14777:
14778: * src/main/pa_string.C: string.replace fixed [were missing words on
14779: pieces boundaries]
14780:
14781: * bin/auto.p.dist.in: strange \n
14782:
14783: * configure, configure.in: .so now detected [can be .sl on hpux,
14784: .dll on cygwin, .so in other cases)
14785:
1.101 moko 14786: * configure, configure.in, bin/auto.p.dist.in: .so now detected
14787: [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95 moko 14788:
14789: * operators.txt, src/classes/hash.C, src/classes/table.C,
14790: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
14791: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
14792: record taken [were last]
14793:
14794: * src/: classes/hash.C, classes/table.C,
14795: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
14796: now errors
14797:
14798: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
14799:
14800: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
14801: ,2,3]
14802:
14803: 2002-09-16 paf
14804:
14805: * src/classes/file.C: file::cgi line ends can be both unix & dos.
14806: and they can be unix [\n\n] on win when 'use CGI' used, it causes
14807: stdout to be binary. now detected closest header break.
14808:
14809: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
14810: closed right
14811:
14812: 2002-09-13 paf
14813:
14814: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
14815: src/main/compile_tools.h: (expression #comment)
14816:
14817: (multiline expression #comment line2 #comment )
14818:
14819: (expression #comment with (brackets) comment) << OK
14820:
14821: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
14822: bitwise !|| numerical xor now [preparing for expression
14823: #comments]
14824:
14825: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
14826: error
14827:
14828: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
14829: cheched in pa_socks.C
14830:
1.101 moko 14831: * configure, configure.in, src/include/pa_config_auto.h.in:
14832: HAVE_WINSOCK_H created in configure.in
1.95 moko 14833:
14834: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
14835: cookie date now clean [were mistakenly tainted & that worked bad
14836: with opera -- 'happily' that worked OK with msie]
14837:
14838: 2002-09-12 paf
14839:
14840: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
14841: VClass get_element now first looks to fields, next to methods &
14842: co todo: the rest reason: more speed
14843:
14844: * src/main/untaint.C: quoted printable encoding stops before
14845: \s*<...>$
14846:
14847: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
14848: stops before <...>$
14849:
14850: 2002-09-11 paf
14851:
14852: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
14853: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
14854: forgot to check users of those funcs. not all were using that
14855: return value convention
14856:
14857: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
14858: windows-1254 added
14859:
14860: 2002-09-10 paf
14861:
14862: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
14863: VCodeFrame parent param were specified badly
14864:
14865: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
14866: WWrapper which used in constructing objects(second param to sql
14867: method) ^...sql{}[$.default{code}] now has parent, wich helps
14868: code in hash to survivi
14869:
14870: * src/: include/pa_request.h, main/execute.C: removed redundant
14871: param to execute [stack said 'thanks']
14872:
14873: * src/: classes/op.C, main/execute.C, types/pa_value.C,
14874: types/pa_value.h, types/pa_vcode_frame.h,
14875: types/pa_vmethod_frame.h, types/pa_wcontext.C,
14876: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
14877: responsibility to wcontext
14878:
14879: * src/classes/file.C: decided not to log exec's with stderr, that
14880: could be warnings, and it's up to scritper to log/show them
14881:
14882: * src/: classes/double.C, main/execute.C: double:sql badly called
14883: write_assign_lang, not write_no_lang, thus doing unnecessary
14884: double/string converstion, which were loosing time&precesion
14885:
14886: * src/: main/pa_charset.C, types/pa_vmail.C:
14887: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
14888: case of unfinished in buffer processing, causing accidental
14889: transcode stop [in case that source enc != utf-8 & there is
14890: incomplete utf-8 sequence at the end of 16000block iside of
14891: libxml lib] tfm readed & code updated
14892:
14893: 2002-09-04 paf
14894:
14895: * configure: makes with sjlj
14896:
14897: * INSTALL, src/include/pa_config_fixed.h,
14898: src/include/pa_sql_connection.h,
14899: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
14900: checked. on win32 it made default
14901:
14902: * src/include/pa_config_auto.h.in: sjlj define
14903:
14904: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
14905: can not work with longjump/throw pair, and one must switch that
14906: on there. todo: detect that automatically]
14907:
14908: * src/types/pa_vxnode.C: removed too strong checks of
14909: xnode.elements. now, for instance, if element does not have any
14910: attributes, $xnode.attributes is void, not error
14911:
14912: 2002-09-02 paf
14913:
14914: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
14915: removed double_result, didn't help
14916:
14917: * src/main/execute.C: double_result made to move that var away from
14918: hungry g++ optimizer (-O2), before: it were optimized and
14919: comparison operators worked badly
14920:
14921: * src/types/pa_vdate.h: removed debug
14922:
1.101 moko 14923: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 14924:
14925: * src/main/execute.C: fixed numeric < & co so that thay now use
14926: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
14927: unknown reason.
14928:
14929: 2002-08-29 paf
14930:
14931: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
14932: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
14933: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
14934: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
14935: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
14936: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
14937: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
14938: [called less frequent, allowed to remove ugly
14939: Junction.change_context-s from many places, switch,
14940: mail:send..html{}, ..] request.root renamed to method_frame [more
14941: easyreading] ancient {...PUSH/POPs...} changed to stack vars
14942: [speed up]
14943:
14944: 2002-08-28 paf
14945:
14946: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
14947: tainted
14948:
14949: * src/types/pa_vcookie.C: fixed cookie delete when
14950: $cookie:name[$.value[]]
14951:
14952: * operators.txt, src/classes/string.C:
14953: ^string.split[delim[;options]]
14954:
14955: 2002-08-27 paf
14956:
1.101 moko 14957: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 14958:
14959: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
14960: delimiter
14961:
14962: * INSTALL: recommended latest gmime 1.0.5
14963:
14964: 2002-08-26 paf
14965:
14966: * configure, configure.in: apache13/hook added to make dist.
14967:
14968: 2002-08-23 paf
14969:
14970: * src/: include/pa_common.h, main/pa_common.C,
14971: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
14972: beside binary [cgi, isapi] not accessible [due to bad rights or
14973: whatever] it's error now
14974:
14975: 2002-08-21 paf
14976:
1.101 moko 14977: * Makefile.am: can use: make happy equals to make update install
1.95 moko 14978:
14979: * src/main/: compile.tab.C, compile.y, compile_tools.C,
14980: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
14981: class". compiled as if here they named base class
14982:
14983: * src/main/pa_string.C: fixed bad language bug, [were wrong string
14984: cloning constructor]
14985:
14986: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
14987:
14988: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
14989: src/types/pa_vfile.C, src/types/pa_vmail.C:
14990: $mail.received.file.value.content-type fixed
14991:
14992: 2002-08-20 paf
14993:
14994: * src/classes/file.C: fixed language of file:file result
14995:
14996: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
14997: from 3.0.0005
14998:
14999: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
15000:
15001: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
15002: 3.0.0005
15003:
15004: * src/classes/void.C, operators.txt: ^void.length[] = 0
15005:
15006: 2002-08-19 paf
15007:
15008: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
15009: work now
15010:
15011: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
15012: error in xnode, which were not catched in xdoc]
15013:
15014: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
15015: prepared: // validate each document after load/create (?)
15016: //xmlDoValidityCheckingDefaultValue = 1;
15017:
15018: 2002-08-15 paf
15019:
15020: * src/classes/classes.h: write to static var caused useless
15021: Exception, introduced Methoded::put_element wich consumes those
15022:
15023: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
15024: src/types/pa_vcookie.C, src/types/pa_vdate.h,
15025: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
15026: $response:field[date] $response:field[$.xxx[date]]
15027:
15028: * src/: classes/hash.C, classes/string.C, classes/table.C,
15029: classes/void.C, include/pa_sql_connection.h: fixed source of
15030: ^hash::sql{bad}
15031:
15032: * operators.txt: $request:body unprecessed POST request body
15033:
15034: * src/types/pa_vrequest.C: $request:body unprecessed POST request
15035:
15036: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
15037: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
15038:
15039: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
15040: src/include/pa_request.h, src/main/pa_pool.C,
15041: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
15042: $request:body r.post_data now const
15043:
15044: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
15045: classes/xnode.C, main/execute.C, types/pa_value.h,
15046: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
15047: types/pa_vtable.h: instead of type() checking everywhere used
15048: Value.as now user descendants can be used in params.
15049:
15050: VObject::as_*, is_defined now taken from bases. xtable(table)
15051: ^if($xtable) now OK
15052:
15053: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
15054: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
15055: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
15056:
15057: 2002-08-14 paf
15058:
15059: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
15060: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
15061: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
15062: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
15063: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15064: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
15065: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
15066: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
15067: types/pa_vresponse.C, types/pa_vresponse.h,
15068: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15069: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
15070: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15071: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15072: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
15073: & VClass
15074:
15075: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
15076:
15077: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
15078: removed fixopt stupidity. on stupid linux use cd /document/root
15079: ../cgi/parser3 script
15080:
15081: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
15082: params, splitting them by space, excluding argv[0], argv[argc-1]
15083:
15084: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
15085: fixopt.h: fixopt now preprocesses command line params, splitting
15086: them by space, excluding argv[0], argv[argc-1]
15087:
15088: * src/targets/cgi/parser3.C: -f config file
15089:
15090: * src/targets/cgi/parser3.C: fixed .log file dir
15091:
15092: 2002-08-13 paf
15093:
15094: * src/types/pa_vobject.C: allow override parent variables, useful
15095: for form descendants [in vobject too, were in vclass]
15096:
15097: * src/types/pa_vclass.C: allow override parent variables, useful
15098: for form descendants
15099:
15100: * src/types/pa_vclass.C: checked: form[vclass]fields can be
15101: overwritten in derived(table)
15102:
15103: * src/: classes/form.C, classes/mail.C, classes/op.C,
15104: classes/xnode.h, include/pa_request.h, main/execute.C,
15105: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
15106: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15107: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
15108: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15109: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
15110: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15111: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15112: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15113: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15114: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
15115: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15116: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15117: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
15118: Value::get_element(..., bool looking_down) [needed to exclude
15119: endless recoursion]
15120:
15121: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
15122: fix bug with put endless recoursion todo: check 'as'
15123:
15124: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
15125: reorganized modules todo: fix bug with put endless recoursion
15126: todo: check 'as'
15127:
15128: * src/types/pa_vobject.h: checked: table fields can be overwritten
15129: in derived(table)
15130:
15131: * src/types/pa_vobject.h: derived classes can have fields of their
15132: own now
15133:
15134: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
15135: fixed error message on using non-created table
15136:
15137: * src/: classes/form.C, classes/hash.C, classes/mail.C,
15138: classes/op.C, classes/xnode.h, include/pa_request.h,
15139: main/compile.C, main/compile.tab.C, main/execute.C,
15140: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
15141: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
15142: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
15143: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15144: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
15145: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15146: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
15147: types/pa_vresponse.C, types/pa_vresponse.h,
15148: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15149: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
15150: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15151: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15152: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
15153: looking down/up tree todo: fix error message on non-constructed
15154: parents
15155:
15156: 2002-08-12 paf
15157:
15158: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
15159: derived OK
15160:
15161: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
15162: thorough testing
15163:
15164: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
15165: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
15166: types/pa_vobject.h, types/pa_vstateless_class.h,
15167: types/pa_vstateless_object.h, types/pa_wcontext.h,
15168: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
15169: ^base:create[] dynamic call rewritten todo: thorough testing
15170:
15171: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
15172: now instantates base class, remembers it and saves child in
15173: parent VObject.get_class now returns last child = downward
15174: virtual calls OK
15175:
15176: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
15177: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15178: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
15179: types/pa_vobject.h, types/pa_vresponse.h,
15180: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15181: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
15182: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
15183: VAliased [redundant], moved $CLASS to VObject only [parser class
15184: instance]
15185:
15186: * bin/auto.p.dist.in: more like in dist on parser.ru
15187:
15188: * bin/auto.p.dist.in: fixed sendmail default comment
15189:
15190: * src/main/pa_request.C: $response:body[file] content-type check
15191: fixed [were bad when content-type is hash]
15192:
15193: 2002-08-09 paf
15194:
15195: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
15196: types/pa_vobject.h, types/pa_vxdoc.h: started as()
15197:
15198: 2002-08-08 paf
15199:
15200: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
15201: src/main/pa_globals.C: year column in month calendar [week year]
15202:
15203: * src/main/execute.C: error reporting on object writes to MAIN
15204: improved [were ruind with fixing $obj[^if(1){$obj}] ]
15205:
15206: * operators.txt, src/types/pa_vdate.h: $date.yearday
15207: $date.daylightsaving
15208:
15209: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
15210: use tainted data now. only she must specify the language.
15211:
15212: ^mail:send[ $.from[paf@mail.design.ru]
15213: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
15214: $.text[^taint[uri][ìîñêâà]=] ]
15215:
15216: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
15217: now prints more precise origin
15218:
15219: * src/include/pa_string.h: String::first_char now not fails on
15220: empty strings ^if(-f '') now ok and in 3 other places.
15221:
15222: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
15223: String::first_char now not fails on empty strings ^if(-f '') now
15224: ok and in 3 other places.
15225:
15226: 2002-08-07 paf
15227:
15228: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
15229: fixed
15230:
15231: * src/main/pa_string.C: ^string.mid(0;bad) fixed
15232:
15233: * src/: main/execute.C, types/pa_vcode_frame.h,
15234: types/pa_vmethod_frame.h, types/pa_wcontext.C,
15235: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
15236: mistakenly not completely transparent to object writes.
15237: $hash[^if(1){$hash}] now works
15238:
15239: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
15240: now erasing cache file [there were bad check on that]
15241:
15242: * src/: classes/classes.dsp, classes/table.C,
15243: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
15244: all Debug dirs in .dsp now named 'Debug'
15245:
1.101 moko 15246: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 15247:
15248: * operators.txt, src/classes/mail.C: exception_type email.send
15249:
15250: * operators.txt, src/types/pa_vmail.C: exception_type email.format
15251:
15252: * src/types/pa_vmail.C: mail:send empty email checked
15253:
15254: 2002-08-06 paf
15255:
15256: * operators.txt, src/classes/table.C, src/include/pa_array.h,
15257: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
15258: ^table::create[$source;$.options] ^table::join[$source;$.options]
15259:
15260: * operators.txt, src/classes/hash.C, src/classes/string.C,
15261: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
15262: # $.default() }
15263:
15264: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
15265:
15266: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
15267: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
15268: $file.content-type [instead of .mime-type] now works for
15269: file::stat also
15270:
15271: * src/main/pa_request.C: case insensitive mime_type_of
15272:
15273: * bin/auto.p.dist.in: jpeg
15274:
15275: 2002-08-05 paf
15276:
15277: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
15278:
15279: * src/types/pa_vmail.C: file buffer relocated to parser heap
15280:
15281: * operators.txt: comment on date:calendar week column
15282:
15283: * src/main/pa_common.C: write checked
15284:
15285: * src/main/: pa_common.C: write checked
15286:
15287: * src/classes/date.C: +1 buf size for stupid snprintfs
15288:
15289: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
15290: month calendar week column [ISO 8601 Week Numbers]
15291:
15292: 2002-08-02 paf
15293:
15294: * src/: include/pa_config_fixed.h, main/pa_string.C,
15295: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
15296: DEBUG*
15297:
15298: * configure, configure.in, src/include/pa_version.h: release
15299: 3_0_0005
15300:
15301: * bin/auto.p.dist.in: unhandled_exception comments
15302:
15303: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
15304: multipart post fixed
15305:
15306: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
15307: response transcoded source->client only when text/* or simple
15308: onoverridden $response:body
15309:
15310: 2002-08-01 paf
15311:
15312: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15313: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15314: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15315: classes/op.C, classes/response.C, classes/string.C,
15316: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15317: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15318: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15319: include/pa_config_fixed.h, include/pa_dictionary.h,
15320: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
15321: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
15322: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
15323: include/pa_socks.h, include/pa_sql_connection.h,
15324: include/pa_sql_driver_manager.h, include/pa_stack.h,
15325: include/pa_string.h, include/pa_stylesheet_connection.h,
15326: include/pa_stylesheet_manager.h, include/pa_table.h,
15327: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15328: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15329: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
15330: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15331: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
15332: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15333: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15334: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
15335: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15336: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15337: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
15338: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
15339: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
15340: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15341: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
15342: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
15343: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
15344: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
15345: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
15346: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15347: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
15348: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
15349: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
15350: types/pa_vmethod_frame.h, types/pa_vobject.h,
15351: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15352: types/pa_vresponse.h, types/pa_vstateless_class.C,
15353: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15354: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15355: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15356: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15357: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15358: types/pa_wcontext.h, types/pa_wwrapper.h: $Date: now$
15359:
15360: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
15361: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
15362: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15363: classes/math.C, classes/op.C, classes/response.C,
15364: classes/string.C, classes/table.C, classes/void.C,
15365: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15366: include/pa_array.h, include/pa_cache_managers.h,
15367: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15368: include/pa_config_fixed.h, include/pa_config_includes.h,
15369: include/pa_dictionary.h, include/pa_dir.h,
15370: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15371: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15372: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15373: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15374: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15375: include/pa_stack.h, include/pa_string.h,
15376: include/pa_stylesheet_connection.h,
15377: include/pa_stylesheet_manager.h, include/pa_table.h,
15378: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15379: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
15380: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15381: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
15382: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15383: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
15384: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
15385: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
15386: main/pa_sql_driver_manager.C, main/pa_string.C,
15387: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
15388: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
15389: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15390: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15391: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15392: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
15393: targets/isapi/pool_storage.h, types/pa_valiased.C,
15394: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
15395: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
15396: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
15397: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
15398: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15399: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
15400: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
15401: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15402: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
15403: types/pa_vresponse.C, types/pa_vresponse.h,
15404: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15405: types/pa_vstateless_object.h, types/pa_vstatus.C,
15406: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
15407: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15408: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15409: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15410: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
15411: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
15412: types/Makefile.am: ident.C* removed
15413:
15414: * operators.txt, src/classes/file.C, src/main/pa_request.C:
15415: file:find[/can/do/this/now.txt]
15416:
15417: * src/targets/cgi/parser3.C: usage to stdout now
15418:
15419: 2002-07-31 paf
15420:
15421: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
15422:
15423: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
15424: default "postmaster"
15425:
15426: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
15427: -f postmaster now default sendmail key word "postmaster"
15428: replaced to $.from
15429:
15430: 2002-07-30 paf
15431:
1.101 moko 15432: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
15433: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 15434:
15435: * src/main/pa_charset.C: comment
15436:
15437: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
15438: table, &#decimal;
15439:
15440: * src/main/pa_request.C: comment
15441:
15442: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
15443: paragraf]
15444:
15445: 2002-07-11 paf
15446:
15447: * src/main/pa_exec.C: build command line badly added params twice
15448: [and first time without ' ']. double wrong. fixed.
15449:
15450: * src/main/pa_exec.C: invalid .exe caused error message with params
15451: wich parser did not provide = reported badly. fixed that.
15452:
15453: * src/classes/mail.C: $MAIL[ # xxx ]
15454:
15455: now ok
15456:
15457: * operators.txt: plan: sql detailed exception
15458:
15459: 2002-07-01 paf
15460:
15461: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
15462: [MForm.configure_admin were called when request.main_class ==0
15463:
15464: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
15465:
15466: * src/classes/form.C: content_length type fix
15467:
15468: 2002-06-30 paf
15469:
15470: * src/classes/mail.C: merged from 4
15471:
15472: * src/classes/mail.C: restored $MAIL
15473:
15474: 2002-06-28 paf
15475:
15476: * configure, configure.in: removed paths.h
15477:
1.101 moko 15478: * configure, src/include/pa_version.h,
1.95 moko 15479: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
15480: merged, makes updated
15481:
15482: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
15483: src/include/pa_charset.h, src/include/pa_config_fixed.h,
15484: src/include/pa_pool.h, src/include/pa_version.h,
15485: src/main/pa_charset.C, src/main/pa_pool.C,
15486: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
15487: src/types/pa_vmail.C: merged latest updates to head
15488:
15489: 2002-06-27 paf
15490:
15491: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
15492: not error now
15493:
15494: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
15495: src/include/pa_config_fixed.h, src/include/pa_pool.h,
15496: src/main/pa_charset.C, src/main/pa_pool.C:
15497: ^xdoc::create[[uri]]... base uri for document being created,
15498: imports and other relative file names would be relative to this
15499: uri default uri=path_translated
15500:
15501: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
15502:
15503: 2002-06-26 paf
15504:
15505: * configure, configure.in, src/include/pa_version.h:
15506: release_3_0_0004
15507:
15508: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
15509: 0 now
15510:
15511: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
15512:
15513: 2002-06-25 paf
15514:
15515: * src/main/pa_string.C: emtpy string, or string of whitespaces
15516: considered bad number now
15517:
15518: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
15519: now
15520:
15521: * operators.txt, src/classes/string.C: ^string.normalize [old
15522: name: optimize
15523:
15524: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
15525: library configured
15526:
15527: * src/main/pa_request.C: configure_admin forced if no @conf
15528:
15529: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
15530: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
15531: when needed and to call system crypt() if not $apr1$ prefix
15532:
15533: 2002-06-24 paf
15534:
15535: * INSTALL: --with-static/shared-mailreceive described
15536:
15537: * src/include/pa_config_fixed.h: ssize_t fixed
15538:
1.101 moko 15539: * configure, configure.in, src/include/pa_config_auto.h.in,
15540: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 15541: src/types/pa_vmail.C: $mail:received makes update
15542:
15543: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
15544: WITH_MAILRECEIVE
15545:
15546: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
15547:
15548: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
15549: option, for $mail:receive
15550:
15551: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
15552: introducting $message:received ^mail:send rewritten with backward
15553: comp
15554:
15555: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
15556: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
15557: types/types.dsp: win32xml win32mailreceive pseudomodules paths
15558: now
15559:
15560: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
15561: src/include/pa_charset.h, src/include/pa_config_fixed.h,
15562: src/include/pa_request.h, src/include/pa_string.h,
15563: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
15564: src/main/pa_globals.C, src/main/pa_request.C,
15565: src/main/pa_string.C, src/main/pa_uue.C,
15566: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
15567: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15568: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
15569: uue to separate file introducting $message:received ^mail:send
15570: rewritten with backward comp
15571:
15572: 2002-06-21 paf
15573:
1.101 moko 15574: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
15575: co changes
1.95 moko 15576:
1.101 moko 15577: * configure, configure.in, src/lib/md5/Makefile.am,
15578: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
15579: restructure .in and .am files appropriate changes
1.95 moko 15580:
15581: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
15582: pcre to libs/ added libs/md5 which is linked to non-apache
15583: targets ^math:crypt[password;$apr1$salt]
15584:
15585: * INSTALL, configure.in, operators.txt, parser3.dsw,
15586: src/Makefile.am, src/classes/Makefile.am,
15587: src/classes/classes.dsp, src/classes/math.C,
15588: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.101 moko 15589: src/lib/pcre/Makefile.am, src/lib/pcre/README,
15590: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
15591: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
15592: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
15593: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
15594: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
15595: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
15596: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 15597: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
15598: src/lib/pcre/pcre_parser_ctype.dsp,
15599: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
15600: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
15601: src/main/compile.tab.C, src/main/main.dsp,
15602: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
15603: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
15604: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
15605: to libs/ added libs/md5 which is linked to non-apache targets
15606: ^math:crypt[password;$apr1$salt]
15607:
15608: 2002-06-20 paf
15609:
15610: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.101 moko 15611: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
15612: src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 15613: src/include/pa_request.h, src/main/execute.C,
15614: src/main/pa_request.C, src/targets/cgi/parser3.C,
15615: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
15616: marged latest HEAD updates, mainly file:justname&co &
15617: @auto/conf[filespec
15618:
15619: * operators.txt, src/classes/file.C:
15620: !^file:dirname[/a/some.tar.gz]=/a
15621: !^file:dirname[/a/b/]=/a
15622: !^file:basename[/a/some.tar.gz]=some.tar.gz
15623: !^file:justname[/a/some.tar.gz]=some.tar
15624: !^file:justext[/a/some.tar.gz]=gz
15625:
15626: * src/: classes/op.C, include/pa_request.h, main/execute.C,
15627: main/pa_request.C, types/pa_vmethod_frame.h: introducing
15628: @conf/auto[filespec]
15629:
15630: * bin/auto.p.dist.in: <noindex>
15631:
1.101 moko 15632: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 15633:
15634: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
15635: bin/auto.p.dist.in, src/doc/doxygen.cfg,
15636: src/include/pa_globals.h, src/targets/cgi/parser3.C,
15637: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
15638:
15639: 2002-06-18 paf
15640:
15641: * configure, configure.in, src/include/pa_version.h: version to
15642: configure.in
15643:
15644: * INSTALL: reflected .conf.dist dir change
15645:
1.101 moko 15646: * Makefile.am, configure, configure.in, bin/Makefile.am,
15647: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 15648: .in & *.am updated
15649:
15650: * src/classes/file.C: strncasecmp
15651:
15652: * src/classes/file.C: strcasecmp
15653:
1.101 moko 15654: * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
15655: from etc
1.95 moko 15656:
15657: * src/classes/file.C: ^file::exec[script;$.bad error case
15658: insensitive check now
15659:
15660: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
15661:
15662: * configure, configure.in, src/include/pa_pool.h,
15663: src/include/pa_types.h: pack configure.in detection simplified.
15664: figured out that gcc on sparc not that stupid as thought
15665: previously: on sparc: when it sees packed class it modifies it's
15666: field-access-code to byte operations [stb, ldub] instead of 4byte
15667: operations [st, lduh] so packed must be all parts of packed
15668: class, i.e. it's parents&fields(classes). for now it's only
15669: String that packed and what was wrong is that it's parent -
15670: Pooled, were not packed. fixed that.
15671:
15672: 2002-06-14 paf
15673:
15674: * operators.txt: more precise xml-to-text options
15675:
15676: * operators.txt, src/types/pa_vxnode.C: xnode
15677: attribute_node.name/value xnode pi.node.data
15678:
15679: 2002-06-12 paf
15680:
1.101 moko 15681: * configure, configure.in, src/targets/cgi/Makefile.am,
15682: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 15683:
15684: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
15685: src/include/pa_globals.h, src/include/pa_request.h,
15686: src/main/compile.tab.C, src/main/pa_globals.C,
15687: src/main/pa_request.C, src/targets/cgi/parser3.C,
15688: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
15689:
15690: * src/classes/mail.C: sendmail -ti [default now]
15691:
15692: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
15693: to be strings. for convinient #ing
15694:
15695: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
15696: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
15697:
15698: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
15699: main/pa_globals.C, main/pa_request.C: @conf
15700:
15701: 2002-06-11 paf
15702:
15703: * src/classes/file.C: check simplified
15704:
15705: * src/: classes/file.C, targets/cgi/parser3.dsp,
15706: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
15707: valid prefix
15708:
15709: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
15710: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
15711: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
15712:
15713: 2002-06-10 paf
15714:
15715: * operators.txt, src/classes/op.C, src/include/pa_common.h,
15716: src/main/pa_common.C: lock failures reported now
15717:
15718: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
15719: string->double @ compile time were not-enough-checking...
15720:
15721: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
15722: autoconvert now ignored
15723:
15724: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
15725: check
15726:
15727: * src/classes/mail.C: mail netscape attachment name fixed. todo:
15728: $response:body content-type:name
15729:
15730: * configure, configure.in: hpux check, nsl link, no socket
15731:
15732: * operators.txt: old merge conflict removed
15733:
15734: * configure, configure.in: pack even address access on sparc&co
15735: arch checked in configure
15736:
15737: * configure, src/include/pa_version.h: makes
15738:
15739: * configure, configure.in, src/include/pa_version.h: makes
15740:
15741: * src/main/untaint.C: (bug#2) mail subject got always prepended
15742: with charset even when all letters were 7bit one
15743:
15744: * src/main/pa_common.C: merged fixed -d (bug)
15745:
15746: * src/main/pa_common.C: fixed -d (bug)
15747:
15748: 2002-06-03 paf
15749:
15750: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
15751: src/classes/classes.dsp, src/main/compile.tab.C,
15752: src/main/main.dsp, src/main/pa_globals.C,
15753: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15754: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
15755: .dsp-s along with reorganized cvs modules dirs structure
15756:
15757: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
15758: main/pa_globals.C, targets/cgi/parser3.dsp,
15759: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
15760: modules
15761:
15762: 2002-05-28 paf
15763:
15764: * src/targets/cgi/parser3.C: info.uri now ""
15765:
15766: 2002-05-17 paf
15767:
15768: * src/classes/: table.C: ^table.save << checked empty
15769: pre/match/post columns
15770:
15771: 2002-05-16 paf
15772:
15773: * src/classes/image.C: image::measure can png now
15774:
15775: 2002-05-15 paf
15776:
15777: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
15778: added
15779:
15780: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
15781:
15782: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
15783: %H[:%M[:%S]]]]]] [-%m now
15784:
15785: 2002-05-14 paf
15786:
15787: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
15788:
15789: 2002-05-07 paf
15790:
15791: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
15792: src/include/pa_globals.h, src/include/pa_request.h,
15793: src/include/pa_table.h, src/main/compile.tab.C,
15794: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
15795: src/main/pa_request.C, src/main/pa_table.C,
15796: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
15797: src/targets/isapi/parser3isapi.dsp,
15798: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
15799: name2number field now &. main_method_name now on Request pool
15800: rather on global_pool [Junction+VJunction created on same pool as
15801: name = were created on global pool, causing mem leaks]
15802:
15803: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
15804: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
15805: main/compile.y, main/main.dsp, main/pa_globals.C,
15806: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
15807: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
15808: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
15809: field now &. main_method_name now on Request pool rather on
15810: global_pool [Junction+VJunction created on same pool as name =
15811: were created on global pool, causing mem leaks]
15812:
15813: 2002-05-06 paf
15814:
15815: * src/: main/pa_globals.C, targets/cgi/parser3.C,
15816: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
15817: 100*40 bytes per request memory leak [nonpool malloc in globals]
15818:
15819: * src/: main/pa_globals.C, targets/cgi/parser3.C,
15820: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
15821: 100*40 bytes per request memory leak [nonpool malloc in globals]
15822:
15823: 2002-04-30 paf
15824:
15825: * configure, src/include/pa_version.h: version now not b
15826:
15827: * src/targets/cgi/parser3.C: request.uri now never 0
15828:
15829: 2002-04-29 paf
15830:
15831: * configure.in: removed b
15832:
15833: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
15834: Exception::comment/type checked in (), no there's no empty
15835: type/comment by default
15836:
15837: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
15838: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
15839: src/doc/value.dox, src/include/pa_exception.h,
15840: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
15841: 0001
15842:
15843: 2002-04-26 paf
15844:
15845: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
15846: size reduced
15847:
15848: 2002-04-25 paf
15849:
15850: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
15851: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
15852: now that took into account
15853:
15854: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
15855: 01:03:04]
15856:
15857: * ChangeLog, operators.txt, src/classes/date.C:
15858: ^date::create[2002-12-33 01:03:04]
15859:
15860: * ChangeLog: updated changelog
15861:
15862: * src/classes/table.C: removed restriction on column count to
15863: ^table.hash to work, now must be >0 [were >1]
15864:
15865: 2002-04-24 paf
15866:
15867: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
15868: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15869: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
15870: targets
15871:
15872: 2002-04-23 paf
15873:
15874: * operators.txt, src/classes/string.C:
15875: int/double/string:sql{}[$.default{code}] fixed [were barking:
15876: "junction used outside of context"]
15877:
15878: 2002-04-22 paf
15879:
15880: * types.txt, src/classes/string.C, src/include/pa_string.h,
15881: src/main/pa_string.C, src/types/pa_vstring.C,
15882: src/types/pa_vstring.h: ^string.optimize[]
15883:
15884: * src/: include/pa_globals.h, include/pa_table.h,
15885: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
15886: table template
15887:
15888: * src/classes/: string.C: optimize removed from string
15889: .left/right/pos
15890:
15891: * src/main/execute.C: rolled back to
15892: before_killing_userjunction_contexts
15893:
15894: * src/main/execute.C: user junctions context killed
15895:
15896: * src/main/execute.C: junctions to local contexts got
15897: cleanized&checked later
15898:
15899: 2002-04-19 paf
15900:
15901: * src/: classes/string.C, include/pa_request.h,
15902: include/pa_string.h, main/pa_request.C, main/pa_string.C,
15903: types/pa_vstring.C, types/pa_vstring.h: string now optimized
15904: prior to .left .right .mid .pos .match when that is profitable,
15905: and always before .replace when $ORIGINS(1) optimization disabled
15906: economy from not wasting mem on lots of strings which occur by
15907: lots of String:mid calls to get parts of source string between
15908: found_occurances
15909:
15910: * src/classes/file.C: ovector now local economy: 16 bytes per
15911: ^file:list
15912:
15913: * src/: include/pa_globals.h, include/pa_table.h,
15914: main/pa_globals.C, main/pa_string.C: String::match table columns
15915: globalized, not created @ each ^match anymore economy:
15916: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
15917:
15918: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
15919: removed from each String::match replace iteration, and made
15920: stacked sizeof(VTable)=12bytes economy on each replace code
15921:
15922: * src/doc/footer.htm: 2001,
15923:
15924: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
15925: string.match[]['] option enables generation of $match.prematch
15926: .match .postmatch columns
15927:
15928: * src/main/pa_string.C: String::match options analized without
15929: cstr-ing them now
15930:
15931: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
15932: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
15933: config updated to doxygen 1.2.15, created helper which fixes
15934: minor bugs in chm project files & htm tree. changed extension to
15935: .htm
15936:
15937: 2002-04-18 paf
15938:
15939: * src/doc/doxygen.cfg: .chi generation disabled
15940:
15941: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
15942: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
15943: fields&methods
15944:
15945: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
15946: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
15947: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
15948: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
15949: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
15950: types/pa_vresponse.h, types/pa_vstateless_class.h,
15951: types/pa_vstateless_object.h, types/pa_vstatus.h,
15952: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
15953: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
15954: VStateless_class to VObject
15955:
15956: * src/: main/pa_request.C, types/pa_valiased.h,
15957: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15958: types/pa_vstring.h: VStateless_string_object speicalized light
15959: version of VStateless_object
15960:
15961: * src/classes/op.C: ^throw comment param made optional
15962:
15963: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
15964: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
15965: and implemented down in VClass, fclass_alias removed,
15966:
15967: * src/types/pa_value.C: forced to cut that from .h because of
15968: VStateless_class usage [undefined in .h]
15969:
15970: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
15971: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15972: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
15973: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
15974: on each CALL]
15975:
15976: * src/: classes/classes.h, classes/date.C, classes/double.C,
15977: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
15978: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
15979: classes/response.C, classes/string.C, classes/table.C,
15980: classes/void.C, classes/xnode.C, include/pa_globals.h,
15981: include/pa_request.h, main/execute.C, main/pa_globals.C,
15982: main/pa_request.C, types/Makefile.am, types/pa_value.h,
15983: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
15984: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15985: types/pa_vstateless_class.h, types/pa_wcontext.C,
15986: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
15987: removed Value::fname
15988:
15989: 2002-04-17 paf
15990:
15991: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
15992: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
15993: doc/pooled.dox, doc/string.dox, doc/targets.dox,
15994: include/pa_pool.h, include/pa_types.h: dox updated to current
15995: state, PTHROW freshen to throw & co
15996:
15997: * src/types/pa_vhash.h: vstring wrong parent fixed
15998:
15999: * src/classes/op.C: taint local result var bug fixed
16000:
16001: 2002-04-16 paf
16002:
16003: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
16004: Attic asm.txt as most interesting
16005:
16006: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
16007: check, preventing content-length: 0 from appearing
16008:
16009: * src/main/execute.C: $result in @main now taken into account as in
16010: usual functions
16011:
16012: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
16013: & @unhandled_exception now taken into account as in usual
16014: functions
16015:
16016: * src/doc/postbuild.txt: instructions on post .html build
16017:
16018: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
16019:
16020: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
16021: tainted
16022:
16023: * src/main/pa_request.C: uri in error log
16024:
16025: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
16026: cheched date:create(days) param for validity [later were assumed
16027: valid and crashed on invalid onces]
16028:
16029: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16030: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
16031: and used that for removing VString wrapper
16032:
16033: * src/classes/op.C: exception2vhash file now tainted
16034:
16035: * src/classes/op.C: _process pseudo origin copied from local var to
16036: heap
16037:
16038: * src/classes/op.C: extra check on empty file in origin in _execute
16039:
16040: 2002-04-15 paf
16041:
16042: * src/: main/execute.C, types/pa_value.h: fixed name update
16043:
16044: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
16045: functions
16046:
16047: * src/: classes/file.C, classes/hash.C, classes/op.C,
16048: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
16049: started dual write_xxx_lang functions, if checked & works
16050:
16051: * src/: classes/date.C, classes/file.C, classes/mail.C,
16052: classes/string.C, classes/xnode.C, include/pa_request.h,
16053: types/pa_value.h, types/pa_wcontext.h: removed absolutely
16054: unnecessary VString shells
16055:
16056: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
16057: prev changes]
16058:
16059: * src/: classes/image.C, classes/op.C, classes/string.C,
16060: classes/table.C, include/pa_request.h, main/execute.C,
16061: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
16062: StringOrValue wcontext result, now ready for dual writes
16063:
16064: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
16065: checked that
16066:
16067: * src/main/: compile.tab.C, compile.y, compile_tools.C,
16068: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
16069: changed to OP_WRITE_VALUE in var get cases
16070:
16071: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
16072: include/pa_request.h, main/compile.tab.C, main/compile.y,
16073: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16074: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
16075: switch in hash constructor fixed [were problems with using of
16076: stacked wwrapper after it's death]
16077:
16078: 2002-04-12 paf
16079:
16080: * operators.txt, src/classes/table.C: table.select(expression) 0
16081:
16082: 2002-04-11 paf
16083:
16084: * src/: classes/string.C, include/pa_request.h, main/execute.C:
16085: Request::process_internal codeFrame & wwrapper stacked [not
16086: wasting heap anymore]
16087:
16088: 2002-04-10 paf
16089:
16090: * src/: classes/double.C, classes/file.C, classes/hash.C,
16091: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
16092: classes/string.C, classes/table.C, classes/void.C,
16093: classes/xdoc.C, include/pa_request.h, main/execute.C,
16094: main/pa_string.C: killed Request::process() wrapping
16095: VString(String) in case we need only String
16096:
16097: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16098: killed 8 bytes from String.head
16099:
16100: 2002-04-09 paf
16101:
16102: * src/: main/compile.tab.C, targets/cgi/parser3.C,
16103: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
16104: local*/char b[...]; a=b; situations
16105:
16106: * operators.txt, src/classes/xdoc.C: xslt params made literal
16107:
16108: * src/classes/xdoc.C: xslt params fixed
16109:
16110: * src/: main/pa_common.C, targets/cgi/parser3.C,
16111: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
16112: not pool.malloc(MAX_NUMBER) but really neaded
16113:
16114: * operators.txt, src/classes/double.C, src/classes/int.C:
16115: int/double.int/double(default)
16116:
16117: 2002-04-04 paf
16118:
16119: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
16120: [when reconstructing pieces were split by
16121: max_integral(piece.size), thus some strings to replace happen to
16122: be split into two = not replaced)
16123:
16124: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
16125: standalone version = current dir
16126:
16127: * src/targets/cgi/parser3.C: document root in standalone version =
16128: current dir
16129:
16130: 2002-04-03 paf
16131:
16132: * configure, configure.in: more checks on nonexistent charset
16133:
1.101 moko 16134: * INSTALL, configure, configure.in: root config configure options
1.95 moko 16135:
16136: 2002-04-02 paf
16137:
16138: * src/main/compile.C: parser.compile [exception name more like in
16139: doc]
16140:
16141: 2002-04-01 paf
16142:
16143: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
16144: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
16145: .content-type.charset, not .charset
16146:
16147: 2002-03-29 paf
16148:
16149: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
16150:
16151: * operators.txt, src/classes/date.C: ^date::create now may not
16152: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
16153: days' year. | 31.05->31.04 roll
16154:
16155: 2002-03-28 paf
16156:
16157: * operators.txt, src/classes/date.C, src/classes/op.C,
16158: src/include/pa_globals.h, src/include/pa_hash.h,
16159: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
16160: ^cache(seconds) ^cache[date] }
16161:
16162: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
16163: param
16164:
16165: 2002-03-27 paf
16166:
16167: * operators.txt, src/classes/date.C, src/classes/double.C,
16168: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
16169: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
16170: src/classes/math.C, src/classes/op.C, src/classes/string.C,
16171: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16172: src/classes/xnode.C, src/include/pa_exception.h,
16173: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
16174: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
16175: src/main/pa_array.C, src/main/pa_charset.C,
16176: src/main/pa_charsets.C, src/main/pa_common.C,
16177: src/main/pa_dictionary.C, src/main/pa_exception.C,
16178: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
16179: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
16180: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
16181: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
16182: src/types/pa_value.h, src/types/pa_vcookie.C,
16183: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
16184: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
16185: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
16186: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
16187: src/types/pa_wwrapper.h: assigned exception types
16188:
16189: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
16190: src/include/pa_request.h, src/main/execute.C,
16191: src/main/pa_request.C: decided agains resetting exception_trace,
16192: just changed name
16193:
16194: 2002-03-26 paf
16195:
16196: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
16197: fixed
16198:
16199: * src/classes/op.C: forced language of $source field of exception
16200: to 'tainted', so that sql-langed-frags could be outputed outside
16201: of connect
16202:
16203: * operators.txt: removed date.roll limit of +-1 offset
16204:
16205: * src/classes/date.C: removed date.roll limit of +-1 offset
16206:
16207: * operators.txt, src/classes/date.C: fixed date roll on
16208: daylightsaving days mktime took into account tm_isdst flag, which
16209: remained from BEFORE roll, but should have been reset
16210:
16211: 2002-03-25 paf
16212:
16213: * operators.txt, src/targets/cgi/parser3.C:
16214: http_site_config_filespec
16215:
16216: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
16217: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
16218: with any/both --disable-foreign-group-files --disable-execs
16219:
16220: * INSTALL: "--with=sendmail=COMMAND" comment
16221:
16222: * INSTALL, configure, configure.in, src/classes/mail.C,
16223: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.101 moko 16224: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
16225: disables execs also. introducing --sendmail
1.95 moko 16226:
16227: * operators.txt: pgsql options comment
16228:
16229: * INSTALL: comment on --disable-link-stdcpp
16230:
1.101 moko 16231: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
16232: libstdc++ link skipping configure option
1.95 moko 16233:
16234: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
16235: with error were put to cache with 'marked_to_rollback' flag, all
16236: consequent even OK requests rolled back
16237:
16238: 2002-03-22 paf
16239:
16240: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
16241: false return
16242:
16243: * operators.txt: few comments on sets
16244:
16245: 2002-03-18 paf
16246:
16247: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
16248: src/include/pa_globals.h, src/include/pa_request.h,
16249: src/include/pa_stack.h, src/main/pa_globals.C,
16250: src/main/pa_request.C: introducing ^try
16251:
16252: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
16253: types/pa_vdouble.h: removed some tested @tests
16254:
16255: 2002-03-15 paf
16256:
16257: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
16258:
16259: 2002-03-13 paf
16260:
16261: * src/main/pa_exception.C: checked not-pooled malloc
16262:
16263: 2002-03-11 paf
16264:
16265: * INSTALL, configure, configure.in,
16266: src/include/pa_config_auto.h.in: --disable-foreign-group-files
16267:
16268: * src/main/pa_common.C: --disable-foreign-group-files
16269:
16270: * INSTALL: --disable-execs
16271:
16272: * src/main/pa_exec.C: --disable-execs
16273:
16274: * configure, configure.in, src/include/pa_config_auto.h.in:
16275: --disable-execs
16276:
16277: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
16278:
16279: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
16280: file::exec/cgi linebreaks "0D0A" changed to 0A onces
16281:
16282: 2002-03-05 paf
16283:
16284: * operators.txt, src/classes/date.C: date week calendar columns
16285: named
16286:
16287: * operators.txt, src/classes/date.C: date week calendar columns
16288: named
16289:
16290: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
16291: requires headers to be terminated with \r\n manually [refuses to
16292: separate header/body itself]
16293:
16294: * src/: main/pa_globals.C, targets/cgi/parser3.C,
16295: targets/isapi/parser3isapi.C: isapi site config beside .dll
16296:
16297: 2002-03-04 paf
16298:
16299: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
16300: in PASS language
16301:
16302: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
16303: deserialize checks on broken file
16304:
16305: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
16306: parser3isapi.dsp: isapi updated
16307:
16308: 2002-03-01 paf
16309:
16310: * src/main/pa_exec.C: execle -> execve, now argc OK
16311:
16312: 2002-02-28 paf
16313:
16314: * src/main/untaint.C: removed some debug comments
16315:
16316: * src/main/pa_charsets.C: when placing charset to cache using
16317: global name now [were request]
16318:
16319: * configure, configure.in: apache module updated
16320:
16321: * src/main/pa_string.C: origin by first piece preferred before last
16322: piece
16323:
16324: 2002-02-27 paf
16325:
16326: * src/main/pa_charset.C: size_t
16327:
16328: * INSTALL: shared/static-xml with-pathlink
16329:
16330: * operators.txt: SMTP comment
16331:
16332: 2002-02-26 paf
16333:
16334: * src/main/pa_exec.C: more precise names for vars, cosmetic
16335:
16336: * src/classes/xnode.C: in some situation, xpath query returned
16337: result with type NODESET, but empty nodeset member field, checked
16338: that
16339:
16340: 2002-02-22 paf
16341:
16342: * INSTALL: without-zlib comment
16343:
16344: * etc/parser3.charsets/windows-1251.cfg: °
16345:
16346: * configure, configure.in: glib###.a detection fixed
16347:
16348: * INSTALL: hashfile removed from INSTALL
16349:
1.101 moko 16350: * Makefile.am: make update
1.95 moko 16351:
16352: * src/main/pa_string.C: string iterators fixed again, so were
16353: String::join_chain
16354:
16355: * src/main/pa_string.C: string iterators fixed again, so were
16356: String::join_chain
16357:
16358: * src/: include/pa_string.h, main/pa_string.C: string iterators
16359: fixed again, so were String::join_chain
16360:
16361: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
16362:
16363: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
16364: "session"
16365:
1.101 moko 16366: * configure, configure.in, src/include/pa_config_auto.h.in:
16367: --with-shared-xml --with-static-xml
1.95 moko 16368:
16369: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
16370: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16371: types/types.dsp: *.dsp: removed refereces to win32db & ancient
16372: xalan&xml
16373:
16374: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
16375:
16376: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
16377: src/types/types.dsp: removed hashfile support from sources for
16378: now
16379:
1.101 moko 16380: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 16381: src/classes/hashfile.C, src/include/Makefile.am,
1.101 moko 16382: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
16383: src/include/pa_db_manager.h, src/include/pa_db_table.h,
16384: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 16385: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.101 moko 16386: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
16387: src/types/Makefile.am, src/types/pa_vhashfile.C,
16388: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 16389:
16390: 2002-02-21 paf
16391:
16392: * src/main/untaint.C: removed debug code, activated commented-for
16393: debug parts
16394:
1.101 moko 16395: * Makefile.am: make cvsupdate
1.95 moko 16396:
16397: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
16398: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
16399: append_row, not at link zero now string to string appending works
16400:
16401: 2002-02-20 paf
16402:
16403: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
16404: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
16405: DEBUG_STRING_APPENDS_VS_EXPANDS
16406:
16407: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16408: economy: 22%
16409:
16410: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16411: space uptimized: string::link_row removed
16412:
16413: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
16414: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
16415: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
16416: types/pa_vstring.h: speed uptimized: string::is_empty
16417:
16418: * operators.txt, src/include/pa_common.h,
16419: src/include/pa_config_fixed.h, src/include/pa_string.h,
16420: src/include/pa_types.h, src/main/compile.tab.C,
16421: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
16422: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
16423: string append optimiziation idea and estimates
16424:
16425: 2002-02-19 paf
16426:
16427: * src/classes/math.C: not used directly [but erroreously reported
16428: that 'is', thus registering twice&other probs]
16429:
16430: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
16431: to node [element]
16432:
16433: * src/main/compile.C: without string_origins parse error
16434: file+line+col possible
16435:
16436: * src/main/: compile.C: without string_origins not worked
16437:
16438: 2002-02-18 paf
16439:
16440: * src/types/pa_vdouble.h: since we have in_expression removed that
16441: trick i've installed into double::as_string
16442:
16443: * src/main/pa_globals.C: extern "C" was removed too fast
16444:
16445: * src/: include/pa_opcode.h, include/pa_request.h,
16446: main/compile.tab.C, main/compile.y, main/execute.C,
16447: types/pa_wcontext.h: in_expression aimed to solve old problem
16448: with string/nonstring values, now in expressions double/int
16449: values are passed as-is, without stupid tostring/fromstring
16450: conversions
16451:
16452: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
16453: __cplusplus } #endif
16454:
16455: * src/main/compile.tab.C: bison env set so one could compile
16456: without cygwin installed
16457:
16458: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
16459: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
16460: gnome xml libs parser .dsp-s changed accordingly
16461:
16462: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
16463:
16464: * operators.txt, src/classes/date.C: date::create [were date::set,
16465: with backward comp
16466:
16467: * src/classes/math.C: math:random range check fixed
16468:
16469: * src/main/: compile.tab.C, compile.y: integer division stops name
16470:
16471: * INSTALL: local install comment
16472:
1.101 moko 16473: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 16474:
1.101 moko 16475: * acinclude.m4, aclocal.m4, configure, configure.in,
16476: src/include/pa_config_auto.h.in,
16477: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
16478: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 16479:
16480: * operators.txt: \ comment
16481:
16482: 2002-02-13 paf
16483:
16484: * src/include/pa_config_includes.h: sys/time time both included
16485: now. vaguely remember confilicts on this on some system [not on
16486: six|ablv] so when would see them again would think up proper
16487: check
16488:
1.101 moko 16489: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
16490: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 16491:
16492: * src/main/pa_common.C: truncation never occured when writing files
16493: on unix [since i've changed cache mech] fix
16494:
16495: * src/main/pa_common.C: strnchr: sanity check added
16496:
16497: * etc/parser3.charsets/windows-1257.cfg: id added
16498:
16499: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
16500: baltic charset file generated, in generation script ispunct check
16501: added
16502:
16503: 2002-02-08 paf
16504:
1.101 moko 16505: * src/: include/Makefile.am, sql/Makefile.am,
16506: targets/isapi/Makefile.am: forgotten makes
1.95 moko 16507:
16508: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
16509: forgotten
16510:
16511: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
16512:
16513: * INSTALL, README: install&others updated
16514:
16515: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
16516:
1.101 moko 16517: * Makefile.am, configure, configure.in,
16518: etc/parser3.charsets/Makefile.am, src/Makefile.am,
16519: src/classes/Makefile.am, src/main/Makefile.am,
16520: src/main/pa_status_provider.C, src/targets/Makefile.am,
16521: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
16522: works
1.95 moko 16523:
16524: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16525: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16526: classes/hashfile.C, classes/int.C, classes/mail.C,
16527: classes/math.C, classes/op.C, classes/response.C,
16528: classes/string.C, classes/table.C, classes/void.C,
16529: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16530: include/pa_array.h, include/pa_cache_managers.h,
16531: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16532: include/pa_config_fixed.h, include/pa_config_includes.h,
16533: include/pa_db_connection.h, include/pa_db_manager.h,
16534: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
16535: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16536: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16537: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16538: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16539: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16540: include/pa_stack.h, include/pa_string.h,
16541: include/pa_stylesheet_connection.h,
16542: include/pa_stylesheet_manager.h, include/pa_table.h,
16543: include/pa_threads.h, include/pa_types.h, main/compile.C,
16544: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16545: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
16546: main/pa_db_connection.C, main/pa_db_manager.C,
16547: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
16548: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
16549: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
16550: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
16551: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16552: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16553: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
16554: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16555: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16556: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
16557: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
16558: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16559: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
16560: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
16561: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
16562: types/pa_vmethod_frame.h, types/pa_vobject.h,
16563: types/pa_vrequest.h, types/pa_vresponse.h,
16564: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16565: types/pa_vstateless_object.h, types/pa_vstatus.C,
16566: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
16567: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
16568: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
16569: classes/image.C, main/pa_common.C, main/pa_exec.C,
16570: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
16571: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
16572: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
16573: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
16574: types/pa_vxnode.C, main/pa_charset.C: name spelling
16575:
16576: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16577: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16578: classes/hashfile.C, classes/image.C, classes/int.C,
16579: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
16580: classes/string.C, classes/table.C, classes/void.C,
16581: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16582: include/pa_array.h, include/pa_cache_managers.h,
16583: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16584: include/pa_config_fixed.h, include/pa_config_includes.h,
16585: include/pa_db_connection.h, include/pa_db_manager.h,
16586: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
16587: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16588: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16589: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16590: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16591: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16592: include/pa_stack.h, include/pa_string.h,
16593: include/pa_stylesheet_connection.h,
16594: include/pa_stylesheet_manager.h, include/pa_table.h,
16595: include/pa_threads.h, include/pa_types.h, main/compile.C,
16596: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
16597: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
16598: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16599: main/pa_db_connection.C, main/pa_db_manager.C,
16600: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
16601: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
16602: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
16603: main/pa_socks.C, main/pa_sql_driver_manager.C,
16604: main/pa_status_provider.C, main/pa_string.C,
16605: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
16606: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16607: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16608: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16609: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16610: targets/isapi/pool_storage.h, types/pa_valiased.C,
16611: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
16612: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16613: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16614: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16615: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16616: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
16617: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16618: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
16619: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16620: types/pa_vresponse.h, types/pa_vstateless_class.C,
16621: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16622: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16623: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16624: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16625: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16626: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
16627:
16628: 2002-02-07 paf
16629:
16630: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
16631:
1.101 moko 16632: * configure, configure.in, src/include/pa_config_auto.h.in,
16633: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
16634: added yet another locking function: fcntl
1.95 moko 16635:
16636: * config.sub: on cygwin configure passes it with strange i1586
16637: const, hacked it to mean i586
16638:
16639: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16640: disabled $if reference due to conflicts with local variables
16641:
16642: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
16643: xdoc::set obsolete now, now xdoc::create, with both sences
16644:
16645: * operators.txt, src/classes/table.C, src/include/pa_array.h,
16646: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
16647: table::create now // 'set' name obsolete now table clone.
16648:
16649: * operators.txt, src/classes/string.C,
16650: src/include/pa_config_fixed.h, src/main/compile.tab.C:
16651: ^int/double/string.format now can be called with normal []
16652: brackets, not stupid {} as it were implemented for some strange
16653: reason. retaining backward compatibility due to some
16654: already-implemented servers
16655:
16656: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
16657: main/compile.y, main/compile_tools.C, main/compile_tools.h:
16658: operators now detected by check at name_without_curly_rdive_read
16659: rule whether diving code constists only of
16660: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
16661: with OP_GET_ELEMENT_OR_OPERATOR to form
16662: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
16663:
16664: 2002-02-06 paf
16665:
16666: * configure, configure.in: prefix expanded, grr
16667:
16668: * operators.txt, src/classes/mail.C: mail:send config changed
16669:
16670: 2002-02-05 paf
16671:
16672: * operators.txt: regex options commented
16673:
16674: * src/main/: pa_exec.C: argv0 now correct
16675:
16676: * src/types/pa_vstatus.C: status:rusage 3
16677:
16678: * src/types/pa_vstatus.C: status:rusage 2
16679:
16680: * operators.txt: status:rusage described int operators
16681:
16682: * src/types/pa_vstatus.C: status:rusage 1
16683:
16684: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
16685: src/types/types.dsp: status:rusage
16686:
16687: * configure.in, operators.txt, src/classes/file.C,
16688: src/classes/op.C, src/include/pa_common.h,
16689: src/include/pa_config_includes.h, src/main/compile.tab.C,
16690: src/main/pa_common.C: rewritten ^cache to use
16691: non-blocking-exclusive-caches
16692:
16693: * src/main/pa_common.C: text file read mode on win32 adjusted
16694: [speed impact. was off for debugging purpose, but forgotten
16695: afterwards]
16696:
16697: 2002-02-01 paf
16698:
16699: * src/classes/op.C: file_write does EX lock after create, while
16700: file_read does SH after open, so there's a moment after create
16701: but before EX lock when read can sneak into, and read
16702: just-created-for-writing-and-not-yet-locked file, added a check
16703: for that in ^cache...read
16704:
16705: 2002-01-31 paf
16706:
16707: * src/main/: compile.y, compile.tab.C: disabled operator call after
16708: ^xxx:
16709:
16710: * src/main/: compile.tab.C, execute.C: made operators lookup first
16711: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
16712:
16713: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
16714: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16715: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
16716: operators check 6.1 rewritten. now check is done at compile time
16717:
16718: * src/main/execute.C: operators check 5 floated up old error of
16719: staying in 'entered class/object' state after $a($a..) it
16720: prevented operators from being called thereafter
16721:
16722: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16723: main/execute.C: operators check 4 floated up old error of staying
16724: in 'entered object' state after ^a.a(a) it prevented operators
16725: from being called thereafter
16726:
16727: * src/main/execute.C: operators check 3 floated up old error of
16728: staying in 'entered class' state after $a:a(a) it prevented
16729: operators from being called thereafter
16730:
16731: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
16732: floated up old error of staying in 'entered class' state after
16733: $a:a[a] it prevented operators from being called thereafter
16734:
16735: * src/main/execute.C: operators check, thay mistakenly seen in
16736: $class:operator $object.operators contexts
16737:
16738: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
16739: win32
16740:
1.101 moko 16741: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
16742: src/classes/Makefile.am, src/main/Makefile.am,
16743: src/targets/cgi/Makefile.am,
1.95 moko 16744: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.101 moko 16745: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 16746:
1.101 moko 16747: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
16748: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
16749: configure, configure.in, form.txt, ident.awk, install-sh,
16750: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
16751: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 16752: etc/parser3.charsets/Makefile.am,
16753: etc/parser3.charsets/koi8-r.cfg,
16754: etc/parser3.charsets/windows-1250.cfg,
16755: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.101 moko 16756: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
16757: src/main/Makefile.am, src/targets/cgi/Makefile.am,
16758: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
16759: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 16760: straightened installation scripts procedure made
16761: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
16762: change
16763:
16764: 2002-01-30 paf
16765:
16766: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
16767: removed] those comments were a mistake, and prevented libltdl
16768: from function properly
16769:
16770: 2002-01-29 paf
16771:
1.101 moko 16772: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
16773: creation [modified acinclude.m4 which were creating int into just
16774: assignment LIBTOOL=../libtool] added default system
16775: config&charsetts prepared 'make install', now it installs
16776: targets/cgi/parser3 into bin directory etc/parser3.conf &
16777: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 16778: $sysconfdir/parser3.charsets respectively
16779:
16780: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
16781: main/pa_globals.C: few forgotten ifdef XML added
16782:
16783: 2002-01-28 paf
16784:
1.101 moko 16785: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 16786: removed
16787:
16788: * src/main/pa_exception.C: dom|generic error output fix
16789:
16790: * src/classes/xnode.C: xdoc.importNode 3 [check err]
16791:
16792: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
16793:
16794: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
16795: [fixed as_node helper func to accept docs]
16796:
16797: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
16798: xdoc.importNode 0
16799:
16800: * src/classes/xdoc.C: xdoc::set now untaints OK
16801:
16802: 2002-01-25 paf
16803:
16804: * src/main/: compile.tab.C, compile.y: #comment before @ after
16805: @SPECIAL now works OK
16806:
16807: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
16808:
16809: * src/main/pa_exec.C: max arg count now 10, and proper message on
16810: violation that added
16811:
16812: * src/classes/hash.C: unified hash::sql, now
16813: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
16814:
16815: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
16816: ^file:lock[filename]{code}
16817:
16818: * src/: classes/file.C, classes/op.C, classes/string.C,
16819: classes/table.C, classes/xdoc.C, include/pa_common.h,
16820: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
16821: to some pa_common funcs
16822:
16823: * src/: include/pa_charset.h, main/pa_globals.C:
16824: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
16825:
16826: * src/: include/pa_charset.h, main/pa_charset.C,
16827: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
16828: not stupid illegal define
16829:
16830: 2002-01-24 paf
16831:
16832: * src/include/pa_version.h: changed version number
16833:
16834: * src/: classes/hashfile.C, include/pa_db_table.h,
16835: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16836: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16837: main/pa_db_connection.C, main/pa_db_table.C,
16838: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
16839: hashfile without logfiles
16840:
16841: * src/: classes/hashfile.C, include/pa_db_table.h,
16842: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
16843: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
16844: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
16845: DB_INIT_TXN init bits, thus got rid of huge log files, which
16846: cluttered disk without huge need]
16847:
16848: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
16849: handy macro, which is strangly abscent in dome lib
16850:
16851: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
16852:
16853: * src/classes/xdoc.C: checked empty response
16854:
16855: * src/classes/xnode.C: xdoc.select fixed context node [were always
16856: /, not self node]
16857:
16858: * src/classes/xnode.C: xnode.select returns array always now, in
16859: case 'nothing found' returns empty array
16860:
16861: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
16862: be more tender with ctrl/c/v
16863:
16864: 2002-01-23 paf
16865:
16866: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
16867: substituted. // 2. when dom tree with entites goes under
16868: transform text nodes // got [erroreosly] cut on first
16869: entity occurance
16870:
16871: * src/types/pa_vdouble.h: double prec. todo: get rid of
16872: twice-converting
16873:
16874: * src/types/pa_vdouble.h: %.20E now float format when %g produced
16875: 'e' in output this is for regretful twice-converting here:
16876: $a(double value) when they write double falue they convert it to
16877: string first, thus %g were losing precesion.
16878:
16879: todo: think up some way to remove double->string string->double
16880: twice-converting
16881:
16882: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
16883: %.20E now default float format this is for regretful
16884: twice-converting here: $a(double value) when they write double
16885: falue they convert it to string first, thus %g were losing
16886: precesion.
16887:
16888: todo: think up some way to remove double->string string->double
16889: twice-converting
16890:
16891: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
16892: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
16893: reasons in comment inside
16894:
16895: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
16896: statically linked]
16897:
16898: * src/: include/pa_exception.h, main/compile.tab.C,
16899: main/pa_exception.C: removed exception va_list constructor. 1.
16900: not needed anymore 2. there were a conflict[causing errors]
16901: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
16902: never detected an ambiguilty here, compiling ctor(, "hello") into
16903: ctor(, va_list) which, of course, caused gpf
16904:
16905: * src/main/pa_globals.C: removed debug xslt messages
16906:
16907: 2002-01-22 paf
16908:
16909: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
16910: main/pa_globals.C: xsl stylesheet load: parsed entities, this
16911: helps compiling stylesheet properly. example: this refused to
16912: work, <b>«<xsl:value-of select="@title"
16913: />»</b> stranly worked only this way:
16914: <b>«<xsl:value-of select="@title" />»</b>
16915:
16916: docs says "set it to 1", never going into details, so I decided
16917: to try NOT to do that
16918:
16919: * src/classes/table.C: join behaived badly in case named tables
16920: structure mismatched: 0 strings sneaked into dest failing
16921: afterwards. replaced them with empty strings
16922:
16923: 2002-01-21 paf
16924:
16925: * src/main/pa_charset.C: checked empty transcoders in
16926: transcode_cstr|buf
16927:
16928: * src/classes/xdoc.C: xdoc::load error source = filespec
16929:
16930: * src/classes/xdoc.C: transform error source now
16931: stylesheet_filespec
16932:
1.101 moko 16933: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 16934: include/pa_stylesheet_connection.h, main/pa_charset.C,
16935: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.101 moko 16936: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
16937: gnome
1.95 moko 16938:
16939: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
16940: include/pa_globals.h, include/pa_stylesheet_connection.h,
16941: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
16942: xslt generic error 1
16943:
16944: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
16945: xml generic message 1
16946:
16947: * src/classes/table.C: ^table::load empty lines or #comments before
16948: headline
16949:
16950: * src/: include/pa_array.h, include/pa_globals.h,
16951: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
16952: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
16953: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
16954: errors 0
16955:
16956: 2002-01-16 paf
16957:
16958: * src/: classes/hash.C, classes/op.C, classes/string.C,
16959: classes/table.C, classes/void.C, classes/xdoc.C,
16960: include/pa_db_connection.h, include/pa_request.h,
16961: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16962: include/pa_stylesheet_connection.h,
16963: include/pa_stylesheet_manager.h, main/pa_request.C,
16964: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16965: targets/cgi/pool_storage.h: auto closers to sql_connection,
16966: stylesheet_connection auto destroyers to remaining gnome objects
16967:
16968: * src/classes/xdoc.C: few comments
16969:
16970: 2002-01-15 paf
16971:
16972: * src/classes/xdoc.C: xdoc file save string
16973:
16974: ready. todo: error handling
16975:
16976: * src/classes/xdoc.C: xdoc save rewritten using
16977: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
16978: result
16979:
16980: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
16981: started output options parsing
16982:
16983: 2002-01-14 paf
16984:
16985: * src/classes/xdoc.C: method
16986:
16987: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16988: include/pa_pool.h, include/pa_stylesheet_connection.h,
16989: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
16990: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
16991: xslt transform0. TODO: use output options handle errors
16992:
16993: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
16994:
16995: 2002-01-11 paf
16996:
16997: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16998: main/compile_tools.C, main/compile_tools.h, main/execute.C:
16999: partial logical && || evaluation
17000:
17001: * src/classes/xnode.C: xpath selectNodes
17002:
17003: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
17004: string/number/bool
17005:
17006: * src/classes/xnode.C: xpath selectNode 2
17007:
17008: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
17009: xpath selectNode 1
17010:
17011: 2002-01-10 paf
17012:
17013: * src/classes/xnode.C: xpath selectNode -100 [just written]
17014:
17015: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
17016: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
17017: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
17018: refcounter]
17019:
17020: 2001-12-29 paf
17021:
17022: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
17023: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
17024: glib works 0
17025:
17026: 2001-12-28 paf
17027:
17028: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
17029: main/pa_exception.C: started glib transcoders
17030:
17031: * src/main/pa_globals.C: renamed gdome to libgdome.dll
17032:
17033: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
17034: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
17035: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
17036: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
17037: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
17038: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
17039: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
17040: libs just compiled in. no refcounting no xpath no xslt yet
17041:
17042: 2001-12-27 paf
17043:
17044: * src/: include/pa_charset.h, include/pa_common.h,
17045: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
17046: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
17047: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
17048: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
17049: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
17050: from xalan&xerces, started the process. globals [initialization
17051: pool [charset update charset [transcodings vxnode vxdoc [DOM
17052: calls
17053:
17054: * src/classes/Makefile.am: going away from xalan&xerces, not needed
17055: anymore
17056:
17057: 2001-12-26 paf
17058:
17059: * src/: include/pa_charset.h, include/pa_charsets.h,
17060: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
17061: key globalized [bug]
17062:
17063: 2001-12-25 paf
17064:
17065: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
17066: main/pa_string.C: table set & append changed splitting languages,
17067: separators now can be clean AND as-is same to mail command line
17068: $MAIN:MAIL.progX arguments
17069:
17070: 2001-12-24 paf
17071:
17072: * src/classes/mail.C: one parted text messages - no multipart
17073: mime-type anymore. for convinient if $.attach-ments
17074:
17075: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
17076: main/pa_string.C: read from cache size check updated
17077:
17078: * src/main/: pa_string.C: String::join_chain another ugly bug :(
17079:
17080: 2001-12-21 paf
17081:
17082: * src/classes/date.C: date:sql-string now returns localtime
17083:
17084: * src/main/pa_request.C: $result in @main actually not working, to
17085: hell with it for now
17086:
17087: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17088: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
17089: @postprocess @exception
17090:
17091: * src/main/execute.C: junction evaluation canceled - endless
17092: recursion detected
17093:
17094: 2001-12-19 paf
17095:
17096: * src/main/pa_charset.C: charset->charset transcoding via unicode
17097: intermediate
17098:
17099: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
17100:
17101: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
17102:
17103: * src/classes/op.C: ^cache keypath now relative
17104:
17105: * src/classes/mail.C: changed weighting prior to sort
17106:
17107: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
17108: were missing
17109:
17110: 2001-12-17 paf
17111:
17112: * src/main/pa_charset.C: ifndef XML were bad type
17113:
17114: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
17115: outdated unset services_pool
17116:
17117: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
17118: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
17119: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
17120:
17121: * src/main/untaint.C: allowed space in filespec
17122:
17123: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
17124:
17125: * src/classes/image.C: no govno
17126:
17127: * src/classes/image.C: govno
17128:
17129: 2001-12-16 paf
17130:
17131: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
17132:
17133: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
17134: charset_connection&manager replaced by charset&charsets
17135:
17136: * src/main/pa_charset.C: name_cstr 0
17137:
17138: * src/main/untaint.C: uri lang now knows about client/source
17139: charsets
17140:
17141: * src/: classes/file.C, classes/math.C, classes/op.C,
17142: classes/string.C, classes/table.C, classes/xdoc.C,
17143: include/pa_array.h, include/pa_cache_managers.h,
17144: include/pa_charset_connection.h, include/pa_charset_manager.h,
17145: include/pa_common.h, include/pa_db_connection.h,
17146: include/pa_db_manager.h, include/pa_db_table.h,
17147: include/pa_dictionary.h, include/pa_exception.h,
17148: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
17149: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
17150: include/pa_sapi.h, include/pa_socks.h,
17151: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17152: include/pa_string.h, include/pa_stylesheet_connection.h,
17153: include/pa_stylesheet_manager.h, include/pa_table.h,
17154: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
17155: main/pa_charset.C, main/pa_charset_connection.C,
17156: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
17157: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
17158: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
17159: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
17160: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17161: types/types.dsp: introducing Charset
17162:
17163: 2001-12-14 paf
17164:
17165: * src/: include/pa_request.h, include/pa_transcoder.h,
17166: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
17167: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
17168: uri lang
17169:
17170: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
17171:
17172: * src/targets/cgi/Makefile.am: -I../../pcre to .am
17173:
17174: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
17175: defalts_name global
17176:
17177: * src/: include/pa_charset_connection.h, include/pa_pool.h,
17178: include/pa_request.h, main/main.dsp,
17179: main/pa_charset_connection.C, main/pa_charset_manager.C,
17180: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
17181: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
17182: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
17183: changed charset model. now important: $request:charset
17184: $response:charset while $response:content-type.charset become
17185: unimportant [informational]
17186:
17187: 2001-12-13 paf
17188:
17189: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
17190:
17191: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
17192: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
17193: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
17194: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
17195: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
17196: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
17197:
17198: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
17199: auto_ptr part other way, because of stupid gcc 2.96
17200: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
17201: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
17202: FormatterListener] /usr/include/g++-3/memory:48:
17203: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
17204: _Tp1 = FormatterListener, _Tp = FormatterListener]
17205:
17206: * src/classes/xdoc.C: removed extra inc
17207:
17208: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
17209:
17210: * src/include/pa_types.h: msvc head debugging flag
17211:
17212: * src/classes/xdoc.C: freed up listener
17213:
17214: * src/classes/string.C: change msg '... code is not code'
17215:
17216: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
17217: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17218: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
17219: [past/future prob]
17220:
17221: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
17222: include/pa_config_fixed.h, include/pa_db_manager.h,
17223: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
17224: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
17225:
17226: * src/: include/pa_config_fixed.h, main/pa_common.C,
17227: main/pa_string.C: removed signed mismatch warnings
17228:
17229: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
17230: 'expires' from header outputs
17231:
17232: * src/main/pa_string.C: string::recustruct erroreusly used outdated
17233: row ptr
17234:
17235: * src/classes/file.C: file::cgi bug, request_method were passed to
17236: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
17237:
17238: * src/classes/xdoc.C: lang list updated
17239:
17240: 2001-12-10 paf
17241:
17242: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
17243:
17244: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
17245: erase files like that, knowing their full name introducing //
17246: theoretical problem with, for instance, "_2B" and "." fragments,
17247: // they would yield the same // because
17248: need_file_encode('_')=false // but we need to delete such files
17249: somehow, getting names from ^index
17250:
17251: * src/main/pa_string.C: ^string.replace bug fixed [bad
17252: string::join_chank break]
17253:
17254: 2001-12-07 paf
17255:
17256: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
17257: include/pa_common.h, include/pa_config_auto.h.in,
17258: include/pa_config_fixed.h, include/pa_config_includes.h,
17259: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
17260: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
17261: types/pa_vhashfile.C: merged from r14_simple_cache
17262:
17263: * src/main/pa_string.C: stupid sparc architecture failed to access
17264: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
17265: lduh [ %i2 + 1 ], %l0
17266:
17267: bus error, fixed that
17268:
17269: * src/main/pa_string.C: strange string deserialize bug on
17270: client[pmts], a bit shortened,
17271:
17272: * src/include/pa_config_auto.h.in: makes
17273:
17274: * src/: include/pa_common.h, include/pa_config_fixed.h,
17275: include/pa_config_includes.h, main/pa_common.C: exclusive lock
17276: file write shared lock file read
17277:
17278: * src/: classes/op.C, include/pa_common.h,
17279: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
17280:
17281: 2001-12-06 paf
17282:
17283: * src/: classes/op.C, classes/table.C, include/pa_request.h,
17284: main/pa_request.C: #ifdef RESOURCES_DEBUG
17285:
17286: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
17287: info
17288:
17289: * src/classes/hashfile.C: removed transaction from ^cache
17290:
17291: 2001-12-05 paf
17292:
17293: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
17294: IIS5 there were a prob with illegal call check
17295:
17296: 2001-12-04 paf
17297:
17298: * src/: classes/op.C, classes/table.C, include/pa_request.h,
17299: main/pa_request.C: measures to log
17300:
17301: 2001-11-23 paf
17302:
17303: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
17304: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
17305: types/pa_vhashfile.C: merged from _0014, 1
17306:
17307: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
17308: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
17309: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
17310: ^cache(33) would change
17311:
17312: 0660 bits in file_write & hashfile create
17313:
17314: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
17315: after pa_string optimization]
17316:
17317: 2001-11-22 paf
17318:
17319: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
17320: table.offset[whence]
17321:
17322: * src/classes/op.C: process cstr(,connection)
17323:
17324: * src/classes/op.C: process now gets its body on current language,
17325: not as-is
17326:
17327: * src/main/untaint.C: ORIGINS mode removed UHTML
17328:
17329: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
17330: bit
17331:
1.101 moko 17332: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 17333:
17334: 2001-11-21 paf
17335:
17336: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
17337: <xsl:output output options made identical to xsl:output
17338: attributes exclusion: cdata-section-elements what xalan can do
17339: but that not used now: it can escape and remove CDATA sections
17340:
17341: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
17342: produced by xslt
17343:
17344: * src/targets/cgi/parser3.C: removed debug cgi||1
17345:
17346: * src/main/: pa_string.C, untaint.C: cached some string::size() es
17347:
17348: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
17349: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
17350: default language for {code}, it happen to change it's language
17351: from CLEAN, so later refused to split by CLEAN \t
17352:
17353: 2001-11-20 paf
17354:
1.101 moko 17355: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
17356: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 17357: bottom of dependeces, so that errors would popup quicklier, fixed
17358: line numbering in table::sql
17359:
17360: 2001-11-19 paf
17361:
17362: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
17363: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
17364: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
17365: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
17366: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
17367: at wcontext.write
17368:
1.101 moko 17369: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 17370: _set_new_handler
17371:
1.101 moko 17372: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
17373: set_new_handler in apache&isapi
1.95 moko 17374:
17375: 2001-11-16 paf
17376:
17377: * src/targets/cgi/parser3.C: pool debug @ die
17378:
17379: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
17380: removed 8 bytes from String, 2 bytes from
17381: string::chunk::row::item
17382:
17383: * src/main/pa_string.C: removed 1+4 bytes from String
17384:
17385: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
17386: types/pa_vstring.C: removed 1+4 bytes from String
17387:
17388: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
17389: 0
17390:
17391: * src/: include/pa_globals.h, include/pa_string.h,
17392: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
17393: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
17394: targets/cgi/parser3.C: introducing estimating
17395: String::cstr_bufsize, 0
17396:
17397: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
17398:
17399: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
17400:
17401: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
17402: include/pa_pool.h: die in pool::fail
17403:
17404: 2001-11-15 paf
17405:
17406: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
17407: main/pa_exception.C, targets/cgi/parser3.C: exception with
17408: dynamic buffer re-back now with counter
17409:
17410: * src/: include/pa_exception.h, main/pa_exception.C: exception with
17411: static buffer back
17412:
17413: * src/targets/cgi/parser3.C: std::
17414:
17415: * src/: classes/classes.awk, include/pa_config_auto.h.in,
17416: include/pa_config_includes.h: setnewhandler check
17417:
1.101 moko 17418: * src/include/pa_config_auto.h.in: makes
1.95 moko 17419:
17420: * src/targets/cgi/parser3.C: set_new_handler started
17421:
17422: 2001-11-14 paf
17423:
17424: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
17425: was wrong
17426:
17427: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
17428: was wrong
17429:
17430: * src/main/pa_request.C: z
17431:
17432: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
17433: full returns win32 -1 solaris >buffer_size
17434:
17435: checked all that
17436:
17437: * src/classes/op.C: ^untaint{body} as-is default now
17438:
17439: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
17440: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
17441: with no_bad_constructors_try
17442:
17443: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
17444: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
17445: this: $bred[^string::length[]] $bred[^response::clear[]]
17446: $bred[^int::int[]]
17447:
17448: now VObject creation moved into overriden
17449: VClass::create_new_value, thus 0 from create_new_value means that
17450: class has no ctors
17451:
17452: 2001-11-13 paf
17453:
17454: * src/classes/classes.C: returned accedently removed if in foreach
17455: callbacks [when hash no-0-restructure]
17456:
17457: 2001-11-12 paf
17458:
17459: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
17460: passed as-is to method, xalan makes & into & itself
17461:
17462: * src/classes/date.C: date.roll parser2 alg used
17463:
17464: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
17465: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
17466: main/pa_dictionary.C, main/pa_hash.C,
17467: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
17468: now does not containt 0 values. put 0 actullay removes. no check
17469: on 0 value in foreach now required
17470:
17471: 2001-11-11 paf
17472:
17473: * src/sql/pa_sql_driver.h: removed extra constructor, doc
17474:
17475: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
17476:
17477: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
17478: driver initialize not const
17479:
17480: 2001-11-10 paf
17481:
17482: * src/main/pa_exec.C: doc
17483:
17484: 2001-11-09 paf
17485:
17486: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
17487: param properly
17488:
17489: * src/classes/string.C: string.save now does untainting before
17490: saving
17491:
17492: * src/main/pa_common.C: line endings fixing fixed last piece[was
17493: still cstr oriented]
17494:
17495: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
17496: line endings fixing got rid of cstr, now must work ok with post
17497: multipart
17498:
17499: * src/types/pa_vform.C: line endings fixed at post / multipart /
17500: not file also now
17501:
17502: 2001-11-08 paf
17503:
17504: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
17505: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
17506: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
17507: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
17508: main/pa_stylesheet_manager.C: restructured Cache manager to be
17509: simple parent, not second parent [gcc 2.96 strangly refused to
17510: call virtual from second parent]
17511:
1.101 moko 17512: * src/: include/pa_common.h, main/Makefile.am,
17513: targets/cgi/pa_pool.C: makes
1.95 moko 17514:
17515: * src/: include/pa_request.h, main/pa_request.C,
17516: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
17517: 'status' class enabler
17518:
17519: <Location /parser-status.html> ParserStatusAllowed </Location>
17520:
17521: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
17522: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
17523: include/pa_stylesheet_manager.h, main/main.dsp,
17524: main/pa_cache_managers.C, main/pa_charset_manager.C,
17525: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
17526: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17527: types/pa_vstatus.h: cache_managers, maybe-expiring every request
17528: todo: apache 'status' class enabler
17529:
17530: 2001-11-05 paf
17531:
17532: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
17533: debug to normal
17534:
17535: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
17536: hence i removed skipping 0 values in hash::for_each-es we need to
17537: check cleaned cache items manually. few more checks.
17538:
17539: expiring to 0 time was wrong, changed to 'now' time
17540:
17541: * src/targets/cgi/parser3.C: read can return 0, that means sort of
17542: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
17543: on apache already done :)
17544:
17545: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
17546: skipping 0 values in hash::for_each-es we need to check cleaned
17547: cache items manually
17548:
17549: * src/main/: pa_db_connection.C, pa_db_table.C:
17550: parser_multithreaded check was wrong
17551:
17552: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17553: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17554: classes/hashfile.C, classes/image.C, classes/int.C,
17555: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17556: classes/string.C, classes/table.C, classes/void.C,
17557: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17558: include/pa_array.h, include/pa_charset_connection.h,
17559: include/pa_charset_manager.h, include/pa_common.h,
17560: include/pa_config_fixed.h, include/pa_config_includes.h,
17561: include/pa_db_connection.h, include/pa_db_manager.h,
17562: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
17563: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17564: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17565: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17566: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17567: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17568: include/pa_stack.h, include/pa_string.h,
17569: include/pa_stylesheet_connection.h,
17570: include/pa_stylesheet_manager.h, include/pa_table.h,
17571: include/pa_threads.h, include/pa_types.h, main/compile.C,
17572: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
17573: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
17574: main/pa_charset_manager.C, main/pa_common.C,
17575: main/pa_db_connection.C, main/pa_db_manager.C,
17576: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
17577: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
17578: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
17579: main/pa_socks.C, main/pa_sql_driver_manager.C,
17580: main/pa_status_provider.C, main/pa_string.C,
17581: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
17582: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17583: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17584: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
17585: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17586: targets/isapi/pool_storage.h, types/pa_valiased.C,
17587: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
17588: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17589: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17590: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17591: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17592: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
17593: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17594: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
17595: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
17596: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17597: types/pa_vstateless_object.h, types/pa_vstatus.h,
17598: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
17599: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17600: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17601: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
17602: $status:db fixed used not initialized in db_connection & db_table
17603:
17604: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
17605: $status:charset
17606:
17607: * src/: classes/xdoc.C, include/pa_db_connection.h,
17608: include/pa_stylesheet_connection.h,
17609: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
17610: types/pa_vstatus.h: $status:stylesheet
17611:
17612: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
17613: include/pa_request.h, include/pa_sql_connection.h,
17614: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
17615: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
17616: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
17617: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
17618: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
17619: types/pa_vxnode.C, types/types.dsp: started status parser class
17620:
17621: 2001-11-01 paf
17622:
17623: * src/include/pa_config_auto.h.in: makes
17624:
17625: * src/main/pa_hash.C: removed old extra include
17626:
17627: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
17628: checks [for hp, there are such in math.h]
17629:
17630: * src/classes/op.C: ^for endless loop check strightened
17631:
17632: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
17633: behavior in native calls. it left unchanged, so ^for ^foreach &
17634: co can use r.root to write their i & key,value there
17635:
17636: * src/classes/op.C: detected for var storage bug, fixed.
17637: todo:foreach
17638:
17639: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
17640: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
17641: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
17642: changing of hash inside of foreach
17643:
17644: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
17645: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
17646: were hash.foreach
17647:
17648: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
17649: types/pa_vstring.C, types/pa_vstring.h:
17650: ^foreach[key|value]{body}[[separator]|{separator}]
17651:
17652: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
17653: types/pa_vcookie.C: ^hash.delete[key]
17654:
17655: 2001-10-31 paf
17656:
17657: * src/main/: compile.C, pa_common.C: completely empty file now
17658: considered "read", not ignored [not perfect trick used]
17659:
17660: * src/main/pa_common.C: simplier common ifdefs
17661:
17662: * src/main/pa_common.C: typing bug in common - bad ifdeff
17663:
17664: * src/main/pa_db_connection.C: z
17665:
17666: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
17667: lockdetector flags
17668: dbenv.lk_detect=DB_LOCK_RANDOM;
17669:
17670: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
17671: from accidental show [imagine user forgot @exception]
17672:
17673: * src/classes/table.C: ^table.save[[nameless|+append;]path]
17674:
17675: * src/: classes/file.C, classes/image.C, classes/mail.C,
17676: classes/string.C, classes/xnode.C, include/pa_common.h,
17677: main/pa_common.C: ^string.save[[append;]path]
17678:
17679: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17680: main/execute.C: \ in expression: int divide 10/3=3
17681:
17682: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
17683: inside of ^cache
17684:
17685: * src/: include/pa_threads.h, main/pa_db_connection.C,
17686: main/pa_db_table.C, targets/cgi/pa_threads.C,
17687: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
17688: needed
17689:
17690: 2001-10-30 paf
17691:
17692: * src/: classes/classes.dsp, main/main.dsp,
17693: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17694: types/types.dsp: enabled debug incremental compile
17695:
17696: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
17697: form post data line endings not reformatted now.
17698:
17699: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
17700: now required [had bug when file= has no value]
17701:
17702: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
17703: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
17704: cstr(asis) default param removed
17705:
17706: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
17707:
17708: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
17709:
17710: * src/include/pa_dir.h: LOAD_DIR fixed
17711:
17712: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
17713: was broken} fix_line_breaks
17714:
17715: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
17716: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
17717: packed with #pragma pack
17718:
1.101 moko 17719: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 17720:
17721: 2001-10-29 paf
17722:
17723: * src/types/pa_wcontext.h: bitfield syntax stricter
17724:
17725: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
17726: string hash.puts
17727:
17728: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
17729:
17730: * src/include/pa_sql_connection.h: there were one wrong
17731: SQL_CONNECTION_FUNC_GUARDED [failed]
17732:
17733: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
17734: param.someday either ifdef or remove it
17735:
17736: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
17737:
17738: * src/main/untaint.C: optimizing returned after debugging
17739:
17740: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
17741: main/untaint.C: memory hunging #pragma pack(1)
17742:
17743: 16 419 844 13 169 394
17744:
17745: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
17746: targets/cgi/pa_pool.C: String size_t replace to uint in proper
17747: places [todo:Array]
17748:
17749: * src/: main/execute.C, targets/cgi/pa_pool.C,
17750: targets/cgi/parser3.dsp, types/pa_wcontext.h,
17751: types/pa_wwrapper.h: debugging memory WContext flags to bits
17752:
17753: total 5 652 652/158731 total 5 469 332/158731
17754:
17755: * src/: include/pa_array.h, main/pa_array.C: debugging memory
17756: Array:: without cache in get/put now
17757:
17758: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
17759: 18:25:27 2001] total 5 652 652/158731
17760:
17761: * src/: include/pa_string.h, main/pa_string.C,
17762: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
17763: now
17764:
17765: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
17766: 18:11:53 2001] total 5796092/158731
17767:
17768: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
17769: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
17770: key ref now
17771:
17772: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
17773: 17:11:17 2001] total 16867948/202658
17774:
17775: * src/: classes/file.C, classes/image.C, classes/string.C,
17776: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
17777: main/execute.C, main/pa_array.C, main/pa_common.C,
17778: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17779: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17780: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
17781: string::as_int/double now usually uses stack, not heap [200K out
17782: of 17M :)] VString(String&) not copies reference [29M -> 17M]
17783:
17784: * src/main/pa_sql_driver_manager.C: ping to have services [old
17785: hiding bug]
17786:
17787: * src/Makefile.am: .am order
17788:
17789: * src/: include/pa_array.h, include/pa_charset_manager.h,
17790: include/pa_db_connection.h, include/pa_db_manager.h,
17791: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
17792: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
17793: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
17794: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
17795: required "friend class"
17796:
17797: ../include/pa_request.h:51: friend declaration requires
17798: class-key, i.e. `friend class Temp_lang'
17799:
17800: * src/: include/pa_exception.h, include/pa_sql_connection.h,
17801: main/pa_exception.C, main/pa_sql_driver_manager.C,
17802: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
17803:
17804: the idea is to #1 jump to C++ some function to main body, where
17805: every function stack frame has exception unwind information and
17806: from there... #2 propagate_exception()
17807:
17808: 2001-10-28 paf
17809:
17810: * src/main/pa_db_connection.C: removed old consts
17811:
17812: * src/main/pa_db_connection.C: expire table [was accidently pasted
17813: with wrong type/cast]
17814:
17815: * src/main/: pa_db_connection.C, pa_db_table.C: exception
17816: translation
17817:
1.101 moko 17818: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 17819: remember to build DB2 with -fexceptions!!!
17820:
17821: * src/main/pa_db_table.C: DB_RMW defed
17822:
17823: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
17824: include/pa_db_connection.h, include/pa_db_manager.h,
17825: include/pa_db_table.h, main/pa_db_connection.C,
17826: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
17827:
17828: 2001-10-27 paf
17829:
17830: * src/: classes/hashfile.C, include/pa_db_connection.h,
17831: include/pa_db_table.h, main/pa_db_connection.C,
17832: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
17833: types/pa_vhashfile.C: DB2 ifdefs
17834:
1.101 moko 17835: * src/: classes/Makefile.am, include/pa_config_fixed.h,
17836: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 17837: makes with DB2
17838:
1.101 moko 17839: * src/: include/pa_config_auto.h.in, main/Makefile.am,
17840: types/Makefile.am: makes db
1.95 moko 17841:
17842: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
17843: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
17844: globals.C
17845:
17846: * src/: classes/hashfile.C, include/pa_db_connection.h,
17847: include/pa_db_table.h, main/pa_db_connection.C,
17848: main/pa_db_table.C: ^hashfile.clear[]
17849:
17850: * src/classes/classes.awk: no $ in var names
17851:
17852: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
17853: connection&table [forgotten calls]
17854:
17855: 2001-10-26 paf
17856:
17857: * src/main/pa_db_connection.C: db checkpoints
17858:
17859: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
17860: checkpoints
17861:
17862: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
17863: default. but entities still reparsed. todo: tothink
17864:
17865: * src/main/pa_db_connection.C: db recover mech 2
17866:
17867: * src/: classes/hashfile.C, include/pa_db_connection.h,
17868: include/pa_db_manager.h, include/pa_db_table.h,
17869: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
17870: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
17871: types/pa_vhashfile.h: db connections & tables now cached at
17872: create time & multithreaded
17873:
17874: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
17875: parsed_source
17876:
17877: * src/main/pa_db_connection.C: about to remove connection from
17878: vhashfile
17879:
17880: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
17881: transaction commit/rollback responsibility left to parent [as it
17882: sould - else there were a bug with double free]
17883:
17884: * src/include/pa_db_table.h: db: child transaction commit/rollback
17885: responsibility left to parent [as it sould - else there were a
17886: bug with double free]
17887:
17888: 2001-10-25 paf
17889:
17890: * src/: classes/hashfile.C, include/pa_common.h,
17891: include/pa_db_connection.h, include/pa_db_manager.h,
17892: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
17893: types/pa_vhashfile.C, types/pa_vhashfile.h,
17894: include/pa_db_table.h, main/pa_db_table.C: started db_home
17895: [multiple, cached] todo: autorecover [tried, but not succeded,
17896: yet]
17897:
17898: * src/include/pa_dir.h: ancient gpf on dir not found fixed
17899:
17900: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
17901: transaction parent passed
17902:
17903: 2001-10-24 parser
17904:
1.101 moko 17905: * src/classes/Makefile.am: makes
1.95 moko 17906:
17907: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
17908: isapi/pool_storage.h: pool_storage fixed
17909:
17910: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
17911: types/pa_vform.h: form fix_line_breaks
17912:
1.101 moko 17913: * src/targets/cgi/pool_storage.h: makes
1.95 moko 17914:
17915: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
17916: targets/cgi/pool_storage.h: makes
17917:
17918: * src/sql/pa_sql_driver.h: version
17919:
17920: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
17921: types/pa_vform.C, types/pa_vform.h: .am
17922:
17923: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
17924: this: DB_RMW Acquire write locks instead of read locks when doing
17925: the retrieval. Setting this flag may decrease the likelihood of
17926: deadlock during a read-modify-write cycle by immediately
17927: acquiring the write lock during the read part of the cycle so
17928: that another thread of control acquiring a read lock for the same
17929: item, in its own read-modify-write cycle, will not result in
17930: deadlock
17931:
17932: * src/targets/isapi/parser3isapi.dsp: doc
17933:
17934: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
17935:
17936: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
17937:
17938: * src/: classes/hashfile.C, include/pa_db_connection.h,
17939: main/pa_db_connection.C: hashfile expired deleted from db when
17940: get & iterate
17941:
17942: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
17943: expiring 1
17944:
17945: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
17946:
17947: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
17948: db_connection not bothers with key when not returning expired
17949: data
17950:
17951: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
17952: types/pa_vhashfile.C: db_cursor constructor public now
17953:
17954: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
17955: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
17956: stamped, todo: put_element analize
17957:
17958: * src/: include/pa_db_connection.h, include/pa_string.h,
17959: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
17960: serialize. todo stamp
17961:
17962: 2001-10-23 parser
17963:
17964: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
17965: classes/image.C, classes/mail.C, classes/response.C,
17966: classes/string.C, classes/table.C, classes/xdoc.C,
17967: include/pa_config_fixed.h, include/pa_db_connection.h,
17968: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
17969: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
17970: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
17971: types/pa_vtable.C: ^hashfile.hash[]
17972:
17973: * src/: classes/hashfile.C, classes/xdoc.C,
17974: include/pa_config_fixed.h, main/pa_db_manager.C,
17975: main/pa_globals.C: ifdefs so it compiled without db
17976:
17977: * src/: classes/hashfile.C, include/pa_db_connection.h,
17978: include/pa_db_manager.h, main/pa_db_connection.C,
17979: main/pa_db_manager.C, types/pa_vhashfile.h:
17980: ^hashfile.transaction{code} ^hashfile:clear[filename]
17981: ^hashfile.delete[key]
17982:
17983: 2001-10-22 parser
17984:
17985: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
17986: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
17987:
17988: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
17989: classes/xnode.C, include/pa_charset_connection.h,
17990: include/pa_db_connection.h, include/pa_db_manager.h,
17991: include/pa_exception.h, include/pa_sapi.h,
17992: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17993: include/pa_stylesheet_connection.h,
17994: include/pa_stylesheet_manager.h,
17995: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
17996: main/pa_db_connection.C, main/pa_db_manager.C,
17997: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
17998: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17999: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
18000: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
18001: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
18002: types/types.dsp: hashfile 0
18003:
18004: * src/types/pa_vhashfile.C: z
18005:
18006: * src/: classes/classes.dsp, classes/hashfile.C,
18007: include/pa_config_fixed.h, main/execute.C,
18008: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
18009: types/pa_vhashfile.h, types/types.dsp: hashfile -100
18010:
18011: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
18012:
18013: * src/: include/pa_exception.h, include/pa_request.h,
18014: main/execute.C, main/pa_exception.C, main/pa_request.C,
18015: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18016: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
18017:
18018: 2001-10-19 parser
18019:
18020: * src/include/pa_pool.h: header
18021:
18022: * src/main/pa_pool.C: auto compiled on gcc
18023:
18024: * src/classes/image.C: comment
18025:
1.101 moko 18026: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 18027:
18028: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18029: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18030: types/pa_vxnode.h: xnode clone got freed
18031:
18032: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
18033: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
18034: can free up xalandomstring resulting from pool::transcode
18035:
18036: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
18037: include/pa_config_fixed.h, include/pa_exception.h,
18038: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
18039: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
18040: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
18041: to c++ exceptions 1xml configure fixed to exclude xalan-patch
18042: from non-xml compile
18043:
18044: * src/main/pa_request.C: pool:: context - get_context
18045:
18046: * src/: classes/classes.h, classes/date.C, classes/double.C,
18047: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18048: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18049: classes/string.C, classes/table.C, classes/void.C,
18050: include/pa_config_fixed.h, include/pa_exception.h,
18051: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
18052: main/compile.C, main/compile_tools.C, main/execute.C,
18053: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
18054: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
18055: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18056: main/pa_string.C, main/pa_table.C, main/untaint.C,
18057: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
18058: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
18059: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
18060: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
18061: types/pa_vstateless_class.h, types/pa_vtable.C,
18062: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
18063: exceptions 0
18064:
18065: * src/classes/classes.awk: $ removed
18066:
18067: 2001-10-18 parser
18068:
18069: * src/types/pa_vcookie.C: cookie:CLASS
18070:
18071: * src/main/main.dsp: project
18072:
18073: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
18074: set_document & ctor question "who owns document" solved
18075:
18076: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
18077:
18078: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
18079: main/pa_pool.C: encoding in dom creating funcs
18080:
18081: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
18082: be transformed now
18083:
18084: * src/classes/xdoc.C: dom created by create can be transformed now
18085:
18086: * src/classes/xdoc.C: z
18087:
18088: * src/classes/xdoc.C: comment
18089:
18090: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
18091: create now uses XercesDocumentBridge, appendChild&co now works
18092:
18093: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
18094: @ recompile
18095:
18096: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
18097: $origin @exception[
18098:
18099: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
18100: tag names forced to XML lang
18101:
18102: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
18103: leechy-found bugs in code&doc fixed
18104:
18105: 2001-10-17 parser
18106:
18107: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
18108: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
18109: n functionality preserved
18110:
18111: * src/types/pa_vimage.h: removed unused vimage::save
18112:
18113: 2001-10-16 parser
18114:
18115: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
18116:
18117: * src/classes/: xnode.C: removed few dom returns & changed op.txt
18118:
18119: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
18120:
18121: * src/classes/image.C: image.copy tolerance
18122:
18123: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
18124: ineffective, but works for small paleted image
18125:
18126: * src/types/pa_vimage.C: comment
18127:
18128: * src/classes/image.C: gd size/resize bugfix
18129:
18130: * src/: classes/classes.dsp, main/main.dsp,
18131: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18132: types/types.dsp: ident >nul 2>&1
18133:
18134: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
18135: systems
18136:
18137: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
18138: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
18139:
18140: 2001-10-15 parser
18141:
18142: * src/main/execute.C: z
18143:
18144: * src/classes/: xdoc.C: !::create{qualifiedName}
18145:
18146: * src/types/pa_vxnode.C: document_type_node.
18147: !readonly attribute DOMString name
18148: !notation_node.
18149: !readonly attribute DOMString publicId
18150: !readonly attribute DOMString systemId
18151:
1.101 moko 18152: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
18153: ::write badly passed string too transparently [failed to
18154: intercept it]
1.95 moko 18155:
18156: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
18157: include/pa_request.h, main/pa_sql_driver_manager.C,
18158: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18159: types/pa_vxnode.h: DOM1 major addtion, only few
18160: attributes/methods left
18161:
18162: 2001-10-13 parser
18163:
18164: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
18165: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
18166: in main handler
18167:
18168: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
18169: cleanups & frees order
18170:
18171: * src/types/pa_vcode_frame.h: couple comments
18172:
18173: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
18174: transparent enough to handle hash if creation&passing
18175:
18176: * src/: include/pa_config_fixed.h, main/execute.C,
18177: main/pa_exception.C: noticed that vcodeframe not transparent
18178: enough, would change now
18179:
18180: 2001-10-12 parser
18181:
18182: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
18183: fixed. initialization&free on each thread!
18184:
18185: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
18186: handling changed: now type of default param analized always, not
18187: only at problem time, thus helping early problem spotting
18188:
18189: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
18190: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
18191: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
18192: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
18193: multithread bug fixed. initialization&free on each thread!
18194:
18195: 2001-10-11 parser
18196:
18197: * src/classes/xnode.C: xnode.selectSingle now
18198:
18199: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
18200: include/pa_pool.h, include/pa_stylesheet_connection.h,
18201: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
18202: convertors out of Pool into Exception
18203:
18204: * src/main/pa_string.C: const
18205:
18206: * src/: include/pa_string.h, main/pa_string.C: restructured string:
18207: linked pieces of same language together prior to String::replace
18208:
18209: * src/classes/hash.C: !^hash.add[addme]
18210: !^hash.sub[subme]
18211: !^a.union[b] = new
18212: !^a.intersection[b] = new
18213: !^a.intersects[b] = bool
18214:
18215: * src/classes/hash.C: !^hash::append[append_from]
18216:
18217: * src/: classes/hash.C, types/pa_vhash.h:
18218: !^hash::create[[copy_from]]
18219:
18220: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
18221: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
18222: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
18223: fixed. got rid of empty_string, which caused errors - it hasnt
18224: exception but somebody[value.bark] tried to throw it on it's pool
18225:
1.101 moko 18226: * src/include/pa_config_auto.h.in: makes
1.95 moko 18227:
18228: 2001-10-10 parser
18229:
18230: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
18231:
18232: * src/main/: compile.tab.C, compile.y: ^a[
18233:
18234: @next_method << now unclosed ] would be reported here
18235:
18236: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
18237: compile error
18238:
18239: 2001-10-09 parser
18240:
1.101 moko 18241: * src/: classes/Makefile.am, main/Makefile.am,
18242: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 18243:
18244: * src/classes/Makefile.am: makes
18245:
18246: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
18247: win32 errors intercepted [xalan transformer patched and
18248: incorporated]
18249:
18250: * src/: classes/classes.dsp, classes/xdoc.C,
18251: include/pa_stylesheet_connection.h, main/main.dsp,
18252: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
18253: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
18254: patches starting
18255:
18256: * src/classes/: string.C, table.C: ^string.save[file]
18257:
18258: * src/classes/: date.C, table.C: calendar moved to date
18259:
18260: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
18261: string/table] now
18262:
18263: * src/classes/: op.C, table.C: z
18264:
18265: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
18266: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
18267: types/pa_vxnode.h: table:menu & op for delims made allowed not to
18268: be code [be string..]
18269:
18270: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
18271: table.C: lots of
18272: params->as_int/double/as_string/as_junction/as_no_junction
18273: messages added
18274:
18275: 2001-10-08 parser
18276:
18277: * src/: classes/date.C, classes/image.C, classes/string.C,
18278: classes/table.C, classes/void.C, include/pa_request.h:
18279: params->as_int/double message added
18280:
18281: * src/classes/image.C: image:circle [and round arc] uses Bresenham
18282:
18283: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
18284: image:sector removed image:html internal "line-*" attribs
18285:
18286: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
18287: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
18288:
18289: * src/types/pa_vcookie.C: removing cookie made more netscape-like
18290: way
18291:
18292: * src/: classes/file.C, classes/form.C, main/pa_common.C,
18293: main/untaint.C: header untainting to UL_HTTP_HEADER,
18294: UL_MAIL_HEADER made nonforced [only tainted pieces]
18295:
18296: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
18297: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
18298: @ SAPI::log
18299:
18300: * src/main/untaint.C: \r to ' ' in origins mode
18301:
18302: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
18303: set]
18304:
18305: * src/: classes/xdoc.C, include/pa_config_fixed.h,
18306: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
18307: nonstandard liaison freed up
18308:
18309: 2001-10-07 parser
18310:
18311: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
18312: project
18313:
18314: 2001-10-05 parser
18315:
18316: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
18317: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
18318: from outputing to cerr. lots of "todos"
18319:
18320: * src/main/untaint.C: http_header tainting more gentle with
18321: enquoting now
18322:
18323: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
18324: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
18325: xml errorhandler. fixed string.replace a little, read @test
18326:
18327: * src/main/pa_string.C: found replace bug - first_that_starts(char
18328: *) does not have limit, and looks further eos, fixing....
18329:
18330: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
18331:
18332: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
18333:
18334: * src/main/: pa_charset_connection.C: ctype another mem clear
18335: bugfix
18336:
1.101 moko 18337: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
18338: $result[^[$p^]z] now works fine
1.95 moko 18339:
18340: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
18341: wrong. fixed it
18342:
18343: * src/main/pa_charset_connection.C: unicode zero pair at the beging
18344: of totable appered to be vital
18345:
18346: 2001-10-04 parser
18347:
18348: * src/classes/image.C: ^image.length[text]
18349:
18350: 2001-10-03 parser
18351:
18352: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
18353:
18354: * src/main/pa_request.C: restored pcre defaulting in request
18355: [mindlessly "optimized" yesterday] comment left
18356:
18357: 2001-10-02 parser
18358:
18359: * src/: main/pa_charset_manager.C,
18360: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
18361: needed
18362:
18363: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
18364: forgot non-xml pool.*charset needed
18365:
18366: * src/classes/table.C: # config comments fixed
18367:
18368: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
18369: charset_connection #comment now
18370:
18371: * src/: classes/classes.dsp, types/types.dsp: release projects
18372: options fixed to use release msvcrt lib
18373:
18374: * src/main/pa_charset_connection.C: pcre tables now const inside
18375: removed default - pcre handles that internally fixed bug on
18376: not-cleaning tables [previously was calloced, now member]
18377:
18378: * src/: include/pa_request.h, main/pa_charset_connection.C,
18379: main/pa_request.C, types/pa_vstring.h: pcre tables now const
18380: inside removed default - pcre handles that internally fixed bug
18381: on not-cleaning tables [previously was calloced, now member]
18382:
18383: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
18384: tested charset reload on file change @ apache version = OK tested
18385: freeing up prev encoding on adding new = OK
18386:
18387: 2001-10-01 parser
18388:
18389: * src/main/pa_charset_connection.C: removed entitify external hack
18390: [internal installed]
18391:
1.101 moko 18392: * src/main/Makefile.am: makes+removed dtd
1.95 moko 18393:
18394: * src/: include/pa_charset_connection.h,
18395: include/pa_charset_manager.h,
18396: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
18397: main/pa_charset_connection.C, main/pa_charset_manager.C,
18398: main/pa_request.C: charset loading & caching mech 0
18399:
18400: * src/: include/pa_stylesheet_connection.h,
18401: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
18402: main/pa_globals.C, main/pa_request.C: would make charset loading
18403: & caching mech now
18404:
18405: 2001-09-30 parser
18406:
18407: * src/main/pa_request.C: forgot to fill toTable
18408:
18409: * src/: include/pa_config_fixed.h, main/pa_request.C: started
18410: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
18411: failed on win32 for now..
18412:
18413: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
18414: now charsets table configuration variable is: CHARSETS
18415:
18416: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
18417: ctype with unicode 1. todo: no П entities on output somehow
18418:
18419: * src/: classes/file.C, classes/op.C, classes/string.C,
18420: include/pa_request.h, main/pa_request.C: started ctype with
18421: unicode values
18422:
18423: 2001-09-28 parser
18424:
18425: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
18426: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
18427: string passed AS-IS now
18428:
18429: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
18430: way of user-configuring... todo: implement
18431:
18432: 2001-09-27 parser
18433:
18434: * src/classes/table.C: table.sort changed to sort table itself
18435:
18436: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
18437: X^.getElementsByTagName[tagname] = array of xnode
18438: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
18439: nodes removed - regretfully not supported @ xalan. maybe someday
18440: would reimplement, if needed.
18441:
18442: win32build system: solved long waiting anti-non-started-apache
18443: problem
18444:
18445: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
18446: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18447: types/types.dsp: win32 ident make system so not to rebuild
18448: library [ident.C.new]
18449:
18450: 2001-09-26 parser
18451:
18452: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
18453: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
18454: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
18455: types/pa_vxnode.C, types/types.dsp: z
18456:
18457: * src/classes/classes.C: forgot one non-xml check
18458:
1.101 moko 18459: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
18460: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 18461:
18462: * src/targets/cgi/parser3.C: z
18463:
18464: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
18465: targets/isapi/parser3isapi.C: #ifdef SMTP
18466:
18467: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
18468: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18469: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
18470: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
18471: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18472: types/types.dsp: xdoc&xnode now
18473:
18474: * src/: classes/classes.C, classes/classes.awk,
18475: classes/classes.dsp, classes/classes.h, classes/date.C,
18476: classes/dnode.C, classes/dnode.h, classes/dom.C,
18477: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18478: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18479: classes/op.C, classes/response.C, classes/string.C,
18480: classes/table.C, classes/void.C, include/pa_array.h,
18481: include/pa_common.h, include/pa_config_fixed.h,
18482: include/pa_config_includes.h, include/pa_dictionary.h,
18483: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
18484: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
18485: include/pa_socks.h, include/pa_sql_connection.h,
18486: include/pa_sql_driver_manager.h, include/pa_stack.h,
18487: include/pa_string.h, include/pa_stylesheet_connection.h,
18488: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
18489: include/pa_xslt_stylesheet_manager.h, main/compile.C,
18490: main/compile.y, main/compile_tools.C, main/compile_tools.h,
18491: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
18492: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
18493: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
18494: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18495: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
18496: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
18497: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18498: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18499: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
18500: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18501: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
18502: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18503: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18504: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18505: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
18506: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
18507: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
18508: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
18509: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18510: types/pa_vmethod_frame.h, types/pa_vobject.h,
18511: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
18512: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18513: types/pa_vstateless_object.h, types/pa_vstring.C,
18514: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18515: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
18516: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
18517: main.dsp splitted to main+classes+types along to .am
18518:
18519: * src/classes/Makefile.am: removed useless var
18520:
18521: * src/: classes/classes.cmd, main/main.dsp,
18522: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
18523: main.dsp
18524:
18525: 2001-09-25 parser
18526:
18527: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
18528: 1251 though, todo ICU
18529:
1.101 moko 18530: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 18531: include/pa_stylesheet_connection.h, main/Makefile.am,
1.101 moko 18532: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
18533: types/pa_vdom.h: xml configure makes
1.95 moko 18534:
18535: 2001-09-24 parser
18536:
1.101 moko 18537: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
18538: types/Makefile.am: makes
1.95 moko 18539:
1.101 moko 18540: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 18541:
18542: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
18543: started unix makes update
18544:
18545: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
18546: started unix makes update
18547:
18548: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
18549:
18550: * src/types/pa_value.h: z
18551:
18552: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
18553: bugs with usinge hash/table in expressions
18554:
18555: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
18556: resolved conflicts fixed [const]
18557:
18558: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
18559: classes/table.C, include/pa_request.h, include/pa_sapi.h,
18560: main/compile.C, main/compile.tab.C, main/compile.y,
18561: main/compile_tools.h, main/main.dsp, main/pa_common.C,
18562: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
18563: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
18564: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
18565: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18566: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
18567: with before_xml [merge2 actually didn't happen - i've created
18568: tags on wrong branch. so this merge is in fact re-merge]
18569:
18570: 2001-09-21 parser
18571:
18572: * src/: main/main.dsp, targets/cgi/parser3.dsp,
18573: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
18574: produced "" in make file and sadly wrong interpreted on load]
18575:
1.101 moko 18576: * src/: classes/classes.h, classes/hash.C, classes/op.C,
18577: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
18578: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
18579: include/pa_sql_driver_manager.h, include/pa_string.h,
18580: main/compile.tab.C, main/main.dsp, main/pa_common.C,
18581: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
18582: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 18583:
18584: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
18585: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
18586: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
18587: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
18588: main/pa_pool.C, main/pa_request.C,
18589: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
18590: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
18591: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18592: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
18593: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
18594: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
18595: types/pa_vrequest.C, types/pa_vresponse.h,
18596: types/pa_vstateless_class.C, types/pa_vstring.C,
18597: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
18598: created new projects for sql drivers [planning to remove sql
18599: drivers from main cvs project] first, will join latest changes
18600:
18601: * src/classes/: dom.C: defaulted dom writing methods encoding to
18602: pool.get_charset
18603:
18604: * src/classes/dom.C: defaulted dom writing methods encoding to
18605: pool.get_charset
18606:
18607: * src/include/pa_pool.h: defaulted dom writing methods encoding to
18608: pool.get_charset
18609:
18610: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
18611: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
18612: methods encoding to pool.get_charset
18613:
18614: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
18615: transcoder were created right "unsupported encoding" message.
18616: not @ set time, but @ use time, so until xml output functions
18617: .string, .file, .save used - no encoding name check occur
18618:
18619: reduced transcode buffer size to 60 fixed pool cleanup - no
18620: registration needed, pools are officially destructured
18621:
18622: 2001-09-20 parser
18623:
18624: * src/classes/image.C: 20K preload on jpg measure [image::measure]
18625:
18626: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
18627: $MAIN:DEFAULTS.content-type[$.charset[here]]
18628:
18629: * src/: classes/dnode.C, classes/dom.C,
18630: include/pa_config_includes.h, include/pa_globals.h,
18631: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
18632: main/pa_pool.C, targets/cgi/parser3.dsp,
18633: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18634: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
18635: Pool::transcode 0
18636:
18637: * src/classes/dom.C: dom. string save file moved output xml options
18638: to last param and made it optional
18639:
18640: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
18641: dnodes
18642: !$attributenode.specified = boolean
18643: true if the attribute received its value explicitly
18644: in the XML document,
18645: or if a value was assigned programatically with the
18646: setValue function.
18647: false if the attribute value came from the default value
18648: declared in the document's DTD.
18649: !$pinode.target = target of this processing instruction
18650: XML defines this as being the first token following the
18651: markup
18652: that begins the processing instruction.
18653: XPath:
18654: !^node.select[xpath/query/expression] = hash of 0->node0
18655: 1->node1
18656: !^node.select-single[xpath/query/expression] = first node if
18657: any
18658:
18659: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
18660: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
18661: some 'const's added
18662:
18663: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
18664: expression context now, there value = size and boolean value
18665: size!=0
18666:
18667: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
18668: can be used in expression context now, there value = size and
18669: boolean value size!=0
18670:
18671: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
18672: types/pa_vstring.h: dnode .file .string .save moved back to dom
18673: due to strange xalan bug
18674:
18675: 2001-09-18 parser
18676:
18677: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
18678: classes/image.C, classes/op.C, classes/table.C,
18679: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
18680: include/pa_sql_driver_manager.h, main/compile.C,
18681: main/compile.tab.C, main/compile.y, main/compile_tools.h,
18682: main/execute.C, main/pa_common.C, main/pa_request.C,
18683: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
18684: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18685: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
18686: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
18687: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
18688: before_xml branch ^if(def $hash) now true only when
18689: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
18690:
18691: * src/: classes/op.C, main/execute.C: operators self changed to
18692: root ^for variable context changed to self
18693:
18694: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
18695: dnode 1
18696:
18697: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
18698: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
18699:
18700: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
18701: poly* fixed
18702:
18703: 2001-09-17 parser
18704:
18705: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
18706: types/pa_vdom.h: started dnode+dom
18707:
18708: dnode DOM methods: $node.name $node.value
18709: ...others...
18710:
18711: ^node.xpath[/rates/USD] = hash
18712: $hash[
18713: $.0[node0]
18714: $.1[node1]
18715: ]
18716:
18717: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
18718: applies to all linear primitives
18719:
18720: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
18721: include/pa_stylesheet_connection.h, main/main.dsp,
18722: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
18723: types/pa_vimage.h: started dnode DOM: $node.name
18724: $node.value ...others... ^node.xpath[/rates/USD] = hash
18725: dom(dnode)
18726:
18727: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
18728: main/compile.y, main/compile_tools.h, main/execute.C,
18729: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
18730: in expression compound($aa.zz.xx) names now can have minus '-' in
18731: name after '.'
18732:
18733: 2001-09-15 parser
18734:
18735: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
18736: image: $line-width ^line(...)[**** style]
18737:
18738: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
18739: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
18740: pool_storage - cleanups first, allocations second. apache wisely
18741: does just like that
18742:
18743: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
18744: rewritten using template, no bugs now
18745:
18746: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
18747: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
18748: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
18749: poorly started isapi pool_storage, would rewrite using template
18750: now
18751:
18752: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
18753: include/pa_stylesheet_connection.h, main/main.dsp,
18754: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
18755: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
18756: xalan objects freed up [introducing Pool::register_cleanup]
18757:
18758: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
18759: comments
18760:
18761: 2001-09-14 parser
18762:
18763: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
18764: z
18765:
18766: * src/: classes/dom.C, classes/file.C, classes/image.C,
18767: classes/mail.C, include/pa_common.h,
18768: include/pa_sql_driver_manager.h, include/pa_string.h,
18769: include/pa_stylesheet_connection.h,
18770: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
18771: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
18772: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
18773: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
18774: compiled&cached
18775:
18776: 2001-09-13 parser
18777:
18778: * src/: classes/dom.C, classes/file.C, classes/image.C,
18779: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
18780:
18781: * src/classes/dom.C: dom:file content-type(.method)
18782:
18783: * src/: include/pa_common.h, include/pa_globals.h,
18784: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
18785: string now more informative error messages
18786:
18787: * src/: include/pa_globals.h, include/pa_request.h,
18788: main/pa_request.C, targets/cgi/parser3.C,
18789: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
18790: ParserSiteConfig .../parser3.conf
18791:
18792: cgi&isapi looks for {configure|c:\windows}/parser3.conf
18793:
18794: 2001-09-12 parser
18795:
18796: * src/: classes/op.C, include/pa_sql_driver_manager.h,
18797: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
18798: precise error reporting: "connection string must start with
18799: protocol://" now
18800:
18801: * src/main/compile.tab.C: fixed - subname code parts actually []
18802: braced
18803:
18804: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
18805: lexer on LS_USER level did [] matching without setting nestage,
18806: introduced special LS_NAME_SQUARE_PART state
18807:
18808: 2001-09-11 parser
18809:
18810: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
18811: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
18812: languages+=xml
18813:
18814: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
18815:
18816: * src/classes/dom.C: ^dom:save/string/file[output options] output
18817: options: $.method[xml|html|text] detection fixed
18818:
18819: * src/types/pa_vdom.h: messages
18820:
18821: * src/classes/dom.C: ^dom:save/string/file[output options] output
18822: options: $.method[xml|html|text] detection fixed
18823:
18824: 2001-09-10 parser
18825:
18826: * src/classes/dom.C: ^dom:save/string/file[output options] output
18827: options: $.method[xml|html|text] $.encoding[windows-1251|...]
18828:
18829: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
18830: added]
18831:
18832: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
18833: ^dom.xslt[stylesheet filename] 0
18834:
18835: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
18836: ^dom.xslt[stylesheet filename] -1 doc is lying
18837:
18838: * src/classes/dom.C: ^dom.file[encoding] = file
18839:
18840: * src/classes/: dom.C: ^dom.string[encoding] 1
18841: ^dom.save[encoding;filename]
18842:
18843: * src/classes/dom.C: ^dom.string[] 0
18844:
18845: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
18846:
18847: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
18848: types/pa_vform.h: ^dom.save[b.xml] 0
18849:
18850: 2001-09-08 parser
18851:
18852: * src/types/pa_vform.C: $form:tables.name.field
18853:
18854: 2001-09-07 parser
18855:
18856: * src/classes/table.C: table:empty removed, superceded by ^if(def
18857: $table)...
18858:
18859: * src/targets/cgi/parser3.C: z
18860:
18861: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
18862: from '' to int/double is 0]
18863:
18864: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
18865: $table) is false when table is empty
18866:
18867: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
18868: !$form:tables $atable[$form:tables.a]
18869: ^atable.menu{a=$atable.element}[,]
18870:
18871: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
18872: types/pa_vform.h, types/pa_vhash.h: !$form:fields
18873:
1.101 moko 18874: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 18875: types/pa_vdom.h, types/pa_vform.C: merged with successful start
18876: of dom
18877:
18878: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
18879: types/pa_vform.C, types/pa_vform.h: z
18880:
18881: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
18882: element [not last]
18883:
1.101 moko 18884: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 18885: types/pa_vdom.h: introducing dom. dom:load[a.xml]
18886:
18887: 2001-09-06 parser
18888:
18889: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
18890: table with one column 'element' and two rows: 1 and 2
18891:
18892: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
18893: table with one column 'element' and two rows: 1 and 2
18894:
18895: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
18896: bad int/double conversions, and now $form:nonexistent.int(88)
18897: would return 88
18898:
18899: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
18900: types/pa_vhash.h: now there's special hash key '_default'
18901: [instead of ^_default method] $hash[ $.a[1] $.b[2]
18902: $._default[xx] ] $hash.c
18903:
18904: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
18905: fixed [thanks, fif], ^; were treated there non-literally
18906:
18907: * src/doc/doxygen.cfg: merged new default options from 1.2.10
18908: doxygen
18909:
18910: * src/: classes/image.C, classes/op.C, classes/string.C,
18911: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
18912: types/pa_vtable.C: few #ifndef DOXYGEN
18913:
18914: 2001-09-05 parser
18915:
18916: * src/classes/: string.C, table.C: sql options can be void [same as
18917: image:html the other day]
18918:
18919: * src/targets/cgi/Makefile.am: .am undo
18920:
18921: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
18922: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
18923: macro expantion on param, simply qoutes whatever passed, undone
18924:
18925: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
18926: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
18927: STRINGIZE(name) #name invented
18928:
18929: * src/: classes/op.C, include/pa_sql_driver_manager.h,
18930: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
18931: MAIN_SQL_DRIVERS_NAME "drivers"
18932:
18933: moved to be availible to all users
18934:
18935: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
18936: SQL_DRIVER_CREATE_FUNC_NAME
18937:
18938: * src/classes/mail.C: MAIN:MAIL check fixed
18939:
18940: 2001-09-04 parser
18941:
18942: * src/classes/image.C: image.html now can accept void params
18943:
18944: * src/targets/isapi/parser3isapi.C: z
18945:
18946: * src/targets/cgi/parser3.C: full_file_spec bug
18947:
18948: * src/targets/cgi/parser3.C: getenvcheck
18949:
18950: * src/targets/cgi/parser3.C: zz
18951:
18952: * src/targets/cgi/parser3.C: zzz
18953:
18954: * src/classes/date.C: date
18955:
18956: * src/classes/date.C: date:sql-string is now without ''
18957:
1.101 moko 18958: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 18959: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
18960: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
18961:
1.101 moko 18962: * src/include/pa_config_auto.h.in: makes
1.95 moko 18963:
18964: 2001-09-03 parser
18965:
18966: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
18967:
18968: 2001-09-01 parser
18969:
18970: * src/classes/image.C: letter_spacing
18971:
18972: * src/classes/image.C: image: font params changed
18973:
18974: * src/classes/image.C: image: as_int as_string used
18975:
18976: * src/types/pa_vmethod_frame.h: $result[] now gets properly
18977: analized
18978:
18979: 2001-08-31 parser
18980:
18981: * src/targets/cgi/parser3.C: z
18982:
1.101 moko 18983: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
18984: cygwin
1.95 moko 18985:
18986: * src/classes/void.C: void:int/double += (default)
18987:
18988: * src/classes/image.C: image:font added space param image:font
18989: changed charwidth alg, added kerning const[for now]
18990:
18991: * src/classes/: string.C, table.C: string:int/double (defaults)
18992:
18993: 2001-08-29 parser
18994:
18995: * src/main/pa_exception.C: exception redundant debug info
18996:
18997: 2001-08-28 parser
18998:
18999: * src/classes/image.C: image error msgs
19000:
19001: * src/classes/image.C: image: gifsize little endian
19002:
19003: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
19004: doxygeneration
19005:
19006: * src/: classes/Makefile.am, main/Makefile.am,
19007: targets/cgi/Makefile.am, types/Makefile.am: .am-s
19008:
19009: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
19010: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
19011:
19012: * src/main/compile.C: NO_STRING_ORIGIN check2
19013:
19014: * src/classes/table.C: NO_STRING_ORIGIN check
19015:
19016: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
19017: storage class specifiers invalid in friend function declarations
19018:
19019: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
19020: main/untaint.C, targets/cgi/parser3.C,
19021: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
19022: case of limit
19023:
19024: * src/: classes/file.C, main/pa_common.C: file:move
19025: autocreate/remove dest/src dir
19026:
19027: * src/: classes/string.C, include/pa_dictionary.h,
19028: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
19029: main/untaint.C: pa_directory speeded up. moved zero 'from' check
19030: to directory constructor. string:replace
19031:
19032: 2001-08-27 parser
19033:
19034: * src/classes/image.C: fixed jpgsize alg
19035:
19036: * src/classes/image.C: fixed jpgsize alg
19037:
19038: * src/main/pa_exception.C: z
19039:
19040: * src/main/pa_common.C: removed debug info from pa_common
19041:
19042: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
19043: [auto.p from current dir loading]
19044:
1.101 moko 19045: * src/: main/pa_common.C, main/pa_exception.C,
19046: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
19047: for solaris -lsocket
1.95 moko 19048:
19049: 2001-08-24 parser
19050:
19051: * src/targets/cgi/parser3.C: not cgi extra \n 3
19052:
19053: * src/targets/cgi/parser3.C: not cgi extra \n 2
19054:
19055: * src/targets/cgi/parser3.C: not cgi extra \n
19056:
19057: * src/main/pa_sql_driver_manager.C: z
19058:
19059: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
19060: sql* removed services from disconnect - cross-request ideological
19061: probs.
19062:
19063: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
19064: cross-request ideological probs. oracle - fixed bug: cs
19065: allocated on request.pool and got freed before disconnect
19066:
19067: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
19068: mallocs fixed
19069:
19070: 2001-08-23 parser
19071:
19072: * src/classes/file.C: minor bug in file:save fixed
19073:
19074: * src/main/pa_sql_driver_manager.C: oracle: dlink
19075:
19076: 2001-08-22 parser
19077:
19078: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
19079: types/pa_vfile.h: file:load|save[text|binary;
19080:
19081: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
19082:
19083: 2001-08-21 parser
19084:
19085: * src/classes/: file.C, table.C: ^file:list
19086:
19087: 2001-08-20 parser
19088:
19089: * src/: main/compile.tab.C, main/compile.y,
19090: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
19091: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
19092: recousively caused problems: inc incremeted 123 literal!! fixed
19093:
19094: 2001-08-10 parser
19095:
19096: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
19097:
19098: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
19099: added
19100:
19101: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
19102: added
19103:
19104: * src/classes/table.C: table:sort restored [it was bad test :(]
19105:
19106: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
19107: ''
19108:
19109: * src/main/: pa_request.C: wanted to make const int
19110: MAX_EXECUTE_SECONDS=1;
19111:
19112: but couldnt, set_callback_and_alarm appeared to be not exported
19113: :(
19114:
19115: * src/main/pa_string.C: string.match hanged on. there were a hang
19116: check but it weren't wise enough
19117:
19118: @parse[dateString][tmp]
19119: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
19120: #end
19121:
19122: @main[] ^parse[2001-02-03]
19123:
19124: * src/classes/: table.C: table:sort now default desc
19125:
19126: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19127: table.sort now creates new sorted table
19128:
19129: 2001-08-09 parser
19130:
19131: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
19132:
19133: * src/classes/hash.C: hash:_default now [was hash:default]
19134:
19135: * src/classes/op.C: case without switch check added
19136:
19137: * src/types/pa_vcookie.C: cookie name&value origins added, more
19138: precise $ORIGINS(1)
19139:
19140: * src/main/Makefile.am: .am
19141:
19142: * src/classes/void.C: void: int double copy/paste from int: bug
19143: fixed
19144:
19145: * src/classes/void.C: void: int double copy/paste from int: bug
19146: fixed
19147:
19148: 2001-08-07 parser
19149:
19150: * src/: classes/double.C, classes/int.C, classes/string.C,
19151: classes/table.C, include/pa_globals.h, main/pa_globals.C:
19152: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
19153: string, table
19154:
19155: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
19156: srand made working
19157:
19158: 2001-08-06 parser
19159:
19160: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
19161: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
19162: main/compile.tab.C, main/compile.y, main/pa_array.C,
19163: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
19164: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
19165:
19166: * src/main/pa_exec.C: exec win32 real filename
19167:
19168: * src/classes/file.C: exec stderr out
19169:
19170: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
19171:
19172: 2001-08-03 parser
19173:
19174: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
19175:
19176: 2001-08-02 parser
19177:
19178: * src/: classes/string.C, classes/table.C, include/pa_array.h,
19179: main/execute.C, main/pa_exec.C: introducing Array_iter
19180:
19181: * src/main/execute.C: detected quick_get recursion bug. changed to
19182: get@execute, but needs array iterator, separate from array to
19183: avoid it & use caching
19184:
19185: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
19186: bug fixed
19187:
19188: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
19189: main/execute.C, main/pa_globals.C: found another multithread bug
19190: in op.C (last, last global var killed) :)
19191:
19192: 2001-08-01 parser
19193:
19194: * src/: include/pa_dictionary.h, include/pa_globals.h,
19195: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
19196: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
19197: main/untaint.C: speeded up typo-html replacements. introducing
19198: Dictionary with first-char caching
19199:
19200: 2001-07-31 parser
19201:
19202: * src/types/Makefile.am: pa_vtable.C added to .am
19203:
19204: * src/main/compile.tab.C: added, so that could be compiled even on
19205: non-bison-enabled platforms
19206:
19207: 2001-07-28 parser
19208:
19209: * src/classes/table.C: table:hash always produces hash, when can't
19210: - empty
19211:
19212: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
19213: skipped \n
19214:
19215: 2001-07-27 parser
19216:
19217: * src/classes/: double.C, int.C, string.C: provided meaningful msg
19218: on int/double/string :sql without result and default
19219:
19220: 2001-07-26 parser
19221:
19222: * src/classes/op.C: fixed bad multithread bug with strangly global
19223: OP
19224:
19225: * src/main/compile.y: $man[$.age[zzz]] 0
19226:
19227: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
19228: creation syntax problem persists. restored $: for a while.
19229: thinking of $man[$.age[zzz]] syntax now
19230:
19231: * src/: classes/double.C, classes/int.C, classes/string.C,
19232: include/pa_opcode.h, main/compile.C, main/compile.y,
19233: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
19234: types/pa_vmethod_frame.h, types/pa_wcontext.h,
19235: types/pa_wwrapper.h: fixing :: realization #1
19236:
19237: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
19238: main/compile_tools.h, main/execute.C, main/pa_request.C,
19239: types/pa_vmethod_frame.h: introducing :: this is constructor call
19240: prefix. ordinary : remains for static accesses
19241:
19242: 2001-07-25 parser
19243:
19244: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
19245: fields 2. methods 3. columns
19246:
19247: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
19248: quote. optimized double&int tostring-s
19249:
19250: * src/main/: compile.C, compile.y, compile_tools.h: allowed
19251: whitespace before first method decl
19252:
19253: * src/classes/table.C: allowed nontable result in table:sql,
19254: results in empty table
19255:
19256: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
19257: lines before first method decl
19258:
19259: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
19260: types/pa_vtable.h: ^table.record[] now $table.fields
19261:
19262: * src/main/compile.y: $var[] is now empty string, not void
19263:
19264: * src/main/: compile.y, execute.C: $var[] is now empty string, not
19265: void
19266:
19267: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
19268: main/pa_globals.C: match replace code context moved to implicit
19269: $match context
19270:
19271: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
19272: main/compile_tools.h, main/execute.C: with killed, code storage
19273: introduced with former 'with' syntax
19274:
19275: 2001-07-24 parser
19276:
19277: * src/: main/compile.C, main/execute.C, main/pa_string.C,
19278: types/pa_value.h: first get_element, next get operator
19279:
19280: * src/main/compile.y: removed @end handling
19281:
19282: * src/main/: compile.C, compile.y: @end handling method2
19283:
19284: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19285: file:move
19286:
19287: * src/main/pa_common.C: file_read close @ eof when imgsize bug
19288: fixed
19289:
19290: 2001-07-23 parser
19291:
19292: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
19293: driver
19294:
19295: * src/classes/hash.C: changed sql driver query interface
19296:
19297: * src/: classes/hash.C, classes/string.C, classes/table.C,
19298: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
19299: changed sql driver query interface
19300:
19301: 2001-07-20 parser
19302:
19303: * src/types/pa_vrequest.C: X!$browser:type
19304:
19305: * src/: classes/file.C, classes/string.C, include/pa_string.h,
19306: main/execute.C, main/pa_string.C, types/pa_valiased.C,
19307: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
19308: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
19309: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
19310: types/pa_vobject.h, types/pa_vrequest.C,
19311: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
19312: ^class:method dynamic calls allowed. ^BASE.method call disabled.
19313: BASE element globally removed
19314:
19315: 2001-07-18 parser
19316:
19317: * src/classes/file.C: file:exec/cgi msg
19318:
19319: * src/classes/file.C: $file:exit-code renamed to 'status'
19320:
19321: * src/: classes/file.C, main/pa_exec.C: file:exec
19322:
1.101 moko 19323: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
19324: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
19325: removed $id from *.in *.am
1.95 moko 19326:
19327: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
19328: abbrevations
19329:
19330: * src/: classes/date.C, classes/mail.C, classes/math.C,
19331: classes/string.C, classes/table.C, include/pa_globals.h,
19332: include/pa_string.h, main/execute.C, main/pa_globals.C,
19333: main/pa_request.C, main/pa_string.C, main/untaint.C,
19334: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
19335: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
19336: $ORIGINS(1) output tracing mode
19337:
19338: 2001-07-13 parser
19339:
19340: * src/: classes/double.C, classes/int.C, classes/string.C,
19341: include/pa_request.h, main/execute.C, main/pa_request.C:
19342: auto.p[@auto], /news/auto.p[no @auto], so that initializing
19343: second would not call first @auto
19344:
19345: * src/main/: execute.C, pa_request.C: order of MAIN parents was
19346: wrong, fixed
19347:
19348: 2001-07-12 parser
19349:
19350: * src/types/pa_value.h: pa_value.putelement modification of system
19351: classes prevented
19352:
19353: 2001-07-11 parser
19354:
19355: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
19356: table $piece
19357:
19358: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
19359: types/pa_vstateless_class.h: $file created by file:state +=
19360: .atime .mtime .ctime +found&fixed bug with exceptions on
19361: get_junction-created objects [they were on wrong pool]
19362:
19363: 2001-07-09 parser
19364:
19365: * src/main/untaint.C: qp wrong name
19366:
19367: * src/: classes/date.C, classes/string.C, classes/table.C,
19368: main/compile.y: date format 0
19369:
19370: 2001-07-07 parser
19371:
19372: * src/: classes/date.C, classes/table.C, include/pa_common.h,
19373: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
19374: roll table calendar
19375:
19376: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
19377: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
19378: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
19379: include/pa_request.h, main/main.dsp, types/pa_value.h,
19380: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
19381: string. todo: sql, calendar
19382:
19383: 2001-07-06 parser
19384:
19385: * src/: classes/math.C, include/pa_request.h, main/execute.C,
19386: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
19387:
19388: 2001-07-03 parser
19389:
19390: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
19391: classes/random.C, main/main.dsp: class random renamed to math,
19392: operators became methods
19393:
19394: * src/classes/op.C: pow sqrt
19395:
19396: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
19397:
19398: 2001-07-02 parser
19399:
19400: * src/classes/table.C: ^table.columns column renamed from 'name' to
19401: 'column'
19402:
19403: * src/classes/hash.C: ^hash.keys[]
19404:
19405: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
19406:
19407: * src/main/: compile.y, compile_tools.h: in expressions now allowed
19408: 'strings'
19409:
19410: 2001-06-29 parser
19411:
19412: * src/main/: execute.C: /0 %0 checkes ver 2
19413:
19414: * src/main/execute.C: /0 %0 checke
19415:
19416: * src/classes/Makefile.am: nothing - void
19417:
19418: * src/classes/table.C: empty strings @ sql
19419:
19420: 2001-06-28 parser
19421:
19422: * src/: classes/double.C, classes/file.C, classes/form.C,
19423: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19424: classes/op.C, classes/random.C, classes/response.C,
19425: classes/string.C, classes/table.C, classes/void.C,
19426: main/compile.C, main/compile_tools.C, main/execute.C,
19427: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
19428: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19429: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19430: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
19431: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
19432: targets/isapi/parser3isapi.C, main/compile.y: */ static const
19433: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
19434: $";
19435:
19436: * src/: classes/double.C, classes/file.C, classes/form.C,
19437: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19438: classes/op.C, classes/random.C, classes/response.C,
19439: classes/string.C, classes/table.C, classes/void.C,
19440: main/compile.C, main/compile.y, main/compile_tools.C,
19441: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
19442: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19443: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19444: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
19445: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
19446: targets/isapi/parser3isapi.C: static char *RCSId="$Id$";
19447:
19448: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
19449: $class:name: == ${class:name}:
19450:
19451: * src/classes/string.C: exactly one
19452:
19453: 2001-06-27 parser
19454:
19455: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
19456: types/pa_vvoid.h: nothing renamed to void
19457:
19458: * src/classes/op.C: ^switch ^case
19459:
19460: * src/main/compile.y: nothing renamed to void
19461:
19462: * src/: classes/hash.C, classes/table.C, main/compile.y,
19463: main/execute.C, main/main.dsp, main/pa_request.C,
19464: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
19465: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
19466: void
19467:
19468: * src/main/compile.y: lexer: $zzzz^zzzz were name part
19469:
19470: 2001-05-28 parser
19471:
19472: * src/doc/html2chm.cmd: removed >a
19473:
19474: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
19475: project options [some bugs]
19476:
19477: * src/doc/sources2html.cmd: z
19478:
19479: * src/: classes/classes.C, main/compile.C, main/compile.y,
19480: main/execute.C: operators are not in root class again
19481:
19482: 2001-05-24 parser
19483:
19484: * src/targets/cgi/parser3.dsp: project file
19485:
19486: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
19487: ^log ^exp
19488:
19489: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
19490: conversions in @exception[params]
19491:
19492: * src/main/pa_request.C: // no _ conversions in @exception[params]
19493:
19494: 2001-05-23 parser
19495:
19496: * src/main/pa_string.C: string cmp bug
19497:
19498: * src/classes/: mail.C, op.C: rem max 1000
19499:
19500: * src/: classes/op.C, main/compile.y: allow one empty line before
19501: LS_DEF_NAME
19502:
19503: 2001-05-22 parser
19504:
19505: * src/classes/op.C: if params code-required
19506:
19507: 2001-05-21 parser
19508:
19509: * src/types/pa_vstring.C: eoleof
19510:
19511: * src/classes/Makefile.am: .AM
19512:
19513: * src/classes/nothing.C: resultless ^sql moved to nothing:
19514:
19515: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
19516:
19517: * src/: classes/double.C, classes/nothing.C, classes/string.C,
19518: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
19519: types/pa_vunknown.h, classes/hash.C, main/compile.y,
19520: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
19521: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
19522: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
19523: 'nothing'
19524:
19525: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
19526: vstring::set_string
19527:
19528: * src/classes/: double.C, int.C, string.C: int,double;sql
19529:
19530: * src/: classes/hash.C, classes/int.C, classes/string.C,
19531: classes/table.C, include/pa_string.h, main/pa_string.C,
19532: types/pa_vstring.C, types/pa_vstring.h: started int:sql
19533:
19534: * src/: classes/classes.C, classes/hash.C, classes/op.C,
19535: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
19536: hash:sql moved to main trunc. operators.txt updated
19537:
19538: * src/classes/: hash.C, op.C, table.C: hash:sql
19539:
19540: * src/classes/op.C: z
19541:
19542: * src/: main/compile.C, classes/classes.C: 1
19543:
19544: * src/: classes/classes.C, main/compile.C, main/compile.y,
19545: main/execute.C: 0
19546:
19547: * src/main/execute.C: z
19548:
19549: * src/targets/cgi/parser3.C: z
19550:
19551: * src/targets/cgi/parser3.C: argv can be just "parser3". made
19552: site_auto_path "." in that case
19553:
19554: * src/targets/cgi/: parser3.C: z
19555:
19556: * src/main/pa_request.C: .am
19557:
19558: * src/: main/pa_request.C, targets/cgi/parser3.C:
19559: pcre_tables=pcre_default_tables;
19560:
19561: 2001-05-19 parser
19562:
19563: * src/main/pa_string.C: z
19564:
19565: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
19566: introducing String::cstr_bufsize, returns just size+1 for as_is
19567: target.
19568:
19569: * src/: main/untaint.C, targets/cgi/pa_pool.C,
19570: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
19571: used, 4* mem wasted
19572:
19573: * src/classes/string.C: root context in match replace body now
19574: unchanged
19575:
19576: * src/types/pa_value.h: parameter # 1 based
19577:
19578: * src/main/pa_common.C: common: actual filename '%s'
19579:
19580: * src/classes/string.C: z
19581:
19582: * src/classes/Makefile.am: classes/.am
19583:
19584: * src/classes/: Makefile.am: classes/.am
19585:
19586: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
19587: targets/cgi/pa_pool.C: classes/.am
19588:
19589: 2001-05-18 parser
19590:
1.101 moko 19591: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
19592: pa_threads.C ins
1.95 moko 19593:
19594: * src/targets/cgi/Makefile.am: .am pa_threads.C added
19595:
19596: 2001-05-17 parser
19597:
19598: * src/: classes/string.C, include/pa_config_fixed.h,
19599: include/pa_config_includes.h, main/compile.y,
19600: main/compile_tools.h, main/execute.C, main/pa_array.C,
19601: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
19602: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
19603: types/pa_vform.C: #include "pa_config_includes.h" removed from
19604: most .C
19605:
19606: * src/doc/html2chm.cmd: z
19607:
19608: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
19609: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
19610:
19611: * src/main/pa_sql_driver_manager.C: moved expiration to
19612: get_connection_from_cache
19613:
19614: * src/main/pa_sql_driver_manager.C: cache expiration bf
19615:
19616: * src/: classes/classes.h, include/pa_sql_connection.h,
19617: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
19618: cache expiration[use SQL_Driver::disconnect]
19619:
19620: * src/main/pa_table.C: table.locate current restored on "not found"
19621:
19622: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
19623: line no
19624:
19625: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
19626: ANTI_ENDLESS_EXECUTE_RECOURSION
19627:
19628: * src/: classes/op.C, include/pa_sql_connection.h,
19629: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
19630: sql/pa_sql_driver.h: fixed problem at last: 2connections own
19631: 1driver and set_services fight for driver::fservices. before fix
19632:
19633: * src/: classes/op.C, include/pa_config_fixed.h,
19634: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19635: main/pa_sql_driver_manager.C: found problem at last: 2connections
19636: own 1driver and set_services fight for driver::fservices. before
19637: fix
19638:
19639: * src/: include/pa_config_fixed.h, include/pa_threads.h,
19640: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
19641: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
19642: pa_threads.C
19643:
19644: * src/include/pa_threads.h: removed targets/parser
19645:
19646: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
19647: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
19648: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
19649: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
19650: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
19651: headers
19652:
19653: * src/: classes/image.C, include/pa_sql_driver_manager.h,
19654: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
19655: order prevented sqlmanager to see MULTYTHREAD define
19656:
19657: * src/: include/pa_config_fixed.h, include/pa_threads.h,
19658: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
19659: put/gets
19660:
19661: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
19662: from hash.h
19663:
19664: * src/: classes/op.C, include/pa_sql_connection.h,
19665: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
19666: from cache ->set_services(&services);
19667:
19668: 2001-05-16 parser
19669:
19670: * src/targets/cgi/parser3.C: z
19671:
19672: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
19673: debug, #ifdefed some. would debug later, on more precise sample
19674: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
19675: $name.$tail[$tail!] $name.$tail } ok3
19676:
19677: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
19678: removed array debug. before vstring rebasing
19679:
19680: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
19681: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
19682: array debugged; adjusted
19683:
19684: * src/main/: pa_sql_driver_manager.C, pa_string.C:
19685: SQL_Driver_manager line no for connect/charset errors
19686:
19687: 2001-05-15 parser
19688:
19689: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
19690: main/pa_string.C: string+array made linear grows
19691:
19692: * src/: include/pa_string.h, main/pa_string.C,
19693: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
19694: grow lineary, not exponentialy
19695:
19696: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
19697: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
19698: with fullchunk cmps
19699:
19700: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
19701: 70041= 81
19702:
19703: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
19704: targets/cgi/parser3.C: detected huge mem allocation: size/times
19705: malloc 27809390/368771, calloc 3232/83. would test now
19706:
19707: * src/: classes/random.C, main/compile.y, main/execute.C,
19708: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
19709: numbered params had wrong name - for instance: bad error message
19710: in ^for[] bad body type. fixed
19711:
19712: 2001-05-14 parser
19713:
19714: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
19715: main/untaint.C: ^string.upper|lower[]
19716:
19717: 2001-05-11 parser
19718:
19719: * src/: classes/double.C, classes/image.C, classes/op.C,
19720: classes/string.C, classes/table.C, classes/unknown.C,
19721: main/execute.C, types/pa_value.h, types/pa_vbool.h,
19722: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
19723: types/pa_vunknown.h: op: MAX_LOOPS as_int
19724:
19725: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
19726: .dsp for win32tools
19727:
19728: 2001-05-11 paf
19729:
19730: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
19731: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
19732: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
19733: targets/isapi/kill.pl: moved win32 helpers to /win32tools
19734:
19735: 2001-05-10 paf
19736:
19737: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
19738: for C++, that's all
19739:
1.101 moko 19740: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
19741: pa_config_includes.h: inline wonders
1.95 moko 19742:
19743: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
19744: doc/doxygen.cmd: hash.C added
19745:
19746: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
19747:
19748: * src/main/compile.y: @end grammar: allowed zero strings in control
19749: menthod
19750:
19751: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
19752: pa_vstateless_object.h: changed priority: field before method
19753: lookup in vclass & vobject
19754:
19755: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
19756: grammar: priorities changes [lowerd && prior] vobject: now first
19757: fields, next methods
19758:
19759: 2001-05-08 paf
19760:
19761: * src/main/pa_table.C: table columnname2item on nameless ignored
19762: bark=false. fixed
19763:
19764: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
19765: types/pa_vmethod_frame.h: hash:default works at last!
19766:
19767: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
19768: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
19769: hash:default
19770:
19771: * src/classes/table.C: z
19772:
19773: * src/classes/table.C: table:hash always hash of hash now
19774:
19775: * src/classes/table.C: table:empty return bool now
19776:
19777: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
19778: include/pa_table.h, main/pa_table.C, types/pa_value.h,
19779: types/pa_vtable.h: table:hash
19780:
19781: * src/classes/table.C: table:record have name
19782:
19783: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
19784: returns vunknown
19785:
19786: * src/classes/: double.C, int.C, op.C, string.C:
19787: int,double,string:int[] double[] string:length[] results now have
19788: hames
19789:
19790: * src/: classes/op.C, classes/table.C, main/main.dsp,
19791: types/pa_vtable.h: removed table:find. table:locate and op:eval
19792: now return bool
19793:
19794: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
19795: in method checkparams again. fixed
19796:
19797: 2001-05-07 paf
19798:
19799: * src/doc/chm.cmd: cmd
19800:
19801: * src/: classes/image.C, classes/mail.C, classes/string.C,
19802: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
19803: types/pa_value.h: method reported errors on wrong pool
19804:
19805: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
19806: now
19807:
19808: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
19809: include/code.h, include/pa_opcode.h, main/compile.C,
19810: main/compile_tools.h, main/execute.C, types/pa_value.h,
19811: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19812: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
19813: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
19814: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19815: types/pa_vmethod_frame.h, types/pa_vobject.h,
19816: types/pa_vrequest.h, types/pa_vresponse.h,
19817: types/pa_vstateless_class.h, types/pa_vstring.h,
19818: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
19819: types/pa_wwrapper.h: pa_code.h
19820:
19821: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
19822:
19823: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
19824: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
19825: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
19826: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
19827: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
19828: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
19829: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
19830: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
19831: types/pa_vtable.h: dox, split by not clean parts also
19832:
19833: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
19834: types/pa_vtable.h: table: fields, then methods. so to enable
19835: 'dir' fields & co. more
19836:
19837: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
19838: so to enable 'dir' fields & co.
19839:
19840: * src/main/compile.y: grammar: @end
19841:
19842: 2001-05-04 paf
19843:
19844: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
19845: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
19846:
19847: * src/: classes/classes.h, classes/double.C, classes/file.C,
19848: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
19849: classes/op.C, classes/random.C, classes/response.C,
19850: classes/string.C, classes/table.C, classes/unknown.C,
19851: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
19852: method dox
19853:
19854: 2001-05-03 paf
19855:
19856: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
19857: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
19858: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
19859: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
19860: doc/string.dox, doc/targets.dox, doc/value.dox,
19861: main/pa_request.C: dox splitted .dox files and added some
19862:
19863: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
19864:
19865: 2001-05-02 paf
19866:
19867: * src/classes/: image.C, table.C: table:dir result are not tainted
19868: by file_name language now
19869:
19870: 2001-04-28 paf
19871:
19872: * src/classes/classes.inc: removed classes.inc
19873:
19874: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
19875: from .am
19876:
19877: * src/classes/classes.awk: skipped classes in .awk
19878:
19879: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
19880: classes/classes.inc, classes/double.C, classes/file.C,
19881: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
19882: classes/string.C, classes/table.C, classes/unknown.C,
19883: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
19884: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
19885: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
19886: pa_methoded back to classes/classes.h
19887:
19888: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
19889:
19890: * src/: classes/Makefile.am, classes/classes.awk,
19891: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
19892: classes/ls.exe, main/bison.exe: classes.inc autogenerator
19893:
19894: * src/: classes/classes.C, classes/classes.h, classes/double.C,
19895: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
19896: classes/response.C, classes/string.C, classes/table.C,
19897: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
19898: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
19899: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
19900: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
19901: include|main/pa_methoded
19902:
19903: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
19904: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
19905:
19906: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
19907: moved some configured data to request::classes_conf moved some
19908: string crations from globals to M... [works]
19909:
19910: * src/: classes/form.C, classes/mail.C, classes/op.C,
19911: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
19912: main/pa_request.C: moved some configured data to
19913: request::classes_conf moved some string crations from globals to
19914: M...
19915:
19916: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
19917: about to move configured data to special request hash
19918:
19919: * src/: classes/classes.C, classes/classes.h, classes/file.C,
19920: classes/form.C, classes/mail.C, include/pa_request.h,
19921: main/pa_request.C: configure started
19922:
19923: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
19924: 2. todo: methoded-configure
19925:
19926: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
19927: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
19928: classes/_random.h, classes/_response.h, classes/_string.h,
19929: classes/_table.h, classes/_unknown.h, classes/classes.inc,
19930: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
19931: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
19932: classes/random.C, classes/response.C, classes/string.C,
19933: classes/table.C, classes/unknown.C, include/pa_globals.h,
19934: include/pa_request.h, main/compile.y, main/execute.C,
19935: main/main.dsp, main/pa_globals.C, main/pa_request.C,
19936: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19937: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
19938: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
19939: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
19940: types/pa_vrequest.h, types/pa_vresponse.h,
19941: types/pa_vstateless_class.h, types/pa_vstring.h,
19942: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
19943: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
19944: methoded-configure
19945:
19946: * src/: classes/file.C, classes/table.C, main/compile.y,
19947: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
19948: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
19949: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
19950:
19951: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
19952: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
19953: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
19954: classes/random.C, classes/response.C, classes/string.C,
19955: classes/table.C, classes/unknown.C, include/pa_request.h,
19956: main/compile.y, main/execute.C, main/pa_globals.C,
19957: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
19958: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19959: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
19960: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
19961: beautifying just compiled. todo: debug, configure
19962:
19963: 2001-04-27 paf
19964:
19965: * src/: classes/file.C, classes/image.C, classes/table.C,
19966: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
19967: beautifying -99
19968:
19969: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
19970: classes/_response.h, classes/_unknown.h, classes/classes.C,
19971: classes/classes.h, classes/double.C, classes/file.C,
19972: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
19973: classes/op.C, classes/random.C, classes/response.C,
19974: classes/string.C, include/pa_globals.h, main/main.dsp,
19975: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
19976: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
19977: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
19978: types/pa_vunknown.h: beautifying -100
19979:
19980: * src/main/compile.y: serge@ found @CLASS bug. fixed
19981:
19982: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
19983: classes/_op.h, classes/_random.h, classes/_table.h,
19984: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
19985: classes/op.C, classes/random.C, classes/response.C,
19986: classes/string.C, classes/table.C, classes/unknown.C,
19987: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
19988: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
19989: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
19990: beautifying
19991:
19992: 2001-04-26 paf
19993:
19994: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
19995:
19996: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
19997: documentation ++
19998:
19999: * src/: classes/_exec.h, doc/doxygen.cfg,
20000: include/pa_config_fixed.h, include/pa_config_includes.h,
20001: targets/cgi/pa_pool.C: code documentation ++
20002:
20003: * src/: classes/_image.h, classes/op.C, classes/random.C,
20004: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20005: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
20006: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
20007: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20008: types/pa_vmethod_frame.h, types/pa_vobject.h,
20009: types/pa_vrequest.C, types/pa_vrequest.h,
20010: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
20011: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
20012: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
20013: code documentation ++
20014:
20015: * src/: classes/image.C, classes/mail.C, classes/string.C,
20016: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
20017: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
20018: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
20019: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20020: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20021: types/pa_vobject.h, types/pa_vstateless_class.h,
20022: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
20023:
20024: * src/main/: pa_request.C, pa_string.C: z
20025:
20026: * src/: include/pa_common.h, include/pa_types.h,
20027: main/pa_sql_driver_manager.C: module [and, guess, isapi]
20028: connection caching fixed. request-pooled-url were stored into
20029: global connectioncache
20030:
20031: 2001-04-25 paf
20032:
20033: * src/: doc/doxygen.cfg, doc/doxygen.txt,
20034: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
20035:
20036: * src/: include/code.h, include/pa_common.h, main/compile.y,
20037: main/execute.C, main/pa_common.C: -d
20038:
20039: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
20040: illegal call check a bit improved, but still under iis no mapping
20041: of dir with parser allowed!
20042:
20043: 2001-04-24 paf
20044:
20045: * src/targets/Makefile.am: apache module lib .am
20046:
20047: * src/main/pa_exec.C: windows32 buildCommand
20048:
20049: 2001-04-23 paf
20050:
20051: * src/targets/cgi/Makefile.am: win32 conditional
20052:
20053: * src/targets/cgi/Makefile.am: win32 conditional
20054:
20055: * src/targets/cgi/Makefile.am: liblink
20056:
20057: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
20058: vfile fields return type
20059:
20060: * src/types/pa_vfile.h: vfile fields return type
20061:
20062: * src/include/pa_config_auto.h.in: .h.in
20063:
20064: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
20065: types/Makefile: makefiles removed
20066:
20067: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
20068: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
20069:
20070: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
20071: [tested: i & g ]
20072:
20073: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
20074: @test noticed series in isapi, check how initialize_random_class
20075: is called! [must be called only once]
20076:
20077: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
20078: would not be 'unknown column'
20079:
20080: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
20081: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
20082:
20083: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
20084: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
20085: [now doesnt]
20086:
20087: * src/targets/cgi/parser3.C: cgi cmdline ver
20088:
20089: * src/targets/cgi/parser3.C: cgi /// @test disable
20090: /cgi-bin/parser3/auto.p
20091:
20092: * src/main/untaint.C: untaint without charset
20093:
20094: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
20095: main/pa_common.C: common: file_write /// @test mkdirs
20096: file_delete rmdirs
20097:
20098: * src/main/untaint.C: mail header only once to =?
20099:
20100: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
20101: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
20102: main/untaint.C: untaint - @test optimize whitespaces for
20103: all but 'html'
20104:
20105: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
20106: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
20107: main/untaint.C: untaint - @test mail-header
20108:
20109: 2001-04-20 paf
20110:
20111: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20112: include/pa_request.h, include/pa_string.h, main/compile.y,
20113: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20114: targets/cgi/parser3.C: $MAIN:LOCALE
20115:
20116: * src/main/untaint.C: z
20117:
20118: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
20119:
20120: 2001-04-19 paf
20121:
20122: * src/main/compile_tools.h: $a$b bugfix
20123:
20124: * src/targets/cgi/parser3.C: z
20125:
20126: * src/classes/file.C: z
20127:
20128: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
20129: done: header to $fields. waits for header '\' tricks
20130:
20131: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
20132: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
20133: changed urlencode here and in untaint.C to HTTP standard's " and
20134: \" mech
20135:
20136: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
20137: http://alx/~paf/ doesnt load /auto.p
20138:
20139: 2001-04-18 paf
20140:
20141: * src/main/pa_request.C: 1
20142:
20143: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
20144: linux @alx
20145:
20146: 2001-04-17 paf
20147:
20148: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
20149: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
20150: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
20151: enabled
20152:
20153: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
20154: classes/_exec.h, classes/_file.h, classes/_form.h,
20155: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
20156: classes/_random.h, classes/_response.h, classes/_string.h,
20157: classes/_table.h, classes/_unknown.h, classes/file.C,
20158: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
20159: include/pa_config_fixed.h, include/pa_config_includes.h,
20160: include/pa_hash.h, include/pa_sql_driver_manager.h,
20161: include/pa_version.h, main/Makefile.am, main/compile.y,
20162: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
20163: main/pa_sql_driver_manager.C, sql/Makefile.am,
20164: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
20165: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
20166: types/pa_vform.C, types/pa_vimage.h: exec @jav
20167:
20168: * src/: include/pa_sql_driver_manager.h,
20169: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20170: types/pa_vimage.h: sql driver interface now has initialize(client
20171: .so)
20172:
20173: 2001-04-16 paf
20174:
20175: * src/Makefile.am: compile2 cygwin
20176:
20177: * src/: include/pa_config_includes.h, main/pa_exec.C,
20178: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
20179:
20180: * src/targets/cgi/Makefile.am: compile0 jav
20181:
20182: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
20183: classes/_exec.h, classes/_file.h, classes/_form.h,
20184: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
20185: classes/_random.h, classes/_response.h, classes/_string.h,
20186: classes/_table.h, classes/_unknown.h, classes/image.C,
20187: classes/mail.C, classes/op.C, classes/random.C,
20188: include/pa_config_fixed.h, include/pa_config_includes.h,
20189: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
20190: main/compile.y, main/pa_common.C, main/pa_exec.C,
20191: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
20192: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
20193: compile-1
20194:
20195: 2001-04-15 paf
20196:
20197: * src/classes/op.C: z
20198:
20199: * src/classes/table.C: table:empty +=process
20200:
20201: * src/types/pa_value.h: MethodParams !junction
20202:
20203: * src/: classes/_string.h, classes/double.C, classes/file.C,
20204: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
20205: classes/random.C, classes/response.C, classes/string.C,
20206: classes/table.C, classes/unknown.C, main/pa_request.C:
20207: MethodParams everywhere
20208:
20209: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
20210: types/pa_vmethod_frame.h: MethodParams in op.C
20211:
20212: 2001-04-12 paf
20213:
20214: * src/: classes/image.C, types/pa_vimage.h: image:font :text
20215:
20216: * src/: classes/_unknown.h, classes/unknown.C,
20217: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
20218: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
20219:
20220: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
20221:
20222: * src/classes/image.C: image:gif now does not have params
20223:
20224: * src/classes/image.C:
20225: image:line/fill/rectangle/bar/replace/polygon/polybar
20226:
20227: * src/: classes/image.C, classes/op.C, main/execute.C,
20228: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20229: for var now written not to r.wcontext, but to r.root cleared
20230: "entered_object" state
20231:
20232: 2001-04-11 paf
20233:
20234: * src/classes/image.C: image:create image:load
20235:
20236: * src/: classes/image.C, main/main.dsp: gd with mem write + image
20237: just compiled
20238:
20239: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
20240: todo: gif without file
20241:
20242: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
20243: started porting to Pooled descendant
20244:
20245: * src/: classes/image.C, main/execute.C, main/main.dsp,
20246: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
20247: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
20248: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
20249:
20250: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
20251: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
20252: end. switching to python imaging lib
20253:
20254: * src/main/main.dsp: gd+smtp made separate libs
20255:
20256: * src/: include/pa_globals.h, include/pa_string.h,
20257: main/pa_common.C, main/pa_request.C, main/untaint.C,
20258: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
20259: length
20260:
20261: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
20262: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
20263: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
20264: UL_FILE_NAME of posted file name
20265:
20266: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
20267: post [broke when moved post read to core]
20268:
20269: 2001-04-10 paf
20270:
20271: * src/classes/image.C: image:html done
20272:
20273: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
20274:
20275: * src/classes/image.C: z
20276:
20277: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
20278: forgotten!
20279:
20280: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
20281: main/pa_request.C, main/pa_string.C, main/untaint.C,
20282: types/pa_vimage.h: image:measure -90
20283:
20284: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
20285: classes/_int.h, classes/_mail.h, classes/_op.h,
20286: classes/_random.h, classes/_response.h, classes/_string.h,
20287: classes/_table.h, classes/file.C, classes/mail.C,
20288: include/pa_common.h, include/pa_globals.h, main/execute.C,
20289: main/main.dsp, main/pa_common.C, main/pa_globals.C,
20290: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
20291: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
20292: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
20293: compiled
20294:
20295: * src/classes/mail.C: minor bug with unclear from/to
20296:
20297: * src/classes/mail.C: sendmail unix skipping defaults
20298:
20299: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
20300: sendmail unix added defaults
20301:
20302: * src/classes/mail.C: unix sendmail compiled. todo:testing
20303:
20304: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
20305:
20306: 2001-04-09 paf
20307:
20308: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
20309: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
20310: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
20311: targets/isapi/parser3isapi.dsp: all targets exec
20312:
20313: * src/: include/pa_sapi.h, include/pa_string.h,
20314: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20315: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
20316: args in apache:util.script
20317:
20318: * src/include/pa_string.h: written but not tested exec with env for
20319: unix
20320:
20321: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
20322: targets/cgi/parser3.C: exec win32 env
20323:
20324: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
20325: 0
20326:
20327: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
20328: main/execute.C, main/main.dsp, main/pa_globals.C,
20329: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
20330: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
20331:
20332: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
20333: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
20334:
20335: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
20336: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
20337:
20338: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
20339: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
20340: main/pa_common.C, main/pa_request.C, main/pa_string.C,
20341: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20342: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
20343: exec class just compiled. moved post read to request core
20344:
20345: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
20346: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
20347: main/pa_globals.C, targets/cgi/parser3.C,
20348: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
20349: are already read by vform
20350:
20351: 2001-04-08 paf
20352:
20353: * src/: classes/file.C, classes/mail.C, classes/string.C,
20354: include/pa_request.h, include/pa_string.h, main/pa_request.C:
20355: uuencode. string<<
20356:
20357: 2001-04-07 paf
20358:
20359: * src/classes/mail.C: z
20360:
20361: * src/classes/mail.C: z
20362:
20363: * src/classes/mail.C: ^mail[$attach
20364:
20365: * src/classes/mail.C: ^attach dead end
20366:
20367: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
20368: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20369: targets/isapi/parser3isapi.C: mail:send 1
20370:
20371: * src/: classes/mail.C, main/pa_request.C: z
20372:
20373: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
20374: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
20375: compiled
20376:
20377: * src/classes/mail.C: +=
20378:
20379: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
20380: prepared
20381:
20382: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
20383: include/pa_globals.h, include/pa_string.h, main/main.dsp,
20384: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
20385: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
20386:
20387: 2001-04-06 paf
20388:
20389: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
20390: main/pa_string.C: table:dir 1
20391:
20392: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
20393: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
20394:
20395: * src/: classes/_op.h, classes/_root.h, classes/op.C,
20396: classes/root.C, include/pa_globals.h, include/pa_request.h,
20397: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
20398: main/pa_request.C: renamed 'root' to 'op'
20399:
20400: * src/classes/: _op.h, op.C: renamed from 'root'
20401:
20402: * src/types/pa_valiased.C: another root inherititance skipped
20403:
20404: * src/main/: compile.C, compile.y, execute.C: operators are now not
20405: root methods of parent class. just 'ROOT' class
20406:
20407: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
20408: @office
20409:
20410: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
20411:
20412: 2001-04-05 paf
20413:
20414: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
20415: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
20416: constructor flag dropped at get_method_frame and remembered into
20417: method_frame
20418:
20419: * src/: classes/file.C, classes/root.C, classes/string.C,
20420: classes/table.C, main/pa_request.C: junction to code&expression
20421: in errors
20422:
20423: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
20424: main/pa_string.C, targets/isapi/parser3isapi.dsp:
20425: $LOCALE:ctype[Russian_Russia.1251]
20426:
20427: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
20428: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
20429: main/pa_table.C: hash now not thread-safe.
20430:
20431: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
20432: main/untaint.C: z
20433:
20434: * src/: classes/random.C, classes/root.C, classes/table.C,
20435: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
20436: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
20437: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
20438: types/pa_wcontext.h: sql quote. string untaint UL_SQL
20439:
20440: * src/: classes/table.C, include/pa_sql_connection.h,
20441: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
20442:
20443: * src/classes/table.C: select * from hren error contains statement
20444:
20445: * src/: classes/table.C, include/pa_sql_connection.h,
20446: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
20447: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
20448:
20449: * src/: classes/root.C, include/pa_sql_connection.h,
20450: include/pa_sql_driver.h, main/main.dsp,
20451: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
20452: services for conv memory & error reporting
20453:
20454: 2001-04-04 paf
20455:
20456: * src/doc/doxygen.cfg: z
20457:
20458: * src/include/pa_sql_driver.h: mysql connect
20459:
20460: * src/include/pa_sql_driver.h: mysql info
20461:
20462: * src/: classes/root.C, include/pa_sql_driver.h,
20463: include/pa_sql_driver_manager.h, main/main.dsp,
20464: main/pa_sql_driver_manager.C: more manager&connection&driver
20465:
20466: * src/sql/Makefile.am: forgot to add mysql client
20467:
20468: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
20469: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
20470: [forgot to add libltdl, added]
20471:
20472: * src/: Makefile.am, classes/root.C, classes/string.C,
20473: classes/table.C, include/pa_globals.h, include/pa_hash.h,
20474: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
20475: include/pa_string.h, include/pa_table.h, main/main.dsp,
20476: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
20477: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
20478: -1000 just compiled
20479:
20480: * src/: classes/random.C, classes/root.C, classes/table.C,
20481: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
20482: main/pa_request.C, types/pa_vclass.h: sql frame -10
20483:
20484: 2001-04-03 paf
20485:
20486: * src/types/pa_vform.C: z
20487:
20488: * src/: classes/string.C, types/pa_vform.C: string:match replace
20489: assigned lang
20490:
20491: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
20492: {}[]< empty []
20493:
20494: * src/: classes/file.C, classes/string.C, classes/table.C,
20495: include/pa_string.h, main/pa_common.C, main/pa_string.C,
20496: main/untaint.C: string:match replace 2. string.cstr(forced lang)
20497:
20498: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20499: string:match replace strange matches
20500:
20501: * src/classes/string.C: string:match replace 0
20502:
20503: * src/: classes/string.C, main/pa_string.C: string:match replace
20504: prepared 2
20505:
20506: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20507: string:match replace prepared
20508:
20509: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20510: string:match replace -11
20511:
20512: * src/: classes/string.C, include/pa_globals.h,
20513: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
20514: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
20515:
20516: * src/: classes/string.C, include/pa_globals.h,
20517: include/pa_string.h, main/main.dsp, main/pa_globals.C,
20518: main/pa_string.C: string:match [search] -1 just compiled
20519:
20520: * src/types/pa_vstring.C: z
20521:
20522: * src/: classes/double.C, classes/file.C, classes/form.C,
20523: classes/int.C, classes/response.C, classes/root.C,
20524: classes/string.C, classes/table.C, include/pa_string.h,
20525: main/pa_string.C: string:match -10 [frame]
20526:
20527: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
20528: main/pa_request.C: z
20529:
20530: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
20531: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
20532: todo/tests
20533:
20534: * src/include/pa_common.h: z
20535:
20536: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
20537: main/pa_request.C, targets/cgi/parser3.C,
20538: targets/isapi/parser3isapi.C, types/pa_vfile.C:
20539: content-disposition
20540:
20541: * src/: include/pa_common.h, include/pa_globals.h,
20542: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
20543: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
20544:
20545: * src/: include/pa_common.h, include/pa_request.h,
20546: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
20547: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
20548: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
20549: response:body
20550:
20551: * src/classes/table.C: table:append now uses string::split
20552:
20553: * src/classes/table.C: z
20554:
20555: * src/: classes/file.C, classes/root.C, classes/string.C,
20556: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
20557: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
20558: include/pa_string.h, main/execute.C, main/pa_string.C,
20559: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
20560: string::pos & cmp & piece bugs fixed. string::split new
20561: table:load separated from set table:set implemented with clean \n
20562: \t searches
20563:
20564: 2001-04-02 paf
20565:
20566: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
20567: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
20568: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
20569: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
20570: it in table:set/load
20571:
20572: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
20573: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
20574:
20575: * src/classes/random.C: random:generate 1
20576:
20577: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
20578: main/main.dsp, main/pa_globals.C, main/pa_request.C,
20579: types/pa_value.h: random:generate
20580:
20581: 2001-03-30 paf
20582:
20583: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
20584: todo: table flip and append. string::pos
20585:
20586: * src/: classes/double.C, classes/file.C, classes/int.C,
20587: classes/response.C, classes/root.C, classes/string.C,
20588: classes/table.C, main/compile.y, main/execute.C,
20589: types/pa_value.h, types/pa_vstateless_class.C,
20590: types/pa_vstateless_class.h: static|dynamic|any method
20591: registration
20592:
20593: * src/: classes/file.C, classes/table.C, include/pa_table.h,
20594: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
20595: table:flip
20596:
20597: 2001-03-29 paf
20598:
20599: * src/classes/string.C: string:xsplit forgot that they must result
20600: in 1 row N column [not vice versa]
20601:
20602: * src/classes/string.C: z
20603:
20604: * src/classes/string.C: string: rsplit
20605:
20606: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20607: string: lsplit
20608:
20609: * src/: classes/string.C, include/pa_string.h, main/execute.C,
20610: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
20611: lsplit -1
20612:
20613: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20614: string: pos
20615:
20616: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20617: string: pos -1
20618:
20619: * src/: classes/string.C, classes/table.C, include/pa_string.h,
20620: main/compile.y, main/pa_request.C, main/pa_string.C,
20621: main/untaint.C: string: left right mid
20622:
20623: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
20624: main/compile_tools.h, main/main.dsp, types/pa_value.h,
20625: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
20626: and [;] are different now.
20627:
20628: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
20629: main/untaint.C: pool.request undone
20630:
20631: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
20632: main/untaint.C: pool.request
20633:
20634: 2001-03-28 paf
20635:
20636: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
20637: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20638: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
20639: $request:browser [.type .version]; unknown.get_double now = 0.
20640:
20641: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
20642: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
20643: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
20644: types/pa_vform.C: file:load autodetection of mime-type by
20645: user-file-name
20646:
20647: * src/: classes/file.C, main/execute.C, main/pa_common.C,
20648: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
20649: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
20650:
20651: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
20652: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
20653: write. must be self.set
20654:
20655: * src/: classes/file.C, classes/root.C, classes/table.C,
20656: include/pa_table.h, main/pa_table.C: table:locate1, file:test
20657:
20658: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
20659: include/pa_table.h, main/pa_array.C, main/pa_table.C,
20660: types/pa_vtable.h: table:locate just compiled
20661:
20662: 2001-03-27 paf
20663:
20664: * src/main/: execute.C, pa_common.C: fixed r/w context of
20665: code-params2, fixed ntfs hardlink slow dir update
20666:
20667: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
20668: types/pa_wcontext.h: fixed r/w context of code-params
20669:
20670: * src/: classes/table.C, main/execute.C: about to change junction
20671: rcontext!!
20672:
20673: * src/: classes/double.C, classes/int.C, classes/root.C,
20674: classes/string.C, classes/table.C, main/compile_tools.C,
20675: main/execute.C, main/pa_request.C, main/untaint.C,
20676: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
20677: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
20678: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
20679: types/pa_vunknown.h: sort 0
20680:
20681: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
20682: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
20683: renamed to are_static_calls_disabled
20684:
20685: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
20686: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
20687: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
20688: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
20689:
20690: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
20691:
20692: * src/: classes/table.C, include/pa_common.h, main/compile.y:
20693: started table:sort fixed minor bug in #...^{
20694:
20695: * src/: classes/table.C, include/pa_common.h, main/compile.y,
20696: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
20697: decided to have as it were. stepped back. grammar: added 'in'
20698: 'is' 'lt'&co follow-space check
20699:
20700: 2001-03-26 paf
20701:
20702: * src/: classes/file.C, classes/root.C, classes/table.C,
20703: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
20704: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
20705: main/pa_table.C: moved ::save to pa_table. disabled @auto
20706: invocation in ^process
20707:
20708: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
20709:
20710: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
20711: main/pa_array.C: table:record
20712:
20713: * src/: main/untaint.C, targets/cgi/parser3.C,
20714: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20715: targets/isapi/pool_storage.h, types/pa_valiased.h,
20716: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
20717: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
20718: types/pa_vtable.h: z
20719:
20720: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
20721: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
20722: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
20723: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
20724: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
20725: method realisations on 'self' validity - they now can simply
20726: assume that 'self' is V{Proper} .
20727:
20728: 2001-03-25 paf
20729:
20730: * src/main/untaint.C: z
20731:
20732: * src/main/: pa_request.C, untaint.C: moved default typo-table to
20733: lowlevel - it initialization could be skipped if failed in @auto.
20734: so that exception report would use some table
20735:
20736: * src/main/pa_request.C: table empty lines ignored. system-default
20737: content type assigned in output:result [can fail in main:auto and
20738: skipped normal defaults extraction]
20739:
20740: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
20741: bug
20742:
20743: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
20744: processing to table [except preliminary \r\n \r \n replacements
20745: to "\n"]
20746:
20747: * src/: classes/table.C, main/untaint.C: html-typo - decided to
20748: move all the processing to table
20749:
20750: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
20751: main/pa_table.C, main/untaint.C: returned table originating.
20752: useful for reporting typo table problems origin. think would be
20753: useful somewhere else
20754:
20755: * src/main/untaint.C: typo \r \r\n \n properly handled
20756:
20757: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
20758: include/pa_table.h, main/compile.y, main/compile_tools.C,
20759: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
20760: main/pa_string.C, main/pa_table.C, main/untaint.C,
20761: types/pa_vcookie.h: typo & typo-default
20762:
20763: 2001-03-24 paf
20764:
20765: * src/main/pa_common.C: z
20766:
20767: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20768: targets/cgi/parser3.C: html-typo 2
20769:
20770: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
20771: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
20772: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
20773: main/execute.C, main/pa_array.C, main/pa_globals.C,
20774: main/pa_request.C, main/pa_string.C, main/untaint.C,
20775: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20776: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
20777: noticed double default content-type prob. run cgi.cmd tomorrow
20778: first html-typo sample. detected << problem: they become ltlt too
20779: fast
20780:
20781: * src/main/compile.y: z
20782:
20783: * src/main/: compile.y, compile_tools.h: #comment
20784:
20785: * src/: classes/file.C, classes/root.C, classes/table.C,
20786: include/pa_common.h, include/pa_request.h, main/compile.y,
20787: main/pa_common.C, main/pa_request.C, main/pa_string.C,
20788: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
20789: stringified
20790:
20791: * src/types/pa_valiased.C: decided to String-ify file_read
20792:
20793: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
20794: isapi/parser3isapi.dsp: cgi: sapi::log
20795:
20796: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
20797: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
20798: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
20799: error log experiments failed - cgi under iis got no access to
20800: log. registereventsource simply failed with 5(illegal call) code,
20801: while worked OK as standalone executable. isapi: used
20802: HSE_APPEND_LOG_PARAMETER feature
20803:
20804: * src/: include/pa_common.h, include/pa_globals.h,
20805: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
20806: targets/isapi/parser3isapi.C: fixed default content-type
20807: allocation storage
20808:
20809: * src/: include/pa_globals.h, include/pa_request.h,
20810: main/pa_globals.C, main/pa_request.C: z
20811:
20812: * src/: include/pa_array.h, include/pa_hash.h,
20813: include/pa_request.h, main/compile.y, main/pa_array.C,
20814: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
20815: types/pa_vcookie.C: cyclic uses ignored. defaulted default
20816: content-type
20817:
20818: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
20819: sanity
20820:
20821: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
20822: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
20823: away freeze mech. no danger now for you can't do
20824: ^request:process[@new-method[] body] trick anymore. still
20825: remains $some_instance.process[@new-method[] possibility] but
20826: would leave it as a feature. see index for sample
20827:
20828: * src/: include/pa_common.h, main/pa_common.C,
20829: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
20830: monkey every target
20831:
20832: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
20833: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
20834: types/pa_vform.C, types/pa_vform.h: auto.p monkey
20835:
20836: 2001-03-23 paf
20837:
20838: * src/: include/pa_pool.h, main/pa_request.C,
20839: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
20840: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20841: targets/isapi/pool_storage.h: isapi: dumb pool storage
20842:
20843: * src/targets/isapi/pa_pool.C: decided to continue with extension
20844:
20845: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
20846: it would be better to rewrite as filter then to deal with pool
20847:
20848: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
20849: now like in cgi, not from APPL_PHYSICAL_PATH
20850:
20851: * src/: classes/root.C, classes/table.C, include/pa_common.h,
20852: include/pa_config_fixed.h, include/pa_config_includes.h,
20853: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
20854: include/pa_version.h, main/compile.y, main/execute.C,
20855: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
20856: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20857: main/untaint.C, targets/cgi/parser3.C,
20858: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
20859: cgi: reinvent document_root and request_uri under iis. autoconf
20860: updated. introducing ap_config_includes
20861:
20862: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
20863:
20864: * src/targets/cgi/parser3.C: cgi: only one pool now
20865:
20866: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
20867: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
20868: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
20869: types/pa_venv.h, types/pa_vform.C: sapi made object
20870:
20871: * src/: include/pa_globals.h, main/pa_request.C,
20872: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20873: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
20874: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
20875:
20876: * src/: main/pa_request.C, targets/cgi/parser3.C,
20877: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
20878: isapi minor env beauty
20879:
20880: * src/: main/pa_request.C, targets/cgi/parser3.C,
20881: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
20882: isapi document_root 0
20883:
20884: 2001-03-22 paf
20885:
20886: * src/targets/isapi/parser3isapi.C: isapi keep-alive
20887:
20888: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
20889: isapi/parser3isapi.C: z
20890:
20891: * src/: include/pa_pool.h, main/pa_request.C,
20892: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
20893:
20894: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
20895: kill.pl: isapi added utils
20896:
20897: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
20898: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20899: types/pa_vform.C: isapi 0
20900:
20901: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
20902: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20903: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
20904: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
20905: started isapi
20906:
20907: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
20908: some comments
20909:
20910: * src/: include/pa_globals.h, include/pa_request.h,
20911: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
20912: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
20913: parser_root_auto_path parser_site_auto_path
20914:
20915: * src/types/pa_vcookie.C: cookie attr decoded
20916:
20917: 2001-03-21 paf
20918:
20919: * src/targets/cgi/parser3.C: z
20920:
20921: * src/include/pa_globals.h: post. todo: config of auto.p path
20922:
20923: * src/: include/pa_globals.h, targets/cgi/parser3.C,
20924: types/pa_venv.h: in cookie & env. todo:post
20925:
20926: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
20927: classes/root.C, classes/table.C, include/pa_array.h,
20928: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
20929: include/pa_request.h, include/pa_string.h, main/Makefile.am,
20930: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
20931: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20932: main/pa_table.C, main/untaint.C, targets/Makefile.am,
20933: targets/cgi/Makefile.am, targets/cgi/parser3.C,
20934: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
20935: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
20936: shifted apache branch on main trunc
20937:
20938: * src/: include/pa_common.h, include/pa_globals.h,
20939: include/pa_pool.h, include/pa_request.h, main/main.dsp,
20940: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
20941: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
20942: starting mod_parser3
20943:
20944: * src/targets/cgi/parser3.C: starting mod_parser3
20945:
20946: 2001-03-20 paf
20947:
20948: * src/: main/pa_common.C, targets/cgi/Makefile.am,
20949: targets/cgi/parser3.C: automake compiled and works. todo:make
20950: win32 ifdefs work and add ifdef unistd
20951:
20952: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
20953: main/Makefile.am, main/pa_common.C, main/pa_request.C,
20954: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
20955: z
20956:
20957: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
20958: main/execute.C, main/pa_common.C, types/Makefile.am: removing
20959: locking
20960:
20961: * src/: classes/Makefile.am, types/Makefile.am: z
20962:
20963: * src/: Makefile.am, classes/file.C, classes/root.C,
20964: classes/table.C, include/pa_array.h, include/pa_request.h,
20965: include/pa_string.h, main/Makefile.am, main/execute.C,
20966: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
20967: main/pa_string.C, main/untaint.C, targets/Makefile.am,
20968: targets/cgi/Makefile.am, targets/cgi/parser3.C,
20969: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
20970:
20971: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
20972: main/pa_request.C, types/pa_vfile.h: ^table:save
20973:
20974: * src/: classes/file.C, classes/table.C, include/pa_array.h,
20975: include/pa_common.h, include/pa_request.h, include/pa_string.h,
20976: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
20977: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
20978: types/pa_vform.h: z
20979:
20980: * src/include/pa_string.h: z
20981:
20982: * src/: classes/_request.h, classes/request.C, main/main.dsp,
20983: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
20984: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
20985: :Value
20986:
20987: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
20988: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
20989: :VStateless_object
20990:
20991: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
20992: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
20993: :VStateless_object
20994:
20995: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20996: types/pa_valiased.C, types/pa_vform.h: commented VForm
20997:
20998: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
20999: types/pa_valiased.h, types/pa_value.h,
21000: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21001: types/pa_vstateless_object.h: moved common get_element part from
21002: stateless object&class into VAliased
21003:
21004: * src/: classes/_env.h, classes/_table.h, classes/env.C,
21005: classes/table.C, main/execute.C, main/main.dsp,
21006: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
21007: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
21008: now :Value
21009:
21010: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
21011: main/execute.C, main/main.dsp, main/pa_globals.C,
21012: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
21013:
21014: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
21015: doxx
21016:
21017: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
21018: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
21019: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
21020: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
21021: and ^file:save
21022:
21023: 2001-03-19 paf
21024:
21025: * src/types/pa_vfile.C: z
21026:
21027: * src/: classes/file.C, classes/request.C, classes/table.C,
21028: include/pa_string.h, main/main.dsp, main/pa_pool.C,
21029: main/pa_request.C, main/untaint.C, types/pa_value.h,
21030: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
21031:
21032: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
21033: include/pa_string.h, include/pa_table.h, main/main.dsp,
21034: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
21035: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
21036: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
21037: classes/_file.h, classes/file.C, types/pa_vfile.C,
21038: types/pa_vfile.h: file class just compiled
21039:
21040: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
21041: include/pa_table.h, include/pa_types.h, main/execute.C,
21042: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21043: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
21044: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
21045:
21046: * src/include/pa_pool.h: z
21047:
21048: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
21049: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
21050: Hash::Value to Val so to doxygen would finlly stop confusing
21051: those Value-s
21052:
21053: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
21054: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
21055: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
21056: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
21057: include/pa_types.h, main/compile.C, main/compile.y,
21058: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21059: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
21060: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
21061: main/pa_request.C, main/pa_string.C, main/pa_table.C,
21062: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
21063:
21064: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
21065: derivates somehow unlinked. don't know why yet
21066:
21067: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
21068: include/pa_string.h, include/pa_threads.h, main/compile.C,
21069: main/compile.y, main/compile_tools.C, main/compile_tools.h,
21070: main/execute.C, main/pa_array.C, main/pa_common.C,
21071: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
21072: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21073: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
21074:
21075: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
21076: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
21077: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
21078: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
21079: types/pa_vrequest.h: doc: detected Value derivates prob
21080:
21081: * src/include/pa_globals.h: z
21082:
21083: * src/: classes/_request.h, classes/request.C, include/code.h,
21084: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
21085: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
21086: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
21087: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
21088: main/execute.C, main/pa_pool.C, main/pa_request.C,
21089: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21090: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
21091:
21092: 2001-03-18 paf
21093:
21094: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
21095: cookie: allowed access to hash-assigned
21096:
21097: * src/targets/cgi/parser3.C: z
21098:
21099: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
21100: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
21101: include/pa_types.h, main/main.dsp, main/pa_common.C,
21102: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
21103: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21104: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
21105: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21106: types/pa_vunknown.h: cookie class
21107:
21108: * src/main/pa_request.C: zero length output allowed
21109:
21110: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
21111: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
21112:
21113: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
21114: lang switch
21115:
21116: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
21117: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21118: types/pa_value.h, types/pa_vhash.h:
21119: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
21120:
21121: * src/main/execute.C: z
21122:
21123: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
21124: targets/cgi/parser3.C: taint[uri
21125:
21126: * src/: classes/request.C, classes/response.C, classes/root.C,
21127: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21128: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
21129: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
21130:
21131: * src/: classes/root.C, classes/string.C, include/pa_string.h,
21132: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21133: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
21134: types/pa_vstateless_class.C: convinient string(pool, char *src,
21135: bool tainted) ctor
21136:
21137: * src/: include/pa_hash.h, include/pa_request.h,
21138: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
21139: main/pa_request.C, main/pa_string.C, main/untaint.C,
21140: targets/cgi/parser3.C: proper @exceptions params tainting
21141:
21142: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
21143: response fields to header
21144:
21145: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
21146: z
21147:
21148: * src/: classes/_response.h, classes/response.C,
21149: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21150: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
21151: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
21152: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
21153: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
21154: $response: 0 request::core exception rethrow
21155:
21156: 2001-03-16 paf
21157:
21158: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
21159: types/pa_vrequest.h: native method' class call with less params
21160: then needed error reporting
21161:
21162: * src/: classes/_request.h, classes/request.C,
21163: include/pa_globals.h, include/pa_request.h, main/execute.C,
21164: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21165: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
21166: types/pa_vrequest.h: $request : query :uri
21167:
21168: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
21169: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
21170: types/pa_wcontext.h: $result
21171:
21172: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
21173:
21174: * src/: classes/double.C, include/code.h, main/compile.y,
21175: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
21176: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
21177:
21178: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
21179: main/compile.y, main/execute.C, types/pa_value.h,
21180: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
21181: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
21182: wcontext conflict
21183:
21184: * src/: main/execute.C, types/pa_value.h,
21185: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
21186: $string.field
21187:
21188: 2001-03-15 paf
21189:
21190: * src/main/pa_request.C: news sample
21191:
21192: * src/: main/compile.y, main/execute.C, main/pa_request.C,
21193: targets/cgi/parser3.C, types/pa_vstring.h: @exception
21194:
21195: * src/main/: compile.y, execute.C: z
21196:
21197: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
21198: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
21199: pre pre works
21200:
21201: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
21202: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
21203: fillfields just compiled
21204:
21205: 2001-03-14 paf
21206:
21207: * src/: include/pa_request.h, main/pa_request.C,
21208: targets/cgi/parser3.C: z
21209:
21210: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
21211: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
21212: types/pa_vstring.h: limits -1
21213:
21214: * src/: include/pa_globals.h, include/pa_request.h,
21215: include/pa_types.h, main/main.dsp, main/pa_globals.C,
21216: main/pa_request.C, targets/cgi/parser3.C,
21217: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
21218: request_info -1
21219:
21220: * src/: include/pa_globals.h, main/pa_globals.C,
21221: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21222: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
21223: vform_fields_fill
21224:
21225: * src/targets/cgi/parser3.C: # if MSVC
21226:
21227: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
21228: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
21229:
21230: * src/targets/cgi/parser3.C: z
21231:
21232: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
21233: include/pa_string.h, include/pa_types.h, main/compile.y,
21234: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
21235: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
21236: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
21237: types/pa_vunknown.h: global handler, exceptions in parser3
21238:
21239: 2001-03-13 paf
21240:
21241: * src/: classes/form.C, main/compile.y, main/core.C,
21242: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
21243: types/pa_vform.h, types/pa_vstateless_class.C,
21244: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
21245: instead
21246:
21247: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
21248: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
21249: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
21250: started cgi target
21251:
21252: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
21253: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
21254: before error show with parser
21255:
21256: * src/: classes/_form.h, classes/form.C, include/core.h,
21257: include/pa_request.h, main/core.C, main/pa_request.C,
21258: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
21259:
21260: * src/targets/cgi/: parser.dsp, parser3.dsp: z
21261:
21262: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
21263: parser3.C: renamed targets/ parser to cgi
21264:
21265: * src/: classes/double.C, classes/env.C, classes/int.C,
21266: classes/root.C, classes/string.C, classes/table.C,
21267: include/pa_request.h, types/pa_vhash.h: z
21268:
21269: * src/: classes/_env.h, classes/env.C, classes/root.C,
21270: include/core.h, include/pa_pool.h, include/pa_request.h,
21271: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
21272: main/pa_common.C, main/pa_request.C, types/pa_value.h,
21273: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
21274: [historical moment :)]
21275:
21276: * src/: include/code.h, include/pa_string.h, main/compile.y,
21277: main/execute.C, main/pa_string.C: 'value is type' expr operator
21278:
21279: * src/types/pa_venv.h: $ENV 1
21280:
21281: * src/main/execute.C: z
21282:
21283: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
21284: future methods of ENV constructor if
21285:
21286: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
21287: class
21288:
21289: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
21290: classes/_root.h, classes/_string.h, classes/_table.h,
21291: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
21292: classes/string.C, classes/table.C, include/pa_request.h,
21293: main/compile.C, main/compile_tools.h, main/core.C,
21294: main/execute.C, main/main.dsp, main/pa_request.C,
21295: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
21296: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
21297: types/pa_vobject.h, types/pa_vstateless_class.C,
21298: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
21299: types/pa_wcontext.h: $ENV: re 0, stateless classes
21300:
21301: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
21302: classes/_root.h, classes/_string.h, classes/_table.h,
21303: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
21304: classes/string.C, classes/table.C, include/pa_request.h,
21305: main/compile.C, main/compile_tools.h, main/core.C,
21306: main/execute.C, main/main.dsp, main/pa_request.C,
21307: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
21308: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
21309: types/pa_vobject.h, types/pa_vstateless_class.C,
21310: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
21311: types/pa_wcontext.h: $ENV: re 0, stateless classes
21312:
21313: * src/: include/pa_request.h, main/compile.C, main/execute.C,
21314: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
21315: yesterdays bad decision on execute_static_method
21316:
21317: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
21318:
21319: * src/: classes/double.C, classes/int.C, classes/root.C,
21320: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
21321:
21322: * src/main/pa_request.C: z
21323:
21324: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
21325: include/pa_pool.h: skipped_restructure_exceptions_dead_end
21326:
21327: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
21328: include/pa_pool.h, main/pa_request.C:
21329: restructure_exceptions_dead_end
21330:
21331: * src/: classes/root.C, main/compile.y: ^if required junctions.
21332: allowed ; inside {} to break params
21333:
21334: * src/classes/root.C: ^eval
21335:
21336: * src/: classes/_string.h, classes/double.C, classes/int.C,
21337: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
21338: string ^format
21339:
21340: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
21341: 'bad' but not 'enough'
21342:
21343: * src/: classes/double.C, classes/root.C, classes/table.C,
21344: include/pa_common.h, include/pa_types.h, main/compile.y,
21345: main/pa_common.C, main/pa_request.C, main/untaint.C,
21346: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
21347: types/pa_wwrapper.h: think constructing flag as is is bad
21348:
21349: * src/: classes/double.C, classes/int.C, classes/root.C,
21350: classes/string.C, classes/table.C, main/core.C, main/execute.C,
21351: types/pa_vint.h: ^for
21352:
21353: 2001-03-12 paf
21354:
21355: * src/classes/table.C: table ^empty
21356:
21357: * src/: classes/table.C, include/pa_table.h: table ^menu
21358:
21359: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
21360: ^offset ^line ^count
21361:
21362: * src/classes/root.C: ^round() ^floor() ^ceiling()
21363: ^abs() ^sign()
21364:
21365: * src/classes/: root.C, table.C: ^use
21366:
21367: * src/: classes/root.C, classes/table.C, include/pa_request.h,
21368: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
21369: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
21370: ^while. switched off wcontext.constructing after write(value) or
21371: auto-vhash-constructing
21372:
21373: * src/: classes/root.C, classes/table.C, include/pa_request.h,
21374: main/pa_request.C: fail_if_junction_ helper func
21375:
21376: * src/: classes/root.C, classes/table.C, include/pa_common.h,
21377: include/pa_request.h, main/execute.C, main/main.dsp,
21378: main/pa_common.C, main/pa_request.C: ^process error point by
21379: actual method_name, not source. ^load
21380:
21381: * src/types/pa_vtable.h: table: no, better with string in cells...
21382:
21383: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
21384: classes/_table.h, classes/table.C, main/untaint.C: z
21385:
21386: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
21387: include/pa_table.h, main/core.C, main/execute.C,
21388: main/pa_common.C, main/pa_request.C, main/pa_table.C,
21389: types/pa_value.h: table:set 0
21390:
21391: * src/: classes/root.C, include/core.h, include/pa_array.h,
21392: include/pa_request.h, include/pa_table.h, main/core.C,
21393: main/main.dsp, main/pa_request.C, main/pa_table.C,
21394: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
21395: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
21396: types/pa_vstring.h: freeze, ^table:create[] -1
21397:
21398: * src/: classes/root.C, types/pa_value.h: z
21399:
21400: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
21401: get_method in couple places optimizing them
21402:
21403: * src/classes/root.C: z
21404:
21405: * src/: classes/root.C, types/pa_vclass.h: process temp main
21406: zeroing
21407:
21408: * src/: classes/double.C, classes/int.C, classes/root.C,
21409: classes/string.C, include/pa_common.h, include/pa_request.h,
21410: include/pa_string.h, include/pa_types.h, main/compile.C,
21411: main/compile.y, main/compile_tools.h, main/execute.C,
21412: main/pa_common.C, main/pa_request.C, types/pa_value.h,
21413: types/pa_vmframe.h: ^process. actual names to store param and
21414: check_actual_numbered_params for better place diagnostics
21415:
21416: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
21417: method-junctions bug fixed
21418:
21419: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
21420: pa_vstateless_object.h, pa_vstring.h: stateless_object
21421:
21422: 2001-03-11 paf
21423:
21424: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
21425: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
21426: VDouble VInt base now VObject_base - without fields
21427:
21428: * src/: classes/root.C, include/core.h, main/core.C: z
21429:
21430: * src/: classes/double.C, classes/int.C, classes/root.C,
21431: classes/string.C, include/core.h, include/pa_hash.h,
21432: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
21433: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
21434:
21435: * src/: classes/double.C, classes/int.C, classes/root.C,
21436: include/pa_request.h, main/execute.C: intercept_string
21437:
21438: * src/: classes/double.C, classes/int.C, classes/root.C,
21439: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
21440:
21441: * src/: classes/double.C, classes/int.C, include/pa_request.h:
21442: ^inc-s(expr)
21443:
21444: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
21445: classes/_root.h, classes/_string.h, classes/double.C,
21446: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
21447: include/code.h, include/core.h, include/pa_array.h,
21448: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
21449: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
21450: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
21451: include/pa_types.h, main/compile.C, main/compile.y,
21452: main/compile_tools.C, main/compile_tools.h, main/core.C,
21453: main/execute.C, main/pa_array.C, main/pa_common.C,
21454: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
21455: main/pa_request.C, main/pa_string.C, main/pa_table.C,
21456: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21457: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
21458: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
21459: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
21460: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
21461: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
21462:
21463: * src/: main/pa_request.C, types/pa_vhash.h: z
21464:
21465: * src/: include/core.h, include/pa_request.h, main/core.C,
21466: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
21467:
21468: * src/: include/pa_valiased.h, include/pa_value.h,
21469: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
21470: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
21471: include/pa_vjunction.h, include/pa_vmframe.h,
21472: include/pa_vobject.h, include/pa_vstring.h,
21473: include/pa_vunknown.h, include/pa_wcontext.h,
21474: include/pa_wwrapper.h, main/compile.y, main/core.C,
21475: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
21476: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
21477: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21478: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
21479: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
21480: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
21481: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
21482: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
21483: include/
21484:
21485: 2001-03-10 paf
21486:
21487: * src/: include/core.h, include/pa_request.h, main/core.C,
21488: main/pa_request.C: run+auto=run
21489:
21490: * src/: classes/root.C, include/pa_request.h: minor if junction bug
21491:
21492: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
21493: classes/_root.h, classes/_string.h, classes/double.C,
21494: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
21495: include/code.h, include/core.h, include/pa_array.h,
21496: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
21497: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
21498: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
21499: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
21500: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
21501: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
21502: include/pa_vjunction.h, include/pa_vmframe.h,
21503: include/pa_vobject.h, include/pa_vstring.h,
21504: include/pa_vunknown.h, include/pa_wcontext.h,
21505: include/pa_wwrapper.h, main/compile.C, main/compile.y,
21506: main/compile_tools.C, main/compile_tools.h, main/core.C,
21507: main/execute.C, main/pa_array.C, main/pa_cframe.C,
21508: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
21509: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21510: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
21511: main/pa_wcontext.C: sources header
21512:
21513: * src/main/pa_request.C: auto..
21514:
21515: * src/: include/pa_request.h, main/compile.C, main/compile.y,
21516: main/pa_request.C: auto tree0
21517:
21518: * src/: include/core.h, include/pa_request.h, main/compile.y,
21519: main/core.C, main/pa_request.C: names to core.C
21520:
21521: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
21522: include/pa_request.h, main/core.C, main/execute.C,
21523: main/pa_common.C, main/pa_request.C: root auto.p loaded
21524:
21525: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
21526: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
21527: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21528: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
21529:
21530: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21531: @auto[] realised. auto.p scan togo
21532:
21533: * src/: include/pa_request.h, main/execute.C: autocalc
21534: code-junctions result now have names
21535:
21536: * src/: classes/double.C, classes/int.C, classes/root.C,
21537: classes/string.C, include/pa_request.h, include/pa_string.h,
21538: include/pa_wcontext.h, main/compile.y, main/execute.C,
21539: main/pa_string.C, main/pa_wcontext.C: tainting 0
21540:
21541: * src/classes/env.C: env:file/line
21542:
21543: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
21544: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
21545: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
21546: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
21547: main/compile_tools.C, main/compile_tools.h, main/core.C,
21548: main/execute.C, main/main.dsp, main/pa_cframe.C,
21549: main/pa_request.C, main/pa_wcontext.C: const fight finished
21550:
21551: * src/include/pa_vclass.h: const fight to go
21552:
21553: * src/: classes/_env.h, classes/env.C, classes/root.C,
21554: include/pa_request.h, include/pa_vclass.h, main/core.C,
21555: main/main.dsp: env0
21556:
21557: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
21558: classes/_string.h, classes/double.C, classes/int.C,
21559: classes/root.C, classes/string.C, include/pa_request.h,
21560: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
21561: include/pa_wcontext.h, main/core.C, main/main.dsp,
21562: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
21563: main/pa_wcontext.C: ^lang prepare0
21564:
21565: 2001-03-09 paf
21566:
21567: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
21568: construct proper naming
21569:
21570: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
21571: classes/double.C, classes/int.C, classes/root.C,
21572: classes/string.C, include/code.h, include/pa_value.h,
21573: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
21574: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
21575: main/compile.y, main/compile_tools.C, main/core.C,
21576: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
21577: and ^double[]. fixed expr type
21578:
21579: * src/: classes/root.C, include/pa_request.h, main/execute.C:
21580: ^string.length[]
21581:
21582: 2001-03-08 paf
21583:
21584: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
21585:
21586: * src/: include/pa_vclass.h, include/pa_vstring.h,
21587: include/pa_wcontext.h, main/compile.y, main/core.C,
21588: main/execute.C, main/main.dsp: dead end: vstring can't be
21589: derivated from vobject
21590:
21591: * src/: include/pa_vclass.h, include/pa_vhash.h,
21592: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
21593:
21594: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
21595: remained clone conseqs
21596:
21597: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
21598:
21599: * src/main/pa_vclass.C: wow! vclass were out of vcs
21600:
21601: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
21602: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
21603: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
21604: include/pa_vobject.h, include/pa_vstring.h,
21605: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
21606: main/execute.C: withoud cloning. didn't need it actually, params
21607: got passed from out unnamed ewpool
21608:
21609: * src/: include/pa_vdouble.h, include/pa_vhash.h,
21610: include/pa_vjunction.h, include/pa_vobject.h,
21611: include/pa_vunknown.h, main/compile.y: cloning dead end
21612:
21613: * src/: include/pa_bool.h, include/pa_double.h,
21614: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
21615: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
21616: include/pa_vjunction.h, include/pa_vmframe.h,
21617: include/pa_vobject.h, include/pa_vstring.h,
21618: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
21619: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
21620: to give params proper names
21621:
21622: * src/main/pa_wcontext.C: z
21623:
21624: * src/: include/pa_vmframe.h, main/execute.C: added names to
21625: unknown values in get_element and unfilled params. removed wrong
21626: name change in get_element
21627:
21628: * src/main/execute.C: z
21629:
21630: * src/main/execute.C: fixed problems calling operators in
21631: constructors
21632:
21633: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
21634: detected problems calling operators in constructors
21635:
21636: * src/: classes/root.C, include/pa_request.h, main/execute.C:
21637: autocalc def to string
21638:
21639: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
21640: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
21641:
21642: * src/classes/root.C: added root.c
21643:
21644: * src/: include/pa_request.h, include/pa_value.h,
21645: include/pa_vcframe.h, include/pa_vmframe.h,
21646: include/pa_wcontext.h, main/compile.C, main/compile.y,
21647: main/core.C, main/execute.C, main/pa_cframe.C,
21648: main/pa_wcontext.C: 'if' just compiled
21649:
21650: * src/: include/pa_vbool.h, include/pa_vdouble.h,
21651: include/pa_vjunction.h, include/pa_vmframe.h,
21652: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
21653: main/pa_wcontext.C: z
21654:
21655: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
21656: main/core.C, main/execute.C, main/main.dsp: z. detected probs
21657: with parameter names in operator methods
21658:
21659: * src/main/compile.y: minor renamings in .y
21660:
21661: * src/: include/pa_request.h, main/compile.C, main/compile.y,
21662: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
21663: @BASE. changed 'RUN' assignment mech
21664:
21665: * src/main/execute.C: z
21666:
21667: * src/: include/code.h, main/compile.y, main/compile_tools.C,
21668: main/compile_tools.h, main/execute.C: made class: dynamic, not
21669: static. so to enable runtime ^use
21670:
21671: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
21672:
21673: * src/: include/code.h, main/compile.y, main/compile_tools.C,
21674: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
21675:
21676: * src/main/execute.C: root root in code-junction
21677:
21678: 2001-03-07 paf
21679:
21680: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
21681: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
21682:
21683: * src/: include/pa_stack.h, include/pa_value.h,
21684: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
21685: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
21686: fixed rwcontext of {} params up
21687:
21688: * src/main/: compile.y, compile_tools.h: ^func(params)
21689:
21690: * src/main/compile.y: .y priorities syntax shaped up a bit
21691:
21692: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
21693: include/pa_vunknown.h, main/compile.y, main/execute.C,
21694: main/pa_hash.C: expr def in -f
21695:
21696: * src/main/: compile.y, execute.C: expr calls
21697:
21698: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
21699: fixed
21700:
21701: * src/main/compile.y: expr quoted code
21702:
21703: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
21704: support0
21705:
21706: * src/main/compile.y: expr string comparisons 0
21707:
21708: * src/: include/pa_string.h, main/compile.y, main/execute.C,
21709: main/pa_string.C: just compiled lt&co
21710:
21711: * src/main/execute.C: ^var.menu{$field} problem detected. that
21712: $field not a $var.field
21713:
21714: 2001-03-06 paf
21715:
21716: * src/main/compile.y: .y expr visible-shorter
21717:
21718: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
21719: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
21720: logical
21721:
21722: * src/: include/pa_vstring.h, main/compile.y: problems with
21723: skipping whitespace in yylex
21724:
21725: * src/include/pa_vbool.h: forgot this
21726:
21727: * src/: include/code.h, main/compile.y, main/execute.C: without
21728: string ops in expressions 0
21729:
21730: * src/: include/pa_value.h, include/pa_vdouble.h,
21731: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
21732: main/execute.C, main/main.dsp: !~
21733:
21734: * src/: include/pa_vcframe.h, include/pa_vclass.h,
21735: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
21736: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
21737: include/pa_vunknown.h, include/pa_wcontext.h,
21738: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
21739: main/compile_tools.h, main/execute.C: +-*/
21740:
21741: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
21742: main/compile_tools.h: grammar-1.1 $a(z) $a=0
21743:
21744: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
21745: main/execute.C: expr grammar-1 2*2=4.000000 :)
21746:
21747: * src/main/compile.y: expr grammar-1
21748:
21749: * src/main/compile.y: expr lexx1
21750:
21751: * src/main/: compile.y, execute.C, main.dsp: z
21752:
21753: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
21754: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
21755: main/execute.C: expr lex0 exec-1
21756:
21757: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
21758:
21759: 2001-02-26 paf
21760:
21761: * src/main/compile.y: max_string in yyerror bug fix
21762:
21763: 2001-02-25 paf
21764:
21765: * src/: include/pa_value.h, include/pa_vmframe.h,
21766: include/pa_wcontext.h, main/execute.C: VAliased3
21767:
21768: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
21769:
21770: * src/main/execute.C: VAliased1
21771:
21772: * src/: include/pa_request.h, include/pa_value.h,
21773: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
21774: VAliased0
21775:
21776: * src/: include/pa_pool.h, include/pa_request.h,
21777: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
21778: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
21779: VAliased just compiled
21780:
21781: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
21782: include/pa_vobject.h, main/execute.C: alias dead end
21783:
21784: * src/: include/pa_value.h, include/pa_vclass.h,
21785: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
21786: main/main.dsp: no not get fields into interm VFielded class.
21787: fields & staticfields 1
21788:
21789: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
21790: include/pa_vobject.h, include/pa_wcontext.h,
21791: include/pa_wwrapper.h, main/core.C, main/execute.C,
21792: main/main.dsp: would now get fields into interm VFielded class
21793:
21794: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
21795: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
21796: include/pa_wcontext.h, main/compile.y, main/core.C,
21797: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
21798: main/pa_wcontext.C: virtuals2
21799:
21800: * src/main/compile.y: : 1
21801:
21802: * src/main/compile.y: rethought to $class:static.field.subfield
21803:
21804: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
21805: $class:element
21806:
21807: * src/: include/pa_value.h, include/pa_vmframe.h,
21808: include/pa_wwrapper.h, main/compile.y, main/execute.C,
21809: main/pa_wcontext.C: before execute class calls rewrite
21810:
21811: * src/: include/pa_request.h, main/compile.C, main/core.C: default
21812: name RUN, also alias
21813:
21814: * src/main/compile.y: escaping bug
21815:
21816: * src/: include/pa_request.h, include/pa_value.h,
21817: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
21818: main/core.C, main/execute.C, main/pa_common.C: vobject1
21819:
21820: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
21821: include/pa_vmframe.h, include/pa_vobject.h,
21822: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
21823: main/compile_tools.h, main/execute.C: ^class:method() just
21824: compiled
21825:
21826: 2001-02-24 paf
21827:
21828: * src/main/main.dsp: no bison -d
21829:
21830: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
21831: class' err msg wrong
21832:
21833: * src/main/compile.y: z
21834:
21835: * src/main/: compile.y, core.C: yylex need some @special lines adj
21836:
21837: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
21838: main/compile.y, main/compile_tools.h, main/core.C: modules0
21839:
21840: * src/: include/pa_vclass.h, main/core.C: z
21841:
21842: * src/: include/pa_value.h, include/pa_vclass.h,
21843: include/pa_vobject.h, main/main.dsp: vobject00
21844:
21845: * src/main/pa_array.C: minor bug in expanding very small arrays.
21846: 60% from 1 were 0
21847:
21848: * src/: include/pa_value.h, include/pa_wcontext.h,
21849: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
21850: as bad as you've named it: wcontext.value() was not a perfect
21851: idea
21852:
21853: * src/main/execute.C: codeframe1
21854:
21855: * src/: include/pa_value.h, include/pa_vcframe.h,
21856: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
21857: include/pa_vjunction.h, include/pa_vmframe.h,
21858: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
21859: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
21860: just compiled
21861:
21862: * src/: include/pa_vframe.h, main/compile.y: found junction
21863: ideology @: ^x{$a()) must construct current wcontext element, so
21864: smart wcontext handling needed
21865:
21866: * src/main/compile.y: fixed grammar bugs in constructor/params
21867: klinch
21868:
21869: * src/main/: compile.y, execute.C: fixed empty constructor
21870: optimized empty case. failed on calls - produced empty string
21871: param
21872:
21873: * src/main/compile.y: fixed last \n macrotemplate strip bug
21874:
21875: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
21876: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
21877: main/compile_tools.C, main/compile_tools.h, main/core.C,
21878: main/execute.C: code junctions0. something wrong with last \n
21879: macrotemplate strip
21880:
21881: * src/: include/pa_value.h, main/compile.C, main/core.C,
21882: main/pa_value.C: minor error reporting format beautifyings
21883:
21884: * src/: include/pa_value.h, include/pa_vclass.h,
21885: include/pa_vframe.h, main/core.C, main/execute.C,
21886: main/pa_value.C: get_method RIP. junctions everywhere. call with
21887: junctions0
21888:
21889: 2001-02-23 paf
21890:
21891: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
21892: pa_wwrapper.h: lara came, can't work, sorry :(
21893:
21894: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
21895: junction
21896:
21897: * src/: include/pa_vframe.h, include/pa_vunknown.h,
21898: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
21899: main/execute.C, main/main.dsp, main/pa_value.C: call0
21900:
21901: * src/: include/pa_hash.h, include/pa_value.h,
21902: include/pa_wcontext.h, main/core.C, main/execute.C,
21903: main/main.dsp, main/pa_hash.C: started call. store param, vframe
21904: done
21905:
21906: * src/include/pa_wcontext.h: z
21907:
21908: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
21909: wrong grammar in complex constructor case
21910:
21911: * src/main/: compile.y, execute.C: empty constructor bug fixed
21912:
21913: * src/main/execute.C: with result rwpool
21914:
21915: * src/: include/pa_value.h, main/core.C, main/execute.C,
21916: main/main.dsp: value named
21917:
21918: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
21919: strign 2 value in 2 places in execute
21920:
21921: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
21922: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
21923: wcontext.put_element when wcontext fvalue==0
21924:
21925: 2001-02-22 paf
21926:
21927: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
21928: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
21929: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
21930:
21931: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
21932: erroreos checkout
21933:
21934: * src/: include/pa_request.h, main/compile.y: $self.put(val)
21935:
21936: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
21937: main/compile_tools.h, main/pa_array.C: $self.get
21938:
21939: * src/main/: compile.C, compile.y, compile_tools.C: z
21940:
21941: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
21942: bit. finished now.
21943:
21944: * src/main/compile.y: $: finished
21945:
21946: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
21947:
21948: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
21949: main/execute.C: OP_STRING better then some xxx _VALUE
21950:
21951: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
21952: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21953: string to vstring it .y all
21954:
21955: * src/: include/pa_request.h, include/pa_stack.h,
21956: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
21957: all
21958:
21959: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
21960: precise parse error line:col
21961:
21962: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
21963: main/pa_hash.C, main/pa_pool.C: TRY...
21964:
21965: * src/: include/pa_exception.h, include/pa_pool.h,
21966: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
21967: main/compile.C, main/compile.y, main/compile_tools.C,
21968: main/core.C, main/pa_array.C, main/pa_exception.C,
21969: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
21970: main/pa_table.C: removed exception from request
21971:
21972: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
21973: some forgotten
21974:
21975: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
21976: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
21977: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
21978: get/put simple vars to VClass works0
21979:
21980: * src/: include/pa_array.h, include/pa_wcontext.h,
21981: main/pa_string.C: in process, but found that exceptions are too
21982: global
21983:
21984: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
21985: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
21986: main/execute.C, main/pa_string.C: write_value write_string 0 it
21987: seems wcontext must write strings regardles of fvalue!=0
21988:
21989: 2001-02-21 paf
21990:
21991: * src/main/execute.C: tired :)
21992:
21993: * src/main/: compile.C, compile.y, execute.C: store0
21994:
21995: * src/: include/compile.h, include/execute.h, include/pa_array.h,
21996: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
21997: include/pa_wcontext.h, main/compile.C, main/compile.y,
21998: main/execute.C, main/main.dsp, main/pa_array.C,
21999: main/pa_request.C: get put -1 [just compiled]
22000:
22001: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
22002: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
22003: main/main.dsp, main/pa_request.C: request core methods0
22004:
22005: * src/: include/compile.h, include/pa_array.h, main/compile.C,
22006: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
22007: execute
22008:
22009: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
22010: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
22011: methods and one_big_piece. now compile returns array<method*>
22012:
22013: * src/main/compile.y: more straightforward yylex[end]
22014:
22015: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
22016: string.operator==(char*)
22017:
22018: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
22019: main/execute.C, main/pa_array.C: after array.const get wonders
22020:
22021: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
22022: pa_string.h, pa_value.h: struck with const array.gets
22023:
22024: * src/main/: execute.C: z
22025:
22026: * src/main/: compile.y, execute.C: z
22027:
22028: * src/main/: compile.C, compile.y, compile_tools.h: error
22029: processing in eval & yyerror so it wouldn't cause memleaks.
22030:
22031: * src/main/: compile.C, compile.y: failed to add absolute precies
22032: parse error positions. leaving RIGHTMOST position as
22033: @file[line:col]
22034:
22035: * src/: include/compile.h, main/compile.C, main/compile.y,
22036: main/compile_tools.h: line numbers needed. would add them to .y
22037: now internally. externally it's not as precise as needed
22038:
22039: * src/: include/code.h, include/pa_types.h, main/compile.C,
22040: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22041: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
22042: compiler works ok
22043:
22044: 2001-02-20 paf
22045:
22046: * src/main/: compile.C, compile.y, compile_tools.C,
22047: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
22048: not perfect
22049:
22050: * src/: include/code.h, include/compile.h, include/execute.h,
22051: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
22052: include/pa_string.h, include/pa_table.h, include/pa_types.h,
22053: main/compile.C, main/compile.y, main/compile_tools.C,
22054: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
22055: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
22056: main/pa_string.C, main/pa_table.C: bison[yacc] first time
22057: compiled. execute=dump for now
22058:
22059: * src/main/core.C: core rewrite using yacc investigations now will
22060: be compile[yacc]/execute[opcodes]
22061:
22062: 2001-02-15 paf
22063:
22064: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
22065: rewrite as turing machine? for it seems it would be it's too many
22066: ifs with this syntax now
22067:
22068: 2001-02-14 paf
22069:
22070: * src/main/core.C: get_params 1
22071:
22072: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
22073: :( ]
22074:
22075: * src/main/core.C: varios breaks
22076:
22077: * src/main/core.C: get names 3
22078:
22079: * src/main/core.C: get names 2
22080:
22081: * src/main/core.C: get names 1
22082:
22083: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
22084: names 0
22085:
22086: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
22087: text repassing2 operator static vars
22088:
22089: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
22090: main/pa_string.C: process text repassing
22091:
22092: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
22093: module:calls changes
22094:
22095: 2001-02-13 paf
22096:
22097: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
22098: ^class:calls[] started
22099:
22100: * src/: include/pa_value.h, main/core.C: z
22101:
22102: * src/main/core.C: operators : and self. prefixes
22103:
22104: * src/main/core.C: z
22105:
22106: * src/: include/pa_string.h, main/pa_string.C: String_iterator
22107: tested
22108:
22109: * src/: include/pa_string.h, main/pa_string.C: String_iterator
22110: optimized
22111:
22112: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
22113: would change privates to better support optimization
22114:
22115: * src/: include/pa_string.h, main/pa_string.C:
22116: String_iterator::skip_to todo:optimize
22117:
22118: 2001-02-12 paf
22119:
22120: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
22121: String_iterator
22122:
22123: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
22124: comments
22125:
22126: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
22127: self/methodref joined
22128:
22129: 2001-02-11 paf
22130:
22131: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
22132: main/main.dsp: core started. core.C, context&value .h
22133:
22134: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
22135: include/pa_string.h, main/main.dsp, main/pa_array.C,
22136: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
22137:
22138: 2001-01-30 paf
22139:
22140: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
22141: comments
22142:
22143: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
22144: main/pa_pool.C: moved pa_pool.C to be target specific
22145:
22146: * src/: include/pa_exception.h, include/pa_pool.h,
22147: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
22148: to & changes
22149:
22150: * src/: include/pa_exception.h, include/pa_pool.h,
22151: include/pa_request.h, include/pa_table.h, main/pa_array.C,
22152: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
22153: re-associated. that's much better even removed 'die' necessety
22154:
22155: * src/: include/pa_error.h, include/pa_exception.h,
22156: include/pa_pool.h, include/pa_request.h, main/main.dsp,
22157: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
22158: targets/Makefile.am: lowered targets/parser into subdir, added
22159: parser_Pool(Pool) failed to add. would think..
22160:
22161: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
22162: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
22163: main/pa_string.C, main/pa_table.C: Table more like C++ style
22164: hence lots of 'const'
22165:
22166: * src/: include/pa_error.h, include/pa_request.h,
22167: include/pa_string.h, include/pa_table.h, main/pa_error.C,
22168: main/pa_table.C: Error fixed
22169:
22170: 2001-01-29 paf
22171:
22172: * src/: include/pa_array.h, include/pa_common.h,
22173: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
22174: include/pa_request.h, include/pa_string.h, include/pa_table.h,
22175: main/Makefile.am, main/pa_array.C, main/pa_common.C,
22176: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
22177:
22178: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
22179: include/pa_string.h, include/pa_table.h, include/pa_types.h,
22180: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
22181: main/pa_string.C, main/pa_table.C: Request Error Table
22182:
22183: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
22184: templates"
22185:
22186: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
22187: main/main.dsp, main/pa_array.C: templates failed no template
22188: specializations [VC6], no library auto instantation [VC6, GNU c++
22189: 2.95.2-6 from latest cygwin]
22190:
22191: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
22192: include/pa_string.h, include/pa_table.h, include/pa_types.h,
22193: main/main.dsp, main/pa_array.C, main/pa_string.C,
22194: main/pa_table.C: Table started would test template Array now
22195:
22196: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
22197: String originating
22198:
22199: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
22200: main/pa_hash.C: made local Hash-es not thread safe=quicker by
22201: SYNCHRONIZED(thread_safe)
22202:
22203: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
22204: parts to top
22205:
22206: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
22207: main/pa_threads.C: decided on one global_mutex, like PHP as I can
22208: see: needed only in global Hash now, made Hash:: put/get
22209: SYNCHRONIZED
22210:
22211: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
22212: main/pa_threads.C: added pa_threads
22213:
22214: Mutex
22215:
22216: * src/include/pa_hash.h: some comments
22217:
22218: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
22219: Array& operator += (Array& src)
22220:
22221: * src/main/pa_array.C: expand not convinient, would rewrite
22222:
22223: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
22224: (Array& src)
22225:
22226: rethought, would change now
22227:
22228: 2001-01-27 paf
22229:
22230: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
22231: caching
22232:
22233: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
22234: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
22235: cache rethought to chunk caching
22236:
22237: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
22238: include/pa_string.h, main/main.dsp, main/pa_array.C,
22239: main/pa_hash.C, main/pa_string.C: Array 0
22240:
22241: * src/main/pa_string.C: String::operator ==
22242:
22243: * src/main/pa_hash.C: String(&String)
22244:
22245: * src/main/pa_hash.C: added pa_hash.C [forgotten]
22246:
22247: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
22248: main/main.dsp, main/pa_string.C: uint, and added pa_types &
22249: pa_hash[forgotten]
22250:
22251: 2001-01-26 paf
22252:
22253: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
22254: removed templates [vc++ suxx]
22255:
22256: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
22257: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
22258:
22259: * src/include/: pa_pool.h, pa_string.h: pa_pool split
22260:
22261: * src/main/: main.dsp, pa_string.C: $Id$ check
22262:
22263: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: $Id$
22264: check
22265:
22266: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
22267: dynamic row_count
22268:
22269: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
22270: main/main.dsp, main/pa_pool.C, main/pa_string.C,
22271: targets/Makefile.am: Initial revision
22272:
22273: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
22274: main/main.dsp, main/pa_pool.C, main/pa_string.C,
22275: targets/Makefile.am: creating parser3 module
22276:
E-mail: